bbimport.inc.php 1.4 KB

1234567891011121314151617181920212223
  1. <?php /*
  2. for more information: see languages.txt in the lang folder.
  3. */
  4. $langViewCourseMaterialImport = "View training material as it will be imported";
  5. $langViewExternalLinksImport = "View external links as they will be imported";
  6. $langViewForumImport = "View forum as it will be imported";
  7. $langImportCourseMaterial = "Import course material (Blackboard tool \"Course Material\")";
  8. $langImportExternalLinks = "Import links (Blackboard tool \"External Links\")";
  9. $langImportForum = "Import forums (Blackboard tool \"Discussion Board\")";
  10. $langToolInfo = "This tool imports Blackboard 5.5 courses (Course Material, Discussion Board, and External Links)";
  11. $langToolName = "Import Blackboard courses";
  12. $langSelectCoursePackage = "Select a course package";
  13. $langPackageAlreadySelected = "You have already selected a package";
  14. $langFirstSelectPackage = "You must first select a package and open it before you can proceed with importing.";
  15. $langCourseToMigrate = "Course to migrate";
  16. $langSelectPackage = "Select a package";
  17. $langOpenPackageForImporting = "Open this package for importing";
  18. $langInformation = "Information about the import process";
  19. $langChooseImportOptions = "Choose your import options";
  20. $langCheckWhatIsImported = "You can check to see what will be imported before starting the import process";
  21. $langStartImporting = "Start importing";
  22. $langImport = "Import";
  23. ?>