Imap.po 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. # Translation of StatusNet - Imap to Ukrainian (українська)
  2. # Exported from translatewiki.net
  3. #
  4. # Author: Boogie
  5. # --
  6. # This file is distributed under the same license as the StatusNet package.
  7. #
  8. msgid ""
  9. msgstr ""
  10. "Project-Id-Version: StatusNet - Imap\n"
  11. "Report-Msgid-Bugs-To: \n"
  12. "POT-Creation-Date: 2012-06-30 11:07+0000\n"
  13. "PO-Revision-Date: 2012-06-30 11:08:51+0000\n"
  14. "Language-Team: Ukrainian <https://translatewiki.net/wiki/Portal:uk>\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: 8bit\n"
  17. "X-POT-Import-Date: 2011-06-05 21:50:20+0000\n"
  18. "X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n"
  19. "X-Translation-Project: translatewiki.net <https://translatewiki.net>\n"
  20. "X-Language-Code: uk\n"
  21. "X-Message-Group: #out-statusnet-plugin-imap\n"
  22. "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= "
  23. "2 && n%10 <= 4 && (n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n"
  24. #. TRANS: E-mail subject in case of an error.
  25. msgid "Error"
  26. msgstr "Помилка"
  27. #. TRANS: Exception thrown when the ImapManager is used incorrectly in the code.
  28. msgid ""
  29. "ImapManager should be created using its constructor, not using the static "
  30. "\"get()\" method."
  31. msgstr ""
  32. "ImapManager має бути створений за допомогою конструктору, а не статичним "
  33. "методом «get()»."
  34. #. TRANS: Exception thrown when configuration of the IMAP plugin is incorrect.
  35. msgid "A mailbox must be specified."
  36. msgstr "Поштову скриньку має бути зазначено."
  37. #. TRANS: Exception thrown when configuration of the IMAP plugin is incorrect.
  38. msgid "A user must be specified."
  39. msgstr "Користувача має бути зазначено."
  40. #. TRANS: Exception thrown when configuration of the IMAP plugin is incorrect.
  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. msgid "A poll_frequency must be specified."
  46. msgstr "Періодичність перевірки має бути зазначено."
  47. #. TRANS: Plugin description.
  48. msgid ""
  49. "The IMAP plugin allows for StatusNet to check a POP or IMAP mailbox for "
  50. "incoming mail containing user posts."
  51. msgstr ""
  52. "Додаток IMAP дозволяє перевіряти поштові скриньки за протоколами POP та IMAP "
  53. "на предмет наявності у вхідній пошті повідомлень від користувачів."