forked from friendica/friendica-addons
		
	
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			318 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			318 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| $a->strings["IRC Settings"] = "";
 | |
| $a->strings["Channel(s) to auto connect (comma separated)"] = "";
 | |
| $a->strings["Popular Channels (comma separated)"] = "";
 | |
| $a->strings["Submit"] = "Lagre";
 | |
| $a->strings["IRC settings saved."] = "";
 | |
| $a->strings["IRC Chatroom"] = "";
 | |
| $a->strings["Popular Channels"] = "";
 |