toutpratique/mails/en/lang.php
Thibault GUILLAUME 58a8203ae2 prestashop v1
2015-07-06 16:58:50 +02:00

46 lines
2.8 KiB
PHP

<?php
global $_LANGMAIL;
$_LANGMAIL = array();
$_LANGMAIL['Your guest account has been transformed into a customer account'] = 'Your guest account was converted to a customer account';
$_LANGMAIL['The virtual product that you bought is available for download'] = 'The virtual product that you bought is available for download';
$_LANGMAIL['New voucher for your order %s'] = 'New voucher for your order %s';
$_LANGMAIL['Order confirmation'] = 'Order confirmation';
$_LANGMAIL['Log: You have a new alert from your shop'] = 'Log: You have a new alert from your shop';
$_LANGMAIL['Fwd: Customer message'] = 'Fwd: Customer message';
$_LANGMAIL['An answer to your message is available #ct%1$s #tc%2$s'] = 'An answer to your message is available #ct%1$s #tc%2$s';
$_LANGMAIL['Your new password'] = 'Your new password';
$_LANGMAIL['Package in transit'] = 'Package in transit';
$_LANGMAIL['New message regarding your order'] = 'New message regarding your order';
$_LANGMAIL['New voucher for your order #%s'] = 'New voucher for your order #%s';
$_LANGMAIL['New credit slip regarding your order'] = 'New credit slip regarding your order';
$_LANGMAIL['Process the payment of your order'] = 'Process the payment of your order';
$_LANGMAIL['Your order has been changed'] = 'Your order has been changed';
$_LANGMAIL['Your order return status has changed'] = 'Your order return status has changed';
$_LANGMAIL['Welcome!'] = 'Welcome!';
$_LANGMAIL['Your message has been correctly sent #ct%1$s #tc%2$s'] = 'Your message has been correctly sent #ct%1$s #tc%2$s';
$_LANGMAIL['Your message has been correctly sent'] = 'Your message has been correctly sent';
$_LANGMAIL['Message from contact form'] = 'Message from contact form';
$_LANGMAIL['Message from a customer'] = 'Message from a customer';
$_LANGMAIL['Password query confirmation'] = 'Password query confirmation';
$_LANGMAIL['Newsletter voucher'] = 'Newsletter voucher';
$_LANGMAIL['Newsletter confirmation'] = 'Newsletter confirmation';
$_LANGMAIL['Email verification'] = 'Email verification';
$_LANGMAIL['Your wishlist\'s link'] = 'Your wishlist\'s link';
$_LANGMAIL['Message from %1$s %2$s'] = 'Message from %1$s %2$s';
$_LANGMAIL['Your cart and your discount'] = 'Your cart and your discount';
$_LANGMAIL['Thanks for your order'] = 'Thanks for your order';
$_LANGMAIL['You are one of our best customers'] = 'You are one of our best customers';
$_LANGMAIL['We miss you'] = 'We miss you';
$_LANGMAIL['Product available'] = 'Product available';
$_LANGMAIL['New order : #%d - %s'] = 'New order : #%d - %s';
$_LANGMAIL['Product out of stock'] = 'Product out of stock';
$_LANGMAIL['Stock coverage'] = 'Stock coverage';
$_LANGMAIL['Referral Program'] = 'Referral Program';
$_LANGMAIL['Congratulations!'] = 'Congratulations!';
$_LANGMAIL['%1$s sent you a link to %2$s'] = '%1$s sent you a link to %2$s';
return $_LANGMAIL;