diff options
Diffstat (limited to 'public/admin/language/es-es/localisation/length_class.php')
-rw-r--r-- | public/admin/language/es-es/localisation/length_class.php | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/public/admin/language/es-es/localisation/length_class.php b/public/admin/language/es-es/localisation/length_class.php index e287d33..d4a95c9 100644 --- a/public/admin/language/es-es/localisation/length_class.php +++ b/public/admin/language/es-es/localisation/length_class.php @@ -1,30 +1,30 @@ <?php // Heading -$_['heading_title'] = 'Length Classes'; +$_['heading_title'] = 'Clases de Longitud'; // Text -$_['text_success'] = 'Success: You have modified length classes!'; -$_['text_list'] = 'Length Class List'; -$_['text_add'] = 'Add Length Class'; -$_['text_edit'] = 'Edit Length Class'; +$_['text_success'] = 'Éxito: ¡Has modificado las Clases de Longitud!'; +$_['text_list'] = 'Lista de Clase de Longitud'; +$_['text_add'] = 'Añadir Clase de Longitud'; +$_['text_edit'] = 'Editar Clase de Longitud'; // Column -$_['column_title'] = 'Length Title'; -$_['column_unit'] = 'Length Unit'; -$_['column_value'] = 'Value'; -$_['column_action'] = 'Action'; +$_['column_title'] = 'Título de Longitud'; +$_['column_unit'] = 'Unidad de Longitud'; +$_['column_value'] = 'Valor'; +$_['column_action'] = 'Acción'; // Entry -$_['entry_title'] = 'Length Title'; -$_['entry_unit'] = 'Length Unit'; -$_['entry_value'] = 'Value'; +$_['entry_title'] = 'Título de Longitud'; +$_['entry_unit'] = 'Unidad de Longitud'; +$_['entry_value'] = 'Valor'; // Help -$_['help_value'] = 'Set to 1.00000 if this is your default length.'; +$_['help_value'] = 'Establezca en 1.00000 si esta es su longitud predeterminada.'; // Error -$_['error_permission'] = 'Warning: You do not have permission to modify length classes!'; -$_['error_title'] = 'Length Title must be between 3 and 32 characters!'; -$_['error_unit'] = 'Length Unit must be between 1 and 4 characters!'; -$_['error_default'] = 'Warning: This length class cannot be deleted as it is currently assigned as the default store length class!'; -$_['error_product'] = 'Warning: This length class cannot be deleted as it is currently assigned to %s products!';
\ No newline at end of file +$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar las clases de longitud!'; +$_['error_title'] = '¡El título de longitud debe tener entre 3 y 32 caracteres!'; +$_['error_unit'] = '¡La unidad de longitud debe tener entre 1 y 4 caracteres!'; +$_['error_default'] = 'Advertencia: ¡Esta clase de longitud no se puede eliminar ya que actualmente está asignada como la clase de longitud de tienda predeterminada!'; +$_['error_product'] = 'Advertencia: ¡Esta clase de longitud no se puede eliminar ya que actualmente está asignada a %s productos!'; |