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.
28 lines
1.7 KiB
28 lines
1.7 KiB
<?php /*
|
|
for more information: see languages.txt in the lang folder.
|
|
*/
|
|
$langLinkSite = "添加鏈接";
|
|
$langSubTitle = "為課程主頁選單添加網站、網頁或者任何的網址鏈接。提示︰如果您需要增加一個到某一網頁的鏈接,可以先訪問那個網頁,複製瀏覽器上部位址欄裡的位址,然後添加到下面的\"鏈接\"欄。";
|
|
$langAddPage = "增加一個頁面";
|
|
$langSendPage = "要上傳的頁面";
|
|
$langCouldNot = "檔案上傳失敗";
|
|
$langOkSentPage = "你的頁面已上傳,<p>現已鏈接到<a href=\\\"../../\".$_course[\\\'path\\\'].\"/index.php\\\">主頁</a>";
|
|
$langOkSentLink = "已加入連結。現在可由<a href=\\\"\".api_get_path(WEB_COURSE_PATH). $_course[\'path\'] . \"/index.php\\\">首頁</a>進入";
|
|
$langTooBig = "你沒有選擇任何檔案,或者檔案太大";
|
|
$langExplanation = "這個頁面必須是 HTML 格式(例如: \"my_page.htm\"),它將在主頁上增加一個鏈接,假如你要發送一個不是 html 的檔案,而是其它文檔(PDF、Word、PowerPoint、Video等),請使用<a href=../document/document.php>文檔工具</a>";
|
|
$langPgTitle = "網頁標題";
|
|
$langNoLinkURL = "沒有連接網址";
|
|
$langLinkTarget = "鏈接目標";
|
|
$langSameWindow = "在同一個視窗";
|
|
$langNewWindow = "在新的視窗";
|
|
$langAdded = "鏈接已添加";
|
|
$langAddLink = "添加一個鏈接";
|
|
$langNoLinkName = "沒有連結名稱";
|
|
$langEditLink = "編輯課程主頁鏈接";
|
|
$langChangePress = "修改並按確定";
|
|
$langLinkChanged = "連接已被修改";
|
|
$NoLinkName = "沒有連結名稱";
|
|
$NoLinkURL = "沒有連結位址";
|
|
$LinkChanged = "已修訂連結 ";
|
|
$OkSentLink = "已傳送連結";
|
|
?>
|