summaryrefslogtreecommitdiff
path: root/program/localization/pl
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2008-04-10 11:44:01 +0000
committeralecpl <alec@alec.pl>2008-04-10 11:44:01 +0000
commit7479cc65702171661140cd4546a29a32599d948a (patch)
treea79e433f86f27381d8b74c5f8ba493ee5a2854be /program/localization/pl
parent7be658c0eb500f4a5a239b5cb2611195687fc703 (diff)
#1484980: fixed problem with month abbreviations localization (problem with May and maybe others)
Diffstat (limited to 'program/localization/pl')
-rw-r--r--program/localization/pl/labels.inc24
1 files changed, 12 insertions, 12 deletions
diff --git a/program/localization/pl/labels.inc b/program/localization/pl/labels.inc
index 61775e00c..cb358d167 100644
--- a/program/localization/pl/labels.inc
+++ b/program/localization/pl/labels.inc
@@ -84,18 +84,18 @@ $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['longjan'] = 'styczeń';
+$labels['longfeb'] = 'luty';
+$labels['longmar'] = 'marzec';
+$labels['longapr'] = 'kwiecień';
+$labels['longmay'] = 'maj';
+$labels['longjun'] = 'czerwiec';
+$labels['longjul'] = 'lipiec';
+$labels['longaug'] = 'sierpień';
+$labels['longsep'] = 'wrzesień';
+$labels['longoct'] = 'październik';
+$labels['longnov'] = 'listopad';
+$labels['longdec'] = 'grudzień';
$labels['today'] = 'Dzisiaj';
$labels['checkmail'] = 'Sprawdź skrzynkę';
$labels['writenewmessage'] = 'Utwórz nową wiadomość';