mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
29 lines
1.4 KiB
PHP
29 lines
1.4 KiB
PHP
<?PHP // $Id$
|
|
// resource.php - created with Moodle 1.0.6 beta 1 (2002102200)
|
|
// Traducido por Claudio Tavares Mastrangelo
|
|
// enlaceacademico.com
|
|
$string['addresource'] = "Añ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úndirectorio/algúnarchivo.html";
|
|
$string['filename'] = "Nombre del archivo";
|
|
$string['fulltext'] = "Texto completo";
|
|
$string['htmlfragment'] = "Fragmento HTML";
|
|
$string['modulename'] = "Apunte";
|
|
$string['modulenameplural'] = "Apuntes";
|
|
$string['neverseen'] = "Nunca visto";
|
|
$string['note'] = "Nota";
|
|
$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 texto. Vuelva atrás e inténtelo de nuevo.";
|
|
$string['resourcetype'] = "Tipo de recurso";
|
|
$string['resourcetype1'] = "Referencia";
|
|
$string['resourcetype2'] = "Página web";
|
|
$string['resourcetype3'] = "Archivo subido";
|
|
$string['resourcetype4'] = "Texto plano";
|
|
$string['resourcetype5'] = "Enlace Web";
|
|
$string['resourcetype6'] = "Texto HTML";
|
|
|
|
?>
|