diff options
Diffstat (limited to 'public/admin/language/es-es/localisation/geo_zone.php')
-rw-r--r-- | public/admin/language/es-es/localisation/geo_zone.php | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/public/admin/language/es-es/localisation/geo_zone.php b/public/admin/language/es-es/localisation/geo_zone.php index 489114f..1a318fb 100644 --- a/public/admin/language/es-es/localisation/geo_zone.php +++ b/public/admin/language/es-es/localisation/geo_zone.php @@ -1,27 +1,27 @@ <?php // Heading -$_['heading_title'] = 'Geo Zones'; +$_['heading_title'] = 'Zona Geográfica'; // Text -$_['text_success'] = 'Success: You have modified geo zones!'; +$_['text_success'] = 'Éxito: ¡Has modificado las zonas geográficas!'; $_['text_list'] = 'Geo Zone List'; -$_['text_add'] = 'Add Geo Zone'; -$_['text_edit'] = 'Edit Geo Zone'; -$_['text_geo_zone'] = 'Geo Zones'; +$_['text_add'] = 'Agregar Zona Geográfica'; +$_['text_edit'] = 'Editar Zona Geográfica'; +$_['text_geo_zone'] = 'Zonas Geográficas'; // Column -$_['column_name'] = 'Geo Zone Name'; -$_['column_description'] = 'Description'; -$_['column_action'] = 'Action'; +$_['column_name'] = 'Nombre de Zona Geográfica'; +$_['column_description'] = 'Descripción'; +$_['column_action'] = 'Acción'; // Entry -$_['entry_name'] = 'Geo Zone Name'; -$_['entry_description'] = 'Description'; -$_['entry_country'] = 'Country'; -$_['entry_zone'] = 'Zone'; +$_['entry_name'] = 'Nombre de Zona Geográfica'; +$_['entry_description'] = 'Descripción'; +$_['entry_country'] = 'Pais'; +$_['entry_zone'] = 'Zona'; // Error -$_['error_permission'] = 'Warning: You do not have permission to modify geo zones!'; -$_['error_name'] = 'Geo Zone Name must be between 3 and 32 characters!'; -$_['error_description'] = 'Description Name must be between 3 and 255 characters!'; -$_['error_tax_rate'] = 'Warning: This geo zone cannot be deleted as it is currently assigned to one or more tax rates!';
\ No newline at end of file +$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar zonas geográficas!'; +$_['error_name'] = '¡El nombre de la zona geográfica debe tener entre 3 y 32 caracteres!'; +$_['error_description'] = 'Descripción ¡El nombre debe tener entre 3 y 255 caracteres!'; +$_['error_tax_rate'] = 'Advertencia: ¡Esta zona geográfica no se puede eliminar ya que actualmente está asignada a una o más tasas impositivas!'; |