mirror of
https://github.com/moodle/moodle.git
synced 2025-01-27 18:48:30 +01:00
30 lines
1.5 KiB
PHP
30 lines
1.5 KiB
PHP
|
<?PHP // $Id$
|
|||
|
# Traduzido por Fabricio Valadares - Tr<54>s Cora<72><61>es - MG - Brasil
|
|||
|
# Webdesigner da Universidade Vale do Rio Verde
|
|||
|
#------------------------------------------------------------
|
|||
|
$string[modulename] = "Leitura";
|
|||
|
$string[modulenameplural] = "Leituras";
|
|||
|
#------------------------------------------------------------
|
|||
|
|
|||
|
$string[addreading] = "Adicionar leitura";
|
|||
|
$string[editingareading] = "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[neverread] = "Nunca leia";
|
|||
|
$string[note] = "Nota";
|
|||
|
$string[notefile] = "Para upload mais arquivos no curso (assim eles aparecem nesta lista) use o
|
|||
|
<A HREF=\$a >Manipula<EFBFBD><EFBFBD>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[readingtype] = "Tipo de recurso";
|
|||
|
$string[readingtype1] = "Referencia";
|
|||
|
$string[readingtype2] = "P<EFBFBD>gina da Web";
|
|||
|
$string[readingtype3] = "Arquivo enviado";
|
|||
|
$string[readingtype4] = "Texto claro";
|
|||
|
$string[readingtype5] = "Endere<EFBFBD>o da Web";
|
|||
|
$string[htmlfragment] = "Fragmento HTML";
|
|||
|
$string[readingtype6] = "Texto HTML";
|
|||
|
?>
|