customer_approval.php (970B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Customer Approvals'; 4 5 // Text 6 $_['text_success'] = 'Success: You have modified customer approvals!'; 7 $_['text_list'] = 'Customer Approval List'; 8 $_['text_default'] = 'Default'; 9 $_['text_customer'] = 'Customer'; 10 $_['text_affiliate'] = 'Affiliate'; 11 12 // Column 13 $_['column_name'] = 'Customer Name'; 14 $_['column_email'] = 'E-Mail'; 15 $_['column_customer_group'] = 'Customer Group'; 16 $_['column_type'] = 'Type'; 17 $_['column_date_added'] = 'Date Added'; 18 $_['column_action'] = 'Action'; 19 20 // Entry 21 $_['entry_name'] = 'Customer Name'; 22 $_['entry_email'] = 'E-Mail'; 23 $_['entry_customer_group'] = 'Customer Group'; 24 $_['entry_type'] = 'Type'; 25 $_['entry_date_added'] = 'Date Added'; 26 27 // Error 28 $_['error_permission'] = 'Warning: You do not have permission to modify customer approvals!';