41 lines
2.0 KiB
PHP
41 lines
2.0 KiB
PHP
<?php
|
|
|
|
global $_LANGMAIL;
|
|
$_LANGMAIL = array();
|
|
$_LANGMAIL['Welcome!'] = 'Bienvenido !';
|
|
$_LANGMAIL['Process the payment of your order'] = '';
|
|
$_LANGMAIL['Message from contact form'] = 'Mensaje desde el formulario de contacto';
|
|
$_LANGMAIL['Your message has been correctly sent'] = '';
|
|
$_LANGMAIL['New credit slip regarding your order'] = '';
|
|
$_LANGMAIL['Virtual product to download'] = '';
|
|
$_LANGMAIL['Fwd: Customer message'] = 'Fw: Mensaje de cliente';
|
|
$_LANGMAIL['Your guest account has been transformed to customer account'] = 'Su cuenta de invitado se transformo en cuenta de cliente';
|
|
$_LANGMAIL['Package in transit'] = 'Paquete en transito';
|
|
$_LANGMAIL['Log: You have a new alert from your shop'] = 'Log: Tiene un nuevo alerta desde su tienda';
|
|
$_LANGMAIL['Order confirmation'] = '';
|
|
$_LANGMAIL['Message from a customer'] = 'Mensaje de un cliente';
|
|
$_LANGMAIL['New message regarding your order'] = '';
|
|
$_LANGMAIL['Your order return state has changed'] = 'El estado de retorno de su orden ha cambiado';
|
|
$_LANGMAIL['Your new admin password'] = 'Su nueva clave de administrador';
|
|
$_LANGMAIL['Password query confirmation'] = 'Confirmación de password';
|
|
$_LANGMAIL['New voucher regarding your order '] = 'Nuevo bono con respecto a su orden';
|
|
$_LANGMAIL['An answer to your message is available #ct%1$s #tc%2$s'] = '';
|
|
$_LANGMAIL['New voucher regarding your order %s'] = 'Nuevo bono con respecto a su orden %s';
|
|
$_LANGMAIL['Newsletter confirmation'] = '';
|
|
$_LANGMAIL['Email verification'] = '';
|
|
$_LANGMAIL['Newsletter voucher'] = '';
|
|
$_LANGMAIL['Your wishlist\\\'s link'] = '';
|
|
$_LANGMAIL['Message from %1$s %2$s'] = '';
|
|
$_LANGMAIL['Your cart and your discount'] = '';
|
|
$_LANGMAIL['Thanks for your order'] = '';
|
|
$_LANGMAIL['You are one of our best customers'] = '';
|
|
$_LANGMAIL['We miss you'] = '';
|
|
$_LANGMAIL['Product available'] = '';
|
|
$_LANGMAIL['New order - #%06d'] = '';
|
|
$_LANGMAIL['Stock coverage'] = '';
|
|
$_LANGMAIL['Product out of stock'] = '';
|
|
$_LANGMAIL['Congratulations!'] = '';
|
|
$_LANGMAIL['Referral Program'] = '';
|
|
$_LANGMAIL['%1$s sent you a link to %2$s'] = '';
|
|
|
|
?>
|