mirror of
https://github.com/moodle/moodle.git
synced 2025-02-22 19:06:51 +01:00
38 lines
1.5 KiB
PHP
38 lines
1.5 KiB
PHP
|
<?PHP // $Id$
|
|||
|
// scorm.php - created with Moodle 1.3 Stable (001) (2004052500)
|
|||
|
|
|||
|
|
|||
|
$string['autocontinue'] = 'Continua<75><61>o Autom<6F>tica';
|
|||
|
$string['browse'] = 'Visitar';
|
|||
|
$string['browsed'] = 'Visto';
|
|||
|
$string['browsemode'] = 'Modalidade di visita ao curso';
|
|||
|
$string['chooseapacket'] = 'Escolher ou atualizar um pacote SCORM';
|
|||
|
$string['completed'] = 'Completado';
|
|||
|
$string['coursepacket'] = 'Pacote do curso';
|
|||
|
$string['coursestruct'] = 'Estrutura do curso';
|
|||
|
$string['datadir'] = 'Erro no filesystem:n<>o <20> poss<73>vel criar um diret<65>rio para os dados do curso';
|
|||
|
$string['entercourse'] = 'Iniciar';
|
|||
|
$string['failed'] = 'Falhou';
|
|||
|
$string['incomplete'] = 'Incompleto';
|
|||
|
$string['mode'] = 'Modalidade';
|
|||
|
$string['modulename'] = 'Scorm';
|
|||
|
$string['modulenameplural'] = 'Scorms';
|
|||
|
$string['next'] = 'Pr<50>xima';
|
|||
|
$string['nomanifest'] = 'O manifesto n<>o foi encontrado';
|
|||
|
$string['noreports'] = 'Nenhum relat<61>rio dispon<6F>vel';
|
|||
|
$string['normal'] = 'Normal';
|
|||
|
$string['notattempted'] = 'Nenhuma tentativa';
|
|||
|
$string['packagedir'] = 'Erro no filesystem: n<>o <20> poss<73>vel criar um diret<65>rio para o pacote';
|
|||
|
$string['passed'] = 'Completado';
|
|||
|
$string['prev'] = 'Anterior';
|
|||
|
$string['regular'] = 'Manifesto correto';
|
|||
|
$string['report'] = 'Relat<61>rio';
|
|||
|
$string['review'] = 'Rever';
|
|||
|
$string['score'] = 'Resultado';
|
|||
|
$string['trackingloose'] = 'Aten<65><6E>o: os dados relativos ao tracking deste pacote SCORM ser<65>o cancelados!';
|
|||
|
$string['validateascorm'] = 'Validar pacote SCORM';
|
|||
|
$string['validation'] = 'Resultado da valida<64><61>o';
|
|||
|
$string['viewallreports'] = 'Ver relat<61>rio de $a tentativas';
|
|||
|
|
|||
|
?>
|