aboutsummaryrefslogtreecommitdiffstats
path: root/public/admin/language/es-es/extension/dashboard/recent.php
diff options
context:
space:
mode:
Diffstat (limited to 'public/admin/language/es-es/extension/dashboard/recent.php')
-rw-r--r--public/admin/language/es-es/extension/dashboard/recent.php24
1 files changed, 12 insertions, 12 deletions
diff --git a/public/admin/language/es-es/extension/dashboard/recent.php b/public/admin/language/es-es/extension/dashboard/recent.php
index 6db1c4a..4048d5c 100644
--- a/public/admin/language/es-es/extension/dashboard/recent.php
+++ b/public/admin/language/es-es/extension/dashboard/recent.php
@@ -1,25 +1,25 @@
<?php
// Heading
-$_['heading_title'] = 'Latest Orders';
+$_['heading_title'] = 'Últimos Pedidos';
// Text
-$_['text_extension'] = 'Extensions';
-$_['text_success'] = 'Success: You have modified dashboard recent orders!';
-$_['text_edit'] = 'Edit Dashboard Recent Orders';
+$_['text_extension'] = 'Extensiones';
+$_['text_success'] = 'Éxito: ¡Ha modificado los pedidos recientes del tablero!';
+$_['text_edit'] = 'Editar Pedidos Recientes del Tablero';
// Column
-$_['column_order_id'] = 'Order ID';
-$_['column_customer'] = 'Customer';
-$_['column_status'] = 'Status';
+$_['column_order_id'] = 'ID del Pedido';
+$_['column_customer'] = 'Cliente';
+$_['column_status'] = 'Estado';
$_['column_total'] = 'Total';
-$_['column_date_added'] = 'Date Added';
-$_['column_action'] = 'Action';
+$_['column_date_added'] = 'Fecha Agregada';
+$_['column_action'] = 'Acción';
// Entry
-$_['entry_status'] = 'Status';
-$_['entry_sort_order'] = 'Sort Order';
+$_['entry_status'] = 'Estado';
+$_['entry_sort_order'] = 'Ordenar Pedido';
$_['entry_width'] = 'Width';
// Error
-$_['error_permission'] = 'Warning: You do not have permission to modify dashboard recent orders!'; \ No newline at end of file
+$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar pedidos recientes del tablero!';