diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-03-04 01:07:41 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-03-04 01:07:41 +0000 |
commit | badb45fce4e66262e93277330231d49beba8730d (patch) | |
tree | 500e63a864ea66ece97677ff06b247d9d5144f24 /apps/theming/l10n/ru.js | |
parent | 53a484ede6b0211f42c6e0cdb85916ae5e034611 (diff) | |
download | nextcloud-server-badb45fce4e66262e93277330231d49beba8730d.tar.gz nextcloud-server-badb45fce4e66262e93277330231d49beba8730d.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/theming/l10n/ru.js')
-rw-r--r-- | apps/theming/l10n/ru.js | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/apps/theming/l10n/ru.js b/apps/theming/l10n/ru.js new file mode 100644 index 00000000000..817adbbdc1d --- /dev/null +++ b/apps/theming/l10n/ru.js @@ -0,0 +1,27 @@ +OC.L10N.register( + "theming", + { + "Admin" : "Администратор", + "a safe home for all your data" : "надежный дом для всех ваших данных", + "The given name is too long" : "Указанное название слишком длинное", + "The given web address is too long" : "Указанный веб адрес слишком длинный", + "The given slogan is too long" : "Указанный слоган слишком длинный", + "The given color is invalid" : "Задан неправильный цвет", + "Saved" : "Сохранено", + "No file uploaded" : "Нет загруженных файлов", + "Unsupported image type" : "Неподдерживаемый тип изображения", + "You are already using a custom theme" : "Вы уже используете настраиваемую тему", + "Theming" : "Темы оформления", + "Name" : "Название", + "reset to default" : "сброс до настроек по-умолчанию", + "Web address" : "Веб адрес", + "Web address https://…" : "Веб адрес https://…", + "Slogan" : "Слоган", + "Color" : "Цвет", + "Logo" : "Логотип", + "Upload new logo" : "Загрузить новый логотип", + "Login image" : "Изображение экрана входа в систему", + "Upload new login background" : "Загрузить новый фон для экрана входа в систему", + "Log in image" : "Изображение экрана входа в систему" +}, +"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);"); |