From b255446ec2b544e3708e560f433b72561493e32a Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Sun, 19 Nov 2017 11:02:09 +0300 Subject: [PATCH] [PE][SSE] Update translations. --- .../main/app/view/FileMenuPanels.js | 12 +++++----- .../main/app/view/SignatureSettings.js | 6 ++--- apps/presentationeditor/main/locale/en.json | 18 +++++++-------- .../main/app/view/FileMenuPanels.js | 14 ++++++------ .../main/app/view/SignatureSettings.js | 8 +++---- apps/spreadsheeteditor/main/locale/en.json | 22 +++++++++---------- 6 files changed, 40 insertions(+), 40 deletions(-) diff --git a/apps/presentationeditor/main/app/view/FileMenuPanels.js b/apps/presentationeditor/main/app/view/FileMenuPanels.js index 33e8dae36..5ba05a4f0 100644 --- a/apps/presentationeditor/main/app/view/FileMenuPanels.js +++ b/apps/presentationeditor/main/app/view/FileMenuPanels.js @@ -1016,16 +1016,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 a60ba825f..33d2ac95e 100644 --- a/apps/presentationeditor/main/locale/en.json +++ b/apps/presentationeditor/main/locale/en.json @@ -874,16 +874,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", @@ -1101,11 +1101,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 8d0b8265e..3b02fbfb8 100644 --- a/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js +++ b/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js @@ -1489,17 +1489,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 776d04f2c..4f4c2f1aa 100644 --- a/apps/spreadsheeteditor/main/locale/en.json +++ b/apps/spreadsheeteditor/main/locale/en.json @@ -1175,17 +1175,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", @@ -1491,12 +1491,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",