richdocuments/l10n/zh_TW.php

14 lines
355 B
PHP
Raw Normal View History

2013-08-28 17:35:04 -04:00
<?php $TRANSLATIONS = array(
"Close" => " 關閉",
2013-09-22 09:53:01 -04:00
"Share" => "分享",
2013-09-01 11:40:51 -04:00
"Failed to load documents." => "載入文件失敗",
"Sent" => "已送出",
"Declined" => "已拒絕",
"Accepted" => "以接受",
"Incoming" => "新進的",
2013-09-16 09:32:07 -04:00
"Upload" => "上傳",
2013-09-01 11:40:51 -04:00
"Documents" => "文件",
"Advanced feature-set" => "進階功能",
"(Unstable)" => "(不穩定)"
2013-08-28 17:35:04 -04:00
);