coursebackup.inc.php 3.2 KB

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