From 832ead4969c4fe5be59541b26c8538be9d876519 Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 20 Jan 2003 09:23:06 +0000 Subject: [PATCH] Fixed times --- lang/pt_br/moodle.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/pt_br/moodle.php b/lang/pt_br/moodle.php index a45a8eb56ef..dd8c6f24fa5 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"; ?>