diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-01-19 00:05:38 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-01-19 00:05:38 +0100 |
commit | a17ca3a69aae0dde9aaf24f23aeffdd8658829f0 (patch) | |
tree | 6cbf383cfc3d8d6960dcf23a8f65c81ae57977d6 /apps/user_webdavauth | |
parent | 31cc9aa80d4284e13dc95d2ef1428bed78c22d65 (diff) | |
download | nextcloud-server-a17ca3a69aae0dde9aaf24f23aeffdd8658829f0.tar.gz nextcloud-server-a17ca3a69aae0dde9aaf24f23aeffdd8658829f0.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth')
-rw-r--r-- | apps/user_webdavauth/l10n/gl.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/user_webdavauth/l10n/gl.php b/apps/user_webdavauth/l10n/gl.php index 245a5101341..a6b8355c074 100644 --- a/apps/user_webdavauth/l10n/gl.php +++ b/apps/user_webdavauth/l10n/gl.php @@ -1,3 +1,5 @@ <?php $TRANSLATIONS = array( -"URL: http://" => "URL: http://" +"WebDAV Authentication" => "Autenticación 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." => "ownCloud enviará as credenciais do usuario a esta URL. Este conector comproba a resposta e interpretará os códigos de estado 401 e 403 como credenciais non válidas, e todas as outras respostas como credenciais válidas." ); |