diff --git a/apps/presentationeditor/main/locale/en.json b/apps/presentationeditor/main/locale/en.json index 37f5669d0..9d231804b 100644 --- a/apps/presentationeditor/main/locale/en.json +++ b/apps/presentationeditor/main/locale/en.json @@ -1787,6 +1787,13 @@ "PE.Views.DocumentHolder.txtUngroup": "Ungroup", "PE.Views.DocumentHolder.txtWarnUrl": "Clicking this link can be harmful to your device and data.
Are you sure you want to continue?", "PE.Views.DocumentHolder.vertAlignText": "Vertical Alignment", + "PE.Views.DocumentHolder.advancedEquationText": "Equation Settings", + "PE.Views.DocumentHolder.unicodeText": "Unicode", + "PE.Views.DocumentHolder.latexText": "LaTeX", + "PE.Views.DocumentHolder.currProfText": "Current - Professional", + "PE.Views.DocumentHolder.currLinearText": "Current - Linear", + "PE.Views.DocumentHolder.allProfText": "All - Professional", + "PE.Views.DocumentHolder.allLinearText": "All - Linear", "PE.Views.DocumentPreview.goToSlideText": "Go to Slide", "PE.Views.DocumentPreview.slideIndexText": "Slide {0} of {1}", "PE.Views.DocumentPreview.txtClose": "Close slideshow", diff --git a/apps/spreadsheeteditor/main/locale/en.json b/apps/spreadsheeteditor/main/locale/en.json index 2145a9510..b3238ecce 100644 --- a/apps/spreadsheeteditor/main/locale/en.json +++ b/apps/spreadsheeteditor/main/locale/en.json @@ -2263,6 +2263,13 @@ "SSE.Views.DocumentHolder.txtUngroup": "Ungroup", "SSE.Views.DocumentHolder.txtWidth": "Width", "SSE.Views.DocumentHolder.vertAlignText": "Vertical Alignment", + "SSE.Views.DocumentHolder.advancedEquationText": "Equation Settings", + "SSE.Views.DocumentHolder.unicodeText": "Unicode", + "SSE.Views.DocumentHolder.latexText": "LaTeX", + "SSE.Views.DocumentHolder.currProfText": "Current - Professional", + "SSE.Views.DocumentHolder.currLinearText": "Current - Linear", + "SSE.Views.DocumentHolder.allProfText": "All - Professional", + "SSE.Views.DocumentHolder.allLinearText": "All - Linear", "SSE.Views.ExternalLinksDlg.closeButtonText": "Close", "SSE.Views.ExternalLinksDlg.textDelete": "Break Links", "SSE.Views.ExternalLinksDlg.textDeleteAll": "Break All Links",