[DE] Bug 43931 (#332)
This commit is contained in:
parent
a5647058e7
commit
b2c234585e
|
@ -259,6 +259,7 @@ define([
|
||||||
data: [
|
data: [
|
||||||
{ displayValue: this.txtCurrent, value: Asc.c_oAscTOCStylesType.Current },
|
{ displayValue: this.txtCurrent, value: Asc.c_oAscTOCStylesType.Current },
|
||||||
{ displayValue: this.txtSimple, value: Asc.c_oAscTOCStylesType.Simple },
|
{ 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.txtStandard, value: Asc.c_oAscTOCStylesType.Standard },
|
||||||
{ displayValue: this.txtModern, value: Asc.c_oAscTOCStylesType.Modern },
|
{ displayValue: this.txtModern, value: Asc.c_oAscTOCStylesType.Modern },
|
||||||
{ displayValue: this.txtClassic, value: Asc.c_oAscTOCStylesType.Classic }
|
{ displayValue: this.txtClassic, value: Asc.c_oAscTOCStylesType.Classic }
|
||||||
|
@ -649,7 +650,8 @@ define([
|
||||||
txtSimple: 'Simple',
|
txtSimple: 'Simple',
|
||||||
txtStandard: 'Standard',
|
txtStandard: 'Standard',
|
||||||
txtModern: 'Modern',
|
txtModern: 'Modern',
|
||||||
txtClassic: 'Classic'
|
txtClassic: 'Classic',
|
||||||
|
txtOnline: 'Online'
|
||||||
|
|
||||||
}, DE.Views.TableOfContentsSettings || {}))
|
}, DE.Views.TableOfContentsSettings || {}))
|
||||||
});
|
});
|
|
@ -2018,6 +2018,7 @@
|
||||||
"DE.Views.TableOfContentsSettings.txtClassic": "Classic",
|
"DE.Views.TableOfContentsSettings.txtClassic": "Classic",
|
||||||
"DE.Views.TableOfContentsSettings.txtCurrent": "Current",
|
"DE.Views.TableOfContentsSettings.txtCurrent": "Current",
|
||||||
"DE.Views.TableOfContentsSettings.txtModern": "Modern",
|
"DE.Views.TableOfContentsSettings.txtModern": "Modern",
|
||||||
|
"DE.Views.TableOfContentsSettings.txtOnline": "Online",
|
||||||
"DE.Views.TableOfContentsSettings.txtSimple": "Simple",
|
"DE.Views.TableOfContentsSettings.txtSimple": "Simple",
|
||||||
"DE.Views.TableOfContentsSettings.txtStandard": "Standard",
|
"DE.Views.TableOfContentsSettings.txtStandard": "Standard",
|
||||||
"DE.Views.TableSettings.deleteColumnText": "Delete Column",
|
"DE.Views.TableSettings.deleteColumnText": "Delete Column",
|
||||||
|
|
|
@ -2018,6 +2018,7 @@
|
||||||
"DE.Views.TableOfContentsSettings.txtClassic": "Классический",
|
"DE.Views.TableOfContentsSettings.txtClassic": "Классический",
|
||||||
"DE.Views.TableOfContentsSettings.txtCurrent": "Текущий",
|
"DE.Views.TableOfContentsSettings.txtCurrent": "Текущий",
|
||||||
"DE.Views.TableOfContentsSettings.txtModern": "Современный",
|
"DE.Views.TableOfContentsSettings.txtModern": "Современный",
|
||||||
|
"DE.Views.TableOfContentsSettings.txtOnline": "Онлайн",
|
||||||
"DE.Views.TableOfContentsSettings.txtSimple": "Простой",
|
"DE.Views.TableOfContentsSettings.txtSimple": "Простой",
|
||||||
"DE.Views.TableOfContentsSettings.txtStandard": "Стандартный",
|
"DE.Views.TableOfContentsSettings.txtStandard": "Стандартный",
|
||||||
"DE.Views.TableSettings.deleteColumnText": "Удалить столбец",
|
"DE.Views.TableSettings.deleteColumnText": "Удалить столбец",
|
||||||
|
|
Loading…
Reference in a new issue