[SSE] Fix table helpers

This commit is contained in:
Julia Radzhabova 2021-09-23 13:27:45 +03:00
parent 1e6f1ea662
commit 9b0fba8ba6
4 changed files with 2 additions and 21 deletions

View file

@ -2462,7 +2462,6 @@ define([
caption = '(...) ' + name;
break;
case Asc.c_oAscPopUpSelectorType.TableThisRow:
caption = name + ' - ' + me.txtThisRow;
hint = me.txtThisRowHint;
break;
case Asc.c_oAscPopUpSelectorType.TableAll:
@ -4024,7 +4023,6 @@ define([
txtLockSort: 'Data is found next to your selection, but you do not have sufficient permissions to change those cells.<br>Do you wish to continue with the current selection?',
txtRemoveWarning: 'Do you want to remove this signature?<br>It can\'t be undone.',
txtWarnUrl: 'Clicking this link can be harmful to your device and data.<br>Are you sure you want to continue?',
txtThisRow: 'This Row',
txtThisRowHint: 'Choose only this row of the specified column',
txtAllTableHint: 'Returns the entire contents of the table or specified table columns including column headers, data and total rows',
txtDataTableHint: 'Returns the data cells of the table or specified table columns',

View file

@ -146,11 +146,7 @@ define([
'Quarters': this.txtQuarters,
'Years': this.txtYears,
'%1 or %2': this.txtOr,
'Qtr': this.txtQuarter,
'All': this.txtAllTable,
'Data': this.txtDataTable,
'Headers': this.txtHeadersTable,
'Totals': this.txtTotalsTable
'Qtr': this.txtQuarter
};
styleNames.forEach(function(item){
@ -3406,11 +3402,7 @@ define([
uploadDocFileCountMessage: 'No documents uploaded.',
errorLoadingFont: 'Fonts are not loaded.<br>Please contact your Document Server administrator.',
textNeedSynchronize: 'You have an updates',
textChangesSaved: 'All changes saved',
txtAllTable: 'All',
txtDataTable: 'Data',
txtHeadersTable: 'Headers',
txtTotalsTable: 'Totals'
textChangesSaved: 'All changes saved'
}
})(), SSE.Controllers.Main || {}))
});

View file

@ -589,7 +589,6 @@
"SSE.Controllers.DocumentHolder.txtUndoExpansion": "Undo table autoexpansion",
"SSE.Controllers.DocumentHolder.txtUseTextImport": "Use text import wizard",
"SSE.Controllers.DocumentHolder.txtWarnUrl": "Clicking this link can be harmful to your device and data.<br>Are you sure you want to continue?",
"SSE.Controllers.DocumentHolder.txtThisRow": "This Row",
"SSE.Controllers.DocumentHolder.txtThisRowHint": "Choose only this row of the specified column",
"SSE.Controllers.DocumentHolder.txtAllTableHint": "Returns the entire contents of the table or specified table columns including column headers, data and total rows",
"SSE.Controllers.DocumentHolder.txtDataTableHint": "Returns the data cells of the table or specified table columns",
@ -1050,10 +1049,6 @@
"SSE.Controllers.Main.warnNoLicense": "You've reached the limit for simultaneous connections to %1 editors. This document will be opened for viewing only.<br>Contact %1 sales team for personal upgrade terms.",
"SSE.Controllers.Main.warnNoLicenseUsers": "You've reached the user limit for %1 editors. Contact %1 sales team for personal upgrade terms.",
"SSE.Controllers.Main.warnProcessRightsChange": "You have been denied the right to edit the file.",
"SSE.Controllers.Main.txtAllTable": "All",
"SSE.Controllers.Main.txtDataTable": "Data",
"SSE.Controllers.Main.txtHeadersTable": "Headers",
"SSE.Controllers.Main.txtTotalsTable": "Totals",
"SSE.Controllers.Print.strAllSheets": "All Sheets",
"SSE.Controllers.Print.textFirstCol": "First column",
"SSE.Controllers.Print.textFirstRow": "First row",

View file

@ -1042,10 +1042,6 @@
"SSE.Controllers.Main.warnNoLicense": "Вы достигли лимита на одновременные подключения к редакторам %1. Этот документ будет открыт на просмотр.<br>Напишите в отдел продаж %1, чтобы обсудить индивидуальные условия лицензирования.",
"SSE.Controllers.Main.warnNoLicenseUsers": "Вы достигли лимита на одновременные подключения к редакторам %1.<br>Напишите в отдел продаж %1, чтобы обсудить индивидуальные условия лицензирования.",
"SSE.Controllers.Main.warnProcessRightsChange": "Вам было отказано в праве на редактирование этого файла.",
"SSE.Controllers.Main.txtAllTable": "Все",
"SSE.Controllers.Main.txtDataTable": "Данные",
"SSE.Controllers.Main.txtHeadersTable": "Заголовки",
"SSE.Controllers.Main.txtTotalsTable": "Итоги",
"SSE.Controllers.Print.strAllSheets": "Все листы",
"SSE.Controllers.Print.textFirstCol": "Первый столбец",
"SSE.Controllers.Print.textFirstRow": "Первая строка",