Django

Code

Changeset 9379

Show
Ignore:
Timestamp:
11/10/08 04:23:44 (2 months ago)
Author:
telenieko
Message:

Closes #9537, Updated Polish translation; Thanks Jarek Zgoda.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/conf/locale/pl/LC_MESSAGES/django.po

    r9353 r9379  
    66"Project-Id-Version: Django\n" 
    77"Report-Msgid-Bugs-To: \n" 
    8 "POT-Creation-Date: 2008-11-04 11:47+0100\n" 
     8"POT-Creation-Date: 2008-11-06 21:27+0100\n" 
    99"PO-Revision-Date: 2008-02-25 15:53+0100\n" 
    1010"Last-Translator: Jarek Zgoda <jarek.zgoda@gmail.com>\n" 
     
    295295 
    296296#: contrib/admin/options.py:338 contrib/admin/options.py:348 
    297 #: contrib/comments/templates/comments/preview.html:15 forms/models.py:27
     297#: contrib/comments/templates/comments/preview.html:15 forms/models.py:28
    298298msgid "and" 
    299299msgstr "i" 
     
    349349msgid "Add %s" 
    350350msgstr "Dodaj %s" 
     351 
     352#: contrib/admin/options.py:559 contrib/admin/options.py:673 
     353#, python-format 
     354msgid "%(name)s object with primary key %(key)r does not exist." 
     355msgstr "Obiekt %(name)s o kluczu głównym %(key)r nie istnieje." 
    351356 
    352357#: contrib/admin/options.py:606 
     
    38543859"Wybierz poprawną wartość. %(value)s nie jest jednym z dostępnych wyborów." 
    38553860 
    3856 #: forms/fields.py:697 forms/fields.py:758 forms/models.py:71
     3861#: forms/fields.py:697 forms/fields.py:758 forms/models.py:72
    38573862msgid "Enter a list of values." 
    38583863msgstr "Podaj listę wartości." 
     
    38713876msgstr "Porządek" 
    38723877 
    3873 #: forms/models.py:271 forms/models.py:28
     3878#: forms/models.py:281 forms/models.py:29
    38743879#, python-format 
    38753880msgid "%(model_name)s with this %(field_label)s already exists." 
    38763881msgstr "%(field_label)s już istnieje w %(model_name)s." 
    38773882 
    3878 #: forms/models.py:57
     3883#: forms/models.py:58
    38793884msgid "The inline foreign key did not match the parent instance primary key." 
    3880 msgstr "
    3881  
    3882 #: forms/models.py:64
     3885msgstr "Osadzony klucz obcy nie pasuje do klucza głównego obiektu rodzica.
     3886 
     3887#: forms/models.py:65
    38833888msgid "Select a valid choice. That choice is not one of the available choices." 
    38843889msgstr "Wybierz poprawną wartość. Podana nie jest jednym z dostępnych wyborów." 
    38853890 
    3886 #: forms/models.py:71
     3891#: forms/models.py:72
    38873892#, python-format 
    38883893msgid "Select a valid choice. %s is not one of the available choices."