[Hw4mdl-svn] SF.net SVN: hw4mdl: [117] trunk/moodle/lang/en_utf8
Brought to you by:
jhlinder,
trollinger
From: <sh...@us...> - 2006-12-21 10:14:54
|
Revision: 117 http://svn.sourceforge.net/hw4mdl/?rev=117&view=rev Author: shazan Date: 2006-12-21 02:14:52 -0800 (Thu, 21 Dec 2006) Log Message: ----------- block lang file Modified Paths: -------------- trunk/moodle/lang/en_utf8/liveclassroom.php Added Paths: ----------- trunk/moodle/lang/en_utf8/block_bliveclassroom.php Added: trunk/moodle/lang/en_utf8/block_bliveclassroom.php =================================================================== --- trunk/moodle/lang/en_utf8/block_bliveclassroom.php (rev 0) +++ trunk/moodle/lang/en_utf8/block_bliveclassroom.php 2006-12-21 10:14:52 UTC (rev 117) @@ -0,0 +1,8 @@ +<?php // $Id$ + +$string['blocktitle'] = 'Live Classrooms'; +$string['globalnumbers'] = 'Number of Next Live Classroom display in the global section :'; +$string['coursenumbers'] = 'Number of Next Live Classroom display for each course :'; +$string['jumptocurrentweek'] = 'Jump to current week'; +$string['weeks'] = 'Weeks'; +?> Property changes on: trunk/moodle/lang/en_utf8/block_bliveclassroom.php ___________________________________________________________________ Name: svn:mime-type + text/plain Name: svn:keywords + Date Revision Author Id Name: svn:eol-style + native Modified: trunk/moodle/lang/en_utf8/liveclassroom.php =================================================================== --- trunk/moodle/lang/en_utf8/liveclassroom.php 2006-12-21 10:10:57 UTC (rev 116) +++ trunk/moodle/lang/en_utf8/liveclassroom.php 2006-12-21 10:14:52 UTC (rev 117) @@ -27,21 +27,34 @@ ******************************************************************************/ /* $Id$ */ - +// Configuration $string['modulename'] = 'Live Classroom'; $string['modulenameplural'] = 'Live Classrooms'; $string['serverconfiguration'] = 'Live Classroom Server Configuration'; $string['explainserverconfiguration'] = 'This is the Live Classroom Server Configuration.'; -$string['servername'] = 'Server Name'; -$string['configservername'] = 'Enter the server name in the form http://AAA.BBB.CCC.DDD/'; +$string['servername'] = 'Live Classroom Server Name'; +$string['configservername'] = 'Enter the server name in the form http://AAA.BBB.CCC.DDD'; $string['adminusername'] = 'Admin User Name'; $string['configadminusername'] = 'Enter the admin username'; $string['adminpassword'] = 'Admin Password'; $string['configadminpassword'] = 'Enter the admin password'; $string['settinguniqueid'] = 'Unique Prefix ID'; $string['configsettinguniqueid'] = 'A unique prefix id so that multiple moodle instances can share one Live Classroom Server without collision.'; +$string['lcversion'] = 'Live Classroom Version'; +$string['lcversionnumber'] = '4.3.1'; +$string['integrationversion'] = 'Integration Version'; +$string['integrationversionnumber'] = '1.0'; + +//Add activity form +$string['name'] = 'Name'; $string['liveclassroomtype'] = 'Room associated'; +$string['topicformat'] = 'Topic for this activity'; +$string['weeksformat'] = 'Week for this activity'; +$string['requiredfields'] = 'Required Fields'; +$string['topicdisplay'] = 'Topic'; +$string['firstsection'] = 'Section 0'; + $string['linksfor'] = 'Access Live Classrooms for '; $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'; @@ -49,10 +62,9 @@ $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'; $string['wizard.text.3'] = 'in order to make sure your computer is ready.'; @@ -63,7 +75,16 @@ $string['wizard.text2.2'] = 'setup wizard'; $string['wizard.text2.3'] = 'to make sure that your computer is ready to use the Live Classroom'; -$string['topicdisplay'] = 'Topic'; -$string['firstsection'] = 'Section 0'; + + +$string['wrongconfigurationURLunavailable'] = 'Wrong server configuration, URL unavailable, please see the logs to fix the error'; +$string['wrongconfigurationURLincorrect'] = 'Wrong server configuration, URL incorrect, please see the logs to fix the error'; + +//First Time Use - not use yet +$string['firstRoom'] = 'Main classroom'; +$string['secondRoom'] = 'Group 1'; +$string['thirdRoom'] = 'Group 2'; +$string['fourthRoom'] = 'Group 3'; + ?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |