summaryrefslogtreecommitdiffstats
path: root/apps/theming
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2017-10-26 00:08:39 +0000
committerNextcloud bot <bot@nextcloud.com>2017-10-26 00:08:39 +0000
commit37bedbc10d8802e573a63ec255ec410a2896a91a (patch)
tree8aa8451791f8ead8a8b3ac8854af35775b334b73 /apps/theming
parent4cb4d03184634c093575a370b2b90526e3c6030b (diff)
downloadnextcloud-server-37bedbc10d8802e573a63ec255ec410a2896a91a.tar.gz
nextcloud-server-37bedbc10d8802e573a63ec255ec410a2896a91a.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/theming')
-rw-r--r--apps/theming/l10n/ru.js8
-rw-r--r--apps/theming/l10n/ru.json8
2 files changed, 16 insertions, 0 deletions
diff --git a/apps/theming/l10n/ru.js b/apps/theming/l10n/ru.js
index b1ba315a349..2a46add3c0d 100644
--- a/apps/theming/l10n/ru.js
+++ b/apps/theming/l10n/ru.js
@@ -9,6 +9,14 @@ OC.L10N.register(
"The given web address is too long" : "Указанный веб адрес слишком длинный",
"The given slogan is too long" : "Указанный слоган слишком длинный",
"The given color is invalid" : "Задан неправильный цвет",
+ "There is no error, the file uploaded with success" : "Файл загружен успешно. Ошибок нет.",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Размер загруженного файла превышает установленный предел upload_max_filesize в php.ini:",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Размер загруженного файла превышает установленный предел MAX_FILE_SIZE в HTML-форме",
+ "The uploaded file was only partially uploaded" : "Файл загружен лишь частично",
+ "No file was uploaded" : "Не было загружено ни одного файла",
+ "Missing a temporary folder" : "Отсутствует временный каталог",
+ "Failed to write file to disk." : "Ошибка записи на диск.",
+ "A PHP extension stopped the file upload." : "PHP прервало загрузку файла.",
"No file uploaded" : "Нет загруженных файлов",
"Unsupported image type" : "Неподдерживаемый тип изображения",
"You are already using a custom theme" : "Вы уже используете настраиваемую тему",
diff --git a/apps/theming/l10n/ru.json b/apps/theming/l10n/ru.json
index 17c559141e7..f363f3ab151 100644
--- a/apps/theming/l10n/ru.json
+++ b/apps/theming/l10n/ru.json
@@ -7,6 +7,14 @@
"The given web address is too long" : "Указанный веб адрес слишком длинный",
"The given slogan is too long" : "Указанный слоган слишком длинный",
"The given color is invalid" : "Задан неправильный цвет",
+ "There is no error, the file uploaded with success" : "Файл загружен успешно. Ошибок нет.",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Размер загруженного файла превышает установленный предел upload_max_filesize в php.ini:",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Размер загруженного файла превышает установленный предел MAX_FILE_SIZE в HTML-форме",
+ "The uploaded file was only partially uploaded" : "Файл загружен лишь частично",
+ "No file was uploaded" : "Не было загружено ни одного файла",
+ "Missing a temporary folder" : "Отсутствует временный каталог",
+ "Failed to write file to disk." : "Ошибка записи на диск.",
+ "A PHP extension stopped the file upload." : "PHP прервало загрузку файла.",
"No file uploaded" : "Нет загруженных файлов",
"Unsupported image type" : "Неподдерживаемый тип изображения",
"You are already using a custom theme" : "Вы уже используете настраиваемую тему",