forked from friendica/deprecated-addons
		
	
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			567 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			567 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
$a->strings["Forums"] = "论坛";
 | 
						|
$a->strings["show/hide"] = "表示/隐藏";
 | 
						|
$a->strings["No forum subscriptions"] = "没有评坛订阅";
 | 
						|
$a->strings["Forums:"] = "评坛:";
 | 
						|
$a->strings["Forumlist settings updated."] = "评坛单设置更新了。";
 | 
						|
$a->strings["Forumlist Settings"] = "评坛单设置";
 | 
						|
$a->strings["Randomise forum list"] = "洗牌评坛单";
 | 
						|
$a->strings["Show forums on profile page"] = "表示评坛在简介页";
 | 
						|
$a->strings["Show forums on network page"] = "表示评坛在网络页";
 | 
						|
$a->strings["Submit"] = "提交";
 |