diff options
Diffstat (limited to 'public/admin/language/es-es/report/statistics.php')
-rw-r--r-- | public/admin/language/es-es/report/statistics.php | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/public/admin/language/es-es/report/statistics.php b/public/admin/language/es-es/report/statistics.php new file mode 100644 index 0000000..51a9582 --- /dev/null +++ b/public/admin/language/es-es/report/statistics.php @@ -0,0 +1,17 @@ +<?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!'; |