[Pkg-libvirt-commits] [libvirt] 07/09: Make debconf template translatable

Guido Guenther agx at moszumanska.debian.org
Thu Dec 22 14:07:45 UTC 2016


This is an automated email from the git hooks/post-receive script.

agx pushed a commit to annotated tag debian/2.5.0-2
in repository libvirt.

commit 14eee9486811a0c75181b3df68f7b4af32ffaf22
Author: Guido Günther <agx at sigxcpu.org>
Date:   Thu Dec 22 14:20:56 2016 +0100

    Make debconf template translatable
---
 debian/control                         |  1 +
 debian/libvirt-daemon-system.templates |  2 +-
 debian/po/POTFILES.in                  |  1 +
 debian/po/templates.pot                | 59 ++++++++++++++++++++++++++++++++++
 4 files changed, 62 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 5425019..4de7539 100644
--- a/debian/control
+++ b/debian/control
@@ -47,6 +47,7 @@ Build-Depends:
  python,
  xsltproc,
  zfsutils [kfreebsd-amd64 kfreebsd-i386],
+ po-debconf,
 # for --with-storage-sheepdog
  sheepdog [linux-any],
 # for --with-storage-rados
diff --git a/debian/libvirt-daemon-system.templates b/debian/libvirt-daemon-system.templates
index 7e1594b..1659a4a 100644
--- a/debian/libvirt-daemon-system.templates
+++ b/debian/libvirt-daemon-system.templates
@@ -1,7 +1,7 @@
 Template: libvirt-daemon-system/id_warning
 Type: boolean
 Default: true
-Description: Continue with incorrect libvirt-qemu user/group ID(s)?
+_Description: Continue with incorrect libvirt-qemu user/group ID(s)?
   The user/group ID (uid/gid) allocated for libvirt-qemu (64055)
   seems to be taken by another user/group, thus it is not possible
   to create the user/group with this numeric ID.
diff --git a/debian/po/POTFILES.in b/debian/po/POTFILES.in
new file mode 100644
index 0000000..6187dce
--- /dev/null
+++ b/debian/po/POTFILES.in
@@ -0,0 +1 @@
+[type: gettext/rfc822deb] libvirt-daemon-system.templates
diff --git a/debian/po/templates.pot b/debian/po/templates.pot
new file mode 100644
index 0000000..e9e99ba
--- /dev/null
+++ b/debian/po/templates.pot
@@ -0,0 +1,59 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the libvirt package.
+# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: libvirt\n"
+"Report-Msgid-Bugs-To: libvirt at packages.debian.org\n"
+"POT-Creation-Date: 2016-12-22 14:20+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"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: boolean
+#. Description
+#: ../libvirt-daemon-system.templates:1001
+msgid "Continue with incorrect libvirt-qemu user/group ID(s)?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../libvirt-daemon-system.templates:1001
+msgid ""
+" The user/group ID (uid/gid) allocated for libvirt-qemu (64055)\n"
+" seems to be taken by another user/group, thus it is not possible\n"
+" to create the user/group with this numeric ID."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../libvirt-daemon-system.templates:1001
+msgid ""
+" The migration of guests with disk image files shared over NFS\n"
+" requires a static libvirt-qemu user and group ID (uid and gid)\n"
+" between the source and destination host systems."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../libvirt-daemon-system.templates:1001
+msgid ""
+" If guest migration over NFS is not required, you can continue\n"
+" the installation."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../libvirt-daemon-system.templates:1001
+msgid ""
+" In order to resolve this problem, do not continue the installation,\n"
+" release the 64055 uid/gid (which might involve permission changes),\n"
+" then install this package again."
+msgstr ""

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libvirt.git



More information about the Pkg-libvirt-commits mailing list