[DE] Add translations

This commit is contained in:
Julia Radzhabova 2018-03-12 19:48:34 +03:00
parent db112968a5
commit dfb0b7bfa5
2 changed files with 4 additions and 1 deletions

View file

@ -148,7 +148,8 @@ define([
"Odd Page ": this.txtOddPage,
"Same as Previous": this.txtSameAsPrev,
"Current Document": this.txtCurrentDocument,
"No table of contents entries found.": this.txtNoTableOfContents
"No table of contents entries found.": this.txtNoTableOfContents,
"Table of Contents": this.txtTableOfContents
};
styleNames.forEach(function(item){
translate[item] = me.translationTable[item] = me['txtStyle_' + item.replace(/ /g, '_')] || item;
@ -2243,6 +2244,7 @@ define([
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.',
txtNoTableOfContents: "No table of contents entries found.",
txtTableOfContents: "Table of Contents",
errorForceSave: "An error occurred while saving the file. Please use the 'Download as' option to save the file to your computer hard drive or try again later."
}
})(), DE.Controllers.Main || {}))

View file

@ -398,6 +398,7 @@
"DE.Controllers.Main.txtMath": "Math",
"DE.Controllers.Main.txtNeedSynchronize": "You have updates",
"DE.Controllers.Main.txtNoTableOfContents": "No table of contents entries found.",
"DE.Controllers.Main.txtTableOfContents": "Table of Contents",
"DE.Controllers.Main.txtOddPage": "Odd Page ",
"DE.Controllers.Main.txtOnPage": "on page ",
"DE.Controllers.Main.txtRectangles": "Rectangles",