diff options
Diffstat (limited to 'apps/files/l10n/ru.js')
-rw-r--r-- | apps/files/l10n/ru.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/files/l10n/ru.js b/apps/files/l10n/ru.js index f1e849e58c2..cdaf141a2ca 100644 --- a/apps/files/l10n/ru.js +++ b/apps/files/l10n/ru.js @@ -190,7 +190,6 @@ OC.L10N.register( "Filename" : "Имя файла", "Folder name" : "Имя папки", "This node is unavailable" : "Этот узел недоступен", - "Download file {name}" : "Скачать файл {name}", "Renamed \"{oldName}\" to \"{newName}\"" : "Переименовано «{oldName}» в \"{newName}\"", "Could not rename \"{oldName}\", it does not exist any more" : "Не удалось переименовать \"{oldName}\", его больше не существует", "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Имя \"{newName}\" уже используется в каталоге \"{dir}\". Выберите другое имя.", @@ -277,6 +276,7 @@ OC.L10N.register( "Delete folders" : "Удалить папки", "Confirm deletion" : "Подтвердить удаление", "Cancel" : "Отменить", + "The file should now open locally. If you don't see this happening, make sure that the desktop client is installed on your system." : "Теперь файл должен открыться локально. Если вы этого не видите, убедитесь, что в вашей системе установлен клиент рабочего стола.", "Destination is not a folder" : "Указанное назначение не является папкой", "This file/folder is already in that directory" : "Файл или папка уже расположены в этой папке", "You cannot move a file/folder onto itself or into a subfolder of itself" : "Папка или файл не могут быть перемещены во вложенную папку или в себя", @@ -303,7 +303,6 @@ OC.L10N.register( "Videos" : "Видео", "Created new folder \"{name}\"" : "Создана новая папка \"{name}\"", "Unable to initialize the templates directory" : "Не удалось инициализировать каталог шаблонов", - "Create new templates folder" : "Создать новую папку шаблонов", "Templates" : "Шаблоны", "New template folder" : "Новая папка шаблонов", "In folder" : "В папке", @@ -352,6 +351,7 @@ OC.L10N.register( "\"remote user\"" : "«пользователь с другого сервера»", "Select the row for {displayName}" : "Выбрать строку для {displayName}", "Open folder {name}" : "Открыть папку {name}", + "Download file {name}" : "Скачать файл {name}", "Unselect all" : "Отменить выделение для всех", "ascending" : "восходящий", "descending" : "нисходящий", @@ -364,6 +364,7 @@ OC.L10N.register( "Open the files app settings" : "Открыть параметры приложения «Файлы»", "You might not have have permissions to view it, ask the sender to share it" : "У вас отсутствуют права на просмотр файла, попросите предоставить их у владельца общего ресурса", "Set up templates folder" : "Указать папку шаблонов", + "Create new templates folder" : "Создать новую папку шаблонов", "Toggle %1$s sublist" : "Переключить %1$s подсписок", "Toggle grid view" : "Включить или отключить режим просмотра сеткой", "Shares" : "Общие ресурсы", |