nextcloud/apps/user_webdavauth/l10n/uk.php

6 lines
699 B
PHP
Raw Normal View History

2012-11-20 03:02:08 +04:00
<?php $TRANSLATIONS = array(
2013-02-19 03:06:51 +04:00
"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 як повідомлення про недійсні повноваження, а решту відповідей як дійсні облікові дані."
2012-11-20 03:02:08 +04:00
);