diff options
author | Jesús <heckyel@hyperbola.info> | 2019-08-31 13:20:16 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-08-31 13:20:16 -0500 |
commit | 9c0509fcf9884d1c6d3025be2f95b7cbf23ff2d0 (patch) | |
tree | f122fb48c6eb0d6f458facbc75863d05cbd6c9d8 /public/admin/language/es-es/marketing/contact.php | |
parent | a116f7151b8305d9e39f89b79e0ee693c6b97a1f (diff) | |
download | librecart-9c0509fcf9884d1c6d3025be2f95b7cbf23ff2d0.tar.lz librecart-9c0509fcf9884d1c6d3025be2f95b7cbf23ff2d0.tar.xz librecart-9c0509fcf9884d1c6d3025be2f95b7cbf23ff2d0.zip |
completed marketing translate to spanish
Diffstat (limited to 'public/admin/language/es-es/marketing/contact.php')
-rw-r--r-- | public/admin/language/es-es/marketing/contact.php | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/public/admin/language/es-es/marketing/contact.php b/public/admin/language/es-es/marketing/contact.php index 0c28e84..6f82805 100644 --- a/public/admin/language/es-es/marketing/contact.php +++ b/public/admin/language/es-es/marketing/contact.php @@ -1,36 +1,36 @@ <?php // Heading -$_['heading_title'] = 'Mail'; +$_['heading_title'] = 'Correo'; // Text -$_['text_success'] = 'Your message has been successfully sent!'; -$_['text_sent'] = 'Your message has been successfully sent to %s of %s recipients!'; -$_['text_list'] = 'Mail List'; -$_['text_default'] = 'Default'; -$_['text_newsletter'] = 'All Newsletter Subscribers'; -$_['text_customer_all'] = 'All Customers'; -$_['text_customer_group'] = 'Customer Group'; -$_['text_customer'] = 'Customers'; -$_['text_affiliate_all'] = 'All Affiliates'; -$_['text_affiliate'] = 'Affiliates'; -$_['text_product'] = 'Products'; +$_['text_success'] = 'Su mensaje ha sido enviado con éxito!'; +$_['text_sent'] = '¡Su mensaje ha sido enviado con éxito a %s de %s destinatarios!'; +$_['text_list'] = 'Lista de correo'; +$_['text_default'] = 'Predeterminado'; +$_['text_newsletter'] = 'Todos los Suscriptores de Boletines'; +$_['text_customer_all'] = 'Todos los Clientes'; +$_['text_customer_group'] = 'Grupo del Cliente'; +$_['text_customer'] = 'Clientes'; +$_['text_affiliate_all'] = 'Todos los Afiliados'; +$_['text_affiliate'] = 'Afiliados'; +$_['text_product'] = 'Productos'; // Entry -$_['entry_store'] = 'From'; -$_['entry_to'] = 'To'; -$_['entry_customer_group'] = 'Customer Group'; -$_['entry_customer'] = 'Customer'; -$_['entry_affiliate'] = 'Affiliate'; -$_['entry_product'] = 'Products'; -$_['entry_subject'] = 'Subject'; -$_['entry_message'] = 'Message'; +$_['entry_store'] = 'De'; +$_['entry_to'] = 'Para'; +$_['entry_customer_group'] = 'Grupo del Cliente'; +$_['entry_customer'] = 'Cliente'; +$_['entry_affiliate'] = 'Afiliado'; +$_['entry_product'] = 'Productos'; +$_['entry_subject'] = 'Asunto'; +$_['entry_message'] = 'Mensaje'; // Help -$_['help_customer'] = '(Autocomplete)'; -$_['help_affiliate'] = '(Autocomplete)'; -$_['help_product'] = 'Send only to customers who have ordered products in the list. (Autocomplete)'; +$_['help_customer'] = '(Autocompletar)'; +$_['help_affiliate'] = '(Autocompletar)'; +$_['help_product'] = 'Envíe solo a clientes que hayan pedido productos en la lista. (Autocompletar)'; // Error -$_['error_permission'] = 'Warning: You do not have permission to send E-Mails!'; -$_['error_subject'] = 'E-Mail Subject required!'; -$_['error_message'] = 'E-Mail Message required!';
\ No newline at end of file +$_['error_permission'] = 'Advertencia: ¡No tiene permiso para enviar correos electrónicos!'; +$_['error_subject'] = 'Asunto de correo electrónico requerido!'; +$_['error_message'] = 'Mensaje de correo electrónico requerido!'; |