aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_webdavauth
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2013-02-12 15:12:46 +0100
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2013-02-12 15:12:46 +0100
commit8d9352a40d6b02e17889ba02962e0a3880e0995e (patch)
treef417bbc724cbfabdcac663dd2e9a72d0d7cc5c48 /apps/user_webdavauth
parentba1ab38e7f6ec984e72167b007fecaacc57ce1cb (diff)
downloadnextcloud-server-8d9352a40d6b02e17889ba02962e0a3880e0995e.tar.gz
nextcloud-server-8d9352a40d6b02e17889ba02962e0a3880e0995e.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth')
-rw-r--r--apps/user_webdavauth/l10n/ru.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/user_webdavauth/l10n/ru.php b/apps/user_webdavauth/l10n/ru.php
index 245a5101341..f12982fc406 100644
--- a/apps/user_webdavauth/l10n/ru.php
+++ b/apps/user_webdavauth/l10n/ru.php
@@ -1,3 +1,5 @@
<?php $TRANSLATIONS = array(
-"URL: http://" => "URL: http://"
+"WebDAV Authentication" => "Идентификация WebDAV",
+"URL: http://" => "URL: http://",
+"ownCloud will send the user credentials to this URL. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "ownCloud отправит пользовательские данные на этот URL. Затем плагин проверит ответ, в случае HTTP ответа 401 или 403 данные будут считаться неверными, при любых других ответах - верными."
);