1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- # Translation file for GNU social - the free software social networking platform
- # Copyright (C) 2010 - 2019 Free Software Foundation, Inc http://www.fsf.org
- # This file is under https://www.gnu.org/licenses/agpl v3 or later
- #
- # 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-07-12 20:20+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=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: Server exception thrown when blogspam.net returns error status.
- #. TRANS: %1$s is the base URL, %2$s is the error (unknown contents; no
- #. period).
- #: BlogspamNetPlugin.php:87
- #, php-format
- msgid "Error from %1$s: %2$s"
- msgstr "Ошибка от %1$s: %2$s"
- #. TRANS: Server exception thrown when blogspam.net returns spam status.
- #. TRANS: Does not end with period because of unknown contents for %s (spam
- #. match).
- #: BlogspamNetPlugin.php:91
- #, php-format
- msgid "Spam checker results: %s"
- msgstr "Результат проверки на спам: %s"
- #. TRANS: Server exception thrown when blogspam.net returns an unexpected
- #. status.
- #. TRANS: %1$s is the base URL, %2$s is the response (unknown contents; no
- #. period).
- #: BlogspamNetPlugin.php:97
- #, php-format
- msgid "Unexpected response from %1$s: %2$s"
- msgstr "Неожиданный ответ от %1$s: %2$s"
- #. TRANS: Plugin description.
- #: BlogspamNetPlugin.php:159
- msgid "Plugin to check submitted notices with blogspam.net."
- msgstr "Плагин для проверки отправленных сообщений с помощью blogspam.net."
|