2013-08-28 17:35:04 -04:00
|
|
|
<?php $TRANSLATIONS = array(
|
|
|
|
"Close" => " 關閉",
|
2013-09-01 11:40:51 -04:00
|
|
|
"Invite" => "邀請",
|
|
|
|
"Users in session:" => "上線的使用者:",
|
|
|
|
"Failed to load documents." => "載入文件失敗",
|
|
|
|
"No people found" => "沒有找到任何人",
|
|
|
|
"Remove from the list" => "從清單移除",
|
|
|
|
"Sent" => "已送出",
|
|
|
|
"Declined" => "已拒絕",
|
|
|
|
"Accepted" => "以接受",
|
|
|
|
"Incoming" => "新進的",
|
|
|
|
"Documents" => "文件",
|
|
|
|
"Advanced feature-set" => "進階功能",
|
|
|
|
"(Unstable)" => "(不穩定)"
|
2013-08-28 17:35:04 -04:00
|
|
|
);
|