moodle/lang/es/resource.php
moodler 541863759f International Spanish.
This is to be the definitive Spanish version and the parent version of all
Spanish dialects.

Claudio Tavares is the maintainer and coordinator of this version.
2003-06-12 03:37:06 +00:00

32 lines
1.4 KiB
PHP

<?PHP // $Id$
// resource.php - created with Moodle 1.0.9 Beta 1 + (2003051700)
$string['addresource'] = "Agregar material";
$string['editingaresource'] = "Editar material";
$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/directorio/archivo.html";
$string['filename'] = "Nombre del archivo";
$string['fulltext'] = "Texto completo";
$string['htmlfragment'] = "Fragmento HTML";
$string['modulename'] = "Material";
$string['modulenameplural'] = "Materiales";
$string['neverseen'] = "Nunca visto";
$string['note'] = "Nota";
$string['notefile'] = "Para subir más de un archivo (y se puedan ver en la lista) utilice el
<A HREF=\$a >Gerenciador de archivos</A>.";
$string['notypechosen'] = "Necesita elegir un texto. Regrese y trate nuevamente.";
$string['resourcetype'] = "Tipo de material";
$string['resourcetype1'] = "Referencia";
$string['resourcetype2'] = "Página web (se verá dentro)";
$string['resourcetype3'] = "Archivo cargado";
$string['resourcetype4'] = "Texto plano";
$string['resourcetype5'] = "Página web (se verá fuera)";
$string['resourcetype6'] = "Texto HTML";
$string['resourcetype7'] = "Programa";
$string['resourcetype8'] = "Texto Wiki";
?>