From f067232941d01b8db007e671dc5c0dec256cf14d Mon Sep 17 00:00:00 2001 From: Jenkins for ownCloud Date: Sun, 7 Feb 2016 00:28:16 -0500 Subject: [PATCH] [tx-robot] updated from transifex --- l10n/fr.js | 1 + l10n/fr.json | 1 + l10n/fr.php | 1 + 3 files changed, 3 insertions(+) diff --git a/l10n/fr.js b/l10n/fr.js index 91bd198..d305ed9 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -9,6 +9,7 @@ OC.L10N.register( "You can log in now." : "Vous pouvez maintenant vous connecter.", "Verification email successfully sent." : "Courriel de vérification envoyé avec succès.", "Invalid verification URL. No registration request with this verification URL is found." : "Lien de vérification non valable. Aucune demande d'inscription correspondante n'a été trouvée.", + "Unable to create user, there are problems with the user backend." : "Impossible de créer l'utilisateur, il y a des problèmes avec l'infrastructure utilisateur", "Unable to set user email: " : "Impossible de définir l'email utilisateur :", "Failed to delete pending registration request" : "Erreur lors de la suppression de la demande d'enregistrement en attente", "Your account has been successfully created, you can log in now." : "Votre compte a bien été créé, vous pouvez maintenant vous connecter.", diff --git a/l10n/fr.json b/l10n/fr.json index 6decb08..a19bfc6 100644 --- a/l10n/fr.json +++ b/l10n/fr.json @@ -7,6 +7,7 @@ "You can log in now." : "Vous pouvez maintenant vous connecter.", "Verification email successfully sent." : "Courriel de vérification envoyé avec succès.", "Invalid verification URL. No registration request with this verification URL is found." : "Lien de vérification non valable. Aucune demande d'inscription correspondante n'a été trouvée.", + "Unable to create user, there are problems with the user backend." : "Impossible de créer l'utilisateur, il y a des problèmes avec l'infrastructure utilisateur", "Unable to set user email: " : "Impossible de définir l'email utilisateur :", "Failed to delete pending registration request" : "Erreur lors de la suppression de la demande d'enregistrement en attente", "Your account has been successfully created, you can log in now." : "Votre compte a bien été créé, vous pouvez maintenant vous connecter.", diff --git a/l10n/fr.php b/l10n/fr.php index ad3f619..ab3608f 100644 --- a/l10n/fr.php +++ b/l10n/fr.php @@ -8,6 +8,7 @@ $TRANSLATIONS = array( "You can log in now." => "Vous pouvez maintenant vous connecter.", "Verification email successfully sent." => "Courriel de vérification envoyé avec succès.", "Invalid verification URL. No registration request with this verification URL is found." => "Lien de vérification non valable. Aucune demande d'inscription correspondante n'a été trouvée.", +"Unable to create user, there are problems with the user backend." => "Impossible de créer l'utilisateur, il y a des problèmes avec l'infrastructure utilisateur", "Unable to set user email: " => "Impossible de définir l'email utilisateur :", "Failed to delete pending registration request" => "Erreur lors de la suppression de la demande d'enregistrement en attente", "Your account has been successfully created, you can log in now." => "Votre compte a bien été créé, vous pouvez maintenant vous connecter.",