Update translations for protection in the left menu.
This commit is contained in:
parent
654585df8e
commit
7d3e75e131
|
@ -378,6 +378,6 @@ define([
|
||||||
textDownload : 'Download',
|
textDownload : 'Download',
|
||||||
btnRenameCaption : 'Rename...',
|
btnRenameCaption : 'Rename...',
|
||||||
btnCloseMenuCaption : 'Close Menu',
|
btnCloseMenuCaption : 'Close Menu',
|
||||||
btnProtectCaption: 'Protect\\Sign'
|
btnProtectCaption: 'Protect'
|
||||||
}, DE.Views.FileMenu || {}));
|
}, DE.Views.FileMenu || {}));
|
||||||
});
|
});
|
||||||
|
|
|
@ -1254,7 +1254,7 @@ define([
|
||||||
},
|
},
|
||||||
|
|
||||||
strProtect: 'Protect Document',
|
strProtect: 'Protect Document',
|
||||||
strSignature: 'Signature',
|
strSignature: 'With Signature',
|
||||||
txtView: 'View signatures',
|
txtView: 'View signatures',
|
||||||
txtEdit: 'Edit document',
|
txtEdit: 'Edit document',
|
||||||
txtSigned: 'Valid signatures has been added to the document. The document is protected from editing.',
|
txtSigned: 'Valid signatures has been added to the document. The document is protected from editing.',
|
||||||
|
@ -1262,7 +1262,7 @@ define([
|
||||||
txtRequestedSignatures: 'This document needs to be signed.',
|
txtRequestedSignatures: 'This document needs to be signed.',
|
||||||
notcriticalErrorTitle: 'Warning',
|
notcriticalErrorTitle: 'Warning',
|
||||||
txtEditWarning: 'Editing will remove the signatures from the document.<br>Are you sure you want to continue?',
|
txtEditWarning: 'Editing will remove the signatures from the document.<br>Are you sure you want to continue?',
|
||||||
strEncrypt: 'Password',
|
strEncrypt: 'With Password',
|
||||||
txtEncrypted: 'This document has been protected by password'
|
txtEncrypted: 'This document has been protected by password'
|
||||||
|
|
||||||
}, DE.Views.FileMenuPanels.ProtectDoc || {}));
|
}, DE.Views.FileMenuPanels.ProtectDoc || {}));
|
||||||
|
|
|
@ -1010,7 +1010,7 @@
|
||||||
"DE.Views.FileMenu.btnSettingsCaption": "Advanced Settings...",
|
"DE.Views.FileMenu.btnSettingsCaption": "Advanced Settings...",
|
||||||
"DE.Views.FileMenu.btnToEditCaption": "Edit Document",
|
"DE.Views.FileMenu.btnToEditCaption": "Edit Document",
|
||||||
"DE.Views.FileMenu.textDownload": "Download",
|
"DE.Views.FileMenu.textDownload": "Download",
|
||||||
"DE.Views.FileMenu.btnProtectCaption": "Protect\\Sign",
|
"DE.Views.FileMenu.btnProtectCaption": "Protect",
|
||||||
"DE.Views.FileMenuPanels.CreateNew.fromBlankText": "From Blank",
|
"DE.Views.FileMenuPanels.CreateNew.fromBlankText": "From Blank",
|
||||||
"DE.Views.FileMenuPanels.CreateNew.fromTemplateText": "From Template",
|
"DE.Views.FileMenuPanels.CreateNew.fromTemplateText": "From Template",
|
||||||
"DE.Views.FileMenuPanels.CreateNew.newDescriptionText": "Create a new blank text document which you will be able to style and format after it is created during the editing. Or choose one of the templates to start a document of a certain type or purpose where some styles have already been pre-applied.",
|
"DE.Views.FileMenuPanels.CreateNew.newDescriptionText": "Create a new blank text document which you will be able to style and format after it is created during the editing. Or choose one of the templates to start a document of a certain type or purpose where some styles have already been pre-applied.",
|
||||||
|
@ -1032,7 +1032,7 @@
|
||||||
"DE.Views.FileMenuPanels.DocumentRights.txtBtnAccessRights": "Change access rights",
|
"DE.Views.FileMenuPanels.DocumentRights.txtBtnAccessRights": "Change access rights",
|
||||||
"DE.Views.FileMenuPanels.DocumentRights.txtRights": "Persons who have rights",
|
"DE.Views.FileMenuPanels.DocumentRights.txtRights": "Persons who have rights",
|
||||||
"DE.Views.FileMenuPanels.ProtectDoc.strProtect": "Protect Document",
|
"DE.Views.FileMenuPanels.ProtectDoc.strProtect": "Protect Document",
|
||||||
"DE.Views.FileMenuPanels.ProtectDoc.strSignature": "Signature",
|
"DE.Views.FileMenuPanels.ProtectDoc.strSignature": "With Signature",
|
||||||
"DE.Views.FileMenuPanels.ProtectDoc.txtView": "View signatures",
|
"DE.Views.FileMenuPanels.ProtectDoc.txtView": "View signatures",
|
||||||
"DE.Views.FileMenuPanels.ProtectDoc.txtEdit": "Edit document",
|
"DE.Views.FileMenuPanels.ProtectDoc.txtEdit": "Edit document",
|
||||||
"DE.Views.FileMenuPanels.ProtectDoc.txtSigned": "Valid signatures has been added to the document. The document is protected from editing.",
|
"DE.Views.FileMenuPanels.ProtectDoc.txtSigned": "Valid signatures has been added to the document. The document is protected from editing.",
|
||||||
|
@ -1040,7 +1040,7 @@
|
||||||
"DE.Views.FileMenuPanels.ProtectDoc.txtRequestedSignatures": "This document needs to be signed.",
|
"DE.Views.FileMenuPanels.ProtectDoc.txtRequestedSignatures": "This document needs to be signed.",
|
||||||
"DE.Views.FileMenuPanels.ProtectDoc.notcriticalErrorTitle": "Warning",
|
"DE.Views.FileMenuPanels.ProtectDoc.notcriticalErrorTitle": "Warning",
|
||||||
"DE.Views.FileMenuPanels.ProtectDoc.txtEditWarning": "Editing will remove the signatures from the document.<br>Are you sure you want to continue?",
|
"DE.Views.FileMenuPanels.ProtectDoc.txtEditWarning": "Editing will remove the signatures from the document.<br>Are you sure you want to continue?",
|
||||||
"DE.Views.FileMenuPanels.ProtectDoc.strEncrypt": "Password",
|
"DE.Views.FileMenuPanels.ProtectDoc.strEncrypt": "With Password",
|
||||||
"DE.Views.FileMenuPanels.ProtectDoc.txtEncrypted": "This document has been protected by password",
|
"DE.Views.FileMenuPanels.ProtectDoc.txtEncrypted": "This document has been protected by password",
|
||||||
"DE.Views.FileMenuPanels.Settings.okButtonText": "Apply",
|
"DE.Views.FileMenuPanels.Settings.okButtonText": "Apply",
|
||||||
"DE.Views.FileMenuPanels.Settings.strAlignGuides": "Turn on alignment guides",
|
"DE.Views.FileMenuPanels.Settings.strAlignGuides": "Turn on alignment guides",
|
||||||
|
|
|
@ -375,6 +375,6 @@ define([
|
||||||
btnSaveAsCaption : 'Save as',
|
btnSaveAsCaption : 'Save as',
|
||||||
btnRenameCaption : 'Rename...',
|
btnRenameCaption : 'Rename...',
|
||||||
btnCloseMenuCaption : 'Close Menu',
|
btnCloseMenuCaption : 'Close Menu',
|
||||||
btnProtectCaption: 'Protect\\Sign'
|
btnProtectCaption: 'Protect'
|
||||||
}, PE.Views.FileMenu || {}));
|
}, PE.Views.FileMenu || {}));
|
||||||
});
|
});
|
||||||
|
|
|
@ -1017,14 +1017,14 @@ define([
|
||||||
},
|
},
|
||||||
|
|
||||||
strProtect: 'Protect Presentation',
|
strProtect: 'Protect Presentation',
|
||||||
strSignature: 'Signature',
|
strSignature: 'With Signature',
|
||||||
txtView: 'View signatures',
|
txtView: 'View signatures',
|
||||||
txtEdit: 'Edit presentation',
|
txtEdit: 'Edit presentation',
|
||||||
txtSigned: 'Valid signatures has been added to the presentation. The presentation 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.',
|
txtSignedInvalid: 'Some of the digital signatures in presentation are invalid or could not be verified. The presentation is protected from editing.',
|
||||||
notcriticalErrorTitle: 'Warning',
|
notcriticalErrorTitle: 'Warning',
|
||||||
txtEditWarning: 'Editing will remove the signatures from the presentation.<br>Are you sure you want to continue?',
|
txtEditWarning: 'Editing will remove the signatures from the presentation.<br>Are you sure you want to continue?',
|
||||||
strEncrypt: 'Password',
|
strEncrypt: 'With Password',
|
||||||
txtEncrypted: 'This presentation has been protected by password'
|
txtEncrypted: 'This presentation has been protected by password'
|
||||||
|
|
||||||
}, PE.Views.FileMenuPanels.ProtectDoc || {}));
|
}, PE.Views.FileMenuPanels.ProtectDoc || {}));
|
||||||
|
|
|
@ -860,7 +860,7 @@
|
||||||
"PE.Views.FileMenu.btnSaveCaption": "Save",
|
"PE.Views.FileMenu.btnSaveCaption": "Save",
|
||||||
"PE.Views.FileMenu.btnSettingsCaption": "Advanced Settings...",
|
"PE.Views.FileMenu.btnSettingsCaption": "Advanced Settings...",
|
||||||
"PE.Views.FileMenu.btnToEditCaption": "Edit Presentation",
|
"PE.Views.FileMenu.btnToEditCaption": "Edit Presentation",
|
||||||
"PE.Views.FileMenu.btnProtectCaption": "Protect\\Sign",
|
"PE.Views.FileMenu.btnProtectCaption": "Protect",
|
||||||
"PE.Views.FileMenuPanels.CreateNew.fromBlankText": "From Blank",
|
"PE.Views.FileMenuPanels.CreateNew.fromBlankText": "From Blank",
|
||||||
"PE.Views.FileMenuPanels.CreateNew.fromTemplateText": "From Template",
|
"PE.Views.FileMenuPanels.CreateNew.fromTemplateText": "From Template",
|
||||||
"PE.Views.FileMenuPanels.CreateNew.newDescriptionText": "Create a new blank presentation which you will be able to style and format after it is created during the editing. Or choose one of the templates to start a presentation of a certain type or purpose where some styles have already been pre-applied.",
|
"PE.Views.FileMenuPanels.CreateNew.newDescriptionText": "Create a new blank presentation which you will be able to style and format after it is created during the editing. Or choose one of the templates to start a presentation of a certain type or purpose where some styles have already been pre-applied.",
|
||||||
|
@ -875,14 +875,14 @@
|
||||||
"PE.Views.FileMenuPanels.DocumentRights.txtBtnAccessRights": "Change access rights",
|
"PE.Views.FileMenuPanels.DocumentRights.txtBtnAccessRights": "Change access rights",
|
||||||
"PE.Views.FileMenuPanels.DocumentRights.txtRights": "Persons who have rights",
|
"PE.Views.FileMenuPanels.DocumentRights.txtRights": "Persons who have rights",
|
||||||
"PE.Views.FileMenuPanels.ProtectDoc.strProtect": "Protect Presentation",
|
"PE.Views.FileMenuPanels.ProtectDoc.strProtect": "Protect Presentation",
|
||||||
"PE.Views.FileMenuPanels.ProtectDoc.strSignature": "Signature",
|
"PE.Views.FileMenuPanels.ProtectDoc.strSignature": "With Signature",
|
||||||
"PE.Views.FileMenuPanels.ProtectDoc.txtView": "View signatures",
|
"PE.Views.FileMenuPanels.ProtectDoc.txtView": "View signatures",
|
||||||
"PE.Views.FileMenuPanels.ProtectDoc.txtEdit": "Edit presentation",
|
"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.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.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.notcriticalErrorTitle": "Warning",
|
||||||
"PE.Views.FileMenuPanels.ProtectDoc.txtEditWarning": "Editing will remove the signatures from the presentation.<br>Are you sure you want to continue?",
|
"PE.Views.FileMenuPanels.ProtectDoc.txtEditWarning": "Editing will remove the signatures from the presentation.<br>Are you sure you want to continue?",
|
||||||
"PE.Views.FileMenuPanels.ProtectDoc.strEncrypt": "Password",
|
"PE.Views.FileMenuPanels.ProtectDoc.strEncrypt": "With Password",
|
||||||
"PE.Views.FileMenuPanels.ProtectDoc.txtEncrypted": "This presentation 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.okButtonText": "Apply",
|
||||||
"PE.Views.FileMenuPanels.Settings.strAlignGuides": "Turn on alignment guides",
|
"PE.Views.FileMenuPanels.Settings.strAlignGuides": "Turn on alignment guides",
|
||||||
|
|
|
@ -355,6 +355,6 @@ define([
|
||||||
btnSaveAsCaption : 'Save as',
|
btnSaveAsCaption : 'Save as',
|
||||||
btnRenameCaption : 'Rename...',
|
btnRenameCaption : 'Rename...',
|
||||||
btnCloseMenuCaption : 'Close Menu',
|
btnCloseMenuCaption : 'Close Menu',
|
||||||
btnProtectCaption: 'Protect\\Sign'
|
btnProtectCaption: 'Protect'
|
||||||
}, SSE.Views.FileMenu || {}));
|
}, SSE.Views.FileMenu || {}));
|
||||||
});
|
});
|
||||||
|
|
|
@ -1490,7 +1490,7 @@ define([
|
||||||
},
|
},
|
||||||
|
|
||||||
strProtect: 'Protect Workbook',
|
strProtect: 'Protect Workbook',
|
||||||
strSignature: 'Signature',
|
strSignature: 'With Signature',
|
||||||
txtView: 'View signatures',
|
txtView: 'View signatures',
|
||||||
txtEdit: 'Edit workbook',
|
txtEdit: 'Edit workbook',
|
||||||
txtSigned: 'Valid signatures has been added to the workbook. The workbook is protected from editing.',
|
txtSigned: 'Valid signatures has been added to the workbook. The workbook is protected from editing.',
|
||||||
|
@ -1498,7 +1498,7 @@ define([
|
||||||
txtRequestedSignatures: 'This workbook needs to be signed.',
|
txtRequestedSignatures: 'This workbook needs to be signed.',
|
||||||
notcriticalErrorTitle: 'Warning',
|
notcriticalErrorTitle: 'Warning',
|
||||||
txtEditWarning: 'Editing will remove the signatures from the workbook.<br>Are you sure you want to continue?',
|
txtEditWarning: 'Editing will remove the signatures from the workbook.<br>Are you sure you want to continue?',
|
||||||
strEncrypt: 'Password',
|
strEncrypt: 'With Password',
|
||||||
txtEncrypted: 'This workbook has been protected by password'
|
txtEncrypted: 'This workbook has been protected by password'
|
||||||
|
|
||||||
}, SSE.Views.FileMenuPanels.ProtectDoc || {}));
|
}, SSE.Views.FileMenuPanels.ProtectDoc || {}));
|
||||||
|
|
|
@ -1124,7 +1124,7 @@
|
||||||
"SSE.Views.FileMenu.btnSaveCaption": "Save",
|
"SSE.Views.FileMenu.btnSaveCaption": "Save",
|
||||||
"SSE.Views.FileMenu.btnSettingsCaption": "Advanced Settings...",
|
"SSE.Views.FileMenu.btnSettingsCaption": "Advanced Settings...",
|
||||||
"SSE.Views.FileMenu.btnToEditCaption": "Edit Spreadsheet",
|
"SSE.Views.FileMenu.btnToEditCaption": "Edit Spreadsheet",
|
||||||
"SSE.Views.FileMenu.btnProtectCaption": "Protect\\Sign",
|
"SSE.Views.FileMenu.btnProtectCaption": "Protect",
|
||||||
"SSE.Views.FileMenuPanels.CreateNew.fromBlankText": "From Blank",
|
"SSE.Views.FileMenuPanels.CreateNew.fromBlankText": "From Blank",
|
||||||
"SSE.Views.FileMenuPanels.CreateNew.fromTemplateText": "From Template",
|
"SSE.Views.FileMenuPanels.CreateNew.fromTemplateText": "From Template",
|
||||||
"SSE.Views.FileMenuPanels.CreateNew.newDescriptionText": "Create a new blank spreadsheet which you will be able to style and format after it is created during the editing. Or choose one of the templates to start a spreadsheet of a certain type or purpose where some styles have already been pre-applied.",
|
"SSE.Views.FileMenuPanels.CreateNew.newDescriptionText": "Create a new blank spreadsheet which you will be able to style and format after it is created during the editing. Or choose one of the templates to start a spreadsheet of a certain type or purpose where some styles have already been pre-applied.",
|
||||||
|
@ -1180,7 +1180,7 @@
|
||||||
"SSE.Views.FileMenuPanels.Settings.txtGeneral": "General",
|
"SSE.Views.FileMenuPanels.Settings.txtGeneral": "General",
|
||||||
"SSE.Views.FileMenuPanels.Settings.txtPageSettings": "Page Settings",
|
"SSE.Views.FileMenuPanels.Settings.txtPageSettings": "Page Settings",
|
||||||
"SSE.Views.FileMenuPanels.ProtectDoc.strProtect": "Protect Workbook",
|
"SSE.Views.FileMenuPanels.ProtectDoc.strProtect": "Protect Workbook",
|
||||||
"SSE.Views.FileMenuPanels.ProtectDoc.strSignature": "Signature",
|
"SSE.Views.FileMenuPanels.ProtectDoc.strSignature": "With Signature",
|
||||||
"SSE.Views.FileMenuPanels.ProtectDoc.txtView": "View signatures",
|
"SSE.Views.FileMenuPanels.ProtectDoc.txtView": "View signatures",
|
||||||
"SSE.Views.FileMenuPanels.ProtectDoc.txtEdit": "Edit workbook",
|
"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.txtSigned": "Valid signatures has been added to the workbook. The workbook is protected from editing.",
|
||||||
|
@ -1188,7 +1188,7 @@
|
||||||
"SSE.Views.FileMenuPanels.ProtectDoc.txtRequestedSignatures": "This workbook needs to be signed.",
|
"SSE.Views.FileMenuPanels.ProtectDoc.txtRequestedSignatures": "This workbook needs to be signed.",
|
||||||
"SSE.Views.FileMenuPanels.ProtectDoc.notcriticalErrorTitle": "Warning",
|
"SSE.Views.FileMenuPanels.ProtectDoc.notcriticalErrorTitle": "Warning",
|
||||||
"SSE.Views.FileMenuPanels.ProtectDoc.txtEditWarning": "Editing will remove the signatures from the workbook.<br>Are you sure you want to continue?",
|
"SSE.Views.FileMenuPanels.ProtectDoc.txtEditWarning": "Editing will remove the signatures from the workbook.<br>Are you sure you want to continue?",
|
||||||
"SSE.Views.FileMenuPanels.ProtectDoc.strEncrypt": "Password",
|
"SSE.Views.FileMenuPanels.ProtectDoc.strEncrypt": "With Password",
|
||||||
"SSE.Views.FileMenuPanels.ProtectDoc.txtEncrypted": "This workbook 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.textCancel": "Cancel",
|
||||||
"SSE.Views.FormatSettingsDialog.textCategory": "Category",
|
"SSE.Views.FormatSettingsDialog.textCategory": "Category",
|
||||||
|
|
Loading…
Reference in a new issue