From b2c234585e38dc4a7c68fd526bcaf4b6f647547f Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Thu, 6 Feb 2020 15:49:17 +0300 Subject: [PATCH] [DE] Bug 43931 (#332) --- apps/documenteditor/main/app/view/TableOfContentsSettings.js | 4 +++- apps/documenteditor/main/locale/en.json | 1 + apps/documenteditor/main/locale/ru.json | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/documenteditor/main/app/view/TableOfContentsSettings.js b/apps/documenteditor/main/app/view/TableOfContentsSettings.js index ea5f9d04c..a574c969f 100644 --- a/apps/documenteditor/main/app/view/TableOfContentsSettings.js +++ b/apps/documenteditor/main/app/view/TableOfContentsSettings.js @@ -259,6 +259,7 @@ define([ data: [ { displayValue: this.txtCurrent, value: Asc.c_oAscTOCStylesType.Current }, { displayValue: this.txtSimple, value: Asc.c_oAscTOCStylesType.Simple }, + { displayValue: this.txtOnline, value: Asc.c_oAscTOCStylesType.Web }, { displayValue: this.txtStandard, value: Asc.c_oAscTOCStylesType.Standard }, { displayValue: this.txtModern, value: Asc.c_oAscTOCStylesType.Modern }, { displayValue: this.txtClassic, value: Asc.c_oAscTOCStylesType.Classic } @@ -649,7 +650,8 @@ define([ txtSimple: 'Simple', txtStandard: 'Standard', txtModern: 'Modern', - txtClassic: 'Classic' + txtClassic: 'Classic', + txtOnline: 'Online' }, DE.Views.TableOfContentsSettings || {})) }); \ No newline at end of file diff --git a/apps/documenteditor/main/locale/en.json b/apps/documenteditor/main/locale/en.json index 98db49ab5..32c64a3cc 100644 --- a/apps/documenteditor/main/locale/en.json +++ b/apps/documenteditor/main/locale/en.json @@ -2018,6 +2018,7 @@ "DE.Views.TableOfContentsSettings.txtClassic": "Classic", "DE.Views.TableOfContentsSettings.txtCurrent": "Current", "DE.Views.TableOfContentsSettings.txtModern": "Modern", + "DE.Views.TableOfContentsSettings.txtOnline": "Online", "DE.Views.TableOfContentsSettings.txtSimple": "Simple", "DE.Views.TableOfContentsSettings.txtStandard": "Standard", "DE.Views.TableSettings.deleteColumnText": "Delete Column", diff --git a/apps/documenteditor/main/locale/ru.json b/apps/documenteditor/main/locale/ru.json index bc6633157..6079e78cd 100644 --- a/apps/documenteditor/main/locale/ru.json +++ b/apps/documenteditor/main/locale/ru.json @@ -2018,6 +2018,7 @@ "DE.Views.TableOfContentsSettings.txtClassic": "Классический", "DE.Views.TableOfContentsSettings.txtCurrent": "Текущий", "DE.Views.TableOfContentsSettings.txtModern": "Современный", + "DE.Views.TableOfContentsSettings.txtOnline": "Онлайн", "DE.Views.TableOfContentsSettings.txtSimple": "Простой", "DE.Views.TableOfContentsSettings.txtStandard": "Стандартный", "DE.Views.TableSettings.deleteColumnText": "Удалить столбец",