diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-04-10 11:44:01 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-04-10 11:44:01 +0000 |
| commit | a88d13c30e5b25a3416df7e97a24b995576e73a8 (patch) | |
| tree | ff57ec631b339bc68d24ae5ab4f5e91776c2f95a /roundcubemail/program/localization/pl | |
| parent | 2a7bd5f3e226e0dfe45dea158b7fe05757cd9718 (diff) | |
#1484980: fixed problem with month abbreviations localization (problem with May and maybe others)
git-svn-id: https://svn.roundcube.net/trunk@1278 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/pl')
| -rw-r--r-- | roundcubemail/program/localization/pl/labels.inc | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/roundcubemail/program/localization/pl/labels.inc b/roundcubemail/program/localization/pl/labels.inc index 61775e00c..cb358d167 100644 --- a/roundcubemail/program/localization/pl/labels.inc +++ b/roundcubemail/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ść'; |
