[DE] Bug 43931 (#332)

This commit is contained in:
Julia Radzhabova 2020-02-06 15:49:17 +03:00 committed by GitHub
parent a5647058e7
commit b2c234585e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 1 deletions

View file

@ -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 || {}))
});

View file

@ -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",

View file

@ -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": "Удалить столбец",