diff --git a/apps/documenteditor/main/locale/en.json b/apps/documenteditor/main/locale/en.json index 2666dfc09..8f67f4f91 100644 --- a/apps/documenteditor/main/locale/en.json +++ b/apps/documenteditor/main/locale/en.json @@ -3160,6 +3160,8 @@ "DE.Views.ViewTab.tipFitToWidth": "Fit to width", "DE.Views.ViewTab.tipHeadings": "Headings", "DE.Views.ViewTab.tipInterfaceTheme": "Interface theme", + "DE.Views.ViewTab.textLeftMenu": "Left panel", + "DE.Views.ViewTab.textRightMenu": "Right panel", "DE.Views.WatermarkSettingsDialog.textAuto": "Auto", "DE.Views.WatermarkSettingsDialog.textBold": "Bold", "DE.Views.WatermarkSettingsDialog.textColor": "Text color", diff --git a/apps/presentationeditor/main/locale/en.json b/apps/presentationeditor/main/locale/en.json index 6fd9c5ef0..c858676f7 100644 --- a/apps/presentationeditor/main/locale/en.json +++ b/apps/presentationeditor/main/locale/en.json @@ -2604,5 +2604,7 @@ "PE.Views.ViewTab.tipFitToWidth": "Fit to width", "PE.Views.ViewTab.tipGridlines": "Show gridlines", "PE.Views.ViewTab.tipGuides": "Show Guides", - "PE.Views.ViewTab.tipInterfaceTheme": "Interface theme" + "PE.Views.ViewTab.tipInterfaceTheme": "Interface theme", + "PE.Views.ViewTab.textLeftMenu": "Left panel", + "PE.Views.ViewTab.textRightMenu": "Right panel" } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/en.json b/apps/spreadsheeteditor/main/locale/en.json index a279d12bd..a81a0785b 100644 --- a/apps/spreadsheeteditor/main/locale/en.json +++ b/apps/spreadsheeteditor/main/locale/en.json @@ -3916,6 +3916,8 @@ "SSE.Views.ViewTab.tipFreeze": "Freeze panes", "SSE.Views.ViewTab.tipInterfaceTheme": "Interface theme", "SSE.Views.ViewTab.tipSheetView": "Sheet view", + "SSE.Views.ViewTab.textLeftMenu": "Left panel", + "SSE.Views.ViewTab.textRightMenu": "Right panel", "SSE.Views.WatchDialog.closeButtonText": "Close", "SSE.Views.WatchDialog.textAdd": "Add watch", "SSE.Views.WatchDialog.textBook": "Book",