moodle/lang/bg/questionnaire.php
2005-01-06 20:44:56 +00:00

17 lines
787 B
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.

<?PHP // $Id$
// questionnaire.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005010100)
$string['alreadyfilled'] = 'Вече сте попълнили този въпросник. Благодарим ви за проявения интерес.';
$string['modulename'] = 'Въпросник';
$string['modulenameplural'] = 'Въпросници';
$string['mustcomplete'] = '<b>За да можете да запишете резултатите си, трябва да отговорите на въпросника <i>сега</i>. Нямате възможност да довършите по-късно</b><br /><br />';
$string['notavail'] = 'Този въпросник все още не е достъпен. Опитайте пак по-късно.';
$string['qmanage'] = 'Управление на приучванията';
$string['qmanagetitle'] = 'phpESP - uправление на приучванията';
$string['qtype'] = 'Тип';
$string['questionnaireid'] = 'Проучване';
$string['respondenttype'] = 'Тип на респондента';
?>