blob: 6f04f479404b84de552f0a523d53dd3d0b0ae1ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?php
$_['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="http://www.opencart.com"> OpenCart </a> <br /> %s & copy; S';
|