diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-07-18 14:08:51 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-07-18 14:08:51 +0000 |
commit | b23d3c64187e2ecc3bce8ddd8bdba103568ac3e7 (patch) | |
tree | d8b44b7e6592a34c0dc90be5945f3fc24c6b883d /apps/files_sharing/l10n/ru.js | |
parent | ea470f877760c72b1e8b865ba600d5bd483027c0 (diff) | |
download | nextcloud-server-b23d3c64187e2ecc3bce8ddd8bdba103568ac3e7.tar.gz nextcloud-server-b23d3c64187e2ecc3bce8ddd8bdba103568ac3e7.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing/l10n/ru.js')
-rw-r--r-- | apps/files_sharing/l10n/ru.js | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/apps/files_sharing/l10n/ru.js b/apps/files_sharing/l10n/ru.js index 67bef8a2273..2c6e97ff777 100644 --- a/apps/files_sharing/l10n/ru.js +++ b/apps/files_sharing/l10n/ru.js @@ -1,13 +1,6 @@ OC.L10N.register( "files_sharing", { - "Server to server sharing is not enabled on this server" : "На данном сервере выключено межсерверное предоставление общего доступа", - "The mountpoint name contains invalid characters." : "Имя точки монтирования содержит недопустимые символы.", - "Not allowed to create a federated share with the same user server" : "Не допускается создание федеративного общего ресурса с тем-же сервером пользователя", - "Invalid or untrusted SSL certificate" : "Недействительный или недоверенный сертификат SSL", - "Could not authenticate to remote share, password might be wrong" : "Не удалось произвести аутентификацию для доступа к удалённому хранилищу, возможно неправильно указан пароль", - "Storage not valid" : "Хранилище недоступно", - "Couldn't add remote share" : "Невозможно добавить удалённый общий ресурс", "Shared with you" : "Поделились с вами", "Shared with others" : "Доступные для других", "Shared by link" : "Доступные по ссылке", @@ -17,12 +10,10 @@ OC.L10N.register( "Files and folders you share will show up here" : "Здесь появятся файлы и каталоги, которыми вы поделитесь", "No shared links" : "Нет общих ссылок", "Files and folders you share by link will show up here" : "Здесь появятся файлы и каталоги, ссылкой на которые вы поделитесь", - "Do you want to add the remote share {name} from {owner}@{remote}?" : "Добавить удалённую общую папку {name} из {owner}@{remote}?", - "Remote share" : "Удаленный общий ресурс", - "Remote share password" : "Пароль для удаленного общего ресурса", - "Cancel" : "Отменить", - "Add remote share" : "Добавить удалённый общий ресурс", "You can upload into this folder" : "Вы можете загружать в эту папку", + "No compatible server found at {remote}" : "Не найден совместимый сервер на {remote}", + "Invalid server URL" : "Неверный URL сервера", + "No expiration date set" : "Дата истечения не установлена", "Shared by" : "Поделился", "Sharing" : "Общий доступ", "Share API is disabled" : "API общего доступа отключён", @@ -93,15 +84,18 @@ OC.L10N.register( "No entries found in this folder" : "Нет элементов в этом каталоге", "Name" : "Имя", "Share time" : "Дата публикации", + "Expiration date" : "Дата истечения", "Sorry, this link doesn’t seem to work anymore." : "Эта ссылка устарела и более не действительна.", "Reasons might be:" : "Причиной может быть:", "the item was removed" : "элемент был удалён", "the link expired" : "срок действия ссылки истёк", "sharing is disabled" : "общий доступ отключён", "For more info, please ask the person who sent this link." : "Для получения дополнительной информации, свяжитесь с тем, кто отправил вам эту ссылку.", - "Add to your ownCloud" : "Добавить в свой ownCloud", "Download" : "Скачать", "Download %s" : "Скачать %s", - "Direct link" : "Прямая ссылка" + "Direct link" : "Прямая ссылка", + "Upload files to %s" : "Загрузка файлов в %s", + "Uploading files…" : "Загрузка файлов...", + "Uploaded files:" : "Загруженные файлы:" }, "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);"); |