mirror of
https://github.com/moodle/moodle.git
synced 2025-01-21 07:28:31 +01:00
22 lines
936 B
PHP
22 lines
936 B
PHP
|
<?PHP // $Id$
|
|||
|
// choice.php - created with Moodle 1.0.8.1 (2003011200)
|
|||
|
|
|||
|
|
|||
|
$string['answered'] = "Bifate";
|
|||
|
$string['choice'] = "Op<EFBFBD>iunea \$a";
|
|||
|
$string['choicename'] = "Nume formular evaluare";
|
|||
|
$string['choicetext'] = "Text formular evaluare";
|
|||
|
$string['modulename'] = "Formular evaluare";
|
|||
|
$string['modulenameplural'] = "Op<EFBFBD>iuni";
|
|||
|
$string['notanswered'] = "Nu a fost rezolvat <20>nc<6E>";
|
|||
|
$string['publish'] = "Public<EFBFBD> rezultatele";
|
|||
|
$string['publishanonymous'] = "Public<EFBFBD> rezultatele <20>n mod anonim, nu ar<61>ta numele studentului";
|
|||
|
$string['publishnames'] = "Public<EFBFBD> rezultatele, ar<61>t<EFBFBD>nd numele studen<65>ilor <20>i ceea ce au ales";
|
|||
|
$string['publishnot'] = "Nu pune la dispozi<7A>ia studen<65>ilor rezultatele";
|
|||
|
$string['responses'] = "R<EFBFBD>spunsuri";
|
|||
|
$string['responsesto'] = "R<EFBFBD>spunsuri la \$a";
|
|||
|
$string['savemychoice'] = "Salveaz<EFBFBD> formularul meu de evaluare";
|
|||
|
$string['viewallresponses'] = "Arat<EFBFBD> r<>spunsurile studentului \$a";
|
|||
|
|
|||
|
?>
|