diff options
author | Eddy Petrisor <eddy@bounty.eddyp.homelinux.net> | 2007-06-25 21:21:54 +0300 |
---|---|---|
committer | Eddy Petrisor <eddy@bounty.eddyp.homelinux.net> | 2007-06-28 02:19:58 +0300 |
commit | bb7b7d6e681fe9ef55f4d22185ab0c081b249387 (patch) | |
tree | bced7103725886988dd4935503be9fe7aa9fc145 /debian | |
parent | c8c7b109c92c46f3fd5869e3bc7022b95cb1b720 (diff) | |
download | pbuilder-bb7b7d6e681fe9ef55f4d22185ab0c081b249387.tar pbuilder-bb7b7d6e681fe9ef55f4d22185ab0c081b249387.tar.gz |
po-debconf support added
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/po/ro.po | 34 |
3 files changed, 38 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 456b4c8..bc1c520 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,10 @@ pbuilder (0.170.1) UNRELEASED; urgency=low * Non-maintainer upload. * added support for detection of the default mirror in postinst + * bumped versioned dependency on debhelper to (>= 4.1.16) as indicated in + po-debconf manual - -- Eddy Petrișor <eddy.petrisor@gmail.com> Mon, 25 Jun 2007 20:27:17 +0300 + -- Eddy Petrișor <eddy.petrisor@gmail.com> Mon, 25 Jun 2007 21:20:13 +0300 pbuilder (0.170) unstable; urgency=low diff --git a/debian/control b/debian/control index 387e70d..c942c13 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: devel Priority: extra Maintainer: Debian pbuilder maintenance team <pbuilder-maint@lists.alioth.debian.org> Uploaders: Junichi Uekawa <dancer@debian.org>, Matt Kraai <kraai@debian.org> -Build-Depends: debhelper (>= 4.1.0), docbook-xsl, ldp-docbook-xsl (>= 0.0.20040321-0.1), xsltproc, dpkg-dev (>= 1.13.19), dblatex, rootstrap [i386 amd64], debconf|debconf-2.0, po-debconf +Build-Depends: debhelper (>= 4.1.16), docbook-xsl, ldp-docbook-xsl (>= 0.0.20040321-0.1), xsltproc, dpkg-dev (>= 1.13.19), dblatex, rootstrap [i386 amd64], debconf|debconf-2.0, po-debconf Standards-Version: 3.7.2 Package: pbuilder diff --git a/debian/po/ro.po b/debian/po/ro.po new file mode 100644 index 0000000..fcb0d58 --- /dev/null +++ b/debian/po/ro.po @@ -0,0 +1,34 @@ +# translation of ro.po to Romanian +# Romanian translations for PACKAGE package +# Traducerea în limba română pentru pachetul PACKAGE. +# Copyright (C) 2007 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Eddy Petrisor <eddy.petrisor@gmail.com>, 2007. +# Eddy Petrișor <eddy.petrisor@gmail.com>, 2007. +msgid "" +msgstr "" +"Project-Id-Version: ro\n" +"Report-Msgid-Bugs-To: pbuilder-maint@lists.alioth.debian.org\n" +"POT-Creation-Date: 2007-06-25 20:56+0300\n" +"PO-Revision-Date: 2007-06-25 21:08+0300\n" +"Last-Translator: Eddy Petrișor <eddy.petrisor@gmail.com>\n" +"Language-Team: Romanian <debian-l10n-romanian@lists.debian.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2;\n" +"X-Generator: KBabel 1.11.4\n" + +#. Type: string +#. Description +#: ../pbuilder.templates:1001 +msgid "Default mirror site:" +msgstr "Situl oglindă implicit:" + +#. Type: string +#. Description +#: ../pbuilder.templates:1001 +msgid "Please enter the default mirror you want to be used by pbuilder." +msgstr "Introduceți situl oglindă implicit pe care doriți să-l folosească pbuilder." + |