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