moodle/lang/es_es/resource.php

32 lines
1.4 KiB
PHP
Raw Normal View History

2003-06-04 03:47:00 +00:00
<?PHP // $Id$
// resource.php - created with Moodle 1.0.9 (2003052900)
$string['addresource'] = "A<EFBFBD>adir recurso";
$string['editingaresource'] = "Editar recurso";
$string['example'] = "Ejemplo";
$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.ejemplo.com/alg<6C>ndirectorio/alg<6C>narchivo.html";
$string['filename'] = "Nombre del archivo";
$string['fulltext'] = "Texto completo";
$string['htmlfragment'] = "Fragmento HTML";
2003-06-04 03:47:00 +00:00
$string['modulename'] = "Recurso";
$string['modulenameplural'] = "Recursos";
$string['neverseen'] = "Nunca visto";
$string['note'] = "Nota";
2003-06-04 03:47:00 +00:00
$string['notefile'] = "Para subir m<>s de un archivo (y que se puedan ver en la lista) utilice el
<a href=\$a >Administrador de archivos</a>.";
$string['notypechosen'] = "Necesita elegir un tipo. Vuelva atr<74>s e int<6E>ntelo de nuevo.";
$string['resourcetype'] = "Tipo de recurso";
$string['resourcetype1'] = "Referencia";
$string['resourcetype2'] = "P<EFBFBD>gina web";
$string['resourcetype3'] = "Archivo subido";
$string['resourcetype4'] = "Texto plano";
$string['resourcetype5'] = "Enlace Web";
$string['resourcetype6'] = "Texto HTML";
$string['resourcetype7'] = "Programa";
$string['resourcetype8'] = "Texto Wiki";
?>