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
889 B
20 lines
889 B
|
18 years ago
|
<?php /*
|
||
|
|
for more information: see languages.txt in the lang folder.
|
||
|
|
*/
|
||
|
|
$langCourseProgram = "教學大綱";
|
||
|
|
$langThisCourseDescriptionIsEmpty = "本課程目前沒有教學大綱。";
|
||
|
|
$langEditCourseProgram = "創建和編輯課程簡介";
|
||
|
|
$langInfo2Say = "發送給用戶的訊息";
|
||
|
|
$langOuAutreTitre = "標題";
|
||
|
|
$langNewBloc = "其他內容";
|
||
|
|
$langAddCat = "添加分類";
|
||
|
|
$langAdd = "添加";
|
||
|
|
$langValid = "可用的";
|
||
|
|
$langBackAndForget = "返回和取消";
|
||
|
|
$langOkSent = "你的頁面已經上傳。<p>現下鏈接<a href=\"../..//index.php\">首頁</a>";
|
||
|
|
$langQuestionPlan = "提示";
|
||
|
|
$langContent = "內容";
|
||
|
|
$langCourseDescriptionUpdated = "教學大綱已經更新";
|
||
|
|
$langCourseDescriptionDeleted = "教學大綱已經刪除";
|
||
|
|
$langCourseDescriptionIntro = "為了創建教學大綱,請點擊下面圖示然後輸入內容。點擊確定後再輸入另一個。";
|
||
|
|
?>
|