[DE] Added translations.
This commit is contained in:
parent
e9cc43334a
commit
e500335e15
|
@ -147,7 +147,8 @@ define([
|
||||||
"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
|
||||||
};
|
};
|
||||||
styleNames.forEach(function(item){
|
styleNames.forEach(function(item){
|
||||||
translate[item] = me.translationTable[item] = me['txtStyle_' + item.replace(/ /g, '_')] || item;
|
translate[item] = me.translationTable[item] = me['txtStyle_' + item.replace(/ /g, '_')] || item;
|
||||||
|
@ -2221,7 +2222,8 @@ define([
|
||||||
txtOddPage: "Odd Page ",
|
txtOddPage: "Odd Page ",
|
||||||
txtSameAsPrev: "Same as Previous",
|
txtSameAsPrev: "Same as Previous",
|
||||||
txtCurrentDocument: "Current Document",
|
txtCurrentDocument: "Current Document",
|
||||||
warnNoLicenseUsers: 'This version of ONLYOFFICE Editors has certain limitations for concurrent users.<br>If you need more please consider upgrading your current license or purchasing a commercial one.'
|
warnNoLicenseUsers: 'This version of ONLYOFFICE Editors has certain limitations for concurrent users.<br>If you need more please consider upgrading your current license or purchasing a commercial one.',
|
||||||
|
txtNoTableOfContents: "No table of contents entries found."
|
||||||
}
|
}
|
||||||
})(), DE.Controllers.Main || {}))
|
})(), DE.Controllers.Main || {}))
|
||||||
});
|
});
|
|
@ -431,6 +431,7 @@
|
||||||
"DE.Controllers.Main.warnNoLicense": "This version of ONLYOFFICE Editors has certain limitations for concurrent connections to the document server.<br>If you need more please consider upgrading your current license or purchasing a commercial one.",
|
"DE.Controllers.Main.warnNoLicense": "This version of ONLYOFFICE Editors has certain limitations for concurrent connections to the document server.<br>If you need more please consider upgrading your current license or purchasing a commercial one.",
|
||||||
"DE.Controllers.Main.warnNoLicenseUsers": "This version of ONLYOFFICE Editors has certain limitations for concurrent users.<br>If you need more please consider upgrading your current license or purchasing a commercial one.",
|
"DE.Controllers.Main.warnNoLicenseUsers": "This version of ONLYOFFICE Editors has certain limitations for concurrent users.<br>If you need more please consider upgrading your current license or purchasing a commercial one.",
|
||||||
"DE.Controllers.Main.warnProcessRightsChange": "You have been denied the right to edit the file.",
|
"DE.Controllers.Main.warnProcessRightsChange": "You have been denied the right to edit the file.",
|
||||||
|
"DE.Controllers.Main.txtNoTableOfContents": "No table of contents entries found.",
|
||||||
"DE.Controllers.Statusbar.textHasChanges": "New changes have been tracked",
|
"DE.Controllers.Statusbar.textHasChanges": "New changes have been tracked",
|
||||||
"DE.Controllers.Statusbar.textTrackChanges": "The document is opened with the Track Changes mode enabled",
|
"DE.Controllers.Statusbar.textTrackChanges": "The document is opened with the Track Changes mode enabled",
|
||||||
"DE.Controllers.Statusbar.tipReview": "Track changes",
|
"DE.Controllers.Statusbar.tipReview": "Track changes",
|
||||||
|
|
Loading…
Reference in a new issue