diff options
Diffstat (limited to 'apps/theming/l10n/ru.js')
-rw-r--r-- | apps/theming/l10n/ru.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/theming/l10n/ru.js b/apps/theming/l10n/ru.js index 18c907f6cea..c22b9e10bd9 100644 --- a/apps/theming/l10n/ru.js +++ b/apps/theming/l10n/ru.js @@ -34,7 +34,6 @@ OC.L10N.register( "Upload new login background" : "Загрузить новый фон для экрана входа в систему", "Remove background image" : "Убрать фоновое изображение ", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Для автоматической генерации favicon на основе загруженного логотипа и цвета нужно установить PHP расширение Imagemagick с поддержкой изображений SVG ", - "reset to default" : "сброс до настроек по-умолчанию", - "Log in image" : "Изображение экрана входа в систему" + "reset to default" : "сброс до настроек по-умолчанию" }, "nplurals=4; plural=(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);"); |