[Libreoffice-commits] online.git: loleaflet/Makefile loleaflet/unocommands.js

Andras Timar andras.timar at collabora.com
Tue May 24 06:53:32 UTC 2016


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

New commits:
commit fa8acdc8577abe337fcf80f3ebc493d57172c123
Author: Andras Timar <andras.timar at 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');


More information about the Libreoffice-commits mailing list