nextcloud/apps/user_webdavauth/l10n/lt_LT.php

5 lines
537 B
PHP

<?php $TRANSLATIONS = array(
"WebDAV Authentication" => "WebDAV autorizavimas",
"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 išsiųs naudotojo duomenis į šį WWW adresą. Šis įskiepis patikrins gautą atsakymą ir interpretuos HTTP būsenos kodą 401 ir 403 kaip negaliojančius duomenis, ir visus kitus gautus atsakymus kaip galiojančius duomenis. "
);