Browse Source

[svn r15128] Last DLTT import before beta

Yannick Warnier 17 years ago
parent
commit
5023ab3a07
2 changed files with 2 additions and 0 deletions
  1. 1 0
      main/lang/english/coursebackup.inc.php
  2. 1 0
      main/lang/french/coursebackup.inc.php

+ 1 - 0
main/lang/english/coursebackup.inc.php

@@ -44,4 +44,5 @@ $langCreateBackupInfo = "Create a backup of this course. You can select the cour
 $ToolIntro = "Tool introduction";
 $UploadError = "Upload failed, please check maximum file size limits and folder rights.";
 $DocumentsWillBeAddedToo = "Documents will be added too";
+$ToExportLearnpathWithQuizYouHaveToSelectQuiz = "If you want to export a learning path containing a test, you have to make sure the corresponding tests are included in the export, so you have to select them in the list of tests.";
 ?>

+ 1 - 0
main/lang/french/coursebackup.inc.php

@@ -44,4 +44,5 @@ $langCreateBackupInfo = "Cr
 $ToolIntro = "Introduction";
 $UploadError = "l\'import n\'a pas fonctionné, veuillez vérifier les limites de taille de fichiers autorisée et les permissions de vos dossiers.";
 $DocumentsWillBeAddedToo = "Les documents seront également ajoutés";
+$ToExportLearnpathWithQuizYouHaveToSelectQuiz = "Si vous désirez exporter un parcours d\'apprentissage contenant des exercices, il est nécessaire d\'inclure ces exercices dans l\'export en les sélectionnant dans la liste des exercices.";
 ?>