summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2016-05-11 10:51:06 +0200
committerJulian Andres Klode <jak@debian.org>2016-05-11 10:51:06 +0200
commit5b0577488ff60e7163fe7dc62a044329d398d726 (patch)
treed8b92e066fc97fe4b8b95f00f6b243eb90e4b62f
parent6fb0b9ed8c6e3b5af5aac14e8f57c4d0ec2cc638 (diff)
Release 1.3~exp11.3_exp1
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog61
-rw-r--r--doc/apt-get.8.xml2
-rw-r--r--doc/apt-verbatim.ent2
-rw-r--r--doc/po/apt-doc.pot30
-rw-r--r--doc/po/de.po37
-rw-r--r--doc/po/es.po37
-rw-r--r--doc/po/fr.po37
-rw-r--r--doc/po/it.po67
-rw-r--r--doc/po/ja.po67
-rw-r--r--doc/po/nl.po67
-rw-r--r--doc/po/pl.po37
-rw-r--r--doc/po/pt.po37
-rw-r--r--doc/po/pt_BR.po32
-rw-r--r--doc/sources.list.5.xml2
-rw-r--r--po/apt-all.pot47
-rw-r--r--po/ar.po50
-rw-r--r--po/ast.po55
-rw-r--r--po/bg.po55
-rw-r--r--po/bs.po45
-rw-r--r--po/ca.po54
-rw-r--r--po/cs.po60
-rw-r--r--po/cy.po55
-rw-r--r--po/da.po62
-rw-r--r--po/de.po62
-rw-r--r--po/dz.po56
-rw-r--r--po/el.po54
-rw-r--r--po/es.po64
-rw-r--r--po/eu.po54
-rw-r--r--po/fi.po54
-rw-r--r--po/fr.po62
-rw-r--r--po/gl.po55
-rw-r--r--po/hu.po60
-rw-r--r--po/it.po62
-rw-r--r--po/ja.po60
-rw-r--r--po/km.po67
-rw-r--r--po/ko.po54
-rw-r--r--po/ku.po51
-rw-r--r--po/lt.po51
-rw-r--r--po/mr.po54
-rw-r--r--po/nb.po57
-rw-r--r--po/ne.po56
-rw-r--r--po/nl.po77
-rw-r--r--po/nn.po53
-rw-r--r--po/pl.po55
-rw-r--r--po/pt.po58
-rw-r--r--po/pt_BR.po54
-rw-r--r--po/ro.po58
-rw-r--r--po/ru.po60
-rw-r--r--po/sk.po54
-rw-r--r--po/sl.po54
-rw-r--r--po/sv.po61
-rw-r--r--po/th.po60
-rw-r--r--po/tl.po56
-rw-r--r--po/tr.po62
-rw-r--r--po/uk.po54
-rw-r--r--po/vi.po63
-rw-r--r--po/zh_CN.po54
-rw-r--r--po/zh_TW.po54
59 files changed, 1707 insertions, 1313 deletions
diff --git a/configure.ac b/configure.ac
index e08c3c2ff..ac61bbf15 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@ AC_CONFIG_AUX_DIR(buildlib)
AC_CONFIG_HEADER(include/config.h:buildlib/config.h.in include/apti18n.h:buildlib/apti18n.h.in)
PACKAGE="apt"
-PACKAGE_VERSION="1.2.11"
+PACKAGE_VERSION="1.3~exp1"
PACKAGE_MAIL="APT Development Team <deity@lists.debian.org>"
AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
AC_DEFINE_UNQUOTED(PACKAGE_VERSION,"$PACKAGE_VERSION")
diff --git a/debian/changelog b/debian/changelog
index 3ad87a7d6..fa55b1e3d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,64 @@
+apt (1.3~exp1) experimental; urgency=medium
+
+ [ David Kalnischkies ]
+ * make random acquire queues work less random
+ * add dep11 files to default Release patterns
+ * don't ask server if we have entire file in partial/
+ * properly format multiline error messages
+ * format multiline errors properly in acquire progress
+ * show more details for "Hash Sum mismatch" errors
+ * show more details for "Writing more data" errors, too
+ * use the same redirection mirror for all index files
+ * edsp: ask policy engine for the pin of the version directly
+ * give rc-status packages a pin of -1
+ * respect user pinning in M-A:same version (un)screwing
+ * deprecate confusing Pkg.CandVersion() method
+ * factor out Pkg/DepIterator prettyprinters into own header
+ * gpgv: use EXPKEYSIG instead of KEYEXPIRED
+ * gpgv: handle expired sig as worthless
+ * don't show NO_PUBKEY warning if repo is signed by another key
+ (Closes: 618445)
+ * support multiple fingerprints in signed-by
+ * support Signed-By in Release files as a sort of HPKP
+ * bugscript: include all configuration fragment files (Closes: 820861)
+ * move gnupg|gnupg2 from apt Depends to Recommends
+ * warn if apt-key is run unconditionally in maintainerscript
+ * remove 100-levels config nesting limit
+ * let DPKG_COLORS default to our APT::Color setting
+ * allow redirection for items without a space in the desc again
+ * delay progress until Release files are downloaded
+ * download arch:all also for NATIVE_ARCHITECTURE indextargets
+ * implement Fallback-Of for IndexTargets
+ * implement Identifier field for IndexTargets
+ * gpgv: show always webportal error on NODATA (Closes: 823746)
+ * don't sent uninstallable rc-only versions via EDSP
+ * edsp: support generic and solver-specific configs (Closes: 823918)
+
+ [ Julian Andres Klode ]
+ * policy: Get rid of old (pre-1.1) GetCandidateVer algorithm
+ * private-show: Get rid of old policy support code
+ * ftparchive: Support writing Signed-By fields
+ * Strip trailing commas for created signed-by fingerprint lists
+ * update: Run Post-Invoke-Success if not all sources failed
+
+ [ Patrick Cable ]
+ * refactored no_proxy code to work regardless of where https proxy is set
+
+ [ James McCoy ]
+ * deb822: Restore support for <multivalue>-{Add,Remove}
+
+ [ Zhou Mo ]
+ * zh_TW.po: remove several fuzzy tags after review
+
+ [ Adrian Wielgosik ]
+ * Don't copy strings in Startswith, Endswith
+ * Speed up GetLocalitySortedVersionSet.
+
+ [ Frans Spiesschaert ]
+ * Dutch program translation update (Closes: 823976)
+
+ -- Julian Andres Klode <jak@debian.org> Wed, 11 May 2016 10:48:27 +0200
+
apt (1.2.11) unstable; urgency=medium
[ David Kalnischkies ]
diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml
index a667a81da..0e66ce294 100644
--- a/doc/apt-get.8.xml
+++ b/doc/apt-get.8.xml
@@ -14,7 +14,7 @@
&apt-email;
&apt-product;
<!-- The last update date -->
- <date>2015-08-14T00:00:00Z</date>
+ <date>2016-05-08T00:00:00Z</date>
</refentryinfo>
<refmeta>
diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent
index 9781ea2a6..61486e488 100644
--- a/doc/apt-verbatim.ent
+++ b/doc/apt-verbatim.ent
@@ -239,7 +239,7 @@
">
<!-- this will be updated by 'prepare-release' -->
-<!ENTITY apt-product-version "1.2.11">
+<!ENTITY apt-product-version "1.3~exp1">
<!-- (Code)names for various things used all over the place -->
<!ENTITY debian-oldstable-codename "wheezy">
diff --git a/doc/po/apt-doc.pot b/doc/po/apt-doc.pot
index 07cd7d8d9..8b2910a7f 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.2.11\n"
+"Project-Id-Version: apt-doc 1.3~exp1\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-04-25 15:24+0200\n"
+"POT-Creation-Date: 2016-05-11 10:50+0200\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"
@@ -1027,8 +1027,8 @@ msgid ""
"with APT to get information as well as filenames for downloaded files so "
"they can use them as well instead of downloading them again on their "
"own. Detailed documentation is omitted here and can instead be found in the "
-"source tree in "
-"<literal><filename>doc/acquire-additional-files.txt</filename></literal>."
+"file &apt-acquire-additional-files; shipped by the "
+"<package>apt-doc</package> package."
msgstr ""
#. type: Content of: <refentry><refsect1><title>
@@ -5504,9 +5504,11 @@ msgid ""
"<option>Targets</option> (<option>target</option>) is a multivalue option "
"defining which download targets apt will try to acquire from this source. If "
"not specified, the default set is defined by the "
-"<option>Acquire::IndexTargets</option> configuration scope. Additionally, "
-"specific targets can be enabled or disabled by using the identifier as field "
-"name instead of using this multivalue option."
+"<option>Acquire::IndexTargets</option> configuration scope (targets are "
+"specified by their name in the <literal>Created-By</literal> field). "
+"Additionally, targets can be enabled or disabled by using the "
+"<literal>Identifier</literal> field as an option with a boolean value "
+"instead of using this multivalue option."
msgstr ""
#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
@@ -5571,13 +5573,15 @@ msgid ""
"<option>Signed-By</option> (<option>signed-by</option>) is either an "
"absolute path to a keyring file (has to be accessible and readable for the "
"<literal>_apt</literal> user, so ensure everyone has read-permissions on the "
-"file) or a fingerprint of a key either in the "
-"<filename>trusted.gpg</filename> keyring or in one of the keyrings in the "
+"file) or one or more fingerprints of keys either in the "
+"<filename>trusted.gpg</filename> keyring or in the keyrings in the "
"<filename>trusted.gpg.d/</filename> directory (see <command>apt-key "
"fingerprint</command>). If the option is set, only the key(s) in this "
-"keyring or only the key with this fingerprint is used for the &apt-secure; "
-"verification of this repository. Otherwise all keys in the trusted keyrings "
-"are considered valid signers for this repository."
+"keyring or only the keys with these fingerprints are used for the "
+"&apt-secure; verification of this repository. Defaults to the value of the "
+"option with the same name if set in the previously acquired "
+"<filename>Release</filename> file. Otherwise all keys in the trusted "
+"keyrings are considered valid signers for this repository."
msgstr ""
#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
@@ -5927,7 +5931,7 @@ msgstr ""
#. type: Content of: <refentry><refsect1><para>
#: sources.list.5.xml:1
-msgid "&apt-get;, &apt-conf;"
+msgid "&apt-get;, &apt-conf;, &apt-acquire-additional-files;"
msgstr ""
#. type: Content of: <refentry><refmeta><manvolnum>
diff --git a/doc/po/de.po b/doc/po/de.po
index 707c34368..daf92968d 100644
--- a/doc/po/de.po
+++ b/doc/po/de.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt-doc 1.0.8\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-04-25 15:24+0200\n"
+"POT-Creation-Date: 2016-05-11 10:50+0200\n"
"PO-Revision-Date: 2014-09-14 14:46+0200\n"
"Last-Translator: Chris Leick <c.leick@vollbio.de>\n"
"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
@@ -1389,8 +1389,8 @@ msgid ""
"command is mainly used as an interface for external tools working with APT "
"to get information as well as filenames for downloaded files so they can use "
"them as well instead of downloading them again on their own. Detailed "
-"documentation is omitted here and can instead be found in the source tree in "
-"<literal><filename>doc/acquire-additional-files.txt</filename></literal>."
+"documentation is omitted here and can instead be found in the file &apt-"
+"acquire-additional-files; shipped by the <package>apt-doc</package> package."
msgstr ""
#. type: Content of: <refentry><refsect1><title>
@@ -7911,9 +7911,10 @@ msgid ""
"<option>Targets</option> (<option>target</option>) is a multivalue option "
"defining which download targets apt will try to acquire from this source. If "
"not specified, the default set is defined by the <option>Acquire::"
-"IndexTargets</option> configuration scope. Additionally, specific targets "
-"can be enabled or disabled by using the identifier as field name instead of "
-"using this multivalue option."
+"IndexTargets</option> configuration scope (targets are specified by their "
+"name in the <literal>Created-By</literal> field). Additionally, targets can "
+"be enabled or disabled by using the <literal>Identifier</literal> field as "
+"an option with a boolean value instead of using this multivalue option."
msgstr ""
#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
@@ -7977,13 +7978,14 @@ msgid ""
"<option>Signed-By</option> (<option>signed-by</option>) is either an "
"absolute path to a keyring file (has to be accessible and readable for the "
"<literal>_apt</literal> user, so ensure everyone has read-permissions on the "
-"file) or a fingerprint of a key either in the <filename>trusted.gpg</"
-"filename> keyring or in one of the keyrings in the <filename>trusted.gpg.d/</"
+"file) or one or more fingerprints of keys either in the <filename>trusted."
+"gpg</filename> keyring or in the keyrings in the <filename>trusted.gpg.d/</"
"filename> directory (see <command>apt-key fingerprint</command>). If the "
-"option is set, only the key(s) in this keyring or only the key with this "
-"fingerprint is used for the &apt-secure; verification of this repository. "
-"Otherwise all keys in the trusted keyrings are considered valid signers for "
-"this repository."
+"option is set, only the key(s) in this keyring or only the keys with these "
+"fingerprints are used for the &apt-secure; verification of this repository. "
+"Defaults to the value of the option with the same name if set in the "
+"previously acquired <filename>Release</filename> file. Otherwise all keys "
+"in the trusted keyrings are considered valid signers for this repository."
msgstr ""
#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
@@ -8429,9 +8431,9 @@ msgstr ""
#. type: Content of: <refentry><refsect1><para>
#: sources.list.5.xml
#, fuzzy
-#| msgid "&apt-cache; &apt-conf;"
-msgid "&apt-get;, &apt-conf;"
-msgstr "&apt-cache; &apt-conf;"
+#| msgid "&apt-cache;, &apt-config;, &apt-preferences;."
+msgid "&apt-get;, &apt-conf;, &apt-acquire-additional-files;"
+msgstr "&apt-cache;, &apt-config;, &apt-preferences;."
#. type: Content of: <refentry><refmeta><manvolnum>
#: apt-extracttemplates.1.xml apt-sortpkgs.1.xml apt-ftparchive.1.xml
@@ -11183,6 +11185,11 @@ msgstr " # apt-get -o dir::cache::archives=\"/Platte/\" dist-upgrade\n"
msgid "Which will use the already fetched archives on the disc."
msgstr "Es wird die bereits auf die Platte heruntergeladenen Archive benutzen."
+#, fuzzy
+#~| msgid "&apt-cache; &apt-conf;"
+#~ msgid "&apt-get;, &apt-conf;"
+#~ msgstr "&apt-cache; &apt-conf;"
+
#~ msgid ""
#~ "This is a space separated list of all the architectures that appear under "
#~ "search section. The special architecture 'source' is used to indicate "
diff --git a/doc/po/es.po b/doc/po/es.po
index c962fe3da..1e95dd668 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: 2016-04-25 15:24+0200\n"
+"POT-Creation-Date: 2016-05-11 10:50+0200\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"
@@ -1449,8 +1449,8 @@ msgid ""
"command is mainly used as an interface for external tools working with APT "
"to get information as well as filenames for downloaded files so they can use "
"them as well instead of downloading them again on their own. Detailed "
-"documentation is omitted here and can instead be found in the source tree in "
-"<literal><filename>doc/acquire-additional-files.txt</filename></literal>."
+"documentation is omitted here and can instead be found in the file &apt-"
+"acquire-additional-files; shipped by the <package>apt-doc</package> package."
msgstr ""
#. type: Content of: <refentry><refsect1><title>
@@ -7924,9 +7924,10 @@ msgid ""
"<option>Targets</option> (<option>target</option>) is a multivalue option "
"defining which download targets apt will try to acquire from this source. If "
"not specified, the default set is defined by the <option>Acquire::"
-"IndexTargets</option> configuration scope. Additionally, specific targets "
-"can be enabled or disabled by using the identifier as field name instead of "
-"using this multivalue option."
+"IndexTargets</option> configuration scope (targets are specified by their "
+"name in the <literal>Created-By</literal> field). Additionally, targets can "
+"be enabled or disabled by using the <literal>Identifier</literal> field as "
+"an option with a boolean value instead of using this multivalue option."
msgstr ""
#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
@@ -7990,13 +7991,14 @@ msgid ""
"<option>Signed-By</option> (<option>signed-by</option>) is either an "
"absolute path to a keyring file (has to be accessible and readable for the "
"<literal>_apt</literal> user, so ensure everyone has read-permissions on the "
-"file) or a fingerprint of a key either in the <filename>trusted.gpg</"
-"filename> keyring or in one of the keyrings in the <filename>trusted.gpg.d/</"
+"file) or one or more fingerprints of keys either in the <filename>trusted."
+"gpg</filename> keyring or in the keyrings in the <filename>trusted.gpg.d/</"
"filename> directory (see <command>apt-key fingerprint</command>). If the "
-"option is set, only the key(s) in this keyring or only the key with this "
-"fingerprint is used for the &apt-secure; verification of this repository. "
-"Otherwise all keys in the trusted keyrings are considered valid signers for "
-"this repository."
+"option is set, only the key(s) in this keyring or only the keys with these "
+"fingerprints are used for the &apt-secure; verification of this repository. "
+"Defaults to the value of the option with the same name if set in the "
+"previously acquired <filename>Release</filename> file. Otherwise all keys "
+"in the trusted keyrings are considered valid signers for this repository."
msgstr ""
#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
@@ -8439,9 +8441,9 @@ msgstr ""
#. type: Content of: <refentry><refsect1><para>
#: sources.list.5.xml
#, fuzzy
-#| msgid "&apt-cache; &apt-conf;"
-msgid "&apt-get;, &apt-conf;"
-msgstr "&apt-cache; &apt-conf;"
+#| msgid "&apt-cache;, &apt-config;, &apt-preferences;."
+msgid "&apt-get;, &apt-conf;, &apt-acquire-additional-files;"
+msgstr "&apt-cache;, &apt-config;, &apt-preferences;."
#. type: Content of: <refentry><refmeta><manvolnum>
#: apt-extracttemplates.1.xml apt-sortpkgs.1.xml apt-ftparchive.1.xml
@@ -11153,6 +11155,11 @@ msgstr " # apt-get -o dir::cache::archives=\"/disc/\" dist-upgrade\n"
msgid "Which will use the already fetched archives on the disc."
msgstr "Esto utiliza los archivos del disco previamente obtenidos."
+#, fuzzy
+#~| msgid "&apt-cache; &apt-conf;"
+#~ msgid "&apt-get;, &apt-conf;"
+#~ msgstr "&apt-cache; &apt-conf;"
+
#~ msgid ""
#~ "This is a space separated list of all the architectures that appear under "
#~ "search section. The special architecture 'source' is used to indicate "
diff --git a/doc/po/fr.po b/doc/po/fr.po
index e6c9f7db1..80e8dff08 100644
--- a/doc/po/fr.po
+++ b/doc/po/fr.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: 2016-04-25 15:24+0200\n"
+"POT-Creation-Date: 2016-05-11 10:50+0200\n"
"PO-Revision-Date: 2014-11-15 17:26+0100\n"
"Last-Translator: Jean-Pierre Giraud <jean-pierregiraud@neuf.fr>\n"
"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
@@ -1383,8 +1383,8 @@ msgid ""
"command is mainly used as an interface for external tools working with APT "
"to get information as well as filenames for downloaded files so they can use "
"them as well instead of downloading them again on their own. Detailed "
-"documentation is omitted here and can instead be found in the source tree in "
-"<literal><filename>doc/acquire-additional-files.txt</filename></literal>."
+"documentation is omitted here and can instead be found in the file &apt-"
+"acquire-additional-files; shipped by the <package>apt-doc</package> package."
msgstr ""
#. type: Content of: <refentry><refsect1><title>
@@ -7876,9 +7876,10 @@ msgid ""
"<option>Targets</option> (<option>target</option>) is a multivalue option "
"defining which download targets apt will try to acquire from this source. If "
"not specified, the default set is defined by the <option>Acquire::"
-"IndexTargets</option> configuration scope. Additionally, specific targets "
-"can be enabled or disabled by using the identifier as field name instead of "
-"using this multivalue option."
+"IndexTargets</option> configuration scope (targets are specified by their "
+"name in the <literal>Created-By</literal> field). Additionally, targets can "
+"be enabled or disabled by using the <literal>Identifier</literal> field as "
+"an option with a boolean value instead of using this multivalue option."
msgstr ""
#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
@@ -7942,13 +7943,14 @@ msgid ""
"<option>Signed-By</option> (<option>signed-by</option>) is either an "
"absolute path to a keyring file (has to be accessible and readable for the "
"<literal>_apt</literal> user, so ensure everyone has read-permissions on the "
-"file) or a fingerprint of a key either in the <filename>trusted.gpg</"
-"filename> keyring or in one of the keyrings in the <filename>trusted.gpg.d/</"
+"file) or one or more fingerprints of keys either in the <filename>trusted."
+"gpg</filename> keyring or in the keyrings in the <filename>trusted.gpg.d/</"
"filename> directory (see <command>apt-key fingerprint</command>). If the "
-"option is set, only the key(s) in this keyring or only the key with this "
-"fingerprint is used for the &apt-secure; verification of this repository. "
-"Otherwise all keys in the trusted keyrings are considered valid signers for "
-"this repository."
+"option is set, only the key(s) in this keyring or only the keys with these "
+"fingerprints are used for the &apt-secure; verification of this repository. "
+"Defaults to the value of the option with the same name if set in the "
+"previously acquired <filename>Release</filename> file. Otherwise all keys "
+"in the trusted keyrings are considered valid signers for this repository."
msgstr ""
#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
@@ -8394,9 +8396,9 @@ msgstr ""
#. type: Content of: <refentry><refsect1><para>
#: sources.list.5.xml
#, fuzzy
-#| msgid "&apt-cache; &apt-conf;"
-msgid "&apt-get;, &apt-conf;"
-msgstr "&apt-cache; &apt-conf;"
+#| msgid "&apt-cache;, &apt-config;, &apt-preferences;."
+msgid "&apt-get;, &apt-conf;, &apt-acquire-additional-files;"
+msgstr "&apt-cache;, &apt-config;, &apt-preferences;."
#. type: Content of: <refentry><refmeta><manvolnum>
#: apt-extracttemplates.1.xml apt-sortpkgs.1.xml apt-ftparchive.1.xml
@@ -11139,6 +11141,11 @@ msgstr " # apt-get -o dir::cache::archives=\"/disc/\" dist-upgrade\n"
msgid "Which will use the already fetched archives on the disc."
msgstr "Cette commande utilisera les fichiers récupérés sur le disque."
+#, fuzzy
+#~| msgid "&apt-cache; &apt-conf;"
+#~ msgid "&apt-get;, &apt-conf;"
+#~ msgstr "&apt-cache; &apt-conf;"
+
#~ msgid ""
#~ "This is a space separated list of all the architectures that appear under "
#~ "search section. The special architecture 'source' is used to indicate "
diff --git a/doc/po/it.po b/doc/po/it.po
index 8f2a34172..8ee0bc796 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: 2016-04-25 15:24+0200\n"
+"POT-Creation-Date: 2016-05-11 10:50+0200\n"
"PO-Revision-Date: 2015-12-27 21:26+0200\n"
"Last-Translator: Beatrice Torracca <beatricet@libero.it>\n"
"Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n"
@@ -1419,6 +1419,18 @@ msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-get.8.xml
+#, fuzzy
+#| msgid ""
+#| "Displays by default a deb822 formatted listing of information about all "
+#| "data files (aka index targets) <command>apt-get update</command> would "
+#| "download. Supports a <option>--format</option> option to modify the "
+#| "output format as well as accepts lines of the default output to filter "
+#| "the records by. The command is mainly used as an interface for external "
+#| "tools working with APT to get information as well as filenames for "
+#| "downloaded files so they can use them as well instead of downloading them "
+#| "again on their own. Detailed documentation is omitted here and can "
+#| "instead be found in the source tree in <literal><filename>doc/acquire-"
+#| "additional-files.txt</filename></literal>."
msgid ""
"Displays by default a deb822 formatted listing of information about all data "
"files (aka index targets) <command>apt-get update</command> would download. "
@@ -1427,8 +1439,8 @@ msgid ""
"command is mainly used as an interface for external tools working with APT "
"to get information as well as filenames for downloaded files so they can use "
"them as well instead of downloading them again on their own. Detailed "
-"documentation is omitted here and can instead be found in the source tree in "
-"<literal><filename>doc/acquire-additional-files.txt</filename></literal>."
+"documentation is omitted here and can instead be found in the file &apt-"
+"acquire-additional-files; shipped by the <package>apt-doc</package> package."
msgstr ""
"Visualizza in modo predefinito un elenco formattato come deb822 di "
"informazioni su tutti i file dei dati (alias target indice) che <command>apt-"
@@ -7893,13 +7905,22 @@ msgstr ""
#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
#: sources.list.5.xml
+#, fuzzy
+#| msgid ""
+#| "<option>Targets</option> (<option>target</option>) is a multivalue option "
+#| "defining which download targets apt will try to acquire from this source. "
+#| "If not specified, the default set is defined by the <option>Acquire::"
+#| "IndexTargets</option> configuration scope. Additionally, specific "
+#| "targets can be enabled or disabled by using the identifier as field name "
+#| "instead of using this multivalue option."
msgid ""
"<option>Targets</option> (<option>target</option>) is a multivalue option "
"defining which download targets apt will try to acquire from this source. If "
"not specified, the default set is defined by the <option>Acquire::"
-"IndexTargets</option> configuration scope. Additionally, specific targets "
-"can be enabled or disabled by using the identifier as field name instead of "
-"using this multivalue option."
+"IndexTargets</option> configuration scope (targets are specified by their "
+"name in the <literal>Created-By</literal> field). Additionally, targets can "
+"be enabled or disabled by using the <literal>Identifier</literal> field as "
+"an option with a boolean value instead of using this multivalue option."
msgstr ""
"<option>Targets</option> (<option>target</option>) è un'opzione multivalore "
"che definisce quali rilasci obiettivo di scaricamento apt cercherà di "
@@ -8007,17 +8028,30 @@ msgstr ""
#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
#: sources.list.5.xml
+#, fuzzy
+#| msgid ""
+#| "<option>Signed-By</option> (<option>signed-by</option>) is either an "
+#| "absolute path to a keyring file (has to be accessible and readable for "
+#| "the <literal>_apt</literal> user, so ensure everyone has read-permissions "
+#| "on the file) or a fingerprint of a key either in the <filename>trusted."
+#| "gpg</filename> keyring or in one of the keyrings in the <filename>trusted."
+#| "gpg.d/</filename> directory (see <command>apt-key fingerprint</command>). "
+#| "If the option is set, only the key(s) in this keyring or only the key "
+#| "with this fingerprint is used for the &apt-secure; verification of this "
+#| "repository. Otherwise all keys in the trusted keyrings are considered "
+#| "valid signers for this repository."
msgid ""
"<option>Signed-By</option> (<option>signed-by</option>) is either an "
"absolute path to a keyring file (has to be accessible and readable for the "
"<literal>_apt</literal> user, so ensure everyone has read-permissions on the "
-"file) or a fingerprint of a key either in the <filename>trusted.gpg</"
-"filename> keyring or in one of the keyrings in the <filename>trusted.gpg.d/</"
+"file) or one or more fingerprints of keys either in the <filename>trusted."
+"gpg</filename> keyring or in the keyrings in the <filename>trusted.gpg.d/</"
"filename> directory (see <command>apt-key fingerprint</command>). If the "
-"option is set, only the key(s) in this keyring or only the key with this "
-"fingerprint is used for the &apt-secure; verification of this repository. "
-"Otherwise all keys in the trusted keyrings are considered valid signers for "
-"this repository."
+"option is set, only the key(s) in this keyring or only the keys with these "
+"fingerprints are used for the &apt-secure; verification of this repository. "
+"Defaults to the value of the option with the same name if set in the "
+"previously acquired <filename>Release</filename> file. Otherwise all keys "
+"in the trusted keyrings are considered valid signers for this repository."
msgstr ""
"<option>Signed-By</option> (<option>signed-by</option>) è un percorso "
"assoluto ad un file di portachiavi (deve essere accessibile e leggibile "
@@ -8506,8 +8540,10 @@ msgstr ""
#. type: Content of: <refentry><refsect1><para>
#: sources.list.5.xml
-msgid "&apt-get;, &apt-conf;"
-msgstr "&apt-get;, &apt-conf;"
+#, fuzzy
+#| msgid "&apt-cache;, &apt-config;, &apt-preferences;."
+msgid "&apt-get;, &apt-conf;, &apt-acquire-additional-files;"
+msgstr "&apt-cache;, &apt-config;, &apt-preferences;."
#. type: Content of: <refentry><refmeta><manvolnum>
#: apt-extracttemplates.1.xml apt-sortpkgs.1.xml apt-ftparchive.1.xml
@@ -11200,6 +11236,9 @@ msgstr " # apt-get -o dir::cache::archives=\"/disc/\" dist-upgrade\n"
msgid "Which will use the already fetched archives on the disc."
msgstr "che userà gli archivi già scaricati e presenti sul disco."
+#~ msgid "&apt-get;, &apt-conf;"
+#~ msgstr "&apt-get;, &apt-conf;"
+
#~ msgid ""
#~ "This is a space separated list of all the architectures that appear under "
#~ "search section. The special architecture 'source' is used to indicate "
diff --git a/doc/po/ja.po b/doc/po/ja.po
index a22542925..fd06e351e 100644
--- a/doc/po/ja.po
+++ b/doc/po/ja.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt-doc 1.0.6\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-04-25 15:24+0200\n"
+"POT-Creation-Date: 2016-05-11 10:50+0200\n"
"PO-Revision-Date: 2016-03-23 09:39+0900\n"
"Last-Translator: Takuma Yamada <tyamada@takumayamada.com>\n"
"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
@@ -1386,6 +1386,18 @@ msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-get.8.xml
+#, fuzzy
+#| msgid ""
+#| "Displays by default a deb822 formatted listing of information about all "
+#| "data files (aka index targets) <command>apt-get update</command> would "
+#| "download. Supports a <option>--format</option> option to modify the "
+#| "output format as well as accepts lines of the default output to filter "
+#| "the records by. The command is mainly used as an interface for external "
+#| "tools working with APT to get information as well as filenames for "
+#| "downloaded files so they can use them as well instead of downloading them "
+#| "again on their own. Detailed documentation is omitted here and can "
+#| "instead be found in the source tree in <literal><filename>doc/acquire-"
+#| "additional-files.txt</filename></literal>."
msgid ""
"Displays by default a deb822 formatted listing of information about all data "
"files (aka index targets) <command>apt-get update</command> would download. "
@@ -1394,8 +1406,8 @@ msgid ""
"command is mainly used as an interface for external tools working with APT "
"to get information as well as filenames for downloaded files so they can use "
"them as well instead of downloading them again on their own. Detailed "
-"documentation is omitted here and can instead be found in the source tree in "
-"<literal><filename>doc/acquire-additional-files.txt</filename></literal>."
+"documentation is omitted here and can instead be found in the file &apt-"
+"acquire-additional-files; shipped by the <package>apt-doc</package> package."
msgstr ""
"デフォルトでは <command>apt-get update</command> でダウンロードすることができ"
"るすべてのデータファイル (別名インデックスターゲット) に関する情報の deb822 "
@@ -7537,13 +7549,22 @@ msgstr ""
#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
#: sources.list.5.xml
+#, fuzzy
+#| msgid ""
+#| "<option>Targets</option> (<option>target</option>) is a multivalue option "
+#| "defining which download targets apt will try to acquire from this source. "
+#| "If not specified, the default set is defined by the <option>Acquire::"
+#| "IndexTargets</option> configuration scope. Additionally, specific "
+#| "targets can be enabled or disabled by using the identifier as field name "
+#| "instead of using this multivalue option."
msgid ""
"<option>Targets</option> (<option>target</option>) is a multivalue option "
"defining which download targets apt will try to acquire from this source. If "
"not specified, the default set is defined by the <option>Acquire::"
-"IndexTargets</option> configuration scope. Additionally, specific targets "
-"can be enabled or disabled by using the identifier as field name instead of "
-"using this multivalue option."
+"IndexTargets</option> configuration scope (targets are specified by their "
+"name in the <literal>Created-By</literal> field). Additionally, targets can "
+"be enabled or disabled by using the <literal>Identifier</literal> field as "
+"an option with a boolean value instead of using this multivalue option."
msgstr ""
"<option>Targets</option> (<option>target</option>) は、apt が取得元から取得し"
"ようとするダウンロードターゲットを定義する複数の値を持つオプションです。指定"
@@ -7642,17 +7663,30 @@ msgstr ""
#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
#: sources.list.5.xml
+#, fuzzy
+#| msgid ""
+#| "<option>Signed-By</option> (<option>signed-by</option>) is either an "
+#| "absolute path to a keyring file (has to be accessible and readable for "
+#| "the <literal>_apt</literal> user, so ensure everyone has read-permissions "
+#| "on the file) or a fingerprint of a key either in the <filename>trusted."
+#| "gpg</filename> keyring or in one of the keyrings in the <filename>trusted."
+#| "gpg.d/</filename> directory (see <command>apt-key fingerprint</command>). "
+#| "If the option is set, only the key(s) in this keyring or only the key "
+#| "with this fingerprint is used for the &apt-secure; verification of this "
+#| "repository. Otherwise all keys in the trusted keyrings are considered "
+#| "valid signers for this repository."
msgid ""
"<option>Signed-By</option> (<option>signed-by</option>) is either an "
"absolute path to a keyring file (has to be accessible and readable for the "
"<literal>_apt</literal> user, so ensure everyone has read-permissions on the "
-"file) or a fingerprint of a key either in the <filename>trusted.gpg</"
-"filename> keyring or in one of the keyrings in the <filename>trusted.gpg.d/</"
+"file) or one or more fingerprints of keys either in the <filename>trusted."
+"gpg</filename> keyring or in the keyrings in the <filename>trusted.gpg.d/</"
"filename> directory (see <command>apt-key fingerprint</command>). If the "
-"option is set, only the key(s) in this keyring or only the key with this "
-"fingerprint is used for the &apt-secure; verification of this repository. "
-"Otherwise all keys in the trusted keyrings are considered valid signers for "
-"this repository."
+"option is set, only the key(s) in this keyring or only the keys with these "
+"fingerprints are used for the &apt-secure; verification of this repository. "
+"Defaults to the value of the option with the same name if set in the "
+"previously acquired <filename>Release</filename> file. Otherwise all keys "
+"in the trusted keyrings are considered valid signers for this repository."
msgstr ""
"<option>Signed-By</option> (<option>signed-by</option>) は、(<literal>_apt</"
"literal> ユーザがアクセス可能かつ読み取り可能な必要があり、つまりすべてのユー"
@@ -8132,8 +8166,10 @@ msgstr ""
#. type: Content of: <refentry><refsect1><para>
#: sources.list.5.xml
-msgid "&apt-get;, &apt-conf;"
-msgstr "&apt-get;, &apt-conf;"
+#, fuzzy
+#| msgid "&apt-cache;, &apt-config;, &apt-preferences;."
+msgid "&apt-get;, &apt-conf;, &apt-acquire-additional-files;"
+msgstr "&apt-cache;, &apt-config;, &apt-preferences;."
#. type: Content of: <refentry><refmeta><manvolnum>
#: apt-extracttemplates.1.xml apt-sortpkgs.1.xml apt-ftparchive.1.xml
@@ -10732,6 +10768,9 @@ msgstr " # apt-get -o dir::cache::archives=\"/disc/\" dist-upgrade\n"
msgid "Which will use the already fetched archives on the disc."
msgstr "これで、ディスクにある取得済みのアーカイブを使用するようになります。"
+#~ msgid "&apt-get;, &apt-conf;"
+#~ msgstr "&apt-get;, &apt-conf;"
+
#~ msgid ""
#~ "This is a space separated list of all the architectures that appear under "
#~ "search section. The special architecture 'source' is used to indicate "
diff --git a/doc/po/nl.po b/doc/po/nl.po
index 7c50b46d1..8261f1e64 100644
--- a/doc/po/nl.po
+++ b/doc/po/nl.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt-doc 1.1.10-nl\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-04-25 15:24+0200\n"
+"POT-Creation-Date: 2016-05-11 10:50+0200\n"
"PO-Revision-Date: 2016-02-01 16:17+0100\n"
"Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n"
"Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n"
@@ -1442,6 +1442,18 @@ msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-get.8.xml
+#, fuzzy
+#| msgid ""
+#| "Displays by default a deb822 formatted listing of information about all "
+#| "data files (aka index targets) <command>apt-get update</command> would "
+#| "download. Supports a <option>--format</option> option to modify the "
+#| "output format as well as accepts lines of the default output to filter "
+#| "the records by. The command is mainly used as an interface for external "
+#| "tools working with APT to get information as well as filenames for "
+#| "downloaded files so they can use them as well instead of downloading them "
+#| "again on their own. Detailed documentation is omitted here and can "
+#| "instead be found in the source tree in <literal><filename>doc/acquire-"
+#| "additional-files.txt</filename></literal>."
msgid ""
"Displays by default a deb822 formatted listing of information about all data "
"files (aka index targets) <command>apt-get update</command> would download. "
@@ -1450,8 +1462,8 @@ msgid ""
"command is mainly used as an interface for external tools working with APT "
"to get information as well as filenames for downloaded files so they can use "
"them as well instead of downloading them again on their own. Detailed "
-"documentation is omitted here and can instead be found in the source tree in "
-"<literal><filename>doc/acquire-additional-files.txt</filename></literal>."
+"documentation is omitted here and can instead be found in the file &apt-"
+"acquire-additional-files; shipped by the <package>apt-doc</package> package."
msgstr ""
"Geeft standaard een volgens deb822 ingedeelde lijst weer met informatie over "
"alle gegevensbestanden (ook soms indexbestanden of indexdoelen genoemd) die "
@@ -8037,13 +8049,22 @@ msgstr ""
#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
#: sources.list.5.xml
+#, fuzzy
+#| msgid ""
+#| "<option>Targets</option> (<option>target</option>) is a multivalue option "
+#| "defining which download targets apt will try to acquire from this source. "
+#| "If not specified, the default set is defined by the <option>Acquire::"
+#| "IndexTargets</option> configuration scope. Additionally, specific "
+#| "targets can be enabled or disabled by using the identifier as field name "
+#| "instead of using this multivalue option."
msgid ""
"<option>Targets</option> (<option>target</option>) is a multivalue option "
"defining which download targets apt will try to acquire from this source. If "
"not specified, the default set is defined by the <option>Acquire::"
-"IndexTargets</option> configuration scope. Additionally, specific targets "
-"can be enabled or disabled by using the identifier as field name instead of "
-"using this multivalue option."
+"IndexTargets</option> configuration scope (targets are specified by their "
+"name in the <literal>Created-By</literal> field). Additionally, targets can "
+"be enabled or disabled by using the <literal>Identifier</literal> field as "
+"an option with a boolean value instead of using this multivalue option."
msgstr ""
"<option>Targets</option> (<option>target</option>) is een multi-waarde optie "
"waarmee opgegeven wordt welke downloaddoelen apt uit deze pakketbron zal "
@@ -8155,17 +8176,30 @@ msgstr ""
#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
#: sources.list.5.xml
+#, fuzzy
+#| msgid ""
+#| "<option>Signed-By</option> (<option>signed-by</option>) is either an "
+#| "absolute path to a keyring file (has to be accessible and readable for "
+#| "the <literal>_apt</literal> user, so ensure everyone has read-permissions "
+#| "on the file) or a fingerprint of a key either in the <filename>trusted."
+#| "gpg</filename> keyring or in one of the keyrings in the <filename>trusted."
+#| "gpg.d/</filename> directory (see <command>apt-key fingerprint</command>). "
+#| "If the option is set, only the key(s) in this keyring or only the key "
+#| "with this fingerprint is used for the &apt-secure; verification of this "
+#| "repository. Otherwise all keys in the trusted keyrings are considered "
+#| "valid signers for this repository."
msgid ""
"<option>Signed-By</option> (<option>signed-by</option>) is either an "
"absolute path to a keyring file (has to be accessible and readable for the "
"<literal>_apt</literal> user, so ensure everyone has read-permissions on the "
-"file) or a fingerprint of a key either in the <filename>trusted.gpg</"
-"filename> keyring or in one of the keyrings in the <filename>trusted.gpg.d/</"
+"file) or one or more fingerprints of keys either in the <filename>trusted."
+"gpg</filename> keyring or in the keyrings in the <filename>trusted.gpg.d/</"
"filename> directory (see <command>apt-key fingerprint</command>). If the "
-"option is set, only the key(s) in this keyring or only the key with this "
-"fingerprint is used for the &apt-secure; verification of this repository. "
-"Otherwise all keys in the trusted keyrings are considered valid signers for "
-"this repository."
+"option is set, only the key(s) in this keyring or only the keys with these "
+"fingerprints are used for the &apt-secure; verification of this repository. "
+"Defaults to the value of the option with the same name if set in the "
+"previously acquired <filename>Release</filename> file. Otherwise all keys "
+"in the trusted keyrings are considered valid signers for this repository."
msgstr ""
"<option>Signed-By</option> (<option>signed-by</option>) is ofwel een "
"absoluut pad naar een sleutelbosbestand (moet toegankelijk zijn voor en te "
@@ -8665,8 +8699,10 @@ msgstr ""
#. type: Content of: <refentry><refsect1><para>
#: sources.list.5.xml
-msgid "&apt-get;, &apt-conf;"
-msgstr "&apt-get;, &apt-conf;"
+#, fuzzy
+#| msgid "&apt-cache;, &apt-config;, &apt-preferences;."
+msgid "&apt-get;, &apt-conf;, &apt-acquire-additional-files;"
+msgstr "&apt-cache;, &apt-config;, &apt-preferences;."
#. type: Content of: <refentry><refmeta><manvolnum>
#: apt-extracttemplates.1.xml apt-sortpkgs.1.xml apt-ftparchive.1.xml
@@ -11436,6 +11472,9 @@ msgid "Which will use the already fetched archives on the disc."
msgstr ""
"En dit zal gebruik maken van de reeds opgehaalde archieven op de schijf."
+#~ msgid "&apt-get;, &apt-conf;"
+#~ msgstr "&apt-get;, &apt-conf;"
+
#~ msgid ""
#~ "<command>apt</command> (Advanced Package Tool) is the command-line tool "
#~ "for handling packages. It provides a commandline interface for the "
diff --git a/doc/po/pl.po b/doc/po/pl.po
index 3e3118cdc..21d1fac3b 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: 2016-04-25 15:24+0200\n"
+"POT-Creation-Date: 2016-05-11 10:50+0200\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"
@@ -1423,8 +1423,8 @@ msgid ""
"command is mainly used as an interface for external tools working with APT "
"to get information as well as filenames for downloaded files so they can use "
"them as well instead of downloading them again on their own. Detailed "
-"documentation is omitted here and can instead be found in the source tree in "
-"<literal><filename>doc/acquire-additional-files.txt</filename></literal>."
+"documentation is omitted here and can instead be found in the file &apt-"
+"acquire-additional-files; shipped by the <package>apt-doc</package> package."
msgstr ""
#. type: Content of: <refentry><refsect1><title>
@@ -7269,9 +7269,10 @@ msgid ""
"<option>Targets</option> (<option>target</option>) is a multivalue option "
"defining which download targets apt will try to acquire from this source. If "
"not specified, the default set is defined by the <option>Acquire::"
-"IndexTargets</option> configuration scope. Additionally, specific targets "
-"can be enabled or disabled by using the identifier as field name instead of "
-"using this multivalue option."
+"IndexTargets</option> configuration scope (targets are specified by their "
+"name in the <literal>Created-By</literal> field). Additionally, targets can "
+"be enabled or disabled by using the <literal>Identifier</literal> field as "
+"an option with a boolean value instead of using this multivalue option."
msgstr ""
#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
@@ -7335,13 +7336,14 @@ msgid ""
"<option>Signed-By</option> (<option>signed-by</option>) is either an "
"absolute path to a keyring file (has to be accessible and readable for the "
"<literal>_apt</literal> user, so ensure everyone has read-permissions on the "
-"file) or a fingerprint of a key either in the <filename>trusted.gpg</"
-"filename> keyring or in one of the keyrings in the <filename>trusted.gpg.d/</"
+"file) or one or more fingerprints of keys either in the <filename>trusted."
+"gpg</filename> keyring or in the keyrings in the <filename>trusted.gpg.d/</"
"filename> directory (see <command>apt-key fingerprint</command>). If the "
-"option is set, only the key(s) in this keyring or only the key with this "
-"fingerprint is used for the &apt-secure; verification of this repository. "
-"Otherwise all keys in the trusted keyrings are considered valid signers for "
-"this repository."
+"option is set, only the key(s) in this keyring or only the keys with these "
+"fingerprints are used for the &apt-secure; verification of this repository. "
+"Defaults to the value of the option with the same name if set in the "
+"previously acquired <filename>Release</filename> file. Otherwise all keys "
+"in the trusted keyrings are considered valid signers for this repository."
msgstr ""
#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
@@ -7781,9 +7783,9 @@ msgstr ""
#. type: Content of: <refentry><refsect1><para>
#: sources.list.5.xml
#, fuzzy
-#| msgid "&apt-cache; &apt-conf;"
-msgid "&apt-get;, &apt-conf;"
-msgstr "&apt-cache;, &apt-conf;"
+#| msgid "&apt-cache;, &apt-config;, &apt-preferences;."
+msgid "&apt-get;, &apt-conf;, &apt-acquire-additional-files;"
+msgstr "&apt-cache;, &apt-config;, &apt-preferences;."
#. type: Content of: <refentry><refmeta><manvolnum>
#: apt-extracttemplates.1.xml apt-sortpkgs.1.xml apt-ftparchive.1.xml
@@ -10278,6 +10280,11 @@ msgstr " # apt-get -o dir::cache::archives=\"/disc/\" dist-upgrade\n"
msgid "Which will use the already fetched archives on the disc."
msgstr "Które użyje pobranych uprzednio archiwów z dysku."
+#, fuzzy
+#~| msgid "&apt-cache; &apt-conf;"
+#~ msgid "&apt-get;, &apt-conf;"
+#~ msgstr "&apt-cache;, &apt-conf;"
+
#
#, fuzzy
#~| msgid ""
diff --git a/doc/po/pt.po b/doc/po/pt.po
index f93cae55f..71b0c3426 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: 2016-04-25 15:24+0200\n"
+"POT-Creation-Date: 2016-05-11 10:50+0200\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"
@@ -1422,8 +1422,8 @@ msgid ""
"command is mainly used as an interface for external tools working with APT "
"to get information as well as filenames for downloaded files so they can use "
"them as well instead of downloading them again on their own. Detailed "
-"documentation is omitted here and can instead be found in the source tree in "
-"<literal><filename>doc/acquire-additional-files.txt</filename></literal>."
+"documentation is omitted here and can instead be found in the file &apt-"
+"acquire-additional-files; shipped by the <package>apt-doc</package> package."
msgstr ""
#. type: Content of: <refentry><refsect1><title>
@@ -7841,9 +7841,10 @@ msgid ""
"<option>Targets</option> (<option>target</option>) is a multivalue option "
"defining which download targets apt will try to acquire from this source. If "
"not specified, the default set is defined by the <option>Acquire::"
-"IndexTargets</option> configuration scope. Additionally, specific targets "
-"can be enabled or disabled by using the identifier as field name instead of "
-"using this multivalue option."
+"IndexTargets</option> configuration scope (targets are specified by their "
+"name in the <literal>Created-By</literal> field). Additionally, targets can "
+"be enabled or disabled by using the <literal>Identifier</literal> field as "
+"an option with a boolean value instead of using this multivalue option."
msgstr ""
#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
@@ -7907,13 +7908,14 @@ msgid ""
"<option>Signed-By</option> (<option>signed-by</option>) is either an "
"absolute path to a keyring file (has to be accessible and readable for the "
"<literal>_apt</literal> user, so ensure everyone has read-permissions on the "
-"file) or a fingerprint of a key either in the <filename>trusted.gpg</"
-"filename> keyring or in one of the keyrings in the <filename>trusted.gpg.d/</"
+"file) or one or more fingerprints of keys either in the <filename>trusted."
+"gpg</filename> keyring or in the keyrings in the <filename>trusted.gpg.d/</"
"filename> directory (see <command>apt-key fingerprint</command>). If the "
-"option is set, only the key(s) in this keyring or only the key with this "
-"fingerprint is used for the &apt-secure; verification of this repository. "
-"Otherwise all keys in the trusted keyrings are considered valid signers for "
-"this repository."
+"option is set, only the key(s) in this keyring or only the keys with these "
+"fingerprints are used for the &apt-secure; verification of this repository. "
+"Defaults to the value of the option with the same name if set in the "
+"previously acquired <filename>Release</filename> file. Otherwise all keys "
+"in the trusted keyrings are considered valid signers for this repository."
msgstr ""
#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
@@ -8354,9 +8356,9 @@ msgstr ""
#. type: Content of: <refentry><refsect1><para>
#: sources.list.5.xml
#, fuzzy
-#| msgid "&apt-cache; &apt-conf;"
-msgid "&apt-get;, &apt-conf;"
-msgstr "&apt-cache; &apt-conf;"
+#| msgid "&apt-cache;, &apt-config;, &apt-preferences;."
+msgid "&apt-get;, &apt-conf;, &apt-acquire-additional-files;"
+msgstr "&apt-cache;, &apt-config;, &apt-preferences;."
#. type: Content of: <refentry><refmeta><manvolnum>
#: apt-extracttemplates.1.xml apt-sortpkgs.1.xml apt-ftparchive.1.xml
@@ -11051,6 +11053,11 @@ msgstr " # apt-get -o dir::cache::archives=\"/disc/\" dist-upgrade\n"
msgid "Which will use the already fetched archives on the disc."
msgstr "O qual irá usar os arquivos já obtidos e que estão no disco."
+#, fuzzy
+#~| msgid "&apt-cache; &apt-conf;"
+#~ msgid "&apt-get;, &apt-conf;"
+#~ msgstr "&apt-cache; &apt-conf;"
+
#~ msgid ""
#~ "This is a space separated list of all the architectures that appear under "
#~ "search section. The special architecture 'source' is used to indicate "
diff --git a/doc/po/pt_BR.po b/doc/po/pt_BR.po
index c1d3ab3ec..8e39abc37 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: 2016-04-25 15:24+0200\n"
+"POT-Creation-Date: 2016-05-11 10:50+0200\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"
@@ -1013,8 +1013,8 @@ msgid ""
"command is mainly used as an interface for external tools working with APT "
"to get information as well as filenames for downloaded files so they can use "
"them as well instead of downloading them again on their own. Detailed "
-"documentation is omitted here and can instead be found in the source tree in "
-"<literal><filename>doc/acquire-additional-files.txt</filename></literal>."
+"documentation is omitted here and can instead be found in the file &apt-"
+"acquire-additional-files; shipped by the <package>apt-doc</package> package."
msgstr ""
#. type: Content of: <refentry><refsect1><title>
@@ -5869,9 +5869,10 @@ msgid ""
"<option>Targets</option> (<option>target</option>) is a multivalue option "
"defining which download targets apt will try to acquire from this source. If "
"not specified, the default set is defined by the <option>Acquire::"
-"IndexTargets</option> configuration scope. Additionally, specific targets "
-"can be enabled or disabled by using the identifier as field name instead of "
-"using this multivalue option."
+"IndexTargets</option> configuration scope (targets are specified by their "
+"name in the <literal>Created-By</literal> field). Additionally, targets can "
+"be enabled or disabled by using the <literal>Identifier</literal> field as "
+"an option with a boolean value instead of using this multivalue option."
msgstr ""
#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
@@ -5935,13 +5936,14 @@ msgid ""
"<option>Signed-By</option> (<option>signed-by</option>) is either an "
"absolute path to a keyring file (has to be accessible and readable for the "
"<literal>_apt</literal> user, so ensure everyone has read-permissions on the "
-"file) or a fingerprint of a key either in the <filename>trusted.gpg</"
-"filename> keyring or in one of the keyrings in the <filename>trusted.gpg.d/</"
+"file) or one or more fingerprints of keys either in the <filename>trusted."
+"gpg</filename> keyring or in the keyrings in the <filename>trusted.gpg.d/</"
"filename> directory (see <command>apt-key fingerprint</command>). If the "
-"option is set, only the key(s) in this keyring or only the key with this "
-"fingerprint is used for the &apt-secure; verification of this repository. "
-"Otherwise all keys in the trusted keyrings are considered valid signers for "
-"this repository."
+"option is set, only the key(s) in this keyring or only the keys with these "
+"fingerprints are used for the &apt-secure; verification of this repository. "
+"Defaults to the value of the option with the same name if set in the "
+"previously acquired <filename>Release</filename> file. Otherwise all keys "
+"in the trusted keyrings are considered valid signers for this repository."
msgstr ""
#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
@@ -6288,7 +6290,7 @@ msgstr ""
#. type: Content of: <refentry><refsect1><para>
#: sources.list.5.xml
#, fuzzy
-msgid "&apt-get;, &apt-conf;"
+msgid "&apt-get;, &apt-conf;, &apt-acquire-additional-files;"
msgstr "&apt-get; &apt-cache; &apt-conf; &sources-list;"
#. type: Content of: <refentry><refmeta><manvolnum>
@@ -8210,6 +8212,10 @@ msgid "Which will use the already fetched archives on the disc."
msgstr ""
#, fuzzy
+#~ msgid "&apt-get;, &apt-conf;"
+#~ msgstr "&apt-get; &apt-cache; &apt-conf; &sources-list;"
+
+#, fuzzy
#~ msgid "The option <literal>DPkg::Progress-Fancy</literal> is enabled."
#~ msgstr "a linha <literal>Package:</literal>"
diff --git a/doc/sources.list.5.xml b/doc/sources.list.5.xml
index f327e365b..ff0d35248 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>2015-11-26T00:00:00Z</date>
+ <date>2016-05-08T00:00:00Z</date>
</refentryinfo>
<refmeta>
diff --git a/po/apt-all.pot b/po/apt-all.pot
index f4b480e64..122b3e8df 100644
--- a/po/apt-all.pot
+++ b/po/apt-all.pot
@@ -5,9 +5,9 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: apt 1.2.11\n"
+"Project-Id-Version: apt 1.3~exp1\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-04-25 15:24+0200\n"
+"POT-Creation-Date: 2016-05-11 10:50+0200\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"
@@ -709,10 +709,6 @@ msgstr ""
msgid "Pinned packages:"
msgstr ""
-#: apt-private/private-show.cc
-msgid "(not found)"
-msgstr ""
-
#. Print the package name and the version we are forcing to
#: apt-private/private-show.cc
#, c-format
@@ -731,10 +727,6 @@ msgstr ""
msgid "(none)"
msgstr ""
-#: apt-private/private-show.cc
-msgid " Package pin: "
-msgstr ""
-
#. Show the priority tables
#: apt-private/private-show.cc
msgid " Version table:"
@@ -1603,6 +1595,21 @@ msgstr ""
msgid "Unable to invoke "
msgstr ""
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc apt-pkg/acquire-item.cc
+#, c-format
+msgid ""
+"Clearsigned file isn't valid, got '%s' (does the network require "
+"authentication?)"
+msgstr ""
+
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc
+#, c-format
+msgid ""
+"Signed file isn't valid, got '%s' (does the network require authentication?)"
+msgstr ""
+
#: methods/gpgv.cc
msgid "At least one invalid signature was encountered."
msgstr ""
@@ -1616,14 +1623,6 @@ msgstr ""
msgid "Could not execute 'apt-key' to verify signature (is gnupg installed?)"
msgstr ""
-#. TRANSLATORS: %s is a single techy word like 'NODATA'
-#: methods/gpgv.cc apt-pkg/acquire-item.cc
-#, c-format
-msgid ""
-"Clearsigned file isn't valid, got '%s' (does the network require "
-"authentication?)"
-msgstr ""
-
#: methods/gpgv.cc
msgid "Unknown error executing apt-key"
msgstr ""
@@ -2281,16 +2280,16 @@ msgid ""
"details."
msgstr ""
+#: apt-pkg/acquire-item.cc
+msgid "Hash Sum mismatch"
+msgstr ""
+
#: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc
#, c-format
msgid "rename failed, %s (%s -> %s)."
msgstr ""
#: apt-pkg/acquire-item.cc
-msgid "Hash Sum mismatch"
-msgstr ""
-
-#: apt-pkg/acquire-item.cc
msgid "Size mismatch"
msgstr ""
@@ -2336,10 +2335,6 @@ msgid ""
"weak security information for it"
msgstr ""
-#: apt-pkg/acquire-item.cc
-msgid "There is no public key available for the following key IDs:\n"
-msgstr ""
-
#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is
#. the time since then the file is invalid - formatted in the same way as in
#. the download progress display (e.g. 7d 3h 42min 1s)
diff --git a/po/ar.po b/po/ar.po
index ebe747ebb..ba441c0de 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-04-25 15:24+0200\n"
+"POT-Creation-Date: 2016-05-11 10:50+0200\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"
@@ -734,10 +734,6 @@ msgstr ""
msgid "Pinned packages:"
msgstr "الحزم المُدبّسة:"
-#: apt-private/private-show.cc
-msgid "(not found)"
-msgstr "(غير موجود)"
-
#. Print the package name and the version we are forcing to
#: apt-private/private-show.cc
#, c-format
@@ -756,10 +752,6 @@ msgstr " مرشّح: "
msgid "(none)"
msgstr "(لاشيء)"
-#: apt-private/private-show.cc
-msgid " Package pin: "
-msgstr ""
-
#. Show the priority tables
#: apt-private/private-show.cc
msgid " Version table:"
@@ -1652,6 +1644,21 @@ msgstr "استعلام"
msgid "Unable to invoke "
msgstr ""
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc apt-pkg/acquire-item.cc
+#, c-format
+msgid ""
+"Clearsigned file isn't valid, got '%s' (does the network require "
+"authentication?)"
+msgstr ""
+
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc
+#, c-format
+msgid ""
+"Signed file isn't valid, got '%s' (does the network require authentication?)"
+msgstr ""
+
#: methods/gpgv.cc
msgid "At least one invalid signature was encountered."
msgstr ""
@@ -1665,14 +1672,6 @@ msgstr ""
msgid "Could not execute 'apt-key' to verify signature (is gnupg installed?)"
msgstr ""
-#. TRANSLATORS: %s is a single techy word like 'NODATA'
-#: methods/gpgv.cc apt-pkg/acquire-item.cc
-#, c-format
-msgid ""
-"Clearsigned file isn't valid, got '%s' (does the network require "
-"authentication?)"
-msgstr ""
-
#: methods/gpgv.cc
msgid "Unknown error executing apt-key"
msgstr ""
@@ -2334,16 +2333,16 @@ msgid ""
"details."
msgstr ""
-#: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc
-#, c-format
-msgid "rename failed, %s (%s -> %s)."
-msgstr "فشل إعادة التسمية ، %s (%s -> %s)."
-
#: apt-pkg/acquire-item.cc
#, fuzzy
msgid "Hash Sum mismatch"
msgstr "MD5Sum غير متطابقة"
+#: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc
+#, c-format
+msgid "rename failed, %s (%s -> %s)."
+msgstr "فشل إعادة التسمية ، %s (%s -> %s)."
+
#: apt-pkg/acquire-item.cc
msgid "Size mismatch"
msgstr "الحجم غير متطابق"
@@ -2392,10 +2391,6 @@ msgid ""
"weak security information for it"
msgstr ""
-#: apt-pkg/acquire-item.cc
-msgid "There is no public key available for the following key IDs:\n"
-msgstr ""
-
#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is
#. the time since then the file is invalid - formatted in the same way as in
#. the download progress display (e.g. 7d 3h 42min 1s)
@@ -3560,6 +3555,9 @@ msgstr ""
msgid "Calculating upgrade"
msgstr "حساب الترقية"
+#~ msgid "(not found)"
+#~ msgstr "(غير موجود)"
+
#~ msgid "Failed to fetch %s %s\n"
#~ msgstr "فشل إحضار %s %s\n"
diff --git a/po/ast.po b/po/ast.po
index 739759eaa..d57f9956b 100644
--- a/po/ast.po
+++ b/po/ast.po
@@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.7.18\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-04-25 15:24+0200\n"
+"POT-Creation-Date: 2016-05-11 10:50+0200\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"
@@ -751,10 +751,6 @@ msgstr ""
msgid "Pinned packages:"
msgstr "Paquetes na chincheta:"
-#: apt-private/private-show.cc
-msgid "(not found)"
-msgstr "(nun s'alcontró)"
-
#. Print the package name and the version we are forcing to
#: apt-private/private-show.cc
#, c-format
@@ -773,10 +769,6 @@ msgstr " Candidatu: "
msgid "(none)"
msgstr "(dengún)"
-#: apt-private/private-show.cc
-msgid " Package pin: "
-msgstr " Chincheta de paquetes: "
-
#. Show the priority tables
#: apt-private/private-show.cc
msgid " Version table:"
@@ -1681,6 +1673,21 @@ msgstr "Consulta"
msgid "Unable to invoke "
msgstr "Nun se pudo invocar "
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc apt-pkg/acquire-item.cc
+#, c-format
+msgid ""
+"Clearsigned file isn't valid, got '%s' (does the network require "
+"authentication?)"
+msgstr ""
+
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc
+#, c-format
+msgid ""
+"Signed file isn't valid, got '%s' (does the network require authentication?)"
+msgstr ""
+
#: methods/gpgv.cc
msgid "At least one invalid signature was encountered."
msgstr "Atopóse polo menos una robla mala."
@@ -1696,14 +1703,6 @@ msgid "Could not execute 'apt-key' to verify signature (is gnupg installed?)"
msgstr ""
"Nun pudo executase 'apt-key' pa verificar la robla (¿ta instaláu gnupg?)"
-#. TRANSLATORS: %s is a single techy word like 'NODATA'
-#: methods/gpgv.cc apt-pkg/acquire-item.cc
-#, c-format
-msgid ""
-"Clearsigned file isn't valid, got '%s' (does the network require "
-"authentication?)"
-msgstr ""
-
#: methods/gpgv.cc
msgid "Unknown error executing apt-key"
msgstr "Fallu desconocíu al executar apt-key"
@@ -2435,16 +2434,16 @@ msgid ""
"details."
msgstr ""
+#: apt-pkg/acquire-item.cc
+msgid "Hash Sum mismatch"
+msgstr "La suma hash nun concasa"
+
#: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc
#, c-format
msgid "rename failed, %s (%s -> %s)."
msgstr "falló'l cambiu de nome, %s (%s -> %s)."
#: apt-pkg/acquire-item.cc
-msgid "Hash Sum mismatch"
-msgstr "La suma hash nun concasa"
-
-#: apt-pkg/acquire-item.cc
msgid "Size mismatch"
msgstr "El tamañu nun concasa"
@@ -2494,10 +2493,6 @@ msgid ""
"weak security information for it"
msgstr ""
-#: apt-pkg/acquire-item.cc
-msgid "There is no public key available for the following key IDs:\n"
-msgstr "Nun hai clave pública denguna disponible pa les IDs de clave darréu:\n"
-
#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is
#. the time since then the file is invalid - formatted in the same way as in
#. the download progress display (e.g. 7d 3h 42min 1s)
@@ -3714,6 +3709,16 @@ msgstr ""
msgid "Calculating upgrade"
msgstr "Calculando l'anovamientu"
+#~ msgid "(not found)"
+#~ msgstr "(nun s'alcontró)"
+
+#~ msgid " Package pin: "
+#~ msgstr " Chincheta de paquetes: "
+
+#~ msgid "There is no public key available for the following key IDs:\n"
+#~ msgstr ""
+#~ "Nun hai clave pública denguna disponible pa les IDs de clave darréu:\n"
+
#~ msgid "Failed to fetch %s %s\n"
#~ msgstr "Falló algamar %s %s\n"
diff --git a/po/bg.po b/po/bg.po
index 22962cb8f..44777b55a 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.7.21\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-04-25 15:24+0200\n"
+"POT-Creation-Date: 2016-05-11 10:50+0200\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"
@@ -763,10 +763,6 @@ msgstr ""
msgid "Pinned packages:"
msgstr "Отбити пакети:"
-#: apt-private/private-show.cc
-msgid "(not found)"
-msgstr "(не са намерени)"
-
#. Print the package name and the version we are forcing to
#: apt-private/private-show.cc
#, c-format
@@ -785,10 +781,6 @@ msgstr " Кандидат: "
msgid "(none)"
msgstr "(няма)"
-#: apt-private/private-show.cc
-msgid " Package pin: "
-msgstr " Отбиване на пакета: "
-
#. Show the priority tables
#: apt-private/private-show.cc
msgid " Version table:"
@@ -1703,6 +1695,21 @@ msgstr "Запитване"
msgid "Unable to invoke "
msgstr "Неуспех при извикването на "
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc apt-pkg/acquire-item.cc
+#, c-format
+msgid ""
+"Clearsigned file isn't valid, got '%s' (does the network require "
+"authentication?)"
+msgstr ""
+
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc
+#, c-format
+msgid ""
+"Signed file isn't valid, got '%s' (does the network require authentication?)"
+msgstr ""
+
#: methods/gpgv.cc
msgid "At least one invalid signature was encountered."
msgstr "Намерен е поне един невалиден подпис."
@@ -1720,14 +1727,6 @@ msgstr ""
"Неуспех при изпълнение на „apt-key“ за проверка на подписа (инсталиран ли е "
"gnupg?)"
-#. TRANSLATORS: %s is a single techy word like 'NODATA'
-#: methods/gpgv.cc apt-pkg/acquire-item.cc
-#, c-format
-msgid ""
-"Clearsigned file isn't valid, got '%s' (does the network require "
-"authentication?)"
-msgstr ""
-
#: methods/gpgv.cc
msgid "Unknown error executing apt-key"
msgstr "Неизвестна грешка при изпълнението на apt-key"
@@ -2460,16 +2459,16 @@ msgid ""
"details."
msgstr ""
+#: apt-pkg/acquire-item.cc
+msgid "Hash Sum mismatch"
+msgstr "Несъответствие на контролната сума"
+
#: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc
#, c-format
msgid "rename failed, %s (%s -> %s)."
msgstr "преименуването се провали, %s (%s -> %s)."
#: apt-pkg/acquire-item.cc
-msgid "Hash Sum mismatch"
-msgstr "Несъответствие на контролната сума"
-
-#: apt-pkg/acquire-item.cc
msgid "Size mismatch"
msgstr "Несъответствие на размера"
@@ -2521,10 +2520,6 @@ msgid ""
"weak security information for it"
msgstr ""
-#: apt-pkg/acquire-item.cc
-msgid "There is no public key available for the following key IDs:\n"
-msgstr "Няма налични публични ключове за следните идентификатори на ключове:\n"
-
#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is
#. the time since then the file is invalid - formatted in the same way as in
#. the download progress display (e.g. 7d 3h 42min 1s)
@@ -3758,6 +3753,16 @@ msgstr ""
msgid "Calculating upgrade"
msgstr "Изчисляване на актуализацията"
+#~ msgid "(not found)"
+#~ msgstr "(не са намерени)"
+
+#~ msgid " Package pin: "
+#~ msgstr " Отбиване на пакета: "
+
+#~ msgid "There is no public key available for the following key IDs:\n"
+#~ msgstr ""
+#~ "Няма налични публични ключове за следните идентификатори на ключове:\n"
+
#, fuzzy
#~ msgid "The repository is insufficiently signed by key %s (%s)"
#~ msgstr "Директорията %s е отклонена"
diff --git a/po/bs.po b/po/bs.po
index f83a12d03..71a61867a 100644
--- a/po/bs.po
+++ b/po/bs.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.5.26\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-04-25 15:24+0200\n"
+"POT-Creation-Date: 2016-05-11 10:50+0200\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"
@@ -719,10 +719,6 @@ msgstr ""
msgid "Pinned packages:"
msgstr ""
-#: apt-private/private-show.cc
-msgid "(not found)"
-msgstr ""
-
#. Print the package name and the version we are forcing to
#: apt-private/private-show.cc
#, c-format
@@ -741,10 +737,6 @@ msgstr ""
msgid "(none)"
msgstr ""
-#: apt-private/private-show.cc
-msgid " Package pin: "
-msgstr ""
-
#. Show the priority tables
#: apt-private/private-show.cc
msgid " Version table:"
@@ -1635,6 +1627,21 @@ msgstr ""
msgid "Unable to invoke "
msgstr ""
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc apt-pkg/acquire-item.cc
+#, c-format
+msgid ""
+"Clearsigned file isn't valid, got '%s' (does the network require "
+"authentication?)"
+msgstr ""
+
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc
+#, c-format
+msgid ""
+"Signed file isn't valid, got '%s' (does the network require authentication?)"
+msgstr ""
+
#: methods/gpgv.cc
msgid "At least one invalid signature was encountered."
msgstr ""
@@ -1648,14 +1655,6 @@ msgstr ""
msgid "Could not execute 'apt-key' to verify signature (is gnupg installed?)"
msgstr ""
-#. TRANSLATORS: %s is a single techy word like 'NODATA'
-#: methods/gpgv.cc apt-pkg/acquire-item.cc
-#, c-format
-msgid ""
-"Clearsigned file isn't valid, got '%s' (does the network require "
-"authentication?)"
-msgstr ""
-
#: methods/gpgv.cc
msgid "Unknown error executing apt-key"
msgstr ""
@@ -2317,16 +2316,16 @@ msgid ""
"details."
msgstr ""
+#: apt-pkg/acquire-item.cc
+msgid "Hash Sum mismatch"
+msgstr ""
+
#: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc
#, c-format
msgid "rename failed, %s (%s -> %s)."
msgstr ""
#: apt-pkg/acquire-item.cc
-msgid "Hash Sum mismatch"
-msgstr ""
-
-#: apt-pkg/acquire-item.cc
msgid "Size mismatch"
msgstr ""
@@ -2373,10 +2372,6 @@ msgid ""
"weak security information for it"
msgstr ""
-#: apt-pkg/acquire-item.cc
-msgid "There is no public key available for the following key IDs:\n"
-msgstr ""
-
#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is
#. the time since then the file is invalid - formatted in the same way as in
#. the download progress display (e.g. 7d 3h 42min 1s)
diff --git a/po/ca.po b/po/ca.po
index 34f3476db..d49f1216a 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.9.7.6\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-04-25 15:24+0200\n"
+"POT-Creation-Date: 2016-05-11 10:50+0200\n"
"PO-Revision-Date: 2012-10-19 13:30+0200\n"
"Last-Translator: Jordi Mallach <jordi@debian.org>\n"
"Language-Team: Catalan <debian-l10n-catalan@lists.debian.org>\n"
@@ -764,10 +764,6 @@ msgstr ""
msgid "Pinned packages:"
msgstr "Paquets etiquetats:"
-#: apt-private/private-show.cc
-msgid "(not found)"
-msgstr "(no trobat)"
-
#. Print the package name and the version we are forcing to
#: apt-private/private-show.cc
#, c-format
@@ -786,10 +782,6 @@ msgstr " Candidat: "
msgid "(none)"
msgstr "(cap)"
-#: apt-private/private-show.cc
-msgid " Package pin: "
-msgstr " Etiqueta del paquet: "
-
#. Show the priority tables
#: apt-private/private-show.cc
msgid " Version table:"
@@ -1704,6 +1696,21 @@ msgstr "Consulta"
msgid "Unable to invoke "
msgstr "No es pot invocar"
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc apt-pkg/acquire-item.cc
+#, c-format
+msgid ""
+"Clearsigned file isn't valid, got '%s' (does the network require "
+"authentication?)"
+msgstr ""
+
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc
+#, c-format
+msgid ""
+"Signed file isn't valid, got '%s' (does the network require authentication?)"
+msgstr ""
+
#: methods/gpgv.cc
msgid "At least one invalid signature was encountered."
msgstr "S'ha trobat almenys una signatura invàlida."
@@ -1721,14 +1728,6 @@ msgstr ""
"No s'ha pogut executar el «apt-key» per a verificar la signatura (està "
"instaŀlat el gnupg?)"
-#. TRANSLATORS: %s is a single techy word like 'NODATA'
-#: methods/gpgv.cc apt-pkg/acquire-item.cc
-#, c-format
-msgid ""
-"Clearsigned file isn't valid, got '%s' (does the network require "
-"authentication?)"
-msgstr ""
-
#: methods/gpgv.cc
msgid "Unknown error executing apt-key"
msgstr "S'ha produït un error desconegut en executar el apt-key"
@@ -2459,16 +2458,16 @@ msgid ""
"details."
msgstr ""
+#: apt-pkg/acquire-item.cc
+msgid "Hash Sum mismatch"
+msgstr "La suma resum no concorda"
+
#: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc
#, c-format
msgid "rename failed, %s (%s -> %s)."
msgstr "no s'ha pogut canviar el nom, %s (%s -> %s)."
#: apt-pkg/acquire-item.cc
-msgid "Hash Sum mismatch"
-msgstr "La suma resum no concorda"
-
-#: apt-pkg/acquire-item.cc
msgid "Size mismatch"
msgstr "La mida no concorda"
@@ -2521,10 +2520,6 @@ msgid ""
"weak security information for it"
msgstr ""
-#: apt-pkg/acquire-item.cc
-msgid "There is no public key available for the following key IDs:\n"
-msgstr "No hi ha cap clau pública disponible per als següents ID de clau:\n"
-
#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is
#. the time since then the file is invalid - formatted in the same way as in
#. the download progress display (e.g. 7d 3h 42min 1s)
@@ -3760,6 +3755,15 @@ msgstr ""
msgid "Calculating upgrade"
msgstr "S'està calculant l'actualització"
+#~ msgid "(not found)"
+#~ msgstr "(no trobat)"
+
+#~ msgid " Package pin: "
+#~ msgstr " Etiqueta del paquet: "
+
+#~ msgid "There is no public key available for the following key IDs:\n"
+#~ msgstr "No hi ha cap clau pública disponible per als següents ID de clau:\n"
+
#, fuzzy
#~ msgid "The repository is insufficiently signed by key %s (%s)"
#~ msgstr "El directori %s està desviat"
diff --git a/po/cs.po b/po/cs.po
index 85fc8d25b..d5d1a59e2 100644
--- a/po/cs.po
+++ b/po/cs.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: 2016-04-25 15:24+0200\n"
+"POT-Creation-Date: 2016-05-11 10:50+0200\n"
"PO-Revision-Date: 2015-08-29 15:24+0200\n"
"Last-Translator: Miroslav Kure <kurem@debian.cz>\n"
"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
@@ -759,10 +759,6 @@ msgstr "Cache není synchronizovaná, nelze se odkázat na soubor balíku"
msgid "Pinned packages:"
msgstr "Vypíchnuté balíky:"
-#: apt-private/private-show.cc
-msgid "(not found)"
-msgstr "(nenalezeno)"
-
#. Print the package name and the version we are forcing to
#: apt-private/private-show.cc
#, c-format
@@ -781,10 +777,6 @@ msgstr " Kandidát: "
msgid "(none)"
msgstr "(žádná)"
-#: apt-private/private-show.cc
-msgid " Package pin: "
-msgstr " Vypíchnutý balík: "
-
#. Show the priority tables
#: apt-private/private-show.cc
msgid " Version table:"
@@ -1696,6 +1688,25 @@ msgstr "Dotaz"
msgid "Unable to invoke "
msgstr "Nelze vyvolat "
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc apt-pkg/acquire-item.cc
+#, c-format
+msgid ""
+"Clearsigned file isn't valid, got '%s' (does the network require "
+"authentication?)"
+msgstr ""
+"Podepsaný soubor není platný, obdrženo „%s“ (vyžaduje přístup na síť "
+"ověření?)"
+
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc
+#, fuzzy, c-format
+msgid ""
+"Signed file isn't valid, got '%s' (does the network require authentication?)"
+msgstr ""
+"Podepsaný soubor není platný, obdrženo „%s“ (vyžaduje přístup na síť "
+"ověření?)"
+
#: methods/gpgv.cc
msgid "At least one invalid signature was encountered."
msgstr "Byl zaznamenán nejméně jeden neplatný podpis. "
@@ -1709,16 +1720,6 @@ msgstr "Vnitřní chyba: Dobrý podpis, ale nelze zjistit otisk klíče?!"
msgid "Could not execute 'apt-key' to verify signature (is gnupg installed?)"
msgstr "Nelze spustit „apt-key“ pro ověření podpisu (je gnupg nainstalováno?)"
-#. TRANSLATORS: %s is a single techy word like 'NODATA'
-#: methods/gpgv.cc apt-pkg/acquire-item.cc
-#, c-format
-msgid ""
-"Clearsigned file isn't valid, got '%s' (does the network require "
-"authentication?)"
-msgstr ""
-"Podepsaný soubor není platný, obdrženo „%s“ (vyžaduje přístup na síť "
-"ověření?)"
-
#: methods/gpgv.cc
msgid "Unknown error executing apt-key"
msgstr "Neznámá chyba při spouštění apt-key"
@@ -2441,16 +2442,16 @@ msgid ""
"details."
msgstr ""
+#: apt-pkg/acquire-item.cc
+msgid "Hash Sum mismatch"
+msgstr "Neshoda kontrolních součtů"
+
#: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc
#, c-format
msgid "rename failed, %s (%s -> %s)."
msgstr "přejmenování selhalo, %s (%s -> %s)."
#: apt-pkg/acquire-item.cc
-msgid "Hash Sum mismatch"
-msgstr "Neshoda kontrolních součtů"
-
-#: apt-pkg/acquire-item.cc
msgid "Size mismatch"
msgstr "Velikosti nesouhlasí"
@@ -2500,10 +2501,6 @@ msgid ""
"weak security information for it"
msgstr ""
-#: apt-pkg/acquire-item.cc
-msgid "There is no public key available for the following key IDs:\n"
-msgstr "K následujícím ID klíčů není dostupný veřejný klíč:\n"
-
#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is
#. the time since then the file is invalid - formatted in the same way as in
#. the download progress display (e.g. 7d 3h 42min 1s)
@@ -3713,6 +3710,15 @@ msgstr ""
msgid "Calculating upgrade"
msgstr "Propočítává se aktualizace"
+#~ msgid "(not found)"
+#~ msgstr "(nenalezeno)"
+
+#~ msgid " Package pin: "
+#~ msgstr " Vypíchnutý balík: "
+
+#~ msgid "There is no public key available for the following key IDs:\n"
+#~ msgstr "K následujícím ID klíčů není dostupný veřejný klíč:\n"
+
#, fuzzy
#~ msgid "The repository is insufficiently signed by key %s (%s)"
#~ msgstr "Repositář „%s“ není podepsán."
diff --git a/po/cy.po b/po/cy.po
index d7b6e709a..b32f179e9 100644
--- a/po/cy.po
+++ b/po/cy.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-04-25 15:24+0200\n"
+"POT-Creation-Date: 2016-05-11 10:50+0200\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"
@@ -755,10 +755,6 @@ msgstr "Nid yw'r storfa yn gydamserol, ni ellir croesgyfeirio ffeil pecym"
msgid "Pinned packages:"
msgstr "Pecynnau wedi eu Pinio:"
-#: apt-private/private-show.cc
-msgid "(not found)"
-msgstr "(heb ganfod)"
-
#. Print the package name and the version we are forcing to
#: apt-private/private-show.cc
#, c-format
@@ -777,11 +773,6 @@ msgstr " Ymgeisydd: "
msgid "(none)"
msgstr "(dim)"
-#: apt-private/private-show.cc
-#, fuzzy
-msgid " Package pin: "
-msgstr " Pin Pecyn: "
-
#. Show the priority tables
#: apt-private/private-show.cc
#, fuzzy
@@ -1710,6 +1701,21 @@ msgstr "Ymholiad"
msgid "Unable to invoke "
msgstr "Methwyd gweithredu "
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc apt-pkg/acquire-item.cc
+#, c-format
+msgid ""
+"Clearsigned file isn't valid, got '%s' (does the network require "
+"authentication?)"
+msgstr ""
+
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc
+#, c-format
+msgid ""
+"Signed file isn't valid, got '%s' (does the network require authentication?)"
+msgstr ""
+
#: methods/gpgv.cc
msgid "At least one invalid signature was encountered."
msgstr ""
@@ -1723,14 +1729,6 @@ msgstr ""
msgid "Could not execute 'apt-key' to verify signature (is gnupg installed?)"
msgstr ""
-#. TRANSLATORS: %s is a single techy word like 'NODATA'
-#: methods/gpgv.cc apt-pkg/acquire-item.cc
-#, c-format
-msgid ""
-"Clearsigned file isn't valid, got '%s' (does the network require "
-"authentication?)"
-msgstr ""
-
#: methods/gpgv.cc
msgid "Unknown error executing apt-key"
msgstr ""
@@ -2475,16 +2473,16 @@ msgid ""
"details."
msgstr ""
-#: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc
-#, c-format
-msgid "rename failed, %s (%s -> %s)."
-msgstr "methwyd ailenwi, %s (%s -> %s)."
-
#: apt-pkg/acquire-item.cc
#, fuzzy
msgid "Hash Sum mismatch"
msgstr "Camgyfatebiaeth swm MD5"
+#: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc
+#, c-format
+msgid "rename failed, %s (%s -> %s)."
+msgstr "methwyd ailenwi, %s (%s -> %s)."
+
#: apt-pkg/acquire-item.cc
msgid "Size mismatch"
msgstr "Camgyfatebiaeth maint"
@@ -2533,10 +2531,6 @@ msgid ""
"weak security information for it"
msgstr ""
-#: apt-pkg/acquire-item.cc
-msgid "There is no public key available for the following key IDs:\n"
-msgstr ""
-
#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is
#. the time since then the file is invalid - formatted in the same way as in
#. the download progress display (e.g. 7d 3h 42min 1s)
@@ -3745,6 +3739,13 @@ msgstr ""
msgid "Calculating upgrade"
msgstr "Yn Cyfrifo'r Uwchraddiad"
+#~ msgid "(not found)"
+#~ msgstr "(heb ganfod)"
+
+#, fuzzy
+#~ msgid " Package pin: "
+#~ msgstr " Pin Pecyn: "
+
#, fuzzy
#~ msgid "The repository is insufficiently signed by key %s (%s)"
#~ msgstr "Mae'r cyfeiriadur %s wedi ei ddargyfeirio"
diff --git a/po/da.po b/po/da.po
index b3958c3b6..a22678378 100644
--- a/po/da.po
+++ b/po/da.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-04-25 15:24+0200\n"
+"POT-Creation-Date: 2016-05-11 10:50+0200\n"
"PO-Revision-Date: 2014-07-06 23:51+0200\n"
"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
"Language-Team: Danish <debian-l10n-danish@lists.debian.org>\n"
@@ -762,10 +762,6 @@ msgstr "Mellemlageret er ude af trit, kan ikke krydsreferere en pakkefil"
msgid "Pinned packages:"
msgstr "»Pinned« pakker:"
-#: apt-private/private-show.cc
-msgid "(not found)"
-msgstr "(ikke fundet)"
-
#. Print the package name and the version we are forcing to
#: apt-private/private-show.cc
#, c-format
@@ -784,10 +780,6 @@ msgstr " Kandidat: "
msgid "(none)"
msgstr "(ingen)"
-#: apt-private/private-show.cc
-msgid " Package pin: "
-msgstr " Pakke-pin: "
-
#. Show the priority tables
#: apt-private/private-show.cc
msgid " Version table:"
@@ -1703,6 +1695,25 @@ msgstr "Forespørgsel"
msgid "Unable to invoke "
msgstr "Kunne ikke udføre "
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc apt-pkg/acquire-item.cc
+#, c-format
+msgid ""
+"Clearsigned file isn't valid, got '%s' (does the network require "
+"authentication?)"
+msgstr ""
+"Clearsigned-fil er ikke gyldig, fik »%s« (kræver netværket ikke "
+"autentificering?)"
+
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc
+#, fuzzy, c-format
+msgid ""
+"Signed file isn't valid, got '%s' (does the network require authentication?)"
+msgstr ""
+"Clearsigned-fil er ikke gyldig, fik »%s« (kræver netværket ikke "
+"autentificering?)"
+
#: methods/gpgv.cc
msgid "At least one invalid signature was encountered."
msgstr "Stødte på mindst én ugyldig signatur."
@@ -1719,16 +1730,6 @@ msgstr ""
"Kunne ikke køre »apt-key« for at verificere signaturen (er gnupg "
"installeret?)"
-#. TRANSLATORS: %s is a single techy word like 'NODATA'
-#: methods/gpgv.cc apt-pkg/acquire-item.cc
-#, c-format
-msgid ""
-"Clearsigned file isn't valid, got '%s' (does the network require "
-"authentication?)"
-msgstr ""
-"Clearsigned-fil er ikke gyldig, fik »%s« (kræver netværket ikke "
-"autentificering?)"
-
#: methods/gpgv.cc
msgid "Unknown error executing apt-key"
msgstr "Ukendt fejl ved kørsel af apt-key"
@@ -2459,16 +2460,16 @@ msgid ""
"details."
msgstr ""
+#: apt-pkg/acquire-item.cc
+msgid "Hash Sum mismatch"
+msgstr "Hashsum stemmer ikke"
+
#: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc
#, c-format
msgid "rename failed, %s (%s -> %s)."
msgstr "omdøbning mislykkedes, %s (%s -> %s)."
#: apt-pkg/acquire-item.cc
-msgid "Hash Sum mismatch"
-msgstr "Hashsum stemmer ikke"
-
-#: apt-pkg/acquire-item.cc
msgid "Size mismatch"
msgstr "Størrelsen stemmer ikke"
@@ -2519,11 +2520,6 @@ msgid ""
"weak security information for it"
msgstr ""
-#: apt-pkg/acquire-item.cc
-msgid "There is no public key available for the following key IDs:\n"
-msgstr ""
-"Der er ingen tilgængelige offentlige nøgler for følgende nøgle-ID'er:\n"
-
#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is
#. the time since then the file is invalid - formatted in the same way as in
#. the download progress display (e.g. 7d 3h 42min 1s)
@@ -3728,6 +3724,16 @@ msgstr ""
msgid "Calculating upgrade"
msgstr "Beregner opgraderingen"
+#~ msgid "(not found)"
+#~ msgstr "(ikke fundet)"
+
+#~ msgid " Package pin: "
+#~ msgstr " Pakke-pin: "
+
+#~ msgid "There is no public key available for the following key IDs:\n"
+#~ msgstr ""
+#~ "Der er ingen tilgængelige offentlige nøgler for følgende nøgle-ID'er:\n"
+
#, fuzzy
#~ msgid "The repository is insufficiently signed by key %s (%s)"
#~ msgstr "Mappen %s er omrokeret"
diff --git a/po/de.po b/po/de.po
index dbf48aa75..a67369c20 100644
--- a/po/de.po
+++ b/po/de.po
@@ -10,7 +10,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: 2016-04-25 15:24+0200\n"
+"POT-Creation-Date: 2016-05-11 10:50+0200\n"
"PO-Revision-Date: 2014-09-19 13:04+0100\n"
"Last-Translator: Holger Wansing <linux@wansing-online.de>\n"
"Language-Team: Debian German <debian-l10n-german@lists.debian.org>\n"
@@ -778,10 +778,6 @@ msgstr ""
msgid "Pinned packages:"
msgstr "Mit Pinning verwaltete Pakete:"
-#: apt-private/private-show.cc
-msgid "(not found)"
-msgstr "(nicht gefunden)"
-
#. Print the package name and the version we are forcing to
#: apt-private/private-show.cc
#, c-format
@@ -800,10 +796,6 @@ msgstr " Installationskandidat: "
msgid "(none)"
msgstr "(keine)"
-#: apt-private/private-show.cc
-msgid " Package pin: "
-msgstr " Paket-Pinning: "
-
#. Show the priority tables
#: apt-private/private-show.cc
msgid " Version table:"
@@ -1749,6 +1741,25 @@ msgstr "Abfrage"
msgid "Unable to invoke "
msgstr "Aufruf nicht möglich: "
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc apt-pkg/acquire-item.cc
+#, c-format
+msgid ""
+"Clearsigned file isn't valid, got '%s' (does the network require "
+"authentication?)"
+msgstr ""
+"Durch Clearsign signierte Datei ist nicht gültig, »%s« erhalten (erfordert "
+"das Netzwerk eine Authentifizierung?)"
+
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc
+#, fuzzy, c-format
+msgid ""
+"Signed file isn't valid, got '%s' (does the network require authentication?)"
+msgstr ""
+"Durch Clearsign signierte Datei ist nicht gültig, »%s« erhalten (erfordert "
+"das Netzwerk eine Authentifizierung?)"
+
#: methods/gpgv.cc
msgid "At least one invalid signature was encountered."
msgstr "Mindestens eine ungültige Signatur wurde entdeckt."
@@ -1766,16 +1777,6 @@ msgstr ""
"»apt-key« konnte zur Überprüfung der Signatur nicht ausgeführt werden (ist "
"gnupg installiert?)"
-#. TRANSLATORS: %s is a single techy word like 'NODATA'
-#: methods/gpgv.cc apt-pkg/acquire-item.cc
-#, c-format
-msgid ""
-"Clearsigned file isn't valid, got '%s' (does the network require "
-"authentication?)"
-msgstr ""
-"Durch Clearsign signierte Datei ist nicht gültig, »%s« erhalten (erfordert "
-"das Netzwerk eine Authentifizierung?)"
-
#: methods/gpgv.cc
msgid "Unknown error executing apt-key"
msgstr "Unbekannter Fehler beim Ausführen von apt-key"
@@ -2519,16 +2520,16 @@ msgid ""
"details."
msgstr ""
+#: apt-pkg/acquire-item.cc
+msgid "Hash Sum mismatch"
+msgstr "Hash-Summe stimmt nicht überein"
+
#: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc
#, c-format
msgid "rename failed, %s (%s -> %s)."
msgstr "Umbenennen fehlgeschlagen, %s (%s -> %s)."
#: apt-pkg/acquire-item.cc
-msgid "Hash Sum mismatch"
-msgstr "Hash-Summe stimmt nicht überein"
-
-#: apt-pkg/acquire-item.cc
msgid "Size mismatch"
msgstr "Größe stimmt nicht überein"
@@ -2580,11 +2581,6 @@ msgid ""
"weak security information for it"
msgstr ""
-#: apt-pkg/acquire-item.cc
-msgid "There is no public key available for the following key IDs:\n"
-msgstr ""
-"Es gibt keine öffentlichen Schlüssel für die folgenden Schlüssel-IDs:\n"
-
#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is
#. the time since then the file is invalid - formatted in the same way as in
#. the download progress display (e.g. 7d 3h 42min 1s)
@@ -3838,6 +3834,16 @@ msgstr ""
msgid "Calculating upgrade"
msgstr "Paketaktualisierung (Upgrade) wird berechnet"
+#~ msgid "(not found)"
+#~ msgstr "(nicht gefunden)"
+
+#~ msgid " Package pin: "
+#~ msgstr " Paket-Pinning: "
+
+#~ msgid "There is no public key available for the following key IDs:\n"
+#~ msgstr ""
+#~ "Es gibt keine öffentlichen Schlüssel für die folgenden Schlüssel-IDs:\n"
+
#, fuzzy
#~ msgid "The repository is insufficiently signed by key %s (%s)"
#~ msgstr "Das Verzeichnis %s ist umgeleitet."
diff --git a/po/dz.po b/po/dz.po
index 9b31d7b32..d7c2f57d8 100644
--- a/po/dz.po
+++ b/po/dz.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-04-25 15:24+0200\n"
+"POT-Creation-Date: 2016-05-11 10:50+0200\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"
@@ -753,10 +753,6 @@ msgstr ""
msgid "Pinned packages:"
msgstr "ཁབ་གཟེར་བཏབ་ཡོད་པའི་ཐུམ་སྒྲིལ་ཚུ:"
-#: apt-private/private-show.cc
-msgid "(not found)"
-msgstr "(མ་ཐོབ།)"
-
#. Print the package name and the version we are forcing to
#: apt-private/private-show.cc
#, c-format
@@ -775,10 +771,6 @@ msgstr "མི་ངོ:"
msgid "(none)"
msgstr "(ཅི་མེད།)"
-#: apt-private/private-show.cc
-msgid " Package pin: "
-msgstr "ཐུམ་སྒྲིལ་གྱི་ཁབ་གཟེར:"
-
#. Show the priority tables
#: apt-private/private-show.cc
msgid " Version table:"
@@ -1682,6 +1674,21 @@ msgstr "འདྲི་དཔྱད།"
msgid "Unable to invoke "
msgstr "ལས་བཀོལ་འབད་མ་ཚུགས།"
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc apt-pkg/acquire-item.cc
+#, c-format
+msgid ""
+"Clearsigned file isn't valid, got '%s' (does the network require "
+"authentication?)"
+msgstr ""
+
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc
+#, c-format
+msgid ""
+"Signed file isn't valid, got '%s' (does the network require authentication?)"
+msgstr ""
+
#: methods/gpgv.cc
msgid "At least one invalid signature was encountered."
msgstr "ཉུང་མཐའ་རང་ནུས་མེད་ཀྱི་མིང་རྟགས་ཅིག་གདོང་ཐུག་བྱུང་སྟེ་ཡོདཔ་ཨིན།"
@@ -1700,14 +1707,6 @@ msgstr ""
"མིང་རྟགས་བདེན་སྦྱོར་འབད་ནི་ལུ་'%s'འདི་ལག་ལེན་འཐབ་མ་ཚུགས། (gnupg་དེ་ཁཞི་བཙུགས་འབད་ཡོདཔ་ཨིན་"
"ན།?)"
-#. TRANSLATORS: %s is a single techy word like 'NODATA'
-#: methods/gpgv.cc apt-pkg/acquire-item.cc
-#, c-format
-msgid ""
-"Clearsigned file isn't valid, got '%s' (does the network require "
-"authentication?)"
-msgstr ""
-
#: methods/gpgv.cc
msgid "Unknown error executing apt-key"
msgstr "apt-key་ལག་ལེན་འཐབ་ནི་ལུ་མ་ཤེས་པའི་འཛོལ་བ་།"
@@ -2441,16 +2440,16 @@ msgid ""
"details."
msgstr ""
-#: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc
-#, c-format
-msgid "rename failed, %s (%s -> %s)."
-msgstr "%s (%s -> %s)བསྐྱར་མིང་བཏགས་ནི་འདི་འཐུས་ཤོར་བྱུང་ཡོདཔ་ཨིན།"
-
#: apt-pkg/acquire-item.cc
#, fuzzy
msgid "Hash Sum mismatch"
msgstr "ཨེམ་ཌི་༥་ ཁྱོན་བསྡོམས་མ་མཐུན་པ།"
+#: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc
+#, c-format
+msgid "rename failed, %s (%s -> %s)."
+msgstr "%s (%s -> %s)བསྐྱར་མིང་བཏགས་ནི་འདི་འཐུས་ཤོར་བྱུང་ཡོདཔ་ཨིན།"
+
#: apt-pkg/acquire-item.cc
msgid "Size mismatch"
msgstr "ཚད་མ་མཐུན།"
@@ -2499,10 +2498,6 @@ msgid ""
"weak security information for it"
msgstr ""
-#: apt-pkg/acquire-item.cc
-msgid "There is no public key available for the following key IDs:\n"
-msgstr "འོག་གི་ ཨའི་ཌི་་ ལྡེ་མིག་ཚུ་གི་དོན་ལུ་མི་དམང་གི་ལྡེ་མིག་འདི་འཐོབ་མི་ཚུགས་པས:\n"
-
#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is
#. the time since then the file is invalid - formatted in the same way as in
#. the download progress display (e.g. 7d 3h 42min 1s)
@@ -3688,6 +3683,15 @@ msgstr ""
msgid "Calculating upgrade"
msgstr "ཡར་བསྐྱེད་རྩིས་བཏོན་དོ་"
+#~ msgid "(not found)"
+#~ msgstr "(མ་ཐོབ།)"
+
+#~ msgid " Package pin: "
+#~ msgstr "ཐུམ་སྒྲིལ་གྱི་ཁབ་གཟེར:"
+
+#~ msgid "There is no public key available for the following key IDs:\n"
+#~ msgstr "འོག་གི་ ཨའི་ཌི་་ ལྡེ་མིག་ཚུ་གི་དོན་ལུ་མི་དམང་གི་ལྡེ་མིག་འདི་འཐོབ་མི་ཚུགས་པས:\n"
+
#, fuzzy
#~ msgid "The repository is insufficiently signed by key %s (%s)"
#~ msgstr "སྣོད་ཐོ་%s་འདི་ཁ་ཕྱོགས་སྒྱུར་དེ་ཡོད།"
diff --git a/po/el.po b/po/el.po
index 589eea0ed..65d91797f 100644
--- a/po/el.po
+++ b/po/el.po
@@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-04-25 15:24+0200\n"
+"POT-Creation-Date: 2016-05-11 10:50+0200\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"
@@ -767,10 +767,6 @@ msgstr ""
msgid "Pinned packages:"
msgstr "Καθηλωμένα Πακέτα:"
-#: apt-private/private-show.cc
-msgid "(not found)"
-msgstr "(δε βρέθηκαν)"
-
#. Print the package name and the version we are forcing to
#: apt-private/private-show.cc
#, c-format
@@ -789,10 +785,6 @@ msgstr " Υποψήφιο: "
msgid "(none)"
msgstr "(κανένα)"
-#: apt-private/private-show.cc
-msgid " Package pin: "
-msgstr " Καθήλωση Πακέτου: "
-
#. Show the priority tables
#: apt-private/private-show.cc
msgid " Version table:"
@@ -1699,6 +1691,21 @@ msgstr "Επερώτηση"
msgid "Unable to invoke "
msgstr "Αδύνατη η εκτέλεση"
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc apt-pkg/acquire-item.cc
+#, c-format
+msgid ""
+"Clearsigned file isn't valid, got '%s' (does the network require "
+"authentication?)"
+msgstr ""
+
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc
+#, c-format
+msgid ""
+"Signed file isn't valid, got '%s' (does the network require authentication?)"
+msgstr ""
+
#: methods/gpgv.cc
msgid "At least one invalid signature was encountered."
msgstr "Βρέθηκε τουλάχιστον μια μη έγκυρη υπογραφή."
@@ -1717,14 +1724,6 @@ msgstr ""
"Αδυναμία εκτέλεσης του '%s' για την επαλήθευση της υπογραφής (είναι "
"εγκατεστημένο το gnupg;)"
-#. TRANSLATORS: %s is a single techy word like 'NODATA'
-#: methods/gpgv.cc apt-pkg/acquire-item.cc
-#, c-format
-msgid ""
-"Clearsigned file isn't valid, got '%s' (does the network require "
-"authentication?)"
-msgstr ""
-
#: methods/gpgv.cc
msgid "Unknown error executing apt-key"
msgstr "Άγνωστο σφάλμα κατά την εκτέλεση του apt-key"
@@ -2460,16 +2459,16 @@ msgid ""
"details."
msgstr ""
+#: apt-pkg/acquire-item.cc
+msgid "Hash Sum mismatch"
+msgstr "Ανόμοιο MD5Sum"
+
#: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc
#, c-format
msgid "rename failed, %s (%s -> %s)."
msgstr "απέτυχε η μετονομασία, %s (%s -> %s)."
#: apt-pkg/acquire-item.cc
-msgid "Hash Sum mismatch"
-msgstr "Ανόμοιο MD5Sum"
-
-#: apt-pkg/acquire-item.cc
msgid "Size mismatch"
msgstr "Ανόμοιο μέγεθος"
@@ -2517,10 +2516,6 @@ msgid ""
"weak security information for it"
msgstr ""
-#: apt-pkg/acquire-item.cc
-msgid "There is no public key available for the following key IDs:\n"
-msgstr "Δεν υπάρχει διαθέσιμο δημόσιο κλειδί για τα ακολουθα κλειδιά:\n"
-
#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is
#. the time since then the file is invalid - formatted in the same way as in
#. the download progress display (e.g. 7d 3h 42min 1s)
@@ -3717,6 +3712,15 @@ msgstr ""
msgid "Calculating upgrade"
msgstr "Υπολογισμός της αναβάθμισης"
+#~ msgid "(not found)"
+#~ msgstr "(δε βρέθηκαν)"
+
+#~ msgid " Package pin: "
+#~ msgstr " Καθήλωση Πακέτου: "
+
+#~ msgid "There is no public key available for the following key IDs:\n"
+#~ msgstr "Δεν υπάρχει διαθέσιμο δημόσιο κλειδί για τα ακολουθα κλειδιά:\n"
+
#, fuzzy
#~ msgid "The repository is insufficiently signed by key %s (%s)"
#~ msgstr "Ο φάκελος %s έχει εκτραπεί"
diff --git a/po/es.po b/po/es.po
index e50e5b02e..42ebb0068 100644
--- a/po/es.po
+++ b/po/es.po
@@ -34,7 +34,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.8.10\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-04-25 15:24+0200\n"
+"POT-Creation-Date: 2016-05-11 10:50+0200\n"
"PO-Revision-Date: 2016-01-26 01:51+0100\n"
"Last-Translator: Manuel \"Venturi\" Porras Peralta <venturi@openmailbox."
"org>\n"
@@ -827,10 +827,6 @@ msgstr ""
msgid "Pinned packages:"
msgstr "Paquetes con pin:"
-#: apt-private/private-show.cc
-msgid "(not found)"
-msgstr "(no encontrado)"
-
#. Print the package name and the version we are forcing to
#: apt-private/private-show.cc
#, c-format
@@ -849,10 +845,6 @@ msgstr " Candidato: "
msgid "(none)"
msgstr "(ninguno)"
-#: apt-private/private-show.cc
-msgid " Package pin: "
-msgstr " Pin del paquete: "
-
#. Show the priority tables
#: apt-private/private-show.cc
msgid " Version table:"
@@ -1807,6 +1799,25 @@ msgstr "Consulta"
msgid "Unable to invoke "
msgstr "No se pudo invocar "
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc apt-pkg/acquire-item.cc
+#, c-format
+msgid ""
+"Clearsigned file isn't valid, got '%s' (does the network require "
+"authentication?)"
+msgstr ""
+"El fichero firmado en claro no es válido, «%s» obtenido (¿la red requiere "
+"autenticación?)"
+
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc
+#, fuzzy, c-format
+msgid ""
+"Signed file isn't valid, got '%s' (does the network require authentication?)"
+msgstr ""
+"El fichero firmado en claro no es válido, «%s» obtenido (¿la red requiere "
+"autenticación?)"
+
#: methods/gpgv.cc
msgid "At least one invalid signature was encountered."
msgstr "Se encontró al menos una firma inválida."
@@ -1824,16 +1835,6 @@ msgstr ""
"No se pudo ejecutar «apt-key» para verificar la firma (¿está instalado "
"gnupg?)"
-#. TRANSLATORS: %s is a single techy word like 'NODATA'
-#: methods/gpgv.cc apt-pkg/acquire-item.cc
-#, c-format
-msgid ""
-"Clearsigned file isn't valid, got '%s' (does the network require "
-"authentication?)"
-msgstr ""
-"El fichero firmado en claro no es válido, «%s» obtenido (¿la red requiere "
-"autenticación?)"
-
#: methods/gpgv.cc
msgid "Unknown error executing apt-key"
msgstr "Error desconocido ejecutando «apt-key»"
@@ -2570,16 +2571,16 @@ msgstr ""
"Vea la página de manual apt-secure(8) para los detalles sobre la creación de "
"repositorios y la configuración de usuarios."
+#: apt-pkg/acquire-item.cc
+msgid "Hash Sum mismatch"
+msgstr "La suma hash difiere"
+
#: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc
#, c-format
msgid "rename failed, %s (%s -> %s)."
msgstr "falló el cambio de nombre, %s (%s -> %s)."
#: apt-pkg/acquire-item.cc
-msgid "Hash Sum mismatch"
-msgstr "La suma hash difiere"
-
-#: apt-pkg/acquire-item.cc
msgid "Size mismatch"
msgstr "El tamaño difiere"
@@ -2634,12 +2635,6 @@ msgstr ""
"Omitiendo el uso del fichero configurado «%s» ya que el repositorio «%s» "
"proporciona solo información de seguridad débil para ello"
-#: apt-pkg/acquire-item.cc
-msgid "There is no public key available for the following key IDs:\n"
-msgstr ""
-"No existe ninguna clave pública disponible para los siguientes "
-"identificadores de clave:\n"
-
#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is
#. the time since then the file is invalid - formatted in the same way as in
#. the download progress display (e.g. 7d 3h 42min 1s)
@@ -3898,6 +3893,17 @@ msgstr ""
msgid "Calculating upgrade"
msgstr "Calculando la actualización"
+#~ msgid "(not found)"
+#~ msgstr "(no encontrado)"
+
+#~ msgid " Package pin: "
+#~ msgstr " Pin del paquete: "
+
+#~ msgid "There is no public key available for the following key IDs:\n"
+#~ msgstr ""
+#~ "No existe ninguna clave pública disponible para los siguientes "
+#~ "identificadores de clave:\n"
+
#, fuzzy
#~ msgid "The repository is insufficiently signed by key %s (%s)"
#~ msgstr "El repositorio «%s» no está firmado."
diff --git a/po/eu.po b/po/eu.po
index cdf682370..0c2f6eb41 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-04-25 15:24+0200\n"
+"POT-Creation-Date: 2016-05-11 10:50+0200\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"
@@ -755,10 +755,6 @@ msgstr ""
msgid "Pinned packages:"
msgstr "Pin duten Paketeak:"
-#: apt-private/private-show.cc
-msgid "(not found)"
-msgstr "(ez da aurkitu)"
-
#. Print the package name and the version we are forcing to
#: apt-private/private-show.cc
#, c-format
@@ -777,10 +773,6 @@ msgstr " Hautagaia: "
msgid "(none)"
msgstr "(bat ere ez)"
-#: apt-private/private-show.cc
-msgid " Package pin: "
-msgstr " Paketearen pin-a:"
-
#. Show the priority tables
#: apt-private/private-show.cc
msgid " Version table:"
@@ -1687,6 +1679,21 @@ msgstr "Kontsulta"
msgid "Unable to invoke "
msgstr "Ezin da deitu "
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc apt-pkg/acquire-item.cc
+#, c-format
+msgid ""
+"Clearsigned file isn't valid, got '%s' (does the network require "
+"authentication?)"
+msgstr ""
+
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc
+#, c-format
+msgid ""
+"Signed file isn't valid, got '%s' (does the network require authentication?)"
+msgstr ""
+
#: methods/gpgv.cc
msgid "At least one invalid signature was encountered."
msgstr "Beintza sinadura baliogabe bat aurkitu da."
@@ -1702,14 +1709,6 @@ msgid "Could not execute 'apt-key' to verify signature (is gnupg installed?)"
msgstr ""
"Ezin da %s abiarazi sinadura egiaztatzeko (gnupg instalaturik al dago?)"
-#. TRANSLATORS: %s is a single techy word like 'NODATA'
-#: methods/gpgv.cc apt-pkg/acquire-item.cc
-#, c-format
-msgid ""
-"Clearsigned file isn't valid, got '%s' (does the network require "
-"authentication?)"
-msgstr ""
-
#: methods/gpgv.cc
msgid "Unknown error executing apt-key"
msgstr "Errore ezezaguna apt-key exekutatzean"
@@ -2437,16 +2436,16 @@ msgid ""
"details."
msgstr ""
+#: apt-pkg/acquire-item.cc
+msgid "Hash Sum mismatch"
+msgstr "Egiaztapena ez dator bat"
+
#: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc
#, c-format
msgid "rename failed, %s (%s -> %s)."
msgstr "huts egin du izen-aldaketak, %s (%s -> %s)."
#: apt-pkg/acquire-item.cc
-msgid "Hash Sum mismatch"
-msgstr "Egiaztapena ez dator bat"
-
-#: apt-pkg/acquire-item.cc
msgid "Size mismatch"
msgstr "Tamaina ez dator bat"
@@ -2494,10 +2493,6 @@ msgid ""
"weak security information for it"
msgstr ""
-#: apt-pkg/acquire-item.cc
-msgid "There is no public key available for the following key IDs:\n"
-msgstr "Ez dago gako publiko erabilgarririk hurrengo gako ID hauentzat:\n"
-
#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is
#. the time since then the file is invalid - formatted in the same way as in
#. the download progress display (e.g. 7d 3h 42min 1s)
@@ -3684,6 +3679,15 @@ msgstr ""
msgid "Calculating upgrade"
msgstr "Berriketak kalkulatzen"
+#~ msgid "(not found)"
+#~ msgstr "(ez da aurkitu)"
+
+#~ msgid " Package pin: "
+#~ msgstr " Paketearen pin-a:"
+
+#~ msgid "There is no public key available for the following key IDs:\n"
+#~ msgstr "Ez dago gako publiko erabilgarririk hurrengo gako ID hauentzat:\n"
+
#, fuzzy
#~ msgid "The repository is insufficiently signed by key %s (%s)"
#~ msgstr "%s direktorioa desbideratuta dago"
diff --git a/po/fi.po b/po/fi.po
index 5a2dc57bb..3a145c382 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.5.26\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-04-25 15:24+0200\n"
+"POT-Creation-Date: 2016-05-11 10:50+0200\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"
@@ -753,10 +753,6 @@ msgstr "Varasto ei ole ajan tasalla, pakettitiedostoa ei löydy kansiosta"
msgid "Pinned packages:"
msgstr "Paketit joissa tunniste:"
-#: apt-private/private-show.cc
-msgid "(not found)"
-msgstr "(ei löydy)"
-
#. Print the package name and the version we are forcing to
#: apt-private/private-show.cc
#, c-format
@@ -775,10 +771,6 @@ msgstr " Ehdokas: "
msgid "(none)"
msgstr "(ei mitään)"
-#: apt-private/private-show.cc
-msgid " Package pin: "
-msgstr " Paketin tunnistenumero: "
-
#. Show the priority tables
#: apt-private/private-show.cc
msgid " Version table:"
@@ -1678,6 +1670,21 @@ msgstr "Kysely"
msgid "Unable to invoke "
msgstr "Käynnistys ei onnistu"
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc apt-pkg/acquire-item.cc
+#, c-format
+msgid ""
+"Clearsigned file isn't valid, got '%s' (does the network require "
+"authentication?)"
+msgstr ""
+
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc
+#, c-format
+msgid ""
+"Signed file isn't valid, got '%s' (does the network require authentication?)"
+msgstr ""
+
#: methods/gpgv.cc
msgid "At least one invalid signature was encountered."
msgstr "LÖytyi ainakin yksi kelvoton allekirjoitus."
@@ -1694,14 +1701,6 @@ msgid "Could not execute 'apt-key' to verify signature (is gnupg installed?)"
msgstr ""
"Ei käynnistynyt \"%s\" allekirjoitusta tarkistamaan (onko gnupg asennettu?)"
-#. TRANSLATORS: %s is a single techy word like 'NODATA'
-#: methods/gpgv.cc apt-pkg/acquire-item.cc
-#, c-format
-msgid ""
-"Clearsigned file isn't valid, got '%s' (does the network require "
-"authentication?)"
-msgstr ""
-
#: methods/gpgv.cc
msgid "Unknown error executing apt-key"
msgstr "Tapahtui tuntematon virhe suoritettaessa apt-key"
@@ -2434,16 +2433,16 @@ msgid ""
"details."
msgstr ""
+#: apt-pkg/acquire-item.cc
+msgid "Hash Sum mismatch"
+msgstr "Tarkistussumma ei täsmää"
+
#: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc
#, c-format
msgid "rename failed, %s (%s -> %s)."
msgstr "nimen vaihto ei onnistunut, %s (%s -> %s)."
#: apt-pkg/acquire-item.cc
-msgid "Hash Sum mismatch"
-msgstr "Tarkistussumma ei täsmää"
-
-#: apt-pkg/acquire-item.cc
msgid "Size mismatch"
msgstr "Koko ei täsmää"
@@ -2491,10 +2490,6 @@ msgid ""
"weak security information for it"
msgstr ""
-#: apt-pkg/acquire-item.cc
-msgid "There is no public key available for the following key IDs:\n"
-msgstr "Julkisia avaimia ei ole saatavilla, avainten ID:t ovat:\n"
-
#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is
#. the time since then the file is invalid - formatted in the same way as in
#. the download progress display (e.g. 7d 3h 42min 1s)
@@ -3676,6 +3671,15 @@ msgstr ""
msgid "Calculating upgrade"
msgstr "Käsitellään päivitystä"
+#~ msgid "(not found)"
+#~ msgstr "(ei löydy)"
+
+#~ msgid " Package pin: "
+#~ msgstr " Paketin tunnistenumero: "
+
+#~ msgid "There is no public key available for the following key IDs:\n"
+#~ msgstr "Julkisia avaimia ei ole saatavilla, avainten ID:t ovat:\n"
+
#, fuzzy
#~ msgid "The repository is insufficiently signed by key %s (%s)"
#~ msgstr "Kansio %s on korvautunut"
diff --git a/po/fr.po b/po/fr.po
index 534c187cf..906d1b6b2 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-04-25 15:24+0200\n"
+"POT-Creation-Date: 2016-05-11 10:50+0200\n"
"PO-Revision-Date: 2013-12-15 16:45+0100\n"
"Last-Translator: Julien Patriarca <leatherface@debian.org>\n"
"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
@@ -777,10 +777,6 @@ msgstr "Le cache est désynchronisé, impossible de référencer un fichier"
msgid "Pinned packages:"
msgstr "Paquets épinglés :"
-#: apt-private/private-show.cc
-msgid "(not found)"
-msgstr "(non trouvé)"
-
#. Print the package name and the version we are forcing to
#: apt-private/private-show.cc
#, c-format
@@ -799,10 +795,6 @@ msgstr " Candidat : "
msgid "(none)"
msgstr "(aucun)"
-#: apt-private/private-show.cc
-msgid " Package pin: "
-msgstr " Épinglage de paquet : "
-
#. Show the priority tables
#: apt-private/private-show.cc
msgid " Version table:"
@@ -1733,6 +1725,25 @@ msgstr "Requête"
msgid "Unable to invoke "
msgstr "Impossible d'invoquer "
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc apt-pkg/acquire-item.cc
+#, c-format
+msgid ""
+"Clearsigned file isn't valid, got '%s' (does the network require "
+"authentication?)"
+msgstr ""
+"Le fichier signé en clair n'est pas valable, ce qui a été reçu est « %s ». "
+"Peut-être le réseau nécessite-t-il une authentification."
+
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc
+#, fuzzy, c-format
+msgid ""
+"Signed file isn't valid, got '%s' (does the network require authentication?)"
+msgstr ""
+"Le fichier signé en clair n'est pas valable, ce qui a été reçu est « %s ». "
+"Peut-être le réseau nécessite-t-il une authentification."
+
#: methods/gpgv.cc
msgid "At least one invalid signature was encountered."
msgstr "Au moins une signature non valable a été rencontrée."
@@ -1750,16 +1761,6 @@ msgstr ""
"Impossible d'exécuter « apt-key » pour contrôler la signature (veuillez "
"vérifier si gnupg est installé)."
-#. TRANSLATORS: %s is a single techy word like 'NODATA'
-#: methods/gpgv.cc apt-pkg/acquire-item.cc
-#, c-format
-msgid ""
-"Clearsigned file isn't valid, got '%s' (does the network require "
-"authentication?)"
-msgstr ""
-"Le fichier signé en clair n'est pas valable, ce qui a été reçu est « %s ». "
-"Peut-être le réseau nécessite-t-il une authentification."
-
#: methods/gpgv.cc
msgid "Unknown error executing apt-key"
msgstr "Erreur inconnue à l'exécution de apt-key"
@@ -2497,16 +2498,16 @@ msgid ""
"details."
msgstr ""
+#: apt-pkg/acquire-item.cc
+msgid "Hash Sum mismatch"
+msgstr "Somme de contrôle de hachage incohérente"
+
#: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc
#, c-format
msgid "rename failed, %s (%s -> %s)."
msgstr "impossible de changer le nom, %s (%s -> %s)."
#: apt-pkg/acquire-item.cc
-msgid "Hash Sum mismatch"
-msgstr "Somme de contrôle de hachage incohérente"
-
-#: apt-pkg/acquire-item.cc
msgid "Size mismatch"
msgstr "Taille incohérente"
@@ -2558,11 +2559,6 @@ msgid ""
"weak security information for it"
msgstr ""
-#: apt-pkg/acquire-item.cc
-msgid "There is no public key available for the following key IDs:\n"
-msgstr ""
-"Aucune clé publique n'est disponible pour la/les clé(s) suivante(s) :\n"
-
#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is
#. the time since then the file is invalid - formatted in the same way as in
#. the download progress display (e.g. 7d 3h 42min 1s)
@@ -3822,6 +3818,16 @@ msgstr ""
msgid "Calculating upgrade"
msgstr "Calcul de la mise à jour"
+#~ msgid "(not found)"
+#~ msgstr "(non trouvé)"
+
+#~ msgid " Package pin: "
+#~ msgstr " Épinglage de paquet : "
+
+#~ msgid "There is no public key available for the following key IDs:\n"
+#~ msgstr ""
+#~ "Aucune clé publique n'est disponible pour la/les clé(s) suivante(s) :\n"
+
#, fuzzy
#~ msgid "The repository is insufficiently signed by key %s (%s)"
#~ msgstr "Le répertoire %s est détourné"
diff --git a/po/gl.po b/po/gl.po
index f578b154e..9ab49e70d 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-04-25 15:24+0200\n"
+"POT-Creation-Date: 2016-05-11 10:50+0200\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"
@@ -767,10 +767,6 @@ msgstr ""
msgid "Pinned packages:"
msgstr "Paquetes inmobilizados:"
-#: apt-private/private-show.cc
-msgid "(not found)"
-msgstr "(non se atopou)"
-
#. Print the package name and the version we are forcing to
#: apt-private/private-show.cc
#, c-format
@@ -789,10 +785,6 @@ msgstr " Candidato: "
msgid "(none)"
msgstr "(ningún)"
-#: apt-private/private-show.cc
-msgid " Package pin: "
-msgstr " Inmobilizado: "
-
#. Show the priority tables
#: apt-private/private-show.cc
msgid " Version table:"
@@ -1698,6 +1690,21 @@ msgstr "Petición"
msgid "Unable to invoke "
msgstr "Non é posíbel chamar a "
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc apt-pkg/acquire-item.cc
+#, c-format
+msgid ""
+"Clearsigned file isn't valid, got '%s' (does the network require "
+"authentication?)"
+msgstr ""
+
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc
+#, c-format
+msgid ""
+"Signed file isn't valid, got '%s' (does the network require authentication?)"
+msgstr ""
+
#: methods/gpgv.cc
msgid "At least one invalid signature was encountered."
msgstr "Atopouse polo menos unha sinatura incorrecta."
@@ -1715,14 +1722,6 @@ msgstr ""
"Non é posíbel executar «apt-key» para verificar a sinatura (Está instalado "
"gnupg?)"
-#. TRANSLATORS: %s is a single techy word like 'NODATA'
-#: methods/gpgv.cc apt-pkg/acquire-item.cc
-#, c-format
-msgid ""
-"Clearsigned file isn't valid, got '%s' (does the network require "
-"authentication?)"
-msgstr ""
-
#: methods/gpgv.cc
msgid "Unknown error executing apt-key"
msgstr "Produciuse un erro descoñecido ao executar apt-key"
@@ -2456,16 +2455,16 @@ msgid ""
"details."
msgstr ""
+#: apt-pkg/acquire-item.cc
+msgid "Hash Sum mismatch"
+msgstr "A sumas «hash» non coinciden"
+
#: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc
#, c-format
msgid "rename failed, %s (%s -> %s)."
msgstr "non foi posíbel cambiar o nome, %s (%s -> %s)."
#: apt-pkg/acquire-item.cc
-msgid "Hash Sum mismatch"
-msgstr "A sumas «hash» non coinciden"
-
-#: apt-pkg/acquire-item.cc
msgid "Size mismatch"
msgstr "Os tamaños non coinciden"
@@ -2518,10 +2517,6 @@ msgid ""
"weak security information for it"
msgstr ""
-#: apt-pkg/acquire-item.cc
-msgid "There is no public key available for the following key IDs:\n"
-msgstr "Non hai unha chave pública dispoñíbel para os seguintes ID de chave:\n"
-
#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is
#. the time since then the file is invalid - formatted in the same way as in
#. the download progress display (e.g. 7d 3h 42min 1s)
@@ -3752,6 +3747,16 @@ msgstr ""
msgid "Calculating upgrade"
msgstr "Calculando a anovación"
+#~ msgid "(not found)"
+#~ msgstr "(non se atopou)"
+
+#~ msgid " Package pin: "
+#~ msgstr " Inmobilizado: "
+
+#~ msgid "There is no public key available for the following key IDs:\n"
+#~ msgstr ""
+#~ "Non hai unha chave pública dispoñíbel para os seguintes ID de chave:\n"
+
#, fuzzy
#~ msgid "The repository is insufficiently signed by key %s (%s)"
#~ msgstr "O directorio %s está desviado"
diff --git a/po/hu.po b/po/hu.po
index 5a01d37eb..f181065f1 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-04-25 15:24+0200\n"
+"POT-Creation-Date: 2016-05-11 10:50+0200\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"
@@ -766,10 +766,6 @@ msgstr ""
msgid "Pinned packages:"
msgstr "Rögzített csomagok:"
-#: apt-private/private-show.cc
-msgid "(not found)"
-msgstr "(nem található)"
-
#. Print the package name and the version we are forcing to
#: apt-private/private-show.cc
#, c-format
@@ -788,10 +784,6 @@ msgstr " Jelölt: "
msgid "(none)"
msgstr "(nincs)"
-#: apt-private/private-show.cc
-msgid " Package pin: "
-msgstr " Csomagrögzítés: "
-
#. Show the priority tables
#: apt-private/private-show.cc
msgid " Version table:"
@@ -1739,6 +1731,25 @@ msgstr "Lekérdezés"
msgid "Unable to invoke "
msgstr "Nem lehet meghívni "
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc apt-pkg/acquire-item.cc
+#, c-format
+msgid ""
+"Clearsigned file isn't valid, got '%s' (does the network require "
+"authentication?)"
+msgstr ""
+"A digitálisan aláírt fájl nem érvényes, érkezett: „%s” (igényel a hálózat "
+"hitelesítést?)"
+
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc
+#, fuzzy, c-format
+msgid ""
+"Signed file isn't valid, got '%s' (does the network require authentication?)"
+msgstr ""
+"A digitálisan aláírt fájl nem érvényes, érkezett: „%s” (igényel a hálózat "
+"hitelesítést?)"
+
#: methods/gpgv.cc
msgid "At least one invalid signature was encountered."
msgstr "Legalább egy aláírás érvénytelen."
@@ -1754,16 +1765,6 @@ msgstr ""
"Nem indítható el a „apt-key” az aláírás ellenőrzéséhez (telepítve van a "
"gnupg?)"
-#. TRANSLATORS: %s is a single techy word like 'NODATA'
-#: methods/gpgv.cc apt-pkg/acquire-item.cc
-#, c-format
-msgid ""
-"Clearsigned file isn't valid, got '%s' (does the network require "
-"authentication?)"
-msgstr ""
-"A digitálisan aláírt fájl nem érvényes, érkezett: „%s” (igényel a hálózat "
-"hitelesítést?)"
-
#: methods/gpgv.cc
msgid "Unknown error executing apt-key"
msgstr "Ismeretlen apt-key futtatási hiba"
@@ -2490,16 +2491,16 @@ msgstr ""
"Lásd az apt-secure(8) kézikönyvoldalt a tárolólétrehozással és felhasználói "
"beállításokkal kapcsolatos részletekért."
+#: apt-pkg/acquire-item.cc
+msgid "Hash Sum mismatch"
+msgstr "A Hash Sum nem megfelelő"
+
#: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc
#, c-format
msgid "rename failed, %s (%s -> %s)."
msgstr "sikertelen átnevezés, %s (%s -> %s)."
#: apt-pkg/acquire-item.cc
-msgid "Hash Sum mismatch"
-msgstr "A Hash Sum nem megfelelő"
-
-#: apt-pkg/acquire-item.cc
msgid "Size mismatch"
msgstr "A méret nem megfelelő"
@@ -2553,10 +2554,6 @@ msgstr ""
"A beállított „%s” fájl beszerzésének kihagyása, mert a(z) „%s” tároló csak "
"gyenge biztonsági információkat biztosít hozzá"
-#: apt-pkg/acquire-item.cc
-msgid "There is no public key available for the following key IDs:\n"
-msgstr "Nem érhető el nyilvános kulcs az alábbi kulcsazonosítókhoz:\n"
-
#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is
#. the time since then the file is invalid - formatted in the same way as in
#. the download progress display (e.g. 7d 3h 42min 1s)
@@ -3794,6 +3791,15 @@ msgstr ""
msgid "Calculating upgrade"
msgstr "Frissítés kiszámítása"
+#~ msgid "(not found)"
+#~ msgstr "(nem található)"
+
+#~ msgid " Package pin: "
+#~ msgstr " Csomagrögzítés: "
+
+#~ msgid "There is no public key available for the following key IDs:\n"
+#~ msgstr "Nem érhető el nyilvános kulcs az alábbi kulcsazonosítókhoz:\n"
+
#, fuzzy
#~ msgid "The repository is insufficiently signed by key %s (%s)"
#~ msgstr "A(z) %s könyvtár eltérítve"
diff --git a/po/it.po b/po/it.po
index 1b6160e9e..0dff230bc 100644
--- a/po/it.po
+++ b/po/it.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-04-25 15:24+0200\n"
+"POT-Creation-Date: 2016-05-11 10:50+0200\n"
"PO-Revision-Date: 2015-04-07 16:51+0100\n"
"Last-Translator: Milo Casagrande <milo@milo.name>\n"
"Language-Team: Italian <tp@lists.linux.it>\n"
@@ -768,10 +768,6 @@ msgstr ""
msgid "Pinned packages:"
msgstr "Pacchetti con gancio:"
-#: apt-private/private-show.cc
-msgid "(not found)"
-msgstr "(non trovato)"
-
#. Print the package name and the version we are forcing to
#: apt-private/private-show.cc
#, c-format
@@ -790,10 +786,6 @@ msgstr " Candidato: "
msgid "(none)"
msgstr "(nessuno)"
-#: apt-private/private-show.cc
-msgid " Package pin: "
-msgstr " Gancio del pacchetto: "
-
#. Show the priority tables
#: apt-private/private-show.cc
msgid " Version table:"
@@ -1724,6 +1716,25 @@ msgstr "Interrogazione"
msgid "Unable to invoke "
msgstr "Impossibile invocare "
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc apt-pkg/acquire-item.cc
+#, c-format
+msgid ""
+"Clearsigned file isn't valid, got '%s' (does the network require "
+"authentication?)"
+msgstr ""
+"Il file con la firma in chiaro non è valido, ottenuto \"%s\" (la rete "
+"richiede autenticazione?)"
+
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc
+#, fuzzy, c-format
+msgid ""
+"Signed file isn't valid, got '%s' (does the network require authentication?)"
+msgstr ""
+"Il file con la firma in chiaro non è valido, ottenuto \"%s\" (la rete "
+"richiede autenticazione?)"
+
#: methods/gpgv.cc
msgid "At least one invalid signature was encountered."
msgstr "È stata trovata almeno una firma non valida."
@@ -1741,16 +1752,6 @@ msgstr ""
"Impossibile eseguire \"apt-key\" per verificare la firma (forse gnupg non è "
"installato)"
-#. TRANSLATORS: %s is a single techy word like 'NODATA'
-#: methods/gpgv.cc apt-pkg/acquire-item.cc
-#, c-format
-msgid ""
-"Clearsigned file isn't valid, got '%s' (does the network require "
-"authentication?)"
-msgstr ""
-"Il file con la firma in chiaro non è valido, ottenuto \"%s\" (la rete "
-"richiede autenticazione?)"
-
#: methods/gpgv.cc
msgid "Unknown error executing apt-key"
msgstr "Errore sconosciuto durante l'esecuzione di apt-key"
@@ -2485,16 +2486,16 @@ msgid ""
"details."
msgstr ""
+#: apt-pkg/acquire-item.cc
+msgid "Hash Sum mismatch"
+msgstr "Somma hash non corrispondente"
+
#: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc
#, c-format
msgid "rename failed, %s (%s -> %s)."
msgstr "rename() non riuscita: %s (%s -> %s)."
#: apt-pkg/acquire-item.cc
-msgid "Hash Sum mismatch"
-msgstr "Somma hash non corrispondente"
-
-#: apt-pkg/acquire-item.cc
msgid "Size mismatch"
msgstr "Le dimensioni non corrispondono"
@@ -2545,11 +2546,6 @@ msgid ""
"weak security information for it"
msgstr ""
-#: apt-pkg/acquire-item.cc
-msgid "There is no public key available for the following key IDs:\n"
-msgstr ""
-"Non è disponibile alcuna chiave pubblica per i seguenti ID di chiavi:\n"
-
#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is
#. the time since then the file is invalid - formatted in the same way as in
#. the download progress display (e.g. 7d 3h 42min 1s)
@@ -3799,6 +3795,16 @@ msgstr ""
msgid "Calculating upgrade"
msgstr "Calcolo dell'aggiornamento"
+#~ msgid "(not found)"
+#~ msgstr "(non trovato)"
+
+#~ msgid " Package pin: "
+#~ msgstr " Gancio del pacchetto: "
+
+#~ msgid "There is no public key available for the following key IDs:\n"
+#~ msgstr ""
+#~ "Non è disponibile alcuna chiave pubblica per i seguenti ID di chiavi:\n"
+
#, fuzzy
#~ msgid "The repository is insufficiently signed by key %s (%s)"
#~ msgstr "La directory %s è deviata"
diff --git a/po/ja.po b/po/ja.po
index a1706a6d3..74931f608 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.9.3\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-04-25 15:24+0200\n"
+"POT-Creation-Date: 2016-05-11 10:50+0200\n"
"PO-Revision-Date: 2016-03-31 09:45+0900\n"
"Last-Translator: Takuma Yamada <tyamada@takumayamada.com>\n"
"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
@@ -767,10 +767,6 @@ msgstr "キャッシュが同期しておらず、パッケージファイルを
msgid "Pinned packages:"
msgstr "Pin されたパッケージ:"
-#: apt-private/private-show.cc
-msgid "(not found)"
-msgstr "(見つかりません)"
-
#. Print the package name and the version we are forcing to
#: apt-private/private-show.cc
#, c-format
@@ -789,10 +785,6 @@ msgstr " 候補: "
msgid "(none)"
msgstr "(なし)"
-#: apt-private/private-show.cc
-msgid " Package pin: "
-msgstr " パッケージ Pin: "
-
#. Show the priority tables
#: apt-private/private-show.cc
msgid " Version table:"
@@ -1736,6 +1728,25 @@ msgstr "問い合わせ"
msgid "Unable to invoke "
msgstr "呼び出せません"
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc apt-pkg/acquire-item.cc
+#, c-format
+msgid ""
+"Clearsigned file isn't valid, got '%s' (does the network require "
+"authentication?)"
+msgstr ""
+"クリアサインされたファイルが有効ではなく、'%s' を得ました (認証にネットワーク"
+"が必要?)"
+
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc
+#, fuzzy, c-format
+msgid ""
+"Signed file isn't valid, got '%s' (does the network require authentication?)"
+msgstr ""
+"クリアサインされたファイルが有効ではなく、'%s' を得ました (認証にネットワーク"
+"が必要?)"
+
#: methods/gpgv.cc
msgid "At least one invalid signature was encountered."
msgstr "少なくとも 1 つの不正な署名が発見されました。"
@@ -1751,16 +1762,6 @@ msgstr ""
"署名を検証するための 'apt-key' の実行ができませんでした (gnupg はインストール"
"されていますか?)"
-#. TRANSLATORS: %s is a single techy word like 'NODATA'
-#: methods/gpgv.cc apt-pkg/acquire-item.cc
-#, c-format
-msgid ""
-"Clearsigned file isn't valid, got '%s' (does the network require "
-"authentication?)"
-msgstr ""
-"クリアサインされたファイルが有効ではなく、'%s' を得ました (認証にネットワーク"
-"が必要?)"
-
#: methods/gpgv.cc
msgid "Unknown error executing apt-key"
msgstr "apt-key の実行中に未知のエラーが発生"
@@ -2481,16 +2482,16 @@ msgstr ""
"リポジトリの作成とユーザ設定の詳細は、apt-secure(8) man ページを参照してくだ"
"さい。"
+#: apt-pkg/acquire-item.cc
+msgid "Hash Sum mismatch"
+msgstr "ハッシュサムが適合しません"
+
#: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc
#, c-format
msgid "rename failed, %s (%s -> %s)."
msgstr "名前の変更に失敗しました。%s (%s -> %s)"
#: apt-pkg/acquire-item.cc
-msgid "Hash Sum mismatch"
-msgstr "ハッシュサムが適合しません"
-
-#: apt-pkg/acquire-item.cc
msgid "Size mismatch"
msgstr "サイズが適合しません"
@@ -2544,10 +2545,6 @@ msgstr ""
"リポジトリ '%2$s' は弱いセキュリティ情報のみを提供しているため、設定ファイル "
"'%1$s' の取得をスキップします"
-#: apt-pkg/acquire-item.cc
-msgid "There is no public key available for the following key IDs:\n"
-msgstr "以下の鍵 ID に対して利用可能な公開鍵がありません:\n"
-
#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is
#. the time since then the file is invalid - formatted in the same way as in
#. the download progress display (e.g. 7d 3h 42min 1s)
@@ -3787,6 +3784,15 @@ msgstr ""
msgid "Calculating upgrade"
msgstr "アップグレードパッケージを検出しています"
+#~ msgid "(not found)"
+#~ msgstr "(見つかりません)"
+
+#~ msgid " Package pin: "
+#~ msgstr " パッケージ Pin: "
+
+#~ msgid "There is no public key available for the following key IDs:\n"
+#~ msgstr "以下の鍵 ID に対して利用可能な公開鍵がありません:\n"
+
#, fuzzy
#~ msgid "The repository is insufficiently signed by key %s (%s)"
#~ msgstr "ディレクトリ %s は divert されています"
diff --git a/po/km.po b/po/km.po
index 22f73ca55..7bb4ac2cf 100644
--- a/po/km.po
+++ b/po/km.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-04-25 15:24+0200\n"
+"POT-Creation-Date: 2016-05-11 10:50+0200\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"
@@ -746,10 +746,6 @@ msgstr "ឃ្លាំង​សម្ងាត់​ឋិតនៅ​ក្រ
msgid "Pinned packages:"
msgstr "កញ្ចប់​ដែល​បាន​ខ្ទាស់ ៖"
-#: apt-private/private-show.cc
-msgid "(not found)"
-msgstr "(រក​មិន​ឃើញ)"
-
#. Print the package name and the version we are forcing to
#: apt-private/private-show.cc
#, c-format
@@ -768,10 +764,6 @@ msgstr " សាកល្បង ៖ "
msgid "(none)"
msgstr "(គ្មាន)"
-#: apt-private/private-show.cc
-msgid " Package pin: "
-msgstr " ខ្ទាស់​កញ្ចប់ ៖ "
-
#. Show the priority tables
#: apt-private/private-show.cc
msgid " Version table:"
@@ -1672,6 +1664,21 @@ msgstr "សំណួរ​"
msgid "Unable to invoke "
msgstr "មិន​អាច​ហៅ​ "
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc apt-pkg/acquire-item.cc
+#, c-format
+msgid ""
+"Clearsigned file isn't valid, got '%s' (does the network require "
+"authentication?)"
+msgstr ""
+
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc
+#, c-format
+msgid ""
+"Signed file isn't valid, got '%s' (does the network require authentication?)"
+msgstr ""
+
#: methods/gpgv.cc
msgid "At least one invalid signature was encountered."
msgstr "​បានជួប​ប្រទះ​​​​ហត្ថលេខា​យ៉ាងហោចណាស់មួយ ដែ​លត្រឹមត្រូវ​ ។"
@@ -1686,14 +1693,6 @@ msgstr "កំហុស​ខាងក្នុង​ ៖ ហត្ថលេខ
msgid "Could not execute 'apt-key' to verify signature (is gnupg installed?)"
msgstr "មិន​អាច​ប្រតិបត្តិ '%s' ដើម្បី​ផ្ទៀងផ្ទាត់​ហត្ថលេខា (តើ gnupg ត្រូវ​បាន​ដំឡើង​ឬនៅ ?)"
-#. TRANSLATORS: %s is a single techy word like 'NODATA'
-#: methods/gpgv.cc apt-pkg/acquire-item.cc
-#, c-format
-msgid ""
-"Clearsigned file isn't valid, got '%s' (does the network require "
-"authentication?)"
-msgstr ""
-
#: methods/gpgv.cc
msgid "Unknown error executing apt-key"
msgstr "មិនស្គាល់កំហុស ក្នុងការប្រតិបត្តិ apt-key"
@@ -2419,16 +2418,16 @@ msgid ""
"details."
msgstr ""
-#: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc
-#, c-format
-msgid "rename failed, %s (%s -> %s)."
-msgstr "ប្តូរ​ឈ្មោះ​បានបរាជ័យ​, %s (%s -> %s) ។"
-
#: apt-pkg/acquire-item.cc
#, fuzzy
msgid "Hash Sum mismatch"
msgstr "MD5Sum មិន​ផ្គួផ្គង​"
+#: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc
+#, c-format
+msgid "rename failed, %s (%s -> %s)."
+msgstr "ប្តូរ​ឈ្មោះ​បានបរាជ័យ​, %s (%s -> %s) ។"
+
#: apt-pkg/acquire-item.cc
msgid "Size mismatch"
msgstr "ទំហំ​មិនបាន​ផ្គួផ្គង​"
@@ -2477,10 +2476,6 @@ msgid ""
"weak security information for it"
msgstr ""
-#: apt-pkg/acquire-item.cc
-msgid "There is no public key available for the following key IDs:\n"
-msgstr "គ្មាន​កូនសោ​សាធារណៈ​អាច​រក​បាន​ក្នុងកូនសោ IDs ខាងក្រោម​នេះទេ ៖\n"
-
#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is
#. the time since then the file is invalid - formatted in the same way as in
#. the download progress display (e.g. 7d 3h 42min 1s)
@@ -3157,14 +3152,9 @@ msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, fuzzy, c-format
-msgid "Invalid 'Date' entry in Release file %s"
+msgid "Invalid '%s' entry in Release file %s"
msgstr "មិនអាច​ញែក​ឯកសារកញ្ចប់ %s (1) បានឡើយ"
-#: apt-pkg/deb/debmetaindex.cc
-#, fuzzy, c-format
-msgid "Invalid 'Valid-Until' entry in Release file %s"
-msgstr "បន្ទាត់​ដែលមិនត្រឹមត្រូវ​នៅក្នុង​ឯកសារ​បង្វែរ ៖ %s"
-
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
@@ -3662,6 +3652,19 @@ msgstr ""
msgid "Calculating upgrade"
msgstr "កំពុង​គណនា​ការ​ធ្វើ​ឲ្យ​ប្រសើរ"
+#~ msgid "(not found)"
+#~ msgstr "(រក​មិន​ឃើញ)"
+
+#~ msgid " Package pin: "
+#~ msgstr " ខ្ទាស់​កញ្ចប់ ៖ "
+
+#~ msgid "There is no public key available for the following key IDs:\n"
+#~ msgstr "គ្មាន​កូនសោ​សាធារណៈ​អាច​រក​បាន​ក្នុងកូនសោ IDs ខាងក្រោម​នេះទេ ៖\n"
+
+#, fuzzy
+#~ msgid "Invalid 'Valid-Until' entry in Release file %s"
+#~ msgstr "បន្ទាត់​ដែលមិនត្រឹមត្រូវ​នៅក្នុង​ឯកសារ​បង្វែរ ៖ %s"
+
#, fuzzy
#~ msgid "The repository is insufficiently signed by key %s (%s)"
#~ msgstr "ថត​ %s ត្រូវបាន​បង្វែរ"
diff --git a/po/ko.po b/po/ko.po
index 5ac58b2ac..49346281e 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-04-25 15:24+0200\n"
+"POT-Creation-Date: 2016-05-11 10:50+0200\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"
@@ -744,10 +744,6 @@ msgstr "캐시가 동기화되지 않았습니다. 패키지 파일을 상호
msgid "Pinned packages:"
msgstr "핀 패키지:"
-#: apt-private/private-show.cc
-msgid "(not found)"
-msgstr "(없음)"
-
#. Print the package name and the version we are forcing to
#: apt-private/private-show.cc
#, c-format
@@ -766,10 +762,6 @@ msgstr " 후보: "
msgid "(none)"
msgstr "(없음)"
-#: apt-private/private-show.cc
-msgid " Package pin: "
-msgstr " 패키지 핀: "
-
#. Show the priority tables
#: apt-private/private-show.cc
msgid " Version table:"
@@ -1669,6 +1661,21 @@ msgstr "질의"
msgid "Unable to invoke "
msgstr "다음을 실행할 수 없습니다: "
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc apt-pkg/acquire-item.cc
+#, c-format
+msgid ""
+"Clearsigned file isn't valid, got '%s' (does the network require "
+"authentication?)"
+msgstr ""
+
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc
+#, c-format
+msgid ""
+"Signed file isn't valid, got '%s' (does the network require authentication?)"
+msgstr ""
+
#: methods/gpgv.cc
msgid "At least one invalid signature was encountered."
msgstr "최소한 하나 이상의 서명이 잘못되었습니다."
@@ -1684,14 +1691,6 @@ msgstr ""
"서명을 확인하는 'apt-key' 프로그램을 실행할 수 없습니다. (gnupg를 설치했습니"
"까?)"
-#. TRANSLATORS: %s is a single techy word like 'NODATA'
-#: methods/gpgv.cc apt-pkg/acquire-item.cc
-#, c-format
-msgid ""
-"Clearsigned file isn't valid, got '%s' (does the network require "
-"authentication?)"
-msgstr ""
-
#: methods/gpgv.cc
msgid "Unknown error executing apt-key"
msgstr "apt-key 실행 도중 알 수 없는 오류 발생"
@@ -2417,16 +2416,16 @@ msgid ""
"details."
msgstr ""
+#: apt-pkg/acquire-item.cc
+msgid "Hash Sum mismatch"
+msgstr "해시 합이 맞지 않습니다"
+
#: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc
#, c-format
msgid "rename failed, %s (%s -> %s)."
msgstr "이름 바꾸기가 실패했습니다. %s (%s -> %s)."
#: apt-pkg/acquire-item.cc
-msgid "Hash Sum mismatch"
-msgstr "해시 합이 맞지 않습니다"
-
-#: apt-pkg/acquire-item.cc
msgid "Size mismatch"
msgstr "크기가 맞지 않습니다"
@@ -2476,10 +2475,6 @@ msgid ""
"weak security information for it"
msgstr ""
-#: apt-pkg/acquire-item.cc
-msgid "There is no public key available for the following key IDs:\n"
-msgstr "다음 키 ID의 공개키가 없습니다:\n"
-
#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is
#. the time since then the file is invalid - formatted in the same way as in
#. the download progress display (e.g. 7d 3h 42min 1s)
@@ -3672,6 +3667,15 @@ msgstr ""
msgid "Calculating upgrade"
msgstr "업그레이드를 계산하는 중입니다"
+#~ msgid "(not found)"
+#~ msgstr "(없음)"
+
+#~ msgid " Package pin: "
+#~ msgstr " 패키지 핀: "
+
+#~ msgid "There is no public key available for the following key IDs:\n"
+#~ msgstr "다음 키 ID의 공개키가 없습니다:\n"
+
#, fuzzy
#~ msgid "The repository is insufficiently signed by key %s (%s)"
#~ msgstr "%s 디렉터리가 전환되었습니다"
diff --git a/po/ku.po b/po/ku.po
index 60303c6e5..5eaf06b81 100644
--- a/po/ku.po
+++ b/po/ku.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-04-25 15:24+0200\n"
+"POT-Creation-Date: 2016-05-11 10:50+0200\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"
@@ -722,10 +722,6 @@ msgstr ""
msgid "Pinned packages:"
msgstr ""
-#: apt-private/private-show.cc
-msgid "(not found)"
-msgstr "(nehate dîtin)"
-
#. Print the package name and the version we are forcing to
#: apt-private/private-show.cc
#, c-format
@@ -744,10 +740,6 @@ msgstr " Berendam: "
msgid "(none)"
msgstr "(ne tiştek)"
-#: apt-private/private-show.cc
-msgid " Package pin: "
-msgstr " Destika pakêtê:"
-
#. Show the priority tables
#: apt-private/private-show.cc
msgid " Version table:"
@@ -1636,6 +1628,21 @@ msgstr "Lêpirsîn"
msgid "Unable to invoke "
msgstr "%s venebû"
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc apt-pkg/acquire-item.cc
+#, c-format
+msgid ""
+"Clearsigned file isn't valid, got '%s' (does the network require "
+"authentication?)"
+msgstr ""
+
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc
+#, c-format
+msgid ""
+"Signed file isn't valid, got '%s' (does the network require authentication?)"
+msgstr ""
+
#: methods/gpgv.cc
msgid "At least one invalid signature was encountered."
msgstr ""
@@ -1649,14 +1656,6 @@ msgstr ""
msgid "Could not execute 'apt-key' to verify signature (is gnupg installed?)"
msgstr ""
-#. TRANSLATORS: %s is a single techy word like 'NODATA'
-#: methods/gpgv.cc apt-pkg/acquire-item.cc
-#, c-format
-msgid ""
-"Clearsigned file isn't valid, got '%s' (does the network require "
-"authentication?)"
-msgstr ""
-
#: methods/gpgv.cc
msgid "Unknown error executing apt-key"
msgstr "Di xebitandina apt-key de çewtiya nenas"
@@ -2333,16 +2332,16 @@ msgid ""
"details."
msgstr ""
+#: apt-pkg/acquire-item.cc
+msgid "Hash Sum mismatch"
+msgstr "Hash Sum li hev nayên"
+
#: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc
#, c-format
msgid "rename failed, %s (%s -> %s)."
msgstr "nav guherandin biserneket, %s (%s -> %s)"
#: apt-pkg/acquire-item.cc
-msgid "Hash Sum mismatch"
-msgstr "Hash Sum li hev nayên"
-
-#: apt-pkg/acquire-item.cc
msgid "Size mismatch"
msgstr "Mezinahî li hev nayên"
@@ -2389,10 +2388,6 @@ msgid ""
"weak security information for it"
msgstr ""
-#: apt-pkg/acquire-item.cc
-msgid "There is no public key available for the following key IDs:\n"
-msgstr ""
-
#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is
#. the time since then the file is invalid - formatted in the same way as in
#. the download progress display (e.g. 7d 3h 42min 1s)
@@ -3556,6 +3551,12 @@ msgstr ""
msgid "Calculating upgrade"
msgstr "Bilindkirin tê hesibandin"
+#~ msgid "(not found)"
+#~ msgstr "(nehate dîtin)"
+
+#~ msgid " Package pin: "
+#~ msgstr " Destika pakêtê:"
+
#, fuzzy
#~ msgid "The repository is insufficiently signed by key %s (%s)"
#~ msgstr "Rêça %s zêde dirêj e"
diff --git a/po/lt.po b/po/lt.po
index cf5208dbe..3a2b995b9 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-04-25 15:24+0200\n"
+"POT-Creation-Date: 2016-05-11 10:50+0200\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"
@@ -745,10 +745,6 @@ msgstr ""
msgid "Pinned packages:"
msgstr "Surišti paketai:"
-#: apt-private/private-show.cc
-msgid "(not found)"
-msgstr "(nerasta)"
-
#. Print the package name and the version we are forcing to
#: apt-private/private-show.cc
#, c-format
@@ -767,10 +763,6 @@ msgstr " Kandidatas: "
msgid "(none)"
msgstr "(nėra)"
-#: apt-private/private-show.cc
-msgid " Package pin: "
-msgstr " Paketo susiejimai: "
-
#. Show the priority tables
#: apt-private/private-show.cc
msgid " Version table:"
@@ -1664,6 +1656,21 @@ msgstr "Užklausti"
msgid "Unable to invoke "
msgstr ""
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc apt-pkg/acquire-item.cc
+#, c-format
+msgid ""
+"Clearsigned file isn't valid, got '%s' (does the network require "
+"authentication?)"
+msgstr ""
+
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc
+#, c-format
+msgid ""
+"Signed file isn't valid, got '%s' (does the network require authentication?)"
+msgstr ""
+
#: methods/gpgv.cc
msgid "At least one invalid signature was encountered."
msgstr ""
@@ -1677,14 +1684,6 @@ msgstr ""
msgid "Could not execute 'apt-key' to verify signature (is gnupg installed?)"
msgstr ""
-#. TRANSLATORS: %s is a single techy word like 'NODATA'
-#: methods/gpgv.cc apt-pkg/acquire-item.cc
-#, c-format
-msgid ""
-"Clearsigned file isn't valid, got '%s' (does the network require "
-"authentication?)"
-msgstr ""
-
#: methods/gpgv.cc
msgid "Unknown error executing apt-key"
msgstr "Nežinoma klaida kviečiant apt-key"
@@ -2421,16 +2420,16 @@ msgid ""
"details."
msgstr ""
+#: apt-pkg/acquire-item.cc
+msgid "Hash Sum mismatch"
+msgstr "Maišos sumos nesutapimas"
+
#: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc
#, c-format
msgid "rename failed, %s (%s -> %s)."
msgstr ""
#: apt-pkg/acquire-item.cc
-msgid "Hash Sum mismatch"
-msgstr "Maišos sumos nesutapimas"
-
-#: apt-pkg/acquire-item.cc
msgid "Size mismatch"
msgstr "Neatitinka dydžiai"
@@ -2478,10 +2477,6 @@ msgid ""
"weak security information for it"
msgstr ""
-#: apt-pkg/acquire-item.cc
-msgid "There is no public key available for the following key IDs:\n"
-msgstr ""
-
#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is
#. the time since then the file is invalid - formatted in the same way as in
#. the download progress display (e.g. 7d 3h 42min 1s)
@@ -3650,6 +3645,12 @@ msgstr ""
msgid "Calculating upgrade"
msgstr "Skaičiuojami atnaujinimai"
+#~ msgid "(not found)"
+#~ msgstr "(nerasta)"
+
+#~ msgid " Package pin: "
+#~ msgstr " Paketo susiejimai: "
+
#, fuzzy
#~ msgid "The repository is insufficiently signed by key %s (%s)"
#~ msgstr "Kelias %s per ilgas"
diff --git a/po/mr.po b/po/mr.po
index c7d10f744..e75b12fc7 100644
--- a/po/mr.po
+++ b/po/mr.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-04-25 15:24+0200\n"
+"POT-Creation-Date: 2016-05-11 10:50+0200\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 "
@@ -747,10 +747,6 @@ msgstr "दृतिका सिंक नाही,पॅकेज संच
msgid "Pinned packages:"
msgstr "एकत्रित पॅकेजेस:"
-#: apt-private/private-show.cc
-msgid "(not found)"
-msgstr "(मिळाले नाही)"
-
#. Print the package name and the version we are forcing to
#: apt-private/private-show.cc
#, c-format
@@ -769,10 +765,6 @@ msgstr "उमेदवार:"
msgid "(none)"
msgstr "(कोणताच नाही)"
-#: apt-private/private-show.cc
-msgid " Package pin: "
-msgstr "पॅकेज (पिन):"
-
#. Show the priority tables
#: apt-private/private-show.cc
msgid " Version table:"
@@ -1667,6 +1659,21 @@ msgstr "प्रश्न"
msgid "Unable to invoke "
msgstr "जारी करण्यास करण्यास असमर्थ"
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc apt-pkg/acquire-item.cc
+#, c-format
+msgid ""
+"Clearsigned file isn't valid, got '%s' (does the network require "
+"authentication?)"
+msgstr ""
+
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc
+#, c-format
+msgid ""
+"Signed file isn't valid, got '%s' (does the network require authentication?)"
+msgstr ""
+
#: methods/gpgv.cc
msgid "At least one invalid signature was encountered."
msgstr "किमान एक अवैध सही सापडली."
@@ -1682,14 +1689,6 @@ msgid "Could not execute 'apt-key' to verify signature (is gnupg installed?)"
msgstr ""
"सहीची खात्री करण्यासाठी '%s' कार्यान्वित करू शकत नाही (gnupg संस्थापित केले आहे का?)"
-#. TRANSLATORS: %s is a single techy word like 'NODATA'
-#: methods/gpgv.cc apt-pkg/acquire-item.cc
-#, c-format
-msgid ""
-"Clearsigned file isn't valid, got '%s' (does the network require "
-"authentication?)"
-msgstr ""
-
#: methods/gpgv.cc
msgid "Unknown error executing apt-key"
msgstr "apt-key कार्यान्वित होत असताना अपरिचित त्रुटी"
@@ -2416,16 +2415,16 @@ msgid ""
"details."
msgstr ""
+#: apt-pkg/acquire-item.cc
+msgid "Hash Sum mismatch"
+msgstr "हॅश बेरीज जुळत नाही"
+
#: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc
#, c-format
msgid "rename failed, %s (%s -> %s)."
msgstr "पुनर्नामांकन अयशस्वी, %s (%s -> %s)."
#: apt-pkg/acquire-item.cc
-msgid "Hash Sum mismatch"
-msgstr "हॅश बेरीज जुळत नाही"
-
-#: apt-pkg/acquire-item.cc
msgid "Size mismatch"
msgstr "आकार जुळतनाही"
@@ -2473,10 +2472,6 @@ msgid ""
"weak security information for it"
msgstr ""
-#: apt-pkg/acquire-item.cc
-msgid "There is no public key available for the following key IDs:\n"
-msgstr "पुढील कळ ओळखचिन्हांसाठी सार्वजनिक कळ उपलब्ध नाही:\n"
-
#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is
#. the time since then the file is invalid - formatted in the same way as in
#. the download progress display (e.g. 7d 3h 42min 1s)
@@ -3660,6 +3655,15 @@ msgstr ""
msgid "Calculating upgrade"
msgstr "पुढिल आवृत्तीची गणती करीत आहे"
+#~ msgid "(not found)"
+#~ msgstr "(मिळाले नाही)"
+
+#~ msgid " Package pin: "
+#~ msgstr "पॅकेज (पिन):"
+
+#~ msgid "There is no public key available for the following key IDs:\n"
+#~ msgstr "पुढील कळ ओळखचिन्हांसाठी सार्वजनिक कळ उपलब्ध नाही:\n"
+
#, fuzzy
#~ msgid "The repository is insufficiently signed by key %s (%s)"
#~ msgstr "%s संचिका डायव्हर्ट केली आहे/वळवली आहे"
diff --git a/po/nb.po b/po/nb.po
index 70dbe3bec..a4488965f 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -11,7 +11,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: 2016-04-25 15:24+0200\n"
+"POT-Creation-Date: 2016-05-11 10:50+0200\n"
"PO-Revision-Date: 2010-09-01 21:10+0200\n"
"Last-Translator: Hans Fredrik Nordhaug <hans@nordhaug.priv.no>\n"
"Language-Team: Norwegian Bokmål <i18n-nb@lister.ping.uio.no>\n"
@@ -761,10 +761,6 @@ msgstr ""
msgid "Pinned packages:"
msgstr "Låste pakker:"
-#: apt-private/private-show.cc
-msgid "(not found)"
-msgstr "(ikke funnet)"
-
#. Print the package name and the version we are forcing to
#: apt-private/private-show.cc
#, c-format
@@ -783,10 +779,6 @@ msgstr " Kandidat: "
msgid "(none)"
msgstr "(ingen)"
-#: apt-private/private-show.cc
-msgid " Package pin: "
-msgstr " Pakke låst til: "
-
#. Show the priority tables
#: apt-private/private-show.cc
msgid " Version table:"
@@ -1690,6 +1682,21 @@ msgstr "Spørring"
msgid "Unable to invoke "
msgstr "Klarte ikke å starte"
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc apt-pkg/acquire-item.cc
+#, c-format
+msgid ""
+"Clearsigned file isn't valid, got '%s' (does the network require "
+"authentication?)"
+msgstr ""
+
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc
+#, c-format
+msgid ""
+"Signed file isn't valid, got '%s' (does the network require authentication?)"
+msgstr ""
+
#: methods/gpgv.cc
msgid "At least one invalid signature was encountered."
msgstr "Minst en ugyldig signatur ble funnet."
@@ -1705,14 +1712,6 @@ msgstr ""
"Klarte ikke kjøre «apt-key» for å verifisere signaturen (er gnupg "
"installert?)"
-#. TRANSLATORS: %s is a single techy word like 'NODATA'
-#: methods/gpgv.cc apt-pkg/acquire-item.cc
-#, c-format
-msgid ""
-"Clearsigned file isn't valid, got '%s' (does the network require "
-"authentication?)"
-msgstr ""
-
#: methods/gpgv.cc
msgid "Unknown error executing apt-key"
msgstr "Ukjent feil ved kjøring av apt-key"
@@ -2443,16 +2442,16 @@ msgid ""
"details."
msgstr ""
+#: apt-pkg/acquire-item.cc
+msgid "Hash Sum mismatch"
+msgstr "Hashsummen stemmer ikke"
+
#: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc
#, c-format
msgid "rename failed, %s (%s -> %s)."
msgstr "klarte ikke å endre navnet, %s (%s -> %s)."
#: apt-pkg/acquire-item.cc
-msgid "Hash Sum mismatch"
-msgstr "Hashsummen stemmer ikke"
-
-#: apt-pkg/acquire-item.cc
msgid "Size mismatch"
msgstr "Feil størrelse"
@@ -2502,11 +2501,6 @@ msgid ""
"weak security information for it"
msgstr ""
-#: apt-pkg/acquire-item.cc
-msgid "There is no public key available for the following key IDs:\n"
-msgstr ""
-"Det er ingen offentlig nøkkel tilgjengelig for de følgende nøkkel-ID-ene:\n"
-
#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is
#. the time since then the file is invalid - formatted in the same way as in
#. the download progress display (e.g. 7d 3h 42min 1s)
@@ -3711,6 +3705,17 @@ msgstr ""
msgid "Calculating upgrade"
msgstr "Beregner oppgradering"
+#~ msgid "(not found)"
+#~ msgstr "(ikke funnet)"
+
+#~ msgid " Package pin: "
+#~ msgstr " Pakke låst til: "
+
+#~ msgid "There is no public key available for the following key IDs:\n"
+#~ msgstr ""
+#~ "Det er ingen offentlig nøkkel tilgjengelig for de følgende nøkkel-ID-"
+#~ "ene:\n"
+
#, fuzzy
#~ msgid "The repository is insufficiently signed by key %s (%s)"
#~ msgstr "Katalogen %s er avledet"
diff --git a/po/ne.po b/po/ne.po
index aabb3bdd1..aae8809be 100644
--- a/po/ne.po
+++ b/po/ne.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-04-25 15:24+0200\n"
+"POT-Creation-Date: 2016-05-11 10:50+0200\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"
@@ -744,10 +744,6 @@ msgstr "क्यास sync भन्दा बाहिर छ, प्या
msgid "Pinned packages:"
msgstr "पिन गरिएका प्याकेजहरू:"
-#: apt-private/private-show.cc
-msgid "(not found)"
-msgstr "(फेला परेन)"
-
#. Print the package name and the version we are forcing to
#: apt-private/private-show.cc
#, c-format
@@ -766,10 +762,6 @@ msgstr " उमेद्वार:"
msgid "(none)"
msgstr "(कुनै पनि होइन)"
-#: apt-private/private-show.cc
-msgid " Package pin: "
-msgstr "प्याकेज पिन:"
-
#. Show the priority tables
#: apt-private/private-show.cc
msgid " Version table:"
@@ -1670,6 +1662,21 @@ msgstr "क्वेरी"
msgid "Unable to invoke "
msgstr "आह्वान गर्न असक्षम भयो"
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc apt-pkg/acquire-item.cc
+#, c-format
+msgid ""
+"Clearsigned file isn't valid, got '%s' (does the network require "
+"authentication?)"
+msgstr ""
+
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc
+#, c-format
+msgid ""
+"Signed file isn't valid, got '%s' (does the network require authentication?)"
+msgstr ""
+
#: methods/gpgv.cc
msgid "At least one invalid signature was encountered."
msgstr "कम्तिमा एउटा अवैध हस्ताक्षर विरोध भयो ।"
@@ -1684,14 +1691,6 @@ msgstr "आन्तरिक त्रुटि: असल हस्ताक
msgid "Could not execute 'apt-key' to verify signature (is gnupg installed?)"
msgstr "हस्ताक्षर रूजू गर्न '%s' कार्यन्वयन गर्न सकिएन (के gnupg स्थापना भयो?)"
-#. TRANSLATORS: %s is a single techy word like 'NODATA'
-#: methods/gpgv.cc apt-pkg/acquire-item.cc
-#, c-format
-msgid ""
-"Clearsigned file isn't valid, got '%s' (does the network require "
-"authentication?)"
-msgstr ""
-
#: methods/gpgv.cc
msgid "Unknown error executing apt-key"
msgstr "apt-key कार्यन्वयन गर्दा अज्ञात त्रुटि"
@@ -2418,16 +2417,16 @@ msgid ""
"details."
msgstr ""
-#: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc
-#, c-format
-msgid "rename failed, %s (%s -> %s)."
-msgstr "पुन:नामकरण असफल गरियो, %s (%s -> %s) ।"
-
#: apt-pkg/acquire-item.cc
#, fuzzy
msgid "Hash Sum mismatch"
msgstr "MD5Sum मेल भएन"
+#: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc
+#, c-format
+msgid "rename failed, %s (%s -> %s)."
+msgstr "पुन:नामकरण असफल गरियो, %s (%s -> %s) ।"
+
#: apt-pkg/acquire-item.cc
msgid "Size mismatch"
msgstr "साइज मेल खाएन"
@@ -2476,10 +2475,6 @@ msgid ""
"weak security information for it"
msgstr ""
-#: apt-pkg/acquire-item.cc
-msgid "There is no public key available for the following key IDs:\n"
-msgstr "निम्न कुञ्जी IDs को लागि कुनै सार्वजनिक कुञ्जी उपलब्ध छैन:\n"
-
#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is
#. the time since then the file is invalid - formatted in the same way as in
#. the download progress display (e.g. 7d 3h 42min 1s)
@@ -3657,6 +3652,15 @@ msgstr ""
msgid "Calculating upgrade"
msgstr "स्तर वृद्धि गणना गरिदैछ"
+#~ msgid "(not found)"
+#~ msgstr "(फेला परेन)"
+
+#~ msgid " Package pin: "
+#~ msgstr "प्याकेज पिन:"
+
+#~ msgid "There is no public key available for the following key IDs:\n"
+#~ msgstr "निम्न कुञ्जी IDs को लागि कुनै सार्वजनिक कुञ्जी उपलब्ध छैन:\n"
+
#, fuzzy
#~ msgid "The repository is insufficiently signed by key %s (%s)"
#~ msgstr "डाइरेक्ट्री %s फेरियो "
diff --git a/po/nl.po b/po/nl.po
index 1b8b324ef..f68ad9d0c 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.2.11\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-04-25 15:24+0200\n"
+"POT-Creation-Date: 2016-05-11 10:50+0200\n"
"PO-Revision-Date: 2016-04-27 18:12+0200\n"
"Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n"
"Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n"
@@ -246,10 +246,10 @@ msgstr ""
"Er waren niet-geauthenticeerde pakketten en -y was gebruikt zonder --allow-"
"unauthenticated"
-#: apt-private/private-download.cc
+#: apt-private/private-download.cc apt-pkg/update.cc
#, c-format
-msgid "Failed to fetch %s %s\n"
-msgstr "Ophalen van %s is mislukt %s\n"
+msgid "Failed to fetch %s %s"
+msgstr "Ophalen van %s is mislukt %s"
#: apt-private/private-download.cc
#, c-format
@@ -781,10 +781,6 @@ msgstr ""
msgid "Pinned packages:"
msgstr "Vastgepinde pakketten:"
-#: apt-private/private-show.cc
-msgid "(not found)"
-msgstr "(niet gevonden)"
-
#. Print the package name and the version we are forcing to
#: apt-private/private-show.cc
#, c-format
@@ -803,10 +799,6 @@ msgstr " Kandidaat: "
msgid "(none)"
msgstr "(geen)"
-#: apt-private/private-show.cc
-msgid " Package pin: "
-msgstr " Pakketpin: "
-
#. Show the priority tables
#: apt-private/private-show.cc
msgid " Version table:"
@@ -1761,6 +1753,25 @@ msgstr "Zoekopdracht"
msgid "Unable to invoke "
msgstr "Mislukking bij aanroepen van "
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc apt-pkg/acquire-item.cc
+#, c-format
+msgid ""
+"Clearsigned file isn't valid, got '%s' (does the network require "
+"authentication?)"
+msgstr ""
+"Bestand met niet-versleutelde ondertekening is ongeldig; kreeg '%s' (vereist "
+"het netwerk authenticatie?)"
+
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc
+#, fuzzy, c-format
+msgid ""
+"Signed file isn't valid, got '%s' (does the network require authentication?)"
+msgstr ""
+"Bestand met niet-versleutelde ondertekening is ongeldig; kreeg '%s' (vereist "
+"het netwerk authenticatie?)"
+
#: methods/gpgv.cc
msgid "At least one invalid signature was encountered."
msgstr "Er is tenminste één ongeldige ondertekening gevonden."
@@ -1778,16 +1789,6 @@ msgstr ""
"Kon 'apt-key' niet uitvoeren om ondertekening te verifiëren (is gnupg "
"geïnstalleerd?)"
-#. TRANSLATORS: %s is a single techy word like 'NODATA'
-#: methods/gpgv.cc apt-pkg/acquire-item.cc
-#, c-format
-msgid ""
-"Clearsigned file isn't valid, got '%s' (does the network require "
-"authentication?)"
-msgstr ""
-"Bestand met niet-versleutelde ondertekening is ongeldig; kreeg '%s' (vereist "
-"het netwerk authenticatie?)"
-
#: methods/gpgv.cc
msgid "Unknown error executing apt-key"
msgstr "Onbekende fout bij het uitvoeren van apt-key"
@@ -2528,16 +2529,16 @@ msgstr ""
"Zie de man-pagina apt-secure(8) voor details over het aanmaken van een "
"pakketbron en over de configuratie langs gebruikerskant."
+#: apt-pkg/acquire-item.cc
+msgid "Hash Sum mismatch"
+msgstr "Hash-som komt niet overeen"
+
#: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc
#, c-format
msgid "rename failed, %s (%s -> %s)."
msgstr "het hernoemen is mislukt, %s (%s -> %s)."
#: apt-pkg/acquire-item.cc
-msgid "Hash Sum mismatch"
-msgstr "Hash-som komt niet overeen"
-
-#: apt-pkg/acquire-item.cc
msgid "Size mismatch"
msgstr "Grootte komt niet overeen"
@@ -2593,11 +2594,6 @@ msgstr ""
"vermits pakketbron '%s' er slechts zwakke veiligheidsinformatie voor "
"verstrekt"
-#: apt-pkg/acquire-item.cc
-msgid "There is no public key available for the following key IDs:\n"
-msgstr ""
-"Er zijn geen publieke sleutels beschikbaar voor de volgende sleutel-ID's:\n"
-
#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is
#. the time since then the file is invalid - formatted in the same way as in
#. the download progress display (e.g. 7d 3h 42min 1s)
@@ -3843,11 +3839,6 @@ msgid "Cannot convert %s to integer: out of range"
msgstr "Kan %s niet naar een geheel getal omzetten: buiten het bereik"
#: apt-pkg/update.cc
-#, c-format
-msgid "Failed to fetch %s %s"
-msgstr "Ophalen van %s is mislukt %s"
-
-#: apt-pkg/update.cc
msgid ""
"Some index files failed to download. They have been ignored, or old ones "
"used instead."
@@ -3859,6 +3850,20 @@ msgstr ""
msgid "Calculating upgrade"
msgstr "Opwaardering wordt doorgerekend"
+#~ msgid "Failed to fetch %s %s\n"
+#~ msgstr "Ophalen van %s is mislukt %s\n"
+
+#~ msgid "(not found)"
+#~ msgstr "(niet gevonden)"
+
+#~ msgid " Package pin: "
+#~ msgstr " Pakketpin: "
+
+#~ msgid "There is no public key available for the following key IDs:\n"
+#~ msgstr ""
+#~ "Er zijn geen publieke sleutels beschikbaar voor de volgende sleutel-"
+#~ "ID's:\n"
+
#, fuzzy
#~ msgid "The repository is insufficiently signed by key %s (%s)"
#~ msgstr "De pakketbron '%s' is niet ondertekend."
diff --git a/po/nn.po b/po/nn.po
index 28d4ca1f9..026fa354a 100644
--- a/po/nn.po
+++ b/po/nn.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-04-25 15:24+0200\n"
+"POT-Creation-Date: 2016-05-11 10:50+0200\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"
@@ -753,10 +753,6 @@ msgstr "Mellomlageret er ute av takt, kan ikkje x-referera ei pakkefil"
msgid "Pinned packages:"
msgstr "Spikra pakkar:"
-#: apt-private/private-show.cc
-msgid "(not found)"
-msgstr "(ikkje funne)"
-
#. Print the package name and the version we are forcing to
#: apt-private/private-show.cc
#, c-format
@@ -775,10 +771,6 @@ msgstr " Kandidat: "
msgid "(none)"
msgstr "(ingen)"
-#: apt-private/private-show.cc
-msgid " Package pin: "
-msgstr " Pakke spikra til: "
-
#. Show the priority tables
#: apt-private/private-show.cc
msgid " Version table:"
@@ -1685,6 +1677,21 @@ msgstr "Sprjing"
msgid "Unable to invoke "
msgstr "Klarte ikkje starta "
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc apt-pkg/acquire-item.cc
+#, c-format
+msgid ""
+"Clearsigned file isn't valid, got '%s' (does the network require "
+"authentication?)"
+msgstr ""
+
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc
+#, c-format
+msgid ""
+"Signed file isn't valid, got '%s' (does the network require authentication?)"
+msgstr ""
+
#: methods/gpgv.cc
msgid "At least one invalid signature was encountered."
msgstr ""
@@ -1698,14 +1705,6 @@ msgstr ""
msgid "Could not execute 'apt-key' to verify signature (is gnupg installed?)"
msgstr ""
-#. TRANSLATORS: %s is a single techy word like 'NODATA'
-#: methods/gpgv.cc apt-pkg/acquire-item.cc
-#, c-format
-msgid ""
-"Clearsigned file isn't valid, got '%s' (does the network require "
-"authentication?)"
-msgstr ""
-
#: methods/gpgv.cc
msgid "Unknown error executing apt-key"
msgstr ""
@@ -2428,16 +2427,16 @@ msgid ""
"details."
msgstr ""
-#: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc
-#, c-format
-msgid "rename failed, %s (%s -> %s)."
-msgstr "endring av namn mislukkast, %s (%s -> %s)."
-
#: apt-pkg/acquire-item.cc
#, fuzzy
msgid "Hash Sum mismatch"
msgstr "Feil MD5-sum"
+#: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc
+#, c-format
+msgid "rename failed, %s (%s -> %s)."
+msgstr "endring av namn mislukkast, %s (%s -> %s)."
+
#: apt-pkg/acquire-item.cc
msgid "Size mismatch"
msgstr "Feil storleik"
@@ -2486,10 +2485,6 @@ msgid ""
"weak security information for it"
msgstr ""
-#: apt-pkg/acquire-item.cc
-msgid "There is no public key available for the following key IDs:\n"
-msgstr ""
-
#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is
#. the time since then the file is invalid - formatted in the same way as in
#. the download progress display (e.g. 7d 3h 42min 1s)
@@ -3673,6 +3668,12 @@ msgstr ""
msgid "Calculating upgrade"
msgstr "Reknar ut oppgradering"
+#~ msgid "(not found)"
+#~ msgstr "(ikkje funne)"
+
+#~ msgid " Package pin: "
+#~ msgstr " Pakke spikra til: "
+
#, fuzzy
#~ msgid "The repository is insufficiently signed by key %s (%s)"
#~ msgstr "Katalogen %s er avleidd"
diff --git a/po/pl.po b/po/pl.po
index ab4226754..412fd7179 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.9.7.3\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-04-25 15:24+0200\n"
+"POT-Creation-Date: 2016-05-11 10:50+0200\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"
@@ -787,10 +787,6 @@ msgstr ""
msgid "Pinned packages:"
msgstr "Przypięte pakiety:"
-#: apt-private/private-show.cc
-msgid "(not found)"
-msgstr "(nie znaleziono)"
-
#. Print the package name and the version we are forcing to
#: apt-private/private-show.cc
#, c-format
@@ -809,10 +805,6 @@ msgstr " Kandydująca: "
msgid "(none)"
msgstr "(brak)"
-#: apt-private/private-show.cc
-msgid " Package pin: "
-msgstr " Sposób przypięcia: "
-
#. Show the priority tables
#: apt-private/private-show.cc
msgid " Version table:"
@@ -1735,6 +1727,21 @@ msgstr "Info"
msgid "Unable to invoke "
msgstr "Nie można wywołać "
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc apt-pkg/acquire-item.cc
+#, c-format
+msgid ""
+"Clearsigned file isn't valid, got '%s' (does the network require "
+"authentication?)"
+msgstr ""
+
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc
+#, c-format
+msgid ""
+"Signed file isn't valid, got '%s' (does the network require authentication?)"
+msgstr ""
+
#: methods/gpgv.cc
msgid "At least one invalid signature was encountered."
msgstr "Napotkano przynajmniej jeden nieprawidłowy podpis."
@@ -1751,14 +1758,6 @@ msgstr ""
"Nie udało się uruchomić apt-key by zweryfikować podpis (czy gnupg jest "
"zainstalowane?)"
-#. TRANSLATORS: %s is a single techy word like 'NODATA'
-#: methods/gpgv.cc apt-pkg/acquire-item.cc
-#, c-format
-msgid ""
-"Clearsigned file isn't valid, got '%s' (does the network require "
-"authentication?)"
-msgstr ""
-
#: methods/gpgv.cc
msgid "Unknown error executing apt-key"
msgstr "Nieznany błąd podczas uruchamiania apt-key"
@@ -2491,16 +2490,16 @@ msgid ""
"details."
msgstr ""
+#: apt-pkg/acquire-item.cc
+msgid "Hash Sum mismatch"
+msgstr "Błędna suma kontrolna"
+
#: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc
#, c-format
msgid "rename failed, %s (%s -> %s)."
msgstr "nie udało się zmienić nazwy, %s (%s -> %s)"
#: apt-pkg/acquire-item.cc
-msgid "Hash Sum mismatch"
-msgstr "Błędna suma kontrolna"
-
-#: apt-pkg/acquire-item.cc
msgid "Size mismatch"
msgstr "Błędny rozmiar"
@@ -2552,10 +2551,6 @@ msgid ""
"weak security information for it"
msgstr ""
-#: apt-pkg/acquire-item.cc
-msgid "There is no public key available for the following key IDs:\n"
-msgstr "Dla następujących identyfikatorów kluczy brakuje klucza publicznego:\n"
-
#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is
#. the time since then the file is invalid - formatted in the same way as in
#. the download progress display (e.g. 7d 3h 42min 1s)
@@ -3785,6 +3780,16 @@ msgstr ""
msgid "Calculating upgrade"
msgstr "Obliczanie aktualizacji"
+#~ msgid "(not found)"
+#~ msgstr "(nie znaleziono)"
+
+#~ msgid " Package pin: "
+#~ msgstr " Sposób przypięcia: "
+
+#~ msgid "There is no public key available for the following key IDs:\n"
+#~ msgstr ""
+#~ "Dla następujących identyfikatorów kluczy brakuje klucza publicznego:\n"
+
#, fuzzy
#~ msgid "The repository is insufficiently signed by key %s (%s)"
#~ msgstr "Ominięcie katalogu %s"
diff --git a/po/pt.po b/po/pt.po
index 1a2f96591..0092cd491 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-04-25 15:24+0200\n"
+"POT-Creation-Date: 2016-05-11 10:50+0200\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"
@@ -759,10 +759,6 @@ msgstr ""
msgid "Pinned packages:"
msgstr "Pacotes Marcados:"
-#: apt-private/private-show.cc
-msgid "(not found)"
-msgstr "(não encontrado)"
-
#. Print the package name and the version we are forcing to
#: apt-private/private-show.cc
#, c-format
@@ -781,10 +777,6 @@ msgstr " Candidato: "
msgid "(none)"
msgstr "(nenhum)"
-#: apt-private/private-show.cc
-msgid " Package pin: "
-msgstr " Marcação do Pacote: "
-
#. Show the priority tables
#: apt-private/private-show.cc
msgid " Version table:"
@@ -1700,6 +1692,21 @@ msgstr "Pesquisa"
msgid "Unable to invoke "
msgstr "Não foi possível invocar "
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc apt-pkg/acquire-item.cc
+#, c-format
+msgid ""
+"Clearsigned file isn't valid, got '%s' (does the network require "
+"authentication?)"
+msgstr ""
+
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc
+#, c-format
+msgid ""
+"Signed file isn't valid, got '%s' (does the network require authentication?)"
+msgstr ""
+
#: methods/gpgv.cc
msgid "At least one invalid signature was encountered."
msgstr "Pelo menos uma assinatura inválida foi encontrada."
@@ -1717,14 +1724,6 @@ msgstr ""
"Não foi possível executar 'apt-key' para verificar a assinatura (o gnupg "
"está instalado?)"
-#. TRANSLATORS: %s is a single techy word like 'NODATA'
-#: methods/gpgv.cc apt-pkg/acquire-item.cc
-#, c-format
-msgid ""
-"Clearsigned file isn't valid, got '%s' (does the network require "
-"authentication?)"
-msgstr ""
-
#: methods/gpgv.cc
msgid "Unknown error executing apt-key"
msgstr "Erro desconhecido ao executar apt-key"
@@ -2456,16 +2455,16 @@ msgid ""
"details."
msgstr ""
+#: apt-pkg/acquire-item.cc
+msgid "Hash Sum mismatch"
+msgstr "Código de verificação hash não coincide"
+
#: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc
#, c-format
msgid "rename failed, %s (%s -> %s)."
msgstr "falhou renomear, %s (%s -> %s)."
#: apt-pkg/acquire-item.cc
-msgid "Hash Sum mismatch"
-msgstr "Código de verificação hash não coincide"
-
-#: apt-pkg/acquire-item.cc
msgid "Size mismatch"
msgstr "Tamanho incorrecto"
@@ -2518,12 +2517,6 @@ msgid ""
"weak security information for it"
msgstr ""
-#: apt-pkg/acquire-item.cc
-msgid "There is no public key available for the following key IDs:\n"
-msgstr ""
-"Não existe qualquer chave pública disponível para as seguintes IDs de "
-"chave:\n"
-
#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is
#. the time since then the file is invalid - formatted in the same way as in
#. the download progress display (e.g. 7d 3h 42min 1s)
@@ -3766,6 +3759,17 @@ msgstr ""
msgid "Calculating upgrade"
msgstr "A calcular a actualização"
+#~ msgid "(not found)"
+#~ msgstr "(não encontrado)"
+
+#~ msgid " Package pin: "
+#~ msgstr " Marcação do Pacote: "
+
+#~ msgid "There is no public key available for the following key IDs:\n"
+#~ msgstr ""
+#~ "Não existe qualquer chave pública disponível para as seguintes IDs de "
+#~ "chave:\n"
+
#, fuzzy
#~ msgid "The repository is insufficiently signed by key %s (%s)"
#~ msgstr "O directório %s é desviado"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 0dcce7983..078951db7 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: 2016-04-25 15:24+0200\n"
+"POT-Creation-Date: 2016-05-11 10:50+0200\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."
@@ -757,10 +757,6 @@ msgstr ""
msgid "Pinned packages:"
msgstr "Pacotes alfinetados (\"pinned\"):"
-#: apt-private/private-show.cc
-msgid "(not found)"
-msgstr "(não encontrado)"
-
#. Print the package name and the version we are forcing to
#: apt-private/private-show.cc
#, c-format
@@ -779,10 +775,6 @@ msgstr " Candidato: "
msgid "(none)"
msgstr "(nenhum)"
-#: apt-private/private-show.cc
-msgid " Package pin: "
-msgstr " Pacote alfinetado (\"pin\"): "
-
#. Show the priority tables
#: apt-private/private-show.cc
msgid " Version table:"
@@ -1685,6 +1677,21 @@ msgstr "Pesquisa"
msgid "Unable to invoke "
msgstr "Impossível invocar "
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc apt-pkg/acquire-item.cc
+#, c-format
+msgid ""
+"Clearsigned file isn't valid, got '%s' (does the network require "
+"authentication?)"
+msgstr ""
+
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc
+#, c-format
+msgid ""
+"Signed file isn't valid, got '%s' (does the network require authentication?)"
+msgstr ""
+
#: methods/gpgv.cc
msgid "At least one invalid signature was encountered."
msgstr "Ao menos uma assinatura inválida foi encontrada."
@@ -1703,14 +1710,6 @@ msgstr ""
"Não foi possível executar '%s' para verificar a assinatura (o gnupg está "
"instalado?)"
-#. TRANSLATORS: %s is a single techy word like 'NODATA'
-#: methods/gpgv.cc apt-pkg/acquire-item.cc
-#, c-format
-msgid ""
-"Clearsigned file isn't valid, got '%s' (does the network require "
-"authentication?)"
-msgstr ""
-
#: methods/gpgv.cc
msgid "Unknown error executing apt-key"
msgstr "Erro desconhecido executando apt-key"
@@ -2447,16 +2446,16 @@ msgid ""
"details."
msgstr ""
+#: apt-pkg/acquire-item.cc
+msgid "Hash Sum mismatch"
+msgstr "Hash Sum incorreto"
+
#: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc
#, c-format
msgid "rename failed, %s (%s -> %s)."
msgstr "renomeação falhou, %s (%s -> %s)."
#: apt-pkg/acquire-item.cc
-msgid "Hash Sum mismatch"
-msgstr "Hash Sum incorreto"
-
-#: apt-pkg/acquire-item.cc
msgid "Size mismatch"
msgstr "Tamanho incorreto"
@@ -2504,10 +2503,6 @@ msgid ""
"weak security information for it"
msgstr ""
-#: apt-pkg/acquire-item.cc
-msgid "There is no public key available for the following key IDs:\n"
-msgstr "Não existem chaves públicas para os seguintes IDs de chaves:\n"
-
#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is
#. the time since then the file is invalid - formatted in the same way as in
#. the download progress display (e.g. 7d 3h 42min 1s)
@@ -3702,6 +3697,15 @@ msgstr ""
msgid "Calculating upgrade"
msgstr "Calculando atualização"
+#~ msgid "(not found)"
+#~ msgstr "(não encontrado)"
+
+#~ msgid " Package pin: "
+#~ msgstr " Pacote alfinetado (\"pin\"): "
+
+#~ msgid "There is no public key available for the following key IDs:\n"
+#~ msgstr "Não existem chaves públicas para os seguintes IDs de chaves:\n"
+
#, fuzzy
#~ msgid "The repository is insufficiently signed by key %s (%s)"
#~ msgstr "O diretório %s é desviado (\"diverted\")"
diff --git a/po/ro.po b/po/ro.po
index ab86ba421..68cd314e9 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-04-25 15:24+0200\n"
+"POT-Creation-Date: 2016-05-11 10:50+0200\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"
@@ -762,10 +762,6 @@ msgstr ""
msgid "Pinned packages:"
msgstr "Pachete alese special:"
-#: apt-private/private-show.cc
-msgid "(not found)"
-msgstr "(negăsit)"
-
#. Print the package name and the version we are forcing to
#: apt-private/private-show.cc
#, c-format
@@ -784,10 +780,6 @@ msgstr " Candidează: "
msgid "(none)"
msgstr "(niciunul)"
-#: apt-private/private-show.cc
-msgid " Package pin: "
-msgstr " Pachet ales special: "
-
#. Show the priority tables
#: apt-private/private-show.cc
msgid " Version table:"
@@ -1694,6 +1686,21 @@ msgstr "Interogare"
msgid "Unable to invoke "
msgstr "Nu s-a putut invoca"
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc apt-pkg/acquire-item.cc
+#, c-format
+msgid ""
+"Clearsigned file isn't valid, got '%s' (does the network require "
+"authentication?)"
+msgstr ""
+
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc
+#, c-format
+msgid ""
+"Signed file isn't valid, got '%s' (does the network require authentication?)"
+msgstr ""
+
#: methods/gpgv.cc
msgid "At least one invalid signature was encountered."
msgstr "Cel puțin o semnătură nevalidă a fost întâlnită."
@@ -1712,14 +1719,6 @@ msgstr ""
"Nu s-a putut executa „%s” pentru verificarea semnăturii (gnupg este "
"instalat?)"
-#. TRANSLATORS: %s is a single techy word like 'NODATA'
-#: methods/gpgv.cc apt-pkg/acquire-item.cc
-#, c-format
-msgid ""
-"Clearsigned file isn't valid, got '%s' (does the network require "
-"authentication?)"
-msgstr ""
-
#: methods/gpgv.cc
msgid "Unknown error executing apt-key"
msgstr "Eroare necunoscută în timp ce se execută apt-key"
@@ -2461,16 +2460,16 @@ msgid ""
"details."
msgstr ""
+#: apt-pkg/acquire-item.cc
+msgid "Hash Sum mismatch"
+msgstr "Nepotrivire la suma de căutare"
+
#: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc
#, c-format
msgid "rename failed, %s (%s -> %s)."
msgstr "redenumire eșuată, %s (%s -> %s)."
#: apt-pkg/acquire-item.cc
-msgid "Hash Sum mismatch"
-msgstr "Nepotrivire la suma de căutare"
-
-#: apt-pkg/acquire-item.cc
msgid "Size mismatch"
msgstr "Nepotrivire dimensiune"
@@ -2518,12 +2517,6 @@ msgid ""
"weak security information for it"
msgstr ""
-#: apt-pkg/acquire-item.cc
-msgid "There is no public key available for the following key IDs:\n"
-msgstr ""
-"Nu există nici o cheie publică disponibilă pentru următoarele "
-"identificatoare de chei:\n"
-
#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is
#. the time since then the file is invalid - formatted in the same way as in
#. the download progress display (e.g. 7d 3h 42min 1s)
@@ -3717,6 +3710,17 @@ msgstr ""
msgid "Calculating upgrade"
msgstr "Calculez înnoirea"
+#~ msgid "(not found)"
+#~ msgstr "(negăsit)"
+
+#~ msgid " Package pin: "
+#~ msgstr " Pachet ales special: "
+
+#~ msgid "There is no public key available for the following key IDs:\n"
+#~ msgstr ""
+#~ "Nu există nici o cheie publică disponibilă pentru următoarele "
+#~ "identificatoare de chei:\n"
+
#, fuzzy
#~ msgid "The repository is insufficiently signed by key %s (%s)"
#~ msgstr "Directorul %s este redirectat"
diff --git a/po/ru.po b/po/ru.po
index d831a6728..78ac2acd6 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.9.10\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-04-25 15:24+0200\n"
+"POT-Creation-Date: 2016-05-11 10:50+0200\n"
"PO-Revision-Date: 2015-06-23 20:40+0300\n"
"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
@@ -776,10 +776,6 @@ msgstr "Кэш рассинхронизирован, невозможно обн
msgid "Pinned packages:"
msgstr "Зафиксированные пакеты:"
-#: apt-private/private-show.cc
-msgid "(not found)"
-msgstr "(не найдено)"
-
#. Print the package name and the version we are forcing to
#: apt-private/private-show.cc
#, c-format
@@ -798,10 +794,6 @@ msgstr " Кандидат: "
msgid "(none)"
msgstr "(отсутствует)"
-#: apt-private/private-show.cc
-msgid " Package pin: "
-msgstr " Фиксатор пакета: "
-
#. Show the priority tables
#: apt-private/private-show.cc
msgid " Version table:"
@@ -1730,6 +1722,25 @@ msgstr "Запрос"
msgid "Unable to invoke "
msgstr "Невозможно вызвать "
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc apt-pkg/acquire-item.cc
+#, c-format
+msgid ""
+"Clearsigned file isn't valid, got '%s' (does the network require "
+"authentication?)"
+msgstr ""
+"Некорректный подписанный файл, получено «%s» (возможно в сети требуется "
+"аутентификация?)"
+
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc
+#, fuzzy, c-format
+msgid ""
+"Signed file isn't valid, got '%s' (does the network require authentication?)"
+msgstr ""
+"Некорректный подписанный файл, получено «%s» (возможно в сети требуется "
+"аутентификация?)"
+
#: methods/gpgv.cc
msgid "At least one invalid signature was encountered."
msgstr "Найдена как минимум одна неправильная подпись."
@@ -1746,16 +1757,6 @@ msgid "Could not execute 'apt-key' to verify signature (is gnupg installed?)"
msgstr ""
"Не удалось выполнить «apt-key» для проверки подписи (gnupg установлена?)"
-#. TRANSLATORS: %s is a single techy word like 'NODATA'
-#: methods/gpgv.cc apt-pkg/acquire-item.cc
-#, c-format
-msgid ""
-"Clearsigned file isn't valid, got '%s' (does the network require "
-"authentication?)"
-msgstr ""
-"Некорректный подписанный файл, получено «%s» (возможно в сети требуется "
-"аутентификация?)"
-
#: methods/gpgv.cc
msgid "Unknown error executing apt-key"
msgstr "Неизвестная ошибка при выполнении apt-key"
@@ -2489,16 +2490,16 @@ msgid ""
"details."
msgstr ""
+#: apt-pkg/acquire-item.cc
+msgid "Hash Sum mismatch"
+msgstr "Хеш сумма не совпадает"
+
#: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc
#, c-format
msgid "rename failed, %s (%s -> %s)."
msgstr "переименовать не удалось, %s (%s -> %s)."
#: apt-pkg/acquire-item.cc
-msgid "Hash Sum mismatch"
-msgstr "Хеш сумма не совпадает"
-
-#: apt-pkg/acquire-item.cc
msgid "Size mismatch"
msgstr "Не совпадает размер"
@@ -2549,10 +2550,6 @@ msgid ""
"weak security information for it"
msgstr ""
-#: apt-pkg/acquire-item.cc
-msgid "There is no public key available for the following key IDs:\n"
-msgstr "Недоступен открытый ключ для следующих ID ключей:\n"
-
#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is
#. the time since then the file is invalid - formatted in the same way as in
#. the download progress display (e.g. 7d 3h 42min 1s)
@@ -3786,6 +3783,15 @@ msgstr ""
msgid "Calculating upgrade"
msgstr "Расчёт обновлений"
+#~ msgid "(not found)"
+#~ msgstr "(не найдено)"
+
+#~ msgid " Package pin: "
+#~ msgstr " Фиксатор пакета: "
+
+#~ msgid "There is no public key available for the following key IDs:\n"
+#~ msgstr "Недоступен открытый ключ для следующих ID ключей:\n"
+
#, fuzzy
#~ msgid "The repository is insufficiently signed by key %s (%s)"
#~ msgstr "Каталог %s входит в список diverted"
diff --git a/po/sk.po b/po/sk.po
index 7646a62d6..4d7127ffc 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-04-25 15:24+0200\n"
+"POT-Creation-Date: 2016-05-11 10:50+0200\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"
@@ -768,10 +768,6 @@ msgstr "Vyrovnávacia pamäť je neaktuálna, nedá sa odvolať na súbor balík
msgid "Pinned packages:"
msgstr "Pripevnené balíky:"
-#: apt-private/private-show.cc
-msgid "(not found)"
-msgstr "(nenájdené)"
-
#. Print the package name and the version we are forcing to
#: apt-private/private-show.cc
#, c-format
@@ -790,10 +786,6 @@ msgstr " Kandidát: "
msgid "(none)"
msgstr "(žiadna)"
-#: apt-private/private-show.cc
-msgid " Package pin: "
-msgstr " Pripevnený balík:"
-
#. Show the priority tables
#: apt-private/private-show.cc
msgid " Version table:"
@@ -1707,6 +1699,21 @@ msgstr "Dotaz"
msgid "Unable to invoke "
msgstr "Nedá sa vyvolať "
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc apt-pkg/acquire-item.cc
+#, c-format
+msgid ""
+"Clearsigned file isn't valid, got '%s' (does the network require "
+"authentication?)"
+msgstr ""
+
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc
+#, c-format
+msgid ""
+"Signed file isn't valid, got '%s' (does the network require authentication?)"
+msgstr ""
+
#: methods/gpgv.cc
msgid "At least one invalid signature was encountered."
msgstr "Bola zistená aspoň jedna nesprávna signatúra."
@@ -1721,14 +1728,6 @@ msgid "Could not execute 'apt-key' to verify signature (is gnupg installed?)"
msgstr ""
"Nedá sa spustiť „apt-key“ kvôli overeniu podpisu (je nainštalované gnupg?)"
-#. TRANSLATORS: %s is a single techy word like 'NODATA'
-#: methods/gpgv.cc apt-pkg/acquire-item.cc
-#, c-format
-msgid ""
-"Clearsigned file isn't valid, got '%s' (does the network require "
-"authentication?)"
-msgstr ""
-
#: methods/gpgv.cc
msgid "Unknown error executing apt-key"
msgstr "Neznáma chyba pri spustení apt-key"
@@ -2454,16 +2453,16 @@ msgid ""
"details."
msgstr ""
+#: apt-pkg/acquire-item.cc
+msgid "Hash Sum mismatch"
+msgstr "Nezhoda kontrolných haš súčtov"
+
#: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc
#, c-format
msgid "rename failed, %s (%s -> %s)."
msgstr "premenovanie zlyhalo, %s (%s -> %s)."
#: apt-pkg/acquire-item.cc
-msgid "Hash Sum mismatch"
-msgstr "Nezhoda kontrolných haš súčtov"
-
-#: apt-pkg/acquire-item.cc
msgid "Size mismatch"
msgstr "Veľkosti sa nezhodujú"
@@ -2515,10 +2514,6 @@ msgid ""
"weak security information for it"
msgstr ""
-#: apt-pkg/acquire-item.cc
-msgid "There is no public key available for the following key IDs:\n"
-msgstr "Nie sú dostupné žiadne verejné kľúče ku kľúčom s nasledovnými ID:\n"
-
#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is
#. the time since then the file is invalid - formatted in the same way as in
#. the download progress display (e.g. 7d 3h 42min 1s)
@@ -3726,6 +3721,15 @@ msgstr ""
msgid "Calculating upgrade"
msgstr "Prepočítava sa aktualizácia"
+#~ msgid "(not found)"
+#~ msgstr "(nenájdené)"
+
+#~ msgid " Package pin: "
+#~ msgstr " Pripevnený balík:"
+
+#~ msgid "There is no public key available for the following key IDs:\n"
+#~ msgstr "Nie sú dostupné žiadne verejné kľúče ku kľúčom s nasledovnými ID:\n"
+
#, fuzzy
#~ msgid "The repository is insufficiently signed by key %s (%s)"
#~ msgstr "Adresár %s je divertovaný"
diff --git a/po/sl.po b/po/sl.po
index f3500e38f..7100453af 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.5.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-04-25 15:24+0200\n"
+"POT-Creation-Date: 2016-05-11 10:50+0200\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"
@@ -773,10 +773,6 @@ msgstr "Predpomnilnik ni usklajen, x-ref datoteke paketa ni mogoč"
msgid "Pinned packages:"
msgstr "Pripeti paketi:"
-#: apt-private/private-show.cc
-msgid "(not found)"
-msgstr "(ni najdeno)"
-
#. Print the package name and the version we are forcing to
#: apt-private/private-show.cc
#, c-format
@@ -795,10 +791,6 @@ msgstr " Kandidat: "
msgid "(none)"
msgstr "(brez)"
-#: apt-private/private-show.cc
-msgid " Package pin: "
-msgstr " Bucika paketa: "
-
#. Show the priority tables
#: apt-private/private-show.cc
msgid " Version table:"
@@ -1710,6 +1702,21 @@ msgstr "Poizvedba"
msgid "Unable to invoke "
msgstr "Ni mogoče klicati "
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc apt-pkg/acquire-item.cc
+#, c-format
+msgid ""
+"Clearsigned file isn't valid, got '%s' (does the network require "
+"authentication?)"
+msgstr ""
+
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc
+#, c-format
+msgid ""
+"Signed file isn't valid, got '%s' (does the network require authentication?)"
+msgstr ""
+
#: methods/gpgv.cc
msgid "At least one invalid signature was encountered."
msgstr "Najden je bil vsaj en neveljaven podpis."
@@ -1725,14 +1732,6 @@ msgid "Could not execute 'apt-key' to verify signature (is gnupg installed?)"
msgstr ""
"Ni mogoče izvesti 'apt-key' za preverjanje podpisa (je gnupg nameščen?)"
-#. TRANSLATORS: %s is a single techy word like 'NODATA'
-#: methods/gpgv.cc apt-pkg/acquire-item.cc
-#, c-format
-msgid ""
-"Clearsigned file isn't valid, got '%s' (does the network require "
-"authentication?)"
-msgstr ""
-
#: methods/gpgv.cc
msgid "Unknown error executing apt-key"
msgstr "Neznana napaka med izvajanjem apt-key"
@@ -2459,16 +2458,16 @@ msgid ""
"details."
msgstr ""
+#: apt-pkg/acquire-item.cc
+msgid "Hash Sum mismatch"
+msgstr "Neujemanje vsote razpršil"
+
#: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc
#, c-format
msgid "rename failed, %s (%s -> %s)."
msgstr "preimenovanje je spodletelo, %s (%s -> %s)."
#: apt-pkg/acquire-item.cc
-msgid "Hash Sum mismatch"
-msgstr "Neujemanje vsote razpršil"
-
-#: apt-pkg/acquire-item.cc
msgid "Size mismatch"
msgstr "Neujemanje velikosti"
@@ -2520,10 +2519,6 @@ msgid ""
"weak security information for it"
msgstr ""
-#: apt-pkg/acquire-item.cc
-msgid "There is no public key available for the following key IDs:\n"
-msgstr "Za naslednje ID-je ključa ni na voljo javnih ključev:\n"
-
#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is
#. the time since then the file is invalid - formatted in the same way as in
#. the download progress display (e.g. 7d 3h 42min 1s)
@@ -3731,6 +3726,15 @@ msgstr ""
msgid "Calculating upgrade"
msgstr "Preračunavanje nadgradnje"
+#~ msgid "(not found)"
+#~ msgstr "(ni najdeno)"
+
+#~ msgid " Package pin: "
+#~ msgstr " Bucika paketa: "
+
+#~ msgid "There is no public key available for the following key IDs:\n"
+#~ msgstr "Za naslednje ID-je ključa ni na voljo javnih ključev:\n"
+
#, fuzzy
#~ msgid "The repository is insufficiently signed by key %s (%s)"
#~ msgstr "Mapa %s je odklonjena"
diff --git a/po/sv.po b/po/sv.po
index 2582689aa..1775f6e4c 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -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: 2016-04-25 15:24+0200\n"
+"POT-Creation-Date: 2016-05-11 10:50+0200\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"
@@ -765,10 +765,6 @@ msgstr "Cachen är inte synkroniserad, kan inte korsreferera en paketfil"
msgid "Pinned packages:"
msgstr "Fastnålade paket:"
-#: apt-private/private-show.cc
-msgid "(not found)"
-msgstr "(hittades inte)"
-
#. Print the package name and the version we are forcing to
#: apt-private/private-show.cc
#, c-format
@@ -787,10 +783,6 @@ msgstr " Kandidat: "
msgid "(none)"
msgstr "(ingen)"
-#: apt-private/private-show.cc
-msgid " Package pin: "
-msgstr " Paketnålning: "
-
#. Show the priority tables
#: apt-private/private-show.cc
msgid " Version table:"
@@ -1710,6 +1702,25 @@ msgstr "Frågar"
msgid "Unable to invoke "
msgstr "Kunde inte starta "
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc apt-pkg/acquire-item.cc
+#, c-format
+msgid ""
+"Clearsigned file isn't valid, got '%s' (does the network require "
+"authentication?)"
+msgstr ""
+"Klartextsignerad fil är inte giltig, fick ”%s” (kräver nätverket "
+"autentisering?)"
+
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc
+#, fuzzy, c-format
+msgid ""
+"Signed file isn't valid, got '%s' (does the network require authentication?)"
+msgstr ""
+"Klartextsignerad fil är inte giltig, fick ”%s” (kräver nätverket "
+"autentisering?)"
+
#: methods/gpgv.cc
msgid "At least one invalid signature was encountered."
msgstr "Minst en ogiltig signatur träffades på."
@@ -1726,16 +1737,6 @@ msgid "Could not execute 'apt-key' to verify signature (is gnupg installed?)"
msgstr ""
"Kunde inte köra ”apt-key” för att verifiera signatur (är gnupg installerad?)"
-#. TRANSLATORS: %s is a single techy word like 'NODATA'
-#: methods/gpgv.cc apt-pkg/acquire-item.cc
-#, c-format
-msgid ""
-"Clearsigned file isn't valid, got '%s' (does the network require "
-"authentication?)"
-msgstr ""
-"Klartextsignerad fil är inte giltig, fick ”%s” (kräver nätverket "
-"autentisering?)"
-
#: methods/gpgv.cc
msgid "Unknown error executing apt-key"
msgstr "Okänt fel vid körning av apt-key"
@@ -2473,16 +2474,16 @@ msgid ""
"details."
msgstr ""
+#: apt-pkg/acquire-item.cc
+msgid "Hash Sum mismatch"
+msgstr "Hash-kontrollsumman stämmer inte"
+
#: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc
#, c-format
msgid "rename failed, %s (%s -> %s)."
msgstr "namnbyte misslyckades, %s (%s -> %s)."
#: apt-pkg/acquire-item.cc
-msgid "Hash Sum mismatch"
-msgstr "Hash-kontrollsumman stämmer inte"
-
-#: apt-pkg/acquire-item.cc
msgid "Size mismatch"
msgstr "Storleken stämmer inte"
@@ -2533,10 +2534,6 @@ msgid ""
"weak security information for it"
msgstr ""
-#: apt-pkg/acquire-item.cc
-msgid "There is no public key available for the following key IDs:\n"
-msgstr "Det finns ingen öppen nyckel tillgänglig för följande nyckel-id:n:\n"
-
#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is
#. the time since then the file is invalid - formatted in the same way as in
#. the download progress display (e.g. 7d 3h 42min 1s)
@@ -3760,6 +3757,16 @@ msgstr ""
msgid "Calculating upgrade"
msgstr "Beräknar uppgradering"
+#~ msgid "(not found)"
+#~ msgstr "(hittades inte)"
+
+#~ msgid " Package pin: "
+#~ msgstr " Paketnålning: "
+
+#~ msgid "There is no public key available for the following key IDs:\n"
+#~ msgstr ""
+#~ "Det finns ingen öppen nyckel tillgänglig för följande nyckel-id:n:\n"
+
#, fuzzy
#~ msgid "The repository is insufficiently signed by key %s (%s)"
#~ msgstr "Förrådet ”%s” är inte längre signerat."
diff --git a/po/th.po b/po/th.po
index ab13fedbd..84366c667 100644
--- a/po/th.po
+++ b/po/th.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-04-25 15:24+0200\n"
+"POT-Creation-Date: 2016-05-11 10:50+0200\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"
@@ -735,10 +735,6 @@ msgstr "ข้อมูลแคชไม่ตรงกับความเป
msgid "Pinned packages:"
msgstr "แพกเกจที่ถูกตรึง:"
-#: apt-private/private-show.cc
-msgid "(not found)"
-msgstr "(ไม่พบ)"
-
#. Print the package name and the version we are forcing to
#: apt-private/private-show.cc
#, c-format
@@ -757,10 +753,6 @@ msgstr " รุ่นที่ติดตั้งได้: "
msgid "(none)"
msgstr "(ไม่มี)"
-#: apt-private/private-show.cc
-msgid " Package pin: "
-msgstr " การตรึงแพกเกจ: "
-
#. Show the priority tables
#: apt-private/private-show.cc
msgid " Version table:"
@@ -1662,6 +1654,25 @@ msgstr "สอบถาม"
msgid "Unable to invoke "
msgstr "ไม่สามารถเรียก "
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc apt-pkg/acquire-item.cc
+#, c-format
+msgid ""
+"Clearsigned file isn't valid, got '%s' (does the network require "
+"authentication?)"
+msgstr ""
+"แฟ้มที่เซ็นกำกับครอบข้อความมีเนื้อหาไม่ถูกต้อง ได้รับผลลัพธ์ "
+"'%s' (เครือข่ายต้องยืนยันตัวบุคคลหรือไม่?)"
+
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc
+#, fuzzy, c-format
+msgid ""
+"Signed file isn't valid, got '%s' (does the network require authentication?)"
+msgstr ""
+"แฟ้มที่เซ็นกำกับครอบข้อความมีเนื้อหาไม่ถูกต้อง ได้รับผลลัพธ์ "
+"'%s' (เครือข่ายต้องยืนยันตัวบุคคลหรือไม่?)"
+
#: methods/gpgv.cc
msgid "At least one invalid signature was encountered."
msgstr "พบลายเซ็นที่ใช้การไม่ได้อย่างน้อยหนึ่งรายการ"
@@ -1675,16 +1686,6 @@ msgstr "ข้อผิดพลาดภายใน: ลายเซ็นใ
msgid "Could not execute 'apt-key' to verify signature (is gnupg installed?)"
msgstr "ไม่สามารถเรียก 'apt-key' เพื่อตรวจสอบลายเซ็น (ได้ติดตั้ง gnupg ไว้หรือไม่?)"
-#. TRANSLATORS: %s is a single techy word like 'NODATA'
-#: methods/gpgv.cc apt-pkg/acquire-item.cc
-#, c-format
-msgid ""
-"Clearsigned file isn't valid, got '%s' (does the network require "
-"authentication?)"
-msgstr ""
-"แฟ้มที่เซ็นกำกับครอบข้อความมีเนื้อหาไม่ถูกต้อง ได้รับผลลัพธ์ "
-"'%s' (เครือข่ายต้องยืนยันตัวบุคคลหรือไม่?)"
-
#: methods/gpgv.cc
msgid "Unknown error executing apt-key"
msgstr "เกิดข้อผิดพลาดไม่ทราบสาเหตุขณะเรียก apt-key"
@@ -2401,16 +2402,16 @@ msgid ""
"details."
msgstr ""
+#: apt-pkg/acquire-item.cc
+msgid "Hash Sum mismatch"
+msgstr "ผลรวมแฮชไม่ตรงกัน"
+
#: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc
#, c-format
msgid "rename failed, %s (%s -> %s)."
msgstr "เปลี่ยนชื่อไม่สำเร็จ: %s (%s -> %s)"
#: apt-pkg/acquire-item.cc
-msgid "Hash Sum mismatch"
-msgstr "ผลรวมแฮชไม่ตรงกัน"
-
-#: apt-pkg/acquire-item.cc
msgid "Size mismatch"
msgstr "ขนาดไม่ตรงกัน"
@@ -2461,10 +2462,6 @@ msgid ""
"weak security information for it"
msgstr ""
-#: apt-pkg/acquire-item.cc
-msgid "There is no public key available for the following key IDs:\n"
-msgstr "ไม่มีกุญแจสาธารณะสำหรับกุญแจหมายเลขต่อไปนี้:\n"
-
#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is
#. the time since then the file is invalid - formatted in the same way as in
#. the download progress display (e.g. 7d 3h 42min 1s)
@@ -3644,6 +3641,15 @@ msgstr "ดาวน์โหลดแฟ้มดัชนีบางแฟ้
msgid "Calculating upgrade"
msgstr "กำลังคำนวณการปรับรุ่น"
+#~ msgid "(not found)"
+#~ msgstr "(ไม่พบ)"
+
+#~ msgid " Package pin: "
+#~ msgstr " การตรึงแพกเกจ: "
+
+#~ msgid "There is no public key available for the following key IDs:\n"
+#~ msgstr "ไม่มีกุญแจสาธารณะสำหรับกุญแจหมายเลขต่อไปนี้:\n"
+
#, fuzzy
#~ msgid "The repository is insufficiently signed by key %s (%s)"
#~ msgstr "ไดเรกทอรี %s ถูก divert"
diff --git a/po/tl.po b/po/tl.po
index b7fe79ba0..b8694853b 100644
--- a/po/tl.po
+++ b/po/tl.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-04-25 15:24+0200\n"
+"POT-Creation-Date: 2016-05-11 10:50+0200\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"
@@ -754,10 +754,6 @@ msgstr "Wala sa sync ang cache, hindi ma-x-ref ang talaksang pakete"
msgid "Pinned packages:"
msgstr "Mga naka-Pin na Pakete:"
-#: apt-private/private-show.cc
-msgid "(not found)"
-msgstr "(hindi nahanap)"
-
#. Print the package name and the version we are forcing to
#: apt-private/private-show.cc
#, c-format
@@ -776,10 +772,6 @@ msgstr " Kandidato: "
msgid "(none)"
msgstr "(wala)"
-#: apt-private/private-show.cc
-msgid " Package pin: "
-msgstr " Naka-Pin na Pakete: "
-
#. Show the priority tables
#: apt-private/private-show.cc
msgid " Version table:"
@@ -1677,6 +1669,21 @@ msgstr "Tanong"
msgid "Unable to invoke "
msgstr "Hindi ma-invoke "
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc apt-pkg/acquire-item.cc
+#, c-format
+msgid ""
+"Clearsigned file isn't valid, got '%s' (does the network require "
+"authentication?)"
+msgstr ""
+
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc
+#, c-format
+msgid ""
+"Signed file isn't valid, got '%s' (does the network require authentication?)"
+msgstr ""
+
#: methods/gpgv.cc
msgid "At least one invalid signature was encountered."
msgstr "Hindi kukulang sa isang hindi tanggap na lagda ang na-enkwentro."
@@ -1694,14 +1701,6 @@ msgid "Could not execute 'apt-key' to verify signature (is gnupg installed?)"
msgstr ""
"Hindi maitakbo ang '%s' upang maberipika ang lagda (nakaluklok ba ang gnupg?)"
-#. TRANSLATORS: %s is a single techy word like 'NODATA'
-#: methods/gpgv.cc apt-pkg/acquire-item.cc
-#, c-format
-msgid ""
-"Clearsigned file isn't valid, got '%s' (does the network require "
-"authentication?)"
-msgstr ""
-
#: methods/gpgv.cc
msgid "Unknown error executing apt-key"
msgstr "Hindi kilalang error sa pag-execute ng apt-key"
@@ -2436,16 +2435,16 @@ msgid ""
"details."
msgstr ""
-#: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc
-#, c-format
-msgid "rename failed, %s (%s -> %s)."
-msgstr "pagpalit ng pangalan ay bigo, %s (%s -> %s)."
-
#: apt-pkg/acquire-item.cc
#, fuzzy
msgid "Hash Sum mismatch"
msgstr "Di tugmang MD5Sum"
+#: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc
+#, c-format
+msgid "rename failed, %s (%s -> %s)."
+msgstr "pagpalit ng pangalan ay bigo, %s (%s -> %s)."
+
#: apt-pkg/acquire-item.cc
msgid "Size mismatch"
msgstr "Di tugmang laki"
@@ -2494,10 +2493,6 @@ msgid ""
"weak security information for it"
msgstr ""
-#: apt-pkg/acquire-item.cc
-msgid "There is no public key available for the following key IDs:\n"
-msgstr "Walang public key na magamit para sa sumusunod na key ID:\n"
-
#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is
#. the time since then the file is invalid - formatted in the same way as in
#. the download progress display (e.g. 7d 3h 42min 1s)
@@ -3696,6 +3691,15 @@ msgstr ""
msgid "Calculating upgrade"
msgstr "Sinusuri ang pag-upgrade"
+#~ msgid "(not found)"
+#~ msgstr "(hindi nahanap)"
+
+#~ msgid " Package pin: "
+#~ msgstr " Naka-Pin na Pakete: "
+
+#~ msgid "There is no public key available for the following key IDs:\n"
+#~ msgstr "Walang public key na magamit para sa sumusunod na key ID:\n"
+
#, fuzzy
#~ msgid "The repository is insufficiently signed by key %s (%s)"
#~ msgstr "Ang directory %s ay divertado"
diff --git a/po/tr.po b/po/tr.po
index 05154f1cf..4e39b2afa 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-04-25 15:24+0200\n"
+"POT-Creation-Date: 2016-05-11 10:50+0200\n"
"PO-Revision-Date: 2015-10-21 18:21+0300\n"
"Last-Translator: Mert Dirik <mertdirik@gmail.com>\n"
"Language-Team: Debian l10n Turkish <debian-l10n-turkish@lists.debian.org>\n"
@@ -774,10 +774,6 @@ msgstr "Önbellek eşzamanlı değil, paket dosyası 'x-ref' yapılamıyor"
msgid "Pinned packages:"
msgstr "Sabitlenmiş paketler:"
-#: apt-private/private-show.cc
-msgid "(not found)"
-msgstr "(bulunamadı)"
-
#. Print the package name and the version we are forcing to
#: apt-private/private-show.cc
#, c-format
@@ -796,10 +792,6 @@ msgstr " Aday: "
msgid "(none)"
msgstr "(hiçbiri)"
-#: apt-private/private-show.cc
-msgid " Package pin: "
-msgstr " Paket sabitleme: "
-
#. Show the priority tables
#: apt-private/private-show.cc
msgid " Version table:"
@@ -1716,6 +1708,25 @@ msgstr "Sorgu"
msgid "Unable to invoke "
msgstr "Çağrılamıyor "
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc apt-pkg/acquire-item.cc
+#, c-format
+msgid ""
+"Clearsigned file isn't valid, got '%s' (does the network require "
+"authentication?)"
+msgstr ""
+"Temiz-imzalı dosya geçerli değil, '%s' hatası alındı (ağ kimlik doğrulama "
+"gerektiriyor mu?)"
+
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc
+#, fuzzy, c-format
+msgid ""
+"Signed file isn't valid, got '%s' (does the network require authentication?)"
+msgstr ""
+"Temiz-imzalı dosya geçerli değil, '%s' hatası alındı (ağ kimlik doğrulama "
+"gerektiriyor mu?)"
+
#: methods/gpgv.cc
msgid "At least one invalid signature was encountered."
msgstr "En az bir geçersiz imza ile karşılaşıldı."
@@ -1729,16 +1740,6 @@ msgstr "İç hata: İmza iyi, ancak anahtar parmak izi belirlenemedi?!"
msgid "Could not execute 'apt-key' to verify signature (is gnupg installed?)"
msgstr "İmza doğrulama için 'apt-key' çalıştırılamadı (gnupg kurulu mu?)"
-#. TRANSLATORS: %s is a single techy word like 'NODATA'
-#: methods/gpgv.cc apt-pkg/acquire-item.cc
-#, c-format
-msgid ""
-"Clearsigned file isn't valid, got '%s' (does the network require "
-"authentication?)"
-msgstr ""
-"Temiz-imzalı dosya geçerli değil, '%s' hatası alındı (ağ kimlik doğrulama "
-"gerektiriyor mu?)"
-
#: methods/gpgv.cc
msgid "Unknown error executing apt-key"
msgstr "apt-key çalıştırılırken bilinmeyen hata"
@@ -2469,16 +2470,16 @@ msgid ""
"details."
msgstr ""
+#: apt-pkg/acquire-item.cc
+msgid "Hash Sum mismatch"
+msgstr "Sağlama toplamları eşleşmiyor"
+
#: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc
#, c-format
msgid "rename failed, %s (%s -> %s)."
msgstr "yeniden adlandırma başarısız, %s (%s -> %s)."
#: apt-pkg/acquire-item.cc
-msgid "Hash Sum mismatch"
-msgstr "Sağlama toplamları eşleşmiyor"
-
-#: apt-pkg/acquire-item.cc
msgid "Size mismatch"
msgstr "Boyutlar eşleşmiyor"
@@ -2528,11 +2529,6 @@ msgid ""
"weak security information for it"
msgstr ""
-#: apt-pkg/acquire-item.cc
-msgid "There is no public key available for the following key IDs:\n"
-msgstr ""
-"Aşağıdaki anahtar kimlikleri için kullanılır hiçbir genel anahtar yok:\n"
-
#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is
#. the time since then the file is invalid - formatted in the same way as in
#. the download progress display (e.g. 7d 3h 42min 1s)
@@ -3755,6 +3751,16 @@ msgstr ""
msgid "Calculating upgrade"
msgstr "Yükseltme hesaplanıyor"
+#~ msgid "(not found)"
+#~ msgstr "(bulunamadı)"
+
+#~ msgid " Package pin: "
+#~ msgstr " Paket sabitleme: "
+
+#~ msgid "There is no public key available for the following key IDs:\n"
+#~ msgstr ""
+#~ "Aşağıdaki anahtar kimlikleri için kullanılır hiçbir genel anahtar yok:\n"
+
#, fuzzy
#~ msgid "The repository is insufficiently signed by key %s (%s)"
#~ msgstr "'%s' deposu imzalanmamış"
diff --git a/po/uk.po b/po/uk.po
index 6f3141c05..0b06e56f7 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-04-25 15:24+0200\n"
+"POT-Creation-Date: 2016-05-11 10:50+0200\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"
@@ -777,10 +777,6 @@ msgstr "Кеш не синхронізований, неможливо знай
msgid "Pinned packages:"
msgstr "Зафіксовані пакунки:"
-#: apt-private/private-show.cc
-msgid "(not found)"
-msgstr "(не знайдено)"
-
#. Print the package name and the version we are forcing to
#: apt-private/private-show.cc
#, c-format
@@ -799,10 +795,6 @@ msgstr " Кандидат: "
msgid "(none)"
msgstr "(відсутній)"
-#: apt-private/private-show.cc
-msgid " Package pin: "
-msgstr " Фіксатор(pin) пакунка: "
-
#. Show the priority tables
#: apt-private/private-show.cc
msgid " Version table:"
@@ -1724,6 +1716,21 @@ msgstr "Черга"
msgid "Unable to invoke "
msgstr "Неможливо викликати "
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc apt-pkg/acquire-item.cc
+#, c-format
+msgid ""
+"Clearsigned file isn't valid, got '%s' (does the network require "
+"authentication?)"
+msgstr ""
+
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc
+#, c-format
+msgid ""
+"Signed file isn't valid, got '%s' (does the network require authentication?)"
+msgstr ""
+
#: methods/gpgv.cc
msgid "At least one invalid signature was encountered."
msgstr "Знайдено як мінімум один невірний підпис."
@@ -1740,14 +1747,6 @@ msgid "Could not execute 'apt-key' to verify signature (is gnupg installed?)"
msgstr ""
"Неможливо виконати 'apt-key' для перевірки підпису (чи встановлено gnupg?)"
-#. TRANSLATORS: %s is a single techy word like 'NODATA'
-#: methods/gpgv.cc apt-pkg/acquire-item.cc
-#, c-format
-msgid ""
-"Clearsigned file isn't valid, got '%s' (does the network require "
-"authentication?)"
-msgstr ""
-
#: methods/gpgv.cc
msgid "Unknown error executing apt-key"
msgstr "Невідома помилка виконання apt-key"
@@ -2492,16 +2491,16 @@ msgid ""
"details."
msgstr ""
+#: apt-pkg/acquire-item.cc
+msgid "Hash Sum mismatch"
+msgstr "Невідповідність хешу MD5Sum"
+
#: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc
#, c-format
msgid "rename failed, %s (%s -> %s)."
msgstr "не вдалося перейменувати, %s (%s -> %s)."
#: apt-pkg/acquire-item.cc
-msgid "Hash Sum mismatch"
-msgstr "Невідповідність хешу MD5Sum"
-
-#: apt-pkg/acquire-item.cc
msgid "Size mismatch"
msgstr "Невідповідність розміру"
@@ -2553,10 +2552,6 @@ msgid ""
"weak security information for it"
msgstr ""
-#: apt-pkg/acquire-item.cc
-msgid "There is no public key available for the following key IDs:\n"
-msgstr "Відсутній публічний ключ для заданих ідентифікаторів (ID) ключа:\n"
-
#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is
#. the time since then the file is invalid - formatted in the same way as in
#. the download progress display (e.g. 7d 3h 42min 1s)
@@ -3785,6 +3780,15 @@ msgstr ""
msgid "Calculating upgrade"
msgstr "Обчислення оновлень"
+#~ msgid "(not found)"
+#~ msgstr "(не знайдено)"
+
+#~ msgid " Package pin: "
+#~ msgstr " Фіксатор(pin) пакунка: "
+
+#~ msgid "There is no public key available for the following key IDs:\n"
+#~ msgstr "Відсутній публічний ключ для заданих ідентифікаторів (ID) ключа:\n"
+
#, fuzzy
#~ msgid "The repository is insufficiently signed by key %s (%s)"
#~ msgstr "Директорія %s є відхиленою (diverted)"
diff --git a/po/vi.po b/po/vi.po
index b8bc451d8..5abb47b46 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.8\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-04-25 15:24+0200\n"
+"POT-Creation-Date: 2016-05-11 10:50+0200\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"
@@ -750,10 +750,6 @@ msgstr ""
msgid "Pinned packages:"
msgstr "Các gói đã ghim:"
-#: apt-private/private-show.cc
-msgid "(not found)"
-msgstr "(không tìm thấy)"
-
#. Print the package name and the version we are forcing to
#: apt-private/private-show.cc
#, c-format
@@ -772,10 +768,6 @@ msgstr " Ứng cử: "
msgid "(none)"
msgstr "(không)"
-#: apt-private/private-show.cc
-msgid " Package pin: "
-msgstr " Ghim gói: "
-
#. Show the priority tables
#: apt-private/private-show.cc
msgid " Version table:"
@@ -1699,6 +1691,25 @@ msgstr "Truy vấn"
msgid "Unable to invoke "
msgstr "Không thể gọi "
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc apt-pkg/acquire-item.cc
+#, c-format
+msgid ""
+"Clearsigned file isn't valid, got '%s' (does the network require "
+"authentication?)"
+msgstr ""
+"Tập tin Clearsigned không hợp lệ, nhận được “%s” (mạng yêu cầu xác nhận phải "
+"không?)"
+
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc
+#, fuzzy, c-format
+msgid ""
+"Signed file isn't valid, got '%s' (does the network require authentication?)"
+msgstr ""
+"Tập tin Clearsigned không hợp lệ, nhận được “%s” (mạng yêu cầu xác nhận phải "
+"không?)"
+
#: methods/gpgv.cc
msgid "At least one invalid signature was encountered."
msgstr "Gặp ít nhất một chữ ký không hợp lệ."
@@ -1714,16 +1725,6 @@ msgstr ""
"Không thể thực hiện “apt-key” để thẩm tra chữ ký (gnupg đã được cài đặt "
"chưa?)"
-#. TRANSLATORS: %s is a single techy word like 'NODATA'
-#: methods/gpgv.cc apt-pkg/acquire-item.cc
-#, c-format
-msgid ""
-"Clearsigned file isn't valid, got '%s' (does the network require "
-"authentication?)"
-msgstr ""
-"Tập tin Clearsigned không hợp lệ, nhận được “%s” (mạng yêu cầu xác nhận phải "
-"không?)"
-
#: methods/gpgv.cc
msgid "Unknown error executing apt-key"
msgstr "Gặp lỗi không rõ khi thực hiện apt-key"
@@ -2472,16 +2473,16 @@ msgid ""
"details."
msgstr ""
+#: apt-pkg/acquire-item.cc
+msgid "Hash Sum mismatch"
+msgstr "Mã băm tổng kiểm tra không khớp"
+
#: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc
#, c-format
msgid "rename failed, %s (%s -> %s)."
msgstr "gặp lỗi khi đổi tên, %s (%s → %s)."
#: apt-pkg/acquire-item.cc
-msgid "Hash Sum mismatch"
-msgstr "Mã băm tổng kiểm tra không khớp"
-
-#: apt-pkg/acquire-item.cc
msgid "Size mismatch"
msgstr "Kích cỡ không khớp nhau"
@@ -2533,10 +2534,6 @@ msgid ""
"weak security information for it"
msgstr ""
-#: apt-pkg/acquire-item.cc
-msgid "There is no public key available for the following key IDs:\n"
-msgstr "Không có khóa công sẵn sàng cho những mã số khoá theo đây:\n"
-
#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is
#. the time since then the file is invalid - formatted in the same way as in
#. the download progress display (e.g. 7d 3h 42min 1s)
@@ -3235,8 +3232,7 @@ msgstr ""
#, c-format
msgid "Invalid '%s' entry in Release file %s"
msgstr ""
-"Gặp mục tin “%s” (hợp lệ đến khi) không hợp lệ trong tập tin Phát "
-"hành %s"
+"Gặp mục tin “%s” (hợp lệ đến khi) không hợp lệ trong tập tin Phát hành %s"
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
@@ -3755,6 +3751,15 @@ msgstr ""
msgid "Calculating upgrade"
msgstr "Đang tính toán nâng cấp"
+#~ msgid "(not found)"
+#~ msgstr "(không tìm thấy)"
+
+#~ msgid " Package pin: "
+#~ msgstr " Ghim gói: "
+
+#~ msgid "There is no public key available for the following key IDs:\n"
+#~ msgstr "Không có khóa công sẵn sàng cho những mã số khoá theo đây:\n"
+
#, fuzzy
#~ msgid "The repository is insufficiently signed by key %s (%s)"
#~ msgstr "Thư mục %s bị trệch hướng"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index db479f521..3b09dbac4 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.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: 2016-04-25 15:24+0200\n"
+"POT-Creation-Date: 2016-05-11 10:50+0200\n"
"PO-Revision-Date: 2016-03-27 07:00+0000\n"
"Last-Translator: Zhou Mo <cdluminate@gmail.com>\n"
"Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n"
@@ -736,10 +736,6 @@ msgstr "缓存尚未同步,无法交差引证(x-ref)一个软件包文件"
msgid "Pinned packages:"
msgstr "被锁定的软件包:"
-#: apt-private/private-show.cc
-msgid "(not found)"
-msgstr "(没有找到)"
-
#. Print the package name and the version we are forcing to
#: apt-private/private-show.cc
#, c-format
@@ -758,10 +754,6 @@ msgstr " 候选:"
msgid "(none)"
msgstr "(无)"
-#: apt-private/private-show.cc
-msgid " Package pin: "
-msgstr " 软件包锁:"
-
#. Show the priority tables
#: apt-private/private-show.cc
msgid " Version table:"
@@ -1678,6 +1670,21 @@ msgstr "查询"
msgid "Unable to invoke "
msgstr "无法调用 "
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc apt-pkg/acquire-item.cc
+#, c-format
+msgid ""
+"Clearsigned file isn't valid, got '%s' (does the network require "
+"authentication?)"
+msgstr "明文签署文件不可用,结果为‘%s’(您的网络需要认证吗?)"
+
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc
+#, fuzzy, c-format
+msgid ""
+"Signed file isn't valid, got '%s' (does the network require authentication?)"
+msgstr "明文签署文件不可用,结果为‘%s’(您的网络需要认证吗?)"
+
#: methods/gpgv.cc
msgid "At least one invalid signature was encountered."
msgstr "至少发现一个无效的签名。"
@@ -1691,14 +1698,6 @@ msgstr "内部错误:签名正确无误,但是无法确认密钥指纹?!
msgid "Could not execute 'apt-key' to verify signature (is gnupg installed?)"
msgstr "无法运行 apt-key 以验证签名(您安装了 gnupg 吗?)"
-#. TRANSLATORS: %s is a single techy word like 'NODATA'
-#: methods/gpgv.cc apt-pkg/acquire-item.cc
-#, c-format
-msgid ""
-"Clearsigned file isn't valid, got '%s' (does the network require "
-"authentication?)"
-msgstr "明文签署文件不可用,结果为‘%s’(您的网络需要认证吗?)"
-
#: methods/gpgv.cc
msgid "Unknown error executing apt-key"
msgstr "运行 apt-key 时发生未知错误"
@@ -2408,16 +2407,16 @@ msgid ""
"details."
msgstr "参见 apt-secure(8) 手册以了解仓库创建和用户配置方面的细节。"
+#: apt-pkg/acquire-item.cc
+msgid "Hash Sum mismatch"
+msgstr "Hash 校验和不符"
+
#: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc
#, c-format
msgid "rename failed, %s (%s -> %s)."
msgstr "无法重命名文件,%s (%s -> %s)。"
#: apt-pkg/acquire-item.cc
-msgid "Hash Sum mismatch"
-msgstr "Hash 校验和不符"
-
-#: apt-pkg/acquire-item.cc
msgid "Size mismatch"
msgstr "大小不符"
@@ -2466,10 +2465,6 @@ msgid ""
"weak security information for it"
msgstr "鉴于仓库 '%2$s' 提供的安全信息强度太低,跳过配置文件 '%1$s' 的acquire."
-#: apt-pkg/acquire-item.cc
-msgid "There is no public key available for the following key IDs:\n"
-msgstr "以下 ID 的密钥没有可用的公钥:\n"
-
#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is
#. the time since then the file is invalid - formatted in the same way as in
#. the download progress display (e.g. 7d 3h 42min 1s)
@@ -3651,6 +3646,15 @@ msgstr "部分索引文件下载失败。如果忽略它们,那将转而使用
msgid "Calculating upgrade"
msgstr "正在计算更新"
+#~ msgid "(not found)"
+#~ msgstr "(没有找到)"
+
+#~ msgid " Package pin: "
+#~ msgstr " 软件包锁:"
+
+#~ msgid "There is no public key available for the following key IDs:\n"
+#~ msgstr "以下 ID 的密钥没有可用的公钥:\n"
+
#~ msgid "The repository is insufficiently signed by key %s (%s)"
#~ msgstr "仓库 “%s” 数字签名不完整。"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 4d9af1bbb..42fc3c608 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: 2016-04-25 15:24+0200\n"
+"POT-Creation-Date: 2016-05-11 10:50+0200\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."
@@ -739,10 +739,6 @@ msgstr "快取資料未同步,無法 x-ref 套件檔"
msgid "Pinned packages:"
msgstr "鎖定的套件:"
-#: apt-private/private-show.cc
-msgid "(not found)"
-msgstr "(未找到)"
-
#. Print the package name and the version we are forcing to
#: apt-private/private-show.cc
#, c-format
@@ -761,10 +757,6 @@ msgstr " 候選:"
msgid "(none)"
msgstr "(無)"
-#: apt-private/private-show.cc
-msgid " Package pin: "
-msgstr " 套件鎖定:"
-
#. Show the priority tables
#: apt-private/private-show.cc
msgid " Version table:"
@@ -1660,6 +1652,21 @@ msgstr "查詢"
msgid "Unable to invoke "
msgstr "無法 invoke "
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc apt-pkg/acquire-item.cc
+#, c-format
+msgid ""
+"Clearsigned file isn't valid, got '%s' (does the network require "
+"authentication?)"
+msgstr ""
+
+#. TRANSLATORS: %s is a single techy word like 'NODATA'
+#: methods/gpgv.cc
+#, c-format
+msgid ""
+"Signed file isn't valid, got '%s' (does the network require authentication?)"
+msgstr ""
+
#: methods/gpgv.cc
msgid "At least one invalid signature was encountered."
msgstr "至少發現一個無效的簽章。"
@@ -1674,14 +1681,6 @@ msgstr "內部錯誤:簽章無誤,但卻無法辨識密鑰的指紋碼?!
msgid "Could not execute 'apt-key' to verify signature (is gnupg installed?)"
msgstr "無法執行 '%s' 來驗證簽章(gnupg 是否安裝了?)"
-#. TRANSLATORS: %s is a single techy word like 'NODATA'
-#: methods/gpgv.cc apt-pkg/acquire-item.cc
-#, c-format
-msgid ""
-"Clearsigned file isn't valid, got '%s' (does the network require "
-"authentication?)"
-msgstr ""
-
#: methods/gpgv.cc
msgid "Unknown error executing apt-key"
msgstr "在執行 apt-key 時發生未知的錯誤"
@@ -2403,16 +2402,16 @@ msgid ""
"details."
msgstr ""
+#: apt-pkg/acquire-item.cc
+msgid "Hash Sum mismatch"
+msgstr "Hash Sum 不符"
+
#: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc
#, c-format
msgid "rename failed, %s (%s -> %s)."
msgstr "無法重新命名,%s (%s -> %s)。"
#: apt-pkg/acquire-item.cc
-msgid "Hash Sum mismatch"
-msgstr "Hash Sum 不符"
-
-#: apt-pkg/acquire-item.cc
msgid "Size mismatch"
msgstr "大小不符"
@@ -2460,10 +2459,6 @@ msgid ""
"weak security information for it"
msgstr ""
-#: apt-pkg/acquire-item.cc
-msgid "There is no public key available for the following key IDs:\n"
-msgstr "無法取得以下的密鑰 ID 的公鑰:\n"
-
#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is
#. the time since then the file is invalid - formatted in the same way as in
#. the download progress display (e.g. 7d 3h 42min 1s)
@@ -3636,6 +3631,15 @@ msgstr "有一些索引檔不能下載,它們可能被略過了,或是替而
msgid "Calculating upgrade"
msgstr "籌備升級中"
+#~ msgid "(not found)"
+#~ msgstr "(未找到)"
+
+#~ msgid " Package pin: "
+#~ msgstr " 套件鎖定:"
+
+#~ msgid "There is no public key available for the following key IDs:\n"
+#~ msgstr "無法取得以下的密鑰 ID 的公鑰:\n"
+
#, fuzzy
#~ msgid "The repository is insufficiently signed by key %s (%s)"
#~ msgstr "路徑 %s 已被抽換"