From 3d088ba86bc5d75b44d1a96a3dc5e9cdc15fb484 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Fri, 19 Feb 2021 20:06:36 +0300 Subject: [PATCH] Fix translation --- apps/api/documents/api.js | 3 +-- apps/documenteditor/main/app/controller/Viewport.js | 3 +-- apps/documenteditor/main/locale/en.json | 1 - apps/presentationeditor/main/app/controller/Viewport.js | 3 +-- apps/presentationeditor/main/locale/en.json | 1 - apps/spreadsheeteditor/main/app/controller/Viewport.js | 3 +-- apps/spreadsheeteditor/main/locale/en.json | 1 - 7 files changed, 4 insertions(+), 11 deletions(-) diff --git a/apps/api/documents/api.js b/apps/api/documents/api.js index ed61aebeb..20ec5730d 100644 --- a/apps/api/documents/api.js +++ b/apps/api/documents/api.js @@ -156,8 +156,7 @@ plugins: true // can run plugins in document macrosMode: 'warn' // warn about automatic macros, 'enable', 'disable', 'warn', trackChanges: undefined // true/false - open editor with track changes mode on/off, - hideRulers: false, // hide or show rulers on first loading (presentation or document editor), - hideStartTips: false // hide help toolips on starting editors + hideRulers: false, // hide or show rulers on first loading (presentation or document editor) }, plugins: { autostart: ['asc.{FFE1F462-1EA2-4391-990D-4CC84940B754}'], diff --git a/apps/documenteditor/main/app/controller/Viewport.js b/apps/documenteditor/main/app/controller/Viewport.js index a7fbf3ef0..156f3f8a9 100644 --- a/apps/documenteditor/main/app/controller/Viewport.js +++ b/apps/documenteditor/main/app/controller/Viewport.js @@ -434,7 +434,6 @@ define([ }, textFitPage: 'Fit to Page', - textFitWidth: 'Fit to Width', - textTipTheme: 'You can switch to Dark Theme in the View Settings' + textFitWidth: 'Fit to Width' }, DE.Controllers.Viewport)); }); diff --git a/apps/documenteditor/main/locale/en.json b/apps/documenteditor/main/locale/en.json index acdd55d7f..ccbb98aed 100644 --- a/apps/documenteditor/main/locale/en.json +++ b/apps/documenteditor/main/locale/en.json @@ -1172,7 +1172,6 @@ "DE.Controllers.Toolbar.txtSymbol_zeta": "Zeta", "DE.Controllers.Viewport.textFitPage": "Fit to Page", "DE.Controllers.Viewport.textFitWidth": "Fit to Width", - "DE.Controllers.Viewport.textTipTheme": "You can switch to Dark Theme in the View Settings", "DE.Views.AddNewCaptionLabelDialog.textLabel": "Label:", "DE.Views.AddNewCaptionLabelDialog.textLabelError": "Label must not be empty.", "DE.Views.BookmarksDialog.textAdd": "Add", diff --git a/apps/presentationeditor/main/app/controller/Viewport.js b/apps/presentationeditor/main/app/controller/Viewport.js index 4bb50f813..57d6e7337 100644 --- a/apps/presentationeditor/main/app/controller/Viewport.js +++ b/apps/presentationeditor/main/app/controller/Viewport.js @@ -478,7 +478,6 @@ define([ }, textFitPage: 'Fit to Page', - textFitWidth: 'Fit to Width', - textTipTheme: 'You can switch to Dark Theme in the View Settings' + textFitWidth: 'Fit to Width' }, PE.Controllers.Viewport)); }); diff --git a/apps/presentationeditor/main/locale/en.json b/apps/presentationeditor/main/locale/en.json index ae2856bbd..3db4f0764 100644 --- a/apps/presentationeditor/main/locale/en.json +++ b/apps/presentationeditor/main/locale/en.json @@ -1042,7 +1042,6 @@ "PE.Controllers.Toolbar.txtSymbol_zeta": "Zeta", "PE.Controllers.Viewport.textFitPage": "Fit to Slide", "PE.Controllers.Viewport.textFitWidth": "Fit to Width", - "PE.Controllers.Viewport.textTipTheme": "You can switch to Dark Theme in the View Settings", "PE.Views.ChartSettings.textAdvanced": "Show advanced settings", "PE.Views.ChartSettings.textChartType": "Change Chart Type", "PE.Views.ChartSettings.textEditData": "Edit Data", diff --git a/apps/spreadsheeteditor/main/app/controller/Viewport.js b/apps/spreadsheeteditor/main/app/controller/Viewport.js index c573a5c39..e4fda19c3 100644 --- a/apps/spreadsheeteditor/main/app/controller/Viewport.js +++ b/apps/spreadsheeteditor/main/app/controller/Viewport.js @@ -532,7 +532,6 @@ define([ textHideHeadings: 'Hide Headings', textHideGridlines: 'Hide Gridlines', textFreezePanes: 'Freeze Panes', - textFreezePanesShadow: 'Show Freezed Panes Shadow', - textTipTheme: 'You can switch to Dark Theme in the View Settings' + textFreezePanesShadow: 'Show Freezed Panes Shadow' }, SSE.Controllers.Viewport)); }); diff --git a/apps/spreadsheeteditor/main/locale/en.json b/apps/spreadsheeteditor/main/locale/en.json index f8b2ba265..f25b73cca 100644 --- a/apps/spreadsheeteditor/main/locale/en.json +++ b/apps/spreadsheeteditor/main/locale/en.json @@ -1282,7 +1282,6 @@ "SSE.Controllers.Viewport.textHideFBar": "Hide Formula Bar", "SSE.Controllers.Viewport.textHideGridlines": "Hide Gridlines", "SSE.Controllers.Viewport.textHideHeadings": "Hide Headings", - "SSE.Controllers.Viewport.textTipTheme": "You can switch to Dark Theme in the View Settings", "SSE.Views.AdvancedSeparatorDialog.strDecimalSeparator": "Decimal separator", "SSE.Views.AdvancedSeparatorDialog.strThousandsSeparator": "Thousands separator", "SSE.Views.AdvancedSeparatorDialog.textLabel": "Settings used to recognize numeric data",