38 lines
2.6 KiB
PHP
38 lines
2.6 KiB
PHP
<?php
|
|
|
|
global $_LANGMAIL;
|
|
$_LANGMAIL = array();
|
|
|
|
$_LANGMAIL['Your guest account has been transformed to customer account'] = 'Su cuenta de invitado se transformo en cuenta de cliente';
|
|
$_LANGMAIL['Message from a customer'] = 'Mensaje de un cliente';
|
|
$_LANGMAIL['Your new password'] = 'Su nueva clave';
|
|
$_LANGMAIL['Newsletter voucher'] = 'Voucher boletin de noticias';
|
|
$_LANGMAIL['Message from %1$s %2$s'] = 'Mensaje desde %1$s %2$s';
|
|
$_LANGMAIL['%1$s sent you a link to %2$s'] = '%1$s envio un link a %2$s';
|
|
$_LANGMAIL['Your cart and your discount'] = 'Su cesta y descuento';
|
|
$_LANGMAIL['New credit slip regarding your order'] = 'Nuevo vale de compra relacionado con su pedido';
|
|
$_LANGMAIL['Newsletter confirmation'] = 'Confirmación de la suscripción a nuestro Boletín de noticias';
|
|
$_LANGMAIL['Email verification'] = 'Verificación de correo';
|
|
$_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['Password query confirmation'] = 'Confirmación de password';
|
|
$_LANGMAIL['An answer to your message is available #ct%1$s #tc%2$s'] = 'Por favor no responda a este mensaje desde su cuenta de cliente , no recibiremos su mensaje.\r\nPara responder, use este {link} exclusivo';
|
|
$_LANGMAIL['You are one of our best customers'] = 'Gracias por ser uno de nuestros mejores clientes';
|
|
$_LANGMAIL['Process the payment of your order'] = 'Procesode pago de su pedido';
|
|
$_LANGMAIL['Welcome!'] = 'Bienvenido !';
|
|
$_LANGMAIL['Fwd: Customer message'] = 'Fw: Mensaje de cliente';
|
|
$_LANGMAIL['Order confirmation'] = 'Confirmación del pedido';
|
|
$_LANGMAIL['New voucher regarding your order %s'] = 'Nuevo bono con respecto a su orden %s';
|
|
$_LANGMAIL['Congratulations!'] = 'Felicitaciones!';
|
|
$_LANGMAIL['Thanks for your order'] = '¡Gracias por su pedido!';
|
|
$_LANGMAIL['We miss you'] = 'Te echamos de menos';
|
|
$_LANGMAIL['Virtual product to download'] = 'Producto(s) virtual(es) disponibles para descargar';
|
|
$_LANGMAIL['New message regarding your order'] = 'Nuevo mensaje relacionado con su pedido';
|
|
$_LANGMAIL['Message from contact form'] = 'Mensaje desde el formulario de contacto';
|
|
$_LANGMAIL['Your order return state has changed'] = 'El estado de retorno de su orden ha cambiado';
|
|
$_LANGMAIL['Product available'] = 'Producto disponible';
|
|
$_LANGMAIL['Product out of stock'] = 'Uno o más productos están casi agotados';
|
|
$_LANGMAIL['Your message has been correctly sent'] = 'Su mensaje se ha enviado correctamente';
|
|
$_LANGMAIL['Your order has been changed'] = 'Su pedido se ha modificado';
|
|
$_LANGMAIL['Your wishlist\'s link'] = 'Enlace a su lista de deseos';
|