blob: 97473f0098ba00dec2d86e3284da08bbfd9d85db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?php
// 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_manufacturer'] = 'Marcas';
$_['text_voucher'] = 'Certificados de regalo';
$_['text_affiliate'] = 'Afiliado';
$_['text_special'] = 'Especiales';
$_['text_account'] = 'Mi cuenta';
$_['text_order'] = 'Historial de pedidos';
$_['text_wishlist'] = 'Lista de deseos';
$_['text_newsletter'] = 'Hoja informativa';
$_['text_powered'] = 'Desarrollado por <a href="https://www.opencart.com">OpenCart</a><br/> %s © %s';
|