33 lines
		
	
	
		
			1017 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			1017 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php $TRANSLATIONS = array(
 | 
						|
"Documents" => "文件",
 | 
						|
"Close" => " 關閉",
 | 
						|
"Share" => "分享",
 | 
						|
"'.' is an invalid file name." => "'.' 是不合法的檔名",
 | 
						|
"File name cannot be empty." => "檔名不能為空",
 | 
						|
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "檔名不合法,不允許 \\ / < > : \" | ? * 字元",
 | 
						|
"Failed to load documents." => "載入文件失敗",
 | 
						|
"Cancel" => "取消",
 | 
						|
"Create" => "建立",
 | 
						|
"Delete" => "刪除",
 | 
						|
"Family" => "親人",
 | 
						|
"Loading" => "載入中",
 | 
						|
"OK" => "好",
 | 
						|
"Open" => "開啟",
 | 
						|
"Options" => "選項",
 | 
						|
"Save" => "儲存",
 | 
						|
"Size" => "大小",
 | 
						|
"Text" => "文字",
 | 
						|
"Edit" => "編輯",
 | 
						|
"Sent" => "已送出",
 | 
						|
"Declined" => "已拒絕",
 | 
						|
"Accepted" => "以接受",
 | 
						|
"Incoming" => "新進的",
 | 
						|
"Upload" => "上傳",
 | 
						|
"Save new documents to" => "儲存新檔案至",
 | 
						|
"Password" => "密碼",
 | 
						|
"Please enter your nickname" => "請輸入你的暱稱",
 | 
						|
"Join" => "加入",
 | 
						|
"Advanced feature-set" => "進階功能",
 | 
						|
"(Unstable)" => "(不穩定)"
 | 
						|
);
 |