From d7bb4272ca3c979b9a4011f7bf1b109456d9c722 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Thu, 12 Mar 2020 14:19:52 +0300 Subject: [PATCH] [PE] Update translation --- .../main/app/view/HyperlinkSettingsDialog.js | 5 ++--- apps/presentationeditor/main/locale/en.json | 3 ++- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/presentationeditor/main/app/view/HyperlinkSettingsDialog.js b/apps/presentationeditor/main/app/view/HyperlinkSettingsDialog.js index b06c3a42f..47711962a 100644 --- a/apps/presentationeditor/main/app/view/HyperlinkSettingsDialog.js +++ b/apps/presentationeditor/main/app/view/HyperlinkSettingsDialog.js @@ -76,13 +76,13 @@ define([ '', '', '', @@ -422,7 +422,6 @@ define([ strLinkTo: 'Link To', txtEmpty: 'This field is required', txtNotUrl: 'This field should be a URL in the format \"http://www.example.com\"', - strPlaceInDocument: 'Select a Place in This Document', txtNext: 'Next Slide', txtPrev: 'Previous Slide', txtFirst: 'First Slide', diff --git a/apps/presentationeditor/main/locale/en.json b/apps/presentationeditor/main/locale/en.json index a2a7b26b3..0f00e2158 100644 --- a/apps/presentationeditor/main/locale/en.json +++ b/apps/presentationeditor/main/locale/en.json @@ -1251,7 +1251,7 @@ "PE.Views.HeaderFooterDialog.textUpdate": "Update automatically", "PE.Views.HyperlinkSettingsDialog.strDisplay": "Display", "PE.Views.HyperlinkSettingsDialog.strLinkTo": "Link To", - "PE.Views.HyperlinkSettingsDialog.strPlaceInDocument": "Select a Place in This Document", + "del_PE.Views.HyperlinkSettingsDialog.strPlaceInDocument": "Select a Place in This Document", "PE.Views.HyperlinkSettingsDialog.textDefault": "Selected text fragment", "PE.Views.HyperlinkSettingsDialog.textEmptyDesc": "Enter caption here", "PE.Views.HyperlinkSettingsDialog.textEmptyLink": "Enter link here", @@ -1267,6 +1267,7 @@ "PE.Views.HyperlinkSettingsDialog.txtNotUrl": "This field should be a URL in the \"http://www.example.com\" format", "PE.Views.HyperlinkSettingsDialog.txtPrev": "Previous Slide", "PE.Views.HyperlinkSettingsDialog.txtSlide": "Slide", + "PE.Views.HyperlinkSettingsDialog.textSlides": "Slides", "PE.Views.ImageSettings.textAdvanced": "Show advanced settings", "PE.Views.ImageSettings.textCrop": "Crop", "PE.Views.ImageSettings.textCropFill": "Fill",