From 9f7c571e401b5a1a59c0ae9faa119da98aa4a184 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Fri, 17 Oct 2014 14:20:02 +0200 Subject: update all translation files to js and json --- apps/files_sharing/l10n/ru.json | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 apps/files_sharing/l10n/ru.json (limited to 'apps/files_sharing/l10n/ru.json') diff --git a/apps/files_sharing/l10n/ru.json b/apps/files_sharing/l10n/ru.json new file mode 100644 index 00000000000..a31468bf36f --- /dev/null +++ b/apps/files_sharing/l10n/ru.json @@ -0,0 +1,39 @@ +{ "translations": { + "Server to server sharing is not enabled on this server" : "На данном сервере выключено межсерверное предоставление общих папок", + "The mountpoint name contains invalid characters." : "Имя точки монтирования содержит недопустимые символы.", + "Invalid or untrusted SSL certificate" : "Недействительный или недоверенный сертификат SSL", + "Couldn't add remote share" : "Невозможно добавить удалённую общую папку", + "Shared with you" : "Доступные для Вас", + "Shared with others" : "Доступные для других", + "Shared by link" : "Доступные по ссылке", + "No files have been shared with you yet." : "Отсутствуют доступные для вас файлы.", + "You haven't shared any files yet." : "У вас нет общедоступных файлов", + "You haven't shared any files by link yet." : "Вы ещё не открыли доступ по ссылке ни к одному файлу.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Добавить удалённую общую папку {name} из {owner}@{remote}?", + "Remote share" : "Удалённая общая папка", + "Remote share password" : "Пароль для удалённой общей папки", + "Cancel" : "Отменить", + "Add remote share" : "Добавить удалённую общую папку", + "No ownCloud installation found at {remote}" : "Не найдено ownCloud на {remote}", + "Invalid ownCloud url" : "Неверный адрес ownCloud", + "Shared by" : "Опубликовано", + "This share is password-protected" : "Для доступа к информации необходимо ввести пароль", + "The password is wrong. Try again." : "Неверный пароль. Попробуйте еще раз.", + "Password" : "Пароль", + "Name" : "Имя", + "Share time" : "Дата публикации", + "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" : "Прямая ссылка", + "Remote Shares" : "Удалённые общие папки", + "Allow other instances to mount public links shared from this server" : "Разрешить другим экземплярам Owncloud монтировать ссылки, опубликованные на этом сервере", + "Allow users to mount public link shares" : "Разрешить пользователям монтировать ссылки на общие папки" +},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" +} \ No newline at end of file -- cgit v1.2.3