From 55e8fbea426b3f4d0f6a901bf677ed8af95e5667 Mon Sep 17 00:00:00 2001 From: SergeyEzhin Date: Fri, 9 Jul 2021 16:58:57 +0300 Subject: [PATCH] Bug 49294 --- apps/documenteditor/mobile/locale/en.json | 38 ++++++++++++++++++- apps/presentationeditor/mobile/locale/en.json | 6 ++- 2 files changed, 42 insertions(+), 2 deletions(-) diff --git a/apps/documenteditor/mobile/locale/en.json b/apps/documenteditor/mobile/locale/en.json index 4d0ad3a70..4fe976ee1 100644 --- a/apps/documenteditor/mobile/locale/en.json +++ b/apps/documenteditor/mobile/locale/en.json @@ -6,6 +6,9 @@ "X Axis": "X Axis XAS", "Y Axis": "Y Axis", "Your text here": "Your text here", + "Error! Bookmark not defined": "Error! Bookmark not defined.", + "above": "above", + "below": "below", "Footer": "Footer", "Header": "Header", "Normal": "Normal", @@ -24,7 +27,40 @@ "Quote": "Quote", "Intense Quote": "Intense Quote", "List Paragraph": "List Paragraph", - "footnote text": "Footnote Text" + "footnote text": "Footnote Text", + "Caption": "Caption", + "endnote text": "Endnote Text", + " -Section ": " -Section ", + "First Page ": "First Page ", + "Even Page ": "Even Page ", + "Odd Page ": "Odd Page ", + "Same as Previous": "Same as Previous", + "Current Document": "Current Document", + "No table of contents entries found.": "There are no headings in the document. Apply a heading style to the text so that it appears in the table of contents.", + "Table of Contents": "Table of Contents", + "Syntax Error": "Syntax Error", + "Missing Operator": "Missing Operator", + "Missing Argument": "Missing Argument", + "Number Too Large To Format": "Number Too Large To Format", + "Zero Divide": "Zero Divide", + "Is Not In Table": "Is Not In Table", + "Index Too Large": "Index Too Large", + "The Formula Not In Table": "The Formula Not In Table", + "Table Index Cannot be Zero": "Table Index Cannot be Zero", + "Undefined Bookmark": "Undefined Bookmark", + "Unexpected End of Formula": "Unexpected End of Formula", + "Hyperlink": "Hyperlink", + "Error! Main Document Only.": "Error! Main Document Only.", + "Error! Not a valid bookmark self-reference.": "Error! Not a valid bookmark self-reference.", + "Error! No text of specified style in document.": "Error! No text of specified style in document.", + "Choose an item": "Choose an item", + "Enter a date": "Enter a date", + "Type equation here": "Type equation here", + "Click to load image": "Click to load image", + "None": "None", + "No table of figures entries found.": "No table of figures entries found.", + "table of figures": "Table of figures", + "TOC Heading": "TOC Heading" }, "textGuest": "Guest", "textAnonymous": "Anonymous", diff --git a/apps/presentationeditor/mobile/locale/en.json b/apps/presentationeditor/mobile/locale/en.json index 8b114090e..5424aece7 100644 --- a/apps/presentationeditor/mobile/locale/en.json +++ b/apps/presentationeditor/mobile/locale/en.json @@ -20,7 +20,11 @@ "Slide number": "Slide number", "Slide subtitle": "Slide subtitle", "Table": "Table", - "Slide title": "Slide title" + "Slide title": "Slide title", + "Loading": "Loading", + "Click to add notes": "Click to add notes", + "Click to add first slide": "Click to add first slide", + "None": "None" }, "textGuest": "Guest", "textAnonymous": "Anonymous",