aboutsummaryrefslogtreecommitdiffstats
path: root/public/admin/language/es-es/extension/dashboard/chart.php
blob: 270e7fb019120c8d6b3eadc71d4d5e601344731a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php
// Heading
$_['heading_title']    = 'Analítica de Ventas';

// Text
$_['text_extension']   = 'Extensiones';
$_['text_success']     = 'Éxito: ¡ha modificado el tablero de mandos!';
$_['text_edit']        = 'Editar tablero de mandos';
$_['text_order']       = 'Pedidos';
$_['text_customer']    = 'Clientes';
$_['text_day']         = 'Hoy';
$_['text_week']        = 'Semana';
$_['text_month']       = 'Mes';
$_['text_year']        = 'Año';

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

// Error
$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar el tablero de mandos!';