]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Imap/locale/ru/LC_MESSAGES/Imap.po
Localisation updates from http://translatewiki.net.
[quix0rs-gnu-social.git] / plugins / Imap / locale / ru / LC_MESSAGES / Imap.po
1 # Translation of StatusNet - Imap to Russian (Русский)
2 # Exported from translatewiki.net
3 #
4 # Author: Eleferen
5 # Author: Сrower
6 # --
7 # This file is distributed under the same license as the StatusNet package.
8 #
9 msgid ""
10 msgstr ""
11 "Project-Id-Version: StatusNet - Imap\n"
12 "Report-Msgid-Bugs-To: \n"
13 "POT-Creation-Date: 2011-04-13 13:18+0000\n"
14 "PO-Revision-Date: 2011-04-13 13:21:39+0000\n"
15 "Language-Team: Russian <http://translatewiki.net/wiki/Portal:ru>\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "X-POT-Import-Date: 2011-03-18 20:07:13+0000\n"
19 "X-Generator: MediaWiki 1.18alpha (r85942); Translate extension (2011-03-11)\n"
20 "X-Translation-Project: translatewiki.net at http://translatewiki.net\n"
21 "X-Language-Code: ru\n"
22 "X-Message-Group: #out-statusnet-plugin-imap\n"
23 "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= "
24 "2 && n%10 <= 4 && (n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n"
25
26 #. TRANS: E-mail subject in case of an error.
27 msgid "Error"
28 msgstr "Ошибка"
29
30 #. TRANS: Exception thrown when the ImapManager is used incorrectly in the code.
31 #, fuzzy
32 msgid ""
33 "ImapManager should be created using its constructor, not the using the "
34 "static \"get()\" method."
35 msgstr ""
36 "ImapManager должен быть создан с помощью конструктора, а не получен "
37 "статическим методом."
38
39 #. TRANS: Exception thrown when configuration of the IMAP plugin is incorrect.
40 msgid "A mailbox must be specified."
41 msgstr "Должен быть указан почтовый ящик."
42
43 #. TRANS: Exception thrown when configuration of the IMAP plugin is incorrect.
44 msgid "A user must be specified."
45 msgstr "Должен быть указан пользователь."
46
47 #. TRANS: Exception thrown when configuration of the IMAP plugin is incorrect.
48 msgid "A password must be specified."
49 msgstr "Должен быть указан пароль."
50
51 #. TRANS: Exception thrown when configuration of the IMAP plugin is incorrect.
52 #. TRANS: poll_frequency is a setting that should not be translated.
53 msgid "A poll_frequency must be specified."
54 msgstr "Периодичность проверки должна быть задана в poll_frequency."
55
56 #. TRANS: Plugin description.
57 msgid ""
58 "The IMAP plugin allows for StatusNet to check a POP or IMAP mailbox for "
59 "incoming mail containing user posts."
60 msgstr ""
61 "Плагин IMAP позволяет StatusNet проверять почтовый ящик по протоколу POP или "
62 "IMAP на предмет наличия во входящей почте сообщений от пользователей."