From 7479cc65702171661140cd4546a29a32599d948a Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Thu, 10 Apr 2008 07:44:01 -0400
Subject: [PATCH] #1484980: fixed problem with month abbreviations localization (problem with May and maybe others)

---
 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 61775e0..cb358d1 100644
--- a/program/localization/pl/labels.inc
+++ b/program/localization/pl/labels.inc
@@ -84,18 +84,18 @@
 $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ść';

--
Gitblit v1.9.1