loleaflet/Makefile       |    1 +
 loleaflet/unocommands.js |   11 +++++++++++
 2 files changed, 12 insertions(+)

New commits:
commit fa8acdc8577abe337fcf80f3ebc493d57172c123
Author: Andras Timar <andras.ti...@collabora.com>
Date:   Tue May 24 08:53:07 2016 +0200

    loleaflet: enable l10n of context menu items which come from src files from 
LO

diff --git a/loleaflet/Makefile b/loleaflet/Makefile
index 22206fa..00a58a1 100644
--- a/loleaflet/Makefile
+++ b/loleaflet/Makefile
@@ -30,6 +30,7 @@ dist: all
 
 pot:
        xgettext --from-code=UTF-8 --keyword=_ --output=po/loleaflet-ui.pot \
+               unocommands.js \
                dist/errormessages.js \
                dist/toolbar/toolbar.js \
                src/control/Control.Tabs.js \
diff --git a/loleaflet/unocommands.js b/loleaflet/unocommands.js
new file mode 100644
index 0000000..af53d00
--- /dev/null
+++ b/loleaflet/unocommands.js
@@ -0,0 +1,11 @@
+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');
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to