[DE mobile] Add close into Insert Footnote, Add translation
This commit is contained in:
parent
a1a6acd74a
commit
810e7d0198
|
@ -163,6 +163,7 @@ define([
|
|||
if (me.api) {
|
||||
me.api.asc_SetFootnoteProps(props, false);
|
||||
me.api.asc_AddFootnote();
|
||||
DE.getController('AddContainer').hideModal();
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
@ -10,6 +10,8 @@
|
|||
"DE.Controllers.AddImage.textEmptyImgUrl": "You need to specify image URL.",
|
||||
"DE.Controllers.AddImage.txtNotUrl": "This field should be a URL in the 'http://www.example.com' format",
|
||||
"DE.Controllers.AddOther.txtNotUrl": "This field should be a URL in the 'http://www.example.com' format",
|
||||
"DE.Controllers.AddOther.textBottomOfPage": "Bottom Of Page",
|
||||
"DE.Controllers.AddOther.textBelowText": "Below Text",
|
||||
"DE.Controllers.AddTable.textCancel": "Cancel",
|
||||
"DE.Controllers.AddTable.textColumns": "Columns",
|
||||
"DE.Controllers.AddTable.textRows": "Rows",
|
||||
|
@ -271,6 +273,11 @@
|
|||
"DE.Views.AddOther.textRightTop": "Right Top",
|
||||
"DE.Views.AddOther.textSectionBreak": "Section Break",
|
||||
"DE.Views.AddOther.textTip": "Screen Tip",
|
||||
"DE.Views.AddOther.textFootnote": "Footnote",
|
||||
"DE.Views.AddOther.textInsertFootnote": "Insert Footnote",
|
||||
"DE.Views.AddOther.textFormat": "Format",
|
||||
"DE.Views.AddOther.textStartFrom": "Start At",
|
||||
"DE.Views.AddOther.textLocation": "Location",
|
||||
"DE.Views.EditChart.textAlign": "Align",
|
||||
"DE.Views.EditChart.textBack": "Back",
|
||||
"DE.Views.EditChart.textBackward": "Move Backward",
|
||||
|
|
Loading…
Reference in a new issue