diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-12-22 00:26:25 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-12-22 00:26:25 +0100 |
commit | 05fda76776890a449366b3a4a766080e61ffabb6 (patch) | |
tree | 869774c275f7f2331aa1107d1dcf2ae3c02d7b97 /apps/user_webdavauth/l10n/pt_PT.php | |
parent | 3e39c39d6a106af08898d52e1015142d9c411365 (diff) | |
download | nextcloud-server-05fda76776890a449366b3a4a766080e61ffabb6.tar.gz nextcloud-server-05fda76776890a449366b3a4a766080e61ffabb6.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth/l10n/pt_PT.php')
-rw-r--r-- | apps/user_webdavauth/l10n/pt_PT.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/user_webdavauth/l10n/pt_PT.php b/apps/user_webdavauth/l10n/pt_PT.php index 1aca5caeff1..e8bfcfda81e 100644 --- a/apps/user_webdavauth/l10n/pt_PT.php +++ b/apps/user_webdavauth/l10n/pt_PT.php @@ -1,3 +1,4 @@ <?php $TRANSLATIONS = array( -"WebDAV URL: http://" => "Endereço WebDAV: http://" +"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." ); |