moodle/lang/ar/choice.php

18 lines
618 B
PHP

<?PHP // $Id$
#------------------------------------------------------------
$string['modulename'] = "ÇáÇÎÊíÇÑ";
$string['modulenameplural'] = "ÇáÇÎÊíÇÑÇÊ";
#------------------------------------------------------------
$string['answered'] = "ÃÌíÈ Úäå";
$string['choice'] = "ÇÎÊíÇÑ \$a";
$string['choicename'] = "ÇÓã ÇáÇÎÊíÇÑÇÊ";
$string['choicetext'] = "ÇÎÊíÇÑ ÇáäÕ";
$string['notanswered'] = "áã íÌÈ ÚäåÇ ÈÚÏ";
$string['responses'] = "ÅÌÇÈÇÊ";
$string['responsesto'] = "ÅÌÇÈÇÊ áÜ \$a";
$string['savemychoice'] = "ÍÝÙ ÇáÇÎÊíÇÑ";
$string['viewallresponses'] = "ÚÑÖ ÅÌÇÈÇÊ \$a ";
?>