 b2ed0e207d
			
		
	
	
		b2ed0e207d
		
	
	
	
	
		
			
			Added Japanese setup translation by North Hill Work Studios - thanks as well! Also: git:ignore for local test content folders
		
			
				
	
	
		
			14 lines
		
	
	
		
			289 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			289 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| //Terminado - 15 de fevereiro de 2020.
 | |
| 
 | |
| 	// cimangi Aggiunta traduzione stringhe
 | |
| 	$lang['plugin']['lastcomments'] = array(
 | |
| 		
 | |
| 		'last'			=> 'Úlitimo ',
 | |
| 		'comments'		=> 'comentários',
 | |
| 		'no_comments'		=> 'Sem comentário',
 | |
| 		'no_new_comments'	=> 'Sem novos comentários'
 | |
| 		
 | |
| 	);
 | |
| 
 | |
| ?>
 |