commit: b2e5a2d97b1667bbcd1cc6e882d04f9a2538c26b
parent: 1eeb0bb995d109c8cafc730ef21ff4a1a2ef6c90
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Thu, 31 Oct 2019 14:13:02 +0100
messages.pot: webkit-web-extension message
Diffstat:
2 files changed, 32 insertions(+), 17 deletions(-)
diff --git a/Makefile b/Makefile
@@ -20,7 +20,7 @@ LIBS = `pkg-config --libs $(DEPS)`
all: $(EXE) $(TRANS)
po/messages.pot: badwolf.c
- xgettext --keyword=_ --language=C -o $@ --add-comments --sort-output -j badwolf.c
+ xgettext --keyword=_ --language=C -o $@ --add-comments --sort-output -j --copyright-holder="Haelwenn (lanodan) Monnier <contact+badwolf-copyright@hacktivis.me>" --package-name="$(PACKAGE)" --package-version="$(shell ./version.sh)" --msgid-bugs-address="contact+badwolf-msgid@hacktivis.me" badwolf.c
po/%.po: po/messages.pot
msgmerge --update $@ $<
diff --git a/po/messages.pot b/po/messages.pot
@@ -6,34 +6,36 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Badwolf 0.1.1\n"
-"POT-Creation-Date: 2019-05-11 05:03+0200\n"
+"Project-Id-Version: Badwolf 0.3.0+gd88f2e7\n"
+"Report-Msgid-Bugs-To: contact+badwolf-msgid@hacktivis.me\n"
+"POT-Creation-Date: 2019-10-31 14:09+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: \"Haelwenn (lanodan) Monnier <contact@hacktivis.me>\"\n"
-"Language: en\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: badwolf.c:527 badwolf.c:692
+#: badwolf.c:527 badwolf.c:692 badwolf.c:719
#, c-format
msgid "Buildtime WebKit version: %d.%d.%d\n"
msgstr ""
-#: badwolf.c:457 badwolf.c:621
+#: badwolf.c:457 badwolf.c:621 badwolf.c:643
msgid "New tab"
msgstr ""
-#: badwolf.c:549 badwolf.c:714
+#: badwolf.c:549 badwolf.c:714 badwolf.c:740
msgid "Open new tab"
msgstr ""
-#: badwolf.c:690
+#: badwolf.c:690 badwolf.c:717
#, c-format
msgid "Running Badwolf version: %s\n"
msgstr ""
-#: badwolf.c:532 badwolf.c:697
+#: badwolf.c:532 badwolf.c:697 badwolf.c:724
#, c-format
msgid "Runtime WebKit version: %d.%d.%d\n"
msgstr ""
@@ -42,30 +44,43 @@ msgstr ""
msgid "Toggle javascript"
msgstr ""
-#: badwolf.c:413 badwolf.c:572
+#: badwolf.c:382
+msgid "_Cancel"
+msgstr ""
+
+#: badwolf.c:384
+msgid "_Save"
+msgstr ""
+
+#: badwolf.c:413 badwolf.c:572 badwolf.c:573
msgid "search in current page"
msgstr ""
-#: badwolf.c:100 badwolf.c:234
+#: badwolf.c:100 badwolf.c:234 badwolf.c:118
msgid "the web process crashed.\n"
msgstr ""
-#: badwolf.c:104 badwolf.c:238
+#: badwolf.c:104 badwolf.c:238 badwolf.c:122
msgid "the web process exceeded the memory limit.\n"
msgstr ""
-#: badwolf.c:108 badwolf.c:242
+#: badwolf.c:108 badwolf.c:242 badwolf.c:126
msgid "the web process terminated for an unknown reason.\n"
msgstr ""
-#: badwolf.c:101 badwolf.c:235
+#: badwolf.c:101 badwolf.c:235 badwolf.c:119
msgid "title|Crashed"
msgstr ""
-#: badwolf.c:105 badwolf.c:239
+#: badwolf.c:105 badwolf.c:239 badwolf.c:123
msgid "title|Out of Memory"
msgstr ""
-#: badwolf.c:109 badwolf.c:243
+#: badwolf.c:109 badwolf.c:243 badwolf.c:127
msgid "title|Unknown Crash"
msgstr ""
+
+#: badwolf.c:730
+#, c-format
+msgid "webkit-web-extension directory set to: %s\n"
+msgstr ""