aboutsummaryrefslogtreecommitdiffstats
path: root/public/admin/language/es-es/extension/report/sale_tax.php
blob: 30dca4fb7912be078da48a8dbbf577aaa39fcffd (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
26
27
28
29
30
31
32
<?php
// Heading
$_['heading_title']     = 'Informe de Impuesto';

// Text
$_['text_extension']    = 'Extensiones';
$_['text_edit']         = 'Editar Informe de Impuesto';
$_['text_success']      = 'Éxito: ¡Ha modificado el informe de impuestos!';
$_['text_filter']       = 'Filtrar';
$_['text_year']         = 'Años';
$_['text_month']        = 'Meses';
$_['text_week']         = 'Semanas';
$_['text_day']          = 'Días';
$_['text_all_status']   = 'Todos los estados';

// Column
$_['column_date_start'] = 'Fecha de Inicio';
$_['column_date_end']   = 'Fecha de Fin';
$_['column_title']      = 'Título de Impuesto';
$_['column_orders']     = 'No. de Pedidos';
$_['column_total']      = 'Total';

// Entry
$_['entry_date_start']  = 'Fecha de Inicio';
$_['entry_date_end']    = 'Fecha de Fin';
$_['entry_group']       = 'Agrupar por';
$_['entry_status']      = 'Estado del Pedido';
$_['entry_status']      = 'Estado';
$_['entry_sort_order']  = 'Orden';

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