nextcloud/apps/user_webdavauth/l10n/pt_PT.php

5 lines
442 B
PHP
Raw Normal View History

2012-11-14 03:03:38 +04:00
<?php $TRANSLATIONS = array(
2012-12-22 03:26:25 +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." => "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."
2012-11-14 03:03:38 +04:00
);