diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2010-07-11 12:55:51 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2010-07-11 12:55:51 +0200 |
commit | 3184b4cf2e8e2009ce62b8f66c666ae7da67e378 (patch) | |
tree | fecf3bc522154dbd2dbfdde5a275e32bfa6c904a /po | |
parent | 3c0929ecbeab50de9d38edc2eaebe92aeee65baf (diff) | |
parent | 127e6df37213a1fda0dd5b44182acf678ccbbf02 (diff) |
[ Martin Pitt ]
* debian/rules:
- Make DEB_BUILD_OPTIONS=noopt actually work by passing the right
CXXFLAGS.
* apt-pkg/contrib/fileutl.{h,cc}:
- Add support for reading of gzipped files with the new "ReadOnlyGzip"
OpenMode. (Closes: #188407)
- Link against zlib (in apt-pkg/makefile) and add zlib build dependency.
- [ABI BREAK] This adds a new private member to FileFd, but its
initialization is in the public header file.
* configure.in:
- Check for zlib library and headers.
* apt-pkg/acquire-item.cc, apt-pkg/deb/debindexfile.cc,
apt-pkg/deb/debrecords.cc, apt-pkg/deb/debsrcrecords.h,
cmdline/apt-cache.cc:
- Open Packages, Sources, and Translations indexes in "ReadOnlyGzip" mode.
* apt-pkg/deb/debindexfile.cc:
- If we do not find uncompressed package/source/translation indexes, look
for gzip compressed ones.
* apt-pkg/acquire-item.cc:
- If the Acquire::GzipIndexes option is true and we download a gzipped
index file, keep it as it is (and rename to .gz) instead of
uncompressing it.
* doc/apt.conf.5.xml:
- Document the new Acquire::GzipIndexes option.
* doc/po/apt-doc.pot, doc/po/de.po:
- German translation of new Acquire::GzipIndexes option.
* Add test/test-indexes.sh:
- Test behaviour of index retrieval and usage, in particular with
uncompressed and gzip compressed indexes.
* methods/gzip.cc: With FileFd now being able to read gzipped files, there
is no need for the gzip method any more to spawn an external gzip process.
Rewrite it to use FileFd directly, which makes the code a lot simpler, and
also using less memory and overhead.
Diffstat (limited to 'po')
-rw-r--r-- | po/apt-all.pot | 1042 |
1 files changed, 599 insertions, 443 deletions
diff --git a/po/apt-all.pot b/po/apt-all.pot index cd73ed59b..a48d3adfd 100644 --- a/po/apt-all.pot +++ b/po/apt-all.pot @@ -7,155 +7,153 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-05-04 13:37+0200\n" +"POT-Creation-Date: 2010-07-11 12:38+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" -#: cmdline/apt-cache.cc:141 +#: cmdline/apt-cache.cc:134 #, c-format msgid "Package %s version %s has an unmet dep:\n" msgstr "" -#: cmdline/apt-cache.cc:181 cmdline/apt-cache.cc:552 cmdline/apt-cache.cc:646 -#: cmdline/apt-cache.cc:799 cmdline/apt-cache.cc:1023 -#: cmdline/apt-cache.cc:1428 cmdline/apt-cache.cc:1523 -#: cmdline/apt-cache.cc:1606 -#, c-format -msgid "Unable to locate package %s" -msgstr "" - -#: cmdline/apt-cache.cc:245 +#: cmdline/apt-cache.cc:259 msgid "Total package names: " msgstr "" -#: cmdline/apt-cache.cc:247 +#: cmdline/apt-cache.cc:261 msgid "Total package structures: " msgstr "" -#: cmdline/apt-cache.cc:287 +#: cmdline/apt-cache.cc:301 msgid " Normal packages: " msgstr "" -#: cmdline/apt-cache.cc:288 +#: cmdline/apt-cache.cc:302 msgid " Pure virtual packages: " msgstr "" -#: cmdline/apt-cache.cc:289 +#: cmdline/apt-cache.cc:303 msgid " Single virtual packages: " msgstr "" -#: cmdline/apt-cache.cc:290 +#: cmdline/apt-cache.cc:304 msgid " Mixed virtual packages: " msgstr "" -#: cmdline/apt-cache.cc:291 +#: cmdline/apt-cache.cc:305 msgid " Missing: " msgstr "" -#: cmdline/apt-cache.cc:293 +#: cmdline/apt-cache.cc:307 msgid "Total distinct versions: " msgstr "" -#: cmdline/apt-cache.cc:295 +#: cmdline/apt-cache.cc:309 msgid "Total distinct descriptions: " msgstr "" -#: cmdline/apt-cache.cc:297 +#: cmdline/apt-cache.cc:311 msgid "Total dependencies: " msgstr "" -#: cmdline/apt-cache.cc:300 +#: cmdline/apt-cache.cc:314 msgid "Total ver/file relations: " msgstr "" -#: cmdline/apt-cache.cc:302 +#: cmdline/apt-cache.cc:316 msgid "Total Desc/File relations: " msgstr "" -#: cmdline/apt-cache.cc:304 +#: cmdline/apt-cache.cc:318 msgid "Total Provides mappings: " msgstr "" -#: cmdline/apt-cache.cc:316 +#: cmdline/apt-cache.cc:330 msgid "Total globbed strings: " msgstr "" -#: cmdline/apt-cache.cc:330 +#: cmdline/apt-cache.cc:344 msgid "Total dependency version space: " msgstr "" -#: cmdline/apt-cache.cc:335 +#: cmdline/apt-cache.cc:349 msgid "Total slack space: " msgstr "" -#: cmdline/apt-cache.cc:343 +#: cmdline/apt-cache.cc:357 msgid "Total space accounted for: " msgstr "" -#: cmdline/apt-cache.cc:471 cmdline/apt-cache.cc:1223 +#: cmdline/apt-cache.cc:488 cmdline/apt-cache.cc:1218 #, c-format msgid "Package file %s is out of sync." msgstr "" -#: cmdline/apt-cache.cc:1299 -msgid "You must give exactly one pattern" +#: cmdline/apt-cache.cc:1297 +msgid "You must give at least one search pattern" msgstr "" -#: cmdline/apt-cache.cc:1457 cmdline/apt-cache.cc:1529 +#: cmdline/apt-cache.cc:1451 cmdline/apt-cache.cc:1527 msgid "No packages found" msgstr "" -#: cmdline/apt-cache.cc:1548 +#: cmdline/apt-cache.cc:1521 cmdline/cacheset.cc:444 +#, c-format +msgid "Unable to locate package %s" +msgstr "" + +#: cmdline/apt-cache.cc:1551 msgid "Package files:" msgstr "" -#: cmdline/apt-cache.cc:1555 cmdline/apt-cache.cc:1657 +#: cmdline/apt-cache.cc:1558 cmdline/apt-cache.cc:1655 msgid "Cache is out of sync, can't x-ref a package file" msgstr "" #. Show any packages have explicit pins -#: cmdline/apt-cache.cc:1569 +#: cmdline/apt-cache.cc:1572 msgid "Pinned packages:" msgstr "" -#: cmdline/apt-cache.cc:1581 cmdline/apt-cache.cc:1637 +#: cmdline/apt-cache.cc:1584 cmdline/apt-cache.cc:1635 msgid "(not found)" msgstr "" -#: cmdline/apt-cache.cc:1590 +#: cmdline/apt-cache.cc:1593 msgid " Installed: " msgstr "" -#: cmdline/apt-cache.cc:1591 +#: cmdline/apt-cache.cc:1594 msgid " Candidate: " msgstr "" -#: cmdline/apt-cache.cc:1619 cmdline/apt-cache.cc:1627 +#: cmdline/apt-cache.cc:1617 cmdline/apt-cache.cc:1625 msgid "(none)" msgstr "" -#: cmdline/apt-cache.cc:1634 +#: cmdline/apt-cache.cc:1632 msgid " Package pin: " msgstr "" #. Show the priority tables -#: cmdline/apt-cache.cc:1643 +#: cmdline/apt-cache.cc:1641 msgid " Version table:" msgstr "" -#: cmdline/apt-cache.cc:1754 cmdline/apt-cdrom.cc:197 cmdline/apt-config.cc:70 +#: cmdline/apt-cache.cc:1748 cmdline/apt-cdrom.cc:197 cmdline/apt-config.cc:70 #: cmdline/apt-extracttemplates.cc:225 ftparchive/apt-ftparchive.cc:584 -#: cmdline/apt-get.cc:2729 cmdline/apt-sortpkgs.cc:144 +#: cmdline/apt-get.cc:2734 cmdline/apt-sortpkgs.cc:144 #, c-format msgid "%s %s for %s compiled on %s %s\n" msgstr "" -#: cmdline/apt-cache.cc:1761 +#: cmdline/apt-cache.cc:1755 msgid "" "Usage: apt-cache [options] command\n" " apt-cache [options] add file1 [file2 ...]\n" @@ -176,6 +174,7 @@ msgid "" " unmet - Show unmet dependencies\n" " search - Search the package list for a regex pattern\n" " show - Show a readable record for the package\n" +" showauto - Display a list of automatically installed packages\n" " depends - Show raw dependency information for a package\n" " rdepends - Show reverse dependency information for a package\n" " pkgnames - List the names of all packages in the system\n" @@ -194,6 +193,58 @@ msgid "" "See the apt-cache(8) and apt.conf(5) manual pages for more information.\n" msgstr "" +#: cmdline/cacheset.cc:105 cmdline/apt-get.cc:150 +#, c-format +msgid "Regex compilation error - %s" +msgstr "" + +#: cmdline/cacheset.cc:341 +#, c-format +msgid "Release '%s' for '%s' was not found" +msgstr "" + +#: cmdline/cacheset.cc:344 +#, c-format +msgid "Version '%s' for '%s' was not found" +msgstr "" + +#: cmdline/cacheset.cc:451 +#, c-format +msgid "Couldn't find task '%s'" +msgstr "" + +#: cmdline/cacheset.cc:458 +#, c-format +msgid "Couldn't find any package by regex '%s'" +msgstr "" + +#: cmdline/cacheset.cc:471 +#, c-format +msgid "Can't select versions from package '%s' as it purely virtual" +msgstr "" + +#: cmdline/cacheset.cc:479 cmdline/cacheset.cc:487 +#, c-format +msgid "" +"Can't select installed nor candidate version from package '%s' as it has " +"neither of them" +msgstr "" + +#: cmdline/cacheset.cc:495 +#, c-format +msgid "Can't select newest version from package '%s' as it is purely virtual" +msgstr "" + +#: cmdline/cacheset.cc:503 +#, c-format +msgid "Can't select candidate version from package %s as it has no candidate" +msgstr "" + +#: cmdline/cacheset.cc:511 +#, c-format +msgid "Can't select installed version from package %s as it is not installed" +msgstr "" + #: cmdline/apt-cdrom.cc:77 msgid "Please provide a name for this Disc, such as 'Debian 5.0.3 Disk 1'" msgstr "" @@ -250,12 +301,12 @@ msgid "" " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n" msgstr "" -#: cmdline/apt-extracttemplates.cc:267 apt-pkg/pkgcachegen.cc:1030 +#: cmdline/apt-extracttemplates.cc:267 apt-pkg/pkgcachegen.cc:1169 #, c-format msgid "Unable to write to %s" msgstr "" -#: cmdline/apt-extracttemplates.cc:310 +#: cmdline/apt-extracttemplates.cc:309 msgid "Cannot get debconf version. Is debconf installed?" msgstr "" @@ -549,218 +600,302 @@ msgstr "" msgid "Failed to rename %s to %s" msgstr "" -#: cmdline/apt-get.cc:127 +#: cmdline/apt-get.cc:128 msgid "Y" msgstr "" -#: cmdline/apt-get.cc:149 cmdline/apt-get.cc:1782 -#, c-format -msgid "Regex compilation error - %s" -msgstr "" - -#: cmdline/apt-get.cc:244 +#: cmdline/apt-get.cc:245 msgid "The following packages have unmet dependencies:" msgstr "" -#: cmdline/apt-get.cc:334 +#: cmdline/apt-get.cc:335 #, c-format msgid "but %s is installed" msgstr "" -#: cmdline/apt-get.cc:336 +#: cmdline/apt-get.cc:337 #, c-format msgid "but %s is to be installed" msgstr "" -#: cmdline/apt-get.cc:343 +#: cmdline/apt-get.cc:344 msgid "but it is not installable" msgstr "" -#: cmdline/apt-get.cc:345 +#: cmdline/apt-get.cc:346 msgid "but it is a virtual package" msgstr "" -#: cmdline/apt-get.cc:348 +#: cmdline/apt-get.cc:349 msgid "but it is not installed" msgstr "" -#: cmdline/apt-get.cc:348 +#: cmdline/apt-get.cc:349 msgid "but it is not going to be installed" msgstr "" -#: cmdline/apt-get.cc:353 +#: cmdline/apt-get.cc:354 msgid " or" msgstr "" -#: cmdline/apt-get.cc:384 +#: cmdline/apt-get.cc:385 msgid "The following NEW packages will be installed:" msgstr "" -#: cmdline/apt-get.cc:412 +#: cmdline/apt-get.cc:413 msgid "The following packages will be REMOVED:" msgstr "" -#: cmdline/apt-get.cc:434 +#: cmdline/apt-get.cc:435 msgid "The following packages have been kept back:" msgstr "" -#: cmdline/apt-get.cc:457 +#: cmdline/apt-get.cc:458 msgid "The following packages will be upgraded:" msgstr "" -#: cmdline/apt-get.cc:480 +#: cmdline/apt-get.cc:481 msgid "The following packages will be DOWNGRADED:" msgstr "" -#: cmdline/apt-get.cc:500 +#: cmdline/apt-get.cc:501 msgid "The following held packages will be changed:" msgstr "" -#: cmdline/apt-get.cc:553 +#: cmdline/apt-get.cc:554 #, c-format msgid "%s (due to %s) " msgstr "" -#: cmdline/apt-get.cc:561 +#: cmdline/apt-get.cc:562 msgid "" "WARNING: The following essential packages will be removed.\n" "This should NOT be done unless you know exactly what you are doing!" msgstr "" -#: cmdline/apt-get.cc:595 +#: cmdline/apt-get.cc:596 #, c-format msgid "%lu upgraded, %lu newly installed, " msgstr "" -#: cmdline/apt-get.cc:599 +#: cmdline/apt-get.cc:600 #, c-format msgid "%lu reinstalled, " msgstr "" -#: cmdline/apt-get.cc:601 +#: cmdline/apt-get.cc:602 #, c-format msgid "%lu downgraded, " msgstr "" -#: cmdline/apt-get.cc:603 +#: cmdline/apt-get.cc:604 #, c-format msgid "%lu to remove and %lu not upgraded.\n" msgstr "" -#: cmdline/apt-get.cc:607 +#: cmdline/apt-get.cc:608 #, c-format msgid "%lu not fully installed or removed.\n" msgstr "" -#: cmdline/apt-get.cc:680 +#: cmdline/apt-get.cc:628 +#, c-format +msgid "Note, selecting '%s' for task '%s'\n" +msgstr "" + +#: cmdline/apt-get.cc:634 +#, c-format +msgid "Note, selecting '%s' for regex '%s'\n" +msgstr "" + +#: cmdline/apt-get.cc:641 +#, c-format +msgid "Selected version '%s' (%s) for '%s'\n" +msgstr "" + +#: cmdline/apt-get.cc:651 +#, c-format +msgid "Package %s is a virtual package provided by:\n" +msgstr "" + +#: cmdline/apt-get.cc:662 +msgid " [Installed]" +msgstr "" + +#: cmdline/apt-get.cc:671 +msgid " [Not candidate version]" +msgstr "" + +#: cmdline/apt-get.cc:673 +msgid "You should explicitly select one to install." +msgstr "" + +#: cmdline/apt-get.cc:676 +#, c-format +msgid "" +"Package %s is not available, but is referred to by another package.\n" +"This may mean that the package is missing, has been obsoleted, or\n" +"is only available from another source\n" +msgstr "" + +#: cmdline/apt-get.cc:694 +msgid "However the following packages replace it:" +msgstr "" + +#: cmdline/apt-get.cc:706 +#, c-format +msgid "Package '%s' has no installation candidate" +msgstr "" + +#: cmdline/apt-get.cc:717 +#, c-format +msgid "Virtual packages like '%s' can't be removed\n" +msgstr "" + +#: cmdline/apt-get.cc:748 +#, c-format +msgid "Note, selecting '%s' instead of '%s'\n" +msgstr "" + +#: cmdline/apt-get.cc:778 +#, c-format +msgid "Skipping %s, it is already installed and upgrade is not set.\n" +msgstr "" + +#: cmdline/apt-get.cc:782 +#, c-format +msgid "Skipping %s, it is not installed and only upgrades are requested.\n" +msgstr "" + +#: cmdline/apt-get.cc:792 +#, c-format +msgid "Reinstallation of %s is not possible, it cannot be downloaded.\n" +msgstr "" + +#: cmdline/apt-get.cc:797 +#, c-format +msgid "%s is already the newest version.\n" +msgstr "" + +#: cmdline/apt-get.cc:816 cmdline/apt-get.cc:1973 +#, c-format +msgid "%s set to manually installed.\n" +msgstr "" + +#: cmdline/apt-get.cc:853 +#, c-format +msgid "Package %s is not installed, so not removed\n" +msgstr "" + +#: cmdline/apt-get.cc:928 msgid "Correcting dependencies..." msgstr "" -#: cmdline/apt-get.cc:683 +#: cmdline/apt-get.cc:931 msgid " failed." msgstr "" -#: cmdline/apt-get.cc:686 +#: cmdline/apt-get.cc:934 msgid "Unable to correct dependencies" msgstr "" -#: cmdline/apt-get.cc:689 +#: cmdline/apt-get.cc:937 msgid "Unable to minimize the upgrade set" msgstr "" -#: cmdline/apt-get.cc:691 +#: cmdline/apt-get.cc:939 msgid " Done" msgstr "" -#: cmdline/apt-get.cc:695 +#: cmdline/apt-get.cc:943 msgid "You might want to run 'apt-get -f install' to correct these." msgstr "" -#: cmdline/apt-get.cc:698 +#: cmdline/apt-get.cc:946 msgid "Unmet dependencies. Try using -f." msgstr "" -#: cmdline/apt-get.cc:723 +#: cmdline/apt-get.cc:971 msgid "WARNING: The following packages cannot be authenticated!" msgstr "" -#: cmdline/apt-get.cc:727 +#: cmdline/apt-get.cc:975 msgid "Authentication warning overridden.\n" msgstr "" -#: cmdline/apt-get.cc:734 +#: cmdline/apt-get.cc:982 msgid "Install these packages without verification [y/N]? " msgstr "" -#: cmdline/apt-get.cc:736 +#: cmdline/apt-get.cc:984 msgid "Some packages could not be authenticated" msgstr "" -#: cmdline/apt-get.cc:745 cmdline/apt-get.cc:900 +#: cmdline/apt-get.cc:993 cmdline/apt-get.cc:1148 msgid "There are problems and -y was used without --force-yes" msgstr "" -#: cmdline/apt-get.cc:786 +#: cmdline/apt-get.cc:1034 msgid "Internal error, InstallPackages was called with broken packages!" msgstr "" -#: cmdline/apt-get.cc:795 +#: cmdline/apt-get.cc:1043 msgid "Packages need to be removed but remove is disabled." msgstr "" -#: cmdline/apt-get.cc:806 +#: cmdline/apt-get.cc:1054 msgid "Internal error, Ordering didn't finish" msgstr "" -#: cmdline/apt-get.cc:831 cmdline/apt-get.cc:2210 cmdline/apt-get.cc:2469 -#: apt-pkg/cachefile.cc:65 +#: cmdline/apt-get.cc:1079 cmdline/apt-get.cc:2184 cmdline/apt-get.cc:2475 +#: apt-pkg/cachefile.cc:106 msgid "The list of sources could not be read." msgstr "" -#: cmdline/apt-get.cc:846 +#: cmdline/apt-get.cc:1094 msgid "How odd.. The sizes didn't match, email apt@packages.debian.org" msgstr "" -#: cmdline/apt-get.cc:851 +#: cmdline/apt-get.cc:1099 #, c-format msgid "Need to get %sB/%sB of archives.\n" msgstr "" -#: cmdline/apt-get.cc:854 +#: cmdline/apt-get.cc:1102 #, c-format msgid "Need to get %sB of archives.\n" msgstr "" -#: cmdline/apt-get.cc:859 +#: cmdline/apt-get.cc:1107 #, c-format msgid "After this operation, %sB of additional disk space will be used.\n" msgstr "" -#: cmdline/apt-get.cc:862 +#: cmdline/apt-get.cc:1110 #, c-format msgid "After this operation, %sB disk space will be freed.\n" msgstr "" -#: cmdline/apt-get.cc:877 cmdline/apt-get.cc:880 cmdline/apt-get.cc:2308 -#: cmdline/apt-get.cc:2311 +#: cmdline/apt-get.cc:1125 cmdline/apt-get.cc:1128 cmdline/apt-get.cc:2313 +#: cmdline/apt-get.cc:2316 #, c-format msgid "Couldn't determine free space in %s" msgstr "" -#: cmdline/apt-get.cc:890 +#: cmdline/apt-get.cc:1138 #, c-format msgid "You don't have enough free space in %s." msgstr "" -#: cmdline/apt-get.cc:906 cmdline/apt-get.cc:926 +#: cmdline/apt-get.cc:1154 cmdline/apt-get.cc:1174 msgid "Trivial Only specified but this is not a trivial operation." msgstr "" -#: cmdline/apt-get.cc:908 +#: cmdline/apt-get.cc:1156 msgid "Yes, do as I say!" msgstr "" -#: cmdline/apt-get.cc:910 +#: cmdline/apt-get.cc:1158 #, c-format msgid "" "You are about to do something potentially harmful.\n" @@ -768,149 +903,84 @@ msgid "" " ?] " msgstr "" -#: cmdline/apt-get.cc:916 cmdline/apt-get.cc:935 +#: cmdline/apt-get.cc:1164 cmdline/apt-get.cc:1183 msgid "Abort." msgstr "" -#: cmdline/apt-get.cc:931 +#: cmdline/apt-get.cc:1179 msgid "Do you want to continue [Y/n]? " msgstr "" -#: cmdline/apt-get.cc:1003 cmdline/apt-get.cc:2364 apt-pkg/algorithms.cc:1435 +#: cmdline/apt-get.cc:1251 cmdline/apt-get.cc:2369 apt-pkg/algorithms.cc:1434 #, c-format msgid "Failed to fetch %s %s\n" msgstr "" -#: cmdline/apt-get.cc:1021 +#: cmdline/apt-get.cc:1269 msgid "Some files failed to download" msgstr "" -#: cmdline/apt-get.cc:1022 cmdline/apt-get.cc:2373 +#: cmdline/apt-get.cc:1270 cmdline/apt-get.cc:2378 msgid "Download complete and in download only mode" msgstr "" -#: cmdline/apt-get.cc:1028 +#: cmdline/apt-get.cc:1276 msgid "" "Unable to fetch some archives, maybe run apt-get update or try with --fix-" "missing?" msgstr "" -#: cmdline/apt-get.cc:1032 +#: cmdline/apt-get.cc:1280 msgid "--fix-missing and media swapping is not currently supported" msgstr "" -#: cmdline/apt-get.cc:1037 +#: cmdline/apt-get.cc:1285 msgid "Unable to correct missing packages." msgstr "" -#: cmdline/apt-get.cc:1038 +#: cmdline/apt-get.cc:1286 msgid "Aborting install." msgstr "" -#: cmdline/apt-get.cc:1096 -#, c-format -msgid "Note, selecting %s instead of %s\n" -msgstr "" - -#: cmdline/apt-get.cc:1107 -#, c-format -msgid "Skipping %s, it is already installed and upgrade is not set.\n" -msgstr "" - -#: cmdline/apt-get.cc:1117 -#, c-format -msgid "Skipping %s, it is not installed and only upgrades are requested.\n" -msgstr "" - -#: cmdline/apt-get.cc:1135 -#, c-format -msgid "Package %s is not installed, so not removed\n" -msgstr "" - -#: cmdline/apt-get.cc:1146 -#, c-format -msgid "Package %s is a virtual package provided by:\n" -msgstr "" - -#: cmdline/apt-get.cc:1159 -msgid " [Installed]" -msgstr "" - -#: cmdline/apt-get.cc:1168 -msgid " [Not candidate version]" -msgstr "" - -#: cmdline/apt-get.cc:1170 -msgid "You should explicitly select one to install." -msgstr "" - -#: cmdline/apt-get.cc:1175 -#, c-format +#: cmdline/apt-get.cc:1314 msgid "" -"Package %s is not available, but is referred to by another package.\n" -"This may mean that the package is missing, has been obsoleted, or\n" -"is only available from another source\n" -msgstr "" - -#: cmdline/apt-get.cc:1194 -msgid "However the following packages replace it:" -msgstr "" - -#: cmdline/apt-get.cc:1197 -#, c-format -msgid "Package %s has no installation candidate" -msgstr "" - -#: cmdline/apt-get.cc:1217 -#, c-format -msgid "Reinstallation of %s is not possible, it cannot be downloaded.\n" -msgstr "" - -#: cmdline/apt-get.cc:1225 -#, c-format -msgid "%s is already the newest version.\n" -msgstr "" - -#: cmdline/apt-get.cc:1254 -#, c-format -msgid "Release '%s' for '%s' was not found" -msgstr "" - -#: cmdline/apt-get.cc:1256 -#, c-format -msgid "Version '%s' for '%s' was not found" -msgstr "" +"The following package disappeared from your system as\n" +"all files have been overwritten by other packages:" +msgid_plural "" +"The following packages disappeared from your system as\n" +"all files have been overwritten by other packages:" +msgstr[0] "" +msgstr[1] "" -#: cmdline/apt-get.cc:1262 -#, c-format -msgid "Selected version %s (%s) for %s\n" +#: cmdline/apt-get.cc:1318 +msgid "Note: This is done automatic and on purpose by dpkg." msgstr "" -#: cmdline/apt-get.cc:1363 +#: cmdline/apt-get.cc:1448 #, c-format msgid "Ignore unavailable target release '%s' of package '%s'" msgstr "" -#: cmdline/apt-get.cc:1395 +#: cmdline/apt-get.cc:1480 #, c-format msgid "Picking '%s' as source package instead of '%s'\n" msgstr "" #. if (VerTag.empty() == false && Last == 0) -#: cmdline/apt-get.cc:1433 +#: cmdline/apt-get.cc:1518 #, c-format msgid "Ignore unavailable version '%s' of package '%s'" msgstr "" -#: cmdline/apt-get.cc:1449 +#: cmdline/apt-get.cc:1534 msgid "The update command takes no arguments" msgstr "" -#: cmdline/apt-get.cc:1514 +#: cmdline/apt-get.cc:1599 msgid "We are not supposed to delete stuff, can't start AutoRemover" msgstr "" -#: cmdline/apt-get.cc:1562 +#: cmdline/apt-get.cc:1647 msgid "" "The following package is automatically installed and is no longer required:" msgid_plural "" @@ -919,7 +989,7 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: cmdline/apt-get.cc:1566 +#: cmdline/apt-get.cc:1651 #, c-format msgid "%lu package was automatically installed and is no longer required.\n" msgid_plural "" @@ -927,11 +997,11 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: cmdline/apt-get.cc:1568 +#: cmdline/apt-get.cc:1653 msgid "Use 'apt-get autoremove' to remove them." msgstr "" -#: cmdline/apt-get.cc:1573 +#: cmdline/apt-get.cc:1658 msgid "" "Hmm, seems like the AutoRemover destroyed something which really\n" "shouldn't happen. Please file a bug report against apt." @@ -947,49 +1017,29 @@ msgstr "" #. "that package should be filed.") << endl; #. } #. -#: cmdline/apt-get.cc:1576 cmdline/apt-get.cc:1871 +#: cmdline/apt-get.cc:1661 cmdline/apt-get.cc:1803 msgid "The following information may help to resolve the situation:" msgstr "" -#: cmdline/apt-get.cc:1580 +#: cmdline/apt-get.cc:1665 msgid "Internal Error, AutoRemover broke stuff" msgstr "" -#: cmdline/apt-get.cc:1599 +#: cmdline/apt-get.cc:1684 msgid "Internal error, AllUpgrade broke stuff" msgstr "" -#: cmdline/apt-get.cc:1654 -#, c-format -msgid "Couldn't find task %s" -msgstr "" - -#: cmdline/apt-get.cc:1769 cmdline/apt-get.cc:1808 -#, c-format -msgid "Couldn't find package %s" -msgstr "" - -#: cmdline/apt-get.cc:1795 -#, c-format -msgid "Note, selecting %s for regex '%s'\n" -msgstr "" - -#: cmdline/apt-get.cc:1828 -#, c-format -msgid "%s set to manually installed.\n" -msgstr "" - -#: cmdline/apt-get.cc:1841 +#: cmdline/apt-get.cc:1773 msgid "You might want to run 'apt-get -f install' to correct these:" msgstr "" -#: cmdline/apt-get.cc:1844 +#: cmdline/apt-get.cc:1776 msgid "" "Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a " "solution)." msgstr "" -#: cmdline/apt-get.cc:1856 +#: cmdline/apt-get.cc:1788 msgid "" "Some packages could not be installed. This may mean that you have\n" "requested an impossible situation or if you are using the unstable\n" @@ -997,156 +1047,181 @@ msgid "" "or been moved out of Incoming." msgstr "" -#: cmdline/apt-get.cc:1874 +#: cmdline/apt-get.cc:1806 msgid "Broken packages" msgstr "" -#: cmdline/apt-get.cc:1903 +#: cmdline/apt-get.cc:1835 msgid "The following extra packages will be installed:" msgstr "" -#: cmdline/apt-get.cc:1992 +#: cmdline/apt-get.cc:1925 msgid "Suggested packages:" msgstr "" -#: cmdline/apt-get.cc:1993 +#: cmdline/apt-get.cc:1926 msgid "Recommended packages:" msgstr "" -#: cmdline/apt-get.cc:2022 +#: cmdline/apt-get.cc:1968 +#, c-format +msgid "Couldn't find package %s" +msgstr "" + +#: cmdline/apt-get.cc:1975 +#, c-format +msgid "%s set to automatically installed.\n" +msgstr "" + +#: cmdline/apt-get.cc:1996 msgid "Calculating upgrade... " msgstr "" -#: cmdline/apt-get.cc:2025 methods/ftp.cc:708 methods/connect.cc:112 +#: cmdline/apt-get.cc:1999 methods/ftp.cc:707 methods/connect.cc:111 msgid "Failed" msgstr "" -#: cmdline/apt-get.cc:2030 +#: cmdline/apt-get.cc:2004 msgid "Done" msgstr "" -#: cmdline/apt-get.cc:2097 cmdline/apt-get.cc:2105 +#: cmdline/apt-get.cc:2071 cmdline/apt-get.cc:2079 msgid "Internal error, problem resolver broke stuff" msgstr "" -#: cmdline/apt-get.cc:2129 cmdline/apt-get.cc:2162 +#: cmdline/apt-get.cc:2103 cmdline/apt-get.cc:2136 msgid "Unable to lock the download directory" msgstr "" -#: cmdline/apt-get.cc:2205 +#: cmdline/apt-get.cc:2179 msgid "Must specify at least one package to fetch source for" msgstr "" -#: cmdline/apt-get.cc:2237 cmdline/apt-get.cc:2489 +#: cmdline/apt-get.cc:2219 cmdline/apt-get.cc:2495 #, c-format msgid "Unable to find a source package for %s" msgstr "" -#: cmdline/apt-get.cc:2286 +#: cmdline/apt-get.cc:2235 +#, c-format +msgid "" +"NOTICE: '%s' packaging is maintained in the '%s' version control system at:\n" +"%s\n" +msgstr "" + +#: cmdline/apt-get.cc:2240 +#, c-format +msgid "" +"Please use:\n" +"bzr get %s\n" +"to retrieve the latest (possibly unreleased) updates to the package.\n" +msgstr "" + +#: cmdline/apt-get.cc:2291 #, c-format msgid "Skipping already downloaded file '%s'\n" msgstr "" -#: cmdline/apt-get.cc:2321 +#: cmdline/apt-get.cc:2326 #, c-format msgid "You don't have enough free space in %s" msgstr "" -#: cmdline/apt-get.cc:2327 +#: cmdline/apt-get.cc:2332 #, c-format msgid "Need to get %sB/%sB of source archives.\n" msgstr "" -#: cmdline/apt-get.cc:2330 +#: cmdline/apt-get.cc:2335 #, c-format msgid "Need to get %sB of source archives.\n" msgstr "" -#: cmdline/apt-get.cc:2336 +#: cmdline/apt-get.cc:2341 #, c-format msgid "Fetch source %s\n" msgstr "" -#: cmdline/apt-get.cc:2369 +#: cmdline/apt-get.cc:2374 msgid "Failed to fetch some archives." msgstr "" -#: cmdline/apt-get.cc:2398 +#: cmdline/apt-get.cc:2404 #, c-format msgid "Skipping unpack of already unpacked source in %s\n" msgstr "" -#: cmdline/apt-get.cc:2410 +#: cmdline/apt-get.cc:2416 #, c-format msgid "Unpack command '%s' failed.\n" msgstr "" -#: cmdline/apt-get.cc:2411 +#: cmdline/apt-get.cc:2417 #, c-format msgid "Check if the 'dpkg-dev' package is installed.\n" msgstr "" -#: cmdline/apt-get.cc:2428 +#: cmdline/apt-get.cc:2434 #, c-format msgid "Build command '%s' failed.\n" msgstr "" -#: cmdline/apt-get.cc:2448 +#: cmdline/apt-get.cc:2454 msgid "Child process failed" msgstr "" -#: cmdline/apt-get.cc:2464 +#: cmdline/apt-get.cc:2470 msgid "Must specify at least one package to check builddeps for" msgstr "" -#: cmdline/apt-get.cc:2494 +#: cmdline/apt-get.cc:2500 #, c-format msgid "Unable to get build-dependency information for %s" msgstr "" -#: cmdline/apt-get.cc:2514 +#: cmdline/apt-get.cc:2520 #, c-format msgid "%s has no build depends.\n" msgstr "" -#: cmdline/apt-get.cc:2566 +#: cmdline/apt-get.cc:2571 #, c-format msgid "" "%s dependency for %s cannot be satisfied because the package %s cannot be " "found" msgstr "" -#: cmdline/apt-get.cc:2619 +#: cmdline/apt-get.cc:2624 #, c-format msgid "" "%s dependency for %s cannot be satisfied because no available versions of " "package %s can satisfy version requirements" msgstr "" -#: cmdline/apt-get.cc:2655 +#: cmdline/apt-get.cc:2660 #, c-format msgid "Failed to satisfy %s dependency for %s: Installed package %s is too new" msgstr "" -#: cmdline/apt-get.cc:2682 +#: cmdline/apt-get.cc:2687 #, c-format msgid "Failed to satisfy %s dependency for %s: %s" msgstr "" -#: cmdline/apt-get.cc:2698 +#: cmdline/apt-get.cc:2703 #, c-format msgid "Build-dependencies for %s could not be satisfied." msgstr "" -#: cmdline/apt-get.cc:2703 +#: cmdline/apt-get.cc:2708 msgid "Failed to process build dependencies" msgstr "" -#: cmdline/apt-get.cc:2734 +#: cmdline/apt-get.cc:2739 msgid "Supported modules:" msgstr "" -#: cmdline/apt-get.cc:2775 +#: cmdline/apt-get.cc:2780 msgid "" "Usage: apt-get [options] command\n" " apt-get [options] install|remove pkg1 [pkg2 ...]\n" @@ -1170,6 +1245,8 @@ msgid "" " clean - Erase downloaded archive files\n" " autoclean - Erase old downloaded archive files\n" " check - Verify that there are no broken dependencies\n" +" markauto - Mark the given packages as automatically installed\n" +" unmarkauto - Mark the given packages as manually installed\n" "\n" "Options:\n" " -h This help text.\n" @@ -1190,7 +1267,7 @@ msgid "" " This APT has Super Cow Powers.\n" msgstr "" -#: cmdline/apt-get.cc:2944 +#: cmdline/apt-get.cc:2952 msgid "" "NOTE: This is only a simulation!\n" " apt-get needs root privileges for real execution.\n" @@ -1421,9 +1498,10 @@ msgstr "" #. Only warn if there are no sources.list.d. #. Only warn if there is no sources.list file. #: apt-inst/extract.cc:464 apt-pkg/contrib/cdromutl.cc:166 -#: apt-pkg/contrib/fileutl.cc:287 apt-pkg/sourcelist.cc:204 -#: apt-pkg/sourcelist.cc:210 apt-pkg/acquire.cc:471 apt-pkg/init.cc:92 -#: apt-pkg/init.cc:100 apt-pkg/clean.cc:33 apt-pkg/policy.cc:296 +#: apt-pkg/contrib/fileutl.cc:290 apt-pkg/sourcelist.cc:204 +#: apt-pkg/sourcelist.cc:210 apt-pkg/acquire.cc:471 apt-pkg/init.cc:98 +#: apt-pkg/init.cc:106 apt-pkg/clean.cc:33 apt-pkg/policy.cc:306 +#: methods/mirror.cc:87 #, c-format msgid "Unable to read %s" msgstr "" @@ -1452,10 +1530,9 @@ msgstr "" msgid "The info and temp directories need to be on the same filesystem" msgstr "" -#. Build the status cache -#: apt-inst/deb/dpkgdb.cc:135 apt-pkg/pkgcachegen.cc:947 -#: apt-pkg/pkgcachegen.cc:1032 apt-pkg/pkgcachegen.cc:1037 -#: apt-pkg/pkgcachegen.cc:1181 +#: apt-inst/deb/dpkgdb.cc:135 apt-pkg/pkgcachegen.cc:1070 +#: apt-pkg/pkgcachegen.cc:1172 apt-pkg/pkgcachegen.cc:1178 +#: apt-pkg/pkgcachegen.cc:1324 msgid "Reading package lists" msgstr "" @@ -1583,12 +1660,12 @@ msgstr "" msgid "File not found" msgstr "" -#: methods/copy.cc:43 methods/gzip.cc:141 methods/gzip.cc:150 -#: methods/rred.cc:483 methods/rred.cc:492 +#: methods/copy.cc:43 methods/gzip.cc:96 methods/gzip.cc:105 +#: methods/rred.cc:486 methods/rred.cc:495 msgid "Failed to stat" msgstr "" -#: methods/copy.cc:80 methods/gzip.cc:147 methods/rred.cc:489 +#: methods/copy.cc:80 methods/gzip.cc:102 methods/rred.cc:492 msgid "Failed to set modification time" msgstr "" @@ -1648,7 +1725,7 @@ msgstr "" msgid "Server closed the connection" msgstr "" -#: methods/ftp.cc:344 apt-pkg/contrib/fileutl.cc:714 methods/rsh.cc:190 +#: methods/ftp.cc:344 apt-pkg/contrib/fileutl.cc:735 methods/rsh.cc:190 msgid "Read error" msgstr "" @@ -1660,196 +1737,177 @@ msgstr "" msgid "Protocol corruption" msgstr "" -#: methods/ftp.cc:452 apt-pkg/contrib/fileutl.cc:753 methods/rsh.cc:232 +#: methods/ftp.cc:452 apt-pkg/contrib/fileutl.cc:777 methods/rsh.cc:232 msgid "Write error" msgstr "" -#: methods/ftp.cc:693 methods/ftp.cc:699 methods/ftp.cc:735 +#: methods/ftp.cc:692 methods/ftp.cc:698 methods/ftp.cc:734 msgid "Could not create a socket" msgstr "" -#: methods/ftp.cc:704 +#: methods/ftp.cc:703 msgid "Could not connect data socket, connection timed out" msgstr "" -#: methods/ftp.cc:710 +#: methods/ftp.cc:709 msgid "Could not connect passive socket." msgstr "" -#: methods/ftp.cc:728 +#: methods/ftp.cc:727 msgid "getaddrinfo was unable to get a listening socket" msgstr "" -#: methods/ftp.cc:742 +#: methods/ftp.cc:741 msgid "Could not bind a socket" msgstr "" -#: methods/ftp.cc:746 +#: methods/ftp.cc:745 msgid "Could not listen on the socket" msgstr "" -#: methods/ftp.cc:753 +#: methods/ftp.cc:752 msgid "Could not determine the socket's name" msgstr "" -#: methods/ftp.cc:785 +#: methods/ftp.cc:784 msgid "Unable to send PORT command" msgstr "" -#: methods/ftp.cc:795 +#: methods/ftp.cc:794 #, c-format msgid "Unknown address family %u (AF_*)" msgstr "" -#: methods/ftp.cc:804 +#: methods/ftp.cc:803 #, c-format msgid "EPRT failed, server said: %s" msgstr "" -#: methods/ftp.cc:824 +#: methods/ftp.cc:823 msgid "Data socket connect timed out" msgstr "" -#: methods/ftp.cc:831 +#: methods/ftp.cc:830 msgid "Unable to accept connection" msgstr "" -#: methods/ftp.cc:870 methods/http.cc:1002 methods/rsh.cc:303 +#: methods/ftp.cc:869 methods/http.cc:1000 methods/rsh.cc:302 msgid "Problem hashing file" msgstr "" -#: methods/ftp.cc:883 +#: methods/ftp.cc:882 #, c-format msgid "Unable to fetch file, server said '%s'" msgstr "" -#: methods/ftp.cc:898 methods/rsh.cc:322 +#: methods/ftp.cc:897 methods/rsh.cc:321 msgid "Data socket timed out" msgstr "" -#: methods/ftp.cc:928 +#: methods/ftp.cc:927 #, c-format msgid "Data transfer failed, server said '%s'" msgstr "" #. Get the files information -#: methods/ftp.cc:1005 +#: methods/ftp.cc:1004 msgid "Query" msgstr "" -#: methods/ftp.cc:1117 +#: methods/ftp.cc:1116 msgid "Unable to invoke " msgstr "" -#: methods/connect.cc:70 +#: methods/connect.cc:71 #, c-format msgid "Connecting to %s (%s)" msgstr "" -#: methods/connect.cc:81 +#: methods/connect.cc:82 #, c-format msgid "[IP: %s %s]" msgstr "" -#: methods/connect.cc:90 +#: methods/connect.cc:89 #, c-format msgid "Could not create a socket for %s (f=%u t=%u p=%u)" msgstr "" -#: methods/connect.cc:96 +#: methods/connect.cc:95 #, c-format msgid "Cannot initiate the connection to %s:%s (%s)." msgstr "" -#: methods/connect.cc:104 +#: methods/connect.cc:103 #, c-format msgid "Could not connect to %s:%s (%s), connection timed out" msgstr "" -#: methods/connect.cc:122 +#: methods/connect.cc:121 #, c-format msgid "Could not connect to %s:%s (%s)." msgstr "" #. We say this mainly because the pause here is for the #. ssh connection that is still going -#: methods/connect.cc:150 methods/rsh.cc:425 +#: methods/connect.cc:149 methods/rsh.cc:424 #, c-format msgid "Connecting to %s" msgstr "" -#: methods/connect.cc:169 methods/connect.cc:188 +#: methods/connect.cc:168 methods/connect.cc:187 #, c-format msgid "Could not resolve '%s'" msgstr "" -#: methods/connect.cc:194 +#: methods/connect.cc:193 #, c-format msgid "Temporary failure resolving '%s'" msgstr "" -#: methods/connect.cc:197 +#: methods/connect.cc:196 #, c-format msgid "Something wicked happened resolving '%s:%s' (%i - %s)" msgstr "" -#: methods/connect.cc:244 +#: methods/connect.cc:243 #, c-format msgid "Unable to connect to %s:%s:" msgstr "" #. TRANSLATOR: %s is the trusted keyring parts directory -#: methods/gpgv.cc:78 +#: methods/gpgv.cc:71 #, c-format msgid "No keyring installed in %s." msgstr "" -#: methods/gpgv.cc:104 -msgid "E: Too many keyrings should be passed to gpgv. Exiting." -msgstr "" - -#: methods/gpgv.cc:121 -msgid "E: Argument list from Acquire::gpgv::Options too long. Exiting." -msgstr "" - -#: methods/gpgv.cc:237 +#: methods/gpgv.cc:163 msgid "" "Internal error: Good signature, but could not determine key fingerprint?!" msgstr "" -#: methods/gpgv.cc:242 +#: methods/gpgv.cc:168 msgid "At least one invalid signature was encountered." msgstr "" -#: methods/gpgv.cc:246 -#, c-format -msgid "Could not execute '%s' to verify signature (is gpgv installed?)" +#: methods/gpgv.cc:172 +msgid "Could not execute 'gpgv' to verify signature (is gpgv installed?)" msgstr "" -#: methods/gpgv.cc:251 +#: methods/gpgv.cc:177 msgid "Unknown error executing gpgv" msgstr "" -#: methods/gpgv.cc:285 methods/gpgv.cc:292 +#: methods/gpgv.cc:211 methods/gpgv.cc:218 msgid "The following signatures were invalid:\n" msgstr "" -#: methods/gpgv.cc:299 +#: methods/gpgv.cc:225 msgid "" "The following signatures couldn't be verified because the public key is not " "available:\n" msgstr "" -#: methods/gzip.cc:64 -#, c-format -msgid "Couldn't open pipe for %s" -msgstr "" - -#: methods/gzip.cc:109 -#, c-format -msgid "Read error from %s process" -msgstr "" - #: methods/http.cc:385 msgid "Waiting for headers" msgstr "" @@ -1911,19 +1969,19 @@ msgstr "" msgid "Error reading from server" msgstr "" -#: methods/http.cc:987 apt-pkg/contrib/mmap.cc:281 +#: methods/http.cc:985 apt-pkg/contrib/mmap.cc:281 msgid "Failed to truncate file" msgstr "" -#: methods/http.cc:1156 +#: methods/http.cc:1154 msgid "Bad header data" msgstr "" -#: methods/http.cc:1173 methods/http.cc:1228 +#: methods/http.cc:1171 methods/http.cc:1226 msgid "Connection failed" msgstr "" -#: methods/http.cc:1320 +#: methods/http.cc:1318 msgid "Internal error" msgstr "" @@ -1956,11 +2014,16 @@ msgid "" "Current value: %lu. (man 5 apt.conf)" msgstr "" -#: apt-pkg/contrib/mmap.cc:395 +#: apt-pkg/contrib/mmap.cc:399 #, c-format msgid "" -"The size of a MMap has already reached the defined limit of %lu bytes,abort " -"the try to grow the MMap." +"Unable to increase the size of the MMap as the limit of %lu bytes is already " +"reached." +msgstr "" + +#: apt-pkg/contrib/mmap.cc:402 +msgid "" +"Unable to increase size of the MMap as automatic growing is disabled by user." msgstr "" #. d means days, h means hours, min means minutes, s means seconds @@ -1987,7 +2050,7 @@ msgstr "" msgid "%lis" msgstr "" -#: apt-pkg/contrib/strutl.cc:1083 +#: apt-pkg/contrib/strutl.cc:1119 #, c-format msgid "Selection %s not found" msgstr "" @@ -2110,6 +2173,7 @@ msgstr "" #: apt-pkg/contrib/cdromutl.cc:162 apt-pkg/contrib/cdromutl.cc:196 #: apt-pkg/acquire.cc:477 apt-pkg/acquire.cc:502 apt-pkg/clean.cc:39 +#: methods/mirror.cc:93 #, c-format msgid "Unable to change to %s" msgstr "" @@ -2118,152 +2182,162 @@ msgstr "" msgid "Failed to stat the cdrom" msgstr "" -#: apt-pkg/contrib/fileutl.cc:152 +#: apt-pkg/contrib/fileutl.cc:154 #, c-format msgid "Not using locking for read only lock file %s" msgstr "" -#: apt-pkg/contrib/fileutl.cc:157 +#: apt-pkg/contrib/fileutl.cc:159 #, c-format msgid "Could not open lock file %s" msgstr "" -#: apt-pkg/contrib/fileutl.cc:175 +#: apt-pkg/contrib/fileutl.cc:177 #, c-format msgid "Not using locking for nfs mounted lock file %s" msgstr "" -#: apt-pkg/contrib/fileutl.cc:179 +#: apt-pkg/contrib/fileutl.cc:181 #, c-format msgid "Could not get lock %s" msgstr "" -#: apt-pkg/contrib/fileutl.cc:615 +#: apt-pkg/contrib/fileutl.cc:621 #, c-format msgid "Waited for %s but it wasn't there" msgstr "" -#: apt-pkg/contrib/fileutl.cc:627 +#: apt-pkg/contrib/fileutl.cc:633 #, c-format msgid "Sub-process %s received a segmentation fault." msgstr "" -#: apt-pkg/contrib/fileutl.cc:629 +#: apt-pkg/contrib/fileutl.cc:635 #, c-format msgid "Sub-process %s received signal %u." msgstr "" -#: apt-pkg/contrib/fileutl.cc:633 +#: apt-pkg/contrib/fileutl.cc:639 #, c-format msgid "Sub-process %s returned an error code (%u)" msgstr "" -#: apt-pkg/contrib/fileutl.cc:635 +#: apt-pkg/contrib/fileutl.cc:641 #, c-format msgid "Sub-process %s exited unexpectedly" msgstr "" -#: apt-pkg/contrib/fileutl.cc:679 +#: apt-pkg/contrib/fileutl.cc:697 #, c-format msgid "Could not open file %s" msgstr "" -#: apt-pkg/contrib/fileutl.cc:735 +#: apt-pkg/contrib/fileutl.cc:756 #, c-format msgid "read, still have %lu to read but none left" msgstr "" -#: apt-pkg/contrib/fileutl.cc:765 +#: apt-pkg/contrib/fileutl.cc:789 #, c-format msgid "write, still have %lu to write but couldn't" msgstr "" -#: apt-pkg/contrib/fileutl.cc:840 +#: apt-pkg/contrib/fileutl.cc:888 +msgid "Problem closing the gzip file" +msgstr "" + +#: apt-pkg/contrib/fileutl.cc:891 msgid "Problem closing the file" msgstr "" -#: apt-pkg/contrib/fileutl.cc:846 -msgid "Problem unlinking the file" +#: apt-pkg/contrib/fileutl.cc:896 +#, c-format +msgid "Problem renaming the file %s to %s" msgstr "" -#: apt-pkg/contrib/fileutl.cc:857 +#: apt-pkg/contrib/fileutl.cc:907 +#, c-format +msgid "Problem unlinking the file %s" +msgstr "" + +#: apt-pkg/contrib/fileutl.cc:920 msgid "Problem syncing the file" msgstr "" -#: apt-pkg/pkgcache.cc:139 +#: apt-pkg/pkgcache.cc:142 msgid "Empty package cache" msgstr "" -#: apt-pkg/pkgcache.cc:145 +#: apt-pkg/pkgcache.cc:148 msgid "The package cache file is corrupted" msgstr "" -#: apt-pkg/pkgcache.cc:150 +#: apt-pkg/pkgcache.cc:153 msgid "The package cache file is an incompatible version" msgstr "" -#: apt-pkg/pkgcache.cc:155 +#: apt-pkg/pkgcache.cc:158 #, c-format msgid "This APT does not support the versioning system '%s'" msgstr "" -#: apt-pkg/pkgcache.cc:160 +#: apt-pkg/pkgcache.cc:163 msgid "The package cache was built for a different architecture" msgstr "" -#: apt-pkg/pkgcache.cc:287 +#: apt-pkg/pkgcache.cc:290 msgid "Depends" msgstr "" -#: apt-pkg/pkgcache.cc:287 +#: apt-pkg/pkgcache.cc:290 msgid "PreDepends" msgstr "" -#: apt-pkg/pkgcache.cc:287 +#: apt-pkg/pkgcache.cc:290 msgid "Suggests" msgstr "" -#: apt-pkg/pkgcache.cc:288 +#: apt-pkg/pkgcache.cc:291 msgid "Recommends" msgstr "" -#: apt-pkg/pkgcache.cc:288 +#: apt-pkg/pkgcache.cc:291 msgid "Conflicts" msgstr "" -#: apt-pkg/pkgcache.cc:288 +#: apt-pkg/pkgcache.cc:291 msgid "Replaces" msgstr "" -#: apt-pkg/pkgcache.cc:289 +#: apt-pkg/pkgcache.cc:292 msgid "Obsoletes" msgstr "" -#: apt-pkg/pkgcache.cc:289 +#: apt-pkg/pkgcache.cc:292 msgid "Breaks" msgstr "" -#: apt-pkg/pkgcache.cc:289 +#: apt-pkg/pkgcache.cc:292 msgid "Enhances" msgstr "" -#: apt-pkg/pkgcache.cc:300 +#: apt-pkg/pkgcache.cc:303 msgid "important" msgstr "" -#: apt-pkg/pkgcache.cc:300 +#: apt-pkg/pkgcache.cc:303 msgid "required" msgstr "" -#: apt-pkg/pkgcache.cc:300 +#: apt-pkg/pkgcache.cc:303 msgid "standard" msgstr "" -#: apt-pkg/pkgcache.cc:301 +#: apt-pkg/pkgcache.cc:304 msgid "optional" msgstr "" -#: apt-pkg/pkgcache.cc:301 +#: apt-pkg/pkgcache.cc:304 msgid "extra" msgstr "" @@ -2293,7 +2367,7 @@ msgstr "" msgid "Failed to write temporary StateFile %s" msgstr "" -#: apt-pkg/depcache.cc:851 +#: apt-pkg/depcache.cc:921 #, c-format msgid "Internal error, group '%s' has no installable pseudo package" msgstr "" @@ -2378,7 +2452,7 @@ msgstr "" msgid "Type '%s' is not known on line %u in source list %s" msgstr "" -#: apt-pkg/packagemanager.cc:331 apt-pkg/packagemanager.cc:615 +#: apt-pkg/packagemanager.cc:331 apt-pkg/packagemanager.cc:616 #, c-format msgid "" "Could not perform immediate configuration on '%s'.Please see man 5 apt.conf " @@ -2421,7 +2495,7 @@ msgstr "" msgid "Unable to correct problems, you have held broken packages." msgstr "" -#: apt-pkg/algorithms.cc:1461 apt-pkg/algorithms.cc:1463 +#: apt-pkg/algorithms.cc:1460 apt-pkg/algorithms.cc:1462 msgid "" "Some index files failed to download, they have been ignored, or old ones " "used instead." @@ -2469,12 +2543,12 @@ msgstr "" msgid "Please insert the disc labeled: '%s' in the drive '%s' and press enter." msgstr "" -#: apt-pkg/init.cc:135 +#: apt-pkg/init.cc:141 #, c-format msgid "Packaging system '%s' is not supported" msgstr "" -#: apt-pkg/init.cc:151 +#: apt-pkg/init.cc:157 msgid "Unable to determine a suitable packaging system type" msgstr "" @@ -2487,177 +2561,208 @@ msgstr "" msgid "You must put some 'source' URIs in your sources.list" msgstr "" -#: apt-pkg/cachefile.cc:71 +#: apt-pkg/cachefile.cc:84 msgid "The package lists or status file could not be parsed or opened." msgstr "" -#: apt-pkg/cachefile.cc:75 +#: apt-pkg/cachefile.cc:88 msgid "You may want to run apt-get update to correct these problems" msgstr "" -#: apt-pkg/policy.cc:333 +#: apt-pkg/policy.cc:343 #, c-format msgid "Invalid record in the preferences file %s, no Package header" msgstr "" -#: apt-pkg/policy.cc:355 +#: apt-pkg/policy.cc:365 #, c-format msgid "Did not understand pin type %s" msgstr "" -#: apt-pkg/policy.cc:363 +#: apt-pkg/policy.cc:373 msgid "No priority (or zero) specified for pin" msgstr "" -#: apt-pkg/pkgcachegen.cc:75 +#: apt-pkg/pkgcachegen.cc:80 msgid "Cache has an incompatible versioning system" msgstr "" -#: apt-pkg/pkgcachegen.cc:131 +#: apt-pkg/pkgcachegen.cc:198 #, c-format msgid "Error occurred while processing %s (NewPackage)" msgstr "" -#: apt-pkg/pkgcachegen.cc:146 +#: apt-pkg/pkgcachegen.cc:215 #, c-format msgid "Error occurred while processing %s (UsePackage1)" msgstr "" -#: apt-pkg/pkgcachegen.cc:180 +#: apt-pkg/pkgcachegen.cc:253 #, c-format msgid "Error occurred while processing %s (NewFileDesc1)" msgstr "" -#: apt-pkg/pkgcachegen.cc:210 +#: apt-pkg/pkgcachegen.cc:285 #, c-format msgid "Error occurred while processing %s (UsePackage2)" msgstr "" -#: apt-pkg/pkgcachegen.cc:214 +#: apt-pkg/pkgcachegen.cc:289 #, c-format msgid "Error occurred while processing %s (NewFileVer1)" msgstr "" -#: apt-pkg/pkgcachegen.cc:234 +#: apt-pkg/pkgcachegen.cc:306 apt-pkg/pkgcachegen.cc:316 +#: apt-pkg/pkgcachegen.cc:324 #, c-format -msgid "Error occurred while processing %s (NewVersion1)" +msgid "Error occurred while processing %s (NewVersion%d)" msgstr "" -#: apt-pkg/pkgcachegen.cc:238 +#: apt-pkg/pkgcachegen.cc:320 #, c-format msgid "Error occurred while processing %s (UsePackage3)" msgstr "" -#: apt-pkg/pkgcachegen.cc:242 -#, c-format -msgid "Error occurred while processing %s (NewVersion2)" -msgstr "" - -#: apt-pkg/pkgcachegen.cc:266 +#: apt-pkg/pkgcachegen.cc:353 #, c-format msgid "Error occurred while processing %s (NewFileDesc2)" msgstr "" -#: apt-pkg/pkgcachegen.cc:273 +#: apt-pkg/pkgcachegen.cc:360 msgid "Wow, you exceeded the number of package names this APT is capable of." msgstr "" -#: apt-pkg/pkgcachegen.cc:276 +#: apt-pkg/pkgcachegen.cc:363 msgid "Wow, you exceeded the number of versions this APT is capable of." msgstr "" -#: apt-pkg/pkgcachegen.cc:279 +#: apt-pkg/pkgcachegen.cc:366 msgid "Wow, you exceeded the number of descriptions this APT is capable of." msgstr "" -#: apt-pkg/pkgcachegen.cc:282 +#: apt-pkg/pkgcachegen.cc:369 msgid "Wow, you exceeded the number of dependencies this APT is capable of." msgstr "" -#: apt-pkg/pkgcachegen.cc:310 +#: apt-pkg/pkgcachegen.cc:398 #, c-format msgid "Error occurred while processing %s (FindPkg)" msgstr "" -#: apt-pkg/pkgcachegen.cc:323 +#: apt-pkg/pkgcachegen.cc:412 #, c-format msgid "Error occurred while processing %s (CollectFileProvides)" msgstr "" -#: apt-pkg/pkgcachegen.cc:329 +#: apt-pkg/pkgcachegen.cc:418 #, c-format msgid "Package %s %s was not found while processing file dependencies" msgstr "" -#: apt-pkg/pkgcachegen.cc:860 +#: apt-pkg/pkgcachegen.cc:982 #, c-format msgid "Couldn't stat source package list %s" msgstr "" -#: apt-pkg/pkgcachegen.cc:962 +#: apt-pkg/pkgcachegen.cc:1087 msgid "Collecting File Provides" msgstr "" -#: apt-pkg/pkgcachegen.cc:1122 apt-pkg/pkgcachegen.cc:1129 +#: apt-pkg/pkgcachegen.cc:1263 apt-pkg/pkgcachegen.cc:1270 msgid "IO Error saving source cache" msgstr "" -#: apt-pkg/acquire-item.cc:128 +#: apt-pkg/acquire-item.cc:136 #, c-format msgid "rename failed, %s (%s -> %s)." msgstr "" -#: apt-pkg/acquire-item.cc:432 +#: apt-pkg/acquire-item.cc:484 msgid "MD5Sum mismatch" msgstr "" -#: apt-pkg/acquire-item.cc:693 apt-pkg/acquire-item.cc:1469 +#: apt-pkg/acquire-item.cc:746 apt-pkg/acquire-item.cc:1570 msgid "Hash Sum mismatch" msgstr "" -#: apt-pkg/acquire-item.cc:1150 +#: apt-pkg/acquire-item.cc:1240 msgid "There is no public key available for the following key IDs:\n" msgstr "" -#: apt-pkg/acquire-item.cc:1260 +#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is +#. the time since then the file is invalid - formated in the same way as in +#. the download progress display (e.g. 7d 3h 42min 1s) +#: apt-pkg/acquire-item.cc:1277 +#, c-format +msgid "Release file expired, ignoring %s (invalid since %s)" +msgstr "" + +#: apt-pkg/acquire-item.cc:1298 +#, c-format +msgid "Conflicting distribution: %s (expected %s but got %s)" +msgstr "" + +#: apt-pkg/acquire-item.cc:1324 +#, c-format +msgid "" +"A error occurred during the signature verification. The repository is not " +"updated and the previous index files will be used.GPG error: %s: %s\n" +msgstr "" + +#: apt-pkg/acquire-item.cc:1333 +#, c-format +msgid "GPG error: %s: %s" +msgstr "" + +#: apt-pkg/acquire-item.cc:1361 #, c-format msgid "" "I wasn't able to locate a file for the %s package. This might mean you need " "to manually fix this package. (due to missing arch)" msgstr "" -#: apt-pkg/acquire-item.cc:1319 +#: apt-pkg/acquire-item.cc:1420 #, c-format msgid "" "I wasn't able to locate file for the %s package. This might mean you need to " "manually fix this package." msgstr "" -#: apt-pkg/acquire-item.cc:1374 +#: apt-pkg/acquire-item.cc:1475 #, c-format msgid "" "The package index files are corrupted. No Filename: field for package %s." msgstr "" -#: apt-pkg/acquire-item.cc:1461 +#: apt-pkg/acquire-item.cc:1562 msgid "Size mismatch" msgstr "" -#: apt-pkg/indexrecords.cc:40 +#: apt-pkg/indexrecords.cc:53 #, c-format msgid "Unable to parse Release file %s" msgstr "" -#: apt-pkg/indexrecords.cc:47 +#: apt-pkg/indexrecords.cc:60 #, c-format msgid "No sections in Release file %s" msgstr "" -#: apt-pkg/indexrecords.cc:81 +#: apt-pkg/indexrecords.cc:94 #, c-format msgid "No Hash entry in Release file %s" msgstr "" +#: apt-pkg/indexrecords.cc:107 +#, c-format +msgid "Invalid 'Valid-Until' entry in Release file %s" +msgstr "" + +#: apt-pkg/indexrecords.cc:122 +#, c-format +msgid "Invalid 'Date' entry in Release file %s" +msgstr "" + #: apt-pkg/vendorlist.cc:66 #, c-format msgid "Vendor block %s contains no fingerprint" @@ -2708,8 +2813,8 @@ msgstr "" #: apt-pkg/cdrom.cc:666 #, c-format msgid "" -"Found %zu package indexes, %zu source indexes, %zu translation indexes and %" -"zu signatures\n" +"Found %zu package indexes, %zu source indexes, %zu translation indexes and " +"%zu signatures\n" msgstr "" #: apt-pkg/cdrom.cc:677 @@ -2746,146 +2851,197 @@ msgstr "" msgid "Source list entries for this disc are:\n" msgstr "" -#: apt-pkg/indexcopy.cc:263 apt-pkg/indexcopy.cc:835 +#: apt-pkg/indexcopy.cc:265 apt-pkg/indexcopy.cc:902 #, c-format msgid "Wrote %i records.\n" msgstr "" -#: apt-pkg/indexcopy.cc:265 apt-pkg/indexcopy.cc:837 +#: apt-pkg/indexcopy.cc:267 apt-pkg/indexcopy.cc:904 #, c-format msgid "Wrote %i records with %i missing files.\n" msgstr "" -#: apt-pkg/indexcopy.cc:268 apt-pkg/indexcopy.cc:840 +#: apt-pkg/indexcopy.cc:270 apt-pkg/indexcopy.cc:907 #, c-format msgid "Wrote %i records with %i mismatched files\n" msgstr "" -#: apt-pkg/indexcopy.cc:271 apt-pkg/indexcopy.cc:843 +#: apt-pkg/indexcopy.cc:273 apt-pkg/indexcopy.cc:910 #, c-format msgid "Wrote %i records with %i missing files and %i mismatched files\n" msgstr "" -#: apt-pkg/indexcopy.cc:530 +#: apt-pkg/indexcopy.cc:532 #, c-format msgid "Skipping nonexistent file %s" msgstr "" -#: apt-pkg/indexcopy.cc:536 +#: apt-pkg/indexcopy.cc:538 #, c-format msgid "Can't find authentication record for: %s" msgstr "" -#: apt-pkg/indexcopy.cc:542 +#: apt-pkg/indexcopy.cc:544 #, c-format msgid "Hash mismatch for: %s" msgstr "" -#: apt-pkg/deb/dpkgpm.cc:49 +#: apt-pkg/deb/dpkgpm.cc:52 #, c-format msgid "Installing %s" msgstr "" -#: apt-pkg/deb/dpkgpm.cc:50 apt-pkg/deb/dpkgpm.cc:737 +#: apt-pkg/deb/dpkgpm.cc:53 apt-pkg/deb/dpkgpm.cc:814 #, c-format msgid "Configuring %s" msgstr "" -#: apt-pkg/deb/dpkgpm.cc:51 apt-pkg/deb/dpkgpm.cc:744 +#: apt-pkg/deb/dpkgpm.cc:54 apt-pkg/deb/dpkgpm.cc:821 #, c-format msgid "Removing %s" msgstr "" -#: apt-pkg/deb/dpkgpm.cc:52 +#: apt-pkg/deb/dpkgpm.cc:55 #, c-format msgid "Completely removing %s" msgstr "" -#: apt-pkg/deb/dpkgpm.cc:53 +#: apt-pkg/deb/dpkgpm.cc:56 +#, c-format +msgid "Noting disappearance of %s" +msgstr "" + +#: apt-pkg/deb/dpkgpm.cc:57 #, c-format msgid "Running post-installation trigger %s" msgstr "" -#: apt-pkg/deb/dpkgpm.cc:581 +#: apt-pkg/deb/dpkgpm.cc:643 #, c-format msgid "Directory '%s' missing" msgstr "" -#: apt-pkg/deb/dpkgpm.cc:596 apt-pkg/deb/dpkgpm.cc:609 +#: apt-pkg/deb/dpkgpm.cc:658 apt-pkg/deb/dpkgpm.cc:671 #, c-format msgid "Could not open file '%s'" msgstr "" -#: apt-pkg/deb/dpkgpm.cc:730 +#: apt-pkg/deb/dpkgpm.cc:807 #, c-format msgid "Preparing %s" msgstr "" -#: apt-pkg/deb/dpkgpm.cc:731 +#: apt-pkg/deb/dpkgpm.cc:808 #, c-format msgid "Unpacking %s" msgstr "" -#: apt-pkg/deb/dpkgpm.cc:736 +#: apt-pkg/deb/dpkgpm.cc:813 #, c-format msgid "Preparing to configure %s" msgstr "" -#: apt-pkg/deb/dpkgpm.cc:738 +#: apt-pkg/deb/dpkgpm.cc:815 #, c-format msgid "Installed %s" msgstr "" -#: apt-pkg/deb/dpkgpm.cc:743 +#: apt-pkg/deb/dpkgpm.cc:820 #, c-format msgid "Preparing for removal of %s" msgstr "" -#: apt-pkg/deb/dpkgpm.cc:745 +#: apt-pkg/deb/dpkgpm.cc:822 #, c-format msgid "Removed %s" msgstr "" -#: apt-pkg/deb/dpkgpm.cc:750 +#: apt-pkg/deb/dpkgpm.cc:827 #, c-format msgid "Preparing to completely remove %s" msgstr "" -#: apt-pkg/deb/dpkgpm.cc:751 +#: apt-pkg/deb/dpkgpm.cc:828 #, c-format msgid "Completely removed %s" msgstr "" -#: apt-pkg/deb/dpkgpm.cc:955 +#: apt-pkg/deb/dpkgpm.cc:1034 msgid "Can not write log, openpty() failed (/dev/pts not mounted?)\n" msgstr "" -#: apt-pkg/deb/dpkgpm.cc:986 +#: apt-pkg/deb/dpkgpm.cc:1065 msgid "Running dpkg" msgstr "" -#: apt-pkg/deb/debsystem.cc:70 +#: apt-pkg/deb/dpkgpm.cc:1268 +msgid "No apport report written because MaxReports is reached already" +msgstr "" + +#. check if its not a follow up error +#: apt-pkg/deb/dpkgpm.cc:1273 +msgid "dependency problems - leaving unconfigured" +msgstr "" + +#: apt-pkg/deb/dpkgpm.cc:1275 +msgid "" +"No apport report written because the error message indicates its a followup " +"error from a previous failure." +msgstr "" + +#: apt-pkg/deb/dpkgpm.cc:1281 +msgid "" +"No apport report written because the error message indicates a disk full " +"error" +msgstr "" + +#: apt-pkg/deb/dpkgpm.cc:1287 +msgid "" +"No apport report written because the error message indicates a out of memory " +"error" +msgstr "" + +#: apt-pkg/deb/dpkgpm.cc:1294 +msgid "" +"No apport report written because the error message indicates a dpkg I/O error" +msgstr "" + +#: apt-pkg/deb/debsystem.cc:69 #, c-format msgid "" "Unable to lock the administration directory (%s), is another process using " "it?" msgstr "" -#: apt-pkg/deb/debsystem.cc:73 +#: apt-pkg/deb/debsystem.cc:72 #, c-format msgid "Unable to lock the administration directory (%s), are you root?" msgstr "" -#: apt-pkg/deb/debsystem.cc:82 +#. TRANSLATORS: the %s contains the recovery command, usually +#. dpkg --configure -a +#: apt-pkg/deb/debsystem.cc:88 +#, c-format msgid "" -"dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct " -"the problem. " +"dpkg was interrupted, you must manually run '%s' to correct the problem. " msgstr "" -#: apt-pkg/deb/debsystem.cc:100 +#: apt-pkg/deb/debsystem.cc:106 msgid "Not locked" msgstr "" +#. FIXME: fallback to a default mirror here instead +#. and provide a config option to define that default +#: methods/mirror.cc:200 +#, c-format +msgid "No mirror file '%s' found " +msgstr "" + +#: methods/mirror.cc:343 +#, c-format +msgid "[Mirror: %s]" +msgstr "" + #: methods/rred.cc:465 #, c-format msgid "" @@ -2900,6 +3056,6 @@ msgid "" "to be corrupt." msgstr "" -#: methods/rsh.cc:330 +#: methods/rsh.cc:329 msgid "Connection closed prematurely" msgstr "" |