diff -Nru debconf-1.5.57ubuntu1/bash_completion debconf-1.5.58ubuntu1/bash_completion --- debconf-1.5.57ubuntu1/bash_completion 2015-08-12 20:08:12.000000000 +0000 +++ debconf-1.5.58ubuntu1/bash_completion 2015-11-08 10:09:55.000000000 +0000 @@ -1,4 +1,4 @@ -have debconf-show && +_have debconf-show && _debconf_show() { local cur diff -Nru debconf-1.5.57ubuntu1/Debconf/Element/Editor/Multiselect.pm debconf-1.5.58ubuntu1/Debconf/Element/Editor/Multiselect.pm --- debconf-1.5.57ubuntu1/Debconf/Element/Editor/Multiselect.pm 2015-08-12 20:08:12.000000000 +0000 +++ debconf-1.5.58ubuntu1/Debconf/Element/Editor/Multiselect.pm 2015-11-08 10:09:56.000000000 +0000 @@ -13,7 +13,7 @@ =head1 DESCRIPTION -Presents a list of choices to be selected amoung. Multiple selection is +Presents a list of choices to be selected among. Multiple selection is allowed. =head1 METHODS diff -Nru debconf-1.5.57ubuntu1/Debconf/Element/Editor/Select.pm debconf-1.5.58ubuntu1/Debconf/Element/Editor/Select.pm --- debconf-1.5.57ubuntu1/Debconf/Element/Editor/Select.pm 2015-08-12 20:08:12.000000000 +0000 +++ debconf-1.5.58ubuntu1/Debconf/Element/Editor/Select.pm 2015-11-08 10:09:56.000000000 +0000 @@ -13,7 +13,7 @@ =head1 DESCRIPTION -Presents a list of choices to be selected amoung. +Presents a list of choices to be selected among. =head2 METHODS diff -Nru debconf-1.5.57ubuntu1/Debconf/Element/Teletype/Boolean.pm debconf-1.5.58ubuntu1/Debconf/Element/Teletype/Boolean.pm --- debconf-1.5.57ubuntu1/Debconf/Element/Teletype/Boolean.pm 2015-08-12 20:08:12.000000000 +0000 +++ debconf-1.5.58ubuntu1/Debconf/Element/Teletype/Boolean.pm 2015-11-08 10:09:56.000000000 +0000 @@ -40,6 +40,13 @@ $default=$n; } + # If this is not terse mode, we want to print out choices. Since we + # only have two choices, though, we use a compact display format. + my $description=$this->question->description; + if (Debconf::Config->terse eq 'false') { + $description.=" [$y/$n]"; + } + my $value=''; while (1) { @@ -47,7 +54,7 @@ $_=$this->frontend->prompt( default => $default, completions => [$y, $n], - prompt => $this->question->description, + prompt => $description, question => $this->question, ); return unless defined $_; diff -Nru debconf-1.5.57ubuntu1/Debconf/FrontEnd/Readline.pm debconf-1.5.58ubuntu1/Debconf/FrontEnd/Readline.pm --- debconf-1.5.57ubuntu1/Debconf/FrontEnd/Readline.pm 2015-08-12 20:08:12.000000000 +0000 +++ debconf-1.5.58ubuntu1/Debconf/FrontEnd/Readline.pm 2015-11-08 10:09:55.000000000 +0000 @@ -27,7 +27,7 @@ =item promptdefault -Set if the varient of readline being used is so lame that it cannot display +Set if the variant of readline being used is so lame that it cannot display defaults, so the default must be part of the prompt instead. =back @@ -172,7 +172,7 @@ The function uses named parameters. -Completion amoung available choices is supported. For this to work, if +Completion among available choices is supported. For this to work, if a reference to an array of all possible completions is passed in. =cut diff -Nru debconf-1.5.57ubuntu1/debian/changelog debconf-1.5.58ubuntu1/debian/changelog --- debconf-1.5.57ubuntu1/debian/changelog 2015-08-12 20:33:36.000000000 +0000 +++ debconf-1.5.58ubuntu1/debian/changelog 2015-11-10 02:50:27.000000000 +0000 @@ -1,3 +1,24 @@ +debconf (1.5.58ubuntu1) xenial; urgency=low + + * Merge from Debian unstable. Remaining changes: + - Gnome.pm: Do not show "Cancel" or "Close" buttons, to avoid breaking + maintainer scripts. + - Do not generate Ui_DebconfWizard.pm at build time, use a pre-generated + copy instead. This should allow us to demote a bunch of packages to + universe. + + -- Steve Langasek Mon, 09 Nov 2015 18:50:07 -0800 + +debconf (1.5.58) unstable; urgency=medium + + * Don't update po/debconf.pot unless doing so changes something other than + the POT-Creation-Date header. The basic approach here is from gettext, + though implemented a bit more simply since we can assume perl. + * Show choices for teletype/readline boolean questions (closes: #802840). + * Move bash completion file to /usr/share/bash-completion/completions/. + + -- Colin Watson Sun, 08 Nov 2015 03:27:10 +0000 + debconf (1.5.57ubuntu1) wily; urgency=medium * Merge from Debian unstable, remaining changes: @@ -2426,7 +2447,7 @@ debconf (1.4.30) unstable; urgency=low * Fix and update German translation. Thanks, Michael Piefel. Closes: #260572 - * Update Basque templates translation. Thanks, Piarres Beobide Egaña. + * Update Basque templates translation. Thanks, Piarres Beobide Egaña. Closes: #260678 -- Joey Hess Sat, 24 Jul 2004 02:41:35 -0400 @@ -2459,7 +2480,7 @@ debconf (1.4.26) unstable; urgency=low - * Add Basqe translation by Piarres Beobide Egaña. Closes: #247321 + * Add Basqe translation by Piarres Beobide Egaña. Closes: #247321 * German translation update. Closes: #251731 * Catalan translation update. Closes: #251786 * Remove soi-unsightly trailing blanks in debconf-show output. @@ -2957,7 +2978,7 @@ debconf (1.2.40) unstable; urgency=low - * Spanish translation update from Carlos Valdivia Yagüe. Closes: #196672 + * Spanish translation update from Carlos Valdivia Yagüe. Closes: #196672 -- Joey Hess Mon, 9 Jun 2003 12:44:13 -0400 @@ -3327,7 +3348,7 @@ debconf (1.1.29) unstable; urgency=low * Allow stacked dbdrivers with readonly databases on top. - * Patch from Michel Dänzer to put the hostname in the gnome window title. + * Patch from Michel Dänzer to put the hostname in the gnome window title. Closes: #141235 -- Joey Hess Tue, 3 Sep 2002 12:24:55 -0400 @@ -3419,7 +3440,7 @@ * Directory DbDriver is pure virtual now; I had to move exists and iterator out of it, and it is fairly useless by itself. * Seems that LDAP has no end of quoting problems, and Dagfinn Ilmari - MannsÃ¥ker sent in a patch to update more of them (changes the schema again + Mannsåker sent in a patch to update more of them (changes the schema again amoung other things). Closes: #152477 * Stop leaking priority fields into the config database. @@ -3447,7 +3468,7 @@ of this type into it, use debconf-copydb to copy your existing databases into the new ones, and then make the new ones be used by default. - * Applied a patch from ilmari@ping.uio.no (Dagfinn Ilmari MannsÃ¥ker) to the + * Applied a patch from ilmari@ping.uio.no (Dagfinn Ilmari Mannsåker) to the LDAP dbdriver to change fields to IA5 text, skipping empty fields. Closes: #139779 * Made more vocal about use of capitalized frontend names, which are @@ -3826,7 +3847,7 @@ * Another French update. * Danish translation by Morten Brix Pedersen * frontend: don't glob unnecessarily, Closes: #117077 - * Michel Dänzer figured out how to turn off the gnome + * Michel Dänzer figured out how to turn off the gnome session manager warnings. Closes: #116087 * Turns out that the gnome frontend ARGV stomping was not being backed out if gtk failed to init due to a bad DISPLAY. Fixed that, which probably @@ -4332,7 +4353,7 @@ * A typo in debconf-getlang was making it incorrectly mark some things as fuzzy. Fumitoshi UKAI pointed out the fix, Closes: #97475 - * Some Spanish updates by Carlos Valdivia Yagüe. + * Some Spanish updates by Carlos Valdivia Yagüe. -- Joey Hess Mon, 14 May 2001 15:17:31 -0400 @@ -7830,3 +7851,4 @@ * Killed the cvs date stuff. Too much bother. -- Joey Hess Thu, 8 Jul 1999 13:38:37 -0700 + diff -Nru debconf-1.5.57ubuntu1/debian/control debconf-1.5.58ubuntu1/debian/control --- debconf-1.5.57ubuntu1/debian/control 2015-08-12 20:09:38.000000000 +0000 +++ debconf-1.5.58ubuntu1/debian/control 2015-11-10 20:41:09.000000000 +0000 @@ -6,9 +6,9 @@ Uploaders: Colin Watson Standards-Version: 3.9.5 Build-Depends-Indep: perl (>= 5.10.0-16), python (>= 2.6.6-3~), python3 (>= 3.1.2-8), gettext (>= 0.13), libintl-perl -Build-Depends: debhelper (>= 7.2.11~), po-debconf, po4a (>= 0.23) +Build-Depends: debhelper (>= 8.1.0~), po-debconf, po4a (>= 0.23) XS-Debian-Vcs-Git: git://anonscm.debian.org/debconf/debconf.git -XS-Debian-Vcs-Browser: http://anonscm.debian.org/cgit/debconf/debconf.git +XS-Debian-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debconf/debconf.git;a=summary Vcs-Bzr: http://bazaar.launchpad.net/+branch/ubuntu/debconf X-Python-Version: >= 2.6 diff -Nru debconf-1.5.57ubuntu1/debian/debconf.dirs debconf-1.5.58ubuntu1/debian/debconf.dirs --- debconf-1.5.57ubuntu1/debian/debconf.dirs 2015-08-12 20:08:12.000000000 +0000 +++ debconf-1.5.58ubuntu1/debian/debconf.dirs 2015-11-08 10:09:56.000000000 +0000 @@ -1,2 +1,2 @@ etc/apt/apt.conf.d -etc/bash_completion.d +usr/share/bash-completion/completions diff -Nru debconf-1.5.57ubuntu1/debian/maintscript debconf-1.5.58ubuntu1/debian/maintscript --- debconf-1.5.57ubuntu1/debian/maintscript 1970-01-01 00:00:00.000000000 +0000 +++ debconf-1.5.58ubuntu1/debian/maintscript 2015-11-08 03:00:35.000000000 +0000 @@ -0,0 +1 @@ +rm_conffile /etc/bash_completion.d/debconf 1.5.58~ diff -Nru debconf-1.5.57ubuntu1/debian/rules debconf-1.5.58ubuntu1/debian/rules --- debconf-1.5.57ubuntu1/debian/rules 2015-08-12 20:08:12.000000000 +0000 +++ debconf-1.5.58ubuntu1/debian/rules 2015-11-08 10:09:56.000000000 +0000 @@ -26,7 +26,10 @@ override_dh_install: dh_install cp debian/apt.conf debian/debconf/etc/apt/apt.conf.d/70debconf - cp bash_completion debian/debconf/etc/bash_completion.d/debconf + cp bash_completion \ + debian/debconf/usr/share/bash-completion/completions/debconf + ln -s debconf \ + debian/debconf/usr/share/bash-completion/completions/debconf-show override_dh_installchangelogs: # Changelog reduction hack for debconf. Only include top 100 entries. diff -Nru debconf-1.5.57ubuntu1/po/ar.po debconf-1.5.58ubuntu1/po/ar.po --- debconf-1.5.57ubuntu1/po/ar.po 2015-08-12 20:08:12.000000000 +0000 +++ debconf-1.5.58ubuntu1/po/ar.po 2015-11-08 10:09:58.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: debconf_po\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-22 20:04-0400\n" +"POT-Creation-Date: 2015-11-08 02:00+0000\n" "PO-Revision-Date: 2012-08-08 15:31+0300\n" "Last-Translator: Ossama Khayat \n" "Language-Team: Arabic \n" @@ -240,7 +240,7 @@ msgid "Next" msgstr "التالي" -#: ../Debconf/Template.pm:91 +#: ../Debconf/Template.pm:96 #, perl-format msgid "" "warning: possible database corruption. Will attempt to repair by adding back " @@ -249,7 +249,7 @@ "تحذير: احتمال فساد قاعدة البيانات. ستتم محاولة إصلاحها بإعادة السؤال المفقود " "%s." -#: ../Debconf/Template.pm:206 +#: ../Debconf/Template.pm:211 #, perl-format msgid "" "Template #%s in %s has a duplicate field \"%s\" with new value \"%s\". " @@ -259,18 +259,18 @@ "القالبين الجديدين غير مفصولين بشكل صحيح بسطر جديد.\n" # # CHECK -#: ../Debconf/Template.pm:231 +#: ../Debconf/Template.pm:236 #, perl-format msgid "Unknown template field '%s', in stanza #%s of %s\n" msgstr "## CHECKحقل قالب مجهول '%s'، في المَقْطع #%s من %s\n" # # CHECK -#: ../Debconf/Template.pm:257 +#: ../Debconf/Template.pm:262 #, perl-format msgid "Template parse error near `%s', in stanza #%s of %s\n" msgstr "خطأ في إعراب القالب قُرْب `%s'، في المَقْطع #%s من %s\n" -#: ../Debconf/Template.pm:263 +#: ../Debconf/Template.pm:268 #, perl-format msgid "Template #%s in %s does not contain a 'Template:' line\n" msgstr "القالب #%s في %s لا يحتوي على سطر 'Template:'\n" @@ -320,13 +320,6 @@ #: ../dpkg-reconfigure:99 #, fuzzy -#| msgid "" -#| "Usage: dpkg-reconfigure [options] packages\n" -#| " -a, --all\t\t\tReconfigure all packages.\n" -#| " -u, --unseen-only\t\tShow only not yet seen questions.\n" -#| " --default-priority\tUse default priority instead of low.\n" -#| " --force\t\t\tForce reconfiguration of broken packages.\n" -#| " --no-reload\t\tDo not reload templates. (Use with caution.)" msgid "" "Usage: dpkg-reconfigure [options] packages\n" " -u, --unseen-only\t\tShow only not yet seen questions.\n" diff -Nru debconf-1.5.57ubuntu1/po/ast.po debconf-1.5.58ubuntu1/po/ast.po --- debconf-1.5.57ubuntu1/po/ast.po 2015-08-12 20:08:12.000000000 +0000 +++ debconf-1.5.58ubuntu1/po/ast.po 2015-11-08 10:09:58.000000000 +0000 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: debconf\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-22 20:04-0400\n" +"POT-Creation-Date: 2015-11-08 02:00+0000\n" "PO-Revision-Date: 2010-03-08 18:00+0200\n" "Last-Translator: Xandru Armesto \n" "Language-Team: Asturian Team \n" @@ -254,7 +254,7 @@ msgid "Next" msgstr "Siguiente" -#: ../Debconf/Template.pm:91 +#: ../Debconf/Template.pm:96 #, perl-format msgid "" "warning: possible database corruption. Will attempt to repair by adding back " @@ -263,7 +263,7 @@ "avisu: dable corrupción de la base de datos. Intentará iguase volviendo a " "amesta-y la entruga perdida %s." -#: ../Debconf/Template.pm:206 +#: ../Debconf/Template.pm:211 #, perl-format msgid "" "Template #%s in %s has a duplicate field \"%s\" with new value \"%s\". " @@ -273,17 +273,17 @@ "Dablemente dos plantíes nun tán dixebraes correutamente con ún sólo retornu " "de carru.\n" -#: ../Debconf/Template.pm:231 +#: ../Debconf/Template.pm:236 #, perl-format msgid "Unknown template field '%s', in stanza #%s of %s\n" msgstr "Campu desconocíu '%s' na plantía, na estrofa #%s de %s\n" -#: ../Debconf/Template.pm:257 +#: ../Debconf/Template.pm:262 #, perl-format msgid "Template parse error near `%s', in stanza #%s of %s\n" msgstr "Fallu d'analís de plantía cerca de `%s', na estrofa #%s de %s\n" -#: ../Debconf/Template.pm:263 +#: ../Debconf/Template.pm:268 #, perl-format msgid "Template #%s in %s does not contain a 'Template:' line\n" msgstr "Plantía #%s en %s nun contién una llinia 'Template:'\n" @@ -334,13 +334,6 @@ #: ../dpkg-reconfigure:99 #, fuzzy -#| msgid "" -#| "Usage: dpkg-reconfigure [options] packages\n" -#| " -a, --all\t\t\tReconfigure all packages.\n" -#| " -u, --unseen-only\t\tShow only not yet seen questions.\n" -#| " --default-priority\tUse default priority instead of low.\n" -#| " --force\t\t\tForce reconfiguration of broken packages.\n" -#| " --no-reload\t\tDo not reload templates. (Use with caution.)" msgid "" "Usage: dpkg-reconfigure [options] packages\n" " -u, --unseen-only\t\tShow only not yet seen questions.\n" diff -Nru debconf-1.5.57ubuntu1/po/bg.po debconf-1.5.58ubuntu1/po/bg.po --- debconf-1.5.57ubuntu1/po/bg.po 2015-08-12 20:08:12.000000000 +0000 +++ debconf-1.5.58ubuntu1/po/bg.po 2015-11-08 10:09:58.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: debconf\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-22 20:04-0400\n" +"POT-Creation-Date: 2015-11-08 02:00+0000\n" "PO-Revision-Date: 2014-12-05 00:01+0200\n" "Last-Translator: Damyan Ivanov \n" "Language-Team: Български \n" @@ -240,7 +240,7 @@ msgid "Next" msgstr "Напред" -#: ../Debconf/Template.pm:91 +#: ../Debconf/Template.pm:96 #, perl-format msgid "" "warning: possible database corruption. Will attempt to repair by adding back " @@ -249,7 +249,7 @@ "предупреждение: вероятна повреда в базата данни. Ще бъде направен опит за " "поправка чрез добавяне на липсващия въпрос %s." -#: ../Debconf/Template.pm:206 +#: ../Debconf/Template.pm:211 #, perl-format msgid "" "Template #%s in %s has a duplicate field \"%s\" with new value \"%s\". " @@ -258,17 +258,17 @@ "Шаблонът #%s от %s съдържа дублирано поле \"%s\" със стойност \"%s\". Честа " "причина е липсващ празен ред между два последователни шаблона.\n" -#: ../Debconf/Template.pm:231 +#: ../Debconf/Template.pm:236 #, perl-format msgid "Unknown template field '%s', in stanza #%s of %s\n" msgstr "Непознато поле '%s' в текста #%s от %s\n" -#: ../Debconf/Template.pm:257 +#: ../Debconf/Template.pm:262 #, perl-format msgid "Template parse error near `%s', in stanza #%s of %s\n" msgstr "Грешка при анализ близо до '%s', в текста #%s от %s\n" -#: ../Debconf/Template.pm:263 +#: ../Debconf/Template.pm:268 #, perl-format msgid "Template #%s in %s does not contain a 'Template:' line\n" msgstr "Шаблонът #%s в %s не съдържа ред 'Template:'\n" diff -Nru debconf-1.5.57ubuntu1/po/bn.po debconf-1.5.58ubuntu1/po/bn.po --- debconf-1.5.57ubuntu1/po/bn.po 2015-08-12 20:08:12.000000000 +0000 +++ debconf-1.5.58ubuntu1/po/bn.po 2015-11-08 10:09:57.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: debconf\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-22 20:04-0400\n" +"POT-Creation-Date: 2015-11-08 02:00+0000\n" "PO-Revision-Date: 2009-04-19 16:07+0600\n" "Last-Translator: Md. Rezwan Shahid \n" "Language-Team: Bengali \n" @@ -238,7 +238,7 @@ msgid "Next" msgstr "পরবর্তী" -#: ../Debconf/Template.pm:91 +#: ../Debconf/Template.pm:96 #, perl-format msgid "" "warning: possible database corruption. Will attempt to repair by adding back " @@ -247,7 +247,7 @@ "সতর্কবার্তা: সম্ভাব্য ডেটাবেজ করাপশন। এটি মেরামত করার চেষ্টা করা হবে হারানো প্রশ্ন " "%s যোগ করার মাধ্যমে।" -#: ../Debconf/Template.pm:206 +#: ../Debconf/Template.pm:211 #, perl-format msgid "" "Template #%s in %s has a duplicate field \"%s\" with new value \"%s\". " @@ -256,17 +256,17 @@ "%2$s এর মধ্যে টেমপ্লেট #%1$s এর \"%4$s\" নতুন মানসহ একটি ডুপ্লিকেট ফিল্ড আছে \"%3$s" "\"। সম্ভবত দুটি টেমপ্লেট সঠিকভাবে একটি নতুন লাইন দ্বারা পৃথক করা হয়নি।\n" -#: ../Debconf/Template.pm:231 +#: ../Debconf/Template.pm:236 #, perl-format msgid "Unknown template field '%s', in stanza #%s of %s\n" msgstr "অজানা টেমপ্লেট ফিল্ড '%1$s', %3$s এর মধ্যে স্ট্যানজা #%2$s এ\n" -#: ../Debconf/Template.pm:257 +#: ../Debconf/Template.pm:262 #, perl-format msgid "Template parse error near `%s', in stanza #%s of %s\n" msgstr "টেমপ্লেট পার্স সমস্যা '%1$s' এর কাছাকাছি, %3$s এর মধ্যে স্ট্যানজা #%2$s এ\n" -#: ../Debconf/Template.pm:263 +#: ../Debconf/Template.pm:268 #, perl-format msgid "Template #%s in %s does not contain a 'Template:' line\n" msgstr "#%2$s এ টেমপ্লেট #%1$s কোনো 'টেমপ্লেট:' লাইন ধারন করে না\n" @@ -316,13 +316,6 @@ #: ../dpkg-reconfigure:99 #, fuzzy -#| msgid "" -#| "Usage: dpkg-reconfigure [options] packages\n" -#| " -a, --all\t\t\tReconfigure all packages.\n" -#| " -u, --unseen-only\t\tShow only not yet seen questions.\n" -#| " --default-priority\tUse default priority instead of low.\n" -#| " --force\t\t\tForce reconfiguration of broken packages.\n" -#| " --no-reload\t\tDo not reload templates. (Use with caution.)" msgid "" "Usage: dpkg-reconfigure [options] packages\n" " -u, --unseen-only\t\tShow only not yet seen questions.\n" diff -Nru debconf-1.5.57ubuntu1/po/bs.po debconf-1.5.58ubuntu1/po/bs.po --- debconf-1.5.57ubuntu1/po/bs.po 2015-08-12 20:08:12.000000000 +0000 +++ debconf-1.5.58ubuntu1/po/bs.po 2015-11-08 10:09:58.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: debconf\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-22 20:04-0400\n" +"POT-Creation-Date: 2015-11-08 02:00+0000\n" "PO-Revision-Date: 2006-11-06 10:33+0100\n" "Last-Translator: Safir Secerovic \n" "Language-Team: Bosnian \n" @@ -246,7 +246,7 @@ msgid "Next" msgstr "Sljedeća" -#: ../Debconf/Template.pm:91 +#: ../Debconf/Template.pm:96 #, perl-format msgid "" "warning: possible database corruption. Will attempt to repair by adding back " @@ -255,7 +255,7 @@ "upozorenje: moguće oštećenje baze podataka. Pošati ću popraviti dodavanjem " "nazad nedostajućeg pitanja %s." -#: ../Debconf/Template.pm:206 +#: ../Debconf/Template.pm:211 #, perl-format msgid "" "Template #%s in %s has a duplicate field \"%s\" with new value \"%s\". " @@ -264,17 +264,17 @@ "Predložak #%s u %s ima duplikatno polje \"%s\" s novom vrijednosti \"%s\". " "Vjerovatno dva predloška nisu pravilno razdvojena praznim redom.\n" -#: ../Debconf/Template.pm:231 +#: ../Debconf/Template.pm:236 #, perl-format msgid "Unknown template field '%s', in stanza #%s of %s\n" msgstr "Nepoznato polje predloška '%s', na mjestu #%s od %s\n" -#: ../Debconf/Template.pm:257 +#: ../Debconf/Template.pm:262 #, perl-format msgid "Template parse error near `%s', in stanza #%s of %s\n" msgstr "Greška pri čitanju predloška u blizini `%s', na mjestu #%s od %s\n" -#: ../Debconf/Template.pm:263 +#: ../Debconf/Template.pm:268 #, perl-format msgid "Template #%s in %s does not contain a 'Template:' line\n" msgstr "Predložak #%s u %s ne sadrži 'Template:' liniju\n" diff -Nru debconf-1.5.57ubuntu1/po/ca.po debconf-1.5.58ubuntu1/po/ca.po --- debconf-1.5.57ubuntu1/po/ca.po 2015-08-12 20:08:12.000000000 +0000 +++ debconf-1.5.58ubuntu1/po/ca.po 2015-11-08 10:09:57.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: debconf 1.5.45\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-22 20:04-0400\n" +"POT-Creation-Date: 2015-11-08 02:00+0000\n" "PO-Revision-Date: 2014-12-03 17:31+0100\n" "Last-Translator: Guillem Jover \n" "Language-Team: Catalan \n" @@ -255,7 +255,7 @@ msgid "Next" msgstr "Següent" -#: ../Debconf/Template.pm:91 +#: ../Debconf/Template.pm:96 #, perl-format msgid "" "warning: possible database corruption. Will attempt to repair by adding back " @@ -264,7 +264,7 @@ "avís: hi ha una possible corrupció de la base de dades. S'intentarà reparar-" "la afegint la pregunta que falta, %s." -#: ../Debconf/Template.pm:206 +#: ../Debconf/Template.pm:211 #, perl-format msgid "" "Template #%s in %s has a duplicate field \"%s\" with new value \"%s\". " @@ -274,19 +274,19 @@ "Probablement dos plantilles no estan separades adequadament per un sol " "retorn de carro.\n" -#: ../Debconf/Template.pm:231 +#: ../Debconf/Template.pm:236 #, perl-format msgid "Unknown template field '%s', in stanza #%s of %s\n" msgstr "El camp de plantilla «%s» és desconegut, en l'estrofa #%s de %s\n" -#: ../Debconf/Template.pm:257 +#: ../Debconf/Template.pm:262 #, perl-format msgid "Template parse error near `%s', in stanza #%s of %s\n" msgstr "" "S'ha produït un error d'anàlisi de plantilla prop de «%s», en l'estrofa #%s " "de %s\n" -#: ../Debconf/Template.pm:263 +#: ../Debconf/Template.pm:268 #, perl-format msgid "Template #%s in %s does not contain a 'Template:' line\n" msgstr "La plantilla #%s en %s no conté una línia «Template:»\n" diff -Nru debconf-1.5.57ubuntu1/po/cs.po debconf-1.5.58ubuntu1/po/cs.po --- debconf-1.5.57ubuntu1/po/cs.po 2015-08-12 20:08:12.000000000 +0000 +++ debconf-1.5.58ubuntu1/po/cs.po 2015-11-08 10:09:58.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: debconf\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-22 20:04-0400\n" +"POT-Creation-Date: 2015-11-08 02:00+0000\n" "PO-Revision-Date: 2014-10-05 06:38+0200\n" "Last-Translator: Miroslav Kure \n" "Language-Team: Czech \n" @@ -242,7 +242,7 @@ msgid "Next" msgstr "Další" -#: ../Debconf/Template.pm:91 +#: ../Debconf/Template.pm:96 #, perl-format msgid "" "warning: possible database corruption. Will attempt to repair by adding back " @@ -251,7 +251,7 @@ "varování: možné porušení databáze. Pokusím se ji opravit přidáním chybějící " "otázky %s." -#: ../Debconf/Template.pm:206 +#: ../Debconf/Template.pm:211 #, perl-format msgid "" "Template #%s in %s has a duplicate field \"%s\" with new value \"%s\". " @@ -260,17 +260,17 @@ "Šablona č.%s v %s má duplicitní pole „%s“ s novou hodnotou „%s“. Některé dvě " "šablony pravděpodobně nejsou odděleny prázdným řádkem.\n" -#: ../Debconf/Template.pm:231 +#: ../Debconf/Template.pm:236 #, perl-format msgid "Unknown template field '%s', in stanza #%s of %s\n" msgstr "Neznámé pole „%s“ šablony v části č.%s z %s\n" -#: ../Debconf/Template.pm:257 +#: ../Debconf/Template.pm:262 #, perl-format msgid "Template parse error near `%s', in stanza #%s of %s\n" msgstr "Chyba zpracování šablony poblíž „%s“ v části č.%s z %s\n" -#: ../Debconf/Template.pm:263 +#: ../Debconf/Template.pm:268 #, perl-format msgid "Template #%s in %s does not contain a 'Template:' line\n" msgstr "Šablona č.%s v %s neobsahuje řádek „Template:“\n" diff -Nru debconf-1.5.57ubuntu1/po/da.po debconf-1.5.58ubuntu1/po/da.po --- debconf-1.5.57ubuntu1/po/da.po 2015-08-12 20:08:12.000000000 +0000 +++ debconf-1.5.58ubuntu1/po/da.po 2015-11-08 10:09:58.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: debconf 1.5.52\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-22 20:04-0400\n" +"POT-Creation-Date: 2015-11-08 02:00+0000\n" "PO-Revision-Date: 2013-12-15 20:27+0200\n" "Last-Translator: Joe Hansen \n" "Language-Team: Danish \n" @@ -243,7 +243,7 @@ msgid "Next" msgstr "Næste" -#: ../Debconf/Template.pm:91 +#: ../Debconf/Template.pm:96 #, perl-format msgid "" "warning: possible database corruption. Will attempt to repair by adding back " @@ -252,7 +252,7 @@ "advarsel: database måske ødelagt. Vil forsøge at reparere ved at gentilføje " "manglende spørgsmål %s." -#: ../Debconf/Template.pm:206 +#: ../Debconf/Template.pm:211 #, perl-format msgid "" "Template #%s in %s has a duplicate field \"%s\" with new value \"%s\". " @@ -262,17 +262,17 @@ "kan være fordi at to skabeloner ikke er adskilt rigtigt med en tom ny " "linje.\n" -#: ../Debconf/Template.pm:231 +#: ../Debconf/Template.pm:236 #, perl-format msgid "Unknown template field '%s', in stanza #%s of %s\n" msgstr "Ukendt skabelonfelt `%s', i kombination nr. %s af %s\n" -#: ../Debconf/Template.pm:257 +#: ../Debconf/Template.pm:262 #, perl-format msgid "Template parse error near `%s', in stanza #%s of %s\n" msgstr "Fortolkningsfejl i skabelon, nær `%s', i kombination nr. %s af %s\n" -#: ../Debconf/Template.pm:263 +#: ../Debconf/Template.pm:268 #, perl-format msgid "Template #%s in %s does not contain a 'Template:' line\n" msgstr "Skabelon nr. %s i %s indeholder ikke en 'Template:'-linje\n" diff -Nru debconf-1.5.57ubuntu1/po/debconf.pot debconf-1.5.58ubuntu1/po/debconf.pot --- debconf-1.5.57ubuntu1/po/debconf.pot 2015-08-12 20:08:12.000000000 +0000 +++ debconf-1.5.58ubuntu1/po/debconf.pot 2015-11-08 10:09:57.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-22 20:04-0400\n" +"POT-Creation-Date: 2015-11-08 02:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -217,31 +217,31 @@ msgid "Next" msgstr "" -#: ../Debconf/Template.pm:91 +#: ../Debconf/Template.pm:96 #, perl-format msgid "" "warning: possible database corruption. Will attempt to repair by adding back " "missing question %s." msgstr "" -#: ../Debconf/Template.pm:206 +#: ../Debconf/Template.pm:211 #, perl-format msgid "" "Template #%s in %s has a duplicate field \"%s\" with new value \"%s\". " "Probably two templates are not properly separated by a lone newline.\n" msgstr "" -#: ../Debconf/Template.pm:231 +#: ../Debconf/Template.pm:236 #, perl-format msgid "Unknown template field '%s', in stanza #%s of %s\n" msgstr "" -#: ../Debconf/Template.pm:257 +#: ../Debconf/Template.pm:262 #, perl-format msgid "Template parse error near `%s', in stanza #%s of %s\n" msgstr "" -#: ../Debconf/Template.pm:263 +#: ../Debconf/Template.pm:268 #, perl-format msgid "Template #%s in %s does not contain a 'Template:' line\n" msgstr "" diff -Nru debconf-1.5.57ubuntu1/po/de.po debconf-1.5.58ubuntu1/po/de.po --- debconf-1.5.57ubuntu1/po/de.po 2015-08-12 20:08:12.000000000 +0000 +++ debconf-1.5.58ubuntu1/po/de.po 2015-11-08 10:09:57.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: debconf 1.5.44\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-22 20:04-0400\n" +"POT-Creation-Date: 2015-11-08 02:00+0000\n" "PO-Revision-Date: 2013-11-09 18:54+0100\n" "Last-Translator: Helge Kreutzmann \n" "Language-Team: de \n" @@ -248,7 +248,7 @@ msgid "Next" msgstr "Weiter" -#: ../Debconf/Template.pm:91 +#: ../Debconf/Template.pm:96 #, perl-format msgid "" "warning: possible database corruption. Will attempt to repair by adding back " @@ -257,7 +257,7 @@ "Warnung: mögliche Datenbankfehler. Versuche, sie durch erneutes Hinzufügen " "der Fragen zu reparieren. Fehlende Frage: %s." -#: ../Debconf/Template.pm:206 +#: ../Debconf/Template.pm:211 #, perl-format msgid "" "Template #%s in %s has a duplicate field \"%s\" with new value \"%s\". " @@ -267,17 +267,17 @@ "Wahrscheinlich sind zwei Vorlagen nicht ordentlich durch eine leere Zeile " "abgetrennt.\n" -#: ../Debconf/Template.pm:231 +#: ../Debconf/Template.pm:236 #, perl-format msgid "Unknown template field '%s', in stanza #%s of %s\n" msgstr "Unbekanntes Vorlagenfeld „%s“ in Absatz Nr. %s von %s\n" -#: ../Debconf/Template.pm:257 +#: ../Debconf/Template.pm:262 #, perl-format msgid "Template parse error near `%s', in stanza #%s of %s\n" msgstr "Auswertfehler in Vorlage bei „%s“ in Absatz Nr. %s von %s\n" -#: ../Debconf/Template.pm:263 +#: ../Debconf/Template.pm:268 #, perl-format msgid "Template #%s in %s does not contain a 'Template:' line\n" msgstr "Vorlage Nr. %s in %s enthält keine „Template:“-Zeile.\n" diff -Nru debconf-1.5.57ubuntu1/po/dz.po debconf-1.5.58ubuntu1/po/dz.po --- debconf-1.5.57ubuntu1/po/dz.po 2015-08-12 20:08:12.000000000 +0000 +++ debconf-1.5.58ubuntu1/po/dz.po 2015-11-08 10:09:58.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: debconf_po.pot\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-22 20:04-0400\n" +"POT-Creation-Date: 2015-11-08 02:00+0000\n" "PO-Revision-Date: 2006-10-06 10:46+0530\n" "Last-Translator: Jurmey Rabgay \n" "Language-Team: dzongkha \n" @@ -248,7 +248,7 @@ msgid "Next" msgstr "གཞན་མི།" -#: ../Debconf/Template.pm:91 +#: ../Debconf/Template.pm:96 #, perl-format msgid "" "warning: possible database corruption. Will attempt to repair by adding back " @@ -257,7 +257,7 @@ "ཉེན་བརྡ་:གནད་སྡུད་གཞི་རྟེན་འདི་ངན་ཅན་འབྱུང་སྲིད། འདི་གིས་ རྒྱབ་ཁར་མ་ཚང་པའི་འདྲི་བ་%s གི་ཐོག་ལས་ " "ཉམས་བཅོས་འབད་ནིའི་དཔའ་བཅམ་འོང་།" -#: ../Debconf/Template.pm:206 +#: ../Debconf/Template.pm:211 #, perl-format msgid "" "Template #%s in %s has a duplicate field \"%s\" with new value \"%s\". " @@ -266,17 +266,17 @@ " %s ནང་ ཊེམ་པེལེཊི་#%s ལུ་ \"%s\"བེ་ལུ་གསརཔ་དང་བཅས་ \"%s\"ས་སྒོ་རྫུན་མ་འདུག ཊེམཔེལེཊི་གཉིས་ཆ་" "རང་ གྲལ་ཐིག་གསརཔ་རྐྱང་པ་གིས་ ལེགས་ཤོམ་སྦེ་སོ་སོ་མ་འཕྱལ་བས།\n" -#: ../Debconf/Template.pm:231 +#: ../Debconf/Template.pm:236 #, perl-format msgid "Unknown template field '%s', in stanza #%s of %s\n" msgstr " %sགི་ ཚིགས་བཅད་ #%sནང་ མ་ཤེས་པའི་ཊེམ་པེལེཊི་ས་སྒོ་ '%s'།\n" -#: ../Debconf/Template.pm:257 +#: ../Debconf/Template.pm:262 #, perl-format msgid "Template parse error near `%s', in stanza #%s of %s\n" msgstr "%sགི་ ཚིགས་བཅད་ #%s ནང་ `%s'གི་སྦོ་ལོགས་ཁར་ ཊེམ་པེལེཊི་མིང་དཔྱད་འཛོལ་བ།\n" -#: ../Debconf/Template.pm:263 +#: ../Debconf/Template.pm:268 #, perl-format msgid "Template #%s in %s does not contain a 'Template:' line\n" msgstr " %sནང་ཡོད་པའི་ ཊེམ་པེལེཊི་ #%sནང་ལུ་ 'ཊེམ་པེལེཊི་'མེད་:གྲལ་ཐིག\n" diff -Nru debconf-1.5.57ubuntu1/po/el.po debconf-1.5.58ubuntu1/po/el.po --- debconf-1.5.57ubuntu1/po/el.po 2015-08-12 20:08:12.000000000 +0000 +++ debconf-1.5.58ubuntu1/po/el.po 2015-11-08 10:09:57.000000000 +0000 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: debconf_po_el\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-22 20:04-0400\n" +"POT-Creation-Date: 2015-11-08 02:00+0000\n" "PO-Revision-Date: 2008-08-24 17:53+0300\n" "Last-Translator: \n" "Language-Team: \n" @@ -260,7 +260,7 @@ msgid "Next" msgstr "Επόμενο" -#: ../Debconf/Template.pm:91 +#: ../Debconf/Template.pm:96 #, perl-format msgid "" "warning: possible database corruption. Will attempt to repair by adding back " @@ -269,7 +269,7 @@ "προειδοποίηση: πιθανή καταστροφή της βάσης. Θα γίνει προσπάθεια επιδιόρθωσής " "της προσθέτοντας την εκλιπόμμενη ερώτηση %s." -#: ../Debconf/Template.pm:206 +#: ../Debconf/Template.pm:211 #, perl-format msgid "" "Template #%s in %s has a duplicate field \"%s\" with new value \"%s\". " @@ -278,17 +278,17 @@ "Το πρότυπο #%s στο %s έχει διπλά ορισμένο πεδίο \"%s\" με νέα τιμή \"%s\". " "Πιθανόν δύο πρότυπα δεν είναι σωστά χωρισμένα με κενή γραμμή.\n" -#: ../Debconf/Template.pm:231 +#: ../Debconf/Template.pm:236 #, perl-format msgid "Unknown template field '%s', in stanza #%s of %s\n" msgstr "Άγνωστο πεδίο προτύπου '%s', στο τμήμα #%s του %s\n" -#: ../Debconf/Template.pm:257 +#: ../Debconf/Template.pm:262 #, perl-format msgid "Template parse error near `%s', in stanza #%s of %s\n" msgstr "Σφάλμα ανάλυσης προτύπου κοντά στο `%s', στο τμήμα #%s του %s\n" -#: ../Debconf/Template.pm:263 +#: ../Debconf/Template.pm:268 #, perl-format msgid "Template #%s in %s does not contain a 'Template:' line\n" msgstr "Το πρότυπο #%s στο %s δεν περιέχει μια γραμμή 'Template:'\n" diff -Nru debconf-1.5.57ubuntu1/po/eo.po debconf-1.5.58ubuntu1/po/eo.po --- debconf-1.5.57ubuntu1/po/eo.po 2015-08-12 20:08:12.000000000 +0000 +++ debconf-1.5.58ubuntu1/po/eo.po 2015-11-08 10:09:58.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: debconf\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-22 20:04-0400\n" +"POT-Creation-Date: 2015-11-08 02:00+0000\n" "PO-Revision-Date: 2012-07-29 13:51-0300\n" "Last-Translator: Felipe Castro \n" "Language-Team: Esperanto \n" @@ -242,7 +242,7 @@ msgid "Next" msgstr "Sekvi" -#: ../Debconf/Template.pm:91 +#: ../Debconf/Template.pm:96 #, perl-format msgid "" "warning: possible database corruption. Will attempt to repair by adding back " @@ -251,7 +251,7 @@ "averto: eble datumbaza difektiĝo. Ni provos ripari reinkluzivante la " "mankantan demandon %s." -#: ../Debconf/Template.pm:206 +#: ../Debconf/Template.pm:211 #, perl-format msgid "" "Template #%s in %s has a duplicate field \"%s\" with new value \"%s\". " @@ -260,17 +260,17 @@ "La ŝablono #%s el %s havas duobligitan kampon \"%s\" kun nova valoro \"%s\". " "Probable du ŝablonoj ne estas ĝuste apartigataj per sola novlinio.\n" -#: ../Debconf/Template.pm:231 +#: ../Debconf/Template.pm:236 #, perl-format msgid "Unknown template field '%s', in stanza #%s of %s\n" msgstr "Nekonata ŝablona kampo '%s', en la grupo #%s el %s\n" -#: ../Debconf/Template.pm:257 +#: ../Debconf/Template.pm:262 #, perl-format msgid "Template parse error near `%s', in stanza #%s of %s\n" msgstr "Ŝablona analiz-eraro apud '%s', en la grupo #%s el %s\n" -#: ../Debconf/Template.pm:263 +#: ../Debconf/Template.pm:268 #, perl-format msgid "Template #%s in %s does not contain a 'Template:' line\n" msgstr "La ŝablono #%s en %s ne enhavas linion 'Template:'\n" diff -Nru debconf-1.5.57ubuntu1/po/es.po debconf-1.5.58ubuntu1/po/es.po --- debconf-1.5.57ubuntu1/po/es.po 2015-08-12 20:08:12.000000000 +0000 +++ debconf-1.5.58ubuntu1/po/es.po 2015-11-08 10:09:58.000000000 +0000 @@ -36,7 +36,7 @@ msgstr "" "Project-Id-Version: debconf 1.2.39\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-22 20:04-0400\n" +"POT-Creation-Date: 2015-11-08 02:00+0000\n" "PO-Revision-Date: 2014-12-02 21:57+0100\n" "Last-Translator: Javier Fernandez-Sanguino \n" "Language-Team: Debian Spanish Team \n" @@ -294,7 +294,7 @@ msgid "Next" msgstr "Siguiente" -#: ../Debconf/Template.pm:91 +#: ../Debconf/Template.pm:96 #, perl-format msgid "" "warning: possible database corruption. Will attempt to repair by adding back " @@ -303,7 +303,7 @@ "aviso: posible corrupción de la base de datos. Se tratará de reparar " "volviendo a añadir la pregunta perdida %s." -#: ../Debconf/Template.pm:206 +#: ../Debconf/Template.pm:211 #, perl-format msgid "" "Template #%s in %s has a duplicate field \"%s\" with new value \"%s\". " @@ -313,18 +313,18 @@ "«%s». Probablemente dos plantillas no están separadas correctamente con un " "sólo retorno de carro.\n" -#: ../Debconf/Template.pm:231 +#: ../Debconf/Template.pm:236 #, perl-format msgid "Unknown template field '%s', in stanza #%s of %s\n" msgstr "Campo desconocido '%s' en la plantilla, en la estrofa #%s de %s\n" -#: ../Debconf/Template.pm:257 +#: ../Debconf/Template.pm:262 #, perl-format msgid "Template parse error near `%s', in stanza #%s of %s\n" msgstr "" "Error de análisis de plantilla cerca de `%s', en la estrofa #%s de %s\n" -#: ../Debconf/Template.pm:263 +#: ../Debconf/Template.pm:268 #, perl-format msgid "Template #%s in %s does not contain a 'Template:' line\n" msgstr "La plantilla #%s en %s no contiene una línea 'Template:'\n" diff -Nru debconf-1.5.57ubuntu1/po/eu.po debconf-1.5.58ubuntu1/po/eu.po --- debconf-1.5.57ubuntu1/po/eu.po 2015-08-12 20:08:12.000000000 +0000 +++ debconf-1.5.58ubuntu1/po/eu.po 2015-11-08 10:09:58.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: debconf 1.5.54\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-22 20:04-0400\n" +"POT-Creation-Date: 2015-11-08 02:00+0000\n" "PO-Revision-Date: 2014-12-03 11:53+0100\n" "Last-Translator: Iñaki Larrañaga Murgoitio \n" "Language-Team: Basque \n" @@ -253,7 +253,7 @@ msgid "Next" msgstr "Hurrengoa" -#: ../Debconf/Template.pm:91 +#: ../Debconf/Template.pm:96 #, perl-format msgid "" "warning: possible database corruption. Will attempt to repair by adding back " @@ -262,7 +262,7 @@ "abisua: datu-basea hondatuta egon daiteke. Konpontzen saiatuko da galdutako " "%s galdera gehitzen." -#: ../Debconf/Template.pm:206 +#: ../Debconf/Template.pm:211 #, perl-format msgid "" "Template #%s in %s has a duplicate field \"%s\" with new value \"%s\". " @@ -272,17 +272,17 @@ "berriarekin. Baliteke bi txantiloiak lerro berri bakar batez bereiztuta ez " "egotea.\n" -#: ../Debconf/Template.pm:231 +#: ../Debconf/Template.pm:236 #, perl-format msgid "Unknown template field '%s', in stanza #%s of %s\n" msgstr "Txantiloiaren '%s' eremu ezezaguna %s/%s paragrafoan.\n" -#: ../Debconf/Template.pm:257 +#: ../Debconf/Template.pm:262 #, perl-format msgid "Template parse error near `%s', in stanza #%s of %s\n" msgstr "Txantiloiaren errorea '%s'(e)tik gertu, %s/%s paragrafoan.\n" -#: ../Debconf/Template.pm:263 +#: ../Debconf/Template.pm:268 #, perl-format msgid "Template #%s in %s does not contain a 'Template:' line\n" msgstr "%s txantiloiak ez du 'Template:' lerro bat %s(e)n\n" diff -Nru debconf-1.5.57ubuntu1/po/fi.po debconf-1.5.58ubuntu1/po/fi.po --- debconf-1.5.57ubuntu1/po/fi.po 2015-08-12 20:08:12.000000000 +0000 +++ debconf-1.5.58ubuntu1/po/fi.po 2015-11-08 10:09:58.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: debconf 1.5.45\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-22 20:04-0400\n" +"POT-Creation-Date: 2015-11-08 02:00+0000\n" "PO-Revision-Date: 2012-08-05 23:15+0300\n" "Last-Translator: Tommi Vainikainen \n" "Language-Team: Finnish \n" @@ -245,7 +245,7 @@ msgid "Next" msgstr "Seuraava" -#: ../Debconf/Template.pm:91 +#: ../Debconf/Template.pm:96 #, perl-format msgid "" "warning: possible database corruption. Will attempt to repair by adding back " @@ -254,7 +254,7 @@ "varoitus: mahdollinen tietokannan turmelus. Yritetään korjata lisäämällä " "takaisin puuttuva kysymys %s." -#: ../Debconf/Template.pm:206 +#: ../Debconf/Template.pm:211 #, perl-format msgid "" "Template #%s in %s has a duplicate field \"%s\" with new value \"%s\". " @@ -264,18 +264,18 @@ "\". Mahdollisesti kahta eri pohjaa ei ole erotettu rivinvaihdolla " "toisistaan.\n" -#: ../Debconf/Template.pm:231 +#: ../Debconf/Template.pm:236 #, perl-format msgid "Unknown template field '%s', in stanza #%s of %s\n" msgstr "Tuntematon kenttä \"%s\", säkeistössä #%s tiedostossa %s\n" -#: ../Debconf/Template.pm:257 +#: ../Debconf/Template.pm:262 #, perl-format msgid "Template parse error near `%s', in stanza #%s of %s\n" msgstr "" "Kyselypohjan jäsennysvirhe lähellä \"%s\":a rivillä #%s tiedostossa %s\n" -#: ../Debconf/Template.pm:263 +#: ../Debconf/Template.pm:268 #, perl-format msgid "Template #%s in %s does not contain a 'Template:' line\n" msgstr "\"Template:\"-rivi puuttuu kyselypohjasta #%s tiedostossa %s\n" @@ -325,13 +325,6 @@ #: ../dpkg-reconfigure:99 #, fuzzy -#| msgid "" -#| "Usage: dpkg-reconfigure [options] packages\n" -#| " -a, --all\t\t\tReconfigure all packages.\n" -#| " -u, --unseen-only\t\tShow only not yet seen questions.\n" -#| " --default-priority\tUse default priority instead of low.\n" -#| " --force\t\t\tForce reconfiguration of broken packages.\n" -#| " --no-reload\t\tDo not reload templates. (Use with caution.)" msgid "" "Usage: dpkg-reconfigure [options] packages\n" " -u, --unseen-only\t\tShow only not yet seen questions.\n" diff -Nru debconf-1.5.57ubuntu1/po/fr.po debconf-1.5.58ubuntu1/po/fr.po --- debconf-1.5.57ubuntu1/po/fr.po 2015-08-12 20:08:12.000000000 +0000 +++ debconf-1.5.58ubuntu1/po/fr.po 2015-11-08 10:09:58.000000000 +0000 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: debconf_1.5.45\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-22 20:04-0400\n" +"POT-Creation-Date: 2015-11-08 02:00+0000\n" "PO-Revision-Date: 2013-12-15 08:33+0100\n" "Last-Translator: Christian Perrier \n" "Language-Team: French \n" @@ -254,7 +254,7 @@ msgid "Next" msgstr "Suivant" -#: ../Debconf/Template.pm:91 +#: ../Debconf/Template.pm:96 #, perl-format msgid "" "warning: possible database corruption. Will attempt to repair by adding back " @@ -263,7 +263,7 @@ "Attention : corruption possible de la base de données. Tentative de " "réparation en rajoutant la question manquante %s." -#: ../Debconf/Template.pm:206 +#: ../Debconf/Template.pm:211 #, perl-format msgid "" "Template #%s in %s has a duplicate field \"%s\" with new value \"%s\". " @@ -273,17 +273,17 @@ "« %s » comme nouvelle valeur. Il manque probablement la ligne vide de " "séparation entre deux messages.\n" -#: ../Debconf/Template.pm:231 +#: ../Debconf/Template.pm:236 #, perl-format msgid "Unknown template field '%s', in stanza #%s of %s\n" msgstr "Champ de message « %s » inconnu, dans la partie #%s de %s\n" -#: ../Debconf/Template.pm:257 +#: ../Debconf/Template.pm:262 #, perl-format msgid "Template parse error near `%s', in stanza #%s of %s\n" msgstr "Erreur d'analyse de message vers « %s », dans la partie #%s de %s\n" -#: ../Debconf/Template.pm:263 +#: ../Debconf/Template.pm:268 #, perl-format msgid "Template #%s in %s does not contain a 'Template:' line\n" msgstr "Le message n° %s de %s ne contient pas de ligne « Template: »\n" diff -Nru debconf-1.5.57ubuntu1/po/gl.po debconf-1.5.58ubuntu1/po/gl.po --- debconf-1.5.57ubuntu1/po/gl.po 2015-08-12 20:08:12.000000000 +0000 +++ debconf-1.5.58ubuntu1/po/gl.po 2015-11-08 10:09:58.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: debconf\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-22 20:04-0400\n" +"POT-Creation-Date: 2015-11-08 02:00+0000\n" "PO-Revision-Date: 2011-05-12 11:20+0100\n" "Last-Translator: Miguel Anxo Bouzada \n" "Language-Team: Galician \n" @@ -250,7 +250,7 @@ msgid "Next" msgstr "Seguinte" -#: ../Debconf/Template.pm:91 +#: ../Debconf/Template.pm:96 #, perl-format msgid "" "warning: possible database corruption. Will attempt to repair by adding back " @@ -259,7 +259,7 @@ "aviso: posíbel estrago da base de datos. Tentarase reparar engadindo a " "pregunta anterior «%s» que falta." -#: ../Debconf/Template.pm:206 +#: ../Debconf/Template.pm:211 #, perl-format msgid "" "Template #%s in %s has a duplicate field \"%s\" with new value \"%s\". " @@ -269,19 +269,19 @@ "Probabelmente hai dous modelos que non están correctamente separados cunha " "liña baleira (retorno de carro).\n" -#: ../Debconf/Template.pm:231 +#: ../Debconf/Template.pm:236 #, perl-format msgid "Unknown template field '%s', in stanza #%s of %s\n" msgstr "Campo de modelo descoñecido «%s», na estrofa num. %s de %s\n" -#: ../Debconf/Template.pm:257 +#: ../Debconf/Template.pm:262 #, perl-format msgid "Template parse error near `%s', in stanza #%s of %s\n" msgstr "" "Atopouse un erro analizando o modelo cerca de «%s», na estrofa num. %s de " "%s\n" -#: ../Debconf/Template.pm:263 +#: ../Debconf/Template.pm:268 #, perl-format msgid "Template #%s in %s does not contain a 'Template:' line\n" msgstr "O modelo num. %s en %s non conten unha liña «Template:»\n" @@ -332,13 +332,6 @@ #: ../dpkg-reconfigure:99 #, fuzzy -#| msgid "" -#| "Usage: dpkg-reconfigure [options] packages\n" -#| " -a, --all\t\t\tReconfigure all packages.\n" -#| " -u, --unseen-only\t\tShow only not yet seen questions.\n" -#| " --default-priority\tUse default priority instead of low.\n" -#| " --force\t\t\tForce reconfiguration of broken packages.\n" -#| " --no-reload\t\tDo not reload templates. (Use with caution.)" msgid "" "Usage: dpkg-reconfigure [options] packages\n" " -u, --unseen-only\t\tShow only not yet seen questions.\n" diff -Nru debconf-1.5.57ubuntu1/po/he.po debconf-1.5.58ubuntu1/po/he.po --- debconf-1.5.57ubuntu1/po/he.po 2015-08-12 20:08:12.000000000 +0000 +++ debconf-1.5.58ubuntu1/po/he.po 2015-11-08 10:09:58.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: debconf_1.5.6_he\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-22 20:04-0400\n" +"POT-Creation-Date: 2015-11-08 02:00+0000\n" "PO-Revision-Date: 2012-08-11 03:13+0300\n" "Last-Translator: Lior Kaplan \n" "Language-Team: Hebrew <>\n" @@ -236,7 +236,7 @@ msgid "Next" msgstr "הבא" -#: ../Debconf/Template.pm:91 +#: ../Debconf/Template.pm:96 #, perl-format msgid "" "warning: possible database corruption. Will attempt to repair by adding back " @@ -244,7 +244,7 @@ msgstr "" "אזהרה: מסד הנתונים אולי מושחט. יתבצע ניסיון לתיקון ע\"י הוספת השאלה %s החסרה." -#: ../Debconf/Template.pm:206 +#: ../Debconf/Template.pm:211 #, perl-format msgid "" "Template #%s in %s has a duplicate field \"%s\" with new value \"%s\". " @@ -253,17 +253,17 @@ "התבנית #%s ב-%s מכילה שדה כפול \"%s\" עם הערך החדש \"%s\". כנראה ששתי תבניות " "אינן מופרדות באופן תקין ע\"י שורה ריקה.\n" -#: ../Debconf/Template.pm:231 +#: ../Debconf/Template.pm:236 #, perl-format msgid "Unknown template field '%s', in stanza #%s of %s\n" msgstr "שדה תבנית לא מוכר '%s', בפסקה #%s של %s\n" -#: ../Debconf/Template.pm:257 +#: ../Debconf/Template.pm:262 #, perl-format msgid "Template parse error near `%s', in stanza #%s of %s\n" msgstr "שגיאת עיבוד תבנית ליד `%s', בפסקה #%s של %s\n" -#: ../Debconf/Template.pm:263 +#: ../Debconf/Template.pm:268 #, perl-format msgid "Template #%s in %s does not contain a 'Template:' line\n" msgstr "התבנית #%s ב-%s אינה מכילה 'Template:'\n" @@ -313,13 +313,6 @@ #: ../dpkg-reconfigure:99 #, fuzzy -#| msgid "" -#| "Usage: dpkg-reconfigure [options] packages\n" -#| " -a, --all\t\t\tReconfigure all packages.\n" -#| " -u, --unseen-only\t\tShow only not yet seen questions.\n" -#| " --default-priority\tUse default priority instead of low.\n" -#| " --force\t\t\tForce reconfiguration of broken packages.\n" -#| " --no-reload\t\tDo not reload templates. (Use with caution.)" msgid "" "Usage: dpkg-reconfigure [options] packages\n" " -u, --unseen-only\t\tShow only not yet seen questions.\n" diff -Nru debconf-1.5.57ubuntu1/po/hu.po debconf-1.5.58ubuntu1/po/hu.po --- debconf-1.5.57ubuntu1/po/hu.po 2015-08-12 20:08:12.000000000 +0000 +++ debconf-1.5.58ubuntu1/po/hu.po 2015-11-08 10:09:58.000000000 +0000 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-22 20:04-0400\n" +"POT-Creation-Date: 2015-11-08 02:00+0000\n" "PO-Revision-Date: 2006-10-06 04:27+0100\n" "Last-Translator: SZERVÁC Attila \n" "Language-Team: Hungarian\n" @@ -235,7 +235,7 @@ msgid "Next" msgstr "Előre" -#: ../Debconf/Template.pm:91 +#: ../Debconf/Template.pm:96 #, perl-format msgid "" "warning: possible database corruption. Will attempt to repair by adding back " @@ -244,7 +244,7 @@ "FIGYELEM!: lehetséges adatbázis hiba. Megpróbálom javítani az alábbi kérdés " "visszaadásával: %s." -#: ../Debconf/Template.pm:206 +#: ../Debconf/Template.pm:211 #, perl-format msgid "" "Template #%s in %s has a duplicate field \"%s\" with new value \"%s\". " @@ -253,17 +253,17 @@ "A #%s sablon itt: %s másodszor is tartalmazza ezt: \"%s\" új értékkel: \"%s" "\". Alighanem 2 sablon nincs elválasztva új sorral.\n" -#: ../Debconf/Template.pm:231 +#: ../Debconf/Template.pm:236 #, perl-format msgid "Unknown template field '%s', in stanza #%s of %s\n" msgstr "Ismeretlen sablon mező: '%s' e szakaszban: #%s itt: %s\n" -#: ../Debconf/Template.pm:257 +#: ../Debconf/Template.pm:262 #, perl-format msgid "Template parse error near `%s', in stanza #%s of %s\n" msgstr "Sablon értelmezési hiba ennél: `%s' e szakaszban: #%s itt: %s\n" -#: ../Debconf/Template.pm:263 +#: ../Debconf/Template.pm:268 #, perl-format msgid "Template #%s in %s does not contain a 'Template:' line\n" msgstr "E csomag: %s #%s sablonja nem tartalmaz 'Template:' sort\n" diff -Nru debconf-1.5.57ubuntu1/po/id.po debconf-1.5.58ubuntu1/po/id.po --- debconf-1.5.57ubuntu1/po/id.po 2015-08-12 20:08:12.000000000 +0000 +++ debconf-1.5.58ubuntu1/po/id.po 2015-11-08 10:09:57.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: debconf 1.5.54\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-22 20:04-0400\n" +"POT-Creation-Date: 2015-11-08 02:00+0000\n" "PO-Revision-Date: 2014-12-03 13:17+0700\n" "Last-Translator: Andika Triwidada \n" "Language-Team: Debian Indonesia L10N Team \n" @@ -245,7 +245,7 @@ msgid "Next" msgstr "Lanjut" -#: ../Debconf/Template.pm:91 +#: ../Debconf/Template.pm:96 #, perl-format msgid "" "warning: possible database corruption. Will attempt to repair by adding back " @@ -254,7 +254,7 @@ "Peringatan: kemungkinan basis data rusak. Akan diperbaiki dengan menanyakan " "kembali hal-hal yang hilang %s." -#: ../Debconf/Template.pm:206 +#: ../Debconf/Template.pm:211 #, perl-format msgid "" "Template #%s in %s has a duplicate field \"%s\" with new value \"%s\". " @@ -263,18 +263,18 @@ "Template #%s dalam %s memiliki ruas ganda \"%s\" dengan nilai \"%s\". " "Kemungkinan kedua template tidak dipisahkan oleh baris baru yang benar.\n" -#: ../Debconf/Template.pm:231 +#: ../Debconf/Template.pm:236 #, perl-format msgid "Unknown template field '%s', in stanza #%s of %s\n" msgstr "Ruas template '%s' tidak dikenal, dalam bait #%s dari %s\n" -#: ../Debconf/Template.pm:257 +#: ../Debconf/Template.pm:262 #, perl-format msgid "Template parse error near `%s', in stanza #%s of %s\n" msgstr "" "Ada kesalahan penguraian template sekitar '%s', dalam bait #%s dari %s\n" -#: ../Debconf/Template.pm:263 +#: ../Debconf/Template.pm:268 #, perl-format msgid "Template #%s in %s does not contain a 'Template:' line\n" msgstr "Template #%s dalam %s tidak berisi sebuah baris 'Template:'\n" diff -Nru debconf-1.5.57ubuntu1/po/it.po debconf-1.5.58ubuntu1/po/it.po --- debconf-1.5.57ubuntu1/po/it.po 2015-08-12 20:08:12.000000000 +0000 +++ debconf-1.5.58ubuntu1/po/it.po 2015-11-08 10:09:58.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: debconf 1.4.70\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-22 20:04-0400\n" +"POT-Creation-Date: 2015-11-08 02:00+0000\n" "PO-Revision-Date: 2006-10-07 10:33+0200\n" "Last-Translator: Stefano Canepa \n" "Language-Team: Italian \n" @@ -245,7 +245,7 @@ msgid "Next" msgstr "Avanti" -#: ../Debconf/Template.pm:91 +#: ../Debconf/Template.pm:96 #, perl-format msgid "" "warning: possible database corruption. Will attempt to repair by adding back " @@ -254,7 +254,7 @@ "attenzione: probabile corruzione del database. Tentativo di ripristino " "aggiungendo la domanda mancante %s." -#: ../Debconf/Template.pm:206 +#: ../Debconf/Template.pm:211 #, perl-format msgid "" "Template #%s in %s has a duplicate field \"%s\" with new value \"%s\". " @@ -264,18 +264,18 @@ "Probabilmente due template non sono separati in modo corretto da un solo " "carattere di newline.\n" -#: ../Debconf/Template.pm:231 +#: ../Debconf/Template.pm:236 #, perl-format msgid "Unknown template field '%s', in stanza #%s of %s\n" msgstr "Campo «%s» sconosciuto nel template, nella stanza n°%s di %s\n" -#: ../Debconf/Template.pm:257 +#: ../Debconf/Template.pm:262 #, perl-format msgid "Template parse error near `%s', in stanza #%s of %s\n" msgstr "" "Errore analizzando il template vicino a «%s», nella stanza n°%s di %s\n" -#: ../Debconf/Template.pm:263 +#: ../Debconf/Template.pm:268 #, perl-format msgid "Template #%s in %s does not contain a 'Template:' line\n" msgstr "Il template n°%s in %s non contiene la riga «Template:»\n" diff -Nru debconf-1.5.57ubuntu1/po/ja.po debconf-1.5.58ubuntu1/po/ja.po --- debconf-1.5.57ubuntu1/po/ja.po 2015-08-12 20:08:12.000000000 +0000 +++ debconf-1.5.58ubuntu1/po/ja.po 2015-11-08 10:09:58.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: debconf\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-22 20:04-0400\n" +"POT-Creation-Date: 2015-11-08 02:00+0000\n" "PO-Revision-Date: 2014-12-03 16:32+0900\n" "Last-Translator: Kenshi Muto \n" "Language-Team: Debian Japanese list \n" @@ -248,7 +248,7 @@ msgid "Next" msgstr "次へ" -#: ../Debconf/Template.pm:91 +#: ../Debconf/Template.pm:96 #, perl-format msgid "" "warning: possible database corruption. Will attempt to repair by adding back " @@ -257,7 +257,7 @@ "警告: データベースが破壊されている恐れがあります。足りない質問 %s を追加する" "ことにより修正しようと試みます。" -#: ../Debconf/Template.pm:206 +#: ../Debconf/Template.pm:211 #, perl-format msgid "" "Template #%s in %s has a duplicate field \"%s\" with new value \"%s\". " @@ -267,18 +267,18 @@ "複してあります。2つのテンプレートが1つの改行により正しく分割されていないのか" "もしれません。\n" -#: ../Debconf/Template.pm:231 +#: ../Debconf/Template.pm:236 #, perl-format msgid "Unknown template field '%s', in stanza #%s of %s\n" msgstr "不明なテンプレートフィールド '%1$s' が %3$s の #%2$s にあります\n" -#: ../Debconf/Template.pm:257 +#: ../Debconf/Template.pm:262 #, perl-format msgid "Template parse error near `%s', in stanza #%s of %s\n" msgstr "" "%3$s のスタンザ %2$s の `%1$s' 付近でテンプレートの解析に失敗しました\n" -#: ../Debconf/Template.pm:263 +#: ../Debconf/Template.pm:268 #, perl-format msgid "Template #%s in %s does not contain a 'Template:' line\n" msgstr "%2$s のテンプレート #%1$s に `Template:' 行がありません\n" diff -Nru debconf-1.5.57ubuntu1/po/km.po debconf-1.5.58ubuntu1/po/km.po --- debconf-1.5.57ubuntu1/po/km.po 2015-08-12 20:08:12.000000000 +0000 +++ debconf-1.5.58ubuntu1/po/km.po 2015-11-08 10:09:58.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: km\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-22 20:04-0400\n" +"POT-Creation-Date: 2015-11-08 02:00+0000\n" "PO-Revision-Date: 2010-03-09 08:15+0700\n" "Last-Translator: Khoem Sokhem \n" "Language-Team: Khmer \n" @@ -241,7 +241,7 @@ msgid "Next" msgstr "បន្ទាប់" -#: ../Debconf/Template.pm:91 +#: ../Debconf/Template.pm:96 #, perl-format msgid "" "warning: possible database corruption. Will attempt to repair by adding back " @@ -249,7 +249,7 @@ msgstr "" "ព្រមាន ៖ អាចធ្វើ​ការ​បង្ខូច​មូលដ្ឋាន​ទិន្ន័យបាន​ ។ នឹងប៉ុនប៉ង​ជួសជុល​ដោយ​បន្ថែម​មកវិញ​នូវ​សំណួរ​ដែល​បាត់ %s ។" -#: ../Debconf/Template.pm:206 +#: ../Debconf/Template.pm:211 #, perl-format msgid "" "Template #%s in %s has a duplicate field \"%s\" with new value \"%s\". " @@ -258,17 +258,17 @@ "ពុម្ព #%s នៅ​ក្នុង %s មាន​វាល​ស្ទួន \"%s\" ជាមួយ​តម្លៃ​ថ្មី \"%s\" ។ ប្រហែល​ជា​ពុម្ព​ពីរ​មិន​ត្រូវ​បាន​ចែក​" "បន្ទាត់​ថ្មី​តែ​មួយ​បានត្រឹមត្រូវទេ ។\n" -#: ../Debconf/Template.pm:231 +#: ../Debconf/Template.pm:236 #, perl-format msgid "Unknown template field '%s', in stanza #%s of %s\n" msgstr "មិន​ស្គាល់​វាល​ពុម្ព '%s' នៅ​ក្នុង stanza #%s នៃ %s ឡើយ\n" -#: ../Debconf/Template.pm:257 +#: ../Debconf/Template.pm:262 #, perl-format msgid "Template parse error near `%s', in stanza #%s of %s\n" msgstr "កំហុសក្នុងការ​​ញែក​ពុម្ព​នៅក្បែរ `%s' នៅ​ក្នុង stanza #%s នៃ %s\n" -#: ../Debconf/Template.pm:263 +#: ../Debconf/Template.pm:268 #, perl-format msgid "Template #%s in %s does not contain a 'Template:' line\n" msgstr "ពុម្ព #%s នៅ​ក្នុង %s មិន​មានបន្ទាត់ 'ពុម្ព ៖' ឡើយ\n" @@ -318,13 +318,6 @@ #: ../dpkg-reconfigure:99 #, fuzzy -#| msgid "" -#| "Usage: dpkg-reconfigure [options] packages\n" -#| " -a, --all\t\t\tReconfigure all packages.\n" -#| " -u, --unseen-only\t\tShow only not yet seen questions.\n" -#| " --default-priority\tUse default priority instead of low.\n" -#| " --force\t\t\tForce reconfiguration of broken packages.\n" -#| " --no-reload\t\tDo not reload templates. (Use with caution.)" msgid "" "Usage: dpkg-reconfigure [options] packages\n" " -u, --unseen-only\t\tShow only not yet seen questions.\n" diff -Nru debconf-1.5.57ubuntu1/po/ko.po debconf-1.5.58ubuntu1/po/ko.po --- debconf-1.5.57ubuntu1/po/ko.po 2015-08-12 20:08:12.000000000 +0000 +++ debconf-1.5.58ubuntu1/po/ko.po 2015-11-08 10:09:57.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: debconf\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-22 20:04-0400\n" +"POT-Creation-Date: 2015-11-08 02:00+0000\n" "PO-Revision-Date: 2008-07-20 11:28+0900\n" "Last-Translator: Changwoo Ryu \n" "Language-Team: Korean \n" @@ -241,7 +241,7 @@ msgid "Next" msgstr "다음" -#: ../Debconf/Template.pm:91 +#: ../Debconf/Template.pm:96 #, perl-format msgid "" "warning: possible database corruption. Will attempt to repair by adding back " @@ -250,7 +250,7 @@ "경고: 데이터베이스에 오류가 있을 수도 있습니다. 빠진 질문 %s을(를) 추가해서 " "데이터베이스 복구를 시도합니다." -#: ../Debconf/Template.pm:206 +#: ../Debconf/Template.pm:211 #, perl-format msgid "" "Template #%s in %s has a duplicate field \"%s\" with new value \"%s\". " @@ -260,17 +260,17 @@ "고 있습니다. 두 템플릿이 하나의 개행문자로 정확하게 분리되지 않은 것 같습니" "다.\n" -#: ../Debconf/Template.pm:231 +#: ../Debconf/Template.pm:236 #, perl-format msgid "Unknown template field '%s', in stanza #%s of %s\n" msgstr "알 수 없는 템플릿 필드 `%1$s', %3$s의 #%2$s절\n" -#: ../Debconf/Template.pm:257 +#: ../Debconf/Template.pm:262 #, perl-format msgid "Template parse error near `%s', in stanza #%s of %s\n" msgstr "`%1$s' 주위에서 템플릿 parse 에러, %3$s의 #%2$s절\n" -#: ../Debconf/Template.pm:263 +#: ../Debconf/Template.pm:268 #, perl-format msgid "Template #%s in %s does not contain a 'Template:' line\n" msgstr "%2$s의 템플릿 #%1$s에 `Template:' 줄이 없습니다\n" diff -Nru debconf-1.5.57ubuntu1/po/ku.po debconf-1.5.58ubuntu1/po/ku.po --- debconf-1.5.57ubuntu1/po/ku.po 2015-08-12 20:08:12.000000000 +0000 +++ debconf-1.5.58ubuntu1/po/ku.po 2015-11-08 10:09:58.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: debconf\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-22 20:04-0400\n" +"POT-Creation-Date: 2015-11-08 02:00+0000\n" "PO-Revision-Date: 2008-09-21 18:42+0200\n" "Last-Translator: Erdal Ronahi \n" "Language-Team: Kurdish \n" @@ -247,7 +247,7 @@ msgid "Next" msgstr "Piştre" -#: ../Debconf/Template.pm:91 +#: ../Debconf/Template.pm:96 #, perl-format msgid "" "warning: possible database corruption. Will attempt to repair by adding back " @@ -256,7 +256,7 @@ "Hişyarî: bêbandorkirina danegira pêkan. Dê bi lêzêdekirina pirsa windayî " "xuya bike %s." -#: ../Debconf/Template.pm:206 +#: ../Debconf/Template.pm:211 #, perl-format msgid "" "Template #%s in %s has a duplicate field \"%s\" with new value \"%s\". " @@ -265,17 +265,17 @@ "Şablona #%s di %s xwedî dosya hevsere \"%s\" bi nirxeke nû \"%s\". bi piranî " "herdû dirbên nû ne bi rengekî rast bi rêzikeke nû ji hev hatine cudakirin.\n" -#: ../Debconf/Template.pm:231 +#: ../Debconf/Template.pm:236 #, perl-format msgid "Unknown template field '%s', in stanza #%s of %s\n" msgstr "Qada şablona nenas '%s', di stanza #%s ji %s de\n" -#: ../Debconf/Template.pm:257 +#: ../Debconf/Template.pm:262 #, perl-format msgid "Template parse error near `%s', in stanza #%s of %s\n" msgstr "Çewtiya veqetandina şablonê nêzîkê `%s', di qaliba #%s ji %s\n" -#: ../Debconf/Template.pm:263 +#: ../Debconf/Template.pm:268 #, perl-format msgid "Template #%s in %s does not contain a 'Template:' line\n" msgstr "Di şablona #%s ya %s de rêzika 'Template:' tune\n" diff -Nru debconf-1.5.57ubuntu1/po/Makefile debconf-1.5.58ubuntu1/po/Makefile --- debconf-1.5.57ubuntu1/po/Makefile 2015-08-12 20:09:38.000000000 +0000 +++ debconf-1.5.58ubuntu1/po/Makefile 2015-11-08 10:09:57.000000000 +0000 @@ -16,10 +16,22 @@ debconf.pot: $(POTFILES) @echo "Rebuilding the pot file" - TZ=UTC xgettext $(POTFILES) -o debconf.pot -Lperl + TZ=UTC xgettext $(POTFILES) -o debconf.pot.new -Lperl + if [ -f debconf.pot ]; then \ + ./remove-potcdate.pl < debconf.pot > debconf.1po && \ + ./remove-potcdate.pl < debconf.pot.new > debconf.2po && \ + if cmp debconf.1po debconf.2po >/dev/null 2>&1; then \ + rm -f debconf.1po debconf.2po debconf.pot.new; \ + else \ + rm -f debconf.1po debconf.2po && \ + mv debconf.pot.new debconf.pot; \ + fi; \ + else \ + mv debconf.pot.new debconf.pot; \ + fi clean: - rm -f $(MOFILES) messages messages.mo + rm -f $(MOFILES) debconf.pot.new messages messages.mo %.mo: %.po msgfmt -o $@ $< diff -Nru debconf-1.5.57ubuntu1/po/mr.po debconf-1.5.58ubuntu1/po/mr.po --- debconf-1.5.57ubuntu1/po/mr.po 2015-08-12 20:08:12.000000000 +0000 +++ debconf-1.5.58ubuntu1/po/mr.po 2015-11-08 10:09:57.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: debconf_po\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-22 20:04-0400\n" +"POT-Creation-Date: 2015-11-08 02:00+0000\n" "PO-Revision-Date: 2006-09-12 17:25+0000\n" "Last-Translator: Priti Patil \n" "Language-Team: Marathi, janabhaaratii, C-DAC, Mumbai, India " @@ -240,7 +240,7 @@ msgid "Next" msgstr "पुढील" -#: ../Debconf/Template.pm:91 +#: ../Debconf/Template.pm:96 #, perl-format msgid "" "warning: possible database corruption. Will attempt to repair by adding back " @@ -249,7 +249,7 @@ "धोक्याची सूचना: डेटा बेस भ्रष्ट झाल्याची शक्यता. गायब प्रश्न %s पुन्हा संचित करून दुरुस्तीचा " "प्रयत्न केला जाईल." -#: ../Debconf/Template.pm:206 +#: ../Debconf/Template.pm:211 #, perl-format msgid "" "Template #%s in %s has a duplicate field \"%s\" with new value \"%s\". " @@ -258,17 +258,17 @@ "%s मधील #%s नमुन्यामधे \"%s\" या क्षेत्राची \"%s\" या नवीन मूल्याने पुनरावृत्ती झाली आहे. " "बहुदा हे दोन नमुने एकट्या न्यूलाईलने व्यवस्थित वेगळे केलेले नाहीत.\n" -#: ../Debconf/Template.pm:231 +#: ../Debconf/Template.pm:236 #, perl-format msgid "Unknown template field '%s', in stanza #%s of %s\n" msgstr "%s च्या #%s स्टॅन्झा मधे '%s' हे अपरिचित नमुना क्षेत्र\n" -#: ../Debconf/Template.pm:257 +#: ../Debconf/Template.pm:262 #, perl-format msgid "Template parse error near `%s', in stanza #%s of %s\n" msgstr "%s च्या #%s स्टॅन्झा मधे `%s' जवळ नमुना पदविच्छेदन त्रुटी\n" -#: ../Debconf/Template.pm:263 +#: ../Debconf/Template.pm:268 #, perl-format msgid "Template #%s in %s does not contain a 'Template:' line\n" msgstr "%s मधील #%s नमुन्यामधे 'नमुना:' ही ओळ नाही\n" diff -Nru debconf-1.5.57ubuntu1/po/nb.po debconf-1.5.58ubuntu1/po/nb.po --- debconf-1.5.57ubuntu1/po/nb.po 2015-08-12 20:08:12.000000000 +0000 +++ debconf-1.5.58ubuntu1/po/nb.po 2015-11-08 10:09:58.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: nb\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-22 20:04-0400\n" +"POT-Creation-Date: 2015-11-08 02:00+0000\n" "PO-Revision-Date: 2012-01-05 22:20+0100\n" "Last-Translator: Bjørn Steensrud \n" "Language-Team: Norwegian Bokmål \n" @@ -246,7 +246,7 @@ msgid "Next" msgstr "Neste" -#: ../Debconf/Template.pm:91 +#: ../Debconf/Template.pm:96 #, perl-format msgid "" "warning: possible database corruption. Will attempt to repair by adding back " @@ -255,7 +255,7 @@ "advarsel: muligens ødelagt database. Vil forsøke å reparere ved å legge til " "igjen manglende spørsmål %s." -#: ../Debconf/Template.pm:206 +#: ../Debconf/Template.pm:211 #, perl-format msgid "" "Template #%s in %s has a duplicate field \"%s\" with new value \"%s\". " @@ -264,17 +264,17 @@ "Mal #%s i %s har et duplisert felt «%s» med ny verdi «%s». Antakelig er to " "maler ikke skikkelig atskilte med en tom linje.\n" -#: ../Debconf/Template.pm:231 +#: ../Debconf/Template.pm:236 #, perl-format msgid "Unknown template field '%s', in stanza #%s of %s\n" msgstr "Ukjent malfelt «%s», i strofe #%s i %s\n" -#: ../Debconf/Template.pm:257 +#: ../Debconf/Template.pm:262 #, perl-format msgid "Template parse error near `%s', in stanza #%s of %s\n" msgstr "Maltolkingsfeil i nærheten av «%s», i strofe #%s i %s\n" -#: ../Debconf/Template.pm:263 +#: ../Debconf/Template.pm:268 #, perl-format msgid "Template #%s in %s does not contain a 'Template:' line\n" msgstr "Mal #%s i %s inneholder ingen linje med «Template:»\n" @@ -324,13 +324,6 @@ #: ../dpkg-reconfigure:99 #, fuzzy -#| msgid "" -#| "Usage: dpkg-reconfigure [options] packages\n" -#| " -a, --all\t\t\tReconfigure all packages.\n" -#| " -u, --unseen-only\t\tShow only not yet seen questions.\n" -#| " --default-priority\tUse default priority instead of low.\n" -#| " --force\t\t\tForce reconfiguration of broken packages.\n" -#| " --no-reload\t\tDo not reload templates. (Use with caution.)" msgid "" "Usage: dpkg-reconfigure [options] packages\n" " -u, --unseen-only\t\tShow only not yet seen questions.\n" diff -Nru debconf-1.5.57ubuntu1/po/ne.po debconf-1.5.58ubuntu1/po/ne.po --- debconf-1.5.57ubuntu1/po/ne.po 2015-08-12 20:08:12.000000000 +0000 +++ debconf-1.5.58ubuntu1/po/ne.po 2015-11-08 10:09:58.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: debconf_po\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-22 20:04-0400\n" +"POT-Creation-Date: 2015-11-08 02:00+0000\n" "PO-Revision-Date: 2007-07-31 17:23+0545\n" "Last-Translator: Nabin Gautam \n" "Language-Team: Nepali \n" @@ -239,7 +239,7 @@ msgid "Next" msgstr "पछिल्लो" -#: ../Debconf/Template.pm:91 +#: ../Debconf/Template.pm:96 #, perl-format msgid "" "warning: possible database corruption. Will attempt to repair by adding back " @@ -247,7 +247,7 @@ msgstr "" "चेतावनी: सम्भावित डाटाबेस विकृतीले छुटेका प्रश्न %s पछाडी थपेर सुधार गर्ने प्रयास गर्दछ ।" -#: ../Debconf/Template.pm:206 +#: ../Debconf/Template.pm:211 #, perl-format msgid "" "Template #%s in %s has a duplicate field \"%s\" with new value \"%s\". " @@ -256,17 +256,17 @@ "टेम्प्लेट %s को #%s मा \"%s\" नयाँ मान भएको \"%s\" नक्कली फिल्ड छ ।सम्भवत नयाँ एकल " "लाइनद्वारा दुइ टेम्प्लेट ठीक तरिकाले छुट्याइएको छैन ।\n" -#: ../Debconf/Template.pm:231 +#: ../Debconf/Template.pm:236 #, perl-format msgid "Unknown template field '%s', in stanza #%s of %s\n" msgstr "चरण #%s को %s मा, अज्ञात टेम्प्लेट फिल्ड '%s'\n" -#: ../Debconf/Template.pm:257 +#: ../Debconf/Template.pm:262 #, perl-format msgid "Template parse error near `%s', in stanza #%s of %s\n" msgstr "चरण #%s को %s मा,`%s' नजिक टेम्प्लेट पदवर्णन त्रुटि\n" -#: ../Debconf/Template.pm:263 +#: ../Debconf/Template.pm:268 #, perl-format msgid "Template #%s in %s does not contain a 'Template:' line\n" msgstr "टेम्प्लेट %s को #%s मा 'टेम्प्लेट:' लाइन समाविष्ट छैन\n" diff -Nru debconf-1.5.57ubuntu1/po/nl.po debconf-1.5.58ubuntu1/po/nl.po --- debconf-1.5.57ubuntu1/po/nl.po 2015-08-12 20:08:12.000000000 +0000 +++ debconf-1.5.58ubuntu1/po/nl.po 2015-11-08 10:09:57.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: nl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-22 20:04-0400\n" +"POT-Creation-Date: 2015-11-08 02:00+0000\n" "PO-Revision-Date: 2014-11-09 23:44+0100\n" "Last-Translator: Frans Spiesschaert \n" "Language-Team: Debian Dutch l10n Team \n" @@ -253,7 +253,7 @@ msgid "Next" msgstr "Volgende" -#: ../Debconf/Template.pm:91 +#: ../Debconf/Template.pm:96 #, perl-format msgid "" "warning: possible database corruption. Will attempt to repair by adding back " @@ -262,7 +262,7 @@ "waarschuwing: database is mogelijk beschadigd. Zal proberen deze te " "repareren door ontbrekende vraag \"%s\" weer toe te voegen." -#: ../Debconf/Template.pm:206 +#: ../Debconf/Template.pm:211 #, perl-format msgid "" "Template #%s in %s has a duplicate field \"%s\" with new value \"%s\". " @@ -272,18 +272,18 @@ "\". Waarschijnlijk zijn twee sjablonen niet juist van elkaar gescheiden door " "een enkele witregel.\n" -#: ../Debconf/Template.pm:231 +#: ../Debconf/Template.pm:236 #, perl-format msgid "Unknown template field '%s', in stanza #%s of %s\n" msgstr "Onbekend sjabloonveld \"%s\" in stanza #%s van %s\n" -#: ../Debconf/Template.pm:257 +#: ../Debconf/Template.pm:262 #, perl-format msgid "Template parse error near `%s', in stanza #%s of %s\n" msgstr "" "Fout bij het ontleden van de sjabloon nabij \"%s\" in stanza #%s van %s\n" -#: ../Debconf/Template.pm:263 +#: ../Debconf/Template.pm:268 #, perl-format msgid "Template #%s in %s does not contain a 'Template:' line\n" msgstr "Sjabloon #%s in %s bevat geen 'Template:'-regel\n" diff -Nru debconf-1.5.57ubuntu1/po/nn.po debconf-1.5.58ubuntu1/po/nn.po --- debconf-1.5.57ubuntu1/po/nn.po 2015-08-12 20:08:12.000000000 +0000 +++ debconf-1.5.58ubuntu1/po/nn.po 2015-11-08 10:09:58.000000000 +0000 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: debconf_nn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-22 20:04-0400\n" +"POT-Creation-Date: 2015-11-08 02:00+0000\n" "PO-Revision-Date: 2005-01-23 19:33+0100\n" "Last-Translator: Håvard Korsvoll \n" "Language-Team: Norwegian (Nynorsk) \n" @@ -248,7 +248,7 @@ msgid "Next" msgstr "Neste" -#: ../Debconf/Template.pm:91 +#: ../Debconf/Template.pm:96 #, perl-format msgid "" "warning: possible database corruption. Will attempt to repair by adding back " @@ -257,7 +257,7 @@ "åtvaring: mogleg øydelagd database. Vil freista å reparere ved å leggje til " "igjen manglande spørsmål %s." -#: ../Debconf/Template.pm:206 +#: ../Debconf/Template.pm:211 #, perl-format msgid "" "Template #%s in %s has a duplicate field \"%s\" with new value \"%s\". " @@ -266,17 +266,17 @@ "Mal #%s i %s har eit duplisert felt «%s» med ny verdi «%s». Truleg er to " "malar ikkje skikkeleg skilde med ei tom linje.\n" -#: ../Debconf/Template.pm:231 +#: ../Debconf/Template.pm:236 #, perl-format msgid "Unknown template field '%s', in stanza #%s of %s\n" msgstr "Ukjent malfelt «%s», i strofe #%s i %s\n" -#: ../Debconf/Template.pm:257 +#: ../Debconf/Template.pm:262 #, perl-format msgid "Template parse error near `%s', in stanza #%s of %s\n" msgstr "Maltolkingsfeil i nærleiken av «%s», i strofe #%s i %s\n" -#: ../Debconf/Template.pm:263 +#: ../Debconf/Template.pm:268 #, perl-format msgid "Template #%s in %s does not contain a 'Template:' line\n" msgstr "Mal #%s i %s inneheld ingen linje med «Template:»\n" diff -Nru debconf-1.5.57ubuntu1/po/pa.po debconf-1.5.58ubuntu1/po/pa.po --- debconf-1.5.57ubuntu1/po/pa.po 2015-08-12 20:08:12.000000000 +0000 +++ debconf-1.5.58ubuntu1/po/pa.po 2015-11-08 10:09:58.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: debconf_po\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-22 20:04-0400\n" +"POT-Creation-Date: 2015-11-08 02:00+0000\n" "PO-Revision-Date: 2007-06-03 13:36+0530\n" "Last-Translator: A S Alam \n" "Language-Team: Punjabi \n" @@ -232,7 +232,7 @@ msgid "Next" msgstr "ਅੱਗੇ" -#: ../Debconf/Template.pm:91 +#: ../Debconf/Template.pm:96 #, perl-format msgid "" "warning: possible database corruption. Will attempt to repair by adding back " @@ -241,7 +241,7 @@ "ਚੇਤਾਵਨੀ: ਸੰਭਵ ਤੌਰ ਉੱਤੇ ਡਾਟਾਬੇਸ ਨਿਕਾਰਾ ਹੋ ਗਿਆ ਹੈ। ਪਿਛਲਾ ਗੁੰਮ ਸਵਾਲ %s ਜੋੜ ਕੇ ਰਿਪੇਅਰ ਕਰਨ ਦੀ " "ਕੋਸ਼ਿਸ਼ ਕਰੇਗਾ।" -#: ../Debconf/Template.pm:206 +#: ../Debconf/Template.pm:211 #, perl-format msgid "" "Template #%s in %s has a duplicate field \"%s\" with new value \"%s\". " @@ -250,17 +250,17 @@ "ਟੈਂਪਲੇਟ #%s, %s ਵਿੱਚ ਇੱਕ ਡੁਪਲੀਕੇਟ ਖੇਤਰ \"%s\" ਮੁੱਲ \"%s\" ਨਾਲ ਹੈ।ਸੰਭਵ ਤੌਰ ਉੱਤੇ ਦੋ ਟੈਂਪਲੇਟ ਇੱਕ " "ਇੱਕਲੀ ਨਵੀਂ ਲਾਇਨ ਨਾਲ ਵੱਖ ਨਹੀਂ ਕੀਤਾ ਗਿਆ ਹੈ।\n" -#: ../Debconf/Template.pm:231 +#: ../Debconf/Template.pm:236 #, perl-format msgid "Unknown template field '%s', in stanza #%s of %s\n" msgstr "ਅਣਜਾਣ ਟੈਂਪਲੇਟ ਖੇਤਰ '%s' ਪ੍ਹੈਰੇ #%s, ਜੋ ਕਿ %s ਹੈ, 'ਚ ਹੈ\n" -#: ../Debconf/Template.pm:257 +#: ../Debconf/Template.pm:262 #, perl-format msgid "Template parse error near `%s', in stanza #%s of %s\n" msgstr "`%s' ਨੇੜੇ ਟੈਂਪਲੇਟ ਪਾਰਸ ਗਲਤੀ ਪ੍ਹੈਰੇ #%s ਵਿੱਚ ਹੈ, ਜੋ ਕਿ %s ਵਿੱਚ ਹੈ\n" -#: ../Debconf/Template.pm:263 +#: ../Debconf/Template.pm:268 #, perl-format msgid "Template #%s in %s does not contain a 'Template:' line\n" msgstr "ਟੈਂਪਲੇਟ #%s, %s ਵਿੱਚ 'Template:' ਲਾਈਨ ਨਹੀਂ ਹੈ\n" diff -Nru debconf-1.5.57ubuntu1/po/pl.po debconf-1.5.58ubuntu1/po/pl.po --- debconf-1.5.57ubuntu1/po/pl.po 2015-08-12 20:08:12.000000000 +0000 +++ debconf-1.5.58ubuntu1/po/pl.po 2015-11-08 10:09:57.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: debconf\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-22 20:04-0400\n" +"POT-Creation-Date: 2015-11-08 02:00+0000\n" "PO-Revision-Date: 2014-12-04 21:59+0100\n" "Last-Translator: Marcin Owsiany \n" "Language-Team: Polish \n" @@ -243,7 +243,7 @@ msgid "Next" msgstr "Dalej" -#: ../Debconf/Template.pm:91 +#: ../Debconf/Template.pm:96 #, perl-format msgid "" "warning: possible database corruption. Will attempt to repair by adding back " @@ -252,7 +252,7 @@ "uwaga: mogło nastąpić uszkodzenie bazy danych. Zostanie wykonana próba " "naprawy przez dodanie brakującego pytania %s." -#: ../Debconf/Template.pm:206 +#: ../Debconf/Template.pm:211 #, perl-format msgid "" "Template #%s in %s has a duplicate field \"%s\" with new value \"%s\". " @@ -262,17 +262,17 @@ "Prawdopodobnie dwa szablony nie zostały poprawnie rozdzielone przy pomocy " "pustej linii.\n" -#: ../Debconf/Template.pm:231 +#: ../Debconf/Template.pm:236 #, perl-format msgid "Unknown template field '%s', in stanza #%s of %s\n" msgstr "Nieznane pole szablonu '%s', w części nr %s pliku %s\n" -#: ../Debconf/Template.pm:257 +#: ../Debconf/Template.pm:262 #, perl-format msgid "Template parse error near `%s', in stanza #%s of %s\n" msgstr "Błąd w szablonie w pobliżu `%s', w części nr %s pliku %s\n" -#: ../Debconf/Template.pm:263 +#: ../Debconf/Template.pm:268 #, perl-format msgid "Template #%s in %s does not contain a 'Template:' line\n" msgstr "Szablon nr %s w pliku %s nie zawiera linii `Template:'\n" diff -Nru debconf-1.5.57ubuntu1/po/pt_BR.po debconf-1.5.58ubuntu1/po/pt_BR.po --- debconf-1.5.57ubuntu1/po/pt_BR.po 2015-08-12 20:08:12.000000000 +0000 +++ debconf-1.5.58ubuntu1/po/pt_BR.po 2015-11-08 10:09:58.000000000 +0000 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: debconf\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-22 20:04-0400\n" +"POT-Creation-Date: 2015-11-08 02:00+0000\n" "PO-Revision-Date: 2014-12-13 22:17-0200\n" "Last-Translator: Adriano Rafael Gomes \n" "Language-Team: Brazilian Portuguese \n" "Language-Team: Portuguese \n" @@ -247,7 +247,7 @@ msgid "Next" msgstr "Próximo" -#: ../Debconf/Template.pm:91 +#: ../Debconf/Template.pm:96 #, perl-format msgid "" "warning: possible database corruption. Will attempt to repair by adding back " @@ -256,7 +256,7 @@ "aviso: possível corrupção de base de dados. Irei tentar reparar adicionando " "a questão em falta %s." -#: ../Debconf/Template.pm:206 +#: ../Debconf/Template.pm:211 #, perl-format msgid "" "Template #%s in %s has a duplicate field \"%s\" with new value \"%s\". " @@ -266,17 +266,17 @@ "Provavelmente os dois templates não estão devidamente separados por uma " "única 'newline'.\n" -#: ../Debconf/Template.pm:231 +#: ../Debconf/Template.pm:236 #, perl-format msgid "Unknown template field '%s', in stanza #%s of %s\n" msgstr "Campo template desconhecido '%s' na estrofe #%s de %s\n" -#: ../Debconf/Template.pm:257 +#: ../Debconf/Template.pm:262 #, perl-format msgid "Template parse error near `%s', in stanza #%s of %s\n" msgstr "Erro de parse do template perto de `%s', na estrofe #%s de %s\n" -#: ../Debconf/Template.pm:263 +#: ../Debconf/Template.pm:268 #, perl-format msgid "Template #%s in %s does not contain a 'Template:' line\n" msgstr "Template #%s em %s não contém uma linha 'Template:'\n" diff -Nru debconf-1.5.57ubuntu1/po/remove-potcdate.pl debconf-1.5.58ubuntu1/po/remove-potcdate.pl --- debconf-1.5.57ubuntu1/po/remove-potcdate.pl 1970-01-01 00:00:00.000000000 +0000 +++ debconf-1.5.58ubuntu1/po/remove-potcdate.pl 2015-11-08 01:56:58.000000000 +0000 @@ -0,0 +1,11 @@ +#! /usr/bin/perl -n + +BEGIN { + $seen_potcdate = 0; +} + +if (not $seen_potcdate and /^"POT-Creation-Date: .*"/) { + $seen_potcdate = 1; + next; +} +print; diff -Nru debconf-1.5.57ubuntu1/po/ro.po debconf-1.5.58ubuntu1/po/ro.po --- debconf-1.5.57ubuntu1/po/ro.po 2015-08-12 20:08:12.000000000 +0000 +++ debconf-1.5.58ubuntu1/po/ro.po 2015-11-08 10:09:58.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: ro\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-22 20:04-0400\n" +"POT-Creation-Date: 2015-11-08 02:00+0000\n" "PO-Revision-Date: 2014-12-04 21:13+0200\n" "Last-Translator: Andrei POPESCU \n" "Language-Team: Romanian \n" @@ -253,7 +253,7 @@ msgid "Next" msgstr "Înainte" -#: ../Debconf/Template.pm:91 +#: ../Debconf/Template.pm:96 #, perl-format msgid "" "warning: possible database corruption. Will attempt to repair by adding back " @@ -262,7 +262,7 @@ "avertisment: posibilă deteriorare a bazei de date. Se va încerca o reparare " "prin reintroducerea întrebării lipsă %s." -#: ../Debconf/Template.pm:206 +#: ../Debconf/Template.pm:211 #, perl-format msgid "" "Template #%s in %s has a duplicate field \"%s\" with new value \"%s\". " @@ -272,18 +272,18 @@ "Probabil că două șabloane nu sunt separate corespunzător de o singură linia " "nouă.\n" -#: ../Debconf/Template.pm:231 +#: ../Debconf/Template.pm:236 #, perl-format msgid "Unknown template field '%s', in stanza #%s of %s\n" msgstr "Câmp de șablon necunoscut '%s', în paragraful #%s din %s\n" -#: ../Debconf/Template.pm:257 +#: ../Debconf/Template.pm:262 #, perl-format msgid "Template parse error near `%s', in stanza #%s of %s\n" msgstr "" "Eroare de analiză a șablonului aproape de `%s', în paragraful #%s din %s\n" -#: ../Debconf/Template.pm:263 +#: ../Debconf/Template.pm:268 #, perl-format msgid "Template #%s in %s does not contain a 'Template:' line\n" msgstr "Șablonul #%s în %s nu conține o linie 'Template:'\n" diff -Nru debconf-1.5.57ubuntu1/po/ru.po debconf-1.5.58ubuntu1/po/ru.po --- debconf-1.5.57ubuntu1/po/ru.po 2015-08-12 20:08:12.000000000 +0000 +++ debconf-1.5.58ubuntu1/po/ru.po 2015-11-08 10:09:58.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: 1.5.53\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-22 20:04-0400\n" +"POT-Creation-Date: 2015-11-08 02:00+0000\n" "PO-Revision-Date: 2014-10-19 10:49+0400\n" "Last-Translator: Yuri Kozlov \n" "Language-Team: Russian \n" @@ -248,7 +248,7 @@ msgid "Next" msgstr "Далее" -#: ../Debconf/Template.pm:91 +#: ../Debconf/Template.pm:96 #, perl-format msgid "" "warning: possible database corruption. Will attempt to repair by adding back " @@ -257,7 +257,7 @@ "внимание: возможно, повреждена база данных. Будет сделана попытка исправить " "её, добавив отсутствующий вопрос %s." -#: ../Debconf/Template.pm:206 +#: ../Debconf/Template.pm:211 #, perl-format msgid "" "Template #%s in %s has a duplicate field \"%s\" with new value \"%s\". " @@ -266,17 +266,17 @@ "Шаблон номер %s в %s содержит повторяющееся поле \"%s\" с другим значением " "\"%s\". Вероятно, два шаблона не разделены пустой строкой.\n" -#: ../Debconf/Template.pm:231 +#: ../Debconf/Template.pm:236 #, perl-format msgid "Unknown template field '%s', in stanza #%s of %s\n" msgstr "Неизвестное поле шаблона `%s', в строфе номер %s из %s\n" -#: ../Debconf/Template.pm:257 +#: ../Debconf/Template.pm:262 #, perl-format msgid "Template parse error near `%s', in stanza #%s of %s\n" msgstr "Ошибка разбора шаблона около `%s', в строфе номер %s из %s\n" -#: ../Debconf/Template.pm:263 +#: ../Debconf/Template.pm:268 #, perl-format msgid "Template #%s in %s does not contain a 'Template:' line\n" msgstr "Шаблон номер %s в %s не содержит строки `Template:'\n" diff -Nru debconf-1.5.57ubuntu1/po/sk.po debconf-1.5.58ubuntu1/po/sk.po --- debconf-1.5.57ubuntu1/po/sk.po 2015-08-12 20:08:12.000000000 +0000 +++ debconf-1.5.58ubuntu1/po/sk.po 2015-11-08 10:09:58.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: debconf\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-22 20:04-0400\n" +"POT-Creation-Date: 2015-11-08 02:00+0000\n" "PO-Revision-Date: 2012-07-31 00:37+0100\n" "Last-Translator: Ivan Masár \n" "Language-Team: Slovak \n" @@ -244,7 +244,7 @@ msgid "Next" msgstr "Ďalej" -#: ../Debconf/Template.pm:91 +#: ../Debconf/Template.pm:96 #, perl-format msgid "" "warning: possible database corruption. Will attempt to repair by adding back " @@ -253,7 +253,7 @@ "upozornenie: možno je poškodená databáza. Pokus o opravu sa vykoná pridaním " "chýbajúcej otázky %s." -#: ../Debconf/Template.pm:206 +#: ../Debconf/Template.pm:211 #, perl-format msgid "" "Template #%s in %s has a duplicate field \"%s\" with new value \"%s\". " @@ -262,17 +262,17 @@ "Šablóna č.%s v %s má duplicitné pole „%s“ s novou hodnotou „%s“. Nejaké dve " "šablóny pravdepodobne nie sú oddelené prázdnym riadkom.\n" -#: ../Debconf/Template.pm:231 +#: ../Debconf/Template.pm:236 #, perl-format msgid "Unknown template field '%s', in stanza #%s of %s\n" msgstr "Neznáme pole „%s“ šablóny v časti č.%s z %s\n" -#: ../Debconf/Template.pm:257 +#: ../Debconf/Template.pm:262 #, perl-format msgid "Template parse error near `%s', in stanza #%s of %s\n" msgstr "Chyba spracovania šablóny pred „%s“ v časti č.%s z %s\n" -#: ../Debconf/Template.pm:263 +#: ../Debconf/Template.pm:268 #, perl-format msgid "Template #%s in %s does not contain a 'Template:' line\n" msgstr "Šablóna č.%s v %s neobsahuje riadok „Template:“\n" @@ -324,13 +324,6 @@ #: ../dpkg-reconfigure:99 #, fuzzy -#| msgid "" -#| "Usage: dpkg-reconfigure [options] packages\n" -#| " -a, --all\t\t\tReconfigure all packages.\n" -#| " -u, --unseen-only\t\tShow only not yet seen questions.\n" -#| " --default-priority\tUse default priority instead of low.\n" -#| " --force\t\t\tForce reconfiguration of broken packages.\n" -#| " --no-reload\t\tDo not reload templates. (Use with caution.)" msgid "" "Usage: dpkg-reconfigure [options] packages\n" " -u, --unseen-only\t\tShow only not yet seen questions.\n" diff -Nru debconf-1.5.57ubuntu1/po/sl.po debconf-1.5.58ubuntu1/po/sl.po --- debconf-1.5.57ubuntu1/po/sl.po 2015-08-12 20:08:12.000000000 +0000 +++ debconf-1.5.58ubuntu1/po/sl.po 2015-11-08 10:09:58.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: debconf 1.5.32\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-22 20:04-0400\n" +"POT-Creation-Date: 2015-11-08 02:00+0000\n" "PO-Revision-Date: 2014-10-21 14:59+0100\n" "Last-Translator: Vanja Cvelbar \n" "Language-Team: Slovenian \n" @@ -245,7 +245,7 @@ msgid "Next" msgstr "Naprej" -#: ../Debconf/Template.pm:91 +#: ../Debconf/Template.pm:96 #, perl-format msgid "" "warning: possible database corruption. Will attempt to repair by adding back " @@ -254,7 +254,7 @@ "pozor: možna napaka v bazi podatkov. Poskus popravljanje s ponovnim " "dodajanjem manjkajočih vprašanj %s" -#: ../Debconf/Template.pm:206 +#: ../Debconf/Template.pm:211 #, perl-format msgid "" "Template #%s in %s has a duplicate field \"%s\" with new value \"%s\". " @@ -263,17 +263,17 @@ "Predloga #%s v %s vsebuje podvojeno polje \"%s\" z novo vrednostjo \"%s\". " "Verjetno dve predlogi nista pravilno ločeni s samostojno novo vrstico.\n" -#: ../Debconf/Template.pm:231 +#: ../Debconf/Template.pm:236 #, perl-format msgid "Unknown template field '%s', in stanza #%s of %s\n" msgstr "Neznano polje `%s' v predlogi, v stavku #%s od %s\n" -#: ../Debconf/Template.pm:257 +#: ../Debconf/Template.pm:262 #, perl-format msgid "Template parse error near `%s', in stanza #%s of %s\n" msgstr "Napaka v predlogi v bližini `%s', v stavku #%s od %s\n" -#: ../Debconf/Template.pm:263 +#: ../Debconf/Template.pm:268 #, perl-format msgid "Template #%s in %s does not contain a 'Template:' line\n" msgstr "Predloga #%s v %s ne vsebuje vrstice 'Template:'\n" diff -Nru debconf-1.5.57ubuntu1/po/sv.po debconf-1.5.58ubuntu1/po/sv.po --- debconf-1.5.57ubuntu1/po/sv.po 2015-08-12 20:08:12.000000000 +0000 +++ debconf-1.5.58ubuntu1/po/sv.po 2015-11-08 10:09:58.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: debconf\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-22 20:04-0400\n" +"POT-Creation-Date: 2015-11-08 02:00+0000\n" "PO-Revision-Date: 2014-12-06 08:44+0100\n" "Last-Translator: Christoffer Holmstedt \n" "Language-Team: Swedish \n" @@ -245,7 +245,7 @@ msgid "Next" msgstr "Nästa" -#: ../Debconf/Template.pm:91 +#: ../Debconf/Template.pm:96 #, perl-format msgid "" "warning: possible database corruption. Will attempt to repair by adding back " @@ -254,7 +254,7 @@ "varning: databasen kan vara trasig. Försöker reparera genom att lägga " "tillbaka den saknade frågan %s." -#: ../Debconf/Template.pm:206 +#: ../Debconf/Template.pm:211 #, perl-format msgid "" "Template #%s in %s has a duplicate field \"%s\" with new value \"%s\". " @@ -264,17 +264,17 @@ "beror troligen på att två mallar inte avdelats korrekt med en ensam " "radbrytning.\n" -#: ../Debconf/Template.pm:231 +#: ../Debconf/Template.pm:236 #, perl-format msgid "Unknown template field '%s', in stanza #%s of %s\n" msgstr "Okänt fält \"%s\" i mall, i strof %s av %s\n" -#: ../Debconf/Template.pm:257 +#: ../Debconf/Template.pm:262 #, perl-format msgid "Template parse error near `%s', in stanza #%s of %s\n" msgstr "Tolkningsfel nära \"%s\" i mall, i strof %s av %s\n" -#: ../Debconf/Template.pm:263 +#: ../Debconf/Template.pm:268 #, perl-format msgid "Template #%s in %s does not contain a 'Template:' line\n" msgstr "Mall %s i %s innehåller inte någon \"Template:\"-rad\n" diff -Nru debconf-1.5.57ubuntu1/po/th.po debconf-1.5.58ubuntu1/po/th.po --- debconf-1.5.57ubuntu1/po/th.po 2015-08-12 20:08:12.000000000 +0000 +++ debconf-1.5.58ubuntu1/po/th.po 2015-11-08 10:09:57.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: debconf\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-22 20:04-0400\n" +"POT-Creation-Date: 2015-11-08 02:00+0000\n" "PO-Revision-Date: 2014-12-12 22:34+0700\n" "Last-Translator: Theppitak Karoonboonyanan \n" "Language-Team: Thai \n" @@ -232,7 +232,7 @@ msgid "Next" msgstr "ต่อไป" -#: ../Debconf/Template.pm:91 +#: ../Debconf/Template.pm:96 #, perl-format msgid "" "warning: possible database corruption. Will attempt to repair by adding back " @@ -240,7 +240,7 @@ msgstr "" "คำเตือน: ฐานข้อมูลอาจเสียหาย จะพยายามซ่อมแซมโดยเพิ่มคำถาม \"%s\" ที่ขาดหายกลับเข้าไป" -#: ../Debconf/Template.pm:206 +#: ../Debconf/Template.pm:211 #, perl-format msgid "" "Template #%s in %s has a duplicate field \"%s\" with new value \"%s\". " @@ -249,17 +249,17 @@ "ต้นแบบคำถาม #%s ใน %s มีเขตข้อมูล \"%s\" ซ้ำกัน โดยค่าใหม่คือ \"%s\" " "เป็นไปได้ว่ามีต้นแบบคำถามสองรายการที่ไม่ได้คั่นจากกันด้วยบรรทัดเปล่าให้เรียบร้อย\n" -#: ../Debconf/Template.pm:231 +#: ../Debconf/Template.pm:236 #, perl-format msgid "Unknown template field '%s', in stanza #%s of %s\n" msgstr "ไม่รู้จักเขตข้อมูล '%s' ในรายการ #%s ใน %s\n" -#: ../Debconf/Template.pm:257 +#: ../Debconf/Template.pm:262 #, perl-format msgid "Template parse error near `%s', in stanza #%s of %s\n" msgstr "เกิดข้อผิดพลาดขณะแจงต้นแบบคำถามใกล้กับ `%s' ในรายการ #%s ใน %s\n" -#: ../Debconf/Template.pm:263 +#: ../Debconf/Template.pm:268 #, perl-format msgid "Template #%s in %s does not contain a 'Template:' line\n" msgstr "ต้นแบบคำถาม #%s ใน %s ไม่มีบรรทัด 'Template:'\n" diff -Nru debconf-1.5.57ubuntu1/po/tl.po debconf-1.5.58ubuntu1/po/tl.po --- debconf-1.5.57ubuntu1/po/tl.po 2015-08-12 20:08:12.000000000 +0000 +++ debconf-1.5.58ubuntu1/po/tl.po 2015-11-08 10:09:57.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: debconf\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-22 20:04-0400\n" +"POT-Creation-Date: 2015-11-08 02:00+0000\n" "PO-Revision-Date: 2006-01-28 03:04+0800\n" "Last-Translator: Eric Pareja \n" "Language-Team: Tagalog \n" @@ -251,7 +251,7 @@ msgid "Next" msgstr "Susunod" -#: ../Debconf/Template.pm:91 +#: ../Debconf/Template.pm:96 #, perl-format msgid "" "warning: possible database corruption. Will attempt to repair by adding back " @@ -260,7 +260,7 @@ "babala: maaring nasira ang database. Susubukan itong ayusin sa pag-dagdag " "muli ng nawawalang tanong %s." -#: ../Debconf/Template.pm:206 +#: ../Debconf/Template.pm:211 #, perl-format msgid "" "Template #%s in %s has a duplicate field \"%s\" with new value \"%s\". " @@ -270,17 +270,17 @@ "\"%s\". Maaring ang dalawang template ay hindi nahiwalay ng tugma na mag-" "isang newline.\n" -#: ../Debconf/Template.pm:231 +#: ../Debconf/Template.pm:236 #, perl-format msgid "Unknown template field '%s', in stanza #%s of %s\n" msgstr "Hindi kilalang template field '%s', sa estropa #%s ng %s\n" -#: ../Debconf/Template.pm:257 +#: ../Debconf/Template.pm:262 #, perl-format msgid "Template parse error near `%s', in stanza #%s of %s\n" msgstr "Parse error sa template malapit sa `%s' sa estropa #%s ng %s\n" -#: ../Debconf/Template.pm:263 +#: ../Debconf/Template.pm:268 #, perl-format msgid "Template #%s in %s does not contain a 'Template:' line\n" msgstr "Template #%s sa %s ay hindi naglalaman ng linyang 'Template:'\n" diff -Nru debconf-1.5.57ubuntu1/po/tr.po debconf-1.5.58ubuntu1/po/tr.po --- debconf-1.5.57ubuntu1/po/tr.po 2015-08-12 20:08:12.000000000 +0000 +++ debconf-1.5.58ubuntu1/po/tr.po 2015-11-08 10:09:58.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: debconf\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-22 20:04-0400\n" +"POT-Creation-Date: 2015-11-08 02:00+0000\n" "PO-Revision-Date: 2006-10-06 17:55+0300\n" "Last-Translator: Recai Oktaş \n" "Language-Team: Turkish \n" @@ -245,7 +245,7 @@ msgid "Next" msgstr "Sonraki" -#: ../Debconf/Template.pm:91 +#: ../Debconf/Template.pm:96 #, perl-format msgid "" "warning: possible database corruption. Will attempt to repair by adding back " @@ -254,7 +254,7 @@ "uyarı: muhtemel veritabanı hasarı. Eksik %s sorusu geriye eklenerek hasar " "giderilmeye çalışılacak." -#: ../Debconf/Template.pm:206 +#: ../Debconf/Template.pm:211 #, perl-format msgid "" "Template #%s in %s has a duplicate field \"%s\" with new value \"%s\". " @@ -264,17 +264,17 @@ "alanı içeriyor. Muhtemelen iki şablon boş bir satırla uygun şekilde " "ayrılmamış.\n" -#: ../Debconf/Template.pm:231 +#: ../Debconf/Template.pm:236 #, perl-format msgid "Unknown template field '%s', in stanza #%s of %s\n" msgstr "Bilinmeyen şablon alanı '%1$s' (%3$s #%2$s)\n" -#: ../Debconf/Template.pm:257 +#: ../Debconf/Template.pm:262 #, perl-format msgid "Template parse error near `%s', in stanza #%s of %s\n" msgstr "Şablon ayrıştırma hatası; '%1$s' civarında (%3$s #%2$s)\n" -#: ../Debconf/Template.pm:263 +#: ../Debconf/Template.pm:268 #, perl-format msgid "Template #%s in %s does not contain a 'Template:' line\n" msgstr "%2$s #%1$s şablonu 'Template:' satırı içermiyor\n" diff -Nru debconf-1.5.57ubuntu1/po/uk.po debconf-1.5.58ubuntu1/po/uk.po --- debconf-1.5.57ubuntu1/po/uk.po 2015-08-12 20:08:12.000000000 +0000 +++ debconf-1.5.58ubuntu1/po/uk.po 2015-11-08 10:09:57.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: uk\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-22 20:04-0400\n" +"POT-Creation-Date: 2015-11-08 02:00+0000\n" "PO-Revision-Date: 2006-10-05 21:51+0200\n" "Last-Translator: Eugeniy Meshcheryakov \n" "Language-Team: Ukrainian\n" @@ -252,7 +252,7 @@ msgid "Next" msgstr "Далі" -#: ../Debconf/Template.pm:91 +#: ../Debconf/Template.pm:96 #, perl-format msgid "" "warning: possible database corruption. Will attempt to repair by adding back " @@ -261,7 +261,7 @@ "попередження: можливе ушкодження бази даних. Спробую відновити, додавши " "відсутнє питання %s." -#: ../Debconf/Template.pm:206 +#: ../Debconf/Template.pm:211 #, perl-format msgid "" "Template #%s in %s has a duplicate field \"%s\" with new value \"%s\". " @@ -270,17 +270,17 @@ "Шаблон #%s в %s має поле \"%s\" що повторюється з новим значенням \"%s\". " "Можливо, два шаблони невірно розділені символом нового рядка.\n" -#: ../Debconf/Template.pm:231 +#: ../Debconf/Template.pm:236 #, perl-format msgid "Unknown template field '%s', in stanza #%s of %s\n" msgstr "Невідоме поле шаблона \"%s\", в строфі #%s з %s\n" -#: ../Debconf/Template.pm:257 +#: ../Debconf/Template.pm:262 #, perl-format msgid "Template parse error near `%s', in stanza #%s of %s\n" msgstr "Помилка при розборі шаблону біля \"%s\", в строфі #%s з %s\n" -#: ../Debconf/Template.pm:263 +#: ../Debconf/Template.pm:268 #, perl-format msgid "Template #%s in %s does not contain a 'Template:' line\n" msgstr "Шаблон #%s в %s не містить рядка \"Template:\"\n" diff -Nru debconf-1.5.57ubuntu1/po/vi.po debconf-1.5.58ubuntu1/po/vi.po --- debconf-1.5.57ubuntu1/po/vi.po 2015-08-12 20:08:12.000000000 +0000 +++ debconf-1.5.58ubuntu1/po/vi.po 2015-11-08 10:09:58.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: debconf 1.5.29\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-22 20:04-0400\n" +"POT-Creation-Date: 2015-11-08 02:00+0000\n" "PO-Revision-Date: 2012-08-07 16:47+0700\n" "Last-Translator: Nguyen Vu Hung \n" "Language-Team: MOST Project \n" @@ -247,7 +247,7 @@ msgid "Next" msgstr "Tiếp" -#: ../Debconf/Template.pm:91 +#: ../Debconf/Template.pm:96 #, perl-format msgid "" "warning: possible database corruption. Will attempt to repair by adding back " @@ -256,7 +256,7 @@ "cảnh báo : cơ sở dữ liệu có thể bị hỏng. Trình này sẽ thử sửa chữa nó bằng " "cách thêm lại câu hỏi còn thiếu %s." -#: ../Debconf/Template.pm:206 +#: ../Debconf/Template.pm:211 #, perl-format msgid "" "Template #%s in %s has a duplicate field \"%s\" with new value \"%s\". " @@ -265,18 +265,18 @@ "Mẫu #%s trong %s có một trường trùng « %s » có giá trị mới « %s ». Rất có " "thể là hai mẫu chưa định giới được bằng một dòng mới riêng lẻ.\n" -#: ../Debconf/Template.pm:231 +#: ../Debconf/Template.pm:236 #, perl-format msgid "Unknown template field '%s', in stanza #%s of %s\n" msgstr "Không rõ trường mẫu « %s », trong đoạn dong #%s của %s\n" -#: ../Debconf/Template.pm:257 +#: ../Debconf/Template.pm:262 #, perl-format msgid "Template parse error near `%s', in stanza #%s of %s\n" msgstr "" "Gặp lỗi phân tích cú pháp mẫu ở gần « %s », trong đoạn dòng #%s của %s\n" -#: ../Debconf/Template.pm:263 +#: ../Debconf/Template.pm:268 #, perl-format msgid "Template #%s in %s does not contain a 'Template:' line\n" msgstr "Mẫu #%s trong %s không chứa một dòng « Template: » (Mẫu)\n" @@ -328,13 +328,6 @@ #: ../dpkg-reconfigure:99 #, fuzzy -#| msgid "" -#| "Usage: dpkg-reconfigure [options] packages\n" -#| " -a, --all\t\t\tReconfigure all packages.\n" -#| " -u, --unseen-only\t\tShow only not yet seen questions.\n" -#| " --default-priority\tUse default priority instead of low.\n" -#| " --force\t\t\tForce reconfiguration of broken packages.\n" -#| " --no-reload\t\tDo not reload templates. (Use with caution.)" msgid "" "Usage: dpkg-reconfigure [options] packages\n" " -u, --unseen-only\t\tShow only not yet seen questions.\n" diff -Nru debconf-1.5.57ubuntu1/po/zh_CN.po debconf-1.5.58ubuntu1/po/zh_CN.po --- debconf-1.5.57ubuntu1/po/zh_CN.po 2015-08-12 20:08:12.000000000 +0000 +++ debconf-1.5.58ubuntu1/po/zh_CN.po 2015-11-08 10:09:57.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: debconf 1.5.7\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-22 20:04-0400\n" +"POT-Creation-Date: 2015-11-08 02:00+0000\n" "PO-Revision-Date: 2012-07-30 08:51+0800\n" "Last-Translator: Xingyou Chen \n" "Language-Team: Debian Chinese [GB] \n" @@ -229,14 +229,14 @@ msgid "Next" msgstr "下一步" -#: ../Debconf/Template.pm:91 +#: ../Debconf/Template.pm:96 #, perl-format msgid "" "warning: possible database corruption. Will attempt to repair by adding back " "missing question %s." msgstr "警告:数据库可能已被损坏。将会尝试修复缺失的项目 %s。" -#: ../Debconf/Template.pm:206 +#: ../Debconf/Template.pm:211 #, perl-format msgid "" "Template #%s in %s has a duplicate field \"%s\" with new value \"%s\". " @@ -245,17 +245,17 @@ "%2$s 中的第 %1$s 模板有一个重复字段“%3$s”,其中新值为“%4$s”。造成问题的原因可" "能是两个模板没有以正确地用换行符分隔开。\n" -#: ../Debconf/Template.pm:231 +#: ../Debconf/Template.pm:236 #, perl-format msgid "Unknown template field '%s', in stanza #%s of %s\n" msgstr "%3$s 中第 %2$s 部分有未知的模板字段“%1$s”\n" -#: ../Debconf/Template.pm:257 +#: ../Debconf/Template.pm:262 #, perl-format msgid "Template parse error near `%s', in stanza #%s of %s\n" msgstr "%3$s 中第 %2$s 部分“%1$s”附近的模板解析出错\n" -#: ../Debconf/Template.pm:263 +#: ../Debconf/Template.pm:268 #, perl-format msgid "Template #%s in %s does not contain a 'Template:' line\n" msgstr "%2$s 中第 %1$s 模板未包含“Template:”行\n" @@ -305,13 +305,6 @@ #: ../dpkg-reconfigure:99 #, fuzzy -#| msgid "" -#| "Usage: dpkg-reconfigure [options] packages\n" -#| " -a, --all\t\t\tReconfigure all packages.\n" -#| " -u, --unseen-only\t\tShow only not yet seen questions.\n" -#| " --default-priority\tUse default priority instead of low.\n" -#| " --force\t\t\tForce reconfiguration of broken packages.\n" -#| " --no-reload\t\tDo not reload templates. (Use with caution.)" msgid "" "Usage: dpkg-reconfigure [options] packages\n" " -u, --unseen-only\t\tShow only not yet seen questions.\n" diff -Nru debconf-1.5.57ubuntu1/po/zh_TW.po debconf-1.5.58ubuntu1/po/zh_TW.po --- debconf-1.5.57ubuntu1/po/zh_TW.po 2015-08-12 20:08:12.000000000 +0000 +++ debconf-1.5.58ubuntu1/po/zh_TW.po 2015-11-08 10:09:58.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: debconf 1.2.13\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-22 20:04-0400\n" +"POT-Creation-Date: 2015-11-08 02:00+0000\n" "PO-Revision-Date: 2009-12-19 16:53+0800\n" "Last-Translator: Tetralet \n" "Language-Team: Debian-user in Chinese [Big5]