44 lines
2.7 KiB
PHP
44 lines
2.7 KiB
PHP
<?php
|
||
|
||
global $_LANGMAIL;
|
||
$_LANGMAIL = array();
|
||
$_LANGMAIL['Welcome!'] = 'Bienvenido !';
|
||
$_LANGMAIL['Message from contact form'] = 'Mensaje desde el formulario de contacto';
|
||
$_LANGMAIL['Your message has been correctly sent'] = 'Su mensaje se ha enviado correctamente';
|
||
$_LANGMAIL['New credit slip regarding your order'] = 'Reembolsos realizados';
|
||
$_LANGMAIL['Virtual product to download'] = 'Producto virtual a descargar';
|
||
$_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'] = '[Log';
|
||
$_LANGMAIL['Order confirmation'] = 'Confirmación de pedido';
|
||
$_LANGMAIL['Message from a customer'] = 'Mensaje de un cliente';
|
||
$_LANGMAIL['New message regarding your order'] = 'Nuevo mensaje en su orden';
|
||
$_LANGMAIL['Your order return state has changed'] = 'El estado de retorno de su orden ha cambiado';
|
||
$_LANGMAIL['Your password'] = 'Tu contrase<73>a';
|
||
$_LANGMAIL['Password query confirmation'] = 'Confirmación de password';
|
||
$_LANGMAIL['An answer to your message is available'] = 'Hay una respuesta a su mensaje ';
|
||
$_LANGMAIL['New voucher regarding your order'] = 'Nuevo cupon correspondiente a su orden';
|
||
$_LANGMAIL['Happy birthday!'] = 'Feliz cumpleaños!';
|
||
$_LANGMAIL['Newsletter confirmation'] = 'Confirmación de newsletter';
|
||
$_LANGMAIL['Newsletter voucher'] = 'Cupon de newsletter';
|
||
$_LANGMAIL['Your wishlist\\\'s link'] = 'Su enlace de Lista de deseos';
|
||
$_LANGMAIL['Message from '] = 'Mensaje de';
|
||
$_LANGMAIL['$subject'] = '$subject';
|
||
$_LANGMAIL['Your cart and your discount'] = 'Su cesta y su descuento';
|
||
$_LANGMAIL['Thanks for your order'] = 'Gracias por su pedido';
|
||
$_LANGMAIL['You are one of our best customers'] = 'Usted es uno de nuestros mejores clientes';
|
||
$_LANGMAIL['We miss you'] = 'Te extrañamos';
|
||
$_LANGMAIL['Product available'] = 'Producto disponible';
|
||
$_LANGMAIL['Product out of stock'] = 'Producto fuera de stock';
|
||
$_LANGMAIL['Error reporting from your PayPal module'] = 'Error desde el modulo paypal';
|
||
$_LANGMAIL['Congratulations!'] = 'Felicitaciones!';
|
||
$_LANGMAIL['Referral Program'] = 'Programa de referidos';
|
||
$_LANGMAIL['A friend sent you a link to'] = 'Un amigo te ha enviado un link';
|
||
$_LANGMAIL['Log: You have a new alert from your shop'] = 'Log: Tiene un nuevo alerta desde su tienda';
|
||
$_LANGMAIL['Message from \').$customer->lastname.\' '] = 'Mensaje de \').$customer->lastname.\'';
|
||
$_LANGMAIL[' $subject'] = '$subject';
|
||
$_LANGMAIL['A friend sent you a link to\').\' '] = 'Un amigo le envio un enlace a\').\'';
|
||
$_LANGMAIL['New voucher after refund'] = 'Nuevo código de reducción tras su devolución';
|
||
|
||
?>
|