[DE] Fix header translation
This commit is contained in:
parent
104b80338c
commit
92db5392ea
|
@ -139,13 +139,13 @@ define([
|
||||||
"Error! Bookmark not defined.": this.txtBookmarkError,
|
"Error! Bookmark not defined.": this.txtBookmarkError,
|
||||||
"above": this.txtAbove,
|
"above": this.txtAbove,
|
||||||
"below": this.txtBelow,
|
"below": this.txtBelow,
|
||||||
"on page ": this.txtOnPage,
|
"on page ": this.txtOnPage + " ",
|
||||||
"Header": this.txtHeader,
|
"Header": this.txtHeader,
|
||||||
"Footer": this.txtFooter,
|
"Footer": this.txtFooter,
|
||||||
" -Section ": this.txtSection,
|
" -Section ": " " + this.txtSection + " ",
|
||||||
"First Page ": this.txtFirstPage,
|
"First Page ": this.txtFirstPage + " ",
|
||||||
"Even Page ": this.txtEvenPage,
|
"Even Page ": this.txtEvenPage + " ",
|
||||||
"Odd Page ": this.txtOddPage,
|
"Odd Page ": this.txtOddPage + " ",
|
||||||
"Same as Previous": this.txtSameAsPrev,
|
"Same as Previous": this.txtSameAsPrev,
|
||||||
"Current Document": this.txtCurrentDocument,
|
"Current Document": this.txtCurrentDocument,
|
||||||
"No table of contents entries found.": this.txtNoTableOfContents,
|
"No table of contents entries found.": this.txtNoTableOfContents,
|
||||||
|
|
Loading…
Reference in a new issue