From: moodler Date: Fri, 15 Aug 2003 13:15:14 +0000 (+0000) Subject: 24 hour time X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c4c9c26fc94aeb47563bf129f63fc5708e86d978;p=moodle.git 24 hour time --- diff --git a/lang/pl/moodle.php b/lang/pl/moodle.php index a8f178c40a..994cd1db99 100755 --- a/lang/pl/moodle.php +++ b/lang/pl/moodle.php @@ -407,6 +407,14 @@ $string['someerrorswerefound'] = "Cz $string['startdate'] = "Data uruchomienia kursu"; $string['startsignup'] = "Zacznij terez od utworzenia nowego konta!"; $string['status'] = "Status"; +$string['strftimedate'] = "%%d de %%B de %%Y"; +$string['strftimedateshort'] = " %%d de %%B "; +$string['strftimedatetime'] = " %%d de %%B de %%Y, %%H:%%M "; +$string['strftimedaydate'] = " %%A, %%d de %%B de %%Y "; +$string['strftimedaydatetime'] = " %%A, %%d de %%B de %%Y, %%H:%%M "; +$string['strftimerecent'] = " %%d de %%b, %%H:%%M "; +$string['strftimerecentfull'] = " %%a, %%d de %%b de %%Y, %%H:%%M "; +$string['strftimetime'] = " %%H:%%M "; $string['stringsnotset'] = "Nastêpujace napisy nie s± zdefiniowane \$a"; $string['studentnotallowed'] = "Przykro nam, ale nie mo¿esz przyst±piæ do kursu jako '\$a'"; $string['success'] = "Gotowe";