From: Francois Marier Date: Fri, 16 Nov 2007 00:14:01 +0000 (+1300) Subject: Use po-debconf and add a French translation for the debconf questions X-Git-Tag: 0.4~13 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8634b494a7e32b1e2cd9389ff0ccb6e3a54f42b6;p=mythtv-status.git Use po-debconf and add a French translation for the debconf questions --- diff --git a/debian/control b/debian/control index b9adc21..4570710 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: mythtv-status Section: misc Priority: extra Maintainer: Andrew Ruthven -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 index 0000000..cef83a3 --- /dev/null +++ b/debian/po/POTFILES.in @@ -0,0 +1 @@ +[type: gettext/rfc822deb] templates diff --git a/debian/po/fr.po b/debian/po/fr.po new file mode 100644 index 0000000..134ab16 --- /dev/null +++ b/debian/po/fr.po @@ -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 +# +#, 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 \n" +"Language-Team: French \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 index 0000000..0fd89b5 --- /dev/null +++ b/debian/po/templates.pot @@ -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 , 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 \n" +"Language-Team: LANGUAGE \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 "" diff --git a/debian/rules b/debian/rules index dbb4384..7e7cbdf 100755 --- a/debian/rules +++ b/debian/rules @@ -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 diff --git a/debian/templates b/debian/templates index 12c8edf..3c247d6 100644 --- a/debian/templates +++ b/debian/templates @@ -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. .