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. # Eugene MechanisM <eugene@mechanism.pro>, 2012
  5. # Jannis Leidel <jannis@leidel.info>, 2011
  6. # Алексей Борискин <sun.void@gmail.com>, 2012,2014
  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-23 18:54+0000\n"
  13. "Last-Translator: Eugene MechanisM <eugene@mechanism.pro>\n"
  14. "Language-Team: Russian (http://www.transifex.com/django/django/language/"
  15. "ru/)\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: 8bit\n"
  19. "Language: ru\n"
  20. "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
  21. "%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n"
  22. "%100>=11 && n%100<=14)? 2 : 3);\n"
  23. msgid "Content Types"
  24. msgstr "Типы содержимого"
  25. msgid "python model class name"
  26. msgstr "имя класса модели"
  27. msgid "content type"
  28. msgstr "тип содержимого"
  29. msgid "content types"
  30. msgstr "типы содержимого"
  31. #, python-format
  32. msgid "Content type %(ct_id)s object has no associated model"
  33. msgstr "Тип содержимого %(ct_id)s не имеет связанной модели"
  34. #, python-format
  35. msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist"
  36. msgstr ""
  37. "Объект с идентификатором %(obj_id)s, имеющий тип содержимого %(ct_id)s, не "
  38. "существует"
  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()"