diff options
Diffstat (limited to 'apps/files/l10n/ru.js')
-rw-r--r-- | apps/files/l10n/ru.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/files/l10n/ru.js b/apps/files/l10n/ru.js index 6c9d08ababf..ae8b74f2c8a 100644 --- a/apps/files/l10n/ru.js +++ b/apps/files/l10n/ru.js @@ -88,9 +88,6 @@ OC.L10N.register( "Another entry with the same name already exists." : "Другая запись с таким же именем уже существует.", "Invalid filename." : "Недопустимое имя файла.", "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}\". Выберите другое имя.", - "Could not rename \"{oldName}\"" : "Не удалось переименовать «{oldName}»", "Pending" : "Ожидается", "Clear filter" : "Сбросить фильтр", "Modified" : "Изменён", @@ -381,12 +378,13 @@ OC.L10N.register( "Filenames must not end with \"{segment}\"." : "Имена файлов не должны заканчиваться на \"{segment}\".", "Name cannot be empty" : "Имя не может быть пустым", "Another entry with the same name already exists" : "Другая запись с таким названием уже существует", + "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}»", "Storage informations" : "Сведения о хранилище", "Choose file" : "Выберите файл", "Open the files app settings" : "Открыть параметры приложения «Файлы»", "You might not have have permissions to view it, ask the sender to share it" : "У вас отсутствуют права на просмотр файла, попросите предоставить их у владельца общего ресурса", - "Destination is not a folder" : "Указанное назначение не является папкой", - "This file/folder is already in that directory" : "Файл или папка уже расположены в этой папке", "The files is locked" : "Файлы заблокированы", "Create new templates folder" : "Создать новую папку шаблонов", "List of favorites files and folders." : "Список избранных файлов и каталогов.", @@ -394,6 +392,8 @@ OC.L10N.register( "Text file" : "Текстовый файл", "New text file.txt" : "Новый текстовый файл.txt", "Direct link was copied (only works for people who have access to this file/folder)" : "Внутренняя ссылка скопирована. Она может быть использована только пользователями, у которых уже есть доступ к этому файлу или папке. ", - "Copy direct link (only works for people who have access to this file/folder)" : "Копировать прямую ссылку (она сработает только для пользователей, у которых уже есть доступ к этому файлу или каталогу)" + "Copy direct link (only works for people who have access to this file/folder)" : "Копировать прямую ссылку (она сработает только для пользователей, у которых уже есть доступ к этому файлу или каталогу)", + "Destination is not a folder" : "Указанное назначение не является папкой", + "This file/folder is already in that directory" : "Файл или папка уже расположены в этой папке" }, "nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"); |