coursebackup.inc.php 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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 the course components";
  6. $langCreateFullBackup = "Create a complete backup of this course";
  7. $langCreateBackup = "create a backup";
  8. $langBackupCreated = "The backup of this course 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. $langLinks = "Links";
  16. $langDocuments = "Documents";
  17. $langForums = "Forums";
  18. $langTests = "Tests";
  19. $langLearnpaths = "Learnpaths";
  20. $langCopyCourse = "Copy course";
  21. $langSelectItemsToCopy = "Select items to copy";
  22. $langCopyFinished = "Copying is finished";
  23. $langFullRecycle = "Full recycle";
  24. $langRecycleCourse = "Recycle course";
  25. $langRecycleFinished = "Recycle is finished";
  26. $langAll = "All";
  27. $langNone = "none";
  28. $langRecycleWarning = "Warning: by using this tool, you will delete some parts of your course. This can\'t be undone. We advice you to make a <a href=\"create_backup.php\">backup</a> before using this recycle tool.";
  29. $langSameFilename = "What should be done with imported files with the same file name as existing files?";
  30. $langSameFilenameSkip = "Skip same file name";
  31. $langSameFilenameRename = "Rename file (eg file.pdf becomes file_1.pdf)";
  32. $langSameFilenameOverwrite = "Overwrite file";
  33. $langSelectDestinationCourse = "Select destination course";
  34. $langFullCopy = "Full copy";
  35. $langCourseDescription = "Course description";
  36. $langNoResourcesToBackup = "There are no resources to backup";
  37. $langNoResourcesInBackupFile = "There are no resources in backup file";
  38. $langSelectResources = "Select resources";
  39. $langNoResourcesToRecycles = "There are no resources to recycle";
  40. $langIncludeQuestionPool = "Include questions pool";
  41. $langLocalFile = "local file";
  42. $langServerFile = "server file";
  43. $langNoBackupsAvailable = "no backup is available";
  44. $langNoDestinationCoursesAvailable = "No destination course available";
  45. $langBackup = "Backup";
  46. $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.";
  47. $langCreateBackupInfo = "Create a backup of this course. You can select the course contents to put in the backup file.";
  48. $ToolIntro = "Tool introduction";
  49. ?>