From: moodler Date: Mon, 20 Jan 2003 14:23:09 +0000 (+0000) Subject: Add times X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4e2767f8e0b0944f590b6eb7563eed85d51d1ec2;p=moodle.git Add times --- 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";