[PE][SSE] Debug context menu for equations.
This commit is contained in:
parent
7761977ff6
commit
cf53fc04a1
|
@ -2811,8 +2811,11 @@ define([
|
||||||
txtAlignToChar: 'Align to character',
|
txtAlignToChar: 'Align to character',
|
||||||
txtDeleteRadical: 'Delete radical',
|
txtDeleteRadical: 'Delete radical',
|
||||||
txtDeleteChars: 'Delete enclosing characters',
|
txtDeleteChars: 'Delete enclosing characters',
|
||||||
txtDeleteCharsAndSeparators: 'Delete enclosing characters and separators'
|
txtDeleteCharsAndSeparators: 'Delete enclosing characters and separators',
|
||||||
|
alignmentText: 'Alignment',
|
||||||
|
leftText: 'Left',
|
||||||
|
rightText: 'Right',
|
||||||
|
centerText: 'Center'
|
||||||
|
|
||||||
}, PE.Views.DocumentHolder || {}));
|
}, PE.Views.DocumentHolder || {}));
|
||||||
});
|
});
|
|
@ -728,6 +728,10 @@
|
||||||
"PE.Views.DocumentHolder.txtUnderbar": "Bar under text",
|
"PE.Views.DocumentHolder.txtUnderbar": "Bar under text",
|
||||||
"PE.Views.DocumentHolder.txtUngroup": "Ungroup",
|
"PE.Views.DocumentHolder.txtUngroup": "Ungroup",
|
||||||
"PE.Views.DocumentHolder.vertAlignText": "Vertical Alignment",
|
"PE.Views.DocumentHolder.vertAlignText": "Vertical Alignment",
|
||||||
|
"PE.Views.DocumentHolder.alignmentText": "Alignment",
|
||||||
|
"PE.Views.DocumentHolder.leftText": "Left",
|
||||||
|
"PE.Views.DocumentHolder.rightText": "Right",
|
||||||
|
"PE.Views.DocumentHolder.centerText": "Center",
|
||||||
"PE.Views.DocumentPreview.goToSlideText": "Go to Slide",
|
"PE.Views.DocumentPreview.goToSlideText": "Go to Slide",
|
||||||
"PE.Views.DocumentPreview.slideIndexText": "Slide {0} of {1}",
|
"PE.Views.DocumentPreview.slideIndexText": "Slide {0} of {1}",
|
||||||
"PE.Views.DocumentPreview.txtClose": "Close Slideshow",
|
"PE.Views.DocumentPreview.txtClose": "Close Slideshow",
|
||||||
|
|
|
@ -2269,8 +2269,19 @@ define([
|
||||||
txtAlignToChar: 'Align to character',
|
txtAlignToChar: 'Align to character',
|
||||||
txtDeleteRadical: 'Delete radical',
|
txtDeleteRadical: 'Delete radical',
|
||||||
txtDeleteChars: 'Delete enclosing characters',
|
txtDeleteChars: 'Delete enclosing characters',
|
||||||
txtDeleteCharsAndSeparators: 'Delete enclosing characters and separators'
|
txtDeleteCharsAndSeparators: 'Delete enclosing characters and separators',
|
||||||
|
insertText: 'Insert',
|
||||||
|
alignmentText: 'Alignment',
|
||||||
|
leftText: 'Left',
|
||||||
|
rightText: 'Right',
|
||||||
|
centerText: 'Center',
|
||||||
|
insertRowAboveText : 'Row Above',
|
||||||
|
insertRowBelowText : 'Row Below',
|
||||||
|
insertColumnLeftText : 'Column Left',
|
||||||
|
insertColumnRightText : 'Column Right',
|
||||||
|
deleteText : 'Delete',
|
||||||
|
deleteRowText : 'Delete Row',
|
||||||
|
deleteColumnText : 'Delete Column'
|
||||||
|
|
||||||
}, SSE.Controllers.DocumentHolder || {}));
|
}, SSE.Controllers.DocumentHolder || {}));
|
||||||
});
|
});
|
|
@ -181,6 +181,18 @@
|
||||||
"SSE.Controllers.DocumentHolder.txtTop": "Top",
|
"SSE.Controllers.DocumentHolder.txtTop": "Top",
|
||||||
"SSE.Controllers.DocumentHolder.txtUnderbar": "Bar under text",
|
"SSE.Controllers.DocumentHolder.txtUnderbar": "Bar under text",
|
||||||
"SSE.Controllers.DocumentHolder.txtWidth": "Width",
|
"SSE.Controllers.DocumentHolder.txtWidth": "Width",
|
||||||
|
"SSE.Controllers.DocumentHolder.insertText": "Insert",
|
||||||
|
"SSE.Controllers.DocumentHolder.alignmentText": "Alignment",
|
||||||
|
"SSE.Controllers.DocumentHolder.leftText": "Left",
|
||||||
|
"SSE.Controllers.DocumentHolder.rightText": "Right",
|
||||||
|
"SSE.Controllers.DocumentHolder.centerText": "Center",
|
||||||
|
"SSE.Controllers.DocumentHolder.insertRowAboveText": "Row Above",
|
||||||
|
"SSE.Controllers.DocumentHolder.insertRowBelowText": "Row Below",
|
||||||
|
"SSE.Controllers.DocumentHolder.insertColumnLeftText": "Column Left",
|
||||||
|
"SSE.Controllers.DocumentHolder.insertColumnRightText": "Column Right",
|
||||||
|
"SSE.Controllers.DocumentHolder.deleteText": "Delete",
|
||||||
|
"SSE.Controllers.DocumentHolder.deleteRowText": "Delete Row",
|
||||||
|
"SSE.Controllers.DocumentHolder.deleteColumnText": "Delete Column",
|
||||||
"SSE.Controllers.LeftMenu.newDocumentTitle": "Unnamed spreadsheet",
|
"SSE.Controllers.LeftMenu.newDocumentTitle": "Unnamed spreadsheet",
|
||||||
"SSE.Controllers.LeftMenu.textByColumns": "By columns",
|
"SSE.Controllers.LeftMenu.textByColumns": "By columns",
|
||||||
"SSE.Controllers.LeftMenu.textByRows": "By rows",
|
"SSE.Controllers.LeftMenu.textByRows": "By rows",
|
||||||
|
|
Loading…
Reference in a new issue