diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-05-08 20:49:06 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-05-08 20:49:06 +0000 |
commit | 9d8e9b1efbc210319ce467927085405a7219a2c2 (patch) | |
tree | a2f8b68cde070b23545c9f48993ed01a7e8bf6d0 /core/l10n/fr.js | |
parent | 3a22f9dfe57d97af54a5259c5c8fa0a9a4d1c4e8 (diff) | |
download | nextcloud-server-9d8e9b1efbc210319ce467927085405a7219a2c2.tar.gz nextcloud-server-9d8e9b1efbc210319ce467927085405a7219a2c2.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/fr.js')
-rw-r--r-- | core/l10n/fr.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/l10n/fr.js b/core/l10n/fr.js index 155daba2eac..049b35fcb2a 100644 --- a/core/l10n/fr.js +++ b/core/l10n/fr.js @@ -14,6 +14,8 @@ OC.L10N.register( "No crop data provided" : "Aucune donnée de recadrage fournie", "No valid crop data provided" : "Aucune donnée valide de recadrage fournie", "Crop is not square" : "Le recadrage n'est pas carré", + "State token does not match" : "Les jetons de statut ne correspondent pas", + "Auth flow can only be started unauthenticated." : "Le processus d'authentification peut seulement démarrer en mode \"non connectée\".", "Couldn't reset password because the token is invalid" : "Impossible de réinitialiser le mot de passe car le jeton n'est pas valable", "Couldn't reset password because the token is expired" : "Impossible de réinitialiser le mot de passe car le jeton a expiré", "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Impossible d'envoyer le courriel de réinitialisation car il n'y a aucune adresse de courriel pour cet utilisateur. Veuillez contacter votre administrateur.", @@ -56,6 +58,7 @@ OC.L10N.register( "Looking for {term} …" : "Recherche de {term} ...", "<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">Il y a eu des problèmes à la vérification de l’intégrité du code. Plus d'infos...</a>", "No action available" : "Aucune action disponible", + "Error fetching contact actions" : "Erreur lors de la recherche d'actions de contact", "Settings" : "Paramètres", "Connection to server lost" : "Connexion au serveur perdu", "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Problème de chargement de la page, actualisation dans %n seconde","Problème de chargement de la page, actualisation dans %n secondes"], |