From 237d03ea5759292372f960fcfbcc78b32fcb43e9 Mon Sep 17 00:00:00 2001 From: ShimaginAndrey <andrey.shimagin@onlyoffice.com> Date: Tue, 15 Jun 2021 16:14:02 +0300 Subject: [PATCH] Fix Bug 50831 --- apps/documenteditor/mobile/locale/en.json | 6 ++---- apps/presentationeditor/mobile/locale/en.json | 8 +++----- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/apps/documenteditor/mobile/locale/en.json b/apps/documenteditor/mobile/locale/en.json index 464648cc9..441904234 100644 --- a/apps/documenteditor/mobile/locale/en.json +++ b/apps/documenteditor/mobile/locale/en.json @@ -1,5 +1,5 @@ { - "Main" : { + "Main": { "SDK": { "Series": "Series", "Diagram Title": "Chart Title", @@ -47,12 +47,10 @@ "textPaidFeature": "Paid feature", "textCustomLoader": "Please note that according to the terms of the license you are not entitled to change the loader. Please contact our Sales Department to get a quote.", "textClose": "Close", - "errorProcessSaveResult": "Saving is failed.", "criticalErrorTitle": "Error", "warnProcessRightsChange": "You have been denied the right to edit the file.", "errorAccessDeny": "You are trying to perform an action you do not have rights for.<br>Please contact your Document Server administrator.", - "errorUpdateVersion": "The file version has been changed. The page will be reloaded.", "titleUpdateVersion": "Version changed", "textHasMacros": "The file contains automatic macros.<br>Do you want to run macros?", @@ -468,7 +466,7 @@ "textCancel": "Cancel", "textPictureFromLibrary": "Picture from Library", "textPictureFromURL": "Picture from URL", - "textLinkSettings": "LinkSettings", + "textLinkSettings": "Link Settings", "textBack": "Back", "textEmptyImgUrl": "You need to specify image URL.", "txtNotUrl": "This field should be a URL in the format \"http://www.example.com\"", diff --git a/apps/presentationeditor/mobile/locale/en.json b/apps/presentationeditor/mobile/locale/en.json index 7bcd5c37c..c7de2720b 100644 --- a/apps/presentationeditor/mobile/locale/en.json +++ b/apps/presentationeditor/mobile/locale/en.json @@ -1,6 +1,6 @@ { - "Controller" : { - "Main" : { + "Controller": { + "Main": { "SDK": { "Series": "Series", "Diagram Title": "Chart Title", @@ -48,12 +48,10 @@ "textPaidFeature": "Paid feature", "textCustomLoader": "Please note that according to the terms of the license you are not entitled to change the loader. Please contact our Sales Department to get a quote.", "textClose": "Close", - "errorProcessSaveResult": "Saving is failed.", "criticalErrorTitle": "Error", "warnProcessRightsChange": "You have been denied the right to edit the file.", "errorAccessDeny": "You are trying to perform an action you do not have rights for.<br>Please contact your Document Server administrator.", - "errorUpdateVersion": "The file version has been changed. The page will be reloaded.", "titleUpdateVersion": "Version changed", "textHasMacros": "The file contains automatic macros.<br>Do you want to run macros?", @@ -219,7 +217,7 @@ "textOther": "Other", "textPictureFromLibrary": "Picture from Library", "textPictureFromURL": "Picture from URL", - "textLinkSettings": "LinkSettings", + "textLinkSettings": "Link Settings", "textBack": "Back", "textEmptyImgUrl": "You need to specify image URL.", "txtNotUrl": "This field should be a URL in the format \"http://www.example.com\"",