moodle/lang/ca/resource.php

29 lines
1.3 KiB
PHP
Raw Normal View History

<?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<6F> Enrere/Back per tornar enrere i torna a intentar-ho.";
$string['resourcetype'] = "Tipus de recurs";
$string['resourcetype1'] = "Refer<EFBFBD>ncia";
$string['resourcetype2'] = "P<EFBFBD>gina web";
$string['resourcetype3'] = "Fitxer";
$string['resourcetype4'] = "Nom<EFBFBD>s text";
$string['resourcetype5'] = "Enlla<EFBFBD> web";
$string['resourcetype6'] = "Text HTML";
$string['resourcetype7'] = "";
?>