10 lines
		
	
	
		
			206 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			206 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php $TRANSLATIONS = array(
 | 
						|
"Close" => "关闭",
 | 
						|
"Share" => "共享",
 | 
						|
"Failed to load documents." => "载入文档失败",
 | 
						|
"Sent" => "发送",
 | 
						|
"Upload" => "上传",
 | 
						|
"Password" => "密码",
 | 
						|
"OK" => "OK"
 | 
						|
);
 |