create new password email template

This commit is contained in:
Manuel Raynaud
2014-04-21 21:36:24 +02:00
parent 27500363e7
commit f257bf9422
5 changed files with 48 additions and 8 deletions

View File

@@ -9,12 +9,15 @@ return array(
'Email not displaying correctly?' => 'Le mail ne s\'affiche pas correctement ?',
'For any questions, or concerns, feel free to contact <a href="mailto:%mail" style="color:#3c69c1;text-decoration:none" target="_blank">%mail</a>.' => 'Pour toutes questions contactez nous par mail : <a href="mailto:%mail" style="color:#3c69c1;text-decoration:none" target="_blank">%mail</a>.',
'Here are the details of your purchase:' => 'Voici les détails de votre commande',
'Hi there' => 'Bonjour',
'Kind regards' => 'Cordialement',
'Order Number:' => 'Commande N° : ',
'Order Total' => 'Total de la commande',
'Order Total:' => 'Total de la commande : ',
'Our contact us at:' => 'Contactez nous au',
'Our mailing address is:' => 'Adresse postale',
'Paid With:' => 'Payé par : ',
'Password' => 'Mot de passe',
'Purchase Date:' => 'Date d\'achat : ',
'Shipping:' => 'Frais de livraison',
'Support' => 'SAV',
@@ -23,5 +26,9 @@ return array(
'Thelia V2' => 'Thelia V2',
'Total' => 'Total',
'View it in your browser' => 'Voir dans le navigateur',
'You can change your password in your user account by opening the "Change my password" link under your personal information' => 'Vous pouvez changer votre mot de passe dans votre espace client',
'You have requested a new password for your account' => 'Vous avez demandé un nouveau mot de passe',
'Your new password is' => 'Votre nouveau mot de passe est',
'Your order confirmation Nº %ref' => 'Confirmation de commande N° %ref',
'Your password for %store' => 'Votre mot de passe pour %store',
);