diff options
Diffstat (limited to 'public/catalog')
-rw-r--r-- | public/catalog/language/en-gb/common/footer.php | 2 | ||||
-rw-r--r-- | public/catalog/language/es-es/common/footer.php | 30 | ||||
-rw-r--r-- | public/catalog/language/es-es/product/product.php | 4 |
3 files changed, 18 insertions, 18 deletions
diff --git a/public/catalog/language/en-gb/common/footer.php b/public/catalog/language/en-gb/common/footer.php index b52d298..6fbbcb0 100644 --- a/public/catalog/language/en-gb/common/footer.php +++ b/public/catalog/language/en-gb/common/footer.php @@ -14,4 +14,4 @@ $_['text_account'] = 'My Account'; $_['text_order'] = 'Order History'; $_['text_wishlist'] = 'Wish List'; $_['text_newsletter'] = 'Newsletter'; -$_['text_powered'] = 'Powered By <a href="http://www.opencart.com">OpenCart</a><br /> %s © %s';
\ No newline at end of file +$_['text_powered'] = 'Powered By <a href="https://www.opencart.com">OpenCart</a><br/> %s © %s'; diff --git a/public/catalog/language/es-es/common/footer.php b/public/catalog/language/es-es/common/footer.php index 6f04f47..d9b8531 100644 --- a/public/catalog/language/es-es/common/footer.php +++ b/public/catalog/language/es-es/common/footer.php @@ -1,16 +1,16 @@ <?php -$_['text_information'] = 'Información'; -$_['text_service'] = 'Servicio al cliente'; -$_['text_extra'] = 'Extras'; -$_['text_contact'] = 'Contáctenos'; -$_['text_return'] = 'Devoluciones'; -$_['text_sitemap'] = 'Mapa del sitio'; -$_['text_manufacturer'] = 'Marcas'; -$_['text_voucher'] = 'Certificados de regalo'; -$_['text_affiliate'] = 'Afiliado'; -$_['text_special'] = 'Especiales'; -$_['text_account'] = 'Mi cuenta'; -$_['text_order'] = 'Historial de pedidos'; -$_['text_wishlist'] = 'Lista de deseos'; -$_['text_newsletter'] = 'Hoja informativa'; -$_['text_powered'] = 'Desarrollado por <a href="http://www.opencart.com"> OpenCart </a> <br /> %s & copy; S'; +$_['text_information'] = 'Información'; +$_['text_service'] = 'Servicio al cliente'; +$_['text_extra'] = 'Extras'; +$_['text_contact'] = 'Contáctenos'; +$_['text_return'] = 'Devoluciones'; +$_['text_sitemap'] = 'Mapa del sitio'; +$_['text_manufacturer'] = 'Marcas'; +$_['text_voucher'] = 'Certificados de regalo'; +$_['text_affiliate'] = 'Afiliado'; +$_['text_special'] = 'Especiales'; +$_['text_account'] = 'Mi cuenta'; +$_['text_order'] = 'Historial de pedidos'; +$_['text_wishlist'] = 'Lista de deseos'; +$_['text_newsletter'] = 'Hoja informativa'; +$_['text_powered'] = 'Desarrollado por <a href="https://www.opencart.com">OpenCart</a><br/> %s © %s'; diff --git a/public/catalog/language/es-es/product/product.php b/public/catalog/language/es-es/product/product.php index 621e530..7345758 100644 --- a/public/catalog/language/es-es/product/product.php +++ b/public/catalog/language/es-es/product/product.php @@ -13,9 +13,9 @@ $_['text_option'] = 'Opciones Disponibles'; $_['text_minimum'] = 'Este producto tiene una cantidad mínima de %s'; $_['text_reviews'] = ' %s opiniones'; $_['text_write'] = 'Escribe una reseña'; -$_['text_login'] = 'Por favor, <a href="%s"> iniciar sesión </a> o <a href="%s"> registrarse </a> para revisar'; +$_['text_login'] = 'Por favor, <a href="%s">iniciar sesión</a> o <a href="%s">registrarse</a> para revisar'; $_['text_no_reviews'] = 'No hay comentarios para este producto.'; -$_['text_note'] = '<Span class = "text-danger"> Nota: </ span> ¡HTML no está traducido!'; +$_['text_note'] = '<span class="text-danger">Nota:</span>¡HTML no está traducido!'; $_['text_success'] = 'Gracias por su comentario. Se ha enviado al webmaster para su aprobación.'; $_['text_related'] = 'Productos relacionados'; $_['text_tags'] = 'Etiquetas:'; |