RU translation buffer addon THX Stanislav N

This commit is contained in:
Tobias Diekershoff 2018-05-25 10:41:58 +02:00
parent cbde17c74b
commit 0b50a71af3
2 changed files with 5 additions and 4 deletions

View File

@ -4,13 +4,13 @@
#
#
# Translators:
# Stanislav N. <pztrn@pztrn.name>, 2017
# Stanislav N. <pztrn@pztrn.name>, 2017-2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-06-22 13:18+0200\n"
"PO-Revision-Date: 2017-04-08 17:05+0000\n"
"PO-Revision-Date: 2018-05-25 00:01+0000\n"
"Last-Translator: Stanislav N. <pztrn@pztrn.name>\n"
"Language-Team: Russian (http://www.transifex.com/Friendica/friendica/language/ru/)\n"
"MIME-Version: 1.0\n"
@ -61,7 +61,7 @@ msgstr "Аутентифицируйте свое соединение с Buffer
#: buffer.php:146
msgid "Enable Buffer Post Addon"
msgstr "Включить плагин Buffer"
msgstr "Включить аддон Buffer Post"
#: buffer.php:151
msgid "Post to Buffer by default"

View File

@ -2,6 +2,7 @@
if(! function_exists("string_plural_select_ru")) {
function string_plural_select_ru($n){
$n = intval($n);
return ($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);;
}}
;
@ -15,7 +16,7 @@ $a->strings["return to the connector page"] = "вернуться на стра
$a->strings["Post to Buffer"] = "Написать в Buffer";
$a->strings["Buffer Export"] = "Экспорт в Buffer";
$a->strings["Authenticate your Buffer connection"] = "Аутентифицируйте свое соединение с Buffer";
$a->strings["Enable Buffer Post Addon"] = "Включить плагин Buffer";
$a->strings["Enable Buffer Post Addon"] = "Включить аддон Buffer Post";
$a->strings["Post to Buffer by default"] = "Отправлять в Buffer по умолчанию";
$a->strings["Check to delete this preset"] = "Отметьте для удаления этих настроек";
$a->strings["Posts are going to all accounts that are enabled by default:"] = "Сообщения уходят во все учетные записи по умолчанию:";