summaryrefslogtreecommitdiffstats
path: root/loleaflet/unocommands.js
blob: 4f9e005321bc11e2721f94caa6972d156a319866 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
var CopyHyperlinkLocation = _('Copy Hyperlink');
var DecrementLevel = _('Down One Level');
var IncrementLevel = _('Up One Level');
var EditAnnotation = _('Edit Comment');
var InsertAnnotation = _('Insert Comment');
var Merge = _('Merge');
var MergeCells = _('Merge Cells...');
var ObjectBackOne = _('Bring Forward');
var ObjectForwardOne = _('Send Backward');
var PasteSpecial = _('Paste Special');
var PasteUnformatted = _('Unformatted Text');
var NoWrap = _('No Wrap');
var WrapBefore = _('Wrap Before');
var WrapAfter = _('Wrap After');
var EnableContour = _('Enable Contour');
var UpdateTOC = _('Update Index or Table of Contents');
var DeleteTOC = _('Delete Index or Table of Contents');
var ReplyToComment = _('Reply');
var RecalcPivotTable = _('Refresh');