update email translations
This commit is contained in:
@@ -18,6 +18,7 @@ return array(
|
||||
'Our mailing address is:' => 'Our mailing address is:',
|
||||
'Paid With:' => 'Paid With:',
|
||||
'Password' => 'Password',
|
||||
'Price in' => 'Price in',
|
||||
'Purchase Date:' => 'Purchase Date:',
|
||||
'Shipping:' => 'Shipping:',
|
||||
'Support' => 'Support',
|
||||
@@ -26,8 +27,9 @@ return array(
|
||||
'Thelia V2' => 'Thelia V2',
|
||||
'Total' => 'Total',
|
||||
'View it in your browser' => 'View it in your browser',
|
||||
'What You Purchased' => 'What You Purchased',
|
||||
'You can change your password in your user account by opening the "Change my password" link under your personal information' => 'You can change your password in your user account by opening the "Change my password" link under your personal information',
|
||||
'You have requested a new password for your Thelia V2 account' => 'You have requested a new password for your Thelia V2 account',
|
||||
'You have requested a new password for your account' => 'You have requested a new password for your account',
|
||||
'Your new password is' => 'Your new password is',
|
||||
'Your order confirmation Nº %ref' => 'Your order confirmation Nº %ref',
|
||||
'Your password for %store' => 'Your password for %store',
|
||||
|
||||
@@ -18,6 +18,7 @@ return array(
|
||||
'Our mailing address is:' => 'Adresse postale',
|
||||
'Paid With:' => 'Payé par : ',
|
||||
'Password' => 'Mot de passe',
|
||||
'Price in' => 'Prix en',
|
||||
'Purchase Date:' => 'Date d\'achat : ',
|
||||
'Shipping:' => 'Frais de livraison',
|
||||
'Support' => 'SAV',
|
||||
@@ -26,6 +27,7 @@ return array(
|
||||
'Thelia V2' => 'Thelia V2',
|
||||
'Total' => 'Total',
|
||||
'View it in your browser' => 'Voir dans le navigateur',
|
||||
'What You Purchased' => 'Ce que vous avez acheté',
|
||||
'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',
|
||||
|
||||
@@ -62,8 +62,8 @@
|
||||
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0" style="font-size:13px;line-height:2em">
|
||||
<tr style="color:#999;font-size:11px">
|
||||
<td style="color:#999;border-bottom:1px solid #000">What You Purchased</td>
|
||||
<td align="right" style="color:#999;border-bottom:1px solid #000">Price in {$orderCurrencyIsoCode}</td>
|
||||
<td style="color:#999;border-bottom:1px solid #000">{intl l="What You Purchased"}</td>
|
||||
<td align="right" style="color:#999;border-bottom:1px solid #000">{intl l="Price in"} {$orderCurrencyIsoCode}</td>
|
||||
</tr>
|
||||
{loop type="order_product" name="order-products" order=$ID}
|
||||
{if $WAS_IN_PROMO == 1}
|
||||
|
||||
Reference in New Issue
Block a user