nextcloud/apps/user_webdavauth/l10n/ca.php

6 lines
561 B
PHP
Raw Normal View History

2012-11-10 03:02:29 +04:00
<?php $TRANSLATIONS = array(
2013-01-16 03:21:21 +04:00
"WebDAV Authentication" => "Autenticació 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 enviarà les credencials d'usuari a aquesta URL. Aquest endollable en comprova la resposta i interpretarà els codis d'estat 401 i 403 com a credencials no vàlides, i qualsevol altra resposta com a credencials vàlides."
2012-11-10 03:02:29 +04:00
);