28 lines
		
	
	
		
			944 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			944 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
// Heading
 | 
						|
$_['heading_title']         = 'Customer Approvals';
 | 
						|
 | 
						|
// Text
 | 
						|
$_['text_success']          = 'Success: You have modified customer approvals!';
 | 
						|
$_['text_list']             = 'Customer Approval List';
 | 
						|
$_['text_default']          = 'Default';
 | 
						|
$_['text_customer']         = 'Customer';
 | 
						|
$_['text_affiliate']        = 'Affiliate';
 | 
						|
 | 
						|
// Column
 | 
						|
$_['column_name']           = 'Customer Name';
 | 
						|
$_['column_email']          = 'E-Mail';
 | 
						|
$_['column_customer_group'] = 'Customer Group';
 | 
						|
$_['column_type']           = 'Type';
 | 
						|
$_['column_date_added']     = 'Date Added';
 | 
						|
$_['column_action']         = 'Action';
 | 
						|
 | 
						|
// Entry
 | 
						|
$_['entry_name']            = 'Customer Name';
 | 
						|
$_['entry_email']           = 'E-Mail';
 | 
						|
$_['entry_customer_group']  = 'Customer Group';
 | 
						|
$_['entry_type']            = 'Type';
 | 
						|
$_['entry_date_added']      = 'Date Added';
 | 
						|
 | 
						|
// Error
 | 
						|
$_['error_permission']      = 'Varoitus: You do not have permission to modify customer approvals!'; |