mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
18 lines
519 B
PHP
18 lines
519 B
PHP
<?PHP // $Id$
|
|
// choice.php - created with Moodle 1.0.7 (2002121000)
|
|
|
|
|
|
$string['answered'] = "ÃÌíÈ Úäå";
|
|
$string['choice'] = "ÇÎÊíÇÑ \$a";
|
|
$string['choicename'] = "ÇÓã ÇáÇÎÊíÇÑ";
|
|
$string['choicetext'] = "äÕ ÇáÇÎÊíÇÑ";
|
|
$string['modulename'] = "ÇáÇÎÊíÇÑ";
|
|
$string['modulenameplural'] = "ÇáÇÎÊíÇÑÇÊ";
|
|
$string['notanswered'] = "áã íÌÈ ÚäåÇ ÈÚÏ";
|
|
$string['responses'] = "ÅÌÇÈÇÊ";
|
|
$string['responsesto'] = "ÅÌÇÈÇÊ áÜ \$a";
|
|
$string['savemychoice'] = "ÍÝÙ ÇáÇÎÊíÇÑ";
|
|
$string['viewallresponses'] = "ÚÑÖ ÅÌÇÈÇÊ \$a ";
|
|
|
|
?>
|