[SSE] Custom sort: add translation for row/column
This commit is contained in:
parent
40a62f93e6
commit
1c2e09ddd8
|
@ -119,7 +119,9 @@ define([
|
|||
'Date': this.txtDate,
|
||||
'Time': this.txtTime,
|
||||
'Tab': this.txtTab,
|
||||
'File': this.txtFile
|
||||
'File': this.txtFile,
|
||||
'Column': this.txtColumn,
|
||||
'Row': this.txtRow
|
||||
};
|
||||
styleNames.forEach(function(item){
|
||||
translate[item] = me['txtStyle_' + item.replace(/ /g, '_')] || item;
|
||||
|
@ -2433,7 +2435,9 @@ define([
|
|||
txtTime: 'Time',
|
||||
txtTab: 'Tab',
|
||||
txtFile: 'File',
|
||||
errorFileSizeExceed: 'The file size exceeds the limitation set for your server.<br>Please contact your Document Server administrator for details.'
|
||||
errorFileSizeExceed: 'The file size exceeds the limitation set for your server.<br>Please contact your Document Server administrator for details.',
|
||||
txtColumn: 'Column',
|
||||
txtRow: 'Row'
|
||||
}
|
||||
})(), SSE.Controllers.Main || {}))
|
||||
});
|
||||
|
|
|
@ -737,6 +737,8 @@
|
|||
"SSE.Controllers.Main.warnNoLicense": "This version of %1 editors has certain limitations for concurrent connections to the document server.<br>If you need more please consider purchasing a commercial license.",
|
||||
"SSE.Controllers.Main.warnNoLicenseUsers": "This version of %1 editors has certain limitations for concurrent users.<br>If you need more please consider purchasing a commercial license.",
|
||||
"SSE.Controllers.Main.warnProcessRightsChange": "You have been denied the right to edit the file.",
|
||||
"SSE.Controllers.Main.txtColumn": "Column",
|
||||
"SSE.Controllers.Main.txtRow": "Row",
|
||||
"SSE.Controllers.Print.strAllSheets": "All Sheets",
|
||||
"SSE.Controllers.Print.textWarning": "Warning",
|
||||
"SSE.Controllers.Print.txtCustom": "Custom",
|
||||
|
|
|
@ -736,6 +736,8 @@
|
|||
"SSE.Controllers.Main.warnNoLicense": "Эта версия редакторов %1 имеет некоторые ограничения по количеству одновременных подключений к серверу документов.<br>Если требуется больше, рассмотрите вопрос о покупке коммерческой лицензии.",
|
||||
"SSE.Controllers.Main.warnNoLicenseUsers": "Эта версия редакторов %1 имеет некоторые ограничения по числу одновременно работающих пользователей.<br>Если требуется больше, рассмотрите вопрос о покупке коммерческой лицензии.",
|
||||
"SSE.Controllers.Main.warnProcessRightsChange": "Вам было отказано в праве на редактирование этого файла.",
|
||||
"SSE.Controllers.Main.txtColumn": "Столбец",
|
||||
"SSE.Controllers.Main.txtRow": "Строка",
|
||||
"SSE.Controllers.Print.strAllSheets": "Все листы",
|
||||
"SSE.Controllers.Print.textWarning": "Предупреждение",
|
||||
"SSE.Controllers.Print.txtCustom": "Пользовательская",
|
||||
|
|
Loading…
Reference in a new issue