diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-06-06 01:57:10 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-06-06 01:57:10 -0400 |
commit | ca739a59f05e3f8b2ca8bd62d91156ec33f7658e (patch) | |
tree | 438618a0b4f9b25be275dd3df24b7395ed8c047f /apps/user_webdavauth/l10n/ru.php | |
parent | 70e0ae063739b9749883bd184fee0a80f184685b (diff) | |
download | nextcloud-server-ca739a59f05e3f8b2ca8bd62d91156ec33f7658e.tar.gz nextcloud-server-ca739a59f05e3f8b2ca8bd62d91156ec33f7658e.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth/l10n/ru.php')
-rw-r--r-- | apps/user_webdavauth/l10n/ru.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/user_webdavauth/l10n/ru.php b/apps/user_webdavauth/l10n/ru.php index cfb31b1cb1e..cbe12ba8df6 100644 --- a/apps/user_webdavauth/l10n/ru.php +++ b/apps/user_webdavauth/l10n/ru.php @@ -1,6 +1,7 @@ <?php $TRANSLATIONS = array( "WebDAV Authentication" => "Идентификация WebDAV", +"Address:" => "Адрес:", "Save" => "Сохранить", "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 как неверные учётные данные, при любом другом ответе - учётные данные пользователя верны." ); |