[DE mobile] Add close into Insert Footnote, Add translation

This commit is contained in:
Julia Svinareva 2019-06-28 13:15:24 +03:00
parent a1a6acd74a
commit 810e7d0198
2 changed files with 8 additions and 0 deletions

View file

@ -163,6 +163,7 @@ define([
if (me.api) { if (me.api) {
me.api.asc_SetFootnoteProps(props, false); me.api.asc_SetFootnoteProps(props, false);
me.api.asc_AddFootnote(); me.api.asc_AddFootnote();
DE.getController('AddContainer').hideModal();
} }
}, },

View file

@ -10,6 +10,8 @@
"DE.Controllers.AddImage.textEmptyImgUrl": "You need to specify image URL.", "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.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.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.textCancel": "Cancel",
"DE.Controllers.AddTable.textColumns": "Columns", "DE.Controllers.AddTable.textColumns": "Columns",
"DE.Controllers.AddTable.textRows": "Rows", "DE.Controllers.AddTable.textRows": "Rows",
@ -271,6 +273,11 @@
"DE.Views.AddOther.textRightTop": "Right Top", "DE.Views.AddOther.textRightTop": "Right Top",
"DE.Views.AddOther.textSectionBreak": "Section Break", "DE.Views.AddOther.textSectionBreak": "Section Break",
"DE.Views.AddOther.textTip": "Screen Tip", "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.textAlign": "Align",
"DE.Views.EditChart.textBack": "Back", "DE.Views.EditChart.textBack": "Back",
"DE.Views.EditChart.textBackward": "Move Backward", "DE.Views.EditChart.textBackward": "Move Backward",