diff --git a/apps/presentationeditor/main/app/view/FileMenuPanels.js b/apps/presentationeditor/main/app/view/FileMenuPanels.js
index 4f102d90e..8942e9bed 100644
--- a/apps/presentationeditor/main/app/view/FileMenuPanels.js
+++ b/apps/presentationeditor/main/app/view/FileMenuPanels.js
@@ -1013,16 +1013,16 @@ define([
this.cntPassword.toggleClass('hidden', this.btnAddPwd.isVisible());
},
- strProtect: 'Protect Document',
+ strProtect: 'Protect Presentation',
strSignature: 'Signature',
txtView: 'View signatures',
- txtEdit: 'Edit document',
- txtSigned: 'Valid signatures has been added to the document. The document is protected from editing.',
- txtSignedInvalid: 'Some of the digital signatures in document are invalid or could not be verified. The document is protected from editing.',
+ txtEdit: 'Edit presentation',
+ txtSigned: 'Valid signatures has been added to the presentation. The presentation is protected from editing.',
+ txtSignedInvalid: 'Some of the digital signatures in presentation are invalid or could not be verified. The presentation is protected from editing.',
notcriticalErrorTitle: 'Warning',
- txtEditWarning: 'Editing will remove the signatures from the document.
Are you sure you want to continue?',
+ txtEditWarning: 'Editing will remove the signatures from the presentation.
Are you sure you want to continue?',
strEncrypt: 'Password',
- txtEncrypted: 'This document has been protected by password'
+ txtEncrypted: 'This presentation has been protected by password'
}, PE.Views.FileMenuPanels.ProtectDoc || {}));
diff --git a/apps/presentationeditor/main/app/view/SignatureSettings.js b/apps/presentationeditor/main/app/view/SignatureSettings.js
index 03057fd2d..805e93ea3 100644
--- a/apps/presentationeditor/main/app/view/SignatureSettings.js
+++ b/apps/presentationeditor/main/app/view/SignatureSettings.js
@@ -305,11 +305,11 @@ define([
strValid: 'Valid signatures',
strInvalid: 'Invalid signatures',
strDetails: 'Signature Details',
- txtSigned: 'Valid signatures has been added to the document. The document is protected from editing.',
- txtSignedInvalid: 'Some of the digital signatures in document are invalid or could not be verified. The document is protected from editing.',
+ txtSigned: 'Valid signatures has been added to the presentation. The presentation is protected from editing.',
+ txtSignedInvalid: 'Some of the digital signatures in presentation are invalid or could not be verified. The presentation is protected from editing.',
txtContinueEditing: 'Edit anyway',
notcriticalErrorTitle: 'Warning',
- txtEditWarning: 'Editing will remove the signatures from the document.
Are you sure you want to continue?',
+ txtEditWarning: 'Editing will remove the signatures from the presentation.
Are you sure you want to continue?',
strDelete: 'Remove Signature'
}, PE.Views.SignatureSettings || {}));
diff --git a/apps/presentationeditor/main/locale/en.json b/apps/presentationeditor/main/locale/en.json
index 808adaea8..b87e770e6 100644
--- a/apps/presentationeditor/main/locale/en.json
+++ b/apps/presentationeditor/main/locale/en.json
@@ -918,16 +918,16 @@
"PE.Views.FileMenuPanels.DocumentInfo.txtTitle": "Presentation Title",
"PE.Views.FileMenuPanels.DocumentRights.txtBtnAccessRights": "Change access rights",
"PE.Views.FileMenuPanels.DocumentRights.txtRights": "Persons who have rights",
- "PE.Views.FileMenuPanels.ProtectDoc.strProtect": "Protect Document",
+ "PE.Views.FileMenuPanels.ProtectDoc.strProtect": "Protect Presentation",
"PE.Views.FileMenuPanels.ProtectDoc.strSignature": "Signature",
"PE.Views.FileMenuPanels.ProtectDoc.txtView": "View signatures",
- "PE.Views.FileMenuPanels.ProtectDoc.txtEdit": "Edit document",
- "PE.Views.FileMenuPanels.ProtectDoc.txtSigned": "Valid signatures has been added to the document. The document is protected from editing.",
- "PE.Views.FileMenuPanels.ProtectDoc.txtSignedInvalid": "Some of the digital signatures in document are invalid or could not be verified. The document is protected from editing.",
+ "PE.Views.FileMenuPanels.ProtectDoc.txtEdit": "Edit presentation",
+ "PE.Views.FileMenuPanels.ProtectDoc.txtSigned": "Valid signatures has been added to the presentation. The presentation is protected from editing.",
+ "PE.Views.FileMenuPanels.ProtectDoc.txtSignedInvalid": "Some of the digital signatures in presentation are invalid or could not be verified. The presentation is protected from editing.",
"PE.Views.FileMenuPanels.ProtectDoc.notcriticalErrorTitle": "Warning",
- "PE.Views.FileMenuPanels.ProtectDoc.txtEditWarning": "Editing will remove the signatures from the document.
Are you sure you want to continue?",
+ "PE.Views.FileMenuPanels.ProtectDoc.txtEditWarning": "Editing will remove the signatures from the presentation.
Are you sure you want to continue?",
"PE.Views.FileMenuPanels.ProtectDoc.strEncrypt": "Password",
- "PE.Views.FileMenuPanels.ProtectDoc.txtEncrypted": "This document has been protected by password",
+ "PE.Views.FileMenuPanels.ProtectDoc.txtEncrypted": "This presentation has been protected by password",
"PE.Views.FileMenuPanels.Settings.okButtonText": "Apply",
"PE.Views.FileMenuPanels.Settings.strAlignGuides": "Turn on alignment guides",
"PE.Views.FileMenuPanels.Settings.strAutoRecover": "Turn on autorecover",
@@ -1145,11 +1145,11 @@
"PE.Views.SignatureSettings.strSign": "Sign",
"PE.Views.SignatureSettings.strDetails": "Signature Details",
"PE.Views.SignatureSettings.strDelete": "Remove Signature",
- "PE.Views.SignatureSettings.txtSigned": "Valid signatures has been added to the document. The document is protected from editing.",
- "PE.Views.SignatureSettings.txtSignedInvalid": "Some of the digital signatures in document are invalid or could not be verified. The document is protected from editing.",
+ "PE.Views.SignatureSettings.txtSigned": "Valid signatures has been added to the presentation. The presentation is protected from editing.",
+ "PE.Views.SignatureSettings.txtSignedInvalid": "Some of the digital signatures in presentation are invalid or could not be verified. The presentation is protected from editing.",
"PE.Views.SignatureSettings.txtContinueEditing": "Edit anyway",
"PE.Views.SignatureSettings.notcriticalErrorTitle": "Warning",
- "PE.Views.SignatureSettings.txtEditWarning": "Editing will remove the signatures from the document.
Are you sure you want to continue?",
+ "PE.Views.SignatureSettings.txtEditWarning": "Editing will remove the signatures from the presentation.
Are you sure you want to continue?",
"PE.Views.SlideSettings.strBackground": "Background color",
"PE.Views.SlideSettings.strColor": "Color",
"PE.Views.SlideSettings.strDelay": "Delay",
diff --git a/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js b/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js
index f3339ae13..4fb0ea83b 100644
--- a/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js
+++ b/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js
@@ -1478,17 +1478,17 @@ define([
this.cntPassword.toggleClass('hidden', this.btnAddPwd.isVisible());
},
- strProtect: 'Protect Document',
+ strProtect: 'Protect Workbook',
strSignature: 'Signature',
txtView: 'View signatures',
- txtEdit: 'Edit document',
- txtSigned: 'Valid signatures has been added to the document. The document is protected from editing.',
- txtSignedInvalid: 'Some of the digital signatures in document are invalid or could not be verified. The document is protected from editing.',
- txtRequestedSignatures: 'This document needs to be signed.',
+ txtEdit: 'Edit workbook',
+ txtSigned: 'Valid signatures has been added to the workbook. The workbook is protected from editing.',
+ txtSignedInvalid: 'Some of the digital signatures in workbook are invalid or could not be verified. The workbook is protected from editing.',
+ txtRequestedSignatures: 'This workbook needs to be signed.',
notcriticalErrorTitle: 'Warning',
- txtEditWarning: 'Editing will remove the signatures from the document.
Are you sure you want to continue?',
+ txtEditWarning: 'Editing will remove the signatures from the workbook.
Are you sure you want to continue?',
strEncrypt: 'Password',
- txtEncrypted: 'This document has been protected by password'
+ txtEncrypted: 'This workbook has been protected by password'
}, SSE.Views.FileMenuPanels.ProtectDoc || {}));
diff --git a/apps/spreadsheeteditor/main/app/view/SignatureSettings.js b/apps/spreadsheeteditor/main/app/view/SignatureSettings.js
index ceefef983..c5fb272f2 100644
--- a/apps/spreadsheeteditor/main/app/view/SignatureSettings.js
+++ b/apps/spreadsheeteditor/main/app/view/SignatureSettings.js
@@ -347,12 +347,12 @@ define([
strSign: 'Sign',
strDetails: 'Signature Details',
strSetup: 'Signature Setup',
- txtSigned: 'Valid signatures has been added to the document. The document is protected from editing.',
- txtSignedInvalid: 'Some of the digital signatures in document are invalid or could not be verified. The document is protected from editing.',
- txtRequestedSignatures: 'This document needs to be signed.',
+ txtSigned: 'Valid signatures has been added to the workbook. The workbook is protected from editing.',
+ txtSignedInvalid: 'Some of the digital signatures in workbook are invalid or could not be verified. The workbook is protected from editing.',
+ txtRequestedSignatures: 'This workbook needs to be signed.',
txtContinueEditing: 'Edit anyway',
notcriticalErrorTitle: 'Warning',
- txtEditWarning: 'Editing will remove the signatures from the document.
Are you sure you want to continue?',
+ txtEditWarning: 'Editing will remove the signatures from the workbook.
Are you sure you want to continue?',
strDelete: 'Remove Signature'
}, SSE.Views.SignatureSettings || {}));
diff --git a/apps/spreadsheeteditor/main/locale/en.json b/apps/spreadsheeteditor/main/locale/en.json
index c564e208d..e6851242b 100644
--- a/apps/spreadsheeteditor/main/locale/en.json
+++ b/apps/spreadsheeteditor/main/locale/en.json
@@ -1214,17 +1214,17 @@
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWin": "as Windows",
"SSE.Views.FileMenuPanels.Settings.txtGeneral": "General",
"SSE.Views.FileMenuPanels.Settings.txtPageSettings": "Page Settings",
- "SSE.Views.FileMenuPanels.ProtectDoc.strProtect": "Protect Document",
+ "SSE.Views.FileMenuPanels.ProtectDoc.strProtect": "Protect Workbook",
"SSE.Views.FileMenuPanels.ProtectDoc.strSignature": "Signature",
"SSE.Views.FileMenuPanels.ProtectDoc.txtView": "View signatures",
- "SSE.Views.FileMenuPanels.ProtectDoc.txtEdit": "Edit document",
- "SSE.Views.FileMenuPanels.ProtectDoc.txtSigned": "Valid signatures has been added to the document. The document is protected from editing.",
- "SSE.Views.FileMenuPanels.ProtectDoc.txtSignedInvalid": "Some of the digital signatures in document are invalid or could not be verified. The document is protected from editing.",
- "SSE.Views.FileMenuPanels.ProtectDoc.txtRequestedSignatures": "This document needs to be signed.",
+ "SSE.Views.FileMenuPanels.ProtectDoc.txtEdit": "Edit workbook",
+ "SSE.Views.FileMenuPanels.ProtectDoc.txtSigned": "Valid signatures has been added to the workbook. The workbook is protected from editing.",
+ "SSE.Views.FileMenuPanels.ProtectDoc.txtSignedInvalid": "Some of the digital signatures in workbook are invalid or could not be verified. The workbook is protected from editing.",
+ "SSE.Views.FileMenuPanels.ProtectDoc.txtRequestedSignatures": "This workbook needs to be signed.",
"SSE.Views.FileMenuPanels.ProtectDoc.notcriticalErrorTitle": "Warning",
- "SSE.Views.FileMenuPanels.ProtectDoc.txtEditWarning": "Editing will remove the signatures from the document.
Are you sure you want to continue?",
+ "SSE.Views.FileMenuPanels.ProtectDoc.txtEditWarning": "Editing will remove the signatures from the workbook.
Are you sure you want to continue?",
"SSE.Views.FileMenuPanels.ProtectDoc.strEncrypt": "Password",
- "SSE.Views.FileMenuPanels.ProtectDoc.txtEncrypted": "This document has been protected by password",
+ "SSE.Views.FileMenuPanels.ProtectDoc.txtEncrypted": "This workbook has been protected by password",
"SSE.Views.FormatSettingsDialog.textCancel": "Cancel",
"SSE.Views.FormatSettingsDialog.textCategory": "Category",
"SSE.Views.FormatSettingsDialog.textDecimal": "Decimal",
@@ -1530,12 +1530,12 @@
"SSE.Views.SignatureSettings.strDetails": "Signature Details",
"SSE.Views.SignatureSettings.strDelete": "Remove Signature",
"SSE.Views.SignatureSettings.strSetup": "Signature Setup",
- "SSE.Views.SignatureSettings.txtSigned": "Valid signatures has been added to the document. The document is protected from editing.",
- "SSE.Views.SignatureSettings.txtSignedInvalid": "Some of the digital signatures in document are invalid or could not be verified. The document is protected from editing.",
- "SSE.Views.SignatureSettings.txtRequestedSignatures": "This document needs to be signed.",
+ "SSE.Views.SignatureSettings.txtSigned": "Valid signatures has been added to the workbook. The workbook is protected from editing.",
+ "SSE.Views.SignatureSettings.txtSignedInvalid": "Some of the digital signatures in workbook are invalid or could not be verified. The workbook is protected from editing.",
+ "SSE.Views.SignatureSettings.txtRequestedSignatures": "This workbook needs to be signed.",
"SSE.Views.SignatureSettings.txtContinueEditing": "Edit anyway",
"SSE.Views.SignatureSettings.notcriticalErrorTitle": "Warning",
- "SSE.Views.SignatureSettings.txtEditWarning": "Editing will remove the signatures from the document.
Are you sure you want to continue?",
+ "SSE.Views.SignatureSettings.txtEditWarning": "Editing will remove the signatures from the workbook.
Are you sure you want to continue?",
"SSE.Views.ShapeSettingsAdvanced.cancelButtonText": "Cancel",
"SSE.Views.ShapeSettingsAdvanced.okButtonText": "OK",
"SSE.Views.ShapeSettingsAdvanced.strColumns": "Columns",