diff options
Diffstat (limited to 'public/admin/language/es-es/report/statistics.php')
-rw-r--r-- | public/admin/language/es-es/report/statistics.php | 39 |
1 files changed, 23 insertions, 16 deletions
diff --git a/public/admin/language/es-es/report/statistics.php b/public/admin/language/es-es/report/statistics.php index 51a9582..fad69d5 100644 --- a/public/admin/language/es-es/report/statistics.php +++ b/public/admin/language/es-es/report/statistics.php @@ -1,17 +1,24 @@ <?php -$_['heading_title'] = 'Estadística'; -$_['text_success'] = 'Éxito: ¡Usted ha modificado las estadísticas!'; -$_['text_list'] = 'Lista de estadísticas'; -$_['text_order_sale'] = 'Pedidos de Ventas'; -$_['text_order_processing'] = 'Procesamiento de pedidos'; -$_['text_order_complete'] = 'Órdenes completadas'; -$_['text_order_other'] = 'Pedidos Otros'; -$_['text_returns'] = 'Devoluciones'; -$_['text_customer'] = 'Clientes que esperan aprobación'; -$_['text_affiliate'] = 'Afiliados en espera de aprobación'; -$_['text_product'] = 'Productos sin stock'; -$_['text_review'] = 'Revisiones pendientes'; -$_['column_name'] = 'Nombre de la estadística'; -$_['column_value'] = 'Valor'; -$_['column_action'] = 'Acción'; -$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar las estadísticas!'; +// Heading +$_['heading_title'] = 'Estadística'; + +// Text +$_['text_success'] = 'Éxito: ¡Usted ha modificado las estadísticas!'; +$_['text_list'] = 'Lista de estadísticas'; +$_['text_order_sale'] = 'Pedidos de Ventas'; +$_['text_order_processing'] = 'Procesamiento de pedidos'; +$_['text_order_complete'] = 'Órdenes completadas'; +$_['text_order_other'] = 'Pedidos Otros'; +$_['text_returns'] = 'Devoluciones'; +$_['text_customer'] = 'Clientes que esperan aprobación'; +$_['text_affiliate'] = 'Afiliados en espera de aprobación'; +$_['text_product'] = 'Productos sin stock'; +$_['text_review'] = 'Revisiones pendientes'; + +// Column +$_['column_name'] = 'Nombre de la estadística'; +$_['column_value'] = 'Valor'; +$_['column_action'] = 'Acción'; + +// Error +$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar las estadísticas!'; |