From: moodler Date: Mon, 25 Aug 2003 16:39:20 +0000 (+0000) Subject: FIxing up the 24 hr dates again X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=50508bb88fc596b17ea25b362ca86d9c18cfc534;p=moodle.git FIxing up the 24 hr dates again --- diff --git a/lang/es/moodle.php b/lang/es/moodle.php index 5ea041b3d4..68193edbf8 100644 --- a/lang/es/moodle.php +++ b/lang/es/moodle.php @@ -672,12 +672,12 @@ $string['state'] = "Estado/Municipio"; $string['status'] = "Estatus"; $string['strftimedate'] = "%%d de %%B de %%Y"; $string['strftimedateshort'] = " %%d de %%B "; -$string['strftimedatetime'] = " %%d de %%B de %%Y, %%I:%%M %%p "; +$string['strftimedatetime'] = " %%d de %%B de %%Y, %%H:%%M"; $string['strftimedaydate'] = " %%A, %%d de %%B de %%Y "; -$string['strftimedaydatetime'] = " %%A, %%d de %%B de %%Y, %%I:%%M %%p "; +$string['strftimedaydatetime'] = " %%A, %%d de %%B de %%Y, %%H:%%M"; $string['strftimerecent'] = " %%d de %%b, %%H:%%M "; -$string['strftimerecentfull'] = " %%a, %%d de %%b de %%Y, %%I:%%M %%p "; -$string['strftimetime'] = " %%I:%%M %%p "; +$string['strftimerecentfull'] = " %%a, %%d de %%b de %%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['students'] = "Estudiantes";