blob: fc20e5a92eb4222719852543f7ecc663030ee0c4 (
plain)
1
2
3
4
5
6
7
|
<?php
// Text
$_['text_items'] = '%s artículo(s) - %s';
$_['text_empty'] = '¡Su cesta está vacía!';
$_['text_cart'] = 'Ver Carro';
$_['text_checkout'] = 'Revisa';
$_['text_recurring'] = 'Perfil de pago';
|