15 lines
		
	
	
		
			391 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			391 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
// Heading
 | 
						|
$_['heading_title']    = 'Taxes';
 | 
						|
 | 
						|
// Text
 | 
						|
$_['text_extension']   = 'Extensions';
 | 
						|
$_['text_success']     = 'Success: You have modified taxes total!';
 | 
						|
$_['text_edit']        = 'Edit Tax Total';
 | 
						|
 | 
						|
// Entry
 | 
						|
$_['entry_status']     = 'Status';
 | 
						|
$_['entry_sort_order'] = 'Sort Order';
 | 
						|
 | 
						|
// Error
 | 
						|
$_['error_permission'] = 'Varoitus: You do not have permission to modify taxes total!'; |