mirror of
https://github.com/moodle/moodle.git
synced 2025-02-02 14:19:07 +01:00
24 lines
1.0 KiB
PHP
24 lines
1.0 KiB
PHP
<?PHP // $Id$
|
|
// choice.php - created with Moodle 1.2.1 (2004032500)
|
|
|
|
|
|
$string['answered'] = 'Përgjigjur';
|
|
$string['choice'] = 'Pyetja $a';
|
|
$string['choicename'] = 'Emri i pyetjes';
|
|
$string['choicetext'] = 'Teksti i pyetjes';
|
|
$string['modulename'] = 'Pyetja';
|
|
$string['modulenameplural'] = 'Pyetjest';
|
|
$string['mustchooseone'] = 'Duhet zgjedhur një përgjigje para se ta ruash. Nuk është taujtur asgjë.';
|
|
$string['notanswered'] = 'Akoma asnjë përgjigje';
|
|
$string['publish'] = 'Publiko rezultatet';
|
|
$string['publishanonymous'] = 'Publiko rezultatet në formë anonime. Mos trego emrat e studentëve.';
|
|
$string['publishnames'] = 'Publiko rezultatet në mënyrë komplete me emrat dhe përgjigjet respektive.';
|
|
$string['publishnot'] = 'Mos ua publiko rezulatatet studentëve.';
|
|
$string['responses'] = 'Përgjigjet';
|
|
$string['responsesto'] = 'Përgjigjet e $a';
|
|
$string['savemychoice'] = 'Ruaj përgjigjen time';
|
|
$string['showunanswered'] = 'Trego kollonën e mospërgjigjeve';
|
|
$string['viewallresponses'] = 'Shiko $a përgjigjet';
|
|
|
|
?>
|