35 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
// Heading
 | 
						|
$_['heading_title']             = 'Your Affiliate Information';
 | 
						|
 | 
						|
// Text
 | 
						|
$_['text_account']              = 'Account';
 | 
						|
$_['text_affiliate']            = 'Affiliate';
 | 
						|
$_['text_my_affiliate']         = 'My Affiliate Account';
 | 
						|
$_['text_payment']              = 'Payment Information';
 | 
						|
$_['text_cheque']               = 'Cheque';
 | 
						|
$_['text_paypal']               = 'PayPal';
 | 
						|
$_['text_bank']                 = 'Bank Transfer';
 | 
						|
$_['text_success']              = 'Success: Your account has been successfully updated.';
 | 
						|
$_['text_agree']                = 'I have read and agree to the <a href="%s" class="agree"><b>%s</b></a>';
 | 
						|
 | 
						|
// Entry
 | 
						|
$_['entry_company']             = 'Company';
 | 
						|
$_['entry_website']             = 'Web Site';
 | 
						|
$_['entry_tax']                 = 'Tax ID';
 | 
						|
$_['entry_payment']             = 'Payment Method';
 | 
						|
$_['entry_cheque']              = 'Cheque Payee Name';
 | 
						|
$_['entry_paypal']              = 'PayPal Email Account';
 | 
						|
$_['entry_bank_name']           = 'Bank Name';
 | 
						|
$_['entry_bank_branch_number']  = 'ABA/BSB number (Branch Number)';
 | 
						|
$_['entry_bank_swift_code']     = 'SWIFT Code';
 | 
						|
$_['entry_bank_account_name']   = 'Account Name';
 | 
						|
$_['entry_bank_account_number'] = 'Account Number';
 | 
						|
 | 
						|
// Error
 | 
						|
$_['error_agree']               = 'Varoitus: You must agree to the %s!';
 | 
						|
$_['error_cheque']              = 'Cheque Payee Name required!';
 | 
						|
$_['error_paypal']              = 'PayPal Email Address does not appear to be valid!';
 | 
						|
$_['error_bank_account_name']   = 'Account Name required!';
 | 
						|
$_['error_bank_account_number'] = 'Account Number required!';
 | 
						|
$_['error_custom_field']        = '%s required!'; |