[Libreoffice-commits] online.git: 2 commits - loleaflet/po loleaflet/unocommands.js
Andras Timar
andras.timar at collabora.com
Thu Jan 19 10:02:51 UTC 2017
loleaflet/po/templates/loleaflet-help.pot | 2 +-
loleaflet/po/templates/loleaflet-ui.pot | 10 +++++++++-
loleaflet/unocommands.js | 3 ++-
3 files changed, 12 insertions(+), 3 deletions(-)
New commits:
commit ee1b291a91c8eb0e443da4236d790e593e2b86d5
Author: Andras Timar <andras.timar at collabora.com>
Date: Thu Jan 19 11:02:26 2017 +0100
loleaflet: updated pot files
Change-Id: Ia19360f624ad9a6fc4aa2db459d95f107ce5261b
diff --git a/loleaflet/po/templates/loleaflet-help.pot b/loleaflet/po/templates/loleaflet-help.pot
index e2f0a82..cb1e856 100644
--- a/loleaflet/po/templates/loleaflet-help.pot
+++ b/loleaflet/po/templates/loleaflet-help.pot
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-01-17 14:56+0200\n"
+"POT-Creation-Date: 2017-01-19 11:00+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/loleaflet/po/templates/loleaflet-ui.pot b/loleaflet/po/templates/loleaflet-ui.pot
index 07f2f42..2690b7b 100644
--- a/loleaflet/po/templates/loleaflet-ui.pot
+++ b/loleaflet/po/templates/loleaflet-ui.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-01-17 14:56+0100\n"
+"POT-Creation-Date: 2017-01-19 11:00+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
@@ -199,6 +199,14 @@ msgstr ""
msgid "Delete Index or Table of Contents"
msgstr ""
+#: unocommands.js:18
+msgid "Reply"
+msgstr ""
+
+#: unocommands.js:19
+msgid "Refresh"
+msgstr ""
+
#: dist/errormessages.js:1
msgid ""
"No disk space left on server, please contact the server administrator to "
commit f9beb022e69a5f87eec53c80a0eba618314ca291
Author: Andras Timar <andras.timar at collabora.com>
Date: Thu Jan 19 10:57:51 2017 +0100
loleaflet: l10n of RecalcPivotTable and ReplyToComment commands
Change-Id: Ic322e1559858e7338074d0f85761f272b47f5ce2
diff --git a/loleaflet/unocommands.js b/loleaflet/unocommands.js
index 4d8f3b2..4f9e005 100644
--- a/loleaflet/unocommands.js
+++ b/loleaflet/unocommands.js
@@ -15,4 +15,5 @@ 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 ReplyToComment = _('Reply');
+var RecalcPivotTable = _('Refresh');
More information about the Libreoffice-commits
mailing list