diff options
Diffstat (limited to 'public/catalog/language/es-es/account/newsletter.php')
-rw-r--r-- | public/catalog/language/es-es/account/newsletter.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/public/catalog/language/es-es/account/newsletter.php b/public/catalog/language/es-es/account/newsletter.php new file mode 100644 index 0000000..d7d487d --- /dev/null +++ b/public/catalog/language/es-es/account/newsletter.php @@ -0,0 +1,6 @@ +<?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'; |