[DE] Fix header translation

This commit is contained in:
Julia Radzhabova 2019-04-30 13:38:53 +03:00 committed by Alexey Golubev
parent 104b80338c
commit 92db5392ea
3 changed files with 18 additions and 18 deletions

View file

@ -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,