diff options
Diffstat (limited to 'public/admin/language/es-es/localisation/tax_rate.php')
-rw-r--r-- | public/admin/language/es-es/localisation/tax_rate.php | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/public/admin/language/es-es/localisation/tax_rate.php b/public/admin/language/es-es/localisation/tax_rate.php index f66f6f1..d566b31 100644 --- a/public/admin/language/es-es/localisation/tax_rate.php +++ b/public/admin/language/es-es/localisation/tax_rate.php @@ -1,33 +1,33 @@ <?php // Heading -$_['heading_title'] = 'Tax Rates'; +$_['heading_title'] = 'Tasas de impuestos'; // Text -$_['text_success'] = 'Success: You have modified tax rates!'; -$_['text_list'] = 'Tax Rate List'; -$_['text_add'] = 'Add Tax Rate'; -$_['text_edit'] = 'Edit Tax Rate'; -$_['text_percent'] = 'Percentage'; -$_['text_amount'] = 'Fixed Amount'; +$_['text_success'] = 'Éxito: ¡Ha modificado las tasas de impuestos!'; +$_['text_list'] = 'Lista de tasas de impuestos'; +$_['text_add'] = 'Agregar Tasa de Impuesto'; +$_['text_edit'] = 'Editar Tasa de Impuesto'; +$_['text_percent'] = 'Porcentaje'; +$_['text_amount'] = 'Monto fijo'; // Column -$_['column_name'] = 'Tax Name'; -$_['column_rate'] = 'Tax Rate'; -$_['column_type'] = 'Type'; +$_['column_name'] = 'Nombre de Impuesto'; +$_['column_rate'] = 'Tasa de Impuesto'; +$_['column_type'] = 'Tipo'; $_['column_geo_zone'] = 'Geo Zone'; -$_['column_date_added'] = 'Date Added'; -$_['column_date_modified'] = 'Date Modified'; -$_['column_action'] = 'Action'; +$_['column_date_added'] = 'Fecha Agregada'; +$_['column_date_modified'] = 'Fecha Modificada'; +$_['column_action'] = 'Acción'; // Entry -$_['entry_name'] = 'Tax Name'; -$_['entry_rate'] = 'Tax Rate'; -$_['entry_type'] = 'Type'; -$_['entry_customer_group'] = 'Customer Group'; +$_['entry_name'] = 'Nombre de Impuesto'; +$_['entry_rate'] = 'Tasa de Impuesto'; +$_['entry_type'] = 'Tipo'; +$_['entry_customer_group'] = 'Grupo del Cliente'; $_['entry_geo_zone'] = 'Geo Zone'; // Error -$_['error_permission'] = 'Warning: You do not have permission to modify tax rates!'; -$_['error_tax_rule'] = 'Warning: This tax rate cannot be deleted as it is currently assigned to %s tax classes!'; -$_['error_name'] = 'Tax Name must be between 3 and 32 characters!'; -$_['error_rate'] = 'Tax Rate required!';
\ No newline at end of file +$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar las tasas de impuestos!'; +$_['error_tax_rule'] = 'Advertencia: ¡Esta tasa de impuestos no se puede eliminar ya que actualmente está asignada a las clases de impuestos %s!'; +$_['error_name'] = '¡El nombre del impuesto debe tener entre 3 y 32 caracteres!'; +$_['error_rate'] = 'Tasa de impuestos requerida!'; |