From aec67d72ac29ca7c1bb48b98789df5042ddd8042 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Fri, 8 Nov 2024 16:25:07 +0300 Subject: [PATCH 1/2] Handle watermark error --- apps/documenteditor/main/app/controller/Main.js | 5 +++++ apps/documenteditor/main/locale/en.json | 1 + apps/documenteditor/mobile/locale/en.json | 1 + apps/documenteditor/mobile/src/controller/Error.jsx | 4 ++++ apps/pdfeditor/main/app/controller/Main.js | 4 ++++ apps/pdfeditor/main/locale/en.json | 1 + apps/presentationeditor/main/app/controller/Main.js | 5 +++++ apps/presentationeditor/main/locale/en.json | 1 + apps/presentationeditor/mobile/locale/en.json | 1 + apps/presentationeditor/mobile/src/controller/Error.jsx | 4 ++++ apps/spreadsheeteditor/main/app/controller/Main.js | 5 +++++ apps/spreadsheeteditor/main/locale/en.json | 1 + apps/spreadsheeteditor/mobile/locale/en.json | 1 + apps/spreadsheeteditor/mobile/src/controller/Error.jsx | 4 ++++ 14 files changed, 38 insertions(+) diff --git a/apps/documenteditor/main/app/controller/Main.js b/apps/documenteditor/main/app/controller/Main.js index 5b9bf8bb7c..d3a5e2546b 100644 --- a/apps/documenteditor/main/app/controller/Main.js +++ b/apps/documenteditor/main/app/controller/Main.js @@ -2261,6 +2261,11 @@ define([ config.msg = this.errorPasswordIsNotCorrect; break; + case Asc.c_oAscError.ID.CannotSaveWatermark: + config.maxwidth = 600; + config.msg = this.errorSaveWatermark; + break; + case Asc.c_oAscError.ID.ConvertationOpenFormat: config.maxwidth = 600; if (errData === 'pdf') diff --git a/apps/documenteditor/main/locale/en.json b/apps/documenteditor/main/locale/en.json index eb75a80381..59267cd022 100644 --- a/apps/documenteditor/main/locale/en.json +++ b/apps/documenteditor/main/locale/en.json @@ -924,6 +924,7 @@ "DE.Controllers.Main.errorUserDrop": "The file cannot be accessed right now.", "DE.Controllers.Main.errorUsersExceed": "The number of users allowed by the pricing plan was exceeded", "DE.Controllers.Main.errorViewerDisconnect": "Connection is lost. You can still view the document,
but will not be able to download or print it until the connection is restored and page is reloaded.", + "DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To save the file as a PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer.", "DE.Controllers.Main.leavePageText": "You have unsaved changes in this document. Click \"Stay on This Page\", then \"Save\" to save them. Click \"Leave This Page\" to discard all the unsaved changes.", "DE.Controllers.Main.leavePageTextOnClose": "All unsaved changes in this document will be lost.
Click \"Cancel\" then \"Save\" to save them. Click \"OK\" to discard all the unsaved changes.", "DE.Controllers.Main.loadFontsTextText": "Loading data...", diff --git a/apps/documenteditor/mobile/locale/en.json b/apps/documenteditor/mobile/locale/en.json index b1b1e06995..0308b9087c 100644 --- a/apps/documenteditor/mobile/locale/en.json +++ b/apps/documenteditor/mobile/locale/en.json @@ -455,6 +455,7 @@ "errorUserDrop": "The file can't be accessed right now.", "errorUsersExceed": "The number of users allowed by the pricing plan was exceeded", "errorViewerDisconnect": "Connection is lost. You can still view the document,
but you won't be able to download or print it until the connection is restored and the page is reloaded.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To save the file as a PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer.", "notcriticalErrorTitle": "Warning", "openErrorText": "An error has occurred while opening the file", "saveErrorText": "An error has occurred while saving the file", diff --git a/apps/documenteditor/mobile/src/controller/Error.jsx b/apps/documenteditor/mobile/src/controller/Error.jsx index 8359f42971..b72e763172 100644 --- a/apps/documenteditor/mobile/src/controller/Error.jsx +++ b/apps/documenteditor/mobile/src/controller/Error.jsx @@ -251,6 +251,10 @@ const ErrorController = inject('storeAppOptions','storeDocumentInfo')(({storeApp config.msg = _t.errorInconsistentExt; break; + case Asc.c_oAscError.ID.CannotSaveWatermark: + config.msg = t('Error.errorSaveWatermark'); + break; + default: config.msg = _t.errorDefaultMessage.replace('%1', id); break; diff --git a/apps/pdfeditor/main/app/controller/Main.js b/apps/pdfeditor/main/app/controller/Main.js index 66bccc7492..b0bfacc018 100644 --- a/apps/pdfeditor/main/app/controller/Main.js +++ b/apps/pdfeditor/main/app/controller/Main.js @@ -1825,6 +1825,10 @@ define([ config.msg = this.errorEmailClient; break; + case Asc.c_oAscError.ID.CannotSaveWatermark: + config.msg = this.errorSaveWatermark; + break; + default: config.msg = (typeof id == 'string') ? id : this.errorDefaultMessage.replace('%1', id); break; diff --git a/apps/pdfeditor/main/locale/en.json b/apps/pdfeditor/main/locale/en.json index d715e2a2b0..ad7e6db9fd 100644 --- a/apps/pdfeditor/main/locale/en.json +++ b/apps/pdfeditor/main/locale/en.json @@ -920,6 +920,7 @@ "PDFE.Controllers.Main.errorUserDrop": "The file cannot be accessed right now.", "PDFE.Controllers.Main.errorUsersExceed": "The number of users allowed by the pricing plan was exceeded", "PDFE.Controllers.Main.errorViewerDisconnect": "Connection is lost. You can still view the document,
but will not be able to download or print it until the connection is restored and page is reloaded.", + "PDFE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To save the file as a PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer.", "PDFE.Controllers.Main.leavePageText": "You have unsaved changes in this document. Click \"Stay on This Page\", then \"Save\" to save them. Click \"Leave This Page\" to discard all the unsaved changes.", "PDFE.Controllers.Main.leavePageTextOnClose": "All unsaved changes in this document will be lost.
Click \"Cancel\" then \"Save\" to save them. Click \"OK\" to discard all the unsaved changes.", "PDFE.Controllers.Main.loadFontsTextText": "Loading data...", diff --git a/apps/presentationeditor/main/app/controller/Main.js b/apps/presentationeditor/main/app/controller/Main.js index 1464196812..f53aef9daa 100644 --- a/apps/presentationeditor/main/app/controller/Main.js +++ b/apps/presentationeditor/main/app/controller/Main.js @@ -1781,6 +1781,11 @@ define([ config.msg = this.errorInconsistentExt; break; + case Asc.c_oAscError.ID.CannotSaveWatermark: + config.maxwidth = 600; + config.msg = this.errorSaveWatermark; + break; + default: config.msg = (typeof id == 'string') ? id : this.errorDefaultMessage.replace('%1', id); break; diff --git a/apps/presentationeditor/main/locale/en.json b/apps/presentationeditor/main/locale/en.json index edcc2f3c19..590cc5ed47 100644 --- a/apps/presentationeditor/main/locale/en.json +++ b/apps/presentationeditor/main/locale/en.json @@ -965,6 +965,7 @@ "PE.Controllers.Main.errorUserDrop": "The file cannot be accessed right now.", "PE.Controllers.Main.errorUsersExceed": "The number of users allowed by the pricing plan was exceeded", "PE.Controllers.Main.errorViewerDisconnect": "Connection is lost. You can still view the document,
but will not be able to download or print it until the connection is restored and page is reloaded.", + "PE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To save the file as a PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer.", "PE.Controllers.Main.leavePageText": "You have unsaved changes in this presentation. Click \"Stay on This Page\", then \"Save\" to save them. Click \"Leave This Page\" to discard all the unsaved changes.", "PE.Controllers.Main.leavePageTextOnClose": "All unsaved changes in this presentation will be lost.
Click \"Cancel\" then \"Save\" to save them. Click \"OK\" to discard all the unsaved changes.", "PE.Controllers.Main.loadFontsTextText": "Loading data...", diff --git a/apps/presentationeditor/mobile/locale/en.json b/apps/presentationeditor/mobile/locale/en.json index 797b5c50b0..872c6800ff 100644 --- a/apps/presentationeditor/mobile/locale/en.json +++ b/apps/presentationeditor/mobile/locale/en.json @@ -221,6 +221,7 @@ "errorUserDrop": "The file cannot be accessed right now.", "errorUsersExceed": "The number of users allowed by the pricing plan was exceeded", "errorViewerDisconnect": "Connection is lost. You can still view the document,
but you won't be able to download or print it until the connection is restored and the page is reloaded.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To save the file as a PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer.", "notcriticalErrorTitle": "Warning", "openErrorText": "An error has occurred while opening the file", "saveErrorText": "An error has occurred while saving the file", diff --git a/apps/presentationeditor/mobile/src/controller/Error.jsx b/apps/presentationeditor/mobile/src/controller/Error.jsx index dd2aaff5e6..0c9383d4ed 100644 --- a/apps/presentationeditor/mobile/src/controller/Error.jsx +++ b/apps/presentationeditor/mobile/src/controller/Error.jsx @@ -207,6 +207,10 @@ const ErrorController = inject('storeAppOptions','storePresentationInfo')(({stor config.msg = _t.errorInconsistentExt; break; + case Asc.c_oAscError.ID.CannotSaveWatermark: + config.msg = t('Error.errorSaveWatermark'); + break; + default: config.msg = _t.errorDefaultMessage.replace('%1', id); break; diff --git a/apps/spreadsheeteditor/main/app/controller/Main.js b/apps/spreadsheeteditor/main/app/controller/Main.js index f3cbcc5928..a2ae414f12 100644 --- a/apps/spreadsheeteditor/main/app/controller/Main.js +++ b/apps/spreadsheeteditor/main/app/controller/Main.js @@ -2203,6 +2203,11 @@ define([ config.maxwidth = 600; break; + case Asc.c_oAscError.ID.CannotSaveWatermark: + config.maxwidth = 600; + config.msg = this.errorSaveWatermark; + break; + default: config.msg = (typeof id == 'string') ? id : this.errorDefaultMessage.replace('%1', id); break; diff --git a/apps/spreadsheeteditor/main/locale/en.json b/apps/spreadsheeteditor/main/locale/en.json index 28b8054cce..194892b2ff 100644 --- a/apps/spreadsheeteditor/main/locale/en.json +++ b/apps/spreadsheeteditor/main/locale/en.json @@ -1095,6 +1095,7 @@ "SSE.Controllers.Main.errorWrongBracketsCount": "An error in the entered formula.
Wrong number of brackets is used.", "SSE.Controllers.Main.errorWrongOperator": "An error in the entered formula. Wrong operator is used.
Please correct the error.", "SSE.Controllers.Main.errorWrongPassword": "The password you supplied is not correct.", + "SSE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To save the file as a PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer.", "SSE.Controllers.Main.errRemDuplicates": "Duplicate values found and deleted: {0}, unique values left: {1}.", "SSE.Controllers.Main.leavePageText": "You have unsaved changes in this spreadsheet. Click 'Stay on this Page' then 'Save' to save them. Click 'Leave this Page' to discard all the unsaved changes.", "SSE.Controllers.Main.leavePageTextOnClose": "All unsaved changes in this spreadsheet will be lost.
Click \"Cancel\" then \"Save\" to save them. Click \"OK\" to discard all the unsaved changes.", diff --git a/apps/spreadsheeteditor/mobile/locale/en.json b/apps/spreadsheeteditor/mobile/locale/en.json index 33df41f1bb..7ad8ef4de7 100644 --- a/apps/spreadsheeteditor/mobile/locale/en.json +++ b/apps/spreadsheeteditor/mobile/locale/en.json @@ -354,6 +354,7 @@ "textCancel": "Cancel", "textClose": "Close", "textErrorPasswordIsNotCorrect": "The password you supplied is not correct.
Verify that the CAPS LOCK key is off and be sure to use the correct capitalization.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To save the file as a PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer.", "textFillOtherRows": "Fill other rows", "textFormulaFilledAllRows": "Formula filled {0} rows have data. Filling other empty rows may take a few minutes.", "textFormulaFilledAllRowsWithEmpty": "Formula filled first {0} rows. Filling other empty rows may take a few minutes.", diff --git a/apps/spreadsheeteditor/mobile/src/controller/Error.jsx b/apps/spreadsheeteditor/mobile/src/controller/Error.jsx index d4c68c8657..8d2eb1289d 100644 --- a/apps/spreadsheeteditor/mobile/src/controller/Error.jsx +++ b/apps/spreadsheeteditor/mobile/src/controller/Error.jsx @@ -491,6 +491,10 @@ const ErrorController = inject('storeAppOptions','storeSpreadsheetInfo')(({store config.msg = t('Error.errorCircularReference'); break; + case Asc.c_oAscError.ID.CannotSaveWatermark: + config.msg = t('Error.errorSaveWatermark'); + break; + default: config.msg = _t.errorDefaultMessage.replace('%1', id); break; From 1c20bb4ef94d3c1fb200985bc8399426905a4aee Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Fri, 8 Nov 2024 16:31:08 +0300 Subject: [PATCH 2/2] Update translation --- apps/documenteditor/main/locale/ar.json | 3 ++- apps/documenteditor/main/locale/az.json | 3 ++- apps/documenteditor/main/locale/be.json | 3 ++- apps/documenteditor/main/locale/bg.json | 3 ++- apps/documenteditor/main/locale/ca.json | 3 ++- apps/documenteditor/main/locale/cs.json | 3 ++- apps/documenteditor/main/locale/da.json | 3 ++- apps/documenteditor/main/locale/de.json | 3 ++- apps/documenteditor/main/locale/el.json | 3 ++- apps/documenteditor/main/locale/en.json | 2 +- apps/documenteditor/main/locale/es.json | 3 ++- apps/documenteditor/main/locale/eu.json | 3 ++- apps/documenteditor/main/locale/fi.json | 3 ++- apps/documenteditor/main/locale/fr.json | 3 ++- apps/documenteditor/main/locale/gl.json | 3 ++- apps/documenteditor/main/locale/he.json | 3 ++- apps/documenteditor/main/locale/hu.json | 3 ++- apps/documenteditor/main/locale/hy.json | 3 ++- apps/documenteditor/main/locale/id.json | 3 ++- apps/documenteditor/main/locale/it.json | 3 ++- apps/documenteditor/main/locale/ja.json | 3 ++- apps/documenteditor/main/locale/ko.json | 3 ++- apps/documenteditor/main/locale/lo.json | 3 ++- apps/documenteditor/main/locale/lv.json | 3 ++- apps/documenteditor/main/locale/ms.json | 3 ++- apps/documenteditor/main/locale/nl.json | 3 ++- apps/documenteditor/main/locale/no.json | 3 ++- apps/documenteditor/main/locale/pl.json | 3 ++- apps/documenteditor/main/locale/pt-pt.json | 3 ++- apps/documenteditor/main/locale/pt.json | 3 ++- apps/documenteditor/main/locale/ro.json | 3 ++- apps/documenteditor/main/locale/ru.json | 3 ++- apps/documenteditor/main/locale/si.json | 3 ++- apps/documenteditor/main/locale/sk.json | 3 ++- apps/documenteditor/main/locale/sl.json | 3 ++- apps/documenteditor/main/locale/sr-cyrl.json | 3 ++- apps/documenteditor/main/locale/sr.json | 3 ++- apps/documenteditor/main/locale/sv.json | 3 ++- apps/documenteditor/main/locale/tr.json | 3 ++- apps/documenteditor/main/locale/uk.json | 3 ++- apps/documenteditor/main/locale/vi.json | 3 ++- apps/documenteditor/main/locale/zh-tw.json | 3 ++- apps/documenteditor/main/locale/zh.json | 3 ++- apps/documenteditor/mobile/locale/ar.json | 3 ++- apps/documenteditor/mobile/locale/az.json | 3 ++- apps/documenteditor/mobile/locale/be.json | 3 ++- apps/documenteditor/mobile/locale/bg.json | 3 ++- apps/documenteditor/mobile/locale/ca.json | 3 ++- apps/documenteditor/mobile/locale/cs.json | 3 ++- apps/documenteditor/mobile/locale/da.json | 3 ++- apps/documenteditor/mobile/locale/de.json | 3 ++- apps/documenteditor/mobile/locale/el.json | 3 ++- apps/documenteditor/mobile/locale/en.json | 2 +- apps/documenteditor/mobile/locale/es.json | 3 ++- apps/documenteditor/mobile/locale/eu.json | 3 ++- apps/documenteditor/mobile/locale/fi.json | 3 ++- apps/documenteditor/mobile/locale/fr.json | 3 ++- apps/documenteditor/mobile/locale/gl.json | 3 ++- apps/documenteditor/mobile/locale/he.json | 3 ++- apps/documenteditor/mobile/locale/hu.json | 3 ++- apps/documenteditor/mobile/locale/hy.json | 3 ++- apps/documenteditor/mobile/locale/id.json | 3 ++- apps/documenteditor/mobile/locale/it.json | 3 ++- apps/documenteditor/mobile/locale/ja.json | 3 ++- apps/documenteditor/mobile/locale/ko.json | 3 ++- apps/documenteditor/mobile/locale/lo.json | 3 ++- apps/documenteditor/mobile/locale/lv.json | 3 ++- apps/documenteditor/mobile/locale/ms.json | 3 ++- apps/documenteditor/mobile/locale/nl.json | 3 ++- apps/documenteditor/mobile/locale/pl.json | 3 ++- apps/documenteditor/mobile/locale/pt-pt.json | 3 ++- apps/documenteditor/mobile/locale/pt.json | 3 ++- apps/documenteditor/mobile/locale/ro.json | 3 ++- apps/documenteditor/mobile/locale/ru.json | 3 ++- apps/documenteditor/mobile/locale/si.json | 3 ++- apps/documenteditor/mobile/locale/sk.json | 3 ++- apps/documenteditor/mobile/locale/sl.json | 3 ++- apps/documenteditor/mobile/locale/sr-cyrl.json | 3 ++- apps/documenteditor/mobile/locale/sr.json | 3 ++- apps/documenteditor/mobile/locale/sv.json | 3 ++- apps/documenteditor/mobile/locale/tr.json | 3 ++- apps/documenteditor/mobile/locale/uk.json | 3 ++- apps/documenteditor/mobile/locale/vi.json | 3 ++- apps/documenteditor/mobile/locale/zh-tw.json | 3 ++- apps/documenteditor/mobile/locale/zh.json | 3 ++- apps/pdfeditor/main/locale/ar.json | 3 ++- apps/pdfeditor/main/locale/az.json | 3 ++- apps/pdfeditor/main/locale/be.json | 3 ++- apps/pdfeditor/main/locale/bg.json | 3 ++- apps/pdfeditor/main/locale/ca.json | 3 ++- apps/pdfeditor/main/locale/cs.json | 3 ++- apps/pdfeditor/main/locale/da.json | 3 ++- apps/pdfeditor/main/locale/de.json | 3 ++- apps/pdfeditor/main/locale/el.json | 3 ++- apps/pdfeditor/main/locale/en.json | 2 +- apps/pdfeditor/main/locale/es.json | 3 ++- apps/pdfeditor/main/locale/eu.json | 3 ++- apps/pdfeditor/main/locale/fi.json | 3 ++- apps/pdfeditor/main/locale/fr.json | 3 ++- apps/pdfeditor/main/locale/gl.json | 3 ++- apps/pdfeditor/main/locale/he.json | 3 ++- apps/pdfeditor/main/locale/hu.json | 3 ++- apps/pdfeditor/main/locale/hy.json | 3 ++- apps/pdfeditor/main/locale/id.json | 3 ++- apps/pdfeditor/main/locale/it.json | 3 ++- apps/pdfeditor/main/locale/ja.json | 3 ++- apps/pdfeditor/main/locale/ko.json | 3 ++- apps/pdfeditor/main/locale/lo.json | 3 ++- apps/pdfeditor/main/locale/lv.json | 3 ++- apps/pdfeditor/main/locale/ms.json | 3 ++- apps/pdfeditor/main/locale/nl.json | 3 ++- apps/pdfeditor/main/locale/pl.json | 3 ++- apps/pdfeditor/main/locale/pt-pt.json | 3 ++- apps/pdfeditor/main/locale/pt.json | 3 ++- apps/pdfeditor/main/locale/ro.json | 3 ++- apps/pdfeditor/main/locale/ru.json | 3 ++- apps/pdfeditor/main/locale/si.json | 3 ++- apps/pdfeditor/main/locale/sk.json | 3 ++- apps/pdfeditor/main/locale/sl.json | 3 ++- apps/pdfeditor/main/locale/sr-cyrl.json | 3 ++- apps/pdfeditor/main/locale/sr.json | 3 ++- apps/pdfeditor/main/locale/sv.json | 3 ++- apps/pdfeditor/main/locale/tr.json | 3 ++- apps/pdfeditor/main/locale/uk.json | 3 ++- apps/pdfeditor/main/locale/zh-tw.json | 3 ++- apps/pdfeditor/main/locale/zh.json | 3 ++- apps/presentationeditor/main/locale/ar.json | 3 ++- apps/presentationeditor/main/locale/az.json | 3 ++- apps/presentationeditor/main/locale/be.json | 3 ++- apps/presentationeditor/main/locale/bg.json | 3 ++- apps/presentationeditor/main/locale/ca.json | 3 ++- apps/presentationeditor/main/locale/cs.json | 3 ++- apps/presentationeditor/main/locale/da.json | 3 ++- apps/presentationeditor/main/locale/de.json | 3 ++- apps/presentationeditor/main/locale/el.json | 3 ++- apps/presentationeditor/main/locale/en.json | 2 +- apps/presentationeditor/main/locale/es.json | 3 ++- apps/presentationeditor/main/locale/eu.json | 3 ++- apps/presentationeditor/main/locale/fi.json | 3 ++- apps/presentationeditor/main/locale/fr.json | 3 ++- apps/presentationeditor/main/locale/gl.json | 3 ++- apps/presentationeditor/main/locale/he.json | 3 ++- apps/presentationeditor/main/locale/hu.json | 3 ++- apps/presentationeditor/main/locale/hy.json | 3 ++- apps/presentationeditor/main/locale/id.json | 3 ++- apps/presentationeditor/main/locale/it.json | 3 ++- apps/presentationeditor/main/locale/ja.json | 3 ++- apps/presentationeditor/main/locale/ko.json | 3 ++- apps/presentationeditor/main/locale/lo.json | 3 ++- apps/presentationeditor/main/locale/lv.json | 3 ++- apps/presentationeditor/main/locale/ms.json | 3 ++- apps/presentationeditor/main/locale/nl.json | 3 ++- apps/presentationeditor/main/locale/pl.json | 3 ++- apps/presentationeditor/main/locale/pt-pt.json | 3 ++- apps/presentationeditor/main/locale/pt.json | 3 ++- apps/presentationeditor/main/locale/ro.json | 3 ++- apps/presentationeditor/main/locale/ru.json | 3 ++- apps/presentationeditor/main/locale/si.json | 3 ++- apps/presentationeditor/main/locale/sk.json | 3 ++- apps/presentationeditor/main/locale/sl.json | 3 ++- apps/presentationeditor/main/locale/sr-cyrl.json | 3 ++- apps/presentationeditor/main/locale/sr.json | 3 ++- apps/presentationeditor/main/locale/sv.json | 3 ++- apps/presentationeditor/main/locale/tr.json | 3 ++- apps/presentationeditor/main/locale/uk.json | 3 ++- apps/presentationeditor/main/locale/vi.json | 3 ++- apps/presentationeditor/main/locale/zh-tw.json | 3 ++- apps/presentationeditor/main/locale/zh.json | 3 ++- apps/presentationeditor/mobile/locale/ar.json | 3 ++- apps/presentationeditor/mobile/locale/az.json | 3 ++- apps/presentationeditor/mobile/locale/be.json | 3 ++- apps/presentationeditor/mobile/locale/bg.json | 3 ++- apps/presentationeditor/mobile/locale/ca.json | 3 ++- apps/presentationeditor/mobile/locale/cs.json | 3 ++- apps/presentationeditor/mobile/locale/de.json | 3 ++- apps/presentationeditor/mobile/locale/el.json | 3 ++- apps/presentationeditor/mobile/locale/en.json | 2 +- apps/presentationeditor/mobile/locale/es.json | 3 ++- apps/presentationeditor/mobile/locale/eu.json | 3 ++- apps/presentationeditor/mobile/locale/fr.json | 3 ++- apps/presentationeditor/mobile/locale/gl.json | 3 ++- apps/presentationeditor/mobile/locale/he.json | 3 ++- apps/presentationeditor/mobile/locale/hu.json | 3 ++- apps/presentationeditor/mobile/locale/hy.json | 3 ++- apps/presentationeditor/mobile/locale/id.json | 3 ++- apps/presentationeditor/mobile/locale/it.json | 3 ++- apps/presentationeditor/mobile/locale/ja.json | 3 ++- apps/presentationeditor/mobile/locale/ko.json | 3 ++- apps/presentationeditor/mobile/locale/lo.json | 3 ++- apps/presentationeditor/mobile/locale/lv.json | 3 ++- apps/presentationeditor/mobile/locale/ms.json | 3 ++- apps/presentationeditor/mobile/locale/nl.json | 3 ++- apps/presentationeditor/mobile/locale/pl.json | 3 ++- apps/presentationeditor/mobile/locale/pt-pt.json | 3 ++- apps/presentationeditor/mobile/locale/pt.json | 3 ++- apps/presentationeditor/mobile/locale/ro.json | 3 ++- apps/presentationeditor/mobile/locale/ru.json | 3 ++- apps/presentationeditor/mobile/locale/si.json | 3 ++- apps/presentationeditor/mobile/locale/sk.json | 3 ++- apps/presentationeditor/mobile/locale/sl.json | 3 ++- apps/presentationeditor/mobile/locale/sr-cyrl.json | 3 ++- apps/presentationeditor/mobile/locale/sr.json | 3 ++- apps/presentationeditor/mobile/locale/tr.json | 3 ++- apps/presentationeditor/mobile/locale/uk.json | 3 ++- apps/presentationeditor/mobile/locale/vi.json | 3 ++- apps/presentationeditor/mobile/locale/zh-tw.json | 3 ++- apps/presentationeditor/mobile/locale/zh.json | 3 ++- apps/spreadsheeteditor/main/locale/ar.json | 3 ++- apps/spreadsheeteditor/main/locale/az.json | 3 ++- apps/spreadsheeteditor/main/locale/be.json | 3 ++- apps/spreadsheeteditor/main/locale/bg.json | 3 ++- apps/spreadsheeteditor/main/locale/ca.json | 3 ++- apps/spreadsheeteditor/main/locale/cs.json | 3 ++- apps/spreadsheeteditor/main/locale/da.json | 3 ++- apps/spreadsheeteditor/main/locale/de.json | 3 ++- apps/spreadsheeteditor/main/locale/el.json | 3 ++- apps/spreadsheeteditor/main/locale/en.json | 2 +- apps/spreadsheeteditor/main/locale/es.json | 3 ++- apps/spreadsheeteditor/main/locale/eu.json | 3 ++- apps/spreadsheeteditor/main/locale/fi.json | 3 ++- apps/spreadsheeteditor/main/locale/fr.json | 3 ++- apps/spreadsheeteditor/main/locale/gl.json | 3 ++- apps/spreadsheeteditor/main/locale/he.json | 3 ++- apps/spreadsheeteditor/main/locale/hu.json | 3 ++- apps/spreadsheeteditor/main/locale/hy.json | 3 ++- apps/spreadsheeteditor/main/locale/id.json | 3 ++- apps/spreadsheeteditor/main/locale/it.json | 3 ++- apps/spreadsheeteditor/main/locale/ja.json | 3 ++- apps/spreadsheeteditor/main/locale/ko.json | 3 ++- apps/spreadsheeteditor/main/locale/lo.json | 3 ++- apps/spreadsheeteditor/main/locale/lv.json | 3 ++- apps/spreadsheeteditor/main/locale/ms.json | 3 ++- apps/spreadsheeteditor/main/locale/nl.json | 3 ++- apps/spreadsheeteditor/main/locale/pl.json | 3 ++- apps/spreadsheeteditor/main/locale/pt-pt.json | 3 ++- apps/spreadsheeteditor/main/locale/pt.json | 3 ++- apps/spreadsheeteditor/main/locale/ro.json | 3 ++- apps/spreadsheeteditor/main/locale/ru.json | 3 ++- apps/spreadsheeteditor/main/locale/si.json | 3 ++- apps/spreadsheeteditor/main/locale/sk.json | 3 ++- apps/spreadsheeteditor/main/locale/sl.json | 3 ++- apps/spreadsheeteditor/main/locale/sr-cyrl.json | 3 ++- apps/spreadsheeteditor/main/locale/sr.json | 3 ++- apps/spreadsheeteditor/main/locale/sv.json | 3 ++- apps/spreadsheeteditor/main/locale/tr.json | 3 ++- apps/spreadsheeteditor/main/locale/uk.json | 3 ++- apps/spreadsheeteditor/main/locale/vi.json | 3 ++- apps/spreadsheeteditor/main/locale/zh-tw.json | 3 ++- apps/spreadsheeteditor/main/locale/zh.json | 3 ++- apps/spreadsheeteditor/mobile/locale/ar.json | 3 ++- apps/spreadsheeteditor/mobile/locale/az.json | 3 ++- apps/spreadsheeteditor/mobile/locale/be.json | 3 ++- apps/spreadsheeteditor/mobile/locale/bg.json | 3 ++- apps/spreadsheeteditor/mobile/locale/ca.json | 3 ++- apps/spreadsheeteditor/mobile/locale/cs.json | 3 ++- apps/spreadsheeteditor/mobile/locale/da.json | 3 ++- apps/spreadsheeteditor/mobile/locale/de.json | 3 ++- apps/spreadsheeteditor/mobile/locale/el.json | 3 ++- apps/spreadsheeteditor/mobile/locale/en.json | 2 +- apps/spreadsheeteditor/mobile/locale/es.json | 3 ++- apps/spreadsheeteditor/mobile/locale/eu.json | 3 ++- apps/spreadsheeteditor/mobile/locale/fr.json | 3 ++- apps/spreadsheeteditor/mobile/locale/gl.json | 3 ++- apps/spreadsheeteditor/mobile/locale/he.json | 3 ++- apps/spreadsheeteditor/mobile/locale/hu.json | 3 ++- apps/spreadsheeteditor/mobile/locale/hy.json | 3 ++- apps/spreadsheeteditor/mobile/locale/id.json | 3 ++- apps/spreadsheeteditor/mobile/locale/it.json | 3 ++- apps/spreadsheeteditor/mobile/locale/ja.json | 3 ++- apps/spreadsheeteditor/mobile/locale/ko.json | 3 ++- apps/spreadsheeteditor/mobile/locale/lo.json | 3 ++- apps/spreadsheeteditor/mobile/locale/lv.json | 3 ++- apps/spreadsheeteditor/mobile/locale/ms.json | 3 ++- apps/spreadsheeteditor/mobile/locale/nl.json | 3 ++- apps/spreadsheeteditor/mobile/locale/pl.json | 3 ++- apps/spreadsheeteditor/mobile/locale/pt-pt.json | 3 ++- apps/spreadsheeteditor/mobile/locale/pt.json | 3 ++- apps/spreadsheeteditor/mobile/locale/ro.json | 3 ++- apps/spreadsheeteditor/mobile/locale/ru.json | 3 ++- apps/spreadsheeteditor/mobile/locale/si.json | 3 ++- apps/spreadsheeteditor/mobile/locale/sk.json | 3 ++- apps/spreadsheeteditor/mobile/locale/sl.json | 3 ++- apps/spreadsheeteditor/mobile/locale/sr-cyrl.json | 3 ++- apps/spreadsheeteditor/mobile/locale/sr.json | 3 ++- apps/spreadsheeteditor/mobile/locale/tr.json | 3 ++- apps/spreadsheeteditor/mobile/locale/uk.json | 3 ++- apps/spreadsheeteditor/mobile/locale/vi.json | 3 ++- apps/spreadsheeteditor/mobile/locale/zh-tw.json | 3 ++- apps/spreadsheeteditor/mobile/locale/zh.json | 3 ++- 289 files changed, 571 insertions(+), 289 deletions(-) diff --git a/apps/documenteditor/main/locale/ar.json b/apps/documenteditor/main/locale/ar.json index 57804fa9a6..078e352b4f 100644 --- a/apps/documenteditor/main/locale/ar.json +++ b/apps/documenteditor/main/locale/ar.json @@ -3664,5 +3664,6 @@ "DE.Views.WatermarkSettingsDialog.textTransparency": "شبه شفاف", "DE.Views.WatermarkSettingsDialog.textUnderline": "تحته خط", "DE.Views.WatermarkSettingsDialog.tipFontName": "اسم الخط", - "DE.Views.WatermarkSettingsDialog.tipFontSize": "حجم الخط" + "DE.Views.WatermarkSettingsDialog.tipFontSize": "حجم الخط", + "DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/az.json b/apps/documenteditor/main/locale/az.json index a6f132c3c7..7ad039a035 100644 --- a/apps/documenteditor/main/locale/az.json +++ b/apps/documenteditor/main/locale/az.json @@ -3664,5 +3664,6 @@ "DE.Views.WatermarkSettingsDialog.textTransparency": "Yarım şəffaf", "DE.Views.WatermarkSettingsDialog.textUnderline": "Altından xətt çəkilmiş", "DE.Views.WatermarkSettingsDialog.tipFontName": "Şrift Adı", - "DE.Views.WatermarkSettingsDialog.tipFontSize": "Şrift Ölçüsü" + "DE.Views.WatermarkSettingsDialog.tipFontSize": "Şrift Ölçüsü", + "DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/be.json b/apps/documenteditor/main/locale/be.json index de84656f74..bebba7147b 100644 --- a/apps/documenteditor/main/locale/be.json +++ b/apps/documenteditor/main/locale/be.json @@ -3664,5 +3664,6 @@ "DE.Views.WatermarkSettingsDialog.textTransparency": "Паўпразрысты", "DE.Views.WatermarkSettingsDialog.textUnderline": "Падкрэслены", "DE.Views.WatermarkSettingsDialog.tipFontName": "Назва шрыфту", - "DE.Views.WatermarkSettingsDialog.tipFontSize": "Памер шрыфту" + "DE.Views.WatermarkSettingsDialog.tipFontSize": "Памер шрыфту", + "DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/bg.json b/apps/documenteditor/main/locale/bg.json index 14c605035f..868f96b241 100644 --- a/apps/documenteditor/main/locale/bg.json +++ b/apps/documenteditor/main/locale/bg.json @@ -3664,5 +3664,6 @@ "DE.Views.WatermarkSettingsDialog.textTransparency": "Semitransparent", "DE.Views.WatermarkSettingsDialog.textUnderline": "Underline", "DE.Views.WatermarkSettingsDialog.tipFontName": "Име на шрифта", - "DE.Views.WatermarkSettingsDialog.tipFontSize": "Размер на шрифта" + "DE.Views.WatermarkSettingsDialog.tipFontSize": "Размер на шрифта", + "DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/ca.json b/apps/documenteditor/main/locale/ca.json index fdc22d5ecc..f2fb24608d 100644 --- a/apps/documenteditor/main/locale/ca.json +++ b/apps/documenteditor/main/locale/ca.json @@ -3664,5 +3664,6 @@ "DE.Views.WatermarkSettingsDialog.textTransparency": "Semitransparent", "DE.Views.WatermarkSettingsDialog.textUnderline": "Subratllar", "DE.Views.WatermarkSettingsDialog.tipFontName": "Nom de la lletra", - "DE.Views.WatermarkSettingsDialog.tipFontSize": "Mida de la lletra" + "DE.Views.WatermarkSettingsDialog.tipFontSize": "Mida de la lletra", + "DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/cs.json b/apps/documenteditor/main/locale/cs.json index 0f1c89b219..a756456ab0 100644 --- a/apps/documenteditor/main/locale/cs.json +++ b/apps/documenteditor/main/locale/cs.json @@ -3664,5 +3664,6 @@ "DE.Views.WatermarkSettingsDialog.textTransparency": "Poloprůhledné", "DE.Views.WatermarkSettingsDialog.textUnderline": "Podtržené", "DE.Views.WatermarkSettingsDialog.tipFontName": "Název písma", - "DE.Views.WatermarkSettingsDialog.tipFontSize": "Velikost písma" + "DE.Views.WatermarkSettingsDialog.tipFontSize": "Velikost písma", + "DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/da.json b/apps/documenteditor/main/locale/da.json index 02fbf40224..63e30817aa 100644 --- a/apps/documenteditor/main/locale/da.json +++ b/apps/documenteditor/main/locale/da.json @@ -3664,5 +3664,6 @@ "DE.Views.WatermarkSettingsDialog.textTransparency": "Halvgennemsigtig", "DE.Views.WatermarkSettingsDialog.textUnderline": "Understreg", "DE.Views.WatermarkSettingsDialog.tipFontName": "Skrifttypenavn", - "DE.Views.WatermarkSettingsDialog.tipFontSize": "Skriftstørrelse" + "DE.Views.WatermarkSettingsDialog.tipFontSize": "Skriftstørrelse", + "DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/de.json b/apps/documenteditor/main/locale/de.json index d9584af7b7..b7ab1307da 100644 --- a/apps/documenteditor/main/locale/de.json +++ b/apps/documenteditor/main/locale/de.json @@ -3664,5 +3664,6 @@ "DE.Views.WatermarkSettingsDialog.textTransparency": "Halbtransparent", "DE.Views.WatermarkSettingsDialog.textUnderline": "Unterstrichen", "DE.Views.WatermarkSettingsDialog.tipFontName": "Schriftartname", - "DE.Views.WatermarkSettingsDialog.tipFontSize": "Schriftgrad" + "DE.Views.WatermarkSettingsDialog.tipFontSize": "Schriftgrad", + "DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/el.json b/apps/documenteditor/main/locale/el.json index 2640c0d0e8..b788a86897 100644 --- a/apps/documenteditor/main/locale/el.json +++ b/apps/documenteditor/main/locale/el.json @@ -3664,5 +3664,6 @@ "DE.Views.WatermarkSettingsDialog.textTransparency": "Ημιδιαφανές", "DE.Views.WatermarkSettingsDialog.textUnderline": "Υπογράμμιση", "DE.Views.WatermarkSettingsDialog.tipFontName": "Όνομα γραμματοσειράς", - "DE.Views.WatermarkSettingsDialog.tipFontSize": "Μέγεθος γραμματοσειράς" + "DE.Views.WatermarkSettingsDialog.tipFontSize": "Μέγεθος γραμματοσειράς", + "DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/en.json b/apps/documenteditor/main/locale/en.json index 59267cd022..0ddca26f06 100644 --- a/apps/documenteditor/main/locale/en.json +++ b/apps/documenteditor/main/locale/en.json @@ -924,7 +924,7 @@ "DE.Controllers.Main.errorUserDrop": "The file cannot be accessed right now.", "DE.Controllers.Main.errorUsersExceed": "The number of users allowed by the pricing plan was exceeded", "DE.Controllers.Main.errorViewerDisconnect": "Connection is lost. You can still view the document,
but will not be able to download or print it until the connection is restored and page is reloaded.", - "DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To save the file as a PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer.", + "DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer.", "DE.Controllers.Main.leavePageText": "You have unsaved changes in this document. Click \"Stay on This Page\", then \"Save\" to save them. Click \"Leave This Page\" to discard all the unsaved changes.", "DE.Controllers.Main.leavePageTextOnClose": "All unsaved changes in this document will be lost.
Click \"Cancel\" then \"Save\" to save them. Click \"OK\" to discard all the unsaved changes.", "DE.Controllers.Main.loadFontsTextText": "Loading data...", diff --git a/apps/documenteditor/main/locale/es.json b/apps/documenteditor/main/locale/es.json index 37ea027acc..8cab67a8d6 100644 --- a/apps/documenteditor/main/locale/es.json +++ b/apps/documenteditor/main/locale/es.json @@ -3664,5 +3664,6 @@ "DE.Views.WatermarkSettingsDialog.textTransparency": "Semitransparente", "DE.Views.WatermarkSettingsDialog.textUnderline": "Subrayado", "DE.Views.WatermarkSettingsDialog.tipFontName": "Nombre de la fuente", - "DE.Views.WatermarkSettingsDialog.tipFontSize": "Tamaño de la fuente" + "DE.Views.WatermarkSettingsDialog.tipFontSize": "Tamaño de la fuente", + "DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/eu.json b/apps/documenteditor/main/locale/eu.json index aff5f813fd..04a4c0ea35 100644 --- a/apps/documenteditor/main/locale/eu.json +++ b/apps/documenteditor/main/locale/eu.json @@ -3664,5 +3664,6 @@ "DE.Views.WatermarkSettingsDialog.textTransparency": "Erdigardena", "DE.Views.WatermarkSettingsDialog.textUnderline": "Azpimarra", "DE.Views.WatermarkSettingsDialog.tipFontName": "Letra-tipoaren izena", - "DE.Views.WatermarkSettingsDialog.tipFontSize": "Letra-tamaina" + "DE.Views.WatermarkSettingsDialog.tipFontSize": "Letra-tamaina", + "DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/fi.json b/apps/documenteditor/main/locale/fi.json index 7ab1439e25..8f14ee58a5 100644 --- a/apps/documenteditor/main/locale/fi.json +++ b/apps/documenteditor/main/locale/fi.json @@ -3664,5 +3664,6 @@ "DE.Views.WatermarkSettingsDialog.textTransparency": "Läpikuultava", "DE.Views.WatermarkSettingsDialog.textUnderline": "Alleviivaus", "DE.Views.WatermarkSettingsDialog.tipFontName": "Fontti", - "DE.Views.WatermarkSettingsDialog.tipFontSize": "Fonttikoko" + "DE.Views.WatermarkSettingsDialog.tipFontSize": "Fonttikoko", + "DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/fr.json b/apps/documenteditor/main/locale/fr.json index 3c5f9ef877..ad49a34365 100644 --- a/apps/documenteditor/main/locale/fr.json +++ b/apps/documenteditor/main/locale/fr.json @@ -3664,5 +3664,6 @@ "DE.Views.WatermarkSettingsDialog.textTransparency": "Semi-transparent", "DE.Views.WatermarkSettingsDialog.textUnderline": "Souligné", "DE.Views.WatermarkSettingsDialog.tipFontName": "Nom de la police", - "DE.Views.WatermarkSettingsDialog.tipFontSize": "Taille de police" + "DE.Views.WatermarkSettingsDialog.tipFontSize": "Taille de police", + "DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/gl.json b/apps/documenteditor/main/locale/gl.json index 75207fd1e1..00faeaa79a 100644 --- a/apps/documenteditor/main/locale/gl.json +++ b/apps/documenteditor/main/locale/gl.json @@ -3664,5 +3664,6 @@ "DE.Views.WatermarkSettingsDialog.textTransparency": "Semitransparente", "DE.Views.WatermarkSettingsDialog.textUnderline": "Subliñado", "DE.Views.WatermarkSettingsDialog.tipFontName": "Nome da fonte", - "DE.Views.WatermarkSettingsDialog.tipFontSize": "Tamaño da fonte" + "DE.Views.WatermarkSettingsDialog.tipFontSize": "Tamaño da fonte", + "DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/he.json b/apps/documenteditor/main/locale/he.json index 6b00eaa202..354560073d 100644 --- a/apps/documenteditor/main/locale/he.json +++ b/apps/documenteditor/main/locale/he.json @@ -3664,5 +3664,6 @@ "DE.Views.WatermarkSettingsDialog.textTransparency": "חצי שקוף", "DE.Views.WatermarkSettingsDialog.textUnderline": "קו תחתון", "DE.Views.WatermarkSettingsDialog.tipFontName": "שם גופן", - "DE.Views.WatermarkSettingsDialog.tipFontSize": "גודל גופן" + "DE.Views.WatermarkSettingsDialog.tipFontSize": "גודל גופן", + "DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/hu.json b/apps/documenteditor/main/locale/hu.json index 4a39d0a37c..437c6a4e81 100644 --- a/apps/documenteditor/main/locale/hu.json +++ b/apps/documenteditor/main/locale/hu.json @@ -3664,5 +3664,6 @@ "DE.Views.WatermarkSettingsDialog.textTransparency": "Féligáttetsző", "DE.Views.WatermarkSettingsDialog.textUnderline": "Aláhúzott", "DE.Views.WatermarkSettingsDialog.tipFontName": "Betűtípus neve", - "DE.Views.WatermarkSettingsDialog.tipFontSize": "Betűméret" + "DE.Views.WatermarkSettingsDialog.tipFontSize": "Betűméret", + "DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/hy.json b/apps/documenteditor/main/locale/hy.json index 97e3af074d..cd95ec83e6 100644 --- a/apps/documenteditor/main/locale/hy.json +++ b/apps/documenteditor/main/locale/hy.json @@ -3664,5 +3664,6 @@ "DE.Views.WatermarkSettingsDialog.textTransparency": "Կիսաթափանցիկ", "DE.Views.WatermarkSettingsDialog.textUnderline": "Ընդգծված", "DE.Views.WatermarkSettingsDialog.tipFontName": "Տառատեսակի անուն", - "DE.Views.WatermarkSettingsDialog.tipFontSize": "Տառատեսակի չափ" + "DE.Views.WatermarkSettingsDialog.tipFontSize": "Տառատեսակի չափ", + "DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/id.json b/apps/documenteditor/main/locale/id.json index 7f2de676fc..853d6afb05 100644 --- a/apps/documenteditor/main/locale/id.json +++ b/apps/documenteditor/main/locale/id.json @@ -3664,5 +3664,6 @@ "DE.Views.WatermarkSettingsDialog.textTransparency": "Semi Transparan", "DE.Views.WatermarkSettingsDialog.textUnderline": "Garis bawah", "DE.Views.WatermarkSettingsDialog.tipFontName": "Nama font", - "DE.Views.WatermarkSettingsDialog.tipFontSize": "Ukuran font" + "DE.Views.WatermarkSettingsDialog.tipFontSize": "Ukuran font", + "DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/it.json b/apps/documenteditor/main/locale/it.json index 7c161bb4e7..164d234711 100644 --- a/apps/documenteditor/main/locale/it.json +++ b/apps/documenteditor/main/locale/it.json @@ -3664,5 +3664,6 @@ "DE.Views.WatermarkSettingsDialog.textTransparency": "Semitrasparente", "DE.Views.WatermarkSettingsDialog.textUnderline": "Sottolineato", "DE.Views.WatermarkSettingsDialog.tipFontName": "Nome carattere", - "DE.Views.WatermarkSettingsDialog.tipFontSize": "Dimensione carattere" + "DE.Views.WatermarkSettingsDialog.tipFontSize": "Dimensione carattere", + "DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/ja.json b/apps/documenteditor/main/locale/ja.json index 640ee41c74..ecde2612e5 100644 --- a/apps/documenteditor/main/locale/ja.json +++ b/apps/documenteditor/main/locale/ja.json @@ -3664,5 +3664,6 @@ "DE.Views.WatermarkSettingsDialog.textTransparency": "半透明", "DE.Views.WatermarkSettingsDialog.textUnderline": "アンダーライン", "DE.Views.WatermarkSettingsDialog.tipFontName": "フォント名", - "DE.Views.WatermarkSettingsDialog.tipFontSize": "フォントのサイズ" + "DE.Views.WatermarkSettingsDialog.tipFontSize": "フォントのサイズ", + "DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/ko.json b/apps/documenteditor/main/locale/ko.json index b3cd8521ce..908221a7a5 100644 --- a/apps/documenteditor/main/locale/ko.json +++ b/apps/documenteditor/main/locale/ko.json @@ -3664,5 +3664,6 @@ "DE.Views.WatermarkSettingsDialog.textTransparency": "투명한", "DE.Views.WatermarkSettingsDialog.textUnderline": "밑줄", "DE.Views.WatermarkSettingsDialog.tipFontName": "글꼴 이름", - "DE.Views.WatermarkSettingsDialog.tipFontSize": "글꼴 크기" + "DE.Views.WatermarkSettingsDialog.tipFontSize": "글꼴 크기", + "DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/lo.json b/apps/documenteditor/main/locale/lo.json index 0c460d0416..b45598510c 100644 --- a/apps/documenteditor/main/locale/lo.json +++ b/apps/documenteditor/main/locale/lo.json @@ -3664,5 +3664,6 @@ "DE.Views.WatermarkSettingsDialog.textTransparency": "Semitransparent", "DE.Views.WatermarkSettingsDialog.textUnderline": "ຂີ້ດກ້ອງ", "DE.Views.WatermarkSettingsDialog.tipFontName": "ຊື່ຕົວອັກສອນ", - "DE.Views.WatermarkSettingsDialog.tipFontSize": "ຂະໜາດຕົວອັກສອນ" + "DE.Views.WatermarkSettingsDialog.tipFontSize": "ຂະໜາດຕົວອັກສອນ", + "DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/lv.json b/apps/documenteditor/main/locale/lv.json index 6a2e84021c..871d1a260a 100644 --- a/apps/documenteditor/main/locale/lv.json +++ b/apps/documenteditor/main/locale/lv.json @@ -3664,5 +3664,6 @@ "DE.Views.WatermarkSettingsDialog.textTransparency": "Daļēji caurspīdīgs", "DE.Views.WatermarkSettingsDialog.textUnderline": "Pasvītrot", "DE.Views.WatermarkSettingsDialog.tipFontName": "Fonta nosaukums", - "DE.Views.WatermarkSettingsDialog.tipFontSize": "Fonta izmērs" + "DE.Views.WatermarkSettingsDialog.tipFontSize": "Fonta izmērs", + "DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/ms.json b/apps/documenteditor/main/locale/ms.json index 3affad88b2..365607bc02 100644 --- a/apps/documenteditor/main/locale/ms.json +++ b/apps/documenteditor/main/locale/ms.json @@ -3664,5 +3664,6 @@ "DE.Views.WatermarkSettingsDialog.textTransparency": "Separa telus", "DE.Views.WatermarkSettingsDialog.textUnderline": "Garis bawah", "DE.Views.WatermarkSettingsDialog.tipFontName": "Nama Fon", - "DE.Views.WatermarkSettingsDialog.tipFontSize": "Saiz Fon" + "DE.Views.WatermarkSettingsDialog.tipFontSize": "Saiz Fon", + "DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/nl.json b/apps/documenteditor/main/locale/nl.json index 15688569dc..dad8fb7be4 100644 --- a/apps/documenteditor/main/locale/nl.json +++ b/apps/documenteditor/main/locale/nl.json @@ -3664,5 +3664,6 @@ "DE.Views.WatermarkSettingsDialog.textTransparency": "semi-transparant", "DE.Views.WatermarkSettingsDialog.textUnderline": "Onderstreept", "DE.Views.WatermarkSettingsDialog.tipFontName": "Lettertype", - "DE.Views.WatermarkSettingsDialog.tipFontSize": "Tekengrootte" + "DE.Views.WatermarkSettingsDialog.tipFontSize": "Tekengrootte", + "DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/no.json b/apps/documenteditor/main/locale/no.json index 28df0bfc42..10c6e3f707 100644 --- a/apps/documenteditor/main/locale/no.json +++ b/apps/documenteditor/main/locale/no.json @@ -3664,5 +3664,6 @@ "DE.Views.WatermarkSettingsDialog.textTransparency": "Semitransparent", "DE.Views.WatermarkSettingsDialog.textUnderline": "Understreking", "DE.Views.WatermarkSettingsDialog.tipFontName": "Font name", - "DE.Views.WatermarkSettingsDialog.tipFontSize": "Font size" + "DE.Views.WatermarkSettingsDialog.tipFontSize": "Font size", + "DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/pl.json b/apps/documenteditor/main/locale/pl.json index 8984a6c7bb..81111b51a5 100644 --- a/apps/documenteditor/main/locale/pl.json +++ b/apps/documenteditor/main/locale/pl.json @@ -3664,5 +3664,6 @@ "DE.Views.WatermarkSettingsDialog.textTransparency": "Półprzezroczysty", "DE.Views.WatermarkSettingsDialog.textUnderline": "Podkreślenie", "DE.Views.WatermarkSettingsDialog.tipFontName": "Nazwa czcionki", - "DE.Views.WatermarkSettingsDialog.tipFontSize": "Rozmiar czcionki" + "DE.Views.WatermarkSettingsDialog.tipFontSize": "Rozmiar czcionki", + "DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/pt-pt.json b/apps/documenteditor/main/locale/pt-pt.json index 5c2a87093e..ee2f30ec4e 100644 --- a/apps/documenteditor/main/locale/pt-pt.json +++ b/apps/documenteditor/main/locale/pt-pt.json @@ -3664,5 +3664,6 @@ "DE.Views.WatermarkSettingsDialog.textTransparency": "Semi-transparente", "DE.Views.WatermarkSettingsDialog.textUnderline": "Sublinhado", "DE.Views.WatermarkSettingsDialog.tipFontName": "Nome do tipo de letra", - "DE.Views.WatermarkSettingsDialog.tipFontSize": "Tamanho do tipo de letra" + "DE.Views.WatermarkSettingsDialog.tipFontSize": "Tamanho do tipo de letra", + "DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/pt.json b/apps/documenteditor/main/locale/pt.json index 5c5e595c3f..1bcd0142f8 100644 --- a/apps/documenteditor/main/locale/pt.json +++ b/apps/documenteditor/main/locale/pt.json @@ -3664,5 +3664,6 @@ "DE.Views.WatermarkSettingsDialog.textTransparency": "Semitransparente", "DE.Views.WatermarkSettingsDialog.textUnderline": "Sublinhar", "DE.Views.WatermarkSettingsDialog.tipFontName": "Nome da Fonte", - "DE.Views.WatermarkSettingsDialog.tipFontSize": "Tamanho da fonte" + "DE.Views.WatermarkSettingsDialog.tipFontSize": "Tamanho da fonte", + "DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/ro.json b/apps/documenteditor/main/locale/ro.json index 38e659d266..4282874464 100644 --- a/apps/documenteditor/main/locale/ro.json +++ b/apps/documenteditor/main/locale/ro.json @@ -3664,5 +3664,6 @@ "DE.Views.WatermarkSettingsDialog.textTransparency": "Semitransparent", "DE.Views.WatermarkSettingsDialog.textUnderline": "Subliniat", "DE.Views.WatermarkSettingsDialog.tipFontName": "Denumire font", - "DE.Views.WatermarkSettingsDialog.tipFontSize": "Dimensiune font" + "DE.Views.WatermarkSettingsDialog.tipFontSize": "Dimensiune font", + "DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/ru.json b/apps/documenteditor/main/locale/ru.json index 0ddd8bb8ba..b9d666495d 100644 --- a/apps/documenteditor/main/locale/ru.json +++ b/apps/documenteditor/main/locale/ru.json @@ -3664,5 +3664,6 @@ "DE.Views.WatermarkSettingsDialog.textTransparency": "Полупрозрачный", "DE.Views.WatermarkSettingsDialog.textUnderline": "Подчёркнутый", "DE.Views.WatermarkSettingsDialog.tipFontName": "Шрифт", - "DE.Views.WatermarkSettingsDialog.tipFontSize": "Размер шрифта" + "DE.Views.WatermarkSettingsDialog.tipFontSize": "Размер шрифта", + "DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/si.json b/apps/documenteditor/main/locale/si.json index 96301dae41..59c2b2844b 100644 --- a/apps/documenteditor/main/locale/si.json +++ b/apps/documenteditor/main/locale/si.json @@ -3664,5 +3664,6 @@ "DE.Views.WatermarkSettingsDialog.textTransparency": "අර්ධ පාරදෘශ්‍යතාව", "DE.Views.WatermarkSettingsDialog.textUnderline": "යටිඉර", "DE.Views.WatermarkSettingsDialog.tipFontName": "රුවකුරේ නම", - "DE.Views.WatermarkSettingsDialog.tipFontSize": "රුවකුරේ තරම" + "DE.Views.WatermarkSettingsDialog.tipFontSize": "රුවකුරේ තරම", + "DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/sk.json b/apps/documenteditor/main/locale/sk.json index 9a0e0945c8..d372f4520f 100644 --- a/apps/documenteditor/main/locale/sk.json +++ b/apps/documenteditor/main/locale/sk.json @@ -3664,5 +3664,6 @@ "DE.Views.WatermarkSettingsDialog.textTransparency": "Polopriehľadný", "DE.Views.WatermarkSettingsDialog.textUnderline": "Podčiarknutie", "DE.Views.WatermarkSettingsDialog.tipFontName": "Názov písma", - "DE.Views.WatermarkSettingsDialog.tipFontSize": "Veľkosť písma" + "DE.Views.WatermarkSettingsDialog.tipFontSize": "Veľkosť písma", + "DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/sl.json b/apps/documenteditor/main/locale/sl.json index e2b87719ae..dc3fb5004d 100644 --- a/apps/documenteditor/main/locale/sl.json +++ b/apps/documenteditor/main/locale/sl.json @@ -3664,5 +3664,6 @@ "DE.Views.WatermarkSettingsDialog.textTransparency": "Semitransparent", "DE.Views.WatermarkSettingsDialog.textUnderline": "Underline", "DE.Views.WatermarkSettingsDialog.tipFontName": "Ime pisave", - "DE.Views.WatermarkSettingsDialog.tipFontSize": "Velikost pisave" + "DE.Views.WatermarkSettingsDialog.tipFontSize": "Velikost pisave", + "DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/sr-cyrl.json b/apps/documenteditor/main/locale/sr-cyrl.json index 501bcbd5d7..6bd00c1f93 100644 --- a/apps/documenteditor/main/locale/sr-cyrl.json +++ b/apps/documenteditor/main/locale/sr-cyrl.json @@ -3664,5 +3664,6 @@ "DE.Views.WatermarkSettingsDialog.textTransparency": "Полупровидно", "DE.Views.WatermarkSettingsDialog.textUnderline": "Подвуци", "DE.Views.WatermarkSettingsDialog.tipFontName": "Назив фонта", - "DE.Views.WatermarkSettingsDialog.tipFontSize": "Величина фонта" + "DE.Views.WatermarkSettingsDialog.tipFontSize": "Величина фонта", + "DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/sr.json b/apps/documenteditor/main/locale/sr.json index df83c3abe4..437aa1c999 100644 --- a/apps/documenteditor/main/locale/sr.json +++ b/apps/documenteditor/main/locale/sr.json @@ -3664,5 +3664,6 @@ "DE.Views.WatermarkSettingsDialog.textTransparency": "Poluprovidno", "DE.Views.WatermarkSettingsDialog.textUnderline": "Podvuci", "DE.Views.WatermarkSettingsDialog.tipFontName": "Naziv fonta ", - "DE.Views.WatermarkSettingsDialog.tipFontSize": "Veličina fonta" + "DE.Views.WatermarkSettingsDialog.tipFontSize": "Veličina fonta", + "DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/sv.json b/apps/documenteditor/main/locale/sv.json index 10e7586857..7225568589 100644 --- a/apps/documenteditor/main/locale/sv.json +++ b/apps/documenteditor/main/locale/sv.json @@ -3664,5 +3664,6 @@ "DE.Views.WatermarkSettingsDialog.textTransparency": "halvgenomskinlig", "DE.Views.WatermarkSettingsDialog.textUnderline": "Understrykning", "DE.Views.WatermarkSettingsDialog.tipFontName": "Fontnamn", - "DE.Views.WatermarkSettingsDialog.tipFontSize": "Fontstorlek" + "DE.Views.WatermarkSettingsDialog.tipFontSize": "Fontstorlek", + "DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/tr.json b/apps/documenteditor/main/locale/tr.json index 587c2497fd..4d76b0290b 100644 --- a/apps/documenteditor/main/locale/tr.json +++ b/apps/documenteditor/main/locale/tr.json @@ -3664,5 +3664,6 @@ "DE.Views.WatermarkSettingsDialog.textTransparency": "Yarı saydam", "DE.Views.WatermarkSettingsDialog.textUnderline": "Altı çizili", "DE.Views.WatermarkSettingsDialog.tipFontName": "Yazı Tipi", - "DE.Views.WatermarkSettingsDialog.tipFontSize": "Yazıtipi boyutu" + "DE.Views.WatermarkSettingsDialog.tipFontSize": "Yazıtipi boyutu", + "DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/uk.json b/apps/documenteditor/main/locale/uk.json index 06bff211c6..b2e4030ec7 100644 --- a/apps/documenteditor/main/locale/uk.json +++ b/apps/documenteditor/main/locale/uk.json @@ -3664,5 +3664,6 @@ "DE.Views.WatermarkSettingsDialog.textTransparency": "Напівпрозорий", "DE.Views.WatermarkSettingsDialog.textUnderline": "Підкреслений", "DE.Views.WatermarkSettingsDialog.tipFontName": "Шрифт", - "DE.Views.WatermarkSettingsDialog.tipFontSize": "Розмір шрифту" + "DE.Views.WatermarkSettingsDialog.tipFontSize": "Розмір шрифту", + "DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/vi.json b/apps/documenteditor/main/locale/vi.json index 220c8bba3f..ae5915e2a3 100644 --- a/apps/documenteditor/main/locale/vi.json +++ b/apps/documenteditor/main/locale/vi.json @@ -3664,5 +3664,6 @@ "DE.Views.WatermarkSettingsDialog.textTransparency": "Semitransparent", "DE.Views.WatermarkSettingsDialog.textUnderline": "Underline", "DE.Views.WatermarkSettingsDialog.tipFontName": "Font name", - "DE.Views.WatermarkSettingsDialog.tipFontSize": "Font size" + "DE.Views.WatermarkSettingsDialog.tipFontSize": "Font size", + "DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/zh-tw.json b/apps/documenteditor/main/locale/zh-tw.json index dd447dbb49..cef335a319 100644 --- a/apps/documenteditor/main/locale/zh-tw.json +++ b/apps/documenteditor/main/locale/zh-tw.json @@ -3664,5 +3664,6 @@ "DE.Views.WatermarkSettingsDialog.textTransparency": "半透明", "DE.Views.WatermarkSettingsDialog.textUnderline": "底線", "DE.Views.WatermarkSettingsDialog.tipFontName": "字型名稱", - "DE.Views.WatermarkSettingsDialog.tipFontSize": "字型大小" + "DE.Views.WatermarkSettingsDialog.tipFontSize": "字型大小", + "DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/documenteditor/main/locale/zh.json b/apps/documenteditor/main/locale/zh.json index 766aba3ca6..4fdd80cdaa 100644 --- a/apps/documenteditor/main/locale/zh.json +++ b/apps/documenteditor/main/locale/zh.json @@ -3664,5 +3664,6 @@ "DE.Views.WatermarkSettingsDialog.textTransparency": "半透明", "DE.Views.WatermarkSettingsDialog.textUnderline": "下划线", "DE.Views.WatermarkSettingsDialog.tipFontName": "字体名称", - "DE.Views.WatermarkSettingsDialog.tipFontSize": "字体大小" + "DE.Views.WatermarkSettingsDialog.tipFontSize": "字体大小", + "DE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/documenteditor/mobile/locale/ar.json b/apps/documenteditor/mobile/locale/ar.json index c514902db8..726d624d85 100644 --- a/apps/documenteditor/mobile/locale/ar.json +++ b/apps/documenteditor/mobile/locale/ar.json @@ -469,7 +469,8 @@ "uploadDocSizeMessage": "تم تجاوز الحد الأقصى المسموح به لحجم الملف", "uploadImageExtMessage": "امتداد صورة غير معروف", "uploadImageFileCountMessage": "لم يتم رفع أية صور.", - "uploadImageSizeMessage": "حجم الصورة كبير للغاية. اقصى حجم هو 25 ميغابايت" + "uploadImageSizeMessage": "حجم الصورة كبير للغاية. اقصى حجم هو 25 ميغابايت", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "جار تحميل البيانات...", diff --git a/apps/documenteditor/mobile/locale/az.json b/apps/documenteditor/mobile/locale/az.json index fd53cb51dc..4d396bac4d 100644 --- a/apps/documenteditor/mobile/locale/az.json +++ b/apps/documenteditor/mobile/locale/az.json @@ -469,7 +469,8 @@ "errorNoTOC": "There's no table of contents to update. You can insert one from the References tab.", "errorPasswordIsNotCorrect": "The password you supplied is not correct. Verify that the CAPS LOCK key is off and be sure to use the correct capitalization.", "errorTextFormWrongFormat": "The value entered does not match the format of the field.", - "textOk": "OK" + "textOk": "OK", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "Məlumat yüklənir...", diff --git a/apps/documenteditor/mobile/locale/be.json b/apps/documenteditor/mobile/locale/be.json index d77e5d6009..bf3ea31418 100644 --- a/apps/documenteditor/mobile/locale/be.json +++ b/apps/documenteditor/mobile/locale/be.json @@ -469,7 +469,8 @@ "openErrorText": "An error has occurred while opening the file", "saveErrorText": "An error has occurred while saving the file", "scriptLoadError": "The connection is too slow, some of the components could not be loaded. Please, reload the page.", - "textOk": "OK" + "textOk": "OK", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "Загрузка даных…", diff --git a/apps/documenteditor/mobile/locale/bg.json b/apps/documenteditor/mobile/locale/bg.json index e5317f93b1..9fc61aca03 100644 --- a/apps/documenteditor/mobile/locale/bg.json +++ b/apps/documenteditor/mobile/locale/bg.json @@ -760,7 +760,8 @@ "uploadDocSizeMessage": "Maximum document size limit exceeded.", "uploadImageExtMessage": "Unknown image format.", "uploadImageFileCountMessage": "No images uploaded.", - "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB." + "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "Loading data...", diff --git a/apps/documenteditor/mobile/locale/ca.json b/apps/documenteditor/mobile/locale/ca.json index 3fa97494e1..fadd5e2814 100644 --- a/apps/documenteditor/mobile/locale/ca.json +++ b/apps/documenteditor/mobile/locale/ca.json @@ -469,7 +469,8 @@ "uploadImageExtMessage": "Format d'imatge desconegut.", "uploadImageFileCountMessage": "No s'ha carregat cap imatge.", "uploadImageSizeMessage": "La imatge és massa gran. La mida màxima és de 25 MB.", - "textOk": "OK" + "textOk": "OK", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "S'estan carregant les dades...", diff --git a/apps/documenteditor/mobile/locale/cs.json b/apps/documenteditor/mobile/locale/cs.json index bfebb0932d..e47ad7ba6b 100644 --- a/apps/documenteditor/mobile/locale/cs.json +++ b/apps/documenteditor/mobile/locale/cs.json @@ -469,7 +469,8 @@ "uploadImageExtMessage": "Neznámý formát obrázku.", "uploadImageFileCountMessage": "Nenahrány žádné obrázky.", "uploadImageSizeMessage": "Obrázek je příliš velký. Maximální velikost je 25 MB.", - "textOk": "OK" + "textOk": "OK", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "Načítání dat...", diff --git a/apps/documenteditor/mobile/locale/da.json b/apps/documenteditor/mobile/locale/da.json index da29dac75a..54c0a964e6 100644 --- a/apps/documenteditor/mobile/locale/da.json +++ b/apps/documenteditor/mobile/locale/da.json @@ -760,7 +760,8 @@ "uploadDocSizeMessage": "Maximum document size limit exceeded.", "uploadImageExtMessage": "Unknown image format.", "uploadImageFileCountMessage": "No images uploaded.", - "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB." + "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "Loading data...", diff --git a/apps/documenteditor/mobile/locale/de.json b/apps/documenteditor/mobile/locale/de.json index 1ab7d7f73a..b205017672 100644 --- a/apps/documenteditor/mobile/locale/de.json +++ b/apps/documenteditor/mobile/locale/de.json @@ -469,7 +469,8 @@ "uploadImageExtMessage": "Unbekanntes Bildformat.", "uploadImageFileCountMessage": "Keine Bilder hochgeladen.", "uploadImageSizeMessage": "Die maximal zulässige Bildgröße von 25 MB ist überschritten.", - "textOk": "OK" + "textOk": "OK", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "Daten werden geladen...", diff --git a/apps/documenteditor/mobile/locale/el.json b/apps/documenteditor/mobile/locale/el.json index 0e215a0adf..5b62e3d2ab 100644 --- a/apps/documenteditor/mobile/locale/el.json +++ b/apps/documenteditor/mobile/locale/el.json @@ -469,7 +469,8 @@ "uploadDocSizeMessage": "Ξεπεράστηκε το μέγιστο μέγεθος εγγράφου.", "uploadImageExtMessage": "Άγνωστη μορφή εικόνας.", "uploadImageFileCountMessage": "Δεν μεταφορτώθηκαν εικόνες.", - "uploadImageSizeMessage": "Η εικόνα είναι πολύ μεγάλη. Το μέγιστο μέγεθος είναι 25MB." + "uploadImageSizeMessage": "Η εικόνα είναι πολύ μεγάλη. Το μέγιστο μέγεθος είναι 25MB.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "Γίνεται φόρτωση δεδομένων...", diff --git a/apps/documenteditor/mobile/locale/en.json b/apps/documenteditor/mobile/locale/en.json index 0308b9087c..4e61f28c59 100644 --- a/apps/documenteditor/mobile/locale/en.json +++ b/apps/documenteditor/mobile/locale/en.json @@ -455,7 +455,7 @@ "errorUserDrop": "The file can't be accessed right now.", "errorUsersExceed": "The number of users allowed by the pricing plan was exceeded", "errorViewerDisconnect": "Connection is lost. You can still view the document,
but you won't be able to download or print it until the connection is restored and the page is reloaded.", - "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To save the file as a PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer.", "notcriticalErrorTitle": "Warning", "openErrorText": "An error has occurred while opening the file", "saveErrorText": "An error has occurred while saving the file", diff --git a/apps/documenteditor/mobile/locale/es.json b/apps/documenteditor/mobile/locale/es.json index e57d594977..9e4bf8069f 100644 --- a/apps/documenteditor/mobile/locale/es.json +++ b/apps/documenteditor/mobile/locale/es.json @@ -469,7 +469,8 @@ "uploadDocSizeMessage": "Se ha excedido el límite de tamaño máximo del documento.", "uploadImageExtMessage": "Formato de imagen desconocido.", "uploadImageFileCountMessage": "No hay imágenes subidas.", - "uploadImageSizeMessage": "La imagen es demasiado grande. El tamaño máximo es de 25 MB." + "uploadImageSizeMessage": "La imagen es demasiado grande. El tamaño máximo es de 25 MB.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "Cargando datos...", diff --git a/apps/documenteditor/mobile/locale/eu.json b/apps/documenteditor/mobile/locale/eu.json index 71fdd1c1c2..6f6a1f2526 100644 --- a/apps/documenteditor/mobile/locale/eu.json +++ b/apps/documenteditor/mobile/locale/eu.json @@ -469,7 +469,8 @@ "uploadImageExtMessage": "Irudi-formatu ezezaguna.", "uploadImageFileCountMessage": "Ez da irudirik kargatu.", "uploadImageSizeMessage": "Irudia handiegia da. Gehienezko tamaina 25 MB da.", - "textOk": "OK" + "textOk": "OK", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "Datuak kargatzen...", diff --git a/apps/documenteditor/mobile/locale/fi.json b/apps/documenteditor/mobile/locale/fi.json index 82869d9a71..98822209b8 100644 --- a/apps/documenteditor/mobile/locale/fi.json +++ b/apps/documenteditor/mobile/locale/fi.json @@ -611,7 +611,8 @@ "uploadDocSizeMessage": "Maximum document size limit exceeded.", "uploadImageExtMessage": "Unknown image format.", "uploadImageFileCountMessage": "No images uploaded.", - "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB." + "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "Loading data...", diff --git a/apps/documenteditor/mobile/locale/fr.json b/apps/documenteditor/mobile/locale/fr.json index fb2dcbf7a3..ec3d778d7c 100644 --- a/apps/documenteditor/mobile/locale/fr.json +++ b/apps/documenteditor/mobile/locale/fr.json @@ -469,7 +469,8 @@ "uploadImageExtMessage": "Format d'image inconnu.", "uploadImageFileCountMessage": "Aucune image chargée.", "uploadImageSizeMessage": "L'image est trop grande. La taille limite est de 25 Mo.", - "textOk": "OK" + "textOk": "OK", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "Chargement des données en cours...", diff --git a/apps/documenteditor/mobile/locale/gl.json b/apps/documenteditor/mobile/locale/gl.json index 4a5cf66135..6d63a02343 100644 --- a/apps/documenteditor/mobile/locale/gl.json +++ b/apps/documenteditor/mobile/locale/gl.json @@ -469,7 +469,8 @@ "errorPasswordIsNotCorrect": "The password you supplied is not correct. Verify that the CAPS LOCK key is off and be sure to use the correct capitalization.", "errorTextFormWrongFormat": "The value entered does not match the format of the field.", "textOk": "OK", - "uploadDocSizeMessage": "Maximum document size limit exceeded." + "uploadDocSizeMessage": "Maximum document size limit exceeded.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "Cargando datos...", diff --git a/apps/documenteditor/mobile/locale/he.json b/apps/documenteditor/mobile/locale/he.json index 389c6b3858..f8299faf23 100644 --- a/apps/documenteditor/mobile/locale/he.json +++ b/apps/documenteditor/mobile/locale/he.json @@ -469,7 +469,8 @@ "uploadImageExtMessage": "פורמט תמונה לא ידוע.", "uploadImageFileCountMessage": "לא הועלו תמונות.", "uploadImageSizeMessage": "התמונה גדולה מדי. הגודל המרבי הוא 25 מגה בייט.", - "textOk": "OK" + "textOk": "OK", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "טעינת נתונים...", diff --git a/apps/documenteditor/mobile/locale/hu.json b/apps/documenteditor/mobile/locale/hu.json index fd37e0e859..2d14d44727 100644 --- a/apps/documenteditor/mobile/locale/hu.json +++ b/apps/documenteditor/mobile/locale/hu.json @@ -469,7 +469,8 @@ "uploadImageExtMessage": "Ismeretlen képformátum.", "uploadImageFileCountMessage": "Nincsenek feltöltött képek.", "uploadImageSizeMessage": "A kép túl nagy. A maximális méret 25 MB.", - "textOk": "OK" + "textOk": "OK", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "Adatok betöltése...", diff --git a/apps/documenteditor/mobile/locale/hy.json b/apps/documenteditor/mobile/locale/hy.json index 179d174cbb..872c5b9ead 100644 --- a/apps/documenteditor/mobile/locale/hy.json +++ b/apps/documenteditor/mobile/locale/hy.json @@ -469,7 +469,8 @@ "uploadDocSizeMessage": "Փաստաթղթի չափի առավելագույն սահմանաչափը գերազանցվել է:", "uploadImageExtMessage": "Նկարի անհայտ ձևաչափ։", "uploadImageFileCountMessage": "Ոչ մի նկար չի բեռնվել։", - "uploadImageSizeMessage": "Պատկերը չափազանց մեծ է:Առավելագույն չափը 25 ՄԲ է:" + "uploadImageSizeMessage": "Պատկերը չափազանց մեծ է:Առավելագույն չափը 25 ՄԲ է:", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "Տվյալների բեռնում...", diff --git a/apps/documenteditor/mobile/locale/id.json b/apps/documenteditor/mobile/locale/id.json index e769cf3bfa..405149862a 100644 --- a/apps/documenteditor/mobile/locale/id.json +++ b/apps/documenteditor/mobile/locale/id.json @@ -469,7 +469,8 @@ "uploadImageExtMessage": "Format gambar tidak dikenal.", "uploadImageFileCountMessage": "Tidak ada gambar yang diunggah.", "uploadImageSizeMessage": "Melebihi ukuran maksimal file. Ukuran maksimum adalah 25 MB.", - "textOk": "OK" + "textOk": "OK", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "Memuat data...", diff --git a/apps/documenteditor/mobile/locale/it.json b/apps/documenteditor/mobile/locale/it.json index 42fac9a227..1cecdaf769 100644 --- a/apps/documenteditor/mobile/locale/it.json +++ b/apps/documenteditor/mobile/locale/it.json @@ -469,7 +469,8 @@ "uploadImageExtMessage": "Formato d'immagine sconosciuto.", "uploadImageFileCountMessage": "Nessuna immagine caricata.", "uploadImageSizeMessage": "L'immagine è troppo grande. La dimensione massima è 25 MB.", - "textOk": "OK" + "textOk": "OK", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "Caricamento di dati...", diff --git a/apps/documenteditor/mobile/locale/ja.json b/apps/documenteditor/mobile/locale/ja.json index 7afb7de45e..1e3dc3d5e2 100644 --- a/apps/documenteditor/mobile/locale/ja.json +++ b/apps/documenteditor/mobile/locale/ja.json @@ -469,7 +469,8 @@ "uploadImageExtMessage": "不明なイメージの形式", "uploadImageFileCountMessage": "アップロードしたイメージがない", "uploadImageSizeMessage": "イメージのサイズの上限が超えさせました。サイズの上限が25MB。", - "textOk": "OK" + "textOk": "OK", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "データの読み込み中...", diff --git a/apps/documenteditor/mobile/locale/ko.json b/apps/documenteditor/mobile/locale/ko.json index 219b01a125..aae42aff56 100644 --- a/apps/documenteditor/mobile/locale/ko.json +++ b/apps/documenteditor/mobile/locale/ko.json @@ -469,7 +469,8 @@ "uploadImageExtMessage": "알 수없는 이미지 형식입니다.", "uploadImageFileCountMessage": "이미지가 업로드되지 않았습니다.", "uploadImageSizeMessage": "이미지 크기 제한을 초과했습니다.", - "textOk": "OK" + "textOk": "OK", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "데이터로드 중 ...", diff --git a/apps/documenteditor/mobile/locale/lo.json b/apps/documenteditor/mobile/locale/lo.json index 9b131fe300..904386cd4a 100644 --- a/apps/documenteditor/mobile/locale/lo.json +++ b/apps/documenteditor/mobile/locale/lo.json @@ -469,7 +469,8 @@ "textOk": "OK", "uploadDocExtMessage": "Unknown document format.", "uploadDocFileCountMessage": "No documents uploaded.", - "uploadDocSizeMessage": "Maximum document size limit exceeded." + "uploadDocSizeMessage": "Maximum document size limit exceeded.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "ກຳລັງດາວໂຫຼດຂໍ້ມູນ...", diff --git a/apps/documenteditor/mobile/locale/lv.json b/apps/documenteditor/mobile/locale/lv.json index d28782785b..8bfd2edcbd 100644 --- a/apps/documenteditor/mobile/locale/lv.json +++ b/apps/documenteditor/mobile/locale/lv.json @@ -469,7 +469,8 @@ "textOk": "OK", "uploadDocExtMessage": "Unknown document format.", "uploadDocFileCountMessage": "No documents uploaded.", - "uploadDocSizeMessage": "Maximum document size limit exceeded." + "uploadDocSizeMessage": "Maximum document size limit exceeded.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "Ielādē datus...", diff --git a/apps/documenteditor/mobile/locale/ms.json b/apps/documenteditor/mobile/locale/ms.json index dbea1d73dc..aa70134fc2 100644 --- a/apps/documenteditor/mobile/locale/ms.json +++ b/apps/documenteditor/mobile/locale/ms.json @@ -469,7 +469,8 @@ "textOk": "OK", "uploadDocExtMessage": "Unknown document format.", "uploadDocFileCountMessage": "No documents uploaded.", - "uploadDocSizeMessage": "Maximum document size limit exceeded." + "uploadDocSizeMessage": "Maximum document size limit exceeded.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "Data dimuatkan…", diff --git a/apps/documenteditor/mobile/locale/nl.json b/apps/documenteditor/mobile/locale/nl.json index 35d7b9c394..4433129471 100644 --- a/apps/documenteditor/mobile/locale/nl.json +++ b/apps/documenteditor/mobile/locale/nl.json @@ -469,7 +469,8 @@ "textOk": "OK", "uploadDocExtMessage": "Unknown document format.", "uploadDocFileCountMessage": "No documents uploaded.", - "uploadDocSizeMessage": "Maximum document size limit exceeded." + "uploadDocSizeMessage": "Maximum document size limit exceeded.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "Gegevens worden geladen...", diff --git a/apps/documenteditor/mobile/locale/pl.json b/apps/documenteditor/mobile/locale/pl.json index 46769d942e..fd3545a84b 100644 --- a/apps/documenteditor/mobile/locale/pl.json +++ b/apps/documenteditor/mobile/locale/pl.json @@ -469,7 +469,8 @@ "textOk": "OK", "uploadDocExtMessage": "Unknown document format.", "uploadImageExtMessage": "Unknown image format.", - "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB." + "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "Ładowanie danych...", diff --git a/apps/documenteditor/mobile/locale/pt-pt.json b/apps/documenteditor/mobile/locale/pt-pt.json index 2b60c8af64..8b178287ee 100644 --- a/apps/documenteditor/mobile/locale/pt-pt.json +++ b/apps/documenteditor/mobile/locale/pt-pt.json @@ -469,7 +469,8 @@ "uploadImageExtMessage": "Formato de imagem desconhecido.", "uploadImageFileCountMessage": "Nenhuma imagem foi carregada.", "uploadImageSizeMessage": "A imagem é muito grande. O tamanho máximo é de 25 MB.", - "textOk": "OK" + "textOk": "OK", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "A carregar dados...", diff --git a/apps/documenteditor/mobile/locale/pt.json b/apps/documenteditor/mobile/locale/pt.json index 14c906c20d..cf4ecf6749 100644 --- a/apps/documenteditor/mobile/locale/pt.json +++ b/apps/documenteditor/mobile/locale/pt.json @@ -469,7 +469,8 @@ "uploadImageExtMessage": "Formato de imagem desconhecido.", "uploadImageFileCountMessage": "Sem imagens carregadas.", "uploadImageSizeMessage": "Tamanho limite máximo da imagem excedido. O tamanho máximo é de 25 MB.", - "textOk": "OK" + "textOk": "OK", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "Carregando dados...", diff --git a/apps/documenteditor/mobile/locale/ro.json b/apps/documenteditor/mobile/locale/ro.json index 71fdf07e16..091acfca07 100644 --- a/apps/documenteditor/mobile/locale/ro.json +++ b/apps/documenteditor/mobile/locale/ro.json @@ -469,7 +469,8 @@ "uploadImageExtMessage": "Format de imagine nerecunoscut.", "uploadImageFileCountMessage": "Nicio imagine nu a fost încărcată.", "uploadImageSizeMessage": "Imaginea este prea mare. Limita de dimensiune este de 25 MB.", - "textOk": "OK" + "textOk": "OK", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "Încărcarea datelor...", diff --git a/apps/documenteditor/mobile/locale/ru.json b/apps/documenteditor/mobile/locale/ru.json index 418dfc4ba9..6f9f7b0a2e 100644 --- a/apps/documenteditor/mobile/locale/ru.json +++ b/apps/documenteditor/mobile/locale/ru.json @@ -469,7 +469,8 @@ "uploadDocSizeMessage": "Превышен максимальный размер документа.", "uploadImageExtMessage": "Неизвестный формат рисунка.", "uploadImageFileCountMessage": "Ни одного рисунка не загружено.", - "uploadImageSizeMessage": "Слишком большой рисунок. Максимальный размер - 25 MB." + "uploadImageSizeMessage": "Слишком большой рисунок. Максимальный размер - 25 MB.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "Загрузка данных...", diff --git a/apps/documenteditor/mobile/locale/si.json b/apps/documenteditor/mobile/locale/si.json index 3a6c1d884c..a92bc5c720 100644 --- a/apps/documenteditor/mobile/locale/si.json +++ b/apps/documenteditor/mobile/locale/si.json @@ -469,7 +469,8 @@ "uploadDocSizeMessage": "ලේඛනයක උපරිම ප්‍රමාණයේ සීමාව ඉක්මවිය.", "uploadImageExtMessage": "නොදන්නා අනුරුවක ආකෘතියකි.", "uploadImageFileCountMessage": "අනුරුවක් උඩුගත කර නැත.", - "uploadImageSizeMessage": "අනුරුව ඉතා විශාලයි. උපරිම ප්‍රමාණය මෙ.බ. 25 කි." + "uploadImageSizeMessage": "අනුරුව ඉතා විශාලයි. උපරිම ප්‍රමාණය මෙ.බ. 25 කි.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "දත්ත පූරණය වෙමින්...", diff --git a/apps/documenteditor/mobile/locale/sk.json b/apps/documenteditor/mobile/locale/sk.json index deef27b9ea..7a2cab87dc 100644 --- a/apps/documenteditor/mobile/locale/sk.json +++ b/apps/documenteditor/mobile/locale/sk.json @@ -469,7 +469,8 @@ "textOk": "OK", "uploadDocExtMessage": "Unknown document format.", "uploadDocFileCountMessage": "No documents uploaded.", - "uploadDocSizeMessage": "Maximum document size limit exceeded." + "uploadDocSizeMessage": "Maximum document size limit exceeded.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "Načítavanie dát...", diff --git a/apps/documenteditor/mobile/locale/sl.json b/apps/documenteditor/mobile/locale/sl.json index 81bd18315a..56c024ce31 100644 --- a/apps/documenteditor/mobile/locale/sl.json +++ b/apps/documenteditor/mobile/locale/sl.json @@ -760,7 +760,8 @@ "uploadDocSizeMessage": "Maximum document size limit exceeded.", "uploadImageExtMessage": "Unknown image format.", "uploadImageFileCountMessage": "No images uploaded.", - "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB." + "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "Loading data...", diff --git a/apps/documenteditor/mobile/locale/sr-cyrl.json b/apps/documenteditor/mobile/locale/sr-cyrl.json index e92fd99e2a..a8c929b9b6 100644 --- a/apps/documenteditor/mobile/locale/sr-cyrl.json +++ b/apps/documenteditor/mobile/locale/sr-cyrl.json @@ -469,7 +469,8 @@ "uploadImageExtMessage": "Непознати формат слике.", "uploadImageFileCountMessage": "Нема отпремљених слика.", "uploadImageSizeMessage": "Слика је превелика. Максимум величина је 25 МБ.", - "textOk": "OK" + "textOk": "OK", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "Учитавање података...", diff --git a/apps/documenteditor/mobile/locale/sr.json b/apps/documenteditor/mobile/locale/sr.json index 2b56e83139..0127ca8043 100644 --- a/apps/documenteditor/mobile/locale/sr.json +++ b/apps/documenteditor/mobile/locale/sr.json @@ -469,7 +469,8 @@ "uploadImageExtMessage": "Nepoznati format slike.", "uploadImageFileCountMessage": "Bez otpremljenih slika.", "uploadImageSizeMessage": "Slika je prevelika. Maksimum veličina je 25 MB.", - "textOk": "OK" + "textOk": "OK", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "Učitavanje podataka...", diff --git a/apps/documenteditor/mobile/locale/sv.json b/apps/documenteditor/mobile/locale/sv.json index a22ff4f6b7..f03c9891c5 100644 --- a/apps/documenteditor/mobile/locale/sv.json +++ b/apps/documenteditor/mobile/locale/sv.json @@ -469,7 +469,8 @@ "uploadDocSizeMessage": "Maximum document size limit exceeded.", "uploadImageExtMessage": "Unknown image format.", "uploadImageFileCountMessage": "No images uploaded.", - "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB." + "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "Main": { "SDK": { diff --git a/apps/documenteditor/mobile/locale/tr.json b/apps/documenteditor/mobile/locale/tr.json index 84d2ac8331..864ad838b4 100644 --- a/apps/documenteditor/mobile/locale/tr.json +++ b/apps/documenteditor/mobile/locale/tr.json @@ -469,7 +469,8 @@ "uploadDocSizeMessage": "Maksimum belge boyutu sınırı aşıldı.", "uploadImageExtMessage": "Bilinmeyen resim formatı.", "uploadImageFileCountMessage": "Resim yüklenmedi.", - "uploadImageSizeMessage": "Görüntü çok büyük. Maksimum boyut 25 MB'dir." + "uploadImageSizeMessage": "Görüntü çok büyük. Maksimum boyut 25 MB'dir.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "Veri yükleniyor...", diff --git a/apps/documenteditor/mobile/locale/uk.json b/apps/documenteditor/mobile/locale/uk.json index e043e0f950..7e547754eb 100644 --- a/apps/documenteditor/mobile/locale/uk.json +++ b/apps/documenteditor/mobile/locale/uk.json @@ -469,7 +469,8 @@ "textOk": "OK", "uploadDocExtMessage": "Unknown document format.", "uploadDocFileCountMessage": "No documents uploaded.", - "uploadDocSizeMessage": "Maximum document size limit exceeded." + "uploadDocSizeMessage": "Maximum document size limit exceeded.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "Завантаження даних...", diff --git a/apps/documenteditor/mobile/locale/vi.json b/apps/documenteditor/mobile/locale/vi.json index 10795a90f2..2e7beacc7c 100644 --- a/apps/documenteditor/mobile/locale/vi.json +++ b/apps/documenteditor/mobile/locale/vi.json @@ -473,7 +473,8 @@ "uploadDocExtMessage": "Unknown document format.", "uploadDocFileCountMessage": "No documents uploaded.", "uploadDocSizeMessage": "Maximum document size limit exceeded.", - "textOk": "OK" + "textOk": "OK", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "Loading data...", diff --git a/apps/documenteditor/mobile/locale/zh-tw.json b/apps/documenteditor/mobile/locale/zh-tw.json index c1e5dd97bb..6e70fe6333 100644 --- a/apps/documenteditor/mobile/locale/zh-tw.json +++ b/apps/documenteditor/mobile/locale/zh-tw.json @@ -469,7 +469,8 @@ "textOk": "OK", "uploadDocExtMessage": "Unknown document format.", "uploadDocFileCountMessage": "No documents uploaded.", - "uploadDocSizeMessage": "Maximum document size limit exceeded." + "uploadDocSizeMessage": "Maximum document size limit exceeded.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "載入資料中...", diff --git a/apps/documenteditor/mobile/locale/zh.json b/apps/documenteditor/mobile/locale/zh.json index f69bdfc047..5a30c976b9 100644 --- a/apps/documenteditor/mobile/locale/zh.json +++ b/apps/documenteditor/mobile/locale/zh.json @@ -469,7 +469,8 @@ "uploadImageExtMessage": "未知图片格式", "uploadImageFileCountMessage": "没有图片上传", "uploadImageSizeMessage": "图像太大。最大大小为25 MB。", - "textOk": "OK" + "textOk": "OK", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "数据加载中…", diff --git a/apps/pdfeditor/main/locale/ar.json b/apps/pdfeditor/main/locale/ar.json index d776981487..01af0886cf 100644 --- a/apps/pdfeditor/main/locale/ar.json +++ b/apps/pdfeditor/main/locale/ar.json @@ -2018,5 +2018,6 @@ "PDFE.Views.ViewTab.tipFitToPage": "ملائم للصفحة", "PDFE.Views.ViewTab.tipFitToWidth": "ملائم للعرض", "PDFE.Views.ViewTab.tipHeadings": "العناوين", - "PDFE.Views.ViewTab.tipInterfaceTheme": "سمة الواجهة" + "PDFE.Views.ViewTab.tipInterfaceTheme": "سمة الواجهة", + "PDFE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/az.json b/apps/pdfeditor/main/locale/az.json index a9d0f090a1..69fa4bb00f 100644 --- a/apps/pdfeditor/main/locale/az.json +++ b/apps/pdfeditor/main/locale/az.json @@ -2018,5 +2018,6 @@ "PDFE.Views.ViewTab.tipFitToPage": "Səhifəyə uyğun tənzimlə", "PDFE.Views.ViewTab.tipFitToWidth": "Enə uyğun tənzimlə", "PDFE.Views.ViewTab.tipHeadings": "Başlıqlar", - "PDFE.Views.ViewTab.tipInterfaceTheme": "İnterfeys mövzusu" + "PDFE.Views.ViewTab.tipInterfaceTheme": "İnterfeys mövzusu", + "PDFE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/be.json b/apps/pdfeditor/main/locale/be.json index e155c93e63..de2d382da9 100644 --- a/apps/pdfeditor/main/locale/be.json +++ b/apps/pdfeditor/main/locale/be.json @@ -2018,5 +2018,6 @@ "PDFE.Views.ViewTab.tipFitToPage": "Па памеры старонкі", "PDFE.Views.ViewTab.tipFitToWidth": "Па шырыні", "PDFE.Views.ViewTab.tipHeadings": "Загалоўкі", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Тэма інтэрфейсу" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Тэма інтэрфейсу", + "PDFE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/bg.json b/apps/pdfeditor/main/locale/bg.json index 7464197f64..2aadd5be22 100644 --- a/apps/pdfeditor/main/locale/bg.json +++ b/apps/pdfeditor/main/locale/bg.json @@ -2018,5 +2018,6 @@ "PDFE.Views.ViewTab.tipFitToPage": "Побиране в страницата", "PDFE.Views.ViewTab.tipFitToWidth": "Поставя се в ширина", "PDFE.Views.ViewTab.tipHeadings": "Заглавия", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Тема на интерфейса" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Тема на интерфейса", + "PDFE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/ca.json b/apps/pdfeditor/main/locale/ca.json index 6eb9d47a26..f22d132d9c 100644 --- a/apps/pdfeditor/main/locale/ca.json +++ b/apps/pdfeditor/main/locale/ca.json @@ -2018,5 +2018,6 @@ "PDFE.Views.ViewTab.tipFitToPage": "Ajusta-ho a la pàgina", "PDFE.Views.ViewTab.tipFitToWidth": "Ajusta-ho a l'amplària", "PDFE.Views.ViewTab.tipHeadings": "Capçaleres", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Tema de la interfície" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Tema de la interfície", + "PDFE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/cs.json b/apps/pdfeditor/main/locale/cs.json index 3d05f9d4b4..74eea69775 100644 --- a/apps/pdfeditor/main/locale/cs.json +++ b/apps/pdfeditor/main/locale/cs.json @@ -2018,5 +2018,6 @@ "PDFE.Views.ViewTab.tipFitToPage": "Přízpůsobit stránce", "PDFE.Views.ViewTab.tipFitToWidth": "Přizpůsobit šířce", "PDFE.Views.ViewTab.tipHeadings": "Nadpisy", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Vzhled uživatelského rozhraní" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Vzhled uživatelského rozhraní", + "PDFE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/da.json b/apps/pdfeditor/main/locale/da.json index e235109759..3bffbf194d 100644 --- a/apps/pdfeditor/main/locale/da.json +++ b/apps/pdfeditor/main/locale/da.json @@ -2018,5 +2018,6 @@ "PDFE.Views.ViewTab.tipFitToPage": "Tilpas til side", "PDFE.Views.ViewTab.tipFitToWidth": "Tilpas til bredde", "PDFE.Views.ViewTab.tipHeadings": "Overskrifter", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Interface tema" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Interface tema", + "PDFE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/de.json b/apps/pdfeditor/main/locale/de.json index 43235a2eb9..fe4fe06def 100644 --- a/apps/pdfeditor/main/locale/de.json +++ b/apps/pdfeditor/main/locale/de.json @@ -2018,5 +2018,6 @@ "PDFE.Views.ViewTab.tipFitToPage": "Seite anpassen", "PDFE.Views.ViewTab.tipFitToWidth": "Breite anpassen", "PDFE.Views.ViewTab.tipHeadings": "Überschriften", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Thema der Benutzeroberfläche" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Thema der Benutzeroberfläche", + "PDFE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/el.json b/apps/pdfeditor/main/locale/el.json index 35e716ecc5..f33894a42a 100644 --- a/apps/pdfeditor/main/locale/el.json +++ b/apps/pdfeditor/main/locale/el.json @@ -2018,5 +2018,6 @@ "PDFE.Views.ViewTab.tipFitToPage": "Προσαρμογή στη σελίδα", "PDFE.Views.ViewTab.tipFitToWidth": "Προσαρμογή στο πλάτος", "PDFE.Views.ViewTab.tipHeadings": "Κεφαλίδες", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Θέμα διεπαφής" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Θέμα διεπαφής", + "PDFE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/en.json b/apps/pdfeditor/main/locale/en.json index ad7e6db9fd..9234d4bb41 100644 --- a/apps/pdfeditor/main/locale/en.json +++ b/apps/pdfeditor/main/locale/en.json @@ -920,7 +920,7 @@ "PDFE.Controllers.Main.errorUserDrop": "The file cannot be accessed right now.", "PDFE.Controllers.Main.errorUsersExceed": "The number of users allowed by the pricing plan was exceeded", "PDFE.Controllers.Main.errorViewerDisconnect": "Connection is lost. You can still view the document,
but will not be able to download or print it until the connection is restored and page is reloaded.", - "PDFE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To save the file as a PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer.", + "PDFE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer.", "PDFE.Controllers.Main.leavePageText": "You have unsaved changes in this document. Click \"Stay on This Page\", then \"Save\" to save them. Click \"Leave This Page\" to discard all the unsaved changes.", "PDFE.Controllers.Main.leavePageTextOnClose": "All unsaved changes in this document will be lost.
Click \"Cancel\" then \"Save\" to save them. Click \"OK\" to discard all the unsaved changes.", "PDFE.Controllers.Main.loadFontsTextText": "Loading data...", diff --git a/apps/pdfeditor/main/locale/es.json b/apps/pdfeditor/main/locale/es.json index 78e6925e53..1501973256 100644 --- a/apps/pdfeditor/main/locale/es.json +++ b/apps/pdfeditor/main/locale/es.json @@ -2018,5 +2018,6 @@ "PDFE.Views.ViewTab.tipFitToPage": "Ajustar a la página", "PDFE.Views.ViewTab.tipFitToWidth": "Ajustar al ancho", "PDFE.Views.ViewTab.tipHeadings": "Encabezados", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Tema de la interfaz" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Tema de la interfaz", + "PDFE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/eu.json b/apps/pdfeditor/main/locale/eu.json index bcaf69d31e..b55797bec1 100644 --- a/apps/pdfeditor/main/locale/eu.json +++ b/apps/pdfeditor/main/locale/eu.json @@ -2018,5 +2018,6 @@ "PDFE.Views.ViewTab.tipFitToPage": "Doitu orrira", "PDFE.Views.ViewTab.tipFitToWidth": "Doitu zabalerara", "PDFE.Views.ViewTab.tipHeadings": "Izenburuak", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Interfazearen gaia" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Interfazearen gaia", + "PDFE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/fi.json b/apps/pdfeditor/main/locale/fi.json index d8f5fc536a..0c4692a0f6 100644 --- a/apps/pdfeditor/main/locale/fi.json +++ b/apps/pdfeditor/main/locale/fi.json @@ -2018,5 +2018,6 @@ "PDFE.Views.ViewTab.tipFitToPage": "Sovita sivulle", "PDFE.Views.ViewTab.tipFitToWidth": "Sovita leveyden mukaan", "PDFE.Views.ViewTab.tipHeadings": "Headings", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Käyttöliittymän teema" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Käyttöliittymän teema", + "PDFE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/fr.json b/apps/pdfeditor/main/locale/fr.json index 5bc0e5552c..4e81a2f9ae 100644 --- a/apps/pdfeditor/main/locale/fr.json +++ b/apps/pdfeditor/main/locale/fr.json @@ -2018,5 +2018,6 @@ "PDFE.Views.ViewTab.tipFitToPage": "Ajuster à la page", "PDFE.Views.ViewTab.tipFitToWidth": "Ajuster à la largeur", "PDFE.Views.ViewTab.tipHeadings": "Titres", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Thème d’interface" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Thème d’interface", + "PDFE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/gl.json b/apps/pdfeditor/main/locale/gl.json index e5a9eb6420..6ec5573688 100644 --- a/apps/pdfeditor/main/locale/gl.json +++ b/apps/pdfeditor/main/locale/gl.json @@ -2018,5 +2018,6 @@ "PDFE.Views.ViewTab.tipFitToPage": "Axustar á páxina", "PDFE.Views.ViewTab.tipFitToWidth": "Axustar á anchura", "PDFE.Views.ViewTab.tipHeadings": "Títulos", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Tema da interface" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Tema da interface", + "PDFE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/he.json b/apps/pdfeditor/main/locale/he.json index 73c394de60..bc7796ddae 100644 --- a/apps/pdfeditor/main/locale/he.json +++ b/apps/pdfeditor/main/locale/he.json @@ -2018,5 +2018,6 @@ "PDFE.Views.ViewTab.tipFitToPage": "מתאים לדף", "PDFE.Views.ViewTab.tipFitToWidth": "מתאים לרוחב", "PDFE.Views.ViewTab.tipHeadings": "כותרות", - "PDFE.Views.ViewTab.tipInterfaceTheme": "ערכת נושא" + "PDFE.Views.ViewTab.tipInterfaceTheme": "ערכת נושא", + "PDFE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/hu.json b/apps/pdfeditor/main/locale/hu.json index 1383935689..212830005a 100644 --- a/apps/pdfeditor/main/locale/hu.json +++ b/apps/pdfeditor/main/locale/hu.json @@ -2018,5 +2018,6 @@ "PDFE.Views.ViewTab.tipFitToPage": "Oldalhoz igazít", "PDFE.Views.ViewTab.tipFitToWidth": "Szélességhez igazít", "PDFE.Views.ViewTab.tipHeadings": "Címsorok", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Felhasználói felület témája" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Felhasználói felület témája", + "PDFE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/hy.json b/apps/pdfeditor/main/locale/hy.json index 8ea83e352e..423557ddfa 100644 --- a/apps/pdfeditor/main/locale/hy.json +++ b/apps/pdfeditor/main/locale/hy.json @@ -2018,5 +2018,6 @@ "PDFE.Views.ViewTab.tipFitToPage": "Հարմարեցնել էջին", "PDFE.Views.ViewTab.tipFitToWidth": "Հարմարեցնել լայնությանը", "PDFE.Views.ViewTab.tipHeadings": "Գլխագրեր", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Ինտերֆեյսի թեմա" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Ինտերֆեյսի թեմա", + "PDFE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/id.json b/apps/pdfeditor/main/locale/id.json index fb3fec0bfc..f4b22f7506 100644 --- a/apps/pdfeditor/main/locale/id.json +++ b/apps/pdfeditor/main/locale/id.json @@ -2018,5 +2018,6 @@ "PDFE.Views.ViewTab.tipFitToPage": "Sesuaikan Halaman", "PDFE.Views.ViewTab.tipFitToWidth": "Sesuaikan Lebar", "PDFE.Views.ViewTab.tipHeadings": "Tajuk", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Tema antarmuka" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Tema antarmuka", + "PDFE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/it.json b/apps/pdfeditor/main/locale/it.json index a96ae456b6..f39578c6f8 100644 --- a/apps/pdfeditor/main/locale/it.json +++ b/apps/pdfeditor/main/locale/it.json @@ -2018,5 +2018,6 @@ "PDFE.Views.ViewTab.tipFitToPage": "Adatta alla pagina", "PDFE.Views.ViewTab.tipFitToWidth": "Adatta alla larghezza", "PDFE.Views.ViewTab.tipHeadings": "Intestazioni", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Tema dell'interfaccia" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Tema dell'interfaccia", + "PDFE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/ja.json b/apps/pdfeditor/main/locale/ja.json index 297fa10a22..46c51d2146 100644 --- a/apps/pdfeditor/main/locale/ja.json +++ b/apps/pdfeditor/main/locale/ja.json @@ -2018,5 +2018,6 @@ "PDFE.Views.ViewTab.tipFitToPage": "ページに合わせる", "PDFE.Views.ViewTab.tipFitToWidth": "幅に合わせる", "PDFE.Views.ViewTab.tipHeadings": "見出し", - "PDFE.Views.ViewTab.tipInterfaceTheme": "インターフェイスのテーマ" + "PDFE.Views.ViewTab.tipInterfaceTheme": "インターフェイスのテーマ", + "PDFE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/ko.json b/apps/pdfeditor/main/locale/ko.json index b14aefd54c..6e4678fd59 100644 --- a/apps/pdfeditor/main/locale/ko.json +++ b/apps/pdfeditor/main/locale/ko.json @@ -2018,5 +2018,6 @@ "PDFE.Views.ViewTab.tipFitToPage": "페이지에 맞춤", "PDFE.Views.ViewTab.tipFitToWidth": "너비에 맞춤", "PDFE.Views.ViewTab.tipHeadings": "제목", - "PDFE.Views.ViewTab.tipInterfaceTheme": "인터페이스 테마" + "PDFE.Views.ViewTab.tipInterfaceTheme": "인터페이스 테마", + "PDFE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/lo.json b/apps/pdfeditor/main/locale/lo.json index cd2c312b99..79e94ebca5 100644 --- a/apps/pdfeditor/main/locale/lo.json +++ b/apps/pdfeditor/main/locale/lo.json @@ -2018,5 +2018,6 @@ "PDFE.Views.ViewTab.tipFitToPage": "ພໍດີຂອບ", "PDFE.Views.ViewTab.tipFitToWidth": "ຄວາມກວ້າງພໍດີ", "PDFE.Views.ViewTab.tipHeadings": "ຫົວເລື່ອງ", - "PDFE.Views.ViewTab.tipInterfaceTheme": "ຮູບແບບການສະແດງຜົນ" + "PDFE.Views.ViewTab.tipInterfaceTheme": "ຮູບແບບການສະແດງຜົນ", + "PDFE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/lv.json b/apps/pdfeditor/main/locale/lv.json index ec376164a2..297602d1e9 100644 --- a/apps/pdfeditor/main/locale/lv.json +++ b/apps/pdfeditor/main/locale/lv.json @@ -2018,5 +2018,6 @@ "PDFE.Views.ViewTab.tipFitToPage": "Saskaņot ar lapu", "PDFE.Views.ViewTab.tipFitToWidth": "Saskaņot ar platumu", "PDFE.Views.ViewTab.tipHeadings": "Virsraksti", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Interfeisa tēma" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Interfeisa tēma", + "PDFE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/ms.json b/apps/pdfeditor/main/locale/ms.json index c72bedb144..507425f487 100644 --- a/apps/pdfeditor/main/locale/ms.json +++ b/apps/pdfeditor/main/locale/ms.json @@ -2018,5 +2018,6 @@ "PDFE.Views.ViewTab.tipFitToPage": "Muat kepada Halaman", "PDFE.Views.ViewTab.tipFitToWidth": "Muat kepada Kelebaran", "PDFE.Views.ViewTab.tipHeadings": "Pengepala", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Tema antara muka" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Tema antara muka", + "PDFE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/nl.json b/apps/pdfeditor/main/locale/nl.json index 5d864d8934..662daa33be 100644 --- a/apps/pdfeditor/main/locale/nl.json +++ b/apps/pdfeditor/main/locale/nl.json @@ -2018,5 +2018,6 @@ "PDFE.Views.ViewTab.tipFitToPage": "Aan pagina aanpassen", "PDFE.Views.ViewTab.tipFitToWidth": "Aan breedte aanpassen", "PDFE.Views.ViewTab.tipHeadings": "Koppen", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Interfacethema" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Interfacethema", + "PDFE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/pl.json b/apps/pdfeditor/main/locale/pl.json index ecf119edcc..dd97e8267c 100644 --- a/apps/pdfeditor/main/locale/pl.json +++ b/apps/pdfeditor/main/locale/pl.json @@ -2018,5 +2018,6 @@ "PDFE.Views.ViewTab.tipFitToPage": "Dopasuj do strony", "PDFE.Views.ViewTab.tipFitToWidth": "Dopasuj do szerokości", "PDFE.Views.ViewTab.tipHeadings": "Nagłówki", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Motyw interfejsu" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Motyw interfejsu", + "PDFE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/pt-pt.json b/apps/pdfeditor/main/locale/pt-pt.json index 50a6377be6..532f9c9a71 100644 --- a/apps/pdfeditor/main/locale/pt-pt.json +++ b/apps/pdfeditor/main/locale/pt-pt.json @@ -2018,5 +2018,6 @@ "PDFE.Views.ViewTab.tipFitToPage": "Ajustar à página", "PDFE.Views.ViewTab.tipFitToWidth": "Ajustar à largura", "PDFE.Views.ViewTab.tipHeadings": "Títulos", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Tema da interface" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Tema da interface", + "PDFE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/pt.json b/apps/pdfeditor/main/locale/pt.json index a32739095a..107b67a4ed 100644 --- a/apps/pdfeditor/main/locale/pt.json +++ b/apps/pdfeditor/main/locale/pt.json @@ -2018,5 +2018,6 @@ "PDFE.Views.ViewTab.tipFitToPage": "Ajustar a página", "PDFE.Views.ViewTab.tipFitToWidth": "Ajustar à Largura", "PDFE.Views.ViewTab.tipHeadings": "Títulos", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Tema de interface" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Tema de interface", + "PDFE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/ro.json b/apps/pdfeditor/main/locale/ro.json index 734c615beb..a270230f2c 100644 --- a/apps/pdfeditor/main/locale/ro.json +++ b/apps/pdfeditor/main/locale/ro.json @@ -2018,5 +2018,6 @@ "PDFE.Views.ViewTab.tipFitToPage": "Portivire la pagina", "PDFE.Views.ViewTab.tipFitToWidth": "Potrivire lățime", "PDFE.Views.ViewTab.tipHeadings": "Titluri", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Tema de interfață" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Tema de interfață", + "PDFE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/ru.json b/apps/pdfeditor/main/locale/ru.json index 7caa765e84..97a5e92c08 100644 --- a/apps/pdfeditor/main/locale/ru.json +++ b/apps/pdfeditor/main/locale/ru.json @@ -2018,5 +2018,6 @@ "PDFE.Views.ViewTab.tipFitToPage": "По размеру страницы", "PDFE.Views.ViewTab.tipFitToWidth": "По ширине", "PDFE.Views.ViewTab.tipHeadings": "Заголовки", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Тема интерфейса" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Тема интерфейса", + "PDFE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/si.json b/apps/pdfeditor/main/locale/si.json index daa9dec4a6..8784ecb10a 100644 --- a/apps/pdfeditor/main/locale/si.json +++ b/apps/pdfeditor/main/locale/si.json @@ -2018,5 +2018,6 @@ "PDFE.Views.ViewTab.tipFitToPage": "පිටුවට ගළපන්න", "PDFE.Views.ViewTab.tipFitToWidth": "පළලට ගළපන්න", "PDFE.Views.ViewTab.tipHeadings": "ශ්‍රීර්ෂනාම", - "PDFE.Views.ViewTab.tipInterfaceTheme": "අතුරුමුහුණතේ තේමාව" + "PDFE.Views.ViewTab.tipInterfaceTheme": "අතුරුමුහුණතේ තේමාව", + "PDFE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/sk.json b/apps/pdfeditor/main/locale/sk.json index 0648e4c67e..193a7edbde 100644 --- a/apps/pdfeditor/main/locale/sk.json +++ b/apps/pdfeditor/main/locale/sk.json @@ -2018,5 +2018,6 @@ "PDFE.Views.ViewTab.tipFitToPage": "Prispôsobiť na stranu", "PDFE.Views.ViewTab.tipFitToWidth": "Prispôsobiť na šírku", "PDFE.Views.ViewTab.tipHeadings": "Nadpisy", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Vzhľad prostredia" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Vzhľad prostredia", + "PDFE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/sl.json b/apps/pdfeditor/main/locale/sl.json index f7bbde145a..98e9032740 100644 --- a/apps/pdfeditor/main/locale/sl.json +++ b/apps/pdfeditor/main/locale/sl.json @@ -2018,5 +2018,6 @@ "PDFE.Views.ViewTab.tipFitToPage": "Prilagodi stran", "PDFE.Views.ViewTab.tipFitToWidth": "Prilagodi širino", "PDFE.Views.ViewTab.tipHeadings": "Naslovi", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Interface theme" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Interface theme", + "PDFE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/sr-cyrl.json b/apps/pdfeditor/main/locale/sr-cyrl.json index a88576f221..a9268b3ead 100644 --- a/apps/pdfeditor/main/locale/sr-cyrl.json +++ b/apps/pdfeditor/main/locale/sr-cyrl.json @@ -2018,5 +2018,6 @@ "PDFE.Views.ViewTab.tipFitToPage": "Прилагоди страници", "PDFE.Views.ViewTab.tipFitToWidth": "Прилагоди ширини", "PDFE.Views.ViewTab.tipHeadings": "Наслови", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Тема интерфејса" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Тема интерфејса", + "PDFE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/sr.json b/apps/pdfeditor/main/locale/sr.json index 2bf4825040..6101050f57 100644 --- a/apps/pdfeditor/main/locale/sr.json +++ b/apps/pdfeditor/main/locale/sr.json @@ -2018,5 +2018,6 @@ "PDFE.Views.ViewTab.tipFitToPage": "Prilagodi strani", "PDFE.Views.ViewTab.tipFitToWidth": "Prilagodi Širinu ", "PDFE.Views.ViewTab.tipHeadings": "Naslovi", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Tema interfejsa" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Tema interfejsa", + "PDFE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/sv.json b/apps/pdfeditor/main/locale/sv.json index 1dca01dfed..ec97c25d54 100644 --- a/apps/pdfeditor/main/locale/sv.json +++ b/apps/pdfeditor/main/locale/sv.json @@ -2018,5 +2018,6 @@ "PDFE.Views.ViewTab.tipFitToPage": "Anpassa till sida", "PDFE.Views.ViewTab.tipFitToWidth": "Anpassa till bredd", "PDFE.Views.ViewTab.tipHeadings": "Rubriker", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Gränssnittstema" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Gränssnittstema", + "PDFE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/tr.json b/apps/pdfeditor/main/locale/tr.json index 920b69958d..57efd9ea1b 100644 --- a/apps/pdfeditor/main/locale/tr.json +++ b/apps/pdfeditor/main/locale/tr.json @@ -2018,5 +2018,6 @@ "PDFE.Views.ViewTab.tipFitToPage": "Sayfaya Sığdır", "PDFE.Views.ViewTab.tipFitToWidth": "Genişliğe Sığdır", "PDFE.Views.ViewTab.tipHeadings": "Başlıklar", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Arayüz teması" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Arayüz teması", + "PDFE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/uk.json b/apps/pdfeditor/main/locale/uk.json index e46780a2a7..9fbc04464e 100644 --- a/apps/pdfeditor/main/locale/uk.json +++ b/apps/pdfeditor/main/locale/uk.json @@ -2018,5 +2018,6 @@ "PDFE.Views.ViewTab.tipFitToPage": "За розміром сторінки", "PDFE.Views.ViewTab.tipFitToWidth": "По ширині", "PDFE.Views.ViewTab.tipHeadings": "Заголовки", - "PDFE.Views.ViewTab.tipInterfaceTheme": "Тема інтерфейсу" + "PDFE.Views.ViewTab.tipInterfaceTheme": "Тема інтерфейсу", + "PDFE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/zh-tw.json b/apps/pdfeditor/main/locale/zh-tw.json index 98d6cdc4d9..8dc67c5e27 100644 --- a/apps/pdfeditor/main/locale/zh-tw.json +++ b/apps/pdfeditor/main/locale/zh-tw.json @@ -2018,5 +2018,6 @@ "PDFE.Views.ViewTab.tipFitToPage": "調整至頁面", "PDFE.Views.ViewTab.tipFitToWidth": "調整至寬度", "PDFE.Views.ViewTab.tipHeadings": "頁首", - "PDFE.Views.ViewTab.tipInterfaceTheme": "介面主題" + "PDFE.Views.ViewTab.tipInterfaceTheme": "介面主題", + "PDFE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/pdfeditor/main/locale/zh.json b/apps/pdfeditor/main/locale/zh.json index e0b25bfa24..5cb8908661 100644 --- a/apps/pdfeditor/main/locale/zh.json +++ b/apps/pdfeditor/main/locale/zh.json @@ -2018,5 +2018,6 @@ "PDFE.Views.ViewTab.tipFitToPage": "适合页面", "PDFE.Views.ViewTab.tipFitToWidth": "适合宽度", "PDFE.Views.ViewTab.tipHeadings": "标题", - "PDFE.Views.ViewTab.tipInterfaceTheme": "界面主题" + "PDFE.Views.ViewTab.tipInterfaceTheme": "界面主题", + "PDFE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/ar.json b/apps/presentationeditor/main/locale/ar.json index bffb44509f..ab8f7e15d5 100644 --- a/apps/presentationeditor/main/locale/ar.json +++ b/apps/presentationeditor/main/locale/ar.json @@ -2931,5 +2931,6 @@ "PE.Views.ViewTab.tipGuides": "عرض الخطوط الدلالية", "PE.Views.ViewTab.tipInterfaceTheme": "سمة الواجهة", "PE.Views.ViewTab.tipNormal": "عادي", - "PE.Views.ViewTab.tipSlideMaster": "الشريحة الرئيسية" + "PE.Views.ViewTab.tipSlideMaster": "الشريحة الرئيسية", + "PE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/az.json b/apps/presentationeditor/main/locale/az.json index bef275ad9f..7d3ac7cbe3 100644 --- a/apps/presentationeditor/main/locale/az.json +++ b/apps/presentationeditor/main/locale/az.json @@ -2931,5 +2931,6 @@ "PE.Views.ViewTab.tipGuides": "Show guides", "PE.Views.ViewTab.tipInterfaceTheme": "İnterfeys mövzusu", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Slide master" + "PE.Views.ViewTab.tipSlideMaster": "Slide master", + "PE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/be.json b/apps/presentationeditor/main/locale/be.json index d6cb4b18b8..aa239fd9f6 100644 --- a/apps/presentationeditor/main/locale/be.json +++ b/apps/presentationeditor/main/locale/be.json @@ -2931,5 +2931,6 @@ "PE.Views.ViewTab.tipGuides": "Паказваць накіравальныя", "PE.Views.ViewTab.tipInterfaceTheme": "Тэма інтэрфейсу", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Slide master" + "PE.Views.ViewTab.tipSlideMaster": "Slide master", + "PE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/bg.json b/apps/presentationeditor/main/locale/bg.json index 52ac34e3ce..f325e974f3 100644 --- a/apps/presentationeditor/main/locale/bg.json +++ b/apps/presentationeditor/main/locale/bg.json @@ -2931,5 +2931,6 @@ "PE.Views.ViewTab.tipGuides": "Show guides", "PE.Views.ViewTab.tipInterfaceTheme": "Тема на интерфейса", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Slide master" + "PE.Views.ViewTab.tipSlideMaster": "Slide master", + "PE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/ca.json b/apps/presentationeditor/main/locale/ca.json index 434e2bfc77..da5a2abefe 100644 --- a/apps/presentationeditor/main/locale/ca.json +++ b/apps/presentationeditor/main/locale/ca.json @@ -2931,5 +2931,6 @@ "PE.Views.ViewTab.tipGuides": "Mostrar les guies", "PE.Views.ViewTab.tipInterfaceTheme": "Tema de la interfície", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Slide master" + "PE.Views.ViewTab.tipSlideMaster": "Slide master", + "PE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/cs.json b/apps/presentationeditor/main/locale/cs.json index 29356c49f8..99684723fb 100644 --- a/apps/presentationeditor/main/locale/cs.json +++ b/apps/presentationeditor/main/locale/cs.json @@ -2931,5 +2931,6 @@ "PE.Views.ViewTab.tipGuides": "Zobrazit vodítka", "PE.Views.ViewTab.tipInterfaceTheme": "Vzhled uživatelského rozhraní", "PE.Views.ViewTab.tipNormal": "Normální", - "PE.Views.ViewTab.tipSlideMaster": "Hlavní snímek" + "PE.Views.ViewTab.tipSlideMaster": "Hlavní snímek", + "PE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/da.json b/apps/presentationeditor/main/locale/da.json index 2460c64a94..e52ef49ba6 100644 --- a/apps/presentationeditor/main/locale/da.json +++ b/apps/presentationeditor/main/locale/da.json @@ -2931,5 +2931,6 @@ "PE.Views.ViewTab.tipGuides": "Show guides", "PE.Views.ViewTab.tipInterfaceTheme": "Interface tema", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Slide master" + "PE.Views.ViewTab.tipSlideMaster": "Slide master", + "PE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/de.json b/apps/presentationeditor/main/locale/de.json index e99a1888ac..3aa7750ab8 100644 --- a/apps/presentationeditor/main/locale/de.json +++ b/apps/presentationeditor/main/locale/de.json @@ -2931,5 +2931,6 @@ "PE.Views.ViewTab.tipGuides": "Führungslinien anzeigen", "PE.Views.ViewTab.tipInterfaceTheme": "Thema der Benutzeroberfläche", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Folienmaster" + "PE.Views.ViewTab.tipSlideMaster": "Folienmaster", + "PE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/el.json b/apps/presentationeditor/main/locale/el.json index 591210db19..2ee7dda7ba 100644 --- a/apps/presentationeditor/main/locale/el.json +++ b/apps/presentationeditor/main/locale/el.json @@ -2931,5 +2931,6 @@ "PE.Views.ViewTab.tipGuides": "Εμφάνιση οδηγών", "PE.Views.ViewTab.tipInterfaceTheme": "Θέμα διεπαφής", "PE.Views.ViewTab.tipNormal": "Κανονικό", - "PE.Views.ViewTab.tipSlideMaster": "Υπόδειγμα διαφανειών" + "PE.Views.ViewTab.tipSlideMaster": "Υπόδειγμα διαφανειών", + "PE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/en.json b/apps/presentationeditor/main/locale/en.json index 590cc5ed47..bbedcea201 100644 --- a/apps/presentationeditor/main/locale/en.json +++ b/apps/presentationeditor/main/locale/en.json @@ -965,7 +965,7 @@ "PE.Controllers.Main.errorUserDrop": "The file cannot be accessed right now.", "PE.Controllers.Main.errorUsersExceed": "The number of users allowed by the pricing plan was exceeded", "PE.Controllers.Main.errorViewerDisconnect": "Connection is lost. You can still view the document,
but will not be able to download or print it until the connection is restored and page is reloaded.", - "PE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To save the file as a PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer.", + "PE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer.", "PE.Controllers.Main.leavePageText": "You have unsaved changes in this presentation. Click \"Stay on This Page\", then \"Save\" to save them. Click \"Leave This Page\" to discard all the unsaved changes.", "PE.Controllers.Main.leavePageTextOnClose": "All unsaved changes in this presentation will be lost.
Click \"Cancel\" then \"Save\" to save them. Click \"OK\" to discard all the unsaved changes.", "PE.Controllers.Main.loadFontsTextText": "Loading data...", diff --git a/apps/presentationeditor/main/locale/es.json b/apps/presentationeditor/main/locale/es.json index 6767238225..2581af1419 100644 --- a/apps/presentationeditor/main/locale/es.json +++ b/apps/presentationeditor/main/locale/es.json @@ -2931,5 +2931,6 @@ "PE.Views.ViewTab.tipGuides": "Mostrar guías", "PE.Views.ViewTab.tipInterfaceTheme": "Tema de la interfaz", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Patrón de diapositivas" + "PE.Views.ViewTab.tipSlideMaster": "Patrón de diapositivas", + "PE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/eu.json b/apps/presentationeditor/main/locale/eu.json index 0d7e10fc8b..534660ca33 100644 --- a/apps/presentationeditor/main/locale/eu.json +++ b/apps/presentationeditor/main/locale/eu.json @@ -2931,5 +2931,6 @@ "PE.Views.ViewTab.tipGuides": "Erakutsi gidak", "PE.Views.ViewTab.tipInterfaceTheme": "Interfazearen gaia", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Slide master" + "PE.Views.ViewTab.tipSlideMaster": "Slide master", + "PE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/fi.json b/apps/presentationeditor/main/locale/fi.json index deeb084990..4c1bbeb6d0 100644 --- a/apps/presentationeditor/main/locale/fi.json +++ b/apps/presentationeditor/main/locale/fi.json @@ -2931,5 +2931,6 @@ "PE.Views.ViewTab.tipGuides": "Show guides", "PE.Views.ViewTab.tipInterfaceTheme": "Interface theme", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Slide master" + "PE.Views.ViewTab.tipSlideMaster": "Slide master", + "PE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/fr.json b/apps/presentationeditor/main/locale/fr.json index 30f7b6f94f..d0b84119a2 100644 --- a/apps/presentationeditor/main/locale/fr.json +++ b/apps/presentationeditor/main/locale/fr.json @@ -2931,5 +2931,6 @@ "PE.Views.ViewTab.tipGuides": "Afficher les guides", "PE.Views.ViewTab.tipInterfaceTheme": "Thème d'interface", "PE.Views.ViewTab.tipNormal": "Normale", - "PE.Views.ViewTab.tipSlideMaster": "Masque de diapositives" + "PE.Views.ViewTab.tipSlideMaster": "Masque de diapositives", + "PE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/gl.json b/apps/presentationeditor/main/locale/gl.json index 3baadd8b6f..8940cdcd89 100644 --- a/apps/presentationeditor/main/locale/gl.json +++ b/apps/presentationeditor/main/locale/gl.json @@ -2931,5 +2931,6 @@ "PE.Views.ViewTab.tipGuides": "Show guides", "PE.Views.ViewTab.tipInterfaceTheme": "Tema da interface", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Slide master" + "PE.Views.ViewTab.tipSlideMaster": "Slide master", + "PE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/he.json b/apps/presentationeditor/main/locale/he.json index b43e88d5f9..d54f16ff9d 100644 --- a/apps/presentationeditor/main/locale/he.json +++ b/apps/presentationeditor/main/locale/he.json @@ -2931,5 +2931,6 @@ "PE.Views.ViewTab.tipGuides": "הצג מדריכים", "PE.Views.ViewTab.tipInterfaceTheme": "ערכת נושא", "PE.Views.ViewTab.tipNormal": "רגיל", - "PE.Views.ViewTab.tipSlideMaster": "תבנית בסיס לשקופיות" + "PE.Views.ViewTab.tipSlideMaster": "תבנית בסיס לשקופיות", + "PE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/hu.json b/apps/presentationeditor/main/locale/hu.json index 602c2f8e8d..f940480f80 100644 --- a/apps/presentationeditor/main/locale/hu.json +++ b/apps/presentationeditor/main/locale/hu.json @@ -2931,5 +2931,6 @@ "PE.Views.ViewTab.tipGuides": "Iránymutatás", "PE.Views.ViewTab.tipInterfaceTheme": "Interfész témája", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Slide master" + "PE.Views.ViewTab.tipSlideMaster": "Slide master", + "PE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/hy.json b/apps/presentationeditor/main/locale/hy.json index 0c811d4878..bde2837074 100644 --- a/apps/presentationeditor/main/locale/hy.json +++ b/apps/presentationeditor/main/locale/hy.json @@ -2931,5 +2931,6 @@ "PE.Views.ViewTab.tipGuides": "Ցույց տալ ուղեցույցները", "PE.Views.ViewTab.tipInterfaceTheme": "Ինտերֆեյսի ոճ", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Slide master" + "PE.Views.ViewTab.tipSlideMaster": "Slide master", + "PE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/id.json b/apps/presentationeditor/main/locale/id.json index 43b6032995..6c8a73b3e2 100644 --- a/apps/presentationeditor/main/locale/id.json +++ b/apps/presentationeditor/main/locale/id.json @@ -2931,5 +2931,6 @@ "PE.Views.ViewTab.tipGuides": "Tampilkan Pemandu", "PE.Views.ViewTab.tipInterfaceTheme": "Tema antarmuka", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Slide master" + "PE.Views.ViewTab.tipSlideMaster": "Slide master", + "PE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/it.json b/apps/presentationeditor/main/locale/it.json index e8909bdb97..ef26371796 100644 --- a/apps/presentationeditor/main/locale/it.json +++ b/apps/presentationeditor/main/locale/it.json @@ -2931,5 +2931,6 @@ "PE.Views.ViewTab.tipGuides": "Mostra guide", "PE.Views.ViewTab.tipInterfaceTheme": "Tema dell'interfaccia", "PE.Views.ViewTab.tipNormal": "Normale", - "PE.Views.ViewTab.tipSlideMaster": "Slide master" + "PE.Views.ViewTab.tipSlideMaster": "Slide master", + "PE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/ja.json b/apps/presentationeditor/main/locale/ja.json index 00958cd90b..4992d90248 100644 --- a/apps/presentationeditor/main/locale/ja.json +++ b/apps/presentationeditor/main/locale/ja.json @@ -2931,5 +2931,6 @@ "PE.Views.ViewTab.tipGuides": "ガイドを表示", "PE.Views.ViewTab.tipInterfaceTheme": "インターフェースのテーマ", "PE.Views.ViewTab.tipNormal": "標準", - "PE.Views.ViewTab.tipSlideMaster": "スライドマスター" + "PE.Views.ViewTab.tipSlideMaster": "スライドマスター", + "PE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/ko.json b/apps/presentationeditor/main/locale/ko.json index 97590c50a1..1e4030e4e0 100644 --- a/apps/presentationeditor/main/locale/ko.json +++ b/apps/presentationeditor/main/locale/ko.json @@ -2931,5 +2931,6 @@ "PE.Views.ViewTab.tipGuides": "가이드 표시", "PE.Views.ViewTab.tipInterfaceTheme": "인터페이스 테마", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Slide master" + "PE.Views.ViewTab.tipSlideMaster": "Slide master", + "PE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/lo.json b/apps/presentationeditor/main/locale/lo.json index 6040f4ce07..b8bc4701eb 100644 --- a/apps/presentationeditor/main/locale/lo.json +++ b/apps/presentationeditor/main/locale/lo.json @@ -2931,5 +2931,6 @@ "PE.Views.ViewTab.tipGuides": "Show guides", "PE.Views.ViewTab.tipInterfaceTheme": "Interface theme", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Slide master" + "PE.Views.ViewTab.tipSlideMaster": "Slide master", + "PE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/lv.json b/apps/presentationeditor/main/locale/lv.json index d3f1cf8eda..cf4c2a3d4a 100644 --- a/apps/presentationeditor/main/locale/lv.json +++ b/apps/presentationeditor/main/locale/lv.json @@ -2931,5 +2931,6 @@ "PE.Views.ViewTab.tipGuides": "Rādīt ceļvežus", "PE.Views.ViewTab.tipInterfaceTheme": "Interfeisa tēma", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Slide master" + "PE.Views.ViewTab.tipSlideMaster": "Slide master", + "PE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/ms.json b/apps/presentationeditor/main/locale/ms.json index 607aea28ae..fb367b817c 100644 --- a/apps/presentationeditor/main/locale/ms.json +++ b/apps/presentationeditor/main/locale/ms.json @@ -2931,5 +2931,6 @@ "PE.Views.ViewTab.tipGuides": "Show guides", "PE.Views.ViewTab.tipInterfaceTheme": "Tema antara muka", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Slide master" + "PE.Views.ViewTab.tipSlideMaster": "Slide master", + "PE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/nl.json b/apps/presentationeditor/main/locale/nl.json index 1e300d372e..3c8832d8b8 100644 --- a/apps/presentationeditor/main/locale/nl.json +++ b/apps/presentationeditor/main/locale/nl.json @@ -2931,5 +2931,6 @@ "PE.Views.ViewTab.tipGuides": "Show guides", "PE.Views.ViewTab.tipInterfaceTheme": "Interface theme", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Slide master" + "PE.Views.ViewTab.tipSlideMaster": "Slide master", + "PE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/pl.json b/apps/presentationeditor/main/locale/pl.json index a2c46d94fc..e7d1a5632e 100644 --- a/apps/presentationeditor/main/locale/pl.json +++ b/apps/presentationeditor/main/locale/pl.json @@ -2931,5 +2931,6 @@ "PE.Views.ViewTab.tipGuides": "Show guides", "PE.Views.ViewTab.tipInterfaceTheme": "Interface theme", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Slide master" + "PE.Views.ViewTab.tipSlideMaster": "Slide master", + "PE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/pt-pt.json b/apps/presentationeditor/main/locale/pt-pt.json index 483bb7e048..81760d2be4 100644 --- a/apps/presentationeditor/main/locale/pt-pt.json +++ b/apps/presentationeditor/main/locale/pt-pt.json @@ -2931,5 +2931,6 @@ "PE.Views.ViewTab.tipGuides": "Mostrar guias", "PE.Views.ViewTab.tipInterfaceTheme": "Tema da interface", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Slide master" + "PE.Views.ViewTab.tipSlideMaster": "Slide master", + "PE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/pt.json b/apps/presentationeditor/main/locale/pt.json index ea58cb5ea3..dd1a46d5c6 100644 --- a/apps/presentationeditor/main/locale/pt.json +++ b/apps/presentationeditor/main/locale/pt.json @@ -2931,5 +2931,6 @@ "PE.Views.ViewTab.tipGuides": "Mostrar guias", "PE.Views.ViewTab.tipInterfaceTheme": "Tema de interface", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Slide mestre" + "PE.Views.ViewTab.tipSlideMaster": "Slide mestre", + "PE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/ro.json b/apps/presentationeditor/main/locale/ro.json index f138f8d983..d7fec0c5d9 100644 --- a/apps/presentationeditor/main/locale/ro.json +++ b/apps/presentationeditor/main/locale/ro.json @@ -2931,5 +2931,6 @@ "PE.Views.ViewTab.tipGuides": "Afișare ghiduri", "PE.Views.ViewTab.tipInterfaceTheme": "Tema interfeței", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Coordonator de diapozitive" + "PE.Views.ViewTab.tipSlideMaster": "Coordonator de diapozitive", + "PE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/ru.json b/apps/presentationeditor/main/locale/ru.json index 46abe05908..5bb82320ad 100644 --- a/apps/presentationeditor/main/locale/ru.json +++ b/apps/presentationeditor/main/locale/ru.json @@ -2931,5 +2931,6 @@ "PE.Views.ViewTab.tipGuides": "Показать направляющие", "PE.Views.ViewTab.tipInterfaceTheme": "Тема интерфейса", "PE.Views.ViewTab.tipNormal": "Обычный", - "PE.Views.ViewTab.tipSlideMaster": "Образец слайдов" + "PE.Views.ViewTab.tipSlideMaster": "Образец слайдов", + "PE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/si.json b/apps/presentationeditor/main/locale/si.json index 8bfcff6592..32f34dae8e 100644 --- a/apps/presentationeditor/main/locale/si.json +++ b/apps/presentationeditor/main/locale/si.json @@ -2931,5 +2931,6 @@ "PE.Views.ViewTab.tipGuides": "මගපෙන්වීම් පෙන්වන්න", "PE.Views.ViewTab.tipInterfaceTheme": "අතුරුමුහුණතේ තේමාව", "PE.Views.ViewTab.tipNormal": "සාමාන්‍ය", - "PE.Views.ViewTab.tipSlideMaster": "ප්‍රධාන සර්පණය" + "PE.Views.ViewTab.tipSlideMaster": "ප්‍රධාන සර්පණය", + "PE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/sk.json b/apps/presentationeditor/main/locale/sk.json index eea674307b..956ecead10 100644 --- a/apps/presentationeditor/main/locale/sk.json +++ b/apps/presentationeditor/main/locale/sk.json @@ -2931,5 +2931,6 @@ "PE.Views.ViewTab.tipGuides": "Show guides", "PE.Views.ViewTab.tipInterfaceTheme": "Interface theme", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Slide master" + "PE.Views.ViewTab.tipSlideMaster": "Slide master", + "PE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/sl.json b/apps/presentationeditor/main/locale/sl.json index 1ef6baaa24..ed4d03b104 100644 --- a/apps/presentationeditor/main/locale/sl.json +++ b/apps/presentationeditor/main/locale/sl.json @@ -2931,5 +2931,6 @@ "PE.Views.ViewTab.tipGuides": "Show guides", "PE.Views.ViewTab.tipInterfaceTheme": "Interface theme", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Slide master" + "PE.Views.ViewTab.tipSlideMaster": "Slide master", + "PE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/sr-cyrl.json b/apps/presentationeditor/main/locale/sr-cyrl.json index 26d12e3481..a4ac1040ef 100644 --- a/apps/presentationeditor/main/locale/sr-cyrl.json +++ b/apps/presentationeditor/main/locale/sr-cyrl.json @@ -2931,5 +2931,6 @@ "PE.Views.ViewTab.tipGuides": "Прикажи водиче", "PE.Views.ViewTab.tipInterfaceTheme": "Тема интерфејса", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Slide master" + "PE.Views.ViewTab.tipSlideMaster": "Slide master", + "PE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/sr.json b/apps/presentationeditor/main/locale/sr.json index e58cbe5a55..c7acdd9113 100644 --- a/apps/presentationeditor/main/locale/sr.json +++ b/apps/presentationeditor/main/locale/sr.json @@ -2931,5 +2931,6 @@ "PE.Views.ViewTab.tipGuides": "Prikaži vodiče", "PE.Views.ViewTab.tipInterfaceTheme": "Tema interfejsa", "PE.Views.ViewTab.tipNormal": "Normalno", - "PE.Views.ViewTab.tipSlideMaster": "Glavni upravljaš slajdova" + "PE.Views.ViewTab.tipSlideMaster": "Glavni upravljaš slajdova", + "PE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/sv.json b/apps/presentationeditor/main/locale/sv.json index 0c5ee481a3..d82abbcb81 100644 --- a/apps/presentationeditor/main/locale/sv.json +++ b/apps/presentationeditor/main/locale/sv.json @@ -2931,5 +2931,6 @@ "PE.Views.ViewTab.tipGuides": "Show guides", "PE.Views.ViewTab.tipInterfaceTheme": "Gränssnittstema", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Slide master" + "PE.Views.ViewTab.tipSlideMaster": "Slide master", + "PE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/tr.json b/apps/presentationeditor/main/locale/tr.json index cb7d17019c..1c48880bdc 100644 --- a/apps/presentationeditor/main/locale/tr.json +++ b/apps/presentationeditor/main/locale/tr.json @@ -2931,5 +2931,6 @@ "PE.Views.ViewTab.tipGuides": "Show guides", "PE.Views.ViewTab.tipInterfaceTheme": "Arayüz teması", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Slide master" + "PE.Views.ViewTab.tipSlideMaster": "Slide master", + "PE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/uk.json b/apps/presentationeditor/main/locale/uk.json index 884950cd0a..11a8869384 100644 --- a/apps/presentationeditor/main/locale/uk.json +++ b/apps/presentationeditor/main/locale/uk.json @@ -2931,5 +2931,6 @@ "PE.Views.ViewTab.tipGuides": "Show guides", "PE.Views.ViewTab.tipInterfaceTheme": "Interface theme", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Slide master" + "PE.Views.ViewTab.tipSlideMaster": "Slide master", + "PE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/vi.json b/apps/presentationeditor/main/locale/vi.json index 3f0370f6a3..5209508e00 100644 --- a/apps/presentationeditor/main/locale/vi.json +++ b/apps/presentationeditor/main/locale/vi.json @@ -2931,5 +2931,6 @@ "PE.Views.ViewTab.tipGuides": "Show guides", "PE.Views.ViewTab.tipInterfaceTheme": "Interface theme", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Slide master" + "PE.Views.ViewTab.tipSlideMaster": "Slide master", + "PE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/zh-tw.json b/apps/presentationeditor/main/locale/zh-tw.json index 001c473500..0b601a0b10 100644 --- a/apps/presentationeditor/main/locale/zh-tw.json +++ b/apps/presentationeditor/main/locale/zh-tw.json @@ -2931,5 +2931,6 @@ "PE.Views.ViewTab.tipGuides": "顯示導覽線", "PE.Views.ViewTab.tipInterfaceTheme": "介面主題", "PE.Views.ViewTab.tipNormal": "Normal", - "PE.Views.ViewTab.tipSlideMaster": "Slide master" + "PE.Views.ViewTab.tipSlideMaster": "Slide master", + "PE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/presentationeditor/main/locale/zh.json b/apps/presentationeditor/main/locale/zh.json index 3057e8ac8c..2a09121c0d 100644 --- a/apps/presentationeditor/main/locale/zh.json +++ b/apps/presentationeditor/main/locale/zh.json @@ -2931,5 +2931,6 @@ "PE.Views.ViewTab.tipGuides": "显示辅助线", "PE.Views.ViewTab.tipInterfaceTheme": "界面主题", "PE.Views.ViewTab.tipNormal": "正常", - "PE.Views.ViewTab.tipSlideMaster": "幻灯片版式" + "PE.Views.ViewTab.tipSlideMaster": "幻灯片版式", + "PE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/presentationeditor/mobile/locale/ar.json b/apps/presentationeditor/mobile/locale/ar.json index fbbcb37d12..d95a3a77ce 100644 --- a/apps/presentationeditor/mobile/locale/ar.json +++ b/apps/presentationeditor/mobile/locale/ar.json @@ -232,7 +232,8 @@ "unknownErrorText": "خطأ غير معروف.", "uploadImageExtMessage": "امتداد صورة غير معروف", "uploadImageFileCountMessage": "لم يتم رفع أية صور.", - "uploadImageSizeMessage": "الصورة كبيرة جدًا. الحد الأقصى للحجم هو 25 ميغابايت." + "uploadImageSizeMessage": "الصورة كبيرة جدًا. الحد الأقصى للحجم هو 25 ميغابايت.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "جار تحميل البيانات...", diff --git a/apps/presentationeditor/mobile/locale/az.json b/apps/presentationeditor/mobile/locale/az.json index b0a8bec401..1130f577e7 100644 --- a/apps/presentationeditor/mobile/locale/az.json +++ b/apps/presentationeditor/mobile/locale/az.json @@ -232,7 +232,8 @@ "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "textOk": "OK" + "textOk": "OK", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "Məlumat yüklənir...", diff --git a/apps/presentationeditor/mobile/locale/be.json b/apps/presentationeditor/mobile/locale/be.json index b3bfdef604..c9fececafd 100644 --- a/apps/presentationeditor/mobile/locale/be.json +++ b/apps/presentationeditor/mobile/locale/be.json @@ -232,7 +232,8 @@ "saveErrorText": "An error has occurred while saving the file", "scriptLoadError": "The connection is too slow, some of the components could not be loaded. Please, reload the page.", "textOk": "OK", - "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB." + "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "Загрузка даных…", diff --git a/apps/presentationeditor/mobile/locale/bg.json b/apps/presentationeditor/mobile/locale/bg.json index 9865e739bd..87eb802968 100644 --- a/apps/presentationeditor/mobile/locale/bg.json +++ b/apps/presentationeditor/mobile/locale/bg.json @@ -512,7 +512,8 @@ "unknownErrorText": "Unknown error.", "uploadImageExtMessage": "Unknown image format.", "uploadImageFileCountMessage": "No images uploaded.", - "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB." + "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "Loading data...", diff --git a/apps/presentationeditor/mobile/locale/ca.json b/apps/presentationeditor/mobile/locale/ca.json index 4bc94a7d95..d0d5ed89cc 100644 --- a/apps/presentationeditor/mobile/locale/ca.json +++ b/apps/presentationeditor/mobile/locale/ca.json @@ -232,7 +232,8 @@ "uploadImageExtMessage": "Format d'imatge desconegut.", "uploadImageFileCountMessage": "No s'ha carregat cap imatge.", "uploadImageSizeMessage": "La imatge és massa gran. La mida màxima és de 25 MB.", - "textOk": "OK" + "textOk": "OK", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "S'estan carregant les dades...", diff --git a/apps/presentationeditor/mobile/locale/cs.json b/apps/presentationeditor/mobile/locale/cs.json index 1bab1b80f9..31ded042fa 100644 --- a/apps/presentationeditor/mobile/locale/cs.json +++ b/apps/presentationeditor/mobile/locale/cs.json @@ -232,7 +232,8 @@ "uploadImageExtMessage": "Neznámý formát obrázku.", "uploadImageFileCountMessage": "Žádné obrázky nenahrány.", "uploadImageSizeMessage": "Obrázek je příliš velký. Maximální velikost je 25 MB.", - "textOk": "OK" + "textOk": "OK", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "Načítání dat...", diff --git a/apps/presentationeditor/mobile/locale/de.json b/apps/presentationeditor/mobile/locale/de.json index b04eb783fd..d4331aba0b 100644 --- a/apps/presentationeditor/mobile/locale/de.json +++ b/apps/presentationeditor/mobile/locale/de.json @@ -232,7 +232,8 @@ "uploadImageExtMessage": "Unbekanntes Bildformat.", "uploadImageFileCountMessage": "Keine Bilder hochgeladen.", "uploadImageSizeMessage": "Das Bild ist zu groß. Die maximale Größe beträgt 25 MB.", - "textOk": "OK" + "textOk": "OK", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "Daten werden geladen...", diff --git a/apps/presentationeditor/mobile/locale/el.json b/apps/presentationeditor/mobile/locale/el.json index 25b893f5bd..1f9f3ab7b4 100644 --- a/apps/presentationeditor/mobile/locale/el.json +++ b/apps/presentationeditor/mobile/locale/el.json @@ -232,7 +232,8 @@ "unknownErrorText": "Άγνωστο σφάλμα.", "uploadImageExtMessage": "Άγνωστη μορφή εικόνας.", "uploadImageFileCountMessage": "Δεν μεταφορτώθηκαν εικόνες.", - "uploadImageSizeMessage": "Η εικόνα είναι πολύ μεγάλη. Το μέγιστο μέγεθος είναι 25MB." + "uploadImageSizeMessage": "Η εικόνα είναι πολύ μεγάλη. Το μέγιστο μέγεθος είναι 25MB.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "Γίνεται φόρτωση δεδομένων...", diff --git a/apps/presentationeditor/mobile/locale/en.json b/apps/presentationeditor/mobile/locale/en.json index 872c6800ff..ef2037c9d0 100644 --- a/apps/presentationeditor/mobile/locale/en.json +++ b/apps/presentationeditor/mobile/locale/en.json @@ -221,7 +221,7 @@ "errorUserDrop": "The file cannot be accessed right now.", "errorUsersExceed": "The number of users allowed by the pricing plan was exceeded", "errorViewerDisconnect": "Connection is lost. You can still view the document,
but you won't be able to download or print it until the connection is restored and the page is reloaded.", - "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To save the file as a PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer.", "notcriticalErrorTitle": "Warning", "openErrorText": "An error has occurred while opening the file", "saveErrorText": "An error has occurred while saving the file", diff --git a/apps/presentationeditor/mobile/locale/es.json b/apps/presentationeditor/mobile/locale/es.json index 305b64754f..119169c4f8 100644 --- a/apps/presentationeditor/mobile/locale/es.json +++ b/apps/presentationeditor/mobile/locale/es.json @@ -232,7 +232,8 @@ "unknownErrorText": "Error desconocido.", "uploadImageExtMessage": "Formato de imagen desconocido.", "uploadImageFileCountMessage": "No hay imágenes subidas.", - "uploadImageSizeMessage": "La imagen es demasiado grande. El tamaño máximo es de 25 MB." + "uploadImageSizeMessage": "La imagen es demasiado grande. El tamaño máximo es de 25 MB.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "Cargando datos...", diff --git a/apps/presentationeditor/mobile/locale/eu.json b/apps/presentationeditor/mobile/locale/eu.json index c7981883e4..36b3b2c3b3 100644 --- a/apps/presentationeditor/mobile/locale/eu.json +++ b/apps/presentationeditor/mobile/locale/eu.json @@ -232,7 +232,8 @@ "uploadImageExtMessage": "Irudi-formatu ezezaguna.", "uploadImageFileCountMessage": "Ez da irudirik kargatu.", "uploadImageSizeMessage": "Irudia handiegia da. Gehienezko tamaina 25 MB da.", - "textOk": "OK" + "textOk": "OK", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "Datuak kargatzen...", diff --git a/apps/presentationeditor/mobile/locale/fr.json b/apps/presentationeditor/mobile/locale/fr.json index e83c06ecb4..987e874efe 100644 --- a/apps/presentationeditor/mobile/locale/fr.json +++ b/apps/presentationeditor/mobile/locale/fr.json @@ -232,7 +232,8 @@ "uploadImageExtMessage": "Format d'image inconnu.", "uploadImageFileCountMessage": "Aucune image chargée.", "uploadImageSizeMessage": "L'image est trop grande. La taille limite est de 25 Mo.", - "textOk": "OK" + "textOk": "OK", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "Chargement des données en cours...", diff --git a/apps/presentationeditor/mobile/locale/gl.json b/apps/presentationeditor/mobile/locale/gl.json index e9845348d0..a3482f0d43 100644 --- a/apps/presentationeditor/mobile/locale/gl.json +++ b/apps/presentationeditor/mobile/locale/gl.json @@ -232,7 +232,8 @@ "errorInconsistentExtPdf": "An error has occurred while opening the file.
The file content corresponds to one of the following formats: pdf/djvu/xps/oxps, but the file has the inconsistent extension: %1.", "errorInconsistentExtPptx": "An error has occurred while opening the file.
The file content corresponds to presentations (e.g. pptx), but the file has the inconsistent extension: %1.", "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", - "textOk": "OK" + "textOk": "OK", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "Cargando datos...", diff --git a/apps/presentationeditor/mobile/locale/he.json b/apps/presentationeditor/mobile/locale/he.json index ce15353544..bc8136d271 100644 --- a/apps/presentationeditor/mobile/locale/he.json +++ b/apps/presentationeditor/mobile/locale/he.json @@ -232,7 +232,8 @@ "uploadImageExtMessage": "פורמט תמונה לא ידוע.", "uploadImageFileCountMessage": "לא הועלו תמונות.", "uploadImageSizeMessage": "התמונה גדולה מדי. הגודל המרבי הוא 25 מגה בייט.", - "textOk": "OK" + "textOk": "OK", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "טעינת נתונים...", diff --git a/apps/presentationeditor/mobile/locale/hu.json b/apps/presentationeditor/mobile/locale/hu.json index aaaca6a7c2..3fac628eda 100644 --- a/apps/presentationeditor/mobile/locale/hu.json +++ b/apps/presentationeditor/mobile/locale/hu.json @@ -232,7 +232,8 @@ "uploadImageExtMessage": "Ismeretlen képformátum.", "uploadImageFileCountMessage": "Nincs kép feltöltve.", "uploadImageSizeMessage": "A kép túl nagy. A maximális méret 25 MB.", - "textOk": "OK" + "textOk": "OK", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "Adatok betöltése...", diff --git a/apps/presentationeditor/mobile/locale/hy.json b/apps/presentationeditor/mobile/locale/hy.json index 0176085170..5dc88de0b5 100644 --- a/apps/presentationeditor/mobile/locale/hy.json +++ b/apps/presentationeditor/mobile/locale/hy.json @@ -232,7 +232,8 @@ "unknownErrorText": "Անհայտ սխալ։", "uploadImageExtMessage": "Նկարի անհայտ ձևաչափ։", "uploadImageFileCountMessage": "Ոչ մի նկար չի բեռնվել։", - "uploadImageSizeMessage": "Պատկերը չափազանց մեծ է:Առավելագույն չափը 25 ՄԲ է:" + "uploadImageSizeMessage": "Պատկերը չափազանց մեծ է:Առավելագույն չափը 25 ՄԲ է:", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "Տվյալների բեռնում...", diff --git a/apps/presentationeditor/mobile/locale/id.json b/apps/presentationeditor/mobile/locale/id.json index b91b203fc8..1ab1009ce8 100644 --- a/apps/presentationeditor/mobile/locale/id.json +++ b/apps/presentationeditor/mobile/locale/id.json @@ -232,7 +232,8 @@ "uploadImageExtMessage": "Format gambar tidak dikenal.", "uploadImageFileCountMessage": "Tidak ada gambar yang diunggah.", "uploadImageSizeMessage": "Melebihi ukuran maksimal file. Ukuran maksimum adalah 25 MB.", - "textOk": "OK" + "textOk": "OK", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "Memuat data...", diff --git a/apps/presentationeditor/mobile/locale/it.json b/apps/presentationeditor/mobile/locale/it.json index cf916c9f3f..d66bbd05ac 100644 --- a/apps/presentationeditor/mobile/locale/it.json +++ b/apps/presentationeditor/mobile/locale/it.json @@ -232,7 +232,8 @@ "uploadImageExtMessage": "Formato d'immagine sconosciuto.", "uploadImageFileCountMessage": "Nessuna immagine caricata.", "uploadImageSizeMessage": "L'immagine è troppo grande. La dimensione massima è 25 MB.", - "textOk": "OK" + "textOk": "OK", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "Caricamento di dati...", diff --git a/apps/presentationeditor/mobile/locale/ja.json b/apps/presentationeditor/mobile/locale/ja.json index 38eb92cd3d..a80680ed5d 100644 --- a/apps/presentationeditor/mobile/locale/ja.json +++ b/apps/presentationeditor/mobile/locale/ja.json @@ -232,7 +232,8 @@ "uploadImageExtMessage": "不明なイメージの形式", "uploadImageFileCountMessage": "アップロードしたイメージがない", "uploadImageSizeMessage": "イメージのサイズの上限が超えさせました。サイズの上限が25MB。", - "textOk": "OK" + "textOk": "OK", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "データの読み込み中...", diff --git a/apps/presentationeditor/mobile/locale/ko.json b/apps/presentationeditor/mobile/locale/ko.json index 078c969ca3..2002615c17 100644 --- a/apps/presentationeditor/mobile/locale/ko.json +++ b/apps/presentationeditor/mobile/locale/ko.json @@ -232,7 +232,8 @@ "uploadImageExtMessage": "알 수없는 이미지 형식입니다.", "uploadImageFileCountMessage": "이미지가 업로드되지 않았습니다.", "uploadImageSizeMessage": "이미지 크기 제한을 초과했습니다.", - "textOk": "OK" + "textOk": "OK", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "데이터로드 중 ...", diff --git a/apps/presentationeditor/mobile/locale/lo.json b/apps/presentationeditor/mobile/locale/lo.json index a5212d6afa..da5da1bcd4 100644 --- a/apps/presentationeditor/mobile/locale/lo.json +++ b/apps/presentationeditor/mobile/locale/lo.json @@ -232,7 +232,8 @@ "errorSetPassword": "Password could not be set.", "errorToken": "The document security token is not correctly formed.
Please contact your Document Server administrator.", "errorTokenExpire": "The document security token has expired.
Please contact your Document Server administrator.", - "textOk": "OK" + "textOk": "OK", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "ກຳລັງດາວໂຫຼດຂໍ້ມູນ...", diff --git a/apps/presentationeditor/mobile/locale/lv.json b/apps/presentationeditor/mobile/locale/lv.json index 0f31ed20c9..2a4bbed614 100644 --- a/apps/presentationeditor/mobile/locale/lv.json +++ b/apps/presentationeditor/mobile/locale/lv.json @@ -232,7 +232,8 @@ "errorEmailClient": "No email client could be found", "errorForceSave": "An error occurred while saving the file. Please use the 'Download as' option to save the file to your computer hard drive or try again later.", "errorSetPassword": "Password could not be set.", - "textOk": "OK" + "textOk": "OK", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "Ielādē datus...", diff --git a/apps/presentationeditor/mobile/locale/ms.json b/apps/presentationeditor/mobile/locale/ms.json index c1ec190761..d26e86a61f 100644 --- a/apps/presentationeditor/mobile/locale/ms.json +++ b/apps/presentationeditor/mobile/locale/ms.json @@ -232,7 +232,8 @@ "errorSetPassword": "Password could not be set.", "errorToken": "The document security token is not correctly formed.
Please contact your Document Server administrator.", "errorTokenExpire": "The document security token has expired.
Please contact your Document Server administrator.", - "textOk": "OK" + "textOk": "OK", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "Data dimuatkan…", diff --git a/apps/presentationeditor/mobile/locale/nl.json b/apps/presentationeditor/mobile/locale/nl.json index 9bbb70d936..b5d44381d7 100644 --- a/apps/presentationeditor/mobile/locale/nl.json +++ b/apps/presentationeditor/mobile/locale/nl.json @@ -232,7 +232,8 @@ "errorSetPassword": "Password could not be set.", "errorToken": "The document security token is not correctly formed.
Please contact your Document Server administrator.", "errorTokenExpire": "The document security token has expired.
Please contact your Document Server administrator.", - "textOk": "OK" + "textOk": "OK", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "Gegevens worden geladen...", diff --git a/apps/presentationeditor/mobile/locale/pl.json b/apps/presentationeditor/mobile/locale/pl.json index 5a8dc14401..7098466333 100644 --- a/apps/presentationeditor/mobile/locale/pl.json +++ b/apps/presentationeditor/mobile/locale/pl.json @@ -512,7 +512,8 @@ "unknownErrorText": "Unknown error.", "uploadImageExtMessage": "Unknown image format.", "uploadImageFileCountMessage": "No images uploaded.", - "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB." + "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "Loading data...", diff --git a/apps/presentationeditor/mobile/locale/pt-pt.json b/apps/presentationeditor/mobile/locale/pt-pt.json index 6d0e1bcc88..4d0c1ad3cd 100644 --- a/apps/presentationeditor/mobile/locale/pt-pt.json +++ b/apps/presentationeditor/mobile/locale/pt-pt.json @@ -232,7 +232,8 @@ "uploadImageExtMessage": "Formato de imagem desconhecido.", "uploadImageFileCountMessage": "Nenhuma imagem foi carregada.", "uploadImageSizeMessage": "A imagem é muito grande. O tamanho máximo permitido é de 25 MB.", - "textOk": "OK" + "textOk": "OK", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "A carregar dados...", diff --git a/apps/presentationeditor/mobile/locale/pt.json b/apps/presentationeditor/mobile/locale/pt.json index a47aa1adcf..bca1c9c5a5 100644 --- a/apps/presentationeditor/mobile/locale/pt.json +++ b/apps/presentationeditor/mobile/locale/pt.json @@ -232,7 +232,8 @@ "uploadImageExtMessage": "Formato de imagem desconhecido.", "uploadImageFileCountMessage": "Sem imagens carregadas.", "uploadImageSizeMessage": "Tamanho limite máximo da imagem excedido. O tamanho máximo é de 25 MB.", - "textOk": "OK" + "textOk": "OK", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "Carregando dados...", diff --git a/apps/presentationeditor/mobile/locale/ro.json b/apps/presentationeditor/mobile/locale/ro.json index f9ca33a378..482013fc99 100644 --- a/apps/presentationeditor/mobile/locale/ro.json +++ b/apps/presentationeditor/mobile/locale/ro.json @@ -232,7 +232,8 @@ "uploadImageExtMessage": "Format de imagine nerecunoscut.", "uploadImageFileCountMessage": "Nicio imagine nu a fost încărcată.", "uploadImageSizeMessage": "Imaginea este prea mare. Limita de dimensiune este de 25 MB.", - "textOk": "OK" + "textOk": "OK", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "Încărcarea datelor...", diff --git a/apps/presentationeditor/mobile/locale/ru.json b/apps/presentationeditor/mobile/locale/ru.json index 1da5a83c17..1f01f05482 100644 --- a/apps/presentationeditor/mobile/locale/ru.json +++ b/apps/presentationeditor/mobile/locale/ru.json @@ -232,7 +232,8 @@ "unknownErrorText": "Неизвестная ошибка.", "uploadImageExtMessage": "Неизвестный формат рисунка.", "uploadImageFileCountMessage": "Ни одного рисунка не загружено.", - "uploadImageSizeMessage": "Слишком большой рисунок. Максимальный размер - 25 MB." + "uploadImageSizeMessage": "Слишком большой рисунок. Максимальный размер - 25 MB.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "Загрузка данных...", diff --git a/apps/presentationeditor/mobile/locale/si.json b/apps/presentationeditor/mobile/locale/si.json index c2848794fc..8881a1e110 100644 --- a/apps/presentationeditor/mobile/locale/si.json +++ b/apps/presentationeditor/mobile/locale/si.json @@ -232,7 +232,8 @@ "unknownErrorText": "නොදන්නා දෝෂයකි.", "uploadImageExtMessage": "නොදන්නා අනුරුවක ආකෘතියකි.", "uploadImageFileCountMessage": "කිසිම අනුරුවක් උඩුගත කර නැත.", - "uploadImageSizeMessage": "අනුරුව ඉතා විශාලයි. උපරිම ප්‍රමාණය මෙ.බ. 25 කි." + "uploadImageSizeMessage": "අනුරුව ඉතා විශාලයි. උපරිම ප්‍රමාණය මෙ.බ. 25 කි.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "දත්ත පූරණය වෙමින්...", diff --git a/apps/presentationeditor/mobile/locale/sk.json b/apps/presentationeditor/mobile/locale/sk.json index b5dbbc0261..4626989377 100644 --- a/apps/presentationeditor/mobile/locale/sk.json +++ b/apps/presentationeditor/mobile/locale/sk.json @@ -232,7 +232,8 @@ "errorSetPassword": "Password could not be set.", "errorToken": "The document security token is not correctly formed.
Please contact your Document Server administrator.", "errorTokenExpire": "The document security token has expired.
Please contact your Document Server administrator.", - "textOk": "OK" + "textOk": "OK", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "Načítavanie dát...", diff --git a/apps/presentationeditor/mobile/locale/sl.json b/apps/presentationeditor/mobile/locale/sl.json index 75cd51eb5f..1c6c63282c 100644 --- a/apps/presentationeditor/mobile/locale/sl.json +++ b/apps/presentationeditor/mobile/locale/sl.json @@ -512,7 +512,8 @@ "unknownErrorText": "Unknown error.", "uploadImageExtMessage": "Unknown image format.", "uploadImageFileCountMessage": "No images uploaded.", - "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB." + "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "Loading data...", diff --git a/apps/presentationeditor/mobile/locale/sr-cyrl.json b/apps/presentationeditor/mobile/locale/sr-cyrl.json index f40284919e..8a1e34a365 100644 --- a/apps/presentationeditor/mobile/locale/sr-cyrl.json +++ b/apps/presentationeditor/mobile/locale/sr-cyrl.json @@ -232,7 +232,8 @@ "uploadImageExtMessage": "Непознати формат слике.", "uploadImageFileCountMessage": "Нема отпремљених слика.", "uploadImageSizeMessage": "Слика је превелика. Максимум величина је 25 МБ.", - "textOk": "OK" + "textOk": "OK", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "Учитавање података...", diff --git a/apps/presentationeditor/mobile/locale/sr.json b/apps/presentationeditor/mobile/locale/sr.json index 712b22c942..971c3147d0 100644 --- a/apps/presentationeditor/mobile/locale/sr.json +++ b/apps/presentationeditor/mobile/locale/sr.json @@ -232,7 +232,8 @@ "uploadImageExtMessage": "Nepoznati format slike.", "uploadImageFileCountMessage": "Nema otpremljenih slika.", "uploadImageSizeMessage": "Slika je prevelika. Maksimum veličina je 25 MB.", - "textOk": "OK" + "textOk": "OK", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "Učitavanje podataka...", diff --git a/apps/presentationeditor/mobile/locale/tr.json b/apps/presentationeditor/mobile/locale/tr.json index 691f738234..cbb465267b 100644 --- a/apps/presentationeditor/mobile/locale/tr.json +++ b/apps/presentationeditor/mobile/locale/tr.json @@ -232,7 +232,8 @@ "unknownErrorText": "Bilinmeyen hata.", "uploadImageExtMessage": "Bilinmeyen resim formatı.", "uploadImageFileCountMessage": "Resim yüklenmedi.", - "uploadImageSizeMessage": "Görüntü çok büyük. Maksimum boyut 25 MB'dir." + "uploadImageSizeMessage": "Görüntü çok büyük. Maksimum boyut 25 MB'dir.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "Veri yükleniyor...", diff --git a/apps/presentationeditor/mobile/locale/uk.json b/apps/presentationeditor/mobile/locale/uk.json index e2136935e1..8a2d1de2e8 100644 --- a/apps/presentationeditor/mobile/locale/uk.json +++ b/apps/presentationeditor/mobile/locale/uk.json @@ -232,7 +232,8 @@ "unknownErrorText": "Unknown error.", "uploadImageExtMessage": "Unknown image format.", "uploadImageFileCountMessage": "No images uploaded.", - "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB." + "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "View": { "Add": { diff --git a/apps/presentationeditor/mobile/locale/vi.json b/apps/presentationeditor/mobile/locale/vi.json index 55f5cd04c3..df6a2aee61 100644 --- a/apps/presentationeditor/mobile/locale/vi.json +++ b/apps/presentationeditor/mobile/locale/vi.json @@ -234,7 +234,8 @@ "errorEmailClient": "No email client could be found", "errorForceSave": "An error occurred while saving the file. Please use the 'Download as' option to save the file to your computer hard drive or try again later.", "errorSetPassword": "Password could not be set.", - "textOk": "OK" + "textOk": "OK", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "Loading data...", diff --git a/apps/presentationeditor/mobile/locale/zh-tw.json b/apps/presentationeditor/mobile/locale/zh-tw.json index b74305386e..16c2b0d5ff 100644 --- a/apps/presentationeditor/mobile/locale/zh-tw.json +++ b/apps/presentationeditor/mobile/locale/zh-tw.json @@ -232,7 +232,8 @@ "errorComboSeries": "To create a combination chart, select at least two series of data.", "errorEmailClient": "No email client could be found", "errorSetPassword": "Password could not be set.", - "textOk": "OK" + "textOk": "OK", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "載入資料中...", diff --git a/apps/presentationeditor/mobile/locale/zh.json b/apps/presentationeditor/mobile/locale/zh.json index 0142aa1e56..037f00d950 100644 --- a/apps/presentationeditor/mobile/locale/zh.json +++ b/apps/presentationeditor/mobile/locale/zh.json @@ -232,7 +232,8 @@ "uploadImageExtMessage": "未知图像格式。", "uploadImageFileCountMessage": "没有图片上传", "uploadImageSizeMessage": "图像太大。最大大小为25 MB。", - "textOk": "OK" + "textOk": "OK", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "applyChangesTextText": "数据加载中…", diff --git a/apps/spreadsheeteditor/main/locale/ar.json b/apps/spreadsheeteditor/main/locale/ar.json index 3cc5275ad6..bd3741c3a6 100644 --- a/apps/spreadsheeteditor/main/locale/ar.json +++ b/apps/spreadsheeteditor/main/locale/ar.json @@ -4500,5 +4500,6 @@ "SSE.Views.WBProtection.txtSheetUnlockDescription": "أدخل كلمة السر لفك تشفير الصفحة", "SSE.Views.WBProtection.txtSheetUnlockTitle": "فك حماية الورقة", "SSE.Views.WBProtection.txtWBUnlockDescription": "أدخل كلمة سر لفك تشفير المصنف", - "SSE.Views.WBProtection.txtWBUnlockTitle": "فك حماية المصنف" + "SSE.Views.WBProtection.txtWBUnlockTitle": "فك حماية المصنف", + "SSE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/az.json b/apps/spreadsheeteditor/main/locale/az.json index 5ec45dda2b..d1065ed321 100644 --- a/apps/spreadsheeteditor/main/locale/az.json +++ b/apps/spreadsheeteditor/main/locale/az.json @@ -4500,5 +4500,6 @@ "SSE.Views.WBProtection.txtSheetUnlockDescription": "Vərəqin mühafizəsini ləğv etmək üçün parol daxil edin", "SSE.Views.WBProtection.txtSheetUnlockTitle": "Vərəqin qorumasını ləğv et", "SSE.Views.WBProtection.txtWBUnlockDescription": "İş kitabının mühafizəsini ləğv etmək üçün parol daxil edin", - "SSE.Views.WBProtection.txtWBUnlockTitle": "İş kitabının qorumasını ləğv et" + "SSE.Views.WBProtection.txtWBUnlockTitle": "İş kitabının qorumasını ləğv et", + "SSE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/be.json b/apps/spreadsheeteditor/main/locale/be.json index d3ca3fd71a..47d2731ab7 100644 --- a/apps/spreadsheeteditor/main/locale/be.json +++ b/apps/spreadsheeteditor/main/locale/be.json @@ -4500,5 +4500,6 @@ "SSE.Views.WBProtection.txtSheetUnlockDescription": "Каб зняць абарону аркуша, увядзіце пароль", "SSE.Views.WBProtection.txtSheetUnlockTitle": "Зняць абарону аркуша", "SSE.Views.WBProtection.txtWBUnlockDescription": "Каб зняць абарону кнігі, увядзіце пароль", - "SSE.Views.WBProtection.txtWBUnlockTitle": "Зняць абарону працоўнай кнігі" + "SSE.Views.WBProtection.txtWBUnlockTitle": "Зняць абарону працоўнай кнігі", + "SSE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/bg.json b/apps/spreadsheeteditor/main/locale/bg.json index 131f02fe5d..1cdf97a8f4 100644 --- a/apps/spreadsheeteditor/main/locale/bg.json +++ b/apps/spreadsheeteditor/main/locale/bg.json @@ -4500,5 +4500,6 @@ "SSE.Views.WBProtection.txtSheetUnlockDescription": "Enter a password to unprotect sheet", "SSE.Views.WBProtection.txtSheetUnlockTitle": "Unprotect sheet", "SSE.Views.WBProtection.txtWBUnlockDescription": "Enter a password to unprotect workbook", - "SSE.Views.WBProtection.txtWBUnlockTitle": "Unprotect workbook" + "SSE.Views.WBProtection.txtWBUnlockTitle": "Unprotect workbook", + "SSE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/ca.json b/apps/spreadsheeteditor/main/locale/ca.json index 4cd5c95fd2..63f5c44ab2 100644 --- a/apps/spreadsheeteditor/main/locale/ca.json +++ b/apps/spreadsheeteditor/main/locale/ca.json @@ -4500,5 +4500,6 @@ "SSE.Views.WBProtection.txtSheetUnlockDescription": "Introdueix una contrasenya per desprotegir el full", "SSE.Views.WBProtection.txtSheetUnlockTitle": "Desprotegeix el full", "SSE.Views.WBProtection.txtWBUnlockDescription": "Introdueix una contrasenya per desprotegir el llibre", - "SSE.Views.WBProtection.txtWBUnlockTitle": "Desprotegeix el llibre de treball" + "SSE.Views.WBProtection.txtWBUnlockTitle": "Desprotegeix el llibre de treball", + "SSE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/cs.json b/apps/spreadsheeteditor/main/locale/cs.json index edcca68527..81f5c92a86 100644 --- a/apps/spreadsheeteditor/main/locale/cs.json +++ b/apps/spreadsheeteditor/main/locale/cs.json @@ -4500,5 +4500,6 @@ "SSE.Views.WBProtection.txtSheetUnlockDescription": "Zadejte heslo pro deaktivaci zabezpečení listu", "SSE.Views.WBProtection.txtSheetUnlockTitle": "Zrušit zabezpečení listu", "SSE.Views.WBProtection.txtWBUnlockDescription": "Vložte heslo pro přístup k sešitu", - "SSE.Views.WBProtection.txtWBUnlockTitle": "Zrušit zabezpečení sešitu" + "SSE.Views.WBProtection.txtWBUnlockTitle": "Zrušit zabezpečení sešitu", + "SSE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/da.json b/apps/spreadsheeteditor/main/locale/da.json index a3f0ec6d83..c0e076cceb 100644 --- a/apps/spreadsheeteditor/main/locale/da.json +++ b/apps/spreadsheeteditor/main/locale/da.json @@ -4500,5 +4500,6 @@ "SSE.Views.WBProtection.txtSheetUnlockDescription": "Indtast en adgangskode for at fjerne beskyttelsen af ​​arket", "SSE.Views.WBProtection.txtSheetUnlockTitle": "Fjern beskyttelse af ark", "SSE.Views.WBProtection.txtWBUnlockDescription": "Indtast en adgangskode for at fjerne beskyttelsen af ​​projektmappen", - "SSE.Views.WBProtection.txtWBUnlockTitle": "ubeskyt projektmappe" + "SSE.Views.WBProtection.txtWBUnlockTitle": "ubeskyt projektmappe", + "SSE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/de.json b/apps/spreadsheeteditor/main/locale/de.json index c72ba4ff87..3c286bbed7 100644 --- a/apps/spreadsheeteditor/main/locale/de.json +++ b/apps/spreadsheeteditor/main/locale/de.json @@ -4500,5 +4500,6 @@ "SSE.Views.WBProtection.txtSheetUnlockDescription": "Zum Entschützen der Tabellenkalkulation bitte Kennwort eingeben", "SSE.Views.WBProtection.txtSheetUnlockTitle": "Liste entschützen", "SSE.Views.WBProtection.txtWBUnlockDescription": "Zum Entschützen der Arbeitsmappe bitte Kennwort eingeben", - "SSE.Views.WBProtection.txtWBUnlockTitle": "Arbeitsmappe entschützen" + "SSE.Views.WBProtection.txtWBUnlockTitle": "Arbeitsmappe entschützen", + "SSE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/el.json b/apps/spreadsheeteditor/main/locale/el.json index 3b52b2a28d..0c86a1d693 100644 --- a/apps/spreadsheeteditor/main/locale/el.json +++ b/apps/spreadsheeteditor/main/locale/el.json @@ -4500,5 +4500,6 @@ "SSE.Views.WBProtection.txtSheetUnlockDescription": "Εισάγετε συνθηματικό για άρση προστασίας φύλλου", "SSE.Views.WBProtection.txtSheetUnlockTitle": "Άρση προστασίας φύλλου", "SSE.Views.WBProtection.txtWBUnlockDescription": "Εισάγετε συνθηματικό για άρση προστασίας βιβλίου εργασίας", - "SSE.Views.WBProtection.txtWBUnlockTitle": "Άρση προστασίας βιβλίου εργασίας" + "SSE.Views.WBProtection.txtWBUnlockTitle": "Άρση προστασίας βιβλίου εργασίας", + "SSE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/en.json b/apps/spreadsheeteditor/main/locale/en.json index 194892b2ff..8b334e6689 100644 --- a/apps/spreadsheeteditor/main/locale/en.json +++ b/apps/spreadsheeteditor/main/locale/en.json @@ -1095,7 +1095,7 @@ "SSE.Controllers.Main.errorWrongBracketsCount": "An error in the entered formula.
Wrong number of brackets is used.", "SSE.Controllers.Main.errorWrongOperator": "An error in the entered formula. Wrong operator is used.
Please correct the error.", "SSE.Controllers.Main.errorWrongPassword": "The password you supplied is not correct.", - "SSE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To save the file as a PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer.", + "SSE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer.", "SSE.Controllers.Main.errRemDuplicates": "Duplicate values found and deleted: {0}, unique values left: {1}.", "SSE.Controllers.Main.leavePageText": "You have unsaved changes in this spreadsheet. Click 'Stay on this Page' then 'Save' to save them. Click 'Leave this Page' to discard all the unsaved changes.", "SSE.Controllers.Main.leavePageTextOnClose": "All unsaved changes in this spreadsheet will be lost.
Click \"Cancel\" then \"Save\" to save them. Click \"OK\" to discard all the unsaved changes.", diff --git a/apps/spreadsheeteditor/main/locale/es.json b/apps/spreadsheeteditor/main/locale/es.json index 9d1053e486..d4be468d61 100644 --- a/apps/spreadsheeteditor/main/locale/es.json +++ b/apps/spreadsheeteditor/main/locale/es.json @@ -4500,5 +4500,6 @@ "SSE.Views.WBProtection.txtSheetUnlockDescription": "Introduzca una contraseña para quitarle la protección a la hoja", "SSE.Views.WBProtection.txtSheetUnlockTitle": "Desproteger hoja", "SSE.Views.WBProtection.txtWBUnlockDescription": "Introduzca una contraseña para quitarle la protección al libro", - "SSE.Views.WBProtection.txtWBUnlockTitle": "Desproteger libro" + "SSE.Views.WBProtection.txtWBUnlockTitle": "Desproteger libro", + "SSE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/eu.json b/apps/spreadsheeteditor/main/locale/eu.json index 98b32afc2c..652300754e 100644 --- a/apps/spreadsheeteditor/main/locale/eu.json +++ b/apps/spreadsheeteditor/main/locale/eu.json @@ -4500,5 +4500,6 @@ "SSE.Views.WBProtection.txtSheetUnlockDescription": "Idatzi pasahitza orriari babesa kentzeko", "SSE.Views.WBProtection.txtSheetUnlockTitle": "Kendu babesa orriari", "SSE.Views.WBProtection.txtWBUnlockDescription": "Idatzi pasahitza laneko liburuari babesa kentzeko", - "SSE.Views.WBProtection.txtWBUnlockTitle": "Kendu babesa laneko liburuari" + "SSE.Views.WBProtection.txtWBUnlockTitle": "Kendu babesa laneko liburuari", + "SSE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/fi.json b/apps/spreadsheeteditor/main/locale/fi.json index d9bc9a6868..627e1c3aad 100644 --- a/apps/spreadsheeteditor/main/locale/fi.json +++ b/apps/spreadsheeteditor/main/locale/fi.json @@ -4500,5 +4500,6 @@ "SSE.Views.WBProtection.txtSheetUnlockDescription": "Enter a password to unprotect sheet", "SSE.Views.WBProtection.txtSheetUnlockTitle": "Unprotect sheet", "SSE.Views.WBProtection.txtWBUnlockDescription": "Enter a password to unprotect workbook", - "SSE.Views.WBProtection.txtWBUnlockTitle": "Unprotect workbook" + "SSE.Views.WBProtection.txtWBUnlockTitle": "Unprotect workbook", + "SSE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/fr.json b/apps/spreadsheeteditor/main/locale/fr.json index cc183ef6aa..6dd9a5c654 100644 --- a/apps/spreadsheeteditor/main/locale/fr.json +++ b/apps/spreadsheeteditor/main/locale/fr.json @@ -4500,5 +4500,6 @@ "SSE.Views.WBProtection.txtSheetUnlockDescription": "Entrez un mot de passe pour déprotéger la feuille de calcul", "SSE.Views.WBProtection.txtSheetUnlockTitle": "Déprotéger la feuille de calcul", "SSE.Views.WBProtection.txtWBUnlockDescription": "Entrez un mot de passe pour déprotéger le classeur", - "SSE.Views.WBProtection.txtWBUnlockTitle": "Déprotéger le classeur" + "SSE.Views.WBProtection.txtWBUnlockTitle": "Déprotéger le classeur", + "SSE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/gl.json b/apps/spreadsheeteditor/main/locale/gl.json index dcf32619a3..f9288ff95e 100644 --- a/apps/spreadsheeteditor/main/locale/gl.json +++ b/apps/spreadsheeteditor/main/locale/gl.json @@ -4500,5 +4500,6 @@ "SSE.Views.WBProtection.txtSheetUnlockDescription": "Introduza un contrasinal para quitarlle a protección á folla", "SSE.Views.WBProtection.txtSheetUnlockTitle": "Desprotexer folla", "SSE.Views.WBProtection.txtWBUnlockDescription": "Introduza un contrasinal para quitarlle a protección ao libro", - "SSE.Views.WBProtection.txtWBUnlockTitle": "Desprotexer libro" + "SSE.Views.WBProtection.txtWBUnlockTitle": "Desprotexer libro", + "SSE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/he.json b/apps/spreadsheeteditor/main/locale/he.json index 5062c94a87..58ec1d3706 100644 --- a/apps/spreadsheeteditor/main/locale/he.json +++ b/apps/spreadsheeteditor/main/locale/he.json @@ -4500,5 +4500,6 @@ "SSE.Views.WBProtection.txtSheetUnlockDescription": "הזנת סיסמה כדי להסיר הגנה גיליון", "SSE.Views.WBProtection.txtSheetUnlockTitle": "הסרת הגנה על גליון", "SSE.Views.WBProtection.txtWBUnlockDescription": "הזנת סיסמה כדי לבטל את ההגנה חוברת עבודה", - "SSE.Views.WBProtection.txtWBUnlockTitle": "חוברת עבודה לא מוגנת" + "SSE.Views.WBProtection.txtWBUnlockTitle": "חוברת עבודה לא מוגנת", + "SSE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/hu.json b/apps/spreadsheeteditor/main/locale/hu.json index b8d4843e28..f9cf26ffe2 100644 --- a/apps/spreadsheeteditor/main/locale/hu.json +++ b/apps/spreadsheeteditor/main/locale/hu.json @@ -4500,5 +4500,6 @@ "SSE.Views.WBProtection.txtSheetUnlockDescription": "Írjon be egy jelszót a munkalap védelmének megszüntetéséhez", "SSE.Views.WBProtection.txtSheetUnlockTitle": "Munkalap védelmének megszüntetése", "SSE.Views.WBProtection.txtWBUnlockDescription": "Írjon be egy jelszót a munkafüzet védelmének megszüntetéséhez", - "SSE.Views.WBProtection.txtWBUnlockTitle": "Munkafüzet védelmének megszüntetése" + "SSE.Views.WBProtection.txtWBUnlockTitle": "Munkafüzet védelmének megszüntetése", + "SSE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/hy.json b/apps/spreadsheeteditor/main/locale/hy.json index e53accbd46..2ab5ea2bf5 100644 --- a/apps/spreadsheeteditor/main/locale/hy.json +++ b/apps/spreadsheeteditor/main/locale/hy.json @@ -4500,5 +4500,6 @@ "SSE.Views.WBProtection.txtSheetUnlockDescription": "Մուտքագրեք գաղտնաբառ՝ թերթը չպաշտպանելու համար", "SSE.Views.WBProtection.txtSheetUnlockTitle": "Չպաշտպանել թերթիկը", "SSE.Views.WBProtection.txtWBUnlockDescription": "Մուտքագրեք գաղտնաբառ՝ աշխատանքային գրքույկը պաշտպանելու համար", - "SSE.Views.WBProtection.txtWBUnlockTitle": "Չպաշտպանել աշխատանքային գրքույկը" + "SSE.Views.WBProtection.txtWBUnlockTitle": "Չպաշտպանել աշխատանքային գրքույկը", + "SSE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/id.json b/apps/spreadsheeteditor/main/locale/id.json index ad1c4a3317..a1dd407cf0 100644 --- a/apps/spreadsheeteditor/main/locale/id.json +++ b/apps/spreadsheeteditor/main/locale/id.json @@ -4500,5 +4500,6 @@ "SSE.Views.WBProtection.txtSheetUnlockDescription": "Masukkan password untuk membuka proteksi sheet", "SSE.Views.WBProtection.txtSheetUnlockTitle": "Buka Proteksi Sheet", "SSE.Views.WBProtection.txtWBUnlockDescription": "Masukkan password untuk membuka proteksi workbook", - "SSE.Views.WBProtection.txtWBUnlockTitle": "Buka Proteksi Workbook" + "SSE.Views.WBProtection.txtWBUnlockTitle": "Buka Proteksi Workbook", + "SSE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/it.json b/apps/spreadsheeteditor/main/locale/it.json index 1171f7f733..3cc84cab51 100644 --- a/apps/spreadsheeteditor/main/locale/it.json +++ b/apps/spreadsheeteditor/main/locale/it.json @@ -4500,5 +4500,6 @@ "SSE.Views.WBProtection.txtSheetUnlockDescription": "Inserisci una password per rimuovere la protezione del foglio", "SSE.Views.WBProtection.txtSheetUnlockTitle": "Rimuovi la protezione del foglio", "SSE.Views.WBProtection.txtWBUnlockDescription": "Inserisci una password per rimuovere la protezione del libro di lavoro", - "SSE.Views.WBProtection.txtWBUnlockTitle": "Rimuovi la protezione del libro di lavoro" + "SSE.Views.WBProtection.txtWBUnlockTitle": "Rimuovi la protezione del libro di lavoro", + "SSE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/ja.json b/apps/spreadsheeteditor/main/locale/ja.json index cba139b26b..e032aaf506 100644 --- a/apps/spreadsheeteditor/main/locale/ja.json +++ b/apps/spreadsheeteditor/main/locale/ja.json @@ -4500,5 +4500,6 @@ "SSE.Views.WBProtection.txtSheetUnlockDescription": "シートを保護解除するようにパスワードを入力してください", "SSE.Views.WBProtection.txtSheetUnlockTitle": "シートを保護を解除する", "SSE.Views.WBProtection.txtWBUnlockDescription": "ブックを保護解除するようにパスワードを入力してください", - "SSE.Views.WBProtection.txtWBUnlockTitle": "ブックを保護を解除する" + "SSE.Views.WBProtection.txtWBUnlockTitle": "ブックを保護を解除する", + "SSE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/ko.json b/apps/spreadsheeteditor/main/locale/ko.json index 886ba1fabf..d7ada86053 100644 --- a/apps/spreadsheeteditor/main/locale/ko.json +++ b/apps/spreadsheeteditor/main/locale/ko.json @@ -4500,5 +4500,6 @@ "SSE.Views.WBProtection.txtSheetUnlockDescription": "양식 보호를 해제하려면 비밀번호를 입력하세요.", "SSE.Views.WBProtection.txtSheetUnlockTitle": "시트 보호해제", "SSE.Views.WBProtection.txtWBUnlockDescription": "통합 문서 보호를 해제하려면 비밀번호를 입력하세요.", - "SSE.Views.WBProtection.txtWBUnlockTitle": "통합 문서 보호 잠금 해제" + "SSE.Views.WBProtection.txtWBUnlockTitle": "통합 문서 보호 잠금 해제", + "SSE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/lo.json b/apps/spreadsheeteditor/main/locale/lo.json index 281cb0b934..a9d5bc03cf 100644 --- a/apps/spreadsheeteditor/main/locale/lo.json +++ b/apps/spreadsheeteditor/main/locale/lo.json @@ -4500,5 +4500,6 @@ "SSE.Views.WBProtection.txtSheetUnlockDescription": "ໃສ່ລະຫັດຜ່ານເພື່ອຍົກເລີກການປ້ອງກັນແຜ່ນ", "SSE.Views.WBProtection.txtSheetUnlockTitle": "ບໍ່ປ້ອງກັນແຜ່ນຊີດ", "SSE.Views.WBProtection.txtWBUnlockDescription": "ປ້ອນລະຫັດຜ່ານເພື່ອບໍ່ປົກປ້ອງປື້ມບັນທືກ", - "SSE.Views.WBProtection.txtWBUnlockTitle": "ບໍ່ປ້ອງ ປື້ມບັນທືກ" + "SSE.Views.WBProtection.txtWBUnlockTitle": "ບໍ່ປ້ອງ ປື້ມບັນທືກ", + "SSE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/lv.json b/apps/spreadsheeteditor/main/locale/lv.json index 808b4caec0..a275e1b83a 100644 --- a/apps/spreadsheeteditor/main/locale/lv.json +++ b/apps/spreadsheeteditor/main/locale/lv.json @@ -4500,5 +4500,6 @@ "SSE.Views.WBProtection.txtSheetUnlockDescription": "Ievadiet paroli, lai noņemtu lapas aizsardzību", "SSE.Views.WBProtection.txtSheetUnlockTitle": "Noņemt aizsargāto lapu", "SSE.Views.WBProtection.txtWBUnlockDescription": "Ievadiet paroli, lai noņemtu darbgrāmatas aizsardzību", - "SSE.Views.WBProtection.txtWBUnlockTitle": "Noņemt darbgrāmatas aizsardzību" + "SSE.Views.WBProtection.txtWBUnlockTitle": "Noņemt darbgrāmatas aizsardzību", + "SSE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/ms.json b/apps/spreadsheeteditor/main/locale/ms.json index 9e29b1aabb..80f368e67b 100644 --- a/apps/spreadsheeteditor/main/locale/ms.json +++ b/apps/spreadsheeteditor/main/locale/ms.json @@ -4500,5 +4500,6 @@ "SSE.Views.WBProtection.txtSheetUnlockDescription": "Masukkan kata laluan untuk melindungi helaian", "SSE.Views.WBProtection.txtSheetUnlockTitle": "Helaian Nyahlindung", "SSE.Views.WBProtection.txtWBUnlockDescription": "Masukkan kata laluan untuk melindungi buku kerja", - "SSE.Views.WBProtection.txtWBUnlockTitle": "Buku Kerja Nyahlindung" + "SSE.Views.WBProtection.txtWBUnlockTitle": "Buku Kerja Nyahlindung", + "SSE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/nl.json b/apps/spreadsheeteditor/main/locale/nl.json index 8f96f2e339..3883010bef 100644 --- a/apps/spreadsheeteditor/main/locale/nl.json +++ b/apps/spreadsheeteditor/main/locale/nl.json @@ -4500,5 +4500,6 @@ "SSE.Views.WBProtection.txtSheetUnlockDescription": "Voer een wachtwoord in om de beveiliging voor het blad op te heffen", "SSE.Views.WBProtection.txtSheetUnlockTitle": "Beveiliging van blad opheffen", "SSE.Views.WBProtection.txtWBUnlockDescription": "Voer een wachtwoord in om de beveiliging voor het werkboek op te heffen", - "SSE.Views.WBProtection.txtWBUnlockTitle": "Beveiliging van werkboek opheffen" + "SSE.Views.WBProtection.txtWBUnlockTitle": "Beveiliging van werkboek opheffen", + "SSE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/pl.json b/apps/spreadsheeteditor/main/locale/pl.json index 36eb39a578..edbef323e7 100644 --- a/apps/spreadsheeteditor/main/locale/pl.json +++ b/apps/spreadsheeteditor/main/locale/pl.json @@ -4500,5 +4500,6 @@ "SSE.Views.WBProtection.txtSheetUnlockDescription": "Wprowadź hasło, aby odblokować arkusz", "SSE.Views.WBProtection.txtSheetUnlockTitle": "Usuń ochronę arkusza", "SSE.Views.WBProtection.txtWBUnlockDescription": "Wprowadź hasło, aby wyłączyć ochronę skoroszytu", - "SSE.Views.WBProtection.txtWBUnlockTitle": "Usuń ochronę skoroszytu" + "SSE.Views.WBProtection.txtWBUnlockTitle": "Usuń ochronę skoroszytu", + "SSE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/pt-pt.json b/apps/spreadsheeteditor/main/locale/pt-pt.json index 434217a0b1..a1ed7a0841 100644 --- a/apps/spreadsheeteditor/main/locale/pt-pt.json +++ b/apps/spreadsheeteditor/main/locale/pt-pt.json @@ -4500,5 +4500,6 @@ "SSE.Views.WBProtection.txtSheetUnlockDescription": "Introduza uma palavra-passe para desbloquear a folha", "SSE.Views.WBProtection.txtSheetUnlockTitle": "Desproteger folha", "SSE.Views.WBProtection.txtWBUnlockDescription": "Introduza uma palavra-passe para desbloquear o livro", - "SSE.Views.WBProtection.txtWBUnlockTitle": "Desproteger Livro" + "SSE.Views.WBProtection.txtWBUnlockTitle": "Desproteger Livro", + "SSE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/pt.json b/apps/spreadsheeteditor/main/locale/pt.json index 61efdb5629..822d38f67a 100644 --- a/apps/spreadsheeteditor/main/locale/pt.json +++ b/apps/spreadsheeteditor/main/locale/pt.json @@ -4500,5 +4500,6 @@ "SSE.Views.WBProtection.txtSheetUnlockDescription": "Digite uma senha para desproteger a folha", "SSE.Views.WBProtection.txtSheetUnlockTitle": "Desproteger a folha", "SSE.Views.WBProtection.txtWBUnlockDescription": "Digite uma senha para desproteger a pasta de trabalho", - "SSE.Views.WBProtection.txtWBUnlockTitle": "Desproteger pasta de trabalho" + "SSE.Views.WBProtection.txtWBUnlockTitle": "Desproteger pasta de trabalho", + "SSE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/ro.json b/apps/spreadsheeteditor/main/locale/ro.json index bdbc1e7a93..637fd0aee6 100644 --- a/apps/spreadsheeteditor/main/locale/ro.json +++ b/apps/spreadsheeteditor/main/locale/ro.json @@ -4500,5 +4500,6 @@ "SSE.Views.WBProtection.txtSheetUnlockDescription": "Introduceți parola pentru dezactivarea protejării a foii de calcul", "SSE.Views.WBProtection.txtSheetUnlockTitle": "Anularea protecției foii de calcul", "SSE.Views.WBProtection.txtWBUnlockDescription": "Introduceți parola pentru dezactivarea protejării a registrului de calcul", - "SSE.Views.WBProtection.txtWBUnlockTitle": "Dezactivarea protejării registrului de calcul" + "SSE.Views.WBProtection.txtWBUnlockTitle": "Dezactivarea protejării registrului de calcul", + "SSE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/ru.json b/apps/spreadsheeteditor/main/locale/ru.json index 2be8c05534..93fc683464 100644 --- a/apps/spreadsheeteditor/main/locale/ru.json +++ b/apps/spreadsheeteditor/main/locale/ru.json @@ -4500,5 +4500,6 @@ "SSE.Views.WBProtection.txtSheetUnlockDescription": "Введите пароль для отключения защиты листа", "SSE.Views.WBProtection.txtSheetUnlockTitle": "Снять защиту листа", "SSE.Views.WBProtection.txtWBUnlockDescription": "Введите пароль для отключения защиты книги", - "SSE.Views.WBProtection.txtWBUnlockTitle": "Снять защиту книги" + "SSE.Views.WBProtection.txtWBUnlockTitle": "Снять защиту книги", + "SSE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/si.json b/apps/spreadsheeteditor/main/locale/si.json index 66c5fdaf90..dbda39ed1f 100644 --- a/apps/spreadsheeteditor/main/locale/si.json +++ b/apps/spreadsheeteditor/main/locale/si.json @@ -4500,5 +4500,6 @@ "SSE.Views.WBProtection.txtSheetUnlockDescription": "පත්‍රය අනාරක්‍ෂණයට මුරපදයක් යොදන්න", "SSE.Views.WBProtection.txtSheetUnlockTitle": "කොළය අනාරක්‍ෂණය", "SSE.Views.WBProtection.txtWBUnlockDescription": "වැඩපොත අනාරක්‍ෂණයට මුරපදයක් ඇතුල් කරන්න", - "SSE.Views.WBProtection.txtWBUnlockTitle": "වැඩපොත අනාරක්‍ෂණය" + "SSE.Views.WBProtection.txtWBUnlockTitle": "වැඩපොත අනාරක්‍ෂණය", + "SSE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/sk.json b/apps/spreadsheeteditor/main/locale/sk.json index 67c99fe72a..3ea61ca643 100644 --- a/apps/spreadsheeteditor/main/locale/sk.json +++ b/apps/spreadsheeteditor/main/locale/sk.json @@ -4500,5 +4500,6 @@ "SSE.Views.WBProtection.txtSheetUnlockDescription": "Zadajte heslo pre deaktiváciu zabezpečenia listu", "SSE.Views.WBProtection.txtSheetUnlockTitle": "Zrušte ochranu listu", "SSE.Views.WBProtection.txtWBUnlockDescription": "Vložte heslo pre vstup k zošitu", - "SSE.Views.WBProtection.txtWBUnlockTitle": "Zrušte ochranu zošita" + "SSE.Views.WBProtection.txtWBUnlockTitle": "Zrušte ochranu zošita", + "SSE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/sl.json b/apps/spreadsheeteditor/main/locale/sl.json index 3d9878ed9c..6b855a8c75 100644 --- a/apps/spreadsheeteditor/main/locale/sl.json +++ b/apps/spreadsheeteditor/main/locale/sl.json @@ -4500,5 +4500,6 @@ "SSE.Views.WBProtection.txtSheetUnlockDescription": "Enter a password to unprotect sheet", "SSE.Views.WBProtection.txtSheetUnlockTitle": "Unprotect sheet", "SSE.Views.WBProtection.txtWBUnlockDescription": "Enter a password to unprotect workbook", - "SSE.Views.WBProtection.txtWBUnlockTitle": "Unprotect workbook" + "SSE.Views.WBProtection.txtWBUnlockTitle": "Unprotect workbook", + "SSE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/sr-cyrl.json b/apps/spreadsheeteditor/main/locale/sr-cyrl.json index 3429f84db3..9a89ccc73a 100644 --- a/apps/spreadsheeteditor/main/locale/sr-cyrl.json +++ b/apps/spreadsheeteditor/main/locale/sr-cyrl.json @@ -4500,5 +4500,6 @@ "SSE.Views.WBProtection.txtSheetUnlockDescription": "Унесите лозинку да незаштитите лист", "SSE.Views.WBProtection.txtSheetUnlockTitle": "Незаштити лист", "SSE.Views.WBProtection.txtWBUnlockDescription": "Унесите лозинку да незаштитите радну књигу", - "SSE.Views.WBProtection.txtWBUnlockTitle": "Незаштити радну књигу" + "SSE.Views.WBProtection.txtWBUnlockTitle": "Незаштити радну књигу", + "SSE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/sr.json b/apps/spreadsheeteditor/main/locale/sr.json index 2960968e0f..1594ab2cc1 100644 --- a/apps/spreadsheeteditor/main/locale/sr.json +++ b/apps/spreadsheeteditor/main/locale/sr.json @@ -4500,5 +4500,6 @@ "SSE.Views.WBProtection.txtSheetUnlockDescription": "Unesite lozinku da nezaštitite list", "SSE.Views.WBProtection.txtSheetUnlockTitle": "Nezaštiti list", "SSE.Views.WBProtection.txtWBUnlockDescription": "Unesite lozinku da nezaštitite radnu knjigu", - "SSE.Views.WBProtection.txtWBUnlockTitle": "Nezaštiti radnu knjigu" + "SSE.Views.WBProtection.txtWBUnlockTitle": "Nezaštiti radnu knjigu", + "SSE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/sv.json b/apps/spreadsheeteditor/main/locale/sv.json index 25417c3d60..89de5b259d 100644 --- a/apps/spreadsheeteditor/main/locale/sv.json +++ b/apps/spreadsheeteditor/main/locale/sv.json @@ -4500,5 +4500,6 @@ "SSE.Views.WBProtection.txtSheetUnlockDescription": "Ange ett lösenord för att låsa upp kalkylarkets skydd", "SSE.Views.WBProtection.txtSheetUnlockTitle": "Lås upp kalkylbladet", "SSE.Views.WBProtection.txtWBUnlockDescription": "Ange ett lösenord för att låsa upp arbetsbokens skydd", - "SSE.Views.WBProtection.txtWBUnlockTitle": "Lås upp arbetsboken" + "SSE.Views.WBProtection.txtWBUnlockTitle": "Lås upp arbetsboken", + "SSE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/tr.json b/apps/spreadsheeteditor/main/locale/tr.json index e366226780..a2fa47b1e4 100644 --- a/apps/spreadsheeteditor/main/locale/tr.json +++ b/apps/spreadsheeteditor/main/locale/tr.json @@ -4500,5 +4500,6 @@ "SSE.Views.WBProtection.txtSheetUnlockDescription": "Sayfanın korumasını kaldırmak için bir şifre girin", "SSE.Views.WBProtection.txtSheetUnlockTitle": "Korumasız Sayfa", "SSE.Views.WBProtection.txtWBUnlockDescription": "Çalışma kitabının korumasını kaldırmak için bir parola girin", - "SSE.Views.WBProtection.txtWBUnlockTitle": "Korumasız Çalışma Sayfası" + "SSE.Views.WBProtection.txtWBUnlockTitle": "Korumasız Çalışma Sayfası", + "SSE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/uk.json b/apps/spreadsheeteditor/main/locale/uk.json index bd0174b837..4a47309490 100644 --- a/apps/spreadsheeteditor/main/locale/uk.json +++ b/apps/spreadsheeteditor/main/locale/uk.json @@ -4500,5 +4500,6 @@ "SSE.Views.WBProtection.txtSheetUnlockDescription": "Введіть пароль для вимкнення захисту аркуша", "SSE.Views.WBProtection.txtSheetUnlockTitle": "Зняти захист аркуша", "SSE.Views.WBProtection.txtWBUnlockDescription": "Введіть пароль для вимкнення захисту книги", - "SSE.Views.WBProtection.txtWBUnlockTitle": "Зняти захист книги" + "SSE.Views.WBProtection.txtWBUnlockTitle": "Зняти захист книги", + "SSE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/vi.json b/apps/spreadsheeteditor/main/locale/vi.json index cc316117a0..1190c83bb2 100644 --- a/apps/spreadsheeteditor/main/locale/vi.json +++ b/apps/spreadsheeteditor/main/locale/vi.json @@ -4500,5 +4500,6 @@ "SSE.Views.WBProtection.txtSheetUnlockDescription": "Enter a password to unprotect sheet", "SSE.Views.WBProtection.txtSheetUnlockTitle": "Unprotect sheet", "SSE.Views.WBProtection.txtWBUnlockDescription": "Enter a password to unprotect workbook", - "SSE.Views.WBProtection.txtWBUnlockTitle": "Unprotect workbook" + "SSE.Views.WBProtection.txtWBUnlockTitle": "Unprotect workbook", + "SSE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/zh-tw.json b/apps/spreadsheeteditor/main/locale/zh-tw.json index 23f2297f88..e579573871 100644 --- a/apps/spreadsheeteditor/main/locale/zh-tw.json +++ b/apps/spreadsheeteditor/main/locale/zh-tw.json @@ -4500,5 +4500,6 @@ "SSE.Views.WBProtection.txtSheetUnlockDescription": "輸入密碼以解除工作表的保護", "SSE.Views.WBProtection.txtSheetUnlockTitle": "解除工作表保護", "SSE.Views.WBProtection.txtWBUnlockDescription": "輸入密碼以解除工作簿的保護", - "SSE.Views.WBProtection.txtWBUnlockTitle": "解除工作簿保護" + "SSE.Views.WBProtection.txtWBUnlockTitle": "解除工作簿保護", + "SSE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/zh.json b/apps/spreadsheeteditor/main/locale/zh.json index 989bd9181f..b7f6e03ee5 100644 --- a/apps/spreadsheeteditor/main/locale/zh.json +++ b/apps/spreadsheeteditor/main/locale/zh.json @@ -4500,5 +4500,6 @@ "SSE.Views.WBProtection.txtSheetUnlockDescription": "输入密码以取消工作表保护", "SSE.Views.WBProtection.txtSheetUnlockTitle": "撤消工作表保护", "SSE.Views.WBProtection.txtWBUnlockDescription": "输入密码以取消工作簿保护", - "SSE.Views.WBProtection.txtWBUnlockTitle": "撤消工作簿保护" + "SSE.Views.WBProtection.txtWBUnlockTitle": "撤消工作簿保护", + "SSE.Controllers.Main.errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." } \ No newline at end of file diff --git a/apps/spreadsheeteditor/mobile/locale/ar.json b/apps/spreadsheeteditor/mobile/locale/ar.json index 611962db9b..8166525e1e 100644 --- a/apps/spreadsheeteditor/mobile/locale/ar.json +++ b/apps/spreadsheeteditor/mobile/locale/ar.json @@ -367,7 +367,8 @@ "uploadDocSizeMessage": "تم تجاوز الحد الأقصى المسموح به لحجم الملف", "uploadImageExtMessage": "امتداد صورة غير معروف", "uploadImageFileCountMessage": "لم يتم رفع أية صور.", - "uploadImageSizeMessage": "حجم الصورة كبير للغاية. اقصى حجم هو 25 ميغابايت" + "uploadImageSizeMessage": "حجم الصورة كبير للغاية. اقصى حجم هو 25 ميغابايت", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "advDRMPassword": "كملة السر", diff --git a/apps/spreadsheeteditor/mobile/locale/az.json b/apps/spreadsheeteditor/mobile/locale/az.json index 7b196644db..533d1136c3 100644 --- a/apps/spreadsheeteditor/mobile/locale/az.json +++ b/apps/spreadsheeteditor/mobile/locale/az.json @@ -367,7 +367,8 @@ "textFormulaFilledAllRows": "Formula filled {0} rows have data. Filling other empty rows may take a few minutes.", "textFormulaFilledAllRowsWithEmpty": "Formula filled first {0} rows. Filling other empty rows may take a few minutes.", "textFormulaFilledFirstRowsOtherHaveData": "Formula filled only first {0} rows have data by memory save reason. There are other {1} rows have data in this sheet. You can fill them manually.", - "textFormulaFilledFirstRowsOtherIsEmpty": "Formula filled only first {0} rows by memory save reason. Other rows in this sheet don't have data." + "textFormulaFilledFirstRowsOtherIsEmpty": "Formula filled only first {0} rows by memory save reason. Other rows in this sheet don't have data.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "advDRMPassword": "Parol", diff --git a/apps/spreadsheeteditor/mobile/locale/be.json b/apps/spreadsheeteditor/mobile/locale/be.json index e5f5c83c5d..96d60cb34f 100644 --- a/apps/spreadsheeteditor/mobile/locale/be.json +++ b/apps/spreadsheeteditor/mobile/locale/be.json @@ -367,7 +367,8 @@ "uploadDocFileCountMessage": "No documents uploaded.", "uploadDocSizeMessage": "Maximum document size limit exceeded.", "uploadImageFileCountMessage": "No images uploaded.", - "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB." + "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "notcriticalErrorTitle": "Увага", diff --git a/apps/spreadsheeteditor/mobile/locale/bg.json b/apps/spreadsheeteditor/mobile/locale/bg.json index 179228c51d..be884995c4 100644 --- a/apps/spreadsheeteditor/mobile/locale/bg.json +++ b/apps/spreadsheeteditor/mobile/locale/bg.json @@ -781,7 +781,8 @@ "uploadDocSizeMessage": "Maximum document size limit exceeded.", "uploadImageExtMessage": "Unknown image format.", "uploadImageFileCountMessage": "No images uploaded.", - "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB." + "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "advDRMPassword": "Password", diff --git a/apps/spreadsheeteditor/mobile/locale/ca.json b/apps/spreadsheeteditor/mobile/locale/ca.json index 366d9480e1..4b5675e625 100644 --- a/apps/spreadsheeteditor/mobile/locale/ca.json +++ b/apps/spreadsheeteditor/mobile/locale/ca.json @@ -367,7 +367,8 @@ "uploadImageExtMessage": "Format d'imatge desconegut.", "uploadImageFileCountMessage": "No s'ha carregat cap imatge.", "uploadImageSizeMessage": "La imatge és massa gran. La mida màxima és de 25 MB.", - "errorCircularReference": "There are one or more circular references where a formula refers to its own cell either directly or indirectly.
Try removing or changing these references, or moving the formulas to different cells." + "errorCircularReference": "There are one or more circular references where a formula refers to its own cell either directly or indirectly.
Try removing or changing these references, or moving the formulas to different cells.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "advDRMPassword": "Contrasenya", diff --git a/apps/spreadsheeteditor/mobile/locale/cs.json b/apps/spreadsheeteditor/mobile/locale/cs.json index 80601afb26..ce416ac1bd 100644 --- a/apps/spreadsheeteditor/mobile/locale/cs.json +++ b/apps/spreadsheeteditor/mobile/locale/cs.json @@ -367,7 +367,8 @@ "uploadDocSizeMessage": "Překročena maximální velikost dokumentu.", "uploadImageExtMessage": "Neznámý formát obrázku.", "uploadImageFileCountMessage": "Nenahrány žádné obrázky.", - "uploadImageSizeMessage": "Obrázek je příliš velký. Maximální velikost je 25 MB." + "uploadImageSizeMessage": "Obrázek je příliš velký. Maximální velikost je 25 MB.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "advDRMPassword": "Heslo", diff --git a/apps/spreadsheeteditor/mobile/locale/da.json b/apps/spreadsheeteditor/mobile/locale/da.json index 8ee23fc2e4..df30b48647 100644 --- a/apps/spreadsheeteditor/mobile/locale/da.json +++ b/apps/spreadsheeteditor/mobile/locale/da.json @@ -367,7 +367,8 @@ "uploadDocFileCountMessage": "No documents uploaded.", "uploadDocSizeMessage": "Maximum document size limit exceeded.", "uploadImageExtMessage": "Unknown image format.", - "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB." + "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "advDRMPassword": "Kodeord", diff --git a/apps/spreadsheeteditor/mobile/locale/de.json b/apps/spreadsheeteditor/mobile/locale/de.json index 620560efce..35ad544da1 100644 --- a/apps/spreadsheeteditor/mobile/locale/de.json +++ b/apps/spreadsheeteditor/mobile/locale/de.json @@ -367,7 +367,8 @@ "uploadDocSizeMessage": "Die maximale Dokumentgröße wurde überschritten.", "uploadImageExtMessage": "Unbekanntes Bildformat.", "uploadImageFileCountMessage": "Keine Bilder hochgeladen.", - "uploadImageSizeMessage": "Die maximal zulässige Bildgröße von 25 MB ist überschritten." + "uploadImageSizeMessage": "Die maximal zulässige Bildgröße von 25 MB ist überschritten.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "advDRMPassword": "Passwort", diff --git a/apps/spreadsheeteditor/mobile/locale/el.json b/apps/spreadsheeteditor/mobile/locale/el.json index 9a3934b581..a3362d4d6e 100644 --- a/apps/spreadsheeteditor/mobile/locale/el.json +++ b/apps/spreadsheeteditor/mobile/locale/el.json @@ -367,7 +367,8 @@ "uploadDocSizeMessage": "Ξεπεράστηκε το μέγιστο μέγεθος εγγράφου.", "uploadImageExtMessage": "Άγνωστη μορφή εικόνας.", "uploadImageFileCountMessage": "Δεν μεταφορτώθηκαν εικόνες.", - "uploadImageSizeMessage": "Η εικόνα είναι πολύ μεγάλη. Το μέγιστο μέγεθος είναι 25MB." + "uploadImageSizeMessage": "Η εικόνα είναι πολύ μεγάλη. Το μέγιστο μέγεθος είναι 25MB.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "advDRMPassword": "Συνθηματικό", diff --git a/apps/spreadsheeteditor/mobile/locale/en.json b/apps/spreadsheeteditor/mobile/locale/en.json index 7ad8ef4de7..c8506a29b4 100644 --- a/apps/spreadsheeteditor/mobile/locale/en.json +++ b/apps/spreadsheeteditor/mobile/locale/en.json @@ -354,7 +354,7 @@ "textCancel": "Cancel", "textClose": "Close", "textErrorPasswordIsNotCorrect": "The password you supplied is not correct.
Verify that the CAPS LOCK key is off and be sure to use the correct capitalization.", - "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To save the file as a PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer.", "textFillOtherRows": "Fill other rows", "textFormulaFilledAllRows": "Formula filled {0} rows have data. Filling other empty rows may take a few minutes.", "textFormulaFilledAllRowsWithEmpty": "Formula filled first {0} rows. Filling other empty rows may take a few minutes.", diff --git a/apps/spreadsheeteditor/mobile/locale/es.json b/apps/spreadsheeteditor/mobile/locale/es.json index 4b3a473b53..27970af22d 100644 --- a/apps/spreadsheeteditor/mobile/locale/es.json +++ b/apps/spreadsheeteditor/mobile/locale/es.json @@ -367,7 +367,8 @@ "uploadDocSizeMessage": "Se ha excedido el límite de tamaño máximo del documento.", "uploadImageExtMessage": "Formato de imagen desconocido.", "uploadImageFileCountMessage": "No hay imágenes subidas.", - "uploadImageSizeMessage": "La imagen es demasiado grande. El tamaño máximo es de 25 MB." + "uploadImageSizeMessage": "La imagen es demasiado grande. El tamaño máximo es de 25 MB.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "advDRMPassword": "Contraseña", diff --git a/apps/spreadsheeteditor/mobile/locale/eu.json b/apps/spreadsheeteditor/mobile/locale/eu.json index 0c202c8fae..789e17f5fe 100644 --- a/apps/spreadsheeteditor/mobile/locale/eu.json +++ b/apps/spreadsheeteditor/mobile/locale/eu.json @@ -367,7 +367,8 @@ "uploadImageExtMessage": "Irudi-formatu ezezaguna.", "uploadImageFileCountMessage": "Ez da irudirik kargatu.", "uploadImageSizeMessage": "Irudia handiegia da. Gehienezko tamaina 25 MB da.", - "errorCircularReference": "There are one or more circular references where a formula refers to its own cell either directly or indirectly.
Try removing or changing these references, or moving the formulas to different cells." + "errorCircularReference": "There are one or more circular references where a formula refers to its own cell either directly or indirectly.
Try removing or changing these references, or moving the formulas to different cells.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "advDRMPassword": "Pasahitza", diff --git a/apps/spreadsheeteditor/mobile/locale/fr.json b/apps/spreadsheeteditor/mobile/locale/fr.json index d7642e8875..1dd409bca2 100644 --- a/apps/spreadsheeteditor/mobile/locale/fr.json +++ b/apps/spreadsheeteditor/mobile/locale/fr.json @@ -367,7 +367,8 @@ "uploadDocSizeMessage": "La taille du fichier dépasse la limite autorisée.", "uploadImageExtMessage": "Format d'image inconnu.", "uploadImageFileCountMessage": "Aucune image chargée.", - "uploadImageSizeMessage": "L'image est trop grande. La taille limite est de 25 Mo." + "uploadImageSizeMessage": "L'image est trop grande. La taille limite est de 25 Mo.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "advDRMPassword": "Mot de passe", diff --git a/apps/spreadsheeteditor/mobile/locale/gl.json b/apps/spreadsheeteditor/mobile/locale/gl.json index 2240976309..87bf5c78a7 100644 --- a/apps/spreadsheeteditor/mobile/locale/gl.json +++ b/apps/spreadsheeteditor/mobile/locale/gl.json @@ -367,7 +367,8 @@ "errorInconsistentExtXlsx": "An error has occurred while opening the file.
The file content corresponds to spreadsheets (e.g. xlsx), but the file has the inconsistent extension: %1.", "errorLabledColumnsPivot": "To create a pivot table report, you must use data that is organized as a list with labeled columns.", "errorPrecedentsNoValidRef": "The Trace Precedents command requires that the active cell contain a formula which includes a valid references.", - "errorProtectedRange": "This range is not allowed for editing." + "errorProtectedRange": "This range is not allowed for editing.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "advDRMPassword": "Contrasinal", diff --git a/apps/spreadsheeteditor/mobile/locale/he.json b/apps/spreadsheeteditor/mobile/locale/he.json index 7a44d3f390..c9391fb8a0 100644 --- a/apps/spreadsheeteditor/mobile/locale/he.json +++ b/apps/spreadsheeteditor/mobile/locale/he.json @@ -367,7 +367,8 @@ "uploadDocSizeMessage": "חריגה ממגבלת גודל המסמך המרבי.", "uploadImageExtMessage": "פורמט תמונה לא ידוע.", "uploadImageFileCountMessage": "לא הועלו תמונות.", - "uploadImageSizeMessage": "התמונה גדולה מדי. הגודל המרבי הוא 25 מגה בייט." + "uploadImageSizeMessage": "התמונה גדולה מדי. הגודל המרבי הוא 25 מגה בייט.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "advDRMPassword": "סיסמה", diff --git a/apps/spreadsheeteditor/mobile/locale/hu.json b/apps/spreadsheeteditor/mobile/locale/hu.json index 875a6c0e43..ca9fe74cc7 100644 --- a/apps/spreadsheeteditor/mobile/locale/hu.json +++ b/apps/spreadsheeteditor/mobile/locale/hu.json @@ -367,7 +367,8 @@ "uploadImageExtMessage": "Ismeretlen képformátum.", "uploadImageFileCountMessage": "Nincs kép feltöltve.", "uploadImageSizeMessage": "A kép túl nagy. A maximális méret 25 MB.", - "errorCircularReference": "There are one or more circular references where a formula refers to its own cell either directly or indirectly.
Try removing or changing these references, or moving the formulas to different cells." + "errorCircularReference": "There are one or more circular references where a formula refers to its own cell either directly or indirectly.
Try removing or changing these references, or moving the formulas to different cells.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "advDRMPassword": "Jelszó", diff --git a/apps/spreadsheeteditor/mobile/locale/hy.json b/apps/spreadsheeteditor/mobile/locale/hy.json index fa13f60ed0..ed933a7d9b 100644 --- a/apps/spreadsheeteditor/mobile/locale/hy.json +++ b/apps/spreadsheeteditor/mobile/locale/hy.json @@ -367,7 +367,8 @@ "uploadImageExtMessage": "Նկարի անհայտ ձևաչափ։", "uploadImageFileCountMessage": "Ոչ մի նկար չի բեռնվել։", "uploadImageSizeMessage": "Պատկերը չափազանց մեծ է:Առավելագույն չափը 25 ՄԲ է:", - "errorCircularReference": "There are one or more circular references where a formula refers to its own cell either directly or indirectly.
Try removing or changing these references, or moving the formulas to different cells." + "errorCircularReference": "There are one or more circular references where a formula refers to its own cell either directly or indirectly.
Try removing or changing these references, or moving the formulas to different cells.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "advDRMPassword": "Գաղտնաբառ", diff --git a/apps/spreadsheeteditor/mobile/locale/id.json b/apps/spreadsheeteditor/mobile/locale/id.json index b587dad5ea..64a1432d8e 100644 --- a/apps/spreadsheeteditor/mobile/locale/id.json +++ b/apps/spreadsheeteditor/mobile/locale/id.json @@ -367,7 +367,8 @@ "uploadDocSizeMessage": "Batas ukuran maksimum dokumen terlampaui.", "uploadImageExtMessage": "Format gambar tidak dikenal.", "uploadImageFileCountMessage": "Tidak ada gambar yang diunggah.", - "uploadImageSizeMessage": "Melebihi ukuran maksimal file. Ukuran maksimum adalah 25 MB." + "uploadImageSizeMessage": "Melebihi ukuran maksimal file. Ukuran maksimum adalah 25 MB.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "advDRMPassword": "Kata Sandi", diff --git a/apps/spreadsheeteditor/mobile/locale/it.json b/apps/spreadsheeteditor/mobile/locale/it.json index f7d736a769..04bda2102c 100644 --- a/apps/spreadsheeteditor/mobile/locale/it.json +++ b/apps/spreadsheeteditor/mobile/locale/it.json @@ -367,7 +367,8 @@ "uploadDocSizeMessage": "Il limite massimo delle dimensioni del documento è stato superato.", "uploadImageExtMessage": "Formato d'immagine sconosciuto.", "uploadImageFileCountMessage": "Nessuna immagine caricata.", - "uploadImageSizeMessage": "L'immagine è troppo grande. La dimensione massima è 25 MB." + "uploadImageSizeMessage": "L'immagine è troppo grande. La dimensione massima è 25 MB.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "advDRMPassword": "Password", diff --git a/apps/spreadsheeteditor/mobile/locale/ja.json b/apps/spreadsheeteditor/mobile/locale/ja.json index 5e5856d66c..3a298a5d37 100644 --- a/apps/spreadsheeteditor/mobile/locale/ja.json +++ b/apps/spreadsheeteditor/mobile/locale/ja.json @@ -367,7 +367,8 @@ "uploadDocSizeMessage": "文書の最大サイズ制限を超えています。", "uploadImageExtMessage": "不明なイメージ形式", "uploadImageFileCountMessage": "アップロードしたイメージがない", - "uploadImageSizeMessage": "イメージのサイズの上限が超えさせました。サイズの上限が25MB。" + "uploadImageSizeMessage": "イメージのサイズの上限が超えさせました。サイズの上限が25MB。", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "advDRMPassword": "パスワード", diff --git a/apps/spreadsheeteditor/mobile/locale/ko.json b/apps/spreadsheeteditor/mobile/locale/ko.json index f708461f9e..9f755c79aa 100644 --- a/apps/spreadsheeteditor/mobile/locale/ko.json +++ b/apps/spreadsheeteditor/mobile/locale/ko.json @@ -367,7 +367,8 @@ "uploadImageExtMessage": "알수 없는 이미지 형식입니다.", "uploadImageFileCountMessage": "이미지가 업로드되지 않았습니다.", "uploadImageSizeMessage": "이미지 크기 제한을 초과했습니다.", - "errorCircularReference": "There are one or more circular references where a formula refers to its own cell either directly or indirectly.
Try removing or changing these references, or moving the formulas to different cells." + "errorCircularReference": "There are one or more circular references where a formula refers to its own cell either directly or indirectly.
Try removing or changing these references, or moving the formulas to different cells.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "advDRMPassword": "암호", diff --git a/apps/spreadsheeteditor/mobile/locale/lo.json b/apps/spreadsheeteditor/mobile/locale/lo.json index 7d8cd9b086..87116820c2 100644 --- a/apps/spreadsheeteditor/mobile/locale/lo.json +++ b/apps/spreadsheeteditor/mobile/locale/lo.json @@ -367,7 +367,8 @@ "textInformation": "Information", "uploadDocExtMessage": "Unknown document format.", "uploadDocFileCountMessage": "No documents uploaded.", - "uploadDocSizeMessage": "Maximum document size limit exceeded." + "uploadDocSizeMessage": "Maximum document size limit exceeded.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "advDRMPassword": "ລະຫັດຜ່ານ", diff --git a/apps/spreadsheeteditor/mobile/locale/lv.json b/apps/spreadsheeteditor/mobile/locale/lv.json index 2dfda09ae4..6db743b041 100644 --- a/apps/spreadsheeteditor/mobile/locale/lv.json +++ b/apps/spreadsheeteditor/mobile/locale/lv.json @@ -367,7 +367,8 @@ "textInformation": "Information", "uploadDocExtMessage": "Unknown document format.", "uploadDocFileCountMessage": "No documents uploaded.", - "uploadDocSizeMessage": "Maximum document size limit exceeded." + "uploadDocSizeMessage": "Maximum document size limit exceeded.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "advDRMPassword": "Parole", diff --git a/apps/spreadsheeteditor/mobile/locale/ms.json b/apps/spreadsheeteditor/mobile/locale/ms.json index 64dcc9214b..8fda129375 100644 --- a/apps/spreadsheeteditor/mobile/locale/ms.json +++ b/apps/spreadsheeteditor/mobile/locale/ms.json @@ -367,7 +367,8 @@ "textOk": "Ok", "uploadDocExtMessage": "Unknown document format.", "uploadDocFileCountMessage": "No documents uploaded.", - "uploadDocSizeMessage": "Maximum document size limit exceeded." + "uploadDocSizeMessage": "Maximum document size limit exceeded.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "advDRMPassword": "Kata laluan", diff --git a/apps/spreadsheeteditor/mobile/locale/nl.json b/apps/spreadsheeteditor/mobile/locale/nl.json index dff524eb89..3506d88ad4 100644 --- a/apps/spreadsheeteditor/mobile/locale/nl.json +++ b/apps/spreadsheeteditor/mobile/locale/nl.json @@ -367,7 +367,8 @@ "textOk": "Ok", "uploadDocExtMessage": "Unknown document format.", "uploadDocFileCountMessage": "No documents uploaded.", - "uploadDocSizeMessage": "Maximum document size limit exceeded." + "uploadDocSizeMessage": "Maximum document size limit exceeded.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "advDRMPassword": "Wachtwoord", diff --git a/apps/spreadsheeteditor/mobile/locale/pl.json b/apps/spreadsheeteditor/mobile/locale/pl.json index e658cd236a..d86bfe957e 100644 --- a/apps/spreadsheeteditor/mobile/locale/pl.json +++ b/apps/spreadsheeteditor/mobile/locale/pl.json @@ -367,7 +367,8 @@ "uploadDocSizeMessage": "Maximum document size limit exceeded.", "uploadImageExtMessage": "Unknown image format.", "uploadImageFileCountMessage": "No images uploaded.", - "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB." + "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "textCancel": "Anuluj", diff --git a/apps/spreadsheeteditor/mobile/locale/pt-pt.json b/apps/spreadsheeteditor/mobile/locale/pt-pt.json index b633da8264..0e342b3ce8 100644 --- a/apps/spreadsheeteditor/mobile/locale/pt-pt.json +++ b/apps/spreadsheeteditor/mobile/locale/pt-pt.json @@ -367,7 +367,8 @@ "textFormulaFilledFirstRowsOtherIsEmpty": "Formula filled only first {0} rows by memory save reason. Other rows in this sheet don't have data.", "uploadDocExtMessage": "Unknown document format.", "uploadDocFileCountMessage": "No documents uploaded.", - "uploadDocSizeMessage": "Maximum document size limit exceeded." + "uploadDocSizeMessage": "Maximum document size limit exceeded.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "advDRMPassword": "Palavra-passe", diff --git a/apps/spreadsheeteditor/mobile/locale/pt.json b/apps/spreadsheeteditor/mobile/locale/pt.json index 4944bac0f8..c5dc858b82 100644 --- a/apps/spreadsheeteditor/mobile/locale/pt.json +++ b/apps/spreadsheeteditor/mobile/locale/pt.json @@ -367,7 +367,8 @@ "uploadDocSizeMessage": "Tamanho máximo do documento excedido.", "uploadImageExtMessage": "Formato de imagem desconhecido.", "uploadImageFileCountMessage": "Sem imagens carregadas.", - "uploadImageSizeMessage": "Tamanho limite máximo da imagem excedido. O tamanho máximo é de 25 MB." + "uploadImageSizeMessage": "Tamanho limite máximo da imagem excedido. O tamanho máximo é de 25 MB.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "advDRMPassword": "Senha", diff --git a/apps/spreadsheeteditor/mobile/locale/ro.json b/apps/spreadsheeteditor/mobile/locale/ro.json index 5ffa0efec5..406f49cce3 100644 --- a/apps/spreadsheeteditor/mobile/locale/ro.json +++ b/apps/spreadsheeteditor/mobile/locale/ro.json @@ -367,7 +367,8 @@ "uploadDocSizeMessage": "Dimensiunea documentului depășește limita permisă.", "uploadImageExtMessage": "Format de imagine nerecunoscut.", "uploadImageFileCountMessage": "Nicio imagine nu a fost încărcată.", - "uploadImageSizeMessage": "Imaginea este prea mare. Limita de dimensiune este de 25 MB." + "uploadImageSizeMessage": "Imaginea este prea mare. Limita de dimensiune este de 25 MB.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "advDRMPassword": "Parola", diff --git a/apps/spreadsheeteditor/mobile/locale/ru.json b/apps/spreadsheeteditor/mobile/locale/ru.json index f6e3485127..8d98a35f7d 100644 --- a/apps/spreadsheeteditor/mobile/locale/ru.json +++ b/apps/spreadsheeteditor/mobile/locale/ru.json @@ -367,7 +367,8 @@ "uploadDocSizeMessage": "Превышен максимальный размер документа.", "uploadImageExtMessage": "Неизвестный формат рисунка.", "uploadImageFileCountMessage": "Ни одного рисунка не загружено.", - "uploadImageSizeMessage": "Слишком большой рисунок. Максимальный размер - 25 MB." + "uploadImageSizeMessage": "Слишком большой рисунок. Максимальный размер - 25 MB.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "advDRMPassword": "Пароль", diff --git a/apps/spreadsheeteditor/mobile/locale/si.json b/apps/spreadsheeteditor/mobile/locale/si.json index bfc6a12b11..6e2aa35d36 100644 --- a/apps/spreadsheeteditor/mobile/locale/si.json +++ b/apps/spreadsheeteditor/mobile/locale/si.json @@ -367,7 +367,8 @@ "uploadImageFileCountMessage": "අනුරුවක් උඩුගත කර නැත.", "uploadImageSizeMessage": "අනුරුව ඉතා විශාලයි. උපරිම ප්‍රමාණය මෙ.බ. 25 කි.", "errorDependentsNoFormulas": "The Trace Dependents command found no formulas that refer to the active cell.", - "errorPrecedentsNoValidRef": "The Trace Precedents command requires that the active cell contain a formula which includes a valid references." + "errorPrecedentsNoValidRef": "The Trace Precedents command requires that the active cell contain a formula which includes a valid references.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "advDRMPassword": "මුරපදය", diff --git a/apps/spreadsheeteditor/mobile/locale/sk.json b/apps/spreadsheeteditor/mobile/locale/sk.json index 4809d73e17..4deda30dd2 100644 --- a/apps/spreadsheeteditor/mobile/locale/sk.json +++ b/apps/spreadsheeteditor/mobile/locale/sk.json @@ -367,7 +367,8 @@ "textOk": "Ok", "uploadDocExtMessage": "Unknown document format.", "uploadDocFileCountMessage": "No documents uploaded.", - "uploadDocSizeMessage": "Maximum document size limit exceeded." + "uploadDocSizeMessage": "Maximum document size limit exceeded.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "advDRMPassword": "Heslo", diff --git a/apps/spreadsheeteditor/mobile/locale/sl.json b/apps/spreadsheeteditor/mobile/locale/sl.json index bfaf2a945c..bcb2717606 100644 --- a/apps/spreadsheeteditor/mobile/locale/sl.json +++ b/apps/spreadsheeteditor/mobile/locale/sl.json @@ -806,7 +806,8 @@ "uploadDocSizeMessage": "Maximum document size limit exceeded.", "uploadImageExtMessage": "Unknown image format.", "uploadImageFileCountMessage": "No images uploaded.", - "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB." + "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "advDRMPassword": "Password", diff --git a/apps/spreadsheeteditor/mobile/locale/sr-cyrl.json b/apps/spreadsheeteditor/mobile/locale/sr-cyrl.json index b4922615e4..ac373815c2 100644 --- a/apps/spreadsheeteditor/mobile/locale/sr-cyrl.json +++ b/apps/spreadsheeteditor/mobile/locale/sr-cyrl.json @@ -367,7 +367,8 @@ "uploadImageExtMessage": "Непознати формат слике.", "uploadImageFileCountMessage": "Нема отпремљених слика.", "uploadImageSizeMessage": "Слика је превелика. Максимум величина је 25 МБ.", - "errorCircularReference": "There are one or more circular references where a formula refers to its own cell either directly or indirectly.
Try removing or changing these references, or moving the formulas to different cells." + "errorCircularReference": "There are one or more circular references where a formula refers to its own cell either directly or indirectly.
Try removing or changing these references, or moving the formulas to different cells.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "advDRMPassword": "Лозинка", diff --git a/apps/spreadsheeteditor/mobile/locale/sr.json b/apps/spreadsheeteditor/mobile/locale/sr.json index 08c6793a24..fae2b3f036 100644 --- a/apps/spreadsheeteditor/mobile/locale/sr.json +++ b/apps/spreadsheeteditor/mobile/locale/sr.json @@ -367,7 +367,8 @@ "uploadDocSizeMessage": "Maksimum limit veličine dokumenta prekoračen.", "uploadImageExtMessage": "Nepoznati format slike.", "uploadImageFileCountMessage": "Nema otpremljenih slika.", - "uploadImageSizeMessage": "Slika je prevelika. Maksimum veličina je 25 MB." + "uploadImageSizeMessage": "Slika je prevelika. Maksimum veličina je 25 MB.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "advDRMPassword": "Lozinka", diff --git a/apps/spreadsheeteditor/mobile/locale/tr.json b/apps/spreadsheeteditor/mobile/locale/tr.json index 98476e0d34..5390b0f415 100644 --- a/apps/spreadsheeteditor/mobile/locale/tr.json +++ b/apps/spreadsheeteditor/mobile/locale/tr.json @@ -367,7 +367,8 @@ "textOk": "Ok", "uploadDocExtMessage": "Unknown document format.", "uploadDocFileCountMessage": "No documents uploaded.", - "uploadDocSizeMessage": "Maximum document size limit exceeded." + "uploadDocSizeMessage": "Maximum document size limit exceeded.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "advDRMPassword": "Şifre", diff --git a/apps/spreadsheeteditor/mobile/locale/uk.json b/apps/spreadsheeteditor/mobile/locale/uk.json index 8d9b3590ef..b04b8b5022 100644 --- a/apps/spreadsheeteditor/mobile/locale/uk.json +++ b/apps/spreadsheeteditor/mobile/locale/uk.json @@ -781,7 +781,8 @@ "uploadDocSizeMessage": "Maximum document size limit exceeded.", "uploadImageExtMessage": "Unknown image format.", "uploadImageFileCountMessage": "No images uploaded.", - "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB." + "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "advDRMPassword": "Password", diff --git a/apps/spreadsheeteditor/mobile/locale/vi.json b/apps/spreadsheeteditor/mobile/locale/vi.json index 457dfd1709..43b2c8bf25 100644 --- a/apps/spreadsheeteditor/mobile/locale/vi.json +++ b/apps/spreadsheeteditor/mobile/locale/vi.json @@ -806,7 +806,8 @@ "uploadDocSizeMessage": "Maximum document size limit exceeded.", "uploadImageExtMessage": "Unknown image format.", "uploadImageFileCountMessage": "No images uploaded.", - "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB." + "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "advDRMPassword": "Password", diff --git a/apps/spreadsheeteditor/mobile/locale/zh-tw.json b/apps/spreadsheeteditor/mobile/locale/zh-tw.json index 9f63eed20d..ff1532a46e 100644 --- a/apps/spreadsheeteditor/mobile/locale/zh-tw.json +++ b/apps/spreadsheeteditor/mobile/locale/zh-tw.json @@ -367,7 +367,8 @@ "textInformation": "Information", "uploadDocExtMessage": "Unknown document format.", "uploadDocFileCountMessage": "No documents uploaded.", - "uploadDocSizeMessage": "Maximum document size limit exceeded." + "uploadDocSizeMessage": "Maximum document size limit exceeded.", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "advDRMPassword": "密碼", diff --git a/apps/spreadsheeteditor/mobile/locale/zh.json b/apps/spreadsheeteditor/mobile/locale/zh.json index 85e4082500..1a0ea37483 100644 --- a/apps/spreadsheeteditor/mobile/locale/zh.json +++ b/apps/spreadsheeteditor/mobile/locale/zh.json @@ -367,7 +367,8 @@ "uploadDocSizeMessage": "超出最大文件大小限制。", "uploadImageExtMessage": "未知图像格式。", "uploadImageFileCountMessage": "没有上传图片", - "uploadImageSizeMessage": "图像太大。最大大小为25 MB。" + "uploadImageSizeMessage": "图像太大。最大大小为25 MB。", + "errorSaveWatermark": "This file contains a watermark image linked to another domain.
To make it visible in PDF, update the watermark image so it links from the same domain as your document, or upload it from your computer." }, "LongActions": { "advDRMPassword": "密码",