15 lines
		
	
	
		
			416 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			416 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
// Heading
 | 
						|
$_['heading_title']      = 'Your Transactions';
 | 
						|
 | 
						|
// Column
 | 
						|
$_['column_date_added']  = 'Lisäyspäivä';
 | 
						|
$_['column_description'] = 'Description';
 | 
						|
$_['column_amount']      = 'Amount (%s)';
 | 
						|
 | 
						|
// Text
 | 
						|
$_['text_account']       = 'Tili';
 | 
						|
$_['text_transaction']   = 'Your Transactions';
 | 
						|
$_['text_total']         = 'Your current balance is:';
 | 
						|
$_['text_empty']         = 'You do not have any transactions!';
 |