From 7ed55b92f07dd310dc4398970dbf408af6d19130 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Mon, 17 Feb 2020 12:04:39 +0300 Subject: [PATCH] [DE] Change translation for table of contents --- apps/documenteditor/main/app/controller/Main.js | 2 +- apps/documenteditor/main/locale/en.json | 2 +- apps/documenteditor/main/locale/ru.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/documenteditor/main/app/controller/Main.js b/apps/documenteditor/main/app/controller/Main.js index 1e58a8eee..bd0ca96ec 100644 --- a/apps/documenteditor/main/app/controller/Main.js +++ b/apps/documenteditor/main/app/controller/Main.js @@ -2318,7 +2318,7 @@ define([ txtOddPage: "Odd Page", txtSameAsPrev: "Same as Previous", txtCurrentDocument: "Current Document", - txtNoTableOfContents: "No table of contents entries found.", + txtNoTableOfContents: "There are no headings in the document. Apply a heading style to the text so that it appears in the table of contents.", txtTableOfContents: "Table of Contents", errorForceSave: "An error occurred while saving the file. Please use the 'Download as' option to save the file to your computer hard drive or try again later.", warnNoLicense: 'This version of %1 editors has certain limitations for concurrent connections to the document server.
If you need more please consider purchasing a commercial license.', diff --git a/apps/documenteditor/main/locale/en.json b/apps/documenteditor/main/locale/en.json index 32c64a3cc..621587884 100644 --- a/apps/documenteditor/main/locale/en.json +++ b/apps/documenteditor/main/locale/en.json @@ -493,7 +493,7 @@ "DE.Controllers.Main.txtMissArg": "Missing Argument", "DE.Controllers.Main.txtMissOperator": "Missing Operator", "DE.Controllers.Main.txtNeedSynchronize": "You have updates", - "DE.Controllers.Main.txtNoTableOfContents": "No table of contents entries found.", + "DE.Controllers.Main.txtNoTableOfContents": "There are no headings in the document. Apply a heading style to the text so that it appears in the table of contents.", "DE.Controllers.Main.txtNoText": "Error! No text of specified style in document.", "DE.Controllers.Main.txtNotInTable": "Is Not In Table", "DE.Controllers.Main.txtNotValidBookmark": "Error! Not a valid bookmark self-reference.", diff --git a/apps/documenteditor/main/locale/ru.json b/apps/documenteditor/main/locale/ru.json index 6079e78cd..9c7b6619c 100644 --- a/apps/documenteditor/main/locale/ru.json +++ b/apps/documenteditor/main/locale/ru.json @@ -493,7 +493,7 @@ "DE.Controllers.Main.txtMissArg": "Отсутствует аргумент", "DE.Controllers.Main.txtMissOperator": "Отсутствует оператор", "DE.Controllers.Main.txtNeedSynchronize": "Есть обновления", - "DE.Controllers.Main.txtNoTableOfContents": "Элементов оглавления не найдено.", + "DE.Controllers.Main.txtNoTableOfContents": "В документе нет заголовков. Примените стиль заголовка к тексту, чтобы он появился в оглавлении.", "DE.Controllers.Main.txtNoText": "Ошибка! В документе отсутствует текст указанного стиля.", "DE.Controllers.Main.txtNotInTable": "Не в таблице", "DE.Controllers.Main.txtNotValidBookmark": "Ошибка! Неверная ссылка закладки.",