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.
29 lines
841 B
29 lines
841 B
<?php
|
|
/*
|
|
for more information: see languages.txt in the lang folder.
|
|
*/
|
|
$DokeosLearningPaths = "Utbildningsväg";
|
|
$AddResult = "Lägg till resultat";
|
|
$ExportPDF = "Exportera till PDF";
|
|
$Print = "Skriv ut";
|
|
$ChooseOrientation = "Välj orientering";
|
|
$Portrait = "Stående";
|
|
$Landscape = "Liggande";
|
|
$DeleteAll = "Ta bort alla";
|
|
$ViewResult = "Visa resultat";
|
|
$AddStudent = "Lägg till användare";
|
|
$Score = "Presterat";
|
|
$Location = "Plats";
|
|
$FileType = "Filtyp";
|
|
$ExampleCSVFile = "CSV-filexempel";
|
|
$ExampleXMLFile = "XML-filexempel";
|
|
$IgnoreErrors = "Ignorera fel";
|
|
$LinkAdded = "Länk tillagd";
|
|
$LinkDeleted = "Länk borttagen";
|
|
$Average = "Genomsnitt";
|
|
$ViewStatistics = "Visa statistik";
|
|
$ResultAdded = "Resultat tillagd";
|
|
$TotalUser = "Totalt för användaren";
|
|
$AverageTotal = "Genomsnitt totalt";
|
|
$ResultDeleted = "Resultat raderat";
|
|
?>
|