Show error when cannot open file protected with password
This commit is contained in:
parent
849f62bc96
commit
601842c2f9
|
@ -2143,7 +2143,7 @@ define([
|
||||||
errorKeyExpire: 'Key descriptor expired',
|
errorKeyExpire: 'Key descriptor expired',
|
||||||
errorUsersExceed: 'Count of users was exceed',
|
errorUsersExceed: 'Count of users was exceed',
|
||||||
errorCoAuthoringDisconnect: 'Server connection lost. You can\'t edit anymore.',
|
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',
|
txtBasicShapes: 'Basic Shapes',
|
||||||
txtFiguredArrows: 'Figured Arrows',
|
txtFiguredArrows: 'Figured Arrows',
|
||||||
txtMath: 'Math',
|
txtMath: 'Math',
|
||||||
|
|
|
@ -321,7 +321,7 @@
|
||||||
"DE.Controllers.Main.errorDatabaseConnection": "External error.<br>Database connection error. Please contact support in case the error persists.",
|
"DE.Controllers.Main.errorDatabaseConnection": "External error.<br>Database connection error. Please contact support in case the error persists.",
|
||||||
"DE.Controllers.Main.errorDataRange": "Incorrect data range.",
|
"DE.Controllers.Main.errorDataRange": "Incorrect data range.",
|
||||||
"DE.Controllers.Main.errorDefaultMessage": "Error code: %1",
|
"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.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.errorKeyEncrypt": "Unknown key descriptor",
|
||||||
"DE.Controllers.Main.errorKeyExpire": "Key descriptor expired",
|
"DE.Controllers.Main.errorKeyExpire": "Key descriptor expired",
|
||||||
|
|
|
@ -1221,7 +1221,7 @@ define([
|
||||||
errorKeyExpire: 'Key descriptor expired',
|
errorKeyExpire: 'Key descriptor expired',
|
||||||
errorUsersExceed: 'Count of users was exceed',
|
errorUsersExceed: 'Count of users was exceed',
|
||||||
errorCoAuthoringDisconnect: 'Server connection lost. You can\'t edit anymore.',
|
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...',
|
txtEditingMode: 'Set editing mode...',
|
||||||
textAnonymous: 'Anonymous',
|
textAnonymous: 'Anonymous',
|
||||||
loadingDocumentTitleText: 'Loading document',
|
loadingDocumentTitleText: 'Loading document',
|
||||||
|
|
|
@ -58,7 +58,7 @@
|
||||||
"DE.Controllers.Main.errorDatabaseConnection": "External error.<br>Database connection error. Please, contact support.",
|
"DE.Controllers.Main.errorDatabaseConnection": "External error.<br>Database connection error. Please, contact support.",
|
||||||
"DE.Controllers.Main.errorDataRange": "Incorrect data range.",
|
"DE.Controllers.Main.errorDataRange": "Incorrect data range.",
|
||||||
"DE.Controllers.Main.errorDefaultMessage": "Error code: %1",
|
"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.errorKeyEncrypt": "Unknown key descriptor",
|
||||||
"DE.Controllers.Main.errorKeyExpire": "Key descriptor expired",
|
"DE.Controllers.Main.errorKeyExpire": "Key descriptor expired",
|
||||||
"DE.Controllers.Main.errorMailMergeLoadFile": "Loading failed",
|
"DE.Controllers.Main.errorMailMergeLoadFile": "Loading failed",
|
||||||
|
|
|
@ -1944,7 +1944,7 @@ define([
|
||||||
errorUsersExceed: 'Count of users was exceed',
|
errorUsersExceed: 'Count of users was exceed',
|
||||||
txtEditingMode: 'Set editing mode...',
|
txtEditingMode: 'Set editing mode...',
|
||||||
errorCoAuthoringDisconnect: 'Server connection lost. You can\'t edit anymore.',
|
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',
|
textAnonymous: 'Anonymous',
|
||||||
txtNeedSynchronize: 'You have an updates',
|
txtNeedSynchronize: 'You have an updates',
|
||||||
applyChangesTitleText: 'Loading Data',
|
applyChangesTitleText: 'Loading Data',
|
||||||
|
|
|
@ -235,7 +235,7 @@
|
||||||
"PE.Controllers.Main.errorDatabaseConnection": "External error.<br>Database connection error. Please contact support in case the error persists.",
|
"PE.Controllers.Main.errorDatabaseConnection": "External error.<br>Database connection error. Please contact support in case the error persists.",
|
||||||
"PE.Controllers.Main.errorDataRange": "Incorrect data range.",
|
"PE.Controllers.Main.errorDataRange": "Incorrect data range.",
|
||||||
"PE.Controllers.Main.errorDefaultMessage": "Error code: %1",
|
"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.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.errorKeyEncrypt": "Unknown key descriptor",
|
||||||
"PE.Controllers.Main.errorKeyExpire": "Key descriptor expired",
|
"PE.Controllers.Main.errorKeyExpire": "Key descriptor expired",
|
||||||
|
|
|
@ -1224,7 +1224,7 @@ define([
|
||||||
errorUsersExceed: 'Count of users was exceed',
|
errorUsersExceed: 'Count of users was exceed',
|
||||||
txtEditingMode: 'Set editing mode...',
|
txtEditingMode: 'Set editing mode...',
|
||||||
errorCoAuthoringDisconnect: 'Server connection lost. You can\'t edit anymore.',
|
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',
|
textAnonymous: 'Anonymous',
|
||||||
txtNeedSynchronize: 'You have an updates',
|
txtNeedSynchronize: 'You have an updates',
|
||||||
applyChangesTitleText: 'Loading Data',
|
applyChangesTitleText: 'Loading Data',
|
||||||
|
|
|
@ -73,7 +73,7 @@
|
||||||
"PE.Controllers.Main.errorDatabaseConnection": "External error.<br>Database connection error. Please, contact support.",
|
"PE.Controllers.Main.errorDatabaseConnection": "External error.<br>Database connection error. Please, contact support.",
|
||||||
"PE.Controllers.Main.errorDataRange": "Incorrect data range.",
|
"PE.Controllers.Main.errorDataRange": "Incorrect data range.",
|
||||||
"PE.Controllers.Main.errorDefaultMessage": "Error code: %1",
|
"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.errorKeyEncrypt": "Unknown key descriptor",
|
||||||
"PE.Controllers.Main.errorKeyExpire": "Key descriptor expired",
|
"PE.Controllers.Main.errorKeyExpire": "Key descriptor expired",
|
||||||
"PE.Controllers.Main.errorProcessSaveResult": "Saving is failed.",
|
"PE.Controllers.Main.errorProcessSaveResult": "Saving is failed.",
|
||||||
|
|
|
@ -2108,7 +2108,7 @@ define([
|
||||||
errorMoveRange: 'Cann\'t change a part of merged cell',
|
errorMoveRange: 'Cann\'t change a part of merged cell',
|
||||||
errorBadImageUrl: 'Image url is incorrect',
|
errorBadImageUrl: 'Image url is incorrect',
|
||||||
errorCoAuthoringDisconnect: 'Server connection lost. You can\'t edit anymore.',
|
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.',
|
errorLockedAll: 'The operation could not be done as the sheet has been locked by another user.',
|
||||||
txtEditingMode: 'Set editing mode...',
|
txtEditingMode: 'Set editing mode...',
|
||||||
textLoadingDocument: 'Loading spreadsheet',
|
textLoadingDocument: 'Loading spreadsheet',
|
||||||
|
|
|
@ -366,7 +366,7 @@
|
||||||
"SSE.Controllers.Main.errorDatabaseConnection": "External error.<br>Database connection error. Please contact support in case the error persists.",
|
"SSE.Controllers.Main.errorDatabaseConnection": "External error.<br>Database connection error. Please contact support in case the error persists.",
|
||||||
"SSE.Controllers.Main.errorDataRange": "Incorrect data range.",
|
"SSE.Controllers.Main.errorDataRange": "Incorrect data range.",
|
||||||
"SSE.Controllers.Main.errorDefaultMessage": "Error code: %1",
|
"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.<br>File request error. Please contact support in case the error persists.",
|
"SSE.Controllers.Main.errorFileRequest": "External error.<br>File request error. Please contact support in case the error persists.",
|
||||||
"SSE.Controllers.Main.errorFileVKey": "External error.<br>Incorrect security key. Please contact support in case the error persists.",
|
"SSE.Controllers.Main.errorFileVKey": "External error.<br>Incorrect security key. Please contact support in case the error persists.",
|
||||||
"SSE.Controllers.Main.errorFillRange": "Could not fill the selected range of cells.<br>All the merged cells need to be the same size.",
|
"SSE.Controllers.Main.errorFillRange": "Could not fill the selected range of cells.<br>All the merged cells need to be the same size.",
|
||||||
|
|
|
@ -1352,7 +1352,7 @@ define([
|
||||||
errorKeyExpire: 'Key descriptor expired',
|
errorKeyExpire: 'Key descriptor expired',
|
||||||
errorUsersExceed: 'Count of users was exceed',
|
errorUsersExceed: 'Count of users was exceed',
|
||||||
errorCoAuthoringDisconnect: 'Server connection lost. You can\'t edit anymore.',
|
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',
|
txtBasicShapes: 'Basic Shapes',
|
||||||
txtFiguredArrows: 'Figured Arrows',
|
txtFiguredArrows: 'Figured Arrows',
|
||||||
txtMath: 'Math',
|
txtMath: 'Math',
|
||||||
|
|
|
@ -123,7 +123,7 @@
|
||||||
"SSE.Controllers.Main.errorDatabaseConnection": "External error.<br>Database connection error. Please contact support in case the error persists.",
|
"SSE.Controllers.Main.errorDatabaseConnection": "External error.<br>Database connection error. Please contact support in case the error persists.",
|
||||||
"SSE.Controllers.Main.errorDataRange": "Incorrect data range.",
|
"SSE.Controllers.Main.errorDataRange": "Incorrect data range.",
|
||||||
"SSE.Controllers.Main.errorDefaultMessage": "Error code: %1",
|
"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.<br>File request error. Please contact support in case the error persists.",
|
"SSE.Controllers.Main.errorFileRequest": "External error.<br>File request error. Please contact support in case the error persists.",
|
||||||
"SSE.Controllers.Main.errorFileVKey": "External error.<br>Incorrect security key. Please contact support in case the error persists.",
|
"SSE.Controllers.Main.errorFileVKey": "External error.<br>Incorrect security key. Please contact support in case the error persists.",
|
||||||
"SSE.Controllers.Main.errorFillRange": "Could not fill the selected range of cells.<br>All the merged cells need to be the same size.",
|
"SSE.Controllers.Main.errorFillRange": "Could not fill the selected range of cells.<br>All the merged cells need to be the same size.",
|
||||||
|
|
Loading…
Reference in a new issue