blob: 13464d20a6728a5cee5ed0b300f6b9085406c9fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?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';
|