From: adamtpaw Date: Fri, 29 Aug 2003 23:25:20 +0000 (+0000) Subject: Removed "de" in dates. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=1845df564d3fccea93b6cd491ed491eab2e8b896;p=moodle.git Removed "de" in dates. --- diff --git a/lang/pl/moodle.php b/lang/pl/moodle.php index fca31932f4..a10296d7ae 100755 --- a/lang/pl/moodle.php +++ b/lang/pl/moodle.php @@ -477,7 +477,7 @@ $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 de %%b, %%H:%%M "; +$string['strftimerecent'] = " %%d %%b, %%H:%%M "; $string['strftimerecentfull'] = " %%a, %%d %%b de %%Y, %%H:%%M "; $string['strftimetime'] = " %%H:%%M "; $string['stringsnotset'] = "Nastêpuj±ce ³añcuchy znaków nie s± zdefiniowane w \$a";