From edd0580546c34980dd650869561d506ffd3005dc Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Fri, 19 Feb 2021 21:14:45 +0300 Subject: [PATCH] Add translation --- apps/documenteditor/main/locale/en.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/apps/documenteditor/main/locale/en.json b/apps/documenteditor/main/locale/en.json index d5b9c2b58..06061870b 100644 --- a/apps/documenteditor/main/locale/en.json +++ b/apps/documenteditor/main/locale/en.json @@ -75,6 +75,10 @@ "Common.Controllers.ReviewChanges.textUrl": "Paste a document URL", "Common.Controllers.ReviewChanges.textWidow": "Widow control", "Common.Controllers.ReviewChanges.textWord": "Word level", + "Common.Controllers.ReviewChanges.textOnGlobal": "{0} enabled Track Changes for everyone.", + "Common.Controllers.ReviewChanges.textOffGlobal": "{0} disabled Track Changes for everyone.", + "Common.Controllers.ReviewChanges.textOn": "{0} is now using Track Changes.", + "Common.Controllers.ReviewChanges.textOff": "{0} is no longer using Track Changes.", "Common.define.chartData.textArea": "Area", "Common.define.chartData.textAreaStacked": "Stacked area", "Common.define.chartData.textAreaStackedPer": "100% Stacked area", @@ -374,6 +378,13 @@ "Common.Views.ReviewChanges.txtSpelling": "Spell Checking", "Common.Views.ReviewChanges.txtTurnon": "Track Changes", "Common.Views.ReviewChanges.txtView": "Display Mode", + "Common.Views.ReviewChanges.txtOnGlobal": "ON for me and everyone", + "Common.Views.ReviewChanges.txtOffGlobal": "OFF for me and everyone", + "Common.Views.ReviewChanges.txtOn": "ON for me", + "Common.Views.ReviewChanges.txtOff": "OFF for me", + "Common.Views.ReviewChanges.textWarnTrackChangesTitle": "Enable Track Changes for everyone?", + "Common.Views.ReviewChanges.textWarnTrackChanges": "Track Changes will be switched ON for all users with full access. The next time anyone opens the doc, Track Changes will remain enabled.", + "Common.Views.ReviewChanges.textEnable": "Enable", "Common.Views.ReviewChangesDialog.textTitle": "Review Changes", "Common.Views.ReviewChangesDialog.txtAccept": "Accept", "Common.Views.ReviewChangesDialog.txtAcceptAll": "Accept All Changes", @@ -833,6 +844,7 @@ "DE.Controllers.Statusbar.textTrackChanges": "The document is opened with the Track Changes mode enabled", "DE.Controllers.Statusbar.tipReview": "Track changes", "DE.Controllers.Statusbar.zoomText": "Zoom {0}%", + "DE.Controllers.Statusbar.textSetTrackChanges": "You are in Track Changes mode", "DE.Controllers.Toolbar.confirmAddFontName": "The font you are going to save is not available on the current device.
The text style will be displayed using one of the system fonts, the saved font will be used when it is available.
Do you want to continue?", "DE.Controllers.Toolbar.notcriticalErrorTitle": "Warning", "DE.Controllers.Toolbar.textAccent": "Accents",