diff --git a/apps/spreadsheeteditor/main/app/controller/Main.js b/apps/spreadsheeteditor/main/app/controller/Main.js
index 7ef25025e..6f8cdd6ed 100644
--- a/apps/spreadsheeteditor/main/app/controller/Main.js
+++ b/apps/spreadsheeteditor/main/app/controller/Main.js
@@ -1526,6 +1526,10 @@ define([
config.maxwidth = 600;
break;
+ case Asc.c_oAscError.ID.MoveSlicerError:
+ config.msg = this.errorMoveSlicerError;
+ break;
+
default:
config.msg = (typeof id == 'string') ? id : this.errorDefaultMessage.replace('%1', id);
break;
@@ -2628,7 +2632,8 @@ define([
textRemember: 'Remember my choice',
errorPasteSlicerError: 'Table slicers cannot be copied from one workbook to another.',
errorFrmlMaxLength: 'You cannot add this formula as its length exceeded the allowed number of characters.
Please edit it and try again.',
- errorFrmlMaxReference: 'You cannot enter this formula because it has too many values,
cell references, and/or names.'
+ errorFrmlMaxReference: 'You cannot enter this formula because it has too many values,
cell references, and/or names.',
+ errorMoveSlicerError: 'Table slicers cannot be copied from one workbook to another.
Try again by selecting the entire table and the slicers.'
}
})(), SSE.Controllers.Main || {}))
});
diff --git a/apps/spreadsheeteditor/main/locale/en.json b/apps/spreadsheeteditor/main/locale/en.json
index 289c16a4d..983af193b 100644
--- a/apps/spreadsheeteditor/main/locale/en.json
+++ b/apps/spreadsheeteditor/main/locale/en.json
@@ -519,6 +519,7 @@
"SSE.Controllers.Main.errorOperandExpected": "The entered function syntax is not correct. Please check if you are missing one of the parentheses - '(' or ')'.",
"SSE.Controllers.Main.errorPasteMaxRange": "The copy and paste area do not match.
Please select an area with the same size or click the first cell in a row to paste the copied cells.",
"SSE.Controllers.Main.errorPasteSlicerError": "Table slicers cannot be copied from one workbook to another.",
+ "SSE.Controllers.Main.errorMoveSlicerError": "Table slicers cannot be copied from one workbook to another.
Try again by selecting the entire table and the slicers.",
"SSE.Controllers.Main.errorPivotOverlap": "A pivot table report cannot overlap a table.",
"SSE.Controllers.Main.errorPrintMaxPagesCount": "Unfortunately, it is not possible to print more than 1500 pages at once in the current program version.
This restriction will be removed in the upcoming releases.",
"SSE.Controllers.Main.errorProcessSaveResult": "Saving failed",
diff --git a/apps/spreadsheeteditor/main/locale/it.json b/apps/spreadsheeteditor/main/locale/it.json
index b2ae0c210..4d59abce4 100644
--- a/apps/spreadsheeteditor/main/locale/it.json
+++ b/apps/spreadsheeteditor/main/locale/it.json
@@ -518,6 +518,7 @@
"SSE.Controllers.Main.errorOperandExpected": "La sintassi per la funzione inserita non è corretta. Controlla se hai dimenticato una delle parentesi - '(' oppure ')'.",
"SSE.Controllers.Main.errorPasteMaxRange": "l'area di copia-incolla non coincide.
Selezionare un'area con le stesse dimensioni o fare click sulla prima cella in una riga per incollare le celle copiate.",
"SSE.Controllers.Main.errorPasteSlicerError": "I filtri dei dati della tabella non possono essere copiati da una cartella di lavoro a un'altra.",
+ "SSE.Controllers.Main.errorMoveSlicerError": "I filtri dei dati della tabella non possono essere copiati da una cartella di lavoro a un'altra.
Riprova selezionando l'intera tabella e i filtri dei dati.",
"SSE.Controllers.Main.errorPivotOverlap": "Un report di tabella pivot non può sovrapporsi a una tabella.",
"SSE.Controllers.Main.errorPrintMaxPagesCount": "Purtroppo non è possibile stampare più di 1500 pagine alla volta con la versione attuale del programma.
Questa limitazione sarà rimossa nelle prossime versioni del programma.",
"SSE.Controllers.Main.errorProcessSaveResult": "Salvataggio non riuscito",
diff --git a/apps/spreadsheeteditor/main/locale/ru.json b/apps/spreadsheeteditor/main/locale/ru.json
index 7ea5837b2..dba33e944 100644
--- a/apps/spreadsheeteditor/main/locale/ru.json
+++ b/apps/spreadsheeteditor/main/locale/ru.json
@@ -518,6 +518,7 @@
"SSE.Controllers.Main.errorOperandExpected": "Синтаксис введенной функции некорректен. Проверьте, не пропущена ли одна из скобок - '(' или ')'.",
"SSE.Controllers.Main.errorPasteMaxRange": "Область копирования не соответствует области вставки.
Для вставки скопированных ячеек выделите область такого же размера или щелкните по первой ячейке в строке.",
"SSE.Controllers.Main.errorPasteSlicerError": "Срезы таблиц нельзя копировать из одной рабочей книги в другую.",
+ "SSE.Controllers.Main.errorMoveSlicerError": "Срезы таблиц нельзя копировать из одной рабочей книги в другую.
Попробуйте еще раз, выделив всю таблицу и срезы.",
"SSE.Controllers.Main.errorPivotOverlap": "Не допускается перекрытие отчета сводной таблицы и таблицы.",
"SSE.Controllers.Main.errorPrintMaxPagesCount": "К сожалению, в текущей версии программы нельзя напечатать более 1500 страниц за один раз.
Это ограничение будет устранено в последующих версиях.",
"SSE.Controllers.Main.errorProcessSaveResult": "Сбой при сохранении",