bbimport.inc.php

来自「完美的在线教育系统」· PHP 代码 · 共 23 行

PHP
23
字号
<?php /*for more information: see languages.txt in the lang folder. */$langViewCourseMaterialImport  = "View course material as it will be imported";$langViewExternalLinksImport  = "View external links as they will be imported";$langViewForumImport  = "View forum as it will be imported";$langImportCourseMaterial  = "Import course material (Blackboard tool \"Course Material\")";$langImportExternalLinks  = "Import links (Blackboard tool \"External Links\")";$langImportForum  = "Import forums (Blackboard tool \"Discussion Board\")";$langToolInfo  = "This tool imports Blackboard 5.5 courses (Course Material, Discussion Board, and External Links)";$langToolName = "Import Blackboard courses";$langSelectCoursePackage = "Select a course package";$langPackageAlreadySelected = "You have already selected a package";$langFirstSelectPackage = "You must first select a package and open it before you can proceed with importing.";$langCourseToMigrate = "Course to migrate";$langSelectPackage = "Select a package";$langOpenPackageForImporting = "Open this package for importing";$langInformation = "Information about the import process";$langChooseImportOptions = "Choose your import options";$langCheckWhatIsImported = "You can check to see what will be imported before starting the import process";$langStartImporting = "Start importing";$langImport = "Import";?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?