mirror of
https://github.com/moodle/moodle.git
synced 2025-01-22 08:11:26 +01:00
7e72f66016
Clara Andrés and Jordi Adell).
29 lines
1.4 KiB
PHP
Executable File
29 lines
1.4 KiB
PHP
Executable File
<?PHP // $Id$
|
|
|
|
#------------------------------------------------------------
|
|
$string[modulename] = "Lectura";
|
|
$string[modulenameplural] = "Lectures";
|
|
#------------------------------------------------------------
|
|
|
|
$string[addreading] = "Afegir lectura";
|
|
$string[editingareading] = "Editar una lectura";
|
|
$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[neverread] = "Mai llegit";
|
|
$string[note] = "Nota";
|
|
$string[notefile] = "Per penjar mes fitxers al curs (de manera que apareguen en aquesta llista) fes servir l'<A HREF=\$a >Administrador de Fitxers</A>.";
|
|
$string[notypechosen] = "Has de triar un tipus. Fes servir el botó back/atr‡s/enrere per tornar i intenta-ho un altra vegada.";
|
|
$string[readingtype] = "Tipus de recurs";
|
|
$string[readingtype1] = "Referència";
|
|
$string[readingtype2] = "PÃ gina Web";
|
|
$string[readingtype3] = "Penjar fitxer";
|
|
$string[readingtype4] = "Només text";
|
|
$string[readingtype5] = "Enllaç Web";
|
|
$string[readingtype6] = "Text HTML";
|
|
|
|
?>
|