moodle/lang/ca/choice.php
2002-11-13 15:23:29 +00:00

18 lines
557 B
PHP
Executable File

<?PHP // $Id$
// choice.php - created with Moodle 1.0.5 beta 1 (2002092500)
$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";
?>