2002-10-30 02:00:40 +00:00
< ? PHP // $Id$
2003-01-18 03:30:57 +00:00
// resource.php - created with Moodle 1.0.8 (2003010600)
2002-10-30 02:00:40 +00:00
$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 " ;
2003-01-18 03:30:57 +00:00
$string [ 'notefile' ] = " Para subir m<> s de un archivo (y se puedan ver en la lista) utilice el
2002-10-30 02:00:40 +00:00
< 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<EFBFBD> gina web " ;
$string [ 'resourcetype3' ] = " Archivo cargado " ;
$string [ 'resourcetype4' ] = " Texto plano " ;
$string [ 'resourcetype5' ] = " Liga web " ;
$string [ 'resourcetype6' ] = " Texto HTML " ;
2003-01-18 03:30:57 +00:00
$string [ 'resourcetype7' ] = " Programa " ;
2002-10-30 02:00:40 +00:00
?>