You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

django.po 1.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # sidewinder <adam.klosiu@gmail.com>, 2014
  5. # angularcircle, 2012
  6. # Jannis Leidel <jannis@leidel.info>, 2011
  7. # Tomasz Kajtoch <tomekkaj@tomekkaj.pl>, 2016
  8. msgid ""
  9. msgstr ""
  10. "Project-Id-Version: django\n"
  11. "Report-Msgid-Bugs-To: \n"
  12. "POT-Creation-Date: 2015-01-17 11:07+0100\n"
  13. "PO-Revision-Date: 2017-09-23 18:54+0000\n"
  14. "Last-Translator: Tomasz Kajtoch <tomekkaj@tomekkaj.pl>\n"
  15. "Language-Team: Polish (http://www.transifex.com/django/django/language/pl/)\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: 8bit\n"
  19. "Language: pl\n"
  20. "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n"
  21. "%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n"
  22. "%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
  23. msgid "Content Types"
  24. msgstr "Typy Zawartości"
  25. msgid "python model class name"
  26. msgstr "Nazwa klasy modelu pythona"
  27. msgid "content type"
  28. msgstr "typ zawartości"
  29. msgid "content types"
  30. msgstr "typy zawartości"
  31. #, python-format
  32. msgid "Content type %(ct_id)s object has no associated model"
  33. msgstr "Obiekt typu zawartości %(ct_id)s nie posiada przypisanego modelu"
  34. #, python-format
  35. msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist"
  36. msgstr "Obiekt %(obj_id)s typu zawartości %(ct_id)s nie istnieje"
  37. #, python-format
  38. msgid "%(ct_name)s objects don't have a get_absolute_url() method"
  39. msgstr "Obiekty %(ct_name)s nie posiadają metody get_absolute_url()"