[DE PE SSE] Change translations
This commit is contained in:
parent
ca0a2609c9
commit
1b145ce1a3
|
@ -2449,7 +2449,7 @@ define([
|
|||
notcriticalErrorTitle: 'Warning',
|
||||
txtEditWarning: 'Editing will remove the signatures from the document.<br>Are you sure you want to continue?',
|
||||
strEncrypt: 'With Password',
|
||||
txtProtectDocument: 'Protect this document with a password',
|
||||
txtProtectDocument: 'Encrypt this document with a password',
|
||||
txtEncrypted: 'A password is required to open this document',
|
||||
txtAddSignature: 'Ensure the integrity of the document by adding an<br>invisible digital signature',
|
||||
txtAddedSignature: 'Valid signatures have been added to the document.<br>The document is protected from editing.'
|
||||
|
|
|
@ -1970,7 +1970,7 @@
|
|||
"DE.Views.FileMenuPanels.ProtectDoc.txtSigned": "Valid signatures have been added to the document. The document is protected from editing.",
|
||||
"DE.Views.FileMenuPanels.ProtectDoc.txtSignedInvalid": "Some of the digital signatures in the document are invalid or could not be verified. The document is protected from editing.",
|
||||
"DE.Views.FileMenuPanels.ProtectDoc.txtView": "View signatures",
|
||||
"DE.Views.FileMenuPanels.ProtectDoc.txtProtectDocument": "Protect this document with a password",
|
||||
"DE.Views.FileMenuPanels.ProtectDoc.txtProtectDocument": "Encrypt this document with a password",
|
||||
"DE.Views.FileMenuPanels.ProtectDoc.txtAddSignature": "Ensure the integrity of the document by adding an<br>invisible digital signature",
|
||||
"DE.Views.FileMenuPanels.ProtectDoc.txtAddedSignature": "Valid signatures have been added to the document.<br>The document is protected from editing.",
|
||||
"DE.Views.FileMenuPanels.Settings.okButtonText": "Apply",
|
||||
|
|
|
@ -1919,7 +1919,7 @@ define([
|
|||
notcriticalErrorTitle: 'Warning',
|
||||
txtEditWarning: 'Editing will remove the signatures from the presentation.<br>Are you sure you want to continue?',
|
||||
strEncrypt: 'With Password',
|
||||
txtProtectPresentation: 'Protect this presentation with a password',
|
||||
txtProtectPresentation: 'Encrypt this presentation with a password',
|
||||
txtEncrypted: 'A password is required to open this presentation',
|
||||
txtAddSignature: 'Ensure the integrity of the presentation by adding an<br>invisible digital signature',
|
||||
txtAddedSignature: 'Valid signatures have been added to the presentation.<br>The presentation is protected from editing.'
|
||||
|
|
|
@ -1861,7 +1861,7 @@
|
|||
"PE.Views.FileMenuPanels.ProtectDoc.txtSigned": "Valid signatures have 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.txtView": "View signatures",
|
||||
"PE.Views.FileMenuPanels.ProtectDoc.txtProtectPresentation": "Protect this presentation with a password",
|
||||
"PE.Views.FileMenuPanels.ProtectDoc.txtProtectPresentation": "Encrypt this presentation with a password",
|
||||
"PE.Views.FileMenuPanels.ProtectDoc.txtAddSignature": "Ensure the integrity of the presentation by adding an<br>invisible digital signature",
|
||||
"PE.Views.FileMenuPanels.ProtectDoc.txtAddedSignature": "Valid signatures have been added to the presentation.<br>The presentation is protected from editing.",
|
||||
"PE.Views.FileMenuPanels.Settings.okButtonText": "Apply",
|
||||
|
|
|
@ -2316,7 +2316,7 @@ SSE.Views.FileMenuPanels.RecentFiles = Common.UI.BaseView.extend({
|
|||
notcriticalErrorTitle: 'Warning',
|
||||
txtEditWarning: 'Editing will remove the signatures from the workbook.<br>Are you sure you want to continue?',
|
||||
strEncrypt: 'With Password',
|
||||
txtProtectSpreadsheet: 'Protect this spreadsheet with a password',
|
||||
txtProtectSpreadsheet: 'Encrypt this spreadsheet with a password',
|
||||
txtEncrypted: 'A password is required to open this spreadsheet',
|
||||
txtAddSignature: 'Ensure the integrity of the spreadsheet by adding an<br>invisible digital signature',
|
||||
txtAddedSignature: 'Valid signatures have been added to the spreadsheet.<br>The spreadsheet is protected from editing.'
|
||||
|
|
|
@ -2450,7 +2450,7 @@
|
|||
"SSE.Views.FileMenuPanels.ProtectDoc.txtSigned": "Valid signatures have been added to the spreadsheet. The spreadsheet is protected from editing.",
|
||||
"SSE.Views.FileMenuPanels.ProtectDoc.txtSignedInvalid": "Some of the digital signatures in spreadsheet are invalid or could not be verified. The spreadsheet is protected from editing.",
|
||||
"SSE.Views.FileMenuPanels.ProtectDoc.txtView": "View signatures",
|
||||
"SSE.Views.FileMenuPanels.ProtectDoc.txtProtectSpreadsheet": "Protect this spreadsheet with a password",
|
||||
"SSE.Views.FileMenuPanels.ProtectDoc.txtProtectSpreadsheet": "Encrypt this spreadsheet with a password",
|
||||
"SSE.Views.FileMenuPanels.ProtectDoc.txtAddSignature": "Ensure the integrity of the spreadsheet by adding an<br>invisible digital signature",
|
||||
"SSE.Views.FileMenuPanels.ProtectDoc.txtAddedSignature": "Valid signatures have been added to the spreadsheet.<br>The spreadsheet is protected from editing.",
|
||||
"SSE.Views.FileMenuPanels.ViewSaveAs.textDownloadAs": "Download as",
|
||||
|
|
Loading…
Reference in a new issue