[DE] Fix Bug 47445
This commit is contained in:
parent
83f2b6ba74
commit
e692aa4f22
|
@ -191,11 +191,11 @@ define([
|
||||||
menuStyle: 'min-width: 150px;',
|
menuStyle: 'min-width: 150px;',
|
||||||
editable: false,
|
editable: false,
|
||||||
data: [
|
data: [
|
||||||
{ displayValue: this.textSectEnd, value: Asc.c_oAscFootnotePos.SectEnd },
|
{ displayValue: this.textSectEnd, value: Asc.c_oAscEndnotePos.SectEnd },
|
||||||
{ displayValue: this.textPageBottom, value: Asc.c_oAscFootnotePos.PageBottom }
|
{ displayValue: this.textDocEnd, value: Asc.c_oAscEndnotePos.DocEnd }
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
this.cmbEndnote.setValue(Asc.c_oAscFootnotePos.PageBottom);
|
this.cmbEndnote.setValue(Asc.c_oAscEndnotePos.DocEnd);
|
||||||
|
|
||||||
this.cmbFormat = new Common.UI.ComboBox({
|
this.cmbFormat = new Common.UI.ComboBox({
|
||||||
el: $('#note-settings-combo-format'),
|
el: $('#note-settings-combo-format'),
|
||||||
|
@ -503,6 +503,7 @@ define([
|
||||||
textInsert: 'Insert',
|
textInsert: 'Insert',
|
||||||
textCustom: 'Custom Mark',
|
textCustom: 'Custom Mark',
|
||||||
textSectEnd: 'End of section',
|
textSectEnd: 'End of section',
|
||||||
|
textDocEnd: 'End of document',
|
||||||
textEndnote: 'Endnote'
|
textEndnote: 'Endnote'
|
||||||
|
|
||||||
}, DE.Views.NoteSettingsDialog || {}))
|
}, DE.Views.NoteSettingsDialog || {}))
|
||||||
|
|
|
@ -1926,6 +1926,7 @@
|
||||||
"DE.Views.NoteSettingsDialog.textNumFormat": "Number Format",
|
"DE.Views.NoteSettingsDialog.textNumFormat": "Number Format",
|
||||||
"DE.Views.NoteSettingsDialog.textPageBottom": "Bottom of page",
|
"DE.Views.NoteSettingsDialog.textPageBottom": "Bottom of page",
|
||||||
"DE.Views.NoteSettingsDialog.textSectEnd": "End of section",
|
"DE.Views.NoteSettingsDialog.textSectEnd": "End of section",
|
||||||
|
"DE.Views.NoteSettingsDialog.textDocEnd": "End of document",
|
||||||
"DE.Views.NoteSettingsDialog.textSection": "Current section",
|
"DE.Views.NoteSettingsDialog.textSection": "Current section",
|
||||||
"DE.Views.NoteSettingsDialog.textStart": "Start at",
|
"DE.Views.NoteSettingsDialog.textStart": "Start at",
|
||||||
"DE.Views.NoteSettingsDialog.textTextBottom": "Below text",
|
"DE.Views.NoteSettingsDialog.textTextBottom": "Below text",
|
||||||
|
|
|
@ -1930,6 +1930,7 @@
|
||||||
"DE.Views.NoteSettingsDialog.textStart": "Начать с",
|
"DE.Views.NoteSettingsDialog.textStart": "Начать с",
|
||||||
"DE.Views.NoteSettingsDialog.textTextBottom": "Под текстом",
|
"DE.Views.NoteSettingsDialog.textTextBottom": "Под текстом",
|
||||||
"DE.Views.NoteSettingsDialog.textTitle": "Параметры сносок",
|
"DE.Views.NoteSettingsDialog.textTitle": "Параметры сносок",
|
||||||
|
"DE.Views.NoteSettingsDialog.textDocEnd": "В конце документа",
|
||||||
"DE.Views.NotesRemoveDialog.textEnd": "Удалить все концевые сноски",
|
"DE.Views.NotesRemoveDialog.textEnd": "Удалить все концевые сноски",
|
||||||
"DE.Views.NotesRemoveDialog.textFoot": "Удалить все обычные сноски",
|
"DE.Views.NotesRemoveDialog.textFoot": "Удалить все обычные сноски",
|
||||||
"DE.Views.NotesRemoveDialog.textTitle": "Удалить сноски",
|
"DE.Views.NotesRemoveDialog.textTitle": "Удалить сноски",
|
||||||
|
|
Loading…
Reference in a new issue