moodle/lang/ca/resource.php
2002-12-29 16:23:48 +00:00

29 lines
1.3 KiB
PHP

<?PHP // $Id$
// resource.php - created with Moodle 1.0.8 dev (2002122700)
$string['addresource'] = "Afegir un recurs";
$string['editingaresource'] = "Editar un recurs";
$string['example'] = "Exemple";
$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.example.com/somedirectory/somefile.html";
$string['filename'] = "Nom del fitxer";
$string['fulltext'] = "Text complet";
$string['htmlfragment'] = "Fragment HTML";
$string['modulename'] = "Recurs";
$string['modulenameplural'] = "Recursos";
$string['neverseen'] = "Mai vist";
$string['note'] = "Nota";
$string['notefile'] = "Per a pujar més fitxers al curs (de manea que apareguen en esta llista) fes servir l'<A HREF=\$a >Administrador de Fitxers</A>.";
$string['notypechosen'] = "Has de triar un tipus. Fes servir el botó Enrere/Back per tornar enrere i torna a intentar-ho.";
$string['resourcetype'] = "Tipus de recurs";
$string['resourcetype1'] = "Referència";
$string['resourcetype2'] = "Pàgina web";
$string['resourcetype3'] = "Fitxer";
$string['resourcetype4'] = "Només text";
$string['resourcetype5'] = "Enllaç web";
$string['resourcetype6'] = "Text HTML";
$string['resourcetype7'] = "";
?>