nextcloud/apps/user_webdavauth/l10n/sv.php

5 lines
365 B
PHP
Raw Normal View History

2012-11-13 03:07:19 +04:00
<?php $TRANSLATIONS = array(
2012-12-26 03:12:10 +04:00
"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 kommer att skicka inloggningsuppgifterna till denna URL och tolkar http 401 och http 403 som fel och alla andra koder som korrekt."
2012-11-13 03:07:19 +04:00
);