diff --git a/l10n/fr.js b/l10n/fr.js index 03f03db..3a1a30e 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -1,6 +1,7 @@ OC.L10N.register( "registration", { + "Register" : "S'enregistrer", "Email address you entered is not valid" : "L'adresse de courriel saisie n'est pas valable", "There is already a pending registration with this email" : "Il y a déjà une inscription en attente avec cette adresse de courriel", "Verify your ownCloud registration request" : "Effectuez la vérification de votre demande d'inscription ownCloud", diff --git a/l10n/fr.json b/l10n/fr.json index b62ab24..7f83427 100644 --- a/l10n/fr.json +++ b/l10n/fr.json @@ -1,4 +1,5 @@ { "translations": { + "Register" : "S'enregistrer", "Email address you entered is not valid" : "L'adresse de courriel saisie n'est pas valable", "There is already a pending registration with this email" : "Il y a déjà une inscription en attente avec cette adresse de courriel", "Verify your ownCloud registration request" : "Effectuez la vérification de votre demande d'inscription ownCloud", diff --git a/l10n/fr.php b/l10n/fr.php index fd68db1..a231397 100644 --- a/l10n/fr.php +++ b/l10n/fr.php @@ -1,5 +1,6 @@ "S'enregistrer", "Email address you entered is not valid" => "L'adresse de courriel saisie n'est pas valable", "There is already a pending registration with this email" => "Il y a déjà une inscription en attente avec cette adresse de courriel", "Verify your ownCloud registration request" => "Effectuez la vérification de votre demande d'inscription ownCloud",