mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 02:46:40 +02:00
21 lines
779 B
PHP
21 lines
779 B
PHP
<?PHP // $Id$
|
|
// choice.php - created with Moodle 1.2 development (2003110400)
|
|
|
|
|
|
$string['answered'] = "ÃÌíÈ Úäå";
|
|
$string['choice'] = "ÇÎÊíÇÑ \$a";
|
|
$string['choicename'] = "ÇÓã ÇáÇÎÊíÇÑ";
|
|
$string['choicetext'] = "äÕ ÇáÇÎÊíÇÑ";
|
|
$string['modulename'] = "ÇáÇÎÊíÇÑ";
|
|
$string['modulenameplural'] = "ÇáÇÎÊíÇÑÇÊ";
|
|
$string['notanswered'] = "áã íÌÈ ÚäåÇ ÈÚÏ";
|
|
$string['publish'] = "ÃäÔÑ ÇáäÊÇÆÌ";
|
|
$string['publishanonymous'] = "ÃäÔÑ ÇáäÊÇÆÌ ãÈåãå æáÇ ÊÚÑÖ ÇÓãÇÁ ÇáØáÇÈ";
|
|
$string['publishnames'] = "ÃäÔÑ ÇáäÊÇÆÌ ßÇãáÉ ãÚ ÚÑÖ ÃÓãÇÁ ÇáØáÇÈ";
|
|
$string['publishnot'] = "áÇ ÊäÔÑ ÇáäÊÇÆÌ ááØáÇÈ";
|
|
$string['responses'] = "ÅÌÇÈÇÊ";
|
|
$string['responsesto'] = "ÅÌÇÈÇÊ áÜ \$a";
|
|
$string['savemychoice'] = "ÍÝÙ ÇáÇÎÊíÇÑ";
|
|
$string['viewallresponses'] = "ÚÑÖ ÅÌÇÈÇÊ \$a ";
|
|
|
|
?>
|