diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-09-03 07:46:55 -0400 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-09-03 07:46:55 -0400 |
commit | fe0b8ac2c0e4ffd06ab8a14d18a701e1ab9071af (patch) | |
tree | 88c1f0042e95c1f374bbde822c68a8809d938e44 /apps/user_webdavauth | |
parent | 84aba4542d91cba9d13d77aa346a81e5306e2e06 (diff) | |
download | nextcloud-server-fe0b8ac2c0e4ffd06ab8a14d18a701e1ab9071af.tar.gz nextcloud-server-fe0b8ac2c0e4ffd06ab8a14d18a701e1ab9071af.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth')
-rw-r--r-- | apps/user_webdavauth/l10n/fr.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/user_webdavauth/l10n/fr.php b/apps/user_webdavauth/l10n/fr.php index 0130e35c816..709fa53dac5 100644 --- a/apps/user_webdavauth/l10n/fr.php +++ b/apps/user_webdavauth/l10n/fr.php @@ -1,5 +1,7 @@ <?php $TRANSLATIONS = array( -"WebDAV Authentication" => "Authentification WebDAV" +"WebDAV Authentication" => "Authentification WebDAV", +"Address: " => "Adresse :", +"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 informations de connexion de l'utilisateur seront envoyées à cette adresse. Ce module analyse le code de la réponse HTTP et considère les codes 401 et 403 comme une authentification invalide et tout autre valeur comme une authentification valide." ); $PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; |