# HG changeset patch # User Paul Crowley # Date 1259777781 0 # Node ID 98b19c38a63c7086bda4c939fd1e039cfb4553ff # Parent 448bb932e764a32de17f534ac0b04a27aa89674d Add debconf translation support diff -r 448bb932e764 -r 98b19c38a63c debian/po/POTFILES.in --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/po/POTFILES.in Wed Dec 02 18:16:21 2009 +0000 @@ -0,0 +1,1 @@ +[type: gettext/rfc822deb] templates diff -r 448bb932e764 -r 98b19c38a63c debian/po/templates.pot --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/po/templates.pot Wed Dec 02 18:16:21 2009 +0000 @@ -0,0 +1,24 @@ +# 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: mercurial-server@packages.debian.org\n" +"POT-Creation-Date: 2009-12-02 18:14+0000\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: boolean +#. Description +#: ../templates:1001 +msgid "" +"Do you want the repositories to be removed when mercurial-server is purged?" +msgstr "" diff -r 448bb932e764 -r 98b19c38a63c debian/templates --- a/debian/templates Wed Dec 02 18:12:31 2009 +0000 +++ b/debian/templates Wed Dec 02 18:16:21 2009 +0000 @@ -1,5 +1,5 @@ Template: mercurial-server/purge_repositories Type: boolean Default: false -Description: Do you want the repositories to be removed when mercurial-server is purged? +_Description: Do you want the repositories to be removed when mercurial-server is purged?