123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- <?php # $Id: bbimport.inc.php 12502 2007-05-29 08:06:23Z pcool $
- /*
- ==============================================================================
- Dokeos - elearning and area management software
- Copyright (c) 2004 Dokeos S.A.
- Copyright (c) 2003 Ghent University (UGent)
- Copyright (c) 2001 Universite catholique de Louvain (UCL)
- Copyright (c) Roan Embrechts (VUB)
- For a full list of contributors, see "credits.txt".
- The full license can be read in "license.txt".
- This program is free software; you can redistribute it and/or
- modify it under the terms of the GNU General Public License
- as published by the Free Software Foundation; either version 2
- of the License, or (at your option) any later version.
- See the GNU General Public License for more details.
- Contact: Dokeos, 181 rue Royale, B-1000 Brussels, Belgium, info@dokeos.com
- ==============================================================================
- */
- /*
- ==============================================================================
- This is a language translation file.
- This fie provides the language sentences for the Blackboard import tool.
- ==============================================================================
- */
- $langViewCourseMaterialImport = "Bekijk het cursus materiaal zoals het geïmporteerd zal worden";
- $langViewExternalLinksImport = "Bekijk de externe links zoals ze geïmporteerd worden";
- $langViewForumImport = "Bekijk de forums zoals ze geïmporteerd worden";
- $langImportCourseMaterial = "Importeer cursusmateriaal (Blackboard module \"Area Material\")";
- $langImportExternalLinks = "Importeer links (Blackboard module \"External Links\")";
- $langImportForum = "Importeer forums (Blackboard module \"Discussion Board\")";
- $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.";
- /*
- Import area Material
- */
- /*
- View forum as it will be imported
- View area material as it will be imported
- View hyperlinks as they will be imported;
- */
- ?>
|