Fixed times

This commit is contained in:
moodler 2003-01-20 09:23:06 +00:00
parent 28e30091f0
commit 832ead4969

View File

@ -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";
?>