mirror of
https://github.com/moodle/moodle.git
synced 2025-01-22 08:11:26 +01:00
30 lines
1.6 KiB
PHP
30 lines
1.6 KiB
PHP
<?PHP // $Id$
|
|
# Traduzido por Fabricio Valadares - Três Corações - MG - Brasil
|
|
# Webdesigner da Universidade Vale do Rio Verde
|
|
#------------------------------------------------------------
|
|
$string['modulename'] = "Leitura";
|
|
$string['modulenameplural'] = "Leituras";
|
|
#------------------------------------------------------------
|
|
|
|
$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ática de Construtivismo em Educação de Ciê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ção de arquivo</A>.";
|
|
$string['notypechosen'] = "Você precisa escolher um tipo. Use seu botão de parte de trás para voltar e tentar novamente.";
|
|
$string['resourcetype'] = "Tipo de recurso";
|
|
$string['resourcetype1'] = "Referencia";
|
|
$string['resourcetype2'] = "Página da Web";
|
|
$string['resourcetype3'] = "Arquivo enviado";
|
|
$string['resourcetype4'] = "Texto claro";
|
|
$string['resourcetype5'] = "Endereço da Web";
|
|
$string['htmlfragment'] = "Fragmento HTML";
|
|
$string['resourcetype6'] = "Texto HTML";
|
|
$string['resourcetype7'] = "Programa";
|
|
?>
|