moodle/lang/ar/choice.php
2002-12-24 13:31:33 +00:00

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