mirror of
https://github.com/moodle/moodle.git
synced 2025-01-20 23:18:43 +01:00
22 lines
888 B
PHP
22 lines
888 B
PHP
<?PHP // $Id$
|
|
// choice.php - created with Moodle 1.1 (2003082800)
|
|
|
|
|
|
$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 απαντήσεις";
|
|
|
|
?>
|