summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2018-06-25 17:12:47 +0200
committerJulian Andres Klode <julian.klode@canonical.com>2018-06-25 17:12:47 +0200
commit8c3cb66e65cddf1ac297daba5bb442b415577137 (patch)
tree1a7ecf59ed0f4819b841480642373c068e5fd17f
parent3a37521aec0b02e12deaef58772ae0bca9a75496 (diff)
Release 1.7.0~alpha11.7.0_alpha1
-rw-r--r--CMakeLists.txt2
-rw-r--r--debian/changelog61
-rw-r--r--doc/apt-get.8.xml2
-rw-r--r--doc/apt-transport-http.1.xml2
-rw-r--r--doc/apt-transport-https.1.xml2
-rw-r--r--doc/apt-verbatim.ent2
-rw-r--r--doc/apt.conf.5.xml2
-rw-r--r--doc/po/apt-doc.pot4
-rw-r--r--po/apt-all.pot22
-rw-r--r--po/ar.po19
-rw-r--r--po/ast.po26
-rw-r--r--po/bg.po24
-rw-r--r--po/bs.po19
-rw-r--r--po/ca.po26
-rw-r--r--po/cs.po26
-rw-r--r--po/cy.po24
-rw-r--r--po/da.po22
-rw-r--r--po/de.po26
-rw-r--r--po/dz.po22
-rw-r--r--po/el.po24
-rw-r--r--po/es.po26
-rw-r--r--po/eu.po24
-rw-r--r--po/fi.po24
-rw-r--r--po/fr.po26
-rw-r--r--po/gl.po26
-rw-r--r--po/hu.po26
-rw-r--r--po/it.po26
-rw-r--r--po/ja.po24
-rw-r--r--po/km.po22
-rw-r--r--po/ko.po22
-rw-r--r--po/ku.po22
-rw-r--r--po/lt.po19
-rw-r--r--po/mr.po23
-rw-r--r--po/nb.po22
-rw-r--r--po/ne.po22
-rw-r--r--po/nn.po22
-rw-r--r--po/pl.po26
-rw-r--r--po/pt.po26
-rw-r--r--po/pt_BR.po26
-rw-r--r--po/ro.po26
-rw-r--r--po/ru.po24
-rw-r--r--po/sk.po26
-rw-r--r--po/sl.po26
-rw-r--r--po/sv.po22
-rw-r--r--po/th.po22
-rw-r--r--po/tl.po22
-rw-r--r--po/tr.po22
-rw-r--r--po/uk.po26
-rw-r--r--po/vi.po24
-rw-r--r--po/zh_CN.po22
-rw-r--r--po/zh_TW.po22
51 files changed, 485 insertions, 610 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3607bba2b..c14b64ee6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -183,7 +183,7 @@ endif()
# Configure some variables like package, version and architecture.
set(PACKAGE ${PROJECT_NAME})
set(PACKAGE_MAIL "APT Development Team <deity@lists.debian.org>")
-set(PACKAGE_VERSION "1.7.0~alpha0")
+set(PACKAGE_VERSION "1.7.0~alpha1")
if (NOT DEFINED DPKG_DATADIR)
execute_process(COMMAND ${PERL_EXECUTABLE} -MDpkg -e "print $Dpkg::DATADIR;"
diff --git a/debian/changelog b/debian/changelog
index 7f0528f65..fb6dd6ce9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,64 @@
+apt (1.7.0~alpha1) experimental; urgency=medium
+
+ [ Julian Andres Klode ]
+ * CMake: Fix builds without zstd
+ * apt.conf.autoremove: Catch some new Ubuntu module packages
+ * Fix build with new gtest (Closes: #897149)
+ * tests: Do not expect requested-by if sudo was invoked by root
+ * Run tests on GitLab CI
+ * Handle a missed case of timed out ip addresses (LP: #1766542)
+ * Lower default timeout from 120s to 30s
+ * apt-key: Pass all instead of gpg-agent to gpgconf --kill (LP: #1773992)
+ * Fix lock counting in debSystem
+ * CI: Export DEBIAN_FRONTEND=noninteractive in all CI environments
+ * Ensure that we are online in apt-daily-upgrade.service (LP: #1723761)
+ * gitlab-ci: chmod 755 /root
+
+ [ David Kalnischkies ]
+ * move special READMEs into doc/ and format as md
+ * Add boilerplate plural form to po/apt-all.pot
+ * don't try SRV requests based on IP addresses
+ * use 127.0.0.1 instead of localhost as default Tor proxy
+ * Extend apt build-dep pkg/release to switch dep as needed
+ * Support release selector for volatile files as well
+ * Start pkg records for deb files with dpkg output
+ * Deprectate buggy/incorrect Rls/PkgFile::IsOk methods
+ * Support --with-source in show & search commands
+ * Support local files as arguments in show command (Closes: 883206)
+ * Drop alternative URIs we got a hash-based fail from
+ * Handle by-hash URI construction more centrally
+ * Don't force the same mirror for by-hash URIs
+ * Reword error for timed out read/write on SOCKS proxy (Closes: #898886)
+ * Don't show acquire warning for "hidden" components (Closes: #879591)
+ * Use a steady clock source for progress reporting
+ * Use steady clock source for bandwidth limitation
+
+ [ Guillem Jover ]
+ * Remove obsolete RCS keywords
+ * Normalize authors through a mailmap file
+ * po: Fill Project-Id-Version with correct project id and version
+ * po: Fix translated string not matching format string arguments
+ * po: Fix Language field to match actual locale
+ * po: Remove spurious text in Plural-Forms field
+ * po: Add missing Plural-Forms fields
+
+ [ Filipe Brandenburger ]
+ * Update .gitignore
+ * Increase debug verbosity in `apt-get autoremove`
+ * Extend test-apt-get-autoremove to check debug output
+
+ [ annadane ]
+ * Add verb 'be' to NEWS entry for 1.5~beta1 (Closes: 892792)
+
+ [ Алексей Шилин ]
+ * Russian program translation update (Closes: 898797)
+
+ [ Frans Spiesschaert ]
+ * Dutch program translation update (Closes: #900589)
+ * Dutch manpage translation update (Closes: #900602)
+
+ -- Julian Andres Klode <jak@debian.org> Mon, 25 Jun 2018 17:12:30 +0200
+
apt (1.7.0~alpha0) experimental; urgency=medium
[ David Kalnischkies ]
diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml
index fd346807f..f7363bcd7 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>2018-04-15T00:00:00Z</date>
+ <date>2018-04-18T00:00:00Z</date>
</refentryinfo>
<refmeta>
diff --git a/doc/apt-transport-http.1.xml b/doc/apt-transport-http.1.xml
index afc8bea58..f239da554 100644
--- a/doc/apt-transport-http.1.xml
+++ b/doc/apt-transport-http.1.xml
@@ -13,7 +13,7 @@
&apt-email;
&apt-product;
<!-- The last update date -->
- <date>2017-11-22T00:00:00Z</date>
+ <date>2018-05-11T00:00:00Z</date>
</refentryinfo>
<refmeta>
diff --git a/doc/apt-transport-https.1.xml b/doc/apt-transport-https.1.xml
index e77a5a706..e00dd7c62 100644
--- a/doc/apt-transport-https.1.xml
+++ b/doc/apt-transport-https.1.xml
@@ -13,7 +13,7 @@
&apt-email;
&apt-product;
<!-- The last update date -->
- <date>2018-04-15T00:00:00Z</date>
+ <date>2018-05-11T00:00:00Z</date>
</refentryinfo>
<refmeta>
diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent
index 168a39012..4386e0aa4 100644
--- a/doc/apt-verbatim.ent
+++ b/doc/apt-verbatim.ent
@@ -268,7 +268,7 @@
">
<!-- this will be updated by 'prepare-release' -->
-<!ENTITY apt-product-version "1.7.0~alpha0">
+<!ENTITY apt-product-version "1.7.0~alpha1">
<!-- (Code)names for various things used all over the place -->
<!ENTITY debian-oldstable-codename "jessie">
diff --git a/doc/apt.conf.5.xml b/doc/apt.conf.5.xml
index 57179c243..288d1aec0 100644
--- a/doc/apt.conf.5.xml
+++ b/doc/apt.conf.5.xml
@@ -19,7 +19,7 @@
&apt-email;
&apt-product;
<!-- The last update date -->
- <date>2018-04-15T00:00:00Z</date>
+ <date>2018-04-18T00:00:00Z</date>
</refentryinfo>
<refmeta>
diff --git a/doc/po/apt-doc.pot b/doc/po/apt-doc.pot
index 202f6aece..3de6e347c 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.7.0~alpha0\n"
+"Project-Id-Version: apt-doc 1.7.0~alpha1\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-04-18 17:22+0200\n"
+"POT-Creation-Date: 2018-06-25 17:12+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"
diff --git a/po/apt-all.pot b/po/apt-all.pot
index 67c02f833..3810b86dd 100644
--- a/po/apt-all.pot
+++ b/po/apt-all.pot
@@ -5,9 +5,9 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: apt 1.7.0~alpha0\n"
+"Project-Id-Version: apt 1.7.0~alpha1\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-04-18 17:22+0200\n"
+"POT-Creation-Date: 2018-06-25 17:12+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"
@@ -15,7 +15,6 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
#: apt-inst/contrib/arfile.cc
msgid "Invalid archive signature"
@@ -451,8 +450,6 @@ msgstr ""
msgid "Clean of %s is not supported"
msgstr ""
-#. only show the ETA if it makes sense
-#. two days
#: apt-pkg/acquire.cc
#, c-format
msgid "Retrieving file %li of %li (%s remaining)"
@@ -1514,7 +1511,7 @@ msgstr ""
msgid "Type '%s' is not known on stanza %u in source list %s"
msgstr ""
-#: apt-pkg/sourcelist.cc
+#: apt-pkg/sourcelist.cc apt-private/private-install.cc
#, c-format
msgid "Unsupported file %s given on commandline"
msgstr ""
@@ -2186,11 +2183,6 @@ msgstr ""
msgid "Full Text Search"
msgstr ""
-#: apt-private/private-show.cc cmdline/apt-cache.cc
-#, c-format
-msgid "Package file %s is out of sync."
-msgstr ""
-
#: apt-private/private-show.cc
#, c-format
msgid "There is %i additional record. Please use the '-a' switch to see it"
@@ -2346,10 +2338,6 @@ msgid "%s has no build depends.\n"
msgstr ""
#: apt-private/private-source.cc
-msgid "Must specify at least one package to check builddeps for"
-msgstr ""
-
-#: apt-private/private-source.cc
#, c-format
msgid ""
"No architecture information available for %s. See apt.conf(5) APT::"
@@ -2357,6 +2345,10 @@ msgid ""
msgstr ""
#: apt-private/private-source.cc
+msgid "Must specify at least one package to check builddeps for"
+msgstr ""
+
+#: apt-private/private-source.cc
#, c-format
msgid "Note, using directory '%s' to get the build dependencies\n"
msgstr ""
diff --git a/po/ar.po b/po/ar.po
index c24a11bdc..40b8cc036 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-02-26 13:14+0100\n"
+"POT-Creation-Date: 2018-06-25 17:12+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"
@@ -458,8 +458,6 @@ msgstr ""
msgid "Clean of %s is not supported"
msgstr "نظام الحزم '%s' غير مدعوم"
-#. only show the ETA if it makes sense
-#. two days
#: apt-pkg/acquire.cc
#, c-format
msgid "Retrieving file %li of %li (%s remaining)"
@@ -1527,7 +1525,7 @@ msgstr ""
msgid "Type '%s' is not known on stanza %u in source list %s"
msgstr ""
-#: apt-pkg/sourcelist.cc
+#: apt-pkg/sourcelist.cc apt-private/private-install.cc
#, c-format
msgid "Unsupported file %s given on commandline"
msgstr ""
@@ -2222,11 +2220,6 @@ msgstr "يجب أن تعطي صيغة واحدة بالضبط"
msgid "Full Text Search"
msgstr ""
-#: apt-private/private-show.cc cmdline/apt-cache.cc
-#, c-format
-msgid "Package file %s is out of sync."
-msgstr ""
-
#: apt-private/private-show.cc
#, c-format
msgid "There is %i additional record. Please use the '-a' switch to see it"
@@ -2382,10 +2375,6 @@ msgid "%s has no build depends.\n"
msgstr ""
#: apt-private/private-source.cc
-msgid "Must specify at least one package to check builddeps for"
-msgstr ""
-
-#: apt-private/private-source.cc
#, c-format
msgid ""
"No architecture information available for %s. See apt.conf(5) APT::"
@@ -2393,6 +2382,10 @@ msgid ""
msgstr ""
#: apt-private/private-source.cc
+msgid "Must specify at least one package to check builddeps for"
+msgstr ""
+
+#: apt-private/private-source.cc
#, c-format
msgid "Note, using directory '%s' to get the build dependencies\n"
msgstr ""
diff --git a/po/ast.po b/po/ast.po
index 90fdc66ac..f296d56bd 100644
--- a/po/ast.po
+++ b/po/ast.po
@@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.7.18\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-02-26 13:14+0100\n"
+"POT-Creation-Date: 2018-06-25 17:12+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"
@@ -455,8 +455,6 @@ msgstr ""
msgid "Clean of %s is not supported"
msgstr "La triba de ficheru d'indiz '%s' nun ta sofitada"
-#. only show the ETA if it makes sense
-#. two days
#: apt-pkg/acquire.cc
#, c-format
msgid "Retrieving file %li of %li (%s remaining)"
@@ -1569,7 +1567,7 @@ msgstr "Llinia %u mal formada na llista d'oríxenes %s (triba)"
msgid "Type '%s' is not known on stanza %u in source list %s"
msgstr "Triba '%s' desconocida na llinia %u de la llista d'oríxenes %s"
-#: apt-pkg/sourcelist.cc
+#: apt-pkg/sourcelist.cc apt-private/private-install.cc
#, c-format
msgid "Unsupported file %s given on commandline"
msgstr ""
@@ -2286,11 +2284,6 @@ msgstr "Has de dar polo menos un patrón de gueta"
msgid "Full Text Search"
msgstr ""
-#: apt-private/private-show.cc cmdline/apt-cache.cc
-#, c-format
-msgid "Package file %s is out of sync."
-msgstr "El ficheru de paquetes %s nun ta sincronizáu."
-
#: apt-private/private-show.cc
#, c-format
msgid "There is %i additional record. Please use the '-a' switch to see it"
@@ -2453,12 +2446,6 @@ msgid "%s has no build depends.\n"
msgstr "%s nun tien dependencies de construcción.\n"
#: apt-private/private-source.cc
-msgid "Must specify at least one package to check builddeps for"
-msgstr ""
-"Hai que conseñar polo menos un paquete pa verificar les dependencies de "
-"construcción"
-
-#: apt-private/private-source.cc
#, c-format
msgid ""
"No architecture information available for %s. See apt.conf(5) APT::"
@@ -2466,6 +2453,12 @@ msgid ""
msgstr ""
#: apt-private/private-source.cc
+msgid "Must specify at least one package to check builddeps for"
+msgstr ""
+"Hai que conseñar polo menos un paquete pa verificar les dependencies de "
+"construcción"
+
+#: apt-private/private-source.cc
#, c-format
msgid "Note, using directory '%s' to get the build dependencies\n"
msgstr ""
@@ -3811,6 +3804,9 @@ msgstr "Conexón encaboxada prematuramente"
msgid "Empty files can't be valid archives"
msgstr ""
+#~ msgid "Package file %s is out of sync."
+#~ msgstr "El ficheru de paquetes %s nun ta sincronizáu."
+
#~ msgid ""
#~ "The package index files are corrupted. No Filename: field for package %s."
#~ msgstr ""
diff --git a/po/bg.po b/po/bg.po
index 0cd861f4d..f9d23d24c 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.7.21\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-02-26 13:14+0100\n"
+"POT-Creation-Date: 2018-06-25 17:12+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"
@@ -468,8 +468,6 @@ msgstr ""
msgid "Clean of %s is not supported"
msgstr "Не се поддържа индексен файл от типа „%s“"
-#. only show the ETA if it makes sense
-#. two days
#: apt-pkg/acquire.cc
#, c-format
msgid "Retrieving file %li of %li (%s remaining)"
@@ -1605,7 +1603,7 @@ msgstr "Лошо форматиран ред %u в списъка с източ
msgid "Type '%s' is not known on stanza %u in source list %s"
msgstr "Типът „%s“ на ред %u в списъка с източници %s е неизвестен."
-#: apt-pkg/sourcelist.cc
+#: apt-pkg/sourcelist.cc apt-private/private-install.cc
#, c-format
msgid "Unsupported file %s given on commandline"
msgstr ""
@@ -2327,11 +2325,6 @@ msgstr "Трябва да въведете поне един шаблон за
msgid "Full Text Search"
msgstr ""
-#: apt-private/private-show.cc cmdline/apt-cache.cc
-#, c-format
-msgid "Package file %s is out of sync."
-msgstr "Пакетният файл %s не е синхронизиран."
-
#: apt-private/private-show.cc
#, c-format
msgid "There is %i additional record. Please use the '-a' switch to see it"
@@ -2497,11 +2490,6 @@ msgid "%s has no build depends.\n"
msgstr "%s няма зависимости за компилиране.\n"
#: apt-private/private-source.cc
-msgid "Must specify at least one package to check builddeps for"
-msgstr ""
-"Трябва да укажете поне един пакет за проверка на зависимости за компилиране"
-
-#: apt-private/private-source.cc
#, c-format
msgid ""
"No architecture information available for %s. See apt.conf(5) APT::"
@@ -2511,6 +2499,11 @@ msgstr ""
"Architectures в apt.conf(5)."
#: apt-private/private-source.cc
+msgid "Must specify at least one package to check builddeps for"
+msgstr ""
+"Трябва да укажете поне един пакет за проверка на зависимости за компилиране"
+
+#: apt-private/private-source.cc
#, c-format
msgid "Note, using directory '%s' to get the build dependencies\n"
msgstr ""
@@ -3864,6 +3857,9 @@ msgstr "Връзката прекъсна преждевременно"
msgid "Empty files can't be valid archives"
msgstr "Празни файлове не могат да бъдат валидни архиви"
+#~ msgid "Package file %s is out of sync."
+#~ msgstr "Пакетният файл %s не е синхронизиран."
+
#~ msgid ""
#~ "The package index files are corrupted. No Filename: field for package %s."
#~ msgstr ""
diff --git a/po/bs.po b/po/bs.po
index 3115d9d45..7bf5b4c23 100644
--- a/po/bs.po
+++ b/po/bs.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.5.26\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-02-26 13:14+0100\n"
+"POT-Creation-Date: 2018-06-25 17:12+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"
@@ -452,8 +452,6 @@ msgstr ""
msgid "Clean of %s is not supported"
msgstr ""
-#. only show the ETA if it makes sense
-#. two days
#: apt-pkg/acquire.cc
#, c-format
msgid "Retrieving file %li of %li (%s remaining)"
@@ -1523,7 +1521,7 @@ msgstr ""
msgid "Type '%s' is not known on stanza %u in source list %s"
msgstr ""
-#: apt-pkg/sourcelist.cc
+#: apt-pkg/sourcelist.cc apt-private/private-install.cc
#, c-format
msgid "Unsupported file %s given on commandline"
msgstr ""
@@ -2204,11 +2202,6 @@ msgstr ""
msgid "Full Text Search"
msgstr ""
-#: apt-private/private-show.cc cmdline/apt-cache.cc
-#, c-format
-msgid "Package file %s is out of sync."
-msgstr ""
-
#: apt-private/private-show.cc
#, c-format
msgid "There is %i additional record. Please use the '-a' switch to see it"
@@ -2364,10 +2357,6 @@ msgid "%s has no build depends.\n"
msgstr ""
#: apt-private/private-source.cc
-msgid "Must specify at least one package to check builddeps for"
-msgstr ""
-
-#: apt-private/private-source.cc
#, c-format
msgid ""
"No architecture information available for %s. See apt.conf(5) APT::"
@@ -2375,6 +2364,10 @@ msgid ""
msgstr ""
#: apt-private/private-source.cc
+msgid "Must specify at least one package to check builddeps for"
+msgstr ""
+
+#: apt-private/private-source.cc
#, c-format
msgid "Note, using directory '%s' to get the build dependencies\n"
msgstr ""
diff --git a/po/ca.po b/po/ca.po
index 4330ea3d6..76f2ba89f 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.4~beta1\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-02-26 13:14+0100\n"
+"POT-Creation-Date: 2018-06-25 17:12+0200\n"
"PO-Revision-Date: 2016-12-05 21:09+0100\n"
"Last-Translator: Oriol Debian <oriol.debian@gmail.com>\n"
"Language-Team: Catalan <debian-l10n-catalan@lists.debian.org>\n"
@@ -500,8 +500,6 @@ msgstr ""
msgid "Clean of %s is not supported"
msgstr "No està suportada la neteja de «%s» "
-#. only show the ETA if it makes sense
-#. two days
#: apt-pkg/acquire.cc
#, c-format
msgid "Retrieving file %li of %li (%s remaining)"
@@ -1643,7 +1641,7 @@ msgstr "La línia %u està mal formada en la llista de fonts %s (tipus)"
msgid "Type '%s' is not known on stanza %u in source list %s"
msgstr "Es desconeix el tipus «%s» en la línia %u de la llista de fonts %s"
-#: apt-pkg/sourcelist.cc
+#: apt-pkg/sourcelist.cc apt-private/private-install.cc
#, c-format
msgid "Unsupported file %s given on commandline"
msgstr "S'ha subministrat el fitxer no admès %s en la línia d'ordres"
@@ -2378,11 +2376,6 @@ msgstr "Heu de donar com a mínim un patró de cerca"
msgid "Full Text Search"
msgstr "Buscar en tot el text"
-#: apt-private/private-show.cc cmdline/apt-cache.cc
-#, c-format
-msgid "Package file %s is out of sync."
-msgstr "El fitxer %s del paquet està desincronitzat."
-
#: apt-private/private-show.cc
#, c-format
msgid "There is %i additional record. Please use the '-a' switch to see it"
@@ -2549,12 +2542,6 @@ msgid "%s has no build depends.\n"
msgstr "%s no té dependències de construcció.\n"
#: apt-private/private-source.cc
-msgid "Must specify at least one package to check builddeps for"
-msgstr ""
-"S'ha d'especificar un paquet per a verificar les dependències de construcció "
-"per a"
-
-#: apt-private/private-source.cc
#, c-format
msgid ""
"No architecture information available for %s. See apt.conf(5) APT::"
@@ -2564,6 +2551,12 @@ msgstr ""
"APT::Architectures per a configurar-ho"
#: apt-private/private-source.cc
+msgid "Must specify at least one package to check builddeps for"
+msgstr ""
+"S'ha d'especificar un paquet per a verificar les dependències de construcció "
+"per a"
+
+#: apt-private/private-source.cc
#, c-format
msgid "Note, using directory '%s' to get the build dependencies\n"
msgstr ""
@@ -3952,6 +3945,9 @@ msgstr "La connexió s'ha tancat prematurament"
msgid "Empty files can't be valid archives"
msgstr "Els fitxers buits no poden ser arxius vàlids"
+#~ msgid "Package file %s is out of sync."
+#~ msgstr "El fitxer %s del paquet està desincronitzat."
+
#~ msgid ""
#~ "The package index files are corrupted. No Filename: field for package %s."
#~ msgstr ""
diff --git a/po/cs.po b/po/cs.po
index 06f9d3bed..65decce61 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.4.2\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-02-26 13:14+0100\n"
+"POT-Creation-Date: 2018-06-25 17:12+0200\n"
"PO-Revision-Date: 2017-05-06 11:08+0200\n"
"Last-Translator: Miroslav Kure <kurem@debian.cz>\n"
"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
@@ -488,8 +488,6 @@ msgstr ""
msgid "Clean of %s is not supported"
msgstr "Vyčištění %s není podporováno"
-#. only show the ETA if it makes sense
-#. two days
#: apt-pkg/acquire.cc
#, c-format
msgid "Retrieving file %li of %li (%s remaining)"
@@ -1592,7 +1590,7 @@ msgstr "Zkomolená část %u v seznamu zdrojů %s (typ)"
msgid "Type '%s' is not known on stanza %u in source list %s"
msgstr "Typ „%s“ v části %u v seznamu zdrojů %s není známý"
-#: apt-pkg/sourcelist.cc
+#: apt-pkg/sourcelist.cc apt-private/private-install.cc
#, c-format
msgid "Unsupported file %s given on commandline"
msgstr "Zadán nepodporovaný soubor %s"
@@ -2317,11 +2315,6 @@ msgstr "Musíte zadat alespoň jeden vyhledávací vzor"
msgid "Full Text Search"
msgstr "Fulltextové hledání"
-#: apt-private/private-show.cc cmdline/apt-cache.cc
-#, c-format
-msgid "Package file %s is out of sync."
-msgstr "Soubor balíku %s je špatně synchronizovaný."
-
#: apt-private/private-show.cc
#, c-format
msgid "There is %i additional record. Please use the '-a' switch to see it"
@@ -2483,12 +2476,6 @@ msgid "%s has no build depends.\n"
msgstr "%s nemá žádné závislosti pro sestavení.\n"
#: apt-private/private-source.cc
-msgid "Must specify at least one package to check builddeps for"
-msgstr ""
-"Musíte zadat alespoň jeden balík, pro který budou kontrolovány závislosti "
-"pro sestavení"
-
-#: apt-private/private-source.cc
#, c-format
msgid ""
"No architecture information available for %s. See apt.conf(5) APT::"
@@ -2498,6 +2485,12 @@ msgstr ""
"část APT::Architectures v manuálové stránce apt.conf(5)"
#: apt-private/private-source.cc
+msgid "Must specify at least one package to check builddeps for"
+msgstr ""
+"Musíte zadat alespoň jeden balík, pro který budou kontrolovány závislosti "
+"pro sestavení"
+
+#: apt-private/private-source.cc
#, c-format
msgid "Note, using directory '%s' to get the build dependencies\n"
msgstr "Pro získání závislostí pro sestavení se používá adresář „%s“\n"
@@ -3851,6 +3844,9 @@ msgstr "Spojení bylo předčasně ukončeno"
msgid "Empty files can't be valid archives"
msgstr "Prázdné soubory nejsou platnými archivy"
+#~ msgid "Package file %s is out of sync."
+#~ msgstr "Soubor balíku %s je špatně synchronizovaný."
+
#~ msgid ""
#~ "The package index files are corrupted. No Filename: field for package %s."
#~ msgstr ""
diff --git a/po/cy.po b/po/cy.po
index 610b83b14..31c5f13a1 100644
--- a/po/cy.po
+++ b/po/cy.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-02-26 13:14+0100\n"
+"POT-Creation-Date: 2018-06-25 17:12+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"
@@ -465,8 +465,6 @@ msgstr ""
msgid "Clean of %s is not supported"
msgstr "Ni chynhelir y math ffeil mynegai '%s'"
-#. only show the ETA if it makes sense
-#. two days
#: apt-pkg/acquire.cc
#, c-format
msgid "Retrieving file %li of %li (%s remaining)"
@@ -1566,7 +1564,7 @@ msgstr "Llinell camffurfiol %u yn y rhestr ffynhonell %s (math)"
msgid "Type '%s' is not known on stanza %u in source list %s"
msgstr "Mae'r math '%s' yn anhysbys ar linell %u yn y rhestr ffynhonell %s"
-#: apt-pkg/sourcelist.cc
+#: apt-pkg/sourcelist.cc apt-private/private-install.cc
#, c-format
msgid "Unsupported file %s given on commandline"
msgstr ""
@@ -2289,11 +2287,6 @@ msgstr "Rhaid i chi ddarparu un patrwm yn union"
msgid "Full Text Search"
msgstr ""
-#: apt-private/private-show.cc cmdline/apt-cache.cc
-#, c-format
-msgid "Package file %s is out of sync."
-msgstr "Nid yw'r ffeil pecyn %s yn gydamseredig."
-
#: apt-private/private-show.cc
#, c-format
msgid "There is %i additional record. Please use the '-a' switch to see it"
@@ -2452,11 +2445,6 @@ msgid "%s has no build depends.\n"
msgstr "Nid oes dibyniaethau adeiladu gan %s.\n"
#: apt-private/private-source.cc
-msgid "Must specify at least one package to check builddeps for"
-msgstr ""
-"Rhaid penodi o leiaf un pecyn i wirio dibyniaethau adeiladu ar eu cyfer"
-
-#: apt-private/private-source.cc
#, c-format
msgid ""
"No architecture information available for %s. See apt.conf(5) APT::"
@@ -2464,6 +2452,11 @@ msgid ""
msgstr ""
#: apt-private/private-source.cc
+msgid "Must specify at least one package to check builddeps for"
+msgstr ""
+"Rhaid penodi o leiaf un pecyn i wirio dibyniaethau adeiladu ar eu cyfer"
+
+#: apt-private/private-source.cc
#, c-format
msgid "Note, using directory '%s' to get the build dependencies\n"
msgstr ""
@@ -3844,6 +3837,9 @@ msgstr "Caewyd y cysylltiad yn gynnar"
msgid "Empty files can't be valid archives"
msgstr ""
+#~ msgid "Package file %s is out of sync."
+#~ msgstr "Nid yw'r ffeil pecyn %s yn gydamseredig."
+
#~ msgid ""
#~ "The package index files are corrupted. No Filename: field for package %s."
#~ msgstr ""
diff --git a/po/da.po b/po/da.po
index 2d055929f..1387d0cde 100644
--- a/po/da.po
+++ b/po/da.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.4~rc2\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-02-26 13:14+0100\n"
+"POT-Creation-Date: 2018-06-25 17:12+0200\n"
"PO-Revision-Date: 2017-03-02 23:51+0200\n"
"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
"Language-Team: Danish <debian-l10n-danish@lists.debian.org>\n"
@@ -495,8 +495,6 @@ msgstr ""
msgid "Clean of %s is not supported"
msgstr "Rensning af %s er ikke understøttet"
-#. only show the ETA if it makes sense
-#. two days
#: apt-pkg/acquire.cc
#, c-format
msgid "Retrieving file %li of %li (%s remaining)"
@@ -1607,7 +1605,7 @@ msgstr "Forkert udformet stanza %u i kildelisten %s (type)"
msgid "Type '%s' is not known on stanza %u in source list %s"
msgstr "Typen »%s« er ukendt på stanza %u i kildelisten %s"
-#: apt-pkg/sourcelist.cc
+#: apt-pkg/sourcelist.cc apt-private/private-install.cc
#, c-format
msgid "Unsupported file %s given on commandline"
msgstr "Filen %s er ikke understøttet når angivet på kommandolinjen"
@@ -2335,11 +2333,6 @@ msgstr "Du skal angive mindst ét søgemønster"
msgid "Full Text Search"
msgstr "Fuldtekst-søgning"
-#: apt-private/private-show.cc cmdline/apt-cache.cc
-#, c-format
-msgid "Package file %s is out of sync."
-msgstr "Pakkefilen %s er ude af trit."
-
#: apt-private/private-show.cc
#, c-format
msgid "There is %i additional record. Please use the '-a' switch to see it"
@@ -2504,10 +2497,6 @@ msgid "%s has no build depends.\n"
msgstr "%s har ingen opbygningsafhængigheder.\n"
#: apt-private/private-source.cc
-msgid "Must specify at least one package to check builddeps for"
-msgstr "Skal angive mindst én pakke at tjekke opbygningsafhængigheder for"
-
-#: apt-private/private-source.cc
#, c-format
msgid ""
"No architecture information available for %s. See apt.conf(5) APT::"
@@ -2517,6 +2506,10 @@ msgstr ""
"Architectures for opsætning"
#: apt-private/private-source.cc
+msgid "Must specify at least one package to check builddeps for"
+msgstr "Skal angive mindst én pakke at tjekke opbygningsafhængigheder for"
+
+#: apt-private/private-source.cc
#, c-format
msgid "Note, using directory '%s' to get the build dependencies\n"
msgstr "Bemærk, bruger mappen »%s« til at hente kompileringsafhængighederne\n"
@@ -3889,6 +3882,9 @@ msgstr "Forbindelsen lukkedes for hurtigt"
msgid "Empty files can't be valid archives"
msgstr "Tomme filer kan ikke være gyldige arkiver"
+#~ msgid "Package file %s is out of sync."
+#~ msgstr "Pakkefilen %s er ude af trit."
+
#~ msgid ""
#~ "The package index files are corrupted. No Filename: field for package %s."
#~ msgstr ""
diff --git a/po/de.po b/po/de.po
index 34554b6d6..330437536 100644
--- a/po/de.po
+++ b/po/de.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.6\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-02-26 13:14+0100\n"
+"POT-Creation-Date: 2018-06-25 17:12+0200\n"
"PO-Revision-Date: 2018-01-11 21:11+0100\n"
"Last-Translator: Holger Wansing <linux@wansing-online.de>\n"
"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
@@ -508,8 +508,6 @@ msgstr ""
msgid "Clean of %s is not supported"
msgstr "Leeren von %s wird nicht unterstützt."
-#. only show the ETA if it makes sense
-#. two days
#: apt-pkg/acquire.cc
#, c-format
msgid "Retrieving file %li of %li (%s remaining)"
@@ -1665,7 +1663,7 @@ msgstr "Missgestalteter Absatz %u in Quellliste %s (Typ)"
msgid "Type '%s' is not known on stanza %u in source list %s"
msgstr "Typ »%s« ist in Absatz %u der Quellliste %s ist unbekannt."
-#: apt-pkg/sourcelist.cc
+#: apt-pkg/sourcelist.cc apt-private/private-install.cc
#, c-format
msgid "Unsupported file %s given on commandline"
msgstr "Nicht unterstützte Datei %s auf Befehlszeile angegeben"
@@ -2416,11 +2414,6 @@ msgstr "Sie müssen mindestens ein Suchmuster angeben"
msgid "Full Text Search"
msgstr "Volltextsuche"
-#: apt-private/private-show.cc cmdline/apt-cache.cc
-#, c-format
-msgid "Package file %s is out of sync."
-msgstr "Paketdatei %s ist nicht synchronisiert."
-
#: apt-private/private-show.cc
#, c-format
msgid "There is %i additional record. Please use the '-a' switch to see it"
@@ -2592,12 +2585,6 @@ msgid "%s has no build depends.\n"
msgstr "%s hat keine Bauabhängigkeiten.\n"
#: apt-private/private-source.cc
-msgid "Must specify at least one package to check builddeps for"
-msgstr ""
-"Es muss mindestens ein Paket angegeben werden, dessen Bauabhängigkeiten "
-"überprüft werden sollen."
-
-#: apt-private/private-source.cc
#, c-format
msgid ""
"No architecture information available for %s. See apt.conf(5) APT::"
@@ -2607,6 +2594,12 @@ msgstr ""
"finden Sie unter apt.conf(5) APT::Architectures."
#: apt-private/private-source.cc
+msgid "Must specify at least one package to check builddeps for"
+msgstr ""
+"Es muss mindestens ein Paket angegeben werden, dessen Bauabhängigkeiten "
+"überprüft werden sollen."
+
+#: apt-private/private-source.cc
#, c-format
msgid "Note, using directory '%s' to get the build dependencies\n"
msgstr ""
@@ -4036,6 +4029,9 @@ msgstr "Verbindung vorzeitig beendet"
msgid "Empty files can't be valid archives"
msgstr "Leere Dateien können kein gültiges Archiv sein."
+#~ msgid "Package file %s is out of sync."
+#~ msgstr "Paketdatei %s ist nicht synchronisiert."
+
#~ msgid ""
#~ "The package index files are corrupted. No Filename: field for package %s."
#~ msgstr ""
diff --git a/po/dz.po b/po/dz.po
index 48b641e96..951fca4a3 100644
--- a/po/dz.po
+++ b/po/dz.po
@@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-02-26 13:14+0100\n"
+"POT-Creation-Date: 2018-06-25 17:12+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"
@@ -456,8 +456,6 @@ msgstr ""
msgid "Clean of %s is not supported"
msgstr "ཟུར་ཐོ་ཡིག་སྣོད་ཀྱི་དབྱེ་བ་ '%s' འདི་རྒྱབ་སྐྱོར་མ་འབད་བས།"
-#. only show the ETA if it makes sense
-#. two days
#: apt-pkg/acquire.cc
#, c-format
msgid "Retrieving file %li of %li (%s remaining)"
@@ -1539,7 +1537,7 @@ msgstr "བཟོ་ཉེས་འགྱུར་བའི་གྲལ་ཐི
msgid "Type '%s' is not known on stanza %u in source list %s"
msgstr "དབྱེ་བ་'%s'་འདི་གྲལ་ཐིག་%u་གུར་ལུ་ཡོདཔ་འབྱུང་ཁུངས་ཐོ་ཡིག་%s་གི་ནང་ན་མ་ཤེས་པས།"
-#: apt-pkg/sourcelist.cc
+#: apt-pkg/sourcelist.cc apt-private/private-install.cc
#, c-format
msgid "Unsupported file %s given on commandline"
msgstr ""
@@ -2256,11 +2254,6 @@ msgstr "ཁྱོད་ཀྱིས་ཏག་ཏག་སྦེ་དཔེ་
msgid "Full Text Search"
msgstr ""
-#: apt-private/private-show.cc cmdline/apt-cache.cc
-#, c-format
-msgid "Package file %s is out of sync."
-msgstr "ཐུམ་སྒྲིལ་ཡིག་སྣོད་ %sའདི་མཉམ་འབྱུང་གི་ཕྱི་ཁར་ཨིན་པས།"
-
#: apt-private/private-show.cc
#, c-format
msgid "There is %i additional record. Please use the '-a' switch to see it"
@@ -2417,10 +2410,6 @@ msgid "%s has no build depends.\n"
msgstr "%s ལུ་བཟོ་བརྩིགས་རྟེན་འབྲེལ་མིན་འདུག\n"
#: apt-private/private-source.cc
-msgid "Must specify at least one package to check builddeps for"
-msgstr "builddeps ཞིབ་དཔྱད་འབད་ནིའི་དོན་ལུ་ཉུང་མཐའ་རང་ཐུམ་སྒྲིལ་གཅིག་གསལ་བཀོད་འབད་དགོ"
-
-#: apt-private/private-source.cc
#, c-format
msgid ""
"No architecture information available for %s. See apt.conf(5) APT::"
@@ -2428,6 +2417,10 @@ msgid ""
msgstr ""
#: apt-private/private-source.cc
+msgid "Must specify at least one package to check builddeps for"
+msgstr "builddeps ཞིབ་དཔྱད་འབད་ནིའི་དོན་ལུ་ཉུང་མཐའ་རང་ཐུམ་སྒྲིལ་གཅིག་གསལ་བཀོད་འབད་དགོ"
+
+#: apt-private/private-source.cc
#, c-format
msgid "Note, using directory '%s' to get the build dependencies\n"
msgstr ""
@@ -3784,6 +3777,9 @@ msgstr "དུས་སུ་མ་འབབ་པ་རང་མཐུད་ལ
msgid "Empty files can't be valid archives"
msgstr ""
+#~ msgid "Package file %s is out of sync."
+#~ msgstr "ཐུམ་སྒྲིལ་ཡིག་སྣོད་ %sའདི་མཉམ་འབྱུང་གི་ཕྱི་ཁར་ཨིན་པས།"
+
#~ msgid ""
#~ "The package index files are corrupted. No Filename: field for package %s."
#~ msgstr ""
diff --git a/po/el.po b/po/el.po
index 5fbb0f6fc..ed9ba41d5 100644
--- a/po/el.po
+++ b/po/el.po
@@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-02-26 13:14+0100\n"
+"POT-Creation-Date: 2018-06-25 17:12+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"
@@ -467,8 +467,6 @@ msgstr ""
msgid "Clean of %s is not supported"
msgstr "Ο τύπος αρχείου ευρετηρίου '%s' δεν υποστηρίζεται"
-#. only show the ETA if it makes sense
-#. two days
#: apt-pkg/acquire.cc
#, c-format
msgid "Retrieving file %li of %li (%s remaining)"
@@ -1559,7 +1557,7 @@ msgstr "Λάθος μορφή της γραμμής %u στη λίστα πηγ
msgid "Type '%s' is not known on stanza %u in source list %s"
msgstr "Ο τύπος '%s' στη γραμμή %u στη λίστα πηγών %s είναι άγνωστος "
-#: apt-pkg/sourcelist.cc
+#: apt-pkg/sourcelist.cc apt-private/private-install.cc
#, c-format
msgid "Unsupported file %s given on commandline"
msgstr ""
@@ -2280,11 +2278,6 @@ msgstr "Πρέπει να δώσετε τουλάχιστον ένα μοτίβ
msgid "Full Text Search"
msgstr ""
-#: apt-private/private-show.cc cmdline/apt-cache.cc
-#, c-format
-msgid "Package file %s is out of sync."
-msgstr "Το αρχείο πακέτου %s δεν είναι ενημερωμένο."
-
#: apt-private/private-show.cc
#, c-format
msgid "There is %i additional record. Please use the '-a' switch to see it"
@@ -2443,11 +2436,6 @@ msgid "%s has no build depends.\n"
msgstr "το %s δεν έχει εξαρτήσεις χτισίματος.\n"
#: apt-private/private-source.cc
-msgid "Must specify at least one package to check builddeps for"
-msgstr ""
-"Θα πρέπει να καθορίσετε τουλάχιστον ένα πακέτο για έλεγχο των εξαρτήσεων του"
-
-#: apt-private/private-source.cc
#, c-format
msgid ""
"No architecture information available for %s. See apt.conf(5) APT::"
@@ -2455,6 +2443,11 @@ msgid ""
msgstr ""
#: apt-private/private-source.cc
+msgid "Must specify at least one package to check builddeps for"
+msgstr ""
+"Θα πρέπει να καθορίσετε τουλάχιστον ένα πακέτο για έλεγχο των εξαρτήσεων του"
+
+#: apt-private/private-source.cc
#, c-format
msgid "Note, using directory '%s' to get the build dependencies\n"
msgstr ""
@@ -3813,6 +3806,9 @@ msgstr "Η σύνδεση έκλεισε πρόωρα"
msgid "Empty files can't be valid archives"
msgstr ""
+#~ msgid "Package file %s is out of sync."
+#~ msgstr "Το αρχείο πακέτου %s δεν είναι ενημερωμένο."
+
#~ msgid ""
#~ "The package index files are corrupted. No Filename: field for package %s."
#~ msgstr ""
diff --git a/po/es.po b/po/es.po
index bf6eba3eb..e7f6c88f2 100644
--- a/po/es.po
+++ b/po/es.po
@@ -34,7 +34,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.8.10\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-02-26 13:14+0100\n"
+"POT-Creation-Date: 2018-06-25 17:12+0200\n"
"PO-Revision-Date: 2016-01-26 01:51+0100\n"
"Last-Translator: Manuel \"Venturi\" Porras Peralta <venturi@openmailbox."
"org>\n"
@@ -558,8 +558,6 @@ msgstr ""
msgid "Clean of %s is not supported"
msgstr "No se admite la limpieza de «%s»"
-#. only show the ETA if it makes sense
-#. two days
#: apt-pkg/acquire.cc
#, c-format
msgid "Retrieving file %li of %li (%s remaining)"
@@ -1709,7 +1707,7 @@ msgstr "Predominio %u mal especificado en la lista de fuentes %s (tipo)"
msgid "Type '%s' is not known on stanza %u in source list %s"
msgstr "Tipo «%s» desconocido en el bloque %u de la lista de fuentes %s"
-#: apt-pkg/sourcelist.cc
+#: apt-pkg/sourcelist.cc apt-private/private-install.cc
#, c-format
msgid "Unsupported file %s given on commandline"
msgstr "Se ha suministrado el fichero no admitido %s en la línea de órdenes"
@@ -2441,11 +2439,6 @@ msgstr "Debe proporcionar al menos un patrón de búsqueda"
msgid "Full Text Search"
msgstr "Buscar en todo el texto"
-#: apt-private/private-show.cc cmdline/apt-cache.cc
-#, c-format
-msgid "Package file %s is out of sync."
-msgstr "El archivo de paquetes %s está desincronizado."
-
#: apt-private/private-show.cc
#, c-format
msgid "There is %i additional record. Please use the '-a' switch to see it"
@@ -2610,12 +2603,6 @@ msgid "%s has no build depends.\n"
msgstr "%s no tiene dependencias de construcción.\n"
#: apt-private/private-source.cc
-msgid "Must specify at least one package to check builddeps for"
-msgstr ""
-"Debe especificar al menos un paquete para verificar sus dependencias de "
-"construcción"
-
-#: apt-private/private-source.cc
#, c-format
msgid ""
"No architecture information available for %s. See apt.conf(5) APT::"
@@ -2625,6 +2612,12 @@ msgstr ""
"Arquitecturas para la configuración"
#: apt-private/private-source.cc
+msgid "Must specify at least one package to check builddeps for"
+msgstr ""
+"Debe especificar al menos un paquete para verificar sus dependencias de "
+"construcción"
+
+#: apt-private/private-source.cc
#, c-format
msgid "Note, using directory '%s' to get the build dependencies\n"
msgstr ""
@@ -4012,6 +4005,9 @@ msgstr "La conexión se cerró prematuramente"
msgid "Empty files can't be valid archives"
msgstr "Los ficheros vacíos no pueden ser archivos válidos"
+#~ msgid "Package file %s is out of sync."
+#~ msgstr "El archivo de paquetes %s está desincronizado."
+
#~ msgid ""
#~ "The package index files are corrupted. No Filename: field for package %s."
#~ msgstr ""
diff --git a/po/eu.po b/po/eu.po
index 8b03079a9..fd3fd2387 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-02-26 13:14+0100\n"
+"POT-Creation-Date: 2018-06-25 17:12+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"
@@ -456,8 +456,6 @@ msgstr ""
msgid "Clean of %s is not supported"
msgstr "'%s' motako indize fitxategirik ez da onartzen"
-#. only show the ETA if it makes sense
-#. two days
#: apt-pkg/acquire.cc
#, c-format
msgid "Retrieving file %li of %li (%s remaining)"
@@ -1540,7 +1538,7 @@ msgstr "Gaizki osatutako %u lerroa %s Iturburu zerrendan (type)"
msgid "Type '%s' is not known on stanza %u in source list %s"
msgstr "'%s' mota ez da ezagutzen %u lerroan %s Iturburu zerrendan"
-#: apt-pkg/sourcelist.cc
+#: apt-pkg/sourcelist.cc apt-private/private-install.cc
#, c-format
msgid "Unsupported file %s given on commandline"
msgstr ""
@@ -2257,11 +2255,6 @@ msgstr "Zehazki eredu bat eman behar duzu."
msgid "Full Text Search"
msgstr ""
-#: apt-private/private-show.cc cmdline/apt-cache.cc
-#, c-format
-msgid "Package file %s is out of sync."
-msgstr "%s pakete fitxategia ez dago sinkronizatuta."
-
#: apt-private/private-show.cc
#, c-format
msgid "There is %i additional record. Please use the '-a' switch to see it"
@@ -2420,11 +2413,6 @@ msgid "%s has no build depends.\n"
msgstr "%s: ez du eraikitze mendekotasunik.\n"
#: apt-private/private-source.cc
-msgid "Must specify at least one package to check builddeps for"
-msgstr ""
-"Gutxienez pakete bat zehaztu behar duzu eraikitze mendekotasunak egiaztatzeko"
-
-#: apt-private/private-source.cc
#, c-format
msgid ""
"No architecture information available for %s. See apt.conf(5) APT::"
@@ -2432,6 +2420,11 @@ msgid ""
msgstr ""
#: apt-private/private-source.cc
+msgid "Must specify at least one package to check builddeps for"
+msgstr ""
+"Gutxienez pakete bat zehaztu behar duzu eraikitze mendekotasunak egiaztatzeko"
+
+#: apt-private/private-source.cc
#, c-format
msgid "Note, using directory '%s' to get the build dependencies\n"
msgstr ""
@@ -3780,6 +3773,9 @@ msgstr "Konexioa behar baino lehenago itxi da"
msgid "Empty files can't be valid archives"
msgstr ""
+#~ msgid "Package file %s is out of sync."
+#~ msgstr "%s pakete fitxategia ez dago sinkronizatuta."
+
#~ msgid ""
#~ "The package index files are corrupted. No Filename: field for package %s."
#~ msgstr ""
diff --git a/po/fi.po b/po/fi.po
index cff0fcada..bbe626c12 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.5.26\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-02-26 13:14+0100\n"
+"POT-Creation-Date: 2018-06-25 17:12+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"
@@ -456,8 +456,6 @@ msgstr ""
msgid "Clean of %s is not supported"
msgstr "Hakemistotiedoston tyyppi \"%s\" ei ole tuettu"
-#. only show the ETA if it makes sense
-#. two days
#: apt-pkg/acquire.cc
#, c-format
msgid "Retrieving file %li of %li (%s remaining)"
@@ -1535,7 +1533,7 @@ msgstr "Rivi %u on väärän muotoinen lähdeluettelossa %s (tyyppi)"
msgid "Type '%s' is not known on stanza %u in source list %s"
msgstr "Tyyppi \"%s\" on tuntematon rivillä %u lähdeluettelossa %s"
-#: apt-pkg/sourcelist.cc
+#: apt-pkg/sourcelist.cc apt-private/private-install.cc
#, c-format
msgid "Unsupported file %s given on commandline"
msgstr ""
@@ -2252,11 +2250,6 @@ msgstr "On annettava täsmälleen yksi lauseke"
msgid "Full Text Search"
msgstr ""
-#: apt-private/private-show.cc cmdline/apt-cache.cc
-#, c-format
-msgid "Package file %s is out of sync."
-msgstr "Pakettitiedosto %s ei ole ajan tasalla."
-
#: apt-private/private-show.cc
#, c-format
msgid "There is %i additional record. Please use the '-a' switch to see it"
@@ -2412,11 +2405,6 @@ msgid "%s has no build depends.\n"
msgstr "Paketille %s ei ole määritetty paketointiriippuvuuksia.\n"
#: apt-private/private-source.cc
-msgid "Must specify at least one package to check builddeps for"
-msgstr ""
-"On annettava ainakin yksi paketti jonka paketointiriippuvuudet tarkistetaan"
-
-#: apt-private/private-source.cc
#, c-format
msgid ""
"No architecture information available for %s. See apt.conf(5) APT::"
@@ -2424,6 +2412,11 @@ msgid ""
msgstr ""
#: apt-private/private-source.cc
+msgid "Must specify at least one package to check builddeps for"
+msgstr ""
+"On annettava ainakin yksi paketti jonka paketointiriippuvuudet tarkistetaan"
+
+#: apt-private/private-source.cc
#, c-format
msgid "Note, using directory '%s' to get the build dependencies\n"
msgstr ""
@@ -3772,6 +3765,9 @@ msgstr "Yhteys katkesi ennenaikaisesti"
msgid "Empty files can't be valid archives"
msgstr ""
+#~ msgid "Package file %s is out of sync."
+#~ msgstr "Pakettitiedosto %s ei ole ajan tasalla."
+
#~ msgid ""
#~ "The package index files are corrupted. No Filename: field for package %s."
#~ msgstr ""
diff --git a/po/fr.po b/po/fr.po
index 2ef49c55d..ea5c8ac29 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-02-26 13:14+0100\n"
+"POT-Creation-Date: 2018-06-25 17:12+0200\n"
"PO-Revision-Date: 2018-01-02 15:09+0100\n"
"Last-Translator: Julien Patriarca <leatherface@debian.org>\n"
"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
@@ -501,8 +501,6 @@ msgstr ""
msgid "Clean of %s is not supported"
msgstr "Le nettoyage de « %s » n'est pas pris en charge"
-#. only show the ETA if it makes sense
-#. two days
#: apt-pkg/acquire.cc
#, c-format
msgid "Retrieving file %li of %li (%s remaining)"
@@ -1668,7 +1666,7 @@ msgid "Type '%s' is not known on stanza %u in source list %s"
msgstr ""
"Le type « %s » est inconnu sur la ligne %u dans la liste des sources %s"
-#: apt-pkg/sourcelist.cc
+#: apt-pkg/sourcelist.cc apt-private/private-install.cc
#, c-format
msgid "Unsupported file %s given on commandline"
msgstr "Le fichier donné %s n'est pas compris sur la ligne de commande"
@@ -2428,11 +2426,6 @@ msgstr "Vous devez fournir au moins un motif de recherche"
msgid "Full Text Search"
msgstr "Recherche en texte intégral"
-#: apt-private/private-show.cc cmdline/apt-cache.cc
-#, c-format
-msgid "Package file %s is out of sync."
-msgstr "Fichier du paquet %s désynchronisé."
-
#: apt-private/private-show.cc
#, c-format
msgid "There is %i additional record. Please use the '-a' switch to see it"
@@ -2601,12 +2594,6 @@ msgid "%s has no build depends.\n"
msgstr "%s n'a pas de dépendance de construction.\n"
#: apt-private/private-source.cc
-msgid "Must specify at least one package to check builddeps for"
-msgstr ""
-"Il faut spécifier au moins un paquet pour vérifier les dépendances de "
-"construction"
-
-#: apt-private/private-source.cc
#, c-format
msgid ""
"No architecture information available for %s. See apt.conf(5) APT::"
@@ -2617,6 +2604,12 @@ msgstr ""
"apt.conf(5)."
#: apt-private/private-source.cc
+msgid "Must specify at least one package to check builddeps for"
+msgstr ""
+"Il faut spécifier au moins un paquet pour vérifier les dépendances de "
+"construction"
+
+#: apt-private/private-source.cc
#, c-format
msgid "Note, using directory '%s' to get the build dependencies\n"
msgstr ""
@@ -4037,6 +4030,9 @@ msgstr "Connexion fermée prématurément"
msgid "Empty files can't be valid archives"
msgstr "Les fichiers vides ne peuvent être des archives valables"
+#~ msgid "Package file %s is out of sync."
+#~ msgstr "Fichier du paquet %s désynchronisé."
+
#~ msgid ""
#~ "The package index files are corrupted. No Filename: field for package %s."
#~ msgstr ""
diff --git a/po/gl.po b/po/gl.po
index 8983d2e49..376b09661 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-02-26 13:14+0100\n"
+"POT-Creation-Date: 2018-06-25 17:12+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"
@@ -463,8 +463,6 @@ msgstr ""
msgid "Clean of %s is not supported"
msgstr "O tipo de ficheiros de índices «%s» non está admitido"
-#. only show the ETA if it makes sense
-#. two days
#: apt-pkg/acquire.cc
#, c-format
msgid "Retrieving file %li of %li (%s remaining)"
@@ -1591,7 +1589,7 @@ msgstr "Liña %u mal construída na lista de orixes %s (tipo)"
msgid "Type '%s' is not known on stanza %u in source list %s"
msgstr "O tipo «%s» non se coñece na liña %u da lista de orixes %s"
-#: apt-pkg/sourcelist.cc
+#: apt-pkg/sourcelist.cc apt-private/private-install.cc
#, c-format
msgid "Unsupported file %s given on commandline"
msgstr ""
@@ -2315,11 +2313,6 @@ msgstr "Debe fornecer cando menos un patrón de busca"
msgid "Full Text Search"
msgstr ""
-#: apt-private/private-show.cc cmdline/apt-cache.cc
-#, c-format
-msgid "Package file %s is out of sync."
-msgstr "O ficheiro de paquete %s está sen sincronizar."
-
#: apt-private/private-show.cc
#, c-format
msgid "There is %i additional record. Please use the '-a' switch to see it"
@@ -2483,12 +2476,6 @@ msgid "%s has no build depends.\n"
msgstr "%s non ten dependencias de compilación.\n"
#: apt-private/private-source.cc
-msgid "Must specify at least one package to check builddeps for"
-msgstr ""
-"Ten que especificar polo menos un paquete para comprobarlle as dependencias "
-"de compilación"
-
-#: apt-private/private-source.cc
#, c-format
msgid ""
"No architecture information available for %s. See apt.conf(5) APT::"
@@ -2496,6 +2483,12 @@ msgid ""
msgstr ""
#: apt-private/private-source.cc
+msgid "Must specify at least one package to check builddeps for"
+msgstr ""
+"Ten que especificar polo menos un paquete para comprobarlle as dependencias "
+"de compilación"
+
+#: apt-private/private-source.cc
#, c-format
msgid "Note, using directory '%s' to get the build dependencies\n"
msgstr ""
@@ -3846,6 +3839,9 @@ msgstr "A conexión pechouse prematuramente"
msgid "Empty files can't be valid archives"
msgstr "Os ficheiros baleiros non poden ser arquivadores válidos"
+#~ msgid "Package file %s is out of sync."
+#~ msgstr "O ficheiro de paquete %s está sen sincronizar."
+
#~ msgid ""
#~ "The package index files are corrupted. No Filename: field for package %s."
#~ msgstr ""
diff --git a/po/hu.po b/po/hu.po
index 06bf893b6..35f073172 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-02-26 13:14+0100\n"
+"POT-Creation-Date: 2018-06-25 17:12+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"
@@ -498,8 +498,6 @@ msgstr ""
msgid "Clean of %s is not supported"
msgstr "A(z) „%s” tisztítása nem támogatott"
-#. only show the ETA if it makes sense
-#. two days
#: apt-pkg/acquire.cc
#, c-format
msgid "Retrieving file %li of %li (%s remaining)"
@@ -1632,7 +1630,7 @@ msgstr "A(z) %u. utasítás hibás a(z) %s forráslistában (típus)"
msgid "Type '%s' is not known on stanza %u in source list %s"
msgstr "„%1$s” típus nem ismert a(z) %3$s forráslista %2$u. utasításában"
-#: apt-pkg/sourcelist.cc
+#: apt-pkg/sourcelist.cc apt-private/private-install.cc
#, c-format
msgid "Unsupported file %s given on commandline"
msgstr "Nem támogatott %s fájlt adott meg a parancssorban"
@@ -2357,11 +2355,6 @@ msgstr "Legalább egy keresési mintát meg kell adnia"
msgid "Full Text Search"
msgstr "Keresés a teljes szövegben"
-#: apt-private/private-show.cc cmdline/apt-cache.cc
-#, c-format
-msgid "Package file %s is out of sync."
-msgstr "%s csomagfájl nincs szinkronban."
-
#: apt-private/private-show.cc
#, c-format
msgid "There is %i additional record. Please use the '-a' switch to see it"
@@ -2527,12 +2520,6 @@ msgid "%s has no build depends.\n"
msgstr "Nincs fordítási függősége a következőnek: %s.\n"
#: apt-private/private-source.cc
-msgid "Must specify at least one package to check builddeps for"
-msgstr ""
-"Legalább egy csomagot adjon meg, amelynek fordítási függőségeit ellenőrizni "
-"kell"
-
-#: apt-private/private-source.cc
#, c-format
msgid ""
"No architecture information available for %s. See apt.conf(5) APT::"
@@ -2542,6 +2529,12 @@ msgstr ""
"kapcsolatban lásd az apt.conf(5) APT::Architectures részét."
#: apt-private/private-source.cc
+msgid "Must specify at least one package to check builddeps for"
+msgstr ""
+"Legalább egy csomagot adjon meg, amelynek fordítási függőségeit ellenőrizni "
+"kell"
+
+#: apt-private/private-source.cc
#, c-format
msgid "Note, using directory '%s' to get the build dependencies\n"
msgstr ""
@@ -3911,6 +3904,9 @@ msgstr "A kapcsolat idő előtt lezárult"
msgid "Empty files can't be valid archives"
msgstr "Az üres fájlok biztosan nem érvényes csomagok"
+#~ msgid "Package file %s is out of sync."
+#~ msgstr "%s csomagfájl nincs szinkronban."
+
#~ msgid ""
#~ "The package index files are corrupted. No Filename: field for package %s."
#~ msgstr ""
diff --git a/po/it.po b/po/it.po
index d68d586e4..19e50d188 100644
--- a/po/it.po
+++ b/po/it.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.6~alpha5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-02-26 13:14+0100\n"
+"POT-Creation-Date: 2018-06-25 17:12+0200\n"
"PO-Revision-Date: 2017-11-27 13:57+0100\n"
"Last-Translator: Milo Casagrande <milo@milo.name>\n"
"Language-Team: Italian <tp@lists.linux.it>\n"
@@ -497,8 +497,6 @@ msgstr ""
msgid "Clean of %s is not supported"
msgstr "La pulizia di %s non è supportata"
-#. only show the ETA if it makes sense
-#. two days
#: apt-pkg/acquire.cc
#, c-format
msgid "Retrieving file %li of %li (%s remaining)"
@@ -1653,7 +1651,7 @@ msgid "Type '%s' is not known on stanza %u in source list %s"
msgstr ""
"Tipo \"%s\" non riconosciuto nella stanza %u nel file delle sorgenti %s"
-#: apt-pkg/sourcelist.cc
+#: apt-pkg/sourcelist.cc apt-private/private-install.cc
#, c-format
msgid "Unsupported file %s given on commandline"
msgstr "File %s non supportato passato sulla riga di comando"
@@ -2394,11 +2392,6 @@ msgstr "È necessario specificare almeno un modello per la ricerca"
msgid "Full Text Search"
msgstr "Ricerca sul testo"
-#: apt-private/private-show.cc cmdline/apt-cache.cc
-#, c-format
-msgid "Package file %s is out of sync."
-msgstr "Il file dei pacchetti %s non è sincronizzato."
-
#: apt-private/private-show.cc
#, c-format
msgid "There is %i additional record. Please use the '-a' switch to see it"
@@ -2563,12 +2556,6 @@ msgid "%s has no build depends.\n"
msgstr "%s non ha dipendenze di generazione.\n"
#: apt-private/private-source.cc
-msgid "Must specify at least one package to check builddeps for"
-msgstr ""
-"È necessario specificare almeno un pacchetto di cui controllare le "
-"dipendenze di generazione"
-
-#: apt-private/private-source.cc
#, c-format
msgid ""
"No architecture information available for %s. See apt.conf(5) APT::"
@@ -2578,6 +2565,12 @@ msgstr ""
"conf(5) APT::Architectures per l'impostazione"
#: apt-private/private-source.cc
+msgid "Must specify at least one package to check builddeps for"
+msgstr ""
+"È necessario specificare almeno un pacchetto di cui controllare le "
+"dipendenze di generazione"
+
+#: apt-private/private-source.cc
#, c-format
msgid "Note, using directory '%s' to get the build dependencies\n"
msgstr ""
@@ -3989,6 +3982,9 @@ msgstr "Connessione chiusa prematuramente"
msgid "Empty files can't be valid archives"
msgstr "File vuoti non possono essere archivi validi"
+#~ msgid "Package file %s is out of sync."
+#~ msgstr "Il file dei pacchetti %s non è sincronizzato."
+
#~ msgid "No mirror file '%s' found "
#~ msgstr "Nessun file mirror \"%s\" trovato "
diff --git a/po/ja.po b/po/ja.po
index c7dd49594..6984cdb4e 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.4\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-02-26 13:14+0100\n"
+"POT-Creation-Date: 2018-06-25 17:12+0200\n"
"PO-Revision-Date: 2017-01-06 04:50+0900\n"
"Last-Translator: Takuma Yamada <tyamada@takumayamada.com>\n"
"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
@@ -498,8 +498,6 @@ msgstr ""
msgid "Clean of %s is not supported"
msgstr "%s の消去はサポートされていません"
-#. only show the ETA if it makes sense
-#. two days
#: apt-pkg/acquire.cc
#, c-format
msgid "Retrieving file %li of %li (%s remaining)"
@@ -1625,7 +1623,7 @@ msgstr "ソースリスト %2$s の %1$u 個目の節が不正です (type)"
msgid "Type '%s' is not known on stanza %u in source list %s"
msgstr "ソースリスト %3$s の %2$u 個目の節 '%1$s' は不明です"
-#: apt-pkg/sourcelist.cc
+#: apt-pkg/sourcelist.cc apt-private/private-install.cc
#, c-format
msgid "Unsupported file %s given on commandline"
msgstr "コマンドラインで指定されたファイル %s はサポートされていません"
@@ -2350,11 +2348,6 @@ msgstr "検索パターンはちょうど 1 つだけ指定してください"
msgid "Full Text Search"
msgstr "全文検索"
-#: apt-private/private-show.cc cmdline/apt-cache.cc
-#, c-format
-msgid "Package file %s is out of sync."
-msgstr "Package ファイル %s が同期していません。"
-
#: apt-private/private-show.cc
#, c-format
msgid "There is %i additional record. Please use the '-a' switch to see it"
@@ -2519,11 +2512,6 @@ msgid "%s has no build depends.\n"
msgstr "%s にはビルド依存情報が指定されていません。\n"
#: apt-private/private-source.cc
-msgid "Must specify at least one package to check builddeps for"
-msgstr ""
-"ビルド依存関係をチェックするパッケージを少なくとも 1 つ指定する必要があります"
-
-#: apt-private/private-source.cc
#, c-format
msgid ""
"No architecture information available for %s. See apt.conf(5) APT::"
@@ -2533,6 +2521,11 @@ msgstr ""
"conf(5) の APT::Architectures を参照してください。"
#: apt-private/private-source.cc
+msgid "Must specify at least one package to check builddeps for"
+msgstr ""
+"ビルド依存関係をチェックするパッケージを少なくとも 1 つ指定する必要があります"
+
+#: apt-private/private-source.cc
#, c-format
msgid "Note, using directory '%s' to get the build dependencies\n"
msgstr "注意、ビルドの依存関係を取得するためディレクトリ '%s' を使用します\n"
@@ -3894,6 +3887,9 @@ msgstr "途中で接続がクローズされました"
msgid "Empty files can't be valid archives"
msgstr "空のファイルは有効なアーカイブと認められません"
+#~ msgid "Package file %s is out of sync."
+#~ msgstr "Package ファイル %s が同期していません。"
+
#~ msgid ""
#~ "The package index files are corrupted. No Filename: field for package %s."
#~ msgstr ""
diff --git a/po/km.po b/po/km.po
index 0910ff351..feade0e27 100644
--- a/po/km.po
+++ b/po/km.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-02-26 13:14+0100\n"
+"POT-Creation-Date: 2018-06-25 17:12+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"
@@ -460,8 +460,6 @@ msgstr ""
msgid "Clean of %s is not supported"
msgstr "ប្រភេទ​ឯកសារ​លិបិក្រម​ '%s' មិនត្រូវ​បាន​គាំទ្រ​"
-#. only show the ETA if it makes sense
-#. two days
#: apt-pkg/acquire.cc
#, c-format
msgid "Retrieving file %li of %li (%s remaining)"
@@ -1537,7 +1535,7 @@ msgstr "បន្ទាត់​ Malformed %u ក្នុង​បញ្ជី
msgid "Type '%s' is not known on stanza %u in source list %s"
msgstr "ប្រភេទ​ '%s' មិន​ស្គាល់នៅលើបន្ទាត់​ %u ក្នុង​បញ្ជី​ប្រភព​ %s ឡើយ"
-#: apt-pkg/sourcelist.cc
+#: apt-pkg/sourcelist.cc apt-private/private-install.cc
#, c-format
msgid "Unsupported file %s given on commandline"
msgstr ""
@@ -2244,11 +2242,6 @@ msgstr "អ្នក​ត្រូវ​តែ​ផ្ដល់​លំនា
msgid "Full Text Search"
msgstr ""
-#: apt-private/private-show.cc cmdline/apt-cache.cc
-#, c-format
-msgid "Package file %s is out of sync."
-msgstr "ឯកសារ​កញ្ចប់ %s នៅ​ខាងក្រៅ​ការ​ធ្វើសមកាលកម្ម ។"
-
#: apt-private/private-show.cc
#, c-format
msgid "There is %i additional record. Please use the '-a' switch to see it"
@@ -2404,10 +2397,6 @@ msgid "%s has no build depends.\n"
msgstr "%s មិនមានភាពអាស្រ័យ​ស្ថាបនាឡើយ​ ។\n"
#: apt-private/private-source.cc
-msgid "Must specify at least one package to check builddeps for"
-msgstr "ត្រូវតែ​បញ្ជាក់​យ៉ាងហោចណាស់​មួយកញ្ចប់ដើម្បីពិនិត្យ builddeps សម្រាប់"
-
-#: apt-private/private-source.cc
#, c-format
msgid ""
"No architecture information available for %s. See apt.conf(5) APT::"
@@ -2415,6 +2404,10 @@ msgid ""
msgstr ""
#: apt-private/private-source.cc
+msgid "Must specify at least one package to check builddeps for"
+msgstr "ត្រូវតែ​បញ្ជាក់​យ៉ាងហោចណាស់​មួយកញ្ចប់ដើម្បីពិនិត្យ builddeps សម្រាប់"
+
+#: apt-private/private-source.cc
#, c-format
msgid "Note, using directory '%s' to get the build dependencies\n"
msgstr ""
@@ -3756,6 +3749,9 @@ msgstr "បាន​បិទ​ការ​តភ្ជាប់​មុន​
msgid "Empty files can't be valid archives"
msgstr ""
+#~ msgid "Package file %s is out of sync."
+#~ msgstr "ឯកសារ​កញ្ចប់ %s នៅ​ខាងក្រៅ​ការ​ធ្វើសមកាលកម្ម ។"
+
#~ msgid ""
#~ "The package index files are corrupted. No Filename: field for package %s."
#~ msgstr "កញ្ចប់​ឯកសារ​លិបិក្រម​ត្រូវ​បាន​ខូច ។ គ្មាន​ឈ្មោះ​ឯកសារ ៖ វាល​សម្រាប់​កញ្ចប់នេះ​ទេ​ %s ។"
diff --git a/po/ko.po b/po/ko.po
index c2fb9f181..7c403b37b 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-02-26 13:14+0100\n"
+"POT-Creation-Date: 2018-06-25 17:12+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"
@@ -456,8 +456,6 @@ msgstr ""
msgid "Clean of %s is not supported"
msgstr "인덱스 파일 타입 '%s' 타입은 지원하지 않습니다"
-#. only show the ETA if it makes sense
-#. two days
#: apt-pkg/acquire.cc
#, c-format
msgid "Retrieving file %li of %li (%s remaining)"
@@ -1546,7 +1544,7 @@ msgstr "소스 리스트 %2$s의 %1$u번 줄이 잘못되었습니다 (타입)"
msgid "Type '%s' is not known on stanza %u in source list %s"
msgstr "소스 목록 %3$s의 %2$u번 줄의 '%1$s' 타입을 알 수 없습니다"
-#: apt-pkg/sourcelist.cc
+#: apt-pkg/sourcelist.cc apt-private/private-install.cc
#, c-format
msgid "Unsupported file %s given on commandline"
msgstr ""
@@ -2259,11 +2257,6 @@ msgstr "최소 한 개의 검색어를 지정해야 합니다"
msgid "Full Text Search"
msgstr ""
-#: apt-private/private-show.cc cmdline/apt-cache.cc
-#, c-format
-msgid "Package file %s is out of sync."
-msgstr "패키지 파일 %s 파일이 동기화되지 않았습니다."
-
#: apt-private/private-show.cc
#, c-format
msgid "There is %i additional record. Please use the '-a' switch to see it"
@@ -2423,10 +2416,6 @@ msgid "%s has no build depends.\n"
msgstr "%s 패키지에 빌드 의존성이 없습니다.\n"
#: apt-private/private-source.cc
-msgid "Must specify at least one package to check builddeps for"
-msgstr "해당되는 빌드 의존성을 검사할 패키지를 최소한 하나 지정해야 합니다"
-
-#: apt-private/private-source.cc
#, c-format
msgid ""
"No architecture information available for %s. See apt.conf(5) APT::"
@@ -2434,6 +2423,10 @@ msgid ""
msgstr ""
#: apt-private/private-source.cc
+msgid "Must specify at least one package to check builddeps for"
+msgstr "해당되는 빌드 의존성을 검사할 패키지를 최소한 하나 지정해야 합니다"
+
+#: apt-private/private-source.cc
#, c-format
msgid "Note, using directory '%s' to get the build dependencies\n"
msgstr ""
@@ -3770,6 +3763,9 @@ msgstr "연결이 너무 빨리 끊어졌습니다"
msgid "Empty files can't be valid archives"
msgstr ""
+#~ msgid "Package file %s is out of sync."
+#~ msgstr "패키지 파일 %s 파일이 동기화되지 않았습니다."
+
#~ msgid ""
#~ "The package index files are corrupted. No Filename: field for package %s."
#~ msgstr ""
diff --git a/po/ku.po b/po/ku.po
index 65af61b46..d404d281e 100644
--- a/po/ku.po
+++ b/po/ku.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-02-26 13:14+0100\n"
+"POT-Creation-Date: 2018-06-25 17:12+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"
@@ -454,8 +454,6 @@ msgstr ""
msgid "Clean of %s is not supported"
msgstr ""
-#. only show the ETA if it makes sense
-#. two days
#: apt-pkg/acquire.cc
#, c-format
msgid "Retrieving file %li of %li (%s remaining)"
@@ -1522,7 +1520,7 @@ msgstr ""
msgid "Type '%s' is not known on stanza %u in source list %s"
msgstr ""
-#: apt-pkg/sourcelist.cc
+#: apt-pkg/sourcelist.cc apt-private/private-install.cc
#, c-format
msgid "Unsupported file %s given on commandline"
msgstr ""
@@ -2204,11 +2202,6 @@ msgstr "Pêwist e tu mînakekê bidî"
msgid "Full Text Search"
msgstr ""
-#: apt-private/private-show.cc cmdline/apt-cache.cc
-#, c-format
-msgid "Package file %s is out of sync."
-msgstr "Pakêta dosya %s li derveyî demê ye."
-
#: apt-private/private-show.cc
#, c-format
msgid "There is %i additional record. Please use the '-a' switch to see it"
@@ -2364,10 +2357,6 @@ msgid "%s has no build depends.\n"
msgstr ""
#: apt-private/private-source.cc
-msgid "Must specify at least one package to check builddeps for"
-msgstr ""
-
-#: apt-private/private-source.cc
#, c-format
msgid ""
"No architecture information available for %s. See apt.conf(5) APT::"
@@ -2375,6 +2364,10 @@ msgid ""
msgstr ""
#: apt-private/private-source.cc
+msgid "Must specify at least one package to check builddeps for"
+msgstr ""
+
+#: apt-private/private-source.cc
#, c-format
msgid "Note, using directory '%s' to get the build dependencies\n"
msgstr ""
@@ -3654,6 +3647,9 @@ msgstr "Girêdan zû hatiye girtin"
msgid "Empty files can't be valid archives"
msgstr ""
+#~ msgid "Package file %s is out of sync."
+#~ msgstr "Pakêta dosya %s li derveyî demê ye."
+
#, fuzzy
#~ msgid "Can not read mirror file '%s'"
#~ msgstr "Nikarî pelê %s veke"
diff --git a/po/lt.po b/po/lt.po
index 6b36563da..bb1b256f3 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-02-26 13:14+0100\n"
+"POT-Creation-Date: 2018-06-25 17:12+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"
@@ -456,8 +456,6 @@ msgstr ""
msgid "Clean of %s is not supported"
msgstr ""
-#. only show the ETA if it makes sense
-#. two days
#: apt-pkg/acquire.cc
#, c-format
msgid "Retrieving file %li of %li (%s remaining)"
@@ -1526,7 +1524,7 @@ msgstr ""
msgid "Type '%s' is not known on stanza %u in source list %s"
msgstr ""
-#: apt-pkg/sourcelist.cc
+#: apt-pkg/sourcelist.cc apt-private/private-install.cc
#, c-format
msgid "Unsupported file %s given on commandline"
msgstr ""
@@ -2234,11 +2232,6 @@ msgstr ""
msgid "Full Text Search"
msgstr ""
-#: apt-private/private-show.cc cmdline/apt-cache.cc
-#, c-format
-msgid "Package file %s is out of sync."
-msgstr ""
-
#: apt-private/private-show.cc
#, c-format
msgid "There is %i additional record. Please use the '-a' switch to see it"
@@ -2394,10 +2387,6 @@ msgid "%s has no build depends.\n"
msgstr ""
#: apt-private/private-source.cc
-msgid "Must specify at least one package to check builddeps for"
-msgstr "Būtina nurodyti bent vieną paketą, kuriam norite įvykdyti builddeps"
-
-#: apt-private/private-source.cc
#, c-format
msgid ""
"No architecture information available for %s. See apt.conf(5) APT::"
@@ -2405,6 +2394,10 @@ msgid ""
msgstr ""
#: apt-private/private-source.cc
+msgid "Must specify at least one package to check builddeps for"
+msgstr "Būtina nurodyti bent vieną paketą, kuriam norite įvykdyti builddeps"
+
+#: apt-private/private-source.cc
#, c-format
msgid "Note, using directory '%s' to get the build dependencies\n"
msgstr ""
diff --git a/po/mr.po b/po/mr.po
index b50fc843c..1536d9017 100644
--- a/po/mr.po
+++ b/po/mr.po
@@ -1,14 +1,13 @@
# Marathi messages for the apt suite.
#
# This file is put in the public domain.
-
# Sampada <sampadanakhare@gmail.com>, 2008
#
msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-02-26 13:14+0100\n"
+"POT-Creation-Date: 2018-06-25 17:12+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 "
@@ -457,8 +456,6 @@ msgstr ""
msgid "Clean of %s is not supported"
msgstr "'%s' प्रकारची निर्देशक संचिका सहाय्यकारी नाही"
-#. only show the ETA if it makes sense
-#. two days
#: apt-pkg/acquire.cc
#, c-format
msgid "Retrieving file %li of %li (%s remaining)"
@@ -1538,7 +1535,7 @@ msgstr "स्त्रोत सुची %2$s (प्रकार) मध्
msgid "Type '%s' is not known on stanza %u in source list %s"
msgstr "%s स्त्रोत सुचीमध्ये %u रेषेवर '%s' प्रकार माहित नाही "
-#: apt-pkg/sourcelist.cc
+#: apt-pkg/sourcelist.cc apt-private/private-install.cc
#, c-format
msgid "Unsupported file %s given on commandline"
msgstr ""
@@ -2248,11 +2245,6 @@ msgstr "तुम्हाला फक्त एकच नमुना द्
msgid "Full Text Search"
msgstr ""
-#: apt-private/private-show.cc cmdline/apt-cache.cc
-#, c-format
-msgid "Package file %s is out of sync."
-msgstr "पॅकेज संचिका %s सिंक्रोनाइज नाहीत"
-
#: apt-private/private-show.cc
#, c-format
msgid "There is %i additional record. Please use the '-a' switch to see it"
@@ -2408,10 +2400,6 @@ msgid "%s has no build depends.\n"
msgstr "%s ला बांधणी डिपेंडन्स नाहीत.\n"
#: apt-private/private-source.cc
-msgid "Must specify at least one package to check builddeps for"
-msgstr "बिल्डेपस् कशासाठी ते पडताळण्यासाठी किमान एक पॅकेज सांगणे गरजेचे आहे"
-
-#: apt-private/private-source.cc
#, c-format
msgid ""
"No architecture information available for %s. See apt.conf(5) APT::"
@@ -2419,6 +2407,10 @@ msgid ""
msgstr ""
#: apt-private/private-source.cc
+msgid "Must specify at least one package to check builddeps for"
+msgstr "बिल्डेपस् कशासाठी ते पडताळण्यासाठी किमान एक पॅकेज सांगणे गरजेचे आहे"
+
+#: apt-private/private-source.cc
#, c-format
msgid "Note, using directory '%s' to get the build dependencies\n"
msgstr ""
@@ -3756,6 +3748,9 @@ msgstr "जोडणी अकाली बंद झाली"
msgid "Empty files can't be valid archives"
msgstr ""
+#~ msgid "Package file %s is out of sync."
+#~ msgstr "पॅकेज संचिका %s सिंक्रोनाइज नाहीत"
+
#~ msgid ""
#~ "The package index files are corrupted. No Filename: field for package %s."
#~ msgstr ""
diff --git a/po/nb.po b/po/nb.po
index 05401d323..d90bb93dd 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-02-26 13:14+0100\n"
+"POT-Creation-Date: 2018-06-25 17:12+0200\n"
"PO-Revision-Date: 2016-06-11 22:38+0200\n"
"Last-Translator: Petter Reinholdtsen <pere@hungry.com>\n"
"Language-Team: Norwegian Bokmål <i18n-no@lister.ping.uio.no>\n"
@@ -463,8 +463,6 @@ msgstr ""
msgid "Clean of %s is not supported"
msgstr "Oversiktsfil av typen «%s» støttes ikke"
-#. only show the ETA if it makes sense
-#. two days
#: apt-pkg/acquire.cc
#, c-format
msgid "Retrieving file %li of %li (%s remaining)"
@@ -1565,7 +1563,7 @@ msgstr "Feil på %u i kildelista %s (type)"
msgid "Type '%s' is not known on stanza %u in source list %s"
msgstr "Typen «%s» er ukjent i linje %u i kildelista %s"
-#: apt-pkg/sourcelist.cc
+#: apt-pkg/sourcelist.cc apt-private/private-install.cc
#, c-format
msgid "Unsupported file %s given on commandline"
msgstr ""
@@ -2294,11 +2292,6 @@ msgstr "Du må oppgi minst ett søkemønster"
msgid "Full Text Search"
msgstr "Fulltekstsøk"
-#: apt-private/private-show.cc cmdline/apt-cache.cc
-#, c-format
-msgid "Package file %s is out of sync."
-msgstr "Pakkefila %s er ikke oppdatert."
-
#: apt-private/private-show.cc
#, c-format
msgid "There is %i additional record. Please use the '-a' switch to see it"
@@ -2463,10 +2456,6 @@ msgid "%s has no build depends.\n"
msgstr "%s har ingen avhengigheter.\n"
#: apt-private/private-source.cc
-msgid "Must specify at least one package to check builddeps for"
-msgstr "Du må angi minst en pakke du vil sjekke «builddeps» for"
-
-#: apt-private/private-source.cc
#, c-format
msgid ""
"No architecture information available for %s. See apt.conf(5) APT::"
@@ -2476,6 +2465,10 @@ msgstr ""
"Architectures for oppsett."
#: apt-private/private-source.cc
+msgid "Must specify at least one package to check builddeps for"
+msgstr "Du må angi minst en pakke du vil sjekke «builddeps» for"
+
+#: apt-private/private-source.cc
#, c-format
msgid "Note, using directory '%s' to get the build dependencies\n"
msgstr "Merk, bruker '%s'-katalogen for å få tak i byggavhengigheter\n"
@@ -3828,6 +3821,9 @@ msgstr "Forbindelsen ble uventet stengt"
msgid "Empty files can't be valid archives"
msgstr "Tomme filer kan ikke være gyldige arkiver"
+#~ msgid "Package file %s is out of sync."
+#~ msgstr "Pakkefila %s er ikke oppdatert."
+
#~ msgid ""
#~ "The package index files are corrupted. No Filename: field for package %s."
#~ msgstr ""
diff --git a/po/ne.po b/po/ne.po
index d6e563750..f75e5313f 100644
--- a/po/ne.po
+++ b/po/ne.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-02-26 13:14+0100\n"
+"POT-Creation-Date: 2018-06-25 17:12+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"
@@ -456,8 +456,6 @@ msgstr ""
msgid "Clean of %s is not supported"
msgstr "अनुक्रमणिका फाइल प्रकार '%s' समर्थित छैन"
-#. only show the ETA if it makes sense
-#. two days
#: apt-pkg/acquire.cc
#, c-format
msgid "Retrieving file %li of %li (%s remaining)"
@@ -1533,7 +1531,7 @@ msgstr "वैरुप्य लाइन %u स्रोत सूचिमा
msgid "Type '%s' is not known on stanza %u in source list %s"
msgstr "स्रोत सूची %s भित्र %u लाइनमा टाइप '%s' ज्ञात छैन"
-#: apt-pkg/sourcelist.cc
+#: apt-pkg/sourcelist.cc apt-private/private-install.cc
#, c-format
msgid "Unsupported file %s given on commandline"
msgstr ""
@@ -2242,11 +2240,6 @@ msgstr "तपाईँले एउटा वास्तविक बान्
msgid "Full Text Search"
msgstr ""
-#: apt-private/private-show.cc cmdline/apt-cache.cc
-#, c-format
-msgid "Package file %s is out of sync."
-msgstr "प्याकेज फाइल %s sync भन्दा बाहिर छ ।"
-
#: apt-private/private-show.cc
#, c-format
msgid "There is %i additional record. Please use the '-a' switch to see it"
@@ -2402,10 +2395,6 @@ msgid "%s has no build depends.\n"
msgstr "%s कुनै निर्माणमा आधारित हुदैन ।\n"
#: apt-private/private-source.cc
-msgid "Must specify at least one package to check builddeps for"
-msgstr "को लागि builddeps जाँच्न कम्तिमा एउटा प्याकेज निर्दष्ट गर्नुपर्छ"
-
-#: apt-private/private-source.cc
#, c-format
msgid ""
"No architecture information available for %s. See apt.conf(5) APT::"
@@ -2413,6 +2402,10 @@ msgid ""
msgstr ""
#: apt-private/private-source.cc
+msgid "Must specify at least one package to check builddeps for"
+msgstr "को लागि builddeps जाँच्न कम्तिमा एउटा प्याकेज निर्दष्ट गर्नुपर्छ"
+
+#: apt-private/private-source.cc
#, c-format
msgid "Note, using directory '%s' to get the build dependencies\n"
msgstr ""
@@ -3755,6 +3748,9 @@ msgstr "जडान असमायिक बन्द भयो"
msgid "Empty files can't be valid archives"
msgstr ""
+#~ msgid "Package file %s is out of sync."
+#~ msgstr "प्याकेज फाइल %s sync भन्दा बाहिर छ ।"
+
#~ msgid ""
#~ "The package index files are corrupted. No Filename: field for package %s."
#~ msgstr ""
diff --git a/po/nn.po b/po/nn.po
index f9247505d..aed4f3f49 100644
--- a/po/nn.po
+++ b/po/nn.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-02-26 13:14+0100\n"
+"POT-Creation-Date: 2018-06-25 17:12+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"
@@ -462,8 +462,6 @@ msgstr ""
msgid "Clean of %s is not supported"
msgstr "Indeksfiltypen %s er ikkje sttta"
-#. only show the ETA if it makes sense
-#. two days
#: apt-pkg/acquire.cc
#, c-format
msgid "Retrieving file %li of %li (%s remaining)"
@@ -1541,7 +1539,7 @@ msgstr "Misforma linje %u i kjeldelista %s (type)"
msgid "Type '%s' is not known on stanza %u in source list %s"
msgstr "Typen %s er ukjend i linja %u i kjeldelista %s"
-#: apt-pkg/sourcelist.cc
+#: apt-pkg/sourcelist.cc apt-private/private-install.cc
#, c-format
msgid "Unsupported file %s given on commandline"
msgstr ""
@@ -2255,11 +2253,6 @@ msgstr "Du m oppgi nyaktig eitt mnster"
msgid "Full Text Search"
msgstr ""
-#: apt-private/private-show.cc cmdline/apt-cache.cc
-#, c-format
-msgid "Package file %s is out of sync."
-msgstr "Pakkefila %s er ute av takt."
-
#: apt-private/private-show.cc
#, c-format
msgid "There is %i additional record. Please use the '-a' switch to see it"
@@ -2415,10 +2408,6 @@ msgid "%s has no build depends.\n"
msgstr "%s har ingen byggjekrav.\n"
#: apt-private/private-source.cc
-msgid "Must specify at least one package to check builddeps for"
-msgstr "Du m velja minst ein pakke som byggjekrava skal sjekkast for"
-
-#: apt-private/private-source.cc
#, c-format
msgid ""
"No architecture information available for %s. See apt.conf(5) APT::"
@@ -2426,6 +2415,10 @@ msgid ""
msgstr ""
#: apt-private/private-source.cc
+msgid "Must specify at least one package to check builddeps for"
+msgstr "Du m velja minst ein pakke som byggjekrava skal sjekkast for"
+
+#: apt-private/private-source.cc
#, c-format
msgid "Note, using directory '%s' to get the build dependencies\n"
msgstr ""
@@ -3769,6 +3762,9 @@ msgstr "Sambandet vart uventa stengd"
msgid "Empty files can't be valid archives"
msgstr ""
+#~ msgid "Package file %s is out of sync."
+#~ msgstr "Pakkefila %s er ute av takt."
+
#~ msgid ""
#~ "The package index files are corrupted. No Filename: field for package %s."
#~ msgstr ""
diff --git a/po/pl.po b/po/pl.po
index 7df75ec30..ee10b73a7 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.9.7.3\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-02-26 13:14+0100\n"
+"POT-Creation-Date: 2018-06-25 17:12+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"
@@ -470,8 +470,6 @@ msgstr ""
msgid "Clean of %s is not supported"
msgstr "Plik indeksu typu \"%s\" nie jest obsługiwany"
-#. only show the ETA if it makes sense
-#. two days
#: apt-pkg/acquire.cc
#, c-format
msgid "Retrieving file %li of %li (%s remaining)"
@@ -1603,7 +1601,7 @@ msgstr "Nieprawidłowa linia %u w liście źródeł %s (typ)"
msgid "Type '%s' is not known on stanza %u in source list %s"
msgstr "Typ \"%s\" jest nieznany w linii %u listy źródeł %s"
-#: apt-pkg/sourcelist.cc
+#: apt-pkg/sourcelist.cc apt-private/private-install.cc
#, c-format
msgid "Unsupported file %s given on commandline"
msgstr ""
@@ -2344,11 +2342,6 @@ msgstr "Należy podać przynajmniej jeden wzorzec"
msgid "Full Text Search"
msgstr ""
-#: apt-private/private-show.cc cmdline/apt-cache.cc
-#, c-format
-msgid "Package file %s is out of sync."
-msgstr "Plik pakietu %s jest przestarzały."
-
#: apt-private/private-show.cc
#, c-format
msgid "There is %i additional record. Please use the '-a' switch to see it"
@@ -2519,12 +2512,6 @@ msgid "%s has no build depends.\n"
msgstr "%s nie ma zależności dla budowania.\n"
#: apt-private/private-source.cc
-msgid "Must specify at least one package to check builddeps for"
-msgstr ""
-"Należy podać przynajmniej jeden pakiet, dla którego mają zostać sprawdzone "
-"zależności dla budowania"
-
-#: apt-private/private-source.cc
#, c-format
msgid ""
"No architecture information available for %s. See apt.conf(5) APT::"
@@ -2534,6 +2521,12 @@ msgstr ""
"conf(5) APT::Architectures"
#: apt-private/private-source.cc
+msgid "Must specify at least one package to check builddeps for"
+msgstr ""
+"Należy podać przynajmniej jeden pakiet, dla którego mają zostać sprawdzone "
+"zależności dla budowania"
+
+#: apt-private/private-source.cc
#, c-format
msgid "Note, using directory '%s' to get the build dependencies\n"
msgstr ""
@@ -3891,6 +3884,9 @@ msgstr "Połączenie zostało przedwcześnie zamknięte"
msgid "Empty files can't be valid archives"
msgstr "Puste pliki nie mogą być prawidłowymi archiwami"
+#~ msgid "Package file %s is out of sync."
+#~ msgstr "Plik pakietu %s jest przestarzały."
+
#~ msgid ""
#~ "The package index files are corrupted. No Filename: field for package %s."
#~ msgstr ""
diff --git a/po/pt.po b/po/pt.po
index 46f26e714..b7dd6ebd2 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-02-26 13:14+0100\n"
+"POT-Creation-Date: 2018-06-25 17:12+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"
@@ -468,8 +468,6 @@ msgstr ""
msgid "Clean of %s is not supported"
msgstr "Tipo do ficheiro de índice '%s' não é suportado"
-#. only show the ETA if it makes sense
-#. two days
#: apt-pkg/acquire.cc
#, c-format
msgid "Retrieving file %li of %li (%s remaining)"
@@ -1609,7 +1607,7 @@ msgstr "Linha mal formada %u na lista de fontes %s (tipo)"
msgid "Type '%s' is not known on stanza %u in source list %s"
msgstr "O tipo '%s' não é conhecido na linha %u na lista de fontes %s"
-#: apt-pkg/sourcelist.cc
+#: apt-pkg/sourcelist.cc apt-private/private-install.cc
#, c-format
msgid "Unsupported file %s given on commandline"
msgstr ""
@@ -2331,11 +2329,6 @@ msgstr "Tem de fornecer pelo menos um padrão de busca"
msgid "Full Text Search"
msgstr ""
-#: apt-private/private-show.cc cmdline/apt-cache.cc
-#, c-format
-msgid "Package file %s is out of sync."
-msgstr "O ficheiro do pacote %s está dessincronizado."
-
#: apt-private/private-show.cc
#, c-format
msgid "There is %i additional record. Please use the '-a' switch to see it"
@@ -2500,12 +2493,6 @@ msgid "%s has no build depends.\n"
msgstr "%s não tem dependências de compilação.\n"
#: apt-private/private-source.cc
-msgid "Must specify at least one package to check builddeps for"
-msgstr ""
-"Deve especificar pelo menos um pacote para verificar as dependências de "
-"compilação"
-
-#: apt-private/private-source.cc
#, c-format
msgid ""
"No architecture information available for %s. See apt.conf(5) APT::"
@@ -2515,6 +2502,12 @@ msgstr ""
"veja apt.conf(5) APT::Architectures"
#: apt-private/private-source.cc
+msgid "Must specify at least one package to check builddeps for"
+msgstr ""
+"Deve especificar pelo menos um pacote para verificar as dependências de "
+"compilação"
+
+#: apt-private/private-source.cc
#, c-format
msgid "Note, using directory '%s' to get the build dependencies\n"
msgstr ""
@@ -3868,6 +3861,9 @@ msgstr "Ligação encerrada prematuramente"
msgid "Empty files can't be valid archives"
msgstr "Ficheiros vazios não podem ser arquivos válidos"
+#~ msgid "Package file %s is out of sync."
+#~ msgstr "O ficheiro do pacote %s está dessincronizado."
+
#~ msgid ""
#~ "The package index files are corrupted. No Filename: field for package %s."
#~ msgstr ""
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 58dcadff4..0daf5ecc8 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-02-26 13:14+0100\n"
+"POT-Creation-Date: 2018-06-25 17:12+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."
@@ -458,8 +458,6 @@ msgstr ""
msgid "Clean of %s is not supported"
msgstr "Tipo de arquivo de índice '%s' não é suportado"
-#. only show the ETA if it makes sense
-#. two days
#: apt-pkg/acquire.cc
#, c-format
msgid "Retrieving file %li of %li (%s remaining)"
@@ -1548,7 +1546,7 @@ msgstr "Linha mal formada %u no arquivo de fontes %s (tipo)"
msgid "Type '%s' is not known on stanza %u in source list %s"
msgstr "Tipo '%s' não é conhecido na linha %u na lista de fontes %s"
-#: apt-pkg/sourcelist.cc
+#: apt-pkg/sourcelist.cc apt-private/private-install.cc
#, c-format
msgid "Unsupported file %s given on commandline"
msgstr ""
@@ -2267,11 +2265,6 @@ msgstr "Você deve passar exatamente um padrão"
msgid "Full Text Search"
msgstr ""
-#: apt-private/private-show.cc cmdline/apt-cache.cc
-#, c-format
-msgid "Package file %s is out of sync."
-msgstr "O arquivo de pacote %s está fora de sincronia."
-
#: apt-private/private-show.cc
#, c-format
msgid "There is %i additional record. Please use the '-a' switch to see it"
@@ -2429,12 +2422,6 @@ msgid "%s has no build depends.\n"
msgstr "%s não tem dependências de construção.\n"
#: apt-private/private-source.cc
-msgid "Must specify at least one package to check builddeps for"
-msgstr ""
-"Deve-se especificar pelo menos um pacote para que se cheque as dependências "
-"de construção"
-
-#: apt-private/private-source.cc
#, c-format
msgid ""
"No architecture information available for %s. See apt.conf(5) APT::"
@@ -2442,6 +2429,12 @@ msgid ""
msgstr ""
#: apt-private/private-source.cc
+msgid "Must specify at least one package to check builddeps for"
+msgstr ""
+"Deve-se especificar pelo menos um pacote para que se cheque as dependências "
+"de construção"
+
+#: apt-private/private-source.cc
#, c-format
msgid "Note, using directory '%s' to get the build dependencies\n"
msgstr ""
@@ -3799,6 +3792,9 @@ msgstr "Conexão encerrada prematuramente"
msgid "Empty files can't be valid archives"
msgstr ""
+#~ msgid "Package file %s is out of sync."
+#~ msgstr "O arquivo de pacote %s está fora de sincronia."
+
#~ msgid ""
#~ "The package index files are corrupted. No Filename: field for package %s."
#~ msgstr ""
diff --git a/po/ro.po b/po/ro.po
index e370dff66..fa7a1fd97 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-02-26 13:14+0100\n"
+"POT-Creation-Date: 2018-06-25 17:12+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"
@@ -461,8 +461,6 @@ msgstr ""
msgid "Clean of %s is not supported"
msgstr "Tipul de fișier index '%s' nu este suportat"
-#. only show the ETA if it makes sense
-#. two days
#: apt-pkg/acquire.cc
#, c-format
msgid "Retrieving file %li of %li (%s remaining)"
@@ -1551,7 +1549,7 @@ msgstr "Linie greșită %u în lista sursă %s (tip)"
msgid "Type '%s' is not known on stanza %u in source list %s"
msgstr "Tipul '%s' nu este cunoscut în linia %u din lista sursă %s"
-#: apt-pkg/sourcelist.cc
+#: apt-pkg/sourcelist.cc apt-private/private-install.cc
#, c-format
msgid "Unsupported file %s given on commandline"
msgstr ""
@@ -2275,11 +2273,6 @@ msgstr "Trebuie să dați exact un șablon"
msgid "Full Text Search"
msgstr ""
-#: apt-private/private-show.cc cmdline/apt-cache.cc
-#, c-format
-msgid "Package file %s is out of sync."
-msgstr "Fișierul pachetului %s este desincronizat."
-
#: apt-private/private-show.cc
#, c-format
msgid "There is %i additional record. Please use the '-a' switch to see it"
@@ -2437,12 +2430,6 @@ msgid "%s has no build depends.\n"
msgstr "%s nu are dependențe înglobate.\n"
#: apt-private/private-source.cc
-msgid "Must specify at least one package to check builddeps for"
-msgstr ""
-"Trebuie specificat cel puțin un pachet pentru a-i verifica dependențele "
-"înglobate"
-
-#: apt-private/private-source.cc
#, c-format
msgid ""
"No architecture information available for %s. See apt.conf(5) APT::"
@@ -2450,6 +2437,12 @@ msgid ""
msgstr ""
#: apt-private/private-source.cc
+msgid "Must specify at least one package to check builddeps for"
+msgstr ""
+"Trebuie specificat cel puțin un pachet pentru a-i verifica dependențele "
+"înglobate"
+
+#: apt-private/private-source.cc
#, c-format
msgid "Note, using directory '%s' to get the build dependencies\n"
msgstr ""
@@ -3812,6 +3805,9 @@ msgstr "Conexiune închisă prematur"
msgid "Empty files can't be valid archives"
msgstr ""
+#~ msgid "Package file %s is out of sync."
+#~ msgstr "Fișierul pachetului %s este desincronizat."
+
#~ msgid ""
#~ "The package index files are corrupted. No Filename: field for package %s."
#~ msgstr ""
diff --git a/po/ru.po b/po/ru.po
index 0e8a9450b..d8a559b1b 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.6\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-05-14 20:21+0300\n"
+"POT-Creation-Date: 2018-06-25 17:12+0200\n"
"PO-Revision-Date: 2018-05-14 20:24+0300\n"
"Last-Translator: Aleksej Shilin <rootlexx@mail.ru>\n"
"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
@@ -497,8 +497,6 @@ msgstr ""
msgid "Clean of %s is not supported"
msgstr "Очистка «%s» не поддерживается"
-#. only show the ETA if it makes sense
-#. two days
#: apt-pkg/acquire.cc
#, c-format
msgid "Retrieving file %li of %li (%s remaining)"
@@ -1638,7 +1636,7 @@ msgstr "Некорректная запись %u в списке источни
msgid "Type '%s' is not known on stanza %u in source list %s"
msgstr "Неизвестный тип «%s» в записи %u в списке источников %s"
-#: apt-pkg/sourcelist.cc
+#: apt-pkg/sourcelist.cc apt-private/private-install.cc
#, c-format
msgid "Unsupported file %s given on commandline"
msgstr "В командной строке указан неподдерживаемый файл %s"
@@ -2377,11 +2375,6 @@ msgstr "Вы должны задать не менее одного шаблон
msgid "Full Text Search"
msgstr "Полнотекстовый поиск"
-#: apt-private/private-show.cc cmdline/apt-cache.cc
-#, c-format
-msgid "Package file %s is out of sync."
-msgstr "Список пакетов %s рассинхронизирован."
-
#: apt-private/private-show.cc
#, c-format
msgid "There is %i additional record. Please use the '-a' switch to see it"
@@ -2545,11 +2538,6 @@ msgid "%s has no build depends.\n"
msgstr "%s не имеет сборочных зависимостей.\n"
#: apt-private/private-source.cc
-msgid "Must specify at least one package to check builddeps for"
-msgstr ""
-"Для проверки сборочных зависимостей необходимо указать как минимум один пакет"
-
-#: apt-private/private-source.cc
#, c-format
msgid ""
"No architecture information available for %s. See apt.conf(5) APT::"
@@ -2559,6 +2547,11 @@ msgstr ""
"conf(5) об APT::Architectures"
#: apt-private/private-source.cc
+msgid "Must specify at least one package to check builddeps for"
+msgstr ""
+"Для проверки сборочных зависимостей необходимо указать как минимум один пакет"
+
+#: apt-private/private-source.cc
#, c-format
msgid "Note, using directory '%s' to get the build dependencies\n"
msgstr ""
@@ -3958,6 +3951,9 @@ msgstr "Соединение закрыто преждевременно"
msgid "Empty files can't be valid archives"
msgstr "Пустые файлы не могут быть допустимыми архивами"
+#~ msgid "Package file %s is out of sync."
+#~ msgstr "Список пакетов %s рассинхронизирован."
+
#~ msgid ""
#~ "The package index files are corrupted. No Filename: field for package %s."
#~ msgstr "Некорректный перечень пакетов. Нет поля Filename: для пакета %s."
diff --git a/po/sk.po b/po/sk.po
index 824542496..d55687bf8 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-02-26 13:14+0100\n"
+"POT-Creation-Date: 2018-06-25 17:12+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"
@@ -467,8 +467,6 @@ msgstr ""
msgid "Clean of %s is not supported"
msgstr "Indexový súbor typu „%s“ nie je podporovaný"
-#. only show the ETA if it makes sense
-#. two days
#: apt-pkg/acquire.cc
#, c-format
msgid "Retrieving file %li of %li (%s remaining)"
@@ -1577,7 +1575,7 @@ msgstr "Skomolený riadok %u v zozname zdrojov %s (typ)"
msgid "Type '%s' is not known on stanza %u in source list %s"
msgstr "Typ „%s“ je neznámy na riadku %u v zozname zdrojov %s"
-#: apt-pkg/sourcelist.cc
+#: apt-pkg/sourcelist.cc apt-private/private-install.cc
#, c-format
msgid "Unsupported file %s given on commandline"
msgstr ""
@@ -2305,11 +2303,6 @@ msgstr "Musíte zadať aspoň jeden vyhľadávací vzor"
msgid "Full Text Search"
msgstr ""
-#: apt-private/private-show.cc cmdline/apt-cache.cc
-#, c-format
-msgid "Package file %s is out of sync."
-msgstr "Súbor balíkov %s je neaktuálny."
-
#: apt-private/private-show.cc
#, c-format
msgid "There is %i additional record. Please use the '-a' switch to see it"
@@ -2473,12 +2466,6 @@ msgid "%s has no build depends.\n"
msgstr "%s nemá žiadne závislosti na zostavenie.\n"
#: apt-private/private-source.cc
-msgid "Must specify at least one package to check builddeps for"
-msgstr ""
-"Musíte zadať aspoň jeden balík, pre ktorý sa budú overovať závislosti na "
-"zostavenie"
-
-#: apt-private/private-source.cc
#, c-format
msgid ""
"No architecture information available for %s. See apt.conf(5) APT::"
@@ -2488,6 +2475,12 @@ msgstr ""
"nájdete v apt.conf(5) APT::Architectures"
#: apt-private/private-source.cc
+msgid "Must specify at least one package to check builddeps for"
+msgstr ""
+"Musíte zadať aspoň jeden balík, pre ktorý sa budú overovať závislosti na "
+"zostavenie"
+
+#: apt-private/private-source.cc
#, c-format
msgid "Note, using directory '%s' to get the build dependencies\n"
msgstr ""
@@ -3831,6 +3824,9 @@ msgstr "Spojenie bolo predčasne ukončené"
msgid "Empty files can't be valid archives"
msgstr "Prázdne súbory nemôžu byť platné archívy"
+#~ msgid "Package file %s is out of sync."
+#~ msgstr "Súbor balíkov %s je neaktuálny."
+
#~ msgid ""
#~ "The package index files are corrupted. No Filename: field for package %s."
#~ msgstr ""
diff --git a/po/sl.po b/po/sl.po
index 46b49179b..e56a3c139 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.5.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-02-26 13:14+0100\n"
+"POT-Creation-Date: 2018-06-25 17:12+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"
@@ -467,8 +467,6 @@ msgstr ""
msgid "Clean of %s is not supported"
msgstr "Vrsta datoteke s kazalom '%s' ni podprta"
-#. only show the ETA if it makes sense
-#. two days
#: apt-pkg/acquire.cc
#, c-format
msgid "Retrieving file %li of %li (%s remaining)"
@@ -1575,7 +1573,7 @@ msgstr "Slabo oblikovana vrstica %u v seznamu virov %s (vrsta)"
msgid "Type '%s' is not known on stanza %u in source list %s"
msgstr "Vrsta '%s' v vrstici %u na seznamu virov %s ni znana"
-#: apt-pkg/sourcelist.cc
+#: apt-pkg/sourcelist.cc apt-private/private-install.cc
#, c-format
msgid "Unsupported file %s given on commandline"
msgstr ""
@@ -2308,11 +2306,6 @@ msgstr "Podati morate vsaj en iskalni vzorec"
msgid "Full Text Search"
msgstr ""
-#: apt-private/private-show.cc cmdline/apt-cache.cc
-#, c-format
-msgid "Package file %s is out of sync."
-msgstr "Datoteka paketa %s ni usklajena."
-
#: apt-private/private-show.cc
#, c-format
msgid "There is %i additional record. Please use the '-a' switch to see it"
@@ -2476,12 +2469,6 @@ msgid "%s has no build depends.\n"
msgstr "%s nima odvisnosti za gradnjo.\n"
#: apt-private/private-source.cc
-msgid "Must specify at least one package to check builddeps for"
-msgstr ""
-"Potrebno je navesti vsaj en paket, za katerega želite preveriti odvisnosti "
-"za gradnjo"
-
-#: apt-private/private-source.cc
#, c-format
msgid ""
"No architecture information available for %s. See apt.conf(5) APT::"
@@ -2491,6 +2478,12 @@ msgstr ""
"apt.conf(5) APT::Architectures"
#: apt-private/private-source.cc
+msgid "Must specify at least one package to check builddeps for"
+msgstr ""
+"Potrebno je navesti vsaj en paket, za katerega želite preveriti odvisnosti "
+"za gradnjo"
+
+#: apt-private/private-source.cc
#, c-format
msgid "Note, using directory '%s' to get the build dependencies\n"
msgstr ""
@@ -3836,6 +3829,9 @@ msgstr "Povezava se je prezgodaj zaprla"
msgid "Empty files can't be valid archives"
msgstr "Prazne datoteke ne morejo biti veljavni arhivi"
+#~ msgid "Package file %s is out of sync."
+#~ msgstr "Datoteka paketa %s ni usklajena."
+
#~ msgid ""
#~ "The package index files are corrupted. No Filename: field for package %s."
#~ msgstr ""
diff --git a/po/sv.po b/po/sv.po
index 43ae425fc..639300a54 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-02-26 13:14+0100\n"
+"POT-Creation-Date: 2018-06-25 17:12+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"
@@ -476,8 +476,6 @@ msgstr ""
msgid "Clean of %s is not supported"
msgstr "Rensning av %s stöds inte"
-#. only show the ETA if it makes sense
-#. two days
#: apt-pkg/acquire.cc
#, c-format
msgid "Retrieving file %li of %li (%s remaining)"
@@ -1599,7 +1597,7 @@ msgstr "Rad %u i källistan %s har fel format (typ)"
msgid "Type '%s' is not known on stanza %u in source list %s"
msgstr "Typen ”%s” är inte känd i post %u i källistan %s"
-#: apt-pkg/sourcelist.cc
+#: apt-pkg/sourcelist.cc apt-private/private-install.cc
#, c-format
msgid "Unsupported file %s given on commandline"
msgstr ""
@@ -2324,11 +2322,6 @@ msgstr "Du måste ange minst ett sökmönster"
msgid "Full Text Search"
msgstr "Fulltextsökning"
-#: apt-private/private-show.cc cmdline/apt-cache.cc
-#, c-format
-msgid "Package file %s is out of sync."
-msgstr "Paketfilen %s är inte synkroniserad."
-
#: apt-private/private-show.cc
#, c-format
msgid "There is %i additional record. Please use the '-a' switch to see it"
@@ -2491,10 +2484,6 @@ msgid "%s has no build depends.\n"
msgstr "%s har inga byggberoenden.\n"
#: apt-private/private-source.cc
-msgid "Must specify at least one package to check builddeps for"
-msgstr "Du måste ange minst ett paket att kontrollera byggberoenden för"
-
-#: apt-private/private-source.cc
#, c-format
msgid ""
"No architecture information available for %s. See apt.conf(5) APT::"
@@ -2504,6 +2493,10 @@ msgstr ""
"Architectures för inställning"
#: apt-private/private-source.cc
+msgid "Must specify at least one package to check builddeps for"
+msgstr "Du måste ange minst ett paket att kontrollera byggberoenden för"
+
+#: apt-private/private-source.cc
#, c-format
msgid "Note, using directory '%s' to get the build dependencies\n"
msgstr "Observera, använder katalogen ”%s” för att få byggberoendena\n"
@@ -3871,6 +3864,9 @@ msgstr "Anslutningen stängdes i förtid"
msgid "Empty files can't be valid archives"
msgstr "Tomma filer kan inte vara giltiga arkiv"
+#~ msgid "Package file %s is out of sync."
+#~ msgstr "Paketfilen %s är inte synkroniserad."
+
#~ msgid ""
#~ "The package index files are corrupted. No Filename: field for package %s."
#~ msgstr ""
diff --git a/po/th.po b/po/th.po
index 12943777d..b32c345a2 100644
--- a/po/th.po
+++ b/po/th.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-02-26 13:14+0100\n"
+"POT-Creation-Date: 2018-06-25 17:12+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"
@@ -464,8 +464,6 @@ msgstr ""
msgid "Clean of %s is not supported"
msgstr "ไม่รองรับการล้างข้อมูลที่ %s"
-#. only show the ETA if it makes sense
-#. two days
#: apt-pkg/acquire.cc
#, c-format
msgid "Retrieving file %li of %li (%s remaining)"
@@ -1550,7 +1548,7 @@ msgstr "บรรทัด %u ในแฟ้มรายชื่อแหล
msgid "Type '%s' is not known on stanza %u in source list %s"
msgstr "ไม่รู้จักชนิด '%s' ที่วรรคที่ %u ในแฟ้มรายชื่อแหล่งแพกเกจ %s"
-#: apt-pkg/sourcelist.cc
+#: apt-pkg/sourcelist.cc apt-private/private-install.cc
#, c-format
msgid "Unsupported file %s given on commandline"
msgstr ""
@@ -2247,11 +2245,6 @@ msgstr "คุณต้องระบุแพตเทิร์นสำหร
msgid "Full Text Search"
msgstr "ค้นทั่วทั้งเนื้อความ"
-#: apt-private/private-show.cc cmdline/apt-cache.cc
-#, c-format
-msgid "Package file %s is out of sync."
-msgstr "ข้อมูลแฟ้ม Package %s ไม่ตรงกับความเป็นจริง"
-
#: apt-private/private-show.cc
#, c-format
msgid "There is %i additional record. Please use the '-a' switch to see it"
@@ -2411,10 +2404,6 @@ msgid "%s has no build depends.\n"
msgstr "%s ไม่ต้องการสิ่งใดสำหรับ build\n"
#: apt-private/private-source.cc
-msgid "Must specify at least one package to check builddeps for"
-msgstr "ต้องระบุแพกเกจอย่างน้อยหนึ่งแพกเกจที่จะตรวจสอบสิ่งที่ต้องการสำหรับการ build"
-
-#: apt-private/private-source.cc
#, c-format
msgid ""
"No architecture information available for %s. See apt.conf(5) APT::"
@@ -2423,6 +2412,10 @@ msgstr ""
"ไม่มีข้อมูลสถาปัตยกรรมสำหรับ %s ดูวิธีตั้งค่าที่หัวข้อ APT::Architectures ของ apt.conf(5)"
#: apt-private/private-source.cc
+msgid "Must specify at least one package to check builddeps for"
+msgstr "ต้องระบุแพกเกจอย่างน้อยหนึ่งแพกเกจที่จะตรวจสอบสิ่งที่ต้องการสำหรับการ build"
+
+#: apt-private/private-source.cc
#, c-format
msgid "Note, using directory '%s' to get the build dependencies\n"
msgstr ""
@@ -3752,6 +3745,9 @@ msgstr "การเชื่อมต่อถูกปิดก่อนเว
msgid "Empty files can't be valid archives"
msgstr "แฟ้มว่างเปล่าไม่สามารถเป็นแฟ้มจัดเก็บที่ใช้การได้"
+#~ msgid "Package file %s is out of sync."
+#~ msgstr "ข้อมูลแฟ้ม Package %s ไม่ตรงกับความเป็นจริง"
+
#~ msgid ""
#~ "The package index files are corrupted. No Filename: field for package %s."
#~ msgstr "แฟ้มดัชนีแพกเกจเสียหาย ไม่มีข้อมูล Filename: (ชื่อแฟ้ม) สำหรับแพกเกจ %s"
diff --git a/po/tl.po b/po/tl.po
index 516c96cd7..77c9c8645 100644
--- a/po/tl.po
+++ b/po/tl.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-02-26 13:14+0100\n"
+"POT-Creation-Date: 2018-06-25 17:12+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"
@@ -460,8 +460,6 @@ msgstr ""
msgid "Clean of %s is not supported"
msgstr "Hindi suportado ang uri ng talaksang index na '%s'"
-#. only show the ETA if it makes sense
-#. two days
#: apt-pkg/acquire.cc
#, c-format
msgid "Retrieving file %li of %li (%s remaining)"
@@ -1555,7 +1553,7 @@ msgstr "Maling anyo ng linyang %u sa talaksang pagkukunan %s (uri)"
msgid "Type '%s' is not known on stanza %u in source list %s"
msgstr "Hindi kilalang uri '%s' sa linyang %u sa talaksan ng pagkukunan %s"
-#: apt-pkg/sourcelist.cc
+#: apt-pkg/sourcelist.cc apt-private/private-install.cc
#, c-format
msgid "Unsupported file %s given on commandline"
msgstr ""
@@ -2271,11 +2269,6 @@ msgstr "Kailangan niyong magbigay ng isa lamang na pattern"
msgid "Full Text Search"
msgstr ""
-#: apt-private/private-show.cc cmdline/apt-cache.cc
-#, c-format
-msgid "Package file %s is out of sync."
-msgstr "Wala sa sync ang talaksan ng paketeng %s."
-
#: apt-private/private-show.cc
#, c-format
msgid "There is %i additional record. Please use the '-a' switch to see it"
@@ -2431,10 +2424,6 @@ msgid "%s has no build depends.\n"
msgstr "Walang build depends ang %s.\n"
#: apt-private/private-source.cc
-msgid "Must specify at least one package to check builddeps for"
-msgstr "Kailangang magtakda ng kahit isang pakete na susuriin ang builddeps"
-
-#: apt-private/private-source.cc
#, c-format
msgid ""
"No architecture information available for %s. See apt.conf(5) APT::"
@@ -2442,6 +2431,10 @@ msgid ""
msgstr ""
#: apt-private/private-source.cc
+msgid "Must specify at least one package to check builddeps for"
+msgstr "Kailangang magtakda ng kahit isang pakete na susuriin ang builddeps"
+
+#: apt-private/private-source.cc
#, c-format
msgid "Note, using directory '%s' to get the build dependencies\n"
msgstr ""
@@ -3792,6 +3785,9 @@ msgstr "Nagsara ng maaga ang koneksyon"
msgid "Empty files can't be valid archives"
msgstr ""
+#~ msgid "Package file %s is out of sync."
+#~ msgstr "Wala sa sync ang talaksan ng paketeng %s."
+
#~ msgid ""
#~ "The package index files are corrupted. No Filename: field for package %s."
#~ msgstr ""
diff --git a/po/tr.po b/po/tr.po
index 7f0b7463c..175108029 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-02-26 13:14+0100\n"
+"POT-Creation-Date: 2018-06-25 17:12+0200\n"
"PO-Revision-Date: 2018-01-03 16:32+0300\n"
"Last-Translator: Mert Dirik <mertdirik@gmail.com>\n"
"Language-Team: Debian l10n Turkish <debian-l10n-turkish@lists.debian.org>\n"
@@ -499,8 +499,6 @@ msgstr ""
msgid "Clean of %s is not supported"
msgstr "%s temizliği desteklenmiyor"
-#. only show the ETA if it makes sense
-#. two days
#: apt-pkg/acquire.cc
#, c-format
msgid "Retrieving file %li of %li (%s remaining)"
@@ -1614,7 +1612,7 @@ msgstr "%2$s kaynak listesinin %1$u kısmı hatalı (tür)"
msgid "Type '%s' is not known on stanza %u in source list %s"
msgstr "'%s' türü bilinmiyor (girdi: %u, kaynak listesi: %s)"
-#: apt-pkg/sourcelist.cc
+#: apt-pkg/sourcelist.cc apt-private/private-install.cc
#, c-format
msgid "Unsupported file %s given on commandline"
msgstr "Komut satırında desteklenmeyen bir dosya (%s) verildi"
@@ -2351,11 +2349,6 @@ msgstr "En az bir arama örüntüsü vermelisiniz"
msgid "Full Text Search"
msgstr "Tam Metin Arama"
-#: apt-private/private-show.cc cmdline/apt-cache.cc
-#, c-format
-msgid "Package file %s is out of sync."
-msgstr "%s paket dosyası eş zamanlı değil."
-
#: apt-private/private-show.cc
#, c-format
msgid "There is %i additional record. Please use the '-a' switch to see it"
@@ -2521,10 +2514,6 @@ msgid "%s has no build depends.\n"
msgstr "%s paketinin hiç inşa bağımlılığı yok.\n"
#: apt-private/private-source.cc
-msgid "Must specify at least one package to check builddeps for"
-msgstr "İnşa bağımlılıklarının denetleneceği en az bir paket belirtilmelidir"
-
-#: apt-private/private-source.cc
#, c-format
msgid ""
"No architecture information available for %s. See apt.conf(5) APT::"
@@ -2534,6 +2523,10 @@ msgstr ""
"sayfasındaki APT::Architectures kısmına göz atın"
#: apt-private/private-source.cc
+msgid "Must specify at least one package to check builddeps for"
+msgstr "İnşa bağımlılıklarının denetleneceği en az bir paket belirtilmelidir"
+
+#: apt-private/private-source.cc
#, c-format
msgid "Note, using directory '%s' to get the build dependencies\n"
msgstr "Not, inşa bağımlılıklarını indirmek için '%s' dizini kullanılıyor\n"
@@ -3902,6 +3895,9 @@ msgstr "Bağlantı vaktinden önce kapandı"
msgid "Empty files can't be valid archives"
msgstr "Boş dosyalar geçerli birer arşiv dosyası olamazlar"
+#~ msgid "Package file %s is out of sync."
+#~ msgstr "%s paket dosyası eş zamanlı değil."
+
#~ msgid ""
#~ "The package index files are corrupted. No Filename: field for package %s."
#~ msgstr "Paket indeks dosyaları bozuk. %s paketinin 'Filename:' alanı yok."
diff --git a/po/uk.po b/po/uk.po
index 628ed3799..06aa1e302 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-02-26 13:14+0100\n"
+"POT-Creation-Date: 2018-06-25 17:12+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"
@@ -476,8 +476,6 @@ msgstr ""
msgid "Clean of %s is not supported"
msgstr "Тип '%s' індексного файлу не підтримується"
-#. only show the ETA if it makes sense
-#. two days
#: apt-pkg/acquire.cc
#, c-format
msgid "Retrieving file %li of %li (%s remaining)"
@@ -1607,7 +1605,7 @@ msgstr "Спотворений рядок %u у переліку джерел %s
msgid "Type '%s' is not known on stanza %u in source list %s"
msgstr "Невідомий тип '%s' на рядку %u в переліку джерел %s"
-#: apt-pkg/sourcelist.cc
+#: apt-pkg/sourcelist.cc apt-private/private-install.cc
#, c-format
msgid "Unsupported file %s given on commandline"
msgstr ""
@@ -2339,11 +2337,6 @@ msgstr "Ви повинні задати не менше одного шабло
msgid "Full Text Search"
msgstr ""
-#: apt-private/private-show.cc cmdline/apt-cache.cc
-#, c-format
-msgid "Package file %s is out of sync."
-msgstr "Перелік пакунків %s розсинхронізований."
-
#: apt-private/private-show.cc
#, c-format
msgid "There is %i additional record. Please use the '-a' switch to see it"
@@ -2508,12 +2501,6 @@ msgid "%s has no build depends.\n"
msgstr "%s не має залежностей для побудови.\n"
#: apt-private/private-source.cc
-msgid "Must specify at least one package to check builddeps for"
-msgstr ""
-"Для перевірки залежностей для побудови необхідно вказати як мінімум один "
-"пакунок"
-
-#: apt-private/private-source.cc
#, c-format
msgid ""
"No architecture information available for %s. See apt.conf(5) APT::"
@@ -2523,6 +2510,12 @@ msgstr ""
"Архітектури для налащтування"
#: apt-private/private-source.cc
+msgid "Must specify at least one package to check builddeps for"
+msgstr ""
+"Для перевірки залежностей для побудови необхідно вказати як мінімум один "
+"пакунок"
+
+#: apt-private/private-source.cc
#, c-format
msgid "Note, using directory '%s' to get the build dependencies\n"
msgstr ""
@@ -3892,6 +3885,9 @@ msgstr "З'єднання завершено передчасно"
msgid "Empty files can't be valid archives"
msgstr "Пусті файли не можуть бути правильними архівами"
+#~ msgid "Package file %s is out of sync."
+#~ msgstr "Перелік пакунків %s розсинхронізований."
+
#~ msgid ""
#~ "The package index files are corrupted. No Filename: field for package %s."
#~ msgstr ""
diff --git a/po/vi.po b/po/vi.po
index 9ca371afb..01fe18b49 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.8\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-02-26 13:14+0100\n"
+"POT-Creation-Date: 2018-06-25 17:12+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"
@@ -471,8 +471,6 @@ msgstr ""
msgid "Clean of %s is not supported"
msgstr "Không hỗ trợ việc xóa %s"
-#. only show the ETA if it makes sense
-#. two days
#: apt-pkg/acquire.cc
#, c-format
msgid "Retrieving file %li of %li (%s remaining)"
@@ -1588,7 +1586,7 @@ msgstr "Gặp dòng sai dạng %u trong danh sách nguồn %s (kiểu)."
msgid "Type '%s' is not known on stanza %u in source list %s"
msgstr "Không hiểu kiểu “%s” trên đoạn %u trong danh sách nguồn %s"
-#: apt-pkg/sourcelist.cc
+#: apt-pkg/sourcelist.cc apt-private/private-install.cc
#, c-format
msgid "Unsupported file %s given on commandline"
msgstr ""
@@ -2298,11 +2296,6 @@ msgstr "Bạn phải đưa ra ít nhất một mẫu tìm kiếm"
msgid "Full Text Search"
msgstr "Tìm kiếm toàn văn"
-#: apt-private/private-show.cc cmdline/apt-cache.cc
-#, c-format
-msgid "Package file %s is out of sync."
-msgstr "Tập tin gói %s không đồng bộ được."
-
#: apt-private/private-show.cc
#, c-format
msgid "There is %i additional record. Please use the '-a' switch to see it"
@@ -2464,11 +2457,6 @@ msgid "%s has no build depends.\n"
msgstr "%s không phụ thuộc vào gì khi biên dịch.\n"
#: apt-private/private-source.cc
-msgid "Must specify at least one package to check builddeps for"
-msgstr ""
-"Phải chỉ ra ít nhất một gói cần kiểm tra các phần phụ thuộc cần khi biên dịch"
-
-#: apt-private/private-source.cc
#, c-format
msgid ""
"No architecture information available for %s. See apt.conf(5) APT::"
@@ -2478,6 +2466,11 @@ msgstr ""
"Architectures để cài đặt"
#: apt-private/private-source.cc
+msgid "Must specify at least one package to check builddeps for"
+msgstr ""
+"Phải chỉ ra ít nhất một gói cần kiểm tra các phần phụ thuộc cần khi biên dịch"
+
+#: apt-private/private-source.cc
#, c-format
msgid "Note, using directory '%s' to get the build dependencies\n"
msgstr ""
@@ -3860,6 +3853,9 @@ msgstr "Kết nối bị đóng bất ngờ"
msgid "Empty files can't be valid archives"
msgstr "Các tập tin trống rỗng không phải là kho lưu hợp lệ"
+#~ msgid "Package file %s is out of sync."
+#~ msgstr "Tập tin gói %s không đồng bộ được."
+
#~ msgid ""
#~ "The package index files are corrupted. No Filename: field for package %s."
#~ msgstr ""
diff --git a/po/zh_CN.po b/po/zh_CN.po
index c8c8ed3fb..7d473dd43 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.5.x\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-02-26 13:14+0100\n"
+"POT-Creation-Date: 2018-06-25 17:12+0200\n"
"PO-Revision-Date: 2017-10-08 11:00+0000\n"
"Last-Translator: Mo Zhou <cdluminate@gmail.com>\n"
"Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n"
@@ -470,8 +470,6 @@ msgstr "由于文件'%s'无法被用户'%s'访问,已脱离沙盒并提权为
msgid "Clean of %s is not supported"
msgstr "%s 的 Clean (清理)不被支持"
-#. only show the ETA if it makes sense
-#. two days
#: apt-pkg/acquire.cc
#, c-format
msgid "Retrieving file %li of %li (%s remaining)"
@@ -1551,7 +1549,7 @@ msgstr "软件源列表 %2$s 中第 %1$u 行的小节格式有误 (类型)"
msgid "Type '%s' is not known on stanza %u in source list %s"
msgstr "软件源列表 %3$s 第 %2$u 小节的类别 “%1$s” 无法识别"
-#: apt-pkg/sourcelist.cc
+#: apt-pkg/sourcelist.cc apt-private/private-install.cc
#, c-format
msgid "Unsupported file %s given on commandline"
msgstr "命令行中有不支持的文件 %s"
@@ -2247,11 +2245,6 @@ msgstr "您必须明确地给出至少一个表达式"
msgid "Full Text Search"
msgstr "全文搜索"
-#: apt-private/private-show.cc cmdline/apt-cache.cc
-#, c-format
-msgid "Package file %s is out of sync."
-msgstr "软件包文件 %s 尚未同步。"
-
#: apt-private/private-show.cc
#, c-format
msgid "There is %i additional record. Please use the '-a' switch to see it"
@@ -2411,10 +2404,6 @@ msgid "%s has no build depends.\n"
msgstr " %s 没有构建依赖关系信息。\n"
#: apt-private/private-source.cc
-msgid "Must specify at least one package to check builddeps for"
-msgstr "要检查生成软件包的构建依赖关系,必须指定至少一个软件包"
-
-#: apt-private/private-source.cc
#, c-format
msgid ""
"No architecture information available for %s. See apt.conf(5) APT::"
@@ -2424,6 +2413,10 @@ msgstr ""
"setup"
#: apt-private/private-source.cc
+msgid "Must specify at least one package to check builddeps for"
+msgstr "要检查生成软件包的构建依赖关系,必须指定至少一个软件包"
+
+#: apt-private/private-source.cc
#, c-format
msgid "Note, using directory '%s' to get the build dependencies\n"
msgstr "注意,正使用 '%s' 目录下载编译依赖\n"
@@ -3754,6 +3747,9 @@ msgstr "连接被永久关闭"
msgid "Empty files can't be valid archives"
msgstr "空文件不是有效归档"
+#~ msgid "Package file %s is out of sync."
+#~ msgstr "软件包文件 %s 尚未同步。"
+
#~ msgid ""
#~ "The package index files are corrupted. No Filename: field for package %s."
#~ msgstr "软件包的索引文件已损坏。找不到对应软件包 %s 的 Filename: 字段。"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 029396cb2..73d445956 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.2.X\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-02-26 13:14+0100\n"
+"POT-Creation-Date: 2018-06-25 17:12+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."
@@ -458,8 +458,6 @@ msgstr ""
msgid "Clean of %s is not supported"
msgstr "不被支援的索引檔類型 '%s'"
-#. only show the ETA if it makes sense
-#. two days
#: apt-pkg/acquire.cc
#, c-format
msgid "Retrieving file %li of %li (%s remaining)"
@@ -1532,7 +1530,7 @@ msgstr "來源列表 %2$s 中的第 %1$u 行的格式錯誤(類型)"
msgid "Type '%s' is not known on stanza %u in source list %s"
msgstr "未知的類型 '%1$s',位於在來源列表 %3$s 中的第 %2$u 行"
-#: apt-pkg/sourcelist.cc
+#: apt-pkg/sourcelist.cc apt-private/private-install.cc
#, c-format
msgid "Unsupported file %s given on commandline"
msgstr ""
@@ -2231,11 +2229,6 @@ msgstr "您必須明確得給定一個樣式"
msgid "Full Text Search"
msgstr ""
-#: apt-private/private-show.cc cmdline/apt-cache.cc
-#, c-format
-msgid "Package file %s is out of sync."
-msgstr "套件檔 %s 未同步。"
-
#: apt-private/private-show.cc
#, c-format
msgid "There is %i additional record. Please use the '-a' switch to see it"
@@ -2391,10 +2384,6 @@ msgid "%s has no build depends.\n"
msgstr "%s 沒有編譯相依關係。\n"
#: apt-private/private-source.cc
-msgid "Must specify at least one package to check builddeps for"
-msgstr "在檢查編譯相依關係時必須至少指定一個套件"
-
-#: apt-private/private-source.cc
#, c-format
msgid ""
"No architecture information available for %s. See apt.conf(5) APT::"
@@ -2402,6 +2391,10 @@ msgid ""
msgstr ""
#: apt-private/private-source.cc
+msgid "Must specify at least one package to check builddeps for"
+msgstr "在檢查編譯相依關係時必須至少指定一個套件"
+
+#: apt-private/private-source.cc
#, c-format
msgid "Note, using directory '%s' to get the build dependencies\n"
msgstr ""
@@ -3734,6 +3727,9 @@ msgstr "連線突然終止"
msgid "Empty files can't be valid archives"
msgstr ""
+#~ msgid "Package file %s is out of sync."
+#~ msgstr "套件檔 %s 未同步。"
+
#~ msgid ""
#~ "The package index files are corrupted. No Filename: field for package %s."
#~ msgstr "這個套件的索引檔損壞了。沒有套件 %s 的 Filename: 欄位。"