diff --git a/core/lib/Thelia/Config/I18n/en_US.php b/core/lib/Thelia/Config/I18n/en_US.php index 6a18a9070..c2e166df4 100644 --- a/core/lib/Thelia/Config/I18n/en_US.php +++ b/core/lib/Thelia/Config/I18n/en_US.php @@ -169,6 +169,7 @@ return array( 'Missing \'rel\' parameter in page loop' => 'Missing \'rel\' parameter in page loop', 'Missing \'type\' parameter in loop arguments' => 'Missing \'type\' parameter in loop arguments', 'Missing \'type\' parameter in {count} loop arguments' => 'Missing \'type\' parameter in {count} loop arguments', + 'Missing or invalid data: %s' => 'Missing or invalid data: %s', 'Module ID not found' => 'Module ID not found', 'Name' => 'Name', 'Name *' => 'Name *', @@ -355,6 +356,7 @@ return array( 'Value *' => 'Value *', 'Warnings' => 'Warnings', 'Weight' => 'Weight', + 'Wrong form method, %s expected.' => 'Wrong form method, %s expected.', '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.', diff --git a/core/lib/Thelia/Config/I18n/fr_FR.php b/core/lib/Thelia/Config/I18n/fr_FR.php index 51f12df4a..7923a1f84 100644 --- a/core/lib/Thelia/Config/I18n/fr_FR.php +++ b/core/lib/Thelia/Config/I18n/fr_FR.php @@ -169,6 +169,7 @@ return array( 'Missing \'rel\' parameter in page loop' => 'Le paramètre obligatoire \'rel\' est absent des paramètre de la boucle \'page\'', 'Missing \'type\' parameter in loop arguments' => 'Le paramètre obligatoire \'type\' est absent des paramètre de la boucle ', 'Missing \'type\' parameter in {count} loop arguments' => 'Le paramètre obligatoire \'type\' est absent des paramètre de la boucle {count}', + 'Missing or invalid data: %s' => 'Donnée manquante ou non valide : %s', 'Module ID not found' => 'Id du module non trouvé', 'Name' => 'Nom', 'Name *' => 'Nom *', @@ -355,6 +356,7 @@ return array( 'Value *' => 'Valeur *', 'Warnings' => 'Avertissements', 'Weight' => 'Poids', + 'Wrong form method, %s expected.' => 'Méthode HTTP invalide : %s attendu.', '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',