From 7cf219c5004bb9e672e47293e617e0ed00e95186 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Wed, 22 Jun 2022 21:54:06 +0300 Subject: [PATCH] Fix translation --- apps/documenteditor/main/locale/en.json | 7 +++++++ apps/presentationeditor/main/locale/en.json | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/apps/documenteditor/main/locale/en.json b/apps/documenteditor/main/locale/en.json index e3d1a54c0..dee936176 100644 --- a/apps/documenteditor/main/locale/en.json +++ b/apps/documenteditor/main/locale/en.json @@ -9,6 +9,10 @@ "Common.Controllers.ExternalMergeEditor.textClose": "Close", "Common.Controllers.ExternalMergeEditor.warningText": "The object is disabled because it is being edited by another user.", "Common.Controllers.ExternalMergeEditor.warningTitle": "Warning", + "Common.Controllers.ExternalOleEditor.textAnonymous": "Anonymous", + "Common.Controllers.ExternalOleEditor.textClose": "Close", + "Common.Controllers.ExternalOleEditor.warningText": "The object is disabled because it is being edited by another user.", + "Common.Controllers.ExternalOleEditor.warningTitle": "Warning", "Common.Controllers.History.notcriticalErrorTitle": "Warning", "Common.Controllers.ReviewChanges.textAcceptBeforeCompare": "In order to compare documents all the tracked changes in them will be considered to have been accepted. Do you want to continue?", "Common.Controllers.ReviewChanges.textAtLeast": "at least", @@ -285,6 +289,9 @@ "Common.Views.ExternalMergeEditor.textClose": "Close", "Common.Views.ExternalMergeEditor.textSave": "Save & Exit", "Common.Views.ExternalMergeEditor.textTitle": "Mail Merge Recipients", + "Common.Views.ExternalOleEditor.textClose": "Close", + "Common.Views.ExternalOleEditor.textSave": "Save & Exit", + "Common.Views.ExternalOleEditor.textTitle": "Spreadsheet Editor", "Common.Views.Header.labelCoUsersDescr": "Users who are editing the file:", "Common.Views.Header.textAddFavorite": "Mark as favorite", "Common.Views.Header.textAdvSettings": "Advanced settings", diff --git a/apps/presentationeditor/main/locale/en.json b/apps/presentationeditor/main/locale/en.json index 8a1b56101..a6224767f 100644 --- a/apps/presentationeditor/main/locale/en.json +++ b/apps/presentationeditor/main/locale/en.json @@ -5,6 +5,10 @@ "Common.Controllers.ExternalDiagramEditor.textClose": "Close", "Common.Controllers.ExternalDiagramEditor.warningText": "The object is disabled because it is being edited by another user.", "Common.Controllers.ExternalDiagramEditor.warningTitle": "Warning", + "Common.Controllers.ExternalOleEditor.textAnonymous": "Anonymous", + "Common.Controllers.ExternalOleEditor.textClose": "Close", + "Common.Controllers.ExternalOleEditor.warningText": "The object is disabled because it is being edited by another user.", + "Common.Controllers.ExternalOleEditor.warningTitle": "Warning", "Common.define.chartData.textArea": "Area", "Common.define.chartData.textAreaStacked": "Stacked area", "Common.define.chartData.textAreaStackedPer": "100% Stacked area", @@ -369,6 +373,9 @@ "Common.Views.ExternalDiagramEditor.textClose": "Close", "Common.Views.ExternalDiagramEditor.textSave": "Save & Exit", "Common.Views.ExternalDiagramEditor.textTitle": "Chart Editor", + "Common.Views.ExternalOleEditor.textClose": "Close", + "Common.Views.ExternalOleEditor.textSave": "Save & Exit", + "Common.Views.ExternalOleEditor.textTitle": "Spreadsheet Editor", "Common.Views.Header.labelCoUsersDescr": "Users who are editing the file:", "Common.Views.Header.textAddFavorite": "Mark as favorite", "Common.Views.Header.textAdvSettings": "Advanced settings",