]> git.mxchange.org Git - friendica-addons.git/blob - diaspora/lang/ru/strings.php
Update strings
[friendica-addons.git] / diaspora / 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 Diaspora"] = "Отправить в Diaspora";
9 $a->strings["Can't login to your Diaspora account. Please check username and password and ensure you used the complete address (including http...)"] = "Невозможно войти в вашу учетную запись Diaspora. Пожалуйста, проверьте имя пользователя, пароль и убедитесь, что вы ввели полный адрес пода (включая http/https)";
10 $a->strings["Diaspora Export"] = "Экспорт в Diaspora";
11 $a->strings["Enable Diaspora Post Addon"] = "Включить плагин отправки сообщений в Diaspora";
12 $a->strings["Diaspora username"] = "Имя пользователя Diaspora";
13 $a->strings["Diaspora password"] = "Пароль Diaspora";
14 $a->strings["Diaspora site URL"] = "URL пода Diaspora";
15 $a->strings["Post to Diaspora by default"] = "Отправлять в Diaspora по умолчанию";
16 $a->strings["Save Settings"] = "Сохранить настройки";
17 $a->strings["Diaspora post failed. Queued for retry."] = "Ошибка отправки сообщения в Diaspora. В очереди на еще одну попытку.";