[Hw4mdl-svn] SF.net SVN: hw4mdl: [173] trunk/moodle
Brought to you by:
jhlinder,
trollinger
|
From: <hu...@us...> - 2007-01-10 07:59:38
|
Revision: 173
http://svn.sourceforge.net/hw4mdl/?rev=173&view=rev
Author: hugues
Date: 2007-01-09 23:59:32 -0800 (Tue, 09 Jan 2007)
Log Message:
-----------
http://u.horizonwimba.com/bugzilla/show_bug.cgi?id=10077
- Added help files (as oposed to documentation on docs.moodle.org) to the lang folder
Modified Paths:
--------------
trunk/moodle/lang/fr/liveclassroom.php
trunk/moodle/lang/fr_utf8/liveclassroom.php
trunk/moodle/mod/voicetool/mod.html
Added Paths:
-----------
trunk/moodle/lang/en/help/
trunk/moodle/lang/en/help/liveclassroom/
trunk/moodle/lang/en/help/liveclassroom/mods.html
trunk/moodle/lang/en_utf8/help/
trunk/moodle/lang/en_utf8/help/liveclassroom/
trunk/moodle/lang/en_utf8/help/liveclassroom/mods.html
trunk/moodle/lang/fr/help/
trunk/moodle/lang/fr/help/liveclassroom/
trunk/moodle/lang/fr/help/liveclassroom/mods.html
trunk/moodle/lang/fr_utf8/help/
trunk/moodle/lang/fr_utf8/help/liveclassroom/
trunk/moodle/lang/fr_utf8/help/liveclassroom/mods.html
Added: trunk/moodle/lang/en/help/liveclassroom/mods.html
===================================================================
--- trunk/moodle/lang/en/help/liveclassroom/mods.html (rev 0)
+++ trunk/moodle/lang/en/help/liveclassroom/mods.html 2007-01-10 07:59:32 UTC (rev 173)
@@ -0,0 +1,14 @@
+<p><img alt="" src="<?php echo $CFG->wwwroot?>/mod/liveclassroom/icon.gif" /> <b>Live Classroom</b></p>
+<div class="indent">
+<p>
+ Live Classroom allows students and instructors to meet synchronously online,
+ using multi-way Voice over IP audio, application sharing, and content display,
+ enabling instructors to add vitally important elements of interaction that
+ simply cannot be provided in a text-based course. Sessions within Live
+ Classroom may be recorded for future review.
+</p>
+<p>
+ Two types of Live Classrooms are available: Lecture rooms are instructor-led,
+ while Discussion rooms provide shared presentation rights to both students and
+ instructors, designed for student collaboration in the absence of an instructor.
+</div>
Property changes on: trunk/moodle/lang/en/help/liveclassroom/mods.html
___________________________________________________________________
Name: svn:mime-type
+ text/html
Name: svn:keywords
+ Date Revision Author Id
Name: svn:eol-style
+ native
Added: trunk/moodle/lang/en_utf8/help/liveclassroom/mods.html
===================================================================
--- trunk/moodle/lang/en_utf8/help/liveclassroom/mods.html (rev 0)
+++ trunk/moodle/lang/en_utf8/help/liveclassroom/mods.html 2007-01-10 07:59:32 UTC (rev 173)
@@ -0,0 +1,14 @@
+<p><img alt="" src="<?php echo $CFG->wwwroot?>/mod/liveclassroom/icon.gif" /> <b>Live Classroom</b></p>
+<div class="indent">
+<p>
+ Live Classroom allows students and instructors to meet synchronously online,
+ using multi-way Voice over IP audio, application sharing, and content display,
+ enabling instructors to add vitally important elements of interaction that
+ simply cannot be provided in a text-based course. Sessions within Live
+ Classroom may be recorded for future review.
+</p>
+<p>
+ Two types of Live Classrooms are available: Lecture rooms are instructor-led,
+ while Discussion rooms provide shared presentation rights to both students and
+ instructors, designed for student collaboration in the absence of an instructor.
+</div>
Property changes on: trunk/moodle/lang/en_utf8/help/liveclassroom/mods.html
___________________________________________________________________
Name: svn:mime-type
+ text/html
Name: svn:keywords
+ Date Revision Author Id
Name: svn:eol-style
+ native
Added: trunk/moodle/lang/fr/help/liveclassroom/mods.html
===================================================================
--- trunk/moodle/lang/fr/help/liveclassroom/mods.html (rev 0)
+++ trunk/moodle/lang/fr/help/liveclassroom/mods.html 2007-01-10 07:59:32 UTC (rev 173)
@@ -0,0 +1,15 @@
+<p><img alt="" src="<?php echo $CFG->wwwroot?>/mod/liveclassroom/icon.gif" /> <b>Live Classroom</b></p>
+<div class="indent">
+<p>
+ Live Classroom permet aux \x8Etudiants et aux instructeurs de se rencontrer en
+ ligne en utilisant la voix sur IP, le partage d'application, et l'afichage de
+ contenu. Ceci permets aux instructeur d'ajouter d'importants \x8El\x8Ements
+ d'interaction qui ne peuvent \x90tre apport\x8Es par le contenu textuel. Les sessions
+ de Live Classroom peuvent \x90tre enregistr\x8Ees pour un visionnage futur.
+</p>
+<p>
+ Deux types de Live Classrooms sont disponibles: les Salles de Classe sont
+ dirig\x8Ees par l'instructeur, tandis que les Salles de Discussion donnent les
+ m\x90mes droits aux instructeurs et aux \x8Etudiants, permettant la collaboration
+ entre \x8Etudiants en l'absence d'un instructeur.
+</div>
Property changes on: trunk/moodle/lang/fr/help/liveclassroom/mods.html
___________________________________________________________________
Name: svn:mime-type
+ text/html
Name: svn:keywords
+ Date Revision Author Id
Name: svn:eol-style
+ native
Modified: trunk/moodle/lang/fr/liveclassroom.php
===================================================================
--- trunk/moodle/lang/fr/liveclassroom.php 2007-01-10 00:24:15 UTC (rev 172)
+++ trunk/moodle/lang/fr/liveclassroom.php 2007-01-10 07:59:32 UTC (rev 173)
@@ -56,7 +56,7 @@
//Add activity form
$string['name'] = 'Nom';
$string['liveclassroomtype'] = 'Live Classroom Associée';
-$string['topicformat'] = 'Sujet de l\activité';
+$string['topicformat'] = 'Sujet de l\'activité';
$string['weeksformat'] = 'Semaine de l\'activité';
$string['requiredfields'] = 'Champs nécessaires';
$string['topicdisplay'] = 'Sujet';
Added: trunk/moodle/lang/fr_utf8/help/liveclassroom/mods.html
===================================================================
--- trunk/moodle/lang/fr_utf8/help/liveclassroom/mods.html (rev 0)
+++ trunk/moodle/lang/fr_utf8/help/liveclassroom/mods.html 2007-01-10 07:59:32 UTC (rev 173)
@@ -0,0 +1,15 @@
+<p><img alt="" src="<?php echo $CFG->wwwroot?>/mod/liveclassroom/icon.gif" /> <b>Live Classroom</b></p>
+<div class="indent">
+<p>
+ Live Classroom permet aux \x8Etudiants et aux instructeurs de se rencontrer en
+ ligne en utilisant la voix sur IP, le partage d'application, et l'afichage de
+ contenu. Ceci permets aux instructeur d'ajouter d'importants \x8El\x8Ements
+ d'interaction qui ne peuvent \x90tre apport\x8Es par le contenu textuel. Les sessions
+ de Live Classroom peuvent \x90tre enregistr\x8Ees pour un visionnage futur.
+</p>
+<p>
+ Deux types de Live Classrooms sont disponibles: les Salles de Classe sont
+ dirig\x8Ees par l'instructeur, tandis que les Salles de Discussion donnent les
+ m\x90mes droits aux instructeurs et aux \x8Etudiants, permettant la collaboration
+ entre \x8Etudiants en l'absence d'un instructeur.
+</div>
Property changes on: trunk/moodle/lang/fr_utf8/help/liveclassroom/mods.html
___________________________________________________________________
Name: svn:mime-type
+ text/html
Name: svn:keywords
+ Date Revision Author Id
Name: svn:eol-style
+ native
Modified: trunk/moodle/lang/fr_utf8/liveclassroom.php
===================================================================
--- trunk/moodle/lang/fr_utf8/liveclassroom.php 2007-01-10 00:24:15 UTC (rev 172)
+++ trunk/moodle/lang/fr_utf8/liveclassroom.php 2007-01-10 07:59:32 UTC (rev 173)
@@ -56,7 +56,7 @@
//Add activity form
$string['name'] = 'Nom';
$string['liveclassroomtype'] = 'Live Classroom Associée';
-$string['topicformat'] = 'Sujet de l\activité';
+$string['topicformat'] = 'Sujet de l\'activité';
$string['weeksformat'] = 'Semaine de l\'activité';
$string['requiredfields'] = 'Champs nécessaires';
$string['topicdisplay'] = 'Sujet';
Modified: trunk/moodle/mod/voicetool/mod.html
===================================================================
--- trunk/moodle/mod/voicetool/mod.html 2007-01-10 00:24:15 UTC (rev 172)
+++ trunk/moodle/mod/voicetool/mod.html 2007-01-10 07:59:32 UTC (rev 173)
@@ -7,7 +7,7 @@
require_once('api.php');
require_once($CFG->dirroot.'/calendar/lib.php');
- require_once($CFG->dirroot.'/mod/voicetools/lib.php');
+ require_once($CFG->dirroot.'/mod/voicetool/lib.php');
$id = optional_param('id', 0, PARAM_INT);
require_once("../config.php");
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|