diff options
Diffstat (limited to 'apps/files/l10n/ru.js')
-rw-r--r-- | apps/files/l10n/ru.js | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/apps/files/l10n/ru.js b/apps/files/l10n/ru.js index 324ea82e228..ab93d838068 100644 --- a/apps/files/l10n/ru.js +++ b/apps/files/l10n/ru.js @@ -124,7 +124,6 @@ OC.L10N.register( "Column headers with buttons are sortable." : "Заголовки столбцов с кнопками можно сортировать.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Этот список отображается не полностью из соображений производительности. Файлы будут отображаться по мере перемещения по списку.", "File not found" : "Файл не найден", - "{count} selected" : "{count} выбрано", "{usedQuotaByte} used" : "Использовано {usedQuotaByte}", "{used} of {quota} used" : "использовано {used} из {quota}", "{relative}% used" : "Использовано {relative}%", @@ -401,9 +400,9 @@ OC.L10N.register( "Copied {origin} inside {destination}" : "{origin} скопирован в {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} и {nbfiles} других файлов скопированы в {destination}", "{newName} already exists" : "«{newName}» уже существует", - "Could not rename \"{fileName}\", it does not exist any more" : "Невозможно переименовать «{fileName}», файл больше не существует", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Имя «{targetName}» уже используется в каталоге «{dir}». Выберите другое имя.", - "Could not rename \"{fileName}\"" : "Невозможно переименовать «{fileName}»", + "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}\". Выберите другое имя.", + "Could not rename \"{oldName}\"" : "Не удалось переименовать «{oldName}»", "Could not create file \"{file}\"" : "Невозможно создать файл «{file}»", "Could not create file \"{file}\" because it already exists" : "Невозможно создать файл «{file}», он уже существует", "Could not create folder \"{dir}\" because it already exists" : "Невозможно создать каталог «{dir}», он уже существует", |