diff --git a/apps/documenteditor/main/app/controller/Main.js b/apps/documenteditor/main/app/controller/Main.js index c18fc0334..7246d21c6 100644 --- a/apps/documenteditor/main/app/controller/Main.js +++ b/apps/documenteditor/main/app/controller/Main.js @@ -2143,7 +2143,7 @@ define([ errorKeyExpire: 'Key descriptor expired', errorUsersExceed: 'Count of users was exceed', errorCoAuthoringDisconnect: 'Server connection lost. You can\'t edit anymore.', - errorFilePassProtect: 'The document is password protected.', + errorFilePassProtect: 'The file is password protected and cannot be opened.', txtBasicShapes: 'Basic Shapes', txtFiguredArrows: 'Figured Arrows', txtMath: 'Math', diff --git a/apps/documenteditor/main/locale/en.json b/apps/documenteditor/main/locale/en.json index 18a38942d..6034057be 100644 --- a/apps/documenteditor/main/locale/en.json +++ b/apps/documenteditor/main/locale/en.json @@ -321,7 +321,7 @@ "DE.Controllers.Main.errorDatabaseConnection": "External error.
Database connection error. Please contact support in case the error persists.", "DE.Controllers.Main.errorDataRange": "Incorrect data range.", "DE.Controllers.Main.errorDefaultMessage": "Error code: %1", - "DE.Controllers.Main.errorFilePassProtect": "The document is password protected and could not be opened.", + "DE.Controllers.Main.errorFilePassProtect": "The file is password protected and could not be opened.", "DE.Controllers.Main.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.", "DE.Controllers.Main.errorKeyEncrypt": "Unknown key descriptor", "DE.Controllers.Main.errorKeyExpire": "Key descriptor expired", diff --git a/apps/documenteditor/mobile/app/controller/Main.js b/apps/documenteditor/mobile/app/controller/Main.js index 27f11f7a0..88df8a02e 100644 --- a/apps/documenteditor/mobile/app/controller/Main.js +++ b/apps/documenteditor/mobile/app/controller/Main.js @@ -1221,7 +1221,7 @@ define([ errorKeyExpire: 'Key descriptor expired', errorUsersExceed: 'Count of users was exceed', errorCoAuthoringDisconnect: 'Server connection lost. You can\'t edit anymore.', - errorFilePassProtect: 'The document is password protected.', + errorFilePassProtect: 'The file is password protected and could not be opened.', txtEditingMode: 'Set editing mode...', textAnonymous: 'Anonymous', loadingDocumentTitleText: 'Loading document', diff --git a/apps/documenteditor/mobile/locale/en.json b/apps/documenteditor/mobile/locale/en.json index 117d54e5f..875b88b8d 100644 --- a/apps/documenteditor/mobile/locale/en.json +++ b/apps/documenteditor/mobile/locale/en.json @@ -58,7 +58,7 @@ "DE.Controllers.Main.errorDatabaseConnection": "External error.
Database connection error. Please, contact support.", "DE.Controllers.Main.errorDataRange": "Incorrect data range.", "DE.Controllers.Main.errorDefaultMessage": "Error code: %1", - "DE.Controllers.Main.errorFilePassProtect": "The document is password protected.", + "DE.Controllers.Main.errorFilePassProtect": "The file is password protected and could not be opened.", "DE.Controllers.Main.errorKeyEncrypt": "Unknown key descriptor", "DE.Controllers.Main.errorKeyExpire": "Key descriptor expired", "DE.Controllers.Main.errorMailMergeLoadFile": "Loading failed", diff --git a/apps/presentationeditor/main/app/controller/Main.js b/apps/presentationeditor/main/app/controller/Main.js index 50a46be53..327fb95ee 100644 --- a/apps/presentationeditor/main/app/controller/Main.js +++ b/apps/presentationeditor/main/app/controller/Main.js @@ -1944,7 +1944,7 @@ define([ errorUsersExceed: 'Count of users was exceed', txtEditingMode: 'Set editing mode...', errorCoAuthoringDisconnect: 'Server connection lost. You can\'t edit anymore.', - errorFilePassProtect: 'The document is password protected.', + errorFilePassProtect: 'The file is password protected and cannot be opened.', textAnonymous: 'Anonymous', txtNeedSynchronize: 'You have an updates', applyChangesTitleText: 'Loading Data', diff --git a/apps/presentationeditor/main/locale/en.json b/apps/presentationeditor/main/locale/en.json index 35968aa59..ecfcf89e7 100644 --- a/apps/presentationeditor/main/locale/en.json +++ b/apps/presentationeditor/main/locale/en.json @@ -235,7 +235,7 @@ "PE.Controllers.Main.errorDatabaseConnection": "External error.
Database connection error. Please contact support in case the error persists.", "PE.Controllers.Main.errorDataRange": "Incorrect data range.", "PE.Controllers.Main.errorDefaultMessage": "Error code: %1", - "PE.Controllers.Main.errorFilePassProtect": "The document is password protected and could not be opened.", + "PE.Controllers.Main.errorFilePassProtect": "The file is password protected and could not be opened.", "PE.Controllers.Main.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.", "PE.Controllers.Main.errorKeyEncrypt": "Unknown key descriptor", "PE.Controllers.Main.errorKeyExpire": "Key descriptor expired", diff --git a/apps/presentationeditor/mobile/app/controller/Main.js b/apps/presentationeditor/mobile/app/controller/Main.js index dc7164c28..97b0e445e 100644 --- a/apps/presentationeditor/mobile/app/controller/Main.js +++ b/apps/presentationeditor/mobile/app/controller/Main.js @@ -1224,7 +1224,7 @@ define([ errorUsersExceed: 'Count of users was exceed', txtEditingMode: 'Set editing mode...', errorCoAuthoringDisconnect: 'Server connection lost. You can\'t edit anymore.', - errorFilePassProtect: 'The document is password protected.', + errorFilePassProtect: 'The file is password protected and cannot be opened.', textAnonymous: 'Anonymous', txtNeedSynchronize: 'You have an updates', applyChangesTitleText: 'Loading Data', diff --git a/apps/presentationeditor/mobile/locale/en.json b/apps/presentationeditor/mobile/locale/en.json index ef5060bc6..4eb5d77e4 100644 --- a/apps/presentationeditor/mobile/locale/en.json +++ b/apps/presentationeditor/mobile/locale/en.json @@ -73,7 +73,7 @@ "PE.Controllers.Main.errorDatabaseConnection": "External error.
Database connection error. Please, contact support.", "PE.Controllers.Main.errorDataRange": "Incorrect data range.", "PE.Controllers.Main.errorDefaultMessage": "Error code: %1", - "PE.Controllers.Main.errorFilePassProtect": "The document is password protected.", + "PE.Controllers.Main.errorFilePassProtect": "The file is password protected and cannot be opened.", "PE.Controllers.Main.errorKeyEncrypt": "Unknown key descriptor", "PE.Controllers.Main.errorKeyExpire": "Key descriptor expired", "PE.Controllers.Main.errorProcessSaveResult": "Saving is failed.", diff --git a/apps/spreadsheeteditor/main/app/controller/Main.js b/apps/spreadsheeteditor/main/app/controller/Main.js index ec60b1dee..38dbf0ce1 100644 --- a/apps/spreadsheeteditor/main/app/controller/Main.js +++ b/apps/spreadsheeteditor/main/app/controller/Main.js @@ -2108,7 +2108,7 @@ define([ errorMoveRange: 'Cann\'t change a part of merged cell', errorBadImageUrl: 'Image url is incorrect', errorCoAuthoringDisconnect: 'Server connection lost. You can\'t edit anymore.', - errorFilePassProtect: 'The document is password protected.', + errorFilePassProtect: 'The file is password protected and cannot be opened.', errorLockedAll: 'The operation could not be done as the sheet has been locked by another user.', txtEditingMode: 'Set editing mode...', textLoadingDocument: 'Loading spreadsheet', diff --git a/apps/spreadsheeteditor/main/locale/en.json b/apps/spreadsheeteditor/main/locale/en.json index e805b1254..e2692d855 100644 --- a/apps/spreadsheeteditor/main/locale/en.json +++ b/apps/spreadsheeteditor/main/locale/en.json @@ -366,7 +366,7 @@ "SSE.Controllers.Main.errorDatabaseConnection": "External error.
Database connection error. Please contact support in case the error persists.", "SSE.Controllers.Main.errorDataRange": "Incorrect data range.", "SSE.Controllers.Main.errorDefaultMessage": "Error code: %1", - "SSE.Controllers.Main.errorFilePassProtect": "The document is password protected and could not be opened.", + "SSE.Controllers.Main.errorFilePassProtect": "The file is password protected and cannot be opened.", "SSE.Controllers.Main.errorFileRequest": "External error.
File request error. Please contact support in case the error persists.", "SSE.Controllers.Main.errorFileVKey": "External error.
Incorrect security key. Please contact support in case the error persists.", "SSE.Controllers.Main.errorFillRange": "Could not fill the selected range of cells.
All the merged cells need to be the same size.", diff --git a/apps/spreadsheeteditor/mobile/app/controller/Main.js b/apps/spreadsheeteditor/mobile/app/controller/Main.js index 01c99eb2f..3961f28cf 100644 --- a/apps/spreadsheeteditor/mobile/app/controller/Main.js +++ b/apps/spreadsheeteditor/mobile/app/controller/Main.js @@ -1352,7 +1352,7 @@ define([ errorKeyExpire: 'Key descriptor expired', errorUsersExceed: 'Count of users was exceed', errorCoAuthoringDisconnect: 'Server connection lost. You can\'t edit anymore.', - errorFilePassProtect: 'The document is password protected.', + errorFilePassProtect: 'The file is password protected and cannot be opened.', txtBasicShapes: 'Basic Shapes', txtFiguredArrows: 'Figured Arrows', txtMath: 'Math', diff --git a/apps/spreadsheeteditor/mobile/locale/en.json b/apps/spreadsheeteditor/mobile/locale/en.json index e08b9693f..56c6838fa 100644 --- a/apps/spreadsheeteditor/mobile/locale/en.json +++ b/apps/spreadsheeteditor/mobile/locale/en.json @@ -123,7 +123,7 @@ "SSE.Controllers.Main.errorDatabaseConnection": "External error.
Database connection error. Please contact support in case the error persists.", "SSE.Controllers.Main.errorDataRange": "Incorrect data range.", "SSE.Controllers.Main.errorDefaultMessage": "Error code: %1", - "SSE.Controllers.Main.errorFilePassProtect": "The document is password protected and could not be opened.", + "SSE.Controllers.Main.errorFilePassProtect": "The file is password protected and cannot be opened.", "SSE.Controllers.Main.errorFileRequest": "External error.
File request error. Please contact support in case the error persists.", "SSE.Controllers.Main.errorFileVKey": "External error.
Incorrect security key. Please contact support in case the error persists.", "SSE.Controllers.Main.errorFillRange": "Could not fill the selected range of cells.
All the merged cells need to be the same size.",