diff options
Diffstat (limited to 'public/catalog/language/es-es/common/cart.php')
-rw-r--r-- | public/catalog/language/es-es/common/cart.php | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/public/catalog/language/es-es/common/cart.php b/public/catalog/language/es-es/common/cart.php index 6154f3a..fc20e5a 100644 --- a/public/catalog/language/es-es/common/cart.php +++ b/public/catalog/language/es-es/common/cart.php @@ -1,6 +1,7 @@ <?php -$_['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'; +// 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'; |