mirror of
https://github.com/moodle/moodle.git
synced 2025-01-22 08:11:26 +01:00
30 lines
1.4 KiB
PHP
30 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'] = "Agregar apunte";
|
|
$string['editingaresource'] = "Editar apunte";
|
|
$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'] = "Apunte";
|
|
$string['modulenameplural'] = "Apuntes";
|
|
$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 apunte";
|
|
$string['resourcetype1'] = "Referencia";
|
|
$string['resourcetype2'] = "Página web";
|
|
$string['resourcetype3'] = "Archivo cargado";
|
|
$string['resourcetype4'] = "Texto plano";
|
|
$string['resourcetype5'] = "Liga web";
|
|
$string['resourcetype6'] = "Texto HTML";
|
|
|
|
?>
|