27 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
// Heading
 | 
						|
$_['heading_title']       = 'Oma tili';
 | 
						|
 | 
						|
// Text
 | 
						|
$_['text_account']        = 'Tili';
 | 
						|
$_['text_my_account']     = 'Oma tili';
 | 
						|
$_['text_my_orders']      = 'Omat tilaukset';
 | 
						|
$_['text_my_affiliate']   = 'My Affiliate Account';
 | 
						|
$_['text_my_newsletter']  = 'Uutiskirje';
 | 
						|
$_['text_edit']           = 'Edit your account information';
 | 
						|
$_['text_password']       = 'Change your password';
 | 
						|
$_['text_address']        = 'Modify your address book entries';
 | 
						|
$_['text_credit_card']    = 'Manage Stored Credit Cards';
 | 
						|
$_['text_wishlist']       = 'Modify your wish list';
 | 
						|
$_['text_order']          = 'View your order history';
 | 
						|
$_['text_download']       = 'Downloads';
 | 
						|
$_['text_reward']         = 'Your Reward Points';
 | 
						|
$_['text_return']         = 'View your return requests';
 | 
						|
$_['text_transaction']    = 'Your Transactions';
 | 
						|
$_['text_newsletter']     = 'Subscribe / unsubscribe to newsletter';
 | 
						|
$_['text_recurring']      = 'Recurring payments';
 | 
						|
$_['text_transactions']   = 'Transactions';
 | 
						|
$_['text_affiliate_add']  = 'Register for an affiliate account';
 | 
						|
$_['text_affiliate_edit'] = 'Edit your affiliate information';
 | 
						|
$_['text_tracking']       = 'Custom Affiliate Tracking Code';
 |