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.
30 lines
1.1 KiB
30 lines
1.1 KiB
|
18 years ago
|
<?php /*
|
||
|
|
for more information: see languages.txt in the lang folder.
|
||
|
|
*/
|
||
|
|
$langActivate = "公開";
|
||
|
|
$langDeactivate = "隱藏";
|
||
|
|
$langInLnk = "隱藏的工具";
|
||
|
|
$langDelLk = "確定要移除該工具嗎? ";
|
||
|
|
$langEnter = "進入";
|
||
|
|
$langCourseCreate = "創建課程";
|
||
|
|
$langNameOfTheLink = "鏈接名稱";
|
||
|
|
$lang_main_categories_list = "主分類清單";
|
||
|
|
$langCourseAdminOnly = "教師";
|
||
|
|
$langCombinedCourse = "合併的課程";
|
||
|
|
$langPlatformAdminOnly = "管理員";
|
||
|
|
$langToolIsNowVisible = "教學工具已經開放。";
|
||
|
|
$langToolIsNowHidden = "教學工具已經被隱藏。";
|
||
|
|
$langEditLink = "編輯鏈接";
|
||
|
|
$langBlog_management = "博客管理";
|
||
|
|
$langForum = "論壇";
|
||
|
|
$langCourse_maintenance = "課程維護";
|
||
|
|
$langTOOL_SURVEY = "調查問卷";
|
||
|
|
$langGreyIcons = "工具箱";
|
||
|
|
$langInteraction = "協作";
|
||
|
|
$langAuthoring = "創作";
|
||
|
|
$langAdministration = "管理";
|
||
|
|
$langIntroductionTextUpdated = "介紹文本已經被更新。";
|
||
|
|
$langStudentOnly = "學生";
|
||
|
|
$langRestoreTool = "教學工具已經被恢復。";
|
||
|
|
$langIntroductionTextDeleted = "介紹文字已經被刪除。";
|
||
|
|
?>
|