25 lines
		
	
	
		
			662 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			662 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
// Heading
 | 
						|
$_['heading_title']    = 'Kehittäjän asetukset';
 | 
						|
 | 
						|
// Text
 | 
						|
$_['text_success']     = 'Success: You have modified developer settings!';
 | 
						|
$_['text_theme']       = 'teema';
 | 
						|
$_['text_sass']        = 'SASS';
 | 
						|
$_['text_cache']       = 'Success: You have cleared the %s cache!';
 | 
						|
 | 
						|
// Column
 | 
						|
$_['column_component'] = 'Component';
 | 
						|
$_['column_action']    = 'Toiminto';
 | 
						|
 | 
						|
// Entry
 | 
						|
$_['entry_theme']      = 'Teema';
 | 
						|
$_['entry_sass']       = 'SASS';
 | 
						|
$_['entry_cache']      = 'Cache';
 | 
						|
 | 
						|
// Button
 | 
						|
$_['button_on']        = 'On';
 | 
						|
$_['button_off']       = 'Off';
 | 
						|
 | 
						|
// Error
 | 
						|
$_['error_permission'] = 'Varoitus: You do not have permission to modify developer settings!'; |