summaryrefslogtreecommitdiff
path: root/roundcubemail/program/localization/pl
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-04-06 09:22:05 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-04-06 09:22:05 +0000
commit8fd0b52efb28b1e1754e8bf29baf0af31f77b69f (patch)
tree44e5c0ac416b8bfab32c0aceaf13b9616b133f9d /roundcubemail/program/localization/pl
parent27ac575ce817d0db1c5c7b9c6c6de41010f901f7 (diff)
#1484188: added month names localization
git-svn-id: https://svn.roundcube.net/trunk@1263 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/pl')
-rw-r--r--roundcubemail/program/localization/pl/labels.inc24
1 files changed, 24 insertions, 0 deletions
diff --git a/roundcubemail/program/localization/pl/labels.inc b/roundcubemail/program/localization/pl/labels.inc
index bcc2e561e..61775e00c 100644
--- a/roundcubemail/program/localization/pl/labels.inc
+++ b/roundcubemail/program/localization/pl/labels.inc
@@ -72,6 +72,30 @@ $labels['wednesday'] = 'Środa';
$labels['thursday'] = 'Czwartek';
$labels['friday'] = 'Piątek';
$labels['saturday'] = 'Sobota';
+$labels['jan'] = 'sty';
+$labels['feb'] = 'lut';
+$labels['mar'] = 'mar';
+$labels['apr'] = 'kwi';
+$labels['may'] = 'maj';
+$labels['jun'] = 'cze';
+$labels['jul'] = 'lip';
+$labels['aug'] = 'sie';
+$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['today'] = 'Dzisiaj';
$labels['checkmail'] = 'Sprawdź skrzynkę';
$labels['writenewmessage'] = 'Utwórz nową wiadomość';