moodle/lang/ca/choice.php

18 lines
554 B
PHP
Raw Normal View History

<?PHP // $Id$
// choice.php - created with Moodle 1.0.8 dev (2002122700)
$string['answered'] = "Contestades";
$string['choice'] = "Opci<EFBFBD> \$a";
$string['choicename'] = "Nom de l'opci<63>";
$string['choicetext'] = "Text de l'opci<63>";
$string['modulename'] = "Q<EFBFBD>esti<EFBFBD>";
$string['modulenameplural'] = "Q<EFBFBD>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";
?>