diff options
Diffstat (limited to 'apps/files/l10n/ru.js')
-rw-r--r-- | apps/files/l10n/ru.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files/l10n/ru.js b/apps/files/l10n/ru.js index 6d7b92425cf..1d826b75e06 100644 --- a/apps/files/l10n/ru.js +++ b/apps/files/l10n/ru.js @@ -204,6 +204,7 @@ OC.L10N.register( "Edit online" : "Редактировать онлайн", "Failed to redirect to client" : "Ошибка перенаправления в клиент", "Edit locally" : "Редактировать локально", + "Moving \"{source}\" to \"{destination}\" …" : "Перемещение \"{source}\" в \"{destination}\" …", "You cannot move a file/folder onto itself or into a subfolder of itself" : "Папка или файл не могут быть перемещены во вложенную папку или в себя", "(copy)" : "(копия)", "(copy %n)" : "(копия %n)", @@ -259,6 +260,7 @@ OC.L10N.register( "Files moved successfully" : "Файлы успешно перемещены", "Conflicts resolution skipped" : "Разрешение конфликтов пропущено", "Upload cancelled" : "Передача на сервер отменена", + "Removing the file extension \"{old}\" may render the file unreadable." : "Удаление расширения файла \"{old}\" может сделать файл нечитаемым.", "This operation is forbidden" : "Операция запрещена", "This directory is unavailable, please check the logs or contact the administrator" : "Каталог недоступен. Проверьте журналы событий или свяжитесь с администратором", "Storage is temporarily not available" : "Хранилище временно недоступно", |