 b2ed0e207d
			
		
	
	
		b2ed0e207d
		
	
	
	
	
		
			
			Added Japanese setup translation by North Hill Work Studios - thanks as well! Also: git:ignore for local test content folders
		
			
				
	
	
		
			15 lines
		
	
	
		
			229 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			229 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| 	$lang['plugin']['lastentries'] = array(
 | |
| 		
 | |
| 		'subject_before_count'	=> 'Úlitimo ',
 | |
| 		'subject_after_count'	=> ' posts',
 | |
| 		'edit'			=> 'Edite',
 | |
| 		'add_entry'		=> 'Adicione post',
 | |
| 		'no_entries'	=> 'Sem Posts'
 | |
| 	
 | |
| 	
 | |
| 	);
 | |
| 
 | |
| ?>
 |