summaryrefslogtreecommitdiff
path: root/program/localization/pl/labels.inc
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2008-04-06 09:22:05 +0000
committeralecpl <alec@alec.pl>2008-04-06 09:22:05 +0000
commit6051e6c1897c2c9ae7a9580779750fe923fe8add (patch)
tree9f308cac1742ae7f224fec247cd953233d00f620 /program/localization/pl/labels.inc
parent53e79dfa0ce27b412d031f99db02685c6e599256 (diff)
#1484188: added month names localization
Diffstat (limited to 'program/localization/pl/labels.inc')
-rw-r--r--program/localization/pl/labels.inc24
1 files changed, 24 insertions, 0 deletions
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ść';