translation updates

This commit is contained in:
Tobias Diekershoff 2023-12-16 08:59:07 +01:00
parent fa01357445
commit 3a063f999d
67 changed files with 1026 additions and 1930 deletions

View file

@ -5,9 +5,7 @@ function string_plural_select_ru($n){
$n = intval($n);
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; }
}}
$a->strings['"Show more" Settings'] = 'Настройки "показать ещё"';
$a->strings['Enable Show More'] = 'Включить "показать ещё"';
$a->strings['Cutting posts after how much characters'] = 'Обрезать записи после превышения этого числа символов';
$a->strings['Save Settings'] = 'Сохранить настройки';
$a->strings['Show More Settings saved.'] = 'Настройки сохранены.';
$a->strings['Cutting posts after how many characters'] = 'Обрезать записи после превышения этого числа символов';
$a->strings['"Show more" Settings'] = 'Настройки "показать ещё"';
$a->strings['show more'] = 'показать ещё';