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

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Branko Kokanovic <branko@kokanovic.org>, 2018
  5. # Jannis Leidel <jannis@leidel.info>, 2011
  6. # Janos Guljas <janos@resenje.org>, 2012
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: django\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2015-01-17 11:07+0100\n"
  12. "PO-Revision-Date: 2018-01-30 10:08+0000\n"
  13. "Last-Translator: Branko Kokanovic <branko@kokanovic.org>\n"
  14. "Language-Team: Serbian (http://www.transifex.com/django/django/language/"
  15. "sr/)\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: 8bit\n"
  19. "Language: sr\n"
  20. "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
  21. "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
  22. msgid "Content Types"
  23. msgstr "Типови садржаја"
  24. msgid "python model class name"
  25. msgstr "име python класе модела"
  26. msgid "content type"
  27. msgstr "тип садржаја"
  28. msgid "content types"
  29. msgstr "типови садржаја"
  30. #, python-format
  31. msgid "Content type %(ct_id)s object has no associated model"
  32. msgstr "Тип садржаја %(ct_id)s нема асоцирани модел"
  33. #, python-format
  34. msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist"
  35. msgstr "Тип садржаја %(ct_id)s објекта %(obj_id)s не постоји"
  36. #, python-format
  37. msgid "%(ct_name)s objects don't have a get_absolute_url() method"
  38. msgstr "Објекти %(ct_name)s немају метод get_absolute_url()"