Author: zgoda
Date: 2010-12-15 08:48:19 -0600 (Wed, 15 Dec 2010)
New Revision: 14919

Modified:
   django/trunk/django/conf/locale/pl/LC_MESSAGES/django.mo
   django/trunk/django/conf/locale/pl/LC_MESSAGES/django.po
Log:
Fixed #14906: lost context-based translations for Polish

Modified: django/trunk/django/conf/locale/pl/LC_MESSAGES/django.mo
===================================================================
(Binary files differ)

Modified: django/trunk/django/conf/locale/pl/LC_MESSAGES/django.po
===================================================================
--- django/trunk/django/conf/locale/pl/LC_MESSAGES/django.po    2010-12-14 
23:44:28 UTC (rev 14918)
+++ django/trunk/django/conf/locale/pl/LC_MESSAGES/django.po    2010-12-15 
14:48:19 UTC (rev 14919)
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: Django\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-12-14 12:41+0100\n"
+"POT-Creation-Date: 2010-12-15 15:42+0100\n"
 "PO-Revision-Date: 2008-02-25 15:53+0100\n"
 "Last-Translator: Jarek Zgoda <jarek.zg...@gmail.com>\n"
 "Language-Team: PL <p...@li.org>\n"
@@ -5140,10 +5140,71 @@
 msgid "Dec."
 msgstr "Gru."
 
+#: utils/dates.py:35
+msgctxt "alt. month"
+msgid "January"
+msgstr "stycznia"
+
+#: utils/dates.py:36
+msgctxt "alt. month"
+msgid "February"
+msgstr "lutego"
+
+#: utils/dates.py:37
+msgctxt "alt. month"
+msgid "March"
+msgstr "marca"
+
+#: utils/dates.py:38
+msgctxt "alt. month"
+msgid "April"
+msgstr "kwietnia"
+
+#: utils/dates.py:39
+msgctxt "alt. month"
+msgid "May"
+msgstr "maja"
+
+#: utils/dates.py:40
+msgctxt "alt. month"
+msgid "June"
+msgstr "czerwca"
+
+#: utils/dates.py:41
+msgctxt "alt. month"
+msgid "July"
+msgstr "lipca"
+
+#: utils/dates.py:42
+msgctxt "alt. month"
+msgid "August"
+msgstr "sierpnia"
+
+#: utils/dates.py:43
+msgctxt "alt. month"
+msgid "September"
+msgstr "września"
+
+#: utils/dates.py:44
+msgctxt "alt. month"
+msgid "October"
+msgstr "października"
+
+#: utils/dates.py:45
+msgctxt "alt. month"
+msgid "November"
+msgstr "listopada"
+
+#: utils/dates.py:46
+msgctxt "alt. month"
+msgid "December"
+msgstr "grudnia"
+
 #: utils/text.py:136
 msgid "or"
 msgstr "lub"
 
+#. Translators: This string is used as a separator between list elements
 #: utils/text.py:153
 msgid ", "
 msgstr ", "
@@ -5275,54 +5336,6 @@
 #~ "Proszę podać poprawne identyfikatory %(self)s. Wartości %(value)r są "
 #~ "niepoprawne."
 
-#~ msgctxt "alt. month"
-#~ msgid "January"
-#~ msgstr "stycznia"
-
-#~ msgctxt "alt. month"
-#~ msgid "February"
-#~ msgstr "lutego"
-
-#~ msgctxt "alt. month"
-#~ msgid "March"
-#~ msgstr "marca"
-
-#~ msgctxt "alt. month"
-#~ msgid "April"
-#~ msgstr "kwietnia"
-
-#~ msgctxt "alt. month"
-#~ msgid "May"
-#~ msgstr "maja"
-
-#~ msgctxt "alt. month"
-#~ msgid "June"
-#~ msgstr "czerwca"
-
-#~ msgctxt "alt. month"
-#~ msgid "July"
-#~ msgstr "lipca"
-
-#~ msgctxt "alt. month"
-#~ msgid "August"
-#~ msgstr "sierpnia"
-
-#~ msgctxt "alt. month"
-#~ msgid "September"
-#~ msgstr "września"
-
-#~ msgctxt "alt. month"
-#~ msgid "October"
-#~ msgstr "października"
-
-#~ msgctxt "alt. month"
-#~ msgid "November"
-#~ msgstr "listopada"
-
-#~ msgctxt "alt. month"
-#~ msgid "December"
-#~ msgstr "grudnia"
-
 #~ msgid "Change:"
 #~ msgstr "Zmień:"
 

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to