Blame view
sources/l10n/ru/user_webdavauth.po
1.74 KB
|
03e52840d
|
1 2 3 4 5 |
# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Translators: |
|
31b7f2792
|
6 7 8 9 10 11 |
# Alexander Shashkevych <alex@stunpix.com>, 2013 # lord93 <lordakryl@gmail.com>, 2013 # Denis <reg.transifex.net@demitel.ru>, 2013 # adol <sharov3@gmail.com>, 2012 # skoptev <skoptev@ukr.net>, 2012 # Victor Bravo <>, 2013 |
|
03e52840d
|
12 13 14 15 16 17 |
msgid "" msgstr "" "Project-Id-Version: ownCloud " "Report-Msgid-Bugs-To: http://bugs.owncloud.org/ " |
|
31b7f2792
|
18 19 20 21 22 23 |
"POT-Creation-Date: 2013-07-30 01:55-0400 " "PO-Revision-Date: 2013-07-29 12:40+0000 " "Last-Translator: Alexander Shashkevych <alex@stunpix.com> " |
|
03e52840d
|
24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 |
"Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/) " "MIME-Version: 1.0 " "Content-Type: text/plain; charset=UTF-8 " "Content-Transfer-Encoding: 8bit " "Language: ru " "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); " #: templates/settings.php:3 msgid "WebDAV Authentication" msgstr "Идентификация WebDAV" #: templates/settings.php:4 |
|
31b7f2792
|
42 43 |
msgid "Address: " msgstr "Адрес:" |
|
03e52840d
|
44 45 46 |
#: templates/settings.php:7 msgid "" |
|
31b7f2792
|
47 |
"The user credentials will be sent to this address. This plugin checks the " |
|
03e52840d
|
48 49 |
"response and will interpret the HTTP statuscodes 401 and 403 as invalid " "credentials, and all other responses as valid credentials." |
|
31b7f2792
|
50 |
msgstr "Учётные данные пользователя будут отправлены на этот адрес. Плагин проверит ответ и будет рассматривать HTTP коды 401 и 403 как неверные учётные данные, при любом другом ответе - учётные данные пользователя верны." |