]> git.mxchange.org Git - friendica-addons.git/blob - buffer/lang/ru/strings.php
regenerated all the strings
[friendica-addons.git] / buffer / lang / ru / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_ru")) {
4 function string_plural_select_ru($n){
5         $n = intval($n);
6         if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else  { return 3; }
7 }}
8 $a->strings['Permission denied.'] = 'Доступ запрещен.';
9 $a->strings['Save Settings'] = 'Сохранить настройки';
10 $a->strings['Client ID'] = 'Client ID';
11 $a->strings['Client Secret'] = 'Client Secret';
12 $a->strings['Error when registering buffer connection:'] = 'Ошибка при регистрации соединения Buffer:';
13 $a->strings['You are now authenticated to buffer. '] = 'Вы аутентифицированы на Buffer.';
14 $a->strings['return to the connector page'] = 'вернуться на страницу коннектора';
15 $a->strings['Post to Buffer'] = 'Написать в Buffer';
16 $a->strings['Buffer Export'] = 'Экспорт в Buffer';
17 $a->strings['Authenticate your Buffer connection'] = 'Аутентифицируйте свое соединение с Buffer';
18 $a->strings['Enable Buffer Post Addon'] = 'Включить аддон Buffer Post';
19 $a->strings['Post to Buffer by default'] = 'Отправлять в Buffer по умолчанию';
20 $a->strings['Check to delete this preset'] = 'Отметьте для удаления этих настроек';
21 $a->strings['Posts are going to all accounts that are enabled by default:'] = 'Сообщения уходят во все учетные записи по умолчанию:';