]> git.mxchange.org Git - friendica-addons.git/blob - appnet/lang/ru/strings.php
c2d9b440f0799d04c9fc0dfd28f92271ded8f8bb
[friendica-addons.git] / appnet / 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["Permission denied."] = "Доступ запрещен.";
9 $a->strings["You are now authenticated to app.net. "] = "Вы аутентифицированы на app.net";
10 $a->strings["<p>Error fetching token. Please try again.</p>"] = "<p>Ошибка получения токена. Попробуйте еще раз.</p>";
11 $a->strings["return to the connector page"] = "вернуться на страницу коннектора";
12 $a->strings["Post to app.net"] = "Отправить на app.net";
13 $a->strings["App.net Export"] = "Экспорт app.net";
14 $a->strings["Currently connected to: "] = "В настоящее время соединены с: ";
15 $a->strings["Enable App.net Post Plugin"] = "Включить плагин App.net";
16 $a->strings["Post to App.net by default"] = "Отправлять сообщения на App.net по-умолчанию";
17 $a->strings["Import the remote timeline"] = "Импортировать удаленные сообщения";
18 $a->strings["<p>Error fetching user profile. Please clear the configuration and try again.</p>"] = "<p>Ошибка при получении профиля пользователя. Сбросьте конфигурацию и попробуйте еще раз.</p>";
19 $a->strings["<p>You have two ways to connect to App.net.</p>"] = "<p>У вас есть два способа соединения с App.net.</p>";
20 $a->strings["<p>First way: Register an application at <a href=\"https://account.app.net/developer/apps/\">https://account.app.net/developer/apps/</a> and enter Client ID and Client Secret. "] = "<p>Первый способ: зарегистрируйте приложение на <a href=\"https://account.app.net/developer/apps/\">https://account.app.net/developer/apps/</a> и введите Client ID и Client Secret";
21 $a->strings["Use '%s' as Redirect URI<p>"] = "Используйте '%s' как Redirect URI<p>";
22 $a->strings["Client ID"] = "Client ID";
23 $a->strings["Client Secret"] = "Client Secret";
24 $a->strings["<p>Second way: fetch a token at <a href=\"http://dev-lite.jonathonduerig.com/\">http://dev-lite.jonathonduerig.com/</a>. "] = "<p>Второй путь: получите токен на <a href=\"http://dev-lite.jonathonduerig.com/\">http://dev-lite.jonathonduerig.com/</a>. ";
25 $a->strings["Set these scopes: 'Basic', 'Stream', 'Write Post', 'Public Messages', 'Messages'.</p>"] = "Выберите области: 'Basic', 'Stream', 'Write Post', 'Public Messages', 'Messages'.</p>";
26 $a->strings["Token"] = "Токен";
27 $a->strings["Sign in using App.net"] = "Войти через App.net";
28 $a->strings["Clear OAuth configuration"] = "Удалить конфигурацию OAuth";
29 $a->strings["Save Settings"] = "Сохранить настройки";