65 lines
3.4 KiB
PHP
Executable File
65 lines
3.4 KiB
PHP
Executable File
<?php
|
|
/*
|
|
* 2007-2011 PrestaShop
|
|
*
|
|
* NOTICE OF LICENSE
|
|
*
|
|
* This source file is subject to the Open Software License (OSL 3.0)
|
|
* that is bundled with this package in the file LICENSE.txt.
|
|
* It is also available through the world-wide-web at this URL:
|
|
* http://opensource.org/licenses/osl-3.0.php
|
|
* If you did not receive a copy of the license and are unable to
|
|
* obtain it through the world-wide-web, please send an email
|
|
* to license@prestashop.com so we can send you a copy immediately.
|
|
*
|
|
* DISCLAIMER
|
|
*
|
|
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
|
|
* versions in the future. If you wish to customize PrestaShop for your
|
|
* needs please refer to http://www.prestashop.com for more information.
|
|
*
|
|
* @author PrestaShop SA <contact@prestashop.com>
|
|
* @copyright 2007-2011 PrestaShop SA
|
|
* @version Release: $Revision: 9296 $
|
|
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
|
* International Registered Trademark & Property of PrestaShop SA
|
|
*/
|
|
|
|
global $_LANGMAIL;
|
|
$_LANGMAIL = array();
|
|
$_LANGMAIL['Welcome!'] = 'Welcome!';
|
|
$_LANGMAIL['Message from contact form'] = 'Customer message from contact form';
|
|
$_LANGMAIL['Your message has been correctly sent'] = 'Your message has been sent successfully';
|
|
$_LANGMAIL['New credit slip regarding your order'] = 'New credit slip regarding your order';
|
|
$_LANGMAIL['Virtual product to download'] = 'Virtual product(s) available for download';
|
|
$_LANGMAIL['Fwd: Customer message'] = 'Fwd: Customer message';
|
|
$_LANGMAIL['Your guest account has been transformed to customer account'] = 'Your guest account has been transformed to a customer account';
|
|
$_LANGMAIL['Package in transit'] = 'Package in transit';
|
|
$_LANGMAIL['[Log'] = '[Log';
|
|
$_LANGMAIL['Order confirmation'] = 'Order confirmation';
|
|
$_LANGMAIL['Message from a customer'] = 'Message from a customer';
|
|
$_LANGMAIL['New message regarding your order'] = 'New message regarding your order';
|
|
$_LANGMAIL['Your order return state has changed'] = 'Your order return status has changed';
|
|
$_LANGMAIL['Your password'] = 'Your password has been reset';
|
|
$_LANGMAIL['Password query confirmation'] = 'Forgot password';
|
|
$_LANGMAIL['An answer to your message is available'] = 'New response to your inquiry';
|
|
$_LANGMAIL['New voucher regarding your order'] = 'New voucher for your order';
|
|
$_LANGMAIL['Happy birthday!'] = 'Happy birthday!';
|
|
$_LANGMAIL['Newsletter confirmation'] = 'Newsletter subscription confirmation';
|
|
$_LANGMAIL['Newsletter voucher'] = 'Newsletter voucher';
|
|
$_LANGMAIL['Your wishlist\\\'s link'] = 'Your wishlist\'s link';
|
|
$_LANGMAIL['Message from '] = 'Message from ';
|
|
$_LANGMAIL['$subject'] = '';
|
|
$_LANGMAIL['Your cart and your discount'] = 'Discount offer for items in your cart';
|
|
$_LANGMAIL['Thanks for your order'] = 'Thanks for your order!';
|
|
$_LANGMAIL['You are one of our best customers'] = 'Thank you for being one of our best customers';
|
|
$_LANGMAIL['We miss you'] = 'We miss you';
|
|
$_LANGMAIL['Product available'] = 'Your watched product is now available';
|
|
$_LANGMAIL['Product out of stock'] = 'One or more products are almost out of stock';
|
|
$_LANGMAIL['Error reporting from your PayPal module'] = 'Error reporting from your PayPal module';
|
|
$_LANGMAIL['Congratulations!'] = 'Congratulations!';
|
|
$_LANGMAIL['Referral Program'] = 'Referral program';
|
|
$_LANGMAIL['A friend sent you a link to'] = 'A friend sent you a link to';
|
|
$_LANGMAIL['New voucher after refund'] = 'New voucher after refund';
|
|
|
|
?>
|