[Libreoffice-commits] online.git: loleaflet/unocommands.js
Andras Timar
andras.timar at collabora.com
Fri Sep 30 14:35:29 UTC 2016
loleaflet/unocommands.js | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit d22cdad721ede50af16daed87815058fd84517bd
Author: Andras Timar <andras.timar at collabora.com>
Date: Fri Sep 30 16:33:38 2016 +0200
loleaflet: enable l10n of Update/Delete TOC commands
diff --git a/loleaflet/unocommands.js b/loleaflet/unocommands.js
index 3861ab5..1f2177c 100644
--- a/loleaflet/unocommands.js
+++ b/loleaflet/unocommands.js
@@ -13,3 +13,5 @@ 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');
More information about the Libreoffice-commits
mailing list