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/slovak/exercice.inc.php

15 lines
450 B

<?php /*
for more information: see languages.txt in the lang folder.
*/
$langExercice = "Test";
$langActivate = "Povoli&#357;";
$langDeactivate = "Zakáza&#357;";
$langNewEx = "Nový test";
$langQuestion = "Otázka";
$langQuestions = "Otázky";
$langYourResults = "Vaše výsledky";
$langQuestionPool = "Zásobník otázok";
$langExpectedChoice = "O&#269;akávaná vo&#318;ba";
$langYourTotalScore = "Vaše celkové skóre je";
$langChoice = "Vaša vo&#318;ba";
?>