diff options
-rw-r--r-- | public/install/language/es-es/3rd_party/maxmind.php | 8 | ||||
-rw-r--r-- | public/install/language/es-es/common/footer.php | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/public/install/language/es-es/3rd_party/maxmind.php b/public/install/language/es-es/3rd_party/maxmind.php index de6d865..064eba5 100644 --- a/public/install/language/es-es/3rd_party/maxmind.php +++ b/public/install/language/es-es/3rd_party/maxmind.php @@ -1,11 +1,11 @@ <?php // Heading -$_['heading_title'] = 'MaxMind'; +$_['heading_title'] = 'MaxMind'; // Text -$_['text_maxmind'] = 'Servicio de detección de fraude.'; -$_['text_success'] = 'Se ha instalado el servicio de fraude MaxMind'; -$_['text_signup'] = 'Si no tiene una clave de licencia, puede registrarse <a href="https://www.maxmind.com/?rId=opencart" target="_blank">aquí</a>.'; +$_['text_maxmind'] = 'Servicio de detección de fraude.'; +$_['text_success'] = 'Se ha instalado el servicio de fraude MaxMind'; +$_['text_signup'] = 'Si no tiene una clave de licencia, puede registrarse <a href="https://www.maxmind.com/?rId=opencart" target="_blank">aquí</a>.'; // Entry $_['entry_key'] = 'Clave de Licencia'; diff --git a/public/install/language/es-es/common/footer.php b/public/install/language/es-es/common/footer.php index ffb6418..571f91f 100644 --- a/public/install/language/es-es/common/footer.php +++ b/public/install/language/es-es/common/footer.php @@ -3,4 +3,4 @@ $_['text_project'] = 'Página de Inicio del Proyecto'; $_['text_documentation'] = 'Documentación'; $_['text_support'] = 'Foros de Soporte'; -$_['text_footer'] = 'Copyright © 2014 OpenCart - Todos los derechos revertidos'; +$_['text_footer'] = 'Copyright © 2014 OpenCart - Todos los derechos reservados'; |