mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
19 lines
553 B
PHP
19 lines
553 B
PHP
<?PHP // $Id$
|
|
// choice.php - created with Moodle 1.0.5 beta 1 (2002092500)
|
|
|
|
|
|
$string['answered'] = "Risposta";
|
|
$string['choice'] = "Scelta \$a";
|
|
$string['choicename'] = "Nome della scelta";
|
|
$string['choicetext'] = "Testo della scelta";
|
|
$string['modulename'] = "Scelta";
|
|
$string['modulenameplural'] = "Scelte";
|
|
$string['notanswered'] = "Ancora nessuna risposta";
|
|
$string['responses'] = "Risposte";
|
|
$string['responsesto'] = "Risposte a \$a";
|
|
$string['savemychoice'] = "Salva la mia scelta";
|
|
$string['viewallresponses'] = "Vedi \$a risposte";
|
|
|
|
?>
|
|
|