diff options
Diffstat (limited to 'apps/theming')
-rw-r--r-- | apps/theming/l10n/ru.js | 8 | ||||
-rw-r--r-- | apps/theming/l10n/ru.json | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/apps/theming/l10n/ru.js b/apps/theming/l10n/ru.js index 6819e3de277..ce7675d99cf 100644 --- a/apps/theming/l10n/ru.js +++ b/apps/theming/l10n/ru.js @@ -16,14 +16,14 @@ OC.L10N.register( "The given slogan is too long" : "Указанный слоган слишком длинный", "The given color is invalid" : "Задан неправильный цвет", "The file was uploaded" : "Файл был загружен", - "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 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" : "Не было загружено ни одного файла", + "No file was uploaded" : "Не было отправлено ни одного файла", "Missing a temporary folder" : "Отсутствует временный каталог", "Could not write file to disk" : "Невозможно записать файл на диск", "A PHP extension stopped the file upload" : "Расширение PHP прервало загрузку файла", - "No file uploaded" : "Нет загруженных файлов", + "No file uploaded" : "Нет отправленных файлов", "Unsupported image type" : "Неподдерживаемый тип изображения", "You are already using a custom theme. Theming app settings might be overwritten by that." : "Вы уже используете настраиваемую тему. Из за этого установки приложения для тем могут быть перезаписаны.", "Theming" : "Темы оформления", diff --git a/apps/theming/l10n/ru.json b/apps/theming/l10n/ru.json index 6930a01bbec..328f6297fd5 100644 --- a/apps/theming/l10n/ru.json +++ b/apps/theming/l10n/ru.json @@ -14,14 +14,14 @@ "The given slogan is too long" : "Указанный слоган слишком длинный", "The given color is invalid" : "Задан неправильный цвет", "The file was uploaded" : "Файл был загружен", - "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 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" : "Не было загружено ни одного файла", + "No file was uploaded" : "Не было отправлено ни одного файла", "Missing a temporary folder" : "Отсутствует временный каталог", "Could not write file to disk" : "Невозможно записать файл на диск", "A PHP extension stopped the file upload" : "Расширение PHP прервало загрузку файла", - "No file uploaded" : "Нет загруженных файлов", + "No file uploaded" : "Нет отправленных файлов", "Unsupported image type" : "Неподдерживаемый тип изображения", "You are already using a custom theme. Theming app settings might be overwritten by that." : "Вы уже используете настраиваемую тему. Из за этого установки приложения для тем могут быть перезаписаны.", "Theming" : "Темы оформления", |