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.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Oleksandr Chernihov <o.chernihov@gmail.com>, 2014
  5. # Jannis Leidel <jannis@leidel.info>, 2011
  6. # Sergey Lysach <sergikoff88@gmail.com>, 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: 2017-09-19 16:40+0000\n"
  13. "Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
  14. "Language-Team: Ukrainian (http://www.transifex.com/django/django/language/"
  15. "uk/)\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: 8bit\n"
  19. "Language: uk\n"
  20. "Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != "
  21. "11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % "
  22. "100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || "
  23. "(n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n"
  24. msgid "Content Types"
  25. msgstr "Content Types"
  26. msgid "python model class name"
  27. msgstr "ім'я класу моделі"
  28. msgid "content type"
  29. msgstr "тип вмісту"
  30. msgid "content types"
  31. msgstr "типи вмісту"
  32. #, python-format
  33. msgid "Content type %(ct_id)s object has no associated model"
  34. msgstr "Тип вмісту %(ct_id)s не має пов'язанної моделі"
  35. #, python-format
  36. msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist"
  37. msgstr ""
  38. "Об'єкт з ідентифікатором %(ct_id)s, що має тип вмісту %(obj_id)s не існує"
  39. #, python-format
  40. msgid "%(ct_name)s objects don't have a get_absolute_url() method"
  41. msgstr "Об'єкт типу %(ct_name)s не має методу get_absolute_url()"