From 4e2767f8e0b0944f590b6eb7563eed85d51d1ec2 Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 20 Jan 2003 14:23:09 +0000 Subject: [PATCH] Add times --- lang/es_mx/moodle.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lang/es_mx/moodle.php b/lang/es_mx/moodle.php index 0f0192cea0..b3eea0ae11 100644 --- a/lang/es_mx/moodle.php +++ b/lang/es_mx/moodle.php @@ -472,6 +472,14 @@ $string['someerrorswerefound'] = "Alguna informaci $string['startdate'] = "Fecha de inicio del curso"; $string['startsignup'] = "Comience ya creando una cuenta"; $string['status'] = "Estatus"; +$string['strftimedate'] = "%%d %%B %%Y"; +$string['strftimedateshort'] = "%%d %%B"; +$string['strftimedatetime'] = "%%d %%B %%Y, %%H:%%M"; +$string['strftimedaydate'] = "%%A, %%d %%B %%Y"; +$string['strftimedaydatetime'] = "%%A, %%d %%B %%Y, %%H:%%M"; +$string['strftimerecent'] = "%%d %%b, %%H:%%M"; +$string['strftimerecentfull'] = "%%a, %%d %%b %%Y, %%H:%%M"; +$string['strftimetime'] = "%%H:%%M"; $string['stringsnotset'] = "Las siguientes cadenas no están definidas en \$a"; $string['studentnotallowed'] = "Lo sentimos '\$a', pero no puede entrar a este curso."; $string['success'] = "Éxito"; -- 2.39.5