moodle/lang/bg/choice.php
2004-10-09 20:32:42 +00:00

34 lines
1.4 KiB
PHP

<?PHP // $Id$
// choice.php - created with Moodle 1.4.1+ (2004083101)
$string['allowupdate'] = 'Âúçìîæíîñò çà ïðîìÿíà íà èçáîðà';
$string['answered'] = 'Äåäåí å îòãîâîð';
$string['choice'] = 'Àíêåòà \'$a\'';
$string['choiceclose'] = 'Äî';
$string['choicename'] = 'Èìå';
$string['choiceopen'] = 'Îòâîðåíà';
$string['choicetext'] = 'Òåêñò';
$string['havetologin'] = 'Íå ìîæåòå äà ãëàñóâàòå!';
$string['modulename'] = 'Àíêåòà';
$string['modulenameplural'] = 'Àíêåòè';
$string['mustchooseone'] = 'Ïðåäè äà ãëàñóâàòå, òðÿáâà äà èçáåðåòå îòãîâîð!';
$string['notanswered'] = 'Íåîòãîâîðèëè';
$string['notopenyet'] = 'Ñúæàëÿâàìå, íî òîâà óïðàæíåíèå íå å äîñòúïíî ïðåäè $a.';
$string['privacy'] = 'Íåïðèêîñíîâåííîñò íà ðåçóëòàòèòå';
$string['publish'] = 'Ïóáëèêóâàíå íà ðåçóëòàòèòå';
$string['publishafteranswer'] = 'Ïîêàçâàíå íà ðåçóëòèòå, ñëåä ãëàñóâàíå';
$string['publishafterclose'] = 'Ïîêàçâàíå ðåçóëòàòèòå, ñëåä çàòâîðÿíå íà àíêåòàòà';
$string['publishalways'] = 'Ïîêàçâàíå íà ðåçóëòàòèòå';
$string['publishanonymous'] = 'Àíîíèìíî ãëàñóâàíå';
$string['publishnames'] = 'Ïîèìåííî ãëàñóâàíå';
$string['publishnot'] = 'Íåïîêàçâàíå íà ðåçóëòàòèòå';
$string['responses'] = 'Ãëàñîâå';
$string['responsesto'] = 'Îòãîâîðè íà $a';
$string['savemychoice'] = 'Ãëàñóâàíå';
$string['showunanswered'] = 'Êîëîíà ñ íåîòãîâîðèëèòå';
$string['timerestrict'] = 'Âðåìåâè ïåðèîä';
$string['viewallresponses'] = 'Ïðåãëåä íà îòãîâîðèòå ($a áð.)';
?>