statistics.php (917B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Statistics'; 4 5 // Text 6 $_['text_success'] = 'Success: You have modified statistics!'; 7 $_['text_list'] = 'Statistics List'; 8 $_['text_order_sale'] = 'Order Sales'; 9 $_['text_order_processing'] = 'Orders Processing'; 10 $_['text_order_complete'] = 'Orders Complete'; 11 $_['text_order_other'] = 'Orders Other'; 12 $_['text_returns'] = 'Returns'; 13 $_['text_customer'] = 'Customers Waiting for Approval'; 14 $_['text_affiliate'] = 'Affiliates Waiting for Approval'; 15 $_['text_product'] = 'Out of stock products'; 16 $_['text_review'] = 'Pending Reviews'; 17 18 // Column 19 $_['column_name'] = 'Statistics Name'; 20 $_['column_value'] = 'Value'; 21 $_['column_action'] = 'Action'; 22 23 // Error 24 $_['error_permission'] = 'Warning: You do not have permission to modify statistics!';