]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- also parse some header files for messages 559/head
authorArvin Schnell <aschnell@suse.de>
Thu, 3 Sep 2020 15:53:53 +0000 (17:53 +0200)
committerArvin Schnell <aschnell@suse.de>
Thu, 3 Sep 2020 15:53:53 +0000 (17:53 +0200)
po/Makefile.am
po/snapper.pot

index f003628d0ea22c31dc410a10d4a6b80ba11c3fb2..1796d6ebca1c597e6c56fd0b0983a2e9e57186cb 100644 (file)
@@ -6,7 +6,7 @@ XGETTEXT = xgettext
 MSGFMT = msgfmt
 MSGMERGE = msgmerge
 
-SRCFILES = $(wildcard ../client/*.cc ../client/utils/*.cc)
+SRCFILES = $(wildcard ../client/*.cc ../client/*.h ../client/utils/*.cc)
 
 POFILES = $(wildcard *.po)
 
@@ -17,7 +17,7 @@ all: $(MOFILES)
 $(PACKAGE).pot: $(SRCFILES)
        $(XGETTEXT) --sort-output --no-wrap --add-comments --no-location \
            --keyword=_ --keyword=_:1,2 --foreign-user \
-           --copyright-holder="SUSE Linux GmbH, Nuernberg" \
+           --copyright-holder="SUSE LLC, Nuernberg" \
            --default-domain=$(PACKAGE) --output=$(PACKAGE).pot $(SRCFILES)
 
 %.mo: %.po
index b80f4982df5dc25279ec414d0e341e97d395b196..3cf31d17e4559a6eb904cbd7bd0100f544195dc5 100644 (file)
@@ -1,5 +1,5 @@
 # SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR SUSE Linux GmbH, Nuernberg
+# Copyright (C) YEAR SUSE LLC, Nuernberg
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
 #
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-09-01 09:04+0200\n"
+"POT-Creation-Date: 2020-09-03 17:51+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -240,6 +240,20 @@ msgstr ""
 msgid "  Undo changes:"
 msgstr ""
 
+#. TRANSLATORS: used to construct list of values
+#. %1$s is replaced by first value
+#. %2$s is replaced by second value
+#, c-format
+msgid "%1$s or %2$s"
+msgstr ""
+
+#. TRANSLATORS: used to construct list of values
+#. %1$s is replaced by first value
+#. %2$s is replaced by second value
+#, c-format
+msgid "%1$s, %2$s"
+msgstr ""
+
 #, c-format
 msgid "(Snapshot %d.)"
 msgstr ""
@@ -456,7 +470,7 @@ msgid "Invalid group."
 msgstr ""
 
 #, c-format
-msgid "Invalid machine readable format %s."
+msgid "Invalid machine readable format '%s'."
 msgstr ""
 
 #, c-format
@@ -588,12 +602,10 @@ msgstr ""
 msgid "Unknown type '%s'."
 msgstr ""
 
+#. TRANSLATORS: a list of possible values
+#. %1$s is replaced by list of possible values
 #, c-format
-msgid "Use %s, %s or %s."
-msgstr ""
-
-#, c-format
-msgid "Use %s, %s, %s or %s."
+msgid "Use %1$s."
 msgstr ""
 
 #, c-format