From b0e999e6461544e09fadb6487b811469ef762d10 Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 17 Oct 2002 15:32:52 +0000 Subject: [PATCH] Changes related to new module 'resource' --- lang/it/help/resource/resourcetype.html | 23 ++++++++++++++++++++++ lang/it/help/resource/summary.html | 8 ++++++++ lang/it/{reading.php => resource.php} | 20 +++++++++---------- lang/pt_br/help/resource/resourcetype.html | 23 ++++++++++++++++++++++ lang/pt_br/help/resource/summary.html | 8 ++++++++ lang/pt_br/{reading.php => resource.php} | 20 +++++++++---------- 6 files changed, 82 insertions(+), 20 deletions(-) create mode 100644 lang/it/help/resource/resourcetype.html create mode 100644 lang/it/help/resource/summary.html rename lang/it/{reading.php => resource.php} (67%) create mode 100644 lang/pt_br/help/resource/resourcetype.html create mode 100644 lang/pt_br/help/resource/summary.html rename lang/pt_br/{reading.php => resource.php} (70%) diff --git a/lang/it/help/resource/resourcetype.html b/lang/it/help/resource/resourcetype.html new file mode 100644 index 0000000000..7d0eae1a3a --- /dev/null +++ b/lang/it/help/resource/resourcetype.html @@ -0,0 +1,23 @@ +

Resource Type

+ +

Resources are any content you can dream up. These are the + different types, which mostly specify how the content is + to be accessed: + +

Plain text - the easiest type. You can just type (edit) the page into a form +on the following page. Some things you type will be automatically formatted, just like +forum postings. See help on typing text: + +

HTML text - for more advanced users. No automatic formatting is performed, +you need to do it all manually using HTML codes. + +

Reference - a scholarly reference to a journal or book. + +

Uploaded file - displays any file you have uploaded into the course. See the 'Files' section. + +

Web link - A URL to somewhere on the web. When anyone clicks on this resource +activity they will be taken out of the course (the page you've specified will fill the browser window). + +

Web page - A URL to somewhere on the web. Like the previous type, this +will display a web page. Unlike the previous type, though, the page will displayed +within a frame, as if it is integrated within the course. diff --git a/lang/it/help/resource/summary.html b/lang/it/help/resource/summary.html new file mode 100644 index 0000000000..016342e192 --- /dev/null +++ b/lang/it/help/resource/summary.html @@ -0,0 +1,8 @@ +

Reading Summary

+ +

The summary is a very short description of the resource. + +

Do not be tempted to write too much here, or to include the + resource itself! + +

You'll get a chance to specify the content on the next page. diff --git a/lang/it/reading.php b/lang/it/resource.php similarity index 67% rename from lang/it/reading.php rename to lang/it/resource.php index 34dc22491c..ec72a2f417 100644 --- a/lang/it/reading.php +++ b/lang/it/resource.php @@ -2,8 +2,8 @@ // reading.php - created with Moodle 1.0.5 beta 1 (2002092500) -$string['addreading'] = "Aggiungi una lettura"; -$string['editingareading'] = "Edita una lettura"; +$string['addresource'] = "Aggiungi una lettura"; +$string['editingaresource'] = "Edita una lettura"; $string['example'] = "Esempio"; $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"; @@ -12,17 +12,17 @@ $string['fulltext'] = "Testo integrale"; $string['htmlfragment'] = "Codice html"; $string['modulename'] = "Lettura"; $string['modulenameplural'] = "Letture"; -$string['neverread'] = "Mai letto"; +$string['neverseen'] = "Mai letto"; $string['note'] = "Nota"; $string['notefile'] = "Per trasferire altri files nell'archivio del corso (come quelli che compaiono in questa lista) usa il File Manager."; $string['notypechosen'] = "È necessario che tu scelga un tipo. Usa il pulsante indietro per ritornare alla pagina precedente e riprovare."; -$string['readingtype'] = "Tipo di risorsa"; -$string['readingtype1'] = "Riferimento"; -$string['readingtype2'] = "Pagina web"; -$string['readingtype3'] = "File trasferito sul server"; -$string['readingtype4'] = "Puro testo"; -$string['readingtype5'] = "Collegamento web"; -$string['readingtype6'] = "Testo HTML"; +$string['resourcetype'] = "Tipo di risorsa"; +$string['resourcetype1'] = "Riferimento"; +$string['resourcetype2'] = "Pagina web"; +$string['resourcetype3'] = "File trasferito sul server"; +$string['resourcetype4'] = "Puro testo"; +$string['resourcetype5'] = "Collegamento web"; +$string['resourcetype6'] = "Testo HTML"; ?> diff --git a/lang/pt_br/help/resource/resourcetype.html b/lang/pt_br/help/resource/resourcetype.html new file mode 100644 index 0000000000..7d0eae1a3a --- /dev/null +++ b/lang/pt_br/help/resource/resourcetype.html @@ -0,0 +1,23 @@ +

Resource Type

+ +

Resources are any content you can dream up. These are the + different types, which mostly specify how the content is + to be accessed: + +

Plain text - the easiest type. You can just type (edit) the page into a form +on the following page. Some things you type will be automatically formatted, just like +forum postings. See help on typing text: + +

HTML text - for more advanced users. No automatic formatting is performed, +you need to do it all manually using HTML codes. + +

Reference - a scholarly reference to a journal or book. + +

Uploaded file - displays any file you have uploaded into the course. See the 'Files' section. + +

Web link - A URL to somewhere on the web. When anyone clicks on this resource +activity they will be taken out of the course (the page you've specified will fill the browser window). + +

Web page - A URL to somewhere on the web. Like the previous type, this +will display a web page. Unlike the previous type, though, the page will displayed +within a frame, as if it is integrated within the course. diff --git a/lang/pt_br/help/resource/summary.html b/lang/pt_br/help/resource/summary.html new file mode 100644 index 0000000000..016342e192 --- /dev/null +++ b/lang/pt_br/help/resource/summary.html @@ -0,0 +1,8 @@ +

Reading Summary

+ +

The summary is a very short description of the resource. + +

Do not be tempted to write too much here, or to include the + resource itself! + +

You'll get a chance to specify the content on the next page. diff --git a/lang/pt_br/reading.php b/lang/pt_br/resource.php similarity index 70% rename from lang/pt_br/reading.php rename to lang/pt_br/resource.php index bbfb8f4795..4488c4c116 100644 --- a/lang/pt_br/reading.php +++ b/lang/pt_br/resource.php @@ -6,24 +6,24 @@ $string[modulename] = "Leitura"; $string[modulenameplural] = "Leituras"; #------------------------------------------------------------ -$string[addreading] = "Adicionar leitura"; -$string[editingareading] = "Editar leitura"; +$string[addresource] = "Adicionar leitura"; +$string[editingaresource] = "Editar leitura"; $string[example] = "Exemplo"; $string[examplereference] = "Tobin, K. & Tippins, D (1993) Construtivismo como um Referent por Ensinar e Aprender. Em: K. Tobin (Ed) A Prática de Construtivismo em Educação de Ciência, pp 3-21, Lawrence-Erlbaum, Hillsdale, NJ."; $string[exampleurl] = "http://www.example.com/somedirectory/somefile.html"; $string[filename] = "Nome do arquivo"; $string[fulltext] = "Texto completo"; -$string[neverread] = "Nunca leia"; +$string[neverseen] = "Nunca leia"; $string[note] = "Nota"; $string[notefile] = "Para upload mais arquivos no curso (assim eles aparecem nesta lista) use o Manipulação de arquivo."; $string[notypechosen] = "Você precisa escolher um tipo. Use seu botão de parte de trás para voltar e tentar novamente."; -$string[readingtype] = "Tipo de recurso"; -$string[readingtype1] = "Referencia"; -$string[readingtype2] = "Página da Web"; -$string[readingtype3] = "Arquivo enviado"; -$string[readingtype4] = "Texto claro"; -$string[readingtype5] = "Endereço da Web"; +$string[resourcetype] = "Tipo de recurso"; +$string[resourcetype1] = "Referencia"; +$string[resourcetype2] = "Página da Web"; +$string[resourcetype3] = "Arquivo enviado"; +$string[resourcetype4] = "Texto claro"; +$string[resourcetype5] = "Endereço da Web"; $string[htmlfragment] = "Fragmento HTML"; -$string[readingtype6] = "Texto HTML"; +$string[resourcetype6] = "Texto HTML"; ?> -- 2.39.5