@@ -216,6 +216,91 @@ const messages = defineMessages({
216216    defaultMessage : 'Failed to publish changes' , 
217217    description : 'Popup text seen if publishing a container fails' , 
218218  } , 
219+   settingsSectionDefaultText : { 
220+     id : 'course-authoring.library-authoring.container-sidebar.publisher.settings-section-default-text' , 
221+     defaultMessage : 'Section settings can not be configured within Libraries and must be set within a course. In a future release, Libraries may support configuring some settings.' , 
222+     description : 'Settings section tab default text' , 
223+   } , 
224+   settingsSubSectionDefaultText : { 
225+     id : 'course-authoring.library-authoring.container-sidebar.publisher.settings-subsection-default-text' , 
226+     defaultMessage : 'Subsection settings can not be configured within Libraries and must be set within a course. In a future release, Libraries may support configuring some settings.' , 
227+     description : 'Settings subsection tab default text' , 
228+   } , 
229+   settingsUnitDefaultText : { 
230+     id : 'course-authoring.library-authoring.container-sidebar.publisher.settings-unit-default-text' , 
231+     defaultMessage : 'This unit was imported from a course. When you reuse this section, you can configure the settings locally. In a future release, Content Libraries may support configuring some settings.' , 
232+     description : 'Settings unit tab default text' , 
233+   } , 
234+   settingsSectionGradingLabel : { 
235+     id : 'course-authoring.library-authoring.container-sidebar.publisher.settings-section-grading-label' , 
236+     defaultMessage : 'Subsection Grading' , 
237+     description : 'Label for the grading section in settings' , 
238+   } , 
239+   settingsSectionVisibilityLabel : { 
240+     id : 'course-authoring.library-authoring.container-sidebar.publisher.settings-section-visibility-label' , 
241+     defaultMessage : 'Visibility' , 
242+     description : 'Label for the visibility in settings' , 
243+   } , 
244+   settingsSectionAssessmentResultsVisibilityLabel : { 
245+     id : 'course-authoring.library-authoring.container-sidebar.publisher.settings-section-assessment-results-visibility-label' , 
246+     defaultMessage : 'Assessment Results Visibility' , 
247+     description : 'Label for the Assessment Results Visibility in settings' , 
248+   } , 
249+   settingsSectionUpgradeButton : { 
250+     id : 'course-authoring.library-authoring.container-sidebar.publisher.settings-section-upgrade-button' , 
251+     defaultMessage : 'Upgrade' , 
252+     description : 'Label for the upgrade button in settings' , 
253+   } , 
254+   settingsSectionGradeButton : { 
255+     id : 'course-authoring.library-authoring.container-sidebar.publisher.settings-section-grade-button' , 
256+     defaultMessage : 'Grade' , 
257+     description : 'Label for the grade button in settings' , 
258+   } , 
259+   settingsSectionDefaultVisibilityButton : { 
260+     id : 'course-authoring.library-authoring.container-sidebar.publisher.settings-section-default-visibility-button' , 
261+     defaultMessage : 'Default Visibility' , 
262+     description : 'Label for the default visibility button in settings' , 
263+   } , 
264+   settingsSectionStaffOnlyButton : { 
265+     id : 'course-authoring.library-authoring.container-sidebar.publisher.settings-section-staff-only-button' , 
266+     defaultMessage : 'Staff Only' , 
267+     description : 'Label for the staff only button in settings' , 
268+   } , 
269+   settingsSectionShowButton : { 
270+     id : 'course-authoring.library-authoring.container-sidebar.publisher.settings-section-show-button' , 
271+     defaultMessage : 'Show' , 
272+     description : 'Label for the show button in settings' , 
273+   } , 
274+   settingsSectionHideButton : { 
275+     id : 'course-authoring.library-authoring.container-sidebar.publisher.settings-section-hide-button' , 
276+     defaultMessage : 'Hide' , 
277+     description : 'Label for the hide button in settings' , 
278+   } , 
279+   settingsSectionHideContentAfterDueDateLabel : { 
280+     id : 'course-authoring.library-authoring.container-sidebar.publisher.settings-section-hide-content-after-due-date' , 
281+     defaultMessage : 'Hide content after due date' , 
282+     description : 'Label for the hide content after due date checkbox in settings' , 
283+   } , 
284+   settingsSectionOnlyShowResultsAfterDueDateLabel : { 
285+     id : 'course-authoring.library-authoring.container-sidebar.publisher.settings-section-only-show-results-after-due-date' , 
286+     defaultMessage : 'Only show results after due date' , 
287+     description : 'Label for the only show results after due date checkbox in settings' , 
288+   } , 
289+   settingsSectionDiscussionLabel : { 
290+     id : 'course-authoring.library-authoring.container-sidebar.publisher.settings-section-discussion-label' , 
291+     defaultMessage : 'Discussion' , 
292+     description : 'Label for the discussion in settings' , 
293+   } , 
294+   settingsSectionEnableDiscussionLabel : { 
295+     id : 'course-authoring.library-authoring.container-sidebar.publisher.settings-section-enable-discussion-label' , 
296+     defaultMessage : 'Enable Discussion' , 
297+     description : 'Label for the enable discussion checkbox in settings' , 
298+   } , 
299+   settingsSectionUnpublishedUnitsLabel : { 
300+     id : 'course-authoring.library-authoring.container-sidebar.publisher.settings-section-unpublished-units-label' , 
301+     defaultMessage : 'Topics for unpublished units will not be created' , 
302+     description : 'Label for the unpublished units in settings' , 
303+   } , 
219304} ) ; 
220305
221306export  default  messages ; 
0 commit comments