mirror of
https://github.com/moodle/moodle.git
synced 2025-01-24 17:18:28 +01:00
22 lines
755 B
PHP
22 lines
755 B
PHP
<?PHP // $Id$
|
|
// choice.php - created with Moodle 1.2 development (2003121500)
|
|
|
|
|
|
$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 ';
|
|
|
|
?>
|