From 92674bf8bbca00970ba94616fc16354433848acd Mon Sep 17 00:00:00 2001
From: moodler <moodler>
Date: Thu, 17 Oct 2002 15:14:54 +0000
Subject: [PATCH] Changes due to new module 'resource'

---
 lang/fr/help/resource/resourcetype.html | 23 +++++++++++++++++++++++
 lang/fr/help/resource/summary.html      |  8 ++++++++
 lang/fr/{reading.php => resource.php}   | 18 +++++++++---------
 3 files changed, 40 insertions(+), 9 deletions(-)
 create mode 100644 lang/fr/help/resource/resourcetype.html
 create mode 100644 lang/fr/help/resource/summary.html
 rename lang/fr/{reading.php => resource.php} (70%)

diff --git a/lang/fr/help/resource/resourcetype.html b/lang/fr/help/resource/resourcetype.html
new file mode 100644
index 0000000000..7d0eae1a3a
--- /dev/null
+++ b/lang/fr/help/resource/resourcetype.html
@@ -0,0 +1,23 @@
+<P ALIGN=CENTER><B>Resource Type</B></P>
+
+<P>Resources are any content you can dream up.  These are the 
+   different types, which mostly specify how the content is 
+   to be accessed:
+
+<P><B>Plain text</B> - 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: <? helpbutton("text", get_string("helptext")) ?>
+
+<P><B>HTML text</B> - for more advanced users.  No automatic formatting is performed, 
+you need to do it all manually using HTML codes.
+
+<P><B>Reference</B> - a scholarly reference to a journal or book.
+
+<P><B>Uploaded file</B> - displays any file you have uploaded into the course.  See the 'Files' section.
+
+<P><B>Web link</B> - 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).
+
+<P><B>Web page</B> - 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/fr/help/resource/summary.html b/lang/fr/help/resource/summary.html
new file mode 100644
index 0000000000..016342e192
--- /dev/null
+++ b/lang/fr/help/resource/summary.html
@@ -0,0 +1,8 @@
+<P ALIGN=CENTER><B>Reading Summary</B></P>
+
+<P>The summary is a very short description of the resource.
+
+<P>Do not be tempted to write too much here, or to include the 
+   resource itself!
+
+<P>You'll get a chance to specify the content on the next page.
diff --git a/lang/fr/reading.php b/lang/fr/resource.php
similarity index 70%
rename from lang/fr/reading.php
rename to lang/fr/resource.php
index fc93d99ed8..00feb657c8 100644
--- a/lang/fr/reading.php
+++ b/lang/fr/resource.php
@@ -2,8 +2,8 @@
       // reading.php - created with Moodle 1.0.5 (2002092700)
 
 
-$string['addreading'] = "Ajouter une lecture";
-$string['editingareading'] = "Modifier une lecture";
+$string['addresource'] = "Ajouter une lecture";
+$string['editingaresource'] = "Modifier une lecture";
 $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.exemple.fr/dossiers/fichier.html";
@@ -17,12 +17,12 @@ $string['note'] = "Note";
 $string['notefile'] = "Pour envoyer plus de fichiers dans le cours (afin qu'ils apparaissent dans cette liste), utiliser le
 <A HREF=\$a>Gestionnaire de fichiers</A>.";
 $string['notypechosen'] = "Vous devez choisir un type. Utiliser le bouton « Retour » de votre navigateur pour recommencer.";
-$string['readingtype'] = "Type de ressource";
-$string['readingtype1'] = "Référence";
-$string['readingtype2'] = "Page Web";
-$string['readingtype3'] = "Fichier envoyé";
-$string['readingtype4'] = "Texte";
-$string['readingtype5'] = "Lien vers une page Web";
-$string['readingtype6'] = "Texte HTML";
+$string['resourcetype'] = "Type de ressource";
+$string['resourcetype1'] = "Référence";
+$string['resourcetype2'] = "Page Web";
+$string['resourcetype3'] = "Fichier envoyé";
+$string['resourcetype4'] = "Texte";
+$string['resourcetype5'] = "Lien vers une page Web";
+$string['resourcetype6'] = "Texte HTML";
 
 ?>
-- 
2.39.5