diff options
author | alecpl <alec@alec.pl> | 2008-04-10 11:44:01 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-04-10 11:44:01 +0000 |
commit | 7479cc65702171661140cd4546a29a32599d948a (patch) | |
tree | a79e433f86f27381d8b74c5f8ba493ee5a2854be /program/localization/pl | |
parent | 7be658c0eb500f4a5a239b5cb2611195687fc703 (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.inc | 24 |
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ść'; |