nextcloud/apps/user_webdavauth/l10n/ru.php

6 lines
663 B
PHP
Raw Normal View History

2012-11-10 03:02:29 +04:00
<?php $TRANSLATIONS = array(
2013-02-12 18:12:46 +04:00
"WebDAV Authentication" => "Идентификация WebDAV",
2013-07-09 04:12:22 +04:00
"URL: " => "URL:",
2013-06-29 04:09:10 +04:00
"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 отправит учётные данные пользователя на этот адрес. Затем плагин проверит ответ, в случае HTTP ответа 401 или 403 данные будут считаться неверными, при любых других ответах - верными."
2012-11-10 03:02:29 +04:00
);