libreoffice-online/loleaflet/unocommands.js
Andras Timar f9beb022e6 loleaflet: l10n of RecalcPivotTable and ReplyToComment commands
Change-Id: Ic322e1559858e7338074d0f85761f272b47f5ce2
2017-01-19 11:00:06 +01:00

19 lines
763 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');
var ReplyToComment = _('Reply');
var RecalcPivotTable = _('Refresh');