]> git.mxchange.org Git - friendica-addons.git/blob - gpluspost/lang/ru/strings.php
0e8fbd89522ce4224b32cf619f737e1788a3e7b8
[friendica-addons.git] / gpluspost / lang / ru / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_ru")) {
4 function string_plural_select_ru($n){
5         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);;
6 }}
7 ;
8 $a->strings["Post to Google+"] = "Написать в Google+";
9 $a->strings["Enable Google+ Post Plugin"] = "Включить плагин Google+ Post";
10 $a->strings["Google+ username"] = "Имя пользователя Google+";
11 $a->strings["Google+ password"] = "Пароль Google+";
12 $a->strings["Google+ page number"] = "Номер страницы Google+";
13 $a->strings["Post to Google+ by default"] = "Отправлять в Google+ по умолчанию";
14 $a->strings["Do not prevent posting loops"] = "Не предотвращать петли отправки";
15 $a->strings["Skip messages without links"] = "Пропускать сообщения без ссылок";
16 $a->strings["Mirror all public posts"] = "Зеркалировать все публичные сообщения";
17 $a->strings["Mirror Google Account ID"] = "Зеркалировать Google Account ID";
18 $a->strings["Save Settings"] = "Сохранить настройки";
19 $a->strings["Google+ post failed. Queued for retry."] = "Ошибка отправки сообщения в Google+. В очереди на еще одну попытку.";