moodle/lang/zh_tw/docs/files.php
moodler b13f7b84ec New Taiwanese (Traditional Chinese) version by Fu-Kwun Hwang (hwang@phy.ntnu.edu.tw)!
Strings mostly done, and about half the help files.
2003-05-14 02:43:27 +00:00

19 lines
515 B
PHP

<?PHP // $Id$
// Names of the documentation files
$string['intro.html'] = "簡介";
$string['background.html'] = "背景";
$string['features.html'] = "特點";
$string['release.html'] = "釋出版本說明";
$string['install.html'] = "安裝";
$string['upgrade.html'] = "升級";
$string['teacher.html'] = "教師手冊";
$string['developer.html'] = "管理手冊";
$string['cvs.html'] = "使用 CVS";
$string['future.html'] = "未來計畫";
$string['credits.html'] = "貢獻";
$string['licence.html'] = "版權聲明";
?>