summaryrefslogtreecommitdiffstats
path: root/apps/user_webdavauth/l10n/ru.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/user_webdavauth/l10n/ru.php')
-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 9a9b4e88f75..effd19d0f9a 100644
--- a/apps/user_webdavauth/l10n/ru.php
+++ b/apps/user_webdavauth/l10n/ru.php
@@ -1,3 +1,5 @@
<?php $TRANSLATIONS = array(
-"WebDAV Authentication" => "Идентификация WebDAV"
+"WebDAV Authentication" => "Идентификация WebDAV",
+"Address: " => "Адрес:",
+"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "Учётные данные пользователя будут отправлены на этот адрес. Плагин проверит ответ и будет рассматривать HTTP коды 401 и 403 как неверные учётные данные, при любом другом ответе - учётные данные пользователя верны."
);