]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Imap/locale/ru/LC_MESSAGES/Imap.po
Snapshot of the Transifex translation project - October 2015
[quix0rs-gnu-social.git] / plugins / Imap / locale / ru / LC_MESSAGES / Imap.po
index bfd659286bada5c3b3c218893e02dbcf54290a38..55406753141521adbfa56a923ebd4b9411745458 100644 (file)
@@ -3,19 +3,20 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
+# Boris Konstantinovich Lissov <lissovbk@yandex.ru>, 2015
 msgid ""
 msgstr ""
 "Project-Id-Version: GNU social\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2015-02-02 17:47+0100\n"
-"PO-Revision-Date: 2015-02-06 16:34+0000\n"
-"Last-Translator: digitaldreamer <digitaldreamer@email.cz>\n"
-"Language-Team: Russian (http://www.transifex.com/projects/p/gnu-social/language/ru/)\n"
+"PO-Revision-Date: 2015-07-12 19:50+0000\n"
+"Last-Translator: Boris Konstantinovich Lissov <lissovbk@yandex.ru>\n"
+"Language-Team: Russian (http://www.transifex.com/gnu-social/gnu-social/language/ru/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: ru\n"
-"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"
+"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"
 
 #. TRANS: E-mail subject in case of an error.
 #: lib/imapmailhandler.php:31
@@ -28,7 +29,7 @@ msgstr "Ошибка"
 msgid ""
 "ImapManager should be created using its constructor, not using the static "
 "\"get()\" method."
-msgstr ""
+msgstr "ImapManager должен быть создан с помощью конструктора, а не получен статическим методом get()."
 
 #. TRANS: Exception thrown when configuration of the IMAP plugin is incorrect.
 #: ImapPlugin.php:55