mirror of
https://github.com/moodle/moodle.git
synced 2025-02-22 02:49:53 +01:00
17 lines
771 B
PHP
17 lines
771 B
PHP
|
<?PHP // $Id$
|
|||
|
// questionnaire.php - created with Moodle 1.5 unstable development (2004083000)
|
|||
|
|
|||
|
|
|||
|
$string['alreadyfilled'] = 'J<> respondeu este question<6F>rio. Obrigado pela sua colabora<72><61>o.';
|
|||
|
$string['modulename'] = 'Question<6F>rio';
|
|||
|
$string['modulenameplural'] = 'Question<6F>rios';
|
|||
|
$string['mustcomplete'] = '<b>Dever<65> responder este question<6F>rio <i>agora mesmo</i> para registar as suas respostas. N<>o poder<65> respond<6E>-lo mais tarde</b><br /><br />';
|
|||
|
$string['notavail'] = 'Esse question<6F>rio ainda n<>o est<73> dispon<6F>vel. Por favor tente mais tarde.';
|
|||
|
$string['qmanage'] = 'Gerir Inqu<71>ritos';
|
|||
|
$string['qmanagetitle'] = 'Gest<73>o de Inqu<71>ritos phpESP';
|
|||
|
$string['qtype'] = 'Tipo';
|
|||
|
$string['questionnaireid'] = 'Inqu<71>rito';
|
|||
|
$string['respondenttype'] = 'Tipo de inquerido';
|
|||
|
|
|||
|
?>
|