[DE] Added translation for internal link.
This commit is contained in:
parent
74f64201b4
commit
41f33ec586
|
@ -143,7 +143,8 @@ define([
|
|||
"First Page ": this.txtFirstPage,
|
||||
"Even Page ": this.txtEvenPage,
|
||||
"Odd Page ": this.txtOddPage,
|
||||
"Same as Previous": this.txtSameAsPrev
|
||||
"Same as Previous": this.txtSameAsPrev,
|
||||
"Current Document": this.txtCurrentDocument
|
||||
};
|
||||
styleNames.forEach(function(item){
|
||||
translate[item] = me.translationTable[item] = me['txtStyle_' + item.replace(/ /g, '_')] || item;
|
||||
|
@ -2175,7 +2176,8 @@ define([
|
|||
txtFirstPage: "First Page ",
|
||||
txtEvenPage: "Even Page ",
|
||||
txtOddPage: "Odd Page ",
|
||||
txtSameAsPrev: "Same as Previous"
|
||||
txtSameAsPrev: "Same as Previous",
|
||||
txtCurrentDocument: "Current Document"
|
||||
}
|
||||
})(), DE.Controllers.Main || {}))
|
||||
});
|
|
@ -361,6 +361,7 @@
|
|||
"DE.Controllers.Main.txtButtons": "Buttons",
|
||||
"DE.Controllers.Main.txtCallouts": "Callouts",
|
||||
"DE.Controllers.Main.txtCharts": "Charts",
|
||||
"DE.Controllers.Main.txtCurrentDocument": "Current Document",
|
||||
"DE.Controllers.Main.txtDiagramTitle": "Chart Title",
|
||||
"DE.Controllers.Main.txtEditingMode": "Set editing mode...",
|
||||
"DE.Controllers.Main.txtErrorLoadHistory": "History loading failed",
|
||||
|
|
Loading…
Reference in a new issue