diff options
Diffstat (limited to 'public/catalog/language/es-es/common/header.php')
-rw-r--r-- | public/catalog/language/es-es/common/header.php | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/public/catalog/language/es-es/common/header.php b/public/catalog/language/es-es/common/header.php index 13464d2..d72b5e2 100644 --- a/public/catalog/language/es-es/common/header.php +++ b/public/catalog/language/es-es/common/header.php @@ -1,15 +1,16 @@ <?php -$_['text_home'] = 'Inicio'; -$_['text_wishlist'] = 'Listas de deseos'; -$_['text_shopping_cart'] = 'Carrito de compras'; -$_['text_category'] = 'Categorías'; -$_['text_account'] = 'Mi cuenta'; -$_['text_register'] = 'Registro'; -$_['text_login'] = 'Iniciar sesión'; -$_['text_order'] = 'Historial de pedidos'; -$_['text_transaction'] = 'Transacción'; -$_['text_download'] = 'Descargas'; -$_['text_logout'] = 'Cerrar sesión'; -$_['text_checkout'] = 'Pagar'; -$_['text_search'] = 'Buscar'; -$_['text_all'] = 'Mostrar todo'; +// Text +$_['text_home'] = 'Inicio'; +$_['text_wishlist'] = 'Listas de deseos'; +$_['text_shopping_cart'] = 'Carrito de compras'; +$_['text_category'] = 'Categorías'; +$_['text_account'] = 'Mi cuenta'; +$_['text_register'] = 'Registro'; +$_['text_login'] = 'Iniciar Sesión'; +$_['text_order'] = 'Historial de pedidos'; +$_['text_transaction'] = 'Transacción'; +$_['text_download'] = 'Descargas'; +$_['text_logout'] = 'Cerrar sesión'; +$_['text_checkout'] = 'Pagar'; +$_['text_search'] = 'Buscar'; +$_['text_all'] = 'Mostrar todo'; |