diff options
Diffstat (limited to 'apps/files/l10n/ru.js')
-rw-r--r-- | apps/files/l10n/ru.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files/l10n/ru.js b/apps/files/l10n/ru.js index 08ddb086edd..1604e2e4263 100644 --- a/apps/files/l10n/ru.js +++ b/apps/files/l10n/ru.js @@ -173,9 +173,10 @@ OC.L10N.register( "Go to the \"{dir}\" directory" : "Перейти в каталог \"{dir}\"", "Select the row for {displayName}" : "Выбрать строку для {displayName}", "Rename file" : "Переименовать файл", - "File name" : "Имя файла", "A long time ago" : "Очень давно", "Download file {name}" : "Скачать файл {name}", + "File name" : "Имя файла", + "Folder name" : "Имя папки", "\"{displayName}\" action executed successfully" : "Действие \"{displayName}\" выполнено успешно", "\"{displayName}\" action failed" : "Действие \"{displayName}\" завершилось неудачно", "\"{name}\" is not an allowed filetype." : "\"{name}\" не является допустимым типом файла.", |