[SSE] Fix Bug 43953

This commit is contained in:
Julia Radzhabova 2019-12-26 15:46:14 +03:00
parent ed2abc5c3c
commit 93ba695883
7 changed files with 9 additions and 3 deletions

View file

@ -175,7 +175,7 @@ define([
cls: 'btn-toolbar x-huge icon-top',
iconCls: 'toolbar__icon btn-autosum',
caption: this.txtAutosum,
hint: this.txtAutosumTip,
hint: [this.txtAutosumTip + Common.Utils.String.platformKey('Alt+='), this.txtFormulaTip],
split: true,
disabled: true,
lock: [_set.editText, _set.selChart, _set.selChartText, _set.selShape, _set.selShapeText, _set.selImage, _set.selRangeEdit, _set.lostConnect, _set.coAuth],

View file

@ -1652,7 +1652,7 @@ define([
_updateHint(this.btnCurrencyStyle, this.tipDigStyleAccounting);
_updateHint(this.btnDecDecimal, this.tipDecDecimal);
_updateHint(this.btnIncDecimal, this.tipIncDecimal);
_updateHint(this.btnInsertFormula, this.txtFormula);
_updateHint(this.btnInsertFormula, [this.txtAutosumTip + Common.Utils.String.platformKey('Alt+='), this.txtFormula]);
_updateHint(this.btnNamedRange, this.txtNamedRange);
_updateHint(this.btnClearStyle, this.tipClearStyle);
_updateHint(this.btnCopyStyle, this.tipCopyStyle);
@ -2383,6 +2383,7 @@ define([
textMorePages: 'More pages',
capBtnAddComment: 'Add Comment',
capBtnInsSymbol: 'Symbol',
tipInsertSymbol: 'Insert symbol'
tipInsertSymbol: 'Insert symbol',
txtAutosumTip: 'Summation'
}, SSE.Views.Toolbar || {}));
});

View file

@ -2488,6 +2488,7 @@
"SSE.Views.Toolbar.txtTime": "Time",
"SSE.Views.Toolbar.txtUnmerge": "Unmerge Cells",
"SSE.Views.Toolbar.txtYen": "¥ Yen",
"SSE.Views.Toolbar.txtAutosumTip": "Summation",
"SSE.Views.Top10FilterDialog.textType": "Show",
"SSE.Views.Top10FilterDialog.txtBottom": "Bottom",
"SSE.Views.Top10FilterDialog.txtItems": "Item",

View file

@ -2301,6 +2301,7 @@
"SSE.Views.Toolbar.txtTime": "Hora",
"SSE.Views.Toolbar.txtUnmerge": "Separar celdas",
"SSE.Views.Toolbar.txtYen": "¥ Yen",
"SSE.Views.Toolbar.txtAutosumTip": "Suma",
"SSE.Views.Top10FilterDialog.textType": "Mostrar",
"SSE.Views.Top10FilterDialog.txtBottom": "Inferior",
"SSE.Views.Top10FilterDialog.txtItems": "Artículo",

View file

@ -2373,6 +2373,7 @@
"SSE.Views.Toolbar.txtTime": "Heure",
"SSE.Views.Toolbar.txtUnmerge": "Annuler fusion des cellules",
"SSE.Views.Toolbar.txtYen": "¥ Yen",
"SSE.Views.Toolbar.txtAutosumTip": "Somme",
"SSE.Views.Top10FilterDialog.textType": "Afficher",
"SSE.Views.Top10FilterDialog.txtBottom": "En bas",
"SSE.Views.Top10FilterDialog.txtItems": "Element",

View file

@ -2481,6 +2481,7 @@
"SSE.Views.Toolbar.txtTime": "Ora",
"SSE.Views.Toolbar.txtUnmerge": "Dividi celle",
"SSE.Views.Toolbar.txtYen": "¥ Yen",
"SSE.Views.Toolbar.txtAutosumTip": "Somma",
"SSE.Views.Top10FilterDialog.textType": "Mostra",
"SSE.Views.Top10FilterDialog.txtBottom": "In basso",
"SSE.Views.Top10FilterDialog.txtItems": "Elemento",

View file

@ -2481,6 +2481,7 @@
"SSE.Views.Toolbar.txtTime": "Время",
"SSE.Views.Toolbar.txtUnmerge": "Отменить объединение ячеек",
"SSE.Views.Toolbar.txtYen": "¥ Иена",
"SSE.Views.Toolbar.txtAutosumTip": "Суммирование",
"SSE.Views.Top10FilterDialog.textType": "Показать",
"SSE.Views.Top10FilterDialog.txtBottom": "Наименьшие",
"SSE.Views.Top10FilterDialog.txtItems": "Элемент",