[SSE] Add translation
This commit is contained in:
parent
89d44c31fe
commit
d1ff42ccd8
|
@ -258,7 +258,7 @@ define([
|
|||
|
||||
var me = this;
|
||||
(new Common.Views.OpenDialog({
|
||||
title: me.textWizard,
|
||||
title: me.txtImportWizard,
|
||||
closable: true,
|
||||
type: Common.Utils.importTextType.Data,
|
||||
preview: true,
|
||||
|
@ -439,7 +439,8 @@ define([
|
|||
txtDataValidation: 'Data Validation',
|
||||
txtExtendDataValidation: 'The selection contains some cells without Data Validation settings.<br>Do you want to extend Data Validation to these cells?',
|
||||
txtRemoveDataValidation: 'The selection contains more than one type of validation.<br>Erase current settings and continue?',
|
||||
textEmptyUrl: 'You need to specify URL.'
|
||||
textEmptyUrl: 'You need to specify URL.',
|
||||
txtImportWizard: 'Text Import Wizard'
|
||||
|
||||
}, SSE.Controllers.DataTab || {}));
|
||||
});
|
|
@ -403,6 +403,7 @@
|
|||
"SSE.Controllers.DataTab.txtRemoveDataValidation": "The selection contains more than one type of validation.<br>Erase current settings and continue?",
|
||||
"SSE.Controllers.DataTab.txtRemSelected": "Remove in selected",
|
||||
"SSE.Controllers.DataTab.textEmptyUrl": "You need to specify URL.",
|
||||
"SSE.Controllers.DataTab.txtImportWizard": "Text Import Wizard",
|
||||
"SSE.Controllers.DocumentHolder.alignmentText": "Alignment",
|
||||
"SSE.Controllers.DocumentHolder.centerText": "Center",
|
||||
"SSE.Controllers.DocumentHolder.deleteColumnText": "Delete Column",
|
||||
|
|
Loading…
Reference in a new issue