gradebook.inc.php 705 B

12345678910111213141516171819202122232425
  1. <?php
  2. /*
  3. for more information: see languages.txt in the lang folder.
  4. */
  5. $AddResult = "Lägg till resultat";
  6. $ExportPDF = "Exportera till PDF";
  7. $Print = "Skriv ut";
  8. $ChooseOrientation = "Välj orientering";
  9. $Portrait = "Stående";
  10. $Landscape = "Liggande";
  11. $DeleteAll = "Ta bort alla";
  12. $ViewResult = "Visa resultat";
  13. $AddStudent = "Lägg till användare";
  14. $Location = "Plats";
  15. $FileType = "Filtyp";
  16. $ExampleCSVFile = "CSV-filexempel";
  17. $ExampleXMLFile = "XML-filexempel";
  18. $IgnoreErrors = "Ignorera fel";
  19. $LinkAdded = "Länk tillagd";
  20. $LinkDeleted = "Länk borttagen";
  21. $Average = "Genomsnitt";
  22. $ViewStatistics = "Visa statistik";
  23. $TotalUser = "Totalt för användaren";
  24. $AverageTotal = "Genomsnitt totalt";
  25. ?>