PageRenderTime 44ms CodeModel.GetById 17ms RepoModel.GetById 1ms app.codeStats 0ms

/mails/en/lang.php

https://github.com/netplayer/PrestaShop
PHP | 61 lines | 35 code | 2 blank | 24 comment | 0 complexity | 5d87b2d8a4f1f463a0f5b40de5670e5f MD5 | raw file
Possible License(s): CC-BY-SA-3.0, LGPL-2.1, LGPL-3.0
  1. <?php
  2. /*
  3. * 2007-2014 PrestaShop
  4. *
  5. * NOTICE OF LICENSE
  6. *
  7. * This source file is subject to the Open Software License (OSL 3.0)
  8. * that is bundled with this package in the file LICENSE.txt.
  9. * It is also available through the world-wide-web at this URL:
  10. * http://opensource.org/licenses/osl-3.0.php
  11. * If you did not receive a copy of the license and are unable to
  12. * obtain it through the world-wide-web, please send an email
  13. * to license@prestashop.com so we can send you a copy immediately.
  14. *
  15. * DISCLAIMER
  16. *
  17. * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
  18. * versions in the future. If you wish to customize PrestaShop for your
  19. * needs please refer to http://www.prestashop.com for more information.
  20. *
  21. * @author PrestaShop SA <contact@prestashop.com>
  22. * @copyright 2007-2014 PrestaShop SA
  23. * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
  24. * International Registered Trademark & Property of PrestaShop SA
  25. */
  26. global $_LANGMAIL;
  27. $_LANGMAIL = array();
  28. $_LANGMAIL['Virtual product to download'] = 'Virtual product(s) available for download';
  29. $_LANGMAIL['Your guest account has been transformed to customer account'] = 'Your guest account has been transformed to a customer account';
  30. $_LANGMAIL['Your order return state has changed'] = 'Your order return status has changed';
  31. $_LANGMAIL['Password query confirmation'] = 'Forgot password';
  32. $_LANGMAIL['New voucher regarding your order %s'] = 'New voucher for your order %s';
  33. $_LANGMAIL['Newsletter confirmation'] = 'Newsletter subscription confirmation';
  34. $_LANGMAIL['Your cart and your discount'] = 'Discount offer for items in your cart';
  35. $_LANGMAIL['Thanks for your order'] = 'Thanks for your order!';
  36. $_LANGMAIL['You are one of our best customers'] = 'Thank you for being one of our best customers';
  37. $_LANGMAIL['Product available'] = 'Your watched product is now available';
  38. $_LANGMAIL['Product out of stock'] = 'One or more products are almost out of stock';
  39. $_LANGMAIL['We miss you'] = 'We miss you';
  40. $_LANGMAIL['Email verification'] = 'Email verification';
  41. $_LANGMAIL['Newsletter voucher'] = 'Newsletter voucher';
  42. $_LANGMAIL['New order'] = 'New order : #%d - %s';
  43. $_LANGMAIL['Stock coverage'] = 'Stock coverage';
  44. $_LANGMAIL['Congratulations!'] = 'Congratulations!';
  45. $_LANGMAIL['Your wishlist\\\'s link'] = 'Your wishlist\'s link';
  46. $_LANGMAIL['Message from %1$s %2$s'] = 'Message from %1$s %2$s';
  47. $_LANGMAIL['Your order has been changed'] = 'Your order has been changed';
  48. $_LANGMAIL['Welcome!'] = 'Welcome!';
  49. $_LANGMAIL['New credit slip regarding your order'] = 'New credit slip regarding your order';
  50. $_LANGMAIL['Fwd: Customer message'] = 'Fwd: Customer message';
  51. $_LANGMAIL['Package in transit'] = 'Package in transit';
  52. $_LANGMAIL['Order confirmation'] = 'Order confirmation';
  53. $_LANGMAIL['Message from a customer'] = 'Message from a customer';
  54. $_LANGMAIL['New message regarding your order'] = 'New message regarding your order';
  55. $_LANGMAIL['Process the payment of your order'] = 'Process the payment of your order';
  56. $_LANGMAIL['Log: You have a new alert from your shop'] = 'Log: You have a new alert from your shop';
  57. $_LANGMAIL['Your new password'] = 'Your new password';
  58. $_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';
  59. $_LANGMAIL['%1$s sent you a link to %2$s'] = '%1$s sent you a link to %2$s';