moodle/lang/pt/resource.php
2003-02-25 16:08:58 +00:00

31 lines
1.5 KiB
PHP

<?PHP // $Id$
# Traduzido por Jaime Villate - University of Porto, Portugal
# <villate@gnu.org>
#------------------------------------------------------------
$string['modulename'] = "Recurso";
$string['modulenameplural'] = "Recursos";
#------------------------------------------------------------
$string['addresource'] = "Adicionar recurso";
$string['editingaresource'] = "Editar recurso";
$string['example'] = "Exemplo";
$string['examplereference'] = "Tobin, K. e Tippins, D (1993) Construtivismo como um Referência para Ensinar e Aprender. Em: K. Tobin (Ed) A Prática de Construtivismo na Educação e na Ciência, pp 3-21, Lawrence-Erlbaum, Hillsdale, NJ.";
$string['exampleurl'] = "http://www.exemple.com/directorio/ficheiro.html";
$string['filename'] = "Nome do ficheiro";
$string['fulltext'] = "Texto completo";
$string['htmlfragment'] = "Fragmento de HTML";
$string['neverseen'] = "Nunca visto";
$string['note'] = "Nota";
$string['notefile'] = "Para subir mais ficheiros no curso (para aparecerem nesta lista) use o <a href='\$a\'>Gestor de Ficheiros</a>.";
$string['notypechosen'] = "Tem que escolher um tipo. Use seu botão de voltar para traz no navegador e tente novamente.";
$string['resourcetype'] = "Tipo de recurso";
$string['resourcetype1'] = "Referência";
$string['resourcetype2'] = "Página da Web";
$string['resourcetype3'] = "Ficheiro enviado";
$string['resourcetype4'] = "Texto simple";
$string['resourcetype5'] = "Endereço da Web";
$string['resourcetype6'] = "Texto HTML";
$string['resourcetype7'] = "Programa";
?>