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.
19 lines
592 B
19 lines
592 B
<?php
|
|
/*
|
|
for more information: see languages.txt in the lang folder.
|
|
*/
|
|
$langScormTime = "Aika";
|
|
$langScormScore = "Tulos";
|
|
$langScormClose = "Sulje";
|
|
$langScormRestart = "Aloita alusta";
|
|
$langScormCompstatus = "Valmis";
|
|
$langScormIncomplete = "Kesken";
|
|
$langScormPrevious = "Edellinen";
|
|
$langScormNext = "Seuraava";
|
|
$langScormMystatus = "Tilastoni";
|
|
$langScormCloseWindow = "Sulje ikkuna";
|
|
$langScormExitFullScreen = "Palaa normaaliin näyttöön";
|
|
$langScormFullScreen = "Koko näyttö";
|
|
$langScormNotAttempted = "Aloittamatta";
|
|
$langAccomplishedStepsTotal = "Suoritetut osat yhteensä";
|
|
?>
|