nextcloud/l10n/ru/user_webdavauth.po

45 lines
1.9 KiB
Plaintext
Raw Normal View History

2012-11-09 13:07:45 +04:00
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
2014-07-05 09:56:33 +04:00
# Alexander Savchenko, 2014
2013-07-30 09:57:50 +04:00
# Alexander Shashkevych <alex@stunpix.com>, 2013
2014-06-05 09:57:20 +04:00
# Andrew Batchmauga <lordakryl@gmail.com>, 2013
2013-05-25 04:11:52 +04:00
# Denis <reg.transifex.net@demitel.ru>, 2013
# adol <sharov3@gmail.com>, 2012
2014-06-05 09:57:20 +04:00
# Сергей Коптев <skoptev@ukr.net>, 2012
2013-07-09 04:12:22 +04:00
# Victor Bravo <>, 2013
2012-11-09 13:07:45 +04:00
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
2014-06-04 09:57:48 +04:00
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
2014-07-08 09:55:17 +04:00
"POT-Creation-Date: 2014-07-08 01:54-0400\n"
"PO-Revision-Date: 2014-07-07 15:31+0000\n"
"Last-Translator: Void Ayanami <hex.void@gmail.com>\n"
2012-11-09 13:07:45 +04:00
"Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ru\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
2014-06-04 09:57:48 +04:00
#: templates/settings.php:2
2013-01-15 03:05:10 +04:00
msgid "WebDAV Authentication"
2014-07-08 09:55:17 +04:00
msgstr "Аутентификация WebDAV"
2013-01-15 03:05:10 +04:00
2014-06-04 09:57:48 +04:00
#: templates/settings.php:3
msgid "Address:"
2014-06-06 09:57:10 +04:00
msgstr "Адрес:"
2014-06-04 09:57:48 +04:00
#: templates/settings.php:5
msgid "Save"
2014-06-05 09:57:20 +04:00
msgstr "Сохранить"
2012-12-20 03:13:09 +04:00
2014-06-04 09:57:48 +04:00
#: templates/settings.php:6
2012-12-20 03:13:09 +04:00
msgid ""
2013-07-27 10:03:03 +04:00
"The user credentials will be sent to this address. This plugin checks the "
2013-01-15 03:05:10 +04:00
"response and will interpret the HTTP statuscodes 401 and 403 as invalid "
"credentials, and all other responses as valid credentials."
2013-07-30 09:57:50 +04:00
msgstr "Учётные данные пользователя будут отправлены на этот адрес. Плагин проверит ответ и будет рассматривать HTTP коды 401 и 403 как неверные учётные данные, при любом другом ответе - учётные данные пользователя верны."