From 1e26d79d2e0756356fb6edb77bcb4418491ddb11 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Mon, 4 Feb 2019 15:34:44 +0100 Subject: Release 1.8.0~rc1 --- CMakeLists.txt | 2 +- debian/changelog | 35 +++++++++++++++++++++++++++++ doc/apt-get.8.xml | 2 +- doc/apt-verbatim.ent | 2 +- doc/apt.8.xml | 2 +- doc/po/apt-doc.pot | 11 ++++++++-- doc/po/de.po | 11 +++++++++- doc/po/es.po | 11 +++++++++- doc/po/fr.po | 22 ++++++++++++------- doc/po/it.po | 22 ++++++++++++------- doc/po/ja.po | 11 +++++++++- doc/po/nl.po | 22 ++++++++++++------- doc/po/pl.po | 11 +++++++++- doc/po/pt.po | 22 ++++++++++++------- doc/po/pt_BR.po | 10 ++++++++- po/apt-all.pot | 29 ++++++++++++++++++++---- po/ar.po | 28 +++++++++++++++++++++--- po/ast.po | 30 ++++++++++++++++++++++--- po/bg.po | 30 ++++++++++++++++++++++--- po/bs.po | 28 +++++++++++++++++++++--- po/ca.po | 31 +++++++++++++++++++++++--- po/cs.po | 31 +++++++++++++++++++++++--- po/cy.po | 30 ++++++++++++++++++++++--- po/da.po | 31 +++++++++++++++++++++++--- po/de.po | 31 +++++++++++++++++++++++--- po/dz.po | 30 ++++++++++++++++++++++--- po/el.po | 30 ++++++++++++++++++++++--- po/es.po | 31 +++++++++++++++++++++++--- po/eu.po | 30 ++++++++++++++++++++++--- po/fi.po | 30 ++++++++++++++++++++++--- po/fr.po | 62 +++++++++++++++++++++++++++++++++++++++++----------- po/gl.po | 30 ++++++++++++++++++++++--- po/hu.po | 31 +++++++++++++++++++++++--- po/it.po | 31 +++++++++++++++++++++++--- po/ja.po | 33 +++++++++++++++++++++++++--- po/km.po | 30 ++++++++++++++++++++++--- po/ko.po | 30 ++++++++++++++++++++++--- po/ku.po | 28 +++++++++++++++++++++--- po/lt.po | 28 +++++++++++++++++++++--- po/mr.po | 30 ++++++++++++++++++++++--- po/nb.po | 30 ++++++++++++++++++++++--- po/ne.po | 30 ++++++++++++++++++++++--- po/nl.po | 31 +++++++++++++++++++++++--- po/nn.po | 30 ++++++++++++++++++++++--- po/pl.po | 30 ++++++++++++++++++++++--- po/pt.po | 30 ++++++++++++++++++++++--- po/pt_BR.po | 30 ++++++++++++++++++++++--- po/ro.po | 30 ++++++++++++++++++++++--- po/ru.po | 33 +++++++++++++++++++++++++--- po/sk.po | 30 ++++++++++++++++++++++--- po/sl.po | 30 ++++++++++++++++++++++--- po/sv.po | 31 +++++++++++++++++++++++--- po/th.po | 31 +++++++++++++++++++++++--- po/tl.po | 30 ++++++++++++++++++++++--- po/tr.po | 31 +++++++++++++++++++++++--- po/uk.po | 31 +++++++++++++++++++++++--- po/vi.po | 31 +++++++++++++++++++++++--- po/zh_CN.po | 31 +++++++++++++++++++++++--- po/zh_TW.po | 30 ++++++++++++++++++++++--- 59 files changed, 1373 insertions(+), 186 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 599c7ec1a..6b0acb67b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -188,7 +188,7 @@ check_cxx_target(HAVE_FMV_SSE42_AND_CRC32DI "sse4.2" "__builtin_ia32_crc32di(0, # Configure some variables like package, version and architecture. set(PACKAGE ${PROJECT_NAME}) set(PACKAGE_MAIL "APT Development Team ") -set(PACKAGE_VERSION "1.8.0~beta1") +set(PACKAGE_VERSION "1.8.0~rc1") if (NOT DEFINED DPKG_DATADIR) execute_process(COMMAND ${PERL_EXECUTABLE} -MDpkg -e "print $Dpkg::DATADIR;" diff --git a/debian/changelog b/debian/changelog index 7bf8ca6ed..310922407 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,38 @@ +apt (1.8.0~rc1) unstable; urgency=medium + + [ David Kalnischkies ] + * Fail instead of warn for unsigned lines in InRelease + * Fail on non-signature lines in Release.gpg + * Merge and reuse tmp file handling across the board + * Explicitly remove the whitespaces defined by RFC + * Refuse files with lines unexpectedly starting with a dash + * Drop buffered writing from clearsigned message extraction + * Step over empty sections in TagFiles with comments + (Closes: #920317, #921037) + + [ Josh Triplett ] + * Add a "reinstall" command as an alias for "install --reinstall". + + [ Michael Vogt ] + * private-json-hooks.cc: deal with EPIPE (LP: #1814543) + + [ Julian Andres Klode ] + * Verify data being sent by methods in SendMessage() + * Disable deprecated methods (ftp, rsh, ssh) by default + * Introduce experimental 'never' pinning for sources + * Add a Packages-Require-Authorization Release file field + * gpgv: Use buffered writes for splitting clearsigned files + * Detect function multiversioning and sse4.2/crc32, enables i386 + * Use std::to_string() for HashStringList::FileSize() getter + + [ Алексей Шилин ] + * Russian program translation update (Closes: #921011) + + [ Baptiste Jammet ] + * French program translation update (Closes: #921008) + + -- Julian Andres Klode Mon, 04 Feb 2019 15:32:27 +0100 + apt (1.8.0~beta1) unstable; urgency=medium [ anatoly techtonik ] diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml index b83eabd27..81f580c31 100644 --- a/doc/apt-get.8.xml +++ b/doc/apt-get.8.xml @@ -14,7 +14,7 @@ &apt-email; &apt-product; - 2018-10-14T00:00:00Z + 2019-01-27T00:00:00Z diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent index f8ebf2923..ba06469c0 100644 --- a/doc/apt-verbatim.ent +++ b/doc/apt-verbatim.ent @@ -268,7 +268,7 @@ "> - + diff --git a/doc/apt.8.xml b/doc/apt.8.xml index 08492bf54..f81ae18d3 100644 --- a/doc/apt.8.xml +++ b/doc/apt.8.xml @@ -13,7 +13,7 @@ &apt-email; &apt-product; - 2015-10-20T00:00:00Z + 2019-01-27T00:00:00Z diff --git a/doc/po/apt-doc.pot b/doc/po/apt-doc.pot index 9188af7fc..51fb547ef 100644 --- a/doc/po/apt-doc.pot +++ b/doc/po/apt-doc.pot @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt-doc 1.8.0~beta1\n" +"Project-Id-Version: apt-doc 1.8.0~rc1\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2019-01-23 16:49+0100\n" +"POT-Creation-Date: 2019-02-04 15:34+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -881,6 +881,13 @@ msgid "" "expression." msgstr "" +#. type: Content of: +#: apt-get.8.xml +msgid "" +"reinstall is an alias for install " +"--reinstall." +msgstr "" + #. type: Content of: #: apt-get.8.xml msgid "" diff --git a/doc/po/de.po b/doc/po/de.po index f568fe1ea..e751ade26 100644 --- a/doc/po/de.po +++ b/doc/po/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.6\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2019-01-23 16:49+0100\n" +"POT-Creation-Date: 2019-02-04 15:34+0100\n" "PO-Revision-Date: 2018-10-21 12:58+0200\n" "Last-Translator: Chris Leick \n" "Language-Team: German \n" @@ -1177,6 +1177,15 @@ msgstr "" "wird, hängen Sie an den regulären Ausdruck mit »^« oder »$« an, um einen " "genaueren regulären Ausdruck zu erstellen." +#. type: Content of: +#: apt-get.8.xml +#, fuzzy +#| msgid "the Archive: or Suite: line" +msgid "" +"reinstall is an alias for install --reinstall." +msgstr "die Archive:- oder Suite:-Zeile" + #. type: Content of: #: apt-get.8.xml msgid "" diff --git a/doc/po/es.po b/doc/po/es.po index 5cc38df40..b4c07e3c4 100644 --- a/doc/po/es.po +++ b/doc/po/es.po @@ -38,7 +38,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2019-01-23 16:49+0100\n" +"POT-Creation-Date: 2019-02-04 15:34+0100\n" "PO-Revision-Date: 2014-07-04 01:31+0200\n" "Last-Translator: Omar Campagne \n" "Language-Team: Debian l10n Spanish \n" @@ -1205,6 +1205,15 @@ msgstr "" "comportamiento deseado, debe anclar la expresión regular con un «^» o un " "«$», o bien crear una expresión regular más específica." +#. type: Content of: +#: apt-get.8.xml +#, fuzzy +#| msgid "the Archive: or Suite: line" +msgid "" +"reinstall is an alias for install --reinstall." +msgstr "Las líneas Archive: o Suite:" + #. type: Content of: #: apt-get.8.xml msgid "" diff --git a/doc/po/fr.po b/doc/po/fr.po index e4f56c6f7..05d896374 100644 --- a/doc/po/fr.po +++ b/doc/po/fr.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.8.0\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2019-01-23 16:49+0100\n" +"POT-Creation-Date: 2019-02-04 15:34+0100\n" "PO-Revision-Date: 2018-11-26 17:47+0100\n" "Last-Translator: Jean-Pierre Giraud \n" "Language-Team: French \n" @@ -1172,6 +1172,19 @@ msgstr "" "un caractère « ^ » ou un caractère « $ », une autre possibilité étant " "d'utiliser une expression plus précise." +#. type: Content of: +#: apt-get.8.xml +#, fuzzy +#| msgid "" +#| "A new list command is available similar to " +#| "dpkg --list." +msgid "" +"reinstall is an alias for install --reinstall." +msgstr "" +"Une nouvelle commande list est disponible, semblable à la " +"commande dpkg --list." + #. type: Content of: #: apt-get.8.xml msgid "" @@ -13002,13 +13015,6 @@ msgstr "Cette commande utilisera les fichiers récupérés sur le disque." #~ msgid "The option APT::Color is enabled." #~ msgstr "L'option APT::Color est activée." -#~ msgid "" -#~ "A new list command is available similar to " -#~ "dpkg --list." -#~ msgstr "" -#~ "Une nouvelle commande list est disponible, semblable à " -#~ "la commande dpkg --list." - #~ msgid "" #~ "The option upgrade has --with-new-pkgs enabled by default." diff --git a/doc/po/it.po b/doc/po/it.po index 1af0b5e73..a849966c7 100644 --- a/doc/po/it.po +++ b/doc/po/it.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2019-01-23 16:49+0100\n" +"POT-Creation-Date: 2019-02-04 15:34+0100\n" "PO-Revision-Date: 2017-03-27 19:05+0200\n" "Last-Translator: Beatrice Torracca \n" "Language-Team: Italian \n" @@ -1218,6 +1218,19 @@ msgstr "" "quello che si desidera, ancorare l'espressione regolare con un carattere «^» " "o «$», oppure creare un'espressione regolare più specifica." +#. type: Content of: +#: apt-get.8.xml +#, fuzzy +#| msgid "" +#| "A new list command is available similar to " +#| "dpkg --list." +msgid "" +"reinstall is an alias for install --reinstall." +msgstr "" +"È disponibile un nuovo comando list simile a " +"dpkg --list." + #. type: Content of: #: apt-get.8.xml msgid "" @@ -12733,13 +12746,6 @@ msgstr "che userà gli archivi già scaricati e presenti sul disco." #~ msgid "The option APT::Color is enabled." #~ msgstr "L'opzione APT::Color è abilitata." -#~ msgid "" -#~ "A new list command is available similar to " -#~ "dpkg --list." -#~ msgstr "" -#~ "È disponibile un nuovo comando list simile a " -#~ "dpkg --list." - #~ msgid "" #~ "The option upgrade has --with-new-pkgs enabled by default." diff --git a/doc/po/ja.po b/doc/po/ja.po index 271084134..11ac98253 100644 --- a/doc/po/ja.po +++ b/doc/po/ja.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.4\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2019-01-23 16:49+0100\n" +"POT-Creation-Date: 2019-02-04 15:34+0100\n" "PO-Revision-Date: 2017-01-06 04:50+0900\n" "Last-Translator: Takuma Yamada \n" "Language-Team: Japanese \n" @@ -1193,6 +1193,15 @@ msgstr "" "は、'how-lo' や 'lowest' にマッチすることに注意してください。そうしたくなけれ" "ば、'^' や '$' を付けるか、もっと詳しい正規表現を指定してください。" +#. type: Content of: +#: apt-get.8.xml +#, fuzzy +#| msgid "the Archive: or Suite: line" +msgid "" +"reinstall is an alias for install --reinstall." +msgstr "Archive: 行や Suite: 行" + #. type: Content of: #: apt-get.8.xml msgid "" diff --git a/doc/po/nl.po b/doc/po/nl.po index b23d26810..0f5462d19 100644 --- a/doc/po/nl.po +++ b/doc/po/nl.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.8.0~alpha2\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2019-01-23 16:49+0100\n" +"POT-Creation-Date: 2019-02-04 15:34+0100\n" "PO-Revision-Date: 2018-11-19 20:54+0100\n" "Last-Translator: Frans Spiesschaert \n" "Language-Team: Debian Dutch l10n Team \n" @@ -1239,6 +1239,19 @@ msgstr "" "Indien dit niet wenselijk is, veranker de reguliere expressie dan met behulp " "van het teken '^' of '$' of maak de reguliere expressie specifieker." +#. type: Content of: +#: apt-get.8.xml +#, fuzzy +#| msgid "" +#| "A new list command is available similar to " +#| "dpkg --list." +msgid "" +"reinstall is an alias for install --reinstall." +msgstr "" +"Een nieuw commando list staat ter beschikking, " +"vergelijkbaar met dpkg --list." + #. type: Content of: #: apt-get.8.xml msgid "" @@ -13249,13 +13262,6 @@ msgstr "" #~ msgid "The option APT::Color is enabled." #~ msgstr "De optie APT::Color is geactiveerd." -#~ msgid "" -#~ "A new list command is available similar to " -#~ "dpkg --list." -#~ msgstr "" -#~ "Een nieuw commando list staat ter beschikking, " -#~ "vergelijkbaar met dpkg --list." - #~ msgid "" #~ "The option upgrade has --with-new-pkgs enabled by default." diff --git a/doc/po/pl.po b/doc/po/pl.po index ed921763f..e885d11ee 100644 --- a/doc/po/pl.po +++ b/doc/po/pl.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2019-01-23 16:49+0100\n" +"POT-Creation-Date: 2019-02-04 15:34+0100\n" "PO-Revision-Date: 2014-07-04 02:13+0200\n" "Last-Translator: Robert Luberda \n" "Language-Team: Polish \n" @@ -1183,6 +1183,15 @@ msgstr "" "początek lub koniec dopasowania wyrażenia regularnego, używając znaków \"^| " "lub \"$\", można też stworzyć bardziej specyficzne wyrażenie regularne." +#. type: Content of: +#: apt-get.8.xml +#, fuzzy +#| msgid "the Archive: or Suite: line" +msgid "" +"reinstall is an alias for install --reinstall." +msgstr "linia Archive: lub Suite:" + # #. type: Content of: #: apt-get.8.xml diff --git a/doc/po/pt.po b/doc/po/pt.po index 6d3e1f7db..a580af081 100644 --- a/doc/po/pt.po +++ b/doc/po/pt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.0.7\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2019-01-23 16:49+0100\n" +"POT-Creation-Date: 2019-02-04 15:34+0100\n" "PO-Revision-Date: 2014-08-29 00:34+0100\n" "Last-Translator: Américo Monteiro \n" "Language-Team: Portuguese \n" @@ -1198,6 +1198,19 @@ msgstr "" "lo' e 'lowest'. Se isto for indesejável, ancore a expressão regular com a " "caractere '^' ou '$', para criar uma expressão regular mais específica." +#. type: Content of: +#: apt-get.8.xml +#, fuzzy +#| msgid "" +#| "A new list command is available similar to " +#| "dpkg --list." +msgid "" +"reinstall is an alias for install --reinstall." +msgstr "" +"Está disponível um novo comando list de modo semelhante a " +"dpkg --list." + #. type: Content of: #: apt-get.8.xml msgid "" @@ -12424,13 +12437,6 @@ msgstr "O qual irá usar os arquivos já obtidos e que estão no disco." #~ msgid "The option APT::Color is enabled." #~ msgstr "A opção APT::Color está activada." -#~ msgid "" -#~ "A new list command is available similar to " -#~ "dpkg --list." -#~ msgstr "" -#~ "Está disponível um novo comando list de modo " -#~ "semelhante a dpkg --list." - #~ msgid "" #~ "The option upgrade has --with-new-pkgs enabled by default." diff --git a/doc/po/pt_BR.po b/doc/po/pt_BR.po index 72465f1f5..f02fe2969 100644 --- a/doc/po/pt_BR.po +++ b/doc/po/pt_BR.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2019-01-23 16:49+0100\n" +"POT-Creation-Date: 2019-02-04 15:34+0100\n" "PO-Revision-Date: 2004-09-20 17:02+0000\n" "Last-Translator: André Luís Lopes \n" "Language-Team: \n" @@ -863,6 +863,14 @@ msgid "" "expression." msgstr "" +#. type: Content of: +#: apt-get.8.xml +#, fuzzy +msgid "" +"reinstall is an alias for install --reinstall." +msgstr "a linha Archive:" + #. type: Content of: #: apt-get.8.xml msgid "" diff --git a/po/apt-all.pot b/po/apt-all.pot index 339663225..c68c92b69 100644 --- a/po/apt-all.pot +++ b/po/apt-all.pot @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt 1.8.0~beta1\n" +"Project-Id-Version: apt 1.8.0~rc1\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2019-01-23 16:49+0100\n" +"POT-Creation-Date: 2019-02-04 15:34+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -387,6 +387,13 @@ msgstr "" msgid "Changelog unavailable for %s=%s" msgstr "" +#: apt-pkg/acquire-worker.cc +#, c-format +msgid "" +"The method '%s' is unsupported and disabled by default. Consider switching " +"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again." +msgstr "" + #: apt-pkg/acquire-worker.cc #, c-format msgid "The method '%s' is explicitly disabled via configuration." @@ -876,12 +883,12 @@ msgstr "" msgid "Problem syncing the file" msgstr "" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to mkstemp %s" msgstr "" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to write to %s" msgstr "" @@ -1482,6 +1489,12 @@ msgstr "" msgid "Did not understand pin type %s" msgstr "" +#: apt-pkg/policy.cc +#, c-format +msgid "" +"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records" +msgstr "" + #: apt-pkg/policy.cc #, c-format msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)" @@ -2644,6 +2657,10 @@ msgstr "" msgid "Install new packages (pkg is libc6 not libc6.deb)" msgstr "" +#: cmdline/apt-get.cc +msgid "Reinstall packages (pkg is libc6 not libc6.deb)" +msgstr "" + #: cmdline/apt-get.cc msgid "Remove packages" msgstr "" @@ -2907,6 +2924,10 @@ msgstr "" msgid "install packages" msgstr "" +#: cmdline/apt.cc +msgid "reinstall packages" +msgstr "" + #: cmdline/apt.cc msgid "remove packages" msgstr "" diff --git a/po/ar.po b/po/ar.po index f7767ae9f..01d682570 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: 2019-01-23 16:49+0100\n" +"POT-Creation-Date: 2019-02-04 15:34+0100\n" "PO-Revision-Date: 2006-10-20 21:28+0300\n" "Last-Translator: Ossama M. Khayat \n" "Language-Team: Arabic \n" @@ -395,6 +395,13 @@ msgstr "" msgid "Changelog unavailable for %s=%s" msgstr "الاتصال بـ%s (%s)" +#: apt-pkg/acquire-worker.cc +#, c-format +msgid "" +"The method '%s' is unsupported and disabled by default. Consider switching " +"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again." +msgstr "" + #: apt-pkg/acquire-worker.cc #, c-format msgid "The method '%s' is explicitly disabled via configuration." @@ -886,12 +893,12 @@ msgstr "مشكلة في مزامنة الملف" msgid "Problem syncing the file" msgstr "مشكلة في مزامنة الملف" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, fuzzy, c-format msgid "Unable to mkstemp %s" msgstr "تعذر إنشاء %s" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to write to %s" msgstr "تعذرت الكتابة إلى %s" @@ -1496,6 +1503,12 @@ msgstr "" msgid "Did not understand pin type %s" msgstr "" +#: apt-pkg/policy.cc +#, c-format +msgid "" +"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records" +msgstr "" + #: apt-pkg/policy.cc #, c-format msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)" @@ -2687,6 +2700,10 @@ msgstr "" msgid "Install new packages (pkg is libc6 not libc6.deb)" msgstr "" +#: cmdline/apt-get.cc +msgid "Reinstall packages (pkg is libc6 not libc6.deb)" +msgstr "" + #: cmdline/apt-get.cc #, fuzzy msgid "Remove packages" @@ -2963,6 +2980,11 @@ msgstr "" msgid "install packages" msgstr "الحزم المُدبّسة:" +#: cmdline/apt.cc +#, fuzzy +msgid "reinstall packages" +msgstr "الحزم المُدبّسة:" + #: cmdline/apt.cc #, fuzzy msgid "remove packages" diff --git a/po/ast.po b/po/ast.po index 532e98263..1f2ef0c39 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: 2019-01-23 16:49+0100\n" +"POT-Creation-Date: 2019-02-04 15:34+0100\n" "PO-Revision-Date: 2010-10-02 23:35+0100\n" "Last-Translator: Iñigo Varela \n" "Language-Team: Asturian (ast)\n" @@ -392,6 +392,13 @@ msgstr "" msgid "Changelog unavailable for %s=%s" msgstr "Coneutando a %s (%s)" +#: apt-pkg/acquire-worker.cc +#, c-format +msgid "" +"The method '%s' is unsupported and disabled by default. Consider switching " +"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again." +msgstr "" + #: apt-pkg/acquire-worker.cc #, c-format msgid "The method '%s' is explicitly disabled via configuration." @@ -902,12 +909,12 @@ msgstr "Hai problemes al renomar el ficheru %s a %s" msgid "Problem syncing the file" msgstr "Hai problemes al sincronizar el ficheru" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, fuzzy, c-format msgid "Unable to mkstemp %s" msgstr "Nun ye a lleer %s" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to write to %s" msgstr "Nun se pue escribir en %s" @@ -1544,6 +1551,12 @@ msgstr "" msgid "Did not understand pin type %s" msgstr "Nun s'entiende'l tipu de pin %s" +#: apt-pkg/policy.cc +#, c-format +msgid "" +"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records" +msgstr "" + #: apt-pkg/policy.cc #, c-format msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)" @@ -2785,6 +2798,12 @@ msgstr "Facer una anovación" msgid "Install new packages (pkg is libc6 not libc6.deb)" msgstr "Instalar nuevos paquetes (pkg ye libc6 non libc6.deb)" +#: cmdline/apt-get.cc +#, fuzzy +#| msgid "Install new packages (pkg is libc6 not libc6.deb)" +msgid "Reinstall packages (pkg is libc6 not libc6.deb)" +msgstr "Instalar nuevos paquetes (pkg ye libc6 non libc6.deb)" + #: cmdline/apt-get.cc msgid "Remove packages" msgstr "Desaniciar paquetes" @@ -3082,6 +3101,11 @@ msgstr "" msgid "install packages" msgstr "Paquetes na chincheta:" +#: cmdline/apt.cc +#, fuzzy +msgid "reinstall packages" +msgstr "Paquetes na chincheta:" + #: cmdline/apt.cc #, fuzzy msgid "remove packages" diff --git a/po/bg.po b/po/bg.po index 679119b8b..d468a2811 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: 2019-01-23 16:49+0100\n" +"POT-Creation-Date: 2019-02-04 15:34+0100\n" "PO-Revision-Date: 2012-06-25 17:23+0300\n" "Last-Translator: Damyan Ivanov \n" "Language-Team: Bulgarian \n" @@ -405,6 +405,13 @@ msgstr "Не е открит източник, от който да се изт msgid "Changelog unavailable for %s=%s" msgstr "Журнал на промените в %s (%s)" +#: apt-pkg/acquire-worker.cc +#, c-format +msgid "" +"The method '%s' is unsupported and disabled by default. Consider switching " +"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again." +msgstr "" + #: apt-pkg/acquire-worker.cc #, c-format msgid "The method '%s' is explicitly disabled via configuration." @@ -923,12 +930,12 @@ msgstr "Проблем при преименуване на файла %s на % msgid "Problem syncing the file" msgstr "Проблем при синхронизиране на файла" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, fuzzy, c-format msgid "Unable to mkstemp %s" msgstr "Неуспех при получаването на атрибути за %s" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to write to %s" msgstr "Неуспех при записа на %s" @@ -1582,6 +1589,12 @@ msgstr "Невалиден запис във файла с настройки %s msgid "Did not understand pin type %s" msgstr "Неизвестен тип за отбиване %s" +#: apt-pkg/policy.cc +#, c-format +msgid "" +"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records" +msgstr "" + #: apt-pkg/policy.cc #, c-format msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)" @@ -2835,6 +2848,12 @@ msgstr "Обновяване на системата" msgid "Install new packages (pkg is libc6 not libc6.deb)" msgstr "Инсталиране на нови пакети (пакет е libc6, а не libc6.deb)" +#: cmdline/apt-get.cc +#, fuzzy +#| msgid "Install new packages (pkg is libc6 not libc6.deb)" +msgid "Reinstall packages (pkg is libc6 not libc6.deb)" +msgstr "Инсталиране на нови пакети (пакет е libc6, а не libc6.deb)" + #: cmdline/apt-get.cc msgid "Remove packages" msgstr "Премахване на пакети" @@ -3133,6 +3152,11 @@ msgstr "" msgid "install packages" msgstr "Отбити пакети:" +#: cmdline/apt.cc +#, fuzzy +msgid "reinstall packages" +msgstr "Отбити пакети:" + #: cmdline/apt.cc #, fuzzy msgid "remove packages" diff --git a/po/bs.po b/po/bs.po index f8c19332d..01b447a66 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: 2019-01-23 16:49+0100\n" +"POT-Creation-Date: 2019-02-04 15:34+0100\n" "PO-Revision-Date: 2004-05-06 15:25+0100\n" "Last-Translator: Safir Šećerović \n" "Language-Team: Bosnian \n" @@ -389,6 +389,13 @@ msgstr "" msgid "Changelog unavailable for %s=%s" msgstr "" +#: apt-pkg/acquire-worker.cc +#, c-format +msgid "" +"The method '%s' is unsupported and disabled by default. Consider switching " +"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again." +msgstr "" + #: apt-pkg/acquire-worker.cc #, c-format msgid "The method '%s' is explicitly disabled via configuration." @@ -881,12 +888,12 @@ msgstr "" msgid "Problem syncing the file" msgstr "" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, fuzzy, c-format msgid "Unable to mkstemp %s" msgstr "Ne mogu kreirati %s" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to write to %s" msgstr "Ne mogu zapisati na %s" @@ -1492,6 +1499,12 @@ msgstr "" msgid "Did not understand pin type %s" msgstr "" +#: apt-pkg/policy.cc +#, c-format +msgid "" +"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records" +msgstr "" + #: apt-pkg/policy.cc #, c-format msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)" @@ -2672,6 +2685,10 @@ msgstr "" msgid "Install new packages (pkg is libc6 not libc6.deb)" msgstr "" +#: cmdline/apt-get.cc +msgid "Reinstall packages (pkg is libc6 not libc6.deb)" +msgstr "" + #: cmdline/apt-get.cc #, fuzzy msgid "Remove packages" @@ -2946,6 +2963,11 @@ msgstr "" msgid "install packages" msgstr " Pojedinačni virutuelni paketi:" +#: cmdline/apt.cc +#, fuzzy +msgid "reinstall packages" +msgstr " Pojedinačni virutuelni paketi:" + #: cmdline/apt.cc #, fuzzy msgid "remove packages" diff --git a/po/ca.po b/po/ca.po index d4cd398d9..2172caea1 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: 2019-01-23 16:49+0100\n" +"POT-Creation-Date: 2019-02-04 15:34+0100\n" "PO-Revision-Date: 2016-12-05 21:09+0100\n" "Last-Translator: Oriol Debian \n" "Language-Team: Catalan \n" @@ -430,6 +430,13 @@ msgstr "No es troba una font per baixar la versió «%s» de «%s»" msgid "Changelog unavailable for %s=%s" msgstr "El registre de canvis no està disponible per a %s=%s" +#: apt-pkg/acquire-worker.cc +#, c-format +msgid "" +"The method '%s' is unsupported and disabled by default. Consider switching " +"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again." +msgstr "" + #: apt-pkg/acquire-worker.cc #, c-format msgid "The method '%s' is explicitly disabled via configuration." @@ -959,12 +966,12 @@ msgstr "Ha hagut un problema en reanomenar el fitxer %s a %s" msgid "Problem syncing the file" msgstr "Ha hagut un problema en sincronitzar el fitxer" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to mkstemp %s" msgstr "No es pot crear el fitxer temporal %s" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to write to %s" msgstr "No es pot escriure en %s" @@ -1617,6 +1624,12 @@ msgstr "Registre no vàlid al fitxer de preferències %s, paquet sense capçaler msgid "Did not understand pin type %s" msgstr "No s'ha entès el pin de tipus %s" +#: apt-pkg/policy.cc +#, c-format +msgid "" +"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records" +msgstr "" + #: apt-pkg/policy.cc #, c-format msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)" @@ -2917,6 +2930,12 @@ msgstr "Realitza una actualització" msgid "Install new packages (pkg is libc6 not libc6.deb)" msgstr "Instal·la nous paquets (el paquet és libc6, no libc6.deb)" +#: cmdline/apt-get.cc +#, fuzzy +#| msgid "Install new packages (pkg is libc6 not libc6.deb)" +msgid "Reinstall packages (pkg is libc6 not libc6.deb)" +msgstr "Instal·la nous paquets (el paquet és libc6, no libc6.deb)" + #: cmdline/apt-get.cc msgid "Remove packages" msgstr "Suprimeix paquets" @@ -3221,6 +3240,12 @@ msgstr "mostra detalls del paquet" msgid "install packages" msgstr "instal·la paquets" +#: cmdline/apt.cc +#, fuzzy +#| msgid "install packages" +msgid "reinstall packages" +msgstr "instal·la paquets" + #: cmdline/apt.cc msgid "remove packages" msgstr "elimina paquets" diff --git a/po/cs.po b/po/cs.po index 6fb44f4a1..9a5e43601 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: 2019-01-23 16:49+0100\n" +"POT-Creation-Date: 2019-02-04 15:34+0100\n" "PO-Revision-Date: 2017-05-06 11:08+0200\n" "Last-Translator: Miroslav Kure \n" "Language-Team: Czech \n" @@ -423,6 +423,13 @@ msgstr "Nelze najít zdroj pro stažení verze „%s“ balíku „%s“" msgid "Changelog unavailable for %s=%s" msgstr "Seznam změn pro %s=%s není dostupný" +#: apt-pkg/acquire-worker.cc +#, c-format +msgid "" +"The method '%s' is unsupported and disabled by default. Consider switching " +"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again." +msgstr "" + #: apt-pkg/acquire-worker.cc #, c-format msgid "The method '%s' is explicitly disabled via configuration." @@ -931,12 +938,12 @@ msgstr "Problém při přejmenování souboru %s na %s" msgid "Problem syncing the file" msgstr "Problém při synchronizování souboru" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to mkstemp %s" msgstr "Nelze zavolat mkstemp %s" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to write to %s" msgstr "Nelze zapsat do %s" @@ -1565,6 +1572,12 @@ msgstr "Neplatný záznam v souboru preferencí %s, chybí hlavička Package" msgid "Did not understand pin type %s" msgstr "Nerozumím vypíchnutí typu %s" +#: apt-pkg/policy.cc +#, c-format +msgid "" +"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records" +msgstr "" + #: apt-pkg/policy.cc #, c-format msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)" @@ -2833,6 +2846,12 @@ msgstr "Provede aktualizaci" msgid "Install new packages (pkg is libc6 not libc6.deb)" msgstr "Instaluje nové balíky (balík je libc6, ne libc6.deb)" +#: cmdline/apt-get.cc +#, fuzzy +#| msgid "Install new packages (pkg is libc6 not libc6.deb)" +msgid "Reinstall packages (pkg is libc6 not libc6.deb)" +msgstr "Instaluje nové balíky (balík je libc6, ne libc6.deb)" + #: cmdline/apt-get.cc msgid "Remove packages" msgstr "Odstraní balíky" @@ -3131,6 +3150,12 @@ msgstr "zobrazí podrobnosti balíku" msgid "install packages" msgstr "nainstaluje balíky" +#: cmdline/apt.cc +#, fuzzy +#| msgid "install packages" +msgid "reinstall packages" +msgstr "nainstaluje balíky" + #: cmdline/apt.cc msgid "remove packages" msgstr "odstraní balíky" diff --git a/po/cy.po b/po/cy.po index 55ab1caef..b9ba80dfb 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: 2019-01-23 16:49+0100\n" +"POT-Creation-Date: 2019-02-04 15:34+0100\n" "PO-Revision-Date: 2005-06-06 13:46+0100\n" "Last-Translator: Dafydd Harries \n" "Language-Team: Welsh \n" @@ -399,6 +399,13 @@ msgstr "" msgid "Changelog unavailable for %s=%s" msgstr "Yn cysylltu i %s (%s)" +#: apt-pkg/acquire-worker.cc +#, c-format +msgid "" +"The method '%s' is unsupported and disabled by default. Consider switching " +"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again." +msgstr "" + #: apt-pkg/acquire-worker.cc #, c-format msgid "The method '%s' is explicitly disabled via configuration." @@ -907,12 +914,12 @@ msgstr "Gwall wrth gyfamseru'r ffeil" msgid "Problem syncing the file" msgstr "Gwall wrth gyfamseru'r ffeil" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, fuzzy, c-format msgid "Unable to mkstemp %s" msgstr "Ni ellir gwneud stat() o %s" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to write to %s" msgstr "Ni ellir ysgrifennu i %s" @@ -1535,6 +1542,12 @@ msgstr "Cofnod annilys yn y ffeil hoffterau, dim pennawd 'Package'" msgid "Did not understand pin type %s" msgstr "Methwyd daeall y math pin %s" +#: apt-pkg/policy.cc +#, c-format +msgid "" +"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records" +msgstr "" + #: apt-pkg/policy.cc #, c-format msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)" @@ -2798,6 +2811,12 @@ msgstr "Uwchraddio pecynnau wedi sefydlu" msgid "Install new packages (pkg is libc6 not libc6.deb)" msgstr "Sefydlu pecynnau newydd (defnyddiwch libc6 nid libc6.deb)" +#: cmdline/apt-get.cc +#, fuzzy +#| msgid "Install new packages (pkg is libc6 not libc6.deb)" +msgid "Reinstall packages (pkg is libc6 not libc6.deb)" +msgstr "Sefydlu pecynnau newydd (defnyddiwch libc6 nid libc6.deb)" + #: cmdline/apt-get.cc msgid "Remove packages" msgstr "Tynnu pecynnau" @@ -3096,6 +3115,11 @@ msgstr "" msgid "install packages" msgstr "Pecynnau wedi eu Pinio:" +#: cmdline/apt.cc +#, fuzzy +msgid "reinstall packages" +msgstr "Pecynnau wedi eu Pinio:" + #: cmdline/apt.cc #, fuzzy msgid "remove packages" diff --git a/po/da.po b/po/da.po index 737ad0f7f..206067a0b 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: 2019-01-23 16:49+0100\n" +"POT-Creation-Date: 2019-02-04 15:34+0100\n" "PO-Revision-Date: 2017-03-02 23:51+0200\n" "Last-Translator: Joe Hansen \n" "Language-Team: Danish \n" @@ -430,6 +430,13 @@ msgstr "Kan ikke finde en kilde til at hente version »%s« for »%s«" msgid "Changelog unavailable for %s=%s" msgstr "Ændringslog utilgængelig for %s=%s" +#: apt-pkg/acquire-worker.cc +#, c-format +msgid "" +"The method '%s' is unsupported and disabled by default. Consider switching " +"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again." +msgstr "" + #: apt-pkg/acquire-worker.cc #, c-format msgid "The method '%s' is explicitly disabled via configuration." @@ -938,12 +945,12 @@ msgstr "Problem under omdøbning af filen %s til %s" msgid "Problem syncing the file" msgstr "Problem under synkronisering af fil" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to mkstemp %s" msgstr "Kunne ikke mkstemp %s" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to write to %s" msgstr "Kunne ikke skrive til %s" @@ -1579,6 +1586,12 @@ msgstr "Ugyldig indgang i indstillingsfilen %s, pakkehovedet mangler" msgid "Did not understand pin type %s" msgstr "Kunne ikke forstå pin-type %s" +#: apt-pkg/policy.cc +#, c-format +msgid "" +"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records" +msgstr "" + #: apt-pkg/policy.cc #, c-format msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)" @@ -2857,6 +2870,12 @@ msgstr "Udfør en opgradering" msgid "Install new packages (pkg is libc6 not libc6.deb)" msgstr "Installer nye pakker (pakke er libc6, ikke libc6.deb)" +#: cmdline/apt-get.cc +#, fuzzy +#| msgid "Install new packages (pkg is libc6 not libc6.deb)" +msgid "Reinstall packages (pkg is libc6 not libc6.deb)" +msgstr "Installer nye pakker (pakke er libc6, ikke libc6.deb)" + #: cmdline/apt-get.cc msgid "Remove packages" msgstr "Afinstaller pakker" @@ -3160,6 +3179,12 @@ msgstr "vis pakkedetaljer" msgid "install packages" msgstr "installer pakker" +#: cmdline/apt.cc +#, fuzzy +#| msgid "install packages" +msgid "reinstall packages" +msgstr "installer pakker" + #: cmdline/apt.cc msgid "remove packages" msgstr "fjern pakker" diff --git a/po/de.po b/po/de.po index f54e01f64..dd4b1876c 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: 2019-01-23 16:49+0100\n" +"POT-Creation-Date: 2019-02-04 15:34+0100\n" "PO-Revision-Date: 2018-01-11 21:11+0100\n" "Last-Translator: Holger Wansing \n" "Language-Team: German \n" @@ -437,6 +437,13 @@ msgstr "" msgid "Changelog unavailable for %s=%s" msgstr "Änderungsprotokoll (Changelog) nicht verfügbar für %s=%s" +#: apt-pkg/acquire-worker.cc +#, c-format +msgid "" +"The method '%s' is unsupported and disabled by default. Consider switching " +"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again." +msgstr "" + #: apt-pkg/acquire-worker.cc #, c-format msgid "The method '%s' is explicitly disabled via configuration." @@ -974,12 +981,12 @@ msgstr "Problem beim Umbenennen der Datei %s nach %s" msgid "Problem syncing the file" msgstr "Problem beim Synchronisieren der Datei" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to mkstemp %s" msgstr "mkstemp %s nicht möglich" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to write to %s" msgstr "Schreiben nach %s nicht möglich" @@ -1640,6 +1647,12 @@ msgstr "" msgid "Did not understand pin type %s" msgstr "Pinning-Typ %s kann nicht interpretiert werden." +#: apt-pkg/policy.cc +#, c-format +msgid "" +"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records" +msgstr "" + #: apt-pkg/policy.cc #, c-format msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)" @@ -2971,6 +2984,12 @@ msgstr "Upgrade (Paketaktualisierung) durchführen" msgid "Install new packages (pkg is libc6 not libc6.deb)" msgstr "neue Pakete installieren (paket ist libc6, nicht libc6.deb)" +#: cmdline/apt-get.cc +#, fuzzy +#| msgid "Install new packages (pkg is libc6 not libc6.deb)" +msgid "Reinstall packages (pkg is libc6 not libc6.deb)" +msgstr "neue Pakete installieren (paket ist libc6, nicht libc6.deb)" + #: cmdline/apt-get.cc msgid "Remove packages" msgstr "Pakete entfernen" @@ -3285,6 +3304,12 @@ msgstr "Paketdetails anzeigen" msgid "install packages" msgstr "Pakete installieren" +#: cmdline/apt.cc +#, fuzzy +#| msgid "install packages" +msgid "reinstall packages" +msgstr "Pakete installieren" + #: cmdline/apt.cc msgid "remove packages" msgstr "Pakete entfernen" diff --git a/po/dz.po b/po/dz.po index 703c1fd57..f3760a46d 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: 2019-01-23 16:49+0100\n" +"POT-Creation-Date: 2019-02-04 15:34+0100\n" "PO-Revision-Date: 2006-09-19 09:49+0530\n" "Last-Translator: Kinley Tshering \n" "Language-Team: Dzongkha \n" @@ -393,6 +393,13 @@ msgstr "" msgid "Changelog unavailable for %s=%s" msgstr "%s (%s)་ལུ་མཐུད་དོ།" +#: apt-pkg/acquire-worker.cc +#, c-format +msgid "" +"The method '%s' is unsupported and disabled by default. Consider switching " +"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again." +msgstr "" + #: apt-pkg/acquire-worker.cc #, c-format msgid "The method '%s' is explicitly disabled via configuration." @@ -890,12 +897,12 @@ msgstr "ཡིག་སྣོད་མཉམ་བྱུང་འབདཝ་ད msgid "Problem syncing the file" msgstr "ཡིག་སྣོད་མཉམ་བྱུང་འབདཝ་ད་དཀའ་ངལ།" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, fuzzy, c-format msgid "Unable to mkstemp %s" msgstr "%s་འདི་ལུ་ངོ་བཤུས་འབད་མ་ཚུགས།" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to write to %s" msgstr " %sལུ་འབྲི་མ་ཚུགས།" @@ -1508,6 +1515,12 @@ msgstr "དགའ་གདམ་ཡིག་སྣོད་ནང་ལུ་ན msgid "Did not understand pin type %s" msgstr "ངོ་རྟགས་ཨང་གི་དབྱེ་བ་ %s འདི་ཧ་གོ་མ་ཚུགས།" +#: apt-pkg/policy.cc +#, c-format +msgid "" +"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records" +msgstr "" + #: apt-pkg/policy.cc #, c-format msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)" @@ -2745,6 +2758,12 @@ msgstr "འདི་གིས་ ཡར་བསྐྱེད་ཀྱི་ལ msgid "Install new packages (pkg is libc6 not libc6.deb)" msgstr "འདི་གིས་ ཐུམ་སྒྲིལ་(pkg is libc6 not libc6.deb)གསརཔ་་ཚུ་གཞི་བཙུགས་འབདཝ་ཨིན།" +#: cmdline/apt-get.cc +#, fuzzy +#| msgid "Install new packages (pkg is libc6 not libc6.deb)" +msgid "Reinstall packages (pkg is libc6 not libc6.deb)" +msgstr "འདི་གིས་ ཐུམ་སྒྲིལ་(pkg is libc6 not libc6.deb)གསརཔ་་ཚུ་གཞི་བཙུགས་འབདཝ་ཨིན།" + #: cmdline/apt-get.cc msgid "Remove packages" msgstr "འདི་གིས་ ཐུམ་སྒྲིལ་ཚུ་རྩ་བསྐྲད་གཏངམ་ཨིན།" @@ -3041,6 +3060,11 @@ msgstr "" msgid "install packages" msgstr "ཁབ་གཟེར་བཏབ་ཡོད་པའི་ཐུམ་སྒྲིལ་ཚུ:" +#: cmdline/apt.cc +#, fuzzy +msgid "reinstall packages" +msgstr "ཁབ་གཟེར་བཏབ་ཡོད་པའི་ཐུམ་སྒྲིལ་ཚུ:" + #: cmdline/apt.cc #, fuzzy msgid "remove packages" diff --git a/po/el.po b/po/el.po index a0661d6ac..b1ef3c5f7 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: 2019-01-23 16:49+0100\n" +"POT-Creation-Date: 2019-02-04 15:34+0100\n" "PO-Revision-Date: 2008-08-26 18:25+0300\n" "Last-Translator: Θανάσης Νάτσης \n" "Language-Team: Greek \n" @@ -402,6 +402,13 @@ msgstr "" msgid "Changelog unavailable for %s=%s" msgstr "Changelog για %s (%s)" +#: apt-pkg/acquire-worker.cc +#, c-format +msgid "" +"The method '%s' is unsupported and disabled by default. Consider switching " +"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again." +msgstr "" + #: apt-pkg/acquire-worker.cc #, c-format msgid "The method '%s' is explicitly disabled via configuration." @@ -909,12 +916,12 @@ msgstr "Πρόβλημα κατά τον συγχρονισμό του αρχε msgid "Problem syncing the file" msgstr "Πρόβλημα κατά τον συγχρονισμό του αρχείου" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, fuzzy, c-format msgid "Unable to mkstemp %s" msgstr "Αδύνατη η εύρεση της κατάστασης του %s" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to write to %s" msgstr "Αδύνατη η εγγραφή στο %s" @@ -1527,6 +1534,12 @@ msgstr "Μη έγκυρη εγγραφή στο αρχείο προτιμήσε msgid "Did not understand pin type %s" msgstr "Αδύνατη η κατανόηση του τύπου καθήλωσης %s" +#: apt-pkg/policy.cc +#, c-format +msgid "" +"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records" +msgstr "" + #: apt-pkg/policy.cc #, c-format msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)" @@ -2771,6 +2784,12 @@ msgstr "Διενέργεια αναβάθμισης" msgid "Install new packages (pkg is libc6 not libc6.deb)" msgstr "Εγκατάσταση νέων πακέτων (χωρίς την επέκταση .deb)" +#: cmdline/apt-get.cc +#, fuzzy +#| msgid "Install new packages (pkg is libc6 not libc6.deb)" +msgid "Reinstall packages (pkg is libc6 not libc6.deb)" +msgstr "Εγκατάσταση νέων πακέτων (χωρίς την επέκταση .deb)" + #: cmdline/apt-get.cc msgid "Remove packages" msgstr "Αφαίρεση πακέτων" @@ -3069,6 +3088,11 @@ msgstr "" msgid "install packages" msgstr "Καθηλωμένα Πακέτα:" +#: cmdline/apt.cc +#, fuzzy +msgid "reinstall packages" +msgstr "Καθηλωμένα Πακέτα:" + #: cmdline/apt.cc #, fuzzy msgid "remove packages" diff --git a/po/es.po b/po/es.po index e67b3f3c9..cb0f357eb 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: 2019-01-23 16:49+0100\n" +"POT-Creation-Date: 2019-02-04 15:34+0100\n" "PO-Revision-Date: 2016-01-26 01:51+0100\n" "Last-Translator: Manuel \"Venturi\" Porras Peralta \n" @@ -487,6 +487,13 @@ msgstr "" msgid "Changelog unavailable for %s=%s" msgstr "No está disponible el informe de cambios para %s=%s" +#: apt-pkg/acquire-worker.cc +#, c-format +msgid "" +"The method '%s' is unsupported and disabled by default. Consider switching " +"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again." +msgstr "" + #: apt-pkg/acquire-worker.cc #, c-format msgid "The method '%s' is explicitly disabled via configuration." @@ -1022,12 +1029,12 @@ msgstr "Se produjo un problema al renombrar el fichero %s a %s" msgid "Problem syncing the file" msgstr "Se produjo un problema al sincronizar el fichero" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to mkstemp %s" msgstr "No pude leer %s" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to write to %s" msgstr "No se pudo escribir en %s" @@ -1684,6 +1691,12 @@ msgstr "" msgid "Did not understand pin type %s" msgstr "No se entendió el pin tipo %s" +#: apt-pkg/policy.cc +#, c-format +msgid "" +"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records" +msgstr "" + #: apt-pkg/policy.cc #, c-format msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)" @@ -2976,6 +2989,12 @@ msgstr "Realiza una actualización" msgid "Install new packages (pkg is libc6 not libc6.deb)" msgstr "Instala nuevos paquetes (paquete es libc6 y no libc6.deb)" +#: cmdline/apt-get.cc +#, fuzzy +#| msgid "Install new packages (pkg is libc6 not libc6.deb)" +msgid "Reinstall packages (pkg is libc6 not libc6.deb)" +msgstr "Instala nuevos paquetes (paquete es libc6 y no libc6.deb)" + #: cmdline/apt-get.cc msgid "Remove packages" msgstr "Elimina paquetes" @@ -3281,6 +3300,12 @@ msgstr "muestra detalles del paquete" msgid "install packages" msgstr "instala paquetes" +#: cmdline/apt.cc +#, fuzzy +#| msgid "install packages" +msgid "reinstall packages" +msgstr "instala paquetes" + #: cmdline/apt.cc msgid "remove packages" msgstr "elimina paquetes" diff --git a/po/eu.po b/po/eu.po index 519728d9a..6d96b3cd0 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: 2019-01-23 16:49+0100\n" +"POT-Creation-Date: 2019-02-04 15:34+0100\n" "PO-Revision-Date: 2009-05-17 00:41+0200\n" "Last-Translator: Piarres Beobide \n" "Language-Team: Euskara \n" @@ -393,6 +393,13 @@ msgstr "" msgid "Changelog unavailable for %s=%s" msgstr "Konektatzen -> %s.(%s)" +#: apt-pkg/acquire-worker.cc +#, c-format +msgid "" +"The method '%s' is unsupported and disabled by default. Consider switching " +"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again." +msgstr "" + #: apt-pkg/acquire-worker.cc #, c-format msgid "The method '%s' is explicitly disabled via configuration." @@ -893,12 +900,12 @@ msgstr "Arazoa fitxategia sinkronizatzean" msgid "Problem syncing the file" msgstr "Arazoa fitxategia sinkronizatzean" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, fuzzy, c-format msgid "Unable to mkstemp %s" msgstr "Ezin da daturik lortu %s(e)tik" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to write to %s" msgstr "%s : ezin da idatzi" @@ -1509,6 +1516,12 @@ msgstr "Erregistro baliogabea hobespenen fitxategian, pakete goibururik ez" msgid "Did not understand pin type %s" msgstr "Ez da ulertu %s orratz-mota (pin)" +#: apt-pkg/policy.cc +#, c-format +msgid "" +"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records" +msgstr "" + #: apt-pkg/policy.cc #, c-format msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)" @@ -2747,6 +2760,12 @@ msgstr "Egin bertsio berritzea" msgid "Install new packages (pkg is libc6 not libc6.deb)" msgstr "Instalatu pakete berriak (paketea libc6 da, eta ez libc6.deb)" +#: cmdline/apt-get.cc +#, fuzzy +#| msgid "Install new packages (pkg is libc6 not libc6.deb)" +msgid "Reinstall packages (pkg is libc6 not libc6.deb)" +msgstr "Instalatu pakete berriak (paketea libc6 da, eta ez libc6.deb)" + #: cmdline/apt-get.cc msgid "Remove packages" msgstr "Kendu paketeak" @@ -3042,6 +3061,11 @@ msgstr "" msgid "install packages" msgstr "Pin duten Paketeak:" +#: cmdline/apt.cc +#, fuzzy +msgid "reinstall packages" +msgstr "Pin duten Paketeak:" + #: cmdline/apt.cc #, fuzzy msgid "remove packages" diff --git a/po/fi.po b/po/fi.po index 5952573ad..0e01609ca 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: 2019-01-23 16:49+0100\n" +"POT-Creation-Date: 2019-02-04 15:34+0100\n" "PO-Revision-Date: 2008-12-11 14:52+0200\n" "Last-Translator: Tapio Lehtonen \n" "Language-Team: Finnish \n" @@ -393,6 +393,13 @@ msgstr "" msgid "Changelog unavailable for %s=%s" msgstr "Avataan yhteys %s (%s)" +#: apt-pkg/acquire-worker.cc +#, c-format +msgid "" +"The method '%s' is unsupported and disabled by default. Consider switching " +"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again." +msgstr "" + #: apt-pkg/acquire-worker.cc #, c-format msgid "The method '%s' is explicitly disabled via configuration." @@ -889,12 +896,12 @@ msgstr "Pulmia tehtäessä tiedostolle sync" msgid "Problem syncing the file" msgstr "Pulmia tehtäessä tiedostolle sync" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, fuzzy, c-format msgid "Unable to mkstemp %s" msgstr "Tiedostolle %s ei toimi stat" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to write to %s" msgstr "Tiedostoon %s kirjoittaminen ei onnistu" @@ -1504,6 +1511,12 @@ msgstr "Asetustiedostossa on virheellinen tietue, Package-otsikko puuttuu" msgid "Did not understand pin type %s" msgstr "Tunnistetyyppi %s on tuntematon" +#: apt-pkg/policy.cc +#, c-format +msgid "" +"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records" +msgstr "" + #: apt-pkg/policy.cc #, c-format msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)" @@ -2738,6 +2751,12 @@ msgstr "Tee päivitys" msgid "Install new packages (pkg is libc6 not libc6.deb)" msgstr "Asenna uusia paketteja (esim. libc6 eikä libc6.deb)" +#: cmdline/apt-get.cc +#, fuzzy +#| msgid "Install new packages (pkg is libc6 not libc6.deb)" +msgid "Reinstall packages (pkg is libc6 not libc6.deb)" +msgstr "Asenna uusia paketteja (esim. libc6 eikä libc6.deb)" + #: cmdline/apt-get.cc msgid "Remove packages" msgstr "Poista paketteja" @@ -3033,6 +3052,11 @@ msgstr "" msgid "install packages" msgstr "Paketit joissa tunniste:" +#: cmdline/apt.cc +#, fuzzy +msgid "reinstall packages" +msgstr "Paketit joissa tunniste:" + #: cmdline/apt.cc #, fuzzy msgid "remove packages" diff --git a/po/fr.po b/po/fr.po index 18c8a5604..50bfbfe82 100644 --- a/po/fr.po +++ b/po/fr.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-12-18 15:02+0100\n" +"POT-Creation-Date: 2019-02-04 15:34+0100\n" "PO-Revision-Date: 2019-01-21 09:19+0100\n" "Last-Translator: Julien Patriarca \n" "Language-Team: French \n" @@ -359,9 +359,6 @@ msgstr "" #. the download progress display (e.g. 7d 3h 42min 1s) #: apt-pkg/acquire-item.cc #, c-format -#| msgid "" -#| "Release file for %s is expired (invalid since %s). Updates for this " -#| "repository will not be applied." msgid "" "Release file for %s is not valid yet (invalid for another %s). Updates for " "this repository will not be applied." @@ -431,6 +428,13 @@ msgstr "" msgid "Changelog unavailable for %s=%s" msgstr "Journal des modifications indisponible pour %s=%s" +#: apt-pkg/acquire-worker.cc +#, c-format +msgid "" +"The method '%s' is unsupported and disabled by default. Consider switching " +"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again." +msgstr "" + #: apt-pkg/acquire-worker.cc #, c-format msgid "The method '%s' is explicitly disabled via configuration." @@ -973,12 +977,12 @@ msgstr "Problème de renommage du fichier %s en %s" msgid "Problem syncing the file" msgstr "Problème de synchronisation du fichier" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to mkstemp %s" msgstr "Impossible d'appliquer mkstemp pour %s." -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to write to %s" msgstr "Impossible d'écrire sur %s" @@ -1164,9 +1168,6 @@ msgstr "Impossible de traiter le fichier %s (%d)" #: apt-pkg/deb/debsystem.cc #, c-format -#| msgid "" -#| "Unable to lock the administration directory (%s), is another process " -#| "using it?" msgid "" "Unable to acquire the dpkg frontend lock (%s), is another process using it?" msgstr "" @@ -1175,7 +1176,6 @@ msgstr "" #: apt-pkg/deb/debsystem.cc #, c-format -#| msgid "Unable to lock the administration directory (%s), are you root?" msgid "Unable to acquire the dpkg frontend lock (%s), are you root?" msgstr "" "Impossible d'obtenir le verrou de dpkg (%s). Avez-vous les droits du " @@ -1644,6 +1644,12 @@ msgstr "" msgid "Did not understand pin type %s" msgstr "Type d'épinglage %s inconnu" +#: apt-pkg/policy.cc +#, c-format +msgid "" +"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records" +msgstr "" + #: apt-pkg/policy.cc #, c-format msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)" @@ -2102,7 +2108,7 @@ msgstr "" msgid "Abort." msgstr "Annulation." -#: apt-private/private-install.cc +#: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Souhaitez-vous continuer ?" @@ -2689,8 +2695,10 @@ msgstr[1] "" msgid "All packages are up to date." msgstr "Tous les paquets sont à jour." -#: cmdline/apt-cache.cc -msgid "apt-cache stats does not take any arguments" +#: cmdline/apt-cache.cc cmdline/apt-mark.cc +#, fuzzy, c-format +#| msgid "apt-cache stats does not take any arguments" +msgid "%s does not take any arguments" msgstr "La commande apt-cache ne prend pas de paramètre" #: cmdline/apt-cache.cc @@ -2985,6 +2993,12 @@ msgstr "Réalise une mise à jour" msgid "Install new packages (pkg is libc6 not libc6.deb)" msgstr "Installe de nouveaux paquets (pkg1 est libc6 et non libc6.deb)" +#: cmdline/apt-get.cc +#, fuzzy +#| msgid "Install new packages (pkg is libc6 not libc6.deb)" +msgid "Reinstall packages (pkg is libc6 not libc6.deb)" +msgstr "Installe de nouveaux paquets (pkg1 est libc6 et non libc6.deb)" + #: cmdline/apt-get.cc msgid "Remove packages" msgstr "Supprime des paquets" @@ -3141,6 +3155,16 @@ msgstr "%s était déjà marqué comme installé manuellement.\n" msgid "%s was already set to automatically installed.\n" msgstr "%s était déjà marqué comme installé automatiquement.\n" +#: cmdline/apt-mark.cc +msgid "No changes necessary" +msgstr "" + +#: cmdline/apt-mark.cc +#, fuzzy +#| msgid "The following NEW packages will be installed:" +msgid "The following packages will be marked as automatically installed:" +msgstr "Les NOUVEAUX paquets suivants seront installés :" + #: cmdline/apt-mark.cc #, c-format msgid "%s was already set on hold.\n" @@ -3206,6 +3230,12 @@ msgstr "Marquer les paquets indiqués comme installés automatiquement" msgid "Mark the given packages as manually installed" msgstr "Marquer les paquets indiqués comme installés manuellement" +#: cmdline/apt-mark.cc +#, fuzzy +#| msgid "Mark the given packages as automatically installed" +msgid "Mark all dependencies of meta packages as automatically installed." +msgstr "Marquer les paquets indiqués comme installés automatiquement" + #: cmdline/apt-mark.cc msgid "Mark a package as held back" msgstr "Marquer un paquet comme maintenu dans une version" @@ -3282,6 +3312,12 @@ msgstr "affiche les détails du paquet" msgid "install packages" msgstr "installes les paquets" +#: cmdline/apt.cc +#, fuzzy +#| msgid "install packages" +msgid "reinstall packages" +msgstr "installes les paquets" + #: cmdline/apt.cc msgid "remove packages" msgstr "supprime des paquets" diff --git a/po/gl.po b/po/gl.po index adecc3a7d..926ffa8a1 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: 2019-01-23 16:49+0100\n" +"POT-Creation-Date: 2019-02-04 15:34+0100\n" "PO-Revision-Date: 2011-05-12 15:28+0100\n" "Last-Translator: Miguel Anxo Bouzada \n" "Language-Team: galician \n" @@ -400,6 +400,13 @@ msgstr "" msgid "Changelog unavailable for %s=%s" msgstr "Rexistro de cambios de %s (%s)" +#: apt-pkg/acquire-worker.cc +#, c-format +msgid "" +"The method '%s' is unsupported and disabled by default. Consider switching " +"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again." +msgstr "" + #: apt-pkg/acquire-worker.cc #, c-format msgid "The method '%s' is explicitly disabled via configuration." @@ -919,12 +926,12 @@ msgstr "Produciuse un problema ao renomear o ficheiro %s a %s" msgid "Problem syncing the file" msgstr "Produciuse un problema ao sincronizar o ficheiro" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, fuzzy, c-format msgid "Unable to mkstemp %s" msgstr "Non é posíbel determinar o estado %s" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to write to %s" msgstr "Non é posíbel escribir en %s" @@ -1567,6 +1574,12 @@ msgstr "" msgid "Did not understand pin type %s" msgstr "Non se entendeu o tipo de inmobilización %s" +#: apt-pkg/policy.cc +#, c-format +msgid "" +"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records" +msgstr "" + #: apt-pkg/policy.cc #, c-format msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)" @@ -2817,6 +2830,12 @@ msgstr "Executa unha actualización" msgid "Install new packages (pkg is libc6 not libc6.deb)" msgstr "Instala novos paquetes (o paquete é libc6 non libc6.deb)" +#: cmdline/apt-get.cc +#, fuzzy +#| msgid "Install new packages (pkg is libc6 not libc6.deb)" +msgid "Reinstall packages (pkg is libc6 not libc6.deb)" +msgstr "Instala novos paquetes (o paquete é libc6 non libc6.deb)" + #: cmdline/apt-get.cc msgid "Remove packages" msgstr "Retira paquetes" @@ -3114,6 +3133,11 @@ msgstr "" msgid "install packages" msgstr "Paquetes inmobilizados:" +#: cmdline/apt.cc +#, fuzzy +msgid "reinstall packages" +msgstr "Paquetes inmobilizados:" + #: cmdline/apt.cc #, fuzzy msgid "remove packages" diff --git a/po/hu.po b/po/hu.po index 21c97acc1..48c4330b3 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: 2019-01-23 16:49+0100\n" +"POT-Creation-Date: 2019-02-04 15:34+0100\n" "PO-Revision-Date: 2016-04-10 19:46+0200\n" "Last-Translator: Gabor Kelemen \n" "Language-Team: Hungarian \n" @@ -428,6 +428,13 @@ msgstr "Nem található forrás a(z) „%2$s” „%1$s” verziójának letölt msgid "Changelog unavailable for %s=%s" msgstr "Nem érhető el változásnapló ehhez: %s=%s" +#: apt-pkg/acquire-worker.cc +#, c-format +msgid "" +"The method '%s' is unsupported and disabled by default. Consider switching " +"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again." +msgstr "" + #: apt-pkg/acquire-worker.cc #, c-format msgid "The method '%s' is explicitly disabled via configuration." @@ -952,12 +959,12 @@ msgstr "Hiba a(z) %s fájl átnevezésekor erre: %s" msgid "Problem syncing the file" msgstr "Hiba a fájl szinkronizálásakor" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to mkstemp %s" msgstr "Az mkstemp %s meghiúsult" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to write to %s" msgstr "Nem lehet írni ebbe: %s" @@ -1606,6 +1613,12 @@ msgstr "Érvénytelen rekord a(z) %s beállításfájlban, nincs Package fejléc msgid "Did not understand pin type %s" msgstr "A(z) %s rögzítéstípus nem értelmezhető" +#: apt-pkg/policy.cc +#, c-format +msgid "" +"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records" +msgstr "" + #: apt-pkg/policy.cc #, c-format msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)" @@ -2881,6 +2894,12 @@ msgstr "Frissítés végrehajtása" msgid "Install new packages (pkg is libc6 not libc6.deb)" msgstr "Új csomagok telepítése (csomag a libc6 és nem a libc6.deb)" +#: cmdline/apt-get.cc +#, fuzzy +#| msgid "Install new packages (pkg is libc6 not libc6.deb)" +msgid "Reinstall packages (pkg is libc6 not libc6.deb)" +msgstr "Új csomagok telepítése (csomag a libc6 és nem a libc6.deb)" + #: cmdline/apt-get.cc msgid "Remove packages" msgstr "Csomagok eltávolítása" @@ -3183,6 +3202,12 @@ msgstr "csomagrészletek megjelenítése" msgid "install packages" msgstr "csomagok telepítése" +#: cmdline/apt.cc +#, fuzzy +#| msgid "install packages" +msgid "reinstall packages" +msgstr "csomagok telepítése" + #: cmdline/apt.cc msgid "remove packages" msgstr "csomagok eltávolítása" diff --git a/po/it.po b/po/it.po index 18c396fc5..738cc78bd 100644 --- a/po/it.po +++ b/po/it.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2019-01-23 16:49+0100\n" +"POT-Creation-Date: 2019-02-04 15:34+0100\n" "PO-Revision-Date: 2018-12-04 09:33+0100\n" "Last-Translator: Milo Casagrande \n" "Language-Team: Italian \n" @@ -427,6 +427,13 @@ msgstr "" msgid "Changelog unavailable for %s=%s" msgstr "Changelog per %s=%s non disponibile" +#: apt-pkg/acquire-worker.cc +#, c-format +msgid "" +"The method '%s' is unsupported and disabled by default. Consider switching " +"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again." +msgstr "" + #: apt-pkg/acquire-worker.cc #, c-format msgid "The method '%s' is explicitly disabled via configuration." @@ -962,12 +969,12 @@ msgstr "Si è verificato un problema nel rinominare il file %s in %s" msgid "Problem syncing the file" msgstr "Si è verificato un problema nel sincronizzare il file" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to mkstemp %s" msgstr "Impossibile eseguire mkstemp %s" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to write to %s" msgstr "Impossibile scrivere in %s" @@ -1620,6 +1627,12 @@ msgstr "" msgid "Did not understand pin type %s" msgstr "Impossibile comprendere il tipo di gancio %s" +#: apt-pkg/policy.cc +#, c-format +msgid "" +"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records" +msgstr "" + #: apt-pkg/policy.cc #, c-format msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)" @@ -2930,6 +2943,12 @@ msgstr "Esegue un aggiornamento dei pacchetti installati" msgid "Install new packages (pkg is libc6 not libc6.deb)" msgstr "Installa nuovi pacchetti (PKG è libc6 non libc6.deb)" +#: cmdline/apt-get.cc +#, fuzzy +#| msgid "Install new packages (pkg is libc6 not libc6.deb)" +msgid "Reinstall packages (pkg is libc6 not libc6.deb)" +msgstr "Installa nuovi pacchetti (PKG è libc6 non libc6.deb)" + #: cmdline/apt-get.cc msgid "Remove packages" msgstr "Rimuove i pacchetti" @@ -3240,6 +3259,12 @@ msgstr "Mostra dettagli di un pacchetto" msgid "install packages" msgstr "Installa pacchetti" +#: cmdline/apt.cc +#, fuzzy +#| msgid "install packages" +msgid "reinstall packages" +msgstr "Installa pacchetti" + #: cmdline/apt.cc msgid "remove packages" msgstr "Rimuove pacchetti" diff --git a/po/ja.po b/po/ja.po index 651d9bb00..6a00fa654 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: 2019-01-23 16:49+0100\n" +"POT-Creation-Date: 2019-02-04 15:34+0100\n" "PO-Revision-Date: 2017-01-06 04:50+0900\n" "Last-Translator: Takuma Yamada \n" "Language-Team: Japanese \n" @@ -430,6 +430,13 @@ msgstr "'%2$s' のバージョン '%1$s' をダウンロードするソースが msgid "Changelog unavailable for %s=%s" msgstr "%s=%s のため変更履歴が利用できません" +#: apt-pkg/acquire-worker.cc +#, c-format +msgid "" +"The method '%s' is unsupported and disabled by default. Consider switching " +"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again." +msgstr "" + #: apt-pkg/acquire-worker.cc #, c-format msgid "The method '%s' is explicitly disabled via configuration." @@ -952,12 +959,12 @@ msgstr "%s から %s へのファイル名変更中に問題が発生しまし msgid "Problem syncing the file" msgstr "ファイルの同期中に問題が発生しました" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to mkstemp %s" msgstr "mkstemp %s を実行できません" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to write to %s" msgstr "%s に書き込めません" @@ -1601,6 +1608,12 @@ msgstr "" msgid "Did not understand pin type %s" msgstr "pin タイプ %s を理解できませんでした" +#: apt-pkg/policy.cc +#, c-format +msgid "" +"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records" +msgstr "" + #: apt-pkg/policy.cc #, c-format msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)" @@ -2879,6 +2892,14 @@ msgstr "" "新規パッケージをインストールする (pkg は libc6.deb ではなく libc6 のように指" "定する)" +#: cmdline/apt-get.cc +#, fuzzy +#| msgid "Install new packages (pkg is libc6 not libc6.deb)" +msgid "Reinstall packages (pkg is libc6 not libc6.deb)" +msgstr "" +"新規パッケージをインストールする (pkg は libc6.deb ではなく libc6 のように指" +"定する)" + #: cmdline/apt-get.cc msgid "Remove packages" msgstr "パッケージを削除する" @@ -3177,6 +3198,12 @@ msgstr "パッケージの詳細を表示" msgid "install packages" msgstr "パッケージをインストール" +#: cmdline/apt.cc +#, fuzzy +#| msgid "install packages" +msgid "reinstall packages" +msgstr "パッケージをインストール" + #: cmdline/apt.cc msgid "remove packages" msgstr "パッケージを削除" diff --git a/po/km.po b/po/km.po index 6fa211a31..964f1756b 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: 2019-01-23 16:49+0100\n" +"POT-Creation-Date: 2019-02-04 15:34+0100\n" "PO-Revision-Date: 2006-10-10 09:48+0700\n" "Last-Translator: Khoem Sokhem \n" "Language-Team: Khmer \n" @@ -397,6 +397,13 @@ msgstr "" msgid "Changelog unavailable for %s=%s" msgstr "កំពុង​តភ្ជាប់​ទៅ​កាន់​ %s (%s)" +#: apt-pkg/acquire-worker.cc +#, c-format +msgid "" +"The method '%s' is unsupported and disabled by default. Consider switching " +"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again." +msgstr "" + #: apt-pkg/acquire-worker.cc #, c-format msgid "The method '%s' is explicitly disabled via configuration." @@ -891,12 +898,12 @@ msgstr "មានបញ្ហា​ក្នុង​ការធ្វើ​ស msgid "Problem syncing the file" msgstr "មានបញ្ហា​ក្នុង​ការធ្វើ​សមកាលកម្មឯកសារ​" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, fuzzy, c-format msgid "Unable to mkstemp %s" msgstr "មិន​អាច​ថ្លែង %s បានឡើយ" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to write to %s" msgstr "មិន​អាច​សរសេរ​ទៅ %s" @@ -1506,6 +1513,12 @@ msgstr "កំណត់ត្រា​មិនត្រឹមត្រូវ​ msgid "Did not understand pin type %s" msgstr "មិន​បាន​យល់​ពី​ប្រភេទ​ម្ជុល %s ឡើយ" +#: apt-pkg/policy.cc +#, c-format +msgid "" +"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records" +msgstr "" + #: apt-pkg/policy.cc #, c-format msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)" @@ -2731,6 +2744,12 @@ msgstr "ធ្វើឲ្យប្រសើរ" msgid "Install new packages (pkg is libc6 not libc6.deb)" msgstr "ដំឡើង​កញ្ចប់​ថ្មី (pkg គឺ libc6 មិនមែន libc6.deb)" +#: cmdline/apt-get.cc +#, fuzzy +#| msgid "Install new packages (pkg is libc6 not libc6.deb)" +msgid "Reinstall packages (pkg is libc6 not libc6.deb)" +msgstr "ដំឡើង​កញ្ចប់​ថ្មី (pkg គឺ libc6 មិនមែន libc6.deb)" + #: cmdline/apt-get.cc msgid "Remove packages" msgstr "យក​កញ្ចប់​ចេញ" @@ -3027,6 +3046,11 @@ msgstr "" msgid "install packages" msgstr "កញ្ចប់​ដែល​បាន​ខ្ទាស់ ៖" +#: cmdline/apt.cc +#, fuzzy +msgid "reinstall packages" +msgstr "កញ្ចប់​ដែល​បាន​ខ្ទាស់ ៖" + #: cmdline/apt.cc #, fuzzy msgid "remove packages" diff --git a/po/ko.po b/po/ko.po index 38ff71c17..8332ba6b3 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: 2019-01-23 16:49+0100\n" +"POT-Creation-Date: 2019-02-04 15:34+0100\n" "PO-Revision-Date: 2010-08-30 02:31+0900\n" "Last-Translator: Changwoo Ryu \n" "Language-Team: Korean \n" @@ -392,6 +392,13 @@ msgstr "" msgid "Changelog unavailable for %s=%s" msgstr "%s(%s)에 연결하는 중입니다" +#: apt-pkg/acquire-worker.cc +#, c-format +msgid "" +"The method '%s' is unsupported and disabled by default. Consider switching " +"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again." +msgstr "" + #: apt-pkg/acquire-worker.cc #, c-format msgid "The method '%s' is explicitly disabled via configuration." @@ -891,12 +898,12 @@ msgstr "%s 파일을 %s(으)로 이름을 바꾸는데 문제가 있습니다" msgid "Problem syncing the file" msgstr "파일을 동기화하는데 문제가 있습니다" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, fuzzy, c-format msgid "Unable to mkstemp %s" msgstr "%s의 정보를 읽을 수 없습니다" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to write to %s" msgstr "%s에 쓸 수 없습니다" @@ -1521,6 +1528,12 @@ msgstr "기본 설정 파일 %s에 잘못된 데이터가 있습니다. Package msgid "Did not understand pin type %s" msgstr "핀 타입 %s이(가) 무엇인지 이해할 수 없습니다" +#: apt-pkg/policy.cc +#, c-format +msgid "" +"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records" +msgstr "" + #: apt-pkg/policy.cc #, c-format msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)" @@ -2750,6 +2763,12 @@ msgstr "업그레이드를 합니다" msgid "Install new packages (pkg is libc6 not libc6.deb)" msgstr "새 패키지를 설치합니다 (패키지는 libc6 식으로. libc6.deb 아님)" +#: cmdline/apt-get.cc +#, fuzzy +#| msgid "Install new packages (pkg is libc6 not libc6.deb)" +msgid "Reinstall packages (pkg is libc6 not libc6.deb)" +msgstr "새 패키지를 설치합니다 (패키지는 libc6 식으로. libc6.deb 아님)" + #: cmdline/apt-get.cc msgid "Remove packages" msgstr "패키지를 지웁니다" @@ -3045,6 +3064,11 @@ msgstr "" msgid "install packages" msgstr "핀 패키지:" +#: cmdline/apt.cc +#, fuzzy +msgid "reinstall packages" +msgstr "핀 패키지:" + #: cmdline/apt.cc #, fuzzy msgid "remove packages" diff --git a/po/ku.po b/po/ku.po index 50a9f6336..6b3b8678e 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: 2019-01-23 16:49+0100\n" +"POT-Creation-Date: 2019-02-04 15:34+0100\n" "PO-Revision-Date: 2008-05-08 12:48+0200\n" "Last-Translator: Erdal Ronahi \n" "Language-Team: ku \n" @@ -391,6 +391,13 @@ msgstr "" msgid "Changelog unavailable for %s=%s" msgstr "Girêdan bi %s (%s) re pêk tê" +#: apt-pkg/acquire-worker.cc +#, c-format +msgid "" +"The method '%s' is unsupported and disabled by default. Consider switching " +"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again." +msgstr "" + #: apt-pkg/acquire-worker.cc #, c-format msgid "The method '%s' is explicitly disabled via configuration." @@ -882,12 +889,12 @@ msgstr "Di girtina pelî de pirsgirêkek derket" msgid "Problem syncing the file" msgstr "" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, fuzzy, c-format msgid "Unable to mkstemp %s" msgstr "Nivîsandin ji bo %s ne pêkane" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to write to %s" msgstr "Nivîsandin ji bo %s ne pêkane" @@ -1491,6 +1498,12 @@ msgstr "" msgid "Did not understand pin type %s" msgstr "" +#: apt-pkg/policy.cc +#, c-format +msgid "" +"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records" +msgstr "" + #: apt-pkg/policy.cc #, c-format msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)" @@ -2672,6 +2685,10 @@ msgstr "" msgid "Install new packages (pkg is libc6 not libc6.deb)" msgstr "" +#: cmdline/apt-get.cc +msgid "Reinstall packages (pkg is libc6 not libc6.deb)" +msgstr "" + #: cmdline/apt-get.cc msgid "Remove packages" msgstr "" @@ -2971,6 +2988,11 @@ msgstr "" msgid "install packages" msgstr " Pakêta tenê ya farazî:" +#: cmdline/apt.cc +#, fuzzy +msgid "reinstall packages" +msgstr " Pakêta tenê ya farazî:" + #: cmdline/apt.cc #, fuzzy msgid "remove packages" diff --git a/po/lt.po b/po/lt.po index a126737da..0a37aa22a 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: 2019-01-23 16:49+0100\n" +"POT-Creation-Date: 2019-02-04 15:34+0100\n" "PO-Revision-Date: 2008-08-02 01:47-0400\n" "Last-Translator: Gintautas Miliauskas \n" "Language-Team: Lithuanian \n" @@ -393,6 +393,13 @@ msgstr "" msgid "Changelog unavailable for %s=%s" msgstr "Jungiamasi prie %s (%s)" +#: apt-pkg/acquire-worker.cc +#, c-format +msgid "" +"The method '%s' is unsupported and disabled by default. Consider switching " +"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again." +msgstr "" + #: apt-pkg/acquire-worker.cc #, c-format msgid "The method '%s' is explicitly disabled via configuration." @@ -886,12 +893,12 @@ msgstr "Klaida sinchronizuojant failą" msgid "Problem syncing the file" msgstr "Klaida sinchronizuojant failą" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, fuzzy, c-format msgid "Unable to mkstemp %s" msgstr "Nepavyko sukurti %s" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to write to %s" msgstr "Nepavyko įrašyti į %s" @@ -1495,6 +1502,12 @@ msgstr "" msgid "Did not understand pin type %s" msgstr "" +#: apt-pkg/policy.cc +#, c-format +msgid "" +"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records" +msgstr "" + #: apt-pkg/policy.cc #, c-format msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)" @@ -2716,6 +2729,10 @@ msgstr "" msgid "Install new packages (pkg is libc6 not libc6.deb)" msgstr "" +#: cmdline/apt-get.cc +msgid "Reinstall packages (pkg is libc6 not libc6.deb)" +msgstr "" + #: cmdline/apt-get.cc #, fuzzy msgid "Remove packages" @@ -3016,6 +3033,11 @@ msgstr "" msgid "install packages" msgstr "Surišti paketai:" +#: cmdline/apt.cc +#, fuzzy +msgid "reinstall packages" +msgstr "Surišti paketai:" + #: cmdline/apt.cc #, fuzzy msgid "remove packages" diff --git a/po/mr.po b/po/mr.po index 395570c15..e62388805 100644 --- a/po/mr.po +++ b/po/mr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2019-01-23 16:49+0100\n" +"POT-Creation-Date: 2019-02-04 15:34+0100\n" "PO-Revision-Date: 2008-11-20 23:27+0530\n" "Last-Translator: Sampada \n" "Language-Team: Marathi, janabhaaratii, C-DAC, Mumbai, India " @@ -393,6 +393,13 @@ msgstr "" msgid "Changelog unavailable for %s=%s" msgstr "%s (%s) ला जोडत आहे" +#: apt-pkg/acquire-worker.cc +#, c-format +msgid "" +"The method '%s' is unsupported and disabled by default. Consider switching " +"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again." +msgstr "" + #: apt-pkg/acquire-worker.cc #, c-format msgid "The method '%s' is explicitly disabled via configuration." @@ -889,12 +896,12 @@ msgstr "संचिकेची syncing समस्या" msgid "Problem syncing the file" msgstr "संचिकेची syncing समस्या" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, fuzzy, c-format msgid "Unable to mkstemp %s" msgstr "%s स्टॅट करण्यास असमर्थ" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to write to %s" msgstr "%s मध्ये लिहिण्यास असमर्थ " @@ -1506,6 +1513,12 @@ msgstr "पसंतीच्या संचिकेत अवैध माह msgid "Did not understand pin type %s" msgstr "%s पिनचा प्रकार समजलेला नाही" +#: apt-pkg/policy.cc +#, c-format +msgid "" +"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records" +msgstr "" + #: apt-pkg/policy.cc #, c-format msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)" @@ -2728,6 +2741,12 @@ msgstr "आवृत्त्यांचे श्रेणिवर्धन msgid "Install new packages (pkg is libc6 not libc6.deb)" msgstr "नवीन पॅकेजेस संस्थापित करा(pkg हे libc6 आहे आणि libc6.deb नव्हे)" +#: cmdline/apt-get.cc +#, fuzzy +#| msgid "Install new packages (pkg is libc6 not libc6.deb)" +msgid "Reinstall packages (pkg is libc6 not libc6.deb)" +msgstr "नवीन पॅकेजेस संस्थापित करा(pkg हे libc6 आहे आणि libc6.deb नव्हे)" + #: cmdline/apt-get.cc msgid "Remove packages" msgstr "पॅकेजेस कायमची काढा" @@ -3023,6 +3042,11 @@ msgstr "" msgid "install packages" msgstr "एकत्रित पॅकेजेस:" +#: cmdline/apt.cc +#, fuzzy +msgid "reinstall packages" +msgstr "एकत्रित पॅकेजेस:" + #: cmdline/apt.cc #, fuzzy msgid "remove packages" diff --git a/po/nb.po b/po/nb.po index 4c0c1e3f0..dff77bf9b 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: 2019-01-23 16:49+0100\n" +"POT-Creation-Date: 2019-02-04 15:34+0100\n" "PO-Revision-Date: 2018-10-30 20:53+0100\n" "Last-Translator: Petter Reinholdtsen \n" "Language-Team: Norwegian Bokmål \n" @@ -409,6 +409,13 @@ msgstr "Klarte ikke finne kilde for å laste ned versjon «%s» av «%s»" msgid "Changelog unavailable for %s=%s" msgstr "Kobler til %s (%s)" +#: apt-pkg/acquire-worker.cc +#, c-format +msgid "" +"The method '%s' is unsupported and disabled by default. Consider switching " +"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again." +msgstr "" + #: apt-pkg/acquire-worker.cc #, c-format msgid "The method '%s' is explicitly disabled via configuration." @@ -915,12 +922,12 @@ msgstr "Problem ved endring av navn på fila %s til %s" msgid "Problem syncing the file" msgstr "Problem ved oppdatering av fila" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, fuzzy, c-format msgid "Unable to mkstemp %s" msgstr "Klarte ikke å få statusen på %s" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to write to %s" msgstr "Kan ikke skrive til %s" @@ -1548,6 +1555,12 @@ msgstr "Ugyldig oppslag i foretrekksfila %s, manglende pakkehode" msgid "Did not understand pin type %s" msgstr "Forsto ikke spikring av typen %s" +#: apt-pkg/policy.cc +#, c-format +msgid "" +"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records" +msgstr "" + #: apt-pkg/policy.cc #, c-format msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)" @@ -2809,6 +2822,12 @@ msgstr "Utfør en oppgradering" msgid "Install new packages (pkg is libc6 not libc6.deb)" msgstr "Installér nye pakker (Pakke er «foo», ikke «foo.deb»)" +#: cmdline/apt-get.cc +#, fuzzy +#| msgid "Install new packages (pkg is libc6 not libc6.deb)" +msgid "Reinstall packages (pkg is libc6 not libc6.deb)" +msgstr "Installér nye pakker (Pakke er «foo», ikke «foo.deb»)" + #: cmdline/apt-get.cc msgid "Remove packages" msgstr "Fjern pakker" @@ -3106,6 +3125,11 @@ msgstr "vis pakkedetaljer" msgid "install packages" msgstr "Låste pakker:" +#: cmdline/apt.cc +#, fuzzy +msgid "reinstall packages" +msgstr "Låste pakker:" + #: cmdline/apt.cc #, fuzzy msgid "remove packages" diff --git a/po/ne.po b/po/ne.po index eb6c4dcfa..579444c84 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: 2019-01-23 16:49+0100\n" +"POT-Creation-Date: 2019-02-04 15:34+0100\n" "PO-Revision-Date: 2006-06-12 14:35+0545\n" "Last-Translator: Shiva Pokharel \n" "Language-Team: Nepali \n" @@ -393,6 +393,13 @@ msgstr "" msgid "Changelog unavailable for %s=%s" msgstr "%s (%s) मा जडान गरिदैछ" +#: apt-pkg/acquire-worker.cc +#, c-format +msgid "" +"The method '%s' is unsupported and disabled by default. Consider switching " +"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again." +msgstr "" + #: apt-pkg/acquire-worker.cc #, c-format msgid "The method '%s' is explicitly disabled via configuration." @@ -887,12 +894,12 @@ msgstr "फाइल गुप्तिकरण गर्दा समस्य msgid "Problem syncing the file" msgstr "फाइल गुप्तिकरण गर्दा समस्या" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, fuzzy, c-format msgid "Unable to mkstemp %s" msgstr "%s स्थिर गर्न असक्षम भयो" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to write to %s" msgstr " %s मा लेख्न असक्षम" @@ -1502,6 +1509,12 @@ msgstr "प्राथमिकता फाइलमा अवैध रेक msgid "Did not understand pin type %s" msgstr "पिन टाइप %s बुझ्न सकिएन " +#: apt-pkg/policy.cc +#, c-format +msgid "" +"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records" +msgstr "" + #: apt-pkg/policy.cc #, c-format msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)" @@ -2728,6 +2741,12 @@ msgstr "टा स्तरवृद्धि सम्पादन गर्न msgid "Install new packages (pkg is libc6 not libc6.deb)" msgstr "प्याकेजहरू स्थापना गर्नुहोस् (pkg libc6 हो libc6.deb होइन)" +#: cmdline/apt-get.cc +#, fuzzy +#| msgid "Install new packages (pkg is libc6 not libc6.deb)" +msgid "Reinstall packages (pkg is libc6 not libc6.deb)" +msgstr "प्याकेजहरू स्थापना गर्नुहोस् (pkg libc6 हो libc6.deb होइन)" + #: cmdline/apt-get.cc msgid "Remove packages" msgstr "" @@ -3024,6 +3043,11 @@ msgstr "" msgid "install packages" msgstr "पिन गरिएका प्याकेजहरू:" +#: cmdline/apt.cc +#, fuzzy +msgid "reinstall packages" +msgstr "पिन गरिएका प्याकेजहरू:" + #: cmdline/apt.cc #, fuzzy msgid "remove packages" diff --git a/po/nl.po b/po/nl.po index 23eb9210e..3643dde61 100644 --- a/po/nl.po +++ b/po/nl.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.7.0\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2019-01-23 16:49+0100\n" +"POT-Creation-Date: 2019-02-04 15:34+0100\n" "PO-Revision-Date: 2018-10-09 16:26+0200\n" "Last-Translator: Frans Spiesschaert \n" "Language-Team: Debian Dutch l10n Team \n" @@ -433,6 +433,13 @@ msgstr "Kan geen bron vinden om versie '%s' van '%s' op te halen" msgid "Changelog unavailable for %s=%s" msgstr "Logbestand met veranderingen niet beschikbaar voor %s=%s" +#: apt-pkg/acquire-worker.cc +#, c-format +msgid "" +"The method '%s' is unsupported and disabled by default. Consider switching " +"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again." +msgstr "" + #: apt-pkg/acquire-worker.cc #, c-format msgid "The method '%s' is explicitly disabled via configuration." @@ -965,12 +972,12 @@ msgstr "Probleem bij het hernoemen van het bestand %s naar %s" msgid "Problem syncing the file" msgstr "Probleem bij het synchroniseren van het bestand" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to mkstemp %s" msgstr "Kan tijdelijk bestand %s niet aanmaken met mkstemp" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to write to %s" msgstr "Kan niet naar %s schrijven" @@ -1620,6 +1627,12 @@ msgstr "" msgid "Did not understand pin type %s" msgstr "Pintype %s wordt niet begrepen" +#: apt-pkg/policy.cc +#, c-format +msgid "" +"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records" +msgstr "" + #: apt-pkg/policy.cc #, c-format msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)" @@ -2923,6 +2936,12 @@ msgstr "Voer een opwaardering uit" msgid "Install new packages (pkg is libc6 not libc6.deb)" msgstr "Installeer nieuwe pakketten (pakket is bijv. libc6, niet libc6.deb)" +#: cmdline/apt-get.cc +#, fuzzy +#| msgid "Install new packages (pkg is libc6 not libc6.deb)" +msgid "Reinstall packages (pkg is libc6 not libc6.deb)" +msgstr "Installeer nieuwe pakketten (pakket is bijv. libc6, niet libc6.deb)" + #: cmdline/apt-get.cc msgid "Remove packages" msgstr "Verwijder pakketten" @@ -3229,6 +3248,12 @@ msgstr "toon gedetailleerde informatie over het pakket" msgid "install packages" msgstr "installeer pakketten" +#: cmdline/apt.cc +#, fuzzy +#| msgid "install packages" +msgid "reinstall packages" +msgstr "installeer pakketten" + #: cmdline/apt.cc msgid "remove packages" msgstr "verwijder pakketten" diff --git a/po/nn.po b/po/nn.po index 41c93ae66..0d0a097b9 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: 2019-01-23 16:49+0100\n" +"POT-Creation-Date: 2019-02-04 15:34+0100\n" "PO-Revision-Date: 2005-02-14 23:30+0100\n" "Last-Translator: Havard Korsvoll \n" "Language-Team: Norwegian nynorsk \n" @@ -396,6 +396,13 @@ msgstr "" msgid "Changelog unavailable for %s=%s" msgstr "Koplar til %s (%s)" +#: apt-pkg/acquire-worker.cc +#, c-format +msgid "" +"The method '%s' is unsupported and disabled by default. Consider switching " +"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again." +msgstr "" + #: apt-pkg/acquire-worker.cc #, c-format msgid "The method '%s' is explicitly disabled via configuration." @@ -894,12 +901,12 @@ msgstr "Problem ved synkronisering av fila" msgid "Problem syncing the file" msgstr "Problem ved synkronisering av fila" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, fuzzy, c-format msgid "Unable to mkstemp %s" msgstr "Klarte ikkje f status til %s" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to write to %s" msgstr "Klarte ikkje skriva til %s" @@ -1510,6 +1517,12 @@ msgstr "Ugyldig oppslag i innstillingsfila, manglar pakkehovud" msgid "Did not understand pin type %s" msgstr "Skjnar ikkje spikringstypen %s" +#: apt-pkg/policy.cc +#, c-format +msgid "" +"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records" +msgstr "" + #: apt-pkg/policy.cc #, c-format msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)" @@ -2745,6 +2758,12 @@ msgstr "Utf msgid "Install new packages (pkg is libc6 not libc6.deb)" msgstr "Installer nye pakkar (bruk pakkenamn, ikkje filnamn (foo.deb))." +#: cmdline/apt-get.cc +#, fuzzy +#| msgid "Install new packages (pkg is libc6 not libc6.deb)" +msgid "Reinstall packages (pkg is libc6 not libc6.deb)" +msgstr "Installer nye pakkar (bruk pakkenamn, ikkje filnamn (foo.deb))." + #: cmdline/apt-get.cc msgid "Remove packages" msgstr "Fjern pakkar." @@ -3041,6 +3060,11 @@ msgstr "" msgid "install packages" msgstr "Spikra pakkar:" +#: cmdline/apt.cc +#, fuzzy +msgid "reinstall packages" +msgstr "Spikra pakkar:" + #: cmdline/apt.cc #, fuzzy msgid "remove packages" diff --git a/po/pl.po b/po/pl.po index cc2abeb62..896fce83f 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: 2019-01-23 16:49+0100\n" +"POT-Creation-Date: 2019-02-04 15:34+0100\n" "PO-Revision-Date: 2012-07-28 21:53+0200\n" "Last-Translator: Michał Kułach \n" "Language-Team: Polish \n" @@ -407,6 +407,13 @@ msgstr "Nie można znaleźć źródła do pobrania wersji \"%s\" pakietu \"%s\"" msgid "Changelog unavailable for %s=%s" msgstr "Dziennik zmian %s (%s)" +#: apt-pkg/acquire-worker.cc +#, c-format +msgid "" +"The method '%s' is unsupported and disabled by default. Consider switching " +"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again." +msgstr "" + #: apt-pkg/acquire-worker.cc #, c-format msgid "The method '%s' is explicitly disabled via configuration." @@ -925,12 +932,12 @@ msgstr "Problem przy zapisywaniu pliku %s w %s" msgid "Problem syncing the file" msgstr "Problem przy zapisywaniu pliku na dysk" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, fuzzy, c-format msgid "Unable to mkstemp %s" msgstr "Nie można wykonać operacji stat na %s" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to write to %s" msgstr "Nie udało się pisać do %s" @@ -1581,6 +1588,12 @@ msgstr "Nieprawidłowe informacje w pliku ustawień %s, brak nagłówka Package" msgid "Did not understand pin type %s" msgstr "Nierozpoznany typ przypinania %s" +#: apt-pkg/policy.cc +#, c-format +msgid "" +"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records" +msgstr "" + #: apt-pkg/policy.cc #, c-format msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)" @@ -2857,6 +2870,12 @@ msgstr "Wykonuje aktualizację" msgid "Install new packages (pkg is libc6 not libc6.deb)" msgstr "Instaluje nowe pakiety (pakiet to np. libc6, nie libc6.deb)" +#: cmdline/apt-get.cc +#, fuzzy +#| msgid "Install new packages (pkg is libc6 not libc6.deb)" +msgid "Reinstall packages (pkg is libc6 not libc6.deb)" +msgstr "Instaluje nowe pakiety (pakiet to np. libc6, nie libc6.deb)" + #: cmdline/apt-get.cc msgid "Remove packages" msgstr "Usuwa pakiety" @@ -3161,6 +3180,11 @@ msgstr "" msgid "install packages" msgstr "Przypięte pakiety:" +#: cmdline/apt.cc +#, fuzzy +msgid "reinstall packages" +msgstr "Przypięte pakiety:" + #: cmdline/apt.cc #, fuzzy msgid "remove packages" diff --git a/po/pt.po b/po/pt.po index d0caab48a..a9188e366 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: 2019-01-23 16:49+0100\n" +"POT-Creation-Date: 2019-02-04 15:34+0100\n" "PO-Revision-Date: 2012-06-29 15:45+0100\n" "Last-Translator: Miguel Figueiredo \n" "Language-Team: Portuguese \n" @@ -404,6 +404,13 @@ msgstr "Não conseguiu encontrar uma fonte para obter a versão '%s' de '%s'" msgid "Changelog unavailable for %s=%s" msgstr "Changlog para %s (%s)" +#: apt-pkg/acquire-worker.cc +#, c-format +msgid "" +"The method '%s' is unsupported and disabled by default. Consider switching " +"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again." +msgstr "" + #: apt-pkg/acquire-worker.cc #, c-format msgid "The method '%s' is explicitly disabled via configuration." @@ -928,12 +935,12 @@ msgstr "Problema ao renomear o ficheiro %s para %s" msgid "Problem syncing the file" msgstr "Problema sincronizando o ficheiro" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, fuzzy, c-format msgid "Unable to mkstemp %s" msgstr "Não foi possível fazer stat %s" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to write to %s" msgstr "Não conseguiu escrever para %s" @@ -1586,6 +1593,12 @@ msgstr "Registo inválido no ficheiro de preferências %s, sem cabeçalho Packag msgid "Did not understand pin type %s" msgstr "Não foi possível entender o tipo de marca (pin) %s" +#: apt-pkg/policy.cc +#, c-format +msgid "" +"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records" +msgstr "" + #: apt-pkg/policy.cc #, c-format msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)" @@ -2841,6 +2854,12 @@ msgstr "Executar uma actualização" msgid "Install new packages (pkg is libc6 not libc6.deb)" msgstr "Instalar novos pacotes (o pacote é libc6 e não libc6.deb)" +#: cmdline/apt-get.cc +#, fuzzy +#| msgid "Install new packages (pkg is libc6 not libc6.deb)" +msgid "Reinstall packages (pkg is libc6 not libc6.deb)" +msgstr "Instalar novos pacotes (o pacote é libc6 e não libc6.deb)" + #: cmdline/apt-get.cc msgid "Remove packages" msgstr "Remover pacotes" @@ -3139,6 +3158,11 @@ msgstr "" msgid "install packages" msgstr "Pacotes Marcados:" +#: cmdline/apt.cc +#, fuzzy +msgid "reinstall packages" +msgstr "Pacotes Marcados:" + #: cmdline/apt.cc #, fuzzy msgid "remove packages" diff --git a/po/pt_BR.po b/po/pt_BR.po index 40d51085c..50b19ea77 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: 2019-01-23 16:49+0100\n" +"POT-Creation-Date: 2019-02-04 15:34+0100\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: 2019-01-23 16:49+0100\n" +"POT-Creation-Date: 2019-02-04 15:34+0100\n" "PO-Revision-Date: 2008-11-15 02:21+0200\n" "Last-Translator: Eddy Petrișor \n" "Language-Team: Romanian \n" @@ -397,6 +397,13 @@ msgstr "" msgid "Changelog unavailable for %s=%s" msgstr "Conectare la %s (%s)" +#: apt-pkg/acquire-worker.cc +#, c-format +msgid "" +"The method '%s' is unsupported and disabled by default. Consider switching " +"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again." +msgstr "" + #: apt-pkg/acquire-worker.cc #, c-format msgid "The method '%s' is explicitly disabled via configuration." @@ -901,12 +908,12 @@ msgstr "Problemă în timpul sincronizării fișierului" msgid "Problem syncing the file" msgstr "Problemă în timpul sincronizării fișierului" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, fuzzy, c-format msgid "Unable to mkstemp %s" msgstr "Nu se poate executa „stat” pe %s" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to write to %s" msgstr "Nu s-a putut scrie în %s" @@ -1520,6 +1527,12 @@ msgstr "Înregistrare invalidă în fișierul de preferințe, fără antet de pa msgid "Did not understand pin type %s" msgstr "Nu s-a înțeles tipul de pin %s" +#: apt-pkg/policy.cc +#, c-format +msgid "" +"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records" +msgstr "" + #: apt-pkg/policy.cc #, c-format msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)" @@ -2767,6 +2780,12 @@ msgstr "Realizează o înnoire" msgid "Install new packages (pkg is libc6 not libc6.deb)" msgstr "Instalează pachete noi (pachet este libc6, nu libc6.deb)" +#: cmdline/apt-get.cc +#, fuzzy +#| msgid "Install new packages (pkg is libc6 not libc6.deb)" +msgid "Reinstall packages (pkg is libc6 not libc6.deb)" +msgstr "Instalează pachete noi (pachet este libc6, nu libc6.deb)" + #: cmdline/apt-get.cc msgid "Remove packages" msgstr "Șterge pachete" @@ -3062,6 +3081,11 @@ msgstr "" msgid "install packages" msgstr "Pachete alese special:" +#: cmdline/apt.cc +#, fuzzy +msgid "reinstall packages" +msgstr "Pachete alese special:" + #: cmdline/apt.cc #, fuzzy msgid "remove packages" diff --git a/po/ru.po b/po/ru.po index 5022111f1..59eeb52aa 100644 --- a/po/ru.po +++ b/po/ru.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.8.0\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2019-01-23 16:49+0100\n" +"POT-Creation-Date: 2019-02-04 15:34+0100\n" "PO-Revision-Date: 2019-01-29 21:20+0300\n" "Last-Translator: Aleksej Shilin \n" "Language-Team: Russian \n" @@ -429,6 +429,13 @@ msgstr "Невозможно найти источник для загрузки msgid "Changelog unavailable for %s=%s" msgstr "Журнал изменений для %s=%s недоступен" +#: apt-pkg/acquire-worker.cc +#, c-format +msgid "" +"The method '%s' is unsupported and disabled by default. Consider switching " +"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again." +msgstr "" + #: apt-pkg/acquire-worker.cc #, c-format msgid "The method '%s' is explicitly disabled via configuration." @@ -957,12 +964,12 @@ msgstr "Проблема при переименовании файла %s в %s msgid "Problem syncing the file" msgstr "Проблема при синхронизации файла" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to mkstemp %s" msgstr "Невозможно выполнить mkstemp %s" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to write to %s" msgstr "Невозможно записать в %s" @@ -1609,6 +1616,12 @@ msgstr "Неверная запись в файле предпочтений %s: msgid "Did not understand pin type %s" msgstr "Неизвестный тип привязки %s" +#: apt-pkg/policy.cc +#, c-format +msgid "" +"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records" +msgstr "" + #: apt-pkg/policy.cc #, c-format msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)" @@ -2909,6 +2922,14 @@ msgstr "" "установить новые пакеты (указывается имя пакета libc6, а не имя файла libc6." "deb)" +#: cmdline/apt-get.cc +#, fuzzy +#| msgid "Install new packages (pkg is libc6 not libc6.deb)" +msgid "Reinstall packages (pkg is libc6 not libc6.deb)" +msgstr "" +"установить новые пакеты (указывается имя пакета libc6, а не имя файла libc6." +"deb)" + #: cmdline/apt-get.cc msgid "Remove packages" msgstr "удалить пакеты" @@ -3207,6 +3228,12 @@ msgstr "показать дополнительные данные о пакет msgid "install packages" msgstr "установить пакеты" +#: cmdline/apt.cc +#, fuzzy +#| msgid "install packages" +msgid "reinstall packages" +msgstr "установить пакеты" + #: cmdline/apt.cc msgid "remove packages" msgstr "удалить пакеты" diff --git a/po/sk.po b/po/sk.po index c7e192cb3..bd1ccfaef 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: 2019-01-23 16:49+0100\n" +"POT-Creation-Date: 2019-02-04 15:34+0100\n" "PO-Revision-Date: 2012-06-28 20:49+0100\n" "Last-Translator: Ivan Masár \n" "Language-Team: Slovak \n" @@ -404,6 +404,13 @@ msgstr "Nie je možné nájsť zdroj na stiahnutie verzie „%s“ balíka „%s msgid "Changelog unavailable for %s=%s" msgstr "Záznam zmien %s (%s)" +#: apt-pkg/acquire-worker.cc +#, c-format +msgid "" +"The method '%s' is unsupported and disabled by default. Consider switching " +"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again." +msgstr "" + #: apt-pkg/acquire-worker.cc #, c-format msgid "The method '%s' is explicitly disabled via configuration." @@ -911,12 +918,12 @@ msgstr "Problém pri synchronizovaní súboru %s na %s" msgid "Problem syncing the file" msgstr "Problém pri synchronizovaní súboru" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, fuzzy, c-format msgid "Unable to mkstemp %s" msgstr "Nedá sa vyhodnotiť %s" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to write to %s" msgstr "Do %s sa nedá zapisovať" @@ -1550,6 +1557,12 @@ msgstr "Neplatný záznam v súbore nastavení %s, chýba hlavička Package" msgid "Did not understand pin type %s" msgstr "Nezrozumiteľné pridržanie typu %s" +#: apt-pkg/policy.cc +#, c-format +msgid "" +"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records" +msgstr "" + #: apt-pkg/policy.cc #, c-format msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)" @@ -2808,6 +2821,12 @@ msgstr "Vykoná aktualizáciu" msgid "Install new packages (pkg is libc6 not libc6.deb)" msgstr "Nainštaluje nové balíky (balík je libc6, nie libc6.deb)" +#: cmdline/apt-get.cc +#, fuzzy +#| msgid "Install new packages (pkg is libc6 not libc6.deb)" +msgid "Reinstall packages (pkg is libc6 not libc6.deb)" +msgstr "Nainštaluje nové balíky (balík je libc6, nie libc6.deb)" + #: cmdline/apt-get.cc msgid "Remove packages" msgstr "Odstráni balíky" @@ -3106,6 +3125,11 @@ msgstr "" msgid "install packages" msgstr "Pripevnené balíky:" +#: cmdline/apt.cc +#, fuzzy +msgid "reinstall packages" +msgstr "Pripevnené balíky:" + #: cmdline/apt.cc #, fuzzy msgid "remove packages" diff --git a/po/sl.po b/po/sl.po index 7862bd8a1..b9fc0b6b3 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: 2019-01-23 16:49+0100\n" +"POT-Creation-Date: 2019-02-04 15:34+0100\n" "PO-Revision-Date: 2012-06-27 21:29+0000\n" "Last-Translator: Andrej Znidarsic \n" "Language-Team: Slovenian \n" @@ -404,6 +404,13 @@ msgstr "Ni mogoče najti vira za prejem različice '%s' paketa '%s'" msgid "Changelog unavailable for %s=%s" msgstr "Dnevnik sprememb za %s (%s)" +#: apt-pkg/acquire-worker.cc +#, c-format +msgid "" +"The method '%s' is unsupported and disabled by default. Consider switching " +"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again." +msgstr "" + #: apt-pkg/acquire-worker.cc #, c-format msgid "The method '%s' is explicitly disabled via configuration." @@ -908,12 +915,12 @@ msgstr "Težava med preimenovanje datoteke %s v %s" msgid "Problem syncing the file" msgstr "Težava med usklajevanjem datoteke" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, fuzzy, c-format msgid "Unable to mkstemp %s" msgstr "Ni mogoče določiti %s" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to write to %s" msgstr "Ni mogoče pisati na %s" @@ -1549,6 +1556,12 @@ msgstr "Neveljaven zapis v datoteki možnosti %s, ni glave paketa" msgid "Did not understand pin type %s" msgstr "Ni mogoče razumeti vrste bucike %s" +#: apt-pkg/policy.cc +#, c-format +msgid "" +"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records" +msgstr "" + #: apt-pkg/policy.cc #, c-format msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)" @@ -2811,6 +2824,12 @@ msgstr "Izvedix nadgradnjo" msgid "Install new packages (pkg is libc6 not libc6.deb)" msgstr "Namesti nove pakete (paket je libc6, ne libc6.deb)" +#: cmdline/apt-get.cc +#, fuzzy +#| msgid "Install new packages (pkg is libc6 not libc6.deb)" +msgid "Reinstall packages (pkg is libc6 not libc6.deb)" +msgstr "Namesti nove pakete (paket je libc6, ne libc6.deb)" + #: cmdline/apt-get.cc msgid "Remove packages" msgstr "Odstrani pakete" @@ -3111,6 +3130,11 @@ msgstr "" msgid "install packages" msgstr "Pripeti paketi:" +#: cmdline/apt.cc +#, fuzzy +msgid "reinstall packages" +msgstr "Pripeti paketi:" + #: cmdline/apt.cc #, fuzzy msgid "remove packages" diff --git a/po/sv.po b/po/sv.po index 59a21c7d6..8477a244b 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: 2019-01-23 16:49+0100\n" +"POT-Creation-Date: 2019-02-04 15:34+0100\n" "PO-Revision-Date: 2015-08-19 21:33+0200\n" "Last-Translator: Anders Jonsson \n" "Language-Team: Swedish \n" @@ -408,6 +408,13 @@ msgstr "Kan inte hitta en källa för att hämta version ”%s” av ”%s”" msgid "Changelog unavailable for %s=%s" msgstr "Ändringslogg för %s (%s)" +#: apt-pkg/acquire-worker.cc +#, c-format +msgid "" +"The method '%s' is unsupported and disabled by default. Consider switching " +"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again." +msgstr "" + #: apt-pkg/acquire-worker.cc #, c-format msgid "The method '%s' is explicitly disabled via configuration." @@ -924,12 +931,12 @@ msgstr "Problem med att byta namn på filen %s till %s" msgid "Problem syncing the file" msgstr "Problem med att synkronisera filen" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to mkstemp %s" msgstr "Kunde inte anropa mkstemp för %s" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to write to %s" msgstr "Kunde inte skriva till %s" @@ -1572,6 +1579,12 @@ msgstr "Ogiltig post i konfigurationsfilen %s, ”Package”-rubriken saknas" msgid "Did not understand pin type %s" msgstr "Förstod inte nåltypen %s" +#: apt-pkg/policy.cc +#, c-format +msgid "" +"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records" +msgstr "" + #: apt-pkg/policy.cc #, c-format msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)" @@ -2830,6 +2843,12 @@ msgstr "Genomför en uppgradering" msgid "Install new packages (pkg is libc6 not libc6.deb)" msgstr "Installera nya paket (paket är libc6, inte libc6.deb)" +#: cmdline/apt-get.cc +#, fuzzy +#| msgid "Install new packages (pkg is libc6 not libc6.deb)" +msgid "Reinstall packages (pkg is libc6 not libc6.deb)" +msgstr "Installera nya paket (paket är libc6, inte libc6.deb)" + #: cmdline/apt-get.cc msgid "Remove packages" msgstr "Ta bort paket" @@ -3132,6 +3151,12 @@ msgstr "visa detaljer för paket" msgid "install packages" msgstr "installera paket" +#: cmdline/apt.cc +#, fuzzy +#| msgid "install packages" +msgid "reinstall packages" +msgstr "installera paket" + #: cmdline/apt.cc msgid "remove packages" msgstr "ta bort paket" diff --git a/po/th.po b/po/th.po index 711b99c2a..c131023c1 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: 2019-01-23 16:49+0100\n" +"POT-Creation-Date: 2019-02-04 15:34+0100\n" "PO-Revision-Date: 2014-12-12 13:00+0700\n" "Last-Translator: Theppitak Karoonboonyanan \n" "Language-Team: Thai \n" @@ -401,6 +401,13 @@ msgstr "ไม่พบแหล่งที่จะดาวน์โหลด msgid "Changelog unavailable for %s=%s" msgstr "ปูมการแก้ไขสำหรับ %s (%s)" +#: apt-pkg/acquire-worker.cc +#, c-format +msgid "" +"The method '%s' is unsupported and disabled by default. Consider switching " +"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again." +msgstr "" + #: apt-pkg/acquire-worker.cc #, c-format msgid "The method '%s' is explicitly disabled via configuration." @@ -897,12 +904,12 @@ msgstr "เกิดปัญหาขณะเปลี่ยนชื่อแ msgid "Problem syncing the file" msgstr "เกิดปัญหาขณะ sync แฟ้ม" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to mkstemp %s" msgstr "ไม่สามารถ mkstemp %s" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to write to %s" msgstr "ไม่สามารถเขียนลงแฟ้ม %s" @@ -1523,6 +1530,12 @@ msgstr "ระเบียนผิดรูปแบบในแฟ้มค่ msgid "Did not understand pin type %s" msgstr "ไม่เข้าใจชนิดการตรึง %s" +#: apt-pkg/policy.cc +#, c-format +msgid "" +"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records" +msgstr "" + #: apt-pkg/policy.cc #, c-format msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)" @@ -2741,6 +2754,12 @@ msgstr "ปรับรุ่นแพกเกจต่างๆ ขึ้น" msgid "Install new packages (pkg is libc6 not libc6.deb)" msgstr "ติดตั้งแพกเกจใหม่ (pkg อยู่ในรูปเช่น libc6 ไม่ใช่ libc6.deb)" +#: cmdline/apt-get.cc +#, fuzzy +#| msgid "Install new packages (pkg is libc6 not libc6.deb)" +msgid "Reinstall packages (pkg is libc6 not libc6.deb)" +msgstr "ติดตั้งแพกเกจใหม่ (pkg อยู่ในรูปเช่น libc6 ไม่ใช่ libc6.deb)" + #: cmdline/apt-get.cc msgid "Remove packages" msgstr "ถอดถอนแพกเกจ" @@ -3042,6 +3061,12 @@ msgstr "แสดงรายละเอียดของแพกเกจ" msgid "install packages" msgstr "ติดตั้งแพกเกจ" +#: cmdline/apt.cc +#, fuzzy +#| msgid "install packages" +msgid "reinstall packages" +msgstr "ติดตั้งแพกเกจ" + #: cmdline/apt.cc msgid "remove packages" msgstr "ถอดถอนแพกเกจ" diff --git a/po/tl.po b/po/tl.po index 3241998d7..b719b9d5f 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: 2019-01-23 16:49+0100\n" +"POT-Creation-Date: 2019-02-04 15:34+0100\n" "PO-Revision-Date: 2007-03-29 21:36+0800\n" "Last-Translator: Eric Pareja \n" "Language-Team: Tagalog \n" @@ -396,6 +396,13 @@ msgstr "" msgid "Changelog unavailable for %s=%s" msgstr "Kumokonekta sa %s (%s)" +#: apt-pkg/acquire-worker.cc +#, c-format +msgid "" +"The method '%s' is unsupported and disabled by default. Consider switching " +"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again." +msgstr "" + #: apt-pkg/acquire-worker.cc #, c-format msgid "The method '%s' is explicitly disabled via configuration." @@ -905,12 +912,12 @@ msgstr "Problema sa pag-sync ng talaksan" msgid "Problem syncing the file" msgstr "Problema sa pag-sync ng talaksan" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, fuzzy, c-format msgid "Unable to mkstemp %s" msgstr "Hindi ma-stat ang %s" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to write to %s" msgstr "Hindi makapagsulat sa %s" @@ -1524,6 +1531,12 @@ msgstr "Di tanggap na record sa talaksang pagtatangi, walang Package header" msgid "Did not understand pin type %s" msgstr "Hindi naintindihan ang uri ng pin %s" +#: apt-pkg/policy.cc +#, c-format +msgid "" +"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records" +msgstr "" + #: apt-pkg/policy.cc #, c-format msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)" @@ -2759,6 +2772,12 @@ msgstr "Gumawa ng upgrade" msgid "Install new packages (pkg is libc6 not libc6.deb)" msgstr "Mag-instol ng bagong mga pakete (pkt ay libc6 hindi libc6.deb)" +#: cmdline/apt-get.cc +#, fuzzy +#| msgid "Install new packages (pkg is libc6 not libc6.deb)" +msgid "Reinstall packages (pkg is libc6 not libc6.deb)" +msgstr "Mag-instol ng bagong mga pakete (pkt ay libc6 hindi libc6.deb)" + #: cmdline/apt-get.cc msgid "Remove packages" msgstr "Mag-tanggal ng mga pakete" @@ -3050,6 +3069,11 @@ msgstr "" msgid "install packages" msgstr "Mga naka-Pin na Pakete:" +#: cmdline/apt.cc +#, fuzzy +msgid "reinstall packages" +msgstr "Mga naka-Pin na Pakete:" + #: cmdline/apt.cc #, fuzzy msgid "remove packages" diff --git a/po/tr.po b/po/tr.po index ae8f238b2..6714c52f9 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: 2019-01-23 16:49+0100\n" +"POT-Creation-Date: 2019-02-04 15:34+0100\n" "PO-Revision-Date: 2018-01-03 16:32+0300\n" "Last-Translator: Mert Dirik \n" "Language-Team: Debian l10n Turkish \n" @@ -431,6 +431,13 @@ msgstr "'%2$s' paketinin '%1$s' sürümü hiçbir kaynakta bulunamadı" msgid "Changelog unavailable for %s=%s" msgstr "%s=%s için değişim günlüğü mevcut değil" +#: apt-pkg/acquire-worker.cc +#, c-format +msgid "" +"The method '%s' is unsupported and disabled by default. Consider switching " +"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again." +msgstr "" + #: apt-pkg/acquire-worker.cc #, c-format msgid "The method '%s' is explicitly disabled via configuration." @@ -948,12 +955,12 @@ msgstr "%s dosyası %s olarak yeniden adlandırılamadı" msgid "Problem syncing the file" msgstr "Dosya eşitlenirken sorun çıktı" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to mkstemp %s" msgstr "mkstemp %s başarısız oldu" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to write to %s" msgstr "%s dosyasına yazılamıyor" @@ -1589,6 +1596,12 @@ msgstr "%s tercihler dosyasında geçersiz kayıt, Paket başlığı yok" msgid "Did not understand pin type %s" msgstr "İğne türü %s anlaşılamadı" +#: apt-pkg/policy.cc +#, c-format +msgid "" +"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records" +msgstr "" + #: apt-pkg/policy.cc #, c-format msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)" @@ -2877,6 +2890,12 @@ msgstr "Yükseltme işlemini gerçekleştir" msgid "Install new packages (pkg is libc6 not libc6.deb)" msgstr "Yeni paket kur (paket libc6.deb değil libc6 şeklinde olmalıdır)" +#: cmdline/apt-get.cc +#, fuzzy +#| msgid "Install new packages (pkg is libc6 not libc6.deb)" +msgid "Reinstall packages (pkg is libc6 not libc6.deb)" +msgstr "Yeni paket kur (paket libc6.deb değil libc6 şeklinde olmalıdır)" + #: cmdline/apt-get.cc msgid "Remove packages" msgstr "Paket(leri) kaldır" @@ -3177,6 +3196,12 @@ msgstr "Paket ayrıntılarını görüntüle" msgid "install packages" msgstr "paket kur" +#: cmdline/apt.cc +#, fuzzy +#| msgid "install packages" +msgid "reinstall packages" +msgstr "paket kur" + #: cmdline/apt.cc msgid "remove packages" msgstr "paket kaldır" diff --git a/po/uk.po b/po/uk.po index 80b4bcf47..9814c6e2f 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: 2019-01-23 16:49+0100\n" +"POT-Creation-Date: 2019-02-04 15:34+0100\n" "PO-Revision-Date: 2012-09-25 20:19+0300\n" "Last-Translator: A. Bondarenko \n" "Language-Team: Українська \n" @@ -412,6 +412,13 @@ msgstr "Неможливо знайти джерело для завантаже msgid "Changelog unavailable for %s=%s" msgstr "Журнал змін для %s (%s)" +#: apt-pkg/acquire-worker.cc +#, c-format +msgid "" +"The method '%s' is unsupported and disabled by default. Consider switching " +"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again." +msgstr "" + #: apt-pkg/acquire-worker.cc #, c-format msgid "The method '%s' is explicitly disabled via configuration." @@ -927,12 +934,12 @@ msgstr "Проблема з перейменуванням файла %s на %s msgid "Problem syncing the file" msgstr "Проблема з синхронізацією файла" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, fuzzy, c-format msgid "Unable to mkstemp %s" msgstr "Неможливо прочитати атрибути %s" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to write to %s" msgstr "Неможливо записати в %s" @@ -1582,6 +1589,12 @@ msgstr "Невірний запис у файлі налаштувань %s, в msgid "Did not understand pin type %s" msgstr "Не зрозумів тип %s для фіксатора пакунків (pin)" +#: apt-pkg/policy.cc +#, c-format +msgid "" +"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records" +msgstr "" + #: apt-pkg/policy.cc #, c-format msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)" @@ -2847,6 +2860,13 @@ msgid "Install new packages (pkg is libc6 not libc6.deb)" msgstr "" "встановити нові пакунки (назва пакунка вказується як libc6, а не libc6.deb)" +#: cmdline/apt-get.cc +#, fuzzy +#| msgid "Install new packages (pkg is libc6 not libc6.deb)" +msgid "Reinstall packages (pkg is libc6 not libc6.deb)" +msgstr "" +"встановити нові пакунки (назва пакунка вказується як libc6, а не libc6.deb)" + #: cmdline/apt-get.cc msgid "Remove packages" msgstr "видалити пакунки" @@ -3152,6 +3172,11 @@ msgstr "" msgid "install packages" msgstr "Зафіксовані пакунки:" +#: cmdline/apt.cc +#, fuzzy +msgid "reinstall packages" +msgstr "Зафіксовані пакунки:" + #: cmdline/apt.cc #, fuzzy msgid "remove packages" diff --git a/po/vi.po b/po/vi.po index 4171d54f6..38fc6ff70 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: 2019-01-23 16:49+0100\n" +"POT-Creation-Date: 2019-02-04 15:34+0100\n" "PO-Revision-Date: 2014-09-12 13:48+0700\n" "Last-Translator: Trần Ngọc Quân \n" "Language-Team: Vietnamese \n" @@ -408,6 +408,13 @@ msgstr "Không tìm thấy nguồn cho việc tải về phiên bản “%s” o msgid "Changelog unavailable for %s=%s" msgstr "Changelog cho %s (%s)" +#: apt-pkg/acquire-worker.cc +#, c-format +msgid "" +"The method '%s' is unsupported and disabled by default. Consider switching " +"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again." +msgstr "" + #: apt-pkg/acquire-worker.cc #, c-format msgid "The method '%s' is explicitly disabled via configuration." @@ -916,12 +923,12 @@ msgstr "Gặp vấn đề khi đổi tên tập tin %s thành %s" msgid "Problem syncing the file" msgstr "Gặp vấn đề khi đồng bộ hóa tập tin" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to mkstemp %s" msgstr "Không thể tạo tập tin tạm (hàm mkstemp) %s" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to write to %s" msgstr "Không thể ghi vào %s" @@ -1563,6 +1570,12 @@ msgstr "" msgid "Did not understand pin type %s" msgstr "Không hiểu kiểu ghim %s" +#: apt-pkg/policy.cc +#, c-format +msgid "" +"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records" +msgstr "" + #: apt-pkg/policy.cc #, c-format msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)" @@ -2815,6 +2828,12 @@ msgstr "Nâng cấp lên phiên bản mới hơn" msgid "Install new packages (pkg is libc6 not libc6.deb)" msgstr "Cài đặt gói mới (gói có dạng libc6 không phải libc6.deb)" +#: cmdline/apt-get.cc +#, fuzzy +#| msgid "Install new packages (pkg is libc6 not libc6.deb)" +msgid "Reinstall packages (pkg is libc6 not libc6.deb)" +msgstr "Cài đặt gói mới (gói có dạng libc6 không phải libc6.deb)" + #: cmdline/apt-get.cc msgid "Remove packages" msgstr "Gỡ bỏ gói phần mềm" @@ -3119,6 +3138,12 @@ msgstr "hiển thị thông tin chi tiết về gói" msgid "install packages" msgstr "cài đặt các gói" +#: cmdline/apt.cc +#, fuzzy +#| msgid "install packages" +msgid "reinstall packages" +msgstr "cài đặt các gói" + #: cmdline/apt.cc msgid "remove packages" msgstr "gỡ bỏ các gói" diff --git a/po/zh_CN.po b/po/zh_CN.po index 35955997a..f7800af8a 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.7.x\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2019-01-23 16:49+0100\n" +"POT-Creation-Date: 2019-02-04 15:34+0100\n" "PO-Revision-Date: 2019-01-12 00:00+0000\n" "Last-Translator: Mo Zhou \n" "Language-Team: Chinese (simplified) \n" @@ -405,6 +405,13 @@ msgstr "没有源可以用来下载 %s 版本的 %s" msgid "Changelog unavailable for %s=%s" msgstr "%s=%s 的 Changelog 不可用" +#: apt-pkg/acquire-worker.cc +#, c-format +msgid "" +"The method '%s' is unsupported and disabled by default. Consider switching " +"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again." +msgstr "" + #: apt-pkg/acquire-worker.cc #, c-format msgid "The method '%s' is explicitly disabled via configuration." @@ -904,12 +911,12 @@ msgstr "重命名文件 %s 为 %s 出错" msgid "Problem syncing the file" msgstr "同步文件出错" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to mkstemp %s" msgstr "无法建立临时文件(mkstemp) %s " -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to write to %s" msgstr "无法写入 %s" @@ -1518,6 +1525,12 @@ msgstr "首选项文件 %s 中发现有无效的记录,无 Package 字段头" msgid "Did not understand pin type %s" msgstr "无法识别锁定的类型 %s" +#: apt-pkg/policy.cc +#, c-format +msgid "" +"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records" +msgstr "" + #: apt-pkg/policy.cc #, c-format msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)" @@ -2742,6 +2755,12 @@ msgstr "进行一次升级" msgid "Install new packages (pkg is libc6 not libc6.deb)" msgstr "安装新的软件包(注:软件包名称是 libc6 而非 libc6.deb)" +#: cmdline/apt-get.cc +#, fuzzy +#| msgid "Install new packages (pkg is libc6 not libc6.deb)" +msgid "Reinstall packages (pkg is libc6 not libc6.deb)" +msgstr "安装新的软件包(注:软件包名称是 libc6 而非 libc6.deb)" + #: cmdline/apt-get.cc msgid "Remove packages" msgstr "卸载软件包" @@ -3036,6 +3055,12 @@ msgstr "显示软件包细节" msgid "install packages" msgstr "安装软件包" +#: cmdline/apt.cc +#, fuzzy +#| msgid "install packages" +msgid "reinstall packages" +msgstr "安装软件包" + #: cmdline/apt.cc msgid "remove packages" msgstr "移除软件包" diff --git a/po/zh_TW.po b/po/zh_TW.po index 713b291d6..94f942dae 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: 2019-01-23 16:49+0100\n" +"POT-Creation-Date: 2019-02-04 15:34+0100\n" "PO-Revision-Date: 2009-01-28 10:41+0800\n" "Last-Translator: Tetralet \n" "Language-Team: Debian-user in Chinese [Big5]