diff options
Diffstat (limited to 'public/catalog/language/es-es/common/footer.php')
-rw-r--r-- | public/catalog/language/es-es/common/footer.php | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/public/catalog/language/es-es/common/footer.php b/public/catalog/language/es-es/common/footer.php index d9b8531..97473f0 100644 --- a/public/catalog/language/es-es/common/footer.php +++ b/public/catalog/language/es-es/common/footer.php @@ -1,15 +1,16 @@ <?php -$_['text_information'] = 'Información'; -$_['text_service'] = 'Servicio al cliente'; +// Text +$_['text_information'] = 'Información'; +$_['text_service'] = 'Servicio al cliente'; $_['text_extra'] = 'Extras'; -$_['text_contact'] = 'Contáctenos'; -$_['text_return'] = 'Devoluciones'; -$_['text_sitemap'] = 'Mapa del sitio'; +$_['text_contact'] = 'Contáctenos'; +$_['text_return'] = 'Devoluciones'; +$_['text_sitemap'] = 'Mapa del sitio'; $_['text_manufacturer'] = 'Marcas'; -$_['text_voucher'] = 'Certificados de regalo'; -$_['text_affiliate'] = 'Afiliado'; +$_['text_voucher'] = 'Certificados de regalo'; +$_['text_affiliate'] = 'Afiliado'; $_['text_special'] = 'Especiales'; -$_['text_account'] = 'Mi cuenta'; +$_['text_account'] = 'Mi cuenta'; $_['text_order'] = 'Historial de pedidos'; $_['text_wishlist'] = 'Lista de deseos'; $_['text_newsletter'] = 'Hoja informativa'; |