bbimport.inc.php 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <?php # $Id: bbimport.inc.php 12502 2007-05-29 08:06:23Z pcool $
  2. /*
  3. ==============================================================================
  4. Dokeos - elearning and area management software
  5. Copyright (c) 2004 Dokeos S.A.
  6. Copyright (c) 2003 Ghent University (UGent)
  7. Copyright (c) 2001 Universite catholique de Louvain (UCL)
  8. Copyright (c) Roan Embrechts (VUB)
  9. For a full list of contributors, see "credits.txt".
  10. The full license can be read in "license.txt".
  11. This program is free software; you can redistribute it and/or
  12. modify it under the terms of the GNU General Public License
  13. as published by the Free Software Foundation; either version 2
  14. of the License, or (at your option) any later version.
  15. See the GNU General Public License for more details.
  16. Contact: Dokeos, 181 rue Royale, B-1000 Brussels, Belgium, info@dokeos.com
  17. ==============================================================================
  18. */
  19. /*
  20. ==============================================================================
  21. This is a language translation file.
  22. This fie provides the language sentences for the Blackboard import tool.
  23. ==============================================================================
  24. */
  25. $langViewCourseMaterialImport = "Bekijk het cursus materiaal zoals het ge&#239;mporteerd zal worden";
  26. $langViewExternalLinksImport = "Bekijk de externe links zoals ze ge&#239;mporteerd worden";
  27. $langViewForumImport = "Bekijk de forums zoals ze ge&#239;mporteerd worden";
  28. $langImportCourseMaterial = "Importeer cursusmateriaal (Blackboard module \"Area Material\")";
  29. $langImportExternalLinks = "Importeer links (Blackboard module \"External Links\")";
  30. $langImportForum = "Importeer forums (Blackboard module \"Discussion Board\")";
  31. $langToolInfo = "This tool imports Blackboard 5.5 areas (Course Material, Discussion Board, and External Links). <br>In the future it will import more modules, Blackboard 6 and WebCT areas, and normal IMS and SCORM packages.";
  32. /*
  33. Import area Material
  34. */
  35. /*
  36. View forum as it will be imported
  37. View area material as it will be imported
  38. View hyperlinks as they will be imported;
  39. */
  40. ?>