 b2ed0e207d
			
		
	
	
		b2ed0e207d
		
	
	
	
	
		
			
			Added Japanese setup translation by North Hill Work Studios - thanks as well! Also: git:ignore for local test content folders
		
			
				
	
	
		
			14 lines
		
	
	
		
			282 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			282 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| 	$lang['plugin']['adminarea'] = array(
 | |
| 		
 | |
| 		'subject'		=> 'Área de administração',
 | |
| 		'welcome'		=> 'Bem vindo, ',
 | |
| 		'admin_panel'	=> 'Painel do administrador',
 | |
| 		'add_entry'		=> 'Crie um post',
 | |
| 		'add_static'	=> 'Crie uma página estável',
 | |
| 		'logout'		=> 'Sair'
 | |
| 	
 | |
| 	);
 | |
| 
 | |
| ?>
 |