mirror of
https://github.com/moodle/moodle.git
synced 2025-01-23 16:48:36 +01:00
24 lines
1001 B
PHP
Executable File
24 lines
1001 B
PHP
Executable File
<?PHP // $Id$
|
|
// choice.php - created with Moodle 1.1 development (2003081500)
|
|
|
|
#------------------------------------------------------------
|
|
$string['modulename'] = "Qüestió";
|
|
$string['modulenameplural'] = "Qüestions";
|
|
#------------------------------------------------------------
|
|
|
|
$string['answered'] = "Contestades";
|
|
$string['choice'] = "Opció \$a";
|
|
$string['choicename'] = "Nom de l'opció";
|
|
$string['choicetext'] = "Text de l'opció";
|
|
$string['notanswered'] = "No contestada encara";
|
|
$string['publish'] = "Publica els resultats";
|
|
$string['publishanonymous'] = "Publica els resultats anònimament, sense mostrar els noms dels estudiants";
|
|
$string['publishnames'] = "Publica els resultats complets, amb els noms dels estudiants i llurs respostes";
|
|
$string['publishnot'] = "No publiquis els resultats";
|
|
$string['responses'] = "Respostes";
|
|
$string['responsesto'] = "Respostes per a \$a";
|
|
$string['savemychoice'] = "Desa la meva resposta";
|
|
$string['viewallresponses'] = "Veure \$a respostes";
|
|
|
|
?>
|