@@ -11,11 +11,6 @@ const messages = defineMessages({
1111 defaultMessage : 'Collection actions menu' ,
1212 description : 'Alt/title text for the collection card menu button.' ,
1313 } ,
14- containerCardMenuAlt : {
15- id : 'course-authoring.library-authoring.container.menu' ,
16- defaultMessage : 'Container actions menu' ,
17- description : 'Alt/title text for the container card menu button.' ,
18- } ,
1914 menuOpen : {
2015 id : 'course-authoring.library-authoring.menu.open' ,
2116 defaultMessage : 'Open' ,
@@ -36,26 +31,6 @@ const messages = defineMessages({
3631 defaultMessage : 'Delete' ,
3732 description : 'Menu item for deleting a component.' ,
3833 } ,
39- menuAddToCollection : {
40- id : 'course-authoring.library-authoring.component.menu.add' ,
41- defaultMessage : 'Add to collection' ,
42- description : 'Menu item for add a component to collection.' ,
43- } ,
44- menuRemoveFromCollection : {
45- id : 'course-authoring.library-authoring.component.menu.remove' ,
46- defaultMessage : 'Remove from collection' ,
47- description : 'Menu item for remove an item from collection.' ,
48- } ,
49- removeComponentFromCollectionSuccess : {
50- id : 'course-authoring.library-authoring.component.remove-from-collection-success' ,
51- defaultMessage : 'Item successfully removed' ,
52- description : 'Message for successful removal of an item from collection.' ,
53- } ,
54- removeComponentFromCollectionFailure : {
55- id : 'course-authoring.library-authoring.component.remove-from-collection-failure' ,
56- defaultMessage : 'Failed to remove item' ,
57- description : 'Message for failure of removal of an item from collection.' ,
58- } ,
5934 deleteComponentWarningTitle : {
6035 id : 'course-authoring.library-authoring.component.delete-confirmation-title' ,
6136 defaultMessage : 'Delete Component' ,
@@ -191,61 +166,6 @@ const messages = defineMessages({
191166 defaultMessage : 'This component can be synced in courses after publish.' ,
192167 description : 'Alert text of the modal to confirm publish a component in a library.' ,
193168 } ,
194- menuDeleteContainer : {
195- id : 'course-authoring.library-authoring.container.delete-menu-text' ,
196- defaultMessage : 'Delete' ,
197- description : 'Menu item to delete a container.' ,
198- } ,
199- deleteUnitWarningTitle : {
200- id : 'course-authoring.library-authoring.unit.delete-confirmation-title' ,
201- defaultMessage : 'Delete Unit' ,
202- description : 'Title text for the warning displayed before deleting a Unit' ,
203- } ,
204- deleteUnitConfirm : {
205- id : 'course-authoring.library-authoring.unit.delete-confirmation-text' ,
206- defaultMessage : 'Delete {unitName}? {message}' ,
207- description : 'Confirmation text to display before deleting a unit' ,
208- } ,
209- deleteUnitConfirmMsg1 : {
210- id : 'course-authoring.library-authoring.unit.delete-confirmation-msg-1' ,
211- defaultMessage : 'Any course instances will stop receiving updates.' ,
212- description : 'First part of confirmation message to display before deleting a unit' ,
213- } ,
214- deleteUnitConfirmMsg2 : {
215- id : 'course-authoring.library-authoring.unit.delete-confirmation-msg-2' ,
216- defaultMessage : 'Any components will remain in the library.' ,
217- description : 'Second part of confirmation message to display before deleting a unit' ,
218- } ,
219- deleteUnitSuccess : {
220- id : 'course-authoring.library-authoring.unit.delete.success' ,
221- defaultMessage : 'Unit deleted' ,
222- description : 'Message to display on delete unit success' ,
223- } ,
224- deleteUnitFailed : {
225- id : 'course-authoring.library-authoring.unit.delete-failed-error' ,
226- defaultMessage : 'Failed to delete unit' ,
227- description : 'Message to display on failure to delete a unit' ,
228- } ,
229- undoDeleteContainerToastAction : {
230- id : 'course-authoring.library-authoring.container.undo-delete-container-toast-button' ,
231- defaultMessage : 'Undo' ,
232- description : 'Toast message to undo deletion of container' ,
233- } ,
234- undoDeleteContainerToastMessage : {
235- id : 'course-authoring.library-authoring.container.undo-delete-container-toast-text' ,
236- defaultMessage : 'Undo successful' ,
237- description : 'Message to display on undo delete container success' ,
238- } ,
239- undoDeleteUnitToastFailed : {
240- id : 'course-authoring.library-authoring.unit.undo-delete-unit-failed' ,
241- defaultMessage : 'Failed to undo delete Unit operation' ,
242- description : 'Message to display on failure to undo delete unit' ,
243- } ,
244- containerPreviewMoreBlocks : {
245- id : 'course-authoring.library-authoring.component.container-card-preview.more-blocks' ,
246- defaultMessage : '+{count}' ,
247- description : 'Count shown when a container has more blocks than will fit on the card preview.' ,
248- } ,
249169 removeComponentFromUnitMenu : {
250170 id : 'course-authoring.library-authoring.unit.component.remove.button' ,
251171 defaultMessage : 'Remove from unit' ,
@@ -276,10 +196,5 @@ const messages = defineMessages({
276196 defaultMessage : 'Failed to undo remove component operation' ,
277197 description : 'Message to display on failure to undo delete component' ,
278198 } ,
279- containerPreviewText : {
280- id : 'course-authoring.library-authoring.container.preview.text' ,
281- defaultMessage : 'Contains {children}.' ,
282- description : 'Preview message for section/subsections with the names of children separated by commas' ,
283- } ,
284199} ) ;
285200export default messages ;
0 commit comments