aboutsummaryrefslogtreecommitdiffstats
path: root/public/admin/language/es-es/extension/dashboard/recent.php
blob: 9ca46e8afc1f3579d06c3a8ae53f7ee3a0c2c0a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?php
// Heading
$_['heading_title']     = 'Últimos Pedidos';

// Text
$_['text_extension']    = 'Extensiones';
$_['text_success']      = 'Éxito: ¡Ha modificado los pedidos recientes del tablero!';
$_['text_edit']         = 'Editar Pedidos Recientes del Tablero';

// Column
$_['column_order_id']   = 'ID del Pedido';
$_['column_customer']   = 'Cliente';
$_['column_status']     = 'Estado';
$_['column_total']      = 'Total';
$_['column_date_added'] = 'Fecha Agregada';
$_['column_action']     = 'Acción';


// Entry
$_['entry_status']      = 'Estado';
$_['entry_sort_order']  = 'Orden';
$_['entry_width']       = 'Width';

// Error
$_['error_permission']  = 'Advertencia: ¡No tiene permiso para modificar pedidos recientes del tablero!';