django.po 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
  3. # This file is distributed under the same license as the PACKAGE package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: PACKAGE VERSION\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2011-02-02 11:43+0100\n"
  12. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  13. "Last-Translator: Zbigniew Siciarz <antyqjon@gmail.com>\n"
  14. "Language-Team: LANGUAGE <LL@li.org>\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. #: admin/__init__.py:121
  19. msgid "and"
  20. msgstr "i"
  21. #: admin/__init__.py:123
  22. #, python-format
  23. msgid ""
  24. "Use the left field to do %(model_name)s lookups in the fields %(field_list)s."
  25. msgstr ""
  26. "Użyj pola po lewej, by wyszukać pola %(field_list)s w modelu %(model_name)s."
  27. #: db/models.py:15
  28. msgid "created"
  29. msgstr "utworzony"
  30. #: db/models.py:16
  31. msgid "modified"
  32. msgstr "zmodyfikowany"
  33. #: db/models.py:26
  34. msgid "title"
  35. msgstr "tytuł"
  36. #: db/models.py:27
  37. msgid "slug"
  38. msgstr "slug"
  39. #: db/models.py:28
  40. msgid "description"
  41. msgstr "opis"
  42. #: db/models.py:50
  43. msgid "Inactive"
  44. msgstr "Nieaktywny"
  45. #: db/models.py:51
  46. msgid "Active"
  47. msgstr "Aktywny"
  48. #: db/models.py:53
  49. msgid "status"
  50. msgstr "stan"
  51. #: db/models.py:56
  52. msgid "keep empty for an immediate activation"
  53. msgstr "pozostaw puste, by aktywować od razu"
  54. #: db/models.py:58
  55. msgid "keep empty for indefinite activation"
  56. msgstr "pozostaw puste, by nie definiować daty deaktywacji"
  57. #: management/commands/show_urls.py:34
  58. #, python-format
  59. msgid "%s does not appear to be a urlpattern object"
  60. msgstr "%s nie jest obiektem typu urlpattern"
  61. #: templates/django_extensions/widgets/foreignkey_searchinput.html:4
  62. msgid "Lookup"
  63. msgstr "Szukaj"