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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  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: \n"
  9. "Report-Msgid-Bugs-To: \n"
  10. "POT-Creation-Date: 2017-08-07 16:47+0300\n"
  11. "PO-Revision-Date: 2017-08-07 16:49+0300\n"
  12. "Language: ru_RU\n"
  13. "MIME-Version: 1.0\n"
  14. "Content-Type: text/plain; charset=UTF-8\n"
  15. "Content-Transfer-Encoding: 8bit\n"
  16. "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
  17. "%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n"
  18. "%100>=11 && n%100<=14)? 2 : 3);\n"
  19. "Last-Translator: \n"
  20. "Language-Team: \n"
  21. "X-Generator: Poedit 1.8.11\n"
  22. #: post_office/admin.py:83 post_office/models.py:217
  23. msgid "Render template in alternative language"
  24. msgstr "Отправить письмо на другом языке"
  25. #: post_office/admin.py:84 post_office/models.py:216
  26. msgid "Language"
  27. msgstr "Язык"
  28. #: post_office/admin.py:113
  29. msgid "Default Content"
  30. msgstr "Содержимое по умолчанию"
  31. #: post_office/admin.py:127 post_office/models.py:205
  32. msgid "Description"
  33. msgstr "Описание"
  34. #: post_office/admin.py:133
  35. msgid "Languages"
  36. msgstr "Языки"
  37. #: post_office/apps.py:7
  38. msgid "Post Office"
  39. msgstr "Менеджер почты"
  40. #: post_office/fields.py:10
  41. msgid "Comma-separated emails"
  42. msgstr "Список адресов, разделенных запятыми"
  43. #: post_office/fields.py:19
  44. msgid "Only comma separated emails are allowed."
  45. msgstr "Разрешен только разделенный запятыми список адресов."
  46. #: post_office/models.py:34
  47. msgid "low"
  48. msgstr "низкий"
  49. #: post_office/models.py:34
  50. msgid "medium"
  51. msgstr "средний"
  52. #: post_office/models.py:35
  53. msgid "high"
  54. msgstr "высокий"
  55. #: post_office/models.py:35
  56. msgid "now"
  57. msgstr "сейчас"
  58. #: post_office/models.py:36 post_office/models.py:181
  59. msgid "sent"
  60. msgstr "отправлен"
  61. #: post_office/models.py:36 post_office/models.py:181
  62. msgid "failed"
  63. msgstr "ошибка"
  64. #: post_office/models.py:37
  65. msgid "queued"
  66. msgstr "в очереди"
  67. #: post_office/models.py:39
  68. msgid "Email From"
  69. msgstr "Отправитель"
  70. #: post_office/models.py:41
  71. msgid "Email To"
  72. msgstr "Получатель"
  73. #: post_office/models.py:42
  74. msgid "Cc"
  75. msgstr "Копия"
  76. #: post_office/models.py:44 post_office/models.py:210
  77. msgid "Subject"
  78. msgstr "Тема"
  79. #: post_office/models.py:45 post_office/models.py:188
  80. msgid "Message"
  81. msgstr "Сообщение"
  82. #: post_office/models.py:46
  83. msgid "HTML Message"
  84. msgstr "HTML-сообщение"
  85. #: post_office/models.py:53 post_office/models.py:186
  86. msgid "Status"
  87. msgstr "Статус"
  88. #: post_office/models.py:56
  89. msgid "Priority"
  90. msgstr "Приоритет"
  91. #: post_office/models.py:61
  92. msgid "The scheduled sending time"
  93. msgstr "Запланированное время отправки"
  94. #: post_office/models.py:63
  95. msgid "Headers"
  96. msgstr "Заголовки"
  97. #: post_office/models.py:65
  98. msgid "Email template"
  99. msgstr "Шаблон письма"
  100. #: post_office/models.py:67
  101. msgid "Context"
  102. msgstr "Контекст"
  103. #: post_office/models.py:68
  104. msgid "Backend alias"
  105. msgstr "Имя бекенда"
  106. #: post_office/models.py:73
  107. msgctxt "Email address"
  108. msgid "Email"
  109. msgstr "Письмо"
  110. #: post_office/models.py:74
  111. msgctxt "Email addresses"
  112. msgid "Emails"
  113. msgstr "Письма"
  114. #: post_office/models.py:184
  115. msgid "Email address"
  116. msgstr "Email-адрес"
  117. #: post_office/models.py:187
  118. msgid "Exception type"
  119. msgstr "Тип исключения"
  120. #: post_office/models.py:192
  121. msgid "Log"
  122. msgstr "Лог"
  123. #: post_office/models.py:193
  124. msgid "Logs"
  125. msgstr "Логи"
  126. #: post_office/models.py:204 post_office/models.py:258
  127. msgid "Name"
  128. msgstr "Имя"
  129. #: post_office/models.py:204
  130. msgid "e.g: 'welcome_email'"
  131. msgstr "например: 'welcome_email'"
  132. #: post_office/models.py:206
  133. msgid "Description of this template."
  134. msgstr "Описание шаблона."
  135. #: post_office/models.py:212
  136. msgid "Content"
  137. msgstr "Содержимое"
  138. #: post_office/models.py:214
  139. msgid "HTML content"
  140. msgstr "HTML-содержимое"
  141. #: post_office/models.py:220
  142. msgid "Default template"
  143. msgstr "Шаблон по умолчанию"
  144. #: post_office/models.py:225
  145. msgid "Email Template"
  146. msgstr "Шаблон письма"
  147. #: post_office/models.py:226
  148. msgid "Email Templates"
  149. msgstr "Шаблоны писем"
  150. #: post_office/models.py:257
  151. msgid "File"
  152. msgstr "Файл"
  153. #: post_office/models.py:258
  154. msgid "The original filename"
  155. msgstr "Исходное имя файла"
  156. #: post_office/models.py:260
  157. msgid "Email addresses"
  158. msgstr "Email адреса"
  159. #: post_office/models.py:265
  160. msgid "Attachment"
  161. msgstr "Вложение"
  162. #: post_office/models.py:266
  163. msgid "Attachments"
  164. msgstr "Вложения"