diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-10-04 10:31:08 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-10-04 10:31:08 +0200 |
commit | 4213a3712e8c6c2cae33ca0d0b74f13b4f5ba31b (patch) | |
tree | 765ecd456b4d8720241a7731e8edd403c8103c9f /program/localization/pl_PL | |
parent | 4e004778ab01c3087a773e05cf4693720a52d08f (diff) |
Updated translations from launchpad
Diffstat (limited to 'program/localization/pl_PL')
-rw-r--r-- | program/localization/pl_PL/labels.inc | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/program/localization/pl_PL/labels.inc b/program/localization/pl_PL/labels.inc index 92da1f6ef..40e705ac9 100644 --- a/program/localization/pl_PL/labels.inc +++ b/program/localization/pl_PL/labels.inc @@ -9,7 +9,7 @@ | Licensed under the GNU General Public License | | | +-----------------------------------------------------------------------+ - | Author: Aleksander Machniak <alec@alec.pl> | + | Author: Szymon Sieciński | +-----------------------------------------------------------------------+ */ @@ -71,16 +71,16 @@ $labels['saturday'] = 'Sobota'; $labels['jan'] = 'sty'; $labels['feb'] = 'lut'; $labels['mar'] = 'mar'; -$labels['apr'] = 'kwi'; -$labels['may'] = 'maj'; -$labels['longmay'] = 'maj'; -$labels['jun'] = 'cze'; -$labels['jul'] = 'lip'; -$labels['aug'] = 'sie'; -$labels['sep'] = 'wrz'; -$labels['oct'] = 'paź'; -$labels['nov'] = 'lis'; -$labels['dec'] = 'gru'; +$labels['apr'] = 'Kwi'; +$labels['may'] = 'Maj'; +$labels['longmay'] = 'Maj'; +$labels['jun'] = 'Cze'; +$labels['jul'] = 'Lip'; +$labels['aug'] = 'Sie'; +$labels['sep'] = 'Wrz'; +$labels['oct'] = 'Paź'; +$labels['nov'] = 'Lis'; +$labels['dec'] = 'Gru'; $labels['longjan'] = 'styczeń'; $labels['longfeb'] = 'luty'; $labels['longmar'] = 'marzec'; |