mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
18 lines
589 B
PHP
18 lines
589 B
PHP
<?PHP // $Id$
|
|
|
|
#------------------------------------------------------------
|
|
$string['modulename'] = "ÇÓÊÈíÇä";
|
|
$string['modulenameplural'] = "ÇÓÊÈíÇäÇÊ";
|
|
#------------------------------------------------------------
|
|
|
|
$string['answered'] = "Answered";
|
|
$string['choice'] = "Choice \$a";
|
|
$string['choicename'] = "Choice name";
|
|
$string['choicetext'] = "Choice text";
|
|
$string['notanswered'] = "Not answered yet";
|
|
$string['responses'] = "Responses";
|
|
$string['responsesto'] = "Responses to \$a";
|
|
$string['savemychoice'] = "Save my choice";
|
|
$string['viewallresponses'] = "View \$a responses";
|
|
?>
|