11 lines
		
	
	
	
		
			205 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			205 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable file
		
	
	
	
	
| <?php
 | |
| /**
 | |
|  * Faroese language file
 | |
|  *
 | |
|  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 | |
|  */
 | |
| 
 | |
| $lang['discussion']   = 'Kjak';
 | |
| $lang['userpage']     = 'Brúkarasíða';
 | |
| 
 | |
| //Setup VIM: ex: et ts=2 :
 | 
