Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/main/lang/norwegian/coursebackup.inc.php

51 lines
1.5 KiB

<?php
/*
for more information: see languages.txt in the lang folder.
*/
$langSelectOptionForBackup = "";
$langLetMeSelectItems = "";
$langCreateFullBackup = "";
$langCreateBackup = "Opprett en sikkerhetskopi";
$langBackupCreated = "";
$langSelectBackupFile = "velg en sikkerhetskopifil";
$langImportBackup = "Importer sikkerhetskopi";
$langImportFullBackup = "Importer full sikkerhetskopi";
$langImportFinished = "Import fullført";
$langEvents = "Hendelser";
$langAnnouncements = "";
$langDocuments = "Dokumenter";
$langTests = "";
$langLearnpaths = "";
$langCopyCourse = "";
$langSelectItemsToCopy = "";
$langCopyFinished = "";
$langFullRecycle = "";
$langRecycleCourse = "";
$langRecycleFinished = "";
$langRecycleWarning = "";
$langSameFilename = "";
$langSameFilenameSkip = "";
$langSameFilenameRename = "";
$langSameFilenameOverwrite = "";
$langSelectDestinationCourse = "";
$langFullCopy = "";
$langCourseDescription = "Kursbeskrivelse";
$langNoResourcesToBackup = "";
$langNoResourcesInBackupFile = "";
$langSelectResources = "";
$langNoResourcesToRecycles = "";
$langIncludeQuestionPool = "";
$langLocalFile = "";
$langServerFile = "";
$langNoBackupsAvailable = "";
$langNoDestinationCoursesAvailable = "";
$langBackup = "";
$langImportBackupInfo = "";
$langCreateBackupInfo = "";
$ToolIntro = "";
$UploadError = "";
$DocumentsWillBeAddedToo = "";
$ToExportLearnpathWithQuizYouHaveToSelectQuiz = "";
$ArchivesDirectoryNotWriteableContactAdmin = "";
$DestinationCourse = "";
?>