12345678910111213141516171819202122232425 |
- <?php
- /*
- for more information: see languages.txt in the lang folder.
- */
- $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";
- $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";
- $TotalUser = "Totalt för användaren";
- $AverageTotal = "Genomsnitt totalt";
- ?>
|