summaryrefslogtreecommitdiffstats
path: root/apps/user_webdavauth/l10n
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2013-01-18 00:04:36 +0100
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2013-01-18 00:04:36 +0100
commit824fcf6624f003f77e5daafcb2d87f1f41f7e36f (patch)
tree1990cbef39e71e75848685fb21c2a630abd0cfc7 /apps/user_webdavauth/l10n
parentd85e440aa174c06f805b2e25a80609d82399e147 (diff)
downloadnextcloud-server-824fcf6624f003f77e5daafcb2d87f1f41f7e36f.tar.gz
nextcloud-server-824fcf6624f003f77e5daafcb2d87f1f41f7e36f.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth/l10n')
-rw-r--r--apps/user_webdavauth/l10n/pt_PT.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/user_webdavauth/l10n/pt_PT.php b/apps/user_webdavauth/l10n/pt_PT.php
index 245a5101341..d7e87b5c8d1 100644
--- a/apps/user_webdavauth/l10n/pt_PT.php
+++ b/apps/user_webdavauth/l10n/pt_PT.php
@@ -1,3 +1,5 @@
<?php $TRANSLATIONS = array(
-"URL: http://" => "URL: http://"
+"WebDAV Authentication" => "Autenticação WebDAV",
+"URL: http://" => "URL: http://",
+"ownCloud will send the user credentials to this URL. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "O ownCloud vai enviar as credenciais do utilizador através deste URL. Este plugin verifica a resposta e vai interpretar os códigos de estado HTTP 401 e 403 como credenciais inválidas, e todas as outras como válidas."
);