diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2018-02-26 13:15:26 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2018-02-26 13:15:26 +0100 |
commit | 5206249ea92fccf9e812a2d373cbd2f16c623059 (patch) | |
tree | 3c6e19debd6d37576308ab5f0297aafcbbce4cf9 | |
parent | 923ba67464960940a19b24a341e896a9338161fb (diff) |
Release 1.6~beta11.6_beta1
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | debian/changelog | 28 | ||||
-rw-r--r-- | doc/apt-transport-https.1.xml | 2 | ||||
-rw-r--r-- | doc/apt-verbatim.ent | 2 | ||||
-rw-r--r-- | doc/apt.conf.5.xml | 2 | ||||
-rw-r--r-- | doc/po/apt-doc.pot | 45 | ||||
-rw-r--r-- | doc/po/de.po | 139 | ||||
-rw-r--r-- | doc/po/es.po | 59 | ||||
-rw-r--r-- | doc/po/fr.po | 64 | ||||
-rw-r--r-- | doc/po/it.po | 64 | ||||
-rw-r--r-- | doc/po/ja.po | 61 | ||||
-rw-r--r-- | doc/po/nl.po | 65 | ||||
-rw-r--r-- | doc/po/pl.po | 43 | ||||
-rw-r--r-- | doc/po/pt.po | 60 | ||||
-rw-r--r-- | doc/po/pt_BR.po | 43 | ||||
-rw-r--r-- | doc/sources.list.5.xml | 2 | ||||
-rw-r--r-- | po/apt-all.pot | 18 | ||||
-rw-r--r-- | po/ar.po | 16 | ||||
-rw-r--r-- | po/ast.po | 16 | ||||
-rw-r--r-- | po/bg.po | 21 | ||||
-rw-r--r-- | po/bs.po | 16 | ||||
-rw-r--r-- | po/ca.po | 21 | ||||
-rw-r--r-- | po/cs.po | 21 | ||||
-rw-r--r-- | po/cy.po | 16 | ||||
-rw-r--r-- | po/da.po | 21 | ||||
-rw-r--r-- | po/de.po | 37 | ||||
-rw-r--r-- | po/dz.po | 16 | ||||
-rw-r--r-- | po/el.po | 16 | ||||
-rw-r--r-- | po/es.po | 21 | ||||
-rw-r--r-- | po/eu.po | 16 | ||||
-rw-r--r-- | po/fi.po | 16 | ||||
-rw-r--r-- | po/fr.po | 21 | ||||
-rw-r--r-- | po/gl.po | 16 | ||||
-rw-r--r-- | po/hu.po | 21 | ||||
-rw-r--r-- | po/it.po | 21 | ||||
-rw-r--r-- | po/ja.po | 21 | ||||
-rw-r--r-- | po/km.po | 16 | ||||
-rw-r--r-- | po/ko.po | 16 | ||||
-rw-r--r-- | po/ku.po | 16 | ||||
-rw-r--r-- | po/lt.po | 16 | ||||
-rw-r--r-- | po/mr.po | 16 | ||||
-rw-r--r-- | po/nb.po | 16 | ||||
-rw-r--r-- | po/ne.po | 16 | ||||
-rw-r--r-- | po/nl.po | 21 | ||||
-rw-r--r-- | po/nn.po | 16 | ||||
-rw-r--r-- | po/pl.po | 21 | ||||
-rw-r--r-- | po/pt.po | 21 | ||||
-rw-r--r-- | po/pt_BR.po | 16 | ||||
-rw-r--r-- | po/ro.po | 16 | ||||
-rw-r--r-- | po/ru.po | 21 | ||||
-rw-r--r-- | po/sk.po | 21 | ||||
-rw-r--r-- | po/sl.po | 21 | ||||
-rw-r--r-- | po/sv.po | 21 | ||||
-rw-r--r-- | po/th.po | 21 | ||||
-rw-r--r-- | po/tl.po | 16 | ||||
-rw-r--r-- | po/tr.po | 21 | ||||
-rw-r--r-- | po/uk.po | 21 | ||||
-rw-r--r-- | po/vi.po | 21 | ||||
-rw-r--r-- | po/zh_CN.po | 20 | ||||
-rw-r--r-- | po/zh_TW.po | 16 |
60 files changed, 1403 insertions, 109 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7b5120848..b723b0ead 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -176,7 +176,7 @@ endif() # Configure some variables like package, version and architecture. set(PACKAGE ${PROJECT_NAME}) set(PACKAGE_MAIL "APT Development Team <deity@lists.debian.org>") -set(PACKAGE_VERSION "1.6~alpha7") +set(PACKAGE_VERSION "1.6~beta1") if (NOT DEFINED DPKG_DATADIR) execute_process(COMMAND ${PERL_EXECUTABLE} -MDpkg -e "print $Dpkg::DATADIR;" diff --git a/debian/changelog b/debian/changelog index 3c52edaa3..28382e2f0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,31 @@ +apt (1.6~beta1) unstable; urgency=medium + + [ David Kalnischkies ] + * allow the apt/lists/auxfiles/ directory to be missing (Closes: 887624) + * add apt-helper drop-privs command… + * restore gcc visibility=hidden for apt-private + * ensure correct file permissions for auxfiles + * allow the apt/lists/auxfiles/ directory to be missing (Closes: 887624) + * add apt-helper drop-privs command… + * restore gcc visibility=hidden for apt-private + * ensure correct file permissions for auxfiles + + [ Julian Andres Klode ] + * indexcopy: Copy uncompressed indices from cdrom again (LP: #1746807) + * Work around test-method-mirror failure by setting umask at start + * Check that Date of Release file is not in the future + * apt.conf.autoremove: Add linux-cloud-tools to list (LP: #1698159) + * indexcopy: Copy uncompressed indices from cdrom again (LP: #1746807) + * Work around test-method-mirror failure by setting umask at start + * Check that Date of Release file is not in the future + * apt.conf.autoremove: Add linux-cloud-tools to list (LP: #1698159) + + [ Chris Leick ] + * German manpage translation update + * German manpage translation update + + -- Julian Andres Klode <jak@debian.org> Mon, 26 Feb 2018 13:14:13 +0100 + apt (1.6~alpha7) unstable; urgency=medium [ Mert Dirik ] diff --git a/doc/apt-transport-https.1.xml b/doc/apt-transport-https.1.xml index 9d2f05dd0..1bad8578b 100644 --- a/doc/apt-transport-https.1.xml +++ b/doc/apt-transport-https.1.xml @@ -13,7 +13,7 @@ &apt-email; &apt-product; <!-- The last update date --> - <date>2017-11-22T00:00:00Z</date> + <date>2017-11-23T00:00:00Z</date> </refentryinfo> <refmeta> diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent index 83b21e6d1..d7817cb79 100644 --- a/doc/apt-verbatim.ent +++ b/doc/apt-verbatim.ent @@ -262,7 +262,7 @@ "> <!-- this will be updated by 'prepare-release' --> -<!ENTITY apt-product-version "1.6~alpha7"> +<!ENTITY apt-product-version "1.6~beta1"> <!-- (Code)names for various things used all over the place --> <!ENTITY debian-oldstable-codename "jessie"> diff --git a/doc/apt.conf.5.xml b/doc/apt.conf.5.xml index e285b3130..c608e71df 100644 --- a/doc/apt.conf.5.xml +++ b/doc/apt.conf.5.xml @@ -19,7 +19,7 @@ &apt-email; &apt-product; <!-- The last update date --> - <date>2018-01-03T00:00:00Z</date> + <date>2018-01-29T00:00:00Z</date> </refentryinfo> <refmeta> diff --git a/doc/po/apt-doc.pot b/doc/po/apt-doc.pot index 6248dd53f..036766a8c 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.6~alpha7\n" +"Project-Id-Version: apt-doc 1.6~beta1\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-01-18 14:46+0000\n" +"POT-Creation-Date: 2018-02-26 13:14+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" @@ -3179,6 +3179,28 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" +"Security related option defaulting to true, enabling time-related " +"checks. Disabling it means that the machine's time cannot be trusted, and " +"APT will hence disable all time-related checks, such as " +"<option>Check-Valid-Until</option> and verifying that the Date field of a " +"release file is not in the future." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" +"Maximum time (in seconds) before its creation (as indicated by the " +"<literal>Date</literal> header) that the <filename>Release</filename> file " +"should be considered valid. The default value is <literal>10</literal>. " +"Archive specific settings can be made by appending the label of the archive " +"to the option name. Preferably, the same can be achieved for specific " +"&sources-list; entries by using the <option>Date-Max-Future</option> option " +"there." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" "Security related option defaulting to true, as giving a Release file's " "validation an expiration date prevents replay attacks over a long timescale, " "and can also for example help users to identify mirrors that are no longer " @@ -5614,6 +5636,25 @@ msgstr "" #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> #: sources.list.5.xml msgid "" +"<option>Check-Date</option> (<option>check-date</option>) is a yes/no value " +"which controls if APT should consider the machine's time correct and hence " +"perform time related checks, such as verifying that a Release file is not " +"from the future. Disabling it also disables the " +"<option>Check-Valid-Until</option> option mentioned above." +msgstr "" + +#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> +#: sources.list.5.xml +msgid "" +"<option>Date-Max-Future</option> (<option>date-max-future</option>) controls " +"how far from the future a repository may be. Default to the value of the " +"configuration option <option>Acquire::Max-FutureTime</option> which is 10 " +"seconds by default." +msgstr "" + +#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> +#: sources.list.5.xml +msgid "" "<option>InRelease-Path</option> (<option>inrelease-path</option>) " "determines the path to the InRelease file, relative to the normal position " "of an <filename>InRelease</filename> file. By default, this option is unset " diff --git a/doc/po/de.po b/doc/po/de.po index 7f82f3865..35e1a6de1 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-01-18 14:46+0000\n" +"POT-Creation-Date: 2018-02-26 13:14+0100\n" "PO-Revision-Date: 2018-02-03 13:12+0200\n" "Last-Translator: Chris Leick <c.leick@vollbio.de>\n" "Language-Team: German <debian-l10n-german@lists.debian.org>\n" @@ -4539,6 +4539,48 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" +"Security related option defaulting to true, enabling time-related checks. " +"Disabling it means that the machine's time cannot be trusted, and APT will " +"hence disable all time-related checks, such as <option>Check-Valid-Until</" +"option> and verifying that the Date field of a release file is not in the " +"future." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +#, fuzzy +#| msgid "" +#| "Maximum time (in seconds) after its creation (as indicated by the " +#| "<literal>Date</literal> header) that the <filename>Release</filename> " +#| "file should be considered valid. If the Release file itself includes a " +#| "<literal>Valid-Until</literal> header the earlier date of the two is used " +#| "as the expiration date. The default value is <literal>0</literal> which " +#| "stands for \"valid forever\". Archive specific settings can be made by " +#| "appending the label of the archive to the option name. Preferably, the " +#| "same can be achieved for specific &sources-list; entries by using the " +#| "<option>Valid-Until-Max</option> option there." +msgid "" +"Maximum time (in seconds) before its creation (as indicated by the " +"<literal>Date</literal> header) that the <filename>Release</filename> file " +"should be considered valid. The default value is <literal>10</literal>. " +"Archive specific settings can be made by appending the label of the archive " +"to the option name. Preferably, the same can be achieved for specific " +"&sources-list; entries by using the <option>Date-Max-Future</option> option " +"there." +msgstr "" +"maximale Zeit (in Sekunden) nach ihrer Erzeugung (die in der Kopfzeile " +"<literal>Date</literal> angegeben ist), die die Datei <filename>Release</" +"filename> als gültig angesehen wird. Falls die Release-Datei selbst eine " +"<literal>Valid-Until</literal>-Kopfzeile enthält, wird das frühere der " +"beiden Daten als Ablaufdatum verwandt. Vorgabe ist <literal>0</literal>, was " +"für »für immer gültig« steht. Archivspezifische Einstellungen können durch " +"Anhängen der Archivbezeichnung an den Optionsnamen vorgenommen werden. " +"Vorzugsweise kann dasselbe für bestimmte &sources-list;-Einträge erreicht " +"werden, indem dort die Option <option>Valid-Until-Max</option> benutzt wird." + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" "Security related option defaulting to true, as giving a Release file's " "validation an expiration date prevents replay attacks over a long timescale, " "and can also for example help users to identify mirrors that are no longer " @@ -6002,8 +6044,8 @@ msgstr "" "literal> oder <literal>APT::Update::{Pre,Post}-Invoke</literal> mit ein." #. type: Content of: <refentry><refsect1><title> -#: apt.conf.5.xml apt_preferences.5.xml sources.list.5.xml -#: apt-ftparchive.1.xml apt-transport-http.1.xml apt-transport-https.1.xml +#: apt.conf.5.xml apt_preferences.5.xml sources.list.5.xml apt-ftparchive.1.xml +#: apt-transport-http.1.xml apt-transport-https.1.xml #: apt-transport-mirror.1.xml msgid "Examples" msgstr "Beispiele" @@ -8089,6 +8131,25 @@ msgstr "" #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> #: sources.list.5.xml msgid "" +"<option>Check-Date</option> (<option>check-date</option>) is a yes/no value " +"which controls if APT should consider the machine's time correct and hence " +"perform time related checks, such as verifying that a Release file is not " +"from the future. Disabling it also disables the <option>Check-Valid-Until</" +"option> option mentioned above." +msgstr "" + +#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> +#: sources.list.5.xml +msgid "" +"<option>Date-Max-Future</option> (<option>date-max-future</option>) controls " +"how far from the future a repository may be. Default to the value of the " +"configuration option <option>Acquire::Max-FutureTime</option> which is 10 " +"seconds by default." +msgstr "" + +#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> +#: sources.list.5.xml +msgid "" "<option>InRelease-Path</option> (<option>inrelease-path</option>) " "determines the path to the InRelease file, relative to the normal position " "of an <filename>InRelease</filename> file. By default, this option is unset " @@ -8101,12 +8162,12 @@ msgstr "" "<option>InRelease-Path</option> (<option>inrelease-path</option>) legt den " "Pfad zur InRelease-Datei relativ zur normalen Position einer " "<filename>InRelease</filename>-Datei fest. Standardmäßig ist diese Option " -"nicht gesetzt und APT wird versuchen, eine " -"<filename>InRelease</filename>-Datei zu holen oder, falls dies fehlschlägt, " -"eine <filename>Release</filename>-Datei und die zugehörige " -"<filename>Release.gpg</filename>-Datei. Durch das Setzen dieser Option wird " -"der angegebene Pfad anstelle der InRelease-Datei probiert und der Rückgriff " -"auf <filename>Release</filename>-Dateien wird deaktiviert." +"nicht gesetzt und APT wird versuchen, eine <filename>InRelease</filename>-" +"Datei zu holen oder, falls dies fehlschlägt, eine <filename>Release</" +"filename>-Datei und die zugehörige <filename>Release.gpg</filename>-Datei. " +"Durch das Setzen dieser Option wird der angegebene Pfad anstelle der " +"InRelease-Datei probiert und der Rückgriff auf <filename>Release</filename>-" +"Dateien wird deaktiviert." #. type: Content of: <refentry><refsect1><title> #: sources.list.5.xml @@ -9985,8 +10046,8 @@ msgstr "" "ganze Kommunikation mit einem fernen Server (oder Proxy) durch einen " "Angreifer mit ausreichenden Fähigkeiten beobachtet werden kann, der " "landläufig als Mann in der Mitte (MITM) bezeichnet wird. Ein derartiger " -"Angreifer kann die Kommunikation jedoch <emphasis>nicht</emphasis> ändern, um " -"die Sicherheit Ihres System zu kompromittieren, da APTs " +"Angreifer kann die Kommunikation jedoch <emphasis>nicht</emphasis> ändern, " +"um die Sicherheit Ihres System zu kompromittieren, da APTs " "Datensicherheitsmodell unabhängig von der gewählten Transportmethode ist. " "Einzelheiten werden unter &apt-secure; erklärt. Einen Überblick über " "verfügbare Transportmethoden gibt es in &sources-list;." @@ -10027,18 +10088,17 @@ msgstr "" "Die Umgebungsvariable <envar>http_proxy</envar> wird zur systemweiten " "Konfiguration unterstützt. APT-spezifische Proxys können mittels der Option " "<literal>Acquire::http::Proxy</literal> konfiguriert werden. Proxys, die nur " -"für bestimmte Rechner benutzt werden, können über " -"<literal>Acquire::http::Proxy::<replaceable>Rechner</replaceable></literal> " -"angegeben werden. Eine mehr ins Einzelne gehende Steuerung kann über die " -"nachfolgend genauer beschriebene Proxy-Autoerkennung erreicht werden. Alle " -"diese Optionen verwenden das URI-Format " -"<literal><replaceable>Schema</replaceable>://[[<replaceable>Benutzer" -"</replaceable>][:<replaceable>Passwort</replaceable>]@]<replaceable>Rechner" -"</replaceable>[:<replaceable>Port</replaceable>]/</literal>. Untersützte " -"URI-Schemen sind <literal>socks5h</literal> (SOCKS5 mit ferner " -"DNS-Auflösung), <literal>http</literal> und <literal>https</literal>. " -"Authentifizierungseinzelheiten können über &apt-authconf; bereitgestellt " -"werden, statt sie direkt in den URI einzufügen." +"für bestimmte Rechner benutzt werden, können über <literal>Acquire::http::" +"Proxy::<replaceable>Rechner</replaceable></literal> angegeben werden. Eine " +"mehr ins Einzelne gehende Steuerung kann über die nachfolgend genauer " +"beschriebene Proxy-Autoerkennung erreicht werden. Alle diese Optionen " +"verwenden das URI-Format <literal><replaceable>Schema</replaceable>://" +"[[<replaceable>Benutzer</replaceable>][:<replaceable>Passwort</" +"replaceable>]@]<replaceable>Rechner</replaceable>[:<replaceable>Port</" +"replaceable>]/</literal>. Untersützte URI-Schemen sind <literal>socks5h</" +"literal> (SOCKS5 mit ferner DNS-Auflösung), <literal>http</literal> und " +"<literal>https</literal>. Authentifizierungseinzelheiten können über &apt-" +"authconf; bereitgestellt werden, statt sie direkt in den URI einzufügen." #. type: Content of: <refentry><refsect1><refsect2><para> #: apt-transport-http.1.xml @@ -10296,8 +10356,8 @@ msgstr "" "HTTP selbst ist ein unverschlüsseltes Transportprotokoll (vergleichen Sie " "&apt-transport-http;), das, wie es das angehängte S angibt, in eine " "verschlüsselte Ebene, bekannt als Transport Layer Security (TLS), eingepackt " -"wird, um eine Ende-zu-Ende-Verschlüsselung bereitzustellen. Ein Angreifer mit " -"ausreichenden Fähigkeiten kann die Kommunikationspartner immer noch " +"wird, um eine Ende-zu-Ende-Verschlüsselung bereitzustellen. Ein Angreifer " +"mit ausreichenden Fähigkeiten kann die Kommunikationspartner immer noch " "beobachten und eine tiefere Analyse der verschlüsselten Kommunikation könnte " "immer noch wichtige Einzelheiten offenbaren. Einen Überblick über " "alternative Transportmethoden finden Sie in der &sources-list;." @@ -10311,12 +10371,12 @@ msgid "" "http</literal>. This manpage will only document the options <emphasis>unique " "to https</emphasis>." msgstr "" -"Das HTTPS-Protokoll basiert auf dem HTTP-Protokoll, daher sind alle von " -"&apt-transport-http; unterstützten Optionen auch mittels " -"<literal>Acquire::http</literal> verfügbar haben und dieselben " -"Voreinstellungen, wie die, die für <literal>Acquire::http</literal> angegeben " -"wurden. Diese Handbuchseite wird nur die Optionen beschreiben, die " -"<emphasis>einzig für HTTPS</emphasis> gelten." +"Das HTTPS-Protokoll basiert auf dem HTTP-Protokoll, daher sind alle von &apt-" +"transport-http; unterstützten Optionen auch mittels <literal>Acquire::http</" +"literal> verfügbar haben und dieselben Voreinstellungen, wie die, die für " +"<literal>Acquire::http</literal> angegeben wurden. Diese Handbuchseite wird " +"nur die Optionen beschreiben, die <emphasis>einzig für HTTPS</emphasis> " +"gelten." #. type: Content of: <refentry><refsect1><refsect2><title> #: apt-transport-https.1.xml @@ -10349,9 +10409,9 @@ msgstr "" "die zur Erstellung der Kette aneinandergereiht wurde, die APT zur Prüfung " "des Pfads bis zur Wurzel (dem selbstsignierten Zertifikat) benutzen soll. " "Falls der ferne Server während des Austauschs die ganze Kette bereitstellt, " -"muss die Datei nur das Wurzelzertifikat enthalten. Andernfalls wird die ganze " -"Kette benötigt. Falls Sie mehrere Zertifizierungstellen unterstützen müssen, " -"besteht die einzige Möglichkeit darin, alles aneinander zu hängen." +"muss die Datei nur das Wurzelzertifikat enthalten. Andernfalls wird die " +"ganze Kette benötigt. Falls Sie mehrere Zertifizierungstellen unterstützen " +"müssen, besteht die einzige Möglichkeit darin, alles aneinander zu hängen." #. type: Content of: <refentry><refsect1><refsect2><para> #: apt-transport-https.1.xml @@ -10588,12 +10648,11 @@ msgstr "" "Rautezeichen (<literal>#</literal>) beginnen, werden ignoriert. Ein URI " "beginnt immer mit einem URI-Schema, das angibt, welche Transportmethode für " "diesen Spiegelserver benutzt wird. Falls der URI beispielsweise mit " -"<literal>http:</literal> anfängt, ist die zuständige Transportmethode " -"&apt-transport-http;, was spezielle Anforderungen an das Format des " -"verbleibenden Teils des URI stellen kann." +"<literal>http:</literal> anfängt, ist die zuständige Transportmethode &apt-" +"transport-http;, was spezielle Anforderungen an das Format des verbleibenden " +"Teils des URI stellen kann." #. type: Content of: <refentry><refsect1><refsect2><para> - #: apt-transport-mirror.1.xml msgid "" "Metadata about a mirror can be given on the same line, separated from the " @@ -10605,8 +10664,8 @@ msgstr "" "Metadaten über einen Spiegelserver können in derselben Zeile angegeben " "werden, vom URI durch einen Tabulator getrennt. Mehrere Elemente der " "Metadaten können ihrerseits durch Leerzeichen oder Tabulatoren getrennt " -"werden. (Dies ist eine fortschrittliche Funktionalität, die erst seit APT 1.6 " -"verfügbar ist. Ältere APT-Versionen scheitern bei der Auswahl von " +"werden. (Dies ist eine fortschrittliche Funktionalität, die erst seit APT " +"1.6 verfügbar ist. Ältere APT-Versionen scheitern bei der Auswahl von " "Spiegelserverlisten, die diese Funktionalität verwenden.)" #. type: Content of: <refentry><refsect1><refsect2><para> diff --git a/doc/po/es.po b/doc/po/es.po index f60fb38ce..663ffa86e 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-01-18 14:46+0000\n" +"POT-Creation-Date: 2018-02-26 13:14+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" @@ -4515,6 +4515,44 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml +msgid "" +"Security related option defaulting to true, enabling time-related checks. " +"Disabling it means that the machine's time cannot be trusted, and APT will " +"hence disable all time-related checks, such as <option>Check-Valid-Until</" +"option> and verifying that the Date field of a release file is not in the " +"future." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +#, fuzzy +#| msgid "" +#| "Maximum time (in seconds) after its creation (as indicated by the " +#| "<literal>Date</literal> header) that the <filename>Release</filename> " +#| "file should be considered valid. If the Release file itself includes a " +#| "<literal>Valid-Until</literal> header the earlier date of the two is used " +#| "as the expiration date. The default value is <literal>0</literal> which " +#| "stands for \"valid forever\". Archive specific settings can be made by " +#| "appending the label of the archive to the option name." +msgid "" +"Maximum time (in seconds) before its creation (as indicated by the " +"<literal>Date</literal> header) that the <filename>Release</filename> file " +"should be considered valid. The default value is <literal>10</literal>. " +"Archive specific settings can be made by appending the label of the archive " +"to the option name. Preferably, the same can be achieved for specific " +"&sources-list; entries by using the <option>Date-Max-Future</option> option " +"there." +msgstr "" +"El periodo (en segundos) a partir de la creación del fichero " +"«Release» (indicado en la cabecera <literal>Date</literal>) durante el cual " +"se considerará válida. Si el fichero «Release» incluye una cabecera " +"<literal>Valid-Until</literal>, la fecha más temprana se utilizará como la " +"fecha de vencimiento. El valor predefinido es <literal>0</literal>, esto es, " +"sin límite de tiempo. Las opciones de configuración específicas al archivo " +"se pueden realizar añadiendo la etiqueta del archivo al nombre de opción." + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml #, fuzzy #| msgid "" #| "Security related option defaulting to true, as giving a Release file's " @@ -7929,6 +7967,25 @@ msgstr "" #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> #: sources.list.5.xml msgid "" +"<option>Check-Date</option> (<option>check-date</option>) is a yes/no value " +"which controls if APT should consider the machine's time correct and hence " +"perform time related checks, such as verifying that a Release file is not " +"from the future. Disabling it also disables the <option>Check-Valid-Until</" +"option> option mentioned above." +msgstr "" + +#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> +#: sources.list.5.xml +msgid "" +"<option>Date-Max-Future</option> (<option>date-max-future</option>) controls " +"how far from the future a repository may be. Default to the value of the " +"configuration option <option>Acquire::Max-FutureTime</option> which is 10 " +"seconds by default." +msgstr "" + +#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> +#: sources.list.5.xml +msgid "" "<option>InRelease-Path</option> (<option>inrelease-path</option>) " "determines the path to the InRelease file, relative to the normal position " "of an <filename>InRelease</filename> file. By default, this option is unset " diff --git a/doc/po/fr.po b/doc/po/fr.po index 4bc4a7e9d..b7703c807 100644 --- a/doc/po/fr.po +++ b/doc/po/fr.po @@ -12,7 +12,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-01-18 14:46+0000\n" +"POT-Creation-Date: 2018-02-26 13:14+0100\n" "PO-Revision-Date: 2017-01-24 22:43+0100\n" "Last-Translator: Jean-Pierre Giraud <jean-pierregiraud@neuf.fr>\n" "Language-Team: French <debian-l10n-french@lists.debian.org>\n" @@ -4531,6 +4531,49 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" +"Security related option defaulting to true, enabling time-related checks. " +"Disabling it means that the machine's time cannot be trusted, and APT will " +"hence disable all time-related checks, such as <option>Check-Valid-Until</" +"option> and verifying that the Date field of a release file is not in the " +"future." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +#, fuzzy +#| msgid "" +#| "Maximum time (in seconds) after its creation (as indicated by the " +#| "<literal>Date</literal> header) that the <filename>Release</filename> " +#| "file should be considered valid. If the Release file itself includes a " +#| "<literal>Valid-Until</literal> header the earlier date of the two is used " +#| "as the expiration date. The default value is <literal>0</literal> which " +#| "stands for \"valid forever\". Archive specific settings can be made by " +#| "appending the label of the archive to the option name. Preferably, the " +#| "same can be achieved for specific &sources-list; entries by using the " +#| "<option>Valid-Until-Max</option> option there." +msgid "" +"Maximum time (in seconds) before its creation (as indicated by the " +"<literal>Date</literal> header) that the <filename>Release</filename> file " +"should be considered valid. The default value is <literal>10</literal>. " +"Archive specific settings can be made by appending the label of the archive " +"to the option name. Preferably, the same can be achieved for specific " +"&sources-list; entries by using the <option>Date-Max-Future</option> option " +"there." +msgstr "" +"Durée maximale (en secondes) pendant laquelle un fichier Release est " +"considéré comme valable, à partir du moment de sa création (tel que cela est " +"indiqué dans l'en-tête <literal>Date</literal>). Si ce fichier lui-même " +"comporte un en-tête <literal>Valid-Until</literal> la plus ancienne des deux " +"dates est utilisée comme date d'expiration. La valeur par défaut " +"(<literal>0</literal>) signifie « valable éternellement ». Un réglage " +"spécifique pour une archive donnée peut être défini en ajoutant l'étiquette " +"de l'archive au nom de l'option. De préférence, le même résultat peut être " +"obtenu pour des entrées particulières de &sources-list; en utilisant ici " +"l'option <option>Valid-Until-Max</option>." + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" "Security related option defaulting to true, as giving a Release file's " "validation an expiration date prevents replay attacks over a long timescale, " "and can also for example help users to identify mirrors that are no longer " @@ -8074,6 +8117,25 @@ msgstr "" #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> #: sources.list.5.xml msgid "" +"<option>Check-Date</option> (<option>check-date</option>) is a yes/no value " +"which controls if APT should consider the machine's time correct and hence " +"perform time related checks, such as verifying that a Release file is not " +"from the future. Disabling it also disables the <option>Check-Valid-Until</" +"option> option mentioned above." +msgstr "" + +#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> +#: sources.list.5.xml +msgid "" +"<option>Date-Max-Future</option> (<option>date-max-future</option>) controls " +"how far from the future a repository may be. Default to the value of the " +"configuration option <option>Acquire::Max-FutureTime</option> which is 10 " +"seconds by default." +msgstr "" + +#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> +#: sources.list.5.xml +msgid "" "<option>InRelease-Path</option> (<option>inrelease-path</option>) " "determines the path to the InRelease file, relative to the normal position " "of an <filename>InRelease</filename> file. By default, this option is unset " diff --git a/doc/po/it.po b/doc/po/it.po index e90cd7742..42c9ab3f4 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-01-18 14:46+0000\n" +"POT-Creation-Date: 2018-02-26 13:14+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" @@ -4546,6 +4546,49 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" +"Security related option defaulting to true, enabling time-related checks. " +"Disabling it means that the machine's time cannot be trusted, and APT will " +"hence disable all time-related checks, such as <option>Check-Valid-Until</" +"option> and verifying that the Date field of a release file is not in the " +"future." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +#, fuzzy +#| msgid "" +#| "Maximum time (in seconds) after its creation (as indicated by the " +#| "<literal>Date</literal> header) that the <filename>Release</filename> " +#| "file should be considered valid. If the Release file itself includes a " +#| "<literal>Valid-Until</literal> header the earlier date of the two is used " +#| "as the expiration date. The default value is <literal>0</literal> which " +#| "stands for \"valid forever\". Archive specific settings can be made by " +#| "appending the label of the archive to the option name. Preferably, the " +#| "same can be achieved for specific &sources-list; entries by using the " +#| "<option>Valid-Until-Max</option> option there." +msgid "" +"Maximum time (in seconds) before its creation (as indicated by the " +"<literal>Date</literal> header) that the <filename>Release</filename> file " +"should be considered valid. The default value is <literal>10</literal>. " +"Archive specific settings can be made by appending the label of the archive " +"to the option name. Preferably, the same can be achieved for specific " +"&sources-list; entries by using the <option>Date-Max-Future</option> option " +"there." +msgstr "" +"Tempo massimo (in secondi) dalla sua creazione (come indicata " +"dall'intestazione <literal>Date</literal>) per il quale il file " +"<filename>Release</filename> deve essere considerato valido. Se il file " +"Release stesso include un'intestazione <literal>Valid-Until</literal>, viene " +"usata come data di scadenza quella più corta. Il valore predefinito è " +"<literal>0</literal> che sta per «valido per sempre». Possono essere fatte " +"impostazioni specifiche per ciascun archivio aggiungendo l'etichetta " +"dell'archivio in fondo al nome dell'opzione. È preferibile ottenere la " +"stessa cosa per voci specifiche in &sources-list; usando lì l'opzione " +"<option>Valid-Until-Max</option>." + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" "Security related option defaulting to true, as giving a Release file's " "validation an expiration date prevents replay attacks over a long timescale, " "and can also for example help users to identify mirrors that are no longer " @@ -8074,6 +8117,25 @@ msgstr "" #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> #: sources.list.5.xml msgid "" +"<option>Check-Date</option> (<option>check-date</option>) is a yes/no value " +"which controls if APT should consider the machine's time correct and hence " +"perform time related checks, such as verifying that a Release file is not " +"from the future. Disabling it also disables the <option>Check-Valid-Until</" +"option> option mentioned above." +msgstr "" + +#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> +#: sources.list.5.xml +msgid "" +"<option>Date-Max-Future</option> (<option>date-max-future</option>) controls " +"how far from the future a repository may be. Default to the value of the " +"configuration option <option>Acquire::Max-FutureTime</option> which is 10 " +"seconds by default." +msgstr "" + +#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> +#: sources.list.5.xml +msgid "" "<option>InRelease-Path</option> (<option>inrelease-path</option>) " "determines the path to the InRelease file, relative to the normal position " "of an <filename>InRelease</filename> file. By default, this option is unset " diff --git a/doc/po/ja.po b/doc/po/ja.po index da5959344..3666e8677 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-01-18 14:46+0000\n" +"POT-Creation-Date: 2018-02-26 13:14+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" @@ -4378,6 +4378,46 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" +"Security related option defaulting to true, enabling time-related checks. " +"Disabling it means that the machine's time cannot be trusted, and APT will " +"hence disable all time-related checks, such as <option>Check-Valid-Until</" +"option> and verifying that the Date field of a release file is not in the " +"future." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +#, fuzzy +#| msgid "" +#| "Maximum time (in seconds) after its creation (as indicated by the " +#| "<literal>Date</literal> header) that the <filename>Release</filename> " +#| "file should be considered valid. If the Release file itself includes a " +#| "<literal>Valid-Until</literal> header the earlier date of the two is used " +#| "as the expiration date. The default value is <literal>0</literal> which " +#| "stands for \"valid forever\". Archive specific settings can be made by " +#| "appending the label of the archive to the option name. Preferably, the " +#| "same can be achieved for specific &sources-list; entries by using the " +#| "<option>Valid-Until-Max</option> option there." +msgid "" +"Maximum time (in seconds) before its creation (as indicated by the " +"<literal>Date</literal> header) that the <filename>Release</filename> file " +"should be considered valid. The default value is <literal>10</literal>. " +"Archive specific settings can be made by appending the label of the archive " +"to the option name. Preferably, the same can be achieved for specific " +"&sources-list; entries by using the <option>Date-Max-Future</option> option " +"there." +msgstr "" +"<filename>Release</filename> ファイルを作成してから (<literal>Date</literal> " +"ヘッダ)、有効であるとみなせる最大時間 (秒数) です。Release ファイル自体に " +"<literal>Valid-Until</literal> ヘッダがある場合、その 2 つのうち、より早い日" +"付が有効期間として使用されます。デフォルト値は <literal>0</literal> で「無期" +"限」を表します。オプション名にアーカイブのラベルを付与することで、アーカイブ" +"固有の設定を作成できます。または、<option>Valid-Until-Max</option> オプション" +"を使用して特定の &sources-list; エントリで同じことを達成できます。" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" "Security related option defaulting to true, as giving a Release file's " "validation an expiration date prevents replay attacks over a long timescale, " "and can also for example help users to identify mirrors that are no longer " @@ -7738,6 +7778,25 @@ msgstr "" #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> #: sources.list.5.xml msgid "" +"<option>Check-Date</option> (<option>check-date</option>) is a yes/no value " +"which controls if APT should consider the machine's time correct and hence " +"perform time related checks, such as verifying that a Release file is not " +"from the future. Disabling it also disables the <option>Check-Valid-Until</" +"option> option mentioned above." +msgstr "" + +#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> +#: sources.list.5.xml +msgid "" +"<option>Date-Max-Future</option> (<option>date-max-future</option>) controls " +"how far from the future a repository may be. Default to the value of the " +"configuration option <option>Acquire::Max-FutureTime</option> which is 10 " +"seconds by default." +msgstr "" + +#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> +#: sources.list.5.xml +msgid "" "<option>InRelease-Path</option> (<option>inrelease-path</option>) " "determines the path to the InRelease file, relative to the normal position " "of an <filename>InRelease</filename> file. By default, this option is unset " diff --git a/doc/po/nl.po b/doc/po/nl.po index ffca92c30..4e869a3d5 100644 --- a/doc/po/nl.po +++ b/doc/po/nl.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.5-nl\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-01-18 14:46+0000\n" +"POT-Creation-Date: 2018-02-26 13:14+0100\n" "PO-Revision-Date: 2017-10-23 17:02+0200\n" "Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n" "Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n" @@ -4629,6 +4629,50 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" +"Security related option defaulting to true, enabling time-related checks. " +"Disabling it means that the machine's time cannot be trusted, and APT will " +"hence disable all time-related checks, such as <option>Check-Valid-Until</" +"option> and verifying that the Date field of a release file is not in the " +"future." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +#, fuzzy +#| msgid "" +#| "Maximum time (in seconds) after its creation (as indicated by the " +#| "<literal>Date</literal> header) that the <filename>Release</filename> " +#| "file should be considered valid. If the Release file itself includes a " +#| "<literal>Valid-Until</literal> header the earlier date of the two is used " +#| "as the expiration date. The default value is <literal>0</literal> which " +#| "stands for \"valid forever\". Archive specific settings can be made by " +#| "appending the label of the archive to the option name. Preferably, the " +#| "same can be achieved for specific &sources-list; entries by using the " +#| "<option>Valid-Until-Max</option> option there." +msgid "" +"Maximum time (in seconds) before its creation (as indicated by the " +"<literal>Date</literal> header) that the <filename>Release</filename> file " +"should be considered valid. The default value is <literal>10</literal>. " +"Archive specific settings can be made by appending the label of the archive " +"to the option name. Preferably, the same can be achieved for specific " +"&sources-list; entries by using the <option>Date-Max-Future</option> option " +"there." +msgstr "" +"Maximum tijd (in seconden) na het tijdstip waarop het <filename>Release</" +"filename>-bestand aangemaakt werd (zoals vermeld in de koptekst " +"<literal>Date</literal>), dat het als geldig beschouwd moet worden. Indien " +"het Release-bestand zelf een koptekst <literal>Valid-Until</literal> bevat " +"wordt de meest recente van beide data als vervaldatum genomen. De " +"standaardwaarde is <literal>0</literal> hetgeen staat voor \"onbeperkt geldig" +"\". Archiefspecifieke instellingen kunnen aangemaakt worden door de naam van " +"het archief toe te voegen aan de optienaam. Hetzelfde effect kan voor " +"specifieke regels uit &sources-list; bereikt worden door daar de optie " +"<option>Valid-Until-Max</option> te gebruiken, wat bij voorkeur gedaan zou " +"moeten worden." + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" "Security related option defaulting to true, as giving a Release file's " "validation an expiration date prevents replay attacks over a long timescale, " "and can also for example help users to identify mirrors that are no longer " @@ -8240,6 +8284,25 @@ msgstr "" #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> #: sources.list.5.xml msgid "" +"<option>Check-Date</option> (<option>check-date</option>) is a yes/no value " +"which controls if APT should consider the machine's time correct and hence " +"perform time related checks, such as verifying that a Release file is not " +"from the future. Disabling it also disables the <option>Check-Valid-Until</" +"option> option mentioned above." +msgstr "" + +#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> +#: sources.list.5.xml +msgid "" +"<option>Date-Max-Future</option> (<option>date-max-future</option>) controls " +"how far from the future a repository may be. Default to the value of the " +"configuration option <option>Acquire::Max-FutureTime</option> which is 10 " +"seconds by default." +msgstr "" + +#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> +#: sources.list.5.xml +msgid "" "<option>InRelease-Path</option> (<option>inrelease-path</option>) " "determines the path to the InRelease file, relative to the normal position " "of an <filename>InRelease</filename> file. By default, this option is unset " diff --git a/doc/po/pl.po b/doc/po/pl.po index 702dca4e5..fd89d98ea 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-01-18 14:46+0000\n" +"POT-Creation-Date: 2018-02-26 13:14+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" @@ -4434,6 +4434,28 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" +"Security related option defaulting to true, enabling time-related checks. " +"Disabling it means that the machine's time cannot be trusted, and APT will " +"hence disable all time-related checks, such as <option>Check-Valid-Until</" +"option> and verifying that the Date field of a release file is not in the " +"future." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" +"Maximum time (in seconds) before its creation (as indicated by the " +"<literal>Date</literal> header) that the <filename>Release</filename> file " +"should be considered valid. The default value is <literal>10</literal>. " +"Archive specific settings can be made by appending the label of the archive " +"to the option name. Preferably, the same can be achieved for specific " +"&sources-list; entries by using the <option>Date-Max-Future</option> option " +"there." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" "Security related option defaulting to true, as giving a Release file's " "validation an expiration date prevents replay attacks over a long timescale, " "and can also for example help users to identify mirrors that are no longer " @@ -7390,6 +7412,25 @@ msgstr "" #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> #: sources.list.5.xml msgid "" +"<option>Check-Date</option> (<option>check-date</option>) is a yes/no value " +"which controls if APT should consider the machine's time correct and hence " +"perform time related checks, such as verifying that a Release file is not " +"from the future. Disabling it also disables the <option>Check-Valid-Until</" +"option> option mentioned above." +msgstr "" + +#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> +#: sources.list.5.xml +msgid "" +"<option>Date-Max-Future</option> (<option>date-max-future</option>) controls " +"how far from the future a repository may be. Default to the value of the " +"configuration option <option>Acquire::Max-FutureTime</option> which is 10 " +"seconds by default." +msgstr "" + +#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> +#: sources.list.5.xml +msgid "" "<option>InRelease-Path</option> (<option>inrelease-path</option>) " "determines the path to the InRelease file, relative to the normal position " "of an <filename>InRelease</filename> file. By default, this option is unset " diff --git a/doc/po/pt.po b/doc/po/pt.po index 579301c24..058350339 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-01-18 14:46+0000\n" +"POT-Creation-Date: 2018-02-26 13:14+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" @@ -4449,6 +4449,45 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml +msgid "" +"Security related option defaulting to true, enabling time-related checks. " +"Disabling it means that the machine's time cannot be trusted, and APT will " +"hence disable all time-related checks, such as <option>Check-Valid-Until</" +"option> and verifying that the Date field of a release file is not in the " +"future." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +#, fuzzy +#| msgid "" +#| "Maximum time (in seconds) after its creation (as indicated by the " +#| "<literal>Date</literal> header) that the <filename>Release</filename> " +#| "file should be considered valid. If the Release file itself includes a " +#| "<literal>Valid-Until</literal> header the earlier date of the two is used " +#| "as the expiration date. The default value is <literal>0</literal> which " +#| "stands for \"valid forever\". Archive specific settings can be made by " +#| "appending the label of the archive to the option name." +msgid "" +"Maximum time (in seconds) before its creation (as indicated by the " +"<literal>Date</literal> header) that the <filename>Release</filename> file " +"should be considered valid. The default value is <literal>10</literal>. " +"Archive specific settings can be made by appending the label of the archive " +"to the option name. Preferably, the same can be achieved for specific " +"&sources-list; entries by using the <option>Date-Max-Future</option> option " +"there." +msgstr "" +"O tempo máximo (em segundos) após a sua criação (como indicado pelo " +"cabeçalho <literal>Date</literal>) que o ficheiro <filename>Release</" +"filename> deve ser considerado como válido. Se o próprio ficheiro Release " +"incluir um cabeçalho <literal>Valid-Until</literal> é usada como data de " +"expiração a data que expira mais cedo. O valor predefinido é <literal>0</" +"literal> o que significa \"válido para sempre\". Podem ser criadas " +"definições específicas de arquivo ao acrescentar a etiqueta do arquivo ao " +"nome da opção." + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml #, fuzzy #| msgid "" #| "Security related option defaulting to true, as giving a Release file's " @@ -7854,6 +7893,25 @@ msgstr "" #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> #: sources.list.5.xml msgid "" +"<option>Check-Date</option> (<option>check-date</option>) is a yes/no value " +"which controls if APT should consider the machine's time correct and hence " +"perform time related checks, such as verifying that a Release file is not " +"from the future. Disabling it also disables the <option>Check-Valid-Until</" +"option> option mentioned above." +msgstr "" + +#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> +#: sources.list.5.xml +msgid "" +"<option>Date-Max-Future</option> (<option>date-max-future</option>) controls " +"how far from the future a repository may be. Default to the value of the " +"configuration option <option>Acquire::Max-FutureTime</option> which is 10 " +"seconds by default." +msgstr "" + +#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> +#: sources.list.5.xml +msgid "" "<option>InRelease-Path</option> (<option>inrelease-path</option>) " "determines the path to the InRelease file, relative to the normal position " "of an <filename>InRelease</filename> file. By default, this option is unset " diff --git a/doc/po/pt_BR.po b/doc/po/pt_BR.po index f1f776d97..56bab5079 100644 --- a/doc/po/pt_BR.po +++ b/doc/po/pt_BR.po @@ -9,7 +9,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-01-18 14:46+0000\n" +"POT-Creation-Date: 2018-02-26 13:14+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" @@ -3140,6 +3140,28 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" +"Security related option defaulting to true, enabling time-related checks. " +"Disabling it means that the machine's time cannot be trusted, and APT will " +"hence disable all time-related checks, such as <option>Check-Valid-Until</" +"option> and verifying that the Date field of a release file is not in the " +"future." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" +"Maximum time (in seconds) before its creation (as indicated by the " +"<literal>Date</literal> header) that the <filename>Release</filename> file " +"should be considered valid. The default value is <literal>10</literal>. " +"Archive specific settings can be made by appending the label of the archive " +"to the option name. Preferably, the same can be achieved for specific " +"&sources-list; entries by using the <option>Date-Max-Future</option> option " +"there." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" "Security related option defaulting to true, as giving a Release file's " "validation an expiration date prevents replay attacks over a long timescale, " "and can also for example help users to identify mirrors that are no longer " @@ -5928,6 +5950,25 @@ msgstr "" #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> #: sources.list.5.xml msgid "" +"<option>Check-Date</option> (<option>check-date</option>) is a yes/no value " +"which controls if APT should consider the machine's time correct and hence " +"perform time related checks, such as verifying that a Release file is not " +"from the future. Disabling it also disables the <option>Check-Valid-Until</" +"option> option mentioned above." +msgstr "" + +#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> +#: sources.list.5.xml +msgid "" +"<option>Date-Max-Future</option> (<option>date-max-future</option>) controls " +"how far from the future a repository may be. Default to the value of the " +"configuration option <option>Acquire::Max-FutureTime</option> which is 10 " +"seconds by default." +msgstr "" + +#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> +#: sources.list.5.xml +msgid "" "<option>InRelease-Path</option> (<option>inrelease-path</option>) " "determines the path to the InRelease file, relative to the normal position " "of an <filename>InRelease</filename> file. By default, this option is unset " diff --git a/doc/sources.list.5.xml b/doc/sources.list.5.xml index 592227dd8..75b5d94b9 100644 --- a/doc/sources.list.5.xml +++ b/doc/sources.list.5.xml @@ -14,7 +14,7 @@ &apt-email; &apt-product; <!-- The last update date --> - <date>2018-01-03T00:00:00Z</date> + <date>2018-01-29T00:00:00Z</date> </refentryinfo> <refmeta> diff --git a/po/apt-all.pot b/po/apt-all.pot index ca1b88a65..001359099 100644 --- a/po/apt-all.pot +++ b/po/apt-all.pot @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt 1.6~alpha7\n" +"Project-Id-Version: apt 1.6~beta1\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-01-18 14:46+0000\n" +"POT-Creation-Date: 2018-02-26 13:14+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" @@ -324,6 +324,16 @@ msgid "" "repository will not be applied." msgstr "" +#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is +#. the time until the file will be valid - formatted in the same way as in +#. the download progress display (e.g. 7d 3h 42min 1s) +#: apt-pkg/acquire-item.cc +#, c-format +msgid "" +"Release file for %s is not valid yet (invalid for another %s). Updates for " +"this repository will not be applied." +msgstr "" + #: apt-pkg/acquire-item.cc #, c-format msgid "Conflicting distribution: %s (expected %s but got %s)" @@ -2729,6 +2739,10 @@ msgstr "" msgid "wait for system to be online" msgstr "" +#: cmdline/apt-helper.cc +msgid "drop privileges before running given command" +msgstr "" + #: cmdline/apt-internal-planner.cc msgid "" "Usage: apt-internal-planner\n" @@ -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-01-03 22:34+0000\n" +"POT-Creation-Date: 2018-02-26 13:14+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" @@ -330,6 +330,16 @@ msgid "" "repository will not be applied." msgstr "" +#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is +#. the time until the file will be valid - formatted in the same way as in +#. the download progress display (e.g. 7d 3h 42min 1s) +#: apt-pkg/acquire-item.cc +#, c-format +msgid "" +"Release file for %s is not valid yet (invalid for another %s). Updates for " +"this repository will not be applied." +msgstr "" + #: apt-pkg/acquire-item.cc #, c-format msgid "Conflicting distribution: %s (expected %s but got %s)" @@ -2775,6 +2785,10 @@ msgstr "" msgid "wait for system to be online" msgstr "" +#: cmdline/apt-helper.cc +msgid "drop privileges before running given command" +msgstr "" + #: cmdline/apt-internal-planner.cc msgid "" "Usage: apt-internal-planner\n" @@ -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-01-03 22:34+0000\n" +"POT-Creation-Date: 2018-02-26 13:14+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" @@ -327,6 +327,16 @@ msgid "" "repository will not be applied." msgstr "" +#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is +#. the time until the file will be valid - formatted in the same way as in +#. the download progress display (e.g. 7d 3h 42min 1s) +#: apt-pkg/acquire-item.cc +#, c-format +msgid "" +"Release file for %s is not valid yet (invalid for another %s). Updates for " +"this repository will not be applied." +msgstr "" + #: apt-pkg/acquire-item.cc #, c-format msgid "Conflicting distribution: %s (expected %s but got %s)" @@ -2866,6 +2876,10 @@ msgstr "" msgid "wait for system to be online" msgstr "" +#: cmdline/apt-helper.cc +msgid "drop privileges before running given command" +msgstr "" + #: cmdline/apt-internal-planner.cc #, fuzzy msgid "" @@ -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-01-03 22:34+0000\n" +"POT-Creation-Date: 2018-02-26 13:14+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" @@ -335,6 +335,21 @@ msgstr "" "Файлът със служебна информация за „%s“ е остарял (валиден до %s). Няма да се " "прилагат обновявания от това хранилище." +#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is +#. the time until the file will be valid - formatted in the same way as in +#. the download progress display (e.g. 7d 3h 42min 1s) +#: apt-pkg/acquire-item.cc +#, fuzzy, c-format +#| msgid "" +#| "Release file for %s is expired (invalid since %s). Updates for this " +#| "repository will not be applied." +msgid "" +"Release file for %s is not valid yet (invalid for another %s). Updates for " +"this repository will not be applied." +msgstr "" +"Файлът със служебна информация за „%s“ е остарял (валиден до %s). Няма да се " +"прилагат обновявания от това хранилище." + #: apt-pkg/acquire-item.cc #, c-format msgid "Conflicting distribution: %s (expected %s but got %s)" @@ -2909,6 +2924,10 @@ msgstr "" msgid "wait for system to be online" msgstr "" +#: cmdline/apt-helper.cc +msgid "drop privileges before running given command" +msgstr "" + #: cmdline/apt-internal-planner.cc #, fuzzy msgid "" @@ -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-01-03 22:34+0000\n" +"POT-Creation-Date: 2018-02-26 13:14+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" @@ -326,6 +326,16 @@ msgid "" "repository will not be applied." msgstr "" +#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is +#. the time until the file will be valid - formatted in the same way as in +#. the download progress display (e.g. 7d 3h 42min 1s) +#: apt-pkg/acquire-item.cc +#, c-format +msgid "" +"Release file for %s is not valid yet (invalid for another %s). Updates for " +"this repository will not be applied." +msgstr "" + #: apt-pkg/acquire-item.cc #, c-format msgid "Conflicting distribution: %s (expected %s but got %s)" @@ -2759,6 +2769,10 @@ msgstr "" msgid "wait for system to be online" msgstr "" +#: cmdline/apt-helper.cc +msgid "drop privileges before running given command" +msgstr "" + #: cmdline/apt-internal-planner.cc msgid "" "Usage: apt-internal-planner\n" @@ -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-01-03 22:34+0000\n" +"POT-Creation-Date: 2018-02-26 13:14+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" @@ -359,6 +359,21 @@ msgstr "" "El fitxer Release per a %s ha caducat (invàlid des de %s). Les " "actualitzacions per a aquest dipòsit no s'aplicaran." +#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is +#. the time until the file will be valid - formatted in the same way as in +#. the download progress display (e.g. 7d 3h 42min 1s) +#: apt-pkg/acquire-item.cc +#, fuzzy, c-format +#| msgid "" +#| "Release file for %s is expired (invalid since %s). Updates for this " +#| "repository will not be applied." +msgid "" +"Release file for %s is not valid yet (invalid for another %s). Updates for " +"this repository will not be applied." +msgstr "" +"El fitxer Release per a %s ha caducat (invàlid des de %s). Les " +"actualitzacions per a aquest dipòsit no s'aplicaran." + #: apt-pkg/acquire-item.cc #, c-format msgid "Conflicting distribution: %s (expected %s but got %s)" @@ -2998,6 +3013,10 @@ msgstr "detecta el servidor intermediari usant apt.conf" msgid "wait for system to be online" msgstr "" +#: cmdline/apt-helper.cc +msgid "drop privileges before running given command" +msgstr "" + #: cmdline/apt-internal-planner.cc msgid "" "Usage: apt-internal-planner\n" @@ -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-01-03 22:34+0000\n" +"POT-Creation-Date: 2018-02-26 13:14+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" @@ -353,6 +353,21 @@ msgstr "" "Soubor Release pro %s již expiroval (neplatný od %s). Aktualizace z tohoto " "repositáře se nepoužijí." +#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is +#. the time until the file will be valid - formatted in the same way as in +#. the download progress display (e.g. 7d 3h 42min 1s) +#: apt-pkg/acquire-item.cc +#, fuzzy, c-format +#| msgid "" +#| "Release file for %s is expired (invalid since %s). Updates for this " +#| "repository will not be applied." +msgid "" +"Release file for %s is not valid yet (invalid for another %s). Updates for " +"this repository will not be applied." +msgstr "" +"Soubor Release pro %s již expiroval (neplatný od %s). Aktualizace z tohoto " +"repositáře se nepoužijí." + #: apt-pkg/acquire-item.cc #, c-format msgid "Conflicting distribution: %s (expected %s but got %s)" @@ -2916,6 +2931,10 @@ msgstr "detekuje proxy pomocí apt.conf" msgid "wait for system to be online" msgstr "" +#: cmdline/apt-helper.cc +msgid "drop privileges before running given command" +msgstr "" + #: cmdline/apt-internal-planner.cc msgid "" "Usage: apt-internal-planner\n" @@ -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-01-03 22:34+0000\n" +"POT-Creation-Date: 2018-02-26 13:14+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" @@ -332,6 +332,16 @@ msgid "" "repository will not be applied." msgstr "" +#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is +#. the time until the file will be valid - formatted in the same way as in +#. the download progress display (e.g. 7d 3h 42min 1s) +#: apt-pkg/acquire-item.cc +#, c-format +msgid "" +"Release file for %s is not valid yet (invalid for another %s). Updates for " +"this repository will not be applied." +msgstr "" + #: apt-pkg/acquire-item.cc #, c-format msgid "Conflicting distribution: %s (expected %s but got %s)" @@ -2885,6 +2895,10 @@ msgstr "" msgid "wait for system to be online" msgstr "" +#: cmdline/apt-helper.cc +msgid "drop privileges before running given command" +msgstr "" + # FIXME: "debian" #: cmdline/apt-internal-planner.cc #, fuzzy @@ -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-01-03 22:34+0000\n" +"POT-Creation-Date: 2018-02-26 13:14+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" @@ -360,6 +360,21 @@ msgstr "" "Udgivelsesfil for %s er udløbet (ugyldig siden %s). Opdateringer for dette " "arkiv vil ikke blive anvendt." +#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is +#. the time until the file will be valid - formatted in the same way as in +#. the download progress display (e.g. 7d 3h 42min 1s) +#: apt-pkg/acquire-item.cc +#, fuzzy, c-format +#| msgid "" +#| "Release file for %s is expired (invalid since %s). Updates for this " +#| "repository will not be applied." +msgid "" +"Release file for %s is not valid yet (invalid for another %s). Updates for " +"this repository will not be applied." +msgstr "" +"Udgivelsesfil for %s er udløbet (ugyldig siden %s). Opdateringer for dette " +"arkiv vil ikke blive anvendt." + #: apt-pkg/acquire-item.cc #, c-format msgid "Conflicting distribution: %s (expected %s but got %s)" @@ -2939,6 +2954,10 @@ msgstr "detekter proxy via apt.conf" msgid "wait for system to be online" msgstr "" +#: cmdline/apt-helper.cc +msgid "drop privileges before running given command" +msgstr "" + #: cmdline/apt-internal-planner.cc msgid "" "Usage: apt-internal-planner\n" @@ -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-01-06 13:55+0100\n" +"POT-Creation-Date: 2018-02-26 13:14+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" @@ -357,6 +357,21 @@ msgstr "" "Release-Datei für %s ist abgelaufen (ungültig seit %s). Aktualisierungen für " "dieses Depot werden nicht angewendet." +#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is +#. the time until the file will be valid - formatted in the same way as in +#. the download progress display (e.g. 7d 3h 42min 1s) +#: apt-pkg/acquire-item.cc +#, fuzzy, c-format +#| msgid "" +#| "Release file for %s is expired (invalid since %s). Updates for this " +#| "repository will not be applied." +msgid "" +"Release file for %s is not valid yet (invalid for another %s). Updates for " +"this repository will not be applied." +msgstr "" +"Release-Datei für %s ist abgelaufen (ungültig seit %s). Aktualisierungen für " +"dieses Depot werden nicht angewendet." + #: apt-pkg/acquire-item.cc #, c-format msgid "Conflicting distribution: %s (expected %s but got %s)" @@ -1361,8 +1376,7 @@ msgstr "Vorbereiten, eine Lösung zu erhalten" #: apt-pkg/edsp.cc msgid "External solver failed without a proper error message" -msgstr "" -"Externer Problemlöser ohne ordnungsgemäße Fehlermeldung fehlgeschlagen" +msgstr "Externer Problemlöser ohne ordnungsgemäße Fehlermeldung fehlgeschlagen" #: apt-pkg/edsp.cc msgid "Execute external solver" @@ -1483,8 +1497,7 @@ msgstr "Das Versionssystem »%s« wird durch dieses APT nicht unterstützt." #, c-format msgid "The package cache was built for different architectures: %s vs %s" msgstr "" -"Der Paketzwischenspeicher wurde für andere Architekturen aufgebaut: %s <-> " -"%s" +"Der Paketzwischenspeicher wurde für andere Architekturen aufgebaut: %s <-> %s" #: apt-pkg/pkgcache.cc msgid "The package cache file is corrupted, it has the wrong hash" @@ -2869,7 +2882,8 @@ msgstr "" "Aufruf: apt-dump-solver\n" "\n" "apt-dump-solver ist eine Schnittstelle zur Speicherung eines EDSP-Szenarios\n" -"in einer Datei sowie zur optionalen Weiterleitung an ein anderes Problemlöser-\n" +"in einer Datei sowie zur optionalen Weiterleitung an ein anderes " +"Problemlöser-\n" "Programm.\n" #: cmdline/apt-extracttemplates.cc @@ -3056,6 +3070,10 @@ msgstr "erkennen eines Proxy-Servers mittels apt.conf" msgid "wait for system to be online" msgstr "warten, bis das System online ist" +#: cmdline/apt-helper.cc +msgid "drop privileges before running given command" +msgstr "" + #: cmdline/apt-internal-planner.cc msgid "" "Usage: apt-internal-planner\n" @@ -3741,8 +3759,8 @@ msgstr "Verbindung mit %s:%s nicht möglich (%s)" #, c-format msgid "Could not connect to %s:%s (%s), connection timed out" msgstr "" -"Verbindung mit %s:%s konnte nicht aufgebaut werden (%s), " -"Zeitüberschreitung aufgetreten" +"Verbindung mit %s:%s konnte nicht aufgebaut werden (%s), Zeitüberschreitung " +"aufgetreten" #. We say this mainly because the pause here is for the #. ssh connection that is still going @@ -3961,8 +3979,7 @@ msgstr "Unbekannter Fehler beim Ausführen von apt-key" #, c-format msgid "Signature by key %s uses weak digest algorithm (%s)" msgstr "" -"Signatur von Schlüssel %s verwendet einen schwachen " -"Hash-Algorithmus (%s)" +"Signatur von Schlüssel %s verwendet einen schwachen Hash-Algorithmus (%s)" #: methods/gpgv.cc msgid "The following signatures were invalid:\n" @@ -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-01-03 22:34+0000\n" +"POT-Creation-Date: 2018-02-26 13:14+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" @@ -330,6 +330,16 @@ msgid "" "repository will not be applied." msgstr "" +#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is +#. the time until the file will be valid - formatted in the same way as in +#. the download progress display (e.g. 7d 3h 42min 1s) +#: apt-pkg/acquire-item.cc +#, c-format +msgid "" +"Release file for %s is not valid yet (invalid for another %s). Updates for " +"this repository will not be applied." +msgstr "" + #: apt-pkg/acquire-item.cc #, c-format msgid "Conflicting distribution: %s (expected %s but got %s)" @@ -2835,6 +2845,10 @@ msgstr "" msgid "wait for system to be online" msgstr "" +#: cmdline/apt-helper.cc +msgid "drop privileges before running given command" +msgstr "" + #: cmdline/apt-internal-planner.cc #, fuzzy msgid "" @@ -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-01-03 22:34+0000\n" +"POT-Creation-Date: 2018-02-26 13:14+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" @@ -337,6 +337,16 @@ msgid "" "repository will not be applied." msgstr "" +#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is +#. the time until the file will be valid - formatted in the same way as in +#. the download progress display (e.g. 7d 3h 42min 1s) +#: apt-pkg/acquire-item.cc +#, c-format +msgid "" +"Release file for %s is not valid yet (invalid for another %s). Updates for " +"this repository will not be applied." +msgstr "" + #: apt-pkg/acquire-item.cc #, c-format msgid "Conflicting distribution: %s (expected %s but got %s)" @@ -2861,6 +2871,10 @@ msgstr "" msgid "wait for system to be online" msgstr "" +#: cmdline/apt-helper.cc +msgid "drop privileges before running given command" +msgstr "" + #: cmdline/apt-internal-planner.cc #, fuzzy msgid "" @@ -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-01-03 22:34+0000\n" +"POT-Creation-Date: 2018-02-26 13:14+0100\n" "PO-Revision-Date: 2016-01-26 01:51+0100\n" "Last-Translator: Manuel \"Venturi\" Porras Peralta <venturi@openmailbox." "org>\n" @@ -415,6 +415,21 @@ msgstr "" "El archivo «Release» para %s está caducado (inválido desde %s). No se " "aplicará ninguna actualización de este repositorio." +#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is +#. the time until the file will be valid - formatted in the same way as in +#. the download progress display (e.g. 7d 3h 42min 1s) +#: apt-pkg/acquire-item.cc +#, fuzzy, c-format +#| msgid "" +#| "Release file for %s is expired (invalid since %s). Updates for this " +#| "repository will not be applied." +msgid "" +"Release file for %s is not valid yet (invalid for another %s). Updates for " +"this repository will not be applied." +msgstr "" +"El archivo «Release» para %s está caducado (inválido desde %s). No se " +"aplicará ninguna actualización de este repositorio." + #: apt-pkg/acquire-item.cc #, c-format msgid "Conflicting distribution: %s (expected %s but got %s)" @@ -3054,6 +3069,10 @@ msgstr "detecta el proxy usando apt.conf" msgid "wait for system to be online" msgstr "" +#: cmdline/apt-helper.cc +msgid "drop privileges before running given command" +msgstr "" + #: cmdline/apt-internal-planner.cc #, fuzzy msgid "" @@ -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-01-03 22:34+0000\n" +"POT-Creation-Date: 2018-02-26 13:14+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" @@ -328,6 +328,16 @@ msgid "" "repository will not be applied." msgstr "" +#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is +#. the time until the file will be valid - formatted in the same way as in +#. the download progress display (e.g. 7d 3h 42min 1s) +#: apt-pkg/acquire-item.cc +#, c-format +msgid "" +"Release file for %s is not valid yet (invalid for another %s). Updates for " +"this repository will not be applied." +msgstr "" + #: apt-pkg/acquire-item.cc #, c-format msgid "Conflicting distribution: %s (expected %s but got %s)" @@ -2834,6 +2844,10 @@ msgstr "" msgid "wait for system to be online" msgstr "" +#: cmdline/apt-helper.cc +msgid "drop privileges before running given command" +msgstr "" + #: cmdline/apt-internal-planner.cc #, fuzzy msgid "" @@ -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-01-03 22:34+0000\n" +"POT-Creation-Date: 2018-02-26 13:14+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" @@ -328,6 +328,16 @@ msgid "" "repository will not be applied." msgstr "" +#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is +#. the time until the file will be valid - formatted in the same way as in +#. the download progress display (e.g. 7d 3h 42min 1s) +#: apt-pkg/acquire-item.cc +#, c-format +msgid "" +"Release file for %s is not valid yet (invalid for another %s). Updates for " +"this repository will not be applied." +msgstr "" + #: apt-pkg/acquire-item.cc #, c-format msgid "Conflicting distribution: %s (expected %s but got %s)" @@ -2825,6 +2835,10 @@ msgstr "" msgid "wait for system to be online" msgstr "" +#: cmdline/apt-helper.cc +msgid "drop privileges before running given command" +msgstr "" + #: cmdline/apt-internal-planner.cc #, fuzzy msgid "" @@ -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-01-06 21:14+0100\n" +"POT-Creation-Date: 2018-02-26 13:14+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" @@ -353,6 +353,21 @@ msgstr "" "Le fichier « Release » pour %s a expiré (invalide depuis %s). Les mises à " "jour depuis ce dépôt ne s'effectueront pas." +#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is +#. the time until the file will be valid - formatted in the same way as in +#. the download progress display (e.g. 7d 3h 42min 1s) +#: apt-pkg/acquire-item.cc +#, fuzzy, c-format +#| msgid "" +#| "Release file for %s is expired (invalid since %s). Updates for this " +#| "repository will not be applied." +msgid "" +"Release file for %s is not valid yet (invalid for another %s). Updates for " +"this repository will not be applied." +msgstr "" +"Le fichier « Release » pour %s a expiré (invalide depuis %s). Les mises à " +"jour depuis ce dépôt ne s'effectueront pas." + #: apt-pkg/acquire-item.cc #, c-format msgid "Conflicting distribution: %s (expected %s but got %s)" @@ -3067,6 +3082,10 @@ msgstr "détecter la configuration proxy en utilisant apt.conf" msgid "wait for system to be online" msgstr "En attente de la connexion du système" +#: cmdline/apt-helper.cc +msgid "drop privileges before running given command" +msgstr "" + #: cmdline/apt-internal-planner.cc msgid "" "Usage: apt-internal-planner\n" @@ -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-01-03 22:34+0000\n" +"POT-Creation-Date: 2018-02-26 13:14+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" @@ -335,6 +335,16 @@ msgid "" "repository will not be applied." msgstr "" +#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is +#. the time until the file will be valid - formatted in the same way as in +#. the download progress display (e.g. 7d 3h 42min 1s) +#: apt-pkg/acquire-item.cc +#, c-format +msgid "" +"Release file for %s is not valid yet (invalid for another %s). Updates for " +"this repository will not be applied." +msgstr "" + #: apt-pkg/acquire-item.cc #, c-format msgid "Conflicting distribution: %s (expected %s but got %s)" @@ -2896,6 +2906,10 @@ msgstr "" msgid "wait for system to be online" msgstr "" +#: cmdline/apt-helper.cc +msgid "drop privileges before running given command" +msgstr "" + #: cmdline/apt-internal-planner.cc #, fuzzy msgid "" @@ -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-01-03 22:34+0000\n" +"POT-Creation-Date: 2018-02-26 13:14+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" @@ -358,6 +358,21 @@ msgstr "" "A Release fájl elavult ehhez: %s (érvénytelen ez óta: %s). A tároló " "frissítései nem kerülnek alkalmazásra." +#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is +#. the time until the file will be valid - formatted in the same way as in +#. the download progress display (e.g. 7d 3h 42min 1s) +#: apt-pkg/acquire-item.cc +#, fuzzy, c-format +#| msgid "" +#| "Release file for %s is expired (invalid since %s). Updates for this " +#| "repository will not be applied." +msgid "" +"Release file for %s is not valid yet (invalid for another %s). Updates for " +"this repository will not be applied." +msgstr "" +"A Release fájl elavult ehhez: %s (érvénytelen ez óta: %s). A tároló " +"frissítései nem kerülnek alkalmazásra." + #: apt-pkg/acquire-item.cc #, c-format msgid "Conflicting distribution: %s (expected %s but got %s)" @@ -2961,6 +2976,10 @@ msgstr "proxyfelismerés az apt-conf használatával" msgid "wait for system to be online" msgstr "" +#: cmdline/apt-helper.cc +msgid "drop privileges before running given command" +msgstr "" + #: cmdline/apt-internal-planner.cc #, fuzzy msgid "" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.6~alpha5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-01-03 22:34+0000\n" +"POT-Creation-Date: 2018-02-26 13:14+0100\n" "PO-Revision-Date: 2017-11-27 13:57+0100\n" "Last-Translator: Milo Casagrande <milo@milo.name>\n" "Language-Team: Italian <tp@lists.linux.it>\n" @@ -353,6 +353,21 @@ msgstr "" "Il file Release per %s è scaduto (non valido dal %s). Gli aggiornamenti per " "questo repository non verranno applicati." +#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is +#. the time until the file will be valid - formatted in the same way as in +#. the download progress display (e.g. 7d 3h 42min 1s) +#: apt-pkg/acquire-item.cc +#, fuzzy, c-format +#| msgid "" +#| "Release file for %s is expired (invalid since %s). Updates for this " +#| "repository will not be applied." +msgid "" +"Release file for %s is not valid yet (invalid for another %s). Updates for " +"this repository will not be applied." +msgstr "" +"Il file Release per %s è scaduto (non valido dal %s). Gli aggiornamenti per " +"questo repository non verranno applicati." + #: apt-pkg/acquire-item.cc #, c-format msgid "Conflicting distribution: %s (expected %s but got %s)" @@ -3017,6 +3032,10 @@ msgstr "Rileva proxy utilizzando apt.conf" msgid "wait for system to be online" msgstr "Attende che il sistema sia online" +#: cmdline/apt-helper.cc +msgid "drop privileges before running given command" +msgstr "" + #: cmdline/apt-internal-planner.cc msgid "" "Usage: apt-internal-planner\n" @@ -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-01-03 22:34+0000\n" +"POT-Creation-Date: 2018-02-26 13:14+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" @@ -358,6 +358,21 @@ msgstr "" "%s の Release ファイルは期限切れ (%s 以来無効) です。このリポジトリからの更新" "物は適用されません。" +#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is +#. the time until the file will be valid - formatted in the same way as in +#. the download progress display (e.g. 7d 3h 42min 1s) +#: apt-pkg/acquire-item.cc +#, fuzzy, c-format +#| msgid "" +#| "Release file for %s is expired (invalid since %s). Updates for this " +#| "repository will not be applied." +msgid "" +"Release file for %s is not valid yet (invalid for another %s). Updates for " +"this repository will not be applied." +msgstr "" +"%s の Release ファイルは期限切れ (%s 以来無効) です。このリポジトリからの更新" +"物は適用されません。" + #: apt-pkg/acquire-item.cc #, c-format msgid "Conflicting distribution: %s (expected %s but got %s)" @@ -2958,6 +2973,10 @@ msgstr "apt.conf を使ってプロキシを検出する" msgid "wait for system to be online" msgstr "" +#: cmdline/apt-helper.cc +msgid "drop privileges before running given command" +msgstr "" + #: cmdline/apt-internal-planner.cc msgid "" "Usage: apt-internal-planner\n" @@ -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-01-03 22:34+0000\n" +"POT-Creation-Date: 2018-02-26 13:14+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" @@ -332,6 +332,16 @@ msgid "" "repository will not be applied." msgstr "" +#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is +#. the time until the file will be valid - formatted in the same way as in +#. the download progress display (e.g. 7d 3h 42min 1s) +#: apt-pkg/acquire-item.cc +#, c-format +msgid "" +"Release file for %s is not valid yet (invalid for another %s). Updates for " +"this repository will not be applied." +msgstr "" + #: apt-pkg/acquire-item.cc #, c-format msgid "Conflicting distribution: %s (expected %s but got %s)" @@ -2819,6 +2829,10 @@ msgstr "" msgid "wait for system to be online" msgstr "" +#: cmdline/apt-helper.cc +msgid "drop privileges before running given command" +msgstr "" + #: cmdline/apt-internal-planner.cc #, fuzzy msgid "" @@ -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-01-03 22:34+0000\n" +"POT-Creation-Date: 2018-02-26 13:14+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" @@ -327,6 +327,16 @@ msgid "" "repository will not be applied." msgstr "" +#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is +#. the time until the file will be valid - formatted in the same way as in +#. the download progress display (e.g. 7d 3h 42min 1s) +#: apt-pkg/acquire-item.cc +#, c-format +msgid "" +"Release file for %s is not valid yet (invalid for another %s). Updates for " +"this repository will not be applied." +msgstr "" + #: apt-pkg/acquire-item.cc #, c-format msgid "Conflicting distribution: %s (expected %s but got %s)" @@ -2831,6 +2841,10 @@ msgstr "" msgid "wait for system to be online" msgstr "" +#: cmdline/apt-helper.cc +msgid "drop privileges before running given command" +msgstr "" + #: cmdline/apt-internal-planner.cc #, fuzzy msgid "" @@ -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-01-03 22:34+0000\n" +"POT-Creation-Date: 2018-02-26 13:14+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" @@ -330,6 +330,16 @@ msgid "" "repository will not be applied." msgstr "" +#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is +#. the time until the file will be valid - formatted in the same way as in +#. the download progress display (e.g. 7d 3h 42min 1s) +#: apt-pkg/acquire-item.cc +#, c-format +msgid "" +"Release file for %s is not valid yet (invalid for another %s). Updates for " +"this repository will not be applied." +msgstr "" + #: apt-pkg/acquire-item.cc #, c-format msgid "Conflicting distribution: %s (expected %s but got %s)" @@ -2760,6 +2770,10 @@ msgstr "" msgid "wait for system to be online" msgstr "" +#: cmdline/apt-helper.cc +msgid "drop privileges before running given command" +msgstr "" + #: cmdline/apt-internal-planner.cc #, fuzzy msgid "" @@ -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-01-03 22:34+0000\n" +"POT-Creation-Date: 2018-02-26 13:14+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" @@ -330,6 +330,16 @@ msgid "" "repository will not be applied." msgstr "" +#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is +#. the time until the file will be valid - formatted in the same way as in +#. the download progress display (e.g. 7d 3h 42min 1s) +#: apt-pkg/acquire-item.cc +#, c-format +msgid "" +"Release file for %s is not valid yet (invalid for another %s). Updates for " +"this repository will not be applied." +msgstr "" + #: apt-pkg/acquire-item.cc #, c-format msgid "Conflicting distribution: %s (expected %s but got %s)" @@ -2806,6 +2816,10 @@ msgstr "" msgid "wait for system to be online" msgstr "" +#: cmdline/apt-helper.cc +msgid "drop privileges before running given command" +msgstr "" + #: cmdline/apt-internal-planner.cc #, fuzzy msgid "" @@ -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-01-03 22:34+0000\n" +"POT-Creation-Date: 2018-02-26 13:14+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 " @@ -327,6 +327,16 @@ msgid "" "repository will not be applied." msgstr "" +#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is +#. the time until the file will be valid - formatted in the same way as in +#. the download progress display (e.g. 7d 3h 42min 1s) +#: apt-pkg/acquire-item.cc +#, c-format +msgid "" +"Release file for %s is not valid yet (invalid for another %s). Updates for " +"this repository will not be applied." +msgstr "" + #: apt-pkg/acquire-item.cc #, c-format msgid "Conflicting distribution: %s (expected %s but got %s)" @@ -2814,6 +2824,10 @@ msgstr "" msgid "wait for system to be online" msgstr "" +#: cmdline/apt-helper.cc +msgid "drop privileges before running given command" +msgstr "" + #: cmdline/apt-internal-planner.cc #, fuzzy msgid "" @@ -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-01-03 22:34+0000\n" +"POT-Creation-Date: 2018-02-26 13:14+0100\n" "PO-Revision-Date: 2016-06-11 22:38+0200\n" "Last-Translator: Petter Reinholdtsen <pere@hungry.com>\n" "Language-Team: Norwegian Bokmål <i18n-no@lister.ping.uio.no>\n" @@ -335,6 +335,16 @@ msgid "" "repository will not be applied." msgstr "" +#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is +#. the time until the file will be valid - formatted in the same way as in +#. the download progress display (e.g. 7d 3h 42min 1s) +#: apt-pkg/acquire-item.cc +#, c-format +msgid "" +"Release file for %s is not valid yet (invalid for another %s). Updates for " +"this repository will not be applied." +msgstr "" + #: apt-pkg/acquire-item.cc #, c-format msgid "Conflicting distribution: %s (expected %s but got %s)" @@ -2882,6 +2892,10 @@ msgstr "" msgid "wait for system to be online" msgstr "" +#: cmdline/apt-helper.cc +msgid "drop privileges before running given command" +msgstr "" + #: cmdline/apt-internal-planner.cc #, fuzzy msgid "" @@ -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-01-03 22:34+0000\n" +"POT-Creation-Date: 2018-02-26 13:14+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" @@ -328,6 +328,16 @@ msgid "" "repository will not be applied." msgstr "" +#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is +#. the time until the file will be valid - formatted in the same way as in +#. the download progress display (e.g. 7d 3h 42min 1s) +#: apt-pkg/acquire-item.cc +#, c-format +msgid "" +"Release file for %s is not valid yet (invalid for another %s). Updates for " +"this repository will not be applied." +msgstr "" + #: apt-pkg/acquire-item.cc #, c-format msgid "Conflicting distribution: %s (expected %s but got %s)" @@ -2816,6 +2826,10 @@ msgstr "" msgid "wait for system to be online" msgstr "" +#: cmdline/apt-helper.cc +msgid "drop privileges before running given command" +msgstr "" + #: cmdline/apt-internal-planner.cc #, fuzzy msgid "" @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-01-03 22:34+0000\n" +"POT-Creation-Date: 2018-02-26 13:14+0100\n" "PO-Revision-Date: 2017-09-29 22:22+0200\n" "Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n" "Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n" @@ -359,6 +359,21 @@ msgstr "" "Het Release-bestand voor %s is vervallen (ongeldig sinds %s). Bijwerkingen " "voor deze pakketbron zullen niet uitgevoerd worden." +#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is +#. the time until the file will be valid - formatted in the same way as in +#. the download progress display (e.g. 7d 3h 42min 1s) +#: apt-pkg/acquire-item.cc +#, fuzzy, c-format +#| msgid "" +#| "Release file for %s is expired (invalid since %s). Updates for this " +#| "repository will not be applied." +msgid "" +"Release file for %s is not valid yet (invalid for another %s). Updates for " +"this repository will not be applied." +msgstr "" +"Het Release-bestand voor %s is vervallen (ongeldig sinds %s). Bijwerkingen " +"voor deze pakketbron zullen niet uitgevoerd worden." + #: apt-pkg/acquire-item.cc #, c-format msgid "Conflicting distribution: %s (expected %s but got %s)" @@ -3009,6 +3024,10 @@ msgstr "proxy opzoeken met behulp van apt.conf" msgid "wait for system to be online" msgstr "wacht tot het systeem online is" +#: cmdline/apt-helper.cc +msgid "drop privileges before running given command" +msgstr "" + #: cmdline/apt-internal-planner.cc msgid "" "Usage: apt-internal-planner\n" @@ -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-01-03 22:34+0000\n" +"POT-Creation-Date: 2018-02-26 13:14+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" @@ -331,6 +331,16 @@ msgid "" "repository will not be applied." msgstr "" +#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is +#. the time until the file will be valid - formatted in the same way as in +#. the download progress display (e.g. 7d 3h 42min 1s) +#: apt-pkg/acquire-item.cc +#, c-format +msgid "" +"Release file for %s is not valid yet (invalid for another %s). Updates for " +"this repository will not be applied." +msgstr "" + #: apt-pkg/acquire-item.cc #, c-format msgid "Conflicting distribution: %s (expected %s but got %s)" @@ -2833,6 +2843,10 @@ msgstr "" msgid "wait for system to be online" msgstr "" +#: cmdline/apt-helper.cc +msgid "drop privileges before running given command" +msgstr "" + #: cmdline/apt-internal-planner.cc #, fuzzy msgid "" @@ -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-01-03 22:34+0000\n" +"POT-Creation-Date: 2018-02-26 13:14+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" @@ -337,6 +337,21 @@ msgstr "" "Plik Release dla %s wygasnął (nieprawidłowy od %s). Aktualizacje z tego " "repozytorium nie będą wykonywane." +#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is +#. the time until the file will be valid - formatted in the same way as in +#. the download progress display (e.g. 7d 3h 42min 1s) +#: apt-pkg/acquire-item.cc +#, fuzzy, c-format +#| msgid "" +#| "Release file for %s is expired (invalid since %s). Updates for this " +#| "repository will not be applied." +msgid "" +"Release file for %s is not valid yet (invalid for another %s). Updates for " +"this repository will not be applied." +msgstr "" +"Plik Release dla %s wygasnął (nieprawidłowy od %s). Aktualizacje z tego " +"repozytorium nie będą wykonywane." + #: apt-pkg/acquire-item.cc #, c-format msgid "Conflicting distribution: %s (expected %s but got %s)" @@ -2932,6 +2947,10 @@ msgstr "" msgid "wait for system to be online" msgstr "" +#: cmdline/apt-helper.cc +msgid "drop privileges before running given command" +msgstr "" + #: cmdline/apt-internal-planner.cc #, fuzzy msgid "" @@ -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-01-03 22:34+0000\n" +"POT-Creation-Date: 2018-02-26 13:14+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" @@ -333,6 +333,21 @@ msgstr "" "O ficheiro Release para %s está expirado (inválido desde %s). Não serão " "aplicadas as actualizações para este repositório." +#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is +#. the time until the file will be valid - formatted in the same way as in +#. the download progress display (e.g. 7d 3h 42min 1s) +#: apt-pkg/acquire-item.cc +#, fuzzy, c-format +#| msgid "" +#| "Release file for %s is expired (invalid since %s). Updates for this " +#| "repository will not be applied." +msgid "" +"Release file for %s is not valid yet (invalid for another %s). Updates for " +"this repository will not be applied." +msgstr "" +"O ficheiro Release para %s está expirado (inválido desde %s). Não serão " +"aplicadas as actualizações para este repositório." + #: apt-pkg/acquire-item.cc #, c-format msgid "Conflicting distribution: %s (expected %s but got %s)" @@ -2915,6 +2930,10 @@ msgstr "" msgid "wait for system to be online" msgstr "" +#: cmdline/apt-helper.cc +msgid "drop privileges before running given command" +msgstr "" + #: cmdline/apt-internal-planner.cc #, fuzzy msgid "" diff --git a/po/pt_BR.po b/po/pt_BR.po index a820633d6..58dcadff4 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-01-03 22:34+0000\n" +"POT-Creation-Date: 2018-02-26 13:14+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." @@ -328,6 +328,16 @@ msgid "" "repository will not be applied." msgstr "" +#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is +#. the time until the file will be valid - formatted in the same way as in +#. the download progress display (e.g. 7d 3h 42min 1s) +#: apt-pkg/acquire-item.cc +#, c-format +msgid "" +"Release file for %s is not valid yet (invalid for another %s). Updates for " +"this repository will not be applied." +msgstr "" + #: apt-pkg/acquire-item.cc #, c-format msgid "Conflicting distribution: %s (expected %s but got %s)" @@ -2846,6 +2856,10 @@ msgstr "" msgid "wait for system to be online" msgstr "" +#: cmdline/apt-helper.cc +msgid "drop privileges before running given command" +msgstr "" + #: cmdline/apt-internal-planner.cc #, fuzzy msgid "" @@ -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-01-03 22:34+0000\n" +"POT-Creation-Date: 2018-02-26 13:14+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" @@ -332,6 +332,16 @@ msgid "" "repository will not be applied." msgstr "" +#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is +#. the time until the file will be valid - formatted in the same way as in +#. the download progress display (e.g. 7d 3h 42min 1s) +#: apt-pkg/acquire-item.cc +#, c-format +msgid "" +"Release file for %s is not valid yet (invalid for another %s). Updates for " +"this repository will not be applied." +msgstr "" + #: apt-pkg/acquire-item.cc #, c-format msgid "Conflicting distribution: %s (expected %s but got %s)" @@ -2854,6 +2864,10 @@ msgstr "" msgid "wait for system to be online" msgstr "" +#: cmdline/apt-helper.cc +msgid "drop privileges before running given command" +msgstr "" + #: cmdline/apt-internal-planner.cc #, fuzzy msgid "" @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.2.12\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-01-03 22:34+0000\n" +"POT-Creation-Date: 2018-02-26 13:14+0100\n" "PO-Revision-Date: 2017-07-01 16:05+0300\n" "Last-Translator: Aleksej Shilin <rootlexx@mail.ru>\n" "Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n" @@ -363,6 +363,21 @@ msgstr "" "Файл Release для %s просрочен (недостоверный начиная с %s). Обновление этого " "репозитория производиться не будет." +#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is +#. the time until the file will be valid - formatted in the same way as in +#. the download progress display (e.g. 7d 3h 42min 1s) +#: apt-pkg/acquire-item.cc +#, fuzzy, c-format +#| msgid "" +#| "Release file for %s is expired (invalid since %s). Updates for this " +#| "repository will not be applied." +msgid "" +"Release file for %s is not valid yet (invalid for another %s). Updates for " +"this repository will not be applied." +msgstr "" +"Файл Release для %s просрочен (недостоверный начиная с %s). Обновление этого " +"репозитория производиться не будет." + #: apt-pkg/acquire-item.cc #, c-format msgid "Conflicting distribution: %s (expected %s but got %s)" @@ -2986,6 +3001,10 @@ msgstr "определять прокси с помощью apt.conf" msgid "wait for system to be online" msgstr "" +#: cmdline/apt-helper.cc +msgid "drop privileges before running given command" +msgstr "" + #: cmdline/apt-internal-planner.cc #, fuzzy msgid "" @@ -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-01-03 22:34+0000\n" +"POT-Creation-Date: 2018-02-26 13:14+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" @@ -334,6 +334,21 @@ msgstr "" "Súbor Release pre %s vypršal (neplatný od %s). Aktualizácie tohto zdroja " "softvéru sa nepoužijú." +#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is +#. the time until the file will be valid - formatted in the same way as in +#. the download progress display (e.g. 7d 3h 42min 1s) +#: apt-pkg/acquire-item.cc +#, fuzzy, c-format +#| msgid "" +#| "Release file for %s is expired (invalid since %s). Updates for this " +#| "repository will not be applied." +msgid "" +"Release file for %s is not valid yet (invalid for another %s). Updates for " +"this repository will not be applied." +msgstr "" +"Súbor Release pre %s vypršal (neplatný od %s). Aktualizácie tohto zdroja " +"softvéru sa nepoužijú." + #: apt-pkg/acquire-item.cc #, c-format msgid "Conflicting distribution: %s (expected %s but got %s)" @@ -2886,6 +2901,10 @@ msgstr "" msgid "wait for system to be online" msgstr "" +#: cmdline/apt-helper.cc +msgid "drop privileges before running given command" +msgstr "" + #: cmdline/apt-internal-planner.cc #, fuzzy msgid "" @@ -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-01-03 22:34+0000\n" +"POT-Creation-Date: 2018-02-26 13:14+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" @@ -334,6 +334,21 @@ msgstr "" "Datoteka Release za %s je potekla (neveljavna od %s). Posodobitev za to " "skladišče ne bo uveljavljena." +#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is +#. the time until the file will be valid - formatted in the same way as in +#. the download progress display (e.g. 7d 3h 42min 1s) +#: apt-pkg/acquire-item.cc +#, fuzzy, c-format +#| msgid "" +#| "Release file for %s is expired (invalid since %s). Updates for this " +#| "repository will not be applied." +msgid "" +"Release file for %s is not valid yet (invalid for another %s). Updates for " +"this repository will not be applied." +msgstr "" +"Datoteka Release za %s je potekla (neveljavna od %s). Posodobitev za to " +"skladišče ne bo uveljavljena." + #: apt-pkg/acquire-item.cc #, c-format msgid "Conflicting distribution: %s (expected %s but got %s)" @@ -2889,6 +2904,10 @@ msgstr "" msgid "wait for system to be online" msgstr "" +#: cmdline/apt-helper.cc +msgid "drop privileges before running given command" +msgstr "" + #: cmdline/apt-internal-planner.cc #, fuzzy msgid "" @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-01-03 22:34+0000\n" +"POT-Creation-Date: 2018-02-26 13:14+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" @@ -338,6 +338,21 @@ msgstr "" "Release-fil för %s har gått ut (ogiltig sedan %s). Uppdateringar för detta " "förråd kommer inte verkställas." +#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is +#. the time until the file will be valid - formatted in the same way as in +#. the download progress display (e.g. 7d 3h 42min 1s) +#: apt-pkg/acquire-item.cc +#, fuzzy, c-format +#| msgid "" +#| "Release file for %s is expired (invalid since %s). Updates for this " +#| "repository will not be applied." +msgid "" +"Release file for %s is not valid yet (invalid for another %s). Updates for " +"this repository will not be applied." +msgstr "" +"Release-fil för %s har gått ut (ogiltig sedan %s). Uppdateringar för detta " +"förråd kommer inte verkställas." + #: apt-pkg/acquire-item.cc #, c-format msgid "Conflicting distribution: %s (expected %s but got %s)" @@ -2911,6 +2926,10 @@ msgstr "hitta proxy med hjälp av apt.conf" msgid "wait for system to be online" msgstr "" +#: cmdline/apt-helper.cc +msgid "drop privileges before running given command" +msgstr "" + #: cmdline/apt-internal-planner.cc #, fuzzy msgid "" @@ -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-01-03 22:34+0000\n" +"POT-Creation-Date: 2018-02-26 13:14+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" @@ -333,6 +333,21 @@ msgstr "" "แฟ้ม Release สำหรับ %s หมดอายุแล้ว (ตั้งแต่ %s ที่แล้ว) จะไม่ใช้รายการปรับรุ่นต่างๆ " "ของคลังแพกเกจนี้" +#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is +#. the time until the file will be valid - formatted in the same way as in +#. the download progress display (e.g. 7d 3h 42min 1s) +#: apt-pkg/acquire-item.cc +#, fuzzy, c-format +#| msgid "" +#| "Release file for %s is expired (invalid since %s). Updates for this " +#| "repository will not be applied." +msgid "" +"Release file for %s is not valid yet (invalid for another %s). Updates for " +"this repository will not be applied." +msgstr "" +"แฟ้ม Release สำหรับ %s หมดอายุแล้ว (ตั้งแต่ %s ที่แล้ว) จะไม่ใช้รายการปรับรุ่นต่างๆ " +"ของคลังแพกเกจนี้" + #: apt-pkg/acquire-item.cc #, c-format msgid "Conflicting distribution: %s (expected %s but got %s)" @@ -2823,6 +2838,10 @@ msgstr "ตรวจหาพร็อกซีโดยใช้ apt.conf" msgid "wait for system to be online" msgstr "" +#: cmdline/apt-helper.cc +msgid "drop privileges before running given command" +msgstr "" + #: cmdline/apt-internal-planner.cc #, fuzzy msgid "" @@ -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-01-03 22:34+0000\n" +"POT-Creation-Date: 2018-02-26 13:14+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" @@ -331,6 +331,16 @@ msgid "" "repository will not be applied." msgstr "" +#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is +#. the time until the file will be valid - formatted in the same way as in +#. the download progress display (e.g. 7d 3h 42min 1s) +#: apt-pkg/acquire-item.cc +#, c-format +msgid "" +"Release file for %s is not valid yet (invalid for another %s). Updates for " +"this repository will not be applied." +msgstr "" + #: apt-pkg/acquire-item.cc #, c-format msgid "Conflicting distribution: %s (expected %s but got %s)" @@ -2846,6 +2856,10 @@ msgstr "" msgid "wait for system to be online" msgstr "" +#: cmdline/apt-helper.cc +msgid "drop privileges before running given command" +msgstr "" + #: cmdline/apt-internal-planner.cc #, fuzzy msgid "" @@ -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-01-04 00:29+0100\n" +"POT-Creation-Date: 2018-02-26 13:14+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" @@ -355,6 +355,21 @@ msgstr "" "%s konumundaki 'Release' dosyasının vâdesi dolmuş (%s önce). Bu deponun " "güncelleştirmeleri uygulanmayacak." +#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is +#. the time until the file will be valid - formatted in the same way as in +#. the download progress display (e.g. 7d 3h 42min 1s) +#: apt-pkg/acquire-item.cc +#, fuzzy, c-format +#| msgid "" +#| "Release file for %s is expired (invalid since %s). Updates for this " +#| "repository will not be applied." +msgid "" +"Release file for %s is not valid yet (invalid for another %s). Updates for " +"this repository will not be applied." +msgstr "" +"%s konumundaki 'Release' dosyasının vâdesi dolmuş (%s önce). Bu deponun " +"güncelleştirmeleri uygulanmayacak." + #: apt-pkg/acquire-item.cc #, c-format msgid "Conflicting distribution: %s (expected %s but got %s)" @@ -2958,6 +2973,10 @@ msgstr "apt.conf kullanarak vekil sunucuyu algıla" msgid "wait for system to be online" msgstr "sistemin çevrimiçi olmasını bekle" +#: cmdline/apt-helper.cc +msgid "drop privileges before running given command" +msgstr "" + #: cmdline/apt-internal-planner.cc msgid "" "Usage: apt-internal-planner\n" @@ -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-01-03 22:34+0000\n" +"POT-Creation-Date: 2018-02-26 13:14+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" @@ -342,6 +342,21 @@ msgstr "" "Файл 'Release' для %s застарів (недійсний з %s). Оновлення для цього " "репозиторія не будуть застосовані." +#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is +#. the time until the file will be valid - formatted in the same way as in +#. the download progress display (e.g. 7d 3h 42min 1s) +#: apt-pkg/acquire-item.cc +#, fuzzy, c-format +#| msgid "" +#| "Release file for %s is expired (invalid since %s). Updates for this " +#| "repository will not be applied." +msgid "" +"Release file for %s is not valid yet (invalid for another %s). Updates for " +"this repository will not be applied." +msgstr "" +"Файл 'Release' для %s застарів (недійсний з %s). Оновлення для цього " +"репозиторія не будуть застосовані." + #: apt-pkg/acquire-item.cc #, c-format msgid "Conflicting distribution: %s (expected %s but got %s)" @@ -2926,6 +2941,10 @@ msgstr "" msgid "wait for system to be online" msgstr "" +#: cmdline/apt-helper.cc +msgid "drop privileges before running given command" +msgstr "" + #: cmdline/apt-internal-planner.cc #, fuzzy msgid "" @@ -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-01-03 22:34+0000\n" +"POT-Creation-Date: 2018-02-26 13:14+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" @@ -338,6 +338,21 @@ msgstr "" "Tập tin phát hành %s đã hết hạn (không hợp lệ kể từ %s). Cập nhật cho kho " "này sẽ không được áp dụng." +#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is +#. the time until the file will be valid - formatted in the same way as in +#. the download progress display (e.g. 7d 3h 42min 1s) +#: apt-pkg/acquire-item.cc +#, fuzzy, c-format +#| msgid "" +#| "Release file for %s is expired (invalid since %s). Updates for this " +#| "repository will not be applied." +msgid "" +"Release file for %s is not valid yet (invalid for another %s). Updates for " +"this repository will not be applied." +msgstr "" +"Tập tin phát hành %s đã hết hạn (không hợp lệ kể từ %s). Cập nhật cho kho " +"này sẽ không được áp dụng." + #: apt-pkg/acquire-item.cc #, c-format msgid "Conflicting distribution: %s (expected %s but got %s)" @@ -2895,6 +2910,10 @@ msgstr "dò tìm proxy dùng apt.conf" msgid "wait for system to be online" msgstr "" +#: cmdline/apt-helper.cc +msgid "drop privileges before running given command" +msgstr "" + #: cmdline/apt-internal-planner.cc #, fuzzy msgid "" diff --git a/po/zh_CN.po b/po/zh_CN.po index 3fe7b8210..c8c8ed3fb 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.5.x\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-01-03 22:34+0000\n" +"POT-Creation-Date: 2018-02-26 13:14+0100\n" "PO-Revision-Date: 2017-10-08 11:00+0000\n" "Last-Translator: Mo Zhou <cdluminate@gmail.com>\n" "Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n" @@ -337,6 +337,20 @@ msgid "" msgstr "" "%s 的 Release 文件已经过期(invalid since %s)。该仓库的更新将不会被应用。" +#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is +#. the time until the file will be valid - formatted in the same way as in +#. the download progress display (e.g. 7d 3h 42min 1s) +#: apt-pkg/acquire-item.cc +#, fuzzy, c-format +#| msgid "" +#| "Release file for %s is expired (invalid since %s). Updates for this " +#| "repository will not be applied." +msgid "" +"Release file for %s is not valid yet (invalid for another %s). Updates for " +"this repository will not be applied." +msgstr "" +"%s 的 Release 文件已经过期(invalid since %s)。该仓库的更新将不会被应用。" + #: apt-pkg/acquire-item.cc #, c-format msgid "Conflicting distribution: %s (expected %s but got %s)" @@ -2830,6 +2844,10 @@ msgstr "用 apt.conf 检测代理设置" msgid "wait for system to be online" msgstr "等待系统上线" +#: cmdline/apt-helper.cc +msgid "drop privileges before running given command" +msgstr "" + #: cmdline/apt-internal-planner.cc msgid "" "Usage: apt-internal-planner\n" diff --git a/po/zh_TW.po b/po/zh_TW.po index 12a2752af..43ec8125e 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -10,7 +10,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-01-03 22:34+0000\n" +"POT-Creation-Date: 2018-02-26 13:14+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." @@ -330,6 +330,16 @@ msgid "" "repository will not be applied." msgstr "" +#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is +#. the time until the file will be valid - formatted in the same way as in +#. the download progress display (e.g. 7d 3h 42min 1s) +#: apt-pkg/acquire-item.cc +#, c-format +msgid "" +"Release file for %s is not valid yet (invalid for another %s). Updates for " +"this repository will not be applied." +msgstr "" + #: apt-pkg/acquire-item.cc #, c-format msgid "Conflicting distribution: %s (expected %s but got %s)" @@ -2802,6 +2812,10 @@ msgstr "" msgid "wait for system to be online" msgstr "" +#: cmdline/apt-helper.cc +msgid "drop privileges before running given command" +msgstr "" + #: cmdline/apt-internal-planner.cc #, fuzzy msgid "" |