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 é o tamaño (en pÃxeles) do marco superior (o cal contén a navegació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úndirectorio/algú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óns do directorio";
|
|
$string['newfullscreen'] = "Encher toda a pantalla";
|
|
$string['newheight'] = "Altura da ventá por defecto (en pÃxeles)";
|
|
$string['newlocation'] = "Amosar a barra de situación";
|
|
$string['newmenubar'] = "Amosar a barra de menú";
|
|
$string['newresizable'] = "Permitir cambiar o tamaño da ventá";
|
|
$string['newscrollbars'] = "Permitir desprazamento na ventá";
|
|
$string['newstatus'] = "Amosar a barra de estado";
|
|
$string['newtoolbar'] = "Amosar a barra de ferramentas";
|
|
$string['newwidth'] = "Ancho da ventá por defecto (en pÃxeles)";
|
|
$string['newwindow'] = "Nova ventá";
|
|
$string['newwindowopen'] = "Amosar este contido nunha nova ventá (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ás e inténteo de novo.";
|
|
$string['resourcetype'] = "Tipo de contido";
|
|
$string['resourcetype1'] = "Referencia";
|
|
$string['resourcetype2'] = "Páxina web";
|
|
$string['resourcetype3'] = "Arquivo enviado";
|
|
$string['resourcetype4'] = "Texto plano";
|
|
$string['resourcetype5'] = "Ligazón web";
|
|
$string['resourcetype6'] = "Texto HTML";
|
|
$string['resourcetype7'] = "Programa";
|
|
$string['resourcetype8'] = "Texto wiki";
|
|
|
|
?>
|