diff -Nru cdebconf-0.192ubuntu1/configure.ac cdebconf-0.198ubuntu1/configure.ac --- cdebconf-0.192ubuntu1/configure.ac 2013-10-25 16:51:43.000000000 +0000 +++ cdebconf-0.198ubuntu1/configure.ac 2015-11-26 20:47:51.000000000 +0000 @@ -117,6 +117,13 @@ AC_SUBST([TARGET]) dnl Check for libraries + +AC_ARG_ENABLE([selinux], [AS_HELP_STRING([--enable-selinux], [build cdebconf with SELinux support])], +[if test "$enableval" = "yes"; then + PKG_CHECK_MODULES([SELINUX], [libselinux >= 2.3]) + AC_DEFINE_UNQUOTED([SELINUX_ENABLED], ["1"], [SELinux enabled]) + fi]) + PKG_CHECK_MODULES([DI],[libdebian-installer]) AC_CHECK_LIB([dl], [dlopen]) diff -Nru cdebconf-0.192ubuntu1/debian/cdebconf-gtk.lintian-overrides cdebconf-0.198ubuntu1/debian/cdebconf-gtk.lintian-overrides --- cdebconf-0.192ubuntu1/debian/cdebconf-gtk.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/cdebconf-gtk.lintian-overrides 2015-11-26 20:47:51.000000000 +0000 @@ -0,0 +1,5 @@ +# In cdebconf itself, templates are used to store translations +# Therefore it's normal for the package to have no config file +# and the templates to appear unused +cdebconf-gtk binary: no-debconf-config +cdebconf-gtk binary: unused-debconf-template diff -Nru cdebconf-0.192ubuntu1/debian/cdebconf-gtk.templates cdebconf-0.198ubuntu1/debian/cdebconf-gtk.templates --- cdebconf-0.192ubuntu1/debian/cdebconf-gtk.templates 2012-06-11 13:12:36.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/cdebconf-gtk.templates 2015-11-26 20:47:51.000000000 +0000 @@ -52,3 +52,9 @@ # the screenshot has been saved to. "%s" is a file name here # :sl1: _Description: Screenshot saved as %s + +Template: debconf/show-password +Type: text +# Appears as a checkbox in the newt and GTK interfaces. +# :sl1: +_Description: Show Password in Clear diff -Nru cdebconf-0.192ubuntu1/debian/cdebconf-gtk-udeb.templates cdebconf-0.198ubuntu1/debian/cdebconf-gtk-udeb.templates --- cdebconf-0.192ubuntu1/debian/cdebconf-gtk-udeb.templates 2012-06-11 13:12:36.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/cdebconf-gtk-udeb.templates 2015-11-26 20:47:51.000000000 +0000 @@ -52,3 +52,9 @@ # the screenshot has been saved to. "%s" is a file name here # :sl1: _Description: Screenshot saved as %s + +Template: debconf/show-password +Type: text +# Appears as a checkbox in the newt and GTK interfaces. +# :sl1: +_Description: Show Password in Clear diff -Nru cdebconf-0.192ubuntu1/debian/cdebconf.lintian-overrides cdebconf-0.198ubuntu1/debian/cdebconf.lintian-overrides --- cdebconf-0.192ubuntu1/debian/cdebconf.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/cdebconf.lintian-overrides 2015-11-26 20:47:51.000000000 +0000 @@ -0,0 +1,3 @@ +# cdebconf frontend name and descritions are stored in the templates +cdebconf binary: malformed-prompt-in-templates +cdebconf binary: unused-debconf-template diff -Nru cdebconf-0.192ubuntu1/debian/cdebconf-newt-udeb.templates cdebconf-0.198ubuntu1/debian/cdebconf-newt-udeb.templates --- cdebconf-0.192ubuntu1/debian/cdebconf-newt-udeb.templates 2011-02-23 13:20:32.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/cdebconf-newt-udeb.templates 2015-11-26 20:47:51.000000000 +0000 @@ -41,3 +41,9 @@ # Translators: must fit within 80 characters. # :sl1: _Description: for help; moves; selects; activates buttons + +Template: debconf/show-password +Type: text +# Appears as a checkbox in the newt and GTK interfaces. +# :sl1: +_Description: Show Password in Clear diff -Nru cdebconf-0.192ubuntu1/debian/changelog cdebconf-0.198ubuntu1/debian/changelog --- cdebconf-0.192ubuntu1/debian/changelog 2014-11-11 13:23:47.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/changelog 2015-11-26 20:49:45.000000000 +0000 @@ -1,3 +1,81 @@ +cdebconf (0.198ubuntu1) xenial; urgency=low + + * Merge from Debian unstable. Remaining changes: + - Read newt palette from /etc/newt/palette, symlinked at initialisation + according to FRONTEND_BACKGROUND. + - Install palettes for [original, dark, ubuntu]. + - Install a default /etc/newt/palette symlink to + /etc/newt/palette.ubuntu. + + -- Martin Pitt Thu, 26 Nov 2015 21:49:45 +0100 + +cdebconf (0.198) unstable; urgency=medium + + [ Regis Boudin ] + * Fix libselinux1-dev dependency to be [linux-any]. It prevented hurd and + kFreeBSD from building. + * Fix build system so CFLAGS and CPPFLAGS are actually applied. This triggers + hardening and a few new warnings, so temporarily disable Werror for the + GTK+ module. + + [ Updated translations ] + * German (de.po) by Holger Wansing + * Bokmål, Norwegian (nb.po) by Hans Fredrik Nordhaug + * Portuguese (pt.po) by Miguel Figueiredo + + -- Christian Perrier Thu, 26 Nov 2015 08:57:05 +0100 + +cdebconf (0.197) unstable; urgency=medium + + [ Regis Boudin ] + * Add lintian overrides for malformed-prompt-in-templates, no-debconf-config, + and no-debconf-config. The package uses them for translations. + * Fix extended descriptions for libdebconfclient0 and libdebconfclient0-dev. + Thanks Filipus Klutiero. Closes: #759755. + * Allow one to show/hide characters typed in password field with the GTK+ and + Newt frontends. Closes: #700924. + * Run maintainer scripts in correct selinux context. Only enabled in the + non-d-i build. Closes: #752002. + + [ Updated translations ] + * Bulgarian (bg.po) by Damyan Ivanov + * Slovak (sk.po) by Ivan Masár + + -- Christian Perrier Thu, 19 Nov 2015 08:30:56 +0100 + +cdebconf (0.196) unstable; urgency=medium + + [ Samuel Thibault ] + * Add control-+/- shortcuts to adjust font size. + + -- Christian Perrier Mon, 16 Nov 2015 07:05:20 +0100 + +cdebconf (0.195) unstable; urgency=medium + + [ Updated translations ] + * Turkish (tr.po) by Mert Dirik + + -- Christian Perrier Thu, 23 Jul 2015 09:23:10 +0200 + +cdebconf (0.194) unstable; urgency=medium + + [ Updated translations ] + * Turkish (tr.po) by Mert Dirik + + -- Christian Perrier Mon, 15 Jun 2015 07:21:59 +0200 + +cdebconf (0.193) unstable; urgency=medium + + [ Christian Perrier ] + * Fix memory leaks spotted by cppcheck. Closes: #783411 + * Update Standards to 3.9.6 (checked) + + [ Samuel Thibault ] + * In text frontend, allow the Choices-C value in addition to the numbers. + Closes: #781439 + + -- Christian Perrier Wed, 13 May 2015 06:59:16 +0200 + cdebconf (0.192ubuntu1) vivid; urgency=medium * Resynchronise with Debian. Remaining changes: @@ -12,7 +90,7 @@ cdebconf (0.192) unstable; urgency=low * Drop cdebconf-slang-udeb from debian/control instead of using the - "Architecture: disabled" hack (no tsupported by dak) + "Architecture: disabled" hack (not supported by dak) [ Updated translations ] * Danish (da.po) by Joe Hansen @@ -3257,7 +3335,7 @@ titles. (Closes: #212923) -- Petter Reinholdtsen Sat, 27 Sep 2003 12:59:16 +0200 - + cdebconf (0.42) unstable; urgency=low * Sebastian Ley @@ -3792,3 +3870,4 @@ * Initial Release. -- Randolph Chung Sun, 1 Oct 2000 15:54:15 -0700 + diff -Nru cdebconf-0.192ubuntu1/debian/control cdebconf-0.198ubuntu1/debian/control --- cdebconf-0.192ubuntu1/debian/control 2014-11-11 13:23:07.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/control 2015-11-26 20:47:51.000000000 +0000 @@ -10,6 +10,7 @@ libdebian-installer4-dev (>= 0.41) | libdebian-installer-dev, libgtk2.0-dev (>= 2.24), libcairo2-dev (>= 1.8.10-3), + libselinux1-dev (>= 2.3) [linux-any] | libselinux-dev [linux-any], dh-autoreconf, dh-exec, Maintainer: Ubuntu Developers @@ -19,7 +20,7 @@ Christian Perrier , Regis Boudin , Cyril Brulebois -Standards-Version: 3.9.4 +Standards-Version: 3.9.6 XS-Debian-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=d-i/cdebconf.git XS-Debian-Vcs-Git: git://anonscm.debian.org/d-i/cdebconf.git Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/cdebconf/ubuntu @@ -58,10 +59,9 @@ Description: Debian Configuration Management System (C-implementation library) Debconf is a configuration management system for Debian packages. It is used by some packages to prompt you for information before they are - installed. This is a reimplementation of the original debconf version - in C. + installed. cdebconf is a reimplementation of the original debconf in C. . - This is the libraries needed by libdebconfclient-dev and cdebconf. + This library allows C programs to interface with cdebconf. Package: libdebconfclient0-dev Architecture: any @@ -74,7 +74,7 @@ Description: Development files for cdebconf Debconf is a configuration management system for Debian packages. It is used by some packages to prompt you for information before they are - installed. This is a reimplementation of the original debconf version + installed. cdebconf is a reimplementation of the original debconf version in C. . This package contains files needed to do cdebconf development diff -Nru cdebconf-0.192ubuntu1/debian/po/am.po cdebconf-0.198ubuntu1/debian/po/am.po --- cdebconf-0.192ubuntu1/debian/po/am.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/am.po 2015-11-26 20:47:51.000000000 +0000 @@ -17,15 +17,15 @@ msgstr "" "Project-Id-Version: debian-installer\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" -"PO-Revision-Date: 2012-06-17 22:22+0100\n" -"Last-Translator: Tegegne Tefera \n" -"Language-Team: Amharic\n" -"Language: \n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" +"PO-Revision-Date: 2014-04-04 22:07+0100\n" +"Last-Translator: Tegegne Tefera \n" +"Language-Team: Amharic \n" +"Language: am\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: n>1\n" +"Plural-Forms: n>1;\n" #. Type: select #. Choices @@ -179,6 +179,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "ሚስጥር-ቃል ማስገባት ስህተት" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/ar.po cdebconf-0.198ubuntu1/debian/po/ar.po --- cdebconf-0.192ubuntu1/debian/po/ar.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/ar.po 2015-11-26 20:47:51.000000000 +0000 @@ -17,16 +17,16 @@ # Ossama M. Khayat , 2006, 2008, 2010. # Tobias Quathamer , 2007. # Mohammad Gamal , 2001. -# Ossama Khayat , 2011, 2012. +# Ossama Khayat , 2011, 2012, 2013. msgid "" msgstr "" "Project-Id-Version: ar\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" -"PO-Revision-Date: 2012-10-21 14:04+0300\n" -"Last-Translator: Ossama Khayat \n" -"Language-Team: American English \n" -"Language: \n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" +"PO-Revision-Date: 2013-09-30 11:24+0300\n" +"Last-Translator: Ossama Khayat \n" +"Language-Team: American English \n" +"Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -188,6 +188,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "خطأ في إدخال كلمة المرور" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/ast.po cdebconf-0.198ubuntu1/debian/po/ast.po --- cdebconf-0.192ubuntu1/debian/po/ast.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/ast.po 2015-11-26 20:47:51.000000000 +0000 @@ -18,7 +18,7 @@ msgstr "" "Project-Id-Version: debian-installer\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" "PO-Revision-Date: 2012-10-10 02:04+0100\n" "Last-Translator: Mikel González \n" "Language-Team: Softastur\n" @@ -187,6 +187,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "Fallu d'entrada de contraseña" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/be.po cdebconf-0.198ubuntu1/debian/po/be.po --- cdebconf-0.192ubuntu1/debian/po/be.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/be.po 2015-11-26 20:47:51.000000000 +0000 @@ -11,20 +11,21 @@ # Nasciona Piatrouskaja , 2006. # Paul Petruk , 2007. # Pavel Piatruk , 2008, 2009, 2011. -# Viktar Siarheichyk , 2010, 2011, 2012. +# Viktar Siarheichyk , 2010, 2011, 2012, 2015. # Translations from iso-codes: # Alastair McKinstry , 2004. # Alexander Nyakhaychyk , 2009. # Ihar Hrachyshka , 2007, 2010. +# Viktar Siarheichyk , 2014. +# Viktar Siarheichyk , 2014, 2015. msgid "" msgstr "" "Project-Id-Version: be\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" -"PO-Revision-Date: 2012-11-06 01:58+0300\n" -"Last-Translator: Viktar Siarheichyk \n" -"Language-Team: Belarusian (Official spelling) \n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" +"PO-Revision-Date: 2015-06-18 16:26+0300\n" +"Last-Translator: Viktar Siarheichyk \n" +"Language-Team: Belarusian \n" "Language: be\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -188,6 +189,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "Памылка пры ўводзе пароля" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/bg.po cdebconf-0.198ubuntu1/debian/po/bg.po --- cdebconf-0.192ubuntu1/debian/po/bg.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/bg.po 2015-11-26 20:47:51.000000000 +0000 @@ -8,18 +8,10 @@ # Copyright (C) 2003 Software in the Public Interest, Inc. # This file is distributed under the same license as debian-installer. # -# Ognyan Kulev , 2004, 2005, 2006. -# Nikola Antonov , 2004. # # # Translations from iso-codes: -# Tobias Quathamer , 2007. # Translations taken from ICU SVN on 2007-09-09 -# Free Software Foundation, Inc., 2004. -# Georgi Georgiev , 2001, 2004. -# Alastair McKinstry , 2001. -# Ognyan Kulev , 2004. -# Damyan Ivanov , 2006, 2007, 2008, 2009, 2010. # Copyright (C) # (translations from drakfw) # - further translations from ICU-3.9 @@ -27,17 +19,26 @@ # Copyright (C) 2010 Free Software Foundation, Inc. # # Copyright (C) +# +# Ognyan Kulev , 2004, 2005, 2006. +# Nikola Antonov , 2004. +# Tobias Quathamer , 2007. +# Free Software Foundation, Inc., 2004. +# Georgi Georgiev , 2001, 2004. +# Alastair McKinstry , 2001. +# Ognyan Kulev , 2004. +# Damyan Ivanov , 2006, 2007, 2008, 2009, 2010. # Roumen Petrov , 2010. -# Damyan Ivanov , 2006, 2007, 2008, 2009, 2010, 2011, 2012. +# Damyan Ivanov , 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015. # msgid "" msgstr "" "Project-Id-Version: bg\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" -"PO-Revision-Date: 2012-10-18 14:04+0300\n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" +"PO-Revision-Date: 2015-11-18 10:12+0200\n" "Last-Translator: Damyan Ivanov \n" -"Language-Team: Български \n" +"Language-Team: Bulgarian \n" "Language: bg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -203,6 +204,14 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +msgid "Show Password in Clear" +msgstr "Показване на паролата" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/bn.po cdebconf-0.198ubuntu1/debian/po/bn.po --- cdebconf-0.192ubuntu1/debian/po/bn.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/bn.po 2015-11-26 20:47:51.000000000 +0000 @@ -31,7 +31,7 @@ msgstr "" "Project-Id-Version: bn\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" "PO-Revision-Date: 2012-03-13 19:06+0600\n" "Last-Translator: Robin Mehdee (রবিন মেহদী) \n" "Language-Team: Bengali \n" @@ -198,6 +198,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "পাসওয়ার্ড ইনপুট সংক্রান্ত ত্রুটি" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/bo.po cdebconf-0.198ubuntu1/debian/po/bo.po --- cdebconf-0.192ubuntu1/debian/po/bo.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/bo.po 2015-11-26 20:47:51.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: debian-installer\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" "PO-Revision-Date: 2012-04-14 22:12+0600\n" "Last-Translator: Tennom \n" "Language-Team: bo \n" @@ -172,6 +172,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "གསང་གྲངས་མ་འགྲིག་པ" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/bs.po cdebconf-0.198ubuntu1/debian/po/bs.po --- cdebconf-0.192ubuntu1/debian/po/bs.po 2014-06-05 09:52:53.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/bs.po 2015-11-26 20:47:51.000000000 +0000 @@ -25,8 +25,8 @@ msgstr "" "Project-Id-Version: debian-installer_packages_po_sublevel1_bs\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" -"PO-Revision-Date: 2014-05-12 13:38+0100\n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" +"PO-Revision-Date: 2014-05-21 11:20+0100\n" "Last-Translator: Amila Valjevčić \n" "Language-Team: Bosnian \n" "Language: bs\n" @@ -196,6 +196,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "Greška pri unosu šifre" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/ca.po cdebconf-0.198ubuntu1/debian/po/ca.po --- cdebconf-0.192ubuntu1/debian/po/ca.po 2013-01-08 16:23:30.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/ca.po 2015-11-26 20:47:51.000000000 +0000 @@ -4,9 +4,9 @@ # DO NOT MODIFY THIS FILE DIRECTLY: SUCH CHANGES WILL BE LOST # # Catalan messages for debian-installer. -# Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2010, 2012 Software in the Public Interest, Inc. +# Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2010, 2012, 2015 Software in the Public Interest, Inc. # This file is distributed under the same license as debian-installer. -# Jordi Mallach , 2002, 2003, 2004, 2006, 2007, 2008, 2010, 2012. +# Jordi Mallach , 2002, 2003, 2004, 2006, 2007, 2008, 2010, 2012, 2015. # Guillem Jover , 2005, 2007. # # Translations from iso-codes: @@ -18,10 +18,10 @@ # Traductor: Jordi Ferré msgid "" msgstr "" -"Project-Id-Version: debian-installer wheezy\n" +"Project-Id-Version: debian-installer jessie\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" -"PO-Revision-Date: 2012-10-18 18:34+0200\n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" +"PO-Revision-Date: 2015-04-04 01:39+0200\n" "Last-Translator: Jordi Mallach \n" "Language-Team: Catalan \n" "Language: ca\n" @@ -186,6 +186,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "Error en la introducció de la contrasenya" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/cs.po cdebconf-0.198ubuntu1/debian/po/cs.po --- cdebconf-0.192ubuntu1/debian/po/cs.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/cs.po 2015-11-26 20:47:51.000000000 +0000 @@ -18,8 +18,8 @@ msgstr "" "Project-Id-Version: debian-installer\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" -"PO-Revision-Date: 2012-10-19 21:31+0200\n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" +"PO-Revision-Date: 2015-11-01 09:53+0100\n" "Last-Translator: Miroslav Kure \n" "Language-Team: Czech \n" "Language: cs\n" @@ -183,6 +183,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "Chyba při zadávání hesla" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/cy.po cdebconf-0.198ubuntu1/debian/po/cy.po --- cdebconf-0.192ubuntu1/debian/po/cy.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/cy.po 2015-11-26 20:47:51.000000000 +0000 @@ -20,7 +20,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" "PO-Revision-Date: 2012-10-18 14:11-0000\n" "Last-Translator: Dafydd Tomos \n" "Language-Team: Welsh <>\n" @@ -186,6 +186,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "Gwall mewnbwn cyfrinair" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/da.po cdebconf-0.198ubuntu1/debian/po/da.po --- cdebconf-0.192ubuntu1/debian/po/da.po 2014-11-11 13:23:07.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/da.po 2015-11-26 20:47:51.000000000 +0000 @@ -6,7 +6,7 @@ # translation of debian-installer_packages_po_sublevel1_da.po to # Danish messages for debian-installer. # This file is distributed under the same license as debian-installer. -# Joe Hansen , 2011, 2012, 2013, 2014. +# Joe Hansen , 2011, 2012, 2013, 2014, 2015. # Ask Hjorth Larsen , 2010. # Mads Bille Lundby , 2008. @@ -38,8 +38,8 @@ msgstr "" "Project-Id-Version: debian-installer_packages_po_sublevel1_da\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" -"PO-Revision-Date: 2014-08-10 20:20+0200\n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" +"PO-Revision-Date: 2015-08-16 20:20+0200\n" "Last-Translator: Joe Hansen \n" "Language-Team: \n" "Language: da\n" @@ -204,6 +204,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "Adgangskode-indtastningsfejl" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/de.po cdebconf-0.198ubuntu1/debian/po/de.po --- cdebconf-0.192ubuntu1/debian/po/de.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/de.po 2015-11-26 20:47:51.000000000 +0000 @@ -5,23 +5,23 @@ # # German messages for debian-installer (sublevel1). # Copyright (C) 2003 Software in the Public Interest, Inc. -# +# # # This file is distributed under the same license as debian-installer. -# Holger Wansing , 2008, 2009, 2010, 2011, 2012. +# Holger Wansing , 2008 - 2015. # Jens Seidel , 2005, 2006, 2007, 2008. # Dennis Stampfer , 2003, 2004, 2005. # Alwin Meschede , 2003, 2004. # Bastian Blank , 2003. # Jan Luebbe , 2003. # Thorsten Sauter , 2003. -# +# # # Console-setup strings translations: # (identified by "./console-setup.templates") # Copyright (C) 2006, the console-setup package'c copyright holder # Copyright (C) 2006, Matthias Julius # Copyright (C) 2007-2009 Helge Kreutzmann # Copyright (C) 2008-2011 Holger Wansing -# +# # # Translations from iso-codes: # Alastair McKinstry , 2001. # Björn Ganslandt , 2000, 2001. @@ -38,8 +38,8 @@ msgstr "" "Project-Id-Version: debian-installer\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" -"PO-Revision-Date: 2012-10-18 22:06+0200\n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" +"PO-Revision-Date: 2015-11-19 16:33+0100\n" "Last-Translator: Holger Wansing \n" "Language-Team: Debian German \n" "Language: de\n" @@ -210,6 +210,14 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +msgid "Show Password in Clear" +msgstr "Passwort im Klartext anzeigen" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/dz.po cdebconf-0.198ubuntu1/debian/po/dz.po --- cdebconf-0.192ubuntu1/debian/po/dz.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/dz.po 2015-11-26 20:47:51.000000000 +0000 @@ -18,7 +18,7 @@ msgstr "" "Project-Id-Version: dDz.po\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" "PO-Revision-Date: 2012-02-29 04:41-0500\n" "Last-Translator: Jurmey Rabgay \n" "Language-Team: Dzongkha \n" @@ -184,6 +184,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "ཆོག་ཡིག་ཨིན་པུཊི་འཛོལ་བ།" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/el.po cdebconf-0.198ubuntu1/debian/po/el.po --- cdebconf-0.192ubuntu1/debian/po/el.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/el.po 2015-11-26 20:47:51.000000000 +0000 @@ -20,7 +20,7 @@ # quad-nrg.net , 2006, 2008. # QUAD-nrg.net , 2006. # galaxico@quad-nrg.net , 2009, 2011. -# Emmanuel Galatoulas , 2009, 2010. +# Emmanuel Galatoulas , 2009, 2010, 2013, 2014. # Tobias Quathamer , 2007. # Free Software Foundation, Inc., 2004. # Alastair McKinstry , 2001. @@ -32,10 +32,10 @@ msgstr "" "Project-Id-Version: el\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" -"PO-Revision-Date: 2012-10-08 16:37+0300\n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" +"PO-Revision-Date: 2014-05-11 13:37+0300\n" "Last-Translator: galaxico \n" -"Language-Team: Greek \n" +"Language-Team: el \n" "Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -201,6 +201,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "Σφάλμα κατά την εισαγωγή του κωδικού" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/eo.po cdebconf-0.198ubuntu1/debian/po/eo.po --- cdebconf-0.192ubuntu1/debian/po/eo.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/eo.po 2015-11-26 20:47:51.000000000 +0000 @@ -4,12 +4,12 @@ # DO NOT MODIFY THIS FILE DIRECTLY: SUCH CHANGES WILL BE LOST # # translation of Debian Installer templates to Esperanto. -# Copyright (C) 2005-2011 Software in the Public Interest, Inc. +# Copyright (C) 2005-2013 Software in the Public Interest, Inc. # This file is distributed under the same license as debian-installer. # # Samuel Gimeno , 2005. # Serge Leblanc , 2005, 2006, 2007. -# Felipe Castro , 2008, 2009, 2010, 2011, 2012. +# Felipe Castro , 2008, 2009, 2010, 2011, 2012, 2013, 2014. # # Translations from iso-codes: # Alastair McKInstry , 2001,2002. @@ -21,8 +21,8 @@ msgstr "" "Project-Id-Version: debian-installer\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" -"PO-Revision-Date: 2012-10-18 22:33-0300\n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" +"PO-Revision-Date: 2014-12-07 15:01-0300\n" "Last-Translator: Felipe Castro \n" "Language-Team: Esperanto \n" "Language: eo\n" @@ -186,6 +186,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "Mistajpita pasvorto" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/es.po cdebconf-0.198ubuntu1/debian/po/es.po --- cdebconf-0.192ubuntu1/debian/po/es.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/es.po 2015-11-26 20:47:51.000000000 +0000 @@ -17,7 +17,7 @@ # Enrique Matias Sanchez (aka Quique) , 2005 # Rubén Porras Campo , 2005 # Omar Campagne , 2010 -# Javier Fernández-Sanguino , 2003-2012 +# Javier Fernández-Sanguino , 2003-2012, 2014-2015 # # Equipo de traducción al español, por favor lean antes de traducir # los siguientes documentos: @@ -58,11 +58,11 @@ msgstr "" "Project-Id-Version: debian-installer\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" -"PO-Revision-Date: 2012-10-21 15:23+0200\n" -"Last-Translator: Javier Fernández-Sanguino Peña \n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" +"PO-Revision-Date: 2015-03-15 22:11+0100\n" +"Last-Translator: Javier Fernández-Sanguino \n" "Language-Team: Debian Spanish \n" -"Language: \n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -226,6 +226,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "Se ha producido un error al introducir la contraseña" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/et.po cdebconf-0.198ubuntu1/debian/po/et.po --- cdebconf-0.192ubuntu1/debian/po/et.po 2014-11-11 13:23:07.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/et.po 2015-11-26 20:47:51.000000000 +0000 @@ -30,8 +30,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" -"PO-Revision-Date: 2012-01-25 02:09+0200\n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" +"PO-Revision-Date: 2014-08-23 09:54+0300\n" "Last-Translator: Mattias Põldaru \n" "Language-Team: Estonian <>\n" "Language: et\n" @@ -196,6 +196,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "Tõrge parooli sisestamisel" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/eu.po cdebconf-0.198ubuntu1/debian/po/eu.po --- cdebconf-0.192ubuntu1/debian/po/eu.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/eu.po 2015-11-26 20:47:51.000000000 +0000 @@ -24,7 +24,7 @@ msgstr "" "Project-Id-Version: eu\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" "PO-Revision-Date: 2012-10-19 19:41+0200\n" "Last-Translator: Iñaki Larrañaga Murgoitio \n" "Language-Team: debian-l10n-eu@lists.debian.org\n" @@ -193,6 +193,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "Pasahitzaren sarreraren errorea" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/fa.po cdebconf-0.198ubuntu1/debian/po/fa.po --- cdebconf-0.192ubuntu1/debian/po/fa.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/fa.po 2015-11-26 20:47:51.000000000 +0000 @@ -23,11 +23,11 @@ msgstr "" "Project-Id-Version: fa\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" "PO-Revision-Date: 2012-10-20 19:56+0330\n" "Last-Translator: Behrad Eslamifar \n" "Language-Team: Debian-l10n-persian \n" -"Language: \n" +"Language: fa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -189,6 +189,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "خطای ورودی کلمهٔ‌عبور" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/fi.po cdebconf-0.198ubuntu1/debian/po/fi.po --- cdebconf-0.192ubuntu1/debian/po/fi.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/fi.po 2015-11-26 20:47:51.000000000 +0000 @@ -24,8 +24,8 @@ msgstr "" "Project-Id-Version: debian-installer\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" -"PO-Revision-Date: 2012-05-22 13:24+0300\n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" +"PO-Revision-Date: 2013-08-19 15:04+0300\n" "Last-Translator: Timo Jyrinki \n" "Language-Team: Finnish \n" "Language: fi\n" @@ -193,6 +193,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "Salasanan syöttövirhe" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/fr.po cdebconf-0.198ubuntu1/debian/po/fr.po --- cdebconf-0.192ubuntu1/debian/po/fr.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/fr.po 2015-11-26 20:47:51.000000000 +0000 @@ -17,7 +17,7 @@ # Christian Perrier , 2005, 2006, 2007, 2008, 2009, 2010, 2011. # Alastair McKinstry , 2001. # Cedric De Wilde , 2001. -# Christian Perrier , 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2012. +# Christian Perrier , 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2012, 2013, 2014, 2015. # Christophe Fergeau , 2000-2001. # Christophe Merlet (RedFox) , 2001. # Free Software Foundation, Inc., 2000-2001, 2004, 2005, 2006. @@ -27,8 +27,8 @@ msgstr "" "Project-Id-Version: fr\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" -"PO-Revision-Date: 2012-10-18 07:59+0200\n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" +"PO-Revision-Date: 2015-10-31 08:17+0100\n" "Last-Translator: Christian Perrier \n" "Language-Team: French \n" "Language: fr\n" @@ -194,6 +194,14 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +msgid "Show Password in Clear" +msgstr "Afficher le mot de passe en clair" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/ga.po cdebconf-0.198ubuntu1/debian/po/ga.po --- cdebconf-0.192ubuntu1/debian/po/ga.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/ga.po 2015-11-26 20:47:51.000000000 +0000 @@ -16,7 +16,7 @@ msgstr "" "Project-Id-Version: debian-installer\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" "PO-Revision-Date: 2006-03-21 14:42-0500\n" "Last-Translator: Kevin Scannell \n" "Language-Team: Irish \n" @@ -181,6 +181,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "Earráid agus focal faire á iontráil" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/gl.po cdebconf-0.198ubuntu1/debian/po/gl.po --- cdebconf-0.192ubuntu1/debian/po/gl.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/gl.po 2015-11-26 20:47:51.000000000 +0000 @@ -16,14 +16,14 @@ # Marce Villarino , 2009. # marce villarino , 2009. # Marce Villarino , 2009. -# Jorge Barreiro , 2010, 2011, 2012. +# Jorge Barreiro , 2010, 2011, 2012, 2013, 2014, 2015. msgid "" msgstr "" "Project-Id-Version: gl\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" -"PO-Revision-Date: 2012-10-19 02:03+0200\n" -"Last-Translator: Jorge Barreiro \n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" +"PO-Revision-Date: 2015-03-14 19:44+0100\n" +"Last-Translator: Jorge Barreiro \n" "Language-Team: Galician \n" "Language: gl\n" "MIME-Version: 1.0\n" @@ -187,6 +187,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "Erro na introdución do contrasinal" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/gu.po cdebconf-0.198ubuntu1/debian/po/gu.po --- cdebconf-0.192ubuntu1/debian/po/gu.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/gu.po 2015-11-26 20:47:51.000000000 +0000 @@ -10,7 +10,7 @@ # Debian Installer translators, please read the D-I i18n documentation # in doc/i18n/i18n.txt # Contributor: -# Kartik Mistry , 2006-2011 +# Kartik Mistry , 2006-2013 # # # Translations from iso-codes: @@ -24,7 +24,7 @@ msgstr "" "Project-Id-Version: d-i\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" "PO-Revision-Date: 2008-08-07 11:42+0530\n" "Last-Translator: Kartik Mistry \n" "Language-Team: Gujarati \n" @@ -188,6 +188,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "પાસવર્ડ દાખલ કરવામાં ક્ષતિ" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/he.po cdebconf-0.198ubuntu1/debian/po/he.po --- cdebconf-0.192ubuntu1/debian/po/he.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/he.po 2015-11-26 20:47:51.000000000 +0000 @@ -20,29 +20,28 @@ # # Amit Dovev , 2007. # Meital Bourvine , 2007. -# Omer Zak , 2008, 2010, 2012. -# Lior Kaplan , 2004-2007, 2008, 2010, 2011. +# Omer Zak , 2008, 2010, 2012, 2013. +# Lior Kaplan , 2004-2007, 2008, 2010, 2011, 2015. # Tobias Quathamer , 2007. # Free Software Foundation, Inc., 2002,2004. # Alastair McKinstry , 2002. # Meni Livne , 2000. # Free Software Foundation, Inc., 2002,2003. # - Meni Livne , 2000. -# Lior Kaplan , 2005,2006, 2007, 2008, 2010. # Meital Bourvine , 2007. msgid "" msgstr "" "Project-Id-Version: debian-installer_packages_po_sublevel1_he\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" -"PO-Revision-Date: 2012-10-18 16:15+0200\n" -"Last-Translator: Omer Zak \n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" +"PO-Revision-Date: 2015-08-19 22:08+0200\n" +"Last-Translator: Lior Kaplan \n" "Language-Team: Hebrew \n" "Language: he\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #. Type: select #. Choices @@ -197,6 +196,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "שגיאה בקליטת הסיסמה" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/hi.po cdebconf-0.198ubuntu1/debian/po/hi.po --- cdebconf-0.192ubuntu1/debian/po/hi.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/hi.po 2015-11-26 20:47:51.000000000 +0000 @@ -30,7 +30,7 @@ msgstr "" "Project-Id-Version: debian-installer_packages_po_sublevel1_hi\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" "PO-Revision-Date: 2012-10-02 08:22-0500\n" "Last-Translator: Kumar Appaiah\n" "Language-Team: American English \n" @@ -196,6 +196,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "पासवर्ड भरने में त्रुटि" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/hr.po cdebconf-0.198ubuntu1/debian/po/hr.po --- cdebconf-0.192ubuntu1/debian/po/hr.po 2013-10-25 16:51:43.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/hr.po 2015-11-26 20:47:51.000000000 +0000 @@ -15,14 +15,14 @@ # Krunoslav Gernhard, 2004 # Vladimir Vuksan , 2000. # Vlatko Kosturjak, 2001 -# Tomislav Krznar , 2012, 2013. +# Tomislav Krznar , 2012, 2013, 2014, 2015. # msgid "" msgstr "" "Project-Id-Version: Debian-installer 1st-stage master file HR\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" -"PO-Revision-Date: 2013-04-17 18:08+0200\n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" +"PO-Revision-Date: 2015-04-11 12:51+0200\n" "Last-Translator: Tomislav Krznar \n" "Language-Team: Croatian \n" "Language: hr\n" @@ -188,6 +188,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "Greška pri unošenju lozinke" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/hu.po cdebconf-0.198ubuntu1/debian/po/hu.po --- cdebconf-0.192ubuntu1/debian/po/hu.po 2014-01-13 18:21:07.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/hu.po 2015-11-26 20:47:51.000000000 +0000 @@ -28,8 +28,8 @@ msgstr "" "Project-Id-Version: debian-installer\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" -"PO-Revision-Date: 2013-11-18 21:15+0100\n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" +"PO-Revision-Date: 2014-01-08 11:31:26 GMT+0100\n" "Last-Translator: Judit Gyimesi \n" "Language-Team: Debian L10n Hungarian \n" @@ -221,6 +221,18 @@ "Az súg; a mozog; a kijelöl; az működteti a " "gombokat" +# Type: error +# Description +# :sl2: +#. Type: text +#. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "Jelszóbeviteli hiba" + #. Type: text #. Description #. Translators, this text will appear on a button, so KEEP IT SHORT diff -Nru cdebconf-0.192ubuntu1/debian/po/id.po cdebconf-0.198ubuntu1/debian/po/id.po --- cdebconf-0.192ubuntu1/debian/po/id.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/id.po 2015-11-26 20:47:51.000000000 +0000 @@ -31,12 +31,12 @@ msgstr "" "Project-Id-Version: debian-installer (level1)\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" "PO-Revision-Date: 2012-10-18 21:29+0700\n" "Last-Translator: T. Surya Fajri \n" "Language-Team: Debian Indonesia Translators \n" -"Language: \n" +"Language: id\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -202,6 +202,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "Salah memasukkan kata sandi" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/is.po cdebconf-0.198ubuntu1/debian/po/is.po --- cdebconf-0.192ubuntu1/debian/po/is.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/is.po 2015-11-26 20:47:51.000000000 +0000 @@ -10,21 +10,21 @@ # # Copyright (C) 2010 Free Software Foundation # -# zorglubb , 2008. -# Sveinn í Felli , 2010. -# Alastair McKinstry, , 2002. -# Sveinn í Felli , 2010, 2011, 2012. -# Alastair McKinstry , 2002. # Translations from iso-codes: # Copyright (C) 2002,2003, 2010, 2011, 2012 Free Software Foundation, Inc. # Translations from KDE: # Þórarinn Rúnar Einarsson +# zorglubb , 2008. +# Sveinn í Felli , 2010. +# Alastair McKinstry, , 2002. +# Sveinn í Felli , 2010, 2011, 2012, 2013. +# Alastair McKinstry , 2002. msgid "" msgstr "" "Project-Id-Version: debian-installer_packages_po_sublevel1_is\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" -"PO-Revision-Date: 2012-04-06 10:43+0000\n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" +"PO-Revision-Date: 2013-10-03 13:25+0000\n" "Last-Translator: Sveinn í Felli \n" "Language-Team: Icelandic \n" "Language: is\n" @@ -191,6 +191,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "Villa í innslætti á lykilorði" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/it.po cdebconf-0.198ubuntu1/debian/po/it.po --- cdebconf-0.192ubuntu1/debian/po/it.po 2014-04-30 09:29:20.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/it.po 2015-11-26 20:47:51.000000000 +0000 @@ -4,7 +4,7 @@ # DO NOT MODIFY THIS FILE DIRECTLY: SUCH CHANGES WILL BE LOST # # Italian messages for debian-installer. -# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2103, 2014 Software in the Public Interest, Inc. +# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2103, 2014, 2015 Software in the Public Interest, Inc. # This file is distributed under the same license as debian-installer. # The translation team (for all four levels): # Cristian Rigamonti @@ -32,14 +32,14 @@ # Marcello Raffa , 2001 # Tobias Toedter , 2007. # Translations taken from ICU SVN on 2007-09-09 -# Milo Casagrande , 2008, 2009, 2010, 2011, 2012, 2013, 2014. +# Milo Casagrande , 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015. # msgid "" msgstr "" "Project-Id-Version: debian-installer\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" -"PO-Revision-Date: 2012-03-19 21:05+0100\n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" +"PO-Revision-Date: 2015-02-24 09:09+0100\n" "Last-Translator: Milo Casagrande \n" "Language-Team: Italian \n" "Language: it\n" @@ -206,6 +206,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "Errore nell'inserire la password" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/ja.po cdebconf-0.198ubuntu1/debian/po/ja.po --- cdebconf-0.192ubuntu1/debian/po/ja.po 2013-01-08 16:23:30.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/ja.po 2015-11-26 20:47:51.000000000 +0000 @@ -26,11 +26,11 @@ msgstr "" "Project-Id-Version: debian-installer\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" -"PO-Revision-Date: 2012-11-27 16:57+0900\n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" +"PO-Revision-Date: 2015-06-15 09:51+0900\n" "Last-Translator: Kenshi Muto \n" "Language-Team: Debian L10n Japanese \n" -"Language: \n" +"Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -188,6 +188,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "パスワード入力エラー" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/ka.po cdebconf-0.198ubuntu1/debian/po/ka.po --- cdebconf-0.192ubuntu1/debian/po/ka.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/ka.po 2015-11-26 20:47:51.000000000 +0000 @@ -24,11 +24,11 @@ msgstr "" "Project-Id-Version: debian-installer.2006071\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" "PO-Revision-Date: 2011-03-01 12:49+0400\n" "Last-Translator: Aiet Kolkhi \n" "Language-Team: Georgian\n" -"Language: \n" +"Language: ka\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -195,6 +195,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "შეცდომა პაროლის შეყვანისას" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/kk.po cdebconf-0.198ubuntu1/debian/po/kk.po --- cdebconf-0.192ubuntu1/debian/po/kk.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/kk.po 2015-11-26 20:47:51.000000000 +0000 @@ -22,10 +22,10 @@ msgstr "" "Project-Id-Version: debian-installer\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" -"PO-Revision-Date: 2012-10-18 16:54+0600\n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" +"PO-Revision-Date: 2015-04-02 12:00+0500\n" "Last-Translator: Baurzhan Muftakhidinov \n" -"Language-Team: Kazakh \n" +"Language-Team: Kazakh\n" "Language: kk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -190,6 +190,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "Пароль енгізу қатесі" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/km.po cdebconf-0.198ubuntu1/debian/po/km.po --- cdebconf-0.192ubuntu1/debian/po/km.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/km.po 2015-11-26 20:47:51.000000000 +0000 @@ -3,21 +3,21 @@ # # DO NOT MODIFY THIS FILE DIRECTLY: SUCH CHANGES WILL BE LOST # -# translation of km.po to Khmer -# Khoem Sokhem , 2006, 2007, 2008, 2010. -# eng vannak , 2006. -# auk piseth , 2006. -# Khoem Sokhem , 2006, 2010, 2012. -# Translations from iso-codes: +# translation of km.po to Khmer +# Khoem Sokhem , 2006, 2007, 2008, 2010. +# eng vannak , 2006. +# auk piseth , 2006. +# Khoem Sokhem , 2006, 2010, 2012. +# Translations from iso-codes: msgid "" msgstr "" "Project-Id-Version: km\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" "PO-Revision-Date: 2012-01-18 15:40+0700\n" "Last-Translator: Khoem Sokhem \n" "Language-Team: Khmer \n" -"Language: \n" +"Language: km\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -177,6 +177,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "កំហុស​បញ្ចូល​ពាក្យ​សម្ងាត់" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/kn.po cdebconf-0.198ubuntu1/debian/po/kn.po --- cdebconf-0.192ubuntu1/debian/po/kn.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/kn.po 2015-11-26 20:47:51.000000000 +0000 @@ -20,9 +20,9 @@ msgstr "" "Project-Id-Version: kn\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" -"PO-Revision-Date: 2012-11-04 20:30+0530\n" -"Last-Translator: Vikram Vincent \n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" +"PO-Revision-Date: 2013-09-30 16:17+0530\n" +"Last-Translator: Prabodh C P (FSMK Localisation Team) \n" "Language-Team: Kannada \n" "Language: kn\n" "MIME-Version: 1.0\n" @@ -192,6 +192,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "ಗುಪ್ತಪದ ದಾಖಲಿಸುವಲ್ಲಿ ದೋಷ" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/ko.po cdebconf-0.198ubuntu1/debian/po/ko.po --- cdebconf-0.192ubuntu1/debian/po/ko.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/ko.po 2015-11-26 20:47:51.000000000 +0000 @@ -7,7 +7,7 @@ # Copyright (C) 2003,2004,2005,2008 Software in the Public Interest, Inc. # This file is distributed under the same license as debian-installer. # -# Changwoo Ryu , 2010, 2011. +# Changwoo Ryu , 2010, 2011, 2012, 2014, 2015. # # Translations from iso-codes: # Copyright (C) @@ -27,8 +27,8 @@ msgstr "" "Project-Id-Version: debian-installer\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" -"PO-Revision-Date: 2012-10-19 13:10+0900\n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" +"PO-Revision-Date: 2015-05-17 09:49+0900\n" "Last-Translator: Changwoo Ryu \n" "Language-Team: Korean \n" "Language: ko\n" @@ -191,6 +191,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "암호 입력 오류" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/ku.po cdebconf-0.198ubuntu1/debian/po/ku.po --- cdebconf-0.192ubuntu1/debian/po/ku.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/ku.po 2015-11-26 20:47:51.000000000 +0000 @@ -19,7 +19,7 @@ msgstr "" "Project-Id-Version: ku\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" "PO-Revision-Date: 2010-08-16 00:19+0200\n" "Last-Translator: Erdal Ronahi \n" "Language-Team: Kurdish Team http://pckurd.net\n" @@ -186,6 +186,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "Çewtiya nivîsandina şîfreyê" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/lo.po cdebconf-0.198ubuntu1/debian/po/lo.po --- cdebconf-0.192ubuntu1/debian/po/lo.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/lo.po 2015-11-26 20:47:51.000000000 +0000 @@ -13,11 +13,11 @@ msgstr "" "Project-Id-Version: lo\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" "PO-Revision-Date: 2012-04-25 09:05+0700\n" "Last-Translator: Anousak Souphavanh \n" "Language-Team: Lao \n" -"Language: \n" +"Language: lo\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -174,6 +174,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "ການປ້ອນລະຫັດຜ່ານຜິດພາດ" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/lt.po cdebconf-0.198ubuntu1/debian/po/lt.po --- cdebconf-0.192ubuntu1/debian/po/lt.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/lt.po 2015-11-26 20:47:51.000000000 +0000 @@ -24,7 +24,7 @@ msgstr "" "Project-Id-Version: debian-installer\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" "PO-Revision-Date: 2012-08-26 02:00+0300\n" "Last-Translator: Rimas Kudelis \n" "Language-Team: Lithuanian \n" @@ -195,6 +195,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "Slaptažodžio įvedimo klaida" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/lv.po cdebconf-0.198ubuntu1/debian/po/lv.po --- cdebconf-0.192ubuntu1/debian/po/lv.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/lv.po 2015-11-26 20:47:51.000000000 +0000 @@ -13,6 +13,7 @@ # Translations from KDE: # Andris Maziks # +# # Aigars Mahinovs , 2006, 2008. # Viesturs Zarins , 2008. # Aigars Mahinovs , 2006. @@ -20,17 +21,16 @@ # Free Software Foundation, Inc., 2002,2004. # Juris Kudiņš , 2001. # Rihards Priedītis , 2009, 2010. -# Rūdolfs Mazurs , 2012. +# Rūdolfs Mazurs , 2012, 2013. # Peteris Krisjanis , 2008, 2012. -# msgid "" msgstr "" "Project-Id-Version: lv\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" -"PO-Revision-Date: 2012-10-08 11:37+0300\n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" +"PO-Revision-Date: 2013-10-06 13:45+0300\n" "Last-Translator: Rūdolfs Mazurs \n" -"Language-Team: Latviešu \n" +"Language-Team: Latvian \n" "Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -194,6 +194,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "Kļūda, ievadot paroli" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/mk.po cdebconf-0.198ubuntu1/debian/po/mk.po --- cdebconf-0.192ubuntu1/debian/po/mk.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/mk.po 2015-11-26 20:47:51.000000000 +0000 @@ -23,7 +23,7 @@ msgstr "" "Project-Id-Version: debian-installer_packages_po_sublevel1_mk\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" "PO-Revision-Date: 2012-09-23 01:33+0200\n" "Last-Translator: Arangel Angov \n" "Language-Team: Macedonian <>\n" @@ -190,6 +190,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "Грешка при внесувањето на лозинка" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/ml.po cdebconf-0.198ubuntu1/debian/po/ml.po --- cdebconf-0.192ubuntu1/debian/po/ml.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/ml.po 2015-11-26 20:47:51.000000000 +0000 @@ -9,32 +9,29 @@ # Santhosh Thottingal , 2006. # Sreejith :: ശ്രീജിത്ത് കെ , 2006. # Credits: V Sasi Kumar, Sreejith N, Seena N, Anivar Aravind, Hiran Venugopalan and Suresh P -# # Debian Installer master translation file template # Don't forget to properly fill-in the header of PO files # Debian Installer translators, please read the D-I i18n documentation # in doc/i18n/i18n.txt# -# -# # Translations from iso-codes: -# Tobias Quathamer , 2007. -# Translations taken from ICU SVN on 2007-09-09 -# Praveen A , 2006, 2008. -# Ani Peter , 2009 -# +# Tobias Quathamer , 2007. +# Translations taken from ICU SVN on 2007-09-09 +# Praveen A , 2006, 2008. +# Ani Peter , 2009 +# Anish Sheela , 2013. msgid "" msgstr "" "Project-Id-Version: Debian Installer Level 1\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" -"PO-Revision-Date: 2012-10-19 21:09+0530\n" -"Last-Translator: Hrishikesh K B \n" -"Language-Team: Debian Malayalam \n" -"Language: \n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" +"PO-Revision-Date: 2013-09-30 12:04+0530\n" +"Last-Translator: Anish Sheela \n" +"Language-Team: Swatantra Malayalam Computing \n" +"Language: ml\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #. Type: select #. Choices @@ -192,6 +189,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "അടയാള വാക്ക് ഇന്‍പുട്ട് തെറ്റു്" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/mr.po cdebconf-0.198ubuntu1/debian/po/mr.po --- cdebconf-0.192ubuntu1/debian/po/mr.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/mr.po 2015-11-26 20:47:51.000000000 +0000 @@ -3,33 +3,29 @@ # # DO NOT MODIFY THIS FILE DIRECTLY: SUCH CHANGES WILL BE LOST # -# -# # Debian Installer master translation file template # Don't forget to properly fill-in the header of PO files -# # Debian Installer translators, please read the D-I i18n documentation # in doc/i18n/i18n.txt -# -# # Translations from iso-codes: -# Alastair McKinstry , 2004. -# Priti Patil , 2007. -# Sampada Nakhare, 2007. -# Sandeep Shedmake , 2009, 2010. +# Alastair McKinstry , 2004. +# Priti Patil , 2007. +# Sampada Nakhare, 2007. +# Sandeep Shedmake , 2009, 2010. +# localuser , 2015. msgid "" msgstr "" "Project-Id-Version: debian-installer\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" -"PO-Revision-Date: 2012-04-22 20:20+0530\n" -"Last-Translator: sampada \n" -"Language-Team: Marathi, janabhaaratii, C-DAC, Mumbai, India " -"\n" -"Language: \n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" +"PO-Revision-Date: 2015-05-04 09:32+0530\n" +"Last-Translator: Sampada \n" +"Language-Team: CDAC_DI\n" +"Language: mr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #. Type: select #. Choices @@ -186,6 +182,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "परवलीशब्द निवेश त्रुटी" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/nb.po cdebconf-0.198ubuntu1/debian/po/nb.po --- cdebconf-0.192ubuntu1/debian/po/nb.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/nb.po 2015-11-26 20:47:51.000000000 +0000 @@ -11,14 +11,14 @@ # Klaus Ade Johnstad , 2004. # Axel Bojer , 2004. # Bjørn Steensrud , 2004-2007. -# Hans Fredrik Nordhaug , 2005, 2007-2011. +# Hans Fredrik Nordhaug , 2005, 2007-2015. # # Translations from iso-codes: # Alastair McKinstry , 2002 # Axel Bojer , 2004. # Bjørn Steensrud , 2006. # Free Software Foundation, Inc., 2002,2004 -# Hans Fredrik Nordhaug , 2007-2011. +# Hans Fredrik Nordhaug , 2007-2015. # Håvard Korsvoll , 2004. # Knut Yrvin , 2004. # Tobias Toedter , 2007. @@ -31,11 +31,11 @@ msgstr "" "Project-Id-Version: nb\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" -"PO-Revision-Date: 2012-03-08 23:41+0100\n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" +"PO-Revision-Date: 2015-11-24 16:47+0100\n" "Last-Translator: Hans Fredrik Nordhaug \n" "Language-Team: Norwegian Bokmål \n" -"Language: \n" +"Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -197,6 +197,14 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +msgid "Show Password in Clear" +msgstr "Vis passord i klartekst" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/ne.po cdebconf-0.198ubuntu1/debian/po/ne.po --- cdebconf-0.192ubuntu1/debian/po/ne.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/ne.po 2015-11-26 20:47:51.000000000 +0000 @@ -22,11 +22,11 @@ msgstr "" "Project-Id-Version: debian-installer_packages_po_sublevel1_ne\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" "PO-Revision-Date: 2011-02-22 17:11-0600\n" "Last-Translator: Shiva Prasad Pokharel \n" "Language-Team: American English \n" -"Language: \n" +"Language: ne\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -187,6 +187,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "पासवर्ड आगत त्रुटि" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/nl.po cdebconf-0.198ubuntu1/debian/po/nl.po --- cdebconf-0.192ubuntu1/debian/po/nl.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/nl.po 2015-11-26 20:47:51.000000000 +0000 @@ -21,19 +21,21 @@ # Freek de Kruijf , 2006, 2007, 2008, 2009, 2010, 2011. # Taco Witte , 2004. # Reinout van Schouwen , 2007. +# Frans Spiesschaert , 2014, 2015. # msgid "" msgstr "" "Project-Id-Version: debian-installer/sublevel1\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" -"PO-Revision-Date: 2012-10-19 16:11+0200\n" -"Last-Translator: Jeroen Schot \n" -"Language-Team: Debian l10n Dutch \n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" +"PO-Revision-Date: 2015-06-17 17:50+0200\n" +"Last-Translator: Frans Spiesschaert \n" +"Language-Team: Debian Dutch l10n Team \n" "Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #. Type: select #. Choices @@ -191,6 +193,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "Fout bij het invoeren van het wachtwoord" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/nn.po cdebconf-0.198ubuntu1/debian/po/nn.po --- cdebconf-0.192ubuntu1/debian/po/nn.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/nn.po 2015-11-26 20:47:51.000000000 +0000 @@ -23,7 +23,7 @@ msgstr "" "Project-Id-Version: nn\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" "PO-Revision-Date: 2010-06-26 13:47+0200\n" "Last-Translator: Eirik U. Birkeland \n" "Language-Team: Norwegian Nynorsk \n" @@ -192,6 +192,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "Feil ved inntasting av passord" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/pa.po cdebconf-0.198ubuntu1/debian/po/pa.po --- cdebconf-0.192ubuntu1/debian/po/pa.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/pa.po 2015-11-26 20:47:51.000000000 +0000 @@ -20,13 +20,13 @@ # Amanpreet Singh Brar , 2008. # Amanpreet Singh Alam , 2008, 2009. # Amanpreet Singh Alam[ਆਲਮ] , 2005. -# A S Alam , 2009, 2012. +# A S Alam , 2009, 2012, 2014. msgid "" msgstr "" "Project-Id-Version: pa\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" -"PO-Revision-Date: 2012-10-13 21:39+0530\n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" +"PO-Revision-Date: 2014-08-21 21:30-0500\n" "Last-Translator: A S Alam \n" "Language-Team: Punjabi/Panjabi \n" "Language: pa\n" @@ -189,6 +189,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "ਪਾਸਵਰਡ ਇੰਪੁੱਟ ਗਲਤੀ ਹੈ" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/pl.po cdebconf-0.198ubuntu1/debian/po/pl.po --- cdebconf-0.192ubuntu1/debian/po/pl.po 2014-01-13 18:21:07.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/pl.po 2015-11-26 20:47:51.000000000 +0000 @@ -27,13 +27,13 @@ # Jakub Bogusz , 2007-2011. # Tomasz Z. Napierala , 2004, 2006. # Marcin Owsiany , 2011. -# Michał Kułach , 2012, 2013. +# Michał Kułach , 2012, 2013, 2014, 2015. msgid "" msgstr "" "Project-Id-Version: debian-installer\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" -"PO-Revision-Date: 2012-10-18 16:42+0200\n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" +"PO-Revision-Date: 2015-08-13 22:25+0200\n" "Last-Translator: Michał Kułach \n" "Language-Team: Polish \n" "Language: pl\n" @@ -200,6 +200,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "Błąd podczas wprowadzania" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/pt_BR.po cdebconf-0.198ubuntu1/debian/po/pt_BR.po --- cdebconf-0.192ubuntu1/debian/po/pt_BR.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/pt_BR.po 2015-11-26 20:47:51.000000000 +0000 @@ -7,6 +7,7 @@ # This file is distributed under the same license as debian-installer. # # Felipe Augusto van de Wiel (faw) , 2008-2012. +# Adriano Rafael Gomes , 2010-2015. # # Translations from iso-codes: # Alastair McKinstry , 2001-2002. @@ -21,9 +22,9 @@ msgstr "" "Project-Id-Version: debian-installer\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" -"PO-Revision-Date: 2012-06-27 01:39-0300\n" -"Last-Translator: Felipe Augusto van de Wiel (faw) \n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" +"PO-Revision-Date: 2015-11-11 20:43-0200\n" +"Last-Translator: Adriano Rafael Gomes \n" "Language-Team: Brazilian Portuguese \n" "Language: pt_BR\n" @@ -187,6 +188,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "Erro ao informar a senha" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/pt.po cdebconf-0.198ubuntu1/debian/po/pt.po --- cdebconf-0.192ubuntu1/debian/po/pt.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/pt.po 2015-11-26 20:47:51.000000000 +0000 @@ -7,24 +7,24 @@ # Copyright (C) 2003 Software in the Public Interest, Inc. # Console-setup strings translations: # (identified by "./console-setup.templates") -# Copyright (C) 2003-2012 Miguel Figueiredo +# Copyright (C) 2003-2014 Miguel Figueiredo # This file is distributed under the same license as debian-installer. # # # Translations from iso-codes: # Tobias Quathamer , 2007. # Translations taken from ICU SVN on 2007-09-09 -# Miguel Figueiredo , 2005, 2006, 2008, 2009, 2010 # Free Software Foundation, Inc., 2001,2004 # Filipe Maia , 2001. # Alastair McKinstry , 2001. +# Miguel Figueiredo , 2005-2015 # msgid "" msgstr "" "Project-Id-Version: debian-installer\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" -"PO-Revision-Date: 2012-10-18 20:42+0100\n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" +"PO-Revision-Date: 2015-11-19 22:45+0000\n" "Last-Translator: Miguel Figueiredo \n" "Language-Team: Portuguese \n" "Language: pt\n" @@ -190,6 +190,14 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +msgid "Show Password in Clear" +msgstr "Mostrar palavra-passe" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/ro.po cdebconf-0.198ubuntu1/debian/po/ro.po --- cdebconf-0.192ubuntu1/debian/po/ro.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/ro.po 2015-11-26 20:47:51.000000000 +0000 @@ -35,9 +35,9 @@ msgstr "" "Project-Id-Version: ro\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" -"PO-Revision-Date: 2012-10-18 15:21+0300\n" -"Last-Translator: Eddy Petrișor \n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" +"PO-Revision-Date: 2015-04-08 22:04+0300\n" +"Last-Translator: Ioan Eugen Stan \n" "Language-Team: Romanian \n" "Language: ro\n" "MIME-Version: 1.0\n" @@ -205,6 +205,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "Eroare la introducerea parolei" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/ru.po cdebconf-0.198ubuntu1/debian/po/ru.po --- cdebconf-0.192ubuntu1/debian/po/ru.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/ru.po 2015-11-26 20:47:51.000000000 +0000 @@ -11,22 +11,22 @@ # # Translations from iso-codes: # Russian L10N Team , 2004. -# Yuri Kozlov , 2004, 2005. +# Yuri Kozlov , 2004, 2005. # Dmitry Beloglazov , 2005. # Sergey Alyoshin , 2011. -# Yuri Kozlov , 2005, 2006, 2007, 2008. +# Yuri Kozlov , 2005, 2006, 2007, 2008. # Yuri Kozlov , 2009, 2010, 2011. # Alastair McKinstry , 2004. # Mikhail Zabaluev , 2006. # Nikolai Prokoschenko , 2004. # Pavel Maryanov , 2009,2010. -# Yuri Kozlov , 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012. +# Yuri Kozlov , 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015. msgid "" msgstr "" "Project-Id-Version: ru\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" -"PO-Revision-Date: 2012-10-19 18:43+0400\n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" +"PO-Revision-Date: 2015-11-04 09:36+0300\n" "Last-Translator: Yuri Kozlov \n" "Language-Team: Russian \n" "Language: ru\n" @@ -193,6 +193,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "Ошибка ввода пароля" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/se.po cdebconf-0.198ubuntu1/debian/po/se.po --- cdebconf-0.192ubuntu1/debian/po/se.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/se.po 2015-11-26 20:47:51.000000000 +0000 @@ -15,7 +15,7 @@ msgstr "" "Project-Id-Version: se\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" "PO-Revision-Date: 2010-12-31 02:09+0100\n" "Last-Translator: Børre Gaup \n" "Language-Team: Northern Sami \n" @@ -170,6 +170,14 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +msgid "Show Password in Clear" +msgstr "" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/si.po cdebconf-0.198ubuntu1/debian/po/si.po --- cdebconf-0.192ubuntu1/debian/po/si.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/si.po 2015-11-26 20:47:51.000000000 +0000 @@ -17,7 +17,7 @@ msgstr "" "Project-Id-Version: debian-installer\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" "PO-Revision-Date: 2012-02-28 10:16+0530\n" "Last-Translator: Danishka Navin \n" "Language-Team: Sinhala \n" @@ -181,6 +181,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "මුරපද ආදාන දෝශයක්" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/sk.po cdebconf-0.198ubuntu1/debian/po/sk.po --- cdebconf-0.192ubuntu1/debian/po/sk.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/sk.po 2015-11-26 20:47:51.000000000 +0000 @@ -6,37 +6,34 @@ # Slovak messages for debian-installer. # Copyright (C) 2003 Software in the Public Interest, Inc. # This file is distributed under the same license as debian-installer. -# # Peter Mann -# Ivan Masár , 2007, 2008, 2009, 2010, 2011. -# +# Ivan Masár , 2007, 2008, 2009, 2010, 2011, 2013, 2014, 2015. # Translations from iso-codes: -# (translations from drakfw) -# Alastair McKinstry , 2001, 2002. -# Copyright (C) 2002 Free Software Foundation, Inc. -# Free Software Foundation, Inc., 2004 -# Ivan Masár , 2007, 2008, 2009, 2010, 2011, 2012. -# Translations taken from sk.wikipedia.org on 2008-06-17 -# Pavol Cvengros , 2001. -# Peter Mann , 2004, 2006. -# bronto, 2007. -# +# (translations from drakfw) +# Alastair McKinstry , 2001, 2002. +# Copyright (C) 2002 Free Software Foundation, Inc. +# Free Software Foundation, Inc., 2004 +# Ivan Masár , 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015. +# Translations taken from sk.wikipedia.org on 2008-06-17 +# Pavol Cvengros , 2001. +# Peter Mann , 2004, 2006. +# bronto, 2007. # source: # http://www.geodesy.gov.sk # http://www.fao.org/ (historic names) -# msgid "" msgstr "" "Project-Id-Version: debian-installer\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" -"PO-Revision-Date: 2012-10-08 08:05+0100\n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" +"PO-Revision-Date: 2015-11-18 08:33+0200\n" "Last-Translator: Ivan Masár \n" -"Language-Team: Slovak \n" +"Language-Team: x\n" "Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #. Type: select #. Choices @@ -193,6 +190,14 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +msgid "Show Password in Clear" +msgstr "Zobraziť heslo v čitateľnom tvare" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/sl.po cdebconf-0.198ubuntu1/debian/po/sl.po --- cdebconf-0.192ubuntu1/debian/po/sl.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/sl.po 2015-11-26 20:47:51.000000000 +0000 @@ -33,8 +33,8 @@ msgstr "" "Project-Id-Version: sl\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" -"PO-Revision-Date: 2012-10-18 12:56+0100\n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" +"PO-Revision-Date: 2015-04-20 13:24+0100\n" "Last-Translator: Vanja Cvelbar \n" "Language-Team: Slovenian \n" "Language: sl\n" @@ -204,6 +204,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "Napaka pri vnosu gesla" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/sq.po cdebconf-0.198ubuntu1/debian/po/sq.po --- cdebconf-0.192ubuntu1/debian/po/sq.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/sq.po 2015-11-26 20:47:51.000000000 +0000 @@ -16,11 +16,11 @@ msgstr "" "Project-Id-Version: debian-installer\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" "PO-Revision-Date: 2010-02-21 18:30+0100\n" "Last-Translator: Elian Myftiu \n" "Language-Team: Albanian \n" -"Language: \n" +"Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -183,6 +183,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "Gabim në futjen e fjalëkalimit" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/sr.po cdebconf-0.198ubuntu1/debian/po/sr.po --- cdebconf-0.192ubuntu1/debian/po/sr.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/sr.po 2015-11-26 20:47:51.000000000 +0000 @@ -4,13 +4,13 @@ # DO NOT MODIFY THIS FILE DIRECTLY: SUCH CHANGES WILL BE LOST # # Serbian/Cyrillic messages for debian-installer. -# Copyright (C) 2010 Software in the Public Interest, Inc. +# Copyright (C) 2010-2012 Software in the Public Interest, Inc. # Copyright (C) 2008 THE cp6Linux'S COPYRIGHT HOLDER # This file is distributed under the same license as the debian-installer package. -# Karolina Kalic , 2010-2011. -# Janos Guljas , 2010-2011. +# Karolina Kalic , 2010-2012. +# Janos Guljas , 2010-2012. # Veselin Mijušković , 2008. -# +# Milan Kostic , 2012. # # Translations from iso-codes: # Aleksandar Jelenak , 2010. @@ -24,11 +24,11 @@ msgstr "" "Project-Id-Version: debian-installer\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" "PO-Revision-Date: 2012-10-19 22:10+0100\n" "Last-Translator: Karolina Kalic \n" "Language-Team: Serbian \n" -"Language: \n" +"Language: sr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -191,6 +191,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "Грешка при уносу лозинке" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/sv.po cdebconf-0.198ubuntu1/debian/po/sv.po --- cdebconf-0.192ubuntu1/debian/po/sv.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/sv.po 2015-11-26 20:47:51.000000000 +0000 @@ -25,7 +25,7 @@ msgstr "" "Project-Id-Version: debian-installer\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" "PO-Revision-Date: 2012-04-09 12:32+0100\n" "Last-Translator: Martin Bagge (brother) \n" "Language-Team: Swedish \n" @@ -190,6 +190,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "Inmatningsfel av lösenord" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/ta.po cdebconf-0.198ubuntu1/debian/po/ta.po --- cdebconf-0.192ubuntu1/debian/po/ta.po 2013-04-30 00:00:41.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/ta.po 2015-11-26 20:47:51.000000000 +0000 @@ -14,17 +14,17 @@ # Damodharan Rajalingam , 2006. # Dr.T.Vasudevan , 2007, 2008, 2010. # Dr,T,Vasudevan , 2010. -# Dr.T.Vasudevan , 2007, 2008, 2011, 2012. +# Dr.T.Vasudevan , 2007, 2008, 2011, 2012, 2015. # Dwayne Bailey , 2009. # I. Felix , 2009, 2012. msgid "" msgstr "" "Project-Id-Version: ta\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" -"PO-Revision-Date: 2013-03-29 15:30+0530\n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" +"PO-Revision-Date: 2015-05-09 16:28+0630\n" "Last-Translator: Dr.T.Vasudevan \n" -"Language-Team: Tamil \n" +"Language-Team: Tamil <>\n" "Language: ta\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -187,6 +187,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "கடவுச்சொல் உள்ளீட்டு பிழை" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/templates.pot cdebconf-0.198ubuntu1/debian/po/templates.pot --- cdebconf-0.192ubuntu1/debian/po/templates.pot 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/templates.pot 2015-11-26 20:47:51.000000000 +0000 @@ -1,14 +1,14 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. +# This file is distributed under the same license as the cdebconf package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" +"Project-Id-Version: cdebconf\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -159,6 +159,14 @@ msgstr "" #. Type: text +#. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +msgid "Show Password in Clear" +msgstr "" + +#. Type: text #. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: diff -Nru cdebconf-0.192ubuntu1/debian/po/te.po cdebconf-0.198ubuntu1/debian/po/te.po --- cdebconf-0.192ubuntu1/debian/po/te.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/te.po 2015-11-26 20:47:51.000000000 +0000 @@ -19,7 +19,7 @@ msgstr "" "Project-Id-Version: te\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" "PO-Revision-Date: 2012-03-08 22:29+0530\n" "Last-Translator: Arjuna Rao Chavala \n" "Language-Team: d-i \n" @@ -181,6 +181,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "సంకేత పదం ప్రవేశపెట్టటంలో తప్పు" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/tg.po cdebconf-0.198ubuntu1/debian/po/tg.po --- cdebconf-0.192ubuntu1/debian/po/tg.po 2013-10-25 16:51:43.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/tg.po 2015-11-26 20:47:51.000000000 +0000 @@ -15,8 +15,8 @@ msgstr "" "Project-Id-Version: debian-installer\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" -"PO-Revision-Date: 2013-08-21 22:35+0500\n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" +"PO-Revision-Date: 2014-01-05 13:26+0500\n" "Last-Translator: Victor Ibragimov \n" "Language-Team: Tajik \n" "Language: Tajik\n" @@ -189,6 +189,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "Паролро нодуруст ворид кардед" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/th.po cdebconf-0.198ubuntu1/debian/po/th.po --- cdebconf-0.192ubuntu1/debian/po/th.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/th.po 2015-11-26 20:47:51.000000000 +0000 @@ -4,9 +4,9 @@ # DO NOT MODIFY THIS FILE DIRECTLY: SUCH CHANGES WILL BE LOST # # Thai translation of debian-installer. -# Copyright (C) 2006-2012 Software in the Public Interest, Inc. +# Copyright (C) 2006-2015 Software in the Public Interest, Inc. # This file is distributed under the same license as debian-installer. -# Theppitak Karoonboonyanan , 2006-2011. +# Theppitak Karoonboonyanan , 2006-2015. # # # Translations from iso-codes: @@ -14,18 +14,17 @@ # Translations taken from ICU SVN on 2007-09-09 # Free Software Foundation, Inc., 2002,2003,2004 # Alastair McKinstry , 2002, 2004 -# Translations from KDE: -# - Thanomsub Noppaburana -# Thanomsub Noppaburana (Translations from KDE) -# Theppitak Karoonboonyanan , 2005-2012 +# Translations from KDE: +# Thanomsub Noppaburana +# Theppitak Karoonboonyanan , 2005-2015 # msgid "" msgstr "" "Project-Id-Version: debian-installer\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" -"PO-Revision-Date: 2012-02-24 11:17+0700\n" -"Last-Translator: Theppitak Karoonboonyanan \n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" +"PO-Revision-Date: 2015-10-30 09:19+0700\n" +"Last-Translator: Theppitak Karoonboonyanan \n" "Language-Team: Thai \n" "Language: th\n" "MIME-Version: 1.0\n" @@ -184,6 +183,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "การป้อนรหัสผ่านผิดพลาด" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/tl.po cdebconf-0.198ubuntu1/debian/po/tl.po --- cdebconf-0.192ubuntu1/debian/po/tl.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/tl.po 2015-11-26 20:47:51.000000000 +0000 @@ -24,7 +24,7 @@ msgstr "" "Project-Id-Version: debian-installer\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" "PO-Revision-Date: 2010-07-09 22:53+0800\n" "Last-Translator: Eric Pareja \n" "Language-Team: Tagalog \n" @@ -191,6 +191,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "May pagkakamali sa pagbigay ng kontrasenyas" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/tr.po cdebconf-0.198ubuntu1/debian/po/tr.po --- cdebconf-0.192ubuntu1/debian/po/tr.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/tr.po 2015-11-26 20:47:51.000000000 +0000 @@ -6,41 +6,37 @@ # Turkish messages for debian-installer. # Copyright (C) 2003, 2004 Software in the Public Interest, Inc. # This file is distributed under the same license as debian-installer. -# # Recai Oktaş , 2004, 2005, 2008. # Osman Yüksel , 2004. # Özgür Murat Homurlu , 2004. # Halil Demirezen , 2004. # Murat Demirten , 2004. -# -# Mert Dirik , 2008-2012. -# +# Mert Dirik , 2008-2012, 2014. # Translations from iso-codes: -# Alastair McKinstry , 2001. -# (translations from drakfw) -# Fatih Demir , 2000. -# Free Software Foundation, Inc., 2000,2004 -# Kemal Yilmaz , 2001. -# Mert Dirik , 2008. -# Nilgün Belma Bugüner , 2001. -# Recai Oktaş , 2004. -# Tobias Quathamer , 2007. -# Translations taken from ICU SVN on 2007-09-09 -# Ömer Fadıl USTA , 1999. -# +# Alastair McKinstry , 2001. +# (translations from drakfw) +# Fatih Demir , 2000. +# Free Software Foundation, Inc., 2000,2004 +# Kemal Yilmaz , 2001. +# Mert Dirik , 2008, 2014. +# Nilgün Belma Bugüner , 2001. +# Recai Oktaş , 2004. +# Tobias Quathamer , 2007. +# Translations taken from ICU SVN on 2007-09-09 +# Ömer Fadıl USTA , 1999. msgid "" msgstr "" "Project-Id-Version: debian-installer\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" -"PO-Revision-Date: 2012-10-18 22:56-0000\n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" +"PO-Revision-Date: 2015-09-23 18:35+0300\n" "Last-Translator: Mert Dirik \n" -"Language-Team: Debian L10n Turkish \n" -"Language: \n" +"Language-Team: Debian L10N Turkish\n" +"Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #. Type: select #. Choices @@ -198,6 +194,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "Parola giriş hatası" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/ug.po cdebconf-0.198ubuntu1/debian/po/ug.po --- cdebconf-0.192ubuntu1/debian/po/ug.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/ug.po 2015-11-26 20:47:51.000000000 +0000 @@ -18,11 +18,11 @@ msgstr "" "Project-Id-Version: debian-installer\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" -"PO-Revision-Date: 2012-10-18 20:13+0600\n" -"Last-Translator: Sahran \n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" +"PO-Revision-Date: 2014-03-03 14:41+0600\n" +"Last-Translator: Abduqadir Abliz \n" "Language-Team: Uyghur Computer Science Association \n" -"Language: \n" +"Language: ug\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -185,6 +185,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "كىرگۈزگەن ئىم خاتا" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/uk.po cdebconf-0.198ubuntu1/debian/po/uk.po --- cdebconf-0.192ubuntu1/debian/po/uk.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/uk.po 2015-11-26 20:47:51.000000000 +0000 @@ -15,20 +15,21 @@ # Євгеній Мещеряков , 2008. # Borys Yanovych , 2010, 2011. # Maxim V. Dziumanenko , 2010. -# Yuri Chornoivan , 2010, 2011, 2012. +# Yuri Chornoivan , 2010, 2011, 2012, 2013. +# Anton Gladky , 2014 msgid "" msgstr "" "Project-Id-Version: uk\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" -"PO-Revision-Date: 2012-10-18 14:46+0300\n" -"Last-Translator: Yuri Chornoivan \n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" +"PO-Revision-Date: 2015-10-28 23:28+0100\n" +"Last-Translator: Anton Gladky \n" "Language-Team: Ukrainian \n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. Type: select @@ -189,6 +190,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "Помилка при вводі пароля" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/vi.po cdebconf-0.198ubuntu1/debian/po/vi.po --- cdebconf-0.192ubuntu1/debian/po/vi.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/vi.po 2015-11-26 20:47:51.000000000 +0000 @@ -21,8 +21,8 @@ msgstr "" "Project-Id-Version: debian-installer Level 1\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" -"PO-Revision-Date: 2012-04-11 00:58+0100\n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" +"PO-Revision-Date: 2015-03-05 11:15+0100\n" "Last-Translator: Hai-Nam Nguyen \n" "Language-Team: Vietnamese \n" "Language: vi\n" @@ -190,6 +190,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "Lỗi nhập mật khẩu" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/zh_CN.po cdebconf-0.198ubuntu1/debian/po/zh_CN.po --- cdebconf-0.192ubuntu1/debian/po/zh_CN.po 2014-04-30 09:29:20.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/zh_CN.po 2015-11-26 20:47:51.000000000 +0000 @@ -32,14 +32,14 @@ msgstr "" "Project-Id-Version: debian-installer\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" -"PO-Revision-Date: 2014-03-05 14:59+0800\n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" +"PO-Revision-Date: 2014-12-01 17:17+0800\n" "Last-Translator: YunQiang Su \n" "Language-Team: Chinese (simplified) \n" "Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bits\n" +"Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" #. Type: select @@ -194,6 +194,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "密码输入错误" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/po/zh_TW.po cdebconf-0.198ubuntu1/debian/po/zh_TW.po --- cdebconf-0.192ubuntu1/debian/po/zh_TW.po 2012-11-28 13:23:05.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/po/zh_TW.po 2015-11-26 20:47:51.000000000 +0000 @@ -30,12 +30,12 @@ msgstr "" "Project-Id-Version: debian-installer\n" "Report-Msgid-Bugs-To: cdebconf@packages.debian.org\n" -"POT-Creation-Date: 2012-10-18 06:02+0000\n" -"PO-Revision-Date: 2012-10-20 12:16+0800\n" -"Last-Translator: imacat \n" +"POT-Creation-Date: 2015-11-16 22:38+0000\n" +"PO-Revision-Date: 2013-09-30 14:59+0800\n" +"Last-Translator: Yao Wei (魏銘廷) \n" "Language-Team: Debian-user in Chinese [Big5] \n" -"Language: \n" +"Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -194,6 +194,15 @@ #. Type: text #. Description +#. Appears as a checkbox in the newt and GTK interfaces. +#. :sl1: +#: ../cdebconf-newt-udeb.templates:8001 ../cdebconf-gtk-udeb.templates:9001 +#, fuzzy +msgid "Show Password in Clear" +msgstr "密碼輸入錯誤" + +#. Type: text +#. Description #. Translators, this text will appear on a button, so KEEP IT SHORT #. :sl1: #: ../cdebconf-gtk-udeb.templates:5001 diff -Nru cdebconf-0.192ubuntu1/debian/rules cdebconf-0.198ubuntu1/debian/rules --- cdebconf-0.192ubuntu1/debian/rules 2014-04-30 09:29:20.000000000 +0000 +++ cdebconf-0.198ubuntu1/debian/rules 2015-11-26 20:47:51.000000000 +0000 @@ -11,6 +11,7 @@ udebbuild=debian/build-udeb DEB_HOST_ARCH=$(shell dpkg-architecture -qDEB_HOST_ARCH) +DEB_HOST_ARCH_OS=$(shell dpkg-architecture -qDEB_HOST_ARCH_OS) CONFFILE=/etc/cdebconf.conf #package names @@ -20,11 +21,17 @@ DEB_FRONTENDS=passthrough text newt gtk UDEB_FRONTENDS=passthrough text newt gtk +ifeq ($(DEB_HOST_ARCH_OS),linux) + SELINUXFLAG=--enable-selinux +else + SELINUXFLAG=--disable-selinux +endif + SIZEOPTFLAG=-Os SPEEDOPTFLAG=-O2 DEBUG_CONFIGURE_OPT= ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS))) - CFLAGS += -g + DEBUGOPTFLAG=-g SIZEOPTFLAG= SPEEDOPTFLAG= DEBUG_CONFIGURE_OPT=--with-debug=yes @@ -39,13 +46,14 @@ dh_autoreconf $(debbuild)/config.status: configure - CFLAGS="$(CFLAGS) $(SPEEDOPTFLAG)" \ + DEB_CFLAGS_MAINT_APPEND="$(DEBUGOPTFLAG) $(SPEEDOPTFLAG)" \ dh_auto_configure -B$(debbuild) -- \ --libexecdir=\$${prefix}/lib \ --without-rpath \ --with-db="textdb rfc822db stack" \ --with-frontend="$(DEB_FRONTENDS)" \ --with-textwrap \ + $(SELINUXFLAG) \ --with-conffile=$(CONFFILE) \ $(DEBUG_CONFIGURE_OPT) @@ -56,7 +64,7 @@ touch $@ $(udebbuild)/config.status: configure - CFLAGS="$(CFLAGS) $(SIZEOPTFLAG) -fomit-frame-pointer" \ + DEB_CFLAGS_MAINT_APPEND="$(DEBUGOPTFLAG) $(SIZEOPTFLAG) -fomit-frame-pointer" \ dh_auto_configure -B$(udebbuild) -- \ --libexecdir=\$${prefix}/lib \ --enable-d-i \ @@ -65,6 +73,7 @@ --with-default-frontend=newt \ --with-syslog-logging \ --with-textwrap \ + --disable-selinux \ --with-conffile=$(CONFFILE) \ $(DEBUG_CONFIGURE_OPT) @@ -119,6 +128,7 @@ dh_installdocs -s dh_installdebconf -s dh_installdirs -s + dh_lintian -s dh_strip -s dh_compress -s dh_fixperms -s diff -Nru cdebconf-0.192ubuntu1/globalmakeflags.in cdebconf-0.198ubuntu1/globalmakeflags.in --- cdebconf-0.192ubuntu1/globalmakeflags.in 2014-01-13 18:21:07.000000000 +0000 +++ cdebconf-0.198ubuntu1/globalmakeflags.in 2015-11-26 20:47:51.000000000 +0000 @@ -20,6 +20,7 @@ FRONTEND_MODULES=@FRONTEND_MODULES@ CC=@CC@ +CPPFLAGS=@CPPFLAGS@ CFLAGS=@CFLAGS@ -I. -I$(builddir)/src -I$(srcdir)/src LDFLAGS=@LDFLAGS@ POD2MAN=@POD2MAN@ @@ -27,7 +28,7 @@ VPATH=$(srcdir)/$(SUBDIR) %.o: %.c - $(CC) $(CFLAGS) -I$(builddir) -o $@ -c $< + $(CC) $(CPPFLAGS) $(CFLAGS) -I$(builddir) -o $@ -c $< %.opic: %.c - $(CC) $(CFLAGS) -I$(builddir) -fPIC -o $@ -c $< + $(CC) $(CPPFLAGS) $(CFLAGS) -I$(builddir) -fPIC -o $@ -c $< diff -Nru cdebconf-0.192ubuntu1/src/confmodule.c cdebconf-0.198ubuntu1/src/confmodule.c --- cdebconf-0.192ubuntu1/src/confmodule.c 2012-05-07 14:36:16.000000000 +0000 +++ cdebconf-0.198ubuntu1/src/confmodule.c 2015-11-26 20:47:51.000000000 +0000 @@ -20,6 +20,12 @@ #include +#ifdef SELINUX_ENABLED +#include +#else +#define setexecfilecon(filename, fallback) do {} while(0) +#endif + static commands_t commands[] = { #include "commands-list.h" { 0, 0 } @@ -217,6 +223,7 @@ for (i = 1; i < argc; i++) args[i-1] = argv[i]; args[argc-1] = NULL; + setexecfilecon(argv[1],"dpkg_script_t"); if (execv(argv[1], args) != 0) perror("execv"); /* should never reach here, otherwise execv failed :( */ diff -Nru cdebconf-0.192ubuntu1/src/Makefile.in cdebconf-0.198ubuntu1/src/Makefile.in --- cdebconf-0.192ubuntu1/src/Makefile.in 2014-04-30 09:29:20.000000000 +0000 +++ cdebconf-0.198ubuntu1/src/Makefile.in 2015-11-26 20:47:51.000000000 +0000 @@ -34,15 +34,15 @@ $(BIN): $(LIBNAME) $(addsuffix .o,$(BIN)) @echo Compiling tool $@ - $(CC) $(CFLAGS) -o $@ $@.o @RPATH@ $(LDFLAGS) $(LIBS) + $(CC) $(CPPFLAGS) $(CFLAGS) -o $@ $@.o @RPATH@ $(LDFLAGS) $(LIBS) $(LIBNAME): $(LIBOBJS) @echo Creating library $@ - $(CC) $(CFLAGS) -shared -o $@ $(LDFLAGS) $^ -ldl @DI_LIBS@ @TEXTWRAP_LIBS@ + $(CC) $(CPPFLAGS) $(CFLAGS) -shared -o $@ $(LDFLAGS) $^ -ldl @DI_LIBS@ @TEXTWRAP_LIBS@ @SELINUX_LIBS@ $(CLILIBNAME): $(CLILIBOBJS) @echo Creating shared library $@ - $(CC) $(CFLAGS) -shared -Wl,-soname,$(CLISONAME) -o $@ $(LDFLAGS) $^ + $(CC) $(CPPFLAGS) $(CFLAGS) -shared -Wl,-soname,$(CLISONAME) -o $@ $(LDFLAGS) $^ $(CLILIBNAME_A): $(CLILIBOBJS_A) $(AR) cr $@ $^ diff -Nru cdebconf-0.192ubuntu1/src/modules/db/http/http.c cdebconf-0.198ubuntu1/src/modules/db/http/http.c --- cdebconf-0.192ubuntu1/src/modules/db/http/http.c 2011-02-23 13:20:32.000000000 +0000 +++ cdebconf-0.198ubuntu1/src/modules/db/http/http.c 2015-11-26 20:47:51.000000000 +0000 @@ -335,6 +335,7 @@ url, translated_tag); system(buf); + free(buf); INFO(INFO_DEBUG, "%s: url = [%s]", __FILE__, url); asprintf(&path, "/tmp/cdebconf_q_%s", translated_tag); @@ -346,6 +347,7 @@ INFO(INFO_ERROR, "Cannot get question %s: %s", ltag, strerror(errno)); + free(path); return DC_NOTOK; } @@ -378,6 +380,7 @@ } fclose(inf); + free(path); return q; } diff -Nru cdebconf-0.192ubuntu1/src/modules/db/modules.mak cdebconf-0.198ubuntu1/src/modules/db/modules.mak --- cdebconf-0.192ubuntu1/src/modules/db/modules.mak 2011-12-20 17:10:31.000000000 +0000 +++ cdebconf-0.198ubuntu1/src/modules/db/modules.mak 2015-11-26 20:47:51.000000000 +0000 @@ -8,7 +8,7 @@ $(SOBJ): $(OBJS) @echo Creating DSO $@ from $^ - @$(CC) $(CFLAGS) -shared -o $@ $^ $(LDFLAGS) $(LIBS) + @$(CC) $(CPPFLAGS) $(CFLAGS) -shared -o $@ $^ $(LDFLAGS) $(LIBS) install: install -d -m 755 $(DESTDIR)${moddir}/db diff -Nru cdebconf-0.192ubuntu1/src/modules/db/rfc822db/rfc822db.c cdebconf-0.198ubuntu1/src/modules/db/rfc822db/rfc822db.c --- cdebconf-0.192ubuntu1/src/modules/db/rfc822db/rfc822db.c 2013-10-25 16:51:43.000000000 +0000 +++ cdebconf-0.198ubuntu1/src/modules/db/rfc822db/rfc822db.c 2015-11-26 20:47:51.000000000 +0000 @@ -20,7 +20,7 @@ #include #include -FILE *outf = NULL; +static FILE *outf = NULL; static const struct { const char *name; @@ -33,12 +33,12 @@ static struct template *rfc822db_template_get(struct template_db *db, const char *ltag); -int nodetemplatecomp(const void *pa, const void *pb) { +static int nodetemplatecomp(const void *pa, const void *pb) { return strcmp(((struct template *)pa)->tag, ((struct template *)pb)->tag); } -int nodequestioncomp(const void *pa, const void *pb) { +static int nodequestioncomp(const void *pa, const void *pb) { return strcmp(((struct question *)pa)->tag, ((struct question *)pb)->tag); } @@ -208,7 +208,7 @@ return inf; } -void rfc822db_template_destroyitem(void *data) +static void rfc822db_template_destroyitem(void *data) { template_deref((struct template *) data); } @@ -364,7 +364,7 @@ return DC_OK; } -void rfc822db_template_dump(const void *node, const VISIT which, const int depth) +static void rfc822db_template_dump(const void *node, const VISIT which, const int depth) { const char *p, *lang; const char **field; @@ -541,8 +541,8 @@ * immediately. If we ever need iterate() to be thread-safe, this *needs* to * go away. */ -di_slist *template_iterator; -void rfc822db_template_makeiterator(const void *nodep, const VISIT which, +static di_slist *template_iterator; +static void rfc822db_template_makeiterator(const void *nodep, const VISIT which, const int depth) { if (which == postorder || which == leaf) @@ -582,7 +582,7 @@ return t; } -void rfc822db_question_destroyitem(void *data) +static void rfc822db_question_destroyitem(void *data) { question_deref((struct question *) data); } @@ -674,7 +674,7 @@ return DC_OK; } -void rfc822db_question_dump(const void *node, const VISIT which, const int depth) +static void rfc822db_question_dump(const void *node, const VISIT which, const int depth) { struct questionowner *owner; struct questionvariable *var; @@ -852,8 +852,8 @@ * immediately. If we ever need iterate() to be thread-safe, this *needs* to * go away. */ -di_slist *question_iterator; -void rfc822db_question_makeiterator(const void *nodep, const VISIT which, +static di_slist *question_iterator; +static void rfc822db_question_makeiterator(const void *nodep, const VISIT which, const int depth) { if (which == postorder || which == leaf) @@ -917,7 +917,7 @@ .iterate = rfc822db_question_iterate, }; -void dump_question(struct question *q) { +static void dump_question(struct question *q) { fprintf(stderr,"\nDUMPING QUESTION\n"); fprintf(stderr,"Question: %s\n", q->tag); fprintf(stderr,"Value: %s\n", q->value); diff -Nru cdebconf-0.192ubuntu1/src/modules/frontend/gtk/di.c cdebconf-0.198ubuntu1/src/modules/frontend/gtk/di.c --- cdebconf-0.192ubuntu1/src/modules/frontend/gtk/di.c 2011-02-23 13:20:32.000000000 +0000 +++ cdebconf-0.198ubuntu1/src/modules/frontend/gtk/di.c 2015-11-26 20:47:51.000000000 +0000 @@ -40,6 +40,7 @@ #include #include #include +#include #include #if 0 @@ -48,6 +49,7 @@ #include #endif #include +#include #include "question.h" #include "database.h" @@ -159,6 +161,91 @@ gtk_window_fullscreen(GTK_WINDOW(window)); } +/** Increase or decrease font size + * @param factor (> 1 to increase, < 1 to decrease) + */ +static void di_change_font_size(struct frontend *fe, float factor) +{ + GtkSettings *gsettings; + char *font_name; + char *size_s, *end; + char *sed; + long size, newsize; + + gsettings = gtk_settings_get_default (); + g_object_get(gsettings, "gtk-font-name", &font_name, NULL); + if (!font_name) + return; + + size_s = strpbrk(font_name, "0123456789"); + if (!size_s) { + g_free(font_name); + return; + } + size = strtol(size_s, &end, 10); + if (end == size_s) { + g_free(font_name); + return; + } + + newsize = size * factor; + if (newsize == size) { + if (factor < 1) { + newsize = size - 1; + } else + newsize = size + 1; + } + if (newsize <= 0) + newsize = 1; + + asprintf(&sed, "sed -i 's/^gtk-font-name.*$/gtk-font-name = \"%.*s%d%s\"/' " + "/etc/gtk-2.0/gtkrc", + (int) (size_s - font_name), font_name, (int) newsize, end); + system(sed); + free(sed); + g_free(font_name); + + gtk_rc_reparse_all_for_settings(gsettings, TRUE); + cdebconf_gtk_set_answer_notok(fe); +} + +/** Key event handler implementing global key shortcuts. + * + * @param widget main window + * @param key the pressed key + * @param fe cdebconf frontend + * @return TRUE if "Cancel" was handled, FALSE otherwise + */ +static gboolean di_shortcuts(GtkWidget * widget, GdkEventKey * key, + struct frontend * fe) +{ + if (GDK_KEY_ZoomIn == key->keyval || + ((GDK_KEY_plus == key->keyval + || GDK_KEY_KP_Add == key->keyval) + && GDK_CONTROL_MASK & key->state)) { + di_change_font_size(fe, 1.25); + return TRUE; + } + if (GDK_KEY_ZoomOut == key->keyval || + ((GDK_KEY_minus == key->keyval + || GDK_KEY_KP_Subtract == key->keyval) + && GDK_CONTROL_MASK & key->state)) { + di_change_font_size(fe, 0.8); + return TRUE; + } + return FALSE; +} + +/** Add global keyboard shortcuts + * + * @param fe cdebconf frontend + */ +static void set_shortcuts(struct frontend *fe) +{ + struct frontend_data * fe_data = fe->data; + cdebconf_gtk_add_global_key_handler(fe, fe_data->window, G_CALLBACK(di_shortcuts)); +} + /** Setup d-i specific bits. * * This will create and initialize the relevant data structure. @@ -190,6 +277,7 @@ (void) g_log_set_default_handler(log_glib_to_syslog, NULL); make_fullscreen(fe_data->window); + set_shortcuts(fe); cursor = gdk_cursor_new(GDK_LEFT_PTR); gdk_window_set_cursor(gdk_get_default_root_window(), cursor); diff -Nru cdebconf-0.192ubuntu1/src/modules/frontend/gtk/handlers.c cdebconf-0.198ubuntu1/src/modules/frontend/gtk/handlers.c --- cdebconf-0.192ubuntu1/src/modules/frontend/gtk/handlers.c 2011-02-23 13:20:32.000000000 +0000 +++ cdebconf-0.198ubuntu1/src/modules/frontend/gtk/handlers.c 2015-11-26 20:47:51.000000000 +0000 @@ -201,6 +201,11 @@ return alignment; } +static void checkbox_toggled(GtkToggleButton *togglebutton, gpointer user_data) +{ + gtk_entry_set_visibility(GTK_ENTRY(user_data), gtk_toggle_button_get_active(togglebutton)); +} + /** Handler for question of password type. * * @param fe cdebconf frontend @@ -212,7 +217,7 @@ struct question * question, GtkWidget * question_box) { - GtkWidget * entry; + GtkWidget * entry, * vbox, *checkbox; /* INFO(INFO_DEBUG, "GTK_DI - gtkhandler_password() called"); */ @@ -220,9 +225,16 @@ gtk_entry_set_visibility(GTK_ENTRY(entry), FALSE /* password style */); gtk_entry_set_activates_default(GTK_ENTRY(entry), TRUE /* activate on Enter */); + + + vbox = gtk_vbox_new(TRUE, 1); + checkbox = gtk_check_button_new_with_label(cdebconf_gtk_get_text(fe, "debconf/show-password", "Show Password in Clear")); + g_signal_connect (checkbox, "toggled", G_CALLBACK (checkbox_toggled), entry); + gtk_box_pack_start(GTK_BOX(vbox), entry, FALSE, FALSE, 0); + gtk_box_pack_start(GTK_BOX(vbox), checkbox, FALSE, FALSE, 0); cdebconf_gtk_add_common_layout(fe, question, question_box, - create_entry_alignment(entry)); + create_entry_alignment(vbox)); if (cdebconf_gtk_is_first_question(question)) { gtk_widget_grab_focus(entry); diff -Nru cdebconf-0.192ubuntu1/src/modules/frontend/gtk/Makefile.in cdebconf-0.198ubuntu1/src/modules/frontend/gtk/Makefile.in --- cdebconf-0.192ubuntu1/src/modules/frontend/gtk/Makefile.in 2013-10-25 16:51:43.000000000 +0000 +++ cdebconf-0.198ubuntu1/src/modules/frontend/gtk/Makefile.in 2015-11-26 20:47:51.000000000 +0000 @@ -34,7 +34,8 @@ # turn on extra warnings MODCFLAGS += -W # treat warnings as errors -MODCFLAGS += -Werror +# (XXX: temporary disabled as we ignore return values from asprintf and system) +# MODCFLAGS += -Werror # warn about undefined preprocessor identifiers MODCFLAGS += -Wundef # warn about casting of pointers to increased alignment requirements diff -Nru cdebconf-0.192ubuntu1/src/modules/frontend/modules.mak cdebconf-0.198ubuntu1/src/modules/frontend/modules.mak --- cdebconf-0.192ubuntu1/src/modules/frontend/modules.mak 2011-12-20 17:10:31.000000000 +0000 +++ cdebconf-0.198ubuntu1/src/modules/frontend/modules.mak 2015-11-26 20:47:51.000000000 +0000 @@ -8,7 +8,7 @@ $(SOBJ): $(OBJS) @echo Creating DSO $@ from $^ - $(CC) $(CFLAGS) -shared -o $@ $^ $(LDFLAGS) $(LIBS) + $(CC) $(CPPFLAGS) $(CFLAGS) -shared -o $@ $^ $(LDFLAGS) $(LIBS) install:: install -d -m 755 $(DESTDIR)${moddir}/frontend diff -Nru cdebconf-0.192ubuntu1/src/modules/frontend/newt/newt.c cdebconf-0.198ubuntu1/src/modules/frontend/newt/newt.c --- cdebconf-0.192ubuntu1/src/modules/frontend/newt/newt.c 2012-12-13 11:37:58.000000000 +0000 +++ cdebconf-0.198ubuntu1/src/modules/frontend/newt/newt.c 2015-11-26 20:47:51.000000000 +0000 @@ -142,6 +142,12 @@ return question_get_text(obj, "debconf/help-line-f1", " for help; moves; selects; activates buttons"); } +static const char * +show_password_text(struct frontend *obj) +{ + return question_get_text(obj, "debconf/show-password", "Show Password in Clear"); +} + void cdebconf_newt_setup(void) { @@ -426,11 +432,18 @@ return ret; } +static void checkbox_callback(newtComponent co, void * data) +{ + char value = newtCheckboxGetValue(co); + newtComponent entry = (newtComponent)data; + newtEntrySetFlags(entry, NEWT_FLAG_PASSWORD, (value == '*') ? NEWT_FLAGS_RESET : NEWT_FLAGS_SET); +} + static int generic_handler_string(struct frontend *obj, struct question *q, int eflags) { - newtComponent form, textbox, bOk, bCancel, entry, cRet; - int width = 80, height = 24, t_height, t_width, win_width, win_height; + newtComponent form, textbox, bOk, bCancel, entry, checkbox, cRet; + int width = 80, height = 24, t_height, t_width, win_width, win_height, win_height_margin = 6; int t_width_scroll = 0, t_width_title, t_width_buttons; int ret; #ifdef HAVE_LIBTEXTWRAP @@ -459,14 +472,16 @@ t_height = cdebconf_newt_get_text_height(full_description, win_width); else t_height = 0; - if (t_height + 6 <= height-5) - win_height = t_height + 6; + if (eflags & NEWT_FLAG_PASSWORD) + win_height_margin += 2; + if (t_height + win_height_margin <= height-5) + win_height = t_height + win_height_margin; else { win_height = height - 5; tflags |= NEWT_FLAG_SCROLL; t_width_scroll = 2; } - t_height = win_height - 6; + t_height = win_height - win_height_margin; t_width = cdebconf_newt_get_text_width(full_description); t_width_buttons = 2*BUTTON_PADDING + cdebconf_newt_get_text_width(continue_text(obj)) + 2; if (obj->methods.can_go_back(obj, q)) @@ -496,12 +511,19 @@ if (obj->methods.can_go_back(obj, q)) { bOk = newtCompactButton(win_width - TEXT_PADDING - BUTTON_PADDING - strwidth(continue_text(obj)) - 3, win_height-2, continue_text(obj)); bCancel = newtCompactButton(TEXT_PADDING + BUTTON_PADDING - 1, win_height-2, goback_text(obj)); - newtFormAddComponents(form, bCancel, textbox, entry, bOk, NULL); + newtFormAddComponent(form, bCancel); } else { bOk = newtCompactButton((win_width-strwidth(continue_text(obj))-2)/2 - 1, win_height-2, continue_text(obj)); bCancel = NULL; - newtFormAddComponents(form, textbox, entry, bOk, NULL); } + newtFormAddComponents(form, textbox, entry, NULL); + if (eflags & NEWT_FLAG_PASSWORD) + { + checkbox = newtCheckbox(1, win_height-4, show_password_text(obj), ' ', " *", NULL); + newtComponentAddCallback(checkbox, checkbox_callback, entry); + newtFormAddComponent(form, checkbox); + } + newtFormAddComponent(form, bOk); newtFormSetCurrent(form, entry); cRet = newtRunForm(form); if ((cRet == NULL) || (bCancel != NULL && cRet == bCancel)) diff -Nru cdebconf-0.192ubuntu1/src/modules/frontend/slang/slang.c cdebconf-0.198ubuntu1/src/modules/frontend/slang/slang.c --- cdebconf-0.192ubuntu1/src/modules/frontend/slang/slang.c 2011-12-20 17:10:31.000000000 +0000 +++ cdebconf-0.198ubuntu1/src/modules/frontend/slang/slang.c 2015-11-26 20:47:51.000000000 +0000 @@ -544,7 +544,11 @@ } } } - if (ret != DC_OK) return ret; + if (ret != DC_OK) + { + free(selected); + return ret; + } for (i = 0; i < count; i++) { diff -Nru cdebconf-0.192ubuntu1/src/modules/frontend/text/text.c cdebconf-0.198ubuntu1/src/modules/frontend/text/text.c --- cdebconf-0.192ubuntu1/src/modules/frontend/text/text.c 2013-10-25 16:51:43.000000000 +0000 +++ cdebconf-0.198ubuntu1/src/modules/frontend/text/text.c 2015-11-26 20:47:51.000000000 +0000 @@ -590,7 +590,7 @@ static int text_handler_select(struct frontend *obj, struct question *q) { struct choices *choices = NULL; - char answer[10]; + char answer[128]; int i, choice, def = -1; const char *defval; int ret = DC_OK; @@ -640,8 +640,19 @@ } if (ISEMPTY(answer)) choice = def; - else + else { choice = atoi(answer) - 1; + if (choice == -1) { + /* Not a number, perhaps the value */ + for (i = 0; i < choices->count; i++) { + if (strcasecmp(choices->choices[choices->tindex[i]], answer) == 0) { + /* Yes */ + choice = i; + break; + } + } + } + } } while (choice < 0 || choice >= choices->count); question_setvalue(q, choices->choices[choices->tindex[choice]]); diff -Nru cdebconf-0.192ubuntu1/src/plugin.c cdebconf-0.198ubuntu1/src/plugin.c --- cdebconf-0.192ubuntu1/src/plugin.c 2011-02-23 13:20:32.000000000 +0000 +++ cdebconf-0.198ubuntu1/src/plugin.c 2015-11-26 20:47:51.000000000 +0000 @@ -25,7 +25,7 @@ struct plugin *plugin_new(const char *frontend, const char *filename) { - struct plugin *plugin = NEW(struct plugin); + struct plugin *plugin; const char *base; size_t baselen, symbollen; char *typesymbol, *symbol; @@ -45,6 +45,8 @@ if (strncmp(base + baselen - 3, ".so", 3) != 0) return NULL; + plugin = NEW(struct plugin); + plugin->name = malloc(baselen - 9); strncpy(plugin->name, base + 7, baselen - 10); plugin->name[baselen - 10] = '\0'; diff -Nru cdebconf-0.192ubuntu1/src/strutl.c cdebconf-0.198ubuntu1/src/strutl.c --- cdebconf-0.192ubuntu1/src/strutl.c 2012-05-07 14:36:16.000000000 +0000 +++ cdebconf-0.198ubuntu1/src/strutl.c 2015-11-26 20:47:51.000000000 +0000 @@ -284,6 +284,11 @@ /* fall back semi-gracefully to unsorted list */ for (j = 0; j < maxnarg; j++) oindex[j] = j; + /* Avoid a leak on error */ + for (j = 0; j < i; j++) + free(sorted_targv[j]); + free(sorted_targv); + free(cindex); return maxnarg; } sorted_targv[i] = STRDUP(targv[oindex[i]]); @@ -727,6 +732,8 @@ free(column_widths); free(cells_per_line); + free(remaining_line_widths); + free(remaining_line_sizes); return 0; }