mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
29 lines
1.3 KiB
PHP
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'] = "";
|
|
|
|
?>
|