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