diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-06-18 01:55:13 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-06-18 01:55:13 -0400 |
commit | baf46c74cda834bbdb4ecf4669587b92b56fe9a9 (patch) | |
tree | 885b2d55d5f30f33810815987fcee62bb9bf9f9d /apps/user_webdavauth | |
parent | d4bdcb7a9b397357d623182cf85be0329a2dbf5e (diff) | |
download | nextcloud-server-baf46c74cda834bbdb4ecf4669587b92b56fe9a9.tar.gz nextcloud-server-baf46c74cda834bbdb4ecf4669587b92b56fe9a9.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth')
-rw-r--r-- | apps/user_webdavauth/l10n/ca.php | 1 | ||||
-rw-r--r-- | apps/user_webdavauth/l10n/pt_PT.php | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/user_webdavauth/l10n/ca.php b/apps/user_webdavauth/l10n/ca.php index ed64e5896a8..968b3f2b6b8 100644 --- a/apps/user_webdavauth/l10n/ca.php +++ b/apps/user_webdavauth/l10n/ca.php @@ -1,6 +1,7 @@ <?php $TRANSLATIONS = array( "WebDAV Authentication" => "Autenticació WebDAV", +"Address:" => "Adreça:", "Save" => "Desa", "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "Les credencials d'usuari s'enviaran a aquesta adreça. Aquest connector comprova la resposta i interpreta els codis d'estat 401 i 403 com a credencials no vàlides, i qualsevol altra resposta com a credencials vàlides." ); diff --git a/apps/user_webdavauth/l10n/pt_PT.php b/apps/user_webdavauth/l10n/pt_PT.php index 4cf989a968c..f9e63bf2af5 100644 --- a/apps/user_webdavauth/l10n/pt_PT.php +++ b/apps/user_webdavauth/l10n/pt_PT.php @@ -1,6 +1,7 @@ <?php $TRANSLATIONS = array( "WebDAV Authentication" => "Autenticação WebDAV", +"Address:" => "Endereço:", "Save" => "Guardar", "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "As credenciais do utilizador vão ser enviadas para endereço 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 respostas como válidas." ); |