chart.php (676B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Sales Analytics'; 4 5 // Text 6 $_['text_extension'] = 'Extensions'; 7 $_['text_success'] = 'Success: You have modified dashboard chart!'; 8 $_['text_edit'] = 'Edit Dashboard Chart'; 9 $_['text_order'] = 'Orders'; 10 $_['text_customer'] = 'Customers'; 11 $_['text_day'] = 'Today'; 12 $_['text_week'] = 'Week'; 13 $_['text_month'] = 'Month'; 14 $_['text_year'] = 'Year'; 15 16 // Entry 17 $_['entry_status'] = 'Status'; 18 $_['entry_sort_order'] = 'Sort Order'; 19 $_['entry_width'] = 'Width'; 20 21 // Error 22 $_['error_permission'] = 'Warning: You do not have permission to modify dashboard chart!';