From 20e3b103bf024e9d7376c8fe55679f03ee295879 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Wed, 9 Oct 2024 15:09:21 +0300 Subject: [PATCH 1/3] Fix Bug 70781 --- apps/common/forms/resources/less/common.less | 2 +- apps/common/main/resources/less/calendar.less | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/apps/common/forms/resources/less/common.less b/apps/common/forms/resources/less/common.less index 2aade32b16..3a5c42b90f 100644 --- a/apps/common/forms/resources/less/common.less +++ b/apps/common/forms/resources/less/common.less @@ -563,7 +563,7 @@ .btn { &.active, &:active { &:not(:disabled):not(.disabled) { - .icon { + .svg-icon { @btn-active-icon-offset: -20px; background-position-y: @btn-active-icon-offset; background-position-y: var(--button-small-active-icon-offset-x, 0); diff --git a/apps/common/main/resources/less/calendar.less b/apps/common/main/resources/less/calendar.less index 02148f0e90..e4b32085b8 100644 --- a/apps/common/main/resources/less/calendar.less +++ b/apps/common/main/resources/less/calendar.less @@ -35,16 +35,11 @@ background-position: -40px -12px; } } - &:hover { + &:hover, &:active { background-color: @highlight-button-hover-ie; background-color: @highlight-button-hover; cursor: pointer; } - - &:active { - background-color: @highlight-button-pressed-ie; - background-color: @highlight-button-pressed; - } } .calendar-header { height: 68px; From 5eeac5e2afa94136d52ba3d5daaf118a379e275d Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Wed, 9 Oct 2024 23:50:20 +0300 Subject: [PATCH 2/3] Show tooltips for new features --- .../main/lib/component/SynchronizeTip.js | 3 +- apps/common/main/lib/controller/History.js | 1 + apps/common/main/lib/view/Header.js | 18 ++---------- apps/common/main/resources/less/common.less | 3 +- .../main/app/controller/FormsTab.js | 4 ++- .../main/app/controller/Toolbar.js | 28 ++++++++++++++----- .../main/app/controller/ViewTab.js | 3 ++ apps/documenteditor/main/app/view/FileMenu.js | 4 ++- apps/documenteditor/main/app/view/FormsTab.js | 1 + apps/documenteditor/main/app/view/LeftMenu.js | 1 + apps/documenteditor/main/locale/ar.json | 12 +++++++- apps/documenteditor/main/locale/az.json | 12 +++++++- apps/documenteditor/main/locale/be.json | 12 +++++++- apps/documenteditor/main/locale/bg.json | 12 +++++++- apps/documenteditor/main/locale/ca.json | 12 +++++++- apps/documenteditor/main/locale/cs.json | 12 +++++++- apps/documenteditor/main/locale/da.json | 12 +++++++- apps/documenteditor/main/locale/de.json | 12 +++++++- apps/documenteditor/main/locale/el.json | 12 +++++++- apps/documenteditor/main/locale/en.json | 22 +++++++++++---- apps/documenteditor/main/locale/es.json | 12 +++++++- apps/documenteditor/main/locale/eu.json | 12 +++++++- apps/documenteditor/main/locale/fi.json | 12 +++++++- apps/documenteditor/main/locale/fr.json | 12 +++++++- apps/documenteditor/main/locale/gl.json | 12 +++++++- apps/documenteditor/main/locale/he.json | 12 +++++++- apps/documenteditor/main/locale/hu.json | 12 +++++++- apps/documenteditor/main/locale/hy.json | 12 +++++++- apps/documenteditor/main/locale/id.json | 12 +++++++- apps/documenteditor/main/locale/it.json | 12 +++++++- apps/documenteditor/main/locale/ja.json | 12 +++++++- apps/documenteditor/main/locale/ko.json | 12 +++++++- apps/documenteditor/main/locale/lo.json | 12 +++++++- apps/documenteditor/main/locale/lv.json | 12 +++++++- apps/documenteditor/main/locale/ms.json | 12 +++++++- apps/documenteditor/main/locale/nl.json | 12 +++++++- apps/documenteditor/main/locale/no.json | 12 +++++++- apps/documenteditor/main/locale/pl.json | 12 +++++++- apps/documenteditor/main/locale/pt-pt.json | 12 +++++++- apps/documenteditor/main/locale/pt.json | 12 +++++++- apps/documenteditor/main/locale/ro.json | 12 +++++++- apps/documenteditor/main/locale/ru.json | 12 +++++++- apps/documenteditor/main/locale/si.json | 12 +++++++- apps/documenteditor/main/locale/sk.json | 12 +++++++- apps/documenteditor/main/locale/sl.json | 12 +++++++- apps/documenteditor/main/locale/sr-cyrl.json | 12 +++++++- apps/documenteditor/main/locale/sr.json | 12 +++++++- apps/documenteditor/main/locale/sv.json | 12 +++++++- apps/documenteditor/main/locale/tr.json | 12 +++++++- apps/documenteditor/main/locale/uk.json | 12 +++++++- apps/documenteditor/main/locale/vi.json | 12 +++++++- apps/documenteditor/main/locale/zh-tw.json | 12 +++++++- apps/documenteditor/main/locale/zh.json | 12 +++++++- apps/pdfeditor/main/app/controller/Main.js | 9 ++++-- apps/pdfeditor/main/app/controller/Toolbar.js | 24 ++++++++-------- apps/pdfeditor/main/app/controller/ViewTab.js | 3 ++ apps/pdfeditor/main/app/view/Toolbar.js | 1 + apps/pdfeditor/main/locale/ar.json | 8 +++++- apps/pdfeditor/main/locale/az.json | 8 +++++- apps/pdfeditor/main/locale/be.json | 8 +++++- apps/pdfeditor/main/locale/bg.json | 8 +++++- apps/pdfeditor/main/locale/ca.json | 8 +++++- apps/pdfeditor/main/locale/cs.json | 8 +++++- apps/pdfeditor/main/locale/da.json | 8 +++++- apps/pdfeditor/main/locale/de.json | 8 +++++- apps/pdfeditor/main/locale/el.json | 8 +++++- apps/pdfeditor/main/locale/en.json | 18 ++++++++---- apps/pdfeditor/main/locale/es.json | 8 +++++- apps/pdfeditor/main/locale/eu.json | 8 +++++- apps/pdfeditor/main/locale/fi.json | 8 +++++- apps/pdfeditor/main/locale/fr.json | 8 +++++- apps/pdfeditor/main/locale/gl.json | 8 +++++- apps/pdfeditor/main/locale/he.json | 8 +++++- apps/pdfeditor/main/locale/hu.json | 8 +++++- apps/pdfeditor/main/locale/hy.json | 8 +++++- apps/pdfeditor/main/locale/id.json | 8 +++++- apps/pdfeditor/main/locale/it.json | 8 +++++- apps/pdfeditor/main/locale/ja.json | 8 +++++- apps/pdfeditor/main/locale/ko.json | 8 +++++- apps/pdfeditor/main/locale/lo.json | 8 +++++- apps/pdfeditor/main/locale/lv.json | 8 +++++- apps/pdfeditor/main/locale/ms.json | 8 +++++- apps/pdfeditor/main/locale/nl.json | 8 +++++- apps/pdfeditor/main/locale/pl.json | 8 +++++- apps/pdfeditor/main/locale/pt-pt.json | 8 +++++- apps/pdfeditor/main/locale/pt.json | 8 +++++- apps/pdfeditor/main/locale/ro.json | 8 +++++- apps/pdfeditor/main/locale/ru.json | 8 +++++- apps/pdfeditor/main/locale/si.json | 8 +++++- apps/pdfeditor/main/locale/sk.json | 8 +++++- apps/pdfeditor/main/locale/sl.json | 8 +++++- apps/pdfeditor/main/locale/sr-cyrl.json | 8 +++++- apps/pdfeditor/main/locale/sr.json | 8 +++++- apps/pdfeditor/main/locale/sv.json | 8 +++++- apps/pdfeditor/main/locale/tr.json | 8 +++++- apps/pdfeditor/main/locale/uk.json | 8 +++++- apps/pdfeditor/main/locale/zh-tw.json | 8 +++++- apps/pdfeditor/main/locale/zh.json | 8 +++++- .../main/app/controller/Animation.js | 1 - .../main/app/controller/Toolbar.js | 16 ++++------- .../main/app/controller/ViewTab.js | 1 - .../main/app/view/FileMenu.js | 3 ++ .../main/app/view/ViewTab.js | 3 ++ apps/presentationeditor/main/locale/ar.json | 6 +++- apps/presentationeditor/main/locale/az.json | 6 +++- apps/presentationeditor/main/locale/be.json | 6 +++- apps/presentationeditor/main/locale/bg.json | 6 +++- apps/presentationeditor/main/locale/ca.json | 6 +++- apps/presentationeditor/main/locale/cs.json | 6 +++- apps/presentationeditor/main/locale/da.json | 6 +++- apps/presentationeditor/main/locale/de.json | 6 +++- apps/presentationeditor/main/locale/el.json | 6 +++- apps/presentationeditor/main/locale/en.json | 20 +++++++------ apps/presentationeditor/main/locale/es.json | 6 +++- apps/presentationeditor/main/locale/eu.json | 6 +++- apps/presentationeditor/main/locale/fi.json | 6 +++- apps/presentationeditor/main/locale/fr.json | 6 +++- apps/presentationeditor/main/locale/gl.json | 6 +++- apps/presentationeditor/main/locale/he.json | 6 +++- apps/presentationeditor/main/locale/hu.json | 6 +++- apps/presentationeditor/main/locale/hy.json | 6 +++- apps/presentationeditor/main/locale/id.json | 6 +++- apps/presentationeditor/main/locale/it.json | 6 +++- apps/presentationeditor/main/locale/ja.json | 6 +++- apps/presentationeditor/main/locale/ko.json | 6 +++- apps/presentationeditor/main/locale/lo.json | 6 +++- apps/presentationeditor/main/locale/lv.json | 6 +++- apps/presentationeditor/main/locale/ms.json | 6 +++- apps/presentationeditor/main/locale/nl.json | 6 +++- apps/presentationeditor/main/locale/pl.json | 6 +++- .../presentationeditor/main/locale/pt-pt.json | 6 +++- apps/presentationeditor/main/locale/pt.json | 6 +++- apps/presentationeditor/main/locale/ro.json | 6 +++- apps/presentationeditor/main/locale/ru.json | 6 +++- apps/presentationeditor/main/locale/si.json | 6 +++- apps/presentationeditor/main/locale/sk.json | 6 +++- apps/presentationeditor/main/locale/sl.json | 6 +++- .../main/locale/sr-cyrl.json | 6 +++- apps/presentationeditor/main/locale/sr.json | 6 +++- apps/presentationeditor/main/locale/sv.json | 6 +++- apps/presentationeditor/main/locale/tr.json | 6 +++- apps/presentationeditor/main/locale/uk.json | 6 +++- apps/presentationeditor/main/locale/vi.json | 6 +++- .../presentationeditor/main/locale/zh-tw.json | 6 +++- apps/presentationeditor/main/locale/zh.json | 6 +++- .../main/app/controller/Toolbar.js | 12 +++++--- .../main/app/controller/WBProtection.js | 2 -- .../main/app/view/FileMenu.js | 3 ++ .../main/app/view/ViewTab.js | 3 ++ apps/spreadsheeteditor/main/locale/ar.json | 8 +++++- apps/spreadsheeteditor/main/locale/az.json | 8 +++++- apps/spreadsheeteditor/main/locale/be.json | 8 +++++- apps/spreadsheeteditor/main/locale/bg.json | 8 +++++- apps/spreadsheeteditor/main/locale/ca.json | 8 +++++- apps/spreadsheeteditor/main/locale/cs.json | 8 +++++- apps/spreadsheeteditor/main/locale/da.json | 8 +++++- apps/spreadsheeteditor/main/locale/de.json | 8 +++++- apps/spreadsheeteditor/main/locale/el.json | 8 +++++- apps/spreadsheeteditor/main/locale/en.json | 14 +++++++--- apps/spreadsheeteditor/main/locale/es.json | 8 +++++- apps/spreadsheeteditor/main/locale/eu.json | 8 +++++- apps/spreadsheeteditor/main/locale/fi.json | 8 +++++- apps/spreadsheeteditor/main/locale/fr.json | 8 +++++- apps/spreadsheeteditor/main/locale/gl.json | 8 +++++- apps/spreadsheeteditor/main/locale/he.json | 8 +++++- apps/spreadsheeteditor/main/locale/hu.json | 8 +++++- apps/spreadsheeteditor/main/locale/hy.json | 8 +++++- apps/spreadsheeteditor/main/locale/id.json | 8 +++++- apps/spreadsheeteditor/main/locale/it.json | 8 +++++- apps/spreadsheeteditor/main/locale/ja.json | 8 +++++- apps/spreadsheeteditor/main/locale/ko.json | 8 +++++- apps/spreadsheeteditor/main/locale/lo.json | 8 +++++- apps/spreadsheeteditor/main/locale/lv.json | 8 +++++- apps/spreadsheeteditor/main/locale/ms.json | 8 +++++- apps/spreadsheeteditor/main/locale/nl.json | 8 +++++- apps/spreadsheeteditor/main/locale/pl.json | 8 +++++- apps/spreadsheeteditor/main/locale/pt-pt.json | 8 +++++- apps/spreadsheeteditor/main/locale/pt.json | 8 +++++- apps/spreadsheeteditor/main/locale/ro.json | 8 +++++- apps/spreadsheeteditor/main/locale/ru.json | 8 +++++- apps/spreadsheeteditor/main/locale/si.json | 8 +++++- apps/spreadsheeteditor/main/locale/sk.json | 8 +++++- apps/spreadsheeteditor/main/locale/sl.json | 8 +++++- .../main/locale/sr-cyrl.json | 8 +++++- apps/spreadsheeteditor/main/locale/sr.json | 8 +++++- apps/spreadsheeteditor/main/locale/sv.json | 8 +++++- apps/spreadsheeteditor/main/locale/tr.json | 8 +++++- apps/spreadsheeteditor/main/locale/uk.json | 8 +++++- apps/spreadsheeteditor/main/locale/vi.json | 8 +++++- apps/spreadsheeteditor/main/locale/zh-tw.json | 8 +++++- apps/spreadsheeteditor/main/locale/zh.json | 8 +++++- 191 files changed, 1371 insertions(+), 248 deletions(-) diff --git a/apps/common/main/lib/component/SynchronizeTip.js b/apps/common/main/lib/component/SynchronizeTip.js index 7ec05832d6..71065ee880 100644 --- a/apps/common/main/lib/component/SynchronizeTip.js +++ b/apps/common/main/lib/component/SynchronizeTip.js @@ -224,6 +224,7 @@ define([ // prev: '' // don't show tooltip if the prev was not shown // automove: false // applyPlacement on window resize // maxwidth: 250 // 250 by default + // extCls: '' // // } }; @@ -269,7 +270,7 @@ define([ } target.addClass('highlight-tip'); props.tip = new Common.UI.SynchronizeTip({ - extCls: 'colored', + extCls: 'colored' + (props.extCls ? ' ' + props.extCls : ''), style: 'min-width:200px;max-width:' + (props.maxwidth ? props.maxwidth : 250) + 'px;', placement: placement, target: target, diff --git a/apps/common/main/lib/controller/History.js b/apps/common/main/lib/controller/History.js index 0ffd247ff1..a841c5d0ba 100644 --- a/apps/common/main/lib/controller/History.js +++ b/apps/common/main/lib/controller/History.js @@ -291,6 +291,7 @@ define([ onShowBeforeButtonMenu: function() { if(this.api && this.panelHistory.chHighlightDeleted) { this.panelHistory.chHighlightDeleted.setChecked(this.api.asc_isShowedDeletedTextInVersionHistory(), true); + Common.UI.TooltipManager.closeTip('textDeleted'); } }, diff --git a/apps/common/main/lib/view/Header.js b/apps/common/main/lib/view/Header.js index 8fed536d11..9954b2a305 100644 --- a/apps/common/main/lib/view/Header.js +++ b/apps/common/main/lib/view/Header.js @@ -204,8 +204,10 @@ define([ if ( has_edit_users ) { $panelUsers['show'](); $btnUsers.find('.caption').html(originalCount); + isPDFEditor && appConfig && (appConfig.isPDFEdit || appConfig.isPDFAnnotate || appConfig.isPDFFill) && Common.UI.TooltipManager.showTip('pdfCoedit') } else { $panelUsers['hide'](); + isPDFEditor && appConfig && (appConfig.isPDFEdit || appConfig.isPDFAnnotate || appConfig.isPDFFill) && Common.UI.TooltipManager.closeTip('pdfCoedit') } updateDocNamePosition(); } @@ -224,6 +226,7 @@ define([ usertip.hide(); } + isPDFEditor && appConfig && (appConfig.isPDFEdit || appConfig.isPDFAnnotate || appConfig.isPDFFill) && Common.UI.TooltipManager.closeTip('pdfCoedit') } function updateDocNamePosition(config) { @@ -304,7 +307,6 @@ define([ this.btnDocMode.options.value = type; if (show && !this.btnDocMode.isVisible()) { this.btnDocMode.setVisible(true); - Common.UI.TooltipManager.showTip('docMode'); } if (this.btnDocMode.menu && typeof this.btnDocMode.menu === 'object') { var item = _.find(this.btnDocMode.menu.items, function(item) { return item.value == type; }); @@ -523,7 +525,6 @@ define([ items: arr })); me.btnQuickAccess.menu.on('show:before', function (menu) { - Common.UI.TooltipManager.closeTip('quickAccess'); menu.items.forEach(function (item) { if (item.value === 'save') { item.setChecked(Common.localStorage.getBool(me.appPrefix + 'quick-access-save', true), true); @@ -560,7 +561,6 @@ define([ onChangeQuickAccess.call(me, 'header', props); }); Common.NotificationCenter.on('quickaccess:changed', onChangeQuickAccess.bind(me, 'settings')); - isSSEEditor && Common.UI.TooltipManager.showTip('quickAccess'); } if ( !appConfig.twoLevelHeader ) { @@ -676,15 +676,11 @@ define([ menuAlign: 'tr-br', items: arr })); - me.btnDocMode.on('click', function (menu, item) { - Common.UI.TooltipManager.closeTip('docMode'); - }); me.btnDocMode.menu.on('item:click', function (menu, item) { Common.NotificationCenter.trigger('doc:mode-apply', item.value, true); }); var item = _.find(me.btnDocMode.menu.items, function(item) { return item.value == type; }); item && item.setChecked(true); - me.btnDocMode.isVisible() && Common.UI.TooltipManager.showTip('docMode'); } if (appConfig.twoLevelHeader && !appConfig.compactHeader) Common.NotificationCenter.on('window:resize', onResize); @@ -976,10 +972,6 @@ define([ me.btnDocMode.render($html.find('#slot-btn-edit-mode')); changeDocMode.call(me); Common.NotificationCenter.on('doc:mode-changed', _.bind(changeDocMode, me)); - - !config.isPDFForm && Common.UI.LayoutManager.isElementVisible('header-editMode') && Common.UI.TooltipManager.addTips({ - 'docMode' : {name: 'de-help-tip-doc-mode', placement: 'bottom-left', text: me.helpDocMode, header: me.helpDocModeHeader, target: '#slot-btn-edit-mode', maxwidth: 300} - }); } else $html.find('#slot-btn-edit-mode').hide(); @@ -1060,10 +1052,6 @@ define([ }); me.btnQuickAccess.render($html.find('#slot-btn-dt-quick-access')); - isSSEEditor && Common.UI.TooltipManager.addTips({ - 'quickAccess' : {name: 'common-help-tip-quick-access', placement: 'bottom-right', text: me.helpQuickAccess, header: me.helpQuickAccessHeader, target: '#slot-btn-dt-quick-access'} - }); - return $html; } }, diff --git a/apps/common/main/resources/less/common.less b/apps/common/main/resources/less/common.less index ffaf170f34..9837109327 100644 --- a/apps/common/main/resources/less/common.less +++ b/apps/common/main/resources/less/common.less @@ -232,7 +232,8 @@ label { padding: 4px 12px 4px 16px; } - &:hover:not(.disabled) { + &:hover:not(.disabled), + &.highlight-tip { background-color: @highlight-button-hover-ie; background-color: @highlight-button-hover; } diff --git a/apps/documenteditor/main/app/controller/FormsTab.js b/apps/documenteditor/main/app/controller/FormsTab.js index a9b4403538..409625b810 100644 --- a/apps/documenteditor/main/app/controller/FormsTab.js +++ b/apps/documenteditor/main/app/controller/FormsTab.js @@ -287,9 +287,10 @@ define([ var me = this; if (!this._state.formCount) { // add first form this.closeHelpTip('create'); + Common.UI.TooltipManager.showTip('signatureField'); } else if (this._state.formCount===1) { setTimeout(function() { - me.showHelpTip('roles'); + // me.showHelpTip('roles'); }, 500); } this._state.formCount++; @@ -628,6 +629,7 @@ define([ this.closeHelpTip('create'); this.closeHelpTip('roles'); this.closeHelpTip('save'); + Common.UI.TooltipManager.closeTip('signatureField'); }, onChangeProtectDocument: function(props) { diff --git a/apps/documenteditor/main/app/controller/Toolbar.js b/apps/documenteditor/main/app/controller/Toolbar.js index 6043874507..18b1788b93 100644 --- a/apps/documenteditor/main/app/controller/Toolbar.js +++ b/apps/documenteditor/main/app/controller/Toolbar.js @@ -254,8 +254,15 @@ define([ setMode: function(mode) { this.mode = mode; this.toolbar.applyLayout(mode); - !this.mode.isPDFForm && Common.UI.TooltipManager.addTips({ - 'pageColor' : {name: 'de-help-tip-page-color', placement: 'bottom-left', text: this.helpPageColor, header: this.helpPageColorHeader, target: '#slot-btn-pagecolor', automove: true} + this.mode.isPDFForm ? Common.UI.TooltipManager.addTips({ + 'signatureField' : {name: 'de-help-tip-signature-field', placement: 'bottom-right', text: this.helpSignField, header: this.helpSignFieldHeader, target: '#slot-btn-form-signature', automove: true, maxwidth: 320} + }) : Common.UI.TooltipManager.addTips({ + 'textFromFile' : {name: 'de-help-tip-text-from-file', placement: 'bottom-left', text: this.helpTextFromFile, header: this.helpTextFromFileHeader, target: '#slot-btn-text-from-file', automove: true, maxwidth: 270}, + 'textDeleted' : {name: 'de-help-tip-text-deleted', placement: 'right-bottom', text: this.helpTextDeleted, header: this.helpTextDeletedHeader, target: '#history-btn-menu', automove: true, maxwidth: 320}, + 'customInfo' : {name: 'help-tip-custom-info', placement: 'right', text: this.helpCustomInfo, header: this.helpCustomInfoHeader, target: '#fm-btn-info', automove: true, extCls: 'inc-index'} + }); + Common.UI.TooltipManager.addTips({ + 'grayTheme' : {name: 'help-tip-gray-theme', placement: 'bottom-right', text: this.helpGrayTheme, header: this.helpGrayThemeHeader, target: '#slot-btn-interface-theme', automove: true, maxwidth: 320} }); }, @@ -413,6 +420,7 @@ define([ toolbar.btnPageColor.on('color:select', _.bind(this.onSelectPageColor, this)); toolbar.mnuPageNoFill.on('click', _.bind(this.onPageNoFillClick, this)); toolbar.btnTextFromFile.menu.on('item:click', _.bind(this.onTextFromFileClick, this)); + toolbar.btnTextFromFile.menu.on('show:after', _.bind(this.onTextFromFileShowAfter, this)); Common.NotificationCenter.on('leftmenu:save', _.bind(this.tryToSave, this)); this.onSetupCopyStyleButton(); this.onBtnChangeState('undo:disabled', toolbar.btnUndo, toolbar.btnUndo.isDisabled()); @@ -1470,8 +1478,6 @@ define([ if (!(e && e.target===e.currentTarget)) return; - Common.UI.TooltipManager.closeTip('pageColor'); - var picker = this.toolbar.mnuPageColorPicker, color = this.api.asc_getPageColor(); @@ -1607,6 +1613,13 @@ define([ } }, + onTextFromFileShowAfter: function(menu, e) { + if (!(e && e.target === e.currentTarget)) + return; + + Common.UI.TooltipManager.closeTip('textFromFile'); + }, + onMarkerSettingsClick: function(type) { var me = this; var listId = me.api.asc_GetCurrentNumberingId(), @@ -3889,12 +3902,13 @@ define([ }, onActiveTab: function(tab) { - (tab === 'layout') ? Common.UI.TooltipManager.showTip('pageColor') : Common.UI.TooltipManager.closeTip('pageColor'); - (tab !== 'home') && Common.UI.TooltipManager.closeTip('docMode'); + (tab === 'ins') ? Common.UI.TooltipManager.showTip('textFromFile') : Common.UI.TooltipManager.closeTip('textFromFile'); + (tab === 'view') ? Common.UI.TooltipManager.showTip('grayTheme') : Common.UI.TooltipManager.closeTip('grayTheme'); }, onTabCollapse: function(tab) { - Common.UI.TooltipManager.closeTip('pageColor'); + Common.UI.TooltipManager.closeTip('textFromFile'); + Common.UI.TooltipManager.closeTip('grayTheme'); } }, DE.Controllers.Toolbar || {})); diff --git a/apps/documenteditor/main/app/controller/ViewTab.js b/apps/documenteditor/main/app/controller/ViewTab.js index efddfc3f2b..8af88746e9 100644 --- a/apps/documenteditor/main/app/controller/ViewTab.js +++ b/apps/documenteditor/main/app/controller/ViewTab.js @@ -232,6 +232,9 @@ define([ Common.NotificationCenter.on('uitheme:countchanged', _fill_themes.bind(me)); _fill_themes.call(me); + me.view.btnInterfaceTheme.menu && me.view.btnInterfaceTheme.menu.on('show:after', function() { + Common.UI.TooltipManager.closeTip('grayTheme'); + }); if (me.view.btnInterfaceTheme.menu.items.length) { // me.view.btnInterfaceTheme.setMenu(new Common.UI.Menu({items: menuItems})); me.view.btnInterfaceTheme.menu.on('item:click', _.bind(function (menu, item) { diff --git a/apps/documenteditor/main/app/view/FileMenu.js b/apps/documenteditor/main/app/view/FileMenu.js index de2617b7fd..c48ee8fa6d 100644 --- a/apps/documenteditor/main/app/view/FileMenu.js +++ b/apps/documenteditor/main/app/view/FileMenu.js @@ -56,12 +56,12 @@ define([ events: function() { return { 'click .fm-btn': _.bind(function(event){ + this.mode && this.mode.isEdit && Common.UI.TooltipManager.closeTip('customInfo'); var $item = $(event.currentTarget); if (!$item.hasClass('active')) { $('.fm-btn',this.el).removeClass('active'); $item.addClass('active'); } - var item = _.findWhere(this.items, {el: event.currentTarget}); if (item) { var panel = this.panels[item.options.action]; @@ -381,10 +381,12 @@ define([ this.selectMenu(panel, opts, defPanel); this.api && this.api.asc_enableKeyEvents(false); + this.mode.isEdit && Common.UI.TooltipManager.showTip('customInfo'); this.fireEvent('menu:show', [this]); }, hide: function() { + this.mode && this.mode.isEdit && Common.UI.TooltipManager.closeTip('customInfo'); this.$el.hide(); // if (this.mode.isEdit) DE.getController('Toolbar').DisableToolbar(false); this.fireEvent('menu:hide', [this]); diff --git a/apps/documenteditor/main/app/view/FormsTab.js b/apps/documenteditor/main/app/view/FormsTab.js index d4816a6d40..defa9dc4aa 100644 --- a/apps/documenteditor/main/app/view/FormsTab.js +++ b/apps/documenteditor/main/app/view/FormsTab.js @@ -163,6 +163,7 @@ define([ me.fireEvent('forms:insert', ['picture']); }); this.btnSignField && this.btnSignField.on('click', function (b, e) { + Common.UI.TooltipManager.closeTip('signatureField'); me.fireEvent('forms:insert', ['signature']); }); this.btnComplexField && this.btnComplexField.on('click', function (b, e) { diff --git a/apps/documenteditor/main/app/view/LeftMenu.js b/apps/documenteditor/main/app/view/LeftMenu.js index 9fb0ee9e8e..2b079e2542 100644 --- a/apps/documenteditor/main/app/view/LeftMenu.js +++ b/apps/documenteditor/main/app/view/LeftMenu.js @@ -418,6 +418,7 @@ define([ this._state.pluginIsRunning = false; this.panelHistory.show(); this.panelHistory.$el.width((parseInt(Common.localStorage.getItem('de-mainmenu-width')) || MENU_SCALE_PART) - SCALE_MIN); + Common.UI.TooltipManager.showTip('textDeleted'); Common.NotificationCenter.trigger('layout:changed', 'history'); }, diff --git a/apps/documenteditor/main/locale/ar.json b/apps/documenteditor/main/locale/ar.json index a2a0d9ed6d..52c0ad97bd 100644 --- a/apps/documenteditor/main/locale/ar.json +++ b/apps/documenteditor/main/locale/ar.json @@ -3653,5 +3653,15 @@ "DE.Controllers.Main.textSignature": "Signature", "DE.Views.FormSettings.textSignature": "Signature", "DE.Views.FormsTab.capBtnSignature": "Signature Field", - "DE.Views.FormsTab.tipSignField": "Insert signature field" + "DE.Views.FormsTab.tipSignField": "Insert signature field", + "DE.Controllers.Toolbar.helpTextFromFile": "Insert text from external files directly into your document.", + "DE.Controllers.Toolbar.helpTextFromFileHeader": "Text import from third-party sources", + "DE.Controllers.Toolbar.helpSignField": "Insert the signature field into your PDF forms.", + "DE.Controllers.Toolbar.helpSignFieldHeader": "Signatures", + "DE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "DE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "DE.Controllers.Toolbar.helpTextDeleted": "Highlight deleted text to easily track changes and see the removed content between revisions.", + "DE.Controllers.Toolbar.helpTextDeletedHeader": "Enhanced Version History", + "DE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "DE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/az.json b/apps/documenteditor/main/locale/az.json index 1fb1cc5088..fc79a840de 100644 --- a/apps/documenteditor/main/locale/az.json +++ b/apps/documenteditor/main/locale/az.json @@ -3653,5 +3653,15 @@ "DE.Controllers.Main.textSignature": "Signature", "DE.Views.FormSettings.textSignature": "Signature", "DE.Views.FormsTab.capBtnSignature": "Signature Field", - "DE.Views.FormsTab.tipSignField": "Insert signature field" + "DE.Views.FormsTab.tipSignField": "Insert signature field", + "DE.Controllers.Toolbar.helpTextFromFile": "Insert text from external files directly into your document.", + "DE.Controllers.Toolbar.helpTextFromFileHeader": "Text import from third-party sources", + "DE.Controllers.Toolbar.helpSignField": "Insert the signature field into your PDF forms.", + "DE.Controllers.Toolbar.helpSignFieldHeader": "Signatures", + "DE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "DE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "DE.Controllers.Toolbar.helpTextDeleted": "Highlight deleted text to easily track changes and see the removed content between revisions.", + "DE.Controllers.Toolbar.helpTextDeletedHeader": "Enhanced Version History", + "DE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "DE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/be.json b/apps/documenteditor/main/locale/be.json index 3d4da30a94..c14d3d6b4a 100644 --- a/apps/documenteditor/main/locale/be.json +++ b/apps/documenteditor/main/locale/be.json @@ -3653,5 +3653,15 @@ "DE.Controllers.Main.textSignature": "Signature", "DE.Views.FormSettings.textSignature": "Signature", "DE.Views.FormsTab.capBtnSignature": "Signature Field", - "DE.Views.FormsTab.tipSignField": "Insert signature field" + "DE.Views.FormsTab.tipSignField": "Insert signature field", + "DE.Controllers.Toolbar.helpTextFromFile": "Insert text from external files directly into your document.", + "DE.Controllers.Toolbar.helpTextFromFileHeader": "Text import from third-party sources", + "DE.Controllers.Toolbar.helpSignField": "Insert the signature field into your PDF forms.", + "DE.Controllers.Toolbar.helpSignFieldHeader": "Signatures", + "DE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "DE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "DE.Controllers.Toolbar.helpTextDeleted": "Highlight deleted text to easily track changes and see the removed content between revisions.", + "DE.Controllers.Toolbar.helpTextDeletedHeader": "Enhanced Version History", + "DE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "DE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/bg.json b/apps/documenteditor/main/locale/bg.json index fa79bbdf4f..2470f239c5 100644 --- a/apps/documenteditor/main/locale/bg.json +++ b/apps/documenteditor/main/locale/bg.json @@ -3653,5 +3653,15 @@ "DE.Controllers.Main.textSignature": "Signature", "DE.Views.FormSettings.textSignature": "Signature", "DE.Views.FormsTab.capBtnSignature": "Signature Field", - "DE.Views.FormsTab.tipSignField": "Insert signature field" + "DE.Views.FormsTab.tipSignField": "Insert signature field", + "DE.Controllers.Toolbar.helpTextFromFile": "Insert text from external files directly into your document.", + "DE.Controllers.Toolbar.helpTextFromFileHeader": "Text import from third-party sources", + "DE.Controllers.Toolbar.helpSignField": "Insert the signature field into your PDF forms.", + "DE.Controllers.Toolbar.helpSignFieldHeader": "Signatures", + "DE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "DE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "DE.Controllers.Toolbar.helpTextDeleted": "Highlight deleted text to easily track changes and see the removed content between revisions.", + "DE.Controllers.Toolbar.helpTextDeletedHeader": "Enhanced Version History", + "DE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "DE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/ca.json b/apps/documenteditor/main/locale/ca.json index 87ac5922fb..456cf25eab 100644 --- a/apps/documenteditor/main/locale/ca.json +++ b/apps/documenteditor/main/locale/ca.json @@ -3653,5 +3653,15 @@ "DE.Controllers.Main.textSignature": "Signature", "DE.Views.FormSettings.textSignature": "Signature", "DE.Views.FormsTab.capBtnSignature": "Signature Field", - "DE.Views.FormsTab.tipSignField": "Insert signature field" + "DE.Views.FormsTab.tipSignField": "Insert signature field", + "DE.Controllers.Toolbar.helpTextFromFile": "Insert text from external files directly into your document.", + "DE.Controllers.Toolbar.helpTextFromFileHeader": "Text import from third-party sources", + "DE.Controllers.Toolbar.helpSignField": "Insert the signature field into your PDF forms.", + "DE.Controllers.Toolbar.helpSignFieldHeader": "Signatures", + "DE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "DE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "DE.Controllers.Toolbar.helpTextDeleted": "Highlight deleted text to easily track changes and see the removed content between revisions.", + "DE.Controllers.Toolbar.helpTextDeletedHeader": "Enhanced Version History", + "DE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "DE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/cs.json b/apps/documenteditor/main/locale/cs.json index c95fdbcbeb..9ffed02892 100644 --- a/apps/documenteditor/main/locale/cs.json +++ b/apps/documenteditor/main/locale/cs.json @@ -3653,5 +3653,15 @@ "DE.Controllers.Main.textSignature": "Signature", "DE.Views.FormSettings.textSignature": "Signature", "DE.Views.FormsTab.capBtnSignature": "Signature Field", - "DE.Views.FormsTab.tipSignField": "Insert signature field" + "DE.Views.FormsTab.tipSignField": "Insert signature field", + "DE.Controllers.Toolbar.helpTextFromFile": "Insert text from external files directly into your document.", + "DE.Controllers.Toolbar.helpTextFromFileHeader": "Text import from third-party sources", + "DE.Controllers.Toolbar.helpSignField": "Insert the signature field into your PDF forms.", + "DE.Controllers.Toolbar.helpSignFieldHeader": "Signatures", + "DE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "DE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "DE.Controllers.Toolbar.helpTextDeleted": "Highlight deleted text to easily track changes and see the removed content between revisions.", + "DE.Controllers.Toolbar.helpTextDeletedHeader": "Enhanced Version History", + "DE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "DE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/da.json b/apps/documenteditor/main/locale/da.json index 38a8f42a52..551f32e4c7 100644 --- a/apps/documenteditor/main/locale/da.json +++ b/apps/documenteditor/main/locale/da.json @@ -3653,5 +3653,15 @@ "DE.Controllers.Main.textSignature": "Signature", "DE.Views.FormSettings.textSignature": "Signature", "DE.Views.FormsTab.capBtnSignature": "Signature Field", - "DE.Views.FormsTab.tipSignField": "Insert signature field" + "DE.Views.FormsTab.tipSignField": "Insert signature field", + "DE.Controllers.Toolbar.helpTextFromFile": "Insert text from external files directly into your document.", + "DE.Controllers.Toolbar.helpTextFromFileHeader": "Text import from third-party sources", + "DE.Controllers.Toolbar.helpSignField": "Insert the signature field into your PDF forms.", + "DE.Controllers.Toolbar.helpSignFieldHeader": "Signatures", + "DE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "DE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "DE.Controllers.Toolbar.helpTextDeleted": "Highlight deleted text to easily track changes and see the removed content between revisions.", + "DE.Controllers.Toolbar.helpTextDeletedHeader": "Enhanced Version History", + "DE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "DE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/de.json b/apps/documenteditor/main/locale/de.json index 2c7eecae9f..9080b81c14 100644 --- a/apps/documenteditor/main/locale/de.json +++ b/apps/documenteditor/main/locale/de.json @@ -3653,5 +3653,15 @@ "DE.Controllers.Main.textSignature": "Signature", "DE.Views.FormSettings.textSignature": "Signature", "DE.Views.FormsTab.capBtnSignature": "Signature Field", - "DE.Views.FormsTab.tipSignField": "Insert signature field" + "DE.Views.FormsTab.tipSignField": "Insert signature field", + "DE.Controllers.Toolbar.helpTextFromFile": "Insert text from external files directly into your document.", + "DE.Controllers.Toolbar.helpTextFromFileHeader": "Text import from third-party sources", + "DE.Controllers.Toolbar.helpSignField": "Insert the signature field into your PDF forms.", + "DE.Controllers.Toolbar.helpSignFieldHeader": "Signatures", + "DE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "DE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "DE.Controllers.Toolbar.helpTextDeleted": "Highlight deleted text to easily track changes and see the removed content between revisions.", + "DE.Controllers.Toolbar.helpTextDeletedHeader": "Enhanced Version History", + "DE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "DE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/el.json b/apps/documenteditor/main/locale/el.json index abef0f3b1b..35c0d9b98f 100644 --- a/apps/documenteditor/main/locale/el.json +++ b/apps/documenteditor/main/locale/el.json @@ -3653,5 +3653,15 @@ "DE.Controllers.Main.textSignature": "Signature", "DE.Views.FormSettings.textSignature": "Signature", "DE.Views.FormsTab.capBtnSignature": "Signature Field", - "DE.Views.FormsTab.tipSignField": "Insert signature field" + "DE.Views.FormsTab.tipSignField": "Insert signature field", + "DE.Controllers.Toolbar.helpTextFromFile": "Insert text from external files directly into your document.", + "DE.Controllers.Toolbar.helpTextFromFileHeader": "Text import from third-party sources", + "DE.Controllers.Toolbar.helpSignField": "Insert the signature field into your PDF forms.", + "DE.Controllers.Toolbar.helpSignFieldHeader": "Signatures", + "DE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "DE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "DE.Controllers.Toolbar.helpTextDeleted": "Highlight deleted text to easily track changes and see the removed content between revisions.", + "DE.Controllers.Toolbar.helpTextDeletedHeader": "Enhanced Version History", + "DE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "DE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/en.json b/apps/documenteditor/main/locale/en.json index 03078a3f1b..591986bef4 100644 --- a/apps/documenteditor/main/locale/en.json +++ b/apps/documenteditor/main/locale/en.json @@ -549,10 +549,10 @@ "Common.Views.ExternalMergeEditor.textTitle": "Mail merge recipients", "Common.Views.ExternalOleEditor.textTitle": "Spreadsheet Editor", "Common.Views.Header.ariaQuickAccessToolbar": "Quick access toolbar", - "Common.Views.Header.helpDocMode": "Easily change the way you work on a document: edit, review and track changes, or view only. This works individually for each user. So, you won’t affect or disturb other co-authors. ", - "Common.Views.Header.helpDocModeHeader": "Switch between modes", - "Common.Views.Header.helpQuickAccess": "Hide or show the functional buttons of your choice.", - "Common.Views.Header.helpQuickAccessHeader": "Customize Quick Access", + "del_Common.Views.Header.helpDocMode": "Easily change the way you work on a document: edit, review and track changes, or view only. This works individually for each user. So, you won’t affect or disturb other co-authors. ", + "del_Common.Views.Header.helpDocModeHeader": "Switch between modes", + "del_Common.Views.Header.helpQuickAccess": "Hide or show the functional buttons of your choice.", + "del_Common.Views.Header.helpQuickAccessHeader": "Customize Quick Access", "Common.Views.Header.labelCoUsersDescr": "Users who are editing the file:", "Common.Views.Header.textAddFavorite": "Mark as favorite", "Common.Views.Header.textAdvSettings": "Advanced settings", @@ -1319,8 +1319,18 @@ "DE.Controllers.Toolbar.dataUrl": "Paste a data URL", "DE.Controllers.Toolbar.errorAccessDeny": "You are trying to perform an action you do not have rights for.
Please contact your Document Server administrator.", "DE.Controllers.Toolbar.fileUrl": "Paste a file URL", - "DE.Controllers.Toolbar.helpPageColor": "Apply any background color to the pages in your document.", - "DE.Controllers.Toolbar.helpPageColorHeader": "Page Color", + "del_DE.Controllers.Toolbar.helpPageColor": "Apply any background color to the pages in your document.", + "del_DE.Controllers.Toolbar.helpPageColorHeader": "Page Color", + "DE.Controllers.Toolbar.helpTextFromFile": "Insert text from external files directly into your document.", + "DE.Controllers.Toolbar.helpTextFromFileHeader": "Text import from third-party sources", + "DE.Controllers.Toolbar.helpSignField": "Insert the signature field into your PDF forms.", + "DE.Controllers.Toolbar.helpSignFieldHeader": "Signatures", + "DE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "DE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "DE.Controllers.Toolbar.helpTextDeleted": "Highlight deleted text to easily track changes and see the removed content between revisions.", + "DE.Controllers.Toolbar.helpTextDeletedHeader": "Enhanced Version History", + "DE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "DE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields", "DE.Controllers.Toolbar.notcriticalErrorTitle": "Warning", "DE.Controllers.Toolbar.textAccent": "Accents", "DE.Controllers.Toolbar.textBracket": "Brackets", diff --git a/apps/documenteditor/main/locale/es.json b/apps/documenteditor/main/locale/es.json index ab114f89a1..2abf32045d 100644 --- a/apps/documenteditor/main/locale/es.json +++ b/apps/documenteditor/main/locale/es.json @@ -3653,5 +3653,15 @@ "DE.Controllers.Main.textSignature": "Signature", "DE.Views.FormSettings.textSignature": "Signature", "DE.Views.FormsTab.capBtnSignature": "Signature Field", - "DE.Views.FormsTab.tipSignField": "Insert signature field" + "DE.Views.FormsTab.tipSignField": "Insert signature field", + "DE.Controllers.Toolbar.helpTextFromFile": "Insert text from external files directly into your document.", + "DE.Controllers.Toolbar.helpTextFromFileHeader": "Text import from third-party sources", + "DE.Controllers.Toolbar.helpSignField": "Insert the signature field into your PDF forms.", + "DE.Controllers.Toolbar.helpSignFieldHeader": "Signatures", + "DE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "DE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "DE.Controllers.Toolbar.helpTextDeleted": "Highlight deleted text to easily track changes and see the removed content between revisions.", + "DE.Controllers.Toolbar.helpTextDeletedHeader": "Enhanced Version History", + "DE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "DE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/eu.json b/apps/documenteditor/main/locale/eu.json index 73d71c43e4..2fb723944e 100644 --- a/apps/documenteditor/main/locale/eu.json +++ b/apps/documenteditor/main/locale/eu.json @@ -3653,5 +3653,15 @@ "DE.Controllers.Main.textSignature": "Signature", "DE.Views.FormSettings.textSignature": "Signature", "DE.Views.FormsTab.capBtnSignature": "Signature Field", - "DE.Views.FormsTab.tipSignField": "Insert signature field" + "DE.Views.FormsTab.tipSignField": "Insert signature field", + "DE.Controllers.Toolbar.helpTextFromFile": "Insert text from external files directly into your document.", + "DE.Controllers.Toolbar.helpTextFromFileHeader": "Text import from third-party sources", + "DE.Controllers.Toolbar.helpSignField": "Insert the signature field into your PDF forms.", + "DE.Controllers.Toolbar.helpSignFieldHeader": "Signatures", + "DE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "DE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "DE.Controllers.Toolbar.helpTextDeleted": "Highlight deleted text to easily track changes and see the removed content between revisions.", + "DE.Controllers.Toolbar.helpTextDeletedHeader": "Enhanced Version History", + "DE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "DE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/fi.json b/apps/documenteditor/main/locale/fi.json index cc45b337c4..e4750f0079 100644 --- a/apps/documenteditor/main/locale/fi.json +++ b/apps/documenteditor/main/locale/fi.json @@ -3653,5 +3653,15 @@ "DE.Controllers.Main.textSignature": "Signature", "DE.Views.FormSettings.textSignature": "Signature", "DE.Views.FormsTab.capBtnSignature": "Signature Field", - "DE.Views.FormsTab.tipSignField": "Insert signature field" + "DE.Views.FormsTab.tipSignField": "Insert signature field", + "DE.Controllers.Toolbar.helpTextFromFile": "Insert text from external files directly into your document.", + "DE.Controllers.Toolbar.helpTextFromFileHeader": "Text import from third-party sources", + "DE.Controllers.Toolbar.helpSignField": "Insert the signature field into your PDF forms.", + "DE.Controllers.Toolbar.helpSignFieldHeader": "Signatures", + "DE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "DE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "DE.Controllers.Toolbar.helpTextDeleted": "Highlight deleted text to easily track changes and see the removed content between revisions.", + "DE.Controllers.Toolbar.helpTextDeletedHeader": "Enhanced Version History", + "DE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "DE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/fr.json b/apps/documenteditor/main/locale/fr.json index 7e21c449f6..d792966b69 100644 --- a/apps/documenteditor/main/locale/fr.json +++ b/apps/documenteditor/main/locale/fr.json @@ -3653,5 +3653,15 @@ "DE.Controllers.Main.textSignature": "Signature", "DE.Views.FormSettings.textSignature": "Signature", "DE.Views.FormsTab.capBtnSignature": "Signature Field", - "DE.Views.FormsTab.tipSignField": "Insert signature field" + "DE.Views.FormsTab.tipSignField": "Insert signature field", + "DE.Controllers.Toolbar.helpTextFromFile": "Insert text from external files directly into your document.", + "DE.Controllers.Toolbar.helpTextFromFileHeader": "Text import from third-party sources", + "DE.Controllers.Toolbar.helpSignField": "Insert the signature field into your PDF forms.", + "DE.Controllers.Toolbar.helpSignFieldHeader": "Signatures", + "DE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "DE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "DE.Controllers.Toolbar.helpTextDeleted": "Highlight deleted text to easily track changes and see the removed content between revisions.", + "DE.Controllers.Toolbar.helpTextDeletedHeader": "Enhanced Version History", + "DE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "DE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/gl.json b/apps/documenteditor/main/locale/gl.json index cfa0b9e2e2..4af0ef564f 100644 --- a/apps/documenteditor/main/locale/gl.json +++ b/apps/documenteditor/main/locale/gl.json @@ -3653,5 +3653,15 @@ "DE.Controllers.Main.textSignature": "Signature", "DE.Views.FormSettings.textSignature": "Signature", "DE.Views.FormsTab.capBtnSignature": "Signature Field", - "DE.Views.FormsTab.tipSignField": "Insert signature field" + "DE.Views.FormsTab.tipSignField": "Insert signature field", + "DE.Controllers.Toolbar.helpTextFromFile": "Insert text from external files directly into your document.", + "DE.Controllers.Toolbar.helpTextFromFileHeader": "Text import from third-party sources", + "DE.Controllers.Toolbar.helpSignField": "Insert the signature field into your PDF forms.", + "DE.Controllers.Toolbar.helpSignFieldHeader": "Signatures", + "DE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "DE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "DE.Controllers.Toolbar.helpTextDeleted": "Highlight deleted text to easily track changes and see the removed content between revisions.", + "DE.Controllers.Toolbar.helpTextDeletedHeader": "Enhanced Version History", + "DE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "DE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/he.json b/apps/documenteditor/main/locale/he.json index 8e160a3b5f..8a1131b374 100644 --- a/apps/documenteditor/main/locale/he.json +++ b/apps/documenteditor/main/locale/he.json @@ -3653,5 +3653,15 @@ "DE.Controllers.Main.textSignature": "Signature", "DE.Views.FormSettings.textSignature": "Signature", "DE.Views.FormsTab.capBtnSignature": "Signature Field", - "DE.Views.FormsTab.tipSignField": "Insert signature field" + "DE.Views.FormsTab.tipSignField": "Insert signature field", + "DE.Controllers.Toolbar.helpTextFromFile": "Insert text from external files directly into your document.", + "DE.Controllers.Toolbar.helpTextFromFileHeader": "Text import from third-party sources", + "DE.Controllers.Toolbar.helpSignField": "Insert the signature field into your PDF forms.", + "DE.Controllers.Toolbar.helpSignFieldHeader": "Signatures", + "DE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "DE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "DE.Controllers.Toolbar.helpTextDeleted": "Highlight deleted text to easily track changes and see the removed content between revisions.", + "DE.Controllers.Toolbar.helpTextDeletedHeader": "Enhanced Version History", + "DE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "DE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/hu.json b/apps/documenteditor/main/locale/hu.json index 69f5ad645f..6a992337d5 100644 --- a/apps/documenteditor/main/locale/hu.json +++ b/apps/documenteditor/main/locale/hu.json @@ -3653,5 +3653,15 @@ "DE.Controllers.Main.textSignature": "Signature", "DE.Views.FormSettings.textSignature": "Signature", "DE.Views.FormsTab.capBtnSignature": "Signature Field", - "DE.Views.FormsTab.tipSignField": "Insert signature field" + "DE.Views.FormsTab.tipSignField": "Insert signature field", + "DE.Controllers.Toolbar.helpTextFromFile": "Insert text from external files directly into your document.", + "DE.Controllers.Toolbar.helpTextFromFileHeader": "Text import from third-party sources", + "DE.Controllers.Toolbar.helpSignField": "Insert the signature field into your PDF forms.", + "DE.Controllers.Toolbar.helpSignFieldHeader": "Signatures", + "DE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "DE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "DE.Controllers.Toolbar.helpTextDeleted": "Highlight deleted text to easily track changes and see the removed content between revisions.", + "DE.Controllers.Toolbar.helpTextDeletedHeader": "Enhanced Version History", + "DE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "DE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/hy.json b/apps/documenteditor/main/locale/hy.json index c1f45b8769..0bf0c1a9c5 100644 --- a/apps/documenteditor/main/locale/hy.json +++ b/apps/documenteditor/main/locale/hy.json @@ -3653,5 +3653,15 @@ "DE.Controllers.Main.textSignature": "Signature", "DE.Views.FormSettings.textSignature": "Signature", "DE.Views.FormsTab.capBtnSignature": "Signature Field", - "DE.Views.FormsTab.tipSignField": "Insert signature field" + "DE.Views.FormsTab.tipSignField": "Insert signature field", + "DE.Controllers.Toolbar.helpTextFromFile": "Insert text from external files directly into your document.", + "DE.Controllers.Toolbar.helpTextFromFileHeader": "Text import from third-party sources", + "DE.Controllers.Toolbar.helpSignField": "Insert the signature field into your PDF forms.", + "DE.Controllers.Toolbar.helpSignFieldHeader": "Signatures", + "DE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "DE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "DE.Controllers.Toolbar.helpTextDeleted": "Highlight deleted text to easily track changes and see the removed content between revisions.", + "DE.Controllers.Toolbar.helpTextDeletedHeader": "Enhanced Version History", + "DE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "DE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/id.json b/apps/documenteditor/main/locale/id.json index 841b3eaedf..0dceb7b065 100644 --- a/apps/documenteditor/main/locale/id.json +++ b/apps/documenteditor/main/locale/id.json @@ -3653,5 +3653,15 @@ "DE.Controllers.Main.textSignature": "Signature", "DE.Views.FormSettings.textSignature": "Signature", "DE.Views.FormsTab.capBtnSignature": "Signature Field", - "DE.Views.FormsTab.tipSignField": "Insert signature field" + "DE.Views.FormsTab.tipSignField": "Insert signature field", + "DE.Controllers.Toolbar.helpTextFromFile": "Insert text from external files directly into your document.", + "DE.Controllers.Toolbar.helpTextFromFileHeader": "Text import from third-party sources", + "DE.Controllers.Toolbar.helpSignField": "Insert the signature field into your PDF forms.", + "DE.Controllers.Toolbar.helpSignFieldHeader": "Signatures", + "DE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "DE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "DE.Controllers.Toolbar.helpTextDeleted": "Highlight deleted text to easily track changes and see the removed content between revisions.", + "DE.Controllers.Toolbar.helpTextDeletedHeader": "Enhanced Version History", + "DE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "DE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/it.json b/apps/documenteditor/main/locale/it.json index 795ed924f1..db1491dc7a 100644 --- a/apps/documenteditor/main/locale/it.json +++ b/apps/documenteditor/main/locale/it.json @@ -3653,5 +3653,15 @@ "DE.Controllers.Main.textSignature": "Signature", "DE.Views.FormSettings.textSignature": "Signature", "DE.Views.FormsTab.capBtnSignature": "Signature Field", - "DE.Views.FormsTab.tipSignField": "Insert signature field" + "DE.Views.FormsTab.tipSignField": "Insert signature field", + "DE.Controllers.Toolbar.helpTextFromFile": "Insert text from external files directly into your document.", + "DE.Controllers.Toolbar.helpTextFromFileHeader": "Text import from third-party sources", + "DE.Controllers.Toolbar.helpSignField": "Insert the signature field into your PDF forms.", + "DE.Controllers.Toolbar.helpSignFieldHeader": "Signatures", + "DE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "DE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "DE.Controllers.Toolbar.helpTextDeleted": "Highlight deleted text to easily track changes and see the removed content between revisions.", + "DE.Controllers.Toolbar.helpTextDeletedHeader": "Enhanced Version History", + "DE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "DE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/ja.json b/apps/documenteditor/main/locale/ja.json index 4003de870d..ff84b73526 100644 --- a/apps/documenteditor/main/locale/ja.json +++ b/apps/documenteditor/main/locale/ja.json @@ -3653,5 +3653,15 @@ "DE.Controllers.Main.textSignature": "Signature", "DE.Views.FormSettings.textSignature": "Signature", "DE.Views.FormsTab.capBtnSignature": "Signature Field", - "DE.Views.FormsTab.tipSignField": "Insert signature field" + "DE.Views.FormsTab.tipSignField": "Insert signature field", + "DE.Controllers.Toolbar.helpTextFromFile": "Insert text from external files directly into your document.", + "DE.Controllers.Toolbar.helpTextFromFileHeader": "Text import from third-party sources", + "DE.Controllers.Toolbar.helpSignField": "Insert the signature field into your PDF forms.", + "DE.Controllers.Toolbar.helpSignFieldHeader": "Signatures", + "DE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "DE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "DE.Controllers.Toolbar.helpTextDeleted": "Highlight deleted text to easily track changes and see the removed content between revisions.", + "DE.Controllers.Toolbar.helpTextDeletedHeader": "Enhanced Version History", + "DE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "DE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/ko.json b/apps/documenteditor/main/locale/ko.json index c57194686c..bfaee07c89 100644 --- a/apps/documenteditor/main/locale/ko.json +++ b/apps/documenteditor/main/locale/ko.json @@ -3653,5 +3653,15 @@ "DE.Controllers.Main.textSignature": "Signature", "DE.Views.FormSettings.textSignature": "Signature", "DE.Views.FormsTab.capBtnSignature": "Signature Field", - "DE.Views.FormsTab.tipSignField": "Insert signature field" + "DE.Views.FormsTab.tipSignField": "Insert signature field", + "DE.Controllers.Toolbar.helpTextFromFile": "Insert text from external files directly into your document.", + "DE.Controllers.Toolbar.helpTextFromFileHeader": "Text import from third-party sources", + "DE.Controllers.Toolbar.helpSignField": "Insert the signature field into your PDF forms.", + "DE.Controllers.Toolbar.helpSignFieldHeader": "Signatures", + "DE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "DE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "DE.Controllers.Toolbar.helpTextDeleted": "Highlight deleted text to easily track changes and see the removed content between revisions.", + "DE.Controllers.Toolbar.helpTextDeletedHeader": "Enhanced Version History", + "DE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "DE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/lo.json b/apps/documenteditor/main/locale/lo.json index a23867a858..917271b7b8 100644 --- a/apps/documenteditor/main/locale/lo.json +++ b/apps/documenteditor/main/locale/lo.json @@ -3653,5 +3653,15 @@ "DE.Controllers.Main.textSignature": "Signature", "DE.Views.FormSettings.textSignature": "Signature", "DE.Views.FormsTab.capBtnSignature": "Signature Field", - "DE.Views.FormsTab.tipSignField": "Insert signature field" + "DE.Views.FormsTab.tipSignField": "Insert signature field", + "DE.Controllers.Toolbar.helpTextFromFile": "Insert text from external files directly into your document.", + "DE.Controllers.Toolbar.helpTextFromFileHeader": "Text import from third-party sources", + "DE.Controllers.Toolbar.helpSignField": "Insert the signature field into your PDF forms.", + "DE.Controllers.Toolbar.helpSignFieldHeader": "Signatures", + "DE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "DE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "DE.Controllers.Toolbar.helpTextDeleted": "Highlight deleted text to easily track changes and see the removed content between revisions.", + "DE.Controllers.Toolbar.helpTextDeletedHeader": "Enhanced Version History", + "DE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "DE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/lv.json b/apps/documenteditor/main/locale/lv.json index 7765c8411b..947fe8cf89 100644 --- a/apps/documenteditor/main/locale/lv.json +++ b/apps/documenteditor/main/locale/lv.json @@ -3653,5 +3653,15 @@ "DE.Controllers.Main.textSignature": "Signature", "DE.Views.FormSettings.textSignature": "Signature", "DE.Views.FormsTab.capBtnSignature": "Signature Field", - "DE.Views.FormsTab.tipSignField": "Insert signature field" + "DE.Views.FormsTab.tipSignField": "Insert signature field", + "DE.Controllers.Toolbar.helpTextFromFile": "Insert text from external files directly into your document.", + "DE.Controllers.Toolbar.helpTextFromFileHeader": "Text import from third-party sources", + "DE.Controllers.Toolbar.helpSignField": "Insert the signature field into your PDF forms.", + "DE.Controllers.Toolbar.helpSignFieldHeader": "Signatures", + "DE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "DE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "DE.Controllers.Toolbar.helpTextDeleted": "Highlight deleted text to easily track changes and see the removed content between revisions.", + "DE.Controllers.Toolbar.helpTextDeletedHeader": "Enhanced Version History", + "DE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "DE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/ms.json b/apps/documenteditor/main/locale/ms.json index 8775a27dbc..5461b2ad38 100644 --- a/apps/documenteditor/main/locale/ms.json +++ b/apps/documenteditor/main/locale/ms.json @@ -3653,5 +3653,15 @@ "DE.Controllers.Main.textSignature": "Signature", "DE.Views.FormSettings.textSignature": "Signature", "DE.Views.FormsTab.capBtnSignature": "Signature Field", - "DE.Views.FormsTab.tipSignField": "Insert signature field" + "DE.Views.FormsTab.tipSignField": "Insert signature field", + "DE.Controllers.Toolbar.helpTextFromFile": "Insert text from external files directly into your document.", + "DE.Controllers.Toolbar.helpTextFromFileHeader": "Text import from third-party sources", + "DE.Controllers.Toolbar.helpSignField": "Insert the signature field into your PDF forms.", + "DE.Controllers.Toolbar.helpSignFieldHeader": "Signatures", + "DE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "DE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "DE.Controllers.Toolbar.helpTextDeleted": "Highlight deleted text to easily track changes and see the removed content between revisions.", + "DE.Controllers.Toolbar.helpTextDeletedHeader": "Enhanced Version History", + "DE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "DE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/nl.json b/apps/documenteditor/main/locale/nl.json index 3dad86e060..0c9ded39af 100644 --- a/apps/documenteditor/main/locale/nl.json +++ b/apps/documenteditor/main/locale/nl.json @@ -3653,5 +3653,15 @@ "DE.Controllers.Main.textSignature": "Signature", "DE.Views.FormSettings.textSignature": "Signature", "DE.Views.FormsTab.capBtnSignature": "Signature Field", - "DE.Views.FormsTab.tipSignField": "Insert signature field" + "DE.Views.FormsTab.tipSignField": "Insert signature field", + "DE.Controllers.Toolbar.helpTextFromFile": "Insert text from external files directly into your document.", + "DE.Controllers.Toolbar.helpTextFromFileHeader": "Text import from third-party sources", + "DE.Controllers.Toolbar.helpSignField": "Insert the signature field into your PDF forms.", + "DE.Controllers.Toolbar.helpSignFieldHeader": "Signatures", + "DE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "DE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "DE.Controllers.Toolbar.helpTextDeleted": "Highlight deleted text to easily track changes and see the removed content between revisions.", + "DE.Controllers.Toolbar.helpTextDeletedHeader": "Enhanced Version History", + "DE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "DE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/no.json b/apps/documenteditor/main/locale/no.json index 8b54f4d199..0a1f8b37d8 100644 --- a/apps/documenteditor/main/locale/no.json +++ b/apps/documenteditor/main/locale/no.json @@ -3653,5 +3653,15 @@ "DE.Controllers.Main.textSignature": "Signature", "DE.Views.FormSettings.textSignature": "Signature", "DE.Views.FormsTab.capBtnSignature": "Signature Field", - "DE.Views.FormsTab.tipSignField": "Insert signature field" + "DE.Views.FormsTab.tipSignField": "Insert signature field", + "DE.Controllers.Toolbar.helpTextFromFile": "Insert text from external files directly into your document.", + "DE.Controllers.Toolbar.helpTextFromFileHeader": "Text import from third-party sources", + "DE.Controllers.Toolbar.helpSignField": "Insert the signature field into your PDF forms.", + "DE.Controllers.Toolbar.helpSignFieldHeader": "Signatures", + "DE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "DE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "DE.Controllers.Toolbar.helpTextDeleted": "Highlight deleted text to easily track changes and see the removed content between revisions.", + "DE.Controllers.Toolbar.helpTextDeletedHeader": "Enhanced Version History", + "DE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "DE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/pl.json b/apps/documenteditor/main/locale/pl.json index 2d2a7bebb4..3b133f454e 100644 --- a/apps/documenteditor/main/locale/pl.json +++ b/apps/documenteditor/main/locale/pl.json @@ -3653,5 +3653,15 @@ "DE.Controllers.Main.textSignature": "Signature", "DE.Views.FormSettings.textSignature": "Signature", "DE.Views.FormsTab.capBtnSignature": "Signature Field", - "DE.Views.FormsTab.tipSignField": "Insert signature field" + "DE.Views.FormsTab.tipSignField": "Insert signature field", + "DE.Controllers.Toolbar.helpTextFromFile": "Insert text from external files directly into your document.", + "DE.Controllers.Toolbar.helpTextFromFileHeader": "Text import from third-party sources", + "DE.Controllers.Toolbar.helpSignField": "Insert the signature field into your PDF forms.", + "DE.Controllers.Toolbar.helpSignFieldHeader": "Signatures", + "DE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "DE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "DE.Controllers.Toolbar.helpTextDeleted": "Highlight deleted text to easily track changes and see the removed content between revisions.", + "DE.Controllers.Toolbar.helpTextDeletedHeader": "Enhanced Version History", + "DE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "DE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/pt-pt.json b/apps/documenteditor/main/locale/pt-pt.json index 99dfa26e48..113a789409 100644 --- a/apps/documenteditor/main/locale/pt-pt.json +++ b/apps/documenteditor/main/locale/pt-pt.json @@ -3653,5 +3653,15 @@ "DE.Controllers.Main.textSignature": "Signature", "DE.Views.FormSettings.textSignature": "Signature", "DE.Views.FormsTab.capBtnSignature": "Signature Field", - "DE.Views.FormsTab.tipSignField": "Insert signature field" + "DE.Views.FormsTab.tipSignField": "Insert signature field", + "DE.Controllers.Toolbar.helpTextFromFile": "Insert text from external files directly into your document.", + "DE.Controllers.Toolbar.helpTextFromFileHeader": "Text import from third-party sources", + "DE.Controllers.Toolbar.helpSignField": "Insert the signature field into your PDF forms.", + "DE.Controllers.Toolbar.helpSignFieldHeader": "Signatures", + "DE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "DE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "DE.Controllers.Toolbar.helpTextDeleted": "Highlight deleted text to easily track changes and see the removed content between revisions.", + "DE.Controllers.Toolbar.helpTextDeletedHeader": "Enhanced Version History", + "DE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "DE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/pt.json b/apps/documenteditor/main/locale/pt.json index 4beeaab8ca..3d706952cc 100644 --- a/apps/documenteditor/main/locale/pt.json +++ b/apps/documenteditor/main/locale/pt.json @@ -3653,5 +3653,15 @@ "DE.Controllers.Main.textSignature": "Signature", "DE.Views.FormSettings.textSignature": "Signature", "DE.Views.FormsTab.capBtnSignature": "Signature Field", - "DE.Views.FormsTab.tipSignField": "Insert signature field" + "DE.Views.FormsTab.tipSignField": "Insert signature field", + "DE.Controllers.Toolbar.helpTextFromFile": "Insert text from external files directly into your document.", + "DE.Controllers.Toolbar.helpTextFromFileHeader": "Text import from third-party sources", + "DE.Controllers.Toolbar.helpSignField": "Insert the signature field into your PDF forms.", + "DE.Controllers.Toolbar.helpSignFieldHeader": "Signatures", + "DE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "DE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "DE.Controllers.Toolbar.helpTextDeleted": "Highlight deleted text to easily track changes and see the removed content between revisions.", + "DE.Controllers.Toolbar.helpTextDeletedHeader": "Enhanced Version History", + "DE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "DE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/ro.json b/apps/documenteditor/main/locale/ro.json index 0810f63f2a..38a6a8025d 100644 --- a/apps/documenteditor/main/locale/ro.json +++ b/apps/documenteditor/main/locale/ro.json @@ -3653,5 +3653,15 @@ "DE.Controllers.Main.textSignature": "Signature", "DE.Views.FormSettings.textSignature": "Signature", "DE.Views.FormsTab.capBtnSignature": "Signature Field", - "DE.Views.FormsTab.tipSignField": "Insert signature field" + "DE.Views.FormsTab.tipSignField": "Insert signature field", + "DE.Controllers.Toolbar.helpTextFromFile": "Insert text from external files directly into your document.", + "DE.Controllers.Toolbar.helpTextFromFileHeader": "Text import from third-party sources", + "DE.Controllers.Toolbar.helpSignField": "Insert the signature field into your PDF forms.", + "DE.Controllers.Toolbar.helpSignFieldHeader": "Signatures", + "DE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "DE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "DE.Controllers.Toolbar.helpTextDeleted": "Highlight deleted text to easily track changes and see the removed content between revisions.", + "DE.Controllers.Toolbar.helpTextDeletedHeader": "Enhanced Version History", + "DE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "DE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/ru.json b/apps/documenteditor/main/locale/ru.json index e95f6e3f24..ca5a4ac5c4 100644 --- a/apps/documenteditor/main/locale/ru.json +++ b/apps/documenteditor/main/locale/ru.json @@ -3653,5 +3653,15 @@ "DE.Controllers.Main.textSignature": "Signature", "DE.Views.FormSettings.textSignature": "Signature", "DE.Views.FormsTab.capBtnSignature": "Signature Field", - "DE.Views.FormsTab.tipSignField": "Insert signature field" + "DE.Views.FormsTab.tipSignField": "Insert signature field", + "DE.Controllers.Toolbar.helpTextFromFile": "Insert text from external files directly into your document.", + "DE.Controllers.Toolbar.helpTextFromFileHeader": "Text import from third-party sources", + "DE.Controllers.Toolbar.helpSignField": "Insert the signature field into your PDF forms.", + "DE.Controllers.Toolbar.helpSignFieldHeader": "Signatures", + "DE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "DE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "DE.Controllers.Toolbar.helpTextDeleted": "Highlight deleted text to easily track changes and see the removed content between revisions.", + "DE.Controllers.Toolbar.helpTextDeletedHeader": "Enhanced Version History", + "DE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "DE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/si.json b/apps/documenteditor/main/locale/si.json index eff48448c9..7f46b47f61 100644 --- a/apps/documenteditor/main/locale/si.json +++ b/apps/documenteditor/main/locale/si.json @@ -3653,5 +3653,15 @@ "DE.Controllers.Main.textSignature": "Signature", "DE.Views.FormSettings.textSignature": "Signature", "DE.Views.FormsTab.capBtnSignature": "Signature Field", - "DE.Views.FormsTab.tipSignField": "Insert signature field" + "DE.Views.FormsTab.tipSignField": "Insert signature field", + "DE.Controllers.Toolbar.helpTextFromFile": "Insert text from external files directly into your document.", + "DE.Controllers.Toolbar.helpTextFromFileHeader": "Text import from third-party sources", + "DE.Controllers.Toolbar.helpSignField": "Insert the signature field into your PDF forms.", + "DE.Controllers.Toolbar.helpSignFieldHeader": "Signatures", + "DE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "DE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "DE.Controllers.Toolbar.helpTextDeleted": "Highlight deleted text to easily track changes and see the removed content between revisions.", + "DE.Controllers.Toolbar.helpTextDeletedHeader": "Enhanced Version History", + "DE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "DE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/sk.json b/apps/documenteditor/main/locale/sk.json index 1d1001d79e..84e1609fb0 100644 --- a/apps/documenteditor/main/locale/sk.json +++ b/apps/documenteditor/main/locale/sk.json @@ -3653,5 +3653,15 @@ "DE.Controllers.Main.textSignature": "Signature", "DE.Views.FormSettings.textSignature": "Signature", "DE.Views.FormsTab.capBtnSignature": "Signature Field", - "DE.Views.FormsTab.tipSignField": "Insert signature field" + "DE.Views.FormsTab.tipSignField": "Insert signature field", + "DE.Controllers.Toolbar.helpTextFromFile": "Insert text from external files directly into your document.", + "DE.Controllers.Toolbar.helpTextFromFileHeader": "Text import from third-party sources", + "DE.Controllers.Toolbar.helpSignField": "Insert the signature field into your PDF forms.", + "DE.Controllers.Toolbar.helpSignFieldHeader": "Signatures", + "DE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "DE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "DE.Controllers.Toolbar.helpTextDeleted": "Highlight deleted text to easily track changes and see the removed content between revisions.", + "DE.Controllers.Toolbar.helpTextDeletedHeader": "Enhanced Version History", + "DE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "DE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/sl.json b/apps/documenteditor/main/locale/sl.json index 3cc174f688..b43184728b 100644 --- a/apps/documenteditor/main/locale/sl.json +++ b/apps/documenteditor/main/locale/sl.json @@ -3653,5 +3653,15 @@ "DE.Controllers.Main.textSignature": "Signature", "DE.Views.FormSettings.textSignature": "Signature", "DE.Views.FormsTab.capBtnSignature": "Signature Field", - "DE.Views.FormsTab.tipSignField": "Insert signature field" + "DE.Views.FormsTab.tipSignField": "Insert signature field", + "DE.Controllers.Toolbar.helpTextFromFile": "Insert text from external files directly into your document.", + "DE.Controllers.Toolbar.helpTextFromFileHeader": "Text import from third-party sources", + "DE.Controllers.Toolbar.helpSignField": "Insert the signature field into your PDF forms.", + "DE.Controllers.Toolbar.helpSignFieldHeader": "Signatures", + "DE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "DE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "DE.Controllers.Toolbar.helpTextDeleted": "Highlight deleted text to easily track changes and see the removed content between revisions.", + "DE.Controllers.Toolbar.helpTextDeletedHeader": "Enhanced Version History", + "DE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "DE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/sr-cyrl.json b/apps/documenteditor/main/locale/sr-cyrl.json index 8b490cbe12..880556ca04 100644 --- a/apps/documenteditor/main/locale/sr-cyrl.json +++ b/apps/documenteditor/main/locale/sr-cyrl.json @@ -3653,5 +3653,15 @@ "DE.Controllers.Main.textSignature": "Signature", "DE.Views.FormSettings.textSignature": "Signature", "DE.Views.FormsTab.capBtnSignature": "Signature Field", - "DE.Views.FormsTab.tipSignField": "Insert signature field" + "DE.Views.FormsTab.tipSignField": "Insert signature field", + "DE.Controllers.Toolbar.helpTextFromFile": "Insert text from external files directly into your document.", + "DE.Controllers.Toolbar.helpTextFromFileHeader": "Text import from third-party sources", + "DE.Controllers.Toolbar.helpSignField": "Insert the signature field into your PDF forms.", + "DE.Controllers.Toolbar.helpSignFieldHeader": "Signatures", + "DE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "DE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "DE.Controllers.Toolbar.helpTextDeleted": "Highlight deleted text to easily track changes and see the removed content between revisions.", + "DE.Controllers.Toolbar.helpTextDeletedHeader": "Enhanced Version History", + "DE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "DE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/sr.json b/apps/documenteditor/main/locale/sr.json index 03f894720e..8cc8aeadb7 100644 --- a/apps/documenteditor/main/locale/sr.json +++ b/apps/documenteditor/main/locale/sr.json @@ -3653,5 +3653,15 @@ "DE.Controllers.Main.textSignature": "Signature", "DE.Views.FormSettings.textSignature": "Signature", "DE.Views.FormsTab.capBtnSignature": "Signature Field", - "DE.Views.FormsTab.tipSignField": "Insert signature field" + "DE.Views.FormsTab.tipSignField": "Insert signature field", + "DE.Controllers.Toolbar.helpTextFromFile": "Insert text from external files directly into your document.", + "DE.Controllers.Toolbar.helpTextFromFileHeader": "Text import from third-party sources", + "DE.Controllers.Toolbar.helpSignField": "Insert the signature field into your PDF forms.", + "DE.Controllers.Toolbar.helpSignFieldHeader": "Signatures", + "DE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "DE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "DE.Controllers.Toolbar.helpTextDeleted": "Highlight deleted text to easily track changes and see the removed content between revisions.", + "DE.Controllers.Toolbar.helpTextDeletedHeader": "Enhanced Version History", + "DE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "DE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/sv.json b/apps/documenteditor/main/locale/sv.json index 1c49ac85dd..1b5b64d7b7 100644 --- a/apps/documenteditor/main/locale/sv.json +++ b/apps/documenteditor/main/locale/sv.json @@ -3653,5 +3653,15 @@ "DE.Controllers.Main.textSignature": "Signature", "DE.Views.FormSettings.textSignature": "Signature", "DE.Views.FormsTab.capBtnSignature": "Signature Field", - "DE.Views.FormsTab.tipSignField": "Insert signature field" + "DE.Views.FormsTab.tipSignField": "Insert signature field", + "DE.Controllers.Toolbar.helpTextFromFile": "Insert text from external files directly into your document.", + "DE.Controllers.Toolbar.helpTextFromFileHeader": "Text import from third-party sources", + "DE.Controllers.Toolbar.helpSignField": "Insert the signature field into your PDF forms.", + "DE.Controllers.Toolbar.helpSignFieldHeader": "Signatures", + "DE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "DE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "DE.Controllers.Toolbar.helpTextDeleted": "Highlight deleted text to easily track changes and see the removed content between revisions.", + "DE.Controllers.Toolbar.helpTextDeletedHeader": "Enhanced Version History", + "DE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "DE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/tr.json b/apps/documenteditor/main/locale/tr.json index 53d378a758..d2b2eea339 100644 --- a/apps/documenteditor/main/locale/tr.json +++ b/apps/documenteditor/main/locale/tr.json @@ -3653,5 +3653,15 @@ "DE.Controllers.Main.textSignature": "Signature", "DE.Views.FormSettings.textSignature": "Signature", "DE.Views.FormsTab.capBtnSignature": "Signature Field", - "DE.Views.FormsTab.tipSignField": "Insert signature field" + "DE.Views.FormsTab.tipSignField": "Insert signature field", + "DE.Controllers.Toolbar.helpTextFromFile": "Insert text from external files directly into your document.", + "DE.Controllers.Toolbar.helpTextFromFileHeader": "Text import from third-party sources", + "DE.Controllers.Toolbar.helpSignField": "Insert the signature field into your PDF forms.", + "DE.Controllers.Toolbar.helpSignFieldHeader": "Signatures", + "DE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "DE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "DE.Controllers.Toolbar.helpTextDeleted": "Highlight deleted text to easily track changes and see the removed content between revisions.", + "DE.Controllers.Toolbar.helpTextDeletedHeader": "Enhanced Version History", + "DE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "DE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/uk.json b/apps/documenteditor/main/locale/uk.json index 94fb0b6a2a..5ab7acb3e3 100644 --- a/apps/documenteditor/main/locale/uk.json +++ b/apps/documenteditor/main/locale/uk.json @@ -3653,5 +3653,15 @@ "DE.Controllers.Main.textSignature": "Signature", "DE.Views.FormSettings.textSignature": "Signature", "DE.Views.FormsTab.capBtnSignature": "Signature Field", - "DE.Views.FormsTab.tipSignField": "Insert signature field" + "DE.Views.FormsTab.tipSignField": "Insert signature field", + "DE.Controllers.Toolbar.helpTextFromFile": "Insert text from external files directly into your document.", + "DE.Controllers.Toolbar.helpTextFromFileHeader": "Text import from third-party sources", + "DE.Controllers.Toolbar.helpSignField": "Insert the signature field into your PDF forms.", + "DE.Controllers.Toolbar.helpSignFieldHeader": "Signatures", + "DE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "DE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "DE.Controllers.Toolbar.helpTextDeleted": "Highlight deleted text to easily track changes and see the removed content between revisions.", + "DE.Controllers.Toolbar.helpTextDeletedHeader": "Enhanced Version History", + "DE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "DE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/vi.json b/apps/documenteditor/main/locale/vi.json index c0558405e7..d06748a021 100644 --- a/apps/documenteditor/main/locale/vi.json +++ b/apps/documenteditor/main/locale/vi.json @@ -3653,5 +3653,15 @@ "DE.Controllers.Main.textSignature": "Signature", "DE.Views.FormSettings.textSignature": "Signature", "DE.Views.FormsTab.capBtnSignature": "Signature Field", - "DE.Views.FormsTab.tipSignField": "Insert signature field" + "DE.Views.FormsTab.tipSignField": "Insert signature field", + "DE.Controllers.Toolbar.helpTextFromFile": "Insert text from external files directly into your document.", + "DE.Controllers.Toolbar.helpTextFromFileHeader": "Text import from third-party sources", + "DE.Controllers.Toolbar.helpSignField": "Insert the signature field into your PDF forms.", + "DE.Controllers.Toolbar.helpSignFieldHeader": "Signatures", + "DE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "DE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "DE.Controllers.Toolbar.helpTextDeleted": "Highlight deleted text to easily track changes and see the removed content between revisions.", + "DE.Controllers.Toolbar.helpTextDeletedHeader": "Enhanced Version History", + "DE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "DE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/zh-tw.json b/apps/documenteditor/main/locale/zh-tw.json index b830dacbee..f241f95de3 100644 --- a/apps/documenteditor/main/locale/zh-tw.json +++ b/apps/documenteditor/main/locale/zh-tw.json @@ -3653,5 +3653,15 @@ "DE.Controllers.Main.textSignature": "Signature", "DE.Views.FormSettings.textSignature": "Signature", "DE.Views.FormsTab.capBtnSignature": "Signature Field", - "DE.Views.FormsTab.tipSignField": "Insert signature field" + "DE.Views.FormsTab.tipSignField": "Insert signature field", + "DE.Controllers.Toolbar.helpTextFromFile": "Insert text from external files directly into your document.", + "DE.Controllers.Toolbar.helpTextFromFileHeader": "Text import from third-party sources", + "DE.Controllers.Toolbar.helpSignField": "Insert the signature field into your PDF forms.", + "DE.Controllers.Toolbar.helpSignFieldHeader": "Signatures", + "DE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "DE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "DE.Controllers.Toolbar.helpTextDeleted": "Highlight deleted text to easily track changes and see the removed content between revisions.", + "DE.Controllers.Toolbar.helpTextDeletedHeader": "Enhanced Version History", + "DE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "DE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/zh.json b/apps/documenteditor/main/locale/zh.json index 95b93eac72..4f08108df6 100644 --- a/apps/documenteditor/main/locale/zh.json +++ b/apps/documenteditor/main/locale/zh.json @@ -3653,5 +3653,15 @@ "DE.Controllers.Main.textSignature": "Signature", "DE.Views.FormSettings.textSignature": "Signature", "DE.Views.FormsTab.capBtnSignature": "Signature Field", - "DE.Views.FormsTab.tipSignField": "Insert signature field" + "DE.Views.FormsTab.tipSignField": "Insert signature field", + "DE.Controllers.Toolbar.helpTextFromFile": "Insert text from external files directly into your document.", + "DE.Controllers.Toolbar.helpTextFromFileHeader": "Text import from third-party sources", + "DE.Controllers.Toolbar.helpSignField": "Insert the signature field into your PDF forms.", + "DE.Controllers.Toolbar.helpSignFieldHeader": "Signatures", + "DE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "DE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "DE.Controllers.Toolbar.helpTextDeleted": "Highlight deleted text to easily track changes and see the removed content between revisions.", + "DE.Controllers.Toolbar.helpTextDeletedHeader": "Enhanced Version History", + "DE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "DE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/pdfeditor/main/app/controller/Main.js b/apps/pdfeditor/main/app/controller/Main.js index f5ce1e1087..322d1cb39a 100644 --- a/apps/pdfeditor/main/app/controller/Main.js +++ b/apps/pdfeditor/main/app/controller/Main.js @@ -1482,8 +1482,6 @@ define([ }, onPdfModeApply: function(mode) { - Common.UI.TooltipManager.closeTip('editPdf'); - if (!this.appOptions.canSwitchMode) return; if (mode==='edit' && this.appOptions.canPDFEdit) { @@ -2054,6 +2052,10 @@ define([ forcesave = this.appOptions.forcesave || this.appOptions.canSaveDocumentToBinary, isDisabled = !isModified && !isSyncButton && !forcesave || this._state.isDisconnected || this._state.fastCoauth && this._state.usersCount>1 && !forcesave || !this.appOptions.isPDFEdit && !this.appOptions.isPDFAnnotate; toolbarView.btnSave.setDisabled(isDisabled && this.appOptions.canSaveToFile); + + if (this.appOptions.canSaveToFile) { + !isSyncButton && !isDisabled ? Common.UI.TooltipManager.showTip('pdfSave') : Common.UI.TooltipManager.closeTip('pdfSave'); + } } /** coauthoring begin **/ @@ -2071,6 +2073,9 @@ define([ forcesave = this.appOptions.forcesave || this.appOptions.canSaveDocumentToBinary, isDisabled = !isCanSave && !isSyncButton && !forcesave || this._state.isDisconnected || this._state.fastCoauth && this._state.usersCount>1 && !forcesave || !this.appOptions.isPDFEdit && !this.appOptions.isPDFAnnotate; toolbarView.btnSave.setDisabled(isDisabled && this.appOptions.canSaveToFile); + if (this.appOptions.canSaveToFile) { + !isSyncButton && !isDisabled ? Common.UI.TooltipManager.showTip('pdfSave') : Common.UI.TooltipManager.closeTip('pdfSave'); + } } }, diff --git a/apps/pdfeditor/main/app/controller/Toolbar.js b/apps/pdfeditor/main/app/controller/Toolbar.js index 2f7d14cc6b..24c36fee5e 100644 --- a/apps/pdfeditor/main/app/controller/Toolbar.js +++ b/apps/pdfeditor/main/app/controller/Toolbar.js @@ -174,9 +174,11 @@ define([ this.mode = mode; this.toolbar.applyLayout(mode); Common.UI.TooltipManager.addTips({ - 'editPdf' : {name: 'pdfe-help-tip-edit-pdf', placement: 'bottom-right', text: this.helpEditPdf, header: this.helpEditPdfHeader, target: '#slot-btn-tb-edit-mode'}, - 'textComment' : {name: 'pdfe-help-tip-text-comment', placement: 'bottom-right', text: this.helpTextComment, header: this.helpTextCommentHeader, target: '#slot-btn-text-comment'} + 'grayTheme' : {name: 'help-tip-gray-theme', placement: 'bottom-right', text: this.helpGrayTheme, header: this.helpGrayThemeHeader, target: '#slot-btn-interface-theme', automove: true, maxwidth: 320}, + 'pdfCoedit' : {name: 'help-tip-pdf-coedit', placement: 'bottom-left', text: this.helpPdfCoedit, header: this.helpPdfCoeditHeader, target: '#tlb-box-users', automove: true, maxwidth: 320}, + 'pdfSave' : {name: 'help-tip-pdf-save', placement: mode.compactHeader ? 'bottom-right' : 'right-bottom', text: this.helpPdfSave, header: this.helpPdfSaveHeader, target: mode.compactHeader ? '#slot-btn-save' : '#slot-btn-dt-save', automove: true, maxwidth: 320, extCls: 'inc-index'}, }); + }, attachCommonUIEvents: function(toolbar) { @@ -239,7 +241,6 @@ define([ toolbar.chShowComments.on('change', _.bind(this.onShowCommentsChange, this)); toolbar.btnTextComment.on('click', _.bind(this.onBtnTextCommentClick, this)); toolbar.btnTextComment.menu.on('item:click', _.bind(this.onMenuTextCommentClick, this)); - toolbar.btnTextComment.menu.on('show:before', _.bind(this.onBeforeTextComment, this)); // toolbar.btnRotate.on('click', _.bind(this.onRotateClick, this)); Common.NotificationCenter.on('leftmenu:save', _.bind(this.tryToSave, this)); Common.NotificationCenter.on('draw:start', _.bind(this.onDrawStart, this)); @@ -721,6 +722,7 @@ define([ toolbar.btnSave && toolbar.btnSave.setDisabled(!toolbar.mode.forcesave && toolbar.mode.canSaveToFile && !toolbar.mode.canSaveDocumentToBinary); Common.component.Analytics.trackEvent('Save'); Common.component.Analytics.trackEvent('ToolBar', 'Save'); + Common.UI.TooltipManager.closeTip('pdfSave'); } }, @@ -1074,12 +1076,7 @@ define([ // this.api && this.api.asc_Rotate(); }, - onBeforeTextComment: function(btn, e) { - Common.UI.TooltipManager.closeTip('textComment'); - }, - onBtnTextCommentClick: function(btn, e) { - Common.UI.TooltipManager.closeTip('textComment'); this.onInsertTextComment(btn.options.textboxType, btn, e); }, @@ -1367,7 +1364,6 @@ define([ me.toolbar.btnSubmit.updateHint(me.textRequired); } } - config.isEdit && Common.UI.TooltipManager.showTip('editPdf'); }); }, @@ -1390,13 +1386,15 @@ define([ this.requiredTooltip.close(); this.requiredTooltip = undefined; } - (tab !== 'home') && Common.UI.TooltipManager.closeTip('editPdf'); - (tab === 'comment') ? Common.UI.TooltipManager.showTip('textComment') : Common.UI.TooltipManager.closeTip('textComment'); + (tab === 'view') ? Common.UI.TooltipManager.showTip('grayTheme') : Common.UI.TooltipManager.closeTip('grayTheme'); + if (tab === 'file') { + Common.UI.TooltipManager.closeTip('pdfCoedit'); + Common.UI.TooltipManager.closeTip('pdfSave'); + } }, onTabCollapse: function(tab) { - Common.UI.TooltipManager.closeTip('editPdf'); - Common.UI.TooltipManager.closeTip('textComment'); + Common.UI.TooltipManager.closeTip('grayTheme'); }, applySettings: function() { diff --git a/apps/pdfeditor/main/app/controller/ViewTab.js b/apps/pdfeditor/main/app/controller/ViewTab.js index d2957058f8..cd9c2318c3 100644 --- a/apps/pdfeditor/main/app/controller/ViewTab.js +++ b/apps/pdfeditor/main/app/controller/ViewTab.js @@ -225,6 +225,9 @@ define([ Common.NotificationCenter.on('uitheme:countchanged', _fill_themes.bind(me)); _fill_themes.call(me); + me.view.btnInterfaceTheme.menu && me.view.btnInterfaceTheme.menu.on('show:after', function() { + Common.UI.TooltipManager.closeTip('grayTheme'); + }); if (me.view.btnInterfaceTheme.menu.items.length) { // me.view.btnInterfaceTheme.setMenu(new Common.UI.Menu({items: menuItems})); me.view.btnInterfaceTheme.menu.on('item:click', _.bind(function (menu, item) { diff --git a/apps/pdfeditor/main/app/view/Toolbar.js b/apps/pdfeditor/main/app/view/Toolbar.js index 5e059f8144..edc3b6b65e 100644 --- a/apps/pdfeditor/main/app/view/Toolbar.js +++ b/apps/pdfeditor/main/app/view/Toolbar.js @@ -1708,6 +1708,7 @@ define([ this.btnSave.setDisabled(!this.mode.isPDFEdit && !this.mode.isPDFAnnotate && this.mode.canSaveToFile); Common.Gateway.collaborativeChanges(); + Common.UI.TooltipManager.closeTip('pdfSave'); }, createSynchTip: function () { diff --git a/apps/pdfeditor/main/locale/ar.json b/apps/pdfeditor/main/locale/ar.json index c5ce9c2906..418f2b3bcc 100644 --- a/apps/pdfeditor/main/locale/ar.json +++ b/apps/pdfeditor/main/locale/ar.json @@ -2014,5 +2014,11 @@ "PDFE.Views.ViewTab.tipFitToPage": "ملائم للصفحة", "PDFE.Views.ViewTab.tipFitToWidth": "ملائم للعرض", "PDFE.Views.ViewTab.tipHeadings": "العناوين", - "PDFE.Views.ViewTab.tipInterfaceTheme": "سمة الواجهة" + "PDFE.Views.ViewTab.tipInterfaceTheme": "سمة الواجهة", + "PDFE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PDFE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PDFE.Controllers.Toolbar.helpPdfCoedit": "Co-edit PDFs with other co-authors in the real-time or paragraph-locking modes.", + "PDFE.Controllers.Toolbar.helpPdfCoeditHeader": "PDF collaboration", + "PDFE.Controllers.Toolbar.helpPdfSave": "Annotate and edit – all of your changes are saved to the original file without creating separate copies.", + "PDFE.Controllers.Toolbar.helpPdfSaveHeader": "Enhanced PDF Editor" } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/az.json b/apps/pdfeditor/main/locale/az.json index c849ade873..1515a8ddff 100644 --- a/apps/pdfeditor/main/locale/az.json +++ b/apps/pdfeditor/main/locale/az.json @@ -2014,5 +2014,11 @@ "PDFE.Views.ViewTab.tipFitToPage": "Səhifəyə uyğun tənzimlə", "PDFE.Views.ViewTab.tipFitToWidth": "Enə uyğun tənzimlə", "PDFE.Views.ViewTab.tipHeadings": "Başlıqlar", - "PDFE.Views.ViewTab.tipInterfaceTheme": "İnterfeys mövzusu" + "PDFE.Views.ViewTab.tipInterfaceTheme": "İnterfeys mövzusu", + "PDFE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PDFE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PDFE.Controllers.Toolbar.helpPdfCoedit": "Co-edit PDFs with other co-authors in the real-time or paragraph-locking modes.", + "PDFE.Controllers.Toolbar.helpPdfCoeditHeader": "PDF collaboration", + "PDFE.Controllers.Toolbar.helpPdfSave": "Annotate and edit – all of your changes are saved to the original file without creating separate copies.", + "PDFE.Controllers.Toolbar.helpPdfSaveHeader": "Enhanced PDF Editor" } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/be.json b/apps/pdfeditor/main/locale/be.json index 32908562de..4be0008214 100644 --- a/apps/pdfeditor/main/locale/be.json +++ b/apps/pdfeditor/main/locale/be.json @@ -2014,5 +2014,11 @@ "PDFE.Views.ViewTab.tipFitToPage": "Па памеры старонкі", "PDFE.Views.ViewTab.tipFitToWidth": "Па шырыні", "PDFE.Views.ViewTab.tipHeadings": "Загалоўкі", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Тэма інтэрфейсу" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Тэма інтэрфейсу", + "PDFE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PDFE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PDFE.Controllers.Toolbar.helpPdfCoedit": "Co-edit PDFs with other co-authors in the real-time or paragraph-locking modes.", + "PDFE.Controllers.Toolbar.helpPdfCoeditHeader": "PDF collaboration", + "PDFE.Controllers.Toolbar.helpPdfSave": "Annotate and edit – all of your changes are saved to the original file without creating separate copies.", + "PDFE.Controllers.Toolbar.helpPdfSaveHeader": "Enhanced PDF Editor" } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/bg.json b/apps/pdfeditor/main/locale/bg.json index c31d26624c..958b6d258c 100644 --- a/apps/pdfeditor/main/locale/bg.json +++ b/apps/pdfeditor/main/locale/bg.json @@ -2014,5 +2014,11 @@ "PDFE.Views.ViewTab.tipFitToPage": "Побиране в страницата", "PDFE.Views.ViewTab.tipFitToWidth": "Поставя се в ширина", "PDFE.Views.ViewTab.tipHeadings": "Заглавия", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Тема на интерфейса" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Тема на интерфейса", + "PDFE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PDFE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PDFE.Controllers.Toolbar.helpPdfCoedit": "Co-edit PDFs with other co-authors in the real-time or paragraph-locking modes.", + "PDFE.Controllers.Toolbar.helpPdfCoeditHeader": "PDF collaboration", + "PDFE.Controllers.Toolbar.helpPdfSave": "Annotate and edit – all of your changes are saved to the original file without creating separate copies.", + "PDFE.Controllers.Toolbar.helpPdfSaveHeader": "Enhanced PDF Editor" } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/ca.json b/apps/pdfeditor/main/locale/ca.json index 36b7acf600..cdb2635e55 100644 --- a/apps/pdfeditor/main/locale/ca.json +++ b/apps/pdfeditor/main/locale/ca.json @@ -2014,5 +2014,11 @@ "PDFE.Views.ViewTab.tipFitToPage": "Ajusta-ho a la pàgina", "PDFE.Views.ViewTab.tipFitToWidth": "Ajusta-ho a l'amplària", "PDFE.Views.ViewTab.tipHeadings": "Capçaleres", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Tema de la interfície" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Tema de la interfície", + "PDFE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PDFE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PDFE.Controllers.Toolbar.helpPdfCoedit": "Co-edit PDFs with other co-authors in the real-time or paragraph-locking modes.", + "PDFE.Controllers.Toolbar.helpPdfCoeditHeader": "PDF collaboration", + "PDFE.Controllers.Toolbar.helpPdfSave": "Annotate and edit – all of your changes are saved to the original file without creating separate copies.", + "PDFE.Controllers.Toolbar.helpPdfSaveHeader": "Enhanced PDF Editor" } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/cs.json b/apps/pdfeditor/main/locale/cs.json index 983a6e861a..3813bc4ba8 100644 --- a/apps/pdfeditor/main/locale/cs.json +++ b/apps/pdfeditor/main/locale/cs.json @@ -2014,5 +2014,11 @@ "PDFE.Views.ViewTab.tipFitToPage": "Přízpůsobit stránce", "PDFE.Views.ViewTab.tipFitToWidth": "Přizpůsobit šířce", "PDFE.Views.ViewTab.tipHeadings": "Nadpisy", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Vzhled uživatelského rozhraní" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Vzhled uživatelského rozhraní", + "PDFE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PDFE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PDFE.Controllers.Toolbar.helpPdfCoedit": "Co-edit PDFs with other co-authors in the real-time or paragraph-locking modes.", + "PDFE.Controllers.Toolbar.helpPdfCoeditHeader": "PDF collaboration", + "PDFE.Controllers.Toolbar.helpPdfSave": "Annotate and edit – all of your changes are saved to the original file without creating separate copies.", + "PDFE.Controllers.Toolbar.helpPdfSaveHeader": "Enhanced PDF Editor" } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/da.json b/apps/pdfeditor/main/locale/da.json index 378c024f7a..15cc84b1da 100644 --- a/apps/pdfeditor/main/locale/da.json +++ b/apps/pdfeditor/main/locale/da.json @@ -2014,5 +2014,11 @@ "PDFE.Views.ViewTab.tipFitToPage": "Tilpas til side", "PDFE.Views.ViewTab.tipFitToWidth": "Tilpas til bredde", "PDFE.Views.ViewTab.tipHeadings": "Overskrifter", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Interface tema" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Interface tema", + "PDFE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PDFE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PDFE.Controllers.Toolbar.helpPdfCoedit": "Co-edit PDFs with other co-authors in the real-time or paragraph-locking modes.", + "PDFE.Controllers.Toolbar.helpPdfCoeditHeader": "PDF collaboration", + "PDFE.Controllers.Toolbar.helpPdfSave": "Annotate and edit – all of your changes are saved to the original file without creating separate copies.", + "PDFE.Controllers.Toolbar.helpPdfSaveHeader": "Enhanced PDF Editor" } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/de.json b/apps/pdfeditor/main/locale/de.json index 026d7a3eb1..b08c264814 100644 --- a/apps/pdfeditor/main/locale/de.json +++ b/apps/pdfeditor/main/locale/de.json @@ -2014,5 +2014,11 @@ "PDFE.Views.ViewTab.tipFitToPage": "Seite anpassen", "PDFE.Views.ViewTab.tipFitToWidth": "Breite anpassen", "PDFE.Views.ViewTab.tipHeadings": "Überschriften", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Thema der Benutzeroberfläche" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Thema der Benutzeroberfläche", + "PDFE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PDFE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PDFE.Controllers.Toolbar.helpPdfCoedit": "Co-edit PDFs with other co-authors in the real-time or paragraph-locking modes.", + "PDFE.Controllers.Toolbar.helpPdfCoeditHeader": "PDF collaboration", + "PDFE.Controllers.Toolbar.helpPdfSave": "Annotate and edit – all of your changes are saved to the original file without creating separate copies.", + "PDFE.Controllers.Toolbar.helpPdfSaveHeader": "Enhanced PDF Editor" } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/el.json b/apps/pdfeditor/main/locale/el.json index ba3c5924bb..15e99730a2 100644 --- a/apps/pdfeditor/main/locale/el.json +++ b/apps/pdfeditor/main/locale/el.json @@ -2014,5 +2014,11 @@ "PDFE.Views.ViewTab.tipFitToPage": "Προσαρμογή στη σελίδα", "PDFE.Views.ViewTab.tipFitToWidth": "Προσαρμογή στο πλάτος", "PDFE.Views.ViewTab.tipHeadings": "Κεφαλίδες", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Θέμα διεπαφής" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Θέμα διεπαφής", + "PDFE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PDFE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PDFE.Controllers.Toolbar.helpPdfCoedit": "Co-edit PDFs with other co-authors in the real-time or paragraph-locking modes.", + "PDFE.Controllers.Toolbar.helpPdfCoeditHeader": "PDF collaboration", + "PDFE.Controllers.Toolbar.helpPdfSave": "Annotate and edit – all of your changes are saved to the original file without creating separate copies.", + "PDFE.Controllers.Toolbar.helpPdfSaveHeader": "Enhanced PDF Editor" } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/en.json b/apps/pdfeditor/main/locale/en.json index a23eb88bb1..755f050ac7 100644 --- a/apps/pdfeditor/main/locale/en.json +++ b/apps/pdfeditor/main/locale/en.json @@ -208,8 +208,8 @@ "Common.Views.Draw.txtSelect": "Select", "Common.Views.Draw.txtSize": "Size", "Common.Views.Header.ariaQuickAccessToolbar": "Quick access toolbar", - "Common.Views.Header.helpQuickAccess": "Hide or show the functional buttons of your choice.", - "Common.Views.Header.helpQuickAccessHeader": "Customize Quick Access", + "del_Common.Views.Header.helpQuickAccess": "Hide or show the functional buttons of your choice.", + "del_Common.Views.Header.helpQuickAccessHeader": "Customize Quick Access", "Common.Views.Header.labelCoUsersDescr": "Users who are editing the file:", "Common.Views.Header.textAddFavorite": "Mark as favorite", "Common.Views.Header.textAdvSettings": "Advanced settings", @@ -1030,10 +1030,16 @@ "PDFE.Controllers.Statusbar.zoomText": "Zoom {0}%", "PDFE.Controllers.Toolbar.confirmAddFontName": "The font you are going to save is not available on the current device.
The text style will be displayed using one of the device fonts, the saved font will be used when it is available.
Do you want to continue?", "PDFE.Controllers.Toolbar.errorAccessDeny": "You are trying to perform an action you do not have rights for.
Please contact your Document Server administrator.", - "PDFE.Controllers.Toolbar.helpEditPdf": "Edit text, add, delete, and rotate pages, insert images, tables, etc.", - "PDFE.Controllers.Toolbar.helpEditPdfHeader": "Edit PDF", - "PDFE.Controllers.Toolbar.helpTextComment": "Insert a text comment or text callout in your PDF file.", - "PDFE.Controllers.Toolbar.helpTextCommentHeader": "Text Comment", + "del_PDFE.Controllers.Toolbar.helpEditPdf": "Edit text, add, delete, and rotate pages, insert images, tables, etc.", + "del_PDFE.Controllers.Toolbar.helpEditPdfHeader": "Edit PDF", + "del_PDFE.Controllers.Toolbar.helpTextComment": "Insert a text comment or text callout in your PDF file.", + "del_PDFE.Controllers.Toolbar.helpTextCommentHeader": "Text Comment", + "PDFE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PDFE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PDFE.Controllers.Toolbar.helpPdfCoedit": "Co-edit PDFs with other co-authors in the real-time or paragraph-locking modes.", + "PDFE.Controllers.Toolbar.helpPdfCoeditHeader": "PDF collaboration", + "PDFE.Controllers.Toolbar.helpPdfSave": "Annotate and edit – all of your changes are saved to the original file without creating separate copies.", + "PDFE.Controllers.Toolbar.helpPdfSaveHeader": "Enhanced PDF Editor", "PDFE.Controllers.Toolbar.notcriticalErrorTitle": "Warning", "PDFE.Controllers.Toolbar.textFontSizeErr": "The entered value is incorrect.
Please enter a numeric value between 1 and 300", "PDFE.Controllers.Toolbar.textGotIt": "Got it", diff --git a/apps/pdfeditor/main/locale/es.json b/apps/pdfeditor/main/locale/es.json index a35d20c375..dbcc8e0477 100644 --- a/apps/pdfeditor/main/locale/es.json +++ b/apps/pdfeditor/main/locale/es.json @@ -2014,5 +2014,11 @@ "PDFE.Views.ViewTab.tipFitToPage": "Ajustar a la página", "PDFE.Views.ViewTab.tipFitToWidth": "Ajustar al ancho", "PDFE.Views.ViewTab.tipHeadings": "Encabezados", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Tema de la interfaz" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Tema de la interfaz", + "PDFE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PDFE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PDFE.Controllers.Toolbar.helpPdfCoedit": "Co-edit PDFs with other co-authors in the real-time or paragraph-locking modes.", + "PDFE.Controllers.Toolbar.helpPdfCoeditHeader": "PDF collaboration", + "PDFE.Controllers.Toolbar.helpPdfSave": "Annotate and edit – all of your changes are saved to the original file without creating separate copies.", + "PDFE.Controllers.Toolbar.helpPdfSaveHeader": "Enhanced PDF Editor" } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/eu.json b/apps/pdfeditor/main/locale/eu.json index 04c00e89a7..aa8e8ffb7e 100644 --- a/apps/pdfeditor/main/locale/eu.json +++ b/apps/pdfeditor/main/locale/eu.json @@ -2014,5 +2014,11 @@ "PDFE.Views.ViewTab.tipFitToPage": "Doitu orrira", "PDFE.Views.ViewTab.tipFitToWidth": "Doitu zabalerara", "PDFE.Views.ViewTab.tipHeadings": "Izenburuak", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Interfazearen gaia" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Interfazearen gaia", + "PDFE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PDFE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PDFE.Controllers.Toolbar.helpPdfCoedit": "Co-edit PDFs with other co-authors in the real-time or paragraph-locking modes.", + "PDFE.Controllers.Toolbar.helpPdfCoeditHeader": "PDF collaboration", + "PDFE.Controllers.Toolbar.helpPdfSave": "Annotate and edit – all of your changes are saved to the original file without creating separate copies.", + "PDFE.Controllers.Toolbar.helpPdfSaveHeader": "Enhanced PDF Editor" } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/fi.json b/apps/pdfeditor/main/locale/fi.json index 04dbd38a27..1846bcc022 100644 --- a/apps/pdfeditor/main/locale/fi.json +++ b/apps/pdfeditor/main/locale/fi.json @@ -2014,5 +2014,11 @@ "PDFE.Views.ViewTab.tipFitToPage": "Sovita sivulle", "PDFE.Views.ViewTab.tipFitToWidth": "Sovita leveyden mukaan", "PDFE.Views.ViewTab.tipHeadings": "Headings", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Käyttöliittymän teema" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Käyttöliittymän teema", + "PDFE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PDFE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PDFE.Controllers.Toolbar.helpPdfCoedit": "Co-edit PDFs with other co-authors in the real-time or paragraph-locking modes.", + "PDFE.Controllers.Toolbar.helpPdfCoeditHeader": "PDF collaboration", + "PDFE.Controllers.Toolbar.helpPdfSave": "Annotate and edit – all of your changes are saved to the original file without creating separate copies.", + "PDFE.Controllers.Toolbar.helpPdfSaveHeader": "Enhanced PDF Editor" } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/fr.json b/apps/pdfeditor/main/locale/fr.json index 1c76aea4b1..4958b747f1 100644 --- a/apps/pdfeditor/main/locale/fr.json +++ b/apps/pdfeditor/main/locale/fr.json @@ -2014,5 +2014,11 @@ "PDFE.Views.ViewTab.tipFitToPage": "Ajuster à la page", "PDFE.Views.ViewTab.tipFitToWidth": "Ajuster à la largeur", "PDFE.Views.ViewTab.tipHeadings": "Titres", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Thème d’interface" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Thème d’interface", + "PDFE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PDFE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PDFE.Controllers.Toolbar.helpPdfCoedit": "Co-edit PDFs with other co-authors in the real-time or paragraph-locking modes.", + "PDFE.Controllers.Toolbar.helpPdfCoeditHeader": "PDF collaboration", + "PDFE.Controllers.Toolbar.helpPdfSave": "Annotate and edit – all of your changes are saved to the original file without creating separate copies.", + "PDFE.Controllers.Toolbar.helpPdfSaveHeader": "Enhanced PDF Editor" } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/gl.json b/apps/pdfeditor/main/locale/gl.json index 2f4ecc33cb..dc26bac7fd 100644 --- a/apps/pdfeditor/main/locale/gl.json +++ b/apps/pdfeditor/main/locale/gl.json @@ -2014,5 +2014,11 @@ "PDFE.Views.ViewTab.tipFitToPage": "Axustar á páxina", "PDFE.Views.ViewTab.tipFitToWidth": "Axustar á anchura", "PDFE.Views.ViewTab.tipHeadings": "Títulos", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Tema da interface" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Tema da interface", + "PDFE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PDFE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PDFE.Controllers.Toolbar.helpPdfCoedit": "Co-edit PDFs with other co-authors in the real-time or paragraph-locking modes.", + "PDFE.Controllers.Toolbar.helpPdfCoeditHeader": "PDF collaboration", + "PDFE.Controllers.Toolbar.helpPdfSave": "Annotate and edit – all of your changes are saved to the original file without creating separate copies.", + "PDFE.Controllers.Toolbar.helpPdfSaveHeader": "Enhanced PDF Editor" } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/he.json b/apps/pdfeditor/main/locale/he.json index 48ed1b1ebd..1212af75ba 100644 --- a/apps/pdfeditor/main/locale/he.json +++ b/apps/pdfeditor/main/locale/he.json @@ -2014,5 +2014,11 @@ "PDFE.Views.ViewTab.tipFitToPage": "מתאים לדף", "PDFE.Views.ViewTab.tipFitToWidth": "מתאים לרוחב", "PDFE.Views.ViewTab.tipHeadings": "כותרות", - "PDFE.Views.ViewTab.tipInterfaceTheme": "ערכת נושא" + "PDFE.Views.ViewTab.tipInterfaceTheme": "ערכת נושא", + "PDFE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PDFE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PDFE.Controllers.Toolbar.helpPdfCoedit": "Co-edit PDFs with other co-authors in the real-time or paragraph-locking modes.", + "PDFE.Controllers.Toolbar.helpPdfCoeditHeader": "PDF collaboration", + "PDFE.Controllers.Toolbar.helpPdfSave": "Annotate and edit – all of your changes are saved to the original file without creating separate copies.", + "PDFE.Controllers.Toolbar.helpPdfSaveHeader": "Enhanced PDF Editor" } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/hu.json b/apps/pdfeditor/main/locale/hu.json index 029026046f..725ed4a8c7 100644 --- a/apps/pdfeditor/main/locale/hu.json +++ b/apps/pdfeditor/main/locale/hu.json @@ -2014,5 +2014,11 @@ "PDFE.Views.ViewTab.tipFitToPage": "Oldalhoz igazít", "PDFE.Views.ViewTab.tipFitToWidth": "Szélességhez igazít", "PDFE.Views.ViewTab.tipHeadings": "Címsorok", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Felhasználói felület témája" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Felhasználói felület témája", + "PDFE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PDFE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PDFE.Controllers.Toolbar.helpPdfCoedit": "Co-edit PDFs with other co-authors in the real-time or paragraph-locking modes.", + "PDFE.Controllers.Toolbar.helpPdfCoeditHeader": "PDF collaboration", + "PDFE.Controllers.Toolbar.helpPdfSave": "Annotate and edit – all of your changes are saved to the original file without creating separate copies.", + "PDFE.Controllers.Toolbar.helpPdfSaveHeader": "Enhanced PDF Editor" } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/hy.json b/apps/pdfeditor/main/locale/hy.json index 9da4dd1d5f..ae7044dcb9 100644 --- a/apps/pdfeditor/main/locale/hy.json +++ b/apps/pdfeditor/main/locale/hy.json @@ -2014,5 +2014,11 @@ "PDFE.Views.ViewTab.tipFitToPage": "Հարմարեցնել էջին", "PDFE.Views.ViewTab.tipFitToWidth": "Հարմարեցնել լայնությանը", "PDFE.Views.ViewTab.tipHeadings": "Գլխագրեր", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Ինտերֆեյսի թեմա" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Ինտերֆեյսի թեմա", + "PDFE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PDFE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PDFE.Controllers.Toolbar.helpPdfCoedit": "Co-edit PDFs with other co-authors in the real-time or paragraph-locking modes.", + "PDFE.Controllers.Toolbar.helpPdfCoeditHeader": "PDF collaboration", + "PDFE.Controllers.Toolbar.helpPdfSave": "Annotate and edit – all of your changes are saved to the original file without creating separate copies.", + "PDFE.Controllers.Toolbar.helpPdfSaveHeader": "Enhanced PDF Editor" } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/id.json b/apps/pdfeditor/main/locale/id.json index 8d5fa016d8..46dbb41030 100644 --- a/apps/pdfeditor/main/locale/id.json +++ b/apps/pdfeditor/main/locale/id.json @@ -2014,5 +2014,11 @@ "PDFE.Views.ViewTab.tipFitToPage": "Sesuaikan Halaman", "PDFE.Views.ViewTab.tipFitToWidth": "Sesuaikan Lebar", "PDFE.Views.ViewTab.tipHeadings": "Tajuk", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Tema antarmuka" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Tema antarmuka", + "PDFE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PDFE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PDFE.Controllers.Toolbar.helpPdfCoedit": "Co-edit PDFs with other co-authors in the real-time or paragraph-locking modes.", + "PDFE.Controllers.Toolbar.helpPdfCoeditHeader": "PDF collaboration", + "PDFE.Controllers.Toolbar.helpPdfSave": "Annotate and edit – all of your changes are saved to the original file without creating separate copies.", + "PDFE.Controllers.Toolbar.helpPdfSaveHeader": "Enhanced PDF Editor" } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/it.json b/apps/pdfeditor/main/locale/it.json index 239af9536b..5d908fa760 100644 --- a/apps/pdfeditor/main/locale/it.json +++ b/apps/pdfeditor/main/locale/it.json @@ -2014,5 +2014,11 @@ "PDFE.Views.ViewTab.tipFitToPage": "Adatta alla pagina", "PDFE.Views.ViewTab.tipFitToWidth": "Adatta alla larghezza", "PDFE.Views.ViewTab.tipHeadings": "Intestazioni", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Tema dell'interfaccia" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Tema dell'interfaccia", + "PDFE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PDFE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PDFE.Controllers.Toolbar.helpPdfCoedit": "Co-edit PDFs with other co-authors in the real-time or paragraph-locking modes.", + "PDFE.Controllers.Toolbar.helpPdfCoeditHeader": "PDF collaboration", + "PDFE.Controllers.Toolbar.helpPdfSave": "Annotate and edit – all of your changes are saved to the original file without creating separate copies.", + "PDFE.Controllers.Toolbar.helpPdfSaveHeader": "Enhanced PDF Editor" } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/ja.json b/apps/pdfeditor/main/locale/ja.json index 55a78da40f..852173d2c9 100644 --- a/apps/pdfeditor/main/locale/ja.json +++ b/apps/pdfeditor/main/locale/ja.json @@ -2014,5 +2014,11 @@ "PDFE.Views.ViewTab.tipFitToPage": "ページに合わせる", "PDFE.Views.ViewTab.tipFitToWidth": "幅に合わせる", "PDFE.Views.ViewTab.tipHeadings": "見出し", - "PDFE.Views.ViewTab.tipInterfaceTheme": "インターフェイスのテーマ" + "PDFE.Views.ViewTab.tipInterfaceTheme": "インターフェイスのテーマ", + "PDFE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PDFE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PDFE.Controllers.Toolbar.helpPdfCoedit": "Co-edit PDFs with other co-authors in the real-time or paragraph-locking modes.", + "PDFE.Controllers.Toolbar.helpPdfCoeditHeader": "PDF collaboration", + "PDFE.Controllers.Toolbar.helpPdfSave": "Annotate and edit – all of your changes are saved to the original file without creating separate copies.", + "PDFE.Controllers.Toolbar.helpPdfSaveHeader": "Enhanced PDF Editor" } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/ko.json b/apps/pdfeditor/main/locale/ko.json index 3f06426a4f..8cef05249f 100644 --- a/apps/pdfeditor/main/locale/ko.json +++ b/apps/pdfeditor/main/locale/ko.json @@ -2014,5 +2014,11 @@ "PDFE.Views.ViewTab.tipFitToPage": "페이지에 맞춤", "PDFE.Views.ViewTab.tipFitToWidth": "너비에 맞춤", "PDFE.Views.ViewTab.tipHeadings": "제목", - "PDFE.Views.ViewTab.tipInterfaceTheme": "인터페이스 테마" + "PDFE.Views.ViewTab.tipInterfaceTheme": "인터페이스 테마", + "PDFE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PDFE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PDFE.Controllers.Toolbar.helpPdfCoedit": "Co-edit PDFs with other co-authors in the real-time or paragraph-locking modes.", + "PDFE.Controllers.Toolbar.helpPdfCoeditHeader": "PDF collaboration", + "PDFE.Controllers.Toolbar.helpPdfSave": "Annotate and edit – all of your changes are saved to the original file without creating separate copies.", + "PDFE.Controllers.Toolbar.helpPdfSaveHeader": "Enhanced PDF Editor" } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/lo.json b/apps/pdfeditor/main/locale/lo.json index cb9991233f..1de07917f1 100644 --- a/apps/pdfeditor/main/locale/lo.json +++ b/apps/pdfeditor/main/locale/lo.json @@ -2014,5 +2014,11 @@ "PDFE.Views.ViewTab.tipFitToPage": "ພໍດີຂອບ", "PDFE.Views.ViewTab.tipFitToWidth": "ຄວາມກວ້າງພໍດີ", "PDFE.Views.ViewTab.tipHeadings": "ຫົວເລື່ອງ", - "PDFE.Views.ViewTab.tipInterfaceTheme": "ຮູບແບບການສະແດງຜົນ" + "PDFE.Views.ViewTab.tipInterfaceTheme": "ຮູບແບບການສະແດງຜົນ", + "PDFE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PDFE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PDFE.Controllers.Toolbar.helpPdfCoedit": "Co-edit PDFs with other co-authors in the real-time or paragraph-locking modes.", + "PDFE.Controllers.Toolbar.helpPdfCoeditHeader": "PDF collaboration", + "PDFE.Controllers.Toolbar.helpPdfSave": "Annotate and edit – all of your changes are saved to the original file without creating separate copies.", + "PDFE.Controllers.Toolbar.helpPdfSaveHeader": "Enhanced PDF Editor" } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/lv.json b/apps/pdfeditor/main/locale/lv.json index bea0231074..41222de3e8 100644 --- a/apps/pdfeditor/main/locale/lv.json +++ b/apps/pdfeditor/main/locale/lv.json @@ -2014,5 +2014,11 @@ "PDFE.Views.ViewTab.tipFitToPage": "Saskaņot ar lapu", "PDFE.Views.ViewTab.tipFitToWidth": "Saskaņot ar platumu", "PDFE.Views.ViewTab.tipHeadings": "Virsraksti", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Interfeisa tēma" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Interfeisa tēma", + "PDFE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PDFE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PDFE.Controllers.Toolbar.helpPdfCoedit": "Co-edit PDFs with other co-authors in the real-time or paragraph-locking modes.", + "PDFE.Controllers.Toolbar.helpPdfCoeditHeader": "PDF collaboration", + "PDFE.Controllers.Toolbar.helpPdfSave": "Annotate and edit – all of your changes are saved to the original file without creating separate copies.", + "PDFE.Controllers.Toolbar.helpPdfSaveHeader": "Enhanced PDF Editor" } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/ms.json b/apps/pdfeditor/main/locale/ms.json index d4a788566f..ad5183bef3 100644 --- a/apps/pdfeditor/main/locale/ms.json +++ b/apps/pdfeditor/main/locale/ms.json @@ -2014,5 +2014,11 @@ "PDFE.Views.ViewTab.tipFitToPage": "Muat kepada Halaman", "PDFE.Views.ViewTab.tipFitToWidth": "Muat kepada Kelebaran", "PDFE.Views.ViewTab.tipHeadings": "Pengepala", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Tema antara muka" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Tema antara muka", + "PDFE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PDFE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PDFE.Controllers.Toolbar.helpPdfCoedit": "Co-edit PDFs with other co-authors in the real-time or paragraph-locking modes.", + "PDFE.Controllers.Toolbar.helpPdfCoeditHeader": "PDF collaboration", + "PDFE.Controllers.Toolbar.helpPdfSave": "Annotate and edit – all of your changes are saved to the original file without creating separate copies.", + "PDFE.Controllers.Toolbar.helpPdfSaveHeader": "Enhanced PDF Editor" } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/nl.json b/apps/pdfeditor/main/locale/nl.json index 38e3c524bc..d3190b5bc0 100644 --- a/apps/pdfeditor/main/locale/nl.json +++ b/apps/pdfeditor/main/locale/nl.json @@ -2014,5 +2014,11 @@ "PDFE.Views.ViewTab.tipFitToPage": "Aan pagina aanpassen", "PDFE.Views.ViewTab.tipFitToWidth": "Aan breedte aanpassen", "PDFE.Views.ViewTab.tipHeadings": "Koppen", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Interfacethema" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Interfacethema", + "PDFE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PDFE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PDFE.Controllers.Toolbar.helpPdfCoedit": "Co-edit PDFs with other co-authors in the real-time or paragraph-locking modes.", + "PDFE.Controllers.Toolbar.helpPdfCoeditHeader": "PDF collaboration", + "PDFE.Controllers.Toolbar.helpPdfSave": "Annotate and edit – all of your changes are saved to the original file without creating separate copies.", + "PDFE.Controllers.Toolbar.helpPdfSaveHeader": "Enhanced PDF Editor" } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/pl.json b/apps/pdfeditor/main/locale/pl.json index a696afa116..9baffc4a17 100644 --- a/apps/pdfeditor/main/locale/pl.json +++ b/apps/pdfeditor/main/locale/pl.json @@ -2014,5 +2014,11 @@ "PDFE.Views.ViewTab.tipFitToPage": "Dopasuj do strony", "PDFE.Views.ViewTab.tipFitToWidth": "Dopasuj do szerokości", "PDFE.Views.ViewTab.tipHeadings": "Nagłówki", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Motyw interfejsu" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Motyw interfejsu", + "PDFE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PDFE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PDFE.Controllers.Toolbar.helpPdfCoedit": "Co-edit PDFs with other co-authors in the real-time or paragraph-locking modes.", + "PDFE.Controllers.Toolbar.helpPdfCoeditHeader": "PDF collaboration", + "PDFE.Controllers.Toolbar.helpPdfSave": "Annotate and edit – all of your changes are saved to the original file without creating separate copies.", + "PDFE.Controllers.Toolbar.helpPdfSaveHeader": "Enhanced PDF Editor" } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/pt-pt.json b/apps/pdfeditor/main/locale/pt-pt.json index 352cf04a67..cb6b192008 100644 --- a/apps/pdfeditor/main/locale/pt-pt.json +++ b/apps/pdfeditor/main/locale/pt-pt.json @@ -2014,5 +2014,11 @@ "PDFE.Views.ViewTab.tipFitToPage": "Ajustar à página", "PDFE.Views.ViewTab.tipFitToWidth": "Ajustar à largura", "PDFE.Views.ViewTab.tipHeadings": "Títulos", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Tema da interface" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Tema da interface", + "PDFE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PDFE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PDFE.Controllers.Toolbar.helpPdfCoedit": "Co-edit PDFs with other co-authors in the real-time or paragraph-locking modes.", + "PDFE.Controllers.Toolbar.helpPdfCoeditHeader": "PDF collaboration", + "PDFE.Controllers.Toolbar.helpPdfSave": "Annotate and edit – all of your changes are saved to the original file without creating separate copies.", + "PDFE.Controllers.Toolbar.helpPdfSaveHeader": "Enhanced PDF Editor" } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/pt.json b/apps/pdfeditor/main/locale/pt.json index 1cb5e23b8b..1a444967b0 100644 --- a/apps/pdfeditor/main/locale/pt.json +++ b/apps/pdfeditor/main/locale/pt.json @@ -2014,5 +2014,11 @@ "PDFE.Views.ViewTab.tipFitToPage": "Ajustar a página", "PDFE.Views.ViewTab.tipFitToWidth": "Ajustar à Largura", "PDFE.Views.ViewTab.tipHeadings": "Títulos", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Tema de interface" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Tema de interface", + "PDFE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PDFE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PDFE.Controllers.Toolbar.helpPdfCoedit": "Co-edit PDFs with other co-authors in the real-time or paragraph-locking modes.", + "PDFE.Controllers.Toolbar.helpPdfCoeditHeader": "PDF collaboration", + "PDFE.Controllers.Toolbar.helpPdfSave": "Annotate and edit – all of your changes are saved to the original file without creating separate copies.", + "PDFE.Controllers.Toolbar.helpPdfSaveHeader": "Enhanced PDF Editor" } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/ro.json b/apps/pdfeditor/main/locale/ro.json index 2975be00e6..1efa5dafac 100644 --- a/apps/pdfeditor/main/locale/ro.json +++ b/apps/pdfeditor/main/locale/ro.json @@ -2014,5 +2014,11 @@ "PDFE.Views.ViewTab.tipFitToPage": "Portivire la pagina", "PDFE.Views.ViewTab.tipFitToWidth": "Potrivire lățime", "PDFE.Views.ViewTab.tipHeadings": "Titluri", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Tema de interfață" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Tema de interfață", + "PDFE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PDFE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PDFE.Controllers.Toolbar.helpPdfCoedit": "Co-edit PDFs with other co-authors in the real-time or paragraph-locking modes.", + "PDFE.Controllers.Toolbar.helpPdfCoeditHeader": "PDF collaboration", + "PDFE.Controllers.Toolbar.helpPdfSave": "Annotate and edit – all of your changes are saved to the original file without creating separate copies.", + "PDFE.Controllers.Toolbar.helpPdfSaveHeader": "Enhanced PDF Editor" } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/ru.json b/apps/pdfeditor/main/locale/ru.json index 8ae61cb434..758c49f329 100644 --- a/apps/pdfeditor/main/locale/ru.json +++ b/apps/pdfeditor/main/locale/ru.json @@ -2014,5 +2014,11 @@ "PDFE.Views.ViewTab.tipFitToPage": "По размеру страницы", "PDFE.Views.ViewTab.tipFitToWidth": "По ширине", "PDFE.Views.ViewTab.tipHeadings": "Заголовки", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Тема интерфейса" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Тема интерфейса", + "PDFE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PDFE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PDFE.Controllers.Toolbar.helpPdfCoedit": "Co-edit PDFs with other co-authors in the real-time or paragraph-locking modes.", + "PDFE.Controllers.Toolbar.helpPdfCoeditHeader": "PDF collaboration", + "PDFE.Controllers.Toolbar.helpPdfSave": "Annotate and edit – all of your changes are saved to the original file without creating separate copies.", + "PDFE.Controllers.Toolbar.helpPdfSaveHeader": "Enhanced PDF Editor" } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/si.json b/apps/pdfeditor/main/locale/si.json index 7eb80d628e..f28aa9db33 100644 --- a/apps/pdfeditor/main/locale/si.json +++ b/apps/pdfeditor/main/locale/si.json @@ -2014,5 +2014,11 @@ "PDFE.Views.ViewTab.tipFitToPage": "පිටුවට ගළපන්න", "PDFE.Views.ViewTab.tipFitToWidth": "පළලට ගළපන්න", "PDFE.Views.ViewTab.tipHeadings": "ශ්‍රීර්ෂනාම", - "PDFE.Views.ViewTab.tipInterfaceTheme": "අතුරුමුහුණතේ තේමාව" + "PDFE.Views.ViewTab.tipInterfaceTheme": "අතුරුමුහුණතේ තේමාව", + "PDFE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PDFE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PDFE.Controllers.Toolbar.helpPdfCoedit": "Co-edit PDFs with other co-authors in the real-time or paragraph-locking modes.", + "PDFE.Controllers.Toolbar.helpPdfCoeditHeader": "PDF collaboration", + "PDFE.Controllers.Toolbar.helpPdfSave": "Annotate and edit – all of your changes are saved to the original file without creating separate copies.", + "PDFE.Controllers.Toolbar.helpPdfSaveHeader": "Enhanced PDF Editor" } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/sk.json b/apps/pdfeditor/main/locale/sk.json index 8c2f2e744a..e533fb8a60 100644 --- a/apps/pdfeditor/main/locale/sk.json +++ b/apps/pdfeditor/main/locale/sk.json @@ -2014,5 +2014,11 @@ "PDFE.Views.ViewTab.tipFitToPage": "Prispôsobiť na stranu", "PDFE.Views.ViewTab.tipFitToWidth": "Prispôsobiť na šírku", "PDFE.Views.ViewTab.tipHeadings": "Nadpisy", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Vzhľad prostredia" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Vzhľad prostredia", + "PDFE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PDFE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PDFE.Controllers.Toolbar.helpPdfCoedit": "Co-edit PDFs with other co-authors in the real-time or paragraph-locking modes.", + "PDFE.Controllers.Toolbar.helpPdfCoeditHeader": "PDF collaboration", + "PDFE.Controllers.Toolbar.helpPdfSave": "Annotate and edit – all of your changes are saved to the original file without creating separate copies.", + "PDFE.Controllers.Toolbar.helpPdfSaveHeader": "Enhanced PDF Editor" } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/sl.json b/apps/pdfeditor/main/locale/sl.json index b58d04ef1b..bbc57f099a 100644 --- a/apps/pdfeditor/main/locale/sl.json +++ b/apps/pdfeditor/main/locale/sl.json @@ -2014,5 +2014,11 @@ "PDFE.Views.ViewTab.tipFitToPage": "Prilagodi stran", "PDFE.Views.ViewTab.tipFitToWidth": "Prilagodi širino", "PDFE.Views.ViewTab.tipHeadings": "Naslovi", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Interface theme" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Interface theme", + "PDFE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PDFE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PDFE.Controllers.Toolbar.helpPdfCoedit": "Co-edit PDFs with other co-authors in the real-time or paragraph-locking modes.", + "PDFE.Controllers.Toolbar.helpPdfCoeditHeader": "PDF collaboration", + "PDFE.Controllers.Toolbar.helpPdfSave": "Annotate and edit – all of your changes are saved to the original file without creating separate copies.", + "PDFE.Controllers.Toolbar.helpPdfSaveHeader": "Enhanced PDF Editor" } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/sr-cyrl.json b/apps/pdfeditor/main/locale/sr-cyrl.json index 9958e64459..6dab963656 100644 --- a/apps/pdfeditor/main/locale/sr-cyrl.json +++ b/apps/pdfeditor/main/locale/sr-cyrl.json @@ -2014,5 +2014,11 @@ "PDFE.Views.ViewTab.tipFitToPage": "Прилагоди страници", "PDFE.Views.ViewTab.tipFitToWidth": "Прилагоди ширини", "PDFE.Views.ViewTab.tipHeadings": "Наслови", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Тема интерфејса" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Тема интерфејса", + "PDFE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PDFE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PDFE.Controllers.Toolbar.helpPdfCoedit": "Co-edit PDFs with other co-authors in the real-time or paragraph-locking modes.", + "PDFE.Controllers.Toolbar.helpPdfCoeditHeader": "PDF collaboration", + "PDFE.Controllers.Toolbar.helpPdfSave": "Annotate and edit – all of your changes are saved to the original file without creating separate copies.", + "PDFE.Controllers.Toolbar.helpPdfSaveHeader": "Enhanced PDF Editor" } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/sr.json b/apps/pdfeditor/main/locale/sr.json index 842456d7dd..2a3f1d32f0 100644 --- a/apps/pdfeditor/main/locale/sr.json +++ b/apps/pdfeditor/main/locale/sr.json @@ -2014,5 +2014,11 @@ "PDFE.Views.ViewTab.tipFitToPage": "Prilagodi strani", "PDFE.Views.ViewTab.tipFitToWidth": "Prilagodi Širinu ", "PDFE.Views.ViewTab.tipHeadings": "Naslovi", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Tema interfejsa" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Tema interfejsa", + "PDFE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PDFE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PDFE.Controllers.Toolbar.helpPdfCoedit": "Co-edit PDFs with other co-authors in the real-time or paragraph-locking modes.", + "PDFE.Controllers.Toolbar.helpPdfCoeditHeader": "PDF collaboration", + "PDFE.Controllers.Toolbar.helpPdfSave": "Annotate and edit – all of your changes are saved to the original file without creating separate copies.", + "PDFE.Controllers.Toolbar.helpPdfSaveHeader": "Enhanced PDF Editor" } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/sv.json b/apps/pdfeditor/main/locale/sv.json index fe35f8cf59..d919d1fe61 100644 --- a/apps/pdfeditor/main/locale/sv.json +++ b/apps/pdfeditor/main/locale/sv.json @@ -2014,5 +2014,11 @@ "PDFE.Views.ViewTab.tipFitToPage": "Anpassa till sida", "PDFE.Views.ViewTab.tipFitToWidth": "Anpassa till bredd", "PDFE.Views.ViewTab.tipHeadings": "Rubriker", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Gränssnittstema" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Gränssnittstema", + "PDFE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PDFE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PDFE.Controllers.Toolbar.helpPdfCoedit": "Co-edit PDFs with other co-authors in the real-time or paragraph-locking modes.", + "PDFE.Controllers.Toolbar.helpPdfCoeditHeader": "PDF collaboration", + "PDFE.Controllers.Toolbar.helpPdfSave": "Annotate and edit – all of your changes are saved to the original file without creating separate copies.", + "PDFE.Controllers.Toolbar.helpPdfSaveHeader": "Enhanced PDF Editor" } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/tr.json b/apps/pdfeditor/main/locale/tr.json index 035f2350c2..3e417fd11f 100644 --- a/apps/pdfeditor/main/locale/tr.json +++ b/apps/pdfeditor/main/locale/tr.json @@ -2014,5 +2014,11 @@ "PDFE.Views.ViewTab.tipFitToPage": "Sayfaya Sığdır", "PDFE.Views.ViewTab.tipFitToWidth": "Genişliğe Sığdır", "PDFE.Views.ViewTab.tipHeadings": "Başlıklar", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Arayüz teması" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Arayüz teması", + "PDFE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PDFE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PDFE.Controllers.Toolbar.helpPdfCoedit": "Co-edit PDFs with other co-authors in the real-time or paragraph-locking modes.", + "PDFE.Controllers.Toolbar.helpPdfCoeditHeader": "PDF collaboration", + "PDFE.Controllers.Toolbar.helpPdfSave": "Annotate and edit – all of your changes are saved to the original file without creating separate copies.", + "PDFE.Controllers.Toolbar.helpPdfSaveHeader": "Enhanced PDF Editor" } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/uk.json b/apps/pdfeditor/main/locale/uk.json index d9b9e973cf..a64c1045a2 100644 --- a/apps/pdfeditor/main/locale/uk.json +++ b/apps/pdfeditor/main/locale/uk.json @@ -2014,5 +2014,11 @@ "PDFE.Views.ViewTab.tipFitToPage": "За розміром сторінки", "PDFE.Views.ViewTab.tipFitToWidth": "По ширині", "PDFE.Views.ViewTab.tipHeadings": "Заголовки", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Тема інтерфейсу" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Тема інтерфейсу", + "PDFE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PDFE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PDFE.Controllers.Toolbar.helpPdfCoedit": "Co-edit PDFs with other co-authors in the real-time or paragraph-locking modes.", + "PDFE.Controllers.Toolbar.helpPdfCoeditHeader": "PDF collaboration", + "PDFE.Controllers.Toolbar.helpPdfSave": "Annotate and edit – all of your changes are saved to the original file without creating separate copies.", + "PDFE.Controllers.Toolbar.helpPdfSaveHeader": "Enhanced PDF Editor" } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/zh-tw.json b/apps/pdfeditor/main/locale/zh-tw.json index 47174392ad..82169c8d8e 100644 --- a/apps/pdfeditor/main/locale/zh-tw.json +++ b/apps/pdfeditor/main/locale/zh-tw.json @@ -2014,5 +2014,11 @@ "PDFE.Views.ViewTab.tipFitToPage": "調整至頁面", "PDFE.Views.ViewTab.tipFitToWidth": "調整至寬度", "PDFE.Views.ViewTab.tipHeadings": "頁首", - "PDFE.Views.ViewTab.tipInterfaceTheme": "介面主題" + "PDFE.Views.ViewTab.tipInterfaceTheme": "介面主題", + "PDFE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PDFE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PDFE.Controllers.Toolbar.helpPdfCoedit": "Co-edit PDFs with other co-authors in the real-time or paragraph-locking modes.", + "PDFE.Controllers.Toolbar.helpPdfCoeditHeader": "PDF collaboration", + "PDFE.Controllers.Toolbar.helpPdfSave": "Annotate and edit – all of your changes are saved to the original file without creating separate copies.", + "PDFE.Controllers.Toolbar.helpPdfSaveHeader": "Enhanced PDF Editor" } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/zh.json b/apps/pdfeditor/main/locale/zh.json index d32c79a136..a658d22bf2 100644 --- a/apps/pdfeditor/main/locale/zh.json +++ b/apps/pdfeditor/main/locale/zh.json @@ -2014,5 +2014,11 @@ "PDFE.Views.ViewTab.tipFitToPage": "适合页面", "PDFE.Views.ViewTab.tipFitToWidth": "适合宽度", "PDFE.Views.ViewTab.tipHeadings": "标题", - "PDFE.Views.ViewTab.tipInterfaceTheme": "界面主题" + "PDFE.Views.ViewTab.tipInterfaceTheme": "界面主题", + "PDFE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PDFE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PDFE.Controllers.Toolbar.helpPdfCoedit": "Co-edit PDFs with other co-authors in the real-time or paragraph-locking modes.", + "PDFE.Controllers.Toolbar.helpPdfCoeditHeader": "PDF collaboration", + "PDFE.Controllers.Toolbar.helpPdfSave": "Annotate and edit – all of your changes are saved to the original file without creating separate copies.", + "PDFE.Controllers.Toolbar.helpPdfSaveHeader": "Enhanced PDF Editor" } \ No newline at end of file diff --git a/apps/presentationeditor/main/app/controller/Animation.js b/apps/presentationeditor/main/app/controller/Animation.js index d2c3cd434b..732068a485 100644 --- a/apps/presentationeditor/main/app/controller/Animation.js +++ b/apps/presentationeditor/main/app/controller/Animation.js @@ -176,7 +176,6 @@ define([ onAnimationPane: function(btn) { this._state.isAnimPaneVisible = btn.pressed; this.api.asc_ShowAnimPane(btn.pressed); - Common.UI.TooltipManager.closeTip('animPane'); }, onApiCloseAnimPane: function () { diff --git a/apps/presentationeditor/main/app/controller/Toolbar.js b/apps/presentationeditor/main/app/controller/Toolbar.js index 1c933b3471..d68f8484d5 100644 --- a/apps/presentationeditor/main/app/controller/Toolbar.js +++ b/apps/presentationeditor/main/app/controller/Toolbar.js @@ -304,10 +304,10 @@ define([ this.mode = mode; this.toolbar.applyLayout(mode); Common.UI.TooltipManager.addTips({ - 'colorSchema' : {name: 'pe-help-tip-color-schema', placement: 'bottom-left', text: this.helpColorSchema, header: this.helpColorSchemaHeader, target: '#slot-btn-colorschemas', automove: true}, - 'animPane' : {name: 'pe-help-tip-anim-pane', placement: 'bottom-left', text: this.helpAnimPane, header: this.helpAnimPaneHeader, target: '#animation-button-pane', automove: true}, - 'masterSlide' : {name: 'pe-help-tip-master-slide', placement: 'bottom-right', text: this.helpMasterSlide, header: this.helpMasterSlideHeader, target: '#slot-btn-slide-master'} + 'grayTheme' : {name: 'help-tip-gray-theme', placement: 'bottom-right', text: this.helpGrayTheme, header: this.helpGrayThemeHeader, target: '#slot-btn-interface-theme', automove: true, maxwidth: 320}, + 'customInfo' : {name: 'help-tip-custom-info', placement: 'right', text: this.helpCustomInfo, header: this.helpCustomInfoHeader, target: '#fm-btn-info', automove: true, extCls: 'inc-index'} }); + }, attachUIEvents: function(toolbar) { @@ -2061,7 +2061,6 @@ define([ var item = _.find(menu.items, function(item) { return item.value == value; }); (item) ? item.setChecked(true) : menu.clearAll(); } - Common.UI.TooltipManager.closeTip('colorSchema'); }, onSlideSize: function(menu, item) { @@ -2834,7 +2833,6 @@ define([ this.toolbar.lockToolbar(Common.enumLock.noSlides, this._state.no_slides, { array: this.btnsComment }); } } - config.isEdit && Common.UI.TooltipManager.showTip('colorSchema'); }, onFileMenu: function (opts) { @@ -3060,15 +3058,11 @@ define([ }, onActiveTab: function(tab) { - (tab !== 'home') && Common.UI.TooltipManager.closeTip('colorSchema'); - (tab === 'animate') ? Common.UI.TooltipManager.showTip('animPane') : Common.UI.TooltipManager.closeTip('animPane'); - (tab === 'view') ? Common.UI.TooltipManager.showTip('masterSlide') : Common.UI.TooltipManager.closeTip('masterSlide'); + (tab === 'view') ? Common.UI.TooltipManager.showTip('grayTheme') : Common.UI.TooltipManager.closeTip('grayTheme'); }, onTabCollapse: function(tab) { - Common.UI.TooltipManager.closeTip('colorSchema'); - Common.UI.TooltipManager.closeTip('animPane'); - Common.UI.TooltipManager.closeTip('masterSlide'); + Common.UI.TooltipManager.closeTip('grayTheme'); } }, PE.Controllers.Toolbar || {})); diff --git a/apps/presentationeditor/main/app/controller/ViewTab.js b/apps/presentationeditor/main/app/controller/ViewTab.js index 47b7c65588..8280d73305 100644 --- a/apps/presentationeditor/main/app/controller/ViewTab.js +++ b/apps/presentationeditor/main/app/controller/ViewTab.js @@ -416,7 +416,6 @@ define([ }, onChangeViewMode: function (mode) { - Common.UI.TooltipManager.closeTip('slideMaster'); this.changeViewMode(mode); }, diff --git a/apps/presentationeditor/main/app/view/FileMenu.js b/apps/presentationeditor/main/app/view/FileMenu.js index 37bd8ba4ec..f4d3e11df9 100644 --- a/apps/presentationeditor/main/app/view/FileMenu.js +++ b/apps/presentationeditor/main/app/view/FileMenu.js @@ -57,6 +57,7 @@ define([ events: function() { return { 'click .fm-btn': _.bind(function(event){ + this.mode && this.mode.isEdit && Common.UI.TooltipManager.closeTip('customInfo'); var $item = $(event.currentTarget); if ($item.hasClass('disabled')) { return; @@ -379,10 +380,12 @@ define([ this.api && this.api.asc_enableKeyEvents(false); + this.mode.isEdit && Common.UI.TooltipManager.showTip('customInfo'); this.fireEvent('menu:show', [this]); }, hide: function() { + this.mode && this.mode.isEdit && Common.UI.TooltipManager.closeTip('customInfo'); this.$el.hide(); this.fireEvent('menu:hide', [this]); // this.api && this.api.asc_enableKeyEvents(true); diff --git a/apps/presentationeditor/main/app/view/ViewTab.js b/apps/presentationeditor/main/app/view/ViewTab.js index 9eaaacbd29..76eee38b9f 100644 --- a/apps/presentationeditor/main/app/view/ViewTab.js +++ b/apps/presentationeditor/main/app/view/ViewTab.js @@ -527,6 +527,9 @@ define([ Common.NotificationCenter.on('uitheme:countchanged', _fill_themes.bind(me)); _fill_themes.call(me); + me.btnInterfaceTheme.menu && me.btnInterfaceTheme.menu.on('show:after', function() { + Common.UI.TooltipManager.closeTip('grayTheme'); + }); if (me.btnInterfaceTheme.menu.items.length) { me.btnInterfaceTheme.menu.on('item:click', _.bind(function (menu, item) { var value = item.value; diff --git a/apps/presentationeditor/main/locale/ar.json b/apps/presentationeditor/main/locale/ar.json index 0f33abfe9a..e7651eaa56 100644 --- a/apps/presentationeditor/main/locale/ar.json +++ b/apps/presentationeditor/main/locale/ar.json @@ -2931,5 +2931,9 @@ "PE.Views.ViewTab.tipGuides": "عرض الخطوط الدلالية", "PE.Views.ViewTab.tipInterfaceTheme": "سمة الواجهة", "PE.Views.ViewTab.tipNormal": "عادي", - "PE.Views.ViewTab.tipSlideMaster": "الشريحة الرئيسية" + "PE.Views.ViewTab.tipSlideMaster": "الشريحة الرئيسية", + "PE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "PE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/az.json b/apps/presentationeditor/main/locale/az.json index 74bad3d522..46774c12b3 100644 --- a/apps/presentationeditor/main/locale/az.json +++ b/apps/presentationeditor/main/locale/az.json @@ -2931,5 +2931,9 @@ "PE.Views.ViewTab.tipGuides": "Show guides", "PE.Views.ViewTab.tipInterfaceTheme": "İnterfeys mövzusu", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Slide master" + "PE.Views.ViewTab.tipSlideMaster": "Slide master", + "PE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "PE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/be.json b/apps/presentationeditor/main/locale/be.json index 7d2ec04b75..7363fbf421 100644 --- a/apps/presentationeditor/main/locale/be.json +++ b/apps/presentationeditor/main/locale/be.json @@ -2931,5 +2931,9 @@ "PE.Views.ViewTab.tipGuides": "Паказваць накіравальныя", "PE.Views.ViewTab.tipInterfaceTheme": "Тэма інтэрфейсу", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Slide master" + "PE.Views.ViewTab.tipSlideMaster": "Slide master", + "PE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "PE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/bg.json b/apps/presentationeditor/main/locale/bg.json index 30b4dc270e..a695b1e110 100644 --- a/apps/presentationeditor/main/locale/bg.json +++ b/apps/presentationeditor/main/locale/bg.json @@ -2931,5 +2931,9 @@ "PE.Views.ViewTab.tipGuides": "Show guides", "PE.Views.ViewTab.tipInterfaceTheme": "Тема на интерфейса", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Slide master" + "PE.Views.ViewTab.tipSlideMaster": "Slide master", + "PE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "PE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/ca.json b/apps/presentationeditor/main/locale/ca.json index 32386e6d0e..a45893aa33 100644 --- a/apps/presentationeditor/main/locale/ca.json +++ b/apps/presentationeditor/main/locale/ca.json @@ -2931,5 +2931,9 @@ "PE.Views.ViewTab.tipGuides": "Mostrar les guies", "PE.Views.ViewTab.tipInterfaceTheme": "Tema de la interfície", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Slide master" + "PE.Views.ViewTab.tipSlideMaster": "Slide master", + "PE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "PE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/cs.json b/apps/presentationeditor/main/locale/cs.json index 9c5c8b7687..fbf0073807 100644 --- a/apps/presentationeditor/main/locale/cs.json +++ b/apps/presentationeditor/main/locale/cs.json @@ -2931,5 +2931,9 @@ "PE.Views.ViewTab.tipGuides": "Zobrazit vodítka", "PE.Views.ViewTab.tipInterfaceTheme": "Vzhled uživatelského rozhraní", "PE.Views.ViewTab.tipNormal": "Normální", - "PE.Views.ViewTab.tipSlideMaster": "Hlavní snímek" + "PE.Views.ViewTab.tipSlideMaster": "Hlavní snímek", + "PE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "PE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/da.json b/apps/presentationeditor/main/locale/da.json index ae172c8adf..a0387ed070 100644 --- a/apps/presentationeditor/main/locale/da.json +++ b/apps/presentationeditor/main/locale/da.json @@ -2931,5 +2931,9 @@ "PE.Views.ViewTab.tipGuides": "Show guides", "PE.Views.ViewTab.tipInterfaceTheme": "Interface tema", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Slide master" + "PE.Views.ViewTab.tipSlideMaster": "Slide master", + "PE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "PE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/de.json b/apps/presentationeditor/main/locale/de.json index d33e4976da..b4b25a7402 100644 --- a/apps/presentationeditor/main/locale/de.json +++ b/apps/presentationeditor/main/locale/de.json @@ -2931,5 +2931,9 @@ "PE.Views.ViewTab.tipGuides": "Führungslinien anzeigen", "PE.Views.ViewTab.tipInterfaceTheme": "Thema der Benutzeroberfläche", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Folienmaster" + "PE.Views.ViewTab.tipSlideMaster": "Folienmaster", + "PE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "PE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/el.json b/apps/presentationeditor/main/locale/el.json index e9d68907ae..892881b787 100644 --- a/apps/presentationeditor/main/locale/el.json +++ b/apps/presentationeditor/main/locale/el.json @@ -2931,5 +2931,9 @@ "PE.Views.ViewTab.tipGuides": "Εμφάνιση οδηγών", "PE.Views.ViewTab.tipInterfaceTheme": "Θέμα διεπαφής", "PE.Views.ViewTab.tipNormal": "Κανονικό", - "PE.Views.ViewTab.tipSlideMaster": "Υπόδειγμα διαφανειών" + "PE.Views.ViewTab.tipSlideMaster": "Υπόδειγμα διαφανειών", + "PE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "PE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/en.json b/apps/presentationeditor/main/locale/en.json index b2ee6e5813..aaafa4d803 100644 --- a/apps/presentationeditor/main/locale/en.json +++ b/apps/presentationeditor/main/locale/en.json @@ -638,8 +638,8 @@ "Common.Views.ExternalEditor.textSave": "Save & Exit", "Common.Views.ExternalOleEditor.textTitle": "Spreadsheet Editor", "Common.Views.Header.ariaQuickAccessToolbar": "Quick access toolbar", - "Common.Views.Header.helpQuickAccess": "Hide or show the functional buttons of your choice.", - "Common.Views.Header.helpQuickAccessHeader": "Customize Quick Access", + "del_Common.Views.Header.helpQuickAccess": "Hide or show the functional buttons of your choice.", + "del_Common.Views.Header.helpQuickAccessHeader": "Customize Quick Access", "Common.Views.Header.labelCoUsersDescr": "Users who are editing the file:", "Common.Views.Header.textAddFavorite": "Mark as favorite", "Common.Views.Header.textAdvSettings": "Advanced settings", @@ -1351,12 +1351,16 @@ "PE.Controllers.Statusbar.textDisconnect": "Connection is lost
Trying to connect. Please check connection settings.", "PE.Controllers.Statusbar.zoomText": "Zoom {0}%", "PE.Controllers.Toolbar.confirmAddFontName": "The font you are going to save is not available on the current device.
The text style will be displayed using one of the system fonts, the saved font will be used when it is available.
Do you want to continue?", - "PE.Controllers.Toolbar.helpAnimPane": "Easily view and manage all the applied animation effects.", - "PE.Controllers.Toolbar.helpAnimPaneHeader": "Animation Pane", - "PE.Controllers.Toolbar.helpColorSchema": "Apply a color theme to your slides from the extended set.", - "PE.Controllers.Toolbar.helpColorSchemaHeader": "Updated Color Themes", - "PE.Controllers.Toolbar.helpMasterSlide": "Quickly apply the same layout across multiple slides.", - "PE.Controllers.Toolbar.helpMasterSlideHeader": "Slide Master", + "del_PE.Controllers.Toolbar.helpAnimPane": "Easily view and manage all the applied animation effects.", + "del_PE.Controllers.Toolbar.helpAnimPaneHeader": "Animation Pane", + "del_PE.Controllers.Toolbar.helpColorSchema": "Apply a color theme to your slides from the extended set.", + "del_PE.Controllers.Toolbar.helpColorSchemaHeader": "Updated Color Themes", + "del_PE.Controllers.Toolbar.helpMasterSlide": "Quickly apply the same layout across multiple slides.", + "del_PE.Controllers.Toolbar.helpMasterSlideHeader": "Slide Master", + "PE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "PE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields", "PE.Controllers.Toolbar.textAccent": "Accents", "PE.Controllers.Toolbar.textBracket": "Brackets", "PE.Controllers.Toolbar.textFontSizeErr": "The entered value is incorrect.
Please enter a numeric value between 1 and 300", diff --git a/apps/presentationeditor/main/locale/es.json b/apps/presentationeditor/main/locale/es.json index 063acf6652..c690e0a305 100644 --- a/apps/presentationeditor/main/locale/es.json +++ b/apps/presentationeditor/main/locale/es.json @@ -2931,5 +2931,9 @@ "PE.Views.ViewTab.tipGuides": "Mostrar guías", "PE.Views.ViewTab.tipInterfaceTheme": "Tema de la interfaz", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Patrón de diapositivas" + "PE.Views.ViewTab.tipSlideMaster": "Patrón de diapositivas", + "PE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "PE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/eu.json b/apps/presentationeditor/main/locale/eu.json index a0f2365b2d..916890517a 100644 --- a/apps/presentationeditor/main/locale/eu.json +++ b/apps/presentationeditor/main/locale/eu.json @@ -2931,5 +2931,9 @@ "PE.Views.ViewTab.tipGuides": "Erakutsi gidak", "PE.Views.ViewTab.tipInterfaceTheme": "Interfazearen gaia", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Slide master" + "PE.Views.ViewTab.tipSlideMaster": "Slide master", + "PE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "PE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/fi.json b/apps/presentationeditor/main/locale/fi.json index b3adf47dbf..3e06fa4e61 100644 --- a/apps/presentationeditor/main/locale/fi.json +++ b/apps/presentationeditor/main/locale/fi.json @@ -2931,5 +2931,9 @@ "PE.Views.ViewTab.tipGuides": "Show guides", "PE.Views.ViewTab.tipInterfaceTheme": "Interface theme", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Slide master" + "PE.Views.ViewTab.tipSlideMaster": "Slide master", + "PE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "PE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/fr.json b/apps/presentationeditor/main/locale/fr.json index 3ce030de23..ab3547395e 100644 --- a/apps/presentationeditor/main/locale/fr.json +++ b/apps/presentationeditor/main/locale/fr.json @@ -2931,5 +2931,9 @@ "PE.Views.ViewTab.tipGuides": "Afficher les guides", "PE.Views.ViewTab.tipInterfaceTheme": "Thème d'interface", "PE.Views.ViewTab.tipNormal": "Normale", - "PE.Views.ViewTab.tipSlideMaster": "Masque de diapositives" + "PE.Views.ViewTab.tipSlideMaster": "Masque de diapositives", + "PE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "PE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/gl.json b/apps/presentationeditor/main/locale/gl.json index ffc805531f..b3e30c64b4 100644 --- a/apps/presentationeditor/main/locale/gl.json +++ b/apps/presentationeditor/main/locale/gl.json @@ -2931,5 +2931,9 @@ "PE.Views.ViewTab.tipGuides": "Show guides", "PE.Views.ViewTab.tipInterfaceTheme": "Tema da interface", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Slide master" + "PE.Views.ViewTab.tipSlideMaster": "Slide master", + "PE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "PE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/he.json b/apps/presentationeditor/main/locale/he.json index a27ff50192..146e065f95 100644 --- a/apps/presentationeditor/main/locale/he.json +++ b/apps/presentationeditor/main/locale/he.json @@ -2931,5 +2931,9 @@ "PE.Views.ViewTab.tipGuides": "הצג מדריכים", "PE.Views.ViewTab.tipInterfaceTheme": "ערכת נושא", "PE.Views.ViewTab.tipNormal": "רגיל", - "PE.Views.ViewTab.tipSlideMaster": "תבנית בסיס לשקופיות" + "PE.Views.ViewTab.tipSlideMaster": "תבנית בסיס לשקופיות", + "PE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "PE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/hu.json b/apps/presentationeditor/main/locale/hu.json index 2404c54007..55e5274acb 100644 --- a/apps/presentationeditor/main/locale/hu.json +++ b/apps/presentationeditor/main/locale/hu.json @@ -2931,5 +2931,9 @@ "PE.Views.ViewTab.tipGuides": "Iránymutatás", "PE.Views.ViewTab.tipInterfaceTheme": "Interfész témája", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Slide master" + "PE.Views.ViewTab.tipSlideMaster": "Slide master", + "PE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "PE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/hy.json b/apps/presentationeditor/main/locale/hy.json index 7a73981668..3dda7e6c2e 100644 --- a/apps/presentationeditor/main/locale/hy.json +++ b/apps/presentationeditor/main/locale/hy.json @@ -2931,5 +2931,9 @@ "PE.Views.ViewTab.tipGuides": "Ցույց տալ ուղեցույցները", "PE.Views.ViewTab.tipInterfaceTheme": "Ինտերֆեյսի ոճ", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Slide master" + "PE.Views.ViewTab.tipSlideMaster": "Slide master", + "PE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "PE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/id.json b/apps/presentationeditor/main/locale/id.json index 2a6b415090..e88f1afe3f 100644 --- a/apps/presentationeditor/main/locale/id.json +++ b/apps/presentationeditor/main/locale/id.json @@ -2931,5 +2931,9 @@ "PE.Views.ViewTab.tipGuides": "Tampilkan Pemandu", "PE.Views.ViewTab.tipInterfaceTheme": "Tema antarmuka", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Slide master" + "PE.Views.ViewTab.tipSlideMaster": "Slide master", + "PE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "PE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/it.json b/apps/presentationeditor/main/locale/it.json index 0a17cbf165..563351545c 100644 --- a/apps/presentationeditor/main/locale/it.json +++ b/apps/presentationeditor/main/locale/it.json @@ -2931,5 +2931,9 @@ "PE.Views.ViewTab.tipGuides": "Mostra guide", "PE.Views.ViewTab.tipInterfaceTheme": "Tema dell'interfaccia", "PE.Views.ViewTab.tipNormal": "Normale", - "PE.Views.ViewTab.tipSlideMaster": "Slide master" + "PE.Views.ViewTab.tipSlideMaster": "Slide master", + "PE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "PE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/ja.json b/apps/presentationeditor/main/locale/ja.json index d42891f9f9..363c8cb74a 100644 --- a/apps/presentationeditor/main/locale/ja.json +++ b/apps/presentationeditor/main/locale/ja.json @@ -2931,5 +2931,9 @@ "PE.Views.ViewTab.tipGuides": "ガイドを表示", "PE.Views.ViewTab.tipInterfaceTheme": "インターフェースのテーマ", "PE.Views.ViewTab.tipNormal": "標準", - "PE.Views.ViewTab.tipSlideMaster": "スライドマスター" + "PE.Views.ViewTab.tipSlideMaster": "スライドマスター", + "PE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "PE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/ko.json b/apps/presentationeditor/main/locale/ko.json index 6a265c185c..7ebdcf428c 100644 --- a/apps/presentationeditor/main/locale/ko.json +++ b/apps/presentationeditor/main/locale/ko.json @@ -2931,5 +2931,9 @@ "PE.Views.ViewTab.tipGuides": "가이드 표시", "PE.Views.ViewTab.tipInterfaceTheme": "인터페이스 테마", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Slide master" + "PE.Views.ViewTab.tipSlideMaster": "Slide master", + "PE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "PE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/lo.json b/apps/presentationeditor/main/locale/lo.json index 39fd553053..275b49917a 100644 --- a/apps/presentationeditor/main/locale/lo.json +++ b/apps/presentationeditor/main/locale/lo.json @@ -2931,5 +2931,9 @@ "PE.Views.ViewTab.tipGuides": "Show guides", "PE.Views.ViewTab.tipInterfaceTheme": "Interface theme", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Slide master" + "PE.Views.ViewTab.tipSlideMaster": "Slide master", + "PE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "PE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/lv.json b/apps/presentationeditor/main/locale/lv.json index 71daa1d302..6c554242d8 100644 --- a/apps/presentationeditor/main/locale/lv.json +++ b/apps/presentationeditor/main/locale/lv.json @@ -2931,5 +2931,9 @@ "PE.Views.ViewTab.tipGuides": "Rādīt ceļvežus", "PE.Views.ViewTab.tipInterfaceTheme": "Interfeisa tēma", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Slide master" + "PE.Views.ViewTab.tipSlideMaster": "Slide master", + "PE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "PE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/ms.json b/apps/presentationeditor/main/locale/ms.json index d0228a20fb..f89234b8ef 100644 --- a/apps/presentationeditor/main/locale/ms.json +++ b/apps/presentationeditor/main/locale/ms.json @@ -2931,5 +2931,9 @@ "PE.Views.ViewTab.tipGuides": "Show guides", "PE.Views.ViewTab.tipInterfaceTheme": "Tema antara muka", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Slide master" + "PE.Views.ViewTab.tipSlideMaster": "Slide master", + "PE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "PE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/nl.json b/apps/presentationeditor/main/locale/nl.json index 81dba38b98..cc46bc97d6 100644 --- a/apps/presentationeditor/main/locale/nl.json +++ b/apps/presentationeditor/main/locale/nl.json @@ -2931,5 +2931,9 @@ "PE.Views.ViewTab.tipGuides": "Show guides", "PE.Views.ViewTab.tipInterfaceTheme": "Interface theme", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Slide master" + "PE.Views.ViewTab.tipSlideMaster": "Slide master", + "PE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "PE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/pl.json b/apps/presentationeditor/main/locale/pl.json index a17a98ee66..fa24cf4601 100644 --- a/apps/presentationeditor/main/locale/pl.json +++ b/apps/presentationeditor/main/locale/pl.json @@ -2931,5 +2931,9 @@ "PE.Views.ViewTab.tipGuides": "Show guides", "PE.Views.ViewTab.tipInterfaceTheme": "Interface theme", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Slide master" + "PE.Views.ViewTab.tipSlideMaster": "Slide master", + "PE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "PE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/pt-pt.json b/apps/presentationeditor/main/locale/pt-pt.json index 4f82695a29..06ac968309 100644 --- a/apps/presentationeditor/main/locale/pt-pt.json +++ b/apps/presentationeditor/main/locale/pt-pt.json @@ -2931,5 +2931,9 @@ "PE.Views.ViewTab.tipGuides": "Mostrar guias", "PE.Views.ViewTab.tipInterfaceTheme": "Tema da interface", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Slide master" + "PE.Views.ViewTab.tipSlideMaster": "Slide master", + "PE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "PE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/pt.json b/apps/presentationeditor/main/locale/pt.json index df4b89ac4a..277b33c0b5 100644 --- a/apps/presentationeditor/main/locale/pt.json +++ b/apps/presentationeditor/main/locale/pt.json @@ -2931,5 +2931,9 @@ "PE.Views.ViewTab.tipGuides": "Mostrar guias", "PE.Views.ViewTab.tipInterfaceTheme": "Tema de interface", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Slide mestre" + "PE.Views.ViewTab.tipSlideMaster": "Slide mestre", + "PE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "PE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/ro.json b/apps/presentationeditor/main/locale/ro.json index e7207bf2cc..f60ec3fd15 100644 --- a/apps/presentationeditor/main/locale/ro.json +++ b/apps/presentationeditor/main/locale/ro.json @@ -2931,5 +2931,9 @@ "PE.Views.ViewTab.tipGuides": "Afișare ghiduri", "PE.Views.ViewTab.tipInterfaceTheme": "Tema interfeței", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Coordonator de diapozitive" + "PE.Views.ViewTab.tipSlideMaster": "Coordonator de diapozitive", + "PE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "PE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/ru.json b/apps/presentationeditor/main/locale/ru.json index 2e89aaa0ed..1ad67ee030 100644 --- a/apps/presentationeditor/main/locale/ru.json +++ b/apps/presentationeditor/main/locale/ru.json @@ -2931,5 +2931,9 @@ "PE.Views.ViewTab.tipGuides": "Показать направляющие", "PE.Views.ViewTab.tipInterfaceTheme": "Тема интерфейса", "PE.Views.ViewTab.tipNormal": "Обычный", - "PE.Views.ViewTab.tipSlideMaster": "Образец слайдов" + "PE.Views.ViewTab.tipSlideMaster": "Образец слайдов", + "PE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "PE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/si.json b/apps/presentationeditor/main/locale/si.json index 98b1dd39f6..d79e181a51 100644 --- a/apps/presentationeditor/main/locale/si.json +++ b/apps/presentationeditor/main/locale/si.json @@ -2931,5 +2931,9 @@ "PE.Views.ViewTab.tipGuides": "මගපෙන්වීම් පෙන්වන්න", "PE.Views.ViewTab.tipInterfaceTheme": "අතුරුමුහුණතේ තේමාව", "PE.Views.ViewTab.tipNormal": "සාමාන්‍ය", - "PE.Views.ViewTab.tipSlideMaster": "Slide master" + "PE.Views.ViewTab.tipSlideMaster": "Slide master", + "PE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "PE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/sk.json b/apps/presentationeditor/main/locale/sk.json index c05de092ef..134660643e 100644 --- a/apps/presentationeditor/main/locale/sk.json +++ b/apps/presentationeditor/main/locale/sk.json @@ -2931,5 +2931,9 @@ "PE.Views.ViewTab.tipGuides": "Show guides", "PE.Views.ViewTab.tipInterfaceTheme": "Interface theme", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Slide master" + "PE.Views.ViewTab.tipSlideMaster": "Slide master", + "PE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "PE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/sl.json b/apps/presentationeditor/main/locale/sl.json index d8cd3508d2..a1b8be0033 100644 --- a/apps/presentationeditor/main/locale/sl.json +++ b/apps/presentationeditor/main/locale/sl.json @@ -2931,5 +2931,9 @@ "PE.Views.ViewTab.tipGuides": "Show guides", "PE.Views.ViewTab.tipInterfaceTheme": "Interface theme", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Slide master" + "PE.Views.ViewTab.tipSlideMaster": "Slide master", + "PE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "PE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/sr-cyrl.json b/apps/presentationeditor/main/locale/sr-cyrl.json index 613d8a28f5..853b7684f1 100644 --- a/apps/presentationeditor/main/locale/sr-cyrl.json +++ b/apps/presentationeditor/main/locale/sr-cyrl.json @@ -2931,5 +2931,9 @@ "PE.Views.ViewTab.tipGuides": "Прикажи водиче", "PE.Views.ViewTab.tipInterfaceTheme": "Тема интерфејса", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Slide master" + "PE.Views.ViewTab.tipSlideMaster": "Slide master", + "PE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "PE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/sr.json b/apps/presentationeditor/main/locale/sr.json index dd0f8ad343..2613152f15 100644 --- a/apps/presentationeditor/main/locale/sr.json +++ b/apps/presentationeditor/main/locale/sr.json @@ -2931,5 +2931,9 @@ "PE.Views.ViewTab.tipGuides": "Prikaži vodiče", "PE.Views.ViewTab.tipInterfaceTheme": "Tema interfejsa", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Slide master" + "PE.Views.ViewTab.tipSlideMaster": "Slide master", + "PE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "PE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/sv.json b/apps/presentationeditor/main/locale/sv.json index f151e15672..7897df73e6 100644 --- a/apps/presentationeditor/main/locale/sv.json +++ b/apps/presentationeditor/main/locale/sv.json @@ -2931,5 +2931,9 @@ "PE.Views.ViewTab.tipGuides": "Show guides", "PE.Views.ViewTab.tipInterfaceTheme": "Gränssnittstema", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Slide master" + "PE.Views.ViewTab.tipSlideMaster": "Slide master", + "PE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "PE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/tr.json b/apps/presentationeditor/main/locale/tr.json index 91d8744b0b..b3cb44444d 100644 --- a/apps/presentationeditor/main/locale/tr.json +++ b/apps/presentationeditor/main/locale/tr.json @@ -2931,5 +2931,9 @@ "PE.Views.ViewTab.tipGuides": "Show guides", "PE.Views.ViewTab.tipInterfaceTheme": "Arayüz teması", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Slide master" + "PE.Views.ViewTab.tipSlideMaster": "Slide master", + "PE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "PE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/uk.json b/apps/presentationeditor/main/locale/uk.json index 6c77e77328..2a695645fd 100644 --- a/apps/presentationeditor/main/locale/uk.json +++ b/apps/presentationeditor/main/locale/uk.json @@ -2931,5 +2931,9 @@ "PE.Views.ViewTab.tipGuides": "Show guides", "PE.Views.ViewTab.tipInterfaceTheme": "Interface theme", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Slide master" + "PE.Views.ViewTab.tipSlideMaster": "Slide master", + "PE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "PE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/vi.json b/apps/presentationeditor/main/locale/vi.json index 6e4ef213ab..817d9df86b 100644 --- a/apps/presentationeditor/main/locale/vi.json +++ b/apps/presentationeditor/main/locale/vi.json @@ -2931,5 +2931,9 @@ "PE.Views.ViewTab.tipGuides": "Show guides", "PE.Views.ViewTab.tipInterfaceTheme": "Interface theme", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Slide master" + "PE.Views.ViewTab.tipSlideMaster": "Slide master", + "PE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "PE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/zh-tw.json b/apps/presentationeditor/main/locale/zh-tw.json index c3f2e8d5ff..bf3a0a8d8a 100644 --- a/apps/presentationeditor/main/locale/zh-tw.json +++ b/apps/presentationeditor/main/locale/zh-tw.json @@ -2931,5 +2931,9 @@ "PE.Views.ViewTab.tipGuides": "顯示導覽線", "PE.Views.ViewTab.tipInterfaceTheme": "介面主題", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Slide master" + "PE.Views.ViewTab.tipSlideMaster": "Slide master", + "PE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "PE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/zh.json b/apps/presentationeditor/main/locale/zh.json index f10afa9af7..09cfba43c4 100644 --- a/apps/presentationeditor/main/locale/zh.json +++ b/apps/presentationeditor/main/locale/zh.json @@ -2931,5 +2931,9 @@ "PE.Views.ViewTab.tipGuides": "显示辅助线", "PE.Views.ViewTab.tipInterfaceTheme": "界面主题", "PE.Views.ViewTab.tipNormal": "正常", - "PE.Views.ViewTab.tipSlideMaster": "幻灯片版式" + "PE.Views.ViewTab.tipSlideMaster": "幻灯片版式", + "PE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "PE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "PE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "PE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/app/controller/Toolbar.js b/apps/spreadsheeteditor/main/app/controller/Toolbar.js index e1cc84127e..da40923003 100644 --- a/apps/spreadsheeteditor/main/app/controller/Toolbar.js +++ b/apps/spreadsheeteditor/main/app/controller/Toolbar.js @@ -270,8 +270,11 @@ define([ this.mode = mode; this.toolbar.applyLayout(mode); Common.UI.TooltipManager.addTips({ - 'protectRange' : {name: 'sse-help-tip-protect-range', placement: 'bottom-left', text: this.helpProtectRange, header: this.helpProtectRangeHeader, target: '#slot-btn-protect-range', automove: true} + 'insPivot' : {name: 'sse-help-tip-ins-pivot', placement: 'bottom-right', text: this.helpInsPivot, header: this.helpInsPivotHeader, target: 'li.ribtab #ins', automove: true}, + 'grayTheme' : {name: 'help-tip-gray-theme', placement: 'bottom-right', text: this.helpGrayTheme, header: this.helpGrayThemeHeader, target: '#slot-btn-interface-theme', automove: true, maxwidth: 320}, + 'customInfo' : {name: 'help-tip-custom-info', placement: 'right', text: this.helpCustomInfo, header: this.helpCustomInfoHeader, target: '#fm-btn-info', automove: true, extCls: 'inc-index'} }); + }, attachUIEvents: function(toolbar) { @@ -4647,6 +4650,7 @@ define([ Common.Utils.asyncCall(function () { if ( config.isEdit ) { + Common.UI.TooltipManager.showTip('insPivot'); me.toolbar.onAppReady(config); } }); @@ -5183,8 +5187,8 @@ define([ }, onActiveTab: function(tab) { - (tab === 'protect') ? Common.UI.TooltipManager.showTip('protectRange') : Common.UI.TooltipManager.closeTip('protectRange'); - (tab !== 'home') && Common.UI.TooltipManager.closeTip('quickAccess'); + (tab !== 'home') && Common.UI.TooltipManager.closeTip('insPivot'); + (tab === 'view') ? Common.UI.TooltipManager.showTip('grayTheme') : Common.UI.TooltipManager.closeTip('grayTheme'); }, onClickTab: function(tab) { @@ -5192,7 +5196,7 @@ define([ }, onTabCollapse: function(tab) { - Common.UI.TooltipManager.closeTip('protectRange'); + Common.UI.TooltipManager.closeTip('grayTheme'); } }, SSE.Controllers.Toolbar || {})); }); \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/app/controller/WBProtection.js b/apps/spreadsheeteditor/main/app/controller/WBProtection.js index 13996c569c..e8d34df98a 100644 --- a/apps/spreadsheeteditor/main/app/controller/WBProtection.js +++ b/apps/spreadsheeteditor/main/app/controller/WBProtection.js @@ -269,8 +269,6 @@ define([ }, onProtectRangeClick: function() { - Common.UI.TooltipManager.closeTip('protectRange'); - var me = this, win = new SSE.Views.ProtectedRangesManagerDlg({ api: me.api, diff --git a/apps/spreadsheeteditor/main/app/view/FileMenu.js b/apps/spreadsheeteditor/main/app/view/FileMenu.js index 319bdbfb00..7eedc7a9ca 100644 --- a/apps/spreadsheeteditor/main/app/view/FileMenu.js +++ b/apps/spreadsheeteditor/main/app/view/FileMenu.js @@ -47,6 +47,7 @@ define([ events: function() { return { 'click .fm-btn': _.bind(function(event){ + this.mode && this.mode.isEdit && Common.UI.TooltipManager.closeTip('customInfo'); var $item = $(event.currentTarget); if (!$item.hasClass('active')) { $('.fm-btn',this.el).removeClass('active'); @@ -361,10 +362,12 @@ define([ this.api.asc_enableKeyEvents(false); + this.mode.isEdit && Common.UI.TooltipManager.showTip('customInfo'); this.fireEvent('menu:show', [this]); }, hide: function() { + this.mode && this.mode.isEdit && Common.UI.TooltipManager.closeTip('customInfo'); this.$el.hide(); // this.api && this.api.asc_enableKeyEvents(true); this.fireEvent('menu:hide', [this]); diff --git a/apps/spreadsheeteditor/main/app/view/ViewTab.js b/apps/spreadsheeteditor/main/app/view/ViewTab.js index 495189b57a..23efd77d96 100644 --- a/apps/spreadsheeteditor/main/app/view/ViewTab.js +++ b/apps/spreadsheeteditor/main/app/view/ViewTab.js @@ -540,6 +540,9 @@ define([ Common.NotificationCenter.on('uitheme:countchanged', _fill_themes.bind(me)); _fill_themes.call(me); + me.btnInterfaceTheme.menu && me.btnInterfaceTheme.menu.on('show:after', function() { + Common.UI.TooltipManager.closeTip('grayTheme'); + }); if (me.btnInterfaceTheme.menu.items.length) { me.btnInterfaceTheme.menu.on('item:click', _.bind(function (menu, item) { var value = item.value; diff --git a/apps/spreadsheeteditor/main/locale/ar.json b/apps/spreadsheeteditor/main/locale/ar.json index 5fe0c37cb0..28049a5ef8 100644 --- a/apps/spreadsheeteditor/main/locale/ar.json +++ b/apps/spreadsheeteditor/main/locale/ar.json @@ -4494,5 +4494,11 @@ "SSE.Views.Toolbar.tipRtlSheet": "Switch the sheet direction so that the first column is on the right side", "SSE.Views.Toolbar.textRtlSheet": "Sheet Right-to-left", "SSE.Views.ChartSettingsDlg.textShowEquation": "Display equation on chart", - "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options" + "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options", + "SSE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "SSE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "SSE.Controllers.Toolbar.helpInsPivot": "To start working with Pivot Tables, access the Insert tab.", + "SSE.Controllers.Toolbar.helpInsPivotHeader": "Updated Pivot Tables", + "SSE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "SSE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/az.json b/apps/spreadsheeteditor/main/locale/az.json index 937962a889..16f608b90a 100644 --- a/apps/spreadsheeteditor/main/locale/az.json +++ b/apps/spreadsheeteditor/main/locale/az.json @@ -4494,5 +4494,11 @@ "SSE.Views.Toolbar.tipRtlSheet": "Switch the sheet direction so that the first column is on the right side", "SSE.Views.Toolbar.textRtlSheet": "Sheet Right-to-left", "SSE.Views.ChartSettingsDlg.textShowEquation": "Display equation on chart", - "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options" + "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options", + "SSE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "SSE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "SSE.Controllers.Toolbar.helpInsPivot": "To start working with Pivot Tables, access the Insert tab.", + "SSE.Controllers.Toolbar.helpInsPivotHeader": "Updated Pivot Tables", + "SSE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "SSE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/be.json b/apps/spreadsheeteditor/main/locale/be.json index 93bfc08f91..9afcd18291 100644 --- a/apps/spreadsheeteditor/main/locale/be.json +++ b/apps/spreadsheeteditor/main/locale/be.json @@ -4494,5 +4494,11 @@ "SSE.Views.Toolbar.tipRtlSheet": "Switch the sheet direction so that the first column is on the right side", "SSE.Views.Toolbar.textRtlSheet": "Sheet Right-to-left", "SSE.Views.ChartSettingsDlg.textShowEquation": "Display equation on chart", - "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options" + "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options", + "SSE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "SSE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "SSE.Controllers.Toolbar.helpInsPivot": "To start working with Pivot Tables, access the Insert tab.", + "SSE.Controllers.Toolbar.helpInsPivotHeader": "Updated Pivot Tables", + "SSE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "SSE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/bg.json b/apps/spreadsheeteditor/main/locale/bg.json index e033351d87..0c6be6344f 100644 --- a/apps/spreadsheeteditor/main/locale/bg.json +++ b/apps/spreadsheeteditor/main/locale/bg.json @@ -4494,5 +4494,11 @@ "SSE.Views.Toolbar.tipRtlSheet": "Switch the sheet direction so that the first column is on the right side", "SSE.Views.Toolbar.textRtlSheet": "Sheet Right-to-left", "SSE.Views.ChartSettingsDlg.textShowEquation": "Display equation on chart", - "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options" + "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options", + "SSE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "SSE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "SSE.Controllers.Toolbar.helpInsPivot": "To start working with Pivot Tables, access the Insert tab.", + "SSE.Controllers.Toolbar.helpInsPivotHeader": "Updated Pivot Tables", + "SSE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "SSE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/ca.json b/apps/spreadsheeteditor/main/locale/ca.json index 0c82e55f59..72d46aae94 100644 --- a/apps/spreadsheeteditor/main/locale/ca.json +++ b/apps/spreadsheeteditor/main/locale/ca.json @@ -4494,5 +4494,11 @@ "SSE.Views.Toolbar.tipRtlSheet": "Switch the sheet direction so that the first column is on the right side", "SSE.Views.Toolbar.textRtlSheet": "Sheet Right-to-left", "SSE.Views.ChartSettingsDlg.textShowEquation": "Display equation on chart", - "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options" + "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options", + "SSE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "SSE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "SSE.Controllers.Toolbar.helpInsPivot": "To start working with Pivot Tables, access the Insert tab.", + "SSE.Controllers.Toolbar.helpInsPivotHeader": "Updated Pivot Tables", + "SSE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "SSE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/cs.json b/apps/spreadsheeteditor/main/locale/cs.json index 8b1cac1363..d81eb263fe 100644 --- a/apps/spreadsheeteditor/main/locale/cs.json +++ b/apps/spreadsheeteditor/main/locale/cs.json @@ -4494,5 +4494,11 @@ "SSE.Views.Toolbar.tipRtlSheet": "Switch the sheet direction so that the first column is on the right side", "SSE.Views.Toolbar.textRtlSheet": "Sheet Right-to-left", "SSE.Views.ChartSettingsDlg.textShowEquation": "Display equation on chart", - "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options" + "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options", + "SSE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "SSE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "SSE.Controllers.Toolbar.helpInsPivot": "To start working with Pivot Tables, access the Insert tab.", + "SSE.Controllers.Toolbar.helpInsPivotHeader": "Updated Pivot Tables", + "SSE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "SSE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/da.json b/apps/spreadsheeteditor/main/locale/da.json index aeb3bccae1..72ae4dcc26 100644 --- a/apps/spreadsheeteditor/main/locale/da.json +++ b/apps/spreadsheeteditor/main/locale/da.json @@ -4494,5 +4494,11 @@ "SSE.Views.Toolbar.tipRtlSheet": "Switch the sheet direction so that the first column is on the right side", "SSE.Views.Toolbar.textRtlSheet": "Sheet Right-to-left", "SSE.Views.ChartSettingsDlg.textShowEquation": "Display equation on chart", - "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options" + "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options", + "SSE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "SSE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "SSE.Controllers.Toolbar.helpInsPivot": "To start working with Pivot Tables, access the Insert tab.", + "SSE.Controllers.Toolbar.helpInsPivotHeader": "Updated Pivot Tables", + "SSE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "SSE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/de.json b/apps/spreadsheeteditor/main/locale/de.json index f0f1dd7d13..ed54694520 100644 --- a/apps/spreadsheeteditor/main/locale/de.json +++ b/apps/spreadsheeteditor/main/locale/de.json @@ -4494,5 +4494,11 @@ "SSE.Views.Toolbar.tipRtlSheet": "Switch the sheet direction so that the first column is on the right side", "SSE.Views.Toolbar.textRtlSheet": "Sheet Right-to-left", "SSE.Views.ChartSettingsDlg.textShowEquation": "Display equation on chart", - "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options" + "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options", + "SSE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "SSE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "SSE.Controllers.Toolbar.helpInsPivot": "To start working with Pivot Tables, access the Insert tab.", + "SSE.Controllers.Toolbar.helpInsPivotHeader": "Updated Pivot Tables", + "SSE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "SSE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/el.json b/apps/spreadsheeteditor/main/locale/el.json index 34d1417692..88cfa3dc29 100644 --- a/apps/spreadsheeteditor/main/locale/el.json +++ b/apps/spreadsheeteditor/main/locale/el.json @@ -4494,5 +4494,11 @@ "SSE.Views.Toolbar.tipRtlSheet": "Switch the sheet direction so that the first column is on the right side", "SSE.Views.Toolbar.textRtlSheet": "Sheet Right-to-left", "SSE.Views.ChartSettingsDlg.textShowEquation": "Display equation on chart", - "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options" + "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options", + "SSE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "SSE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "SSE.Controllers.Toolbar.helpInsPivot": "To start working with Pivot Tables, access the Insert tab.", + "SSE.Controllers.Toolbar.helpInsPivotHeader": "Updated Pivot Tables", + "SSE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "SSE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/en.json b/apps/spreadsheeteditor/main/locale/en.json index 55ca5238fb..15f9b0841a 100644 --- a/apps/spreadsheeteditor/main/locale/en.json +++ b/apps/spreadsheeteditor/main/locale/en.json @@ -476,8 +476,8 @@ "Common.Views.EditNameDialog.textLabel": "Label:", "Common.Views.EditNameDialog.textLabelError": "Label must not be empty.", "Common.Views.Header.ariaQuickAccessToolbar": "Quick access toolbar", - "Common.Views.Header.helpQuickAccess": "Hide or show the functional buttons of your choice.", - "Common.Views.Header.helpQuickAccessHeader": "Customize Quick Access", + "del_Common.Views.Header.helpQuickAccess": "Hide or show the functional buttons of your choice.", + "del_Common.Views.Header.helpQuickAccessHeader": "Customize Quick Access", "Common.Views.Header.labelCoUsersDescr": "Users who are editing the file:", "Common.Views.Header.textAddFavorite": "Mark as favorite", "Common.Views.Header.textAdvSettings": "Advanced settings", @@ -1495,8 +1495,14 @@ "SSE.Controllers.Toolbar.errorMaxPoints": "The maximum number of points in series per chart is 4096.", "SSE.Controllers.Toolbar.errorMaxRows": "ERROR! The maximum number of data series per chart is 255", "SSE.Controllers.Toolbar.errorStockChart": "Incorrect row order. To build a stock chart place the data on the sheet in the following order:
opening price, max price, min price, closing price.", - "SSE.Controllers.Toolbar.helpProtectRange": "Restrict viewing of cells in the selected range to protect important data.", - "SSE.Controllers.Toolbar.helpProtectRangeHeader": "Protect Range", + "del_SSE.Controllers.Toolbar.helpProtectRange": "Restrict viewing of cells in the selected range to protect important data.", + "del_SSE.Controllers.Toolbar.helpProtectRangeHeader": "Protect Range", + "SSE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "SSE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "SSE.Controllers.Toolbar.helpInsPivot": "To start working with Pivot Tables, access the Insert tab.", + "SSE.Controllers.Toolbar.helpInsPivotHeader": "Updated Pivot Tables", + "SSE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "SSE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields", "SSE.Controllers.Toolbar.textAccent": "Accents", "SSE.Controllers.Toolbar.textBracket": "Brackets", "SSE.Controllers.Toolbar.textDirectional": "Directional", diff --git a/apps/spreadsheeteditor/main/locale/es.json b/apps/spreadsheeteditor/main/locale/es.json index 6e8a55be28..b91b0dda41 100644 --- a/apps/spreadsheeteditor/main/locale/es.json +++ b/apps/spreadsheeteditor/main/locale/es.json @@ -4494,5 +4494,11 @@ "SSE.Views.Toolbar.tipRtlSheet": "Switch the sheet direction so that the first column is on the right side", "SSE.Views.Toolbar.textRtlSheet": "Sheet Right-to-left", "SSE.Views.ChartSettingsDlg.textShowEquation": "Display equation on chart", - "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options" + "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options", + "SSE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "SSE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "SSE.Controllers.Toolbar.helpInsPivot": "To start working with Pivot Tables, access the Insert tab.", + "SSE.Controllers.Toolbar.helpInsPivotHeader": "Updated Pivot Tables", + "SSE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "SSE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/eu.json b/apps/spreadsheeteditor/main/locale/eu.json index 69c0b62034..b74d7709e1 100644 --- a/apps/spreadsheeteditor/main/locale/eu.json +++ b/apps/spreadsheeteditor/main/locale/eu.json @@ -4494,5 +4494,11 @@ "SSE.Views.Toolbar.tipRtlSheet": "Switch the sheet direction so that the first column is on the right side", "SSE.Views.Toolbar.textRtlSheet": "Sheet Right-to-left", "SSE.Views.ChartSettingsDlg.textShowEquation": "Display equation on chart", - "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options" + "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options", + "SSE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "SSE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "SSE.Controllers.Toolbar.helpInsPivot": "To start working with Pivot Tables, access the Insert tab.", + "SSE.Controllers.Toolbar.helpInsPivotHeader": "Updated Pivot Tables", + "SSE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "SSE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/fi.json b/apps/spreadsheeteditor/main/locale/fi.json index 7c5ee9bb42..0baa4956e2 100644 --- a/apps/spreadsheeteditor/main/locale/fi.json +++ b/apps/spreadsheeteditor/main/locale/fi.json @@ -4494,5 +4494,11 @@ "SSE.Views.Toolbar.tipRtlSheet": "Switch the sheet direction so that the first column is on the right side", "SSE.Views.Toolbar.textRtlSheet": "Sheet Right-to-left", "SSE.Views.ChartSettingsDlg.textShowEquation": "Display equation on chart", - "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options" + "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options", + "SSE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "SSE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "SSE.Controllers.Toolbar.helpInsPivot": "To start working with Pivot Tables, access the Insert tab.", + "SSE.Controllers.Toolbar.helpInsPivotHeader": "Updated Pivot Tables", + "SSE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "SSE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/fr.json b/apps/spreadsheeteditor/main/locale/fr.json index 928d9f44a8..a688c4c187 100644 --- a/apps/spreadsheeteditor/main/locale/fr.json +++ b/apps/spreadsheeteditor/main/locale/fr.json @@ -4494,5 +4494,11 @@ "SSE.Views.Toolbar.tipRtlSheet": "Switch the sheet direction so that the first column is on the right side", "SSE.Views.Toolbar.textRtlSheet": "Sheet Right-to-left", "SSE.Views.ChartSettingsDlg.textShowEquation": "Display equation on chart", - "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options" + "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options", + "SSE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "SSE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "SSE.Controllers.Toolbar.helpInsPivot": "To start working with Pivot Tables, access the Insert tab.", + "SSE.Controllers.Toolbar.helpInsPivotHeader": "Updated Pivot Tables", + "SSE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "SSE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/gl.json b/apps/spreadsheeteditor/main/locale/gl.json index 714978ac4b..fc024de76c 100644 --- a/apps/spreadsheeteditor/main/locale/gl.json +++ b/apps/spreadsheeteditor/main/locale/gl.json @@ -4494,5 +4494,11 @@ "SSE.Views.Toolbar.tipRtlSheet": "Switch the sheet direction so that the first column is on the right side", "SSE.Views.Toolbar.textRtlSheet": "Sheet Right-to-left", "SSE.Views.ChartSettingsDlg.textShowEquation": "Display equation on chart", - "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options" + "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options", + "SSE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "SSE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "SSE.Controllers.Toolbar.helpInsPivot": "To start working with Pivot Tables, access the Insert tab.", + "SSE.Controllers.Toolbar.helpInsPivotHeader": "Updated Pivot Tables", + "SSE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "SSE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/he.json b/apps/spreadsheeteditor/main/locale/he.json index ec91e54a74..68bf986885 100644 --- a/apps/spreadsheeteditor/main/locale/he.json +++ b/apps/spreadsheeteditor/main/locale/he.json @@ -4494,5 +4494,11 @@ "SSE.Views.Toolbar.tipRtlSheet": "Switch the sheet direction so that the first column is on the right side", "SSE.Views.Toolbar.textRtlSheet": "Sheet Right-to-left", "SSE.Views.ChartSettingsDlg.textShowEquation": "Display equation on chart", - "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options" + "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options", + "SSE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "SSE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "SSE.Controllers.Toolbar.helpInsPivot": "To start working with Pivot Tables, access the Insert tab.", + "SSE.Controllers.Toolbar.helpInsPivotHeader": "Updated Pivot Tables", + "SSE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "SSE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/hu.json b/apps/spreadsheeteditor/main/locale/hu.json index 3da207923c..c5ce8834a5 100644 --- a/apps/spreadsheeteditor/main/locale/hu.json +++ b/apps/spreadsheeteditor/main/locale/hu.json @@ -4494,5 +4494,11 @@ "SSE.Views.Toolbar.tipRtlSheet": "Switch the sheet direction so that the first column is on the right side", "SSE.Views.Toolbar.textRtlSheet": "Sheet Right-to-left", "SSE.Views.ChartSettingsDlg.textShowEquation": "Display equation on chart", - "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options" + "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options", + "SSE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "SSE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "SSE.Controllers.Toolbar.helpInsPivot": "To start working with Pivot Tables, access the Insert tab.", + "SSE.Controllers.Toolbar.helpInsPivotHeader": "Updated Pivot Tables", + "SSE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "SSE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/hy.json b/apps/spreadsheeteditor/main/locale/hy.json index ec45ad9e13..56b4cd8c3e 100644 --- a/apps/spreadsheeteditor/main/locale/hy.json +++ b/apps/spreadsheeteditor/main/locale/hy.json @@ -4494,5 +4494,11 @@ "SSE.Views.Toolbar.tipRtlSheet": "Switch the sheet direction so that the first column is on the right side", "SSE.Views.Toolbar.textRtlSheet": "Sheet Right-to-left", "SSE.Views.ChartSettingsDlg.textShowEquation": "Display equation on chart", - "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options" + "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options", + "SSE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "SSE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "SSE.Controllers.Toolbar.helpInsPivot": "To start working with Pivot Tables, access the Insert tab.", + "SSE.Controllers.Toolbar.helpInsPivotHeader": "Updated Pivot Tables", + "SSE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "SSE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/id.json b/apps/spreadsheeteditor/main/locale/id.json index 7ccf2657ea..dab620630d 100644 --- a/apps/spreadsheeteditor/main/locale/id.json +++ b/apps/spreadsheeteditor/main/locale/id.json @@ -4494,5 +4494,11 @@ "SSE.Views.Toolbar.tipRtlSheet": "Switch the sheet direction so that the first column is on the right side", "SSE.Views.Toolbar.textRtlSheet": "Sheet Right-to-left", "SSE.Views.ChartSettingsDlg.textShowEquation": "Display equation on chart", - "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options" + "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options", + "SSE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "SSE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "SSE.Controllers.Toolbar.helpInsPivot": "To start working with Pivot Tables, access the Insert tab.", + "SSE.Controllers.Toolbar.helpInsPivotHeader": "Updated Pivot Tables", + "SSE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "SSE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/it.json b/apps/spreadsheeteditor/main/locale/it.json index 5b0f11f7cc..b6e4782db2 100644 --- a/apps/spreadsheeteditor/main/locale/it.json +++ b/apps/spreadsheeteditor/main/locale/it.json @@ -4494,5 +4494,11 @@ "SSE.Views.Toolbar.tipRtlSheet": "Switch the sheet direction so that the first column is on the right side", "SSE.Views.Toolbar.textRtlSheet": "Sheet Right-to-left", "SSE.Views.ChartSettingsDlg.textShowEquation": "Display equation on chart", - "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options" + "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options", + "SSE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "SSE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "SSE.Controllers.Toolbar.helpInsPivot": "To start working with Pivot Tables, access the Insert tab.", + "SSE.Controllers.Toolbar.helpInsPivotHeader": "Updated Pivot Tables", + "SSE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "SSE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/ja.json b/apps/spreadsheeteditor/main/locale/ja.json index 11378027ff..9ce8f4e317 100644 --- a/apps/spreadsheeteditor/main/locale/ja.json +++ b/apps/spreadsheeteditor/main/locale/ja.json @@ -4494,5 +4494,11 @@ "SSE.Views.Toolbar.tipRtlSheet": "Switch the sheet direction so that the first column is on the right side", "SSE.Views.Toolbar.textRtlSheet": "Sheet Right-to-left", "SSE.Views.ChartSettingsDlg.textShowEquation": "Display equation on chart", - "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options" + "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options", + "SSE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "SSE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "SSE.Controllers.Toolbar.helpInsPivot": "To start working with Pivot Tables, access the Insert tab.", + "SSE.Controllers.Toolbar.helpInsPivotHeader": "Updated Pivot Tables", + "SSE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "SSE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/ko.json b/apps/spreadsheeteditor/main/locale/ko.json index d974fdfc10..3ec1acdd6e 100644 --- a/apps/spreadsheeteditor/main/locale/ko.json +++ b/apps/spreadsheeteditor/main/locale/ko.json @@ -4494,5 +4494,11 @@ "SSE.Views.Toolbar.tipRtlSheet": "Switch the sheet direction so that the first column is on the right side", "SSE.Views.Toolbar.textRtlSheet": "Sheet Right-to-left", "SSE.Views.ChartSettingsDlg.textShowEquation": "Display equation on chart", - "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options" + "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options", + "SSE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "SSE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "SSE.Controllers.Toolbar.helpInsPivot": "To start working with Pivot Tables, access the Insert tab.", + "SSE.Controllers.Toolbar.helpInsPivotHeader": "Updated Pivot Tables", + "SSE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "SSE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/lo.json b/apps/spreadsheeteditor/main/locale/lo.json index e1ba1894ca..646321c51c 100644 --- a/apps/spreadsheeteditor/main/locale/lo.json +++ b/apps/spreadsheeteditor/main/locale/lo.json @@ -4494,5 +4494,11 @@ "SSE.Views.Toolbar.tipRtlSheet": "Switch the sheet direction so that the first column is on the right side", "SSE.Views.Toolbar.textRtlSheet": "Sheet Right-to-left", "SSE.Views.ChartSettingsDlg.textShowEquation": "Display equation on chart", - "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options" + "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options", + "SSE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "SSE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "SSE.Controllers.Toolbar.helpInsPivot": "To start working with Pivot Tables, access the Insert tab.", + "SSE.Controllers.Toolbar.helpInsPivotHeader": "Updated Pivot Tables", + "SSE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "SSE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/lv.json b/apps/spreadsheeteditor/main/locale/lv.json index 854764caad..301bd25a4b 100644 --- a/apps/spreadsheeteditor/main/locale/lv.json +++ b/apps/spreadsheeteditor/main/locale/lv.json @@ -4494,5 +4494,11 @@ "SSE.Views.Toolbar.tipRtlSheet": "Switch the sheet direction so that the first column is on the right side", "SSE.Views.Toolbar.textRtlSheet": "Sheet Right-to-left", "SSE.Views.ChartSettingsDlg.textShowEquation": "Display equation on chart", - "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options" + "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options", + "SSE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "SSE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "SSE.Controllers.Toolbar.helpInsPivot": "To start working with Pivot Tables, access the Insert tab.", + "SSE.Controllers.Toolbar.helpInsPivotHeader": "Updated Pivot Tables", + "SSE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "SSE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/ms.json b/apps/spreadsheeteditor/main/locale/ms.json index 9aaf2c25ab..f9cefe29cf 100644 --- a/apps/spreadsheeteditor/main/locale/ms.json +++ b/apps/spreadsheeteditor/main/locale/ms.json @@ -4494,5 +4494,11 @@ "SSE.Views.Toolbar.tipRtlSheet": "Switch the sheet direction so that the first column is on the right side", "SSE.Views.Toolbar.textRtlSheet": "Sheet Right-to-left", "SSE.Views.ChartSettingsDlg.textShowEquation": "Display equation on chart", - "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options" + "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options", + "SSE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "SSE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "SSE.Controllers.Toolbar.helpInsPivot": "To start working with Pivot Tables, access the Insert tab.", + "SSE.Controllers.Toolbar.helpInsPivotHeader": "Updated Pivot Tables", + "SSE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "SSE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/nl.json b/apps/spreadsheeteditor/main/locale/nl.json index 2fd7454af3..6d74ff6858 100644 --- a/apps/spreadsheeteditor/main/locale/nl.json +++ b/apps/spreadsheeteditor/main/locale/nl.json @@ -4494,5 +4494,11 @@ "SSE.Views.Toolbar.tipRtlSheet": "Switch the sheet direction so that the first column is on the right side", "SSE.Views.Toolbar.textRtlSheet": "Sheet Right-to-left", "SSE.Views.ChartSettingsDlg.textShowEquation": "Display equation on chart", - "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options" + "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options", + "SSE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "SSE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "SSE.Controllers.Toolbar.helpInsPivot": "To start working with Pivot Tables, access the Insert tab.", + "SSE.Controllers.Toolbar.helpInsPivotHeader": "Updated Pivot Tables", + "SSE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "SSE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/pl.json b/apps/spreadsheeteditor/main/locale/pl.json index 1aed6c95ab..a0bfb9b119 100644 --- a/apps/spreadsheeteditor/main/locale/pl.json +++ b/apps/spreadsheeteditor/main/locale/pl.json @@ -4494,5 +4494,11 @@ "SSE.Views.Toolbar.tipRtlSheet": "Switch the sheet direction so that the first column is on the right side", "SSE.Views.Toolbar.textRtlSheet": "Sheet Right-to-left", "SSE.Views.ChartSettingsDlg.textShowEquation": "Display equation on chart", - "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options" + "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options", + "SSE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "SSE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "SSE.Controllers.Toolbar.helpInsPivot": "To start working with Pivot Tables, access the Insert tab.", + "SSE.Controllers.Toolbar.helpInsPivotHeader": "Updated Pivot Tables", + "SSE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "SSE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/pt-pt.json b/apps/spreadsheeteditor/main/locale/pt-pt.json index 067cf878da..555c5a5100 100644 --- a/apps/spreadsheeteditor/main/locale/pt-pt.json +++ b/apps/spreadsheeteditor/main/locale/pt-pt.json @@ -4494,5 +4494,11 @@ "SSE.Views.Toolbar.tipRtlSheet": "Switch the sheet direction so that the first column is on the right side", "SSE.Views.Toolbar.textRtlSheet": "Sheet Right-to-left", "SSE.Views.ChartSettingsDlg.textShowEquation": "Display equation on chart", - "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options" + "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options", + "SSE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "SSE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "SSE.Controllers.Toolbar.helpInsPivot": "To start working with Pivot Tables, access the Insert tab.", + "SSE.Controllers.Toolbar.helpInsPivotHeader": "Updated Pivot Tables", + "SSE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "SSE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/pt.json b/apps/spreadsheeteditor/main/locale/pt.json index 8111e01d4e..d67204cd21 100644 --- a/apps/spreadsheeteditor/main/locale/pt.json +++ b/apps/spreadsheeteditor/main/locale/pt.json @@ -4494,5 +4494,11 @@ "SSE.Views.Toolbar.tipRtlSheet": "Switch the sheet direction so that the first column is on the right side", "SSE.Views.Toolbar.textRtlSheet": "Sheet Right-to-left", "SSE.Views.ChartSettingsDlg.textShowEquation": "Display equation on chart", - "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options" + "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options", + "SSE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "SSE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "SSE.Controllers.Toolbar.helpInsPivot": "To start working with Pivot Tables, access the Insert tab.", + "SSE.Controllers.Toolbar.helpInsPivotHeader": "Updated Pivot Tables", + "SSE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "SSE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/ro.json b/apps/spreadsheeteditor/main/locale/ro.json index 7a50253088..8d93e8aa10 100644 --- a/apps/spreadsheeteditor/main/locale/ro.json +++ b/apps/spreadsheeteditor/main/locale/ro.json @@ -4494,5 +4494,11 @@ "SSE.Views.Toolbar.tipRtlSheet": "Switch the sheet direction so that the first column is on the right side", "SSE.Views.Toolbar.textRtlSheet": "Sheet Right-to-left", "SSE.Views.ChartSettingsDlg.textShowEquation": "Display equation on chart", - "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options" + "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options", + "SSE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "SSE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "SSE.Controllers.Toolbar.helpInsPivot": "To start working with Pivot Tables, access the Insert tab.", + "SSE.Controllers.Toolbar.helpInsPivotHeader": "Updated Pivot Tables", + "SSE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "SSE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/ru.json b/apps/spreadsheeteditor/main/locale/ru.json index 84e2d48de2..fc4b8909e7 100644 --- a/apps/spreadsheeteditor/main/locale/ru.json +++ b/apps/spreadsheeteditor/main/locale/ru.json @@ -4494,5 +4494,11 @@ "SSE.Views.Toolbar.tipRtlSheet": "Switch the sheet direction so that the first column is on the right side", "SSE.Views.Toolbar.textRtlSheet": "Sheet Right-to-left", "SSE.Views.ChartSettingsDlg.textShowEquation": "Display equation on chart", - "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options" + "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options", + "SSE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "SSE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "SSE.Controllers.Toolbar.helpInsPivot": "To start working with Pivot Tables, access the Insert tab.", + "SSE.Controllers.Toolbar.helpInsPivotHeader": "Updated Pivot Tables", + "SSE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "SSE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/si.json b/apps/spreadsheeteditor/main/locale/si.json index 638bd99e71..8f4519a63c 100644 --- a/apps/spreadsheeteditor/main/locale/si.json +++ b/apps/spreadsheeteditor/main/locale/si.json @@ -4494,5 +4494,11 @@ "SSE.Views.Toolbar.tipRtlSheet": "Switch the sheet direction so that the first column is on the right side", "SSE.Views.Toolbar.textRtlSheet": "Sheet Right-to-left", "SSE.Views.ChartSettingsDlg.textShowEquation": "Display equation on chart", - "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options" + "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options", + "SSE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "SSE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "SSE.Controllers.Toolbar.helpInsPivot": "To start working with Pivot Tables, access the Insert tab.", + "SSE.Controllers.Toolbar.helpInsPivotHeader": "Updated Pivot Tables", + "SSE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "SSE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/sk.json b/apps/spreadsheeteditor/main/locale/sk.json index b9e680a122..99bce17cb1 100644 --- a/apps/spreadsheeteditor/main/locale/sk.json +++ b/apps/spreadsheeteditor/main/locale/sk.json @@ -4494,5 +4494,11 @@ "SSE.Views.Toolbar.tipRtlSheet": "Switch the sheet direction so that the first column is on the right side", "SSE.Views.Toolbar.textRtlSheet": "Sheet Right-to-left", "SSE.Views.ChartSettingsDlg.textShowEquation": "Display equation on chart", - "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options" + "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options", + "SSE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "SSE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "SSE.Controllers.Toolbar.helpInsPivot": "To start working with Pivot Tables, access the Insert tab.", + "SSE.Controllers.Toolbar.helpInsPivotHeader": "Updated Pivot Tables", + "SSE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "SSE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/sl.json b/apps/spreadsheeteditor/main/locale/sl.json index 493262f7eb..ddb1825f42 100644 --- a/apps/spreadsheeteditor/main/locale/sl.json +++ b/apps/spreadsheeteditor/main/locale/sl.json @@ -4494,5 +4494,11 @@ "SSE.Views.Toolbar.tipRtlSheet": "Switch the sheet direction so that the first column is on the right side", "SSE.Views.Toolbar.textRtlSheet": "Sheet Right-to-left", "SSE.Views.ChartSettingsDlg.textShowEquation": "Display equation on chart", - "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options" + "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options", + "SSE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "SSE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "SSE.Controllers.Toolbar.helpInsPivot": "To start working with Pivot Tables, access the Insert tab.", + "SSE.Controllers.Toolbar.helpInsPivotHeader": "Updated Pivot Tables", + "SSE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "SSE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/sr-cyrl.json b/apps/spreadsheeteditor/main/locale/sr-cyrl.json index d2cd99f145..cd44c50dba 100644 --- a/apps/spreadsheeteditor/main/locale/sr-cyrl.json +++ b/apps/spreadsheeteditor/main/locale/sr-cyrl.json @@ -4494,5 +4494,11 @@ "SSE.Views.Toolbar.tipRtlSheet": "Switch the sheet direction so that the first column is on the right side", "SSE.Views.Toolbar.textRtlSheet": "Sheet Right-to-left", "SSE.Views.ChartSettingsDlg.textShowEquation": "Display equation on chart", - "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options" + "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options", + "SSE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "SSE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "SSE.Controllers.Toolbar.helpInsPivot": "To start working with Pivot Tables, access the Insert tab.", + "SSE.Controllers.Toolbar.helpInsPivotHeader": "Updated Pivot Tables", + "SSE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "SSE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/sr.json b/apps/spreadsheeteditor/main/locale/sr.json index 763d5dcb20..801851afd2 100644 --- a/apps/spreadsheeteditor/main/locale/sr.json +++ b/apps/spreadsheeteditor/main/locale/sr.json @@ -4494,5 +4494,11 @@ "SSE.Views.Toolbar.tipRtlSheet": "Switch the sheet direction so that the first column is on the right side", "SSE.Views.Toolbar.textRtlSheet": "Sheet Right-to-left", "SSE.Views.ChartSettingsDlg.textShowEquation": "Display equation on chart", - "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options" + "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options", + "SSE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "SSE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "SSE.Controllers.Toolbar.helpInsPivot": "To start working with Pivot Tables, access the Insert tab.", + "SSE.Controllers.Toolbar.helpInsPivotHeader": "Updated Pivot Tables", + "SSE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "SSE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/sv.json b/apps/spreadsheeteditor/main/locale/sv.json index 0cc8d4b413..de2c27d8ff 100644 --- a/apps/spreadsheeteditor/main/locale/sv.json +++ b/apps/spreadsheeteditor/main/locale/sv.json @@ -4494,5 +4494,11 @@ "SSE.Views.Toolbar.tipRtlSheet": "Switch the sheet direction so that the first column is on the right side", "SSE.Views.Toolbar.textRtlSheet": "Sheet Right-to-left", "SSE.Views.ChartSettingsDlg.textShowEquation": "Display equation on chart", - "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options" + "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options", + "SSE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "SSE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "SSE.Controllers.Toolbar.helpInsPivot": "To start working with Pivot Tables, access the Insert tab.", + "SSE.Controllers.Toolbar.helpInsPivotHeader": "Updated Pivot Tables", + "SSE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "SSE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/tr.json b/apps/spreadsheeteditor/main/locale/tr.json index e38c377136..224efdedda 100644 --- a/apps/spreadsheeteditor/main/locale/tr.json +++ b/apps/spreadsheeteditor/main/locale/tr.json @@ -4494,5 +4494,11 @@ "SSE.Views.Toolbar.tipRtlSheet": "Switch the sheet direction so that the first column is on the right side", "SSE.Views.Toolbar.textRtlSheet": "Sheet Right-to-left", "SSE.Views.ChartSettingsDlg.textShowEquation": "Display equation on chart", - "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options" + "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options", + "SSE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "SSE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "SSE.Controllers.Toolbar.helpInsPivot": "To start working with Pivot Tables, access the Insert tab.", + "SSE.Controllers.Toolbar.helpInsPivotHeader": "Updated Pivot Tables", + "SSE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "SSE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/uk.json b/apps/spreadsheeteditor/main/locale/uk.json index 3fcf15883a..8f13dacc80 100644 --- a/apps/spreadsheeteditor/main/locale/uk.json +++ b/apps/spreadsheeteditor/main/locale/uk.json @@ -4494,5 +4494,11 @@ "SSE.Views.Toolbar.tipRtlSheet": "Switch the sheet direction so that the first column is on the right side", "SSE.Views.Toolbar.textRtlSheet": "Sheet Right-to-left", "SSE.Views.ChartSettingsDlg.textShowEquation": "Display equation on chart", - "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options" + "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options", + "SSE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "SSE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "SSE.Controllers.Toolbar.helpInsPivot": "To start working with Pivot Tables, access the Insert tab.", + "SSE.Controllers.Toolbar.helpInsPivotHeader": "Updated Pivot Tables", + "SSE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "SSE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/vi.json b/apps/spreadsheeteditor/main/locale/vi.json index edab0f1f5f..8c2d8c79f0 100644 --- a/apps/spreadsheeteditor/main/locale/vi.json +++ b/apps/spreadsheeteditor/main/locale/vi.json @@ -4494,5 +4494,11 @@ "SSE.Views.Toolbar.tipRtlSheet": "Switch the sheet direction so that the first column is on the right side", "SSE.Views.Toolbar.textRtlSheet": "Sheet Right-to-left", "SSE.Views.ChartSettingsDlg.textShowEquation": "Display equation on chart", - "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options" + "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options", + "SSE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "SSE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "SSE.Controllers.Toolbar.helpInsPivot": "To start working with Pivot Tables, access the Insert tab.", + "SSE.Controllers.Toolbar.helpInsPivotHeader": "Updated Pivot Tables", + "SSE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "SSE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/zh-tw.json b/apps/spreadsheeteditor/main/locale/zh-tw.json index 035062b4c1..2f1c09a910 100644 --- a/apps/spreadsheeteditor/main/locale/zh-tw.json +++ b/apps/spreadsheeteditor/main/locale/zh-tw.json @@ -4494,5 +4494,11 @@ "SSE.Views.Toolbar.tipRtlSheet": "Switch the sheet direction so that the first column is on the right side", "SSE.Views.Toolbar.textRtlSheet": "Sheet Right-to-left", "SSE.Views.ChartSettingsDlg.textShowEquation": "Display equation on chart", - "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options" + "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options", + "SSE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "SSE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "SSE.Controllers.Toolbar.helpInsPivot": "To start working with Pivot Tables, access the Insert tab.", + "SSE.Controllers.Toolbar.helpInsPivotHeader": "Updated Pivot Tables", + "SSE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "SSE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/zh.json b/apps/spreadsheeteditor/main/locale/zh.json index 22394a4515..7f73a91721 100644 --- a/apps/spreadsheeteditor/main/locale/zh.json +++ b/apps/spreadsheeteditor/main/locale/zh.json @@ -4494,5 +4494,11 @@ "SSE.Views.Toolbar.tipRtlSheet": "Switch the sheet direction so that the first column is on the right side", "SSE.Views.Toolbar.textRtlSheet": "Sheet Right-to-left", "SSE.Views.ChartSettingsDlg.textShowEquation": "Display equation on chart", - "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options" + "SSE.Views.ChartSettingsDlg.textTrendlineOptions": "Trendline options", + "SSE.Controllers.Toolbar.helpGrayTheme": "Try Gray theme and access more customization options via File tab – Advanced Settings – Appearance.", + "SSE.Controllers.Toolbar.helpGrayThemeHeader": "Revamped interface", + "SSE.Controllers.Toolbar.helpInsPivot": "To start working with Pivot Tables, access the Insert tab.", + "SSE.Controllers.Toolbar.helpInsPivotHeader": "Updated Pivot Tables", + "SSE.Controllers.Toolbar.helpCustomInfo": "Create and edit the document properties yourself in the Info section.", + "SSE.Controllers.Toolbar.helpCustomInfoHeader": "Custom file fields" } \ No newline at end of file From c3c3e2a78cdb2bc3280ff1dbc04d7bfdc5b7fed0 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Thu, 10 Oct 2024 00:05:28 +0300 Subject: [PATCH 3/3] [PDF] Fix collaboration notification on start --- apps/pdfeditor/main/app/controller/Main.js | 2 +- apps/pdfeditor/main/app/view/Toolbar.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/pdfeditor/main/app/controller/Main.js b/apps/pdfeditor/main/app/controller/Main.js index 322d1cb39a..7f0b70aa7d 100644 --- a/apps/pdfeditor/main/app/controller/Main.js +++ b/apps/pdfeditor/main/app/controller/Main.js @@ -2208,7 +2208,7 @@ define([ // }, onCollaborativeChanges: function() { - if (this._state.hasCollaborativeChanges) return; + if (this._state.hasCollaborativeChanges || Common.Utils.InternalSettings.get("pdfe-settings-coauthmode")) return; this._state.hasCollaborativeChanges = true; if (this.appOptions.isEdit) this.getApplication().getController('Statusbar').setStatusCaption(this.txtNeedSynchronize, true); diff --git a/apps/pdfeditor/main/app/view/Toolbar.js b/apps/pdfeditor/main/app/view/Toolbar.js index edc3b6b65e..5d84d92871 100644 --- a/apps/pdfeditor/main/app/view/Toolbar.js +++ b/apps/pdfeditor/main/app/view/Toolbar.js @@ -1686,7 +1686,7 @@ define([ /** coauthoring begin **/ onCollaborativeChanges: function () { - if (!(this.mode.isPDFAnnotate || this.mode.isPDFEdit)) return; + if (!(this.mode.isPDFAnnotate || this.mode.isPDFEdit) || Common.Utils.InternalSettings.get("pdfe-settings-coauthmode")) return; if (this._state.hasCollaborativeChanges) return; if (!this.btnCollabChanges.rendered || this._state.previewmode) {