nextcloud/apps/user_webdavauth/l10n/sk_SK.php

6 lines
540 B
PHP

<?php $TRANSLATIONS = array(
"WebDAV Authentication" => "WebDAV overenie",
"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 odošle používateľské údaje na zadanú URL. Plugin skontroluje odpoveď a považuje návratovú hodnotu HTTP 401 a 403 za neplatné údaje a všetky ostatné hodnoty ako platné prihlasovacie údaje."
);