12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <?php
- /*
- for more information: see languages.txt in the lang folder.
- */
- $langScormVersion = "版本";
- $langScormRestarted = "所有課程還沒有完全結束.";
- $langScormNoNext = "這是最後一節課.";
- $langScormNoPrev = "這是第一節課.";
- $langScormTime = "時間";
- $langScormNoOrder = "沒有指定順序, 你可以點擊任意一節課.";
- $langScormScore = "得分";
- $langScormLessonTitle = "課程標題";
- $langScormStatus = "狀態";
- $langScormToEnter = "進入";
- $langScormFirstNeedTo = "你需要首先完成它";
- $langScormThisStatus = "現下這門課程是";
- $langScormClose = "結束";
- $langScormRestart = "重新啟動";
- $langScormCompstatus = "完成";
- $langScormIncomplete = "未完成";
- $langScormPassed = "已通過";
- $langScormFailed = "失敗";
- $langScormPrevious = "上一個";
- $langScormNext = "下一個";
- $langScormTitle = "Chamilo Scorm 操作者";
- $langScormMystatus = "學習進度";
- $langScormNoItems = "此目錄不含有任何項目.";
- $langScormNoStatus = "本內容沒有狀態";
- $langScormLoggedout = "退出 SCORM 區";
- $langScormCloseWindow = "關閉視窗";
- $ScormBrowsed = "瀏覽";
- $langScormExitFullScreen = "返回普通螢幕";
- $langScormFullScreen = "全屏";
- $langScormNotAttempted = "未嘗試";
- $langCharset = "字符集";
- $langLocal = "本地";
- $langRemote = "遙距";
- $langAutodetect = "自動偵測";
- $langAccomplishedStepsTotal = "合計";
- $langUnknown = "未知";
- $AreYouSureToDeleteSteps = "你真的要刪除這節課嗎?";
- $Origin = "原本";
- $Local = "本地";
- $Remote = "遙距";
- $FileToUpload = "上傳 SCORM 或 AICC 檔案";
- $ContentMaker = "課程來源";
- $ContentProximity = "課程位置";
- $UploadLocalFileFromGarbageDir = "從本地主目錄/廢物箱上傳檔案";
- $ThisItemIsNotExportable = "目前這項目不與 scorm 相容,所以不能匯出。";
- $MoveCurrentChapter = "移動當前章節";
- $GenericScorm = "泛常網路學習系統(Generic Scorm)";
- $UnknownPackageFormat = "未能確認檔案包格式,請檢查其中有否包含錯誤。問題或因 ZIP 檔案屬性而引致,若不確定,請嘗試使用最簡單的 ZIP 壓縮設定。";
- $Attempt = "嘗試";
- $MoveTheCurrentForum = "移動當前討論區";
- ?>
|