Files
PrestaShop/mails/es/lang.php

41 lines
2.2 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['Your order has been changed'] = '';
$_LANGMAIL['Order confirmation'] = 'Confirmación del pedido';
$_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 password'] = 'Su nueva clave';
$_LANGMAIL['Password query confirmation'] = 'Confirmación de password';
$_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'] = 'Voucher boletin de noticias';
$_LANGMAIL['Your wishlist\\\'s link'] = 'Su enlace de lista de deseos';
$_LANGMAIL['Message from %1$s %2$s'] = 'Mensaje desde %1$s %2$s';
$_LANGMAIL['Your cart and your discount'] = 'Su cesta y descuento';
$_LANGMAIL['Thanks for your order'] = '';
$_LANGMAIL['You are one of our best customers'] = '';
$_LANGMAIL['We miss you'] = '';
$_LANGMAIL['Product available'] = 'Producto disponible';
$_LANGMAIL['New order - #%06d'] = 'Nuevo pedido- #%06d';
$_LANGMAIL['Stock coverage'] = '';
$_LANGMAIL['Product out of stock'] = '';
$_LANGMAIL['Congratulations!'] = 'Felicitaciones!';
$_LANGMAIL['Referral Program'] = 'Programa de referidos';
$_LANGMAIL['%1$s sent you a link to %2$s'] = '%1$s envio un link a %2$s';
?>