moodle/lang/sr_utf8/choice.php
2004-06-16 13:07:45 +00:00

25 lines
1.4 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<?PHP // $Id$
// choice.php - created with Moodle 1.2 development (2003111400)
$string['answered'] = 'Одговорено';
$string['choice'] = 'Избор $a';
$string['choicename'] = 'Име избора';
$string['choicetext'] = 'Текст избора';
$string['modulename'] = 'Избор';
$string['modulenameplural'] = 'Избори';
$string['mustchooseone'] = 'Морате изабрати одговор прије него што га сачувате. Ништа није сачувано.';
$string['notanswered'] = 'Још није одговорено';
$string['publish'] = 'Објавите резултате';
$string['publishanonymous'] = 'Објавите резултате анонимно, не приказујте имена студената';
$string['publishnames'] = 'Објавите комплетне резултате, са приказом имена и њихових избора';
$string['publishnot'] = 'Не објављујте резултате студентима';
$string['responses'] = 'Одговори';
$string['responsesto'] = 'Одговори за $a';
$string['savemychoice'] = 'Сачувај мој избор';
$string['showunanswered'] = 'Прикажи колону за неодговорено';
$string['viewallresponses'] = 'Погледајте $a одговоре';
?>