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/mail/review.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/mail/review.php')
-rw-r--r-- | public/catalog/language/es-es/mail/review.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/public/catalog/language/es-es/mail/review.php b/public/catalog/language/es-es/mail/review.php index 780e575..5ad2d09 100644 --- a/public/catalog/language/es-es/mail/review.php +++ b/public/catalog/language/es-es/mail/review.php @@ -1,7 +1,7 @@ <?php -$_['text_subject'] = ' %s - Revisión del producto'; -$_['text_waiting'] = 'Usted tiene una nueva revisión del producto esperando.'; -$_['text_product'] = 'Producto: %s'; -$_['text_reviewer'] = 'Revisor: %s'; -$_['text_rating'] = 'Clasificación: %s'; -$_['text_review'] = 'Texto de la revisión:'; +$_['text_subject'] = ' %s - Revisión del producto'; +$_['text_waiting'] = 'Usted tiene una nueva revisión del producto esperando.'; +$_['text_product'] = 'Producto: %s'; +$_['text_reviewer'] = 'Revisor: %s'; +$_['text_rating'] = 'Clasificación: %s'; +$_['text_review'] = 'Texto de la revisión:'; |