server/apps/user_webdavauth/l10n/sv.php

5 lines
365 B
PHP
Raw Normal View History

2012-11-12 23:07:19 +00:00
<?php $TRANSLATIONS = array(
2012-12-25 23:12:10 +00: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-12 23:07:19 +00:00
);