moodle/lang/es_ar/resource.php

30 lines
1.5 KiB
PHP

<?PHP // $Id$
// resource.php - created with Moodle 1.0.6 beta 1 (2002102200)
// Traducido por Claudio Tavares Mastrangelo
// enlaceacademico.com
// Adaptado a es_AR por Rodrigo Vigil (rmvigil@frre.utn.edu.ar)
$string['addresource'] = "A&ntilde;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&uacute;ndirectorio/alg&uacute;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&aacute;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 de recurso. Vuelva atr&aacute;s e int&eacute;ntelo de nuevo.";
$string['resourcetype'] = "Tipo de recurso";
$string['resourcetype1'] = "Referencia";
$string['resourcetype2'] = "P&aacute;gina web";
$string['resourcetype3'] = "Archivo cargado";
$string['resourcetype4'] = "Texto plano";
$string['resourcetype5'] = "Enlace Web";
$string['resourcetype6'] = "Texto HTML";
?>