From 6051e6c1897c2c9ae7a9580779750fe923fe8add Mon Sep 17 00:00:00 2001 From: alecpl Date: Sun, 6 Apr 2008 09:22:05 +0000 Subject: #1484188: added month names localization --- program/localization/pl/labels.inc | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'program/localization/pl') diff --git a/program/localization/pl/labels.inc b/program/localization/pl/labels.inc index bcc2e561e..61775e00c 100644 --- a/program/localization/pl/labels.inc +++ b/program/localization/pl/labels.inc @@ -72,6 +72,30 @@ $labels['wednesday'] = 'Środa'; $labels['thursday'] = 'Czwartek'; $labels['friday'] = 'Piątek'; $labels['saturday'] = 'Sobota'; +$labels['jan'] = 'sty'; +$labels['feb'] = 'lut'; +$labels['mar'] = 'mar'; +$labels['apr'] = 'kwi'; +$labels['may'] = 'maj'; +$labels['jun'] = 'cze'; +$labels['jul'] = 'lip'; +$labels['aug'] = 'sie'; +$labels['sep'] = 'wrz'; +$labels['oct'] = 'paź'; +$labels['nov'] = 'lis'; +$labels['dec'] = 'gru'; +$labels['january'] = 'styczeń'; +$labels['february'] = 'luty'; +$labels['march'] = 'marzec'; +$labels['april'] = 'kwiecień'; +$labels['may'] = 'maj'; +$labels['june'] = 'czerwiec'; +$labels['july'] = 'lipiec'; +$labels['august'] = 'sierpień'; +$labels['september'] = 'wrzesień'; +$labels['october'] = 'październik'; +$labels['november'] = 'listopad'; +$labels['december'] = 'grudzień'; $labels['today'] = 'Dzisiaj'; $labels['checkmail'] = 'Sprawdź skrzynkę'; $labels['writenewmessage'] = 'Utwórz nową wiadomość'; -- cgit v1.2.3