From b424fb2750fd2f10b151bec147d3ad1a41b5179b Mon Sep 17 00:00:00 2001 From: Benjamin Perche Date: Wed, 16 Jul 2014 11:09:35 +0200 Subject: [PATCH] =?UTF-8?q?Add=20translation=20=09modifi=C3=A9:=20=20=20?= =?UTF-8?q?=20=20=20=20=20=20core/lib/Thelia/Config/I18n/en=5FUS.php=20=09?= =?UTF-8?q?modifi=C3=A9:=20=20=20=20=20=20=20=20=20core/lib/Thelia/Config/?= =?UTF-8?q?I18n/fr=5FFR.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/lib/Thelia/Config/I18n/en_US.php | 5 ++++- core/lib/Thelia/Config/I18n/fr_FR.php | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/core/lib/Thelia/Config/I18n/en_US.php b/core/lib/Thelia/Config/I18n/en_US.php index 099f19e0b..0b6545f7e 100644 --- a/core/lib/Thelia/Config/I18n/en_US.php +++ b/core/lib/Thelia/Config/I18n/en_US.php @@ -307,6 +307,7 @@ return array( 'The detailed description.' => 'The detailed description.', 'The image which replaces an undefined country flag (%file) was not found. Please check unknown-flag-path configuration variable, and check that the image exists.' => 'The image which replaces an undefined country flag (%file) was not found. Please check unknown-flag-path configuration variable, and check that the image exists.', 'The loop name \'%name\' is already defined in %className class' => 'The loop name \'%name\' is already defined in %className class', + 'The product sale elements reference %ref doesn\'t exist' => 'The product sale elements reference %ref doesn\'t exist', 'This brand is online' => 'This brand is online', 'This category is online.' => 'This category is online.', 'This condition is always true' => 'This condition is always true', @@ -357,7 +358,7 @@ return array( 'Yes, I have a password :' => 'Yes, I have a password :', 'You are already registered!' => 'You are already registered!', 'You don\'t need to use commas or other punctuations.' => 'You don\'t need to use commas or other punctuations.', - 'You have too much sent this form. Please wait before trying again.' => 'You have too much sent this form. Please wait before trying again.', + 'You\'ve submitted this form too many times. Further submissions will be ignored during %time' => 'You\'ve submitted this form too many times. Further submissions will be ignored during %time', 'Your Email Address' => 'Your Email Address', 'Your Message' => 'Your Message', 'Your current password does not match.' => 'Your current password does not match.', @@ -375,4 +376,6 @@ return array( 'this product id does not exists : %d' => 'this product id does not exists : %d', 'thousands separator' => 'Séparateur de milliers', 'time format' => 'time format', + 'hour(s)' => 'hour(s)', + 'minute(s)' => 'minute(s)', ); diff --git a/core/lib/Thelia/Config/I18n/fr_FR.php b/core/lib/Thelia/Config/I18n/fr_FR.php index 41aa0f679..488cc0107 100644 --- a/core/lib/Thelia/Config/I18n/fr_FR.php +++ b/core/lib/Thelia/Config/I18n/fr_FR.php @@ -307,6 +307,7 @@ return array( 'The detailed description.' => 'La description détaillée', 'The image which replaces an undefined country flag (%file) was not found. Please check unknown-flag-path configuration variable, and check that the image exists.' => 'L\'image qui remplace un drapeau de pays manquant (%file) n\'a pas été trouvée. Merci de vérifier la variable de configuration unknown-flag-path.', 'The loop name \'%name\' is already defined in %className class' => 'La boucle \'%name\' est déjà définir dans la classe %className', + 'The product sale elements reference %ref doesn\'t exist' => 'La déclinaison de produit %ref n\'existe pas', 'This brand is online' => 'Cette marque est en ligne', 'This category is online.' => 'Cette catégorie est en ligne.', 'This condition is always true' => 'Cette condition est troujours vérifiée', @@ -357,7 +358,7 @@ return array( 'Yes, I have a password :' => 'Oui, j\'ai un mot de passe :', 'You are already registered!' => 'Vous êtes déjà enregistré !', 'You don\'t need to use commas or other punctuations.' => 'Vous n\'avez pas besoin d\'utiliser de virgules ou d\'autres signes de ponctuation', - 'You have too much sent this form. Please wait before trying again.' => 'Vous avez validé ce formulaire un nombre trop important de fois. Veuillez attendre avant de réessayer.', + 'You\'ve submitted this form too many times. Further submissions will be ignored during %time' => 'Vous avez envoyer ce fomulaire un nombre trop important de fois. Les prochaines soumissions seront ignorées pendant %time', 'Your Email Address' => 'Votre adresse mail', 'Your Message' => 'Votre message', 'Your current password does not match.' => 'Votre mot de passe actuel ne correspond pas', @@ -375,4 +376,6 @@ return array( 'this product id does not exists : %d' => 'l\'id du produit %d n\'existe pas', 'thousands separator' => 'Séparateur des milliers', 'time format' => 'Format d\'heure', + 'hour(s)' => 'heure(s)', + 'minute(s)' => 'minute(s)', );