From 68362f7996f4e72d73b40d61dc821610a1a4a148 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Tue, 18 Dec 2018 15:03:59 +0100 Subject: Release 1.8.0~alpha3 --- CMakeLists.txt | 2 +- debian/NEWS | 6 ++++-- debian/changelog | 32 ++++++++++++++++++++++++++++++++ doc/apt-verbatim.ent | 2 +- doc/apt.conf.5.xml | 2 +- doc/apt_auth.conf.5.xml | 2 +- doc/po/apt-doc.pot | 30 +++++++++++++++++++++++++----- doc/po/de.po | 41 +++++++++++++++++++++++++++++++++++++---- doc/po/es.po | 46 ++++++++++++++++++++++++++++++++++++++++++---- doc/po/fr.po | 42 ++++++++++++++++++++++++++++++++++++++---- doc/po/it.po | 46 ++++++++++++++++++++++++++++++++++++++++++---- doc/po/ja.po | 43 +++++++++++++++++++++++++++++++++++++++---- doc/po/nl.po | 41 +++++++++++++++++++++++++++++++++++++---- doc/po/pl.po | 46 ++++++++++++++++++++++++++++++++++++++++++---- doc/po/pt.po | 46 ++++++++++++++++++++++++++++++++++++++++++---- doc/po/pt_BR.po | 33 +++++++++++++++++++++++++++++---- po/apt-all.pot | 8 ++++---- po/ar.po | 6 +++--- po/ast.po | 6 +++--- po/bg.po | 6 +++--- po/bs.po | 6 +++--- po/ca.po | 6 +++--- po/cs.po | 6 +++--- po/cy.po | 6 +++--- po/da.po | 6 +++--- po/de.po | 6 +++--- po/dz.po | 6 +++--- po/el.po | 6 +++--- po/es.po | 6 +++--- po/eu.po | 6 +++--- po/fi.po | 6 +++--- po/fr.po | 6 +++--- po/gl.po | 6 +++--- po/hu.po | 6 +++--- po/it.po | 6 +++--- po/ja.po | 6 +++--- po/km.po | 6 +++--- po/ko.po | 6 +++--- po/ku.po | 6 +++--- po/lt.po | 6 +++--- po/mr.po | 6 +++--- po/nb.po | 18 +++++++++--------- po/ne.po | 6 +++--- po/nl.po | 6 +++--- po/nn.po | 6 +++--- po/pl.po | 6 +++--- po/pt.po | 6 +++--- po/pt_BR.po | 6 +++--- po/ro.po | 6 +++--- po/ru.po | 6 +++--- po/sk.po | 6 +++--- po/sl.po | 6 +++--- po/sv.po | 6 +++--- po/th.po | 6 +++--- po/tl.po | 6 +++--- po/tr.po | 6 +++--- po/uk.po | 6 +++--- po/vi.po | 6 +++--- po/zh_CN.po | 6 +++--- po/zh_TW.po | 6 +++--- 60 files changed, 552 insertions(+), 186 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2a05fbc45..4adaa146b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -183,7 +183,7 @@ endif() # Configure some variables like package, version and architecture. set(PACKAGE ${PROJECT_NAME}) set(PACKAGE_MAIL "APT Development Team ") -set(PACKAGE_VERSION "1.8.0~alpha2") +set(PACKAGE_VERSION "1.8.0~alpha3") if (NOT DEFINED DPKG_DATADIR) execute_process(COMMAND ${PERL_EXECUTABLE} -MDpkg -e "print $Dpkg::DATADIR;" diff --git a/debian/NEWS b/debian/NEWS index 95725b261..e68470198 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,10 +1,12 @@ -apt (1.8.0~alpha3) UNRELEASED; urgency=medium +apt (1.8.0~alpha3) unstable; urgency=medium The PATH for running dpkg is now configured by the option DPkg::Path, and defaults to "/usr/sbin:/usr/bin:/sbin/:bin". Previous behavior of not changing PATH may be restored by setting the option to an empty string. - -- Julian Andres Klode Mon, 10 Dec 2018 16:51:36 +0100 + Support for /etc/apt/auth.conf.d/ has been added, see apt_auth.conf(5). + + -- Julian Andres Klode Tue, 18 Dec 2018 15:02:11 +0100 apt (1.6~rc1) unstable; urgency=medium diff --git a/debian/changelog b/debian/changelog index 5347cb129..eaacec077 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,35 @@ +apt (1.8.0~alpha3) unstable; urgency=medium + + [ Manuel A. Fernandez Montecelo ] + * Remove "Ultimedia" config for Acquire::Changelogs + * Remove "Tanglu" config for Acquire::Changelogs and as vendor + + [ Julian Andres Klode ] + * Adjust libapt-pkg Breaks aptitude to << 0.8.9 + * Print useful error on "apt changelog" without arguments + * test-pdiff-usage: make transaction failure test case more robust + * Provide a "autopurge" shortcut. + Thanks to Michael Vogt for the initial work + * Override FileFd copy constructor to prevent copying + * Add support for /etc/apt/auth.conf.d/*.conf (netrcparts) + * Set PATH=/usr/sbin:/usr/bin:/sbin:/bin when running dpkg + + [ David Kalnischkies ] + * Allow setting Referer header for http method + * Use quoted tagnames in config dumps + + [ Алексей Шилин ] + * Russian program translation update (Closes: #914096) + + [ Balint Reczey ] + * Set LC_ALL=C.UTF-8 for unattended-upgrades environment when parsing its --help + (LP: #1806076) + + [ Milo Casagrande ] + * [l10n] Update Italian translation + + -- Julian Andres Klode Tue, 18 Dec 2018 15:02:11 +0100 + apt (1.8.0~alpha2) unstable; urgency=medium * Revert "http: Fix handling of server connection closure" diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent index 7f802dea9..9700e1cf8 100644 --- a/doc/apt-verbatim.ent +++ b/doc/apt-verbatim.ent @@ -268,7 +268,7 @@ "> - + diff --git a/doc/apt.conf.5.xml b/doc/apt.conf.5.xml index ffbcba5a4..5ce693c2c 100644 --- a/doc/apt.conf.5.xml +++ b/doc/apt.conf.5.xml @@ -19,7 +19,7 @@ &apt-email; &apt-product; - 2018-09-27T00:00:00Z + 2018-12-10T00:00:00Z diff --git a/doc/apt_auth.conf.5.xml b/doc/apt_auth.conf.5.xml index 26d14b8e8..e7961ef81 100644 --- a/doc/apt_auth.conf.5.xml +++ b/doc/apt_auth.conf.5.xml @@ -13,7 +13,7 @@ &apt-email; &apt-product; - 2017-07-07T00:00:00Z + 2018-12-03T00:00:00Z diff --git a/doc/po/apt-doc.pot b/doc/po/apt-doc.pot index c794ed03f..0e2d62d01 100644 --- a/doc/po/apt-doc.pot +++ b/doc/po/apt-doc.pot @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt-doc 1.8.0~alpha2\n" +"Project-Id-Version: apt-doc 1.8.0~alpha3\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2018-11-13 10:31+0100\n" +"POT-Creation-Date: 2018-12-18 15:02+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -3827,6 +3827,14 @@ msgid "" "&dpkg;." msgstr "" +#. type: Content of: +#: apt.conf.5.xml +msgid "" +"This is a string that defines the PATH environment variable " +"used when running dpkg. It may be set to any valid value of that environment " +"variable; or the empty string, in which case the variable is not changed." +msgstr "" + #. type: Content of: #: apt.conf.5.xml msgid "" @@ -6889,9 +6897,9 @@ msgstr "" #. type: Content of: #: apt_auth.conf.5.xml msgid "" -"The APT auth.conf file /etc/apt/auth.conf can be used " -"to store login information in a netrc-like format with restrictive file " -"permissions." +"The APT auth.conf file /etc/apt/auth.conf, and .conf " +"files inside /etc/apt/auth.conf.d can be used to store " +"login information in a netrc-like format with restrictive file permissions." msgstr "" #. type: Content of: @@ -7047,6 +7055,18 @@ msgid "" "Configuration Item: <literal>Dir::Etc::netrc</literal>." msgstr "" +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt_auth.conf.5.xml +msgid "<filename>/etc/apt/auth.conf.d/*.conf</filename>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt_auth.conf.5.xml +msgid "" +"Login information for APT sources and proxies in a netrc-like format. " +"Configuration Item: <literal>Dir::Etc::netrcparts</literal>." +msgstr "" + #. type: Content of: <refentry><refsect1><para> #: apt_auth.conf.5.xml msgid "&apt-conf; &sources-list;" diff --git a/doc/po/de.po b/doc/po/de.po index 0eda97c6d..73ebf1b9f 100644 --- a/doc/po/de.po +++ b/doc/po/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.6\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-10-30 22:10+0100\n" +"POT-Creation-Date: 2018-12-18 15:02+0100\n" "PO-Revision-Date: 2018-10-21 12:58+0200\n" "Last-Translator: Chris Leick <c.leick@vollbio.de>\n" "Language-Team: German <debian-l10n-german@lists.debian.org>\n" @@ -5519,6 +5519,14 @@ msgstr "" "Optionen müssen unter Benutzung der Listenschreibweise angegeben werden und " "jedes Listenelement wird als einzelnes Argument an &dpkg; übermittelt." +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" +"This is a string that defines the <envar>PATH</envar> environment variable " +"used when running dpkg. It may be set to any valid value of that environment " +"variable; or the empty string, in which case the variable is not changed." +msgstr "" + #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" @@ -9867,10 +9875,15 @@ msgstr "" #. type: Content of: <refentry><refsect1><para> #: apt_auth.conf.5.xml +#, fuzzy +#| msgid "" +#| "The APT auth.conf file <filename>/etc/apt/auth.conf</filename> can be " +#| "used to store login information in a netrc-like format with restrictive " +#| "file permissions." msgid "" -"The APT auth.conf file <filename>/etc/apt/auth.conf</filename> can be used " -"to store login information in a netrc-like format with restrictive file " -"permissions." +"The APT auth.conf file <filename>/etc/apt/auth.conf</filename>, and .conf " +"files inside <filename>/etc/apt/auth.conf.d</filename> can be used to store " +"login information in a netrc-like format with restrictive file permissions." msgstr "" "Die APT-Auth.conf-Datei <filename>/etc/apt/auth.conf</filename> kann benutzt " "werden, um Anmeldeinformationen in einem Netrc-ähnlichen Format mit " @@ -10082,6 +10095,26 @@ msgstr "" "Anmeldeinformationen für APT-Quellen und -Proxys in einem Netrc-ähnlichen " "Format. Konfigurationselement: <literal>Dir::Etc::netrc</literal>." +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt_auth.conf.5.xml +#, fuzzy +#| msgid "<filename>/etc/apt/auth.conf</filename>" +msgid "<filename>/etc/apt/auth.conf.d/*.conf</filename>" +msgstr "<filename>/etc/apt/auth.conf</filename>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt_auth.conf.5.xml +#, fuzzy +#| msgid "" +#| "Login information for APT sources and proxies in a netrc-like format. " +#| "Configuration Item: <literal>Dir::Etc::netrc</literal>." +msgid "" +"Login information for APT sources and proxies in a netrc-like format. " +"Configuration Item: <literal>Dir::Etc::netrcparts</literal>." +msgstr "" +"Anmeldeinformationen für APT-Quellen und -Proxys in einem Netrc-ähnlichen " +"Format. Konfigurationselement: <literal>Dir::Etc::netrc</literal>." + #. type: Content of: <refentry><refsect1><para> #: apt_auth.conf.5.xml msgid "&apt-conf; &sources-list;" diff --git a/doc/po/es.po b/doc/po/es.po index e8fd5f60f..1d42cd2af 100644 --- a/doc/po/es.po +++ b/doc/po/es.po @@ -38,7 +38,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-11-12 11:52+0100\n" +"POT-Creation-Date: 2018-12-18 15:02+0100\n" "PO-Revision-Date: 2014-07-04 01:31+0200\n" "Last-Translator: Omar Campagne <ocampagne@gmail.com>\n" "Language-Team: Debian l10n Spanish <debian-l10n-spanish@lists.debian.org>\n" @@ -5497,6 +5497,14 @@ msgstr "" "especificar usando la notación de lista, y cada elemento de la lista se " "introduce a &dpkg; como un sólo argumento." +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" +"This is a string that defines the <envar>PATH</envar> environment variable " +"used when running dpkg. It may be set to any valid value of that environment " +"variable; or the empty string, in which case the variable is not changed." +msgstr "" + #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" @@ -9652,11 +9660,21 @@ msgstr "" #. type: Content of: <refentry><refsect1><para> #: apt_auth.conf.5.xml +#, fuzzy +#| msgid "" +#| "The APT preferences file <filename>/etc/apt/preferences</filename> and " +#| "the fragment files in the <filename>/etc/apt/preferences.d/</filename> " +#| "folder can be used to control which versions of packages will be selected " +#| "for installation." msgid "" -"The APT auth.conf file <filename>/etc/apt/auth.conf</filename> can be used " -"to store login information in a netrc-like format with restrictive file " -"permissions." +"The APT auth.conf file <filename>/etc/apt/auth.conf</filename>, and .conf " +"files inside <filename>/etc/apt/auth.conf.d</filename> can be used to store " +"login information in a netrc-like format with restrictive file permissions." msgstr "" +"El fichero de preferencias de APT <filename>/etc/apt/preferences</filename> " +"y los segmentos de fichero dentro del directorio <filename>/etc/apt/" +"preferences.d/</filename> se pueden usar para controlar las versiones de los " +"paquetes seleccionados para su instalación." #. type: Content of: <refentry><refsect1><title> #: apt_auth.conf.5.xml @@ -9827,6 +9845,26 @@ msgstr "" "Muestra las versiones completas para los paquetes actualizados e instalados. " "Opción de configuración: <literal>APT::Get::Show-Versions</literal>." +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt_auth.conf.5.xml +#, fuzzy +#| msgid "<filename>/etc/apt/trustdb.gpg</filename>" +msgid "<filename>/etc/apt/auth.conf.d/*.conf</filename>" +msgstr "<filename>/etc/apt/trustdb.gpg</filename>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt_auth.conf.5.xml +#, fuzzy +#| msgid "" +#| "Show full versions for upgraded and installed packages. Configuration " +#| "Item: <literal>APT::Get::Show-Versions</literal>." +msgid "" +"Login information for APT sources and proxies in a netrc-like format. " +"Configuration Item: <literal>Dir::Etc::netrcparts</literal>." +msgstr "" +"Muestra las versiones completas para los paquetes actualizados e instalados. " +"Opción de configuración: <literal>APT::Get::Show-Versions</literal>." + #. type: Content of: <refentry><refsect1><para> #: apt_auth.conf.5.xml #, fuzzy diff --git a/doc/po/fr.po b/doc/po/fr.po index b71a6692d..ae5a4b1a5 100644 --- a/doc/po/fr.po +++ b/doc/po/fr.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.0.6\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-11-12 11:52+0100\n" +"POT-Creation-Date: 2018-12-18 15:02+0100\n" "PO-Revision-Date: 2018-03-16 00:54+0100\n" "Last-Translator: Jean-Pierre Giraud <jean-pierregiraud@neuf.fr>\n" "Language-Team: French <debian-l10n-french@lists.debian.org>\n" @@ -5526,6 +5526,14 @@ msgstr "" "déclarées en utilisant la notation de liste et chaque élément de la liste " "est passé comme un seul paramètre à &dpkg;." +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" +"This is a string that defines the <envar>PATH</envar> environment variable " +"used when running dpkg. It may be set to any valid value of that environment " +"variable; or the empty string, in which case the variable is not changed." +msgstr "" + #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" @@ -9826,10 +9834,15 @@ msgstr "" #. type: Content of: <refentry><refsect1><para> #: apt_auth.conf.5.xml +#, fuzzy +#| msgid "" +#| "The APT auth.conf file <filename>/etc/apt/auth.conf</filename> can be " +#| "used to store login information in a netrc-like format with restrictive " +#| "file permissions." msgid "" -"The APT auth.conf file <filename>/etc/apt/auth.conf</filename> can be used " -"to store login information in a netrc-like format with restrictive file " -"permissions." +"The APT auth.conf file <filename>/etc/apt/auth.conf</filename>, and .conf " +"files inside <filename>/etc/apt/auth.conf.d</filename> can be used to store " +"login information in a netrc-like format with restrictive file permissions." msgstr "" " Le fichier auth.conf d'APT <filename>/etc/apt/auth.conf</filename> peut " "être utilisé pour stocker les informations de connexion dans un format " @@ -10041,6 +10054,27 @@ msgstr "" "format de type netrc. Élément de configuration : <literal>Dir::Etc::netrc</" "literal>." +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt_auth.conf.5.xml +#, fuzzy +#| msgid "<filename>/etc/apt/auth.conf</filename>" +msgid "<filename>/etc/apt/auth.conf.d/*.conf</filename>" +msgstr "<filename>/etc/apt/auth.conf</filename>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt_auth.conf.5.xml +#, fuzzy +#| msgid "" +#| "Login information for APT sources and proxies in a netrc-like format. " +#| "Configuration Item: <literal>Dir::Etc::netrc</literal>." +msgid "" +"Login information for APT sources and proxies in a netrc-like format. " +"Configuration Item: <literal>Dir::Etc::netrcparts</literal>." +msgstr "" +"Informations de connexion pour les sources et les mandataires d'APT dans un " +"format de type netrc. Élément de configuration : <literal>Dir::Etc::netrc</" +"literal>." + #. type: Content of: <refentry><refsect1><para> #: apt_auth.conf.5.xml msgid "&apt-conf; &sources-list;" diff --git a/doc/po/it.po b/doc/po/it.po index 4932bf2e8..dfd590436 100644 --- a/doc/po/it.po +++ b/doc/po/it.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-11-12 11:52+0100\n" +"POT-Creation-Date: 2018-12-18 15:02+0100\n" "PO-Revision-Date: 2017-03-27 19:05+0200\n" "Last-Translator: Beatrice Torracca <beatricet@libero.it>\n" "Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n" @@ -5514,6 +5514,14 @@ msgstr "" "specificate usando la notazione per le liste e ogni voce nella lista viene " "passata a &dpkg; come un singolo argomento." +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" +"This is a string that defines the <envar>PATH</envar> environment variable " +"used when running dpkg. It may be set to any valid value of that environment " +"variable; or the empty string, in which case the variable is not changed." +msgstr "" + #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" @@ -9791,11 +9799,21 @@ msgstr "" #. type: Content of: <refentry><refsect1><para> #: apt_auth.conf.5.xml +#, fuzzy +#| msgid "" +#| "The APT preferences file <filename>/etc/apt/preferences</filename> and " +#| "the fragment files in the <filename>/etc/apt/preferences.d/</filename> " +#| "folder can be used to control which versions of packages will be selected " +#| "for installation." msgid "" -"The APT auth.conf file <filename>/etc/apt/auth.conf</filename> can be used " -"to store login information in a netrc-like format with restrictive file " -"permissions." +"The APT auth.conf file <filename>/etc/apt/auth.conf</filename>, and .conf " +"files inside <filename>/etc/apt/auth.conf.d</filename> can be used to store " +"login information in a netrc-like format with restrictive file permissions." msgstr "" +"Il file delle preferenze di APT, <filename>/etc/apt/preferences</filename> e " +"i file frammento nella directory <filename>/etc/apt/preferences.d/</" +"filename> possono essere usati per controllare quale versione verrà " +"selezionata per l'installazione." #. type: Content of: <refentry><refsect1><title> #: apt_auth.conf.5.xml @@ -9966,6 +9984,26 @@ msgstr "" "Mostra la versione completa dei pacchetti aggiornati e installati. Voce di " "configurazione: <literal>APT::Get::Show-Versions</literal>." +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt_auth.conf.5.xml +#, fuzzy +#| msgid "<filename>/etc/apt/trustdb.gpg</filename>" +msgid "<filename>/etc/apt/auth.conf.d/*.conf</filename>" +msgstr "<filename>/etc/apt/trustdb.gpg</filename>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt_auth.conf.5.xml +#, fuzzy +#| msgid "" +#| "Show full versions for upgraded and installed packages. Configuration " +#| "Item: <literal>APT::Get::Show-Versions</literal>." +msgid "" +"Login information for APT sources and proxies in a netrc-like format. " +"Configuration Item: <literal>Dir::Etc::netrcparts</literal>." +msgstr "" +"Mostra la versione completa dei pacchetti aggiornati e installati. Voce di " +"configurazione: <literal>APT::Get::Show-Versions</literal>." + #. type: Content of: <refentry><refsect1><para> #: apt_auth.conf.5.xml #, fuzzy diff --git a/doc/po/ja.po b/doc/po/ja.po index dbcdbd852..f60ec2f15 100644 --- a/doc/po/ja.po +++ b/doc/po/ja.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.4\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-11-12 11:52+0100\n" +"POT-Creation-Date: 2018-12-18 15:02+0100\n" "PO-Revision-Date: 2017-01-06 04:50+0900\n" "Last-Translator: Takuma Yamada <tyamada@takumayamada.com>\n" "Language-Team: Japanese <debian-japanese@lists.debian.org>\n" @@ -5294,6 +5294,14 @@ msgstr "" "&dpkg; に渡すオプションのリストです。オプションは、リスト記法を使用して指定し" "なければなりません。また、各リストは単一の引数として &dpkg; に渡されます。" +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" +"This is a string that defines the <envar>PATH</envar> environment variable " +"used when running dpkg. It may be set to any valid value of that environment " +"variable; or the empty string, in which case the variable is not changed." +msgstr "" + #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" @@ -9415,11 +9423,20 @@ msgstr "" #. type: Content of: <refentry><refsect1><para> #: apt_auth.conf.5.xml +#, fuzzy +#| msgid "" +#| "The APT preferences file <filename>/etc/apt/preferences</filename> and " +#| "the fragment files in the <filename>/etc/apt/preferences.d/</filename> " +#| "folder can be used to control which versions of packages will be selected " +#| "for installation." msgid "" -"The APT auth.conf file <filename>/etc/apt/auth.conf</filename> can be used " -"to store login information in a netrc-like format with restrictive file " -"permissions." +"The APT auth.conf file <filename>/etc/apt/auth.conf</filename>, and .conf " +"files inside <filename>/etc/apt/auth.conf.d</filename> can be used to store " +"login information in a netrc-like format with restrictive file permissions." msgstr "" +"APT プリファレンスファイル <filename>/etc/apt/preferences</filename> と " +"<filename>/etc/apt/preferences.d/</filename> フォルダにある断片ファイルは、イ" +"ンストールするパッケージのバージョンを制御するのに使用します。" #. type: Content of: <refentry><refsect1><title> #: apt_auth.conf.5.xml @@ -9588,6 +9605,24 @@ msgstr "" "更新・インストールするパッケージのバージョンをすべて表示します。設定項目: " "<literal>APT::Get::Show-Versions</literal>" +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt_auth.conf.5.xml +msgid "<filename>/etc/apt/auth.conf.d/*.conf</filename>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt_auth.conf.5.xml +#, fuzzy +#| msgid "" +#| "Show full versions for upgraded and installed packages. Configuration " +#| "Item: <literal>APT::Get::Show-Versions</literal>." +msgid "" +"Login information for APT sources and proxies in a netrc-like format. " +"Configuration Item: <literal>Dir::Etc::netrcparts</literal>." +msgstr "" +"更新・インストールするパッケージのバージョンをすべて表示します。設定項目: " +"<literal>APT::Get::Show-Versions</literal>" + #. type: Content of: <refentry><refsect1><para> #: apt_auth.conf.5.xml #, fuzzy diff --git a/doc/po/nl.po b/doc/po/nl.po index 55c29785f..785107eb6 100644 --- a/doc/po/nl.po +++ b/doc/po/nl.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.7.0\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-10-30 22:06+0100\n" +"POT-Creation-Date: 2018-12-18 15:02+0100\n" "PO-Revision-Date: 2018-10-09 20:51+0200\n" "Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n" "Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n" @@ -5626,6 +5626,14 @@ msgstr "" "gebruikt worden om de opties op te geven en elk lijstitem wordt als een " "apart argument aan &dpkg; doorgegeven." +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" +"This is a string that defines the <envar>PATH</envar> environment variable " +"used when running dpkg. It may be set to any valid value of that environment " +"variable; or the empty string, in which case the variable is not changed." +msgstr "" + #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" @@ -10010,10 +10018,15 @@ msgstr "" #. type: Content of: <refentry><refsect1><para> #: apt_auth.conf.5.xml +#, fuzzy +#| msgid "" +#| "The APT auth.conf file <filename>/etc/apt/auth.conf</filename> can be " +#| "used to store login information in a netrc-like format with restrictive " +#| "file permissions." msgid "" -"The APT auth.conf file <filename>/etc/apt/auth.conf</filename> can be used " -"to store login information in a netrc-like format with restrictive file " -"permissions." +"The APT auth.conf file <filename>/etc/apt/auth.conf</filename>, and .conf " +"files inside <filename>/etc/apt/auth.conf.d</filename> can be used to store " +"login information in a netrc-like format with restrictive file permissions." msgstr "" "Het bestand auth.conf van APT, <filename>/etc/apt/auth.conf</filename>, met " "restrictieve bestandspermissies, kan gebruikt worden om er login-informatie " @@ -10226,6 +10239,26 @@ msgstr "" "Inloginformatie voor APT-bronnen en -proxy's in a netrc-achtige indeling. " "Configuratie-item: <literal>Dir::Etc::netrc</literal>." +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt_auth.conf.5.xml +#, fuzzy +#| msgid "<filename>/etc/apt/auth.conf</filename>" +msgid "<filename>/etc/apt/auth.conf.d/*.conf</filename>" +msgstr "<filename>/etc/apt/auth.conf</filename>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt_auth.conf.5.xml +#, fuzzy +#| msgid "" +#| "Login information for APT sources and proxies in a netrc-like format. " +#| "Configuration Item: <literal>Dir::Etc::netrc</literal>." +msgid "" +"Login information for APT sources and proxies in a netrc-like format. " +"Configuration Item: <literal>Dir::Etc::netrcparts</literal>." +msgstr "" +"Inloginformatie voor APT-bronnen en -proxy's in a netrc-achtige indeling. " +"Configuratie-item: <literal>Dir::Etc::netrc</literal>." + #. type: Content of: <refentry><refsect1><para> #: apt_auth.conf.5.xml msgid "&apt-conf; &sources-list;" diff --git a/doc/po/pl.po b/doc/po/pl.po index 5bda5957c..2d05a84fe 100644 --- a/doc/po/pl.po +++ b/doc/po/pl.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-11-12 11:52+0100\n" +"POT-Creation-Date: 2018-12-18 15:02+0100\n" "PO-Revision-Date: 2014-07-04 02:13+0200\n" "Last-Translator: Robert Luberda <robert@debian.org>\n" "Language-Team: Polish <manpages-pl-list@lists.sourceforge.net>\n" @@ -5071,6 +5071,14 @@ msgid "" "&dpkg;." msgstr "" +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" +"This is a string that defines the <envar>PATH</envar> environment variable " +"used when running dpkg. It may be set to any valid value of that environment " +"variable; or the empty string, in which case the variable is not changed." +msgstr "" + #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" @@ -8863,11 +8871,20 @@ msgstr "" #. type: Content of: <refentry><refsect1><para> #: apt_auth.conf.5.xml +#, fuzzy +#| msgid "" +#| "The APT preferences file <filename>/etc/apt/preferences</filename> and " +#| "the fragment files in the <filename>/etc/apt/preferences.d/</filename> " +#| "folder can be used to control which versions of packages will be selected " +#| "for installation." msgid "" -"The APT auth.conf file <filename>/etc/apt/auth.conf</filename> can be used " -"to store login information in a netrc-like format with restrictive file " -"permissions." +"The APT auth.conf file <filename>/etc/apt/auth.conf</filename>, and .conf " +"files inside <filename>/etc/apt/auth.conf.d</filename> can be used to store " +"login information in a netrc-like format with restrictive file permissions." msgstr "" +"Plik preferencji APT <filename>/etc/apt/preferences</filename> i pliki " +"częściowe w katalogu <filename>/etc/apt/preferences.d/</filename> są używane " +"do określania wersji pakietów wybieranych do instalacji." #. type: Content of: <refentry><refsect1><title> #: apt_auth.conf.5.xml @@ -9039,6 +9056,27 @@ msgstr "" "Wyświetla pełne wersje aktualizowanych pakietów Pozycja w pliku " "konfiguracyjnym: <literal>APT::Get::Show-Versions</literal>." +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt_auth.conf.5.xml +#, fuzzy +#| msgid "<filename>/etc/apt/trustdb.gpg</filename>" +msgid "<filename>/etc/apt/auth.conf.d/*.conf</filename>" +msgstr "<filename>/etc/apt/trustdb.gpg</filename>" + +# +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt_auth.conf.5.xml +#, fuzzy +#| msgid "" +#| "Show full versions for upgraded and installed packages. Configuration " +#| "Item: <literal>APT::Get::Show-Versions</literal>." +msgid "" +"Login information for APT sources and proxies in a netrc-like format. " +"Configuration Item: <literal>Dir::Etc::netrcparts</literal>." +msgstr "" +"Wyświetla pełne wersje aktualizowanych pakietów Pozycja w pliku " +"konfiguracyjnym: <literal>APT::Get::Show-Versions</literal>." + # #. type: Content of: <refentry><refsect1><para> #: apt_auth.conf.5.xml diff --git a/doc/po/pt.po b/doc/po/pt.po index fd0dd3059..4e29015a9 100644 --- a/doc/po/pt.po +++ b/doc/po/pt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.0.7\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-11-12 11:52+0100\n" +"POT-Creation-Date: 2018-12-18 15:02+0100\n" "PO-Revision-Date: 2014-08-29 00:34+0100\n" "Last-Translator: Américo Monteiro <a_monteiro@gmx.com>\n" "Language-Team: Portuguese <traduz@debianpt.org>\n" @@ -5418,6 +5418,14 @@ msgstr "" "especificadas usando a notação de lista e cada item da lista é passado como " "um argumento único ao &dpkg;." +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" +"This is a string that defines the <envar>PATH</envar> environment variable " +"used when running dpkg. It may be set to any valid value of that environment " +"variable; or the empty string, in which case the variable is not changed." +msgstr "" + #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" @@ -9567,11 +9575,21 @@ msgstr "" #. type: Content of: <refentry><refsect1><para> #: apt_auth.conf.5.xml +#, fuzzy +#| msgid "" +#| "The APT preferences file <filename>/etc/apt/preferences</filename> and " +#| "the fragment files in the <filename>/etc/apt/preferences.d/</filename> " +#| "folder can be used to control which versions of packages will be selected " +#| "for installation." msgid "" -"The APT auth.conf file <filename>/etc/apt/auth.conf</filename> can be used " -"to store login information in a netrc-like format with restrictive file " -"permissions." +"The APT auth.conf file <filename>/etc/apt/auth.conf</filename>, and .conf " +"files inside <filename>/etc/apt/auth.conf.d</filename> can be used to store " +"login information in a netrc-like format with restrictive file permissions." msgstr "" +"O ficheiro de preferências do APT <filename>/etc/apt/preferences</filename> " +"e os ficheiros fragmentados no directório <filename>/etc/apt/preferences.d/</" +"filename> podem ser usados para controlar quais as versões de pacotes irão " +"ser seleccionadas para instalação." #. type: Content of: <refentry><refsect1><title> #: apt_auth.conf.5.xml @@ -9742,6 +9760,26 @@ msgstr "" "Mostra as versões completas para pacotes actualizados e instalados. Item de " "Configuração: <literal>APT::Get::Show-Versions</literal>." +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt_auth.conf.5.xml +#, fuzzy +#| msgid "<filename>/etc/apt/trustdb.gpg</filename>" +msgid "<filename>/etc/apt/auth.conf.d/*.conf</filename>" +msgstr "<filename>/etc/apt/trustdb.gpg</filename>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt_auth.conf.5.xml +#, fuzzy +#| msgid "" +#| "Show full versions for upgraded and installed packages. Configuration " +#| "Item: <literal>APT::Get::Show-Versions</literal>." +msgid "" +"Login information for APT sources and proxies in a netrc-like format. " +"Configuration Item: <literal>Dir::Etc::netrcparts</literal>." +msgstr "" +"Mostra as versões completas para pacotes actualizados e instalados. Item de " +"Configuração: <literal>APT::Get::Show-Versions</literal>." + #. type: Content of: <refentry><refsect1><para> #: apt_auth.conf.5.xml #, fuzzy diff --git a/doc/po/pt_BR.po b/doc/po/pt_BR.po index 6efd0e391..707bb66ae 100644 --- a/doc/po/pt_BR.po +++ b/doc/po/pt_BR.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-11-12 11:52+0100\n" +"POT-Creation-Date: 2018-12-18 15:02+0100\n" "PO-Revision-Date: 2004-09-20 17:02+0000\n" "Last-Translator: André Luís Lopes <andrelop@debian.org>\n" "Language-Team: <debian-l10n-portuguese@lists.debian.org>\n" @@ -3773,6 +3773,14 @@ msgid "" "&dpkg;." msgstr "" +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" +"This is a string that defines the <envar>PATH</envar> environment variable " +"used when running dpkg. It may be set to any valid value of that environment " +"variable; or the empty string, in which case the variable is not changed." +msgstr "" + #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" @@ -7201,11 +7209,15 @@ msgstr "" #. type: Content of: <refentry><refsect1><para> #: apt_auth.conf.5.xml +#, fuzzy msgid "" -"The APT auth.conf file <filename>/etc/apt/auth.conf</filename> can be used " -"to store login information in a netrc-like format with restrictive file " -"permissions." +"The APT auth.conf file <filename>/etc/apt/auth.conf</filename>, and .conf " +"files inside <filename>/etc/apt/auth.conf.d</filename> can be used to store " +"login information in a netrc-like format with restrictive file permissions." msgstr "" +"O arquivo de preferências do APT <filename>/etc/apt/preferences</filename> " +"pode ser usado para controlar quais versões de pacotes serão selecionadas " +"para instalação." #. type: Content of: <refentry><refsect1><title> #: apt_auth.conf.5.xml @@ -7367,6 +7379,19 @@ msgid "" "Configuration Item: <literal>Dir::Etc::netrc</literal>." msgstr "" +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt_auth.conf.5.xml +#, fuzzy +msgid "<filename>/etc/apt/auth.conf.d/*.conf</filename>" +msgstr "<filename>/etc/apt.conf</>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt_auth.conf.5.xml +msgid "" +"Login information for APT sources and proxies in a netrc-like format. " +"Configuration Item: <literal>Dir::Etc::netrcparts</literal>." +msgstr "" + #. type: Content of: <refentry><refsect1><para> #: apt_auth.conf.5.xml #, fuzzy diff --git a/po/apt-all.pot b/po/apt-all.pot index fb7916d47..e1d0e0f97 100644 --- a/po/apt-all.pot +++ b/po/apt-all.pot @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt 1.8.0~alpha2\n" +"Project-Id-Version: apt 1.8.0~alpha3\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-11-13 10:31+0100\n" +"POT-Creation-Date: 2018-12-18 15:02+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -1726,8 +1726,8 @@ msgid "" "instead." msgstr "" -#: apt-private/private-depends.cc apt-private/private-show.cc -#: cmdline/apt-mark.cc +#: apt-private/private-depends.cc apt-private/private-download.cc +#: apt-private/private-show.cc cmdline/apt-mark.cc msgid "No packages found" msgstr "" diff --git a/po/ar.po b/po/ar.po index 42092ba65..45db62325 100644 --- a/po/ar.po +++ b/po/ar.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-09-18 16:15+0200\n" +"POT-Creation-Date: 2018-12-18 15:02+0100\n" "PO-Revision-Date: 2006-10-20 21:28+0300\n" "Last-Translator: Ossama M. Khayat <okhayat@yahoo.com>\n" "Language-Team: Arabic <support@arabeyes.org>\n" @@ -1746,8 +1746,8 @@ msgid "" "instead." msgstr "" -#: apt-private/private-depends.cc apt-private/private-show.cc -#: cmdline/apt-mark.cc +#: apt-private/private-depends.cc apt-private/private-download.cc +#: apt-private/private-show.cc cmdline/apt-mark.cc msgid "No packages found" msgstr "لم يُعثر على أية حزم" diff --git a/po/ast.po b/po/ast.po index 2826adf15..e42eb8231 100644 --- a/po/ast.po +++ b/po/ast.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.7.18\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-09-18 16:15+0200\n" +"POT-Creation-Date: 2018-12-18 15:02+0100\n" "PO-Revision-Date: 2010-10-02 23:35+0100\n" "Last-Translator: Iñigo Varela <ivarela@softastur.org>\n" "Language-Team: Asturian (ast)\n" @@ -1800,8 +1800,8 @@ msgid "" "instead." msgstr "" -#: apt-private/private-depends.cc apt-private/private-show.cc -#: cmdline/apt-mark.cc +#: apt-private/private-depends.cc apt-private/private-download.cc +#: apt-private/private-show.cc cmdline/apt-mark.cc msgid "No packages found" msgstr "Nun s'alcontraron paquetes" diff --git a/po/bg.po b/po/bg.po index 844ed2824..b305489c1 100644 --- a/po/bg.po +++ b/po/bg.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.7.21\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-09-18 16:15+0200\n" +"POT-Creation-Date: 2018-12-18 15:02+0100\n" "PO-Revision-Date: 2012-06-25 17:23+0300\n" "Last-Translator: Damyan Ivanov <dmn@debian.org>\n" "Language-Team: Bulgarian <dict@fsa-bg.org>\n" @@ -1841,8 +1841,8 @@ msgid "" "instead." msgstr "" -#: apt-private/private-depends.cc apt-private/private-show.cc -#: cmdline/apt-mark.cc +#: apt-private/private-depends.cc apt-private/private-download.cc +#: apt-private/private-show.cc cmdline/apt-mark.cc msgid "No packages found" msgstr "Няма намерени пакети" diff --git a/po/bs.po b/po/bs.po index 21aa04d98..6ba4a312f 100644 --- a/po/bs.po +++ b/po/bs.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.5.26\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-09-18 16:15+0200\n" +"POT-Creation-Date: 2018-12-18 15:02+0100\n" "PO-Revision-Date: 2004-05-06 15:25+0100\n" "Last-Translator: Safir Šećerović <sapphire@linux.org.ba>\n" "Language-Team: Bosnian <lokal@lugbih.org>\n" @@ -1738,8 +1738,8 @@ msgid "" "instead." msgstr "" -#: apt-private/private-depends.cc apt-private/private-show.cc -#: cmdline/apt-mark.cc +#: apt-private/private-depends.cc apt-private/private-download.cc +#: apt-private/private-show.cc cmdline/apt-mark.cc msgid "No packages found" msgstr "Paketi nisu pronađeni" diff --git a/po/ca.po b/po/ca.po index f887179ed..6d8c55656 100644 --- a/po/ca.po +++ b/po/ca.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.4~beta1\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-09-18 16:15+0200\n" +"POT-Creation-Date: 2018-12-18 15:02+0100\n" "PO-Revision-Date: 2016-12-05 21:09+0100\n" "Last-Translator: Oriol Debian <oriol.debian@gmail.com>\n" "Language-Team: Catalan <debian-l10n-catalan@lists.debian.org>\n" @@ -1883,8 +1883,8 @@ msgstr "" "--force-yes està en desús, en el seu lloc utilitzi una de les opcions que " "comencen per --allow." -#: apt-private/private-depends.cc apt-private/private-show.cc -#: cmdline/apt-mark.cc +#: apt-private/private-depends.cc apt-private/private-download.cc +#: apt-private/private-show.cc cmdline/apt-mark.cc msgid "No packages found" msgstr "No s'han trobat paquets" diff --git a/po/cs.po b/po/cs.po index 59ebe2de0..347ba8ddf 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.4.2\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-09-18 16:15+0200\n" +"POT-Creation-Date: 2018-12-18 15:02+0100\n" "PO-Revision-Date: 2017-05-06 11:08+0200\n" "Last-Translator: Miroslav Kure <kurem@debian.cz>\n" "Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n" @@ -1825,8 +1825,8 @@ msgid "" msgstr "" "--force-yes je zastaralé, použijte některou z voleb začínajících --allow." -#: apt-private/private-depends.cc apt-private/private-show.cc -#: cmdline/apt-mark.cc +#: apt-private/private-depends.cc apt-private/private-download.cc +#: apt-private/private-show.cc cmdline/apt-mark.cc msgid "No packages found" msgstr "Nebyly nalezeny žádné balíky" diff --git a/po/cy.po b/po/cy.po index 42616c841..28e410007 100644 --- a/po/cy.po +++ b/po/cy.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-09-18 16:15+0200\n" +"POT-Creation-Date: 2018-12-18 15:02+0100\n" "PO-Revision-Date: 2005-06-06 13:46+0100\n" "Last-Translator: Dafydd Harries <daf@muse.19inch.net>\n" "Language-Team: Welsh <cy@pengwyn.linux.org.uk>\n" @@ -1798,8 +1798,8 @@ msgid "" "instead." msgstr "" -#: apt-private/private-depends.cc apt-private/private-show.cc -#: cmdline/apt-mark.cc +#: apt-private/private-depends.cc apt-private/private-download.cc +#: apt-private/private-show.cc cmdline/apt-mark.cc msgid "No packages found" msgstr "Canfuwyd dim pecyn" diff --git a/po/da.po b/po/da.po index f0ab3cfcc..b670240d4 100644 --- a/po/da.po +++ b/po/da.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.4~rc2\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-09-18 16:15+0200\n" +"POT-Creation-Date: 2018-12-18 15:02+0100\n" "PO-Revision-Date: 2017-03-02 23:51+0200\n" "Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n" "Language-Team: Danish <debian-l10n-danish@lists.debian.org>\n" @@ -1842,8 +1842,8 @@ msgstr "" "--force-yes er forældet, brug i stedet for et af tilvalgene startende med --" "allow" -#: apt-private/private-depends.cc apt-private/private-show.cc -#: cmdline/apt-mark.cc +#: apt-private/private-depends.cc apt-private/private-download.cc +#: apt-private/private-show.cc cmdline/apt-mark.cc msgid "No packages found" msgstr "Fandt ingen pakker" diff --git a/po/de.po b/po/de.po index 70a3e8562..c40f9c699 100644 --- a/po/de.po +++ b/po/de.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.6\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-09-18 16:15+0200\n" +"POT-Creation-Date: 2018-12-18 15:02+0100\n" "PO-Revision-Date: 2018-01-11 21:11+0100\n" "Last-Translator: Holger Wansing <linux@wansing-online.de>\n" "Language-Team: German <debian-l10n-german@lists.debian.org>\n" @@ -1911,8 +1911,8 @@ msgstr "" "--force-yes ist veraltet, verwenden Sie stattdessen eine der Optionen, die " "mit --allow beginnen." -#: apt-private/private-depends.cc apt-private/private-show.cc -#: cmdline/apt-mark.cc +#: apt-private/private-depends.cc apt-private/private-download.cc +#: apt-private/private-show.cc cmdline/apt-mark.cc msgid "No packages found" msgstr "Keine Pakete gefunden" diff --git a/po/dz.po b/po/dz.po index 82f7ee867..8166da841 100644 --- a/po/dz.po +++ b/po/dz.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-09-18 16:15+0200\n" +"POT-Creation-Date: 2018-12-18 15:02+0100\n" "PO-Revision-Date: 2006-09-19 09:49+0530\n" "Last-Translator: Kinley Tshering <gasepkuenden2k3@hotmail.com>\n" "Language-Team: Dzongkha <pgeyleg@dit.gov.bt>\n" @@ -1767,8 +1767,8 @@ msgid "" "instead." msgstr "" -#: apt-private/private-depends.cc apt-private/private-show.cc -#: cmdline/apt-mark.cc +#: apt-private/private-depends.cc apt-private/private-download.cc +#: apt-private/private-show.cc cmdline/apt-mark.cc msgid "No packages found" msgstr "ཐུམ་སྒྲིལ་ཚུ་མ་ཐོབ།" diff --git a/po/el.po b/po/el.po index c73a46c4b..ef1ecc38b 100644 --- a/po/el.po +++ b/po/el.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-09-18 16:15+0200\n" +"POT-Creation-Date: 2018-12-18 15:02+0100\n" "PO-Revision-Date: 2008-08-26 18:25+0300\n" "Last-Translator: Θανάσης Νάτσης <natsisthanasis@gmail.com>\n" "Language-Team: Greek <debian-l10n-greek@lists.debian.org>\n" @@ -1788,8 +1788,8 @@ msgid "" "instead." msgstr "" -#: apt-private/private-depends.cc apt-private/private-show.cc -#: cmdline/apt-mark.cc +#: apt-private/private-depends.cc apt-private/private-download.cc +#: apt-private/private-show.cc cmdline/apt-mark.cc msgid "No packages found" msgstr "Δε βρέθηκαν πακέτα" diff --git a/po/es.po b/po/es.po index bac953f49..75bad50b4 100644 --- a/po/es.po +++ b/po/es.po @@ -34,7 +34,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.8.10\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-09-18 16:15+0200\n" +"POT-Creation-Date: 2018-12-18 15:02+0100\n" "PO-Revision-Date: 2016-01-26 01:51+0100\n" "Last-Translator: Manuel \"Venturi\" Porras Peralta <venturi@openmailbox." "org>\n" @@ -1949,8 +1949,8 @@ msgstr "" "--force-yes está desactualizado, en su lugar utilice una de las opciones que " "empiezan por --allow." -#: apt-private/private-depends.cc apt-private/private-show.cc -#: cmdline/apt-mark.cc +#: apt-private/private-depends.cc apt-private/private-download.cc +#: apt-private/private-show.cc cmdline/apt-mark.cc msgid "No packages found" msgstr "No se encontró ningún paquete" diff --git a/po/eu.po b/po/eu.po index 01ebb307b..a9348fcf5 100644 --- a/po/eu.po +++ b/po/eu.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-09-18 16:15+0200\n" +"POT-Creation-Date: 2018-12-18 15:02+0100\n" "PO-Revision-Date: 2009-05-17 00:41+0200\n" "Last-Translator: Piarres Beobide <pi@beobide.net>\n" "Language-Team: Euskara <debian-l10n-basque@lists.debian.org>\n" @@ -1766,8 +1766,8 @@ msgid "" "instead." msgstr "" -#: apt-private/private-depends.cc apt-private/private-show.cc -#: cmdline/apt-mark.cc +#: apt-private/private-depends.cc apt-private/private-download.cc +#: apt-private/private-show.cc cmdline/apt-mark.cc msgid "No packages found" msgstr "Ez da paketerik aurkitu" diff --git a/po/fi.po b/po/fi.po index c75c30837..eb1da8516 100644 --- a/po/fi.po +++ b/po/fi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.5.26\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-09-18 16:15+0200\n" +"POT-Creation-Date: 2018-12-18 15:02+0100\n" "PO-Revision-Date: 2008-12-11 14:52+0200\n" "Last-Translator: Tapio Lehtonen <tale@debian.org>\n" "Language-Team: Finnish <debian-l10n-finnish@lists.debian.org>\n" @@ -1761,8 +1761,8 @@ msgid "" "instead." msgstr "" -#: apt-private/private-depends.cc apt-private/private-show.cc -#: cmdline/apt-mark.cc +#: apt-private/private-depends.cc apt-private/private-download.cc +#: apt-private/private-show.cc cmdline/apt-mark.cc msgid "No packages found" msgstr "Yhtään pakettia ei löytynyt" diff --git a/po/fr.po b/po/fr.po index 55a36ae56..b06b92a46 100644 --- a/po/fr.po +++ b/po/fr.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-09-18 16:15+0200\n" +"POT-Creation-Date: 2018-12-18 15:02+0100\n" "PO-Revision-Date: 2018-01-02 15:09+0100\n" "Last-Translator: Julien Patriarca <leatherface@debian.org>\n" "Language-Team: French <debian-l10n-french@lists.debian.org>\n" @@ -1920,8 +1920,8 @@ msgstr "" "--force-yes est obsolète, veuillez plutôt utiliser l'une des options " "commençant par --allow." -#: apt-private/private-depends.cc apt-private/private-show.cc -#: cmdline/apt-mark.cc +#: apt-private/private-depends.cc apt-private/private-download.cc +#: apt-private/private-show.cc cmdline/apt-mark.cc msgid "No packages found" msgstr "Aucun paquet n'a été trouvé" diff --git a/po/gl.po b/po/gl.po index 51da79a1c..50c855cef 100644 --- a/po/gl.po +++ b/po/gl.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-09-18 16:15+0200\n" +"POT-Creation-Date: 2018-12-18 15:02+0100\n" "PO-Revision-Date: 2011-05-12 15:28+0100\n" "Last-Translator: Miguel Anxo Bouzada <mbouzada@gmail.com>\n" "Language-Team: galician <proxecto@trasno.net>\n" @@ -1824,8 +1824,8 @@ msgid "" "instead." msgstr "" -#: apt-private/private-depends.cc apt-private/private-show.cc -#: cmdline/apt-mark.cc +#: apt-private/private-depends.cc apt-private/private-download.cc +#: apt-private/private-show.cc cmdline/apt-mark.cc msgid "No packages found" msgstr "Non se atopou ningún paquete" diff --git a/po/hu.po b/po/hu.po index 06c3ae2a6..4630744b4 100644 --- a/po/hu.po +++ b/po/hu.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-09-18 16:15+0200\n" +"POT-Creation-Date: 2018-12-18 15:02+0100\n" "PO-Revision-Date: 2016-04-10 19:46+0200\n" "Last-Translator: Gabor Kelemen <kelemeng@ubuntu.com>\n" "Language-Team: Hungarian <gnome-hu-list@gnome.org>\n" @@ -1870,8 +1870,8 @@ msgid "" "instead." msgstr "a --force-yes elavult, használja a --allow kezdetű kapcsolók egyikét." -#: apt-private/private-depends.cc apt-private/private-show.cc -#: cmdline/apt-mark.cc +#: apt-private/private-depends.cc apt-private/private-download.cc +#: apt-private/private-show.cc cmdline/apt-mark.cc msgid "No packages found" msgstr "Nem találhatók csomagok" diff --git a/po/it.po b/po/it.po index bf5b68b48..2158888e1 100644 --- a/po/it.po +++ b/po/it.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-11-13 10:31+0100\n" +"POT-Creation-Date: 2018-12-18 15:02+0100\n" "PO-Revision-Date: 2018-12-04 09:33+0100\n" "Last-Translator: Milo Casagrande <milo@milo.name>\n" "Language-Team: Italian <tp@lists.linux.it>\n" @@ -1890,8 +1890,8 @@ msgstr "" "--force-yes è deprecata, utilizzare una delle opzioni che iniziano con --" "allow." -#: apt-private/private-depends.cc apt-private/private-show.cc -#: cmdline/apt-mark.cc +#: apt-private/private-depends.cc apt-private/private-download.cc +#: apt-private/private-show.cc cmdline/apt-mark.cc msgid "No packages found" msgstr "Nessun pacchetto trovato" diff --git a/po/ja.po b/po/ja.po index 53b65d787..f11b7037e 100644 --- a/po/ja.po +++ b/po/ja.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.4\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-09-18 16:15+0200\n" +"POT-Creation-Date: 2018-12-18 15:02+0100\n" "PO-Revision-Date: 2017-01-06 04:50+0900\n" "Last-Translator: Takuma Yamada <tyamada@takumayamada.com>\n" "Language-Team: Japanese <debian-japanese@lists.debian.org>\n" @@ -1866,8 +1866,8 @@ msgstr "" "--force-yes は時代遅れです、代わりに --allow で始まるオプションのいずれかを使" "用します。" -#: apt-private/private-depends.cc apt-private/private-show.cc -#: cmdline/apt-mark.cc +#: apt-private/private-depends.cc apt-private/private-download.cc +#: apt-private/private-show.cc cmdline/apt-mark.cc msgid "No packages found" msgstr "パッケージが見つかりません" diff --git a/po/km.po b/po/km.po index bd4622e0f..5b068b2e5 100644 --- a/po/km.po +++ b/po/km.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-09-18 16:15+0200\n" +"POT-Creation-Date: 2018-12-18 15:02+0100\n" "PO-Revision-Date: 2006-10-10 09:48+0700\n" "Last-Translator: Khoem Sokhem <khoemsokhem@khmeros.info>\n" "Language-Team: Khmer <support@khmeros.info>\n" @@ -1762,8 +1762,8 @@ msgid "" "instead." msgstr "" -#: apt-private/private-depends.cc apt-private/private-show.cc -#: cmdline/apt-mark.cc +#: apt-private/private-depends.cc apt-private/private-download.cc +#: apt-private/private-show.cc cmdline/apt-mark.cc msgid "No packages found" msgstr "រក​កញ្ចប់​មិន​ឃើញ" diff --git a/po/ko.po b/po/ko.po index 3727b50c6..32306172e 100644 --- a/po/ko.po +++ b/po/ko.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-09-18 16:15+0200\n" +"POT-Creation-Date: 2018-12-18 15:02+0100\n" "PO-Revision-Date: 2010-08-30 02:31+0900\n" "Last-Translator: Changwoo Ryu <cwryu@debian.org>\n" "Language-Team: Korean <debian-l10n-korean@lists.debian.org>\n" @@ -1780,8 +1780,8 @@ msgid "" "instead." msgstr "" -#: apt-private/private-depends.cc apt-private/private-show.cc -#: cmdline/apt-mark.cc +#: apt-private/private-depends.cc apt-private/private-download.cc +#: apt-private/private-show.cc cmdline/apt-mark.cc msgid "No packages found" msgstr "패키지가 없습니다" diff --git a/po/ku.po b/po/ku.po index b745f2db1..4910d51b0 100644 --- a/po/ku.po +++ b/po/ku.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-09-18 16:15+0200\n" +"POT-Creation-Date: 2018-12-18 15:02+0100\n" "PO-Revision-Date: 2008-05-08 12:48+0200\n" "Last-Translator: Erdal Ronahi <erdal.ronahi@gmail.com>\n" "Language-Team: ku <ubuntu-l10n-kur@lists.ubuntu.com>\n" @@ -1738,8 +1738,8 @@ msgid "" "instead." msgstr "" -#: apt-private/private-depends.cc apt-private/private-show.cc -#: cmdline/apt-mark.cc +#: apt-private/private-depends.cc apt-private/private-download.cc +#: apt-private/private-show.cc cmdline/apt-mark.cc msgid "No packages found" msgstr "Pakêt nayên dîtin" diff --git a/po/lt.po b/po/lt.po index c1d57b722..5fc6ba385 100644 --- a/po/lt.po +++ b/po/lt.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-09-18 16:15+0200\n" +"POT-Creation-Date: 2018-12-18 15:02+0100\n" "PO-Revision-Date: 2008-08-02 01:47-0400\n" "Last-Translator: Gintautas Miliauskas <gintas@akl.lt>\n" "Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n" @@ -1754,8 +1754,8 @@ msgid "" "instead." msgstr "" -#: apt-private/private-depends.cc apt-private/private-show.cc -#: cmdline/apt-mark.cc +#: apt-private/private-depends.cc apt-private/private-download.cc +#: apt-private/private-show.cc cmdline/apt-mark.cc msgid "No packages found" msgstr "Paketų nerasta" diff --git a/po/mr.po b/po/mr.po index 884a28e00..02533a83c 100644 --- a/po/mr.po +++ b/po/mr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-09-18 16:15+0200\n" +"POT-Creation-Date: 2018-12-18 15:02+0100\n" "PO-Revision-Date: 2008-11-20 23:27+0530\n" "Last-Translator: Sampada <sampadanakhare@gmail.com>\n" "Language-Team: Marathi, janabhaaratii, C-DAC, Mumbai, India " @@ -1763,8 +1763,8 @@ msgid "" "instead." msgstr "" -#: apt-private/private-depends.cc apt-private/private-show.cc -#: cmdline/apt-mark.cc +#: apt-private/private-depends.cc apt-private/private-download.cc +#: apt-private/private-show.cc cmdline/apt-mark.cc msgid "No packages found" msgstr "पॅकेजेस सापडले नाहीत" diff --git a/po/nb.po b/po/nb.po index adb8833eb..85aacc833 100644 --- a/po/nb.po +++ b/po/nb.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-09-18 16:15+0200\n" +"POT-Creation-Date: 2018-12-18 15:02+0100\n" "PO-Revision-Date: 2018-10-30 20:53+0100\n" "Last-Translator: Petter Reinholdtsen <pere@hungry.com>\n" "Language-Team: Norwegian Bokmål <i18n-no@lister.ping.uio.no>\n" @@ -212,8 +212,8 @@ msgid "" "See apt-secure(8) manpage for repository creation and user configuration " "details." msgstr "" -"Se manualsiden apt-secure(8) for detaljer om oppretting av depote " -"og brukeroppsett." +"Se manualsiden apt-secure(8) for detaljer om oppretting av depote og " +"brukeroppsett." #: apt-pkg/acquire-item.cc #, fuzzy, c-format @@ -258,8 +258,8 @@ msgstr "Hashsummen stemmer ikke" #: apt-pkg/acquire-item.cc msgid "Insufficient information available to perform this download securely" msgstr "" -"Utilstrekkelig informasjon tilgjengelig for å utføre denne nedlastingen på" -" sikkert vis." +"Utilstrekkelig informasjon tilgjengelig for å utføre denne nedlastingen på " +"sikkert vis." #: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc #, c-format @@ -381,8 +381,8 @@ msgid "" "This must be accepted explicitly before updates for this repository can be " "applied. See %s manpage for details." msgstr "" -"Dette må eksplisitt aksepteres før oppdateringer fra dette depoet kan " -"tas i bruk. Se manualsiden %s for detaljer." +"Dette må eksplisitt aksepteres før oppdateringer fra dette depoet kan tas i " +"bruk. Se manualsiden %s for detaljer." #: apt-pkg/acquire-item.cc apt-pkg/update.cc apt-private/private-download.cc #, c-format @@ -1810,8 +1810,8 @@ msgid "" msgstr "" "--force-yes er utdatert, bruk en av valgene som starter med --allow istedet." -#: apt-private/private-depends.cc apt-private/private-show.cc -#: cmdline/apt-mark.cc +#: apt-private/private-depends.cc apt-private/private-download.cc +#: apt-private/private-show.cc cmdline/apt-mark.cc msgid "No packages found" msgstr "Fant ingen pakker" diff --git a/po/ne.po b/po/ne.po index c999294dd..5245fd1db 100644 --- a/po/ne.po +++ b/po/ne.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-09-18 16:15+0200\n" +"POT-Creation-Date: 2018-12-18 15:02+0100\n" "PO-Revision-Date: 2006-06-12 14:35+0545\n" "Last-Translator: Shiva Pokharel <pokharelshiva@hotmail.com>\n" "Language-Team: Nepali <info@mpp.org.np>\n" @@ -1759,8 +1759,8 @@ msgid "" "instead." msgstr "" -#: apt-private/private-depends.cc apt-private/private-show.cc -#: cmdline/apt-mark.cc +#: apt-private/private-depends.cc apt-private/private-download.cc +#: apt-private/private-show.cc cmdline/apt-mark.cc msgid "No packages found" msgstr "कुनै प्याकेजहरू फेला परेन" diff --git a/po/nl.po b/po/nl.po index f56ceeb03..a9d9da14f 100644 --- a/po/nl.po +++ b/po/nl.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.7.0\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-10-30 22:05+0100\n" +"POT-Creation-Date: 2018-12-18 15:02+0100\n" "PO-Revision-Date: 2018-10-09 16:26+0200\n" "Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n" "Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n" @@ -1890,8 +1890,8 @@ msgstr "" "--force-yes is verouderd, gebruik in plaats daarvan een van de opties die " "met --allow begint." -#: apt-private/private-depends.cc apt-private/private-show.cc -#: cmdline/apt-mark.cc +#: apt-private/private-depends.cc apt-private/private-download.cc +#: apt-private/private-show.cc cmdline/apt-mark.cc msgid "No packages found" msgstr "Geen pakketten gevonden" diff --git a/po/nn.po b/po/nn.po index e115a7b9b..7a651e275 100644 --- a/po/nn.po +++ b/po/nn.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-09-18 16:15+0200\n" +"POT-Creation-Date: 2018-12-18 15:02+0100\n" "PO-Revision-Date: 2005-02-14 23:30+0100\n" "Last-Translator: Havard Korsvoll <korsvoll@skulelinux.no>\n" "Language-Team: Norwegian nynorsk <i18n-nn@lister.ping.uio.no>\n" @@ -1768,8 +1768,8 @@ msgid "" "instead." msgstr "" -#: apt-private/private-depends.cc apt-private/private-show.cc -#: cmdline/apt-mark.cc +#: apt-private/private-depends.cc apt-private/private-download.cc +#: apt-private/private-show.cc cmdline/apt-mark.cc msgid "No packages found" msgstr "Fann ingen pakkar" diff --git a/po/pl.po b/po/pl.po index 8a960b7ee..66cd64854 100644 --- a/po/pl.po +++ b/po/pl.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.9.7.3\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-09-18 16:15+0200\n" +"POT-Creation-Date: 2018-12-18 15:02+0100\n" "PO-Revision-Date: 2012-07-28 21:53+0200\n" "Last-Translator: Michał Kułach <michal.kulach@gmail.com>\n" "Language-Team: Polish <debian-l10n-polish@lists.debian.org>\n" @@ -1841,8 +1841,8 @@ msgid "" "instead." msgstr "" -#: apt-private/private-depends.cc apt-private/private-show.cc -#: cmdline/apt-mark.cc +#: apt-private/private-depends.cc apt-private/private-download.cc +#: apt-private/private-show.cc cmdline/apt-mark.cc msgid "No packages found" msgstr "Nie znaleziono żadnych pakietów" diff --git a/po/pt.po b/po/pt.po index f47907ec9..7ccc58b54 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-09-18 16:15+0200\n" +"POT-Creation-Date: 2018-12-18 15:02+0100\n" "PO-Revision-Date: 2012-06-29 15:45+0100\n" "Last-Translator: Miguel Figueiredo <elmig@debianpt.org>\n" "Language-Team: Portuguese <traduz@debianpt.org>\n" @@ -1844,8 +1844,8 @@ msgid "" "instead." msgstr "" -#: apt-private/private-depends.cc apt-private/private-show.cc -#: cmdline/apt-mark.cc +#: apt-private/private-depends.cc apt-private/private-download.cc +#: apt-private/private-show.cc cmdline/apt-mark.cc msgid "No packages found" msgstr "Não foi encontrado nenhum pacote" diff --git a/po/pt_BR.po b/po/pt_BR.po index d3064616a..441558ae4 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-09-18 16:15+0200\n" +"POT-Creation-Date: 2018-12-18 15:02+0100\n" "PO-Revision-Date: 2008-11-17 02:33-0200\n" "Last-Translator: Felipe Augusto van de Wiel (faw) <faw@debian.org>\n" "Language-Team: Brazilian Portuguese <debian-l10n-portuguese@lists.debian." @@ -1774,8 +1774,8 @@ msgid "" "instead." msgstr "" -#: apt-private/private-depends.cc apt-private/private-show.cc -#: cmdline/apt-mark.cc +#: apt-private/private-depends.cc apt-private/private-download.cc +#: apt-private/private-show.cc cmdline/apt-mark.cc msgid "No packages found" msgstr "Nenhum pacote encontrado" diff --git a/po/ro.po b/po/ro.po index f3f1ae49b..1fd21b5ca 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-09-18 16:15+0200\n" +"POT-Creation-Date: 2018-12-18 15:02+0100\n" "PO-Revision-Date: 2008-11-15 02:21+0200\n" "Last-Translator: Eddy Petrișor <eddy.petrisor@gmail.com>\n" "Language-Team: Romanian <debian-l10n-romanian@lists.debian.org>\n" @@ -1778,8 +1778,8 @@ msgid "" "instead." msgstr "" -#: apt-private/private-depends.cc apt-private/private-show.cc -#: cmdline/apt-mark.cc +#: apt-private/private-depends.cc apt-private/private-download.cc +#: apt-private/private-show.cc cmdline/apt-mark.cc msgid "No packages found" msgstr "Nu s-au găsit pachete" diff --git a/po/ru.po b/po/ru.po index 4b8e83fe2..4c8521eb5 100644 --- a/po/ru.po +++ b/po/ru.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.8.0\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-09-18 16:15+0200\n" +"POT-Creation-Date: 2018-12-18 15:02+0100\n" "PO-Revision-Date: 2018-10-25 19:03+0300\n" "Last-Translator: Aleksej Shilin <rootlexx@mail.ru>\n" "Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n" @@ -1878,8 +1878,8 @@ msgstr "" "--force-yes устарел, вместо него используйте параметры, начинающиеся с --" "allow." -#: apt-private/private-depends.cc apt-private/private-show.cc -#: cmdline/apt-mark.cc +#: apt-private/private-depends.cc apt-private/private-download.cc +#: apt-private/private-show.cc cmdline/apt-mark.cc msgid "No packages found" msgstr "Не найдено ни одного пакета" diff --git a/po/sk.po b/po/sk.po index b1a1c423a..aaffad92b 100644 --- a/po/sk.po +++ b/po/sk.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-09-18 16:15+0200\n" +"POT-Creation-Date: 2018-12-18 15:02+0100\n" "PO-Revision-Date: 2012-06-28 20:49+0100\n" "Last-Translator: Ivan Masár <helix84@centrum.sk>\n" "Language-Team: Slovak <sk-i18n@lists.linux.sk>\n" @@ -1806,8 +1806,8 @@ msgid "" "instead." msgstr "" -#: apt-private/private-depends.cc apt-private/private-show.cc -#: cmdline/apt-mark.cc +#: apt-private/private-depends.cc apt-private/private-download.cc +#: apt-private/private-show.cc cmdline/apt-mark.cc msgid "No packages found" msgstr "Neboli nájdené žiadne balíky" diff --git a/po/sl.po b/po/sl.po index 09834b089..a123b88e2 100644 --- a/po/sl.po +++ b/po/sl.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.5.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-09-18 16:15+0200\n" +"POT-Creation-Date: 2018-12-18 15:02+0100\n" "PO-Revision-Date: 2012-06-27 21:29+0000\n" "Last-Translator: Andrej Znidarsic <andrej.znidarsic@gmail.com>\n" "Language-Team: Slovenian <sl@li.org>\n" @@ -1806,8 +1806,8 @@ msgid "" "instead." msgstr "" -#: apt-private/private-depends.cc apt-private/private-show.cc -#: cmdline/apt-mark.cc +#: apt-private/private-depends.cc apt-private/private-download.cc +#: apt-private/private-show.cc cmdline/apt-mark.cc msgid "No packages found" msgstr "Noben paket ni bil najden" diff --git a/po/sv.po b/po/sv.po index 078721a41..4a6733422 100644 --- a/po/sv.po +++ b/po/sv.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-09-18 16:15+0200\n" +"POT-Creation-Date: 2018-12-18 15:02+0100\n" "PO-Revision-Date: 2015-08-19 21:33+0200\n" "Last-Translator: Anders Jonsson <anders.jonsson@norsjovallen.se>\n" "Language-Team: Swedish <debian-l10n-swedish@debian.org>\n" @@ -1829,8 +1829,8 @@ msgid "" "instead." msgstr "" -#: apt-private/private-depends.cc apt-private/private-show.cc -#: cmdline/apt-mark.cc +#: apt-private/private-depends.cc apt-private/private-download.cc +#: apt-private/private-show.cc cmdline/apt-mark.cc msgid "No packages found" msgstr "Inga paket hittades" diff --git a/po/th.po b/po/th.po index 1afef0e63..ce2833724 100644 --- a/po/th.po +++ b/po/th.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-09-18 16:15+0200\n" +"POT-Creation-Date: 2018-12-18 15:02+0100\n" "PO-Revision-Date: 2014-12-12 13:00+0700\n" "Last-Translator: Theppitak Karoonboonyanan <thep@debian.org>\n" "Language-Team: Thai <thai-l10n@googlegroups.com>\n" @@ -1775,8 +1775,8 @@ msgid "" "instead." msgstr "" -#: apt-private/private-depends.cc apt-private/private-show.cc -#: cmdline/apt-mark.cc +#: apt-private/private-depends.cc apt-private/private-download.cc +#: apt-private/private-show.cc cmdline/apt-mark.cc msgid "No packages found" msgstr "ไม่พบแพกเกจ" diff --git a/po/tl.po b/po/tl.po index 732c42b74..95e7fc1d6 100644 --- a/po/tl.po +++ b/po/tl.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-09-18 16:15+0200\n" +"POT-Creation-Date: 2018-12-18 15:02+0100\n" "PO-Revision-Date: 2007-03-29 21:36+0800\n" "Last-Translator: Eric Pareja <xenos@upm.edu.ph>\n" "Language-Team: Tagalog <debian-tl@banwa.upm.edu.ph>\n" @@ -1782,8 +1782,8 @@ msgid "" "instead." msgstr "" -#: apt-private/private-depends.cc apt-private/private-show.cc -#: cmdline/apt-mark.cc +#: apt-private/private-depends.cc apt-private/private-download.cc +#: apt-private/private-show.cc cmdline/apt-mark.cc msgid "No packages found" msgstr "Walang nahanap na mga pakete" diff --git a/po/tr.po b/po/tr.po index 27d289b2d..fc7a56710 100644 --- a/po/tr.po +++ b/po/tr.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-09-18 16:15+0200\n" +"POT-Creation-Date: 2018-12-18 15:02+0100\n" "PO-Revision-Date: 2018-01-03 16:32+0300\n" "Last-Translator: Mert Dirik <mertdirik@gmail.com>\n" "Language-Team: Debian l10n Turkish <debian-l10n-turkish@lists.debian.org>\n" @@ -1858,8 +1858,8 @@ msgstr "" "--force-yes seçeneği kullanımdan kaldırılmıştır, bunun yerine --allow ile " "başlayan seçeneklerden birini kullanabilirsiniz." -#: apt-private/private-depends.cc apt-private/private-show.cc -#: cmdline/apt-mark.cc +#: apt-private/private-depends.cc apt-private/private-download.cc +#: apt-private/private-show.cc cmdline/apt-mark.cc msgid "No packages found" msgstr "Hiç paket bulunamadı" diff --git a/po/uk.po b/po/uk.po index 861f5b9bd..798b3bd92 100644 --- a/po/uk.po +++ b/po/uk.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-09-18 16:15+0200\n" +"POT-Creation-Date: 2018-12-18 15:02+0100\n" "PO-Revision-Date: 2012-09-25 20:19+0300\n" "Last-Translator: A. Bondarenko <artem.brz@gmail.com>\n" "Language-Team: Українська <uk@li.org>\n" @@ -1842,8 +1842,8 @@ msgid "" "instead." msgstr "" -#: apt-private/private-depends.cc apt-private/private-show.cc -#: cmdline/apt-mark.cc +#: apt-private/private-depends.cc apt-private/private-download.cc +#: apt-private/private-show.cc cmdline/apt-mark.cc msgid "No packages found" msgstr "Не знайдено жодного пакунка" diff --git a/po/vi.po b/po/vi.po index 916b4b47f..f76755e16 100644 --- a/po/vi.po +++ b/po/vi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.8\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-09-18 16:15+0200\n" +"POT-Creation-Date: 2018-12-18 15:02+0100\n" "PO-Revision-Date: 2014-09-12 13:48+0700\n" "Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n" "Language-Team: Vietnamese <translation-team-vi@lists.sourceforge.net>\n" @@ -1819,8 +1819,8 @@ msgid "" "instead." msgstr "" -#: apt-private/private-depends.cc apt-private/private-show.cc -#: cmdline/apt-mark.cc +#: apt-private/private-depends.cc apt-private/private-download.cc +#: apt-private/private-show.cc cmdline/apt-mark.cc msgid "No packages found" msgstr "Không tìm thấy gói" diff --git a/po/zh_CN.po b/po/zh_CN.po index 82a407b91..e40abfac2 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.7.x\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-09-18 16:15+0200\n" +"POT-Creation-Date: 2018-12-18 15:02+0100\n" "PO-Revision-Date: 2018-07-13 18:16+0800\n" "Last-Translator: Mo Zhou <cdluminate@gmail.com>\n" "Language-Team: Chinese (simplified) <debian-l10n-chinese@lists.debian.org>\n" @@ -1778,8 +1778,8 @@ msgid "" "instead." msgstr "--force-yes 已经被废弃,请使用以 --allow 开头的选项来代替。" -#: apt-private/private-depends.cc apt-private/private-show.cc -#: cmdline/apt-mark.cc +#: apt-private/private-depends.cc apt-private/private-download.cc +#: apt-private/private-show.cc cmdline/apt-mark.cc msgid "No packages found" msgstr "没有发现匹配的软件包" diff --git a/po/zh_TW.po b/po/zh_TW.po index d232e1319..db704f10d 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.2.X\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-09-18 16:15+0200\n" +"POT-Creation-Date: 2018-12-18 15:02+0100\n" "PO-Revision-Date: 2009-01-28 10:41+0800\n" "Last-Translator: Tetralet <tetralet@gmail.com>\n" "Language-Team: Debian-user in Chinese [Big5] <debian-chinese-big5@lists." @@ -1753,8 +1753,8 @@ msgid "" "instead." msgstr "" -#: apt-private/private-depends.cc apt-private/private-show.cc -#: cmdline/apt-mark.cc +#: apt-private/private-depends.cc apt-private/private-download.cc +#: apt-private/private-show.cc cmdline/apt-mark.cc msgid "No packages found" msgstr "未找到套件" -- cgit v1.2.3