diff --git a/lang/es_mx/moodle.php b/lang/es_mx/moodle.php index 0f0192cea0b..b3eea0ae118 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";