mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
18 lines
554 B
PHP
Executable File
18 lines
554 B
PHP
Executable File
<?PHP // $Id$
|
|
// choice.php - created with Moodle 1.0.8 dev (2002122700)
|
|
|
|
|
|
$string['answered'] = "Contestades";
|
|
$string['choice'] = "Opció \$a";
|
|
$string['choicename'] = "Nom de l'opció";
|
|
$string['choicetext'] = "Text de l'opció";
|
|
$string['modulename'] = "Qüestió";
|
|
$string['modulenameplural'] = "Qüestions";
|
|
$string['notanswered'] = "No contestada encara";
|
|
$string['responses'] = "Respostes";
|
|
$string['responsesto'] = "Respostes per a \$a";
|
|
$string['savemychoice'] = "Guardar la resposta";
|
|
$string['viewallresponses'] = "Veure \$a respostes";
|
|
|
|
?>
|