diff options
Diffstat (limited to 'public/admin/language/es-es/extension/module/slideshow.php')
-rw-r--r-- | public/admin/language/es-es/extension/module/slideshow.php | 22 |
1 files changed, 11 insertions, 11 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!'; |