[Hw4mdl-svn] SF.net SVN: hw4mdl: [78] trunk/moodle/lang/en/liveclassroom.php
Brought to you by:
jhlinder,
trollinger
From: <sh...@us...> - 2006-10-10 12:22:44
|
Revision: 78 http://svn.sourceforge.net/hw4mdl/?rev=78&view=rev Author: shazan Date: 2006-10-10 05:22:30 -0700 (Tue, 10 Oct 2006) Log Message: ----------- lang file Modified Paths: -------------- trunk/moodle/lang/en/liveclassroom.php Modified: trunk/moodle/lang/en/liveclassroom.php =================================================================== --- trunk/moodle/lang/en/liveclassroom.php 2006-10-03 14:17:12 UTC (rev 77) +++ trunk/moodle/lang/en/liveclassroom.php 2006-10-10 12:22:30 UTC (rev 78) @@ -42,13 +42,22 @@ $string['configsettinguniqueid'] = 'A unique prefix id so that multiple moodle instances can share one Live Classroom Server without collision.'; $string['alert.submit'] = 'Are you sure these settings are correct?'; - +$string['liveclassroomtype'] = 'Room associated'; +//$string['basetype'] = 'Select a Room type'; +$string['lecturehall'] = 'Lecture Hall Room'; +$string['breackout'] = 'BreackOut Room'; $string['linksfor'] = 'Access Live Classrooms for '; -$string['accessrooms'] = 'Access To Live Classrooms and Archives'; +$string['listroom'] = 'List of Rooms and Archives for '; +$string['otherroom'] = 'Create Other Room Type...'; +$string['accessroomsteacher'] = 'Access To Live Classroom and Archives - Clik here if the popup didn\'t start'; +$string['accessroomsstudent'] = 'Access To Live Classroom - Clik here if the popup didn\'t start'; $string['managerooms'] = 'Manage Rooms and Archives (Instructors)'; $string['labelcreateroom'] = 'New Room Name: '; $string['buttoncreateroom'] = 'Create Room'; $string['roomcreated'] = 'Room was successfully created'; +$string['requiredfields'] = 'Required Fields'; +$string['topicformat'] = 'Topic for this activity'; +$string['weeksformat'] = 'Week for this activity'; $string['wizard.text.1'] = 'Note: The first time that you enter the Live Classroom you will need to run the'; $string['wizard.text.2'] = 'setup wizard'; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |