diff --git a/apps/documenteditor/main/locale/en.json b/apps/documenteditor/main/locale/en.json index 21229863d..e25cbd09b 100644 --- a/apps/documenteditor/main/locale/en.json +++ b/apps/documenteditor/main/locale/en.json @@ -2773,5 +2773,6 @@ "DE.Views.WatermarkSettingsDialog.textTransparency": "Semitransparent", "DE.Views.WatermarkSettingsDialog.textUnderline": "Underline", "DE.Views.WatermarkSettingsDialog.tipFontName": "Font Name", - "DE.Views.WatermarkSettingsDialog.tipFontSize": "Font Size" + "DE.Views.WatermarkSettingsDialog.tipFontSize": "Font Size", + "DE.Views.FileMenuPanels.CreateNew.txtCreateNew": "Create New" } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/en.json b/apps/presentationeditor/main/locale/en.json index 134ae7e0a..13f3fa32c 100644 --- a/apps/presentationeditor/main/locale/en.json +++ b/apps/presentationeditor/main/locale/en.json @@ -2055,5 +2055,6 @@ "PE.Views.Transitions.textZoomIn": "Zoom In", "PE.Views.Transitions.textZoomOut": "Zoom Out", "PE.Views.Transitions.textZoomRotate": "Zoom and Rotate", - "PE.Views.Toolbar.textTabTransitions": "Transitions" + "PE.Views.Toolbar.textTabTransitions": "Transitions", + "PE.Views.FileMenuPanels.CreateNew.txtCreateNew": "Create New" } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/en.json b/apps/spreadsheeteditor/main/locale/en.json index 4b005a3d8..edf9d9b8b 100644 --- a/apps/spreadsheeteditor/main/locale/en.json +++ b/apps/spreadsheeteditor/main/locale/en.json @@ -3456,5 +3456,6 @@ "SSE.Views.ViewTab.tipClose": "Close sheet view", "SSE.Views.ViewTab.tipCreate": "Create sheet view", "SSE.Views.ViewTab.tipFreeze": "Freeze panes", - "SSE.Views.ViewTab.tipSheetView": "Sheet view" + "SSE.Views.ViewTab.tipSheetView": "Sheet view", + "SSE.Views.FileMenuPanels.CreateNew.txtCreateNew": "Create New" } \ No newline at end of file