mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
Fixed times
This commit is contained in:
parent
28e30091f0
commit
832ead4969
@ -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";
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user