mirror of
https://github.com/moodle/moodle.git
synced 2025-02-05 15:53:36 +01:00
22 lines
759 B
PHP
22 lines
759 B
PHP
<?PHP // $Id$
|
|
// choice.php - created with Moodle 1.1.1 (2003091111)
|
|
|
|
|
|
$string['answered'] = "Sañemtas atbildes";
|
|
$string['choice'] = "Atbilde \$a";
|
|
$string['choicename'] = "Izvºles nosaukums";
|
|
$string['choicetext'] = "Izvºles teksts";
|
|
$string['modulename'] = "Izvºle";
|
|
$string['modulenameplural'] = "Izvºles";
|
|
$string['notanswered'] = "Nav sañemtas atbildes";
|
|
$string['publish'] = "Rezultàti";
|
|
$string['publishanonymous'] = "Anonïmi";
|
|
$string['publishnames'] = "Pilns variants (paràdït vàrdus un atbildes)";
|
|
$string['publishnot'] = "Neràdït studentiem rezultàtus";
|
|
$string['responses'] = "Atbildes";
|
|
$string['responsesto'] = "Atbildes uz \$a";
|
|
$string['savemychoice'] = "Saglabàt manu izvºli";
|
|
$string['viewallresponses'] = "Skatït \$a atbildes";
|
|
|
|
?>
|