moodle/lang/pt_br/resource.php

30 lines
1.6 KiB
PHP
Raw Normal View History

<?PHP // $Id$
# Traduzido por Fabricio Valadares - Tr<54>s Cora<72><61>es - MG - Brasil
# Webdesigner da Universidade Vale do Rio Verde
#------------------------------------------------------------
2003-01-06 12:29:52 +00:00
$string['modulename'] = "Leitura";
$string['modulenameplural'] = "Leituras";
#------------------------------------------------------------
2003-01-06 12:29:52 +00:00
$string['addresource'] = "Adicionar leitura";
$string['editingaresource'] = "Editar leitura";
$string['example'] = "Exemplo";
$string['examplereference'] = "Tobin, K. & Tippins, D (1993) Construtivismo como um Referent por Ensinar e Aprender. Em: K. Tobin (Ed) A Pr<50>tica de Construtivismo em Educa<63><61>o de Ci<43>ncia, pp 3-21, Lawrence-Erlbaum, Hillsdale, NJ.";
$string['exampleurl'] = "http://www.example.com/somedirectory/somefile.html";
$string['filename'] = "Nome do arquivo";
$string['fulltext'] = "Texto completo";
$string['neverseen'] = "Nunca leia";
$string['note'] = "Nota";
$string['notefile'] = "Para upload mais arquivos no curso (assim eles aparecem nesta lista) use o <A HREF=\$a >Manipula<6C><61>o de arquivo</A>.";
$string['notypechosen'] = "Voc<EFBFBD> precisa escolher um tipo. Use seu bot<6F>o de parte de tr<74>s para voltar e tentar novamente.";
$string['resourcetype'] = "Tipo de recurso";
$string['resourcetype1'] = "Referencia";
$string['resourcetype2'] = "P<EFBFBD>gina da Web";
$string['resourcetype3'] = "Arquivo enviado";
$string['resourcetype4'] = "Texto claro";
$string['resourcetype5'] = "Endere<EFBFBD>o da Web";
$string['htmlfragment'] = "Fragmento HTML";
$string['resourcetype6'] = "Texto HTML";
$string['resourcetype7'] = "Programa";
?>