moodle/lang/ca/choice.php
2002-12-29 16:23:48 +00:00

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";
?>