From c4c9c26fc94aeb47563bf129f63fc5708e86d978 Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 15 Aug 2003 13:15:14 +0000 Subject: [PATCH] 24 hour time --- lang/pl/moodle.php | 8 ++++++++ 1 file changed, 8 insertions(+) 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"; -- 2.39.5