From 0f990e649d1081e4eb579bf86ee5103991065648 Mon Sep 17 00:00:00 2001 From: OVSharova Date: Thu, 17 Feb 2022 17:39:54 +0300 Subject: [PATCH] mark del_ in locale --- .../main/app/view/FileMenuPanels.js | 12 ++----- apps/documenteditor/main/locale/en.json | 18 +++++----- .../main/app/view/FileMenuPanels.js | 31 ----------------- apps/presentationeditor/main/locale/en.json | 14 ++++---- .../main/app/view/FileMenuPanels.js | 12 ------- apps/spreadsheeteditor/main/locale/en.json | 34 +++++++++---------- 6 files changed, 35 insertions(+), 86 deletions(-) diff --git a/apps/documenteditor/main/app/view/FileMenuPanels.js b/apps/documenteditor/main/app/view/FileMenuPanels.js index 0b47bf281..1eba44777 100644 --- a/apps/documenteditor/main/app/view/FileMenuPanels.js +++ b/apps/documenteditor/main/app/view/FileMenuPanels.js @@ -256,13 +256,13 @@ define([ '', '
', '', - '
', + '', '', '', '', '
', '', - '', + '', '
', '', '', @@ -853,8 +853,6 @@ define([ this.dlgAutoCorrect.show(); }, - strLiveComment: 'Turn on option', - strInputMode: 'Turn on hieroglyphs', strZoom: 'Default Zoom Value', /** coauthoring begin **/ strShowChanges: 'Realtime Collaboration Changes', @@ -873,24 +871,19 @@ define([ txtCm: 'Centimeter', txtPt: 'Point', textAutoSave: 'Autosave', - strAutosave: 'Turn on autosave', txtSpellCheck: 'Spell Checking', strSpellCheckMode: 'Turn on spell checking option', textAlignGuides: 'Alignment Guides', strAlignGuides: 'Turn on alignment guides', strCoAuthMode: 'Co-editing mode', - strCoAuthModeDescFast: 'Other users will see your changes at once', - strCoAuthModeDescStrict: 'You will need to accept changes before you can see them', strFast: 'Fast', strStrict: 'Strict', - textAutoRecover: 'Autorecover', strAutoRecover: 'Turn on autorecover', txtInch: 'Inch', txtFitPage: 'Fit to Page', txtFitWidth: 'Fit to Width', textForceSave: 'Save to Server', strForcesave: 'Always save to server (otherwise save to server on document close)', - strResolvedComment: 'Turn on display of the resolved comments', textCompatible: 'Compatibility', textOldVersions: 'Make the files compatible with older MS Word versions when saved as DOCX', txtCacheMode: 'Default cache mode', @@ -906,7 +899,6 @@ define([ txtProofing: 'Proofing', strTheme: 'Theme', txtAutoCorrect: 'AutoCorrect options...', - strReviewHover: 'Track Changes Display', txtChangesTip: 'Show by hover in tooltips', txtChangesBalloons: 'Show by click in balloons', txtDarkMode: 'Turn on document dark mode', diff --git a/apps/documenteditor/main/locale/en.json b/apps/documenteditor/main/locale/en.json index 959a56ca7..34aa60c47 100644 --- a/apps/documenteditor/main/locale/en.json +++ b/apps/documenteditor/main/locale/en.json @@ -1738,20 +1738,20 @@ "DE.Views.FileMenuPanels.Settings.okButtonText": "Apply", "DE.Views.FileMenuPanels.Settings.strAlignGuides": "Turn on alignment guides", "DE.Views.FileMenuPanels.Settings.strAutoRecover": "Turn on autorecover", - "DE.Views.FileMenuPanels.Settings.strAutosave": "Turn on autosave", + "del_DE.Views.FileMenuPanels.Settings.strAutosave": "Turn on autosave", "DE.Views.FileMenuPanels.Settings.strCoAuthMode": "Co-editing Mode", - "DE.Views.FileMenuPanels.Settings.strCoAuthModeDescFast": "Other users will see your changes at once", - "DE.Views.FileMenuPanels.Settings.strCoAuthModeDescStrict": "You will need to accept changes before you can see them", + "del_DE.Views.FileMenuPanels.Settings.strCoAuthModeDescFast": "Other users will see your changes at once", + "del_DE.Views.FileMenuPanels.Settings.strCoAuthModeDescStrict": "You will need to accept changes before you can see them", "DE.Views.FileMenuPanels.Settings.strFast": "Fast", "DE.Views.FileMenuPanels.Settings.strFontRender": "Font Hinting", "DE.Views.FileMenuPanels.Settings.strForcesave": "Add version to storage after clicking Save or Ctrl+S", - "DE.Views.FileMenuPanels.Settings.strInputMode": "Turn on hieroglyphs", - "DE.Views.FileMenuPanels.Settings.strLiveComment": "Turn on display of the comments", + "del_DE.Views.FileMenuPanels.Settings.strInputMode": "Turn on hieroglyphs", + "del_DE.Views.FileMenuPanels.Settings.strLiveComment": "Turn on display of the comments", "DE.Views.FileMenuPanels.Settings.strMacrosSettings": "Macros Settings", - "DE.Views.FileMenuPanels.Settings.strPaste": "Cut, copy and paste", + "del_DE.Views.FileMenuPanels.Settings.strPaste": "Cut, copy and paste", "DE.Views.FileMenuPanels.Settings.strPasteButton": "Show the Paste Options button when the content is pasted", - "DE.Views.FileMenuPanels.Settings.strResolvedComment": "Turn on display of the resolved comments", - "DE.Views.FileMenuPanels.Settings.strReviewHover": "Track Changes Display", + "del_DE.Views.FileMenuPanels.Settings.strResolvedComment": "Turn on display of the resolved comments", + "del_DE.Views.FileMenuPanels.Settings.strReviewHover": "Track Changes Display", "DE.Views.FileMenuPanels.Settings.strShowChanges": "Real-time Collaboration Changes", "DE.Views.FileMenuPanels.Settings.strShowResolvedComments": "Show resolved comments", "DE.Views.FileMenuPanels.Settings.strShowComments": "Show comments in text", @@ -1765,7 +1765,7 @@ "DE.Views.FileMenuPanels.Settings.text5Minutes": "Every 5 Minutes", "DE.Views.FileMenuPanels.Settings.text60Minutes": "Every Hour", "DE.Views.FileMenuPanels.Settings.textAlignGuides": "Alignment Guides", - "DE.Views.FileMenuPanels.Settings.textAutoRecover": "Autorecover", + "del_DE.Views.FileMenuPanels.Settings.textAutoRecover": "Autorecover", "DE.Views.FileMenuPanels.Settings.textAutoSave": "Autosave", "DE.Views.FileMenuPanels.Settings.textCompatible": "Compatibility", "DE.Views.FileMenuPanels.Settings.textDisabled": "Disabled", diff --git a/apps/presentationeditor/main/app/view/FileMenuPanels.js b/apps/presentationeditor/main/app/view/FileMenuPanels.js index e7992f63d..af61e898f 100644 --- a/apps/presentationeditor/main/app/view/FileMenuPanels.js +++ b/apps/presentationeditor/main/app/view/FileMenuPanels.js @@ -342,24 +342,6 @@ define([ dataHintOffset: 'big' }); - /** coauthoring begin **/ - this.cmbCoAuthMode = new Common.UI.ComboBox({ - el : $markup.findById('#fms-cmb-coauth-mode'), - style : 'width: 160px;', - editable : false, - cls : 'input-group-nr', - data : [ - { value: 1, displayValue: this.strFast, descValue: this.strCoAuthModeDescFast}, - { value: 0, displayValue: this.strStrict, descValue: this.strCoAuthModeDescStrict } - ], - dataHint: '2', - dataHintDirection: 'bottom', - dataHintOffset: 'big' - }).on('selected', function(combo, record) { - if (record.value == 1 && (me.chAutosave.getValue()!=='checked')) - me.chAutosave.setValue(1); - }); - this.rbCoAuthModeFast = new Common.UI.RadioBox({ el : $markup.findById('#fms-rb-coauth-mode-fast'), name : 'coauth-mode', @@ -378,9 +360,6 @@ define([ dataHintOffset: 'small' }); - //this.lblCoAuthMode = $markup.findById('#fms-lbl-coauth-mode'); - /** coauthoring end **/ - this.chAutosave = new Common.UI.CheckBox({ el: $markup.findById('#fms-chb-autosave'), labelText: this.textAutoSave, @@ -688,7 +667,6 @@ define([ this.dlgAutoCorrect.show(); }, - strInputMode: 'Turn on hieroglyphs', strZoom: 'Default Zoom Value', okButtonText: 'Apply', txtFitSlide: 'Fit to Slide', @@ -701,27 +679,18 @@ define([ txtCm: 'Centimeter', txtPt: 'Point', textAutoSave: 'Autosave', - strAutosave: 'Turn on autosave', - /** coauthoring begin **/ - strShowChanges: 'Realtime Collaboration Changes', - /** coauthoring end **/ txtAll: 'View All', txtLast: 'View Last', textAlignGuides: 'Alignment Guides', - strAlignGuides: 'Turn on alignment guides', strCoAuthMode: 'Co-editing mode', - strCoAuthModeDescFast: 'Other users will see your changes at once', - strCoAuthModeDescStrict: 'You will need to accept changes before you can see them', strFast: 'Fast', strStrict: 'Strict', textAutoRecover: 'Autorecover', - strAutoRecover: 'Turn on autorecover', txtInch: 'Inch', txtFitWidth: 'Fit to Width', textForceSave: 'Save to Server', strForcesave: 'Always save to server (otherwise save to server on document close)', txtSpellCheck: 'Spell Checking', - strSpellCheckMode: 'Turn on spell checking option', txtCacheMode: 'Default cache mode', strMacrosSettings: 'Macros Settings', txtWarnMacros: 'Show Notification', diff --git a/apps/presentationeditor/main/locale/en.json b/apps/presentationeditor/main/locale/en.json index 5f7c55acf..2adee8dc0 100644 --- a/apps/presentationeditor/main/locale/en.json +++ b/apps/presentationeditor/main/locale/en.json @@ -1585,21 +1585,21 @@ "PE.Views.FileMenuPanels.ProtectDoc.txtSignedInvalid": "Some of the digital signatures in presentation are invalid or could not be verified. The presentation is protected from editing.", "PE.Views.FileMenuPanels.ProtectDoc.txtView": "View signatures", "PE.Views.FileMenuPanels.Settings.okButtonText": "Apply", - "PE.Views.FileMenuPanels.Settings.strAlignGuides": "Turn on alignment guides", + "del_PE.Views.FileMenuPanels.Settings.strAlignGuides": "Turn on alignment guides", "PE.Views.FileMenuPanels.Settings.strAutoRecover": "Turn on autorecover", - "PE.Views.FileMenuPanels.Settings.strAutosave": "Turn on autosave", + "del_PE.Views.FileMenuPanels.Settings.strAutosave": "Turn on autosave", "PE.Views.FileMenuPanels.Settings.strCoAuthMode": "Co-editing Mode", - "PE.Views.FileMenuPanels.Settings.strCoAuthModeDescFast": "Other users will see your changes at once", - "PE.Views.FileMenuPanels.Settings.strCoAuthModeDescStrict": "You will need to accept changes before you can see them", + "del_PE.Views.FileMenuPanels.Settings.strCoAuthModeDescFast": "Other users will see your changes at once", + "del_PE.Views.FileMenuPanels.Settings.strCoAuthModeDescStrict": "You will need to accept changes before you can see them", "PE.Views.FileMenuPanels.Settings.strFast": "Fast", "PE.Views.FileMenuPanels.Settings.strFontRender": "Font Hinting", "PE.Views.FileMenuPanels.Settings.strForcesave": "Add version to storage after clicking Save or Ctrl+S", - "PE.Views.FileMenuPanels.Settings.strInputMode": "Turn on hieroglyphs", + "del_PE.Views.FileMenuPanels.Settings.strInputMode": "Turn on hieroglyphs", "PE.Views.FileMenuPanels.Settings.strMacrosSettings": "Macros Settings", "PE.Views.FileMenuPanels.Settings.strPaste": "Cut, copy and paste", "PE.Views.FileMenuPanels.Settings.strPasteButton": "Show the Paste Options button when the content is pasted", - "PE.Views.FileMenuPanels.Settings.strShowChanges": "Real-time Collaboration Changes", - "PE.Views.FileMenuPanels.Settings.strSpellCheckMode": "Turn on spell checking option", + "del_PE.Views.FileMenuPanels.Settings.strShowChanges": "Real-time Collaboration Changes", + "del_PE.Views.FileMenuPanels.Settings.strSpellCheckMode": "Turn on spell checking option", "PE.Views.FileMenuPanels.Settings.strStrict": "Strict", "PE.Views.FileMenuPanels.Settings.strTheme": "Interface theme", "PE.Views.FileMenuPanels.Settings.strUnit": "Unit of Measurement", diff --git a/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js b/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js index 1cb542030..18fcd59af 100644 --- a/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js +++ b/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js @@ -753,9 +753,6 @@ define([ var fast_coauth = Common.Utils.InternalSettings.get("sse-settings-coauthmode"); this.rbCoAuthModeFast.setValue(fast_coauth); this.rbCoAuthModeStrict.setValue(!fast_coauth); - /*item = this.cmbCoAuthMode.store.findWhere({value: fast_coauth ? 1 : 0}); - this.cmbCoAuthMode.setValue(item ? item.get('value') : 1);*/ - //this.lblCoAuthMode.text(item ? item.get('descValue') : this.strCoAuthModeDescFast); /** coauthoring end **/ value = Common.Utils.InternalSettings.get("sse-settings-fontrender"); @@ -1002,12 +999,8 @@ define([ } }, - strLiveComment: 'Turn on option', strZoom: 'Default Zoom Value', okButtonText: 'Apply', - /** coauthoring begin **/ - txtLiveComment: 'Live Commenting', - /** coauthoring end **/ txtWin: 'as Windows', txtMac: 'as OS X', txtNative: 'Native', @@ -1036,8 +1029,6 @@ define([ strRegSettings: 'Regional Settings', strRegSettingsEx: 'Example: ', strCoAuthMode: 'Co-editing mode', - strCoAuthModeDescFast: 'Other users will see your changes at once', - strCoAuthModeDescStrict: 'You will need to accept changes before you can see them', strFast: 'Fast', strStrict: 'Strict', textAutoRecover: 'Autorecover', @@ -1045,10 +1036,7 @@ define([ txtInch: 'Inch', textForceSave: 'Save to Server', strForcesave: 'Always save to server (otherwise save to server on document close)', - strResolvedComment: 'Turn on display of the resolved comments', textRefStyle: 'Reference Style', - strR1C1: 'Turn on R1C1 style', - strSeparator: 'Separator', strUseSeparatorsBasedOnRegionalSettings: 'Use separators based on regional settings', strDecimalSeparator: 'Decimal separator', strThousandsSeparator: 'Thousands separator', diff --git a/apps/spreadsheeteditor/main/locale/en.json b/apps/spreadsheeteditor/main/locale/en.json index d18db065f..c63fd3239 100644 --- a/apps/spreadsheeteditor/main/locale/en.json +++ b/apps/spreadsheeteditor/main/locale/en.json @@ -2058,10 +2058,10 @@ "SSE.Views.FileMenuPanels.DocumentRights.txtRights": "Persons who have rights", "SSE.Views.FileMenuPanels.MainSettingsGeneral.okButtonText": "Apply", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strAutoRecover": "Turn on autorecover", - "SSE.Views.FileMenuPanels.MainSettingsGeneral.strAutosave": "Turn on autosave", + "del_SSE.Views.FileMenuPanels.MainSettingsGeneral.strAutosave": "Turn on autosave", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strCoAuthMode": "Co-editing Mode", - "SSE.Views.FileMenuPanels.MainSettingsGeneral.strCoAuthModeDescFast": "Other users will see your changes at once", - "SSE.Views.FileMenuPanels.MainSettingsGeneral.strCoAuthModeDescStrict": "You will need to accept changes before you can see them", + "del_SSE.Views.FileMenuPanels.MainSettingsGeneral.strCoAuthModeDescFast": "Other users will see your changes at once", + "del_SSE.Views.FileMenuPanels.MainSettingsGeneral.strCoAuthModeDescStrict": "You will need to accept changes before you can see them", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strDecimalSeparator": "Decimal separator", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strDictionaryLanguage": "Dictionary language", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strFast": "Fast", @@ -2071,16 +2071,16 @@ "SSE.Views.FileMenuPanels.MainSettingsGeneral.strFuncLocaleEx": "Example: SUM; MIN; MAX; COUNT", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strIgnoreWordsInUPPERCASE": "Ignore words in UPPERCASE", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strIgnoreWordsWithNumbers": "Ignore words with numbers", - "SSE.Views.FileMenuPanels.MainSettingsGeneral.strLiveComment": "Turn on display of the comments", + "del_SSE.Views.FileMenuPanels.MainSettingsGeneral.strLiveComment": "Turn on display of the comments", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strMacrosSettings": "Macros Settings", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strPaste": "Cut, copy and paste", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strPasteButton": "Show the Paste Options button when the content is pasted", - "SSE.Views.FileMenuPanels.MainSettingsGeneral.strR1C1": "Turn on R1C1 style", + "del_SSE.Views.FileMenuPanels.MainSettingsGeneral.strR1C1": "Turn on R1C1 style", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strReferenceStyle": "R1C1 reference style", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strRegSettings": "Regional Settings", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strRegSettingsEx": "Example: ", - "SSE.Views.FileMenuPanels.MainSettingsGeneral.strResolvedComment": "Turn on display of the resolved comments", - "SSE.Views.FileMenuPanels.MainSettingsGeneral.strSeparator": "Separator", + "del_SSE.Views.FileMenuPanels.MainSettingsGeneral.strResolvedComment": "Turn on display of the resolved comments", + "del_SSE.Views.FileMenuPanels.MainSettingsGeneral.strSeparator": "Separator", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strShowComments": "Show comments in sheet", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strShowResolvedComments": "Show resolved comments", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strStrict": "Strict", @@ -2122,7 +2122,7 @@ "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtIt": "Italian", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtJa": "Japanese", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtKo": "Korean", - "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLiveComment": "Commenting Display", + "del_SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLiveComment": "Commenting Display", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLo": "Lao", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLv": "Latvian", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtMac": "as OS X", @@ -2153,12 +2153,12 @@ "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWin": "as Windows", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWorkspace": "Workspace", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtZh": "Chinese", - "SSE.Views.FileMenuPanels.MainSpellCheckSettings.okButtonText": "Apply", - "SSE.Views.FileMenuPanels.MainSpellCheckSettings.strDictionaryLanguage": "Dictionary language", - "SSE.Views.FileMenuPanels.MainSpellCheckSettings.strIgnoreWordsInUPPERCASE": "Ignore words in UPPERCASE", - "SSE.Views.FileMenuPanels.MainSpellCheckSettings.strIgnoreWordsWithNumbers": "Ignore words with numbers", - "SSE.Views.FileMenuPanels.MainSpellCheckSettings.txtAutoCorrect": "AutoCorrect options...", - "SSE.Views.FileMenuPanels.MainSpellCheckSettings.txtProofing": "Proofing", + "del_SSE.Views.FileMenuPanels.MainSpellCheckSettings.okButtonText": "Apply", + "del_SSE.Views.FileMenuPanels.MainSpellCheckSettings.strDictionaryLanguage": "Dictionary language", + "del_SSE.Views.FileMenuPanels.MainSpellCheckSettings.strIgnoreWordsInUPPERCASE": "Ignore words in UPPERCASE", + "del_SSE.Views.FileMenuPanels.MainSpellCheckSettings.strIgnoreWordsWithNumbers": "Ignore words with numbers", + "del_SSE.Views.FileMenuPanels.MainSpellCheckSettings.txtAutoCorrect": "AutoCorrect options...", + "del_SSE.Views.FileMenuPanels.MainSpellCheckSettings.txtProofing": "Proofing", "SSE.Views.FileMenuPanels.ProtectDoc.notcriticalErrorTitle": "Warning", "SSE.Views.FileMenuPanels.ProtectDoc.strEncrypt": "With password", "SSE.Views.FileMenuPanels.ProtectDoc.strProtect": "Protect Spreadsheet", @@ -2170,9 +2170,9 @@ "SSE.Views.FileMenuPanels.ProtectDoc.txtSigned": "Valid signatures have been added to the spreadsheet. The spreadsheet is protected from editing.", "SSE.Views.FileMenuPanels.ProtectDoc.txtSignedInvalid": "Some of the digital signatures in spreadsheet are invalid or could not be verified. The spreadsheet is protected from editing.", "SSE.Views.FileMenuPanels.ProtectDoc.txtView": "View signatures", - "SSE.Views.FileMenuPanels.Settings.txtGeneral": "General", - "SSE.Views.FileMenuPanels.Settings.txtPageSettings": "Page Settings", - "SSE.Views.FileMenuPanels.Settings.txtSpellChecking": "Spell checking", + "del_SSE.Views.FileMenuPanels.Settings.txtGeneral": "General", + "del_SSE.Views.FileMenuPanels.Settings.txtPageSettings": "Page Settings", + "del_SSE.Views.FileMenuPanels.Settings.txtSpellChecking": "Spell checking", "SSE.Views.FormatRulesEditDlg.fillColor": "Fill color", "SSE.Views.FormatRulesEditDlg.notcriticalErrorTitle": "Warning", "SSE.Views.FormatRulesEditDlg.text2Scales": "2 Color scale",