Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/l10n/ru.js')
-rw-r--r--apps/files/l10n/ru.js7
1 files changed, 6 insertions, 1 deletions
diff --git a/apps/files/l10n/ru.js b/apps/files/l10n/ru.js
index 19563485786..5aa93caec02 100644
--- a/apps/files/l10n/ru.js
+++ b/apps/files/l10n/ru.js
@@ -22,6 +22,7 @@ OC.L10N.register(
"Actions" : "Действия",
"Download" : "Скачать",
"Rename" : "Переименовать",
+ "Move or copy" : "Переместить или копировать",
"Target folder" : "Целевой каталог",
"Delete" : "Удалить",
"Disconnect storage" : "Отсоединить хранилище",
@@ -35,7 +36,11 @@ OC.L10N.register(
"This operation is forbidden" : "Операция запрещена",
"This directory is unavailable, please check the logs or contact the administrator" : "Каталог недоступен. Проверьте журналы событий или свяжитесь с администратором",
"Could not move \"{file}\", target exists" : "Невозможно переместить файл «{file}», он уже существует в каталоге назначения",
- "Could not move \"{file}\"" : "Невозможно переместить «{file}»",
+ "Could not move \"{file}\"" : "Невозможно переместить файл «{file}»",
+ "Could not copy \"{file}\", target exists" : "Невозможно скопировать файл «{file}», он уже существует в каталоге назначения",
+ "Could not copy \"{file}\"" : "Невозможно скопировать файл «{file}»",
+ "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}». Выберите другое имя.",