|
1 | 1 | import { defineMessages } from '@edx/frontend-platform/i18n';
|
2 | 2 |
|
3 | 3 | const messages = defineMessages({
|
4 |
| - 'header.links.content': { |
5 |
| - id: 'header.links.content', |
6 |
| - defaultMessage: 'Content', |
7 |
| - description: 'Label for Content menu trigger', |
8 |
| - }, |
9 |
| - 'header.links.settings': { |
10 |
| - id: 'header.links.settings', |
11 |
| - defaultMessage: 'Settings', |
12 |
| - description: 'Label for Settings menu trigger', |
13 |
| - }, |
14 |
| - 'header.links.tools': { |
15 |
| - id: 'header.links.content.tools', |
16 |
| - defaultMessage: 'Tools', |
17 |
| - description: 'Label for Tools menu trigger', |
18 |
| - }, |
19 |
| - 'header.links.outline': { |
20 |
| - id: 'header.links.outline', |
21 |
| - defaultMessage: 'Outline', |
22 |
| - description: 'Link to Studio Outline page', |
23 |
| - }, |
24 |
| - 'header.links.updates': { |
25 |
| - id: 'header.links.updates', |
26 |
| - defaultMessage: 'Updates', |
27 |
| - description: 'Link to Studio Updates page', |
28 |
| - }, |
29 |
| - 'header.links.pages': { |
30 |
| - id: 'header.links.pages', |
31 |
| - defaultMessage: 'Pages & Resources', |
32 |
| - description: 'Link to Studio Pages page', |
33 |
| - }, |
34 |
| - 'header.links.filesAndUploads': { |
35 |
| - id: 'header.links.filesAndUploads', |
36 |
| - defaultMessage: 'Files & Uploads', |
37 |
| - description: 'Link to Studio Files & Uploads page', |
38 |
| - }, |
39 |
| - 'header.links.textbooks': { |
40 |
| - id: 'header.links.textbooks', |
41 |
| - defaultMessage: 'Textbooks', |
42 |
| - description: 'Link to Studio Textbooks page', |
43 |
| - }, |
44 |
| - 'header.links.videoUploads': { |
45 |
| - id: 'header.links.videoUploads', |
46 |
| - defaultMessage: 'Video Uploads', |
47 |
| - description: 'Link to Studio Video Uploads page', |
48 |
| - }, |
49 |
| - 'header.links.scheduleAndDetails': { |
50 |
| - id: 'header.links.scheduleAndDetails', |
51 |
| - defaultMessage: 'Schedule & Details', |
52 |
| - description: 'Link to Studio Schedule & Details page', |
53 |
| - }, |
54 |
| - 'header.links.grading': { |
55 |
| - id: 'header.links.grading', |
56 |
| - defaultMessage: 'Grading', |
57 |
| - description: 'Link to Studio Grading page', |
58 |
| - }, |
59 |
| - 'header.links.courseTeam': { |
60 |
| - id: 'header.links.courseTeam', |
61 |
| - defaultMessage: 'Course Team', |
62 |
| - description: 'Link to Studio Course Team page', |
63 |
| - }, |
64 |
| - 'header.links.groupConfigurations': { |
65 |
| - id: 'header.links.groupConfigurations', |
66 |
| - defaultMessage: 'Group Configurations', |
67 |
| - description: 'Link to Studio Group Configurations page', |
68 |
| - }, |
69 |
| - 'header.links.proctoredExamSettings': { |
70 |
| - id: 'header.links.proctoredExamSettings', |
71 |
| - defaultMessage: 'Proctored Exam Settings', |
72 |
| - description: 'Link to Studio Proctored Exam Settings page', |
73 |
| - }, |
74 |
| - 'header.links.advancedSettings': { |
75 |
| - id: 'header.links.advancedSettings', |
76 |
| - defaultMessage: 'Advanced Settings', |
77 |
| - description: 'Link to Studio Advanced Settings page', |
78 |
| - }, |
79 |
| - 'header.links.certificates': { |
80 |
| - id: 'header.links.certificates', |
81 |
| - defaultMessage: 'Certificates', |
82 |
| - description: 'Link to Studio Certificates page', |
83 |
| - }, |
84 |
| - 'header.links.publisher': { |
85 |
| - id: 'header.links.publisher', |
86 |
| - defaultMessage: 'Publisher', |
87 |
| - description: 'Link to Publisher', |
88 |
| - }, |
89 |
| - 'header.links.import': { |
90 |
| - id: 'header.links.import', |
91 |
| - defaultMessage: 'Import', |
92 |
| - description: 'Link to Studio Import page', |
93 |
| - }, |
94 |
| - 'header.links.export': { |
95 |
| - id: 'header.links.export', |
96 |
| - defaultMessage: 'Export', |
97 |
| - description: 'Link to Studio Export page', |
98 |
| - }, |
99 |
| - 'header.links.checklists': { |
100 |
| - id: 'header.links.checklists', |
101 |
| - defaultMessage: 'Checklists', |
102 |
| - description: 'Link to Studio Checklists page', |
103 |
| - }, |
104 | 4 | 'header.user.menu.studio': {
|
105 | 5 | id: 'header.user.menu.studio',
|
106 | 6 | defaultMessage: 'Studio Home',
|
|
0 commit comments