5 lines
442 B
PHP
5 lines
442 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." => "O ownCloud vai enviar as credenciais para este URL. Todos os códigos http 401 e 403 serão interpretados como credenciais inválidas, todos os restantes códigos http serão interpretados como credenciais correctas."
|
|
);
|