diff options
author | Jesús <heckyel@hyperbola.info> | 2019-09-06 15:18:24 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-09-06 15:18:24 -0500 |
commit | 81318a49b179e1e1b95bc8db70714f2b7d30d5f9 (patch) | |
tree | aee273a42fba526cf410fe9f937b6a0e87aa51bc /public/catalog/language/es-es/common/cart.php | |
parent | c8a62c62664ff90160c505f65b9404242d23758b (diff) | |
download | librecart-81318a49b179e1e1b95bc8db70714f2b7d30d5f9.tar.lz librecart-81318a49b179e1e1b95bc8db70714f2b7d30d5f9.tar.xz librecart-81318a49b179e1e1b95bc8db70714f2b7d30d5f9.zip |
completed catalog to spanish
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'; |