[DE] Add translation
This commit is contained in:
parent
f241808cc8
commit
a7d898e2a1
|
@ -137,7 +137,9 @@ define([
|
|||
"Error! Main Document Only.": this.txtMainDocOnly,
|
||||
"Error! Not a valid bookmark self-reference.": this.txtNotValidBookmark,
|
||||
"Error! No text of specified style in document.": this.txtNoText,
|
||||
"Choose an item.": this.txtChoose
|
||||
"Choose an item.": this.txtChoose,
|
||||
"Enter a date.": this.txtEnterDate,
|
||||
"Type equation here.": this.txtTypeEquation
|
||||
};
|
||||
styleNames.forEach(function(item){
|
||||
translate[item] = me['txtStyle_' + item.replace(/ /g, '_')] || item;
|
||||
|
@ -2566,7 +2568,9 @@ define([
|
|||
errorCompare: 'The Compare documents feature is not available in the co-editing mode.',
|
||||
textConvertEquation: 'This equation was created with an old version of equation editor which is no longer supported. Converting this equation to Office Math ML format will make it editable.<br>Do you want to convert this equation?',
|
||||
textApplyAll: 'Apply to all equations',
|
||||
textLearnMore: 'Learn More'
|
||||
textLearnMore: 'Learn More',
|
||||
txtEnterDate: 'Enter a date.',
|
||||
txtTypeEquation: 'Type equation here.'
|
||||
}
|
||||
})(), DE.Controllers.Main || {}))
|
||||
});
|
|
@ -746,6 +746,8 @@
|
|||
"DE.Controllers.Main.textConvertEquation": "This equation was created with an old version of equation editor which is no longer supported. Converting this equation to Office Math ML format will make it editable.<br>Do you want to convert this equation?",
|
||||
"DE.Controllers.Main.textApplyAll": "Apply to all equations",
|
||||
"DE.Controllers.Main.textLearnMore": "Learn More",
|
||||
"DE.Controllers.Main.txtEnterDate": "Enter a date.",
|
||||
"DE.Controllers.Main.txtTypeEquation": "Type equation here.",
|
||||
"DE.Controllers.Navigation.txtBeginning": "Beginning of document",
|
||||
"DE.Controllers.Navigation.txtGotoBeginning": "Go to the beginning of the document",
|
||||
"DE.Controllers.Statusbar.textHasChanges": "New changes have been tracked",
|
||||
|
|
|
@ -720,6 +720,8 @@
|
|||
"DE.Controllers.Main.warnNoLicense": "Эта версия редакторов %1 имеет некоторые ограничения по количеству одновременных подключений к серверу документов.<br>Если требуется больше, рассмотрите вопрос о покупке коммерческой лицензии.",
|
||||
"DE.Controllers.Main.warnNoLicenseUsers": "Эта версия редакторов %1 имеет некоторые ограничения по числу одновременно работающих пользователей.<br>Если требуется больше, рассмотрите вопрос о покупке коммерческой лицензии.",
|
||||
"DE.Controllers.Main.warnProcessRightsChange": "Вам было отказано в праве на редактирование этого файла.",
|
||||
"DE.Controllers.Main.txtEnterDate": "Место для ввода даты.",
|
||||
"DE.Controllers.Main.txtTypeEquation": "Место для уравнения.",
|
||||
"DE.Controllers.Navigation.txtBeginning": "Начало документа",
|
||||
"DE.Controllers.Navigation.txtGotoBeginning": "Перейти в начало документа",
|
||||
"DE.Controllers.Statusbar.textHasChanges": "Отслежены новые изменения",
|
||||
|
|
Loading…
Reference in a new issue