From 8c3cb66e65cddf1ac297daba5bb442b415577137 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Mon, 25 Jun 2018 17:12:47 +0200 Subject: Release 1.7.0~alpha1 --- CMakeLists.txt | 2 +- debian/changelog | 61 +++++++++++++++++++++++++++++++++++++++++++ doc/apt-get.8.xml | 2 +- doc/apt-transport-http.1.xml | 2 +- doc/apt-transport-https.1.xml | 2 +- doc/apt-verbatim.ent | 2 +- doc/apt.conf.5.xml | 2 +- doc/po/apt-doc.pot | 4 +-- po/apt-all.pot | 22 +++++----------- po/ar.po | 19 +++++--------- po/ast.po | 26 ++++++++---------- po/bg.po | 24 +++++++---------- po/bs.po | 19 +++++--------- po/ca.po | 26 ++++++++---------- po/cs.po | 26 ++++++++---------- po/cy.po | 24 +++++++---------- po/da.po | 22 +++++++--------- po/de.po | 26 ++++++++---------- po/dz.po | 22 +++++++--------- po/el.po | 24 +++++++---------- po/es.po | 26 ++++++++---------- po/eu.po | 24 +++++++---------- po/fi.po | 24 +++++++---------- po/fr.po | 26 ++++++++---------- po/gl.po | 26 ++++++++---------- po/hu.po | 26 ++++++++---------- po/it.po | 26 ++++++++---------- po/ja.po | 24 +++++++---------- po/km.po | 22 +++++++--------- po/ko.po | 22 +++++++--------- po/ku.po | 22 +++++++--------- po/lt.po | 19 +++++--------- po/mr.po | 23 +++++++--------- po/nb.po | 22 +++++++--------- po/ne.po | 22 +++++++--------- po/nn.po | 22 +++++++--------- po/pl.po | 26 ++++++++---------- po/pt.po | 26 ++++++++---------- po/pt_BR.po | 26 ++++++++---------- po/ro.po | 26 ++++++++---------- po/ru.po | 24 +++++++---------- po/sk.po | 26 ++++++++---------- po/sl.po | 26 ++++++++---------- po/sv.po | 22 +++++++--------- po/th.po | 22 +++++++--------- po/tl.po | 22 +++++++--------- po/tr.po | 22 +++++++--------- po/uk.po | 26 ++++++++---------- po/vi.po | 24 +++++++---------- po/zh_CN.po | 22 +++++++--------- po/zh_TW.po | 22 +++++++--------- 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 ") -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 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; - 2018-04-15T00:00:00Z + 2018-04-18T00:00:00Z 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; - 2017-11-22T00:00:00Z + 2018-05-11T00:00:00Z 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; - 2018-04-15T00:00:00Z + 2018-05-11T00:00:00Z 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 @@ "> - + 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; - 2018-04-15T00:00:00Z + 2018-04-18T00:00:00Z 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 \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 \n" "Language-Team: LANGUAGE \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 \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 \n" "Language-Team: LANGUAGE \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" @@ -2345,10 +2337,6 @@ msgstr "" 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 "" @@ -2356,6 +2344,10 @@ msgid "" "Architectures for setup" 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" 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 \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 \n" "Language-Team: Arabic \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" @@ -2381,10 +2374,6 @@ msgstr "" 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 "" @@ -2392,6 +2381,10 @@ msgid "" "Architectures for setup" 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" 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 \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 \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" @@ -2452,12 +2445,6 @@ msgstr "Nun pudo algamase información de dependencies de construcción pa %s" 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 "" @@ -2465,6 +2452,12 @@ msgid "" "Architectures for setup" 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" @@ -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 \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 \n" "Language-Team: Bulgarian \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" @@ -2496,11 +2489,6 @@ msgstr "" 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 "" @@ -2510,6 +2498,11 @@ msgstr "" "Липсва информация за архитектурата %s. Прегледайте информацията за APT::" "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" @@ -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 \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ć \n" "Language-Team: Bosnian \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" @@ -2363,10 +2356,6 @@ msgstr "" 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 "" @@ -2374,6 +2363,10 @@ msgid "" "Architectures for setup" 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" 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 \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 \n" "Language-Team: Catalan \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" @@ -2548,12 +2541,6 @@ msgstr "" 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 "" @@ -2563,6 +2550,12 @@ msgstr "" "No hi ha informació d'arquitectura disponible per a %s. Vegeu apt.conf(5) " "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" @@ -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 \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 \n" "Language-Team: Czech \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" @@ -2482,12 +2475,6 @@ msgstr "Nelze získat závislosti pro sestavení %s" 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 "" @@ -2497,6 +2484,12 @@ msgstr "" "O architektuře %s nejsou známy žádné informace. Pro nastavení si přečtěte " "čá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" @@ -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 \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 \n" "Language-Team: Welsh \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" @@ -2451,11 +2444,6 @@ msgstr "Ni ellir cyrchu manylion dibyniaeth adeiladu ar gyfer %s" 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 "" @@ -2463,6 +2451,11 @@ msgid "" "Architectures for setup" 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" @@ -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 \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 \n" "Language-Team: Danish \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" @@ -2503,10 +2496,6 @@ msgstr "Kunne ikke hente oplysninger om opbygningsafhængigheder for %s" 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 "" @@ -2516,6 +2505,10 @@ msgstr "" "Ingen arkitekturinformation tilgængelig for %s. Se apt.conf(5) APT::" "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" @@ -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 \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 \n" "Language-Team: German \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" @@ -2591,12 +2584,6 @@ msgstr "" 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 "" @@ -2606,6 +2593,12 @@ msgstr "" "Keine Architekturinformation für %s verfügbar. Weiteres zur Einrichtung " "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" @@ -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 \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 \n" "Language-Team: Dzongkha \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" @@ -2416,10 +2409,6 @@ msgstr "%s་གི་དོན་ལུ་བཟོ་བརྩིགས་-ར 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 "" @@ -2427,6 +2416,10 @@ msgid "" "Architectures for setup" 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" @@ -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 \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: Θανάσης Νάτσης \n" "Language-Team: Greek \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" @@ -2442,11 +2435,6 @@ msgstr "Αδύνατη η εύρεση πληροφοριών χτισίματο 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 "" @@ -2454,6 +2442,11 @@ msgid "" "Architectures for setup" 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" @@ -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 \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 \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" @@ -2609,12 +2602,6 @@ msgstr "No se pudo obtener información de dependencias de construcción para %s 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 "" @@ -2624,6 +2611,12 @@ msgstr "" "No hay información disponible de arquitectura para %s. Vea apt.conf(5) APT::" "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" @@ -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 \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 \n" "Language-Team: Euskara \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" @@ -2419,11 +2412,6 @@ msgstr "Ezin izan da %s(r)en eraikitze mendekotasunen informazioa eskuratu" 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 "" @@ -2431,6 +2419,11 @@ msgid "" "Architectures for setup" 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" @@ -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 \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 \n" "Language-Team: Finnish \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" @@ -2411,11 +2404,6 @@ msgstr "Paketille %s ei ole saatavilla riippuvuustietoja" 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 "" @@ -2423,6 +2411,11 @@ msgid "" "Architectures for setup" 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" @@ -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 \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 \n" "Language-Team: French \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" @@ -2600,12 +2593,6 @@ msgstr "Impossible d'obtenir les dépendances de construction pour %s" 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 "" @@ -2616,6 +2603,12 @@ msgstr "" "consulter la section à propos de APT::Architectures dans la page de manuel " "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" @@ -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 \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 \n" "Language-Team: galician \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" @@ -2482,12 +2475,6 @@ msgstr "Non é posíbel obter a información de dependencias de compilación de 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 "" @@ -2495,6 +2482,12 @@ msgid "" "Architectures for setup" 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" @@ -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 \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 \n" "Language-Team: Hungarian \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" @@ -2526,12 +2519,6 @@ msgstr "Nem lehet %s fordítási függőségeinek információit letölteni" 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 "" @@ -2541,6 +2528,12 @@ msgstr "" "Nem érhetők el architektúrainformációk ehhez: %s. A beállításokkal " "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" @@ -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 \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 \n" "Language-Team: Italian \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" @@ -2562,12 +2555,6 @@ msgstr "Impossibile ottenere informazioni di dipendenza di generazione per %s" 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 "" @@ -2577,6 +2564,12 @@ msgstr "" "Informazioni sull'architettura non disponibili per %s. Consultare apt." "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" @@ -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 \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 \n" "Language-Team: Japanese \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" @@ -2518,11 +2511,6 @@ msgstr "%s のビルド依存情報を取得できません" 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 "" @@ -2532,6 +2520,11 @@ msgstr "" "%s に利用可能なアーキテクチャ情報がありません。セットアップのために apt." "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" @@ -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 \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 \n" "Language-Team: Khmer \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" @@ -2403,10 +2396,6 @@ msgstr "មិន​អាច​សាងសង់​​ព័ត៌មាន​ 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 "" @@ -2414,6 +2403,10 @@ msgid "" "Architectures for setup" 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" @@ -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 \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 \n" "Language-Team: Korean \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" @@ -2422,10 +2415,6 @@ msgstr "%s의 빌드 의존성 정보를 가져올 수 없습니다" 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 "" @@ -2433,6 +2422,10 @@ msgid "" "Architectures for setup" 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" @@ -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 \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 \n" "Language-Team: ku \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" @@ -2363,10 +2356,6 @@ msgstr "" 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 "" @@ -2374,6 +2363,10 @@ msgid "" "Architectures for setup" 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" @@ -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 \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 \n" "Language-Team: Lithuanian \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" @@ -2393,10 +2386,6 @@ msgstr "Nepavyko gauti kūrimo-priklausomybių informacijos paketui %s" 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 "" @@ -2404,6 +2393,10 @@ msgid "" "Architectures for setup" 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" 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 , 2008 # msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \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 \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" @@ -2407,10 +2399,6 @@ msgstr "%s साठी बांधणी डिपेंडन्सी मा 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 "" @@ -2418,6 +2406,10 @@ msgid "" "Architectures for setup" 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" @@ -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 \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 \n" "Language-Team: Norwegian Bokmål \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" @@ -2462,10 +2455,6 @@ msgstr "Klarer ikke å skaffe informasjon om bygge-avhengighetene for %s" 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 "" @@ -2475,6 +2464,10 @@ msgstr "" "Ingen arkitekturinformasjon tilgjengelig for %s. Se apt.conf(5) APT::" "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" @@ -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 \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 \n" "Language-Team: Nepali \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" @@ -2401,10 +2394,6 @@ msgstr "%s को लागि निर्माण-निर्भरता 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 "" @@ -2412,6 +2401,10 @@ msgid "" "Architectures for setup" 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" @@ -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 \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 \n" "Language-Team: Norwegian nynorsk \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 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" @@ -2414,10 +2407,6 @@ msgstr "Klarte ikkje henta byggjekrav for %s" 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 "" @@ -2425,6 +2414,10 @@ msgid "" "Architectures for setup" 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" @@ -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 \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 \n" "Language-Team: Polish \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" @@ -2518,12 +2511,6 @@ msgstr "Nie udało się pobrać informacji o zależnościach dla budowania %s" 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 "" @@ -2533,6 +2520,12 @@ msgstr "" "Nie znaleziono informacji o architekturze dla %s. Proszę zapoznać się z apt." "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" @@ -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 \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 \n" "Language-Team: Portuguese \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" @@ -2499,12 +2492,6 @@ msgstr "" 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 "" @@ -2514,6 +2501,12 @@ msgstr "" "Nenhuma informação de arquitectura disponível para %s. Para configuração " "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" @@ -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 \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) \n" "Language-Team: Brazilian Portuguese \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 \n" "Language-Team: Romanian \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" @@ -2436,12 +2429,6 @@ msgstr "Nu pot prelua informațiile despre dependențele înglobate ale lui %s" 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 "" @@ -2449,6 +2436,12 @@ msgid "" "Architectures for setup" 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" @@ -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 \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 \n" "Language-Team: Russian \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" @@ -2544,11 +2537,6 @@ msgstr "Невозможно получить информацию о сборо 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 "" @@ -2558,6 +2546,11 @@ msgstr "" "Отсутствует информация об архитектуре %s. Для её настройки смотрите apt." "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" @@ -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 \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 \n" "Language-Team: Slovak \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" @@ -2472,12 +2465,6 @@ msgstr "Nedajú sa získať závislosti na zostavenie %s" 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 "" @@ -2487,6 +2474,12 @@ msgstr "" "Informácie o architektúre nie sú dostupné pre %s. Informácie o nastavení " "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" @@ -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 \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 \n" "Language-Team: Slovenian \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" @@ -2475,12 +2468,6 @@ msgstr "Ni mogoče dobiti podrobnosti o odvisnostih za gradnjo za %s" 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 "" @@ -2490,6 +2477,12 @@ msgstr "" "Za %s ni bilo mogoče najti podatkov o arhitekturi. Za nastavitev si oglejte " "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" @@ -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 \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 \n" "Language-Team: Swedish \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" @@ -2490,10 +2483,6 @@ msgstr "Kunde inte hämta information om byggberoenden för %s" 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 "" @@ -2503,6 +2492,10 @@ msgstr "" "Ingen arkitekturinformation tillgänglig för %s. Se apt.conf(5) APT::" "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" @@ -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 \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 \n" "Language-Team: Thai \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" @@ -2410,10 +2403,6 @@ msgstr "ไม่สามารถอ่านข้อมูลสิ่งท 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 "" @@ -2422,6 +2411,10 @@ msgid "" 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" @@ -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 \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 \n" "Language-Team: Tagalog \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" @@ -2430,10 +2423,6 @@ msgstr "Hindi makuha ang impormasyong build-dependency para sa %s" 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 "" @@ -2441,6 +2430,10 @@ msgid "" "Architectures for setup" 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" @@ -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 \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 \n" "Language-Team: Debian l10n Turkish \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" @@ -2520,10 +2513,6 @@ msgstr "%s paketinin inşa-bağımlılığı bilgisi alınamıyor" 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 "" @@ -2533,6 +2522,10 @@ msgstr "" "%s mimarisinin bilgileri mevcut değil. Kurulum için apt.conf(5) rehber " "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" @@ -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 \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 \n" "Language-Team: Українська \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" @@ -2507,12 +2500,6 @@ msgstr "Неможливо одержати інформацію про зале 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 "" @@ -2522,6 +2509,12 @@ msgstr "" "Відсутня інформація про архітектуру для %s. Дивись apt.conf(5) APT::" "Архітектури для налащтування" +#: 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" @@ -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 \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 \n" "Language-Team: Vietnamese \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" @@ -2463,11 +2456,6 @@ msgstr "Không thể lấy thông tin về các phần phụ thuộc khi biên d 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 "" @@ -2477,6 +2465,11 @@ msgstr "" "Không có thông tin kiến trúc sẵn sàng cho %s. Xem apt.conf(5) APT::" "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" @@ -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 \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 \n" "Language-Team: Chinese (simplified) \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" @@ -2410,10 +2403,6 @@ msgstr "无法获得 %s 的构建依赖关系信息" 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 "" @@ -2423,6 +2412,10 @@ msgstr "" "找不到关于 %s 的有效体系结构信息。请参见 apt.conf(5) APT::Architectures for " "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" @@ -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 \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 \n" "Language-Team: Debian-user in Chinese [Big5]