diff options
author | Jesús <heckyel@hyperbola.info> | 2019-08-20 21:22:11 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-08-20 21:22:11 -0500 |
commit | fec4f2deac6fd452e1fa9bebb52a65a23bad65a5 (patch) | |
tree | 6a62e2e26fd1c1f293c3b4986536f9236e08092e /public | |
parent | 2b50aff5d06db43db92466bc41ac4d823259ad5d (diff) | |
download | librecart-fec4f2deac6fd452e1fa9bebb52a65a23bad65a5.tar.lz librecart-fec4f2deac6fd452e1fa9bebb52a65a23bad65a5.tar.xz librecart-fec4f2deac6fd452e1fa9bebb52a65a23bad65a5.zip |
more translate to spanish
Diffstat (limited to 'public')
3 files changed, 29 insertions, 29 deletions
diff --git a/public/admin/language/es-es/extension/module/slideshow.php b/public/admin/language/es-es/extension/module/slideshow.php index 6beebbd..496b0a5 100644 --- a/public/admin/language/es-es/extension/module/slideshow.php +++ b/public/admin/language/es-es/extension/module/slideshow.php @@ -3,19 +3,19 @@ $_['heading_title'] = 'Slideshow'; // Text -$_['text_extension'] = 'Extensions'; -$_['text_success'] = 'Success: You have modified slideshow module!'; -$_['text_edit'] = 'Edit Slideshow Module'; +$_['text_extension'] = 'Extensiones'; +$_['text_success'] = 'Éxito: ¡Ha modificado el módulo Slideshow'; +$_['text_edit'] = 'Editar Módulo Slideshow'; // Entry -$_['entry_name'] = 'Module Name'; +$_['entry_name'] = 'Nombre de Módulo'; $_['entry_banner'] = 'Banner'; -$_['entry_width'] = 'Width'; -$_['entry_height'] = 'Height'; -$_['entry_status'] = 'Status'; +$_['entry_width'] = 'Ancho'; +$_['entry_height'] = 'Alto'; +$_['entry_status'] = 'Estado'; // Error -$_['error_permission'] = 'Warning: You do not have permission to modify slideshow module!'; -$_['error_name'] = 'Module Name must be between 3 and 64 characters!'; -$_['error_width'] = 'Width required!'; -$_['error_height'] = 'Height required!';
\ No newline at end of file +$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar el módulo slideshow!'; +$_['error_name'] = '¡El nombre del módulo debe tener entre 3 y 64 caracteres!'; +$_['error_width'] = '¡Ancho requerido!'; +$_['error_height'] = '¡Alto requerido!'; diff --git a/public/admin/language/es-es/extension/module/special.php b/public/admin/language/es-es/extension/module/special.php index edb5d88..c931ecd 100644 --- a/public/admin/language/es-es/extension/module/special.php +++ b/public/admin/language/es-es/extension/module/special.php @@ -3,19 +3,19 @@ $_['heading_title'] = 'Specials'; // Text -$_['text_extension'] = 'Extensions'; -$_['text_success'] = 'Success: You have modified module specials!'; -$_['text_edit'] = 'Edit Specials Module'; +$_['text_extension'] = 'Extensiones'; +$_['text_success'] = 'Éxito: ¡Has modificado los Módulo Specials!'; +$_['text_edit'] = 'Editar Módulo Specials'; // Entry -$_['entry_name'] = 'Module Name'; -$_['entry_limit'] = 'Limit'; -$_['entry_width'] = 'Width'; -$_['entry_height'] = 'Height'; -$_['entry_status'] = 'Status'; +$_['entry_name'] = 'Nombre de Módulo'; +$_['entry_limit'] = 'Límite'; +$_['entry_width'] = 'Ancho'; +$_['entry_height'] = 'Alto'; +$_['entry_status'] = 'Estado'; // Error -$_['error_permission'] = 'Warning: You do not have permission to modify specials module!'; -$_['error_name'] = 'Module Name must be between 3 and 64 characters!'; -$_['error_width'] = 'Width required!'; -$_['error_height'] = 'Height required!';
\ No newline at end of file +$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar el módulo specials'; +$_['error_name'] = '¡El nombre del módulo debe tener entre 3 y 64 caracteres!'; +$_['error_width'] = '¡Ancho requerido!'; +$_['error_height'] = '¡Alto requerdo!'; diff --git a/public/admin/language/es-es/extension/module/store.php b/public/admin/language/es-es/extension/module/store.php index b02586c..8dc2066 100644 --- a/public/admin/language/es-es/extension/module/store.php +++ b/public/admin/language/es-es/extension/module/store.php @@ -3,13 +3,13 @@ $_['heading_title'] = 'Store'; // Text -$_['text_extension'] = 'Extensions'; -$_['text_success'] = 'Success: You have modified store module!'; -$_['text_edit'] = 'Edit Store Module'; +$_['text_extension'] = 'Extensiones'; +$_['text_success'] = 'Éxito: ¡Has modificado el módulo store!'; +$_['text_edit'] = 'Editar Módulo Store'; // Entry -$_['entry_admin'] = 'Admin Users Only'; -$_['entry_status'] = 'Status'; +$_['entry_admin'] = 'Solo Usuarios Administradores'; +$_['entry_status'] = 'Estado'; // Error -$_['error_permission'] = 'Warning: You do not have permission to modify store module!';
\ No newline at end of file +$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar el módulo store!'; |