blob: 67d8ed80bf2e466fc5d983c34615a4688f429d27 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?php
$_['heading_title'] = 'Mapa del sitio';
$_['text_special'] = 'Ofertas especiales';
$_['text_account'] = 'Mi cuenta';
$_['text_edit'] = 'Información de la cuenta';
$_['text_password'] = 'Contraseña';
$_['text_address'] = 'Directorio';
$_['text_history'] = 'Historial de pedidos';
$_['text_download'] = 'Descargas';
$_['text_cart'] = 'Carrito de compras';
$_['text_checkout'] = 'Revisa';
$_['text_search'] = 'Buscar';
$_['text_information'] = 'Información';
$_['text_contact'] = 'Contáctenos';
|