moodle/lang/ar/choice.php
2002-10-30 02:09:19 +00:00

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";
?>