nextcloud/apps/user_webdavauth/l10n/da.php

5 lines
402 B
PHP
Raw Normal View History

2012-12-24 03:12:16 +04:00
<?php $TRANSLATIONS = array(
"URL: http://" => "URL: http://",
"ownCloud will send the user credentials to this URL is interpret http 401 and http 403 as credentials wrong and all other codes as credentials correct." => "ownCloud vil sende brugeroplysningerne til denne webadresse er fortolker http 401 og http 403 som brugeroplysninger forkerte og alle andre koder som brugeroplysninger korrekte."
);