[DE] Fix Bug 49732
This commit is contained in:
parent
16cfc2cad1
commit
974873a8ed
|
@ -141,7 +141,8 @@ define([
|
|||
"Choose an item": this.txtChoose,
|
||||
"Enter a date": this.txtEnterDate,
|
||||
"Type equation here": this.txtTypeEquation,
|
||||
"Click to load image": this.txtClickToLoad
|
||||
"Click to load image": this.txtClickToLoad,
|
||||
"No table of figures entries found.": this.txtNoTableOfFigures
|
||||
};
|
||||
styleNames.forEach(function(item){
|
||||
translate[item] = me['txtStyle_' + item.replace(/ /g, '_')] || item;
|
||||
|
@ -2836,7 +2837,8 @@ define([
|
|||
textLongName: 'Enter a name that is less than 128 characters.',
|
||||
textGuest: 'Guest',
|
||||
errorSubmit: 'Submit failed.',
|
||||
txtClickToLoad: 'Click to load image'
|
||||
txtClickToLoad: 'Click to load image',
|
||||
txtNoTableOfFigures: "No table of figures entries found."
|
||||
}
|
||||
})(), DE.Controllers.Main || {}))
|
||||
});
|
|
@ -613,6 +613,7 @@
|
|||
"DE.Controllers.Main.txtMissOperator": "Missing Operator",
|
||||
"DE.Controllers.Main.txtNeedSynchronize": "You have updates",
|
||||
"DE.Controllers.Main.txtNoTableOfContents": "There are no headings in the document. Apply a heading style to the text so that it appears in the table of contents.",
|
||||
"DE.Controllers.Main.txtNoTableOfFigures": "No table of figures entries found.",
|
||||
"DE.Controllers.Main.txtNoText": "Error! No text of specified style in document.",
|
||||
"DE.Controllers.Main.txtNotInTable": "Is Not In Table",
|
||||
"DE.Controllers.Main.txtNotValidBookmark": "Error! Not a valid bookmark self-reference.",
|
||||
|
|
Loading…
Reference in a new issue