1 # SOME DESCRIPTIVE TITLE.
2 # This file is put in the public domain.
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
8 "Project-Id-Version: PACKAGE VERSION\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2005-05-10 12:37+0200\n"
11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "Content-Type: text/plain; charset=CHARSET\n"
16 "Content-Transfer-Encoding: 8bit\n"
18 #: cmdline/apt-cache.cc:135
20 msgid "Package %s version %s has an unmet dep:\n"
23 #: cmdline/apt-cache.cc:175 cmdline/apt-cache.cc:527 cmdline/apt-cache.cc:615
24 #: cmdline/apt-cache.cc:771 cmdline/apt-cache.cc:989 cmdline/apt-cache.cc:1357
25 #: cmdline/apt-cache.cc:1522
27 msgid "Unable to locate package %s"
30 #: cmdline/apt-cache.cc:232
31 msgid "Total package names : "
34 #: cmdline/apt-cache.cc:272
35 msgid " Normal packages: "
38 #: cmdline/apt-cache.cc:273
39 msgid " Pure virtual packages: "
42 #: cmdline/apt-cache.cc:274
43 msgid " Single virtual packages: "
46 #: cmdline/apt-cache.cc:275
47 msgid " Mixed virtual packages: "
50 #: cmdline/apt-cache.cc:276
54 #: cmdline/apt-cache.cc:278
55 msgid "Total distinct versions: "
58 #: cmdline/apt-cache.cc:280
59 msgid "Total dependencies: "
62 #: cmdline/apt-cache.cc:283
63 msgid "Total ver/file relations: "
66 #: cmdline/apt-cache.cc:285
67 msgid "Total Provides mappings: "
70 #: cmdline/apt-cache.cc:297
71 msgid "Total globbed strings: "
74 #: cmdline/apt-cache.cc:311
75 msgid "Total dependency version space: "
78 #: cmdline/apt-cache.cc:316
79 msgid "Total slack space: "
82 #: cmdline/apt-cache.cc:324
83 msgid "Total space accounted for: "
86 #: cmdline/apt-cache.cc:446 cmdline/apt-cache.cc:1189
88 msgid "Package file %s is out of sync."
91 #: cmdline/apt-cache.cc:1231
92 msgid "You must give exactly one pattern"
95 #: cmdline/apt-cache.cc:1366 cmdline/apt-get.cc:1065
97 msgid "Package %s is a virtual package provided by:\n"
100 #: cmdline/apt-cache.cc:1372
101 msgid "You should explicitly select one to show."
104 #: cmdline/apt-cache.cc:1399
105 msgid "No packages found"
108 #: cmdline/apt-cache.cc:1476
109 msgid "Package files:"
112 #: cmdline/apt-cache.cc:1483 cmdline/apt-cache.cc:1569
113 msgid "Cache is out of sync, can't x-ref a package file"
116 #: cmdline/apt-cache.cc:1484
121 #. Show any packages have explicit pins
122 #: cmdline/apt-cache.cc:1496
123 msgid "Pinned packages:"
126 #: cmdline/apt-cache.cc:1508 cmdline/apt-cache.cc:1549
131 #: cmdline/apt-cache.cc:1529
135 #: cmdline/apt-cache.cc:1531 cmdline/apt-cache.cc:1539
140 #: cmdline/apt-cache.cc:1536
144 #: cmdline/apt-cache.cc:1546
145 msgid " Package pin: "
148 #. Show the priority tables
149 #: cmdline/apt-cache.cc:1555
150 msgid " Version table:"
153 #: cmdline/apt-cache.cc:1570
158 #: cmdline/apt-cache.cc:1665 cmdline/apt-cdrom.cc:138 cmdline/apt-config.cc:70
159 #: cmdline/apt-extracttemplates.cc:225 ftparchive/apt-ftparchive.cc:545
160 #: cmdline/apt-get.cc:2313 cmdline/apt-sortpkgs.cc:144
162 msgid "%s %s for %s %s compiled on %s %s\n"
165 #: cmdline/apt-cache.cc:1672
167 "Usage: apt-cache [options] command\n"
168 " apt-cache [options] add file1 [file2 ...]\n"
169 " apt-cache [options] showpkg pkg1 [pkg2 ...]\n"
170 " apt-cache [options] showsrc pkg1 [pkg2 ...]\n"
172 "apt-cache is a low-level tool used to manipulate APT's binary\n"
173 "cache files, and query information from them\n"
176 " add - Add a package file to the source cache\n"
177 " gencaches - Build both the package and source cache\n"
178 " showpkg - Show some general information for a single package\n"
179 " showsrc - Show source records\n"
180 " stats - Show some basic statistics\n"
181 " dump - Show the entire file in a terse form\n"
182 " dumpavail - Print an available file to stdout\n"
183 " unmet - Show unmet dependencies\n"
184 " search - Search the package list for a regex pattern\n"
185 " show - Show a readable record for the package\n"
186 " depends - Show raw dependency information for a package\n"
187 " rdepends - Show reverse dependency information for a package\n"
188 " pkgnames - List the names of all packages\n"
189 " dotty - Generate package graphs for GraphVis\n"
190 " xvcg - Generate package graphs for xvcg\n"
191 " policy - Show policy settings\n"
194 " -h This help text.\n"
195 " -p=? The package cache.\n"
196 " -s=? The source cache.\n"
197 " -q Disable progress indicator.\n"
198 " -i Show only important deps for the unmet command.\n"
199 " -c=? Read this configuration file\n"
200 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
201 "See the apt-cache(8) and apt.conf(5) manual pages for more information.\n"
204 #: cmdline/apt-config.cc:41
205 msgid "Arguments not in pairs"
208 #: cmdline/apt-config.cc:76
210 "Usage: apt-config [options] command\n"
212 "apt-config is a simple tool to read the APT config file\n"
215 " shell - Shell mode\n"
216 " dump - Show the configuration\n"
219 " -h This help text.\n"
220 " -c=? Read this configuration file\n"
221 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
224 #: cmdline/apt-extracttemplates.cc:98
226 msgid "%s not a valid DEB package."
229 #: cmdline/apt-extracttemplates.cc:232
231 "Usage: apt-extracttemplates file1 [file2 ...]\n"
233 "apt-extracttemplates is a tool to extract config and template info\n"
234 "from debian packages\n"
237 " -h This help text\n"
238 " -t Set the temp dir\n"
239 " -c=? Read this configuration file\n"
240 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
243 #: cmdline/apt-extracttemplates.cc:267 apt-pkg/pkgcachegen.cc:710
245 msgid "Unable to write to %s"
248 #: cmdline/apt-extracttemplates.cc:310
249 msgid "Cannot get debconf version. Is debconf installed?"
252 #: ftparchive/apt-ftparchive.cc:163 ftparchive/apt-ftparchive.cc:337
253 msgid "Package extension list is too long"
256 #: ftparchive/apt-ftparchive.cc:165 ftparchive/apt-ftparchive.cc:179
257 #: ftparchive/apt-ftparchive.cc:202 ftparchive/apt-ftparchive.cc:252
258 #: ftparchive/apt-ftparchive.cc:266 ftparchive/apt-ftparchive.cc:288
260 msgid "Error processing directory %s"
263 #: ftparchive/apt-ftparchive.cc:250
264 msgid "Source extension list is too long"
267 #: ftparchive/apt-ftparchive.cc:367
268 msgid "Error writing header to contents file"
271 #: ftparchive/apt-ftparchive.cc:397
273 msgid "Error processing contents %s"
276 #: ftparchive/apt-ftparchive.cc:551
278 "Usage: apt-ftparchive [options] command\n"
279 "Commands: packages binarypath [overridefile [pathprefix]]\n"
280 " sources srcpath [overridefile [pathprefix]]\n"
283 " generate config [groups]\n"
286 "apt-ftparchive generates index files for Debian archives. It supports\n"
287 "many styles of generation from fully automated to functional replacements\n"
288 "for dpkg-scanpackages and dpkg-scansources\n"
290 "apt-ftparchive generates Package files from a tree of .debs. The\n"
291 "Package file contains the contents of all the control fields from\n"
292 "each package as well as the MD5 hash and filesize. An override file\n"
293 "is supported to force the value of Priority and Section.\n"
295 "Similarly apt-ftparchive generates Sources files from a tree of .dscs.\n"
296 "The --source-override option can be used to specify a src override file\n"
298 "The 'packages' and 'sources' command should be run in the root of the\n"
299 "tree. BinaryPath should point to the base of the recursive search and \n"
300 "override file should contain the override flags. Pathprefix is\n"
301 "appended to the filename fields if present. Example usage from the \n"
303 " apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
304 " dists/potato/main/binary-i386/Packages\n"
307 " -h This help text\n"
308 " --md5 Control MD5 generation\n"
309 " -s=? Source override file\n"
311 " -d=? Select the optional caching database\n"
312 " --no-delink Enable delinking debug mode\n"
313 " --contents Control contents file generation\n"
314 " -c=? Read this configuration file\n"
315 " -o=? Set an arbitrary configuration option"
318 #: ftparchive/apt-ftparchive.cc:757
319 msgid "No selections matched"
322 #: ftparchive/apt-ftparchive.cc:830
324 msgid "Some files are missing in the package file group `%s'"
327 #: ftparchive/cachedb.cc:45
329 msgid "DB was corrupted, file renamed to %s.old"
332 #: ftparchive/cachedb.cc:63
334 msgid "DB is old, attempting to upgrade %s"
337 #: ftparchive/cachedb.cc:73
339 msgid "Unable to open DB file %s: %s"
342 #: ftparchive/cachedb.cc:114
344 msgid "File date has changed %s"
347 #: ftparchive/cachedb.cc:155
348 msgid "Archive has no control record"
351 #: ftparchive/cachedb.cc:267
352 msgid "Unable to get a cursor"
355 #: ftparchive/writer.cc:79
357 msgid "W: Unable to read directory %s\n"
360 #: ftparchive/writer.cc:84
362 msgid "W: Unable to stat %s\n"
365 #: ftparchive/writer.cc:126
369 #: ftparchive/writer.cc:128
373 #: ftparchive/writer.cc:135
374 msgid "E: Errors apply to file "
377 #: ftparchive/writer.cc:152 ftparchive/writer.cc:182
379 msgid "Failed to resolve %s"
382 #: ftparchive/writer.cc:164
383 msgid "Tree walking failed"
386 #: ftparchive/writer.cc:189
388 msgid "Failed to open %s"
391 #: ftparchive/writer.cc:246
393 msgid " DeLink %s [%s]\n"
396 #: ftparchive/writer.cc:254
398 msgid "Failed to readlink %s"
401 #: ftparchive/writer.cc:258
403 msgid "Failed to unlink %s"
406 #: ftparchive/writer.cc:265
408 msgid "*** Failed to link %s to %s"
411 #: ftparchive/writer.cc:275
413 msgid " DeLink limit of %sB hit.\n"
416 #: ftparchive/writer.cc:358 apt-inst/extract.cc:181 apt-inst/extract.cc:193
417 #: apt-inst/extract.cc:210 apt-inst/deb/dpkgdb.cc:121
419 msgid "Failed to stat %s"
422 #: ftparchive/writer.cc:378
423 msgid "Archive had no package field"
426 #: ftparchive/writer.cc:386 ftparchive/writer.cc:595
428 msgid " %s has no override entry\n"
431 #: ftparchive/writer.cc:429 ftparchive/writer.cc:677
433 msgid " %s maintainer is %s not %s\n"
436 #: ftparchive/contents.cc:317
438 msgid "Internal error, could not locate member %s"
441 #: ftparchive/contents.cc:353 ftparchive/contents.cc:384
442 msgid "realloc - Failed to allocate memory"
445 #: ftparchive/override.cc:38 ftparchive/override.cc:146
447 msgid "Unable to open %s"
450 #: ftparchive/override.cc:64 ftparchive/override.cc:170
452 msgid "Malformed override %s line %lu #1"
455 #: ftparchive/override.cc:78 ftparchive/override.cc:182
457 msgid "Malformed override %s line %lu #2"
460 #: ftparchive/override.cc:92 ftparchive/override.cc:195
462 msgid "Malformed override %s line %lu #3"
465 #: ftparchive/override.cc:131 ftparchive/override.cc:205
467 msgid "Failed to read the override file %s"
470 #: ftparchive/multicompress.cc:75
472 msgid "Unknown compression algorithm '%s'"
475 #: ftparchive/multicompress.cc:105
477 msgid "Compressed output %s needs a compression set"
480 #: ftparchive/multicompress.cc:172 methods/rsh.cc:91
481 msgid "Failed to create IPC pipe to subprocess"
484 #: ftparchive/multicompress.cc:198
485 msgid "Failed to create FILE*"
488 #: ftparchive/multicompress.cc:201
489 msgid "Failed to fork"
492 #: ftparchive/multicompress.cc:215
493 msgid "Compress child"
496 #: ftparchive/multicompress.cc:238
498 msgid "Internal error, failed to create %s"
501 #: ftparchive/multicompress.cc:289
502 msgid "Failed to create subprocess IPC"
505 #: ftparchive/multicompress.cc:324
506 msgid "Failed to exec compressor "
509 #: ftparchive/multicompress.cc:363
513 #: ftparchive/multicompress.cc:406
514 msgid "IO to subprocess/file failed"
517 #: ftparchive/multicompress.cc:458
518 msgid "Failed to read while computing MD5"
521 #: ftparchive/multicompress.cc:475
523 msgid "Problem unlinking %s"
526 #: ftparchive/multicompress.cc:490 apt-inst/extract.cc:188
528 msgid "Failed to rename %s to %s"
531 #: cmdline/apt-get.cc:118
535 #: cmdline/apt-get.cc:140 cmdline/apt-get.cc:1475
537 msgid "Regex compilation error - %s"
540 #: cmdline/apt-get.cc:235
541 msgid "The following packages have unmet dependencies:"
544 #: cmdline/apt-get.cc:325
546 msgid "but %s is installed"
549 #: cmdline/apt-get.cc:327
551 msgid "but %s is to be installed"
554 #: cmdline/apt-get.cc:334
555 msgid "but it is not installable"
558 #: cmdline/apt-get.cc:336
559 msgid "but it is a virtual package"
562 #: cmdline/apt-get.cc:339
563 msgid "but it is not installed"
566 #: cmdline/apt-get.cc:339
567 msgid "but it is not going to be installed"
570 #: cmdline/apt-get.cc:344
574 #: cmdline/apt-get.cc:373
575 msgid "The following NEW packages will be installed:"
578 #: cmdline/apt-get.cc:399
579 msgid "The following packages will be REMOVED:"
582 #: cmdline/apt-get.cc:421
583 msgid "The following packages have been kept back:"
586 #: cmdline/apt-get.cc:442
587 msgid "The following packages will be upgraded:"
590 #: cmdline/apt-get.cc:463
591 msgid "The following packages will be DOWNGRADED:"
594 #: cmdline/apt-get.cc:483
595 msgid "The following held packages will be changed:"
598 #: cmdline/apt-get.cc:536
600 msgid "%s (due to %s) "
603 #: cmdline/apt-get.cc:544
605 "WARNING: The following essential packages will be removed\n"
606 "This should NOT be done unless you know exactly what you are doing!"
609 #: cmdline/apt-get.cc:575
611 msgid "%lu upgraded, %lu newly installed, "
614 #: cmdline/apt-get.cc:579
616 msgid "%lu reinstalled, "
619 #: cmdline/apt-get.cc:581
621 msgid "%lu downgraded, "
624 #: cmdline/apt-get.cc:583
626 msgid "%lu to remove and %lu not upgraded.\n"
629 #: cmdline/apt-get.cc:587
631 msgid "%lu not fully installed or removed.\n"
634 #: cmdline/apt-get.cc:647
635 msgid "Correcting dependencies..."
638 #: cmdline/apt-get.cc:650
642 #: cmdline/apt-get.cc:653
643 msgid "Unable to correct dependencies"
646 #: cmdline/apt-get.cc:656
647 msgid "Unable to minimize the upgrade set"
650 #: cmdline/apt-get.cc:658
654 #: cmdline/apt-get.cc:662
655 msgid "You might want to run `apt-get -f install' to correct these."
658 #: cmdline/apt-get.cc:665
659 msgid "Unmet dependencies. Try using -f."
662 #: cmdline/apt-get.cc:687
663 msgid "WARNING: The following packages cannot be authenticated!"
666 #: cmdline/apt-get.cc:698
667 msgid "Install these packages without verification [y/N]? "
670 #: cmdline/apt-get.cc:700
671 msgid "Some packages could not be authenticated"
674 #: cmdline/apt-get.cc:709 cmdline/apt-get.cc:855
675 msgid "There are problems and -y was used without --force-yes"
678 #: cmdline/apt-get.cc:762
679 msgid "Packages need to be removed but remove is disabled."
682 #: cmdline/apt-get.cc:788 cmdline/apt-get.cc:1769 cmdline/apt-get.cc:1802
683 msgid "Unable to lock the download directory"
686 #: cmdline/apt-get.cc:798 cmdline/apt-get.cc:1850 cmdline/apt-get.cc:2061
687 #: apt-pkg/cachefile.cc:67
688 msgid "The list of sources could not be read."
691 #: cmdline/apt-get.cc:818
693 msgid "Need to get %sB/%sB of archives.\n"
696 #: cmdline/apt-get.cc:821
698 msgid "Need to get %sB of archives.\n"
701 #: cmdline/apt-get.cc:826
703 msgid "After unpacking %sB of additional disk space will be used.\n"
706 #: cmdline/apt-get.cc:829
708 msgid "After unpacking %sB disk space will be freed.\n"
711 #: cmdline/apt-get.cc:846
713 msgid "You don't have enough free space in %s."
716 #: cmdline/apt-get.cc:861 cmdline/apt-get.cc:881
717 msgid "Trivial Only specified but this is not a trivial operation."
720 #: cmdline/apt-get.cc:863
721 msgid "Yes, do as I say!"
724 #: cmdline/apt-get.cc:865
727 "You are about to do something potentially harmful\n"
728 "To continue type in the phrase '%s'\n"
732 #: cmdline/apt-get.cc:871 cmdline/apt-get.cc:890
736 #: cmdline/apt-get.cc:886
737 msgid "Do you want to continue [Y/n]? "
740 #: cmdline/apt-get.cc:958 cmdline/apt-get.cc:1334 cmdline/apt-get.cc:1959
742 msgid "Failed to fetch %s %s\n"
745 #: cmdline/apt-get.cc:976
746 msgid "Some files failed to download"
749 #: cmdline/apt-get.cc:977 cmdline/apt-get.cc:1968
750 msgid "Download complete and in download only mode"
753 #: cmdline/apt-get.cc:983
755 "Unable to fetch some archives, maybe run apt-get update or try with --fix-"
759 #: cmdline/apt-get.cc:987
760 msgid "--fix-missing and media swapping is not currently supported"
763 #: cmdline/apt-get.cc:992
764 msgid "Unable to correct missing packages."
767 #: cmdline/apt-get.cc:993
768 msgid "Aborting install."
771 #: cmdline/apt-get.cc:1026
773 msgid "Note, selecting %s instead of %s\n"
776 #: cmdline/apt-get.cc:1036
778 msgid "Skipping %s, it is already installed and upgrade is not set.\n"
781 #: cmdline/apt-get.cc:1054
783 msgid "Package %s is not installed, so not removed\n"
786 #: cmdline/apt-get.cc:1077
790 #: cmdline/apt-get.cc:1082
791 msgid "You should explicitly select one to install."
794 #: cmdline/apt-get.cc:1087
797 "Package %s is not available, but is referred to by another package.\n"
798 "This may mean that the package is missing, has been obsoleted, or\n"
799 "is only available from another source\n"
802 #: cmdline/apt-get.cc:1106
803 msgid "However the following packages replace it:"
806 #: cmdline/apt-get.cc:1109
808 msgid "Package %s has no installation candidate"
811 #: cmdline/apt-get.cc:1129
813 msgid "Reinstallation of %s is not possible, it cannot be downloaded.\n"
816 #: cmdline/apt-get.cc:1137
818 msgid "%s is already the newest version.\n"
821 #: cmdline/apt-get.cc:1164
823 msgid "Release '%s' for '%s' was not found"
826 #: cmdline/apt-get.cc:1166
828 msgid "Version '%s' for '%s' was not found"
831 #: cmdline/apt-get.cc:1172
833 msgid "Selected version %s (%s) for %s\n"
836 #: cmdline/apt-get.cc:1282
837 msgid "The update command takes no arguments"
840 #: cmdline/apt-get.cc:1295
841 msgid "Unable to lock the list directory"
844 #: cmdline/apt-get.cc:1353
846 "Some index files failed to download, they have been ignored, or old ones "
850 #: cmdline/apt-get.cc:1372
851 msgid "Internal error, AllUpgrade broke stuff"
854 #: cmdline/apt-get.cc:1462 cmdline/apt-get.cc:1498
856 msgid "Couldn't find package %s"
859 #: cmdline/apt-get.cc:1485
861 msgid "Note, selecting %s for regex '%s'\n"
864 #: cmdline/apt-get.cc:1515
865 msgid "You might want to run `apt-get -f install' to correct these:"
868 #: cmdline/apt-get.cc:1518
870 "Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a "
874 #: cmdline/apt-get.cc:1530
876 "Some packages could not be installed. This may mean that you have\n"
877 "requested an impossible situation or if you are using the unstable\n"
878 "distribution that some required packages have not yet been created\n"
879 "or been moved out of Incoming."
882 #: cmdline/apt-get.cc:1538
884 "Since you only requested a single operation it is extremely likely that\n"
885 "the package is simply not installable and a bug report against\n"
886 "that package should be filed."
889 #: cmdline/apt-get.cc:1543
890 msgid "The following information may help to resolve the situation:"
893 #: cmdline/apt-get.cc:1546
894 msgid "Broken packages"
897 #: cmdline/apt-get.cc:1572
898 msgid "The following extra packages will be installed:"
901 #: cmdline/apt-get.cc:1643
902 msgid "Suggested packages:"
905 #: cmdline/apt-get.cc:1644
906 msgid "Recommended packages:"
909 #: cmdline/apt-get.cc:1664
910 msgid "Calculating upgrade... "
913 #: cmdline/apt-get.cc:1667 methods/ftp.cc:702 methods/connect.cc:99
917 #: cmdline/apt-get.cc:1672
921 #: cmdline/apt-get.cc:1845
922 msgid "Must specify at least one package to fetch source for"
925 #: cmdline/apt-get.cc:1872 cmdline/apt-get.cc:2079
927 msgid "Unable to find a source package for %s"
930 #: cmdline/apt-get.cc:1919
932 msgid "You don't have enough free space in %s"
935 #: cmdline/apt-get.cc:1924
937 msgid "Need to get %sB/%sB of source archives.\n"
940 #: cmdline/apt-get.cc:1927
942 msgid "Need to get %sB of source archives.\n"
945 #: cmdline/apt-get.cc:1933
947 msgid "Fetch source %s\n"
950 #: cmdline/apt-get.cc:1964
951 msgid "Failed to fetch some archives."
954 #: cmdline/apt-get.cc:1992
956 msgid "Skipping unpack of already unpacked source in %s\n"
959 #: cmdline/apt-get.cc:2004
961 msgid "Unpack command '%s' failed.\n"
964 #: cmdline/apt-get.cc:2021
966 msgid "Build command '%s' failed.\n"
969 #: cmdline/apt-get.cc:2040
970 msgid "Child process failed"
973 #: cmdline/apt-get.cc:2056
974 msgid "Must specify at least one package to check builddeps for"
977 #: cmdline/apt-get.cc:2084
979 msgid "Unable to get build-dependency information for %s"
982 #: cmdline/apt-get.cc:2104
984 msgid "%s has no build depends.\n"
987 #: cmdline/apt-get.cc:2156
990 "%s dependency for %s cannot be satisfied because the package %s cannot be "
994 #: cmdline/apt-get.cc:2208
997 "%s dependency for %s cannot be satisfied because no available versions of "
998 "package %s can satisfy version requirements"
1001 #: cmdline/apt-get.cc:2243
1003 msgid "Failed to satisfy %s dependency for %s: Installed package %s is too new"
1006 #: cmdline/apt-get.cc:2268
1008 msgid "Failed to satisfy %s dependency for %s: %s"
1011 #: cmdline/apt-get.cc:2282
1013 msgid "Build-dependencies for %s could not be satisfied."
1016 #: cmdline/apt-get.cc:2286
1017 msgid "Failed to process build dependencies"
1020 #: cmdline/apt-get.cc:2318
1021 msgid "Supported modules:"
1024 #: cmdline/apt-get.cc:2359
1026 "Usage: apt-get [options] command\n"
1027 " apt-get [options] install|remove pkg1 [pkg2 ...]\n"
1028 " apt-get [options] source pkg1 [pkg2 ...]\n"
1030 "apt-get is a simple command line interface for downloading and\n"
1031 "installing packages. The most frequently used commands are update\n"
1035 " update - Retrieve new lists of packages\n"
1036 " upgrade - Perform an upgrade\n"
1037 " install - Install new packages (pkg is libc6 not libc6.deb)\n"
1038 " remove - Remove packages\n"
1039 " source - Download source archives\n"
1040 " build-dep - Configure build-dependencies for source packages\n"
1041 " dist-upgrade - Distribution upgrade, see apt-get(8)\n"
1042 " dselect-upgrade - Follow dselect selections\n"
1043 " clean - Erase downloaded archive files\n"
1044 " autoclean - Erase old downloaded archive files\n"
1045 " check - Verify that there are no broken dependencies\n"
1048 " -h This help text.\n"
1049 " -q Loggable output - no progress indicator\n"
1050 " -qq No output except for errors\n"
1051 " -d Download only - do NOT install or unpack archives\n"
1052 " -s No-act. Perform ordering simulation\n"
1053 " -y Assume Yes to all queries and do not prompt\n"
1054 " -f Attempt to continue if the integrity check fails\n"
1055 " -m Attempt to continue if archives are unlocatable\n"
1056 " -u Show a list of upgraded packages as well\n"
1057 " -b Build the source package after fetching it\n"
1058 " -V Show verbose version numbers\n"
1059 " -c=? Read this configuration file\n"
1060 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
1061 "See the apt-get(8), sources.list(5) and apt.conf(5) manual\n"
1062 "pages for more information and options.\n"
1063 " This APT has Super Cow Powers.\n"
1066 #: cmdline/acqprogress.cc:55
1070 #: cmdline/acqprogress.cc:79
1074 #: cmdline/acqprogress.cc:110
1078 #: cmdline/acqprogress.cc:114
1082 #: cmdline/acqprogress.cc:135
1084 msgid "Fetched %sB in %s (%sB/s)\n"
1087 #: cmdline/acqprogress.cc:225
1092 #: cmdline/acqprogress.cc:271
1095 "Media change: please insert the disc labeled\n"
1097 "in the drive '%s' and press enter\n"
1100 #: cmdline/apt-sortpkgs.cc:86
1101 msgid "Unknown package record!"
1104 #: cmdline/apt-sortpkgs.cc:150
1106 "Usage: apt-sortpkgs [options] file1 [file2 ...]\n"
1108 "apt-sortpkgs is a simple tool to sort package files. The -s option is used\n"
1109 "to indicate what kind of file it is.\n"
1112 " -h This help text\n"
1113 " -s Use source file sorting\n"
1114 " -c=? Read this configuration file\n"
1115 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
1118 #: dselect/install:32
1119 msgid "Bad default setting!"
1122 #: dselect/install:51 dselect/install:83 dselect/install:87 dselect/install:93
1123 #: dselect/install:104 dselect/update:45
1124 msgid "Press enter to continue."
1127 #: dselect/install:100
1128 msgid "Some errors occurred while unpacking. I'm going to configure the"
1131 #: dselect/install:101
1132 msgid "packages that were installed. This may result in duplicate errors"
1135 #: dselect/install:102
1136 msgid "or errors caused by missing dependencies. This is OK, only the errors"
1139 #: dselect/install:103
1141 "above this message are important. Please fix them and run [I]nstall again"
1144 #: dselect/update:30
1145 msgid "Merging available information"
1148 #: apt-inst/contrib/extracttar.cc:117
1149 msgid "Failed to create pipes"
1152 #: apt-inst/contrib/extracttar.cc:143
1153 msgid "Failed to exec gzip "
1156 #: apt-inst/contrib/extracttar.cc:180 apt-inst/contrib/extracttar.cc:206
1157 msgid "Corrupted archive"
1160 #: apt-inst/contrib/extracttar.cc:195
1161 msgid "Tar checksum failed, archive corrupted"
1164 #: apt-inst/contrib/extracttar.cc:298
1166 msgid "Unknown TAR header type %u, member %s"
1169 #: apt-inst/contrib/arfile.cc:73
1170 msgid "Invalid archive signature"
1173 #: apt-inst/contrib/arfile.cc:81
1174 msgid "Error reading archive member header"
1177 #: apt-inst/contrib/arfile.cc:93 apt-inst/contrib/arfile.cc:105
1178 msgid "Invalid archive member header"
1181 #: apt-inst/contrib/arfile.cc:131
1182 msgid "Archive is too short"
1185 #: apt-inst/contrib/arfile.cc:135
1186 msgid "Failed to read the archive headers"
1189 #: apt-inst/filelist.cc:384
1190 msgid "DropNode called on still linked node"
1193 #: apt-inst/filelist.cc:416
1194 msgid "Failed to locate the hash element!"
1197 #: apt-inst/filelist.cc:463
1198 msgid "Failed to allocate diversion"
1201 #: apt-inst/filelist.cc:468
1202 msgid "Internal error in AddDiversion"
1205 #: apt-inst/filelist.cc:481
1207 msgid "Trying to overwrite a diversion, %s -> %s and %s/%s"
1210 #: apt-inst/filelist.cc:510
1212 msgid "Double add of diversion %s -> %s"
1215 #: apt-inst/filelist.cc:553
1217 msgid "Duplicate conf file %s/%s"
1220 #: apt-inst/dirstream.cc:45 apt-inst/dirstream.cc:50 apt-inst/dirstream.cc:53
1222 msgid "Failed write file %s"
1225 #: apt-inst/dirstream.cc:80 apt-inst/dirstream.cc:88
1227 msgid "Failed to close file %s"
1230 #: apt-inst/extract.cc:96 apt-inst/extract.cc:167
1232 msgid "The path %s is too long"
1235 #: apt-inst/extract.cc:127
1237 msgid "Unpacking %s more than once"
1240 #: apt-inst/extract.cc:137
1242 msgid "The directory %s is diverted"
1245 #: apt-inst/extract.cc:147
1247 msgid "The package is trying to write to the diversion target %s/%s"
1250 #: apt-inst/extract.cc:157 apt-inst/extract.cc:300
1251 msgid "The diversion path is too long"
1254 #: apt-inst/extract.cc:243
1256 msgid "The directory %s is being replaced by a non-directory"
1259 #: apt-inst/extract.cc:283
1260 msgid "Failed to locate node in its hash bucket"
1263 #: apt-inst/extract.cc:287
1264 msgid "The path is too long"
1267 #: apt-inst/extract.cc:417
1269 msgid "Overwrite package match with no version for %s"
1272 #: apt-inst/extract.cc:434
1274 msgid "File %s/%s overwrites the one in the package %s"
1277 #: apt-inst/extract.cc:467 apt-pkg/contrib/configuration.cc:709
1278 #: apt-pkg/contrib/cdromutl.cc:153 apt-pkg/acquire.cc:416 apt-pkg/clean.cc:38
1280 msgid "Unable to read %s"
1283 #: apt-inst/extract.cc:494
1285 msgid "Unable to stat %s"
1288 #: apt-inst/deb/dpkgdb.cc:55 apt-inst/deb/dpkgdb.cc:61
1290 msgid "Failed to remove %s"
1293 #: apt-inst/deb/dpkgdb.cc:110 apt-inst/deb/dpkgdb.cc:112
1295 msgid "Unable to create %s"
1298 #: apt-inst/deb/dpkgdb.cc:118
1300 msgid "Failed to stat %sinfo"
1303 #: apt-inst/deb/dpkgdb.cc:123
1304 msgid "The info and temp directories need to be on the same filesystem"
1307 #. Build the status cache
1308 #: apt-inst/deb/dpkgdb.cc:139 apt-pkg/pkgcachegen.cc:643
1309 #: apt-pkg/pkgcachegen.cc:712 apt-pkg/pkgcachegen.cc:717
1310 #: apt-pkg/pkgcachegen.cc:840
1311 msgid "Reading package lists"
1314 #: apt-inst/deb/dpkgdb.cc:180
1316 msgid "Failed to change to the admin dir %sinfo"
1319 #: apt-inst/deb/dpkgdb.cc:201 apt-inst/deb/dpkgdb.cc:355
1320 #: apt-inst/deb/dpkgdb.cc:448
1321 msgid "Internal error getting a package name"
1324 #: apt-inst/deb/dpkgdb.cc:205
1325 msgid "Reading file listing"
1328 #: apt-inst/deb/dpkgdb.cc:216
1331 "Failed to open the list file '%sinfo/%s'. If you cannot restore this file "
1332 "then make it empty and immediately re-install the same version of the "
1336 #: apt-inst/deb/dpkgdb.cc:229 apt-inst/deb/dpkgdb.cc:242
1338 msgid "Failed reading the list file %sinfo/%s"
1341 #: apt-inst/deb/dpkgdb.cc:266
1342 msgid "Internal error getting a node"
1345 #: apt-inst/deb/dpkgdb.cc:309
1347 msgid "Failed to open the diversions file %sdiversions"
1350 #: apt-inst/deb/dpkgdb.cc:324
1351 msgid "The diversion file is corrupted"
1354 #: apt-inst/deb/dpkgdb.cc:331 apt-inst/deb/dpkgdb.cc:336
1355 #: apt-inst/deb/dpkgdb.cc:341
1357 msgid "Invalid line in the diversion file: %s"
1360 #: apt-inst/deb/dpkgdb.cc:362
1361 msgid "Internal error adding a diversion"
1364 #: apt-inst/deb/dpkgdb.cc:383
1365 msgid "The pkg cache must be initialize first"
1368 #: apt-inst/deb/dpkgdb.cc:386
1369 msgid "Reading file list"
1372 #: apt-inst/deb/dpkgdb.cc:443
1374 msgid "Failed to find a Package: header, offset %lu"
1377 #: apt-inst/deb/dpkgdb.cc:465
1379 msgid "Bad ConfFile section in the status file. Offset %lu"
1382 #: apt-inst/deb/dpkgdb.cc:470
1384 msgid "Error parsing MD5. Offset %lu"
1387 #: apt-inst/deb/debfile.cc:42 apt-inst/deb/debfile.cc:47
1389 msgid "This is not a valid DEB archive, missing '%s' member"
1392 #: apt-inst/deb/debfile.cc:52
1394 msgid "This is not a valid DEB archive, it has no '%s' or '%s' member"
1397 #: apt-inst/deb/debfile.cc:112
1399 msgid "Couldn't change to %s"
1402 #: apt-inst/deb/debfile.cc:138
1403 msgid "Internal error, could not locate member"
1406 #: apt-inst/deb/debfile.cc:171
1407 msgid "Failed to locate a valid control file"
1410 #: apt-inst/deb/debfile.cc:256
1411 msgid "Unparsable control file"
1414 #: methods/cdrom.cc:113
1416 msgid "Unable to read the cdrom database %s"
1419 #: methods/cdrom.cc:122
1421 "Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update "
1422 "cannot be used to add new CD-ROMs"
1425 #: methods/cdrom.cc:130 methods/cdrom.cc:168
1426 msgid "Wrong CD-ROM"
1429 #: methods/cdrom.cc:163
1431 msgid "Unable to unmount the CD-ROM in %s, it may still be in use."
1434 #: methods/cdrom.cc:177 methods/file.cc:77 methods/rsh.cc:264
1435 msgid "File not found"
1438 #: methods/copy.cc:42 methods/gzip.cc:133 methods/gzip.cc:142
1439 msgid "Failed to stat"
1442 #: methods/copy.cc:79 methods/gzip.cc:139
1443 msgid "Failed to set modification time"
1446 #: methods/file.cc:42
1447 msgid "Invalid URI, local URIS must not start with //"
1450 #. Login must be before getpeername otherwise dante won't work.
1451 #: methods/ftp.cc:162
1455 #: methods/ftp.cc:168
1456 msgid "Unable to determine the peer name"
1459 #: methods/ftp.cc:173
1460 msgid "Unable to determine the local name"
1463 #: methods/ftp.cc:204 methods/ftp.cc:232
1465 msgid "The server refused the connection and said: %s"
1468 #: methods/ftp.cc:210
1470 msgid "USER failed, server said: %s"
1473 #: methods/ftp.cc:217
1475 msgid "PASS failed, server said: %s"
1478 #: methods/ftp.cc:237
1480 "A proxy server was specified but no login script, Acquire::ftp::ProxyLogin "
1484 #: methods/ftp.cc:265
1486 msgid "Login script command '%s' failed, server said: %s"
1489 #: methods/ftp.cc:291
1491 msgid "TYPE failed, server said: %s"
1494 #: methods/ftp.cc:329 methods/ftp.cc:440 methods/rsh.cc:183 methods/rsh.cc:226
1495 msgid "Connection timeout"
1498 #: methods/ftp.cc:335
1499 msgid "Server closed the connection"
1502 #: methods/ftp.cc:338 methods/rsh.cc:190 apt-pkg/contrib/fileutl.cc:453
1506 #: methods/ftp.cc:345 methods/rsh.cc:197
1507 msgid "A response overflowed the buffer."
1510 #: methods/ftp.cc:362 methods/ftp.cc:374
1511 msgid "Protocol corruption"
1514 #: methods/ftp.cc:446 methods/rsh.cc:232 apt-pkg/contrib/fileutl.cc:492
1518 #: methods/ftp.cc:687 methods/ftp.cc:693 methods/ftp.cc:729
1519 msgid "Could not create a socket"
1522 #: methods/ftp.cc:698
1523 msgid "Could not connect data socket, connection timed out"
1526 #: methods/ftp.cc:704
1527 msgid "Could not connect passive socket."
1530 #: methods/ftp.cc:722
1531 msgid "getaddrinfo was unable to get a listening socket"
1534 #: methods/ftp.cc:736
1535 msgid "Could not bind a socket"
1538 #: methods/ftp.cc:740
1539 msgid "Could not listen on the socket"
1542 #: methods/ftp.cc:747
1543 msgid "Could not determine the socket's name"
1546 #: methods/ftp.cc:779
1547 msgid "Unable to send PORT command"
1550 #: methods/ftp.cc:789
1552 msgid "Unknown address family %u (AF_*)"
1555 #: methods/ftp.cc:798
1557 msgid "EPRT failed, server said: %s"
1560 #: methods/ftp.cc:818
1561 msgid "Data socket connect timed out"
1564 #: methods/ftp.cc:825
1565 msgid "Unable to accept connection"
1568 #: methods/ftp.cc:864 methods/http.cc:916 methods/rsh.cc:303
1569 msgid "Problem hashing file"
1572 #: methods/ftp.cc:877
1574 msgid "Unable to fetch file, server said '%s'"
1577 #: methods/ftp.cc:892 methods/rsh.cc:322
1578 msgid "Data socket timed out"
1581 #: methods/ftp.cc:922
1583 msgid "Data transfer failed, server said '%s'"
1586 #. Get the files information
1587 #: methods/ftp.cc:997
1591 #: methods/ftp.cc:1106
1592 msgid "Unable to invoke "
1595 #: methods/connect.cc:64
1597 msgid "Connecting to %s (%s)"
1600 #: methods/connect.cc:71
1605 #: methods/connect.cc:80
1607 msgid "Could not create a socket for %s (f=%u t=%u p=%u)"
1610 #: methods/connect.cc:86
1612 msgid "Cannot initiate the connection to %s:%s (%s)."
1615 #: methods/connect.cc:92
1617 msgid "Could not connect to %s:%s (%s), connection timed out"
1620 #: methods/connect.cc:104
1622 msgid "Could not connect to %s:%s (%s)."
1625 #. We say this mainly because the pause here is for the
1626 #. ssh connection that is still going
1627 #: methods/connect.cc:132 methods/rsh.cc:425
1629 msgid "Connecting to %s"
1632 #: methods/connect.cc:163
1634 msgid "Could not resolve '%s'"
1637 #: methods/connect.cc:167
1639 msgid "Temporary failure resolving '%s'"
1642 #: methods/connect.cc:169
1644 msgid "Something wicked happened resolving '%s:%s' (%i)"
1647 #: methods/connect.cc:216
1649 msgid "Unable to connect to %s %s:"
1652 #: methods/gzip.cc:57
1654 msgid "Couldn't open pipe for %s"
1657 #: methods/gzip.cc:102
1659 msgid "Read error from %s process"
1662 #: methods/http.cc:344
1663 msgid "Waiting for headers"
1666 #: methods/http.cc:490
1668 msgid "Got a single header line over %u chars"
1671 #: methods/http.cc:498
1672 msgid "Bad header line"
1675 #: methods/http.cc:517 methods/http.cc:524
1676 msgid "The HTTP server sent an invalid reply header"
1679 #: methods/http.cc:553
1680 msgid "The HTTP server sent an invalid Content-Length header"
1683 #: methods/http.cc:568
1684 msgid "The HTTP server sent an invalid Content-Range header"
1687 #: methods/http.cc:570
1688 msgid "This HTTP server has broken range support"
1691 #: methods/http.cc:594
1692 msgid "Unknown date format"
1695 #: methods/http.cc:737
1696 msgid "Select failed"
1699 #: methods/http.cc:742
1700 msgid "Connection timed out"
1703 #: methods/http.cc:765
1704 msgid "Error writing to output file"
1707 #: methods/http.cc:793
1708 msgid "Error writing to file"
1711 #: methods/http.cc:818
1712 msgid "Error writing to the file"
1715 #: methods/http.cc:832
1716 msgid "Error reading from server. Remote end closed connection"
1719 #: methods/http.cc:834
1720 msgid "Error reading from server"
1723 #: methods/http.cc:1065
1724 msgid "Bad header data"
1727 #: methods/http.cc:1082
1728 msgid "Connection failed"
1731 #: methods/http.cc:1173
1732 msgid "Internal error"
1735 #: methods/rsh.cc:330
1736 msgid "Connection closed prematurely"
1739 #: apt-pkg/contrib/mmap.cc:82
1740 msgid "Can't mmap an empty file"
1743 #: apt-pkg/contrib/mmap.cc:87
1745 msgid "Couldn't make mmap of %lu bytes"
1748 #: apt-pkg/contrib/strutl.cc:941
1750 msgid "Selection %s not found"
1753 #: apt-pkg/contrib/configuration.cc:395
1755 msgid "Unrecognized type abbreviation: '%c'"
1758 #: apt-pkg/contrib/configuration.cc:453
1760 msgid "Opening configuration file %s"
1763 #: apt-pkg/contrib/configuration.cc:471
1765 msgid "Line %d too long (max %d)"
1768 #: apt-pkg/contrib/configuration.cc:567
1770 msgid "Syntax error %s:%u: Block starts with no name."
1773 #: apt-pkg/contrib/configuration.cc:586
1775 msgid "Syntax error %s:%u: Malformed tag"
1778 #: apt-pkg/contrib/configuration.cc:603
1780 msgid "Syntax error %s:%u: Extra junk after value"
1783 #: apt-pkg/contrib/configuration.cc:643
1785 msgid "Syntax error %s:%u: Directives can only be done at the top level"
1788 #: apt-pkg/contrib/configuration.cc:650
1790 msgid "Syntax error %s:%u: Too many nested includes"
1793 #: apt-pkg/contrib/configuration.cc:654 apt-pkg/contrib/configuration.cc:659
1795 msgid "Syntax error %s:%u: Included from here"
1798 #: apt-pkg/contrib/configuration.cc:663
1800 msgid "Syntax error %s:%u: Unsupported directive '%s'"
1803 #: apt-pkg/contrib/configuration.cc:697
1805 msgid "Syntax error %s:%u: Extra junk at end of file"
1808 #: apt-pkg/contrib/progress.cc:154
1810 msgid "%c%s... Error!"
1813 #: apt-pkg/contrib/progress.cc:156
1815 msgid "%c%s... Done"
1818 #: apt-pkg/contrib/cmndline.cc:80
1820 msgid "Command line option '%c' [from %s] is not known."
1823 #: apt-pkg/contrib/cmndline.cc:106 apt-pkg/contrib/cmndline.cc:114
1824 #: apt-pkg/contrib/cmndline.cc:122
1826 msgid "Command line option %s is not understood"
1829 #: apt-pkg/contrib/cmndline.cc:127
1831 msgid "Command line option %s is not boolean"
1834 #: apt-pkg/contrib/cmndline.cc:166 apt-pkg/contrib/cmndline.cc:187
1836 msgid "Option %s requires an argument."
1839 #: apt-pkg/contrib/cmndline.cc:201 apt-pkg/contrib/cmndline.cc:207
1841 msgid "Option %s: Configuration item specification must have an =<val>."
1844 #: apt-pkg/contrib/cmndline.cc:237
1846 msgid "Option %s requires an integer argument, not '%s'"
1849 #: apt-pkg/contrib/cmndline.cc:268
1851 msgid "Option '%s' is too long"
1854 #: apt-pkg/contrib/cmndline.cc:301
1856 msgid "Sense %s is not understood, try true or false."
1859 #: apt-pkg/contrib/cmndline.cc:351
1861 msgid "Invalid operation %s"
1864 #: apt-pkg/contrib/cdromutl.cc:55
1866 msgid "Unable to stat the mount point %s"
1869 #: apt-pkg/contrib/cdromutl.cc:149 apt-pkg/acquire.cc:422 apt-pkg/clean.cc:44
1871 msgid "Unable to change to %s"
1874 #: apt-pkg/contrib/cdromutl.cc:190
1875 msgid "Failed to stat the cdrom"
1878 #: apt-pkg/contrib/fileutl.cc:80
1880 msgid "Not using locking for read only lock file %s"
1883 #: apt-pkg/contrib/fileutl.cc:85
1885 msgid "Could not open lock file %s"
1888 #: apt-pkg/contrib/fileutl.cc:103
1890 msgid "Not using locking for nfs mounted lock file %s"
1893 #: apt-pkg/contrib/fileutl.cc:107
1895 msgid "Could not get lock %s"
1898 #: apt-pkg/contrib/fileutl.cc:359
1900 msgid "Waited for %s but it wasn't there"
1903 #: apt-pkg/contrib/fileutl.cc:369
1905 msgid "Sub-process %s received a segmentation fault."
1908 #: apt-pkg/contrib/fileutl.cc:372
1910 msgid "Sub-process %s returned an error code (%u)"
1913 #: apt-pkg/contrib/fileutl.cc:374
1915 msgid "Sub-process %s exited unexpectedly"
1918 #: apt-pkg/contrib/fileutl.cc:418
1920 msgid "Could not open file %s"
1923 #: apt-pkg/contrib/fileutl.cc:474
1925 msgid "read, still have %lu to read but none left"
1928 #: apt-pkg/contrib/fileutl.cc:504
1930 msgid "write, still have %lu to write but couldn't"
1933 #: apt-pkg/contrib/fileutl.cc:579
1934 msgid "Problem closing the file"
1937 #: apt-pkg/contrib/fileutl.cc:585
1938 msgid "Problem unlinking the file"
1941 #: apt-pkg/contrib/fileutl.cc:596
1942 msgid "Problem syncing the file"
1945 #: apt-pkg/pkgcache.cc:126
1946 msgid "Empty package cache"
1949 #: apt-pkg/pkgcache.cc:132
1950 msgid "The package cache file is corrupted"
1953 #: apt-pkg/pkgcache.cc:137
1954 msgid "The package cache file is an incompatible version"
1957 #: apt-pkg/pkgcache.cc:142
1959 msgid "This APT does not support the versioning system '%s'"
1962 #: apt-pkg/pkgcache.cc:147
1963 msgid "The package cache was built for a different architecture"
1966 #: apt-pkg/pkgcache.cc:218
1970 #: apt-pkg/pkgcache.cc:218
1974 #: apt-pkg/pkgcache.cc:218
1978 #: apt-pkg/pkgcache.cc:219
1982 #: apt-pkg/pkgcache.cc:219
1986 #: apt-pkg/pkgcache.cc:219
1990 #: apt-pkg/pkgcache.cc:220
1994 #: apt-pkg/pkgcache.cc:231
1998 #: apt-pkg/pkgcache.cc:231
2002 #: apt-pkg/pkgcache.cc:231
2006 #: apt-pkg/pkgcache.cc:232
2010 #: apt-pkg/pkgcache.cc:232
2014 #: apt-pkg/depcache.cc:60 apt-pkg/depcache.cc:89
2015 msgid "Building dependency tree"
2018 #: apt-pkg/depcache.cc:61
2019 msgid "Candidate versions"
2022 #: apt-pkg/depcache.cc:90
2023 msgid "Dependency generation"
2026 #: apt-pkg/tagfile.cc:73
2028 msgid "Unable to parse package file %s (1)"
2031 #: apt-pkg/tagfile.cc:160
2033 msgid "Unable to parse package file %s (2)"
2036 #: apt-pkg/sourcelist.cc:87
2038 msgid "Malformed line %lu in source list %s (URI)"
2041 #: apt-pkg/sourcelist.cc:89
2043 msgid "Malformed line %lu in source list %s (dist)"
2046 #: apt-pkg/sourcelist.cc:92
2048 msgid "Malformed line %lu in source list %s (URI parse)"
2051 #: apt-pkg/sourcelist.cc:98
2053 msgid "Malformed line %lu in source list %s (absolute dist)"
2056 #: apt-pkg/sourcelist.cc:105
2058 msgid "Malformed line %lu in source list %s (dist parse)"
2061 #: apt-pkg/sourcelist.cc:156
2066 #: apt-pkg/sourcelist.cc:170
2068 msgid "Line %u too long in source list %s."
2071 #: apt-pkg/sourcelist.cc:187
2073 msgid "Malformed line %u in source list %s (type)"
2076 #: apt-pkg/sourcelist.cc:191
2078 msgid "Type '%s' is not known on line %u in source list %s"
2081 #: apt-pkg/sourcelist.cc:199 apt-pkg/sourcelist.cc:202
2083 msgid "Malformed line %u in source list %s (vendor id)"
2086 #: apt-pkg/packagemanager.cc:402
2089 "This installation run will require temporarily removing the essential "
2090 "package %s due to a Conflicts/Pre-Depends loop. This is often bad, but if "
2091 "you really want to do it, activate the APT::Force-LoopBreak option."
2094 #: apt-pkg/pkgrecords.cc:37
2096 msgid "Index file type '%s' is not supported"
2099 #: apt-pkg/algorithms.cc:241
2102 "The package %s needs to be reinstalled, but I can't find an archive for it."
2105 #: apt-pkg/algorithms.cc:1059
2107 "Error, pkgProblemResolver::Resolve generated breaks, this may be caused by "
2111 #: apt-pkg/algorithms.cc:1061
2112 msgid "Unable to correct problems, you have held broken packages."
2115 #: apt-pkg/acquire.cc:61
2117 msgid "Lists directory %spartial is missing."
2120 #: apt-pkg/acquire.cc:65
2122 msgid "Archive directory %spartial is missing."
2125 #: apt-pkg/acquire-worker.cc:112
2127 msgid "The method driver %s could not be found."
2130 #: apt-pkg/acquire-worker.cc:161
2132 msgid "Method %s did not start correctly"
2135 #: apt-pkg/init.cc:119
2137 msgid "Packaging system '%s' is not supported"
2140 #: apt-pkg/init.cc:135
2141 msgid "Unable to determine a suitable packaging system type"
2144 #: apt-pkg/clean.cc:61
2146 msgid "Unable to stat %s."
2149 #: apt-pkg/srcrecords.cc:48
2150 msgid "You must put some 'source' URIs in your sources.list"
2153 #: apt-pkg/cachefile.cc:73
2154 msgid "The package lists or status file could not be parsed or opened."
2157 #: apt-pkg/cachefile.cc:77
2158 msgid "You may want to run apt-get update to correct these problems"
2161 #: apt-pkg/policy.cc:269
2162 msgid "Invalid record in the preferences file, no Package header"
2165 #: apt-pkg/policy.cc:291
2167 msgid "Did not understand pin type %s"
2170 #: apt-pkg/policy.cc:299
2171 msgid "No priority (or zero) specified for pin"
2174 #: apt-pkg/pkgcachegen.cc:74
2175 msgid "Cache has an incompatible versioning system"
2178 #: apt-pkg/pkgcachegen.cc:117
2180 msgid "Error occured while processing %s (NewPackage)"
2183 #: apt-pkg/pkgcachegen.cc:129
2185 msgid "Error occured while processing %s (UsePackage1)"
2188 #: apt-pkg/pkgcachegen.cc:150
2190 msgid "Error occured while processing %s (UsePackage2)"
2193 #: apt-pkg/pkgcachegen.cc:154
2195 msgid "Error occured while processing %s (NewFileVer1)"
2198 #: apt-pkg/pkgcachegen.cc:184
2200 msgid "Error occured while processing %s (NewVersion1)"
2203 #: apt-pkg/pkgcachegen.cc:188
2205 msgid "Error occured while processing %s (UsePackage3)"
2208 #: apt-pkg/pkgcachegen.cc:192
2210 msgid "Error occured while processing %s (NewVersion2)"
2213 #: apt-pkg/pkgcachegen.cc:207
2214 msgid "Wow, you exceeded the number of package names this APT is capable of."
2217 #: apt-pkg/pkgcachegen.cc:210
2218 msgid "Wow, you exceeded the number of versions this APT is capable of."
2221 #: apt-pkg/pkgcachegen.cc:213
2222 msgid "Wow, you exceeded the number of dependencies this APT is capable of."
2225 #: apt-pkg/pkgcachegen.cc:241
2227 msgid "Error occured while processing %s (FindPkg)"
2230 #: apt-pkg/pkgcachegen.cc:254
2232 msgid "Error occured while processing %s (CollectFileProvides)"
2235 #: apt-pkg/pkgcachegen.cc:260
2237 msgid "Package %s %s was not found while processing file dependencies"
2240 #: apt-pkg/pkgcachegen.cc:574
2242 msgid "Couldn't stat source package list %s"
2245 #: apt-pkg/pkgcachegen.cc:658
2246 msgid "Collecting File Provides"
2249 #: apt-pkg/pkgcachegen.cc:785 apt-pkg/pkgcachegen.cc:792
2250 msgid "IO Error saving source cache"
2253 #: apt-pkg/acquire-item.cc:126
2255 msgid "rename failed, %s (%s -> %s)."
2258 #: apt-pkg/acquire-item.cc:235 apt-pkg/acquire-item.cc:900
2259 msgid "MD5Sum mismatch"
2262 #: apt-pkg/acquire-item.cc:714
2265 "I wasn't able to locate a file for the %s package. This might mean you need "
2266 "to manually fix this package. (due to missing arch)"
2269 #: apt-pkg/acquire-item.cc:767
2272 "I wasn't able to locate file for the %s package. This might mean you need to "
2273 "manually fix this package."
2276 #: apt-pkg/acquire-item.cc:803
2279 "The package index files are corrupted. No Filename: field for package %s."
2282 #: apt-pkg/acquire-item.cc:890
2283 msgid "Size mismatch"
2286 #: apt-pkg/vendorlist.cc:66
2288 msgid "Vendor block %s contains no fingerprint"
2291 #: apt-pkg/cdrom.cc:504
2294 "Using CD-ROM mount point %s\n"
2298 #: apt-pkg/cdrom.cc:513 apt-pkg/cdrom.cc:595
2299 msgid "Identifying.. "
2302 #: apt-pkg/cdrom.cc:538
2304 msgid "Stored label: %s \n"
2307 #: apt-pkg/cdrom.cc:558
2309 msgid "Using CD-ROM mount point %s\n"
2312 #: apt-pkg/cdrom.cc:576
2313 msgid "Unmounting CD-ROM\n"
2316 #: apt-pkg/cdrom.cc:580
2317 msgid "Waiting for disc...\n"
2320 #. Mount the new CDROM
2321 #: apt-pkg/cdrom.cc:588
2322 msgid "Mounting CD-ROM...\n"
2325 #: apt-pkg/cdrom.cc:606
2326 msgid "Scanning disc for index files..\n"
2329 #: apt-pkg/cdrom.cc:644
2331 msgid "Found %i package indexes, %i source indexes and %i signatures\n"
2334 #: apt-pkg/cdrom.cc:701
2335 msgid "That is not a valid name, try again.\n"
2338 #: apt-pkg/cdrom.cc:717
2341 "This disc is called: \n"
2345 #: apt-pkg/cdrom.cc:721
2346 msgid "Copying package lists..."
2349 #: apt-pkg/cdrom.cc:745
2350 msgid "Writing new source list\n"
2353 #: apt-pkg/cdrom.cc:754
2354 msgid "Source list entries for this disc are:\n"
2357 #: apt-pkg/cdrom.cc:788
2358 msgid "Unmounting CD-ROM..."
2361 #: apt-pkg/indexcopy.cc:261
2363 msgid "Wrote %i records.\n"
2366 #: apt-pkg/indexcopy.cc:263
2368 msgid "Wrote %i records with %i missing files.\n"
2371 #: apt-pkg/indexcopy.cc:266
2373 msgid "Wrote %i records with %i mismatched files\n"
2376 #: apt-pkg/indexcopy.cc:269
2378 msgid "Wrote %i records with %i missing files and %i mismatched files\n"