scorm.inc.php 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?php // $Id: scorm.inc.php 1996 2004-07-07 14:53:05Z olivierb78 $
  2. /*
  3. ----------------------------------------------------------------------
  4. Dokeos - elearning and espacee management software
  5. Copyright (c) 2004 Dokeos S.A.
  6. Copyright (c) Denes Nagy (darkden@freemail.hu)
  7. For a full list of contributors, see "credits.txt".
  8. The full license can be read in "license.txt".
  9. This program is free software; you can redistribute it and/or
  10. modify it under the terms of the GNU General Public License
  11. as published by the Free Software Foundation; either version 2
  12. of the License, or (at your option) any later version.
  13. See the GNU General Public License for more details.
  14. Contact: Dokeos, 181 rue Royale, B-1000 Brussels, Belgium, info@dokeos.com
  15. ----------------------------------------------------------------------
  16. -----
  17. This file contains the words only for the Scorm Player and not for all Scorm realted issues.
  18. -----
  19. */
  20. //$langScormLoggedout="Vous avez été déconnecté de Dokeos. Cette fenêtre va maintenant se fermer.";
  21. $langScormTitle="Navigateur Scorm de Dokeos";
  22. //$langScormCloseWindow="Voulez-vous réellement terminer?";
  23. $langScormMystatus="Mon statut";
  24. $langScormCompstatus="Complété";
  25. $langScormIncomplete="Incomplète";
  26. $langScormPassed="Réussi";
  27. $langScormFailed="Raté";
  28. $langScormPrevious="Pr&eacute;c&eacute;dent";
  29. $langScormNext="Suivant";
  30. $langScormRestart="Redémarrer";
  31. //$langScormClose="Fermer";
  32. $langScormThisStatus="Cette leçon est maintenant";
  33. $langScormClose="Terminer";
  34. $langScormToEnter="Pour entrer dans ";
  35. $langScormFirstNeedTo="vous devez d'abord terminer";
  36. //this two together will be like this : To enter xxx-lesson you need first accomplish yyy-lesson.
  37. //in contents.php
  38. $langScormLessonTitle="Titre de la leçon";
  39. $langScormStatus="Statut";
  40. $langScormScore="Points";
  41. $langScormTime="Temps";
  42. $langScormVersion="version";
  43. $langScormRestarted="Toutes les leçons sont mainenant non-complétées.";
  44. $langScormNoNext="Ceci est la dernière leçon.";
  45. $langScormNoPrev="Ceci est la première leçon.";
  46. $langScormNoStatus="Dans des contenus Scorm version 1.1, statut n'est pas supporté du tout.";
  47. ?>