From 03aab4c80d35b75c035358bf0d6cc182fa1ef72d Mon Sep 17 00:00:00 2001 From: "Julia.Svinareva" Date: Fri, 5 Apr 2024 18:45:45 +0300 Subject: [PATCH] [PE] Add translations --- apps/presentationeditor/main/locale/en.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/presentationeditor/main/locale/en.json b/apps/presentationeditor/main/locale/en.json index b796d5766b..4add19ca9d 100644 --- a/apps/presentationeditor/main/locale/en.json +++ b/apps/presentationeditor/main/locale/en.json @@ -1893,6 +1893,12 @@ "PE.Views.DocumentHolder.txtWarnUrl": "Clicking this link can be harmful to your device and data.
Are you sure you want to continue?", "PE.Views.DocumentHolder.unicodeText": "Unicode", "PE.Views.DocumentHolder.vertAlignText": "Vertical alignment", + "PE.Views.DocumentHolder.textZoomIn": "Zoom In", + "PE.Views.DocumentHolder.textZoomOut": "Zoom Out", + "PE.Views.DocumentHolder.textStartOnClick": "Start On Click", + "PE.Views.DocumentHolder.textStartWithPrevious": "Start With Previous", + "PE.Views.DocumentHolder.textStartAfterPrevious": "Start After Previous", + "PE.Views.DocumentHolder.textRemove": "Remove", "PE.Views.DocumentPreview.goToSlideText": "Go to slide", "PE.Views.DocumentPreview.slideIndexText": "Slide {0} of {1}", "PE.Views.DocumentPreview.txtClose": "Close slideshow",