From 7479cc65702171661140cd4546a29a32599d948a Mon Sep 17 00:00:00 2001 From: alecpl Date: Thu, 10 Apr 2008 11:44:01 +0000 Subject: #1484980: fixed problem with month abbreviations localization (problem with May and maybe others) --- program/localization/pl/labels.inc | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'program/localization/pl/labels.inc') 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ść'; -- cgit v1.2.3