nextcloud/apps/user_webdavauth/l10n/nn_NO.php

6 lines
523 B
PHP
Raw Normal View History

2013-05-31 04:04:40 +04:00
<?php $TRANSLATIONS = array(
"WebDAV Authentication" => "WebDAV-autentisering",
"URL: http://" => "Nettadresse: 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 sender brukarakkreditiv til denne nettadressa. Dette programtillegget kontrollerer svaret og tolkar HTTP-statuskodane 401 og 403 som ugyldige, og alle andre svar som gyldige."
);