Ticket #4132: fixes.patch
File fixes.patch, 1.9 KB (added by , 18 years ago) |
---|
-
django.po
old new 476 476 #: core/validators.py:367 477 477 #, python-format 478 478 msgid "This value must be between %(lower)s and %(upper)s." 479 msgstr "Ta wartość musi być pomiędzy %(lower) a %(upper)s."479 msgstr "Ta wartość musi być pomiędzy %(lower)s a %(upper)s." 480 480 481 481 #: core/validators.py:369 482 482 #, python-format … … 869 869 msgstr "" 870 870 "Dodane przez %(user)s dnia %(date)s\n" 871 871 "\n" 872 "%(comment) y\n"872 "%(comment)s\n" 873 873 "\n" 874 874 "http://%(domain)s%(url)s" 875 875 … … 1135 1135 1136 1136 #: contrib/admin/filterspecs.py:109 1137 1137 msgid "Any date" 1138 msgstr " Jakolwiekdata"1138 msgstr "Dowolna data" 1139 1139 1140 1140 #: contrib/admin/filterspecs.py:110 1141 1141 msgid "Today" … … 1708 1708 "related objects, but your account doesn't have permission to delete the " 1709 1709 "following types of objects:" 1710 1710 msgstr "" 1711 "Skasowanie %(object_name)s '%( object)s' spowoduje usunięcie zależnych "1711 "Skasowanie %(object_name)s '%(escaped_object)s' spowoduje usunięcie zależnych " 1712 1712 "obiektów, lecz nie posiadasz uprawnień do usunięcia następujących typów " 1713 1713 "obiektów:" 1714 1714 … … 1718 1718 "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? " 1719 1719 "All of the following related items will be deleted:" 1720 1720 msgstr "" 1721 "Czy chcesz skasować %(object_name)s \"%( object)s\"? Następujące zależne "1721 "Czy chcesz skasować %(object_name)s \"%(escaped_object)s\"? Następujące zależne " 1722 1722 "obiekty zostaną skasowane:" 1723 1723 1724 1724 #: contrib/admin/templates/admin/delete_confirmation.html:26 … … 1941 1941 1942 1942 #: contrib/admin/templates/admin_doc/bookmarklets.html:25 1943 1943 msgid "Edit this object (current window)" 1944 msgstr "Edytuj ten obiekt (bie rzące okno)"1944 msgstr "Edytuj ten obiekt (bieżące okno)" 1945 1945 1946 1946 #: contrib/admin/templates/admin_doc/bookmarklets.html:26 1947 1947 msgid "Jumps to the admin page for pages that represent a single object."