diff --git a/core/lib/Thelia/Form/CustomerCreateForm.php b/core/lib/Thelia/Form/CustomerCreateForm.php index 35954dc88..e8582bf6c 100755 --- a/core/lib/Thelia/Form/CustomerCreateForm.php +++ b/core/lib/Thelia/Form/CustomerCreateForm.php @@ -84,7 +84,7 @@ class CustomerCreateForm extends AddressCreateForm array($this, "verifyPasswordField") ))) ), - "label" => "Password confirmation", + "label" => Translator::getInstance()->trans("Password confirmation"), "label_attr" => array( "for" => "password_confirmation" ) @@ -102,6 +102,7 @@ class CustomerCreateForm extends AddressCreateForm "constraints" => array( new Constraints\True(array("message" => "Please accept the Terms and conditions in order to register.")) ), + "label"=>"Test", "label_attr" => array( "for" => "agreed" ) diff --git a/templates/frontOffice/default/I18n/fr_FR.php b/templates/frontOffice/default/I18n/fr_FR.php index 5137cfcdd..90c91b403 100755 --- a/templates/frontOffice/default/I18n/fr_FR.php +++ b/templates/frontOffice/default/I18n/fr_FR.php @@ -13,6 +13,7 @@ return array( 'Address %nb' => 'Adresse n°', 'Address Update' => 'Mise à jour de l\'adresse', 'Address' => 'Adresse', + 'Address Line 2'=>'Complément d\'adresse', 'Amount' => 'Montant', 'Availability' => 'Disponibilité', 'Available' => 'Disponible', @@ -22,6 +23,7 @@ return array( 'Cancel' => 'Annuler', 'Cart' => 'Panier', 'Categories' => 'Catégories', + 'Cellphone'=> 'Portable', 'Change address' => 'Changer d\'adresse', 'Change my account information' => 'Modifier mes informations personnelles', 'Change my password' => 'Changer mon mot de passe', @@ -32,6 +34,7 @@ return array( 'Choose your delivery method' => 'Choisissez votre moyen de livraison', 'Choose your payment method' => 'Choisissez voter moyen de paiement', 'Code :' => 'Code', + 'Company Name'=>'Entreprise', 'Complementary address' => 'Résidence secondaire', 'Contact Us' => 'Contactez-nous', 'Continue Shopping' => 'Continuer mes achats', @@ -53,6 +56,7 @@ return array( 'Edit this address' => 'Editer cette adresse', 'Edit' => 'Editer', 'Email address' => 'Adresse e-mail', + 'Email Address' => 'Adresse e-mail', 'Follow us' => 'Suivez-nous', 'Forgot your Password?' => 'Mot de passé oublié ?', 'Free shipping' => 'Livraison gratuite', @@ -63,6 +67,7 @@ return array( 'In Stock' => 'Disponible', 'instead of' => 'au lieu de', 'Item(s)' => 'Produit(s)', + 'I would like to receive the newsletter or the latest news.' => 'Je veux m\'inscrire à la newsletter pour rester informé.', 'Language:' => 'Langue', 'Latest articles' => 'Nouveaux articles', 'Latest products' => 'Derniers produits', @@ -106,6 +111,7 @@ return array( 'Pagination' => 'Pagination', 'Password Forgotten' => 'Mot de passe oublié', 'Password' => 'Mot de passe', + 'Password confirmation'=>"Confirmer le mot de passe", 'per page' => 'par page', 'Personal Information' => 'Informations personnelles', 'Placeholder address label' => 'Maison, Domicile, Travail...', @@ -170,6 +176,7 @@ return array( 'Sort By' => 'Trier par', 'Special Price:' => 'Prix en promotion :', 'Status' => 'Etat', + 'Street Address'=>"Adresse", 'Subscribe' => 'Inscription', 'Tax Inclusive' => 'TVA incluse', 'Thank you for the trust you place in us.' => 'Merci pour votre confiance. ', diff --git a/templates/frontOffice/default/register.html b/templates/frontOffice/default/register.html index 73d7f5f20..b94cdd2e8 100644 --- a/templates/frontOffice/default/register.html +++ b/templates/frontOffice/default/register.html @@ -265,7 +265,7 @@