12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <?php /*
- for more information: see languages.txt in the lang folder.
- */
- $langSelectOptionForBackup = "Please select a backup-option.";
- $langLetMeSelectItems = "Let me select the course components";
- $langCreateFullBackup = "Create a complete backup of this course";
- $langCreateBackup = "create a backup";
- $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";
- $langSelectBackupFile = "select a backup file";
- $langImportBackup = "Import backup";
- $langImportFullBackup = "Import full backup";
- $langImportFinished = "Import finished";
- $langEvents = "Events";
- $langAnnouncements = "Announcements";
- $langLinks = "Links";
- $langDocuments = "Documents";
- $langForums = "Forums";
- $langTests = "Tests";
- $langLearnpaths = "Learnpaths";
- $langCopyCourse = "Copy course";
- $langSelectItemsToCopy = "Select items to copy";
- $langCopyFinished = "Copying is finished";
- $langFullRecycle = "Full recycle";
- $langRecycleCourse = "Recycle course";
- $langRecycleFinished = "Recycle is finished";
- $langAll = "All";
- $langNone = "none";
- $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.";
- $langSameFilename = "What should be done with imported files with the same file name as existing files?";
- $langSameFilenameSkip = "Skip same file name";
- $langSameFilenameRename = "Rename file (eg file.pdf becomes file_1.pdf)";
- $langSameFilenameOverwrite = "Overwrite file";
- $langSelectDestinationCourse = "Select destination course";
- $langFullCopy = "Full copy";
- $langCourseDescription = "Course description";
- $langNoResourcesToBackup = "There are no resources to backup";
- $langNoResourcesInBackupFile = "There are no resources in backup file";
- $langSelectResources = "Select resources";
- $langNoResourcesToRecycles = "There are no resources to recycle";
- $langIncludeQuestionPool = "Include questions pool";
- $langLocalFile = "local file";
- $langServerFile = "server file";
- $langNoBackupsAvailable = "no backup is available";
- $langNoDestinationCoursesAvailable = "No destination course available";
- $langBackup = "Backup";
- $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.";
- $langCreateBackupInfo = "Create a backup of this course. You can select the course contents to put in the backup file.";
- $ToolIntro = "Tool introduction";
- ?>
|