mirror of
https://github.com/moodle/moodle.git
synced 2025-02-10 10:41:57 +01:00
24 lines
906 B
PHP
24 lines
906 B
PHP
<?PHP // $Id$
|
|
// choice.php - created with Moodle 1.3.1 (2004052501)
|
|
|
|
|
|
$string['answered'] = 'Odgovorjen';
|
|
$string['choice'] = 'Izbira $a';
|
|
$string['choicename'] = 'Ime izbire';
|
|
$string['choicetext'] = 'Tekst izbire';
|
|
$string['modulename'] = 'Glasovanje';
|
|
$string['modulenameplural'] = 'Glasovanja';
|
|
$string['mustchooseone'] = 'Izbrati morate odgovor. Niè ni shranjeno';
|
|
$string['notanswered'] = 'Ni odgovora';
|
|
$string['publish'] = 'Prikaži rezultate';
|
|
$string['publishanonymous'] = 'Prikaži vse rezultate anonimno';
|
|
$string['publishnames'] = 'Prikaži vse rezultate, vkljuèno z imeni in odgovori';
|
|
$string['publishnot'] = 'Ne prikaži rezultatov študentom';
|
|
$string['responses'] = 'Odgovori';
|
|
$string['responsesto'] = 'Odgovori na $a';
|
|
$string['savemychoice'] = 'Shrani izbiro';
|
|
$string['showunanswered'] = 'Prikaži stolpec za neodgovorjene';
|
|
$string['viewallresponses'] = 'Prikaz $a odgovorov';
|
|
|
|
?>
|