aboutsummaryrefslogtreecommitdiffstats
path: root/public/admin/language/es-es/localisation/tax_class.php
diff options
context:
space:
mode:
Diffstat (limited to 'public/admin/language/es-es/localisation/tax_class.php')
-rw-r--r--public/admin/language/es-es/localisation/tax_class.php42
1 files changed, 21 insertions, 21 deletions
diff --git a/public/admin/language/es-es/localisation/tax_class.php b/public/admin/language/es-es/localisation/tax_class.php
index 40df76e..57bad5a 100644
--- a/public/admin/language/es-es/localisation/tax_class.php
+++ b/public/admin/language/es-es/localisation/tax_class.php
@@ -1,32 +1,32 @@
<?php
// Heading
-$_['heading_title'] = 'Tax Classes';
+$_['heading_title'] = 'Clases de Impuestos';
// Text
-$_['text_success'] = 'Success: You have modified tax classes!';
-$_['text_list'] = 'Tax Class List';
-$_['text_add'] = 'Add Tax Class';
-$_['text_edit'] = 'Edit Tax Class';
-$_['text_tax_class'] = 'Tax Class';
-$_['text_tax_rate'] = 'Tax Rates';
-$_['text_shipping'] = 'Shipping Address';
-$_['text_payment'] = 'Payment Address';
-$_['text_store'] = 'Store Address';
+$_['text_success'] = 'Éxito: ¡Ha modificado las Clases de impuestos!';
+$_['text_list'] = 'Lista de Clase de Impuestos';
+$_['text_add'] = 'Agregar Clase de Impuestos';
+$_['text_edit'] = 'Editar Clase de Impuestos';
+$_['text_tax_class'] = 'Clase de Impuestos';
+$_['text_tax_rate'] = 'Tarifa de Impuestos';
+$_['text_shipping'] = 'Dirección de Envío';
+$_['text_payment'] = 'Dirección de Pago';
+$_['text_store'] = 'Dirección de la Tienda';
// Column
-$_['column_title'] = 'Tax Class Title';
-$_['column_action'] = 'Action';
+$_['column_title'] = 'Título de la Clase de Impuestos';
+$_['column_action'] = 'Acción';
// Entry
-$_['entry_title'] = 'Tax Class Title';
-$_['entry_description'] = 'Description';
-$_['entry_rate'] = 'Tax Rate';
-$_['entry_based'] = 'Based On';
+$_['entry_title'] = 'Título de la Clase de Impuestos';
+$_['entry_description'] = 'Descripción';
+$_['entry_rate'] = 'Tasa de Impuesto';
+$_['entry_based'] = 'Residencia en';
$_['entry_geo_zone'] = 'Geo Zone';
-$_['entry_priority'] = 'Priority';
+$_['entry_priority'] = 'Prioridad';
// Error
-$_['error_permission'] = 'Warning: You do not have permission to modify tax classes!';
-$_['error_title'] = 'Tax Class Title must be between 3 and 32 characters!';
-$_['error_description'] = 'Description must be between 3 and 255 characters!';
-$_['error_product'] = 'Warning: This tax 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 impuestos!';
+$_['error_title'] = '¡El título de la clase de impuestos debe tener entre 3 y 32 caracteres!';
+$_['error_description'] = 'La descripción debe tener entre 3 y 255 caracteres.';
+$_['error_product'] = 'Advertencia: ¡Esta clase de impuestos no se puede eliminar ya que actualmente está asignada a %s productos!';