mirror of
https://github.com/moodle/moodle.git
synced 2025-02-05 15:53:36 +01:00
24 lines
874 B
PHP
24 lines
874 B
PHP
|
<?PHP // $Id$
|
|||
|
// workshop.php - created with Moodle 1.1 development (2003072800)
|
|||
|
|
|||
|
|
|||
|
$string['absent'] = 'Ausente';
|
|||
|
$string['accumulative'] = 'Acumulativo';
|
|||
|
$string['action'] = 'A<><41>o';
|
|||
|
$string['addacomment'] = 'Adicionar coment<6E>rio';
|
|||
|
$string['afterdeadline'] = 'Depois do prazo final: $a';
|
|||
|
$string['agreetothisassessment'] = 'Concordar com esta avalia<69><61>o';
|
|||
|
$string['allgradeshaveamaximumof'] = 'Todas as notas tem um m<>ximo de: $a';
|
|||
|
$string['allowresubmit'] = 'Permitir novo envio';
|
|||
|
$string['alreadyinphase'] = 'J<> est<73> na fase: $a';
|
|||
|
$string['edit'] = 'Editar';
|
|||
|
$string['editacomment'] = 'Editar coment<6E>rio';
|
|||
|
$string['editingassessmentelements'] = 'Editar elementos da avalia<69><61>o';
|
|||
|
$string['element'] = 'Elemento';
|
|||
|
$string['elementweight'] = 'Peso do elemento';
|
|||
|
$string['errortable'] = 'Tabela de erros';
|
|||
|
$string['excellent'] = 'Excelente';
|
|||
|
$string['good'] = 'Bom';
|
|||
|
|
|||
|
?>
|