mirror of
https://github.com/moodle/moodle.git
synced 2025-01-21 07:28:31 +01:00
44 lines
2.3 KiB
PHP
44 lines
2.3 KiB
PHP
|
<?PHP // $Id$
|
|||
|
// resource.php - created with Moodle 1.1 (2003082800)
|
|||
|
|
|||
|
|
|||
|
$string['addresource'] = "Engadir contido";
|
|||
|
$string['configframesize'] = "Cando se amosa unha p<>xina web ou un arquivo cargado dentro dun marco (frame), este valor <20> o tama<6D>o (en p<>xeles) do marco superior (o cal cont<6E>n a navegaci<63>n).";
|
|||
|
$string['editingaresource'] = "Editar contido";
|
|||
|
$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/alg<6C>ndirectorio/alg<6C>narquivo.html";
|
|||
|
$string['filename'] = "Nome do arquivo";
|
|||
|
$string['fulltext'] = "Texto completo";
|
|||
|
$string['htmlfragment'] = "Fragmento HTML";
|
|||
|
$string['modulename'] = "Contido";
|
|||
|
$string['modulenameplural'] = "Contidos";
|
|||
|
$string['neverseen'] = "Nunca visto";
|
|||
|
$string['newdirectories'] = "Amosar as ligaz<61>ns do directorio";
|
|||
|
$string['newfullscreen'] = "Encher toda a pantalla";
|
|||
|
$string['newheight'] = "Altura da vent<6E> por defecto (en p<>xeles)";
|
|||
|
$string['newlocation'] = "Amosar a barra de situaci<63>n";
|
|||
|
$string['newmenubar'] = "Amosar a barra de men<65>";
|
|||
|
$string['newresizable'] = "Permitir cambiar o tama<6D>o da vent<6E>";
|
|||
|
$string['newscrollbars'] = "Permitir desprazamento na vent<6E>";
|
|||
|
$string['newstatus'] = "Amosar a barra de estado";
|
|||
|
$string['newtoolbar'] = "Amosar a barra de ferramentas";
|
|||
|
$string['newwidth'] = "Ancho da vent<6E> por defecto (en p<>xeles)";
|
|||
|
$string['newwindow'] = "Nova vent<6E>";
|
|||
|
$string['newwindowopen'] = "Amosar este contido nunha nova vent<6E> (popup)";
|
|||
|
$string['note'] = "Nota";
|
|||
|
$string['notefile'] = "Para subir m<>is dun arquivo (e que se poidan ver na listaxe) empregue o
|
|||
|
|
|||
|
<a href=\$a >Administrador de arquivos</a>.";
|
|||
|
$string['notypechosen'] = "Necesita elixir un tipo. Volte atr<74>s e int<6E>nteo de novo.";
|
|||
|
$string['resourcetype'] = "Tipo de contido";
|
|||
|
$string['resourcetype1'] = "Referencia";
|
|||
|
$string['resourcetype2'] = "P<EFBFBD>xina web";
|
|||
|
$string['resourcetype3'] = "Arquivo enviado";
|
|||
|
$string['resourcetype4'] = "Texto plano";
|
|||
|
$string['resourcetype5'] = "Ligaz<EFBFBD>n web";
|
|||
|
$string['resourcetype6'] = "Texto HTML";
|
|||
|
$string['resourcetype7'] = "Programa";
|
|||
|
$string['resourcetype8'] = "Texto wiki";
|
|||
|
|
|||
|
?>
|