aboutsummaryrefslogtreecommitdiffstats
path: root/public/admin/language/es-es/localisation/order_status.php
diff options
context:
space:
mode:
Diffstat (limited to 'public/admin/language/es-es/localisation/order_status.php')
-rw-r--r--public/admin/language/es-es/localisation/order_status.php28
1 files changed, 14 insertions, 14 deletions
diff --git a/public/admin/language/es-es/localisation/order_status.php b/public/admin/language/es-es/localisation/order_status.php
index 09aa802..8d4ddcd 100644
--- a/public/admin/language/es-es/localisation/order_status.php
+++ b/public/admin/language/es-es/localisation/order_status.php
@@ -1,24 +1,24 @@
<?php
// Heading
-$_['heading_title'] = 'Order Statuses';
+$_['heading_title'] = 'Estados de los Pedidos';
// Text
-$_['text_success'] = 'Success: You have modified order statuses!';
-$_['text_list'] = 'Order Status List';
-$_['text_add'] = 'Add Order Status';
-$_['text_edit'] = 'Edit Order Status';
+$_['text_success'] = 'Éxito: ¡Has modificado los estados de los pedidos!';
+$_['text_list'] = 'Lista de Estado del Pedido';
+$_['text_add'] = 'Agregar Estado del Pedido';
+$_['text_edit'] = 'Editar Estado del Pedido';
// Column
-$_['column_name'] = 'Order Status Name';
-$_['column_action'] = 'Action';
+$_['column_name'] = 'Nombre del Estado del Pedido';
+$_['column_action'] = 'Acción';
// Entry
-$_['entry_name'] = 'Order Status Name';
+$_['entry_name'] = 'Nombre del Estado del Pedido';
// Error
-$_['error_permission'] = 'Warning: You do not have permission to modify order statuses!';
-$_['error_name'] = 'Order Status Name must be between 3 and 32 characters!';
-$_['error_default'] = 'Warning: This order status cannot be deleted as it is currently assigned as the default store order status!';
-$_['error_download'] = 'Warning: This order status cannot be deleted as it is currently assigned as the default download status!';
-$_['error_store'] = 'Warning: This order status cannot be deleted as it is currently assigned to %s stores!';
-$_['error_order'] = 'Warning: This order status cannot be deleted as it is currently assigned to %s orders!'; \ No newline at end of file
+$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar los estados de los pedidos!';
+$_['error_name'] = '¡El nombre del estado del pedido debe tener entre 3 y 32 caracteres!';
+$_['error_default'] = 'Advertencia: ¡Este estado de pedido no se puede eliminar ya que actualmente está asignado como el estado de pedido de tienda predeterminado!';
+$_['error_download'] = 'Advertencia: ¡El estado de este pedido no se puede eliminar ya que actualmente está asignado como el estado de descarga predeterminado!';
+$_['error_store'] = 'Advertencia: ¡Este estado del pedido no se puede eliminar ya que actualmente está asignado a %s tiendas!';
+$_['error_order'] = 'Advertencia: ¡Este estado de pedido no se puede eliminar ya que actualmente está asignado a %s pedidos!';