mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 06:51:23 +08:00
@ -226,6 +226,7 @@ define([
|
||||
Common.NotificationCenter.trigger('edit:complete', this.toolbar);
|
||||
} else if (type === 'url') {
|
||||
(new Common.Views.ImageFromUrlDialog({
|
||||
title: me.txtUrlTitle,
|
||||
handler: function(result, value) {
|
||||
if (result == 'ok') {
|
||||
if (me.api) {
|
||||
@ -426,7 +427,8 @@ define([
|
||||
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.',
|
||||
txtImportWizard: 'Text Import Wizard'
|
||||
txtImportWizard: 'Text Import Wizard',
|
||||
txtUrlTitle: 'Paste a data URL'
|
||||
|
||||
}, SSE.Controllers.DataTab || {}));
|
||||
});
|
||||
@ -417,6 +417,7 @@
|
||||
"SSE.Controllers.DataTab.txtRemDuplicates": "Remove Duplicates",
|
||||
"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.txtUrlTitle": "Paste a data URL",
|
||||
"SSE.Controllers.DocumentHolder.alignmentText": "Alignment",
|
||||
"SSE.Controllers.DocumentHolder.centerText": "Center",
|
||||
"SSE.Controllers.DocumentHolder.deleteColumnText": "Delete Column",
|
||||
|
||||
Reference in New Issue
Block a user