From: moodler Date: Mon, 20 Jan 2003 09:23:06 +0000 (+0000) Subject: Fixed times X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=832ead4969c4fe5be59541b26c8538be9d876519;p=moodle.git Fixed times --- diff --git a/lang/pt_br/moodle.php b/lang/pt_br/moodle.php index a45a8eb56e..dd8c6f24fa 100644 --- a/lang/pt_br/moodle.php +++ b/lang/pt_br/moodle.php @@ -453,10 +453,10 @@ $string['uploadnofilefound'] = "Nenhum arquivo foi encontrado - voc $string['uploadproblem'] = "Um problema desconhecido ocorreu ao enviar o arquivo ' \$a ' (talvez era demasiado grande?)"; $string['strftimedate'] = "%%d %%B %%Y"; $string['strftimedateshort'] = "%%d %%B"; -$string['strftimedatetime'] = "%%d %%B %%Y, %%I:%%M %%p"; +$string['strftimedatetime'] = "%%d %%B %%Y, %%H:%%M"; $string['strftimedaydate'] = "%%A, %%d %%B %%Y"; -$string['strftimedaydatetime'] = "%%A, %%d %%B %%Y, %%I:%%M %%p"; +$string['strftimedaydatetime'] = "%%A, %%d %%B %%Y, %%H:%%M"; $string['strftimerecent'] = "%%d %%b, %%H:%%M"; -$string['strftimerecentfull'] = "%%a, %%d %%b %%Y, %%I:%%M %%p"; -$string['strftimetime'] = "%%I:%%M %%p"; +$string['strftimerecentfull'] = "%%a, %%d %%b %%Y, %%H:%%M"; +$string['strftimetime'] = "%%H:%%M"; ?>