moodle/lang/sq/choice.php

24 lines
1.0 KiB
PHP
Raw Normal View History

2004-11-12 17:09:51 +00:00
<?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<6E> p<>rgjigje para se ta ruash. Nuk <20>sht<68> taujtur asgj<67>.';
$string['notanswered'] = 'Akoma asnj<6E> p<>rgjigje';
$string['publish'] = 'Publiko rezultatet';
$string['publishanonymous'] = 'Publiko rezultatet n<> form<72> anonime. Mos trego emrat e student<6E>ve.';
$string['publishnames'] = 'Publiko rezultatet n<> m<>nyr<79> komplete me emrat dhe p<>rgjigjet respektive.';
$string['publishnot'] = 'Mos ua publiko rezulatatet student<6E>ve.';
$string['responses'] = 'P<>rgjigjet';
$string['responsesto'] = 'P<>rgjigjet e $a';
$string['savemychoice'] = 'Ruaj p<>rgjigjen time';
$string['showunanswered'] = 'Trego kollon<6F>n e mosp<73>rgjigjeve';
$string['viewallresponses'] = 'Shiko $a p<>rgjigjet';
?>