online.php (834B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Online Report'; 4 5 // Text 6 $_['text_extension'] = 'Extensions'; 7 $_['text_success'] = 'Success: You have modified customers online report!'; 8 $_['text_list'] = 'Online List'; 9 $_['text_filter'] = 'Filter'; 10 $_['text_guest'] = 'Guest'; 11 12 // Column 13 $_['column_ip'] = 'IP'; 14 $_['column_customer'] = 'Customer'; 15 $_['column_url'] = 'Last Page Visited'; 16 $_['column_referer'] = 'Referer'; 17 $_['column_date_added'] = 'Last Click'; 18 $_['column_action'] = 'Action'; 19 20 // Entry 21 $_['entry_ip'] = 'IP'; 22 $_['entry_customer'] = 'Customer'; 23 $_['entry_status'] = 'Status'; 24 $_['entry_sort_order'] = 'Sort Order'; 25 26 // Error 27 $_['error_permission'] = 'Warning: You do not have permission to modify customers online report!';