diff options
Diffstat (limited to 'apps/files/l10n/ru.json')
-rw-r--r-- | apps/files/l10n/ru.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/l10n/ru.json b/apps/files/l10n/ru.json index 3edebf495db..8255c59c601 100644 --- a/apps/files/l10n/ru.json +++ b/apps/files/l10n/ru.json @@ -12,7 +12,6 @@ "Could not create folder \"{dir}\"" : "Невозможно создать папку \"{dir}\"", "Upload cancelled." : "Загрузка отменена.", "Unable to upload {filename} as it is a directory or has 0 bytes" : "Невозможно загрузить {filename}, так как это либо каталог, либо файл нулевого размера", - "Total file size {size1} exceeds upload limit {size2}" : "Полный размер файла {size1} превышает лимит по загрузке {size2}", "Not enough free space, you are uploading {size1} but only {size2} is left" : "Недостаточно свободного места, Вы загружаете {size1}, но осталось только {size2}", "Target folder \"{dir}\" does not exist any more" : "Целевая папка \"{dir}\" более не существует", "Not enough free space" : "Недостаточно свободного места", @@ -139,6 +138,7 @@ "Upload failed. Could not find uploaded file" : "Загрузка не удалась. Невозможно найти загружаемый файл", "Upload failed. Could not get file info." : "Загрузка не удалась. Невозможно получить информацию о файле", "Invalid directory." : "Неверный каталог.", + "Total file size {size1} exceeds upload limit {size2}" : "Полный размер файла {size1} превышает лимит по загрузке {size2}", "Error uploading file \"{fileName}\": {message}" : "Ошибка загрузки файла \"{fileName}\": {message}", "Could not get result from server." : "Не удалось получить ответ от сервера.", "No entries in this folder match '{filter}'" : "В данном каталоге нет элементов соответствующих '{filter}'", |