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_sharing/l10n/ru.js')
-rw-r--r--apps/files_sharing/l10n/ru.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files_sharing/l10n/ru.js b/apps/files_sharing/l10n/ru.js
index ff2062aa96b..524c4ad2b8f 100644
--- a/apps/files_sharing/l10n/ru.js
+++ b/apps/files_sharing/l10n/ru.js
@@ -98,7 +98,6 @@ OC.L10N.register(
"Files" : "Файлы",
"A file or folder has been <strong>shared</strong>" : "Файл или каталог <strong>опубликован</strong>",
"Shared link" : "Общая ссылка",
- "Wrong share ID, share doesn't exist" : "Неверный идентификатор, общий ресурс не существует",
"Could not delete share" : "Не удалось удалить общий ресурс",
"Please specify a file or folder path" : "Укажите путь к файлу или каталогу",
"Wrong path, file/folder does not exist" : "Неверный путь, файл или каталог не существует",
@@ -231,7 +230,6 @@ OC.L10N.register(
"Name" : "Имя",
"Share time" : "Дата публикации",
"Expiration date" : "Срок действия",
- "Sorry, this link doesn’t seem to work anymore." : "Похоже, эта ссылка больше не работает.",
"Reasons might be:" : "Вероятные причины этого:",
"the item was removed" : "объект удалён",
"the link expired" : "истёк срок действия ссылки",
@@ -246,8 +244,10 @@ OC.L10N.register(
"Uploaded files:" : "Отправленные файлы:",
"By uploading files, you agree to the %1$sterms of service%2$s." : "Передачей файлов на сервер, вы принимаете %1$sусловия обслуживания%2$s.",
"Add to your Nextcloud" : "Добавить в свой Nextcloud",
+ "Wrong share ID, share doesn't exist" : "Неверный идентификатор, общий ресурс не существует",
"Wrong path, file/folder doesn't exist" : "Неверный путь, файл или каталог не существует",
"Cannot change permissions for public share links" : "Для общедоступных ссылок изменение прав невозможно",
- "Sharing sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled" : "Не удалось отправить пароль для доступа: приложение Nextcloud Talk отключено."
+ "Sharing sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled" : "Не удалось отправить пароль для доступа: приложение Nextcloud Talk отключено.",
+ "Sorry, this link doesn’t seem to work anymore." : "Похоже, эта ссылка больше не работает."
},
"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);");