coursebackup.inc.php 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <?php /*
  2. for more information: see languages.txt in the lang folder.
  3. */
  4. $langSelectOptionForBackup = "Please select a backup-option.";
  5. $langLetMeSelectItems = "Let me select learning objects";
  6. $langCreateFullBackup = "Create a complete backup of this training";
  7. $langCreateBackup = "Create a backup";
  8. $langBackupCreated = "The backup has been created. The download of this file will start in a few moments. If your download does not start, click the following link";
  9. $langSelectBackupFile = "select a backup file";
  10. $langImportBackup = "Import backup";
  11. $langImportFullBackup = "Import full backup";
  12. $langImportFinished = "Import finished";
  13. $langEvents = "Events";
  14. $langAnnouncements = "Announcements";
  15. $langDocuments = "Documents";
  16. $langTests = "Tests";
  17. $langLearnpaths = "Courses";
  18. $langCopyCourse = "Copy training";
  19. $langSelectItemsToCopy = "Select learning objects to copy";
  20. $langCopyFinished = "Copying is finished";
  21. $langFullRecycle = "Delete everything";
  22. $langRecycleCourse = "Empty this training";
  23. $langRecycleFinished = "Recycle is finished";
  24. $langRecycleWarning = "Warning: using this tool, you will delete learning objects in your training. There is no UNDO possible. We advise you to create a <a href=\"create_backup.php\">backup</a> before.";
  25. $langSameFilename = "What should be done with imported files with the same file name as existing files?";
  26. $langSameFilenameSkip = "Skip same file name";
  27. $langSameFilenameRename = "Rename file (eg file.pdf becomes file_1.pdf)";
  28. $langSameFilenameOverwrite = "Overwrite file";
  29. $langSelectDestinationCourse = "Select target training";
  30. $langFullCopy = "Full copy";
  31. $langCourseDescription = "Training description";
  32. $langNoResourcesToBackup = "There are no resources to backup";
  33. $langNoResourcesInBackupFile = "There are no resources in backup file";
  34. $langSelectResources = "Select resources";
  35. $langNoResourcesToRecycles = "There are no resources to recycle";
  36. $langIncludeQuestionPool = "Include questions pool";
  37. $langLocalFile = "local file";
  38. $langServerFile = "server file";
  39. $langNoBackupsAvailable = "no backup is available";
  40. $langNoDestinationCoursesAvailable = "No destination training available";
  41. $langBackup = "Backup";
  42. $langImportBackupInfo = "Import a backup. You will be able to upload a backup file from you local drive or you can use a backup file available on the server.";
  43. $langCreateBackupInfo = "Create a backup. You can select the learning objects to integrate in the backup file. ";
  44. $ToolIntro = "Tool introduction";
  45. $UploadError = "Upload failed, please check maximum file size limits and folder rights.";
  46. $DocumentsWillBeAddedToo = "Documents will be added too";
  47. $ToExportLearnpathWithQuizYouHaveToSelectQuiz = "If you want to export a course 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.";
  48. $ArchivesDirectoryNotWriteableContactAdmin = "The archives directory, used by this tool, is not writeable. Please contact your platform administrator.";
  49. $DestinationCourse = "Target training";
  50. ?>