Index: lams_central/src/flash/org/lamsfoundation/lams/monitoring/LessonManagerDialog.as
===================================================================
diff -u -r7a611f2cff378e20a27ea8c9ad38bff158498236 -rd94cbd2e89ce1059aa3c9af470b56c60e0a03b74
--- lams_central/src/flash/org/lamsfoundation/lams/monitoring/LessonManagerDialog.as (.../LessonManagerDialog.as) (revision 7a611f2cff378e20a27ea8c9ad38bff158498236)
+++ lams_central/src/flash/org/lamsfoundation/lams/monitoring/LessonManagerDialog.as (.../LessonManagerDialog.as) (revision d94cbd2e89ce1059aa3c9af470b56c60e0a03b74)
@@ -280,9 +280,10 @@
resultDTO.selectedStaff = selectedStaff;
resultDTO.selectedLearners = selectedLearners;
var orgName:String = snode.attributes.data.name;
- resultDTO.staffGroupName = orgName + ' staff';
- resultDTO.learnersGroupName = orgName + ' learners';
+ resultDTO.staffGroupName = Dictionary.getValue('staff_group_name', [orgName]);
+ resultDTO.learnersGroupName = Dictionary.getValue('learners_group_name', [orgName]);
+
trace('selected org ID is: ' + selectedOrgID);
doOrganisationDispatch();
Index: lams_central/src/flash/org/lamsfoundation/lams/wizard/WizardView.as
===================================================================
diff -u -r8f5c05c35ba1f82aa59e479cd0ad496ddfce43c8 -rd94cbd2e89ce1059aa3c9af470b56c60e0a03b74
--- lams_central/src/flash/org/lamsfoundation/lams/wizard/WizardView.as (.../WizardView.as) (revision 8f5c05c35ba1f82aa59e479cd0ad496ddfce43c8)
+++ lams_central/src/flash/org/lamsfoundation/lams/wizard/WizardView.as (.../WizardView.as) (revision d94cbd2e89ce1059aa3c9af470b56c60e0a03b74)
@@ -930,8 +930,8 @@
resultDTO.selectedStaff = selectedStaff;
resultDTO.selectedLearners = selectedLearners;
var orgName:String = snode.attributes.data.name;
- resultDTO.staffGroupName = orgName + 'staff';
- resultDTO.learnersGroupName = orgName + 'learners';
+ resultDTO.staffGroupName = Dictionary.getValue('staff_group_name', [orgName]);
+ resultDTO.learnersGroupName = Dictionary.getValue('learners_group_name', [orgName]);
trace('selected org ID is: ' + selectedOrgID);
Index: lams_central/web/flashxml/monitoring/en_AU_dictionary.xml
===================================================================
diff -u -r0aede1334cbcdef1285f23963e979e2f6ad29e45 -rd94cbd2e89ce1059aa3c9af470b56c60e0a03b74
--- lams_central/web/flashxml/monitoring/en_AU_dictionary.xml (.../en_AU_dictionary.xml) (revision 0aede1334cbcdef1285f23963e979e2f6ad29e45)
+++ lams_central/web/flashxml/monitoring/en_AU_dictionary.xml (.../en_AU_dictionary.xml) (revision d94cbd2e89ce1059aa3c9af470b56c60e0a03b74)
@@ -1 +1 @@
-getDictionary3al_alertAlertGeneric title for Alert windowal_cancelCancelTo Confirm title for LFErroral_confirmConfirmTo Confirm title for LFErroral_okOKOK on the alert dialogapp_chk_langloadThe lanaguage data has not been loadedmessage for unsuccessful language loadingapp_chk_themeloadThe theme data has not been loadedmessage for unsuccessful theme loadingapp_fail_continueThe application cannot continue. Please contact supportmessage if application cannot continue due to any errordb_datasend_confirmThanks for Sending data to serverMessage when user sucessfully dumps data to the servermnu_editEditMenu bar Editmnu_edit_copyCopyMenu bar Edit > Copymnu_edit_cutCutMenu bar Edit > Cutmnu_edit_pastePasteMenu bar Edit > Pastemnu_fileFileMenu bar Filemnu_file_refreshRefreshMenu bar Refreshmnu_file_editclassEdit ClassMenu bar Edit Classmnu_file_startStartMenu bar Startmnu_helpHelpMenu bar Helpmnu_help_abtAboutMenu bar Aboutperm_act_lblPermissionLabel for permission gate activitysched_act_lblScheduleLabel for schedule gate activitysynch_act_lblSynchroniseUsed as a label for the Synch Gate Activity Typews_RootRootRoot folder title for workspacews_dlg_cancel_buttonCancel2ws_dlg_location_buttonLocationWorkspace dialogue Location btn labelws_tree_mywspMy WorkspaceThe root level of the treews_tree_orgsOrganisationsShown in the top level of the tree in the workspacesys_error_msg_startA following system error has occurred:Common System error message starting linesys_error_msg_finishYou may need to re-start LAMS Author to continue. Do you want to save the following information about this error to help fix this problem?Common System error message finish paragraphsys_errorSystem ErrorSystem Error elert window titlemnu_file_scheduleScheduleMenu bar Schedulemnu_file_exitExitMenu bar Exitmnu_view_learnersLearners...Menu bar Learnersmnu_goGoMenu bar Gomnu_go_lessonLessonMenu bar Go to Lesson Tabmnu_go_scheduleScheduleMenu bar Go to Schedule Tabmnu_go_learnersLearnersMenu bar Go to Learners Tabmnu_go_todoTodoMenu bar Todomnu_help_helpMonitoring HelpMenu bar Help itemrefresh_btnRefreshRefresh buttonhelp_btnHelpHelp buttonmtab_lessonLessonMonitor Lesson details tabmtab_seqSequenceMonitor Sequence tabmtab_learnersLearnersMonitor Learners tabmtab_todoTodoMonitor Todo tabls_status_lblStatus:Status label - Lesson detailsls_learners_lblLearners:Learner label - Lesson detailsls_class_lblClass:Class label - Lesson detailsls_manage_class_lblClass:Class managing label - Lesson detailsls_manage_status_lblChange Status:Status managing label - Lesson detailsls_manage_start_lblStart:Start managing label - Lesson detailsls_manage_learners_btnView LearnersView learners button - Lesson details (manage section)ls_manage_editclass_btnEdit ClassEdit class button - Lesson details (manage section)ls_manage_apply_btnApplyStatus Apply button - Lesson details (manage section)ls_manage_schedule_btnScheduleSchedule start button - Lesson details (manage section)ls_manage_start_btnStart NowStart immediately button - Lesson details (manage section)ls_manage_date_lblDateDate field title - Lesson details (manage section)ls_duration_lblElapsed Duration:Elapsed duration of lesson - Lesson detailsls_manage_status_cmbSelect status:Status combo top (index) item - Lesson details (manage section)ls_status_cmb_activateActivateLesson status option - Activatels_status_cmb_disableDisableLesson status option - Disable (suspend)ls_status_cmb_enableActiveLesson status option - Enable (make active/unsuspend)ls_status_cmb_archiveArchiveLesson status option - Archivels_status_active_lblCreated but not startedCurrent status description if active (enabled)ls_status_disabled_lblSuspendedCurrent status description if suspended (disabled)ls_status_archived_lblArchivedCurrent status description if archviedls_status_started_lblStartedCurrent status description if started (enabled)ls_win_editclass_titleEdit ClassEdit class window titlels_win_learners_titleView LearnersView learners window titlemnu_viewViewMenu bar Viewls_win_editclass_save_btnSaveSave button on Edit Class popupls_win_editclass_cancel_btnCancelCancel button on Edit Class popupls_win_learners_close_btnCloseClose button on View Learners popupls_win_editclass_organisation_lblOrganisationHeading for Organisation tree on Edit Class popupls_win_editclass_staff_lblStaffHeading for Staff list on Edit Class popupls_win_editclass_learners_lblLearnersHeading for Learners list on the Edit Class popupls_win_learners_heading_lblLearners in class: Heading on View Learners window panel.td_desc_headingAdvanced Controls:Todo tab description headingtd_desc_textUse of this Todo Tab is not required to complete the sequence. See the help page for more information.<br><br>This feature is now fully functional.Todo tab descriptionopt_activity_titleOptional ActivityTitle for Optional Activity on canvas (monitoring)lbl_num_activitieschild activitiesNumber of child activities for Complex activity shown on canvas.ls_of_textofi.e. 1 of 10 Used for showing how many learners have startedls_manage_txtManage LessonHeading for Management section of Lesson Tabls_tasks_txtRequired TasksHeading for Required Tasks (todo section of Lesson tab)td_goContribute_btnGoGo button on contribute entry itemlearner_exportPortfolio_btnExport PortfolioLabel for Export Portfolio used both on learners tab to export learner data and monitor tab to export class datals_status_scheduled_lblScheduledLesson status option - Scheduled (Not Started)al_confirm_forcecomplete_toactivityAre you sure you want to force complete learner '{0}' to Activity '{1}'?Message to get confirmation from user before send data to server for force complete a learner to the activity it has been droppedal_error_forcecomplete_invalidactivityYou have dropped the learner '{0}' on either its current or on its completed activity '{1}'Error message when learner has been dropped on its previous or on its current activityal_confirm_forcecomplete_tofinishAre you sure you want to force complete learner '{0}' to the end of lesson?Message to get confirmation from user before sending data to server for force complete to the end of lessonal_error_forcecomplete_notargetPlease drop the learner '{0}' on an activity or end of lesson.Error Message when learner has been dropped outside of an activity or end of lesson bar at the bottom on the canvastitle_sequencetab_endGateFinished Learners:Title for end gate bar shown at the bottom of monitor tab where user can drop a learner to force complete to the end of lessongoContribute_btn_tooltipComplete this task nowtool tip message for go button in required tasks list in lesson tabhelp_btn_tooltipHelptool tip message for help button in toolbarrefresh_btn_tooltipReload the latest progress data for the learners tool tip message for the refresh buttonls_manage_editclass_btn_tooltipEdit the list of learners and staff assigned to this lessontool tip message for the edit class button in lesson tab under manage lesson sectionls_manage_learners_btn_tooltipShows all the learners assigned to this lessontool tip message for the view learners button in lesson tab under manage lesson sectionls_manage_apply_btn_tooltipChange the status of this lesson based on the drop down selectiontool tip message for the apply button in lesson tab under manage lesson section to change the lesson statusclass_exportPortfolio_btn_tooltipExport the class portfolio and save it on you computer for future referencetool tip message for exportportfolio button next to refresh button to export class portfolio and save in on user computerlearner_exportPortfolio_btn_tooltipExport this learner portfolio and save it on you computer for future referencetool tip message for exportportfolio button for individual learner to export portfolio for the respective learner and save to it in on user computer for future referencels_manage_start_btn_tooltipStart the lesson immediatelytool tip message for the start now button in lesson tab under manage lesson section when staff has not yet started the lesson while creating a lessonls_manage_schedule_btn_tooltipSchedule lesson to start in a future timetool tip message for the schedule button in lesson tab under manage lesson section to shedule the lesson to start of selected date and timecurrent_act_tooltipDouble click to review in-progress contribution for learner's current activitytool tip message for current activity iconcompleted_act_tooltipDouble click to review the contribution for learner's completed activitytool tip message for completed activity iconal_doubleclick_todoactivitySorry, learner: {0} has not reached the activity: {1}, yet.alert message when user double click on the todo activity in the sequence under learner tabal_validation_schstartNo date was selected. Please select a date and time.Message when no date is selected for starting a lesson by schedule.ls_manage_time_lblTime (Hours : Minutes)Time fields title - Lesson details (manage section)al_validation_schtimePlease enter a valid time.Alert message when user enters an invalid time for schedule startfinish_learner_tooltipTo force complete a learner to the end of lesson, drag the learner icon over to this bar and release the iconRollover message when user moves their mouse over the end gate bar in monitor tab viewccm_monitor_activityOpen Activity MonitorLabel for Custom Context Monitor Activityccm_monitor_activityhelpMonitor Activity HelpLabel for Custom Context Monitor Activity Helplearner_viewJournals_btnJournal EntriesLabel for Journal Entries button used on Learners tab to view all journal entires for the lesson.learner_viewJournals_btn_tooltipView all Journal Entries saved by Learnerstool tip message for Journal Entries button used on Learner tab to view all journal entires for the lesson.ls_learnerURL_lblLearner URL:Learner URL:ls_manage_learnerExpp_lblEnable export portfolio for learnerLabel for Enable export portfolio for Learnerls_confirm_expp_enabledExport Portfolio is now enabled for learnersConfirmation message on enabling export portfolio for learnersls_confirm_expp_disabledExport Portfolio is now disabled for learnersConfirmation message on disabling export portfolio for learnersls_remove_confirm_msgYou have selected to Remove this lesson. Removed lessons cannot be retrieved again. Continue?remove confirm msgls_status_cmb_removeRemoveLesson status option - Removels_status_removed_lblRemovedCurrent status description if deleted (removed) lesson.al_yesYesYes on the alert dialogal_noNo"No" on the alert dialogls_remove_warning_msgWARNING: The lesson is about to be removed. Do you want it keep this lesson as archived?Message for the alert dialog which appears following confirmation dialog for removing a lesson.
\ No newline at end of file
+getDictionary3Generic title for Alert windowAlertal_alertTo Confirm title for LFErrorCancelal_cancelTo Confirm title for LFErrorConfirmal_confirmOK on the alert dialogOKal_okmessage for unsuccessful language loadingThe lanaguage data has not been loadedapp_chk_langloadmessage for unsuccessful theme loadingThe theme data has not been loadedapp_chk_themeloadmessage if application cannot continue due to any errorThe application cannot continue. Please contact supportapp_fail_continueMessage when user sucessfully dumps data to the serverThanks for Sending data to serverdb_datasend_confirmMenu bar EditEditmnu_editMenu bar Edit > CopyCopymnu_edit_copyMenu bar Edit > CutCutmnu_edit_cutMenu bar Edit > PastePastemnu_edit_pasteMenu bar FileFilemnu_fileMenu bar RefreshRefreshmnu_file_refreshMenu bar Edit ClassEdit Classmnu_file_editclassMenu bar StartStartmnu_file_startMenu bar HelpHelpmnu_helpMenu bar AboutAboutmnu_help_abtLabel for permission gate activityPermissionperm_act_lblLabel for schedule gate activitySchedulesched_act_lblUsed as a label for the Synch Gate Activity TypeSynchronisesynch_act_lblRoot folder title for workspaceRootws_Root2Cancelws_dlg_cancel_buttonWorkspace dialogue Location btn labelLocationws_dlg_location_buttonThe root level of the treeMy Workspacews_tree_mywspShown in the top level of the tree in the workspaceOrganisationsws_tree_orgsCommon System error message starting lineA following system error has occurred:sys_error_msg_startCommon System error message finish paragraphYou may need to re-start LAMS Author to continue. Do you want to save the following information about this error to help fix this problem?sys_error_msg_finishSystem Error elert window titleSystem Errorsys_errorMenu bar ScheduleSchedulemnu_file_scheduleMenu bar ExitExitmnu_file_exitMenu bar LearnersLearners...mnu_view_learnersMenu bar GoGomnu_goMenu bar Go to Lesson TabLessonmnu_go_lessonMenu bar Go to Schedule TabSchedulemnu_go_scheduleMenu bar Go to Learners TabLearnersmnu_go_learnersMenu bar TodoTodomnu_go_todoMenu bar Help itemMonitoring Helpmnu_help_helpRefresh buttonRefreshrefresh_btnHelp buttonHelphelp_btnMonitor Lesson details tabLessonmtab_lessonMonitor Sequence tabSequencemtab_seqMonitor Learners tabLearnersmtab_learnersMonitor Todo tabTodomtab_todoStatus label - Lesson detailsStatus:ls_status_lblLearner label - Lesson detailsLearners:ls_learners_lblClass label - Lesson detailsClass:ls_class_lblClass managing label - Lesson detailsClass:ls_manage_class_lblStatus managing label - Lesson detailsChange Status:ls_manage_status_lblStart managing label - Lesson detailsStart:ls_manage_start_lblView learners button - Lesson details (manage section)View Learnersls_manage_learners_btnEdit class button - Lesson details (manage section)Edit Classls_manage_editclass_btnStatus Apply button - Lesson details (manage section)Applyls_manage_apply_btnSchedule start button - Lesson details (manage section)Schedulels_manage_schedule_btnStart immediately button - Lesson details (manage section)Start Nowls_manage_start_btnDate field title - Lesson details (manage section)Datels_manage_date_lblElapsed duration of lesson - Lesson detailsElapsed Duration:ls_duration_lblStatus combo top (index) item - Lesson details (manage section)Select status:ls_manage_status_cmbLesson status option - ActivateActivatels_status_cmb_activateLesson status option - Disable (suspend)Disablels_status_cmb_disableLesson status option - Enable (make active/unsuspend)Activels_status_cmb_enableLesson status option - ArchiveArchivels_status_cmb_archiveCurrent status description if active (enabled)Created but not startedls_status_active_lblCurrent status description if suspended (disabled)Suspendedls_status_disabled_lblCurrent status description if archviedArchivedls_status_archived_lblCurrent status description if started (enabled)Startedls_status_started_lblEdit class window titleEdit Classls_win_editclass_titleView learners window titleView Learnersls_win_learners_titleMenu bar ViewViewmnu_viewSave button on Edit Class popupSavels_win_editclass_save_btnCancel button on Edit Class popupCancells_win_editclass_cancel_btnClose button on View Learners popupClosels_win_learners_close_btnHeading for Organisation tree on Edit Class popupOrganisationls_win_editclass_organisation_lblHeading for Staff list on Edit Class popupStaffls_win_editclass_staff_lblHeading for Learners list on the Edit Class popupLearnersls_win_editclass_learners_lblHeading on View Learners window panel.Learners in class: ls_win_learners_heading_lblTodo tab description headingAdvanced Controls:td_desc_headingTodo tab descriptionUse of this Todo Tab is not required to complete the sequence. See the help page for more information.<br><br>This feature is now fully functional.td_desc_textTitle for Optional Activity on canvas (monitoring)Optional Activityopt_activity_titleNumber of child activities for Complex activity shown on canvas.child activitieslbl_num_activitiesi.e. 1 of 10 Used for showing how many learners have startedofls_of_textHeading for Management section of Lesson TabManage Lessonls_manage_txtHeading for Required Tasks (todo section of Lesson tab)Required Tasksls_tasks_txtGo button on contribute entry itemGotd_goContribute_btnLabel for Export Portfolio used both on learners tab to export learner data and monitor tab to export class dataExport Portfoliolearner_exportPortfolio_btnLesson status option - Scheduled (Not Started)Scheduledls_status_scheduled_lblMessage to get confirmation from user before send data to server for force complete a learner to the activity it has been droppedAre you sure you want to force complete learner '{0}' to Activity '{1}'?al_confirm_forcecomplete_toactivityError message when learner has been dropped on its previous or on its current activityYou have dropped the learner '{0}' on either its current or on its completed activity '{1}'al_error_forcecomplete_invalidactivityMessage to get confirmation from user before sending data to server for force complete to the end of lessonAre you sure you want to force complete learner '{0}' to the end of lesson?al_confirm_forcecomplete_tofinishError Message when learner has been dropped outside of an activity or end of lesson bar at the bottom on the canvasPlease drop the learner '{0}' on an activity or end of lesson.al_error_forcecomplete_notargetTitle for end gate bar shown at the bottom of monitor tab where user can drop a learner to force complete to the end of lessonFinished Learners:title_sequencetab_endGatetool tip message for go button in required tasks list in lesson tabComplete this task nowgoContribute_btn_tooltiptool tip message for help button in toolbarHelphelp_btn_tooltiptool tip message for the refresh buttonReload the latest progress data for the learners refresh_btn_tooltiptool tip message for the edit class button in lesson tab under manage lesson sectionEdit the list of learners and staff assigned to this lessonls_manage_editclass_btn_tooltiptool tip message for the view learners button in lesson tab under manage lesson sectionShows all the learners assigned to this lessonls_manage_learners_btn_tooltiptool tip message for the apply button in lesson tab under manage lesson section to change the lesson statusChange the status of this lesson based on the drop down selectionls_manage_apply_btn_tooltiptool tip message for exportportfolio button next to refresh button to export class portfolio and save in on user computerExport the class portfolio and save it on you computer for future referenceclass_exportPortfolio_btn_tooltiptool tip message for exportportfolio button for individual learner to export portfolio for the respective learner and save to it in on user computer for future referenceExport this learner portfolio and save it on you computer for future referencelearner_exportPortfolio_btn_tooltiptool tip message for the start now button in lesson tab under manage lesson section when staff has not yet started the lesson while creating a lessonStart the lesson immediatelyls_manage_start_btn_tooltiptool tip message for the schedule button in lesson tab under manage lesson section to shedule the lesson to start of selected date and timeSchedule lesson to start in a future timels_manage_schedule_btn_tooltiptool tip message for current activity iconDouble click to review in-progress contribution for learner's current activitycurrent_act_tooltiptool tip message for completed activity iconDouble click to review the contribution for learner's completed activitycompleted_act_tooltipalert message when user double click on the todo activity in the sequence under learner tabSorry, learner: {0} has not reached the activity: {1}, yet.al_doubleclick_todoactivityMessage when no date is selected for starting a lesson by schedule.No date was selected. Please select a date and time.al_validation_schstartTime fields title - Lesson details (manage section)Time (Hours : Minutes)ls_manage_time_lblAlert message when user enters an invalid time for schedule startPlease enter a valid time.al_validation_schtimeRollover message when user moves their mouse over the end gate bar in monitor tab viewTo force complete a learner to the end of lesson, drag the learner icon over to this bar and release the iconfinish_learner_tooltipLabel for Custom Context Monitor ActivityOpen Activity Monitorccm_monitor_activityLabel for Custom Context Monitor Activity HelpMonitor Activity Helpccm_monitor_activityhelpLabel for Journal Entries button used on Learners tab to view all journal entires for the lesson.Journal Entrieslearner_viewJournals_btntool tip message for Journal Entries button used on Learner tab to view all journal entires for the lesson.View all Journal Entries saved by Learnerslearner_viewJournals_btn_tooltipLearner URL:Learner URL:ls_learnerURL_lblLabel for Enable export portfolio for LearnerEnable export portfolio for learnerls_manage_learnerExpp_lblConfirmation message on enabling export portfolio for learnersExport Portfolio is now enabled for learnersls_confirm_expp_enabledConfirmation message on disabling export portfolio for learnersExport Portfolio is now disabled for learnersls_confirm_expp_disabledremove confirm msgYou have selected to Remove this lesson. Removed lessons cannot be retrieved again. Continue?ls_remove_confirm_msgLesson status option - RemoveRemovels_status_cmb_removeCurrent status description if deleted (removed) lesson.Removedls_status_removed_lblYes on the alert dialogYesal_yes"No" on the alert dialogNoal_noMessage for the alert dialog which appears following confirmation dialog for removing a lesson.WARNING: The lesson is about to be removed. Do you want it keep this lesson as archived?ls_remove_warning_msglearners_group_name{0} learnersGroup name for the class's learners group.staff_group_name{0} staffGroup name for the class's staff group.
\ No newline at end of file
Index: lams_central/web/flashxml/monitoring/en_dictionary.xml
===================================================================
diff -u -r0aede1334cbcdef1285f23963e979e2f6ad29e45 -rd94cbd2e89ce1059aa3c9af470b56c60e0a03b74
--- lams_central/web/flashxml/monitoring/en_dictionary.xml (.../en_dictionary.xml) (revision 0aede1334cbcdef1285f23963e979e2f6ad29e45)
+++ lams_central/web/flashxml/monitoring/en_dictionary.xml (.../en_dictionary.xml) (revision d94cbd2e89ce1059aa3c9af470b56c60e0a03b74)
@@ -1 +1 @@
-getDictionary3al_alertAlertGeneric title for Alert windowal_cancelCancelTo Confirm title for LFErroral_confirmConfirmTo Confirm title for LFErroral_okOKOK on the alert dialogapp_chk_langloadThe lanaguage data has not been loadedmessage for unsuccessful language loadingapp_chk_themeloadThe theme data has not been loadedmessage for unsuccessful theme loadingapp_fail_continueThe application cannot continue. Please contact supportmessage if application cannot continue due to any errordb_datasend_confirmThanks for Sending data to serverMessage when user sucessfully dumps data to the servermnu_editEditMenu bar Editmnu_edit_copyCopyMenu bar Edit > Copymnu_edit_cutCutMenu bar Edit > Cutmnu_edit_pastePasteMenu bar Edit > Pastemnu_fileFileMenu bar Filemnu_file_refreshRefreshMenu bar Refreshmnu_file_editclassEdit ClassMenu bar Edit Classmnu_file_startStartMenu bar Startmnu_helpHelpMenu bar Helpmnu_help_abtAboutMenu bar Aboutperm_act_lblPermissionLabel for permission gate activitysched_act_lblScheduleLabel for schedule gate activitysynch_act_lblSynchroniseUsed as a label for the Synch Gate Activity Typews_RootRootRoot folder title for workspacews_dlg_cancel_buttonCancel2ws_dlg_location_buttonLocationWorkspace dialogue Location btn labelws_tree_mywspMy WorkspaceThe root level of the treews_tree_orgsOrganisationsShown in the top level of the tree in the workspacesys_error_msg_startA following system error has occurred:Common System error message starting linesys_error_msg_finishYou may need to re-start LAMS Author to continue. Do you want to save the following information about this error to help fix this problem?Common System error message finish paragraphsys_errorSystem ErrorSystem Error elert window titlemnu_file_scheduleScheduleMenu bar Schedulemnu_file_exitExitMenu bar Exitmnu_view_learnersLearners...Menu bar Learnersmnu_goGoMenu bar Gomnu_go_lessonLessonMenu bar Go to Lesson Tabmnu_go_scheduleScheduleMenu bar Go to Schedule Tabmnu_go_learnersLearnersMenu bar Go to Learners Tabmnu_go_todoTodoMenu bar Todomnu_help_helpMonitoring HelpMenu bar Help itemrefresh_btnRefreshRefresh buttonhelp_btnHelpHelp buttonmtab_lessonLessonMonitor Lesson details tabmtab_seqSequenceMonitor Sequence tabmtab_learnersLearnersMonitor Learners tabmtab_todoTodoMonitor Todo tabls_status_lblStatus:Status label - Lesson detailsls_learners_lblLearners:Learner label - Lesson detailsls_class_lblClass:Class label - Lesson detailsls_manage_class_lblClass:Class managing label - Lesson detailsls_manage_status_lblChange Status:Status managing label - Lesson detailsls_manage_start_lblStart:Start managing label - Lesson detailsls_manage_learners_btnView LearnersView learners button - Lesson details (manage section)ls_manage_editclass_btnEdit ClassEdit class button - Lesson details (manage section)ls_manage_apply_btnApplyStatus Apply button - Lesson details (manage section)ls_manage_schedule_btnScheduleSchedule start button - Lesson details (manage section)ls_manage_start_btnStart NowStart immediately button - Lesson details (manage section)ls_manage_date_lblDateDate field title - Lesson details (manage section)ls_duration_lblElapsed Duration:Elapsed duration of lesson - Lesson detailsls_manage_status_cmbSelect status:Status combo top (index) item - Lesson details (manage section)ls_status_cmb_activateActivateLesson status option - Activatels_status_cmb_disableDisableLesson status option - Disable (suspend)ls_status_cmb_enableActiveLesson status option - Enable (make active/unsuspend)ls_status_cmb_archiveArchiveLesson status option - Archivels_status_active_lblCreated but not startedCurrent status description if active (enabled)ls_status_disabled_lblSuspendedCurrent status description if suspended (disabled)ls_status_archived_lblArchivedCurrent status description if archviedls_status_started_lblStartedCurrent status description if started (enabled)ls_win_editclass_titleEdit ClassEdit class window titlels_win_learners_titleView LearnersView learners window titlemnu_viewViewMenu bar Viewls_win_editclass_save_btnSaveSave button on Edit Class popupls_win_editclass_cancel_btnCancelCancel button on Edit Class popupls_win_learners_close_btnCloseClose button on View Learners popupls_win_editclass_organisation_lblOrganisationHeading for Organisation tree on Edit Class popupls_win_editclass_staff_lblStaffHeading for Staff list on Edit Class popupls_win_editclass_learners_lblLearnersHeading for Learners list on the Edit Class popupls_win_learners_heading_lblLearners in class: Heading on View Learners window panel.td_desc_headingAdvanced Controls:Todo tab description headingtd_desc_textUse of this Todo Tab is not required to complete the sequence. See the help page for more information.<br><br>This feature is now fully functional.Todo tab descriptionopt_activity_titleOptional ActivityTitle for Optional Activity on canvas (monitoring)lbl_num_activitieschild activitiesNumber of child activities for Complex activity shown on canvas.ls_of_textofi.e. 1 of 10 Used for showing how many learners have startedls_manage_txtManage LessonHeading for Management section of Lesson Tabls_tasks_txtRequired TasksHeading for Required Tasks (todo section of Lesson tab)td_goContribute_btnGoGo button on contribute entry itemlearner_exportPortfolio_btnExport PortfolioLabel for Export Portfolio used both on learners tab to export learner data and monitor tab to export class datals_status_scheduled_lblScheduledLesson status option - Scheduled (Not Started)al_confirm_forcecomplete_toactivityAre you sure you want to force complete learner '{0}' to Activity '{1}'?Message to get confirmation from user before send data to server for force complete a learner to the activity it has been droppedal_error_forcecomplete_invalidactivityYou have dropped the learner '{0}' on either its current or on its completed activity '{1}'Error message when learner has been dropped on its previous or on its current activityal_confirm_forcecomplete_tofinishAre you sure you want to force complete learner '{0}' to the end of lesson?Message to get confirmation from user before sending data to server for force complete to the end of lessonal_error_forcecomplete_notargetPlease drop the learner '{0}' on an activity or end of lesson.Error Message when learner has been dropped outside of an activity or end of lesson bar at the bottom on the canvastitle_sequencetab_endGateFinished Learners:Title for end gate bar shown at the bottom of monitor tab where user can drop a learner to force complete to the end of lessongoContribute_btn_tooltipComplete this task nowtool tip message for go button in required tasks list in lesson tabhelp_btn_tooltipHelptool tip message for help button in toolbarrefresh_btn_tooltipReload the latest progress data for the learners tool tip message for the refresh buttonls_manage_editclass_btn_tooltipEdit the list of learners and staff assigned to this lessontool tip message for the edit class button in lesson tab under manage lesson sectionls_manage_learners_btn_tooltipShows all the learners assigned to this lessontool tip message for the view learners button in lesson tab under manage lesson sectionls_manage_apply_btn_tooltipChange the status of this lesson based on the drop down selectiontool tip message for the apply button in lesson tab under manage lesson section to change the lesson statusclass_exportPortfolio_btn_tooltipExport the class portfolio and save it on you computer for future referencetool tip message for exportportfolio button next to refresh button to export class portfolio and save in on user computerlearner_exportPortfolio_btn_tooltipExport this learner portfolio and save it on you computer for future referencetool tip message for exportportfolio button for individual learner to export portfolio for the respective learner and save to it in on user computer for future referencels_manage_start_btn_tooltipStart the lesson immediatelytool tip message for the start now button in lesson tab under manage lesson section when staff has not yet started the lesson while creating a lessonls_manage_schedule_btn_tooltipSchedule lesson to start in a future timetool tip message for the schedule button in lesson tab under manage lesson section to shedule the lesson to start of selected date and timecurrent_act_tooltipDouble click to review in-progress contribution for learner's current activitytool tip message for current activity iconcompleted_act_tooltipDouble click to review the contribution for learner's completed activitytool tip message for completed activity iconal_doubleclick_todoactivitySorry, learner: {0} has not reached the activity: {1}, yet.alert message when user double click on the todo activity in the sequence under learner tabal_validation_schstartNo date was selected. Please select a date and time.Message when no date is selected for starting a lesson by schedule.ls_manage_time_lblTime (Hours : Minutes)Time fields title - Lesson details (manage section)al_validation_schtimePlease enter a valid time.Alert message when user enters an invalid time for schedule startfinish_learner_tooltipTo force complete a learner to the end of lesson, drag the learner icon over to this bar and release the iconRollover message when user moves their mouse over the end gate bar in monitor tab viewccm_monitor_activityOpen Activity MonitorLabel for Custom Context Monitor Activityccm_monitor_activityhelpMonitor Activity HelpLabel for Custom Context Monitor Activity Helplearner_viewJournals_btnJournal EntriesLabel for Journal Entries button used on Learners tab to view all journal entires for the lesson.learner_viewJournals_btn_tooltipView all Journal Entries saved by Learnerstool tip message for Journal Entries button used on Learner tab to view all journal entires for the lesson.ls_learnerURL_lblLearner URL:Learner URL:ls_manage_learnerExpp_lblEnable export portfolio for learnerLabel for Enable export portfolio for Learnerls_confirm_expp_enabledExport Portfolio is now enabled for learnersConfirmation message on enabling export portfolio for learnersls_confirm_expp_disabledExport Portfolio is now disabled for learnersConfirmation message on disabling export portfolio for learnersls_remove_confirm_msgYou have selected to Remove this lesson. Removed lessons cannot be retrieved again. Continue?remove confirm msgls_status_cmb_removeRemoveLesson status option - Removels_status_removed_lblRemovedCurrent status description if deleted (removed) lesson.al_yesYesYes on the alert dialogal_noNo"No" on the alert dialogls_remove_warning_msgWARNING: The lesson is about to be removed. Do you want it keep this lesson as archived?Message for the alert dialog which appears following confirmation dialog for removing a lesson.
\ No newline at end of file
+getDictionary3Generic title for Alert windowAlertal_alertTo Confirm title for LFErrorCancelal_cancelTo Confirm title for LFErrorConfirmal_confirmOK on the alert dialogOKal_okmessage for unsuccessful language loadingThe lanaguage data has not been loadedapp_chk_langloadmessage for unsuccessful theme loadingThe theme data has not been loadedapp_chk_themeloadmessage if application cannot continue due to any errorThe application cannot continue. Please contact supportapp_fail_continueMessage when user sucessfully dumps data to the serverThanks for Sending data to serverdb_datasend_confirmMenu bar EditEditmnu_editMenu bar Edit > CopyCopymnu_edit_copyMenu bar Edit > CutCutmnu_edit_cutMenu bar Edit > PastePastemnu_edit_pasteMenu bar FileFilemnu_fileMenu bar RefreshRefreshmnu_file_refreshMenu bar Edit ClassEdit Classmnu_file_editclassMenu bar StartStartmnu_file_startMenu bar HelpHelpmnu_helpMenu bar AboutAboutmnu_help_abtLabel for permission gate activityPermissionperm_act_lblLabel for schedule gate activitySchedulesched_act_lblUsed as a label for the Synch Gate Activity TypeSynchronisesynch_act_lblRoot folder title for workspaceRootws_Root2Cancelws_dlg_cancel_buttonWorkspace dialogue Location btn labelLocationws_dlg_location_buttonThe root level of the treeMy Workspacews_tree_mywspShown in the top level of the tree in the workspaceOrganisationsws_tree_orgsCommon System error message starting lineA following system error has occurred:sys_error_msg_startCommon System error message finish paragraphYou may need to re-start LAMS Author to continue. Do you want to save the following information about this error to help fix this problem?sys_error_msg_finishSystem Error elert window titleSystem Errorsys_errorMenu bar ScheduleSchedulemnu_file_scheduleMenu bar ExitExitmnu_file_exitMenu bar LearnersLearners...mnu_view_learnersMenu bar GoGomnu_goMenu bar Go to Lesson TabLessonmnu_go_lessonMenu bar Go to Schedule TabSchedulemnu_go_scheduleMenu bar Go to Learners TabLearnersmnu_go_learnersMenu bar TodoTodomnu_go_todoMenu bar Help itemMonitoring Helpmnu_help_helpRefresh buttonRefreshrefresh_btnHelp buttonHelphelp_btnMonitor Lesson details tabLessonmtab_lessonMonitor Sequence tabSequencemtab_seqMonitor Learners tabLearnersmtab_learnersMonitor Todo tabTodomtab_todoStatus label - Lesson detailsStatus:ls_status_lblLearner label - Lesson detailsLearners:ls_learners_lblClass label - Lesson detailsClass:ls_class_lblClass managing label - Lesson detailsClass:ls_manage_class_lblStatus managing label - Lesson detailsChange Status:ls_manage_status_lblStart managing label - Lesson detailsStart:ls_manage_start_lblView learners button - Lesson details (manage section)View Learnersls_manage_learners_btnEdit class button - Lesson details (manage section)Edit Classls_manage_editclass_btnStatus Apply button - Lesson details (manage section)Applyls_manage_apply_btnSchedule start button - Lesson details (manage section)Schedulels_manage_schedule_btnStart immediately button - Lesson details (manage section)Start Nowls_manage_start_btnDate field title - Lesson details (manage section)Datels_manage_date_lblElapsed duration of lesson - Lesson detailsElapsed Duration:ls_duration_lblStatus combo top (index) item - Lesson details (manage section)Select status:ls_manage_status_cmbLesson status option - ActivateActivatels_status_cmb_activateLesson status option - Disable (suspend)Disablels_status_cmb_disableLesson status option - Enable (make active/unsuspend)Activels_status_cmb_enableLesson status option - ArchiveArchivels_status_cmb_archiveCurrent status description if active (enabled)Created but not startedls_status_active_lblCurrent status description if suspended (disabled)Suspendedls_status_disabled_lblCurrent status description if archviedArchivedls_status_archived_lblCurrent status description if started (enabled)Startedls_status_started_lblEdit class window titleEdit Classls_win_editclass_titleView learners window titleView Learnersls_win_learners_titleMenu bar ViewViewmnu_viewSave button on Edit Class popupSavels_win_editclass_save_btnCancel button on Edit Class popupCancells_win_editclass_cancel_btnClose button on View Learners popupClosels_win_learners_close_btnHeading for Organisation tree on Edit Class popupOrganisationls_win_editclass_organisation_lblHeading for Staff list on Edit Class popupStaffls_win_editclass_staff_lblHeading for Learners list on the Edit Class popupLearnersls_win_editclass_learners_lblHeading on View Learners window panel.Learners in class: ls_win_learners_heading_lblTodo tab description headingAdvanced Controls:td_desc_headingTodo tab descriptionUse of this Todo Tab is not required to complete the sequence. See the help page for more information.<br><br>This feature is now fully functional.td_desc_textTitle for Optional Activity on canvas (monitoring)Optional Activityopt_activity_titleNumber of child activities for Complex activity shown on canvas.child activitieslbl_num_activitiesi.e. 1 of 10 Used for showing how many learners have startedofls_of_textHeading for Management section of Lesson TabManage Lessonls_manage_txtHeading for Required Tasks (todo section of Lesson tab)Required Tasksls_tasks_txtGo button on contribute entry itemGotd_goContribute_btnLabel for Export Portfolio used both on learners tab to export learner data and monitor tab to export class dataExport Portfoliolearner_exportPortfolio_btnLesson status option - Scheduled (Not Started)Scheduledls_status_scheduled_lblMessage to get confirmation from user before send data to server for force complete a learner to the activity it has been droppedAre you sure you want to force complete learner '{0}' to Activity '{1}'?al_confirm_forcecomplete_toactivityError message when learner has been dropped on its previous or on its current activityYou have dropped the learner '{0}' on either its current or on its completed activity '{1}'al_error_forcecomplete_invalidactivityMessage to get confirmation from user before sending data to server for force complete to the end of lessonAre you sure you want to force complete learner '{0}' to the end of lesson?al_confirm_forcecomplete_tofinishError Message when learner has been dropped outside of an activity or end of lesson bar at the bottom on the canvasPlease drop the learner '{0}' on an activity or end of lesson.al_error_forcecomplete_notargetTitle for end gate bar shown at the bottom of monitor tab where user can drop a learner to force complete to the end of lessonFinished Learners:title_sequencetab_endGatetool tip message for go button in required tasks list in lesson tabComplete this task nowgoContribute_btn_tooltiptool tip message for help button in toolbarHelphelp_btn_tooltiptool tip message for the refresh buttonReload the latest progress data for the learners refresh_btn_tooltiptool tip message for the edit class button in lesson tab under manage lesson sectionEdit the list of learners and staff assigned to this lessonls_manage_editclass_btn_tooltiptool tip message for the view learners button in lesson tab under manage lesson sectionShows all the learners assigned to this lessonls_manage_learners_btn_tooltiptool tip message for the apply button in lesson tab under manage lesson section to change the lesson statusChange the status of this lesson based on the drop down selectionls_manage_apply_btn_tooltiptool tip message for exportportfolio button next to refresh button to export class portfolio and save in on user computerExport the class portfolio and save it on you computer for future referenceclass_exportPortfolio_btn_tooltiptool tip message for exportportfolio button for individual learner to export portfolio for the respective learner and save to it in on user computer for future referenceExport this learner portfolio and save it on you computer for future referencelearner_exportPortfolio_btn_tooltiptool tip message for the start now button in lesson tab under manage lesson section when staff has not yet started the lesson while creating a lessonStart the lesson immediatelyls_manage_start_btn_tooltiptool tip message for the schedule button in lesson tab under manage lesson section to shedule the lesson to start of selected date and timeSchedule lesson to start in a future timels_manage_schedule_btn_tooltiptool tip message for current activity iconDouble click to review in-progress contribution for learner's current activitycurrent_act_tooltiptool tip message for completed activity iconDouble click to review the contribution for learner's completed activitycompleted_act_tooltipalert message when user double click on the todo activity in the sequence under learner tabSorry, learner: {0} has not reached the activity: {1}, yet.al_doubleclick_todoactivityMessage when no date is selected for starting a lesson by schedule.No date was selected. Please select a date and time.al_validation_schstartTime fields title - Lesson details (manage section)Time (Hours : Minutes)ls_manage_time_lblAlert message when user enters an invalid time for schedule startPlease enter a valid time.al_validation_schtimeRollover message when user moves their mouse over the end gate bar in monitor tab viewTo force complete a learner to the end of lesson, drag the learner icon over to this bar and release the iconfinish_learner_tooltipLabel for Custom Context Monitor ActivityOpen Activity Monitorccm_monitor_activityLabel for Custom Context Monitor Activity HelpMonitor Activity Helpccm_monitor_activityhelpLabel for Journal Entries button used on Learners tab to view all journal entires for the lesson.Journal Entrieslearner_viewJournals_btntool tip message for Journal Entries button used on Learner tab to view all journal entires for the lesson.View all Journal Entries saved by Learnerslearner_viewJournals_btn_tooltipLearner URL:Learner URL:ls_learnerURL_lblLabel for Enable export portfolio for LearnerEnable export portfolio for learnerls_manage_learnerExpp_lblConfirmation message on enabling export portfolio for learnersExport Portfolio is now enabled for learnersls_confirm_expp_enabledConfirmation message on disabling export portfolio for learnersExport Portfolio is now disabled for learnersls_confirm_expp_disabledremove confirm msgYou have selected to Remove this lesson. Removed lessons cannot be retrieved again. Continue?ls_remove_confirm_msgLesson status option - RemoveRemovels_status_cmb_removeCurrent status description if deleted (removed) lesson.Removedls_status_removed_lblYes on the alert dialogYesal_yes"No" on the alert dialogNoal_noMessage for the alert dialog which appears following confirmation dialog for removing a lesson.WARNING: The lesson is about to be removed. Do you want it keep this lesson as archived?ls_remove_warning_msglearners_group_name{0} learnersGroup name for the class's learners group.staff_group_name{0} staffGroup name for the class's staff group.
\ No newline at end of file
Index: lams_central/web/flashxml/wizard/en_AU_dictionary.xml
===================================================================
diff -u -rce204d53c3edd9b2e1948bac1363422e6f4eb947 -rd94cbd2e89ce1059aa3c9af470b56c60e0a03b74
--- lams_central/web/flashxml/wizard/en_AU_dictionary.xml (.../en_AU_dictionary.xml) (revision ce204d53c3edd9b2e1948bac1363422e6f4eb947)
+++ lams_central/web/flashxml/wizard/en_AU_dictionary.xml (.../en_AU_dictionary.xml) (revision d94cbd2e89ce1059aa3c9af470b56c60e0a03b74)
@@ -1 +1 @@
-getDictionary3sys_error_msg_startYou were unable to create a lesson.Common System error message starting linesys_error_msg_finishDo you want to send an error report?Common System error message finish paragraphsys_errorSystem ErrorSystem Error elert window titleprev_btn< PrevPrevious step buttonnext_btnNext >Next step buttonfinish_btnStart in MonitorFinish button to complete wizardcancel_btnCancelCancel button to exit wizardclose_btnCloseClose button to close windowstart_btnStart NowStart button to start new lessontitle_lblTitleNew Lesson titledesc_lblDescriptionNew Lesson descriptionlearner_lblLearnersHeading for list of class learnersstaff_lblStaffHeading for list of class staffschedule_cb_lblScheduleLabel for schedule checkboxsummery_lblSummeryHeading for summery outlinews_RootRootRoot folder title for workspacews_tree_mywspMy WorkspaceThe root level of the workspace treewizardTitle_1_lblSelect the SequenceStep 1 screen titlewizardTitle_2_lblLesson DetailsStep 2 screen titlewizardTitle_3_lblSelect Students and StaffStep 3 screen titlewizardTitle_4_lblConfirm Lesson DetailsStep 4 screen titlewizardTitle_x_lblLesson: {0}Confirmation screen titleal_alertAlertGeneric title for Alert windowal_cancelCancelCancel on alert dialogal_confirmConfirmTo Confirm title for LFErroral_okOKOK on alert dialogal_validation_msg1A valid sequence must be selected.Message when no design is selected on step 1al_validation_msg2Title is a required field. Message when title field is empty on Step 2al_validation_msg3_1No course or class was selected. Message when no course/class is selected in Step 3al_validation_msg3_2There must be at least 1 staff member and learner selected.Message when either no staff/learner users are selected in Step 3.wizardDesc_1_lblThe directory structure below contains the sequences you can create a lesson for. Select one and click on the next button to continue.Step 1 descriptionwizardDesc_2_lblYou can add the name and description you would like the students to see for this lesson.Step 2 descriptionwizardDesc_3_lblYou can choose to unselect students and staff from this class by unchecking the box next to their names.Step 3 descriptionwizardDesc_4_lblBy pressing on the Start button you can begin the lesson straight away. You can also schedule the lesson to start at a particular date and time.Step 4 descriptionconfirmMsg_1_txt{0} has been started.Conclusion screen description if lesson startedconfirmMsg_2_txt{0} has been schedule for {1}.Conclusion screen description if lesson scheduledconfirmMsg_3_txt{0} has been created but has not been started yet.Conclusion screen description if lesson created but not startedal_validation_schstartNo date was selected. Please select a date and time, and then click Schedule button.Message when no date is selected starting a lesson by schedule.summery_design_lblSequence:Label for summery heading of selected design field.summery_title_lblTitle:Label for summery heading of defined title.summery_desc_lblDescription:Label for summery heading of defined description.summery_course_lblGroup:Label for summery heading of selected course field.summery_class_lblSubgroup:Label for summery heading of selected class field.summery_staff_lblStaff:Label for summery heading of number of selected staff in the lesson class.summery_learners_lblLearners:Label for summery heading of number of selected learners in the lesson class.al_sendSendOK on system error dialogal_validation_schtimePlease enter a valid time.Alert message when user enters an invalid time for schedule startdate_lblDateLabel for Schedule Date fieldtime_lblTime (Hours : Minutes)Label for Schedule Time fieldwizard_selAll_cb_lblSelect AllLabel for select all check box used to select all staff or learner users in list.wizard_learner_expp_cb_lblEnable export portfolio for learnerLabel for Enable export portfolio for Learner
\ No newline at end of file
+getDictionary3sys_error_msg_startYou were unable to create a lesson.Common System error message starting linesys_error_msg_finishDo you want to send an error report?Common System error message finish paragraphsys_errorSystem ErrorSystem Error elert window titleprev_btn< PrevPrevious step buttonnext_btnNext >Next step buttonfinish_btnStart in MonitorFinish button to complete wizardcancel_btnCancelCancel button to exit wizardclose_btnCloseClose button to close windowstart_btnStart NowStart button to start new lessontitle_lblTitleNew Lesson titledesc_lblDescriptionNew Lesson descriptionlearner_lblLearnersHeading for list of class learnersstaff_lblStaffHeading for list of class staffschedule_cb_lblScheduleLabel for schedule checkboxsummery_lblSummeryHeading for summery outlinews_RootRootRoot folder title for workspacews_tree_mywspMy WorkspaceThe root level of the workspace treewizardTitle_1_lblSelect the SequenceStep 1 screen titlewizardTitle_2_lblLesson DetailsStep 2 screen titlewizardTitle_3_lblSelect Students and StaffStep 3 screen titlewizardTitle_4_lblConfirm Lesson DetailsStep 4 screen titlewizardTitle_x_lblLesson: {0}Confirmation screen titleal_alertAlertGeneric title for Alert windowal_cancelCancelCancel on alert dialogal_confirmConfirmTo Confirm title for LFErroral_okOKOK on alert dialogal_validation_msg1A valid sequence must be selected.Message when no design is selected on step 1al_validation_msg2Title is a required field. Message when title field is empty on Step 2al_validation_msg3_1No course or class was selected. Message when no course/class is selected in Step 3al_validation_msg3_2There must be at least 1 staff member and learner selected.Message when either no staff/learner users are selected in Step 3.wizardDesc_1_lblThe directory structure below contains the sequences you can create a lesson for. Select one and click on the next button to continue.Step 1 descriptionwizardDesc_2_lblYou can add the name and description you would like the students to see for this lesson.Step 2 descriptionwizardDesc_3_lblYou can choose to unselect students and staff from this class by unchecking the box next to their names.Step 3 descriptionwizardDesc_4_lblBy pressing on the Start button you can begin the lesson straight away. You can also schedule the lesson to start at a particular date and time.Step 4 descriptionconfirmMsg_1_txt{0} has been started.Conclusion screen description if lesson startedconfirmMsg_2_txt{0} has been schedule for {1}.Conclusion screen description if lesson scheduledconfirmMsg_3_txt{0} has been created but has not been started yet.Conclusion screen description if lesson created but not startedal_validation_schstartNo date was selected. Please select a date and time, and then click Schedule button.Message when no date is selected starting a lesson by schedule.summery_design_lblSequence:Label for summery heading of selected design field.summery_title_lblTitle:Label for summery heading of defined title.summery_desc_lblDescription:Label for summery heading of defined description.summery_course_lblGroup:Label for summery heading of selected course field.summery_class_lblSubgroup:Label for summery heading of selected class field.summery_staff_lblStaff:Label for summery heading of number of selected staff in the lesson class.summery_learners_lblLearners:Label for summery heading of number of selected learners in the lesson class.al_sendSendOK on system error dialogal_validation_schtimePlease enter a valid time.Alert message when user enters an invalid time for schedule startdate_lblDateLabel for Schedule Date fieldtime_lblTime (Hours : Minutes)Label for Schedule Time fieldwizard_selAll_cb_lblSelect AllLabel for select all check box used to select all staff or learner users in list.wizard_learner_expp_cb_lblEnable export portfolio for learnerLabel for Enable export portfolio for LearnerGroup name for the class's learners group.{0} learnerslearners_group_nameGroup name for the class's staff group.{0} staffstaff_group_name
\ No newline at end of file
Index: lams_central/web/flashxml/wizard/en_dictionary.xml
===================================================================
diff -u -rce204d53c3edd9b2e1948bac1363422e6f4eb947 -rd94cbd2e89ce1059aa3c9af470b56c60e0a03b74
--- lams_central/web/flashxml/wizard/en_dictionary.xml (.../en_dictionary.xml) (revision ce204d53c3edd9b2e1948bac1363422e6f4eb947)
+++ lams_central/web/flashxml/wizard/en_dictionary.xml (.../en_dictionary.xml) (revision d94cbd2e89ce1059aa3c9af470b56c60e0a03b74)
@@ -1 +1 @@
-getDictionary3sys_error_msg_startYou were unable to create a lesson.Common System error message starting linesys_error_msg_finishDo you want to send an error report?Common System error message finish paragraphsys_errorSystem ErrorSystem Error elert window titleprev_btn< PrevPrevious step buttonnext_btnNext >Next step buttonfinish_btnStart in MonitorFinish button to complete wizardcancel_btnCancelCancel button to exit wizardclose_btnCloseClose button to close windowstart_btnStart NowStart button to start new lessontitle_lblTitleNew Lesson titledesc_lblDescriptionNew Lesson descriptionlearner_lblLearnersHeading for list of class learnersstaff_lblStaffHeading for list of class staffschedule_cb_lblScheduleLabel for schedule checkboxsummery_lblSummeryHeading for summery outlinews_RootRootRoot folder title for workspacews_tree_mywspMy WorkspaceThe root level of the workspace treewizardTitle_1_lblSelect the SequenceStep 1 screen titlewizardTitle_2_lblLesson DetailsStep 2 screen titlewizardTitle_3_lblSelect Students and StaffStep 3 screen titlewizardTitle_4_lblConfirm Lesson DetailsStep 4 screen titlewizardTitle_x_lblLesson: {0}Confirmation screen titleal_alertAlertGeneric title for Alert windowal_cancelCancelCancel on alert dialogal_confirmConfirmTo Confirm title for LFErroral_okOKOK on alert dialogal_validation_msg1A valid sequence must be selected.Message when no design is selected on step 1al_validation_msg2Title is a required field. Message when title field is empty on Step 2al_validation_msg3_1No course or class was selected. Message when no course/class is selected in Step 3al_validation_msg3_2There must be at least 1 staff member and learner selected.Message when either no staff/learner users are selected in Step 3.wizardDesc_1_lblThe directory structure below contains the sequences you can create a lesson for. Select one and click on the next button to continue.Step 1 descriptionwizardDesc_2_lblYou can add the name and description you would like the students to see for this lesson.Step 2 descriptionwizardDesc_3_lblYou can choose to unselect students and staff from this class by unchecking the box next to their names.Step 3 descriptionwizardDesc_4_lblBy pressing on the Start button you can begin the lesson straight away. You can also schedule the lesson to start at a particular date and time.Step 4 descriptionconfirmMsg_1_txt{0} has been started.Conclusion screen description if lesson startedconfirmMsg_2_txt{0} has been schedule for {1}.Conclusion screen description if lesson scheduledconfirmMsg_3_txt{0} has been created but has not been started yet.Conclusion screen description if lesson created but not startedal_validation_schstartNo date was selected. Please select a date and time, and then click Schedule button.Message when no date is selected starting a lesson by schedule.summery_design_lblSequence:Label for summery heading of selected design field.summery_title_lblTitle:Label for summery heading of defined title.summery_desc_lblDescription:Label for summery heading of defined description.summery_course_lblGroup:Label for summery heading of selected course field.summery_class_lblSubgroup:Label for summery heading of selected class field.summery_staff_lblStaff:Label for summery heading of number of selected staff in the lesson class.summery_learners_lblLearners:Label for summery heading of number of selected learners in the lesson class.al_sendSendOK on system error dialogal_validation_schtimePlease enter a valid time.Alert message when user enters an invalid time for schedule startdate_lblDateLabel for Schedule Date fieldtime_lblTime (Hours : Minutes)Label for Schedule Time fieldwizard_selAll_cb_lblSelect AllLabel for select all check box used to select all staff or learner users in list.wizard_learner_expp_cb_lblEnable export portfolio for learnerLabel for Enable export portfolio for Learner
\ No newline at end of file
+getDictionary3sys_error_msg_startYou were unable to create a lesson.Common System error message starting linesys_error_msg_finishDo you want to send an error report?Common System error message finish paragraphsys_errorSystem ErrorSystem Error elert window titleprev_btn< PrevPrevious step buttonnext_btnNext >Next step buttonfinish_btnStart in MonitorFinish button to complete wizardcancel_btnCancelCancel button to exit wizardclose_btnCloseClose button to close windowstart_btnStart NowStart button to start new lessontitle_lblTitleNew Lesson titledesc_lblDescriptionNew Lesson descriptionlearner_lblLearnersHeading for list of class learnersstaff_lblStaffHeading for list of class staffschedule_cb_lblScheduleLabel for schedule checkboxsummery_lblSummeryHeading for summery outlinews_RootRootRoot folder title for workspacews_tree_mywspMy WorkspaceThe root level of the workspace treewizardTitle_1_lblSelect the SequenceStep 1 screen titlewizardTitle_2_lblLesson DetailsStep 2 screen titlewizardTitle_3_lblSelect Students and StaffStep 3 screen titlewizardTitle_4_lblConfirm Lesson DetailsStep 4 screen titlewizardTitle_x_lblLesson: {0}Confirmation screen titleal_alertAlertGeneric title for Alert windowal_cancelCancelCancel on alert dialogal_confirmConfirmTo Confirm title for LFErroral_okOKOK on alert dialogal_validation_msg1A valid sequence must be selected.Message when no design is selected on step 1al_validation_msg2Title is a required field. Message when title field is empty on Step 2al_validation_msg3_1No course or class was selected. Message when no course/class is selected in Step 3al_validation_msg3_2There must be at least 1 staff member and learner selected.Message when either no staff/learner users are selected in Step 3.wizardDesc_1_lblThe directory structure below contains the sequences you can create a lesson for. Select one and click on the next button to continue.Step 1 descriptionwizardDesc_2_lblYou can add the name and description you would like the students to see for this lesson.Step 2 descriptionwizardDesc_3_lblYou can choose to unselect students and staff from this class by unchecking the box next to their names.Step 3 descriptionwizardDesc_4_lblBy pressing on the Start button you can begin the lesson straight away. You can also schedule the lesson to start at a particular date and time.Step 4 descriptionconfirmMsg_1_txt{0} has been started.Conclusion screen description if lesson startedconfirmMsg_2_txt{0} has been schedule for {1}.Conclusion screen description if lesson scheduledconfirmMsg_3_txt{0} has been created but has not been started yet.Conclusion screen description if lesson created but not startedal_validation_schstartNo date was selected. Please select a date and time, and then click Schedule button.Message when no date is selected starting a lesson by schedule.summery_design_lblSequence:Label for summery heading of selected design field.summery_title_lblTitle:Label for summery heading of defined title.summery_desc_lblDescription:Label for summery heading of defined description.summery_course_lblGroup:Label for summery heading of selected course field.summery_class_lblSubgroup:Label for summery heading of selected class field.summery_staff_lblStaff:Label for summery heading of number of selected staff in the lesson class.summery_learners_lblLearners:Label for summery heading of number of selected learners in the lesson class.al_sendSendOK on system error dialogal_validation_schtimePlease enter a valid time.Alert message when user enters an invalid time for schedule startdate_lblDateLabel for Schedule Date fieldtime_lblTime (Hours : Minutes)Label for Schedule Time fieldwizard_selAll_cb_lblSelect AllLabel for select all check box used to select all staff or learner users in list.wizard_learner_expp_cb_lblEnable export portfolio for learnerLabel for Enable export portfolio for LearnerGroup name for the class's learners group.{0} learnerslearners_group_nameGroup name for the class's staff group.{0} staffstaff_group_name
\ No newline at end of file
Index: lams_monitoring/web/lams_monitoring.swf
===================================================================
diff -u -r1e757a01e4241733244bf47fafa4e8c7b3f7ee44 -rd94cbd2e89ce1059aa3c9af470b56c60e0a03b74
Binary files differ
Index: lams_monitoring/web/lams_monitoring_library.swf
===================================================================
diff -u -r1e757a01e4241733244bf47fafa4e8c7b3f7ee44 -rd94cbd2e89ce1059aa3c9af470b56c60e0a03b74
Binary files differ
Index: lams_monitoring/web/lams_wizard.swf
===================================================================
diff -u -r0389aa221c8af4541a48a5225d067dd988dbe06b -rd94cbd2e89ce1059aa3c9af470b56c60e0a03b74
Binary files differ
Index: lams_monitoring/web/lams_wizard_library.swf
===================================================================
diff -u -r0389aa221c8af4541a48a5225d067dd988dbe06b -rd94cbd2e89ce1059aa3c9af470b56c60e0a03b74
Binary files differ