[Pkg-nagios-changes] [pkg-nagios] r2004 - in nagvis/trunk/debian: . po
Alexander Reichle-Schmehl
tolimar at alioth.debian.org
Mon Mar 5 13:57:14 UTC 2012
Author: tolimar
Date: 2012-03-05 13:57:14 +0000 (Mon, 05 Mar 2012)
New Revision: 2004
Added:
nagvis/trunk/debian/po/
nagvis/trunk/debian/po/POTFILES.in
nagvis/trunk/debian/po/templates.pot
Modified:
nagvis/trunk/debian/control
nagvis/trunk/debian/nagvis.templates
nagvis/trunk/debian/rules
Log:
Make the debconf templates translatable
Modified: nagvis/trunk/debian/control
===================================================================
--- nagvis/trunk/debian/control 2012-03-05 13:36:17 UTC (rev 2003)
+++ nagvis/trunk/debian/control 2012-03-05 13:57:14 UTC (rev 2004)
@@ -3,7 +3,7 @@
Priority: extra
Maintainer: Debian Nagios Maintainer Group <pkg-nagios-devel at lists.alioth.debian.org>
Uploaders: Jan Wagner <waja at cyconet.org>, Alexander Wirt <formorer at debian.org>, Alexander Reichle-Schmehl <tolimar at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), quilt
+Build-Depends: debhelper (>= 7.0.50~), quilt, po-debconf
Standards-Version: 3.9.2
Homepage: http://www.nagvis.org
Vcs-Svn: svn://svn.debian.org/svn/pkg-nagios/nagvis/trunk/
Modified: nagvis/trunk/debian/nagvis.templates
===================================================================
--- nagvis/trunk/debian/nagvis.templates 2012-03-05 13:36:17 UTC (rev 2003)
+++ nagvis/trunk/debian/nagvis.templates 2012-03-05 13:57:14 UTC (rev 2004)
@@ -2,7 +2,7 @@
Type: select
Default: icinga
Choices: icinga, nagios, other
-Description: For which monitoring suite should NagVis be configured?
+_Description: For which monitoring suite should NagVis be configured?
This NagVis package supports the monitoring suites Icinga as well as
well as Nagios using the check-mk-live broker backend. please choose the,
respective entry.
@@ -14,7 +14,7 @@
Template: nagvis/delete_on_purge
Type: boolean
Default: false
-Description: Should the user created NagVis data be removed?
+_Description: Should the user created NagVis data be removed?
During usage NagVis creates some file in /var/cache/nagvis and and
/etc/nagvis (e.g. background images and map files), including a small
database for authentification. If you don't need any of these files,
Added: nagvis/trunk/debian/po/POTFILES.in
===================================================================
--- nagvis/trunk/debian/po/POTFILES.in (rev 0)
+++ nagvis/trunk/debian/po/POTFILES.in 2012-03-05 13:57:14 UTC (rev 2004)
@@ -0,0 +1 @@
+[type: gettext/rfc822deb] nagvis.templates
Added: nagvis/trunk/debian/po/templates.pot
===================================================================
--- nagvis/trunk/debian/po/templates.pot (rev 0)
+++ nagvis/trunk/debian/po/templates.pot 2012-03-05 13:57:14 UTC (rev 2004)
@@ -0,0 +1,58 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: nagvis at packages.debian.org\n"
+"POT-Creation-Date: 2012-03-05 14:48+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: select
+#. Description
+#: ../nagvis.templates:1001
+msgid "For which monitoring suite should NagVis be configured?"
+msgstr ""
+
+#. Type: select
+#. Description
+#: ../nagvis.templates:1001
+msgid ""
+"This NagVis package supports the monitoring suites Icinga as well as well as "
+"Nagios using the check-mk-live broker backend. please choose the, "
+"respective entry."
+msgstr ""
+
+#. Type: select
+#. Description
+#: ../nagvis.templates:1001
+msgid ""
+"If you would like to use NagVis with a different backend or a different "
+"monitoring suite, please choose \"other\". You'll have to configure it "
+"manually."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../nagvis.templates:2001
+msgid "Should the user created NagVis data be removed?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../nagvis.templates:2001
+msgid ""
+"During usage NagVis creates some file in /var/cache/nagvis and and /etc/"
+"nagvis (e.g. background images and map files), including a small database "
+"for authentification. If you don't need any of these files, they can be "
+"removed now, or you may want to keep them and clean up by hand later."
+msgstr ""
Modified: nagvis/trunk/debian/rules
===================================================================
--- nagvis/trunk/debian/rules 2012-03-05 13:36:17 UTC (rev 2003)
+++ nagvis/trunk/debian/rules 2012-03-05 13:57:14 UTC (rev 2004)
@@ -55,3 +55,8 @@
override_dh_fixperms:
dh_fixperms -X /var/cache/nagvis -X /etc/nagvis -X /var/lib/nagvis/userfiles/images
+
+
+override_dh_clean:
+ dh_clean
+ debconf-updatepo
More information about the Pkg-nagios-changes
mailing list