5 lines
402 B
PHP
5 lines
402 B
PHP
<?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."
|
|
);
|