diff options
author | Jesús <heckyel@hyperbola.info> | 2019-08-31 12:57:40 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-08-31 12:57:40 -0500 |
commit | a116f7151b8305d9e39f89b79e0ee693c6b97a1f (patch) | |
tree | b934e9b04129f6508e2d6948b83c82e1d97e1979 /public/admin/language/es-es/mail/customer_approve.php | |
parent | e948d53854ee0a431ab07eadb8a1b2b0d0a0ed60 (diff) | |
download | librecart-a116f7151b8305d9e39f89b79e0ee693c6b97a1f.tar.lz librecart-a116f7151b8305d9e39f89b79e0ee693c6b97a1f.tar.xz librecart-a116f7151b8305d9e39f89b79e0ee693c6b97a1f.zip |
completed mail translate to spanish
Diffstat (limited to 'public/admin/language/es-es/mail/customer_approve.php')
-rw-r--r-- | public/admin/language/es-es/mail/customer_approve.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/public/admin/language/es-es/mail/customer_approve.php b/public/admin/language/es-es/mail/customer_approve.php index f1ef1a9..3b04d65 100644 --- a/public/admin/language/es-es/mail/customer_approve.php +++ b/public/admin/language/es-es/mail/customer_approve.php @@ -1,7 +1,7 @@ <?php // Text -$_['text_subject'] = '%s - Your Account has been activated!'; -$_['text_welcome'] = 'Welcome and thank you for registering at %s!'; -$_['text_login'] = 'Your account has now been created and you can log in by using your email address and password by visiting our website or at the following URL:'; -$_['text_service'] = 'Upon logging in, you will be able to access other services including reviewing past orders, printing invoices and editing your account information.'; -$_['text_thanks'] = 'Thanks,';
\ No newline at end of file +$_['text_subject'] = '%s - ¡Tu cuenta ha sido activada!'; +$_['text_welcome'] = '¡Bienvenido y gracias por registrarse a %s!'; +$_['text_login'] = 'Su cuenta ha sido creada y puede iniciar sesión utilizando su dirección de correo electrónico y contraseña visitando nuestro sitio web o en la siguiente URL:'; +$_['text_service'] = 'Al iniciar sesión, podrá acceder a otros servicios, como revisar pedidos anteriores, imprimir facturas y editar la información de su cuenta.'; +$_['text_thanks'] = 'Gracias,'; |