diff options
Diffstat (limited to 'apps/files/l10n/ru.js')
-rw-r--r-- | apps/files/l10n/ru.js | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/apps/files/l10n/ru.js b/apps/files/l10n/ru.js index 7c024c23fe6..c189fb8b74f 100644 --- a/apps/files/l10n/ru.js +++ b/apps/files/l10n/ru.js @@ -175,8 +175,6 @@ OC.L10N.register( "Drag and drop files here to upload" : "Перетаскивайте файлы сюда для загрузки", "Your have used your space quota and cannot upload files anymore" : "Вы использовали всё доступное вам место и не можете больше загружать файлы", "You don’t have permission to upload or create files here" : "У вас нет прав на создание или загрузку файлов в эту папку.", - "Some files could not be uploaded" : "Некоторые файлы не могут быть загружены", - "Files uploaded successfully" : "Файлы успешно обновлены", "\"{displayName}\" action executed successfully" : "Действие «{displayName}» выполнено успешно", "\"{displayName}\" action failed" : "Действие «{displayName}» завершилось неудачно", "Toggle selection for file \"{displayName}\"" : "Установить или снять выделение файла «{displayName}»", @@ -290,9 +288,6 @@ OC.L10N.register( "Open folder {displayName}" : "Открыть каталог {displayName}", "Open in Files" : "Открыть в приложении Файлы", "Open details" : "Открыть подробности", - "An error occurred while uploading. Please try again later." : "Ошибка во время передачи на сервер, попробуйте ещё раз.", - "Could not copy {file}. {message}" : "Ошибка копирования «{file}». {message}", - "Could not move {file}. {message}" : "Ошибка перемещения «{file}». {message}", "Created new folder \"{name}\"" : "Создана новая папка \"{name}\"", "Filename" : "Имя файла", "Unable to initialize the templates directory" : "Не удалось инициализировать каталог шаблонов", @@ -302,7 +297,9 @@ OC.L10N.register( "In folder" : "В папке", "Search in folder: {folder}" : "Поиск в папке: «{folder}»", "One of the dropped files could not be processed" : "Один из перетащенных файлов не может быть обработан", - "Uploading \"{filename}\" failed" : "Загрузка \"{filename}\" не удалась", + "Some files could not be uploaded" : "Некоторые файлы не могут быть загружены", + "Files uploaded successfully" : "Файлы успешно обновлены", + "Some files could not be moved" : "Некоторые файлы не могут быть перемещены", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} папка","{folderCount} папки","{folderCount} папок","{folderCount} папки"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} файл","{fileCount} файла","{fileCount} файлов","{fileCount} файла"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["один файл и {folderCount} папка","один файл и {folderCount} папки","один файл и {folderCount} папок","один файл и {folderCount} папки"], |