5 lines
390 B
PHP
5 lines
390 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 wird die Logindaten zu dieser URL senden. http 401 und http 403 werden als falsche Logindaten interpretiert und alle anderen Codes als korrekte Logindaten."
|
|
);
|