diff options
author | Jesús <heckyel@hyperbola.info> | 2019-09-06 15:18:24 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-09-06 15:18:24 -0500 |
commit | 81318a49b179e1e1b95bc8db70714f2b7d30d5f9 (patch) | |
tree | aee273a42fba526cf410fe9f937b6a0e87aa51bc /public/catalog/language/es-es/account/newsletter.php | |
parent | c8a62c62664ff90160c505f65b9404242d23758b (diff) | |
download | librecart-81318a49b179e1e1b95bc8db70714f2b7d30d5f9.tar.lz librecart-81318a49b179e1e1b95bc8db70714f2b7d30d5f9.tar.xz librecart-81318a49b179e1e1b95bc8db70714f2b7d30d5f9.zip |
completed catalog to spanish
Diffstat (limited to 'public/catalog/language/es-es/account/newsletter.php')
-rw-r--r-- | public/catalog/language/es-es/account/newsletter.php | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/public/catalog/language/es-es/account/newsletter.php b/public/catalog/language/es-es/account/newsletter.php index d7d487d..a4a5357 100644 --- a/public/catalog/language/es-es/account/newsletter.php +++ b/public/catalog/language/es-es/account/newsletter.php @@ -1,6 +1,11 @@ <?php -$_['heading_title'] = 'Boletín de suscripción'; -$_['text_account'] = 'Cuenta'; -$_['text_newsletter'] = 'Hoja informativa'; -$_['text_success'] = 'Éxito: ¡La suscripción al boletín se ha actualizado correctamente!'; -$_['entry_newsletter'] = 'Suscribir'; +// Heading +$_['heading_title'] = 'Boletín de suscripción'; + +// Text +$_['text_account'] = 'Cuenta'; +$_['text_newsletter'] = 'Hoja Informativa'; +$_['text_success'] = 'Éxito: ¡La suscripción al boletín se ha actualizado correctamente!'; + +// Entry +$_['entry_newsletter'] = 'Suscribir'; |