From: moodler Date: Fri, 15 Aug 2003 13:00:45 +0000 (+0000) Subject: Some fixes for time display (24 hours) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=2851e8a2f09f0a4a5394175241cd3f299d456b13;p=moodle.git Some fixes for time display (24 hours) --- diff --git a/lang/it/moodle.php b/lang/it/moodle.php index 80a7e75576..ce993006de 100644 --- a/lang/it/moodle.php +++ b/lang/it/moodle.php @@ -555,11 +555,11 @@ $string['state'] = "Stato/Provincia"; $string['status'] = "Status"; $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['strftimerecentfull'] = "%%a, %%d %%b %%Y, %%H:%%M"; $string['strftimetime'] = "%%I:%%M %%p"; $string['stringsnotset'] = "Le seguenti stringhe non sono definite in \$a"; $string['studentnotallowed'] = "Spiacenti, ma non puoi accedere a questo corso come '\$a' "; diff --git a/lang/pl/moodle.php b/lang/pl/moodle.php index 03af96131e..a8f178c40a 100755 --- a/lang/pl/moodle.php +++ b/lang/pl/moodle.php @@ -223,7 +223,7 @@ $string['leavetokeep'] = "Pozostaw puste aby zachowa $string['license'] = "Licenicja GPL"; $string['listofallpeople'] = "Lista wszystkich osób"; $string['livelogs'] = "Bie¿±ce logi z ostatniej godziny"; -$string['locale'] = "pl"; +$string['locale'] = "pl_PL"; $string['location'] = "Po³o¿enie"; $string['loggedinas'] = "Jeste¶ zalogowany(a) jako \$a "; $string['loggedinnot'] = "Nie jeste¶ zalogowany(a)"; diff --git a/lang/pt/moodle.php b/lang/pt/moodle.php index 9066a70821..e1ef42bbed 100644 --- a/lang/pt/moodle.php +++ b/lang/pt/moodle.php @@ -464,6 +464,14 @@ $string['someerrorswerefound'] = "Alguma informa $string['startdate'] = "Data de inicio do curso"; $string['startsignup'] = "Criar uma conta de utilizador!"; $string['status'] = "Regime"; +$string['strftimedate'] = "%%d %%B %%Y"; +$string['strftimedateshort'] = "%%d %%B"; +$string['strftimedatetime'] = "%%d %%B %%Y, %%H:%%M"; +$string['strftimedaydate'] = "%%A, %%d %%B %%Y"; +$string['strftimedaydatetime'] = "%%A, %%d %%B %%Y, %%H:%%M"; +$string['strftimerecent'] = "%%d %%b, %%H:%%M"; +$string['strftimerecentfull'] = "%%a, %%d %%b %%Y, %%H:%%M"; +$string['strftimetime'] = "%%I:%%M %%p"; $string['stringsnotset'] = "As variáveis seguintes não estão definidas em \$a"; $string['studentnotallowed'] = "Desculpe, mas não se pode inscrever neste curso como '\$a'"; $string['success'] = "Sucesso"; diff --git a/lang/ru/moodle.php b/lang/ru/moodle.php index 17a4ebe365..2d226aa256 100644 --- a/lang/ru/moodle.php +++ b/lang/ru/moodle.php @@ -218,7 +218,7 @@ $string['leavetokeep'] = " $string['license'] = "Ëèöåíçèÿ GPL"; $string['listofallpeople'] = "Ñïèñîê ó÷àñòíèêîâ ïðîåêòà"; $string['livelogs'] = "Ëîãè çà ïîñëåäíèé ÷àñ"; -$string['locale'] = "ðóñ."; +$string['locale'] = "ru_RU"; $string['location'] = "Ðàçìåùåíèå"; $string['loggedinas'] = "Âû çàøëè ïîä èìåíåì \$a "; $string['loggedinnot'] = "Âû íå ïðîøëè èäåíòèôèêàöèþ";