[DE] Bug 43931 (#332)
This commit is contained in:
parent
a5647058e7
commit
b2c234585e
|
@ -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 || {}))
|
||||
});
|
|
@ -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",
|
||||
|
|
|
@ -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": "Удалить столбец",
|
||||
|
|
Loading…
Reference in a new issue