diff options
Diffstat (limited to 'po/apt-all.pot')
-rw-r--r-- | po/apt-all.pot | 135 |
1 files changed, 63 insertions, 72 deletions
diff --git a/po/apt-all.pot b/po/apt-all.pot index b7e9efc23..131b2d629 100644 --- a/po/apt-all.pot +++ b/po/apt-all.pot @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt 1.4~beta1\n" +"Project-Id-Version: apt 1.4.8\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-11-25 23:46+0100\n" +"POT-Creation-Date: 2017-09-13 17:18+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -400,8 +400,8 @@ msgstr "" #: apt-pkg/acquire.cc #, c-format msgid "" -"Can't drop privileges for downloading as file '%s' couldn't be accessed by " -"user '%s'." +"Download is performed unsandboxed as root as file '%s' couldn't be accessed " +"by user '%s'." msgstr "" #: apt-pkg/acquire.cc apt-pkg/clean.cc @@ -1576,12 +1576,14 @@ msgstr "" msgid " Done" msgstr "" -#: apt-private/private-cachefile.cc -msgid "You might want to run 'apt-get -f install' to correct these." +#: apt-private/private-cachefile.cc apt-private/private-install.cc +msgid "You might want to run 'apt --fix-broken install' to correct these." msgstr "" -#: apt-private/private-cachefile.cc -msgid "Unmet dependencies. Try using -f." +#: apt-private/private-cachefile.cc apt-private/private-install.cc +msgid "" +"Unmet dependencies. Try 'apt --fix-broken install' with no packages (or " +"specify a solution)." msgstr "" #: apt-private/private-cacheset.cc apt-private/private-search.cc @@ -1757,6 +1759,12 @@ 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 "" @@ -1851,12 +1859,6 @@ 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 "" @@ -1921,16 +1923,6 @@ msgstr[0] "" msgstr[1] "" #: apt-private/private-install.cc -msgid "You might want to run 'apt-get -f install' to correct these:" -msgstr "" - -#: apt-private/private-install.cc -msgid "" -"Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a " -"solution)." -msgstr "" - -#: apt-private/private-install.cc msgid "The following additional packages will be installed:" msgstr "" @@ -2303,7 +2295,6 @@ msgid "Unpack command '%s' failed.\n" msgstr "" #: apt-private/private-source.cc -#, c-format msgid "Check if the 'dpkg-dev' package is installed.\n" msgstr "" @@ -3164,6 +3155,53 @@ msgstr "" msgid " %s has no binary override entry either\n" msgstr "" +#: methods/basehttp.cc +msgid "Waiting for headers" +msgstr "" + +#: methods/basehttp.cc +msgid "The HTTP server sent an invalid reply header" +msgstr "" + +#: methods/basehttp.cc +msgid "Bad header line" +msgstr "" + +#: methods/basehttp.cc +msgid "The HTTP server sent an invalid Content-Length header" +msgstr "" + +#: methods/basehttp.cc +msgid "The HTTP server sent an invalid Content-Range header" +msgstr "" + +#: methods/basehttp.cc +msgid "This HTTP server has broken range support" +msgstr "" + +#: methods/basehttp.cc +msgid "Unknown date format" +msgstr "" + +#: methods/basehttp.cc +msgid "Bad header data" +msgstr "" + +#: methods/basehttp.cc +msgid "Connection failed" +msgstr "" + +#: methods/basehttp.cc +#, c-format +msgid "" +"Automatically disabled %s due to incorrect response from server/proxy. (man " +"5 apt.conf)" +msgstr "" + +#: methods/basehttp.cc +msgid "Internal error" +msgstr "" + #: methods/cdrom.cc #, c-format msgid "Unable to read the cdrom database %s" @@ -3509,53 +3547,6 @@ msgstr "" msgid "Connection closed prematurely" msgstr "" -#: methods/server.cc -msgid "Waiting for headers" -msgstr "" - -#: methods/server.cc -msgid "The HTTP server sent an invalid reply header" -msgstr "" - -#: methods/server.cc -msgid "Bad header line" -msgstr "" - -#: methods/server.cc -msgid "The HTTP server sent an invalid Content-Length header" -msgstr "" - -#: methods/server.cc -msgid "The HTTP server sent an invalid Content-Range header" -msgstr "" - -#: methods/server.cc -msgid "This HTTP server has broken range support" -msgstr "" - -#: methods/server.cc -msgid "Unknown date format" -msgstr "" - -#: methods/server.cc -msgid "Bad header data" -msgstr "" - -#: methods/server.cc -msgid "Connection failed" -msgstr "" - -#: methods/server.cc -#, c-format -msgid "" -"Automatically disabled %s due to incorrect response from server/proxy. (man " -"5 apt.conf)" -msgstr "" - -#: methods/server.cc -msgid "Internal error" -msgstr "" - #: methods/store.cc msgid "Empty files can't be valid archives" msgstr "" |