moodle/lang/ca/choice.php

24 lines
1001 B
PHP
Raw Normal View History

<?PHP // $Id$
2003-08-15 10:56:50 +00:00
// choice.php - created with Moodle 1.1 development (2003081500)
2003-10-01 16:11:37 +00:00
#------------------------------------------------------------
$string['modulename'] = "Q<EFBFBD>esti<EFBFBD>";
$string['modulenameplural'] = "Q<EFBFBD>estions";
#------------------------------------------------------------
$string['answered'] = "Contestades";
$string['choice'] = "Opci<EFBFBD> \$a";
$string['choicename'] = "Nom de l'opci<63>";
$string['choicetext'] = "Text de l'opci<63>";
$string['notanswered'] = "No contestada encara";
2003-10-06 13:04:37 +00:00
$string['publish'] = "Publica els resultats";
$string['publishanonymous'] = "Publica els resultats an<61>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";
2003-08-15 10:56:50 +00:00
$string['responses'] = "Respostes";
$string['responsesto'] = "Respostes per a \$a";
2003-10-06 13:04:37 +00:00
$string['savemychoice'] = "Desa la meva resposta";
2003-08-15 10:56:50 +00:00
$string['viewallresponses'] = "Veure \$a respostes";
2003-06-09 10:05:10 +00:00
?>