Development of an internal social media platform with personalised dashboards for students
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.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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. msgid ""
  7. msgstr ""
  8. "Project-Id-Version: Django Taggit\n"
  9. "Report-Msgid-Bugs-To: \n"
  10. "POT-Creation-Date: 2010-06-11 11:28+0700\n"
  11. "PO-Revision-Date: 2010-06-11 11:30+0700\n"
  12. "Last-Translator: Igor 'idle sign' Starikov <idlesign@yandex.ru>\n"
  13. "Language-Team: \n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: 8bit\n"
  17. "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
  18. "X-Poedit-Language: Russian\n"
  19. msgid "Taggit"
  20. msgstr "Метки"
  21. #: forms.py:20
  22. msgid "Please provide a comma-separated list of tags."
  23. msgstr "Укажите метки через запятую."
  24. #: managers.py:41
  25. #: managers.py:101
  26. #: models.py:17
  27. msgid "Tags"
  28. msgstr "Метки"
  29. #: managers.py:102
  30. msgid "A comma-separated list of tags."
  31. msgstr "Список меток через запятую."
  32. #: models.py:9
  33. msgid "Name"
  34. msgstr "Название"
  35. #: models.py:10
  36. msgid "Slug"
  37. msgstr "Слаг"
  38. #: models.py:16
  39. msgid "Tag"
  40. msgstr "Метка"
  41. #: models.py:55
  42. #, python-format
  43. msgid "%(object)s tagged with %(tag)s"
  44. msgstr "элемент «%(object)s» с меткой «%(tag)s»"
  45. #: models.py:82
  46. msgid "Object id"
  47. msgstr "ID объекта"
  48. #: models.py:83
  49. msgid "Content type"
  50. msgstr "Тип содержимого"
  51. #: models.py:87
  52. msgid "Tagged Item"
  53. msgstr "Элемент с меткой"
  54. #: models.py:88
  55. msgid "Tagged Items"
  56. msgstr "Элементы с меткой"
  57. #: contrib/suggest/models.py:57
  58. msgid "Enter a valid Regular Expression. To make it case-insensitive include \"(?i)\" in your expression."
  59. msgstr "Введите регулярное выражение. Чтобы сделать его чувствительным к регистру укажите \"(?i)\"."