mirror of
https://github.com/moodle/moodle.git
synced 2025-02-06 00:05:43 +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<EFBFBD>emtas atbildes";
|
|||
|
$string['choice'] = "Atbilde \$a";
|
|||
|
$string['choicename'] = "Izv<EFBFBD>les nosaukums";
|
|||
|
$string['choicetext'] = "Izv<EFBFBD>les teksts";
|
|||
|
$string['modulename'] = "Izv<EFBFBD>le";
|
|||
|
$string['modulenameplural'] = "Izv<EFBFBD>les";
|
|||
|
$string['notanswered'] = "Nav sa<73>emtas atbildes";
|
|||
|
$string['publish'] = "Rezult<EFBFBD>ti";
|
|||
|
$string['publishanonymous'] = "Anon<EFBFBD>mi";
|
|||
|
$string['publishnames'] = "Pilns variants (par<61>d<EFBFBD>t v<>rdus un atbildes)";
|
|||
|
$string['publishnot'] = "Ner<EFBFBD>d<EFBFBD>t studentiem rezult<6C>tus";
|
|||
|
$string['responses'] = "Atbildes";
|
|||
|
$string['responsesto'] = "Atbildes uz \$a";
|
|||
|
$string['savemychoice'] = "Saglab<EFBFBD>t manu izv<7A>li";
|
|||
|
$string['viewallresponses'] = "Skat<EFBFBD>t \$a atbildes";
|
|||
|
|
|||
|
?>
|