]> git.etc.gen.nz Git - mythtv-status.git/commitdiff
Use po-debconf and add a French translation for the debconf questions
authorFrancois Marier <francois@debian.org>
Fri, 16 Nov 2007 00:14:01 +0000 (13:14 +1300)
committerAndrew Ruthven <andrew@cerberus.etc.gen.nz>
Fri, 16 Nov 2007 00:23:41 +0000 (13:23 +1300)
debian/control
debian/po/POTFILES.in [new file with mode: 0644]
debian/po/fr.po [new file with mode: 0644]
debian/po/templates.pot [new file with mode: 0644]
debian/rules
debian/templates

index b9adc21debc93440c24844f80523d3a1d7fd3021..45707107e2ffba53eb70ad8f96b2d31d52371652 100644 (file)
@@ -2,7 +2,7 @@ Source: mythtv-status
 Section: misc
 Priority: extra
 Maintainer: Andrew Ruthven <andrew@etc.gen.nz>
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper (>= 5), po-debconf
 Standards-Version: 3.7.2
 Homepage: http://www.etc.gen.nz/projects/mythtv/mythtv-status.html
 XS-Vcs-Git: http://git.etc.gen.nz/mythtv-status.git
diff --git a/debian/po/POTFILES.in b/debian/po/POTFILES.in
new file mode 100644 (file)
index 0000000..cef83a3
--- /dev/null
@@ -0,0 +1 @@
+[type: gettext/rfc822deb] templates
diff --git a/debian/po/fr.po b/debian/po/fr.po
new file mode 100644 (file)
index 0000000..134ab16
--- /dev/null
@@ -0,0 +1,58 @@
+# Mythtv-status debconf questions
+# Copyright (C) 2007
+# This file is distributed under the same license as the mythtv-status package.
+# Francois Marier <francois@debian.org>
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: Source: mythtv-status@packages.debian.org\n"
+"POT-Creation-Date: 2007-11-16 12:53+1300\n"
+"PO-Revision-Date: 2007-11-16 12:53+1300\n"
+"Last-Translator: Francois Marier <francois@debian.org>\n"
+"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid "MythTV backend to check:"
+msgstr "Système MythTV à examiner:"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid ""
+"The MythTV backend to check, you only need to change this if you want to "
+"check a different host."
+msgstr ""
+"Le système MythTV à examiner. Vous n'avez à changer la valeur par défaut "
+"que si vous désirer examiner un autre hôte."
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid "Update the system MOTD?"
+msgstr "Mettre à jour le MOTD du système ?"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"Whether the Message of the Day should be updated on system boot and on a "
+"regular basis."
+msgstr ""
+"Mise à jour du message du jour du système lors du démarrage et sur une "
+"base régulière."
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"To adjust how often the MOTD is updated, edit /etc/cron.d/mythtv-status."
+msgstr ""
+"Pour changer la fréquence de mise à jour du message du jour, modifier le "
+"fichier /etc/cron.d/mythtv-status."
diff --git a/debian/po/templates.pot b/debian/po/templates.pot
new file mode 100644 (file)
index 0000000..0fd89b5
--- /dev/null
@@ -0,0 +1,52 @@
+# 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@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: Source: mythtv-status@packages.debian.org\n"
+"POT-Creation-Date: 2007-11-16 12:53+1300\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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid "MythTV backend to check:"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid ""
+"The MythTV backend to check, you only need to change this if you want to "
+"check a different host."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid "Update the system MOTD?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"Whether the Message of the Day should be updated on system boot and on a "
+"regular basis."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"To adjust how often the MOTD is updated, edit /etc/cron.d/mythtv-status."
+msgstr ""
index dbb4384b8bcd144553a54696403146930bd0d384..7e7cbdfa1c42791c3c6299d29d4cc0685031f989 100755 (executable)
@@ -14,6 +14,7 @@ clean:
        dh_testroot
        rm -f build-stamp configure-stamp
        dh_clean 
+       debconf-updatepo
 
 build:
        pod2man bin/mythtv-status > debian/mythtv-status.1
index 12c8edff4a8292a2450a25399083b368230c8184..3c247d6bd5a7aca108cc362334a348c26492cdda 100644 (file)
@@ -1,14 +1,14 @@
 Template: mythtv-status/host
 Type: string
 Default: localhost
-Description: MythTV backend to check:
+_Description: MythTV backend to check:
  The MythTV backend to check, you only need to change this if you want to check
  a different host.
 
 Template: mythtv-status/enable
 Type: boolean
 Default: true
-Description: Update the system MOTD?
+_Description: Update the system MOTD?
  Whether the Message of the Day should be updated on system boot and on a
  regular basis.
  .