15 lines
		
	
	
		
			424 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			424 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
// Heading
 | 
						|
$_['heading_title']      = 'Palkintopisteesi';
 | 
						|
 | 
						|
// Column
 | 
						|
$_['column_date_added']  = 'Lisäyspäivä';
 | 
						|
$_['column_description'] = 'Description';
 | 
						|
$_['column_points']      = 'Pisteet';
 | 
						|
 | 
						|
// Text
 | 
						|
$_['text_account']       = 'Tili';
 | 
						|
$_['text_reward']        = 'Palkintopisteet';
 | 
						|
$_['text_total']         = 'Your total number of reward points is:';
 | 
						|
$_['text_empty']         = 'You do not have any reward points!';
 |