You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
855 B
20 lines
855 B
<?php /*
|
|
for more information: see languages.txt in the lang folder.
|
|
*/
|
|
$lang_new_item = "添加新項目";
|
|
$lang_title_notification = "自上次訪問以來";
|
|
$lang_update_agenda = "現有日程項目更新";
|
|
$lang_new_agenda = "新的日程項目已添加";
|
|
$lang_update_announcements = "現有公告已更新";
|
|
$lang_new_announcements = "新公告已添加";
|
|
$lang_new_document = "新文檔已添加";
|
|
$lang_new_exercise = "新練習已可使用";
|
|
$lang_update_link = "現有鏈接訊息已更新";
|
|
$lang_new_link = "新鏈接已添加";
|
|
$lang_new_forum_topic = "新主題已添加";
|
|
$lang_new_groupforum_topic = "已添加新話題到組論壇";
|
|
$lang_new_dropbox_file = "新文檔已收到";
|
|
$lang_update_dropbox_file = "投遞箱中的檔案已更新";
|
|
$ForumCategoryAdded = "已新增討論區類別";
|
|
$LearnpathAdded = "已新增學習路徑";
|
|
?>
|