libreoffice-online/loleaflet/unocommands.js

17 lines
693 B
JavaScript

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');