From a69b2560b8e882300df658b5505cc9490ab410d1 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Mon, 27 Feb 2017 15:25:21 +0100 Subject: Release 1.3.5 --- CMakeLists.txt | 2 +- debian/changelog | 51 ++++++++++++++++++++++++++++++++++++++++++++++++++ doc/apt-cache.8.xml | 2 +- doc/apt-get.8.xml | 2 +- doc/apt-verbatim.ent | 2 +- doc/apt.conf.5.xml | 2 +- doc/po/apt-doc.pot | 4 ++-- doc/po/de.po | 2 +- doc/po/es.po | 2 +- doc/po/fr.po | 2 +- doc/po/it.po | 2 +- doc/po/ja.po | 2 +- doc/po/nl.po | 2 +- doc/po/pl.po | 2 +- doc/po/pt.po | 2 +- doc/po/pt_BR.po | 2 +- doc/sources.list.5.xml | 2 +- po/apt-all.pot | 17 +++++++++-------- po/ar.po | 19 ++++++++++--------- po/ast.po | 19 ++++++++++--------- po/bg.po | 19 ++++++++++--------- po/bs.po | 15 ++++++++------- po/ca.po | 19 ++++++++++--------- po/cs.po | 19 ++++++++++--------- po/cy.po | 19 ++++++++++--------- po/da.po | 19 ++++++++++--------- po/de.po | 19 ++++++++++--------- po/dz.po | 19 ++++++++++--------- po/el.po | 19 ++++++++++--------- po/es.po | 19 ++++++++++--------- po/eu.po | 19 ++++++++++--------- po/fi.po | 19 ++++++++++--------- po/fr.po | 19 ++++++++++--------- po/gl.po | 19 ++++++++++--------- po/hu.po | 19 ++++++++++--------- po/it.po | 19 ++++++++++--------- po/ja.po | 19 ++++++++++--------- po/km.po | 19 ++++++++++--------- po/ko.po | 19 ++++++++++--------- po/ku.po | 15 ++++++++------- po/lt.po | 19 ++++++++++--------- po/mr.po | 19 ++++++++++--------- po/nb.po | 19 ++++++++++--------- po/ne.po | 19 ++++++++++--------- po/nl.po | 19 ++++++++++--------- po/nn.po | 19 ++++++++++--------- po/pl.po | 19 ++++++++++--------- po/pt.po | 19 ++++++++++--------- po/pt_BR.po | 19 ++++++++++--------- po/ro.po | 19 ++++++++++--------- po/ru.po | 19 ++++++++++--------- po/sk.po | 19 ++++++++++--------- po/sl.po | 19 ++++++++++--------- po/sv.po | 19 ++++++++++--------- po/th.po | 19 ++++++++++--------- po/tl.po | 19 ++++++++++--------- po/tr.po | 24 ++++++++++++------------ po/uk.po | 19 ++++++++++--------- po/vi.po | 21 +++++++++++---------- po/zh_CN.po | 19 ++++++++++--------- po/zh_TW.po | 19 ++++++++++--------- 61 files changed, 506 insertions(+), 412 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 67eb74748..3685f6d15 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -170,7 +170,7 @@ endif() # Configure some variables like package, version and architecture. set(PACKAGE ${PROJECT_NAME}) set(PACKAGE_MAIL "APT Development Team ") -set(PACKAGE_VERSION "1.3.4") +set(PACKAGE_VERSION "1.3.5") if (NOT DEFINED COMMON_ARCH) execute_process(COMMAND dpkg-architecture -qDEB_HOST_ARCH diff --git a/debian/changelog b/debian/changelog index bb5b2d0c0..af8690e2d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,54 @@ +apt (1.3.5) yakkety; urgency=medium + + * Microrelease covering important fixes of 1.4~rc2 (LP: #1668280) + + [ David Kalnischkies ] + * don't install new deps of candidates for kept back pkgs + * keep Release.gpg on untrusted to trusted IMS-Hit (Closes: 838779) + (LP: #1657440) + * reset HOME, USER(NAME), TMPDIR & SHELL in DropPrivileges (Closes: 842877) + * add TMP/TEMP/TEMPDIR to the TMPDIR DropPrivileges dance + * react to trig-pend only if we have nothing else to do + * correct cross & disappear progress detection + * improve arch-unqualified dpkg-progress parsing + * don't perform implicit crossgrades involving M-A:same + * do not configure unconfigured to be removed packages + * skip unconfigure for unconfigured to-be removed pkgs + * get pdiff files from the same mirror as the index + * let {dsc,tar,diff}-only implicitly enable download-only + * ensure generation of valid EDSP error stanzas + * fix minimum pkgs option for dpkg --recursive usage + * don't show update stats if cache generation is disabled + * don't lock dpkg in 'apt-get clean' + * don't lock dpkg in update commands + * avoid validate/delete/load race in cache generation + * fix 'install --no-download' mode + * remove 'old' FAILED files in the next acquire call (Closes: 846476) + * stop rred from leaking debug messages on recovered errors (Closes: #850759) + + [ Edgar Fuß ] + * http: clear content before reporting the failure (Closes: #465572) + + [ Paul Wise ] + * show output as documented for APT::Periodic::Verbose 2 (Closes: 845599) + + [ John R. Lenton ] + * bash-completion: Only complete understood file paths for install + (LP: #1645815) + + [ Lukasz Kawczynski ] + * Honour Acquire::ForceIPv4/6 in the https transport + + [ Julian Andres Klode ] + * basehttp: Only read Content-Range on 416 and 206 responses (LP: #1657567) + * Only merge acquire items with the same meta key (Closes: #838441) + * Do not package names representing .dsc/.deb/... files (Closes: #854794) + * Don't use -1 fd and AT_SYMLINK_NOFOLLOW for faccessat() + Thanks to James Clarke for debugging these issues + * CMake: Install statvfs.h to include/sys, not just include/ + + -- Julian Andres Klode Mon, 27 Feb 2017 15:02:40 +0100 + apt (1.3.4) yakkety; urgency=medium * https: Quote path in URL before passing it to curl (LP: #1651923) diff --git a/doc/apt-cache.8.xml b/doc/apt-cache.8.xml index feeef7487..991da24f2 100644 --- a/doc/apt-cache.8.xml +++ b/doc/apt-cache.8.xml @@ -14,7 +14,7 @@ &apt-email; &apt-product; - 2016-12-14T00:00:00Z + 2017-01-17T00:00:00Z diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml index 9f5849e33..22adb0270 100644 --- a/doc/apt-get.8.xml +++ b/doc/apt-get.8.xml @@ -14,7 +14,7 @@ &apt-email; &apt-product; - 2016-12-14T00:00:00Z + 2017-01-17T00:00:00Z diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent index dc375823e..af44fe1a8 100644 --- a/doc/apt-verbatim.ent +++ b/doc/apt-verbatim.ent @@ -239,7 +239,7 @@ "> - + diff --git a/doc/apt.conf.5.xml b/doc/apt.conf.5.xml index 780de8275..0f89a1816 100644 --- a/doc/apt.conf.5.xml +++ b/doc/apt.conf.5.xml @@ -19,7 +19,7 @@ &apt-email; &apt-product; - 2016-12-14T00:00:00Z + 2017-01-17T00:00:00Z diff --git a/doc/po/apt-doc.pot b/doc/po/apt-doc.pot index c39c63e7e..c06a31d8e 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.3.4\n" +"Project-Id-Version: apt-doc 1.3.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2017-01-17 15:47+0100\n" +"POT-Creation-Date: 2017-02-27 15:25+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/doc/po/de.po b/doc/po/de.po index de57b4055..85399ea44 100644 --- a/doc/po/de.po +++ b/doc/po/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.0.8\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2017-01-17 15:47+0100\n" +"POT-Creation-Date: 2017-02-27 15:25+0100\n" "PO-Revision-Date: 2014-09-14 14:46+0200\n" "Last-Translator: Chris Leick \n" "Language-Team: German \n" diff --git a/doc/po/es.po b/doc/po/es.po index df5ca74c9..c3fbf1460 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: 2017-01-17 15:47+0100\n" +"POT-Creation-Date: 2017-02-27 15:25+0100\n" "PO-Revision-Date: 2014-07-04 01:31+0200\n" "Last-Translator: Omar Campagne \n" "Language-Team: Debian l10n Spanish \n" diff --git a/doc/po/fr.po b/doc/po/fr.po index 67a35ba96..45ab5c030 100644 --- a/doc/po/fr.po +++ b/doc/po/fr.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2017-01-17 15:47+0100\n" +"POT-Creation-Date: 2017-02-27 15:25+0100\n" "PO-Revision-Date: 2014-11-15 17:26+0100\n" "Last-Translator: Jean-Pierre Giraud \n" "Language-Team: French \n" diff --git a/doc/po/it.po b/doc/po/it.po index 67b43f612..bb4aa557d 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: 2017-01-17 15:47+0100\n" +"POT-Creation-Date: 2017-02-27 15:25+0100\n" "PO-Revision-Date: 2015-12-27 21:26+0200\n" "Last-Translator: Beatrice Torracca \n" "Language-Team: Italian \n" diff --git a/doc/po/ja.po b/doc/po/ja.po index 451146c4a..2beff48b7 100644 --- a/doc/po/ja.po +++ b/doc/po/ja.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.3\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2017-01-17 15:47+0100\n" +"POT-Creation-Date: 2017-02-27 15:25+0100\n" "PO-Revision-Date: 2016-09-03 03:30+0900\n" "Last-Translator: Takuma Yamada \n" "Language-Team: Japanese \n" diff --git a/doc/po/nl.po b/doc/po/nl.po index aa4008f02..023869796 100644 --- a/doc/po/nl.po +++ b/doc/po/nl.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.1.10-nl\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2017-01-17 15:47+0100\n" +"POT-Creation-Date: 2017-02-27 15:25+0100\n" "PO-Revision-Date: 2016-02-01 16:17+0100\n" "Last-Translator: Frans Spiesschaert \n" "Language-Team: Debian Dutch l10n Team \n" diff --git a/doc/po/pl.po b/doc/po/pl.po index 5c4561b6a..850997d4b 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: 2017-01-17 15:47+0100\n" +"POT-Creation-Date: 2017-02-27 15:25+0100\n" "PO-Revision-Date: 2014-07-04 02:13+0200\n" "Last-Translator: Robert Luberda \n" "Language-Team: Polish \n" diff --git a/doc/po/pt.po b/doc/po/pt.po index 38966d45c..3db0c5e24 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: 2017-01-17 15:47+0100\n" +"POT-Creation-Date: 2017-02-27 15:25+0100\n" "PO-Revision-Date: 2014-08-29 00:34+0100\n" "Last-Translator: Américo Monteiro \n" "Language-Team: Portuguese \n" diff --git a/doc/po/pt_BR.po b/doc/po/pt_BR.po index 50870768b..b408cc5a4 100644 --- a/doc/po/pt_BR.po +++ b/doc/po/pt_BR.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2017-01-17 15:47+0100\n" +"POT-Creation-Date: 2017-02-27 15:25+0100\n" "PO-Revision-Date: 2004-09-20 17:02+0000\n" "Last-Translator: André Luís Lopes \n" "Language-Team: \n" diff --git a/doc/sources.list.5.xml b/doc/sources.list.5.xml index 69bd272f8..66f30a0a1 100644 --- a/doc/sources.list.5.xml +++ b/doc/sources.list.5.xml @@ -14,7 +14,7 @@ &apt-email; &apt-product; - 2016-12-14T00:00:00Z + 2017-01-17T00:00:00Z diff --git a/po/apt-all.pot b/po/apt-all.pot index d7569807e..8b4e6fa53 100644 --- a/po/apt-all.pot +++ b/po/apt-all.pot @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt 1.3.4\n" +"Project-Id-Version: apt 1.3.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2017-01-17 15:47+0100\n" +"POT-Creation-Date: 2017-02-27 15:25+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1039,6 +1039,7 @@ msgstr "" msgid "Not locked" msgstr "" +#. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format msgid "Installing %s" @@ -1754,6 +1755,12 @@ msgstr "" msgid "Broken packages" msgstr "" +#: apt-private/private-install.cc +msgid "" +"Unable to fetch some archives, maybe run apt-get update or try with --fix-" +"missing?" +msgstr "" + #: apt-private/private-install.cc msgid "Internal error, InstallPackages was called with broken packages!" msgstr "" @@ -1848,12 +1855,6 @@ msgstr "" msgid "Download complete and in download only mode" msgstr "" -#: apt-private/private-install.cc -msgid "" -"Unable to fetch some archives, maybe run apt-get update or try with --fix-" -"missing?" -msgstr "" - #: apt-private/private-install.cc msgid "--fix-missing and media swapping is not currently supported" msgstr "" diff --git a/po/ar.po b/po/ar.po index 9ab526738..50898b0af 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: 2016-08-30 22:20+0200\n" +"POT-Creation-Date: 2017-02-27 15:25+0100\n" "PO-Revision-Date: 2006-10-20 21:28+0300\n" "Last-Translator: Ossama M. Khayat \n" "Language-Team: Arabic \n" @@ -1050,6 +1050,7 @@ msgstr "" msgid "Not locked" msgstr "" +#. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, fuzzy, c-format msgid "Installing %s" @@ -1771,6 +1772,14 @@ msgstr "قد تساعد المعلومات التالية في حل المشكل msgid "Broken packages" msgstr "حزم معطوبة" +#: apt-private/private-install.cc +msgid "" +"Unable to fetch some archives, maybe run apt-get update or try with --fix-" +"missing?" +msgstr "" +"تعذر إحضار بعض الأرشيف، ربما يمكنك محاولة تنفيذ apt-get update أو إضافة --" +"fix-missing؟" + #: apt-private/private-install.cc msgid "Internal error, InstallPackages was called with broken packages!" msgstr "خطأ داخلي، تم طلب InstallPackages مع وجود حزم معطوبة!" @@ -1870,14 +1879,6 @@ msgstr "فشل تنزيل بعض الملفات" msgid "Download complete and in download only mode" msgstr "اكتمل التنزيل وفي وضع التنزيل فقط" -#: apt-private/private-install.cc -msgid "" -"Unable to fetch some archives, maybe run apt-get update or try with --fix-" -"missing?" -msgstr "" -"تعذر إحضار بعض الأرشيف، ربما يمكنك محاولة تنفيذ apt-get update أو إضافة --" -"fix-missing؟" - #: apt-private/private-install.cc msgid "--fix-missing and media swapping is not currently supported" msgstr "--fix-missing وتبديل الأوساط غير مدعومة حالياً" diff --git a/po/ast.po b/po/ast.po index 59078a52b..9c7bbdd26 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: 2016-08-30 22:20+0200\n" +"POT-Creation-Date: 2017-02-27 15:25+0100\n" "PO-Revision-Date: 2010-10-02 23:35+0100\n" "Last-Translator: Iñigo Varela \n" "Language-Team: Asturian (ast)\n" @@ -1076,6 +1076,7 @@ msgstr "" msgid "Not locked" msgstr "Non bloquiáu" +#. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format msgid "Installing %s" @@ -1827,6 +1828,14 @@ msgstr "La siguiente información pue aidar a resolver la situación:" msgid "Broken packages" msgstr "Paquetes frañaos" +#: apt-private/private-install.cc +msgid "" +"Unable to fetch some archives, maybe run apt-get update or try with --fix-" +"missing?" +msgstr "" +"Nun pudieron algamase dellos archivos, ¿seique executando apt-get update o " +"tentando --fix-missing?" + #: apt-private/private-install.cc msgid "Internal error, InstallPackages was called with broken packages!" msgstr "Error internu, ¡InstallPackages llamose con paquetes frañaos!" @@ -1927,14 +1936,6 @@ msgstr "Dellos ficheros nun pudieron descargase" msgid "Download complete and in download only mode" msgstr "Descarga completa y en mou de sólo descarga" -#: apt-private/private-install.cc -msgid "" -"Unable to fetch some archives, maybe run apt-get update or try with --fix-" -"missing?" -msgstr "" -"Nun pudieron algamase dellos archivos, ¿seique executando apt-get update o " -"tentando --fix-missing?" - #: apt-private/private-install.cc msgid "--fix-missing and media swapping is not currently supported" msgstr "--fix-missing y cambéu de mediu nun ta sofitao actualmente" diff --git a/po/bg.po b/po/bg.po index 53a26ee01..ebbebd34f 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: 2016-08-30 22:20+0200\n" +"POT-Creation-Date: 2017-02-27 15:25+0100\n" "PO-Revision-Date: 2012-06-25 17:23+0300\n" "Last-Translator: Damyan Ivanov \n" "Language-Team: Bulgarian \n" @@ -1096,6 +1096,7 @@ msgstr "" msgid "Not locked" msgstr "Без заключване" +#. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format msgid "Installing %s" @@ -1863,6 +1864,14 @@ msgstr "" msgid "Broken packages" msgstr "Счупени пакети" +#: apt-private/private-install.cc +msgid "" +"Unable to fetch some archives, maybe run apt-get update or try with --fix-" +"missing?" +msgstr "" +"Неуспех при изтеглянето на някои архиви, може да изпълните „apt-get update“ " +"или да опитате с „--fix-missing“?" + #: apt-private/private-install.cc msgid "Internal error, InstallPackages was called with broken packages!" msgstr "Вътрешна грешка, „InstallPackages“ е предизвикано при счупени пакети!" @@ -1965,14 +1974,6 @@ msgstr "Някои файлове не можаха да бъдат изтегл msgid "Download complete and in download only mode" msgstr "Изтеглянето завърши в режим само на изтегляне" -#: apt-private/private-install.cc -msgid "" -"Unable to fetch some archives, maybe run apt-get update or try with --fix-" -"missing?" -msgstr "" -"Неуспех при изтеглянето на някои архиви, може да изпълните „apt-get update“ " -"или да опитате с „--fix-missing“?" - #: apt-private/private-install.cc msgid "--fix-missing and media swapping is not currently supported" msgstr "„--fix-missing“ и превключване на носители не се поддържа все още" diff --git a/po/bs.po b/po/bs.po index 2a6b48c52..eab939cd0 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: 2016-08-30 22:20+0200\n" +"POT-Creation-Date: 2017-02-27 15:25+0100\n" "PO-Revision-Date: 2004-05-06 15:25+0100\n" "Last-Translator: Safir Šećerović \n" "Language-Team: Bosnian \n" @@ -1047,6 +1047,7 @@ msgstr "" msgid "Not locked" msgstr "" +#. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, fuzzy, c-format msgid "Installing %s" @@ -1767,6 +1768,12 @@ msgstr "" msgid "Broken packages" msgstr "Oštećeni paketi" +#: apt-private/private-install.cc +msgid "" +"Unable to fetch some archives, maybe run apt-get update or try with --fix-" +"missing?" +msgstr "" + #: apt-private/private-install.cc msgid "Internal error, InstallPackages was called with broken packages!" msgstr "" @@ -1861,12 +1868,6 @@ msgstr "" msgid "Download complete and in download only mode" msgstr "" -#: apt-private/private-install.cc -msgid "" -"Unable to fetch some archives, maybe run apt-get update or try with --fix-" -"missing?" -msgstr "" - #: apt-private/private-install.cc msgid "--fix-missing and media swapping is not currently supported" msgstr "" diff --git a/po/ca.po b/po/ca.po index 9bd7d7786..a3d56a3cc 100644 --- a/po/ca.po +++ b/po/ca.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.9.7.6\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2016-08-30 22:20+0200\n" +"POT-Creation-Date: 2017-02-27 15:25+0100\n" "PO-Revision-Date: 2012-10-19 13:30+0200\n" "Last-Translator: Jordi Mallach \n" "Language-Team: Catalan \n" @@ -1095,6 +1095,7 @@ msgstr "" msgid "Not locked" msgstr "No blocat" +#. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format msgid "Installing %s" @@ -1858,6 +1859,14 @@ msgstr "La informació següent pot ajudar-vos a resoldre la situació:" msgid "Broken packages" msgstr "Paquets trencats" +#: apt-private/private-install.cc +msgid "" +"Unable to fetch some archives, maybe run apt-get update or try with --fix-" +"missing?" +msgstr "" +"No es poden baixar alguns arxius, proveu a executar apt-get update o " +"intenteu-ho amb --fix-missing." + #: apt-private/private-install.cc msgid "Internal error, InstallPackages was called with broken packages!" msgstr "" @@ -1962,14 +1971,6 @@ msgstr "Alguns fitxers no s'han pogut baixar" msgid "Download complete and in download only mode" msgstr "Baixada completa i en mode de només baixada" -#: apt-private/private-install.cc -msgid "" -"Unable to fetch some archives, maybe run apt-get update or try with --fix-" -"missing?" -msgstr "" -"No es poden baixar alguns arxius, proveu a executar apt-get update o " -"intenteu-ho amb --fix-missing." - #: apt-private/private-install.cc msgid "--fix-missing and media swapping is not currently supported" msgstr "--fix-missing i els medi intercanviables actualment no estan suportats" diff --git a/po/cs.po b/po/cs.po index dd4815af2..010a45f06 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2016-08-30 22:20+0200\n" +"POT-Creation-Date: 2017-02-27 15:25+0100\n" "PO-Revision-Date: 2015-08-29 15:24+0200\n" "Last-Translator: Miroslav Kure \n" "Language-Team: Czech \n" @@ -1076,6 +1076,7 @@ msgstr "dpkg byl přerušen, pro nápravu problému musíte ručně spustit „% msgid "Not locked" msgstr "Není uzamčen" +#. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format msgid "Installing %s" @@ -1829,6 +1830,14 @@ msgstr "Následující informace vám mohou pomoci vyřešit tuto situaci:" msgid "Broken packages" msgstr "Poškozené balíky" +#: apt-private/private-install.cc +msgid "" +"Unable to fetch some archives, maybe run apt-get update or try with --fix-" +"missing?" +msgstr "" +"Nelze stáhnout některé archivy. Možná spusťte apt-get update nebo zkuste --" +"fix-missing?" + #: apt-private/private-install.cc msgid "Internal error, InstallPackages was called with broken packages!" msgstr "Vnitřní chyba, InstallPackages byl zavolán s porušenými balíky!" @@ -1931,14 +1940,6 @@ msgstr "Některé soubory nemohly být staženy" msgid "Download complete and in download only mode" msgstr "Stahování dokončeno v režimu pouze stáhnout" -#: apt-private/private-install.cc -msgid "" -"Unable to fetch some archives, maybe run apt-get update or try with --fix-" -"missing?" -msgstr "" -"Nelze stáhnout některé archivy. Možná spusťte apt-get update nebo zkuste --" -"fix-missing?" - #: apt-private/private-install.cc msgid "--fix-missing and media swapping is not currently supported" msgstr "--fix-missing a výměna média nejsou momentálně podporovány" diff --git a/po/cy.po b/po/cy.po index d98107c89..e6b20e1f0 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: 2016-08-30 22:20+0200\n" +"POT-Creation-Date: 2017-02-27 15:25+0100\n" "PO-Revision-Date: 2005-06-06 13:46+0100\n" "Last-Translator: Dafydd Harries \n" "Language-Team: Welsh \n" @@ -1075,6 +1075,7 @@ msgstr "" msgid "Not locked" msgstr "" +#. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, fuzzy, c-format msgid "Installing %s" @@ -1830,6 +1831,14 @@ msgstr "Gall y wybodaeth canlynol gynorthwyo'n datrys y sefyllfa:" msgid "Broken packages" msgstr "Pecynnau wedi torri" +#: apt-private/private-install.cc +msgid "" +"Unable to fetch some archives, maybe run apt-get update or try with --fix-" +"missing?" +msgstr "" +"Ni ellir cyrchu rhai archifau, efallai dylwch rhedeg apt-get update, neu " +"geidio defnyddio --fix-missing?" + #: apt-private/private-install.cc msgid "Internal error, InstallPackages was called with broken packages!" msgstr "" @@ -1931,14 +1940,6 @@ msgstr "Methodd rhai ffeiliau lawrlwytho" msgid "Download complete and in download only mode" msgstr "Lawrlwytho yn gyflawn ac yn y modd lawrlwytho'n unig" -#: apt-private/private-install.cc -msgid "" -"Unable to fetch some archives, maybe run apt-get update or try with --fix-" -"missing?" -msgstr "" -"Ni ellir cyrchu rhai archifau, efallai dylwch rhedeg apt-get update, neu " -"geidio defnyddio --fix-missing?" - #: apt-private/private-install.cc msgid "--fix-missing and media swapping is not currently supported" msgstr "Ni chynhelir cyfnewid cyfrwng efo --fix-missing ar hyn o bryd" diff --git a/po/da.po b/po/da.po index 8b211aaf7..eef76cb6c 100644 --- a/po/da.po +++ b/po/da.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2016-08-30 22:20+0200\n" +"POT-Creation-Date: 2017-02-27 15:25+0100\n" "PO-Revision-Date: 2014-07-06 23:51+0200\n" "Last-Translator: Joe Hansen \n" "Language-Team: Danish \n" @@ -1075,6 +1075,7 @@ msgstr "dpkg blev afbrudt, du skal manuelt køre »%s« for at rette problemet." msgid "Not locked" msgstr "Ikke låst" +#. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format msgid "Installing %s" @@ -1825,6 +1826,14 @@ msgstr "Følgende oplysninger kan hjælpe dig med at klare situationen:" msgid "Broken packages" msgstr "Ødelagte pakker" +#: apt-private/private-install.cc +msgid "" +"Unable to fetch some archives, maybe run apt-get update or try with --fix-" +"missing?" +msgstr "" +"Kunne ikke hente nogle af arkiverne. Prøv evt. at køre »apt-get update« " +"eller prøv med --fix-missing." + #: apt-private/private-install.cc msgid "Internal error, InstallPackages was called with broken packages!" msgstr "Intern fejl. InstallPackages blev kaldt med ødelagte pakker!" @@ -1925,14 +1934,6 @@ msgstr "Nedhentningen af filer mislykkedes" msgid "Download complete and in download only mode" msgstr "Nedhentning afsluttet i »hent-kun«-tilstand" -#: apt-private/private-install.cc -msgid "" -"Unable to fetch some archives, maybe run apt-get update or try with --fix-" -"missing?" -msgstr "" -"Kunne ikke hente nogle af arkiverne. Prøv evt. at køre »apt-get update« " -"eller prøv med --fix-missing." - #: apt-private/private-install.cc msgid "--fix-missing and media swapping is not currently supported" msgstr "--fix-missing og medieskift understøttes endnu ikke" diff --git a/po/de.po b/po/de.po index 234d8d10e..e10585c56 100644 --- a/po/de.po +++ b/po/de.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.8\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2016-08-30 22:20+0200\n" +"POT-Creation-Date: 2017-02-27 15:25+0100\n" "PO-Revision-Date: 2014-09-19 13:04+0100\n" "Last-Translator: Holger Wansing \n" "Language-Team: Debian German \n" @@ -1108,6 +1108,7 @@ msgstr "" msgid "Not locked" msgstr "Nicht gesperrt" +#. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format msgid "Installing %s" @@ -1881,6 +1882,14 @@ msgstr "" msgid "Broken packages" msgstr "Beschädigte Pakete" +#: apt-private/private-install.cc +msgid "" +"Unable to fetch some archives, maybe run apt-get update or try with --fix-" +"missing?" +msgstr "" +"Einige Archive konnten nicht heruntergeladen werden; vielleicht »apt-get " +"update« ausführen oder mit »--fix-missing« probieren?" + #: apt-private/private-install.cc msgid "Internal error, InstallPackages was called with broken packages!" msgstr "Interner Fehler, InstallPackages mit defekten Paketen aufgerufen!" @@ -1982,14 +1991,6 @@ msgstr "Einige Dateien konnten nicht heruntergeladen werden." msgid "Download complete and in download only mode" msgstr "Herunterladen abgeschlossen; Nur-Herunterladen-Modus aktiv" -#: apt-private/private-install.cc -msgid "" -"Unable to fetch some archives, maybe run apt-get update or try with --fix-" -"missing?" -msgstr "" -"Einige Archive konnten nicht heruntergeladen werden; vielleicht »apt-get " -"update« ausführen oder mit »--fix-missing« probieren?" - #: apt-private/private-install.cc msgid "--fix-missing and media swapping is not currently supported" msgstr "--fix-missing und Wechselmedien werden derzeit nicht unterstützt." diff --git a/po/dz.po b/po/dz.po index 1685d032e..9364553ad 100644 --- a/po/dz.po +++ b/po/dz.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2016-08-30 22:20+0200\n" +"POT-Creation-Date: 2017-02-27 15:25+0100\n" "PO-Revision-Date: 2006-09-19 09:49+0530\n" "Last-Translator: Kinley Tshering \n" "Language-Team: Dzongkha \n" @@ -1059,6 +1059,7 @@ msgstr "" msgid "Not locked" msgstr "" +#. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, fuzzy, c-format msgid "Installing %s" @@ -1800,6 +1801,14 @@ msgstr "འོག་གི་བརྡ་དོན་དེ་གིས་དུ msgid "Broken packages" msgstr "ཆད་པ་ཡོད་པའི་ཐུམ་སྒྲིལ་ཚུ།" +#: apt-private/private-install.cc +msgid "" +"Unable to fetch some archives, maybe run apt-get update or try with --fix-" +"missing?" +msgstr "" +"ཡིག་མཛོད་ལ་ལུ་ཅིག་ལེན་མི་ཚུགས་པས་ apt-get་དུས་མཐུན་བཟོ་ནི་གཡོག་བཀོལ་ནི་ཨིན་ན་ཡང་ན་--fix-" +"missing་དང་གཅིག་ཁར་འབད་རྩོལ་བསྐྱེད་ནི་ཨིན་ན་?" + #: apt-private/private-install.cc msgid "Internal error, InstallPackages was called with broken packages!" msgstr "" @@ -1904,14 +1913,6 @@ msgstr "ཡིག་སྣོད་ལ་ལུ་ཅིག་ཕབ་ལེན msgid "Download complete and in download only mode" msgstr "ཕབ་ལེན་ཐབས་ལམ་རྐྱངམ་གཅིག་ནང་མཇུག་བསྡུཝ་སྦེ་རང་ཕབ་ལེན་འབད།" -#: apt-private/private-install.cc -msgid "" -"Unable to fetch some archives, maybe run apt-get update or try with --fix-" -"missing?" -msgstr "" -"ཡིག་མཛོད་ལ་ལུ་ཅིག་ལེན་མི་ཚུགས་པས་ apt-get་དུས་མཐུན་བཟོ་ནི་གཡོག་བཀོལ་ནི་ཨིན་ན་ཡང་ན་--fix-" -"missing་དང་གཅིག་ཁར་འབད་རྩོལ་བསྐྱེད་ནི་ཨིན་ན་?" - #: apt-private/private-install.cc msgid "--fix-missing and media swapping is not currently supported" msgstr "--fix-missing་དང་བརྡ་ལམ་བརྗེ་སོར་འབད་ནི་འདི་ད་ལྟོ་ལས་རང་རྒྱབ་སྐྱོར་མི་འབད་བས།" diff --git a/po/el.po b/po/el.po index f7a89abd1..d042a2d4f 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: 2016-08-30 22:20+0200\n" +"POT-Creation-Date: 2017-02-27 15:25+0100\n" "PO-Revision-Date: 2008-08-26 18:25+0300\n" "Last-Translator: Θανάσης Νάτσης \n" "Language-Team: Greek \n" @@ -1077,6 +1077,7 @@ msgstr "" msgid "Not locked" msgstr "" +#. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format msgid "Installing %s" @@ -1821,6 +1822,14 @@ msgstr "Οι ακόλουθες πληροφορίες ίσως βοηθήσου msgid "Broken packages" msgstr "Χαλασμένα πακέτα" +#: apt-private/private-install.cc +msgid "" +"Unable to fetch some archives, maybe run apt-get update or try with --fix-" +"missing?" +msgstr "" +"Αδύνατη η μεταφόρτωση μερικών αρχείων, ίσως αν δοκιμάζατε με apt-get update " +"ή το --fix-missing;" + #: apt-private/private-install.cc msgid "Internal error, InstallPackages was called with broken packages!" msgstr "Εσωτερικό σφάλμα, έγινε κλήση του Install Packages με σπασμένα πακέτα!" @@ -1924,14 +1933,6 @@ msgstr "Για μερικά αρχεία απέτυχε η μεταφόρτωσ msgid "Download complete and in download only mode" msgstr "Ολοκληρώθηκε η μεταφόρτωση μόνο" -#: apt-private/private-install.cc -msgid "" -"Unable to fetch some archives, maybe run apt-get update or try with --fix-" -"missing?" -msgstr "" -"Αδύνατη η μεταφόρτωση μερικών αρχείων, ίσως αν δοκιμάζατε με apt-get update " -"ή το --fix-missing;" - #: apt-private/private-install.cc msgid "--fix-missing and media swapping is not currently supported" msgstr "" diff --git a/po/es.po b/po/es.po index 0e6fb98d7..bd386a61a 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: 2016-08-30 22:20+0200\n" +"POT-Creation-Date: 2017-02-27 15:25+0100\n" "PO-Revision-Date: 2016-01-26 01:51+0100\n" "Last-Translator: Manuel \"Venturi\" Porras Peralta \n" @@ -1189,6 +1189,7 @@ msgstr "" msgid "Not locked" msgstr "No bloqueado" +#. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format msgid "Installing %s" @@ -1958,6 +1959,14 @@ msgstr "La siguiente información puede ayudar a resolver la situación:" msgid "Broken packages" msgstr "Paquetes rotos" +#: apt-private/private-install.cc +msgid "" +"Unable to fetch some archives, maybe run apt-get update or try with --fix-" +"missing?" +msgstr "" +"No se pudieron obtener algunos archivos, ¿quizás deba ejecutar «apt-get " +"update» o deba intentarlo de nuevo con --fix-missing?" + #: apt-private/private-install.cc msgid "Internal error, InstallPackages was called with broken packages!" msgstr "Error interno, ¡se llamó a «InstallPackages» con paquetes rotos!" @@ -2066,14 +2075,6 @@ msgstr "No se pudieron descargar algunos archivos" msgid "Download complete and in download only mode" msgstr "Descarga completa y en modo de solo descarga" -#: apt-private/private-install.cc -msgid "" -"Unable to fetch some archives, maybe run apt-get update or try with --fix-" -"missing?" -msgstr "" -"No se pudieron obtener algunos archivos, ¿quizás deba ejecutar «apt-get " -"update» o deba intentarlo de nuevo con --fix-missing?" - #: apt-private/private-install.cc msgid "--fix-missing and media swapping is not currently supported" msgstr "Actualmente no se admite --fix-missing ni intercambio de medio" diff --git a/po/eu.po b/po/eu.po index a967934aa..827c58be6 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: 2016-08-30 22:20+0200\n" +"POT-Creation-Date: 2017-02-27 15:25+0100\n" "PO-Revision-Date: 2009-05-17 00:41+0200\n" "Last-Translator: Piarres Beobide \n" "Language-Team: Euskara \n" @@ -1062,6 +1062,7 @@ msgstr "" msgid "Not locked" msgstr "" +#. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format msgid "Installing %s" @@ -1799,6 +1800,14 @@ msgstr "Informazio honek arazoa konpontzen lagun dezake:" msgid "Broken packages" msgstr "Hautsitako paketeak" +#: apt-private/private-install.cc +msgid "" +"Unable to fetch some archives, maybe run apt-get update or try with --fix-" +"missing?" +msgstr "" +"Ezin izan dira artxibo batzuk lortu; beharbada apt-get update exekutatu, edo " +"--fix-missing aukerarekin saiatu?" + #: apt-private/private-install.cc msgid "Internal error, InstallPackages was called with broken packages!" msgstr "Barne errorea, InstallPackages apurturiko paketeez deitu da!" @@ -1900,14 +1909,6 @@ msgstr "Fitxategi batzuk ezin izan dira deskargatu" msgid "Download complete and in download only mode" msgstr "Deskarga amaituta eta deskarga soileko moduan" -#: apt-private/private-install.cc -msgid "" -"Unable to fetch some archives, maybe run apt-get update or try with --fix-" -"missing?" -msgstr "" -"Ezin izan dira artxibo batzuk lortu; beharbada apt-get update exekutatu, edo " -"--fix-missing aukerarekin saiatu?" - #: apt-private/private-install.cc msgid "--fix-missing and media swapping is not currently supported" msgstr "--fix-missing eta euskarri aldaketa ez dira onartzen oraingoz" diff --git a/po/fi.po b/po/fi.po index ec61634a7..84625706d 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: 2016-08-30 22:20+0200\n" +"POT-Creation-Date: 2017-02-27 15:25+0100\n" "PO-Revision-Date: 2008-12-11 14:52+0200\n" "Last-Translator: Tapio Lehtonen \n" "Language-Team: Finnish \n" @@ -1056,6 +1056,7 @@ msgstr "" msgid "Not locked" msgstr "" +#. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format msgid "Installing %s" @@ -1793,6 +1794,14 @@ msgstr "Seuraavista tiedoista voi olla hyötyä selvitettäessä tilannetta:" msgid "Broken packages" msgstr "Rikkinäiset paketit" +#: apt-private/private-install.cc +msgid "" +"Unable to fetch some archives, maybe run apt-get update or try with --fix-" +"missing?" +msgstr "" +"Joidenkin arkistojen nouto ei onnistunut, ehkä \"apt-get update\" auttaa tai " +"kokeile --fix-missing?" + #: apt-private/private-install.cc msgid "Internal error, InstallPackages was called with broken packages!" msgstr "Sisäinen virhe, InstallPackages kutsuttiin rikkinäisille paketeille!" @@ -1894,14 +1903,6 @@ msgstr "Joidenkin tiedostojen nouto ei onnistunut" msgid "Download complete and in download only mode" msgstr "Nouto on valmis ja määrätty vain nouto" -#: apt-private/private-install.cc -msgid "" -"Unable to fetch some archives, maybe run apt-get update or try with --fix-" -"missing?" -msgstr "" -"Joidenkin arkistojen nouto ei onnistunut, ehkä \"apt-get update\" auttaa tai " -"kokeile --fix-missing?" - #: apt-private/private-install.cc msgid "--fix-missing and media swapping is not currently supported" msgstr "--fix-missing ja taltion vaihto ei ole nyt tuettu" diff --git a/po/fr.po b/po/fr.po index d3948ca9c..2c7549e49 100644 --- a/po/fr.po +++ b/po/fr.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2016-08-30 22:20+0200\n" +"POT-Creation-Date: 2017-02-27 15:25+0100\n" "PO-Revision-Date: 2013-12-15 16:45+0100\n" "Last-Translator: Julien Patriarca \n" "Language-Team: French \n" @@ -1115,6 +1115,7 @@ msgstr "" msgid "Not locked" msgstr "Non verrouillé" +#. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format msgid "Installing %s" @@ -1886,6 +1887,14 @@ msgstr "L'information suivante devrait vous aider à résoudre la situation : " msgid "Broken packages" msgstr "Paquets défectueux" +#: apt-private/private-install.cc +msgid "" +"Unable to fetch some archives, maybe run apt-get update or try with --fix-" +"missing?" +msgstr "" +"Impossible de récupérer certaines archives, peut-être devrez-vous lancer apt-" +"get update ou essayer avec --fix-missing ?" + #: apt-private/private-install.cc msgid "Internal error, InstallPackages was called with broken packages!" msgstr "Erreur interne, « InstallPackages » appelé avec des paquets cassés." @@ -1994,14 +2003,6 @@ msgstr "Certains fichiers n'ont pu être téléchargés." msgid "Download complete and in download only mode" msgstr "Téléchargement achevé et dans le mode téléchargement uniquement" -#: apt-private/private-install.cc -msgid "" -"Unable to fetch some archives, maybe run apt-get update or try with --fix-" -"missing?" -msgstr "" -"Impossible de récupérer certaines archives, peut-être devrez-vous lancer apt-" -"get update ou essayer avec --fix-missing ?" - #: apt-private/private-install.cc msgid "--fix-missing and media swapping is not currently supported" msgstr "" diff --git a/po/gl.po b/po/gl.po index 747678c48..a88d74cfa 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: 2016-08-30 22:20+0200\n" +"POT-Creation-Date: 2017-02-27 15:25+0100\n" "PO-Revision-Date: 2011-05-12 15:28+0100\n" "Last-Translator: Miguel Anxo Bouzada \n" "Language-Team: galician \n" @@ -1097,6 +1097,7 @@ msgstr "" msgid "Not locked" msgstr "Non está bloqueado" +#. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format msgid "Installing %s" @@ -1852,6 +1853,14 @@ msgstr "A seguinte información pode axudar a solucionar a situación:" msgid "Broken packages" msgstr "Paquetes estragados" +#: apt-private/private-install.cc +msgid "" +"Unable to fetch some archives, maybe run apt-get update or try with --fix-" +"missing?" +msgstr "" +"Non foi posíbel obter algúns arquivos; probe con apt-get update ou --fix-" +"missing." + #: apt-private/private-install.cc msgid "Internal error, InstallPackages was called with broken packages!" msgstr "" @@ -1955,14 +1964,6 @@ msgstr "Non foi posíbel descargar algúns ficheiros" msgid "Download complete and in download only mode" msgstr "Completouse a descarga no modo de só descargas" -#: apt-private/private-install.cc -msgid "" -"Unable to fetch some archives, maybe run apt-get update or try with --fix-" -"missing?" -msgstr "" -"Non foi posíbel obter algúns arquivos; probe con apt-get update ou --fix-" -"missing." - #: apt-private/private-install.cc msgid "--fix-missing and media swapping is not currently supported" msgstr "" diff --git a/po/hu.po b/po/hu.po index bfef5673d..9bb1c24de 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: 2016-08-30 22:20+0200\n" +"POT-Creation-Date: 2017-02-27 15:25+0100\n" "PO-Revision-Date: 2016-04-10 19:46+0200\n" "Last-Translator: Gabor Kelemen \n" "Language-Team: Hungarian \n" @@ -1121,6 +1121,7 @@ msgstr "" msgid "Not locked" msgstr "Nincs zárolva" +#. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format msgid "Installing %s" @@ -1879,6 +1880,14 @@ msgstr "Az alábbi információk segíthetnek megoldani a problémát:" msgid "Broken packages" msgstr "Törött csomagok" +#: apt-private/private-install.cc +msgid "" +"Unable to fetch some archives, maybe run apt-get update or try with --fix-" +"missing?" +msgstr "" +"Nem lehet letölteni néhány archívumot. Próbálja futtatni az „apt-get update” " +"parancsot, vagy használja a --fix-missing kapcsolót." + #: apt-private/private-install.cc msgid "Internal error, InstallPackages was called with broken packages!" msgstr "Belső hiba, az InstallPackages törött csomagokkal lett meghívva!" @@ -1982,14 +1991,6 @@ msgstr "Néhány fájlt nem sikerült letölteni" msgid "Download complete and in download only mode" msgstr "A letöltés befejeződött a „csak letöltés” módban" -#: apt-private/private-install.cc -msgid "" -"Unable to fetch some archives, maybe run apt-get update or try with --fix-" -"missing?" -msgstr "" -"Nem lehet letölteni néhány archívumot. Próbálja futtatni az „apt-get update” " -"parancsot, vagy használja a --fix-missing kapcsolót." - #: apt-private/private-install.cc msgid "--fix-missing and media swapping is not currently supported" msgstr "A --fix-missing és az adathordozó-csere jelenleg nem támogatott" diff --git a/po/it.po b/po/it.po index e396beb69..905707043 100644 --- a/po/it.po +++ b/po/it.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2016-08-30 22:20+0200\n" +"POT-Creation-Date: 2017-02-27 15:25+0100\n" "PO-Revision-Date: 2015-04-07 16:51+0100\n" "Last-Translator: Milo Casagrande \n" "Language-Team: Italian \n" @@ -1110,6 +1110,7 @@ msgstr "" msgid "Not locked" msgstr "Non bloccato" +#. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format msgid "Installing %s" @@ -1874,6 +1875,14 @@ msgstr "Le seguenti informazioni possono aiutare a risolvere la situazione:" msgid "Broken packages" msgstr "Pacchetti danneggiati" +#: apt-private/private-install.cc +msgid "" +"Unable to fetch some archives, maybe run apt-get update or try with --fix-" +"missing?" +msgstr "" +"Impossibile scaricare alcuni pacchetti. Potrebbe essere utile eseguire \"apt-" +"get update\" o provare l'opzione \"--fix-missing\"." + #: apt-private/private-install.cc msgid "Internal error, InstallPackages was called with broken packages!" msgstr "" @@ -1979,14 +1988,6 @@ msgstr "Scaricamento di alcuni file non riuscito" msgid "Download complete and in download only mode" msgstr "Scaricamento completato e in modalità solo scaricamento" -#: apt-private/private-install.cc -msgid "" -"Unable to fetch some archives, maybe run apt-get update or try with --fix-" -"missing?" -msgstr "" -"Impossibile scaricare alcuni pacchetti. Potrebbe essere utile eseguire \"apt-" -"get update\" o provare l'opzione \"--fix-missing\"." - #: apt-private/private-install.cc msgid "--fix-missing and media swapping is not currently supported" msgstr "--fix-missing su supporti estraibili non è ancora supportato" diff --git a/po/ja.po b/po/ja.po index eec6163ba..c2e9a269b 100644 --- a/po/ja.po +++ b/po/ja.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.9.3\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2016-08-30 22:20+0200\n" +"POT-Creation-Date: 2017-02-27 15:25+0100\n" "PO-Revision-Date: 2016-05-18 15:31+0900\n" "Last-Translator: Takuma Yamada \n" "Language-Team: Japanese \n" @@ -1118,6 +1118,7 @@ msgstr "" msgid "Not locked" msgstr "ロックされていません" +#. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format msgid "Installing %s" @@ -1884,6 +1885,14 @@ msgstr "以下の情報がこの問題を解決するために役立つかもし msgid "Broken packages" msgstr "壊れたパッケージ" +#: apt-private/private-install.cc +msgid "" +"Unable to fetch some archives, maybe run apt-get update or try with --fix-" +"missing?" +msgstr "" +"いくつかのアーカイブを取得できません。apt-get update を実行するか --fix-" +"missing オプションを付けて試してみてください。" + #: apt-private/private-install.cc msgid "Internal error, InstallPackages was called with broken packages!" msgstr "内部エラー、InstallPackages が壊れたパッケージで呼び出されました!" @@ -1988,14 +1997,6 @@ msgstr "いくつかのファイルの取得に失敗しました" msgid "Download complete and in download only mode" msgstr "ダウンロードオンリーモードでパッケージのダウンロードが完了しました" -#: apt-private/private-install.cc -msgid "" -"Unable to fetch some archives, maybe run apt-get update or try with --fix-" -"missing?" -msgstr "" -"いくつかのアーカイブを取得できません。apt-get update を実行するか --fix-" -"missing オプションを付けて試してみてください。" - #: apt-private/private-install.cc msgid "--fix-missing and media swapping is not currently supported" msgstr "--fix-missing とメディア交換は現在同時にはサポートされていません" diff --git a/po/km.po b/po/km.po index e13828526..ba853b4b4 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: 2016-08-30 22:20+0200\n" +"POT-Creation-Date: 2017-02-27 15:25+0100\n" "PO-Revision-Date: 2006-10-10 09:48+0700\n" "Last-Translator: Khoem Sokhem \n" "Language-Team: Khmer \n" @@ -1057,6 +1057,7 @@ msgstr "" msgid "Not locked" msgstr "" +#. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, fuzzy, c-format msgid "Installing %s" @@ -1794,6 +1795,14 @@ msgstr "ព័ត៌មាន​ដូចតទៅនេះ អាចជួយ msgid "Broken packages" msgstr "កញ្ចប់​ដែល​បាន​ខូច​" +#: apt-private/private-install.cc +msgid "" +"Unable to fetch some archives, maybe run apt-get update or try with --fix-" +"missing?" +msgstr "" +"អនុញ្ញាត​ឲ្យ​ទៅ​ប្រមូល​យក​ប័ណ្ណសារ​មួយ​ចំនួន​ ប្រហែល​ជា​រត់​ភាព​ទាន់​សម័យ apt-get ឬ ព្យាយាមប្រើ​ជាមួយ --" +"fix- ដែលបាត់ឬ់ ?" + #: apt-private/private-install.cc msgid "Internal error, InstallPackages was called with broken packages!" msgstr "កំហុស​ខាងក្នុង កញ្ចប់​ដំឡើង​ត្រូវ​បាន​ហៅ​​ជាមួយ​កញ្ចប់​ដែល​ខូច !" @@ -1894,14 +1903,6 @@ msgstr "ឯកសារ​មួយ​ចំនួន​បាន​បរាជ msgid "Download complete and in download only mode" msgstr "បានបញ្ចប់ការទាញ​យក​ ហើយ​តែ​ក្នុង​របៀប​​ទាញ​យក​ប៉ុណ្ណោះ" -#: apt-private/private-install.cc -msgid "" -"Unable to fetch some archives, maybe run apt-get update or try with --fix-" -"missing?" -msgstr "" -"អនុញ្ញាត​ឲ្យ​ទៅ​ប្រមូល​យក​ប័ណ្ណសារ​មួយ​ចំនួន​ ប្រហែល​ជា​រត់​ភាព​ទាន់​សម័យ apt-get ឬ ព្យាយាមប្រើ​ជាមួយ --" -"fix- ដែលបាត់ឬ់ ?" - #: apt-private/private-install.cc msgid "--fix-missing and media swapping is not currently supported" msgstr "--fix- ដែលបាត់​ និង ​ស្វប​មេឌៀ​ដែល​មិនបាន​​គាំទ្រនៅពេល​បច្ចុប្បន្ន​" diff --git a/po/ko.po b/po/ko.po index fd772cf3f..bf919e7ee 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: 2016-08-30 22:20+0200\n" +"POT-Creation-Date: 2017-02-27 15:25+0100\n" "PO-Revision-Date: 2010-08-30 02:31+0900\n" "Last-Translator: Changwoo Ryu \n" "Language-Team: Korean \n" @@ -1061,6 +1061,7 @@ msgstr "" msgid "Not locked" msgstr "잠기지 않음" +#. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format msgid "Installing %s" @@ -1803,6 +1804,14 @@ msgstr "이 상황을 해결하는데 다음 정보가 도움이 될 수도 있 msgid "Broken packages" msgstr "망가진 패키지" +#: apt-private/private-install.cc +msgid "" +"Unable to fetch some archives, maybe run apt-get update or try with --fix-" +"missing?" +msgstr "" +"아카이브를 받을 수 없습니다. 아마도 apt-get update를 실행해야 하거나 --fix-" +"missing 옵션을 줘서 실행해야 할 것입니다." + #: apt-private/private-install.cc msgid "Internal error, InstallPackages was called with broken packages!" msgstr "내부 오류. 망가진 패키지에서 InstallPackages를 호출했습니다!" @@ -1907,14 +1916,6 @@ msgstr "일부 파일을 받는데 실패했습니다" msgid "Download complete and in download only mode" msgstr "다운로드를 마쳤고 다운로드 전용 모드입니다" -#: apt-private/private-install.cc -msgid "" -"Unable to fetch some archives, maybe run apt-get update or try with --fix-" -"missing?" -msgstr "" -"아카이브를 받을 수 없습니다. 아마도 apt-get update를 실행해야 하거나 --fix-" -"missing 옵션을 줘서 실행해야 할 것입니다." - #: apt-private/private-install.cc msgid "--fix-missing and media swapping is not currently supported" msgstr "--fix-missing 옵션과 동시에 미디어 바꾸기는 현재 지원하지 않습니다" diff --git a/po/ku.po b/po/ku.po index afa163c9e..65391cb06 100644 --- a/po/ku.po +++ b/po/ku.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2016-08-30 22:20+0200\n" +"POT-Creation-Date: 2017-02-27 15:25+0100\n" "PO-Revision-Date: 2008-05-08 12:48+0200\n" "Last-Translator: Erdal Ronahi \n" "Language-Team: ku \n" @@ -1050,6 +1050,7 @@ msgstr "" msgid "Not locked" msgstr "" +#. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, fuzzy, c-format msgid "Installing %s" @@ -1768,6 +1769,12 @@ msgstr "" msgid "Broken packages" msgstr "Paketên şikestî" +#: apt-private/private-install.cc +msgid "" +"Unable to fetch some archives, maybe run apt-get update or try with --fix-" +"missing?" +msgstr "" + #: apt-private/private-install.cc msgid "Internal error, InstallPackages was called with broken packages!" msgstr "" @@ -1862,12 +1869,6 @@ msgstr "Daxistina çend pelan biserneket" msgid "Download complete and in download only mode" msgstr "" -#: apt-private/private-install.cc -msgid "" -"Unable to fetch some archives, maybe run apt-get update or try with --fix-" -"missing?" -msgstr "" - #: apt-private/private-install.cc msgid "--fix-missing and media swapping is not currently supported" msgstr "" diff --git a/po/lt.po b/po/lt.po index 8850f01ac..52a196de8 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: 2016-08-30 22:20+0200\n" +"POT-Creation-Date: 2017-02-27 15:25+0100\n" "PO-Revision-Date: 2008-08-02 01:47-0400\n" "Last-Translator: Gintautas Miliauskas \n" "Language-Team: Lithuanian \n" @@ -1052,6 +1052,7 @@ msgstr "" msgid "Not locked" msgstr "" +#. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, fuzzy, c-format msgid "Installing %s" @@ -1784,6 +1785,14 @@ msgstr "Ši informacija gali padėti išspręsti šią situaciją:" msgid "Broken packages" msgstr "Sugadinti paketai" +#: apt-private/private-install.cc +msgid "" +"Unable to fetch some archives, maybe run apt-get update or try with --fix-" +"missing?" +msgstr "" +"Nepavyko parsiųsti kai kurių archyvų, pabandykite paleisti „apt-get update“ " +"arba pabandykite su parametru --fix-missing?" + #: apt-private/private-install.cc msgid "Internal error, InstallPackages was called with broken packages!" msgstr "" @@ -1883,14 +1892,6 @@ msgstr "Nepavyko parsiųsti kai kurių failų" msgid "Download complete and in download only mode" msgstr "Pavyko parsiųsti tik parsiuntimo režime" -#: apt-private/private-install.cc -msgid "" -"Unable to fetch some archives, maybe run apt-get update or try with --fix-" -"missing?" -msgstr "" -"Nepavyko parsiųsti kai kurių archyvų, pabandykite paleisti „apt-get update“ " -"arba pabandykite su parametru --fix-missing?" - #: apt-private/private-install.cc msgid "--fix-missing and media swapping is not currently supported" msgstr "--fix-missing bei laikmenų apkeitimas nepalaikomas" diff --git a/po/mr.po b/po/mr.po index 39a1cf6f1..8fec454c2 100644 --- a/po/mr.po +++ b/po/mr.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2016-08-30 22:20+0200\n" +"POT-Creation-Date: 2017-02-27 15:25+0100\n" "PO-Revision-Date: 2008-11-20 23:27+0530\n" "Last-Translator: Sampada \n" "Language-Team: Marathi, janabhaaratii, C-DAC, Mumbai, India " @@ -1055,6 +1055,7 @@ msgstr "" msgid "Not locked" msgstr "" +#. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format msgid "Installing %s" @@ -1796,6 +1797,14 @@ msgstr "खालील माहिती परिस्थिती निव msgid "Broken packages" msgstr "तुटलेली पॅकेजेस" +#: apt-private/private-install.cc +msgid "" +"Unable to fetch some archives, maybe run apt-get update or try with --fix-" +"missing?" +msgstr "" +"काही आर्काइव्हज आणण्यास असमर्थ, कदाचित apt-get रन करुन अद्ययावत करा किंवा --fix- " +"बरोबर प्रयत्न कराहरवलेले/गहाळ?" + #: apt-private/private-install.cc msgid "Internal error, InstallPackages was called with broken packages!" msgstr "अंतर्गत त्रुटी, तुटलेल्या पॅकेजेस बरोबर संस्थापित पॅकेजला आवाहन केले गेले/बोलावले गेले!" @@ -1896,14 +1905,6 @@ msgstr "काही संचिका डाऊनलोड करण्या msgid "Download complete and in download only mode" msgstr "डाऊनलोड संपूर्ण आणि डाऊनलोड मध्ये फक्त पद्धती" -#: apt-private/private-install.cc -msgid "" -"Unable to fetch some archives, maybe run apt-get update or try with --fix-" -"missing?" -msgstr "" -"काही आर्काइव्हज आणण्यास असमर्थ, कदाचित apt-get रन करुन अद्ययावत करा किंवा --fix- " -"बरोबर प्रयत्न कराहरवलेले/गहाळ?" - #: apt-private/private-install.cc msgid "--fix-missing and media swapping is not currently supported" msgstr "" diff --git a/po/nb.po b/po/nb.po index 8a05533b4..4a7b2de1c 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: 2016-08-30 22:20+0200\n" +"POT-Creation-Date: 2017-02-27 15:25+0100\n" "PO-Revision-Date: 2016-06-11 22:38+0200\n" "Last-Translator: Petter Reinholdtsen \n" "Language-Team: Norwegian Bokmål \n" @@ -1076,6 +1076,7 @@ msgstr "dpkg ble avbrutt. Du må kjøre «%s» manuelt for å rette problemet," msgid "Not locked" msgstr "Ikke låst" +#. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format msgid "Installing %s" @@ -1827,6 +1828,14 @@ msgstr "Følgende informasjon kan være til hjelp med å løse problemet:" msgid "Broken packages" msgstr "Ødelagte pakker" +#: apt-private/private-install.cc +msgid "" +"Unable to fetch some archives, maybe run apt-get update or try with --fix-" +"missing?" +msgstr "" +"Klarte ikke å hente alle arkivene. Du kan prøve med «apt-get update» eller " +"«--fix-missing»." + #: apt-private/private-install.cc msgid "Internal error, InstallPackages was called with broken packages!" msgstr "Intern feil, InstallPackages ble kalt med ødelagte pakker!" @@ -1931,14 +1940,6 @@ msgstr "Klarte ikke laste ned alle filene" msgid "Download complete and in download only mode" msgstr "Nedlasting fullført med innstillinga «bare nedlasting»" -#: apt-private/private-install.cc -msgid "" -"Unable to fetch some archives, maybe run apt-get update or try with --fix-" -"missing?" -msgstr "" -"Klarte ikke å hente alle arkivene. Du kan prøve med «apt-get update» eller " -"«--fix-missing»." - #: apt-private/private-install.cc msgid "--fix-missing and media swapping is not currently supported" msgstr "«--fix-missing» og bytte av media støttes nå ikke" diff --git a/po/ne.po b/po/ne.po index 2d762c5ee..64e567a1f 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: 2016-08-30 22:20+0200\n" +"POT-Creation-Date: 2017-02-27 15:25+0100\n" "PO-Revision-Date: 2006-06-12 14:35+0545\n" "Last-Translator: Shiva Pokharel \n" "Language-Team: Nepali \n" @@ -1053,6 +1053,7 @@ msgstr "" msgid "Not locked" msgstr "" +#. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, fuzzy, c-format msgid "Installing %s" @@ -1792,6 +1793,14 @@ msgstr "निम्न सूचनाले अवस्थालाई हल msgid "Broken packages" msgstr "भाँचिएका प्याकेजहरू" +#: apt-private/private-install.cc +msgid "" +"Unable to fetch some archives, maybe run apt-get update or try with --fix-" +"missing?" +msgstr "" +"केही संग्रहहरू तान्न असक्षम भयो,apt-get अद्यावधिक चलिरहेछ वा हराइरहेको --fix-संगै प्रयास " +"गर्नुहुन्छ ?" + #: apt-private/private-install.cc msgid "Internal error, InstallPackages was called with broken packages!" msgstr "आन्तरिक त्रुटि, स्थापना प्याकेजहरुलाई भाँचिएको प्याकेज भनिन्थ्यो!" @@ -1892,14 +1901,6 @@ msgstr "केही फाइलहरू डाउनलोड गर्न msgid "Download complete and in download only mode" msgstr "डाउनलोड समाप्त भयो र डाउनलोडमा मोड मात्रै छ" -#: apt-private/private-install.cc -msgid "" -"Unable to fetch some archives, maybe run apt-get update or try with --fix-" -"missing?" -msgstr "" -"केही संग्रहहरू तान्न असक्षम भयो,apt-get अद्यावधिक चलिरहेछ वा हराइरहेको --fix-संगै प्रयास " -"गर्नुहुन्छ ?" - #: apt-private/private-install.cc msgid "--fix-missing and media swapping is not currently supported" msgstr "हराइरहेको --fix-र स्वाप भइरहेको मेडिया हाल समर्थित भइरहेको छैन" diff --git a/po/nl.po b/po/nl.po index c36e73f9a..e1afea6b5 100644 --- a/po/nl.po +++ b/po/nl.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.2.11\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2016-08-30 22:20+0200\n" +"POT-Creation-Date: 2017-02-27 15:25+0100\n" "PO-Revision-Date: 2016-04-27 18:12+0200\n" "Last-Translator: Frans Spiesschaert \n" "Language-Team: Debian Dutch l10n Team \n" @@ -1131,6 +1131,7 @@ msgstr "" msgid "Not locked" msgstr "Niet vergrendeld" +#. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format msgid "Installing %s" @@ -1908,6 +1909,14 @@ msgstr "De volgende informatie kan misschien helpen de situatie op te lossen:" msgid "Broken packages" msgstr "Niet-werkende pakketten" +#: apt-private/private-install.cc +msgid "" +"Unable to fetch some archives, maybe run apt-get update or try with --fix-" +"missing?" +msgstr "" +"Kon sommige archieven niet ophalen. Misschien kunt u 'apt-get update' " +"uitvoeren of het met '--fix-missing' proberen?" + #: apt-private/private-install.cc msgid "Internal error, InstallPackages was called with broken packages!" msgstr "Interne fout. InstallPackages is aangeroepen met defecte pakketten!" @@ -2013,14 +2022,6 @@ msgstr "Ophalen van sommige bestanden is mislukt" msgid "Download complete and in download only mode" msgstr "Ophalen klaar en alleen-ophalen-modus staat aan" -#: apt-private/private-install.cc -msgid "" -"Unable to fetch some archives, maybe run apt-get update or try with --fix-" -"missing?" -msgstr "" -"Kon sommige archieven niet ophalen. Misschien kunt u 'apt-get update' " -"uitvoeren of het met '--fix-missing' proberen?" - #: apt-private/private-install.cc msgid "--fix-missing and media swapping is not currently supported" msgstr "--fix-missing en medium wisselen wordt op dit moment niet ondersteund" diff --git a/po/nn.po b/po/nn.po index c6c24c07b..49099e525 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: 2016-08-30 22:20+0200\n" +"POT-Creation-Date: 2017-02-27 15:25+0100\n" "PO-Revision-Date: 2005-02-14 23:30+0100\n" "Last-Translator: Havard Korsvoll \n" "Language-Team: Norwegian nynorsk \n" @@ -1061,6 +1061,7 @@ msgstr "" msgid "Not locked" msgstr "" +#. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, fuzzy, c-format msgid "Installing %s" @@ -1800,6 +1801,14 @@ msgstr "F msgid "Broken packages" msgstr "ydelagde pakkar" +#: apt-private/private-install.cc +msgid "" +"Unable to fetch some archives, maybe run apt-get update or try with --fix-" +"missing?" +msgstr "" +"Klarte ikkje henta nokre av arkiva. Du kan prva med apt-get update eller " +"--fix-missing." + #: apt-private/private-install.cc msgid "Internal error, InstallPackages was called with broken packages!" msgstr "" @@ -1901,14 +1910,6 @@ msgstr "Klarte ikkje henta nokre av filene" msgid "Download complete and in download only mode" msgstr "Nedlastinga er ferdig i nedlastingsmodus" -#: apt-private/private-install.cc -msgid "" -"Unable to fetch some archives, maybe run apt-get update or try with --fix-" -"missing?" -msgstr "" -"Klarte ikkje henta nokre av arkiva. Du kan prva med apt-get update eller " -"--fix-missing." - #: apt-private/private-install.cc msgid "--fix-missing and media swapping is not currently supported" msgstr "--fix-missing og byte av medium er ikkje sttta for tida" diff --git a/po/pl.po b/po/pl.po index fffecb673..4e6e65835 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: 2016-08-30 22:20+0200\n" +"POT-Creation-Date: 2017-02-27 15:25+0100\n" "PO-Revision-Date: 2012-07-28 21:53+0200\n" "Last-Translator: Michał Kułach \n" "Language-Team: Polish \n" @@ -1098,6 +1098,7 @@ msgstr "" msgid "Not locked" msgstr "Niezablokowany" +#. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format msgid "Installing %s" @@ -1861,6 +1862,14 @@ msgstr "Następujące informacje mogą pomóc rozwiązać sytuację:" msgid "Broken packages" msgstr "Pakiety są uszkodzone" +#: apt-private/private-install.cc +msgid "" +"Unable to fetch some archives, maybe run apt-get update or try with --fix-" +"missing?" +msgstr "" +"Nie udało się pobrać niektórych archiwów, proszę spróbować uruchomić apt-get " +"update lub użyć opcji --fix-missing." + #: apt-private/private-install.cc msgid "Internal error, InstallPackages was called with broken packages!" msgstr "Błąd wewnętrzny, użyto InstallPackages z uszkodzonymi pakietami!" @@ -1963,14 +1972,6 @@ msgstr "Nie udało się pobrać niektórych plików" msgid "Download complete and in download only mode" msgstr "Ukończono pobieranie w trybie samego pobierania" -#: apt-private/private-install.cc -msgid "" -"Unable to fetch some archives, maybe run apt-get update or try with --fix-" -"missing?" -msgstr "" -"Nie udało się pobrać niektórych archiwów, proszę spróbować uruchomić apt-get " -"update lub użyć opcji --fix-missing." - #: apt-private/private-install.cc msgid "--fix-missing and media swapping is not currently supported" msgstr "--fix-missing i zamiana nośników nie są obecnie obsługiwane" diff --git a/po/pt.po b/po/pt.po index 4e8a16ab0..89f01971e 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: 2016-08-30 22:20+0200\n" +"POT-Creation-Date: 2017-02-27 15:25+0100\n" "PO-Revision-Date: 2012-06-29 15:45+0100\n" "Last-Translator: Miguel Figueiredo \n" "Language-Team: Portuguese \n" @@ -1102,6 +1102,7 @@ msgstr "" msgid "Not locked" msgstr "Sem acesso exclusivo" +#. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format msgid "Installing %s" @@ -1865,6 +1866,14 @@ msgstr "A seguinte informação pode ajudar a resolver a situação:" msgid "Broken packages" msgstr "Pacotes estragados" +#: apt-private/private-install.cc +msgid "" +"Unable to fetch some archives, maybe run apt-get update or try with --fix-" +"missing?" +msgstr "" +"Não foi possível obter alguns arquivos, tente talvez correr apt-get update " +"ou tente com --fix-missing?" + #: apt-private/private-install.cc msgid "Internal error, InstallPackages was called with broken packages!" msgstr "Erro Interno, InstallPackages foi chamado com pacotes estragados!" @@ -1966,14 +1975,6 @@ msgstr "Falhou o download de alguns ficheiros" msgid "Download complete and in download only mode" msgstr "Download completo e em modo de fazer apenas o download" -#: apt-private/private-install.cc -msgid "" -"Unable to fetch some archives, maybe run apt-get update or try with --fix-" -"missing?" -msgstr "" -"Não foi possível obter alguns arquivos, tente talvez correr apt-get update " -"ou tente com --fix-missing?" - #: apt-private/private-install.cc msgid "--fix-missing and media swapping is not currently supported" msgstr "--fix-missing e troca de mídia não são suportados actualmente" diff --git a/po/pt_BR.po b/po/pt_BR.po index b736797a7..1047fa0d7 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: 2016-08-30 22:20+0200\n" +"POT-Creation-Date: 2017-02-27 15:25+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: 2016-08-30 22:20+0200\n" +"POT-Creation-Date: 2017-02-27 15:25+0100\n" "PO-Revision-Date: 2008-11-15 02:21+0200\n" "Last-Translator: Eddy Petrișor \n" "Language-Team: Romanian \n" @@ -1068,6 +1068,7 @@ msgstr "" msgid "Not locked" msgstr "" +#. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format msgid "Installing %s" @@ -1811,6 +1812,14 @@ msgstr "Următoarele informații ar putea să vă ajute la rezolvarea situației msgid "Broken packages" msgstr "Pachete deteriorate" +#: apt-private/private-install.cc +msgid "" +"Unable to fetch some archives, maybe run apt-get update or try with --fix-" +"missing?" +msgstr "" +"Nu s-au putut aduce unele arhive, poate ar fi o idee bună să rulați 'apt-get " +"update' sau încercați cu --fix-missing?" + #: apt-private/private-install.cc msgid "Internal error, InstallPackages was called with broken packages!" msgstr "Eroare internă, InstallPackages a fost apelat cu pachete deteriorate!" @@ -1912,14 +1921,6 @@ msgstr "Descărcarea unor fișiere a eșuat" msgid "Download complete and in download only mode" msgstr "Descărcare completă și în modul doar descărcare" -#: apt-private/private-install.cc -msgid "" -"Unable to fetch some archives, maybe run apt-get update or try with --fix-" -"missing?" -msgstr "" -"Nu s-au putut aduce unele arhive, poate ar fi o idee bună să rulați 'apt-get " -"update' sau încercați cu --fix-missing?" - #: apt-private/private-install.cc msgid "--fix-missing and media swapping is not currently supported" msgstr "--fix-missing și schimbul de mediu nu este deocamdată suportat" diff --git a/po/ru.po b/po/ru.po index 64ba0902f..0aa226505 100644 --- a/po/ru.po +++ b/po/ru.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.2.12\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2016-08-30 22:20+0200\n" +"POT-Creation-Date: 2017-02-27 15:25+0100\n" "PO-Revision-Date: 2016-05-19 20:50+0300\n" "Last-Translator: Yuri Kozlov \n" "Language-Team: Russian \n" @@ -1120,6 +1120,7 @@ msgstr "" msgid "Not locked" msgstr "Не заблокирован" +#. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format msgid "Installing %s" @@ -1891,6 +1892,14 @@ msgstr "Следующая информация, возможно, поможе msgid "Broken packages" msgstr "Сломанные пакеты" +#: apt-private/private-install.cc +msgid "" +"Unable to fetch some archives, maybe run apt-get update or try with --fix-" +"missing?" +msgstr "" +"Невозможно получить некоторые архивы, вероятно надо запустить apt-get update " +"или попытаться повторить запуск с ключом --fix-missing" + #: apt-private/private-install.cc msgid "Internal error, InstallPackages was called with broken packages!" msgstr "" @@ -2002,14 +2011,6 @@ msgstr "Некоторые файлы скачать не удалось" msgid "Download complete and in download only mode" msgstr "Указан режим «только скачивание», и скачивание завершено" -#: apt-private/private-install.cc -msgid "" -"Unable to fetch some archives, maybe run apt-get update or try with --fix-" -"missing?" -msgstr "" -"Невозможно получить некоторые архивы, вероятно надо запустить apt-get update " -"или попытаться повторить запуск с ключом --fix-missing" - #: apt-private/private-install.cc msgid "--fix-missing and media swapping is not currently supported" msgstr "--fix-missing и смена носителя в данный момент не поддерживаются" diff --git a/po/sk.po b/po/sk.po index 4aae9435a..197c1e001 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: 2016-08-30 22:20+0200\n" +"POT-Creation-Date: 2017-02-27 15:25+0100\n" "PO-Revision-Date: 2012-06-28 20:49+0100\n" "Last-Translator: Ivan Masár \n" "Language-Team: Slovak \n" @@ -1076,6 +1076,7 @@ msgstr "dpkg bol prerušený, musíte ručne opraviť problém spustením „%s msgid "Not locked" msgstr "Nie je zamknuté" +#. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format msgid "Installing %s" @@ -1830,6 +1831,14 @@ msgstr "Nasledovné informácie vám možno pomôžu vyriešiť túto situáciu: msgid "Broken packages" msgstr "Poškodené balíky" +#: apt-private/private-install.cc +msgid "" +"Unable to fetch some archives, maybe run apt-get update or try with --fix-" +"missing?" +msgstr "" +"Niektoré archívy sa nedajú stiahnuť. Skúste spustiť apt-get update alebo --" +"fix-missing" + #: apt-private/private-install.cc msgid "Internal error, InstallPackages was called with broken packages!" msgstr "Vnútorná chyba, InstallPackages bolo volané s poškodenými balíkmi!" @@ -1931,14 +1940,6 @@ msgstr "Niektoré súbory sa nedajú stiahnuť" msgid "Download complete and in download only mode" msgstr "Sťahovanie ukončené v režime „iba stiahnuť“" -#: apt-private/private-install.cc -msgid "" -"Unable to fetch some archives, maybe run apt-get update or try with --fix-" -"missing?" -msgstr "" -"Niektoré archívy sa nedajú stiahnuť. Skúste spustiť apt-get update alebo --" -"fix-missing" - #: apt-private/private-install.cc msgid "--fix-missing and media swapping is not currently supported" msgstr "--fix-missing a výmena nosiča nie sú momentálne podporované" diff --git a/po/sl.po b/po/sl.po index cabf864a5..c5342f5b3 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: 2016-08-30 22:20+0200\n" +"POT-Creation-Date: 2017-02-27 15:25+0100\n" "PO-Revision-Date: 2012-06-27 21:29+0000\n" "Last-Translator: Andrej Znidarsic \n" "Language-Team: Slovenian \n" @@ -1075,6 +1075,7 @@ msgstr "dpkg je bil prekinjen. Za popravilo napake morate ročno pognati '%s'. " msgid "Not locked" msgstr "Ni zaklenjeno" +#. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format msgid "Installing %s" @@ -1830,6 +1831,14 @@ msgstr "Naslednji podatki vam bodo morda pomagali rešiti težavo:" msgid "Broken packages" msgstr "Pokvarjeni paketi" +#: apt-private/private-install.cc +msgid "" +"Unable to fetch some archives, maybe run apt-get update or try with --fix-" +"missing?" +msgstr "" +"Nekaterih arhivov ni mogoče dobiti. Poskusite uporabiti apt-get update ali --" +"fix-missing." + #: apt-private/private-install.cc msgid "Internal error, InstallPackages was called with broken packages!" msgstr "Notranja napaka, NamestiPakete je bil klican z pokvarjenimi paketi!" @@ -1931,14 +1940,6 @@ msgstr "Prejem nekaterih datotek ni uspel" msgid "Download complete and in download only mode" msgstr "Prejem je dokončan in uporabljen je način samo prejema" -#: apt-private/private-install.cc -msgid "" -"Unable to fetch some archives, maybe run apt-get update or try with --fix-" -"missing?" -msgstr "" -"Nekaterih arhivov ni mogoče dobiti. Poskusite uporabiti apt-get update ali --" -"fix-missing." - #: apt-private/private-install.cc msgid "--fix-missing and media swapping is not currently supported" msgstr "--fix-missing in izmenjava medija trenutno nista podprta" diff --git a/po/sv.po b/po/sv.po index c957a7dd4..63308c55d 100644 --- a/po/sv.po +++ b/po/sv.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2016-08-30 22:20+0200\n" +"POT-Creation-Date: 2017-02-27 15:25+0100\n" "PO-Revision-Date: 2015-08-19 21:33+0200\n" "Last-Translator: Anders Jonsson \n" "Language-Team: Swedish \n" @@ -1089,6 +1089,7 @@ msgstr "" msgid "Not locked" msgstr "Inte låst" +#. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format msgid "Installing %s" @@ -1849,6 +1850,14 @@ msgstr "Följande information kan vara till hjälp för att lösa situationen:" msgid "Broken packages" msgstr "Trasiga paket" +#: apt-private/private-install.cc +msgid "" +"Unable to fetch some archives, maybe run apt-get update or try with --fix-" +"missing?" +msgstr "" +"Vissa arkiv kunde inte hämtas. Prova att köra ”apt-get update” eller med --" +"fix-missing." + #: apt-private/private-install.cc msgid "Internal error, InstallPackages was called with broken packages!" msgstr "Internt fel. InstallPackages anropades med trasiga paket!" @@ -1953,14 +1962,6 @@ msgstr "Misslyckades med att hämta vissa filer" msgid "Download complete and in download only mode" msgstr "Hämtningen färdig i ”endast-hämta”-läge" -#: apt-private/private-install.cc -msgid "" -"Unable to fetch some archives, maybe run apt-get update or try with --fix-" -"missing?" -msgstr "" -"Vissa arkiv kunde inte hämtas. Prova att köra ”apt-get update” eller med --" -"fix-missing." - #: apt-private/private-install.cc msgid "--fix-missing and media swapping is not currently supported" msgstr "--fix-missing och mediabyte stöds inte för tillfället" diff --git a/po/th.po b/po/th.po index 301c6386b..996cceebd 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: 2016-08-30 22:20+0200\n" +"POT-Creation-Date: 2017-02-27 15:25+0100\n" "PO-Revision-Date: 2014-12-12 13:00+0700\n" "Last-Translator: Theppitak Karoonboonyanan \n" "Language-Team: Thai \n" @@ -1059,6 +1059,7 @@ msgstr "dpkg ถูกขัดจังหวะ คุณต้องเรี msgid "Not locked" msgstr "ไม่ได้ล็อคอยู่" +#. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format msgid "Installing %s" @@ -1798,6 +1799,14 @@ msgstr "ข้อมูลต่อไปนี้อาจช่วยแก้ msgid "Broken packages" msgstr "แพกเกจมีปัญหา" +#: apt-private/private-install.cc +msgid "" +"Unable to fetch some archives, maybe run apt-get update or try with --fix-" +"missing?" +msgstr "" +"ดาวน์โหลดบางแพกเกจไม่สำเร็จ บางที การเรียก apt-get update หรือลองใช้ตัวเลือก --fix-" +"missing อาจช่วยได้" + #: apt-private/private-install.cc msgid "Internal error, InstallPackages was called with broken packages!" msgstr "เกิดข้อผิดพลาดภายใน: มีการเรียก InstallPackages ด้วยแพกเกจที่เสีย!" @@ -1897,14 +1906,6 @@ msgstr "ดาวน์โหลดบางแฟ้มไม่สำเร็ msgid "Download complete and in download only mode" msgstr "ดาวน์โหลดสำเร็จแล้ว และอยู่ในโหมดดาวน์โหลดอย่างเดียว" -#: apt-private/private-install.cc -msgid "" -"Unable to fetch some archives, maybe run apt-get update or try with --fix-" -"missing?" -msgstr "" -"ดาวน์โหลดบางแพกเกจไม่สำเร็จ บางที การเรียก apt-get update หรือลองใช้ตัวเลือก --fix-" -"missing อาจช่วยได้" - #: apt-private/private-install.cc msgid "--fix-missing and media swapping is not currently supported" msgstr "ยังไม่รองรับ --fix-missing พร้อมกับการเปลี่ยนแผ่น" diff --git a/po/tl.po b/po/tl.po index 9fd03412f..ab733bfc1 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: 2016-08-30 22:20+0200\n" +"POT-Creation-Date: 2017-02-27 15:25+0100\n" "PO-Revision-Date: 2007-03-29 21:36+0800\n" "Last-Translator: Eric Pareja \n" "Language-Team: Tagalog \n" @@ -1073,6 +1073,7 @@ msgstr "" msgid "Not locked" msgstr "" +#. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, fuzzy, c-format msgid "Installing %s" @@ -1816,6 +1817,14 @@ msgstr "" msgid "Broken packages" msgstr "Sirang mga pakete" +#: apt-private/private-install.cc +msgid "" +"Unable to fetch some archives, maybe run apt-get update or try with --fix-" +"missing?" +msgstr "" +"Hindi nakuha ang ilang mga arkibo, maaaring patakbuhin ang apt-get update o " +"subukang may --fix-missing?" + #: apt-private/private-install.cc msgid "Internal error, InstallPackages was called with broken packages!" msgstr "" @@ -1920,14 +1929,6 @@ msgstr "May mga talaksang hindi nakuha" msgid "Download complete and in download only mode" msgstr "Kumpleto ang pagkakuha ng mga talaksan sa modong pagkuha lamang" -#: apt-private/private-install.cc -msgid "" -"Unable to fetch some archives, maybe run apt-get update or try with --fix-" -"missing?" -msgstr "" -"Hindi nakuha ang ilang mga arkibo, maaaring patakbuhin ang apt-get update o " -"subukang may --fix-missing?" - #: apt-private/private-install.cc msgid "--fix-missing and media swapping is not currently supported" msgstr "--fix-missing at pagpalit ng media ay kasalukuyang hindi suportado" diff --git a/po/tr.po b/po/tr.po index 5c2751ba6..1e604bcd6 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: 2016-08-30 22:20+0200\n" +"POT-Creation-Date: 2017-02-27 15:25+0100\n" "PO-Revision-Date: 2016-09-24 03:24+0300\n" "Last-Translator: Mert Dirik \n" "Language-Team: Debian l10n Turkish \n" @@ -149,9 +149,8 @@ msgstr "%s/%s dosyası %s paketindeki aynı adlı dosyanın üzerine yazmak isti #. Only warn if there are no sources.list.d. #. Only warn if there is no sources.list file. #: apt-inst/extract.cc apt-pkg/acquire.cc apt-pkg/clean.cc -#: apt-pkg/contrib/cdromutl.cc apt-pkg/contrib/fileutl.cc -#: apt-pkg/deb/dpkgpm.cc apt-pkg/init.cc apt-pkg/policy.cc -#: apt-pkg/sourcelist.cc methods/mirror.cc +#: apt-pkg/contrib/cdromutl.cc apt-pkg/contrib/fileutl.cc apt-pkg/deb/dpkgpm.cc +#: apt-pkg/init.cc apt-pkg/policy.cc apt-pkg/sourcelist.cc methods/mirror.cc #, c-format msgid "Unable to read %s" msgstr "%s okunamadı" @@ -1108,6 +1107,7 @@ msgstr "" msgid "Not locked" msgstr "Kilitlenmemiş" +#. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format msgid "Installing %s" @@ -1869,6 +1869,14 @@ msgstr "Aşağıdaki bilgiler durumu çözmenize yardımcı olabilir:" msgid "Broken packages" msgstr "Bozuk paketler" +#: apt-private/private-install.cc +msgid "" +"Unable to fetch some archives, maybe run apt-get update or try with --fix-" +"missing?" +msgstr "" +"Bazı arşivler alınamıyor, apt-get update'i çalıştırmayı ya da --fix-missing " +"seçeneğini ekleyerek düzeltmeyi deneyin." + #: apt-private/private-install.cc msgid "Internal error, InstallPackages was called with broken packages!" msgstr "İç hata, InstallPackages bozuk paketler ile çağrıldı!" @@ -1976,14 +1984,6 @@ msgstr "Bazı dosyalar indirilemedi" msgid "Download complete and in download only mode" msgstr "İndirme işlemi tamamlandı ve sadece indirme kipinde" -#: apt-private/private-install.cc -msgid "" -"Unable to fetch some archives, maybe run apt-get update or try with --fix-" -"missing?" -msgstr "" -"Bazı arşivler alınamıyor, apt-get update'i çalıştırmayı ya da --fix-missing " -"seçeneğini ekleyerek düzeltmeyi deneyin." - #: apt-private/private-install.cc msgid "--fix-missing and media swapping is not currently supported" msgstr "--fix-missing seçeneği ve ortam takası şu an için desteklenmiyor" diff --git a/po/uk.po b/po/uk.po index 4d46be0ac..f98ce6bc7 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: 2016-08-30 22:20+0200\n" +"POT-Creation-Date: 2017-02-27 15:25+0100\n" "PO-Revision-Date: 2012-09-25 20:19+0300\n" "Last-Translator: A. Bondarenko \n" "Language-Team: Українська \n" @@ -1097,6 +1097,7 @@ msgstr "" msgid "Not locked" msgstr "Не заблоковано" +#. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format msgid "Installing %s" @@ -1863,6 +1864,14 @@ msgstr "Наступна інформація можливо допоможе В msgid "Broken packages" msgstr "Зламані пакунки" +#: apt-private/private-install.cc +msgid "" +"Unable to fetch some archives, maybe run apt-get update or try with --fix-" +"missing?" +msgstr "" +"Неможливо завантажити деякі архіви, імовірно треба виконати apt-get update " +"або спробувати повторити запуск з ключем --fix-missing?" + #: apt-private/private-install.cc msgid "Internal error, InstallPackages was called with broken packages!" msgstr "" @@ -1967,14 +1976,6 @@ msgstr "Деякі файли не вдалося завантажити" msgid "Download complete and in download only mode" msgstr "Завантаження завершено в режимі \"тільки завантаження\"" -#: apt-private/private-install.cc -msgid "" -"Unable to fetch some archives, maybe run apt-get update or try with --fix-" -"missing?" -msgstr "" -"Неможливо завантажити деякі архіви, імовірно треба виконати apt-get update " -"або спробувати повторити запуск з ключем --fix-missing?" - #: apt-private/private-install.cc msgid "--fix-missing and media swapping is not currently supported" msgstr "--fix-missing і зміна носія в даний момент не підтримується" diff --git a/po/vi.po b/po/vi.po index 80665d9a5..4f8d5c0ae 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: 2016-08-30 22:20+0200\n" +"POT-Creation-Date: 2017-02-27 15:25+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" @@ -1088,6 +1088,7 @@ msgstr "" msgid "Not locked" msgstr "Chưa được khoá" +#. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format msgid "Installing %s" @@ -1843,6 +1844,15 @@ msgstr "Có lẽ thông tin theo đây sẽ giúp đỡ bạn giải quyết tì msgid "Broken packages" msgstr "Gói bị hỏng" +#: apt-private/private-install.cc +msgid "" +"Unable to fetch some archives, maybe run apt-get update or try with --fix-" +"missing?" +msgstr "" +"Không thể lấy một số kho, có lẽ hãy chạy lệnh “apt-get update” (apt lấy cập " +"nhật)\n" +"hay dùng tùy chọn “--fix-missing” (sửa thiếu sót) không?" + #: apt-private/private-install.cc msgid "Internal error, InstallPackages was called with broken packages!" msgstr "Lỗi nội bộ: InstallPackages (cài đặt gói) được gọi với gói bị hỏng!" @@ -1946,15 +1956,6 @@ msgstr "Một số tập tin không tải về được" msgid "Download complete and in download only mode" msgstr "Hoàn tất việc tải về và trong chế độ chỉ tải về" -#: apt-private/private-install.cc -msgid "" -"Unable to fetch some archives, maybe run apt-get update or try with --fix-" -"missing?" -msgstr "" -"Không thể lấy một số kho, có lẽ hãy chạy lệnh “apt-get update” (apt lấy cập " -"nhật)\n" -"hay dùng tùy chọn “--fix-missing” (sửa thiếu sót) không?" - #: apt-private/private-install.cc msgid "--fix-missing and media swapping is not currently supported" msgstr "" diff --git a/po/zh_CN.po b/po/zh_CN.po index 54cc25854..4db1e4512 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.2.x\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2016-08-30 22:20+0200\n" +"POT-Creation-Date: 2017-02-27 15:25+0100\n" "PO-Revision-Date: 2016-08-20 13:00+0000\n" "Last-Translator: Zhou Mo \n" "Language-Team: Chinese (simplified) \n" @@ -1063,6 +1063,7 @@ msgstr "dpkg 被中断,您必须手工运行 ‘%s’ 解决此问题。" msgid "Not locked" msgstr "未锁定" +#. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format msgid "Installing %s" @@ -1798,6 +1799,14 @@ msgstr "下列信息可能会对解决问题有所帮助:" msgid "Broken packages" msgstr "破损的软件包" +#: apt-private/private-install.cc +msgid "" +"Unable to fetch some archives, maybe run apt-get update or try with --fix-" +"missing?" +msgstr "" +"有几个软件包无法下载,要不运行 apt-get update 或者加上 --fix-missing 的选项再" +"试试?" + #: apt-private/private-install.cc msgid "Internal error, InstallPackages was called with broken packages!" msgstr "内部错误,InstallPackages 被用在了损坏的软件包上!" @@ -1898,14 +1907,6 @@ msgstr "有一些文件下载失败" msgid "Download complete and in download only mode" msgstr "于“仅下载”模式中下载完毕" -#: apt-private/private-install.cc -msgid "" -"Unable to fetch some archives, maybe run apt-get update or try with --fix-" -"missing?" -msgstr "" -"有几个软件包无法下载,要不运行 apt-get update 或者加上 --fix-missing 的选项再" -"试试?" - #: apt-private/private-install.cc msgid "--fix-missing and media swapping is not currently supported" msgstr "目前不支持 --fix-missing 和介质交换" diff --git a/po/zh_TW.po b/po/zh_TW.po index 63f09de2f..e9e4b98ff 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.2.X\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2016-08-30 22:20+0200\n" +"POT-Creation-Date: 2017-02-27 15:25+0100\n" "PO-Revision-Date: 2009-01-28 10:41+0800\n" "Last-Translator: Tetralet \n" "Language-Team: Debian-user in Chinese [Big5]