Imap.po 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. #
  5. # Translators:
  6. # Boris Konstantinovich Lissov <lissovbk@yandex.ru>, 2015
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: GNU social\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2015-02-02 17:47+0100\n"
  12. "PO-Revision-Date: 2015-07-12 19:50+0000\n"
  13. "Last-Translator: Boris Konstantinovich Lissov <lissovbk@yandex.ru>\n"
  14. "Language-Team: Russian (http://www.transifex.com/gnu-social/gnu-social/language/ru/)\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. "Language: ru\n"
  19. "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
  20. #. TRANS: E-mail subject in case of an error.
  21. #: lib/imapmailhandler.php:31
  22. msgid "Error"
  23. msgstr "Ошибка"
  24. #. TRANS: Exception thrown when the ImapManager is used incorrectly in the
  25. #. code.
  26. #: lib/imapmanager.php:52
  27. msgid ""
  28. "ImapManager should be created using its constructor, not using the static "
  29. "\"get()\" method."
  30. msgstr "ImapManager должен быть создан с помощью конструктора, а не получен статическим методом get()."
  31. #. TRANS: Exception thrown when configuration of the IMAP plugin is incorrect.
  32. #: ImapPlugin.php:55
  33. msgid "A mailbox must be specified."
  34. msgstr "Должен быть указан почтовый ящик."
  35. #. TRANS: Exception thrown when configuration of the IMAP plugin is incorrect.
  36. #: ImapPlugin.php:59
  37. msgid "A user must be specified."
  38. msgstr "Должен быть указан пользователь."
  39. #. TRANS: Exception thrown when configuration of the IMAP plugin is incorrect.
  40. #: ImapPlugin.php:63
  41. msgid "A password must be specified."
  42. msgstr "Должен быть указан пароль."
  43. #. TRANS: Exception thrown when configuration of the IMAP plugin is incorrect.
  44. #. TRANS: poll_frequency is a setting that should not be translated.
  45. #: ImapPlugin.php:68
  46. msgid "A poll_frequency must be specified."
  47. msgstr "Периодичность проверки должна быть задана в poll_frequency."
  48. #. TRANS: Plugin description.
  49. #: ImapPlugin.php:87
  50. msgid ""
  51. "The IMAP plugin allows for StatusNet to check a POP or IMAP mailbox for "
  52. "incoming mail containing user posts."
  53. msgstr "Плагин IMAP позволяет StatusNet проверять почтовый ящик по протоколу POP или IMAP на предмет наличия во входящей почте сообщений от пользователей."