aboutsummaryrefslogtreecommitdiffstats
path: root/public/admin/language/es-es/localisation/weight_class.php
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-08-31 12:41:08 -0500
committerJesús <heckyel@hyperbola.info>2019-08-31 12:41:08 -0500
commite948d53854ee0a431ab07eadb8a1b2b0d0a0ed60 (patch)
treefeb9a7ddce1de3f17c84bb0888e5a1673a265cf7 /public/admin/language/es-es/localisation/weight_class.php
parentcb63ee9e3fd007ac43ea853d715002151a0dfb9d (diff)
downloadlibrecart-e948d53854ee0a431ab07eadb8a1b2b0d0a0ed60.tar.lz
librecart-e948d53854ee0a431ab07eadb8a1b2b0d0a0ed60.tar.xz
librecart-e948d53854ee0a431ab07eadb8a1b2b0d0a0ed60.zip
completed localisation
Diffstat (limited to 'public/admin/language/es-es/localisation/weight_class.php')
-rw-r--r--public/admin/language/es-es/localisation/weight_class.php36
1 files changed, 18 insertions, 18 deletions
diff --git a/public/admin/language/es-es/localisation/weight_class.php b/public/admin/language/es-es/localisation/weight_class.php
index b37de54..e0f3691 100644
--- a/public/admin/language/es-es/localisation/weight_class.php
+++ b/public/admin/language/es-es/localisation/weight_class.php
@@ -1,30 +1,30 @@
<?php
// Heading
-$_['heading_title'] = 'Weight Classes';
+$_['heading_title'] = 'Clases de Peso';
// Text
-$_['text_success'] = 'Success: You have modified weight classes!';
-$_['text_list'] = 'Weight Class List';
-$_['text_add'] = 'Add Weight Class';
-$_['text_edit'] = 'Edit Weight Class';
+$_['text_success'] = 'Éxito: ¡Has modificado las Clases de Peso!';
+$_['text_list'] = 'Lista de Clase de Peso';
+$_['text_add'] = 'Agregar Clase de Peso';
+$_['text_edit'] = 'Editar clase de peso';
// Column
-$_['column_title'] = 'Weight Title';
-$_['column_unit'] = 'Weight Unit';
-$_['column_value'] = 'Value';
-$_['column_action'] = 'Action';
+$_['column_title'] = 'Título de Peso';
+$_['column_unit'] = 'Unidad de peso';
+$_['column_value'] = 'Valor';
+$_['column_action'] = 'Acción';
// Entry
-$_['entry_title'] = 'Weight Title';
-$_['entry_unit'] = 'Weight Unit';
-$_['entry_value'] = 'Value';
+$_['entry_title'] = 'Título de Peso';
+$_['entry_unit'] = 'Unidad de peso';
+$_['entry_value'] = 'Valor';
// Help
-$_['help_value'] = 'Set to 1.00000 if this is your default weight.';
+$_['help_value'] = 'Establezca en 1.00000 si este es su peso predeterminado.';
// Error
-$_['error_permission'] = 'Warning: You do not have permission to modify weight classes!';
-$_['error_title'] = 'Weight Title must be between 3 and 32 characters!';
-$_['error_unit'] = 'Weight Unit must be between 1 and 4 characters!';
-$_['error_default'] = 'Warning: This weight class cannot be deleted as it is currently assigned as the default store weight class!';
-$_['error_product'] = 'Warning: This weight 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 peso!';
+$_['error_title'] = '¡El título de peso debe tener entre 3 y 32 caracteres!';
+$_['error_unit'] = '¡La unidad de peso debe tener entre 1 y 4 caracteres!';
+$_['error_default'] = 'Advertencia: ¡Esta clase de peso no se puede eliminar ya que actualmente está asignada como la clase de peso de tienda predeterminada!';
+$_['error_product'] = 'Advertencia: ¡Esta clase de peso no se puede eliminar ya que actualmente está asignada a %s productos!';