summaryrefslogtreecommitdiffstats
path: root/apps/theming/l10n
diff options
context:
space:
mode:
Diffstat (limited to 'apps/theming/l10n')
-rw-r--r--apps/theming/l10n/ru.js1
-rw-r--r--apps/theming/l10n/ru.json1
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/theming/l10n/ru.js b/apps/theming/l10n/ru.js
index a0384c7db75..f84121bde26 100644
--- a/apps/theming/l10n/ru.js
+++ b/apps/theming/l10n/ru.js
@@ -13,6 +13,7 @@ OC.L10N.register(
"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 file was only partially uploaded" : "Файл был получен частично",
"No file was uploaded" : "Не было загружено ни одного файла",
"Missing a temporary folder" : "Отсутствует временный каталог",
"Failed to write file to disk." : "Ошибка записи на диск.",
diff --git a/apps/theming/l10n/ru.json b/apps/theming/l10n/ru.json
index 484cbf029e2..7676400e0a5 100644
--- a/apps/theming/l10n/ru.json
+++ b/apps/theming/l10n/ru.json
@@ -11,6 +11,7 @@
"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 file was only partially uploaded" : "Файл был получен частично",
"No file was uploaded" : "Не было загружено ни одного файла",
"Missing a temporary folder" : "Отсутствует временный каталог",
"Failed to write file to disk." : "Ошибка записи на диск.",