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-08-19 11:53+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:1508
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:1385
96 msgid "No packages found"
99 #: cmdline/apt-cache.cc:1462
100 msgid "Package files:"
103 #: cmdline/apt-cache.cc:1469 cmdline/apt-cache.cc:1555
104 msgid "Cache is out of sync, can't x-ref a package file"
107 #: cmdline/apt-cache.cc:1470
112 #. Show any packages have explicit pins
113 #: cmdline/apt-cache.cc:1482
114 msgid "Pinned packages:"
117 #: cmdline/apt-cache.cc:1494 cmdline/apt-cache.cc:1535
122 #: cmdline/apt-cache.cc:1515
126 #: cmdline/apt-cache.cc:1517 cmdline/apt-cache.cc:1525
131 #: cmdline/apt-cache.cc:1522
135 #: cmdline/apt-cache.cc:1532
136 msgid " Package pin: "
139 #. Show the priority tables
140 #: cmdline/apt-cache.cc:1541
141 msgid " Version table:"
144 #: cmdline/apt-cache.cc:1556
149 #: cmdline/apt-cache.cc:1651 cmdline/apt-cdrom.cc:138 cmdline/apt-config.cc:70
150 #: cmdline/apt-extracttemplates.cc:225 ftparchive/apt-ftparchive.cc:545
151 #: cmdline/apt-get.cc:2322 cmdline/apt-sortpkgs.cc:144
153 msgid "%s %s for %s %s compiled on %s %s\n"
156 #: cmdline/apt-cache.cc:1658
158 "Usage: apt-cache [options] command\n"
159 " apt-cache [options] add file1 [file2 ...]\n"
160 " apt-cache [options] showpkg pkg1 [pkg2 ...]\n"
161 " apt-cache [options] showsrc pkg1 [pkg2 ...]\n"
163 "apt-cache is a low-level tool used to manipulate APT's binary\n"
164 "cache files, and query information from them\n"
167 " add - Add a package file to the source cache\n"
168 " gencaches - Build both the package and source cache\n"
169 " showpkg - Show some general information for a single package\n"
170 " showsrc - Show source records\n"
171 " stats - Show some basic statistics\n"
172 " dump - Show the entire file in a terse form\n"
173 " dumpavail - Print an available file to stdout\n"
174 " unmet - Show unmet dependencies\n"
175 " search - Search the package list for a regex pattern\n"
176 " show - Show a readable record for the package\n"
177 " depends - Show raw dependency information for a package\n"
178 " rdepends - Show reverse dependency information for a package\n"
179 " pkgnames - List the names of all packages\n"
180 " dotty - Generate package graphs for GraphVis\n"
181 " xvcg - Generate package graphs for xvcg\n"
182 " policy - Show policy settings\n"
185 " -h This help text.\n"
186 " -p=? The package cache.\n"
187 " -s=? The source cache.\n"
188 " -q Disable progress indicator.\n"
189 " -i Show only important deps for the unmet command.\n"
190 " -c=? Read this configuration file\n"
191 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
192 "See the apt-cache(8) and apt.conf(5) manual pages for more information.\n"
195 #: cmdline/apt-config.cc:41
196 msgid "Arguments not in pairs"
199 #: cmdline/apt-config.cc:76
201 "Usage: apt-config [options] command\n"
203 "apt-config is a simple tool to read the APT config file\n"
206 " shell - Shell mode\n"
207 " dump - Show the configuration\n"
210 " -h This help text.\n"
211 " -c=? Read this configuration file\n"
212 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
215 #: cmdline/apt-extracttemplates.cc:98
217 msgid "%s not a valid DEB package."
220 #: cmdline/apt-extracttemplates.cc:232
222 "Usage: apt-extracttemplates file1 [file2 ...]\n"
224 "apt-extracttemplates is a tool to extract config and template info\n"
225 "from debian packages\n"
228 " -h This help text\n"
229 " -t Set the temp dir\n"
230 " -c=? Read this configuration file\n"
231 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
234 #: cmdline/apt-extracttemplates.cc:267 apt-pkg/pkgcachegen.cc:710
236 msgid "Unable to write to %s"
239 #: cmdline/apt-extracttemplates.cc:310
240 msgid "Cannot get debconf version. Is debconf installed?"
243 #: ftparchive/apt-ftparchive.cc:163 ftparchive/apt-ftparchive.cc:337
244 msgid "Package extension list is too long"
247 #: ftparchive/apt-ftparchive.cc:165 ftparchive/apt-ftparchive.cc:179
248 #: ftparchive/apt-ftparchive.cc:202 ftparchive/apt-ftparchive.cc:252
249 #: ftparchive/apt-ftparchive.cc:266 ftparchive/apt-ftparchive.cc:288
251 msgid "Error processing directory %s"
254 #: ftparchive/apt-ftparchive.cc:250
255 msgid "Source extension list is too long"
258 #: ftparchive/apt-ftparchive.cc:367
259 msgid "Error writing header to contents file"
262 #: ftparchive/apt-ftparchive.cc:397
264 msgid "Error processing contents %s"
267 #: ftparchive/apt-ftparchive.cc:551
269 "Usage: apt-ftparchive [options] command\n"
270 "Commands: packages binarypath [overridefile [pathprefix]]\n"
271 " sources srcpath [overridefile [pathprefix]]\n"
274 " generate config [groups]\n"
277 "apt-ftparchive generates index files for Debian archives. It supports\n"
278 "many styles of generation from fully automated to functional replacements\n"
279 "for dpkg-scanpackages and dpkg-scansources\n"
281 "apt-ftparchive generates Package files from a tree of .debs. The\n"
282 "Package file contains the contents of all the control fields from\n"
283 "each package as well as the MD5 hash and filesize. An override file\n"
284 "is supported to force the value of Priority and Section.\n"
286 "Similarly apt-ftparchive generates Sources files from a tree of .dscs.\n"
287 "The --source-override option can be used to specify a src override file\n"
289 "The 'packages' and 'sources' command should be run in the root of the\n"
290 "tree. BinaryPath should point to the base of the recursive search and \n"
291 "override file should contain the override flags. Pathprefix is\n"
292 "appended to the filename fields if present. Example usage from the \n"
294 " apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
295 " dists/potato/main/binary-i386/Packages\n"
298 " -h This help text\n"
299 " --md5 Control MD5 generation\n"
300 " -s=? Source override file\n"
302 " -d=? Select the optional caching database\n"
303 " --no-delink Enable delinking debug mode\n"
304 " --contents Control contents file generation\n"
305 " -c=? Read this configuration file\n"
306 " -o=? Set an arbitrary configuration option"
309 #: ftparchive/apt-ftparchive.cc:757
310 msgid "No selections matched"
313 #: ftparchive/apt-ftparchive.cc:830
315 msgid "Some files are missing in the package file group `%s'"
318 #: ftparchive/cachedb.cc:45
320 msgid "DB was corrupted, file renamed to %s.old"
323 #: ftparchive/cachedb.cc:63
325 msgid "DB is old, attempting to upgrade %s"
328 #: ftparchive/cachedb.cc:73
330 msgid "Unable to open DB file %s: %s"
333 #: ftparchive/cachedb.cc:114
335 msgid "File date has changed %s"
338 #: ftparchive/cachedb.cc:155
339 msgid "Archive has no control record"
342 #: ftparchive/cachedb.cc:267
343 msgid "Unable to get a cursor"
346 #: ftparchive/writer.cc:79
348 msgid "W: Unable to read directory %s\n"
351 #: ftparchive/writer.cc:84
353 msgid "W: Unable to stat %s\n"
356 #: ftparchive/writer.cc:126
360 #: ftparchive/writer.cc:128
364 #: ftparchive/writer.cc:135
365 msgid "E: Errors apply to file "
368 #: ftparchive/writer.cc:152 ftparchive/writer.cc:182
370 msgid "Failed to resolve %s"
373 #: ftparchive/writer.cc:164
374 msgid "Tree walking failed"
377 #: ftparchive/writer.cc:189
379 msgid "Failed to open %s"
382 #: ftparchive/writer.cc:246
384 msgid " DeLink %s [%s]\n"
387 #: ftparchive/writer.cc:254
389 msgid "Failed to readlink %s"
392 #: ftparchive/writer.cc:258
394 msgid "Failed to unlink %s"
397 #: ftparchive/writer.cc:265
399 msgid "*** Failed to link %s to %s"
402 #: ftparchive/writer.cc:275
404 msgid " DeLink limit of %sB hit.\n"
407 #: ftparchive/writer.cc:358 apt-inst/extract.cc:181 apt-inst/extract.cc:193
408 #: apt-inst/extract.cc:210 apt-inst/deb/dpkgdb.cc:121 methods/gpgv.cc:256
410 msgid "Failed to stat %s"
413 #: ftparchive/writer.cc:378
414 msgid "Archive had no package field"
417 #: ftparchive/writer.cc:386 ftparchive/writer.cc:595
419 msgid " %s has no override entry\n"
422 #: ftparchive/writer.cc:429 ftparchive/writer.cc:677
424 msgid " %s maintainer is %s not %s\n"
427 #: ftparchive/contents.cc:317
429 msgid "Internal error, could not locate member %s"
432 #: ftparchive/contents.cc:353 ftparchive/contents.cc:384
433 msgid "realloc - Failed to allocate memory"
436 #: ftparchive/override.cc:38 ftparchive/override.cc:146
438 msgid "Unable to open %s"
441 #: ftparchive/override.cc:64 ftparchive/override.cc:170
443 msgid "Malformed override %s line %lu #1"
446 #: ftparchive/override.cc:78 ftparchive/override.cc:182
448 msgid "Malformed override %s line %lu #2"
451 #: ftparchive/override.cc:92 ftparchive/override.cc:195
453 msgid "Malformed override %s line %lu #3"
456 #: ftparchive/override.cc:131 ftparchive/override.cc:205
458 msgid "Failed to read the override file %s"
461 #: ftparchive/multicompress.cc:75
463 msgid "Unknown compression algorithm '%s'"
466 #: ftparchive/multicompress.cc:105
468 msgid "Compressed output %s needs a compression set"
471 #: ftparchive/multicompress.cc:172 methods/rsh.cc:91
472 msgid "Failed to create IPC pipe to subprocess"
475 #: ftparchive/multicompress.cc:198
476 msgid "Failed to create FILE*"
479 #: ftparchive/multicompress.cc:201
480 msgid "Failed to fork"
483 #: ftparchive/multicompress.cc:215
484 msgid "Compress child"
487 #: ftparchive/multicompress.cc:238
489 msgid "Internal error, failed to create %s"
492 #: ftparchive/multicompress.cc:289
493 msgid "Failed to create subprocess IPC"
496 #: ftparchive/multicompress.cc:324
497 msgid "Failed to exec compressor "
500 #: ftparchive/multicompress.cc:363
504 #: ftparchive/multicompress.cc:406
505 msgid "IO to subprocess/file failed"
508 #: ftparchive/multicompress.cc:458
509 msgid "Failed to read while computing MD5"
512 #: ftparchive/multicompress.cc:475
514 msgid "Problem unlinking %s"
517 #: ftparchive/multicompress.cc:490 apt-inst/extract.cc:188
519 msgid "Failed to rename %s to %s"
522 #: cmdline/apt-get.cc:118
526 #: cmdline/apt-get.cc:140 cmdline/apt-get.cc:1484
528 msgid "Regex compilation error - %s"
531 #: cmdline/apt-get.cc:235
532 msgid "The following packages have unmet dependencies:"
535 #: cmdline/apt-get.cc:325
537 msgid "but %s is installed"
540 #: cmdline/apt-get.cc:327
542 msgid "but %s is to be installed"
545 #: cmdline/apt-get.cc:334
546 msgid "but it is not installable"
549 #: cmdline/apt-get.cc:336
550 msgid "but it is a virtual package"
553 #: cmdline/apt-get.cc:339
554 msgid "but it is not installed"
557 #: cmdline/apt-get.cc:339
558 msgid "but it is not going to be installed"
561 #: cmdline/apt-get.cc:344
565 #: cmdline/apt-get.cc:373
566 msgid "The following NEW packages will be installed:"
569 #: cmdline/apt-get.cc:399
570 msgid "The following packages will be REMOVED:"
573 #: cmdline/apt-get.cc:421
574 msgid "The following packages have been kept back:"
577 #: cmdline/apt-get.cc:442
578 msgid "The following packages will be upgraded:"
581 #: cmdline/apt-get.cc:463
582 msgid "The following packages will be DOWNGRADED:"
585 #: cmdline/apt-get.cc:483
586 msgid "The following held packages will be changed:"
589 #: cmdline/apt-get.cc:536
591 msgid "%s (due to %s) "
594 #: cmdline/apt-get.cc:544
596 "WARNING: The following essential packages will be removed.\n"
597 "This should NOT be done unless you know exactly what you are doing!"
600 #: cmdline/apt-get.cc:575
602 msgid "%lu upgraded, %lu newly installed, "
605 #: cmdline/apt-get.cc:579
607 msgid "%lu reinstalled, "
610 #: cmdline/apt-get.cc:581
612 msgid "%lu downgraded, "
615 #: cmdline/apt-get.cc:583
617 msgid "%lu to remove and %lu not upgraded.\n"
620 #: cmdline/apt-get.cc:587
622 msgid "%lu not fully installed or removed.\n"
625 #: cmdline/apt-get.cc:647
626 msgid "Correcting dependencies..."
629 #: cmdline/apt-get.cc:650
633 #: cmdline/apt-get.cc:653
634 msgid "Unable to correct dependencies"
637 #: cmdline/apt-get.cc:656
638 msgid "Unable to minimize the upgrade set"
641 #: cmdline/apt-get.cc:658
645 #: cmdline/apt-get.cc:662
646 msgid "You might want to run `apt-get -f install' to correct these."
649 #: cmdline/apt-get.cc:665
650 msgid "Unmet dependencies. Try using -f."
653 #: cmdline/apt-get.cc:687
654 msgid "WARNING: The following packages cannot be authenticated!"
657 #: cmdline/apt-get.cc:698
658 msgid "Install these packages without verification [y/N]? "
661 #: cmdline/apt-get.cc:700
662 msgid "Some packages could not be authenticated"
665 #: cmdline/apt-get.cc:709 cmdline/apt-get.cc:855
666 msgid "There are problems and -y was used without --force-yes"
669 #: cmdline/apt-get.cc:762
670 msgid "Packages need to be removed but remove is disabled."
673 #: cmdline/apt-get.cc:788 cmdline/apt-get.cc:1778 cmdline/apt-get.cc:1811
674 msgid "Unable to lock the download directory"
677 #: cmdline/apt-get.cc:798 cmdline/apt-get.cc:1859 cmdline/apt-get.cc:2070
678 #: apt-pkg/cachefile.cc:67
679 msgid "The list of sources could not be read."
682 #: cmdline/apt-get.cc:818
684 msgid "Need to get %sB/%sB of archives.\n"
687 #: cmdline/apt-get.cc:821
689 msgid "Need to get %sB of archives.\n"
692 #: cmdline/apt-get.cc:826
694 msgid "After unpacking %sB of additional disk space will be used.\n"
697 #: cmdline/apt-get.cc:829
699 msgid "After unpacking %sB disk space will be freed.\n"
702 #: cmdline/apt-get.cc:846
704 msgid "You don't have enough free space in %s."
707 #: cmdline/apt-get.cc:861 cmdline/apt-get.cc:881
708 msgid "Trivial Only specified but this is not a trivial operation."
711 #: cmdline/apt-get.cc:863
712 msgid "Yes, do as I say!"
715 #: cmdline/apt-get.cc:865
718 "You are about to do something potentially harmful.\n"
719 "To continue type in the phrase '%s'\n"
723 #: cmdline/apt-get.cc:871 cmdline/apt-get.cc:890
727 #: cmdline/apt-get.cc:886
728 msgid "Do you want to continue [Y/n]? "
731 #: cmdline/apt-get.cc:958 cmdline/apt-get.cc:1334 cmdline/apt-get.cc:1968
733 msgid "Failed to fetch %s %s\n"
736 #: cmdline/apt-get.cc:976
737 msgid "Some files failed to download"
740 #: cmdline/apt-get.cc:977 cmdline/apt-get.cc:1977
741 msgid "Download complete and in download only mode"
744 #: cmdline/apt-get.cc:983
746 "Unable to fetch some archives, maybe run apt-get update or try with --fix-"
750 #: cmdline/apt-get.cc:987
751 msgid "--fix-missing and media swapping is not currently supported"
754 #: cmdline/apt-get.cc:992
755 msgid "Unable to correct missing packages."
758 #: cmdline/apt-get.cc:993
759 msgid "Aborting install."
762 #: cmdline/apt-get.cc:1026
764 msgid "Note, selecting %s instead of %s\n"
767 #: cmdline/apt-get.cc:1036
769 msgid "Skipping %s, it is already installed and upgrade is not set.\n"
772 #: cmdline/apt-get.cc:1054
774 msgid "Package %s is not installed, so not removed\n"
777 #: cmdline/apt-get.cc:1065
779 msgid "Package %s is a virtual package provided by:\n"
782 #: cmdline/apt-get.cc:1077
786 #: cmdline/apt-get.cc:1082
787 msgid "You should explicitly select one to install."
790 #: cmdline/apt-get.cc:1087
793 "Package %s is not available, but is referred to by another package.\n"
794 "This may mean that the package is missing, has been obsoleted, or\n"
795 "is only available from another source\n"
798 #: cmdline/apt-get.cc:1106
799 msgid "However the following packages replace it:"
802 #: cmdline/apt-get.cc:1109
804 msgid "Package %s has no installation candidate"
807 #: cmdline/apt-get.cc:1129
809 msgid "Reinstallation of %s is not possible, it cannot be downloaded.\n"
812 #: cmdline/apt-get.cc:1137
814 msgid "%s is already the newest version.\n"
817 #: cmdline/apt-get.cc:1164
819 msgid "Release '%s' for '%s' was not found"
822 #: cmdline/apt-get.cc:1166
824 msgid "Version '%s' for '%s' was not found"
827 #: cmdline/apt-get.cc:1172
829 msgid "Selected version %s (%s) for %s\n"
832 #: cmdline/apt-get.cc:1282
833 msgid "The update command takes no arguments"
836 #: cmdline/apt-get.cc:1295 cmdline/apt-get.cc:1389
837 msgid "Unable to lock the list directory"
840 #: cmdline/apt-get.cc:1353
842 "Some index files failed to download, they have been ignored, or old ones "
846 #: cmdline/apt-get.cc:1372
847 msgid "Internal error, AllUpgrade broke stuff"
850 #: cmdline/apt-get.cc:1471 cmdline/apt-get.cc:1507
852 msgid "Couldn't find package %s"
855 #: cmdline/apt-get.cc:1494
857 msgid "Note, selecting %s for regex '%s'\n"
860 #: cmdline/apt-get.cc:1524
861 msgid "You might want to run `apt-get -f install' to correct these:"
864 #: cmdline/apt-get.cc:1527
866 "Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a "
870 #: cmdline/apt-get.cc:1539
872 "Some packages could not be installed. This may mean that you have\n"
873 "requested an impossible situation or if you are using the unstable\n"
874 "distribution that some required packages have not yet been created\n"
875 "or been moved out of Incoming."
878 #: cmdline/apt-get.cc:1547
880 "Since you only requested a single operation it is extremely likely that\n"
881 "the package is simply not installable and a bug report against\n"
882 "that package should be filed."
885 #: cmdline/apt-get.cc:1552
886 msgid "The following information may help to resolve the situation:"
889 #: cmdline/apt-get.cc:1555
890 msgid "Broken packages"
893 #: cmdline/apt-get.cc:1581
894 msgid "The following extra packages will be installed:"
897 #: cmdline/apt-get.cc:1652
898 msgid "Suggested packages:"
901 #: cmdline/apt-get.cc:1653
902 msgid "Recommended packages:"
905 #: cmdline/apt-get.cc:1673
906 msgid "Calculating upgrade... "
909 #: cmdline/apt-get.cc:1676 methods/ftp.cc:702 methods/connect.cc:99
913 #: cmdline/apt-get.cc:1681
917 #: cmdline/apt-get.cc:1854
918 msgid "Must specify at least one package to fetch source for"
921 #: cmdline/apt-get.cc:1881 cmdline/apt-get.cc:2088
923 msgid "Unable to find a source package for %s"
926 #: cmdline/apt-get.cc:1928
928 msgid "You don't have enough free space in %s"
931 #: cmdline/apt-get.cc:1933
933 msgid "Need to get %sB/%sB of source archives.\n"
936 #: cmdline/apt-get.cc:1936
938 msgid "Need to get %sB of source archives.\n"
941 #: cmdline/apt-get.cc:1942
943 msgid "Fetch source %s\n"
946 #: cmdline/apt-get.cc:1973
947 msgid "Failed to fetch some archives."
950 #: cmdline/apt-get.cc:2001
952 msgid "Skipping unpack of already unpacked source in %s\n"
955 #: cmdline/apt-get.cc:2013
957 msgid "Unpack command '%s' failed.\n"
960 #: cmdline/apt-get.cc:2030
962 msgid "Build command '%s' failed.\n"
965 #: cmdline/apt-get.cc:2049
966 msgid "Child process failed"
969 #: cmdline/apt-get.cc:2065
970 msgid "Must specify at least one package to check builddeps for"
973 #: cmdline/apt-get.cc:2093
975 msgid "Unable to get build-dependency information for %s"
978 #: cmdline/apt-get.cc:2113
980 msgid "%s has no build depends.\n"
983 #: cmdline/apt-get.cc:2165
986 "%s dependency for %s cannot be satisfied because the package %s cannot be "
990 #: cmdline/apt-get.cc:2217
993 "%s dependency for %s cannot be satisfied because no available versions of "
994 "package %s can satisfy version requirements"
997 #: cmdline/apt-get.cc:2252
999 msgid "Failed to satisfy %s dependency for %s: Installed package %s is too new"
1002 #: cmdline/apt-get.cc:2277
1004 msgid "Failed to satisfy %s dependency for %s: %s"
1007 #: cmdline/apt-get.cc:2291
1009 msgid "Build-dependencies for %s could not be satisfied."
1012 #: cmdline/apt-get.cc:2295
1013 msgid "Failed to process build dependencies"
1016 #: cmdline/apt-get.cc:2327
1017 msgid "Supported modules:"
1020 #: cmdline/apt-get.cc:2368
1022 "Usage: apt-get [options] command\n"
1023 " apt-get [options] install|remove pkg1 [pkg2 ...]\n"
1024 " apt-get [options] source pkg1 [pkg2 ...]\n"
1026 "apt-get is a simple command line interface for downloading and\n"
1027 "installing packages. The most frequently used commands are update\n"
1031 " update - Retrieve new lists of packages\n"
1032 " upgrade - Perform an upgrade\n"
1033 " install - Install new packages (pkg is libc6 not libc6.deb)\n"
1034 " remove - Remove packages\n"
1035 " source - Download source archives\n"
1036 " build-dep - Configure build-dependencies for source packages\n"
1037 " dist-upgrade - Distribution upgrade, see apt-get(8)\n"
1038 " dselect-upgrade - Follow dselect selections\n"
1039 " clean - Erase downloaded archive files\n"
1040 " autoclean - Erase old downloaded archive files\n"
1041 " check - Verify that there are no broken dependencies\n"
1044 " -h This help text.\n"
1045 " -q Loggable output - no progress indicator\n"
1046 " -qq No output except for errors\n"
1047 " -d Download only - do NOT install or unpack archives\n"
1048 " -s No-act. Perform ordering simulation\n"
1049 " -y Assume Yes to all queries and do not prompt\n"
1050 " -f Attempt to continue if the integrity check fails\n"
1051 " -m Attempt to continue if archives are unlocatable\n"
1052 " -u Show a list of upgraded packages as well\n"
1053 " -b Build the source package after fetching it\n"
1054 " -V Show verbose version numbers\n"
1055 " -c=? Read this configuration file\n"
1056 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
1057 "See the apt-get(8), sources.list(5) and apt.conf(5) manual\n"
1058 "pages for more information and options.\n"
1059 " This APT has Super Cow Powers.\n"
1062 #: cmdline/acqprogress.cc:55
1066 #: cmdline/acqprogress.cc:79
1070 #: cmdline/acqprogress.cc:110
1074 #: cmdline/acqprogress.cc:114
1078 #: cmdline/acqprogress.cc:135
1080 msgid "Fetched %sB in %s (%sB/s)\n"
1083 #: cmdline/acqprogress.cc:225
1088 #: cmdline/acqprogress.cc:271
1091 "Media change: please insert the disc labeled\n"
1093 "in the drive '%s' and press enter\n"
1096 #: cmdline/apt-sortpkgs.cc:86
1097 msgid "Unknown package record!"
1100 #: cmdline/apt-sortpkgs.cc:150
1102 "Usage: apt-sortpkgs [options] file1 [file2 ...]\n"
1104 "apt-sortpkgs is a simple tool to sort package files. The -s option is used\n"
1105 "to indicate what kind of file it is.\n"
1108 " -h This help text\n"
1109 " -s Use source file sorting\n"
1110 " -c=? Read this configuration file\n"
1111 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
1114 #: dselect/install:32
1115 msgid "Bad default setting!"
1118 #: dselect/install:51 dselect/install:83 dselect/install:87 dselect/install:93
1119 #: dselect/install:104 dselect/update:45
1120 msgid "Press enter to continue."
1123 #: dselect/install:100
1124 msgid "Some errors occurred while unpacking. I'm going to configure the"
1127 #: dselect/install:101
1128 msgid "packages that were installed. This may result in duplicate errors"
1131 #: dselect/install:102
1132 msgid "or errors caused by missing dependencies. This is OK, only the errors"
1135 #: dselect/install:103
1137 "above this message are important. Please fix them and run [I]nstall again"
1140 #: dselect/update:30
1141 msgid "Merging available information"
1144 #: apt-inst/contrib/extracttar.cc:117
1145 msgid "Failed to create pipes"
1148 #: apt-inst/contrib/extracttar.cc:143
1149 msgid "Failed to exec gzip "
1152 #: apt-inst/contrib/extracttar.cc:180 apt-inst/contrib/extracttar.cc:206
1153 msgid "Corrupted archive"
1156 #: apt-inst/contrib/extracttar.cc:195
1157 msgid "Tar checksum failed, archive corrupted"
1160 #: apt-inst/contrib/extracttar.cc:298
1162 msgid "Unknown TAR header type %u, member %s"
1165 #: apt-inst/contrib/arfile.cc:73
1166 msgid "Invalid archive signature"
1169 #: apt-inst/contrib/arfile.cc:81
1170 msgid "Error reading archive member header"
1173 #: apt-inst/contrib/arfile.cc:93 apt-inst/contrib/arfile.cc:105
1174 msgid "Invalid archive member header"
1177 #: apt-inst/contrib/arfile.cc:131
1178 msgid "Archive is too short"
1181 #: apt-inst/contrib/arfile.cc:135
1182 msgid "Failed to read the archive headers"
1185 #: apt-inst/filelist.cc:384
1186 msgid "DropNode called on still linked node"
1189 #: apt-inst/filelist.cc:416
1190 msgid "Failed to locate the hash element!"
1193 #: apt-inst/filelist.cc:463
1194 msgid "Failed to allocate diversion"
1197 #: apt-inst/filelist.cc:468
1198 msgid "Internal error in AddDiversion"
1201 #: apt-inst/filelist.cc:481
1203 msgid "Trying to overwrite a diversion, %s -> %s and %s/%s"
1206 #: apt-inst/filelist.cc:510
1208 msgid "Double add of diversion %s -> %s"
1211 #: apt-inst/filelist.cc:553
1213 msgid "Duplicate conf file %s/%s"
1216 #: apt-inst/dirstream.cc:45 apt-inst/dirstream.cc:50 apt-inst/dirstream.cc:53
1218 msgid "Failed to write file %s"
1221 #: apt-inst/dirstream.cc:80 apt-inst/dirstream.cc:88
1223 msgid "Failed to close file %s"
1226 #: apt-inst/extract.cc:96 apt-inst/extract.cc:167
1228 msgid "The path %s is too long"
1231 #: apt-inst/extract.cc:127
1233 msgid "Unpacking %s more than once"
1236 #: apt-inst/extract.cc:137
1238 msgid "The directory %s is diverted"
1241 #: apt-inst/extract.cc:147
1243 msgid "The package is trying to write to the diversion target %s/%s"
1246 #: apt-inst/extract.cc:157 apt-inst/extract.cc:300
1247 msgid "The diversion path is too long"
1250 #: apt-inst/extract.cc:243
1252 msgid "The directory %s is being replaced by a non-directory"
1255 #: apt-inst/extract.cc:283
1256 msgid "Failed to locate node in its hash bucket"
1259 #: apt-inst/extract.cc:287
1260 msgid "The path is too long"
1263 #: apt-inst/extract.cc:417
1265 msgid "Overwrite package match with no version for %s"
1268 #: apt-inst/extract.cc:434
1270 msgid "File %s/%s overwrites the one in the package %s"
1273 #: apt-inst/extract.cc:467 apt-pkg/contrib/configuration.cc:750
1274 #: apt-pkg/contrib/cdromutl.cc:153 apt-pkg/acquire.cc:421 apt-pkg/clean.cc:38
1276 msgid "Unable to read %s"
1279 #: apt-inst/extract.cc:494
1281 msgid "Unable to stat %s"
1284 #: apt-inst/deb/dpkgdb.cc:55 apt-inst/deb/dpkgdb.cc:61
1286 msgid "Failed to remove %s"
1289 #: apt-inst/deb/dpkgdb.cc:110 apt-inst/deb/dpkgdb.cc:112
1291 msgid "Unable to create %s"
1294 #: apt-inst/deb/dpkgdb.cc:118
1296 msgid "Failed to stat %sinfo"
1299 #: apt-inst/deb/dpkgdb.cc:123
1300 msgid "The info and temp directories need to be on the same filesystem"
1303 #. Build the status cache
1304 #: apt-inst/deb/dpkgdb.cc:139 apt-pkg/pkgcachegen.cc:643
1305 #: apt-pkg/pkgcachegen.cc:712 apt-pkg/pkgcachegen.cc:717
1306 #: apt-pkg/pkgcachegen.cc:840
1307 msgid "Reading package lists"
1310 #: apt-inst/deb/dpkgdb.cc:180
1312 msgid "Failed to change to the admin dir %sinfo"
1315 #: apt-inst/deb/dpkgdb.cc:201 apt-inst/deb/dpkgdb.cc:355
1316 #: apt-inst/deb/dpkgdb.cc:448
1317 msgid "Internal error getting a package name"
1320 #: apt-inst/deb/dpkgdb.cc:205
1321 msgid "Reading file listing"
1324 #: apt-inst/deb/dpkgdb.cc:216
1327 "Failed to open the list file '%sinfo/%s'. If you cannot restore this file "
1328 "then make it empty and immediately re-install the same version of the "
1332 #: apt-inst/deb/dpkgdb.cc:229 apt-inst/deb/dpkgdb.cc:242
1334 msgid "Failed reading the list file %sinfo/%s"
1337 #: apt-inst/deb/dpkgdb.cc:266
1338 msgid "Internal error getting a node"
1341 #: apt-inst/deb/dpkgdb.cc:309
1343 msgid "Failed to open the diversions file %sdiversions"
1346 #: apt-inst/deb/dpkgdb.cc:324
1347 msgid "The diversion file is corrupted"
1350 #: apt-inst/deb/dpkgdb.cc:331 apt-inst/deb/dpkgdb.cc:336
1351 #: apt-inst/deb/dpkgdb.cc:341
1353 msgid "Invalid line in the diversion file: %s"
1356 #: apt-inst/deb/dpkgdb.cc:362
1357 msgid "Internal error adding a diversion"
1360 #: apt-inst/deb/dpkgdb.cc:383
1361 msgid "The pkg cache must be initialized first"
1364 #: apt-inst/deb/dpkgdb.cc:386
1365 msgid "Reading file list"
1368 #: apt-inst/deb/dpkgdb.cc:443
1370 msgid "Failed to find a Package: header, offset %lu"
1373 #: apt-inst/deb/dpkgdb.cc:465
1375 msgid "Bad ConfFile section in the status file. Offset %lu"
1378 #: apt-inst/deb/dpkgdb.cc:470
1380 msgid "Error parsing MD5. Offset %lu"
1383 #: apt-inst/deb/debfile.cc:42 apt-inst/deb/debfile.cc:47
1385 msgid "This is not a valid DEB archive, missing '%s' member"
1388 #: apt-inst/deb/debfile.cc:52
1390 msgid "This is not a valid DEB archive, it has no '%s' or '%s' member"
1393 #: apt-inst/deb/debfile.cc:112
1395 msgid "Couldn't change to %s"
1398 #: apt-inst/deb/debfile.cc:138
1399 msgid "Internal error, could not locate member"
1402 #: apt-inst/deb/debfile.cc:171
1403 msgid "Failed to locate a valid control file"
1406 #: apt-inst/deb/debfile.cc:256
1407 msgid "Unparsable control file"
1410 #: apt-pkg/contrib/mmap.cc:82
1411 msgid "Can't mmap an empty file"
1414 #: apt-pkg/contrib/mmap.cc:87
1416 msgid "Couldn't make mmap of %lu bytes"
1419 #: apt-pkg/contrib/strutl.cc:941
1421 msgid "Selection %s not found"
1424 #: apt-pkg/contrib/configuration.cc:436
1426 msgid "Unrecognized type abbreviation: '%c'"
1429 #: apt-pkg/contrib/configuration.cc:494
1431 msgid "Opening configuration file %s"
1434 #: apt-pkg/contrib/configuration.cc:512
1436 msgid "Line %d too long (max %d)"
1439 #: apt-pkg/contrib/configuration.cc:608
1441 msgid "Syntax error %s:%u: Block starts with no name."
1444 #: apt-pkg/contrib/configuration.cc:627
1446 msgid "Syntax error %s:%u: Malformed tag"
1449 #: apt-pkg/contrib/configuration.cc:644
1451 msgid "Syntax error %s:%u: Extra junk after value"
1454 #: apt-pkg/contrib/configuration.cc:684
1456 msgid "Syntax error %s:%u: Directives can only be done at the top level"
1459 #: apt-pkg/contrib/configuration.cc:691
1461 msgid "Syntax error %s:%u: Too many nested includes"
1464 #: apt-pkg/contrib/configuration.cc:695 apt-pkg/contrib/configuration.cc:700
1466 msgid "Syntax error %s:%u: Included from here"
1469 #: apt-pkg/contrib/configuration.cc:704
1471 msgid "Syntax error %s:%u: Unsupported directive '%s'"
1474 #: apt-pkg/contrib/configuration.cc:738
1476 msgid "Syntax error %s:%u: Extra junk at end of file"
1479 #: apt-pkg/contrib/progress.cc:154
1481 msgid "%c%s... Error!"
1484 #: apt-pkg/contrib/progress.cc:156
1486 msgid "%c%s... Done"
1489 #: apt-pkg/contrib/cmndline.cc:80
1491 msgid "Command line option '%c' [from %s] is not known."
1494 #: apt-pkg/contrib/cmndline.cc:106 apt-pkg/contrib/cmndline.cc:114
1495 #: apt-pkg/contrib/cmndline.cc:122
1497 msgid "Command line option %s is not understood"
1500 #: apt-pkg/contrib/cmndline.cc:127
1502 msgid "Command line option %s is not boolean"
1505 #: apt-pkg/contrib/cmndline.cc:166 apt-pkg/contrib/cmndline.cc:187
1507 msgid "Option %s requires an argument."
1510 #: apt-pkg/contrib/cmndline.cc:201 apt-pkg/contrib/cmndline.cc:207
1512 msgid "Option %s: Configuration item specification must have an =<val>."
1515 #: apt-pkg/contrib/cmndline.cc:237
1517 msgid "Option %s requires an integer argument, not '%s'"
1520 #: apt-pkg/contrib/cmndline.cc:268
1522 msgid "Option '%s' is too long"
1525 #: apt-pkg/contrib/cmndline.cc:301
1527 msgid "Sense %s is not understood, try true or false."
1530 #: apt-pkg/contrib/cmndline.cc:351
1532 msgid "Invalid operation %s"
1535 #: apt-pkg/contrib/cdromutl.cc:55
1537 msgid "Unable to stat the mount point %s"
1540 #: apt-pkg/contrib/cdromutl.cc:149 apt-pkg/acquire.cc:427 apt-pkg/clean.cc:44
1542 msgid "Unable to change to %s"
1545 #: apt-pkg/contrib/cdromutl.cc:190
1546 msgid "Failed to stat the cdrom"
1549 #: apt-pkg/contrib/fileutl.cc:82
1551 msgid "Not using locking for read only lock file %s"
1554 #: apt-pkg/contrib/fileutl.cc:87
1556 msgid "Could not open lock file %s"
1559 #: apt-pkg/contrib/fileutl.cc:105
1561 msgid "Not using locking for nfs mounted lock file %s"
1564 #: apt-pkg/contrib/fileutl.cc:109
1566 msgid "Could not get lock %s"
1569 #: apt-pkg/contrib/fileutl.cc:377
1571 msgid "Waited for %s but it wasn't there"
1574 #: apt-pkg/contrib/fileutl.cc:387
1576 msgid "Sub-process %s received a segmentation fault."
1579 #: apt-pkg/contrib/fileutl.cc:390
1581 msgid "Sub-process %s returned an error code (%u)"
1584 #: apt-pkg/contrib/fileutl.cc:392
1586 msgid "Sub-process %s exited unexpectedly"
1589 #: apt-pkg/contrib/fileutl.cc:436
1591 msgid "Could not open file %s"
1594 #: apt-pkg/contrib/fileutl.cc:471 methods/ftp.cc:338 methods/rsh.cc:190
1598 #: apt-pkg/contrib/fileutl.cc:492
1600 msgid "read, still have %lu to read but none left"
1603 #: apt-pkg/contrib/fileutl.cc:510 methods/ftp.cc:446 methods/rsh.cc:232
1607 #: apt-pkg/contrib/fileutl.cc:522
1609 msgid "write, still have %lu to write but couldn't"
1612 #: apt-pkg/contrib/fileutl.cc:597
1613 msgid "Problem closing the file"
1616 #: apt-pkg/contrib/fileutl.cc:603
1617 msgid "Problem unlinking the file"
1620 #: apt-pkg/contrib/fileutl.cc:614
1621 msgid "Problem syncing the file"
1624 #: apt-pkg/pkgcache.cc:126
1625 msgid "Empty package cache"
1628 #: apt-pkg/pkgcache.cc:132
1629 msgid "The package cache file is corrupted"
1632 #: apt-pkg/pkgcache.cc:137
1633 msgid "The package cache file is an incompatible version"
1636 #: apt-pkg/pkgcache.cc:142
1638 msgid "This APT does not support the versioning system '%s'"
1641 #: apt-pkg/pkgcache.cc:147
1642 msgid "The package cache was built for a different architecture"
1645 #: apt-pkg/pkgcache.cc:218
1649 #: apt-pkg/pkgcache.cc:218
1653 #: apt-pkg/pkgcache.cc:218
1657 #: apt-pkg/pkgcache.cc:219
1661 #: apt-pkg/pkgcache.cc:219
1665 #: apt-pkg/pkgcache.cc:219
1669 #: apt-pkg/pkgcache.cc:220
1673 #: apt-pkg/pkgcache.cc:231
1677 #: apt-pkg/pkgcache.cc:231
1681 #: apt-pkg/pkgcache.cc:231
1685 #: apt-pkg/pkgcache.cc:232
1689 #: apt-pkg/pkgcache.cc:232
1693 #: apt-pkg/depcache.cc:60 apt-pkg/depcache.cc:89
1694 msgid "Building dependency tree"
1697 #: apt-pkg/depcache.cc:61
1698 msgid "Candidate versions"
1701 #: apt-pkg/depcache.cc:90
1702 msgid "Dependency generation"
1705 #: apt-pkg/tagfile.cc:73
1707 msgid "Unable to parse package file %s (1)"
1710 #: apt-pkg/tagfile.cc:160
1712 msgid "Unable to parse package file %s (2)"
1715 #: apt-pkg/sourcelist.cc:87
1717 msgid "Malformed line %lu in source list %s (URI)"
1720 #: apt-pkg/sourcelist.cc:89
1722 msgid "Malformed line %lu in source list %s (dist)"
1725 #: apt-pkg/sourcelist.cc:92
1727 msgid "Malformed line %lu in source list %s (URI parse)"
1730 #: apt-pkg/sourcelist.cc:98
1732 msgid "Malformed line %lu in source list %s (absolute dist)"
1735 #: apt-pkg/sourcelist.cc:105
1737 msgid "Malformed line %lu in source list %s (dist parse)"
1740 #: apt-pkg/sourcelist.cc:156
1745 #: apt-pkg/sourcelist.cc:170 apt-pkg/cdrom.cc:426
1747 msgid "Line %u too long in source list %s."
1750 #: apt-pkg/sourcelist.cc:187
1752 msgid "Malformed line %u in source list %s (type)"
1755 #: apt-pkg/sourcelist.cc:191
1757 msgid "Type '%s' is not known on line %u in source list %s"
1760 #: apt-pkg/sourcelist.cc:199 apt-pkg/sourcelist.cc:202
1762 msgid "Malformed line %u in source list %s (vendor id)"
1765 #: apt-pkg/packagemanager.cc:402
1768 "This installation run will require temporarily removing the essential "
1769 "package %s due to a Conflicts/Pre-Depends loop. This is often bad, but if "
1770 "you really want to do it, activate the APT::Force-LoopBreak option."
1773 #: apt-pkg/pkgrecords.cc:37
1775 msgid "Index file type '%s' is not supported"
1778 #: apt-pkg/algorithms.cc:241
1781 "The package %s needs to be reinstalled, but I can't find an archive for it."
1784 #: apt-pkg/algorithms.cc:1059
1786 "Error, pkgProblemResolver::Resolve generated breaks, this may be caused by "
1790 #: apt-pkg/algorithms.cc:1061
1791 msgid "Unable to correct problems, you have held broken packages."
1794 #: apt-pkg/acquire.cc:62
1796 msgid "Lists directory %spartial is missing."
1799 #: apt-pkg/acquire.cc:66
1801 msgid "Archive directory %spartial is missing."
1804 #: apt-pkg/acquire.cc:821
1806 msgid "Downloading file %li of %li (%s remaining)"
1809 #: apt-pkg/acquire-worker.cc:113 apt-pkg/acquire-worker.cc:112
1811 msgid "The method driver %s could not be found."
1814 #: apt-pkg/acquire-worker.cc:162 apt-pkg/acquire-worker.cc:161
1816 msgid "Method %s did not start correctly"
1819 #: apt-pkg/acquire-worker.cc:377
1821 msgid "Please insert the disc labeled: '%s' in the drive '%s' and press enter."
1824 #: apt-pkg/init.cc:119
1826 msgid "Packaging system '%s' is not supported"
1829 #: apt-pkg/init.cc:135
1830 msgid "Unable to determine a suitable packaging system type"
1833 #: apt-pkg/clean.cc:61
1835 msgid "Unable to stat %s."
1838 #: apt-pkg/srcrecords.cc:48
1839 msgid "You must put some 'source' URIs in your sources.list"
1842 #: apt-pkg/cachefile.cc:73
1843 msgid "The package lists or status file could not be parsed or opened."
1846 #: apt-pkg/cachefile.cc:77
1847 msgid "You may want to run apt-get update to correct these problems"
1850 #: apt-pkg/policy.cc:269
1851 msgid "Invalid record in the preferences file, no Package header"
1854 #: apt-pkg/policy.cc:291
1856 msgid "Did not understand pin type %s"
1859 #: apt-pkg/policy.cc:299
1860 msgid "No priority (or zero) specified for pin"
1863 #: apt-pkg/pkgcachegen.cc:74
1864 msgid "Cache has an incompatible versioning system"
1867 #: apt-pkg/pkgcachegen.cc:117
1869 msgid "Error occurred while processing %s (NewPackage)"
1872 #: apt-pkg/pkgcachegen.cc:129
1874 msgid "Error occurred while processing %s (UsePackage1)"
1877 #: apt-pkg/pkgcachegen.cc:150
1879 msgid "Error occurred while processing %s (UsePackage2)"
1882 #: apt-pkg/pkgcachegen.cc:154
1884 msgid "Error occurred while processing %s (NewFileVer1)"
1887 #: apt-pkg/pkgcachegen.cc:184
1889 msgid "Error occurred while processing %s (NewVersion1)"
1892 #: apt-pkg/pkgcachegen.cc:188
1894 msgid "Error occurred while processing %s (UsePackage3)"
1897 #: apt-pkg/pkgcachegen.cc:192
1899 msgid "Error occurred while processing %s (NewVersion2)"
1902 #: apt-pkg/pkgcachegen.cc:207
1903 msgid "Wow, you exceeded the number of package names this APT is capable of."
1906 #: apt-pkg/pkgcachegen.cc:210
1907 msgid "Wow, you exceeded the number of versions this APT is capable of."
1910 #: apt-pkg/pkgcachegen.cc:213
1911 msgid "Wow, you exceeded the number of dependencies this APT is capable of."
1914 #: apt-pkg/pkgcachegen.cc:241
1916 msgid "Error occurred while processing %s (FindPkg)"
1919 #: apt-pkg/pkgcachegen.cc:254
1921 msgid "Error occurred while processing %s (CollectFileProvides)"
1924 #: apt-pkg/pkgcachegen.cc:260
1926 msgid "Package %s %s was not found while processing file dependencies"
1929 #: apt-pkg/pkgcachegen.cc:574
1931 msgid "Couldn't stat source package list %s"
1934 #: apt-pkg/pkgcachegen.cc:658
1935 msgid "Collecting File Provides"
1938 #: apt-pkg/pkgcachegen.cc:785 apt-pkg/pkgcachegen.cc:792
1939 msgid "IO Error saving source cache"
1942 #: apt-pkg/acquire-item.cc:129
1944 msgid "rename failed, %s (%s -> %s)."
1947 #: apt-pkg/acquire-item.cc:618 apt-pkg/acquire-item.cc:1290
1948 #: apt-pkg/acquire-item.cc:553 apt-pkg/acquire-item.cc:1218
1949 msgid "MD5Sum mismatch"
1952 #: apt-pkg/acquire-item.cc:1104 apt-pkg/acquire-item.cc:1032
1955 "I wasn't able to locate a file for the %s package. This might mean you need "
1956 "to manually fix this package. (due to missing arch)"
1959 #: apt-pkg/acquire-item.cc:1157 apt-pkg/acquire-item.cc:1085
1962 "I wasn't able to locate file for the %s package. This might mean you need to "
1963 "manually fix this package."
1966 #: apt-pkg/acquire-item.cc:1193 apt-pkg/acquire-item.cc:1121
1969 "The package index files are corrupted. No Filename: field for package %s."
1972 #: apt-pkg/acquire-item.cc:1280 apt-pkg/acquire-item.cc:1208
1973 msgid "Size mismatch"
1976 #: apt-pkg/vendorlist.cc:66
1978 msgid "Vendor block %s contains no fingerprint"
1981 #: apt-pkg/cdrom.cc:507 apt-pkg/cdrom.cc:504
1984 "Using CD-ROM mount point %s\n"
1988 #: apt-pkg/cdrom.cc:516 apt-pkg/cdrom.cc:598 apt-pkg/cdrom.cc:513
1989 #: apt-pkg/cdrom.cc:595
1990 msgid "Identifying.. "
1993 #: apt-pkg/cdrom.cc:541 apt-pkg/cdrom.cc:538
1995 msgid "Stored label: %s \n"
1998 #: apt-pkg/cdrom.cc:561 apt-pkg/cdrom.cc:558
2000 msgid "Using CD-ROM mount point %s\n"
2003 #: apt-pkg/cdrom.cc:579 apt-pkg/cdrom.cc:576
2004 msgid "Unmounting CD-ROM\n"
2007 #: apt-pkg/cdrom.cc:583 apt-pkg/cdrom.cc:580
2008 msgid "Waiting for disc...\n"
2011 #. Mount the new CDROM
2012 #: apt-pkg/cdrom.cc:591 apt-pkg/cdrom.cc:588
2013 msgid "Mounting CD-ROM...\n"
2016 #: apt-pkg/cdrom.cc:609 apt-pkg/cdrom.cc:606
2017 msgid "Scanning disc for index files..\n"
2020 #: apt-pkg/cdrom.cc:647 apt-pkg/cdrom.cc:644
2022 msgid "Found %i package indexes, %i source indexes and %i signatures\n"
2025 #: apt-pkg/cdrom.cc:704 apt-pkg/cdrom.cc:701
2026 msgid "That is not a valid name, try again.\n"
2029 #: apt-pkg/cdrom.cc:720 apt-pkg/cdrom.cc:717
2032 "This disc is called: \n"
2036 #: apt-pkg/cdrom.cc:724 apt-pkg/cdrom.cc:721
2037 msgid "Copying package lists..."
2040 #: apt-pkg/cdrom.cc:748 apt-pkg/cdrom.cc:745
2041 msgid "Writing new source list\n"
2044 #: apt-pkg/cdrom.cc:757 apt-pkg/cdrom.cc:754
2045 msgid "Source list entries for this disc are:\n"
2048 #: apt-pkg/cdrom.cc:791 apt-pkg/cdrom.cc:788
2049 msgid "Unmounting CD-ROM..."
2052 #: apt-pkg/indexcopy.cc:261
2054 msgid "Wrote %i records.\n"
2057 #: apt-pkg/indexcopy.cc:263
2059 msgid "Wrote %i records with %i missing files.\n"
2062 #: apt-pkg/indexcopy.cc:266
2064 msgid "Wrote %i records with %i mismatched files\n"
2067 #: apt-pkg/indexcopy.cc:269
2069 msgid "Wrote %i records with %i missing files and %i mismatched files\n"
2072 #: apt-pkg/deb/dpkgpm.cc:358
2074 msgid "Preparing %s"
2077 #: apt-pkg/deb/dpkgpm.cc:359
2079 msgid "Unpacking %s"
2082 #: apt-pkg/deb/dpkgpm.cc:364
2084 msgid "Preparing to configure %s"
2087 #: apt-pkg/deb/dpkgpm.cc:365
2089 msgid "Configuring %s"
2092 #: apt-pkg/deb/dpkgpm.cc:366
2094 msgid "Installed %s"
2097 #: apt-pkg/deb/dpkgpm.cc:371
2099 msgid "Preparing for removal of %s"
2102 #: apt-pkg/deb/dpkgpm.cc:372
2107 #: apt-pkg/deb/dpkgpm.cc:373
2112 #: apt-pkg/deb/dpkgpm.cc:378
2114 msgid "Preparing for remove with config %s"
2117 #: apt-pkg/deb/dpkgpm.cc:379
2119 msgid "Removed with config %s"
2122 #: methods/cdrom.cc:113
2124 msgid "Unable to read the cdrom database %s"
2127 #: methods/cdrom.cc:122
2129 "Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update "
2130 "cannot be used to add new CD-ROMs"
2133 #: methods/cdrom.cc:130 methods/cdrom.cc:168
2134 msgid "Wrong CD-ROM"
2137 #: methods/cdrom.cc:163
2139 msgid "Unable to unmount the CD-ROM in %s, it may still be in use."
2142 #: methods/cdrom.cc:177 methods/file.cc:77 methods/rsh.cc:264
2143 msgid "File not found"
2146 #: methods/copy.cc:42 methods/gpgv.cc:265 methods/gzip.cc:133
2147 #: methods/gzip.cc:142
2148 msgid "Failed to stat"
2151 #: methods/copy.cc:79 methods/gpgv.cc:262 methods/gzip.cc:139
2152 msgid "Failed to set modification time"
2155 #: methods/file.cc:42
2156 msgid "Invalid URI, local URIS must not start with //"
2159 #. Login must be before getpeername otherwise dante won't work.
2160 #: methods/ftp.cc:162
2164 #: methods/ftp.cc:168
2165 msgid "Unable to determine the peer name"
2168 #: methods/ftp.cc:173
2169 msgid "Unable to determine the local name"
2172 #: methods/ftp.cc:204 methods/ftp.cc:232
2174 msgid "The server refused the connection and said: %s"
2177 #: methods/ftp.cc:210
2179 msgid "USER failed, server said: %s"
2182 #: methods/ftp.cc:217
2184 msgid "PASS failed, server said: %s"
2187 #: methods/ftp.cc:237
2189 "A proxy server was specified but no login script, Acquire::ftp::ProxyLogin "
2193 #: methods/ftp.cc:265
2195 msgid "Login script command '%s' failed, server said: %s"
2198 #: methods/ftp.cc:291
2200 msgid "TYPE failed, server said: %s"
2203 #: methods/ftp.cc:329 methods/ftp.cc:440 methods/rsh.cc:183 methods/rsh.cc:226
2204 msgid "Connection timeout"
2207 #: methods/ftp.cc:335
2208 msgid "Server closed the connection"
2211 #: methods/ftp.cc:345 methods/rsh.cc:197
2212 msgid "A response overflowed the buffer."
2215 #: methods/ftp.cc:362 methods/ftp.cc:374
2216 msgid "Protocol corruption"
2219 #: methods/ftp.cc:687 methods/ftp.cc:693 methods/ftp.cc:729
2220 msgid "Could not create a socket"
2223 #: methods/ftp.cc:698
2224 msgid "Could not connect data socket, connection timed out"
2227 #: methods/ftp.cc:704
2228 msgid "Could not connect passive socket."
2231 #: methods/ftp.cc:722
2232 msgid "getaddrinfo was unable to get a listening socket"
2235 #: methods/ftp.cc:736
2236 msgid "Could not bind a socket"
2239 #: methods/ftp.cc:740
2240 msgid "Could not listen on the socket"
2243 #: methods/ftp.cc:747
2244 msgid "Could not determine the socket's name"
2247 #: methods/ftp.cc:779
2248 msgid "Unable to send PORT command"
2251 #: methods/ftp.cc:789
2253 msgid "Unknown address family %u (AF_*)"
2256 #: methods/ftp.cc:798
2258 msgid "EPRT failed, server said: %s"
2261 #: methods/ftp.cc:818
2262 msgid "Data socket connect timed out"
2265 #: methods/ftp.cc:825
2266 msgid "Unable to accept connection"
2269 #: methods/ftp.cc:864 methods/http.cc:957 methods/rsh.cc:303
2270 msgid "Problem hashing file"
2273 #: methods/ftp.cc:877
2275 msgid "Unable to fetch file, server said '%s'"
2278 #: methods/ftp.cc:892 methods/rsh.cc:322
2279 msgid "Data socket timed out"
2282 #: methods/ftp.cc:922
2284 msgid "Data transfer failed, server said '%s'"
2287 #. Get the files information
2288 #: methods/ftp.cc:997
2292 #: methods/ftp.cc:1106
2293 msgid "Unable to invoke "
2296 #: methods/connect.cc:64
2298 msgid "Connecting to %s (%s)"
2301 #: methods/connect.cc:71
2306 #: methods/connect.cc:80
2308 msgid "Could not create a socket for %s (f=%u t=%u p=%u)"
2311 #: methods/connect.cc:86
2313 msgid "Cannot initiate the connection to %s:%s (%s)."
2316 #: methods/connect.cc:92
2318 msgid "Could not connect to %s:%s (%s), connection timed out"
2321 #: methods/connect.cc:104
2323 msgid "Could not connect to %s:%s (%s)."
2326 #. We say this mainly because the pause here is for the
2327 #. ssh connection that is still going
2328 #: methods/connect.cc:132 methods/rsh.cc:425
2330 msgid "Connecting to %s"
2333 #: methods/connect.cc:163
2335 msgid "Could not resolve '%s'"
2338 #: methods/connect.cc:167
2340 msgid "Temporary failure resolving '%s'"
2343 #: methods/connect.cc:169
2345 msgid "Something wicked happened resolving '%s:%s' (%i)"
2348 #: methods/connect.cc:216
2350 msgid "Unable to connect to %s %s:"
2353 #: methods/gpgv.cc:92
2354 msgid "E: Argument list from Acquire::gpgv::Options too long. Exiting."
2357 #: methods/gpgv.cc:191
2359 "Internal error: Good signature, but could not determine key fingerprint?!"
2362 #: methods/gpgv.cc:196
2363 msgid "At least one invalid signature was encountered."
2366 #. FIXME String concatenation considered harmful.
2367 #: methods/gpgv.cc:201
2368 msgid "Could not execute "
2371 #: methods/gpgv.cc:202
2372 msgid " to verify signature (is gnupg installed?)"
2375 #: methods/gpgv.cc:206
2376 msgid "Unknown error executing gpgv"
2379 #: methods/gpgv.cc:237
2380 msgid "The following signatures were invalid:\n"
2383 #: methods/gpgv.cc:244
2385 "The following signatures couldn't be verified because the public key is not "
2389 #: methods/gzip.cc:57
2391 msgid "Couldn't open pipe for %s"
2394 #: methods/gzip.cc:102
2396 msgid "Read error from %s process"
2399 #: methods/http.cc:381
2400 msgid "Waiting for headers"
2403 #: methods/http.cc:527
2405 msgid "Got a single header line over %u chars"
2408 #: methods/http.cc:535
2409 msgid "Bad header line"
2412 #: methods/http.cc:554 methods/http.cc:561
2413 msgid "The HTTP server sent an invalid reply header"
2416 #: methods/http.cc:590
2417 msgid "The HTTP server sent an invalid Content-Length header"
2420 #: methods/http.cc:605
2421 msgid "The HTTP server sent an invalid Content-Range header"
2424 #: methods/http.cc:607
2425 msgid "This HTTP server has broken range support"
2428 #: methods/http.cc:631
2429 msgid "Unknown date format"
2432 #: methods/http.cc:778
2433 msgid "Select failed"
2436 #: methods/http.cc:783
2437 msgid "Connection timed out"
2440 #: methods/http.cc:806
2441 msgid "Error writing to output file"
2444 #: methods/http.cc:834
2445 msgid "Error writing to file"
2448 #: methods/http.cc:859
2449 msgid "Error writing to the file"
2452 #: methods/http.cc:873
2453 msgid "Error reading from server. Remote end closed connection"
2456 #: methods/http.cc:875
2457 msgid "Error reading from server"
2460 #: methods/http.cc:1106
2461 msgid "Bad header data"
2464 #: methods/http.cc:1123
2465 msgid "Connection failed"
2468 #: methods/http.cc:1214
2469 msgid "Internal error"
2472 #: methods/rsh.cc:330
2473 msgid "Connection closed prematurely"