moodle/lang/pt_br/resource.php

43 lines
2.3 KiB
PHP
Raw Normal View History

2003-07-15 15:42:27 +00:00
<?PHP // $Id$
2003-09-18 03:35:51 +00:00
// resource.php - created with Moodle 1.1 development (2003072800)
2003-07-15 15:42:27 +00:00
$string['addresource'] = "Adicionar material";
2003-09-18 03:35:51 +00:00
$string['configframesize'] = "Quando uma p<>gina web ou um arquivo <20> visualizado em um frame, este valor <20> o tamanho, em pixels, do frame que cont<6E>m a navega<67><61>o (top frame).";
2003-07-15 15:42:27 +00:00
$string['editingaresource'] = "Editar material";
$string['example'] = "Exemplo";
$string['examplereference'] = "Tobin, K. & Tippins, D (1993) Constructivism as a Referent for Teaching and Learning. In: K. Tobin (Ed) The Practice of Constructivism in Science Education, pp 3-21, Lawrence-Erlbaum, Hillsdale, NJ.";
$string['exampleurl'] = "http://www.exemplo.com/diretorio/arquivo.html";
$string['filename'] = "Nome do arquivo";
$string['fulltext'] = "Texto completo";
$string['htmlfragment'] = "Fragmento de HTML";
$string['modulename'] = "Material";
$string['modulenameplural'] = "Materiais";
$string['neverseen'] = "Nunca visto";
2003-08-13 07:17:05 +00:00
$string['newdirectories'] = "Mostrar links do diret<65>rio";
$string['newfullscreen'] = "Preencher toda a tela";
$string['newheight'] = "Altura predefinida da janela (em pixels)";
$string['newlocation'] = "Mostrar a brra de endere<72>o";
$string['newmenubar'] = "Mostrar a barra de menu";
$string['newresizable'] = "Permitir redimensionamento da janela";
$string['newscrollbars'] = "Permitir o escorrimento da janela";
$string['newstatus'] = "Mostrar a barra de status";
$string['newtoolbar'] = "Mostrar a barra de instrumentos";
$string['newwidth'] = "Largura predefinida da janela (em pixels)";
$string['newwindow'] = "Nova janela";
$string['newwindowopen'] = "Mostre este material em uma janela popup";
2003-07-15 15:42:27 +00:00
$string['note'] = "Nota";
$string['notefile'] = "Para transferir mais arquivos ao curso (in modo que aparecerem nesta lista) use o <a href=\$a>Administrador de Arquivos</a>.";
$string['notypechosen'] = "Voc<EFBFBD> tem que escolher um tipo. Use seu bot<6F>o de retorno e tente novamente.";
$string['resourcetype'] = "Tipo de material";
$string['resourcetype1'] = "Refer<EFBFBD>ncia";
$string['resourcetype2'] = "P<EFBFBD>gina Web";
$string['resourcetype3'] = "Material arquivado no site";
$string['resourcetype4'] = "Texto simples";
$string['resourcetype5'] = "Endere<EFBFBD>o Web (link)";
$string['resourcetype6'] = "Texto HTML";
$string['resourcetype7'] = "Programa";
$string['resourcetype8'] = "Texto Wiki";
?>