12 lines
		
	
	
		
			349 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			349 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
// Heading
 | 
						|
$_['heading_title']    = 'Virheloki';
 | 
						|
 | 
						|
// Text
 | 
						|
$_['text_success']     = 'Success: You have successfully cleared your error log!';
 | 
						|
$_['text_list']        = 'Virhelista';
 | 
						|
 | 
						|
// Error
 | 
						|
$_['error_warning']    = 'Varoitus: Your error log file %s is %s!';
 | 
						|
$_['error_permission'] = 'Varoitus: You do not have permission to clear error log!';
 |