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: 2006-08-25 15:34+0100\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:143
20 msgid "Package %s version %s has an unmet dep:\n"
23 #: cmdline/apt-cache.cc:183 cmdline/apt-cache.cc:552 cmdline/apt-cache.cc:640
24 #: cmdline/apt-cache.cc:796 cmdline/apt-cache.cc:1018
25 #: cmdline/apt-cache.cc:1419 cmdline/apt-cache.cc:1570
27 msgid "Unable to locate package %s"
30 #: cmdline/apt-cache.cc:247
31 msgid "Total package names : "
34 #: cmdline/apt-cache.cc:287
35 msgid " Normal packages: "
38 #: cmdline/apt-cache.cc:288
39 msgid " Pure virtual packages: "
42 #: cmdline/apt-cache.cc:289
43 msgid " Single virtual packages: "
46 #: cmdline/apt-cache.cc:290
47 msgid " Mixed virtual packages: "
50 #: cmdline/apt-cache.cc:291
54 #: cmdline/apt-cache.cc:293
55 msgid "Total distinct versions: "
58 #: cmdline/apt-cache.cc:295
59 msgid "Total Distinct Descriptions: "
62 #: cmdline/apt-cache.cc:297
63 msgid "Total dependencies: "
66 #: cmdline/apt-cache.cc:300
67 msgid "Total ver/file relations: "
70 #: cmdline/apt-cache.cc:302
71 msgid "Total Desc/File relations: "
74 #: cmdline/apt-cache.cc:304
75 msgid "Total Provides mappings: "
78 #: cmdline/apt-cache.cc:316
79 msgid "Total globbed strings: "
82 #: cmdline/apt-cache.cc:330
83 msgid "Total dependency version space: "
86 #: cmdline/apt-cache.cc:335
87 msgid "Total slack space: "
90 #: cmdline/apt-cache.cc:343
91 msgid "Total space accounted for: "
94 #: cmdline/apt-cache.cc:471 cmdline/apt-cache.cc:1218
96 msgid "Package file %s is out of sync."
99 #: cmdline/apt-cache.cc:1293
100 msgid "You must give exactly one pattern"
103 #: cmdline/apt-cache.cc:1447
104 msgid "No packages found"
107 #: cmdline/apt-cache.cc:1524
108 msgid "Package files:"
111 #: cmdline/apt-cache.cc:1531 cmdline/apt-cache.cc:1617
112 msgid "Cache is out of sync, can't x-ref a package file"
115 #: cmdline/apt-cache.cc:1532
120 #. Show any packages have explicit pins
121 #: cmdline/apt-cache.cc:1544
122 msgid "Pinned packages:"
125 #: cmdline/apt-cache.cc:1556 cmdline/apt-cache.cc:1597
130 #: cmdline/apt-cache.cc:1577
134 #: cmdline/apt-cache.cc:1579 cmdline/apt-cache.cc:1587
139 #: cmdline/apt-cache.cc:1584
143 #: cmdline/apt-cache.cc:1594
144 msgid " Package pin: "
147 #. Show the priority tables
148 #: cmdline/apt-cache.cc:1603
149 msgid " Version table:"
152 #: cmdline/apt-cache.cc:1618
157 #: cmdline/apt-cache.cc:1714 cmdline/apt-cdrom.cc:138 cmdline/apt-config.cc:70
158 #: cmdline/apt-extracttemplates.cc:225 cmdline/apt-get.cc:2476
159 #: cmdline/apt-sortpkgs.cc:144
161 msgid "%s %s for %s %s compiled on %s %s\n"
164 #: cmdline/apt-cache.cc:1721
166 "Usage: apt-cache [options] command\n"
167 " apt-cache [options] add file1 [file2 ...]\n"
168 " apt-cache [options] showpkg pkg1 [pkg2 ...]\n"
169 " apt-cache [options] showsrc pkg1 [pkg2 ...]\n"
171 "apt-cache is a low-level tool used to manipulate APT's binary\n"
172 "cache files, and query information from them\n"
175 " add - Add a package file to the source cache\n"
176 " gencaches - Build both the package and source cache\n"
177 " showpkg - Show some general information for a single package\n"
178 " showsrc - Show source records\n"
179 " stats - Show some basic statistics\n"
180 " dump - Show the entire file in a terse form\n"
181 " dumpavail - Print an available file to stdout\n"
182 " unmet - Show unmet dependencies\n"
183 " search - Search the package list for a regex pattern\n"
184 " show - Show a readable record for the package\n"
185 " depends - Show raw dependency information for a package\n"
186 " rdepends - Show reverse dependency information for a package\n"
187 " pkgnames - List the names of all packages\n"
188 " dotty - Generate package graphs for GraphVis\n"
189 " xvcg - Generate package graphs for xvcg\n"
190 " policy - Show policy settings\n"
193 " -h This help text.\n"
194 " -p=? The package cache.\n"
195 " -s=? The source cache.\n"
196 " -q Disable progress indicator.\n"
197 " -i Show only important deps for the unmet command.\n"
198 " -c=? Read this configuration file\n"
199 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
200 "See the apt-cache(8) and apt.conf(5) manual pages for more information.\n"
203 #: cmdline/apt-cdrom.cc:78
204 msgid "Please provide a name for this Disc, such as 'Debian 2.1r1 Disk 1'"
207 #: cmdline/apt-cdrom.cc:93
208 msgid "Please insert a Disc in the drive and press enter"
211 #: cmdline/apt-cdrom.cc:117
212 msgid "Repeat this process for the rest of the CDs in your set."
215 #: cmdline/apt-config.cc:41
216 msgid "Arguments not in pairs"
219 #: cmdline/apt-config.cc:76
221 "Usage: apt-config [options] command\n"
223 "apt-config is a simple tool to read the APT config file\n"
226 " shell - Shell mode\n"
227 " dump - Show the configuration\n"
230 " -h This help text.\n"
231 " -c=? Read this configuration file\n"
232 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
235 #: cmdline/apt-extracttemplates.cc:98
237 msgid "%s not a valid DEB package."
240 #: cmdline/apt-extracttemplates.cc:232
242 "Usage: apt-extracttemplates file1 [file2 ...]\n"
244 "apt-extracttemplates is a tool to extract config and template info\n"
245 "from debian packages\n"
248 " -h This help text\n"
249 " -t Set the temp dir\n"
250 " -c=? Read this configuration file\n"
251 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
254 #: cmdline/apt-extracttemplates.cc:267 apt-pkg/pkgcachegen.cc:819
256 msgid "Unable to write to %s"
259 #: cmdline/apt-extracttemplates.cc:310
260 msgid "Cannot get debconf version. Is debconf installed?"
263 #: cmdline/apt-get.cc:121
267 #: cmdline/apt-get.cc:143 cmdline/apt-get.cc:1588
269 msgid "Regex compilation error - %s"
272 #: cmdline/apt-get.cc:238
273 msgid "The following packages have unmet dependencies:"
276 #: cmdline/apt-get.cc:328
278 msgid "but %s is installed"
281 #: cmdline/apt-get.cc:330
283 msgid "but %s is to be installed"
286 #: cmdline/apt-get.cc:337
287 msgid "but it is not installable"
290 #: cmdline/apt-get.cc:339
291 msgid "but it is a virtual package"
294 #: cmdline/apt-get.cc:342
295 msgid "but it is not installed"
298 #: cmdline/apt-get.cc:342
299 msgid "but it is not going to be installed"
302 #: cmdline/apt-get.cc:347
306 #: cmdline/apt-get.cc:376
307 msgid "The following NEW packages will be installed:"
310 #: cmdline/apt-get.cc:402
311 msgid "The following packages will be REMOVED:"
314 #: cmdline/apt-get.cc:424
315 msgid "The following packages have been kept back:"
318 #: cmdline/apt-get.cc:445
319 msgid "The following packages will be upgraded:"
322 #: cmdline/apt-get.cc:466
323 msgid "The following packages will be DOWNGRADED:"
326 #: cmdline/apt-get.cc:486
327 msgid "The following held packages will be changed:"
330 #: cmdline/apt-get.cc:539
332 msgid "%s (due to %s) "
335 #: cmdline/apt-get.cc:547
337 "WARNING: The following essential packages will be removed.\n"
338 "This should NOT be done unless you know exactly what you are doing!"
341 #: cmdline/apt-get.cc:578
343 msgid "%lu upgraded, %lu newly installed, "
346 #: cmdline/apt-get.cc:582
348 msgid "%lu reinstalled, "
351 #: cmdline/apt-get.cc:584
353 msgid "%lu downgraded, "
356 #: cmdline/apt-get.cc:586
358 msgid "%lu to remove and %lu not upgraded.\n"
361 #: cmdline/apt-get.cc:590
363 msgid "%lu not fully installed or removed.\n"
366 #: cmdline/apt-get.cc:664
367 msgid "Correcting dependencies..."
370 #: cmdline/apt-get.cc:667
374 #: cmdline/apt-get.cc:670
375 msgid "Unable to correct dependencies"
378 #: cmdline/apt-get.cc:673
379 msgid "Unable to minimize the upgrade set"
382 #: cmdline/apt-get.cc:675
386 #: cmdline/apt-get.cc:679
387 msgid "You might want to run `apt-get -f install' to correct these."
390 #: cmdline/apt-get.cc:682
391 msgid "Unmet dependencies. Try using -f."
394 #: cmdline/apt-get.cc:704
395 msgid "WARNING: The following packages cannot be authenticated!"
398 #: cmdline/apt-get.cc:708
399 msgid "Authentication warning overridden.\n"
402 #: cmdline/apt-get.cc:715
403 msgid "Install these packages without verification [y/N]? "
406 #: cmdline/apt-get.cc:717
407 msgid "Some packages could not be authenticated"
410 #: cmdline/apt-get.cc:726 cmdline/apt-get.cc:873
411 msgid "There are problems and -y was used without --force-yes"
414 #: cmdline/apt-get.cc:770
415 msgid "Internal error, InstallPackages was called with broken packages!"
418 #: cmdline/apt-get.cc:779
419 msgid "Packages need to be removed but remove is disabled."
422 #: cmdline/apt-get.cc:790
423 msgid "Internal error, Ordering didn't finish"
426 #: cmdline/apt-get.cc:806 cmdline/apt-get.cc:1907 cmdline/apt-get.cc:1940
427 msgid "Unable to lock the download directory"
430 #: cmdline/apt-get.cc:816 cmdline/apt-get.cc:1988 cmdline/apt-get.cc:2224
431 #: apt-pkg/cachefile.cc:67
432 msgid "The list of sources could not be read."
435 #: cmdline/apt-get.cc:831
436 msgid "How odd.. The sizes didn't match, email apt@packages.debian.org"
439 #: cmdline/apt-get.cc:836
441 msgid "Need to get %sB/%sB of archives.\n"
444 #: cmdline/apt-get.cc:839
446 msgid "Need to get %sB of archives.\n"
449 #: cmdline/apt-get.cc:844
451 msgid "After unpacking %sB of additional disk space will be used.\n"
454 #: cmdline/apt-get.cc:847
456 msgid "After unpacking %sB disk space will be freed.\n"
459 #: cmdline/apt-get.cc:861 cmdline/apt-get.cc:2078
461 msgid "Couldn't determine free space in %s"
464 #: cmdline/apt-get.cc:864
466 msgid "You don't have enough free space in %s."
469 #: cmdline/apt-get.cc:879 cmdline/apt-get.cc:899
470 msgid "Trivial Only specified but this is not a trivial operation."
473 #: cmdline/apt-get.cc:881
474 msgid "Yes, do as I say!"
477 #: cmdline/apt-get.cc:883
480 "You are about to do something potentially harmful.\n"
481 "To continue type in the phrase '%s'\n"
485 #: cmdline/apt-get.cc:889 cmdline/apt-get.cc:908
489 #: cmdline/apt-get.cc:904
490 msgid "Do you want to continue [Y/n]? "
493 #: cmdline/apt-get.cc:976 cmdline/apt-get.cc:1383 cmdline/apt-get.cc:2121
495 msgid "Failed to fetch %s %s\n"
498 #: cmdline/apt-get.cc:994
499 msgid "Some files failed to download"
502 #: cmdline/apt-get.cc:995 cmdline/apt-get.cc:2130
503 msgid "Download complete and in download only mode"
506 #: cmdline/apt-get.cc:1001
508 "Unable to fetch some archives, maybe run apt-get update or try with --fix-"
512 #: cmdline/apt-get.cc:1005
513 msgid "--fix-missing and media swapping is not currently supported"
516 #: cmdline/apt-get.cc:1010
517 msgid "Unable to correct missing packages."
520 #: cmdline/apt-get.cc:1011
521 msgid "Aborting install."
524 #: cmdline/apt-get.cc:1045
526 msgid "Note, selecting %s instead of %s\n"
529 #: cmdline/apt-get.cc:1055
531 msgid "Skipping %s, it is already installed and upgrade is not set.\n"
534 #: cmdline/apt-get.cc:1073
536 msgid "Package %s is not installed, so not removed\n"
539 #: cmdline/apt-get.cc:1084
541 msgid "Package %s is a virtual package provided by:\n"
544 #: cmdline/apt-get.cc:1096
548 #: cmdline/apt-get.cc:1101
549 msgid "You should explicitly select one to install."
552 #: cmdline/apt-get.cc:1106
555 "Package %s is not available, but is referred to by another package.\n"
556 "This may mean that the package is missing, has been obsoleted, or\n"
557 "is only available from another source\n"
560 #: cmdline/apt-get.cc:1125
561 msgid "However the following packages replace it:"
564 #: cmdline/apt-get.cc:1128
566 msgid "Package %s has no installation candidate"
569 #: cmdline/apt-get.cc:1148
571 msgid "Reinstallation of %s is not possible, it cannot be downloaded.\n"
574 #: cmdline/apt-get.cc:1156
576 msgid "%s is already the newest version.\n"
579 #: cmdline/apt-get.cc:1185
581 msgid "Release '%s' for '%s' was not found"
584 #: cmdline/apt-get.cc:1187
586 msgid "Version '%s' for '%s' was not found"
589 #: cmdline/apt-get.cc:1193
591 msgid "Selected version %s (%s) for %s\n"
594 #: cmdline/apt-get.cc:1330
595 msgid "The update command takes no arguments"
598 #: cmdline/apt-get.cc:1343
599 msgid "Unable to lock the list directory"
602 #: cmdline/apt-get.cc:1410 cmdline/apt-get.cc:1412
604 "Some index files failed to download, they have been ignored, or old ones "
608 #: cmdline/apt-get.cc:1426
609 msgid "We are not supposed to delete stuff, can't start AutoRemover"
612 #: cmdline/apt-get.cc:1451
614 "Hmm, seems like the AutoRemover destroyed something which really\n"
615 "shouldn't happen. Please file a bug report against apt."
618 #: cmdline/apt-get.cc:1454 cmdline/apt-get.cc:1656
619 msgid "The following information may help to resolve the situation:"
622 #: cmdline/apt-get.cc:1458
623 msgid "Internal Error, AutoRemover broke stuff"
626 #: cmdline/apt-get.cc:1477
627 msgid "Internal error, AllUpgrade broke stuff"
630 #: cmdline/apt-get.cc:1575 cmdline/apt-get.cc:1611
632 msgid "Couldn't find package %s"
635 #: cmdline/apt-get.cc:1598
637 msgid "Note, selecting %s for regex '%s'\n"
640 #: cmdline/apt-get.cc:1628
641 msgid "You might want to run `apt-get -f install' to correct these:"
644 #: cmdline/apt-get.cc:1631
646 "Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a "
650 #: cmdline/apt-get.cc:1643
652 "Some packages could not be installed. This may mean that you have\n"
653 "requested an impossible situation or if you are using the unstable\n"
654 "distribution that some required packages have not yet been created\n"
655 "or been moved out of Incoming."
658 #: cmdline/apt-get.cc:1651
660 "Since you only requested a single operation it is extremely likely that\n"
661 "the package is simply not installable and a bug report against\n"
662 "that package should be filed."
665 #: cmdline/apt-get.cc:1659
666 msgid "Broken packages"
669 #: cmdline/apt-get.cc:1690
670 msgid "The following extra packages will be installed:"
673 #: cmdline/apt-get.cc:1779
674 msgid "Suggested packages:"
677 #: cmdline/apt-get.cc:1780
678 msgid "Recommended packages:"
681 #: cmdline/apt-get.cc:1800
682 msgid "Calculating upgrade... "
685 #: cmdline/apt-get.cc:1803 methods/ftp.cc:702 methods/connect.cc:101
689 #: cmdline/apt-get.cc:1808
693 #: cmdline/apt-get.cc:1875 cmdline/apt-get.cc:1883
694 msgid "Internal error, problem resolver broke stuff"
697 #: cmdline/apt-get.cc:1983
698 msgid "Must specify at least one package to fetch source for"
701 #: cmdline/apt-get.cc:2013 cmdline/apt-get.cc:2242
703 msgid "Unable to find a source package for %s"
706 #: cmdline/apt-get.cc:2057
708 msgid "Skipping already downloaded file '%s'\n"
711 #: cmdline/apt-get.cc:2081
713 msgid "You don't have enough free space in %s"
716 #: cmdline/apt-get.cc:2086
718 msgid "Need to get %sB/%sB of source archives.\n"
721 #: cmdline/apt-get.cc:2089
723 msgid "Need to get %sB of source archives.\n"
726 #: cmdline/apt-get.cc:2095
728 msgid "Fetch source %s\n"
731 #: cmdline/apt-get.cc:2126
732 msgid "Failed to fetch some archives."
735 #: cmdline/apt-get.cc:2154
737 msgid "Skipping unpack of already unpacked source in %s\n"
740 #: cmdline/apt-get.cc:2166
742 msgid "Unpack command '%s' failed.\n"
745 #: cmdline/apt-get.cc:2167
747 msgid "Check if the 'dpkg-dev' package is installed.\n"
750 #: cmdline/apt-get.cc:2184
752 msgid "Build command '%s' failed.\n"
755 #: cmdline/apt-get.cc:2203
756 msgid "Child process failed"
759 #: cmdline/apt-get.cc:2219
760 msgid "Must specify at least one package to check builddeps for"
763 #: cmdline/apt-get.cc:2247
765 msgid "Unable to get build-dependency information for %s"
768 #: cmdline/apt-get.cc:2267
770 msgid "%s has no build depends.\n"
773 #: cmdline/apt-get.cc:2319
776 "%s dependency for %s cannot be satisfied because the package %s cannot be "
780 #: cmdline/apt-get.cc:2371
783 "%s dependency for %s cannot be satisfied because no available versions of "
784 "package %s can satisfy version requirements"
787 #: cmdline/apt-get.cc:2406
789 msgid "Failed to satisfy %s dependency for %s: Installed package %s is too new"
792 #: cmdline/apt-get.cc:2431
794 msgid "Failed to satisfy %s dependency for %s: %s"
797 #: cmdline/apt-get.cc:2445
799 msgid "Build-dependencies for %s could not be satisfied."
802 #: cmdline/apt-get.cc:2449
803 msgid "Failed to process build dependencies"
806 #: cmdline/apt-get.cc:2481
807 msgid "Supported modules:"
810 #: cmdline/apt-get.cc:2522
812 "Usage: apt-get [options] command\n"
813 " apt-get [options] install|remove pkg1 [pkg2 ...]\n"
814 " apt-get [options] source pkg1 [pkg2 ...]\n"
816 "apt-get is a simple command line interface for downloading and\n"
817 "installing packages. The most frequently used commands are update\n"
821 " update - Retrieve new lists of packages\n"
822 " upgrade - Perform an upgrade\n"
823 " install - Install new packages (pkg is libc6 not libc6.deb)\n"
824 " remove - Remove packages\n"
825 " source - Download source archives\n"
826 " build-dep - Configure build-dependencies for source packages\n"
827 " dist-upgrade - Distribution upgrade, see apt-get(8)\n"
828 " dselect-upgrade - Follow dselect selections\n"
829 " clean - Erase downloaded archive files\n"
830 " autoclean - Erase old downloaded archive files\n"
831 " check - Verify that there are no broken dependencies\n"
834 " -h This help text.\n"
835 " -q Loggable output - no progress indicator\n"
836 " -qq No output except for errors\n"
837 " -d Download only - do NOT install or unpack archives\n"
838 " -s No-act. Perform ordering simulation\n"
839 " -y Assume Yes to all queries and do not prompt\n"
840 " -f Attempt to continue if the integrity check fails\n"
841 " -m Attempt to continue if archives are unlocatable\n"
842 " -u Show a list of upgraded packages as well\n"
843 " -b Build the source package after fetching it\n"
844 " -V Show verbose version numbers\n"
845 " -c=? Read this configuration file\n"
846 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
847 "See the apt-get(8), sources.list(5) and apt.conf(5) manual\n"
848 "pages for more information and options.\n"
849 " This APT has Super Cow Powers.\n"
852 #: cmdline/acqprogress.cc:55
856 #: cmdline/acqprogress.cc:79
860 #: cmdline/acqprogress.cc:110
864 #: cmdline/acqprogress.cc:114
868 #: cmdline/acqprogress.cc:135
870 msgid "Fetched %sB in %s (%sB/s)\n"
873 #: cmdline/acqprogress.cc:225
878 #: cmdline/acqprogress.cc:271
881 "Media change: please insert the disc labeled\n"
883 "in the drive '%s' and press enter\n"
886 #: cmdline/apt-sortpkgs.cc:86
887 msgid "Unknown package record!"
890 #: cmdline/apt-sortpkgs.cc:150
892 "Usage: apt-sortpkgs [options] file1 [file2 ...]\n"
894 "apt-sortpkgs is a simple tool to sort package files. The -s option is used\n"
895 "to indicate what kind of file it is.\n"
898 " -h This help text\n"
899 " -s Use source file sorting\n"
900 " -c=? Read this configuration file\n"
901 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
904 #: dselect/install:32
905 msgid "Bad default setting!"
908 #: dselect/install:51 dselect/install:83 dselect/install:87 dselect/install:93
909 #: dselect/install:104 dselect/update:45
910 msgid "Press enter to continue."
913 #: dselect/install:100
914 msgid "Some errors occurred while unpacking. I'm going to configure the"
917 #: dselect/install:101
918 msgid "packages that were installed. This may result in duplicate errors"
921 #: dselect/install:102
922 msgid "or errors caused by missing dependencies. This is OK, only the errors"
925 #: dselect/install:103
927 "above this message are important. Please fix them and run [I]nstall again"
931 msgid "Merging available information"
934 #: apt-inst/contrib/extracttar.cc:117
935 msgid "Failed to create pipes"
938 #: apt-inst/contrib/extracttar.cc:144
939 msgid "Failed to exec gzip "
942 #: apt-inst/contrib/extracttar.cc:181 apt-inst/contrib/extracttar.cc:207
943 msgid "Corrupted archive"
946 #: apt-inst/contrib/extracttar.cc:196
947 msgid "Tar checksum failed, archive corrupted"
950 #: apt-inst/contrib/extracttar.cc:299
952 msgid "Unknown TAR header type %u, member %s"
955 #: apt-inst/contrib/arfile.cc:73
956 msgid "Invalid archive signature"
959 #: apt-inst/contrib/arfile.cc:81
960 msgid "Error reading archive member header"
963 #: apt-inst/contrib/arfile.cc:93 apt-inst/contrib/arfile.cc:105
964 msgid "Invalid archive member header"
967 #: apt-inst/contrib/arfile.cc:131
968 msgid "Archive is too short"
971 #: apt-inst/contrib/arfile.cc:135
972 msgid "Failed to read the archive headers"
975 #: apt-inst/filelist.cc:384
976 msgid "DropNode called on still linked node"
979 #: apt-inst/filelist.cc:416
980 msgid "Failed to locate the hash element!"
983 #: apt-inst/filelist.cc:463
984 msgid "Failed to allocate diversion"
987 #: apt-inst/filelist.cc:468
988 msgid "Internal error in AddDiversion"
991 #: apt-inst/filelist.cc:481
993 msgid "Trying to overwrite a diversion, %s -> %s and %s/%s"
996 #: apt-inst/filelist.cc:510
998 msgid "Double add of diversion %s -> %s"
1001 #: apt-inst/filelist.cc:553
1003 msgid "Duplicate conf file %s/%s"
1006 #: apt-inst/dirstream.cc:45 apt-inst/dirstream.cc:50 apt-inst/dirstream.cc:53
1008 msgid "Failed to write file %s"
1011 #: apt-inst/dirstream.cc:96 apt-inst/dirstream.cc:104
1013 msgid "Failed to close file %s"
1016 #: apt-inst/extract.cc:96 apt-inst/extract.cc:167
1018 msgid "The path %s is too long"
1021 #: apt-inst/extract.cc:127
1023 msgid "Unpacking %s more than once"
1026 #: apt-inst/extract.cc:137
1028 msgid "The directory %s is diverted"
1031 #: apt-inst/extract.cc:147
1033 msgid "The package is trying to write to the diversion target %s/%s"
1036 #: apt-inst/extract.cc:157 apt-inst/extract.cc:300
1037 msgid "The diversion path is too long"
1040 #: apt-inst/extract.cc:181 apt-inst/extract.cc:193 apt-inst/extract.cc:210
1041 #: apt-inst/deb/dpkgdb.cc:121 methods/gpgv.cc:272
1043 msgid "Failed to stat %s"
1046 #: apt-inst/extract.cc:188
1048 msgid "Failed to rename %s to %s"
1051 #: apt-inst/extract.cc:243
1053 msgid "The directory %s is being replaced by a non-directory"
1056 #: apt-inst/extract.cc:283
1057 msgid "Failed to locate node in its hash bucket"
1060 #: apt-inst/extract.cc:287
1061 msgid "The path is too long"
1064 #: apt-inst/extract.cc:417
1066 msgid "Overwrite package match with no version for %s"
1069 #: apt-inst/extract.cc:434
1071 msgid "File %s/%s overwrites the one in the package %s"
1074 #: apt-inst/extract.cc:467 apt-pkg/contrib/configuration.cc:750
1075 #: apt-pkg/contrib/cdromutl.cc:153 apt-pkg/sourcelist.cc:324
1076 #: apt-pkg/acquire.cc:421 apt-pkg/clean.cc:38
1078 msgid "Unable to read %s"
1081 #: apt-inst/extract.cc:494
1083 msgid "Unable to stat %s"
1086 #: apt-inst/deb/dpkgdb.cc:55 apt-inst/deb/dpkgdb.cc:61
1088 msgid "Failed to remove %s"
1091 #: apt-inst/deb/dpkgdb.cc:110 apt-inst/deb/dpkgdb.cc:112
1093 msgid "Unable to create %s"
1096 #: apt-inst/deb/dpkgdb.cc:118
1098 msgid "Failed to stat %sinfo"
1101 #: apt-inst/deb/dpkgdb.cc:123
1102 msgid "The info and temp directories need to be on the same filesystem"
1105 #. Build the status cache
1106 #: apt-inst/deb/dpkgdb.cc:139 apt-pkg/pkgcachegen.cc:752
1107 #: apt-pkg/pkgcachegen.cc:821 apt-pkg/pkgcachegen.cc:826
1108 #: apt-pkg/pkgcachegen.cc:949
1109 msgid "Reading package lists"
1112 #: apt-inst/deb/dpkgdb.cc:180
1114 msgid "Failed to change to the admin dir %sinfo"
1117 #: apt-inst/deb/dpkgdb.cc:201 apt-inst/deb/dpkgdb.cc:355
1118 #: apt-inst/deb/dpkgdb.cc:448
1119 msgid "Internal error getting a package name"
1122 #: apt-inst/deb/dpkgdb.cc:205 apt-inst/deb/dpkgdb.cc:386
1123 msgid "Reading file listing"
1126 #: apt-inst/deb/dpkgdb.cc:216
1129 "Failed to open the list file '%sinfo/%s'. If you cannot restore this file "
1130 "then make it empty and immediately re-install the same version of the "
1134 #: apt-inst/deb/dpkgdb.cc:229 apt-inst/deb/dpkgdb.cc:242
1136 msgid "Failed reading the list file %sinfo/%s"
1139 #: apt-inst/deb/dpkgdb.cc:266
1140 msgid "Internal error getting a node"
1143 #: apt-inst/deb/dpkgdb.cc:309
1145 msgid "Failed to open the diversions file %sdiversions"
1148 #: apt-inst/deb/dpkgdb.cc:324
1149 msgid "The diversion file is corrupted"
1152 #: apt-inst/deb/dpkgdb.cc:331 apt-inst/deb/dpkgdb.cc:336
1153 #: apt-inst/deb/dpkgdb.cc:341
1155 msgid "Invalid line in the diversion file: %s"
1158 #: apt-inst/deb/dpkgdb.cc:362
1159 msgid "Internal error adding a diversion"
1162 #: apt-inst/deb/dpkgdb.cc:383
1163 msgid "The pkg cache must be initialized first"
1166 #: apt-inst/deb/dpkgdb.cc:443
1168 msgid "Failed to find a Package: header, offset %lu"
1171 #: apt-inst/deb/dpkgdb.cc:465
1173 msgid "Bad ConfFile section in the status file. Offset %lu"
1176 #: apt-inst/deb/dpkgdb.cc:470
1178 msgid "Error parsing MD5. Offset %lu"
1181 #: apt-inst/deb/debfile.cc:42 apt-inst/deb/debfile.cc:47
1183 msgid "This is not a valid DEB archive, missing '%s' member"
1186 #: apt-inst/deb/debfile.cc:52
1188 msgid "This is not a valid DEB archive, it has no '%s' or '%s' member"
1191 #: apt-inst/deb/debfile.cc:112
1193 msgid "Couldn't change to %s"
1196 #: apt-inst/deb/debfile.cc:138
1197 msgid "Internal error, could not locate member"
1200 #: apt-inst/deb/debfile.cc:171
1201 msgid "Failed to locate a valid control file"
1204 #: apt-inst/deb/debfile.cc:256
1205 msgid "Unparsable control file"
1208 #: methods/cdrom.cc:114
1210 msgid "Unable to read the cdrom database %s"
1213 #: methods/cdrom.cc:123
1215 "Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update "
1216 "cannot be used to add new CD-ROMs"
1219 #: methods/cdrom.cc:131
1220 msgid "Wrong CD-ROM"
1223 #: methods/cdrom.cc:164
1225 msgid "Unable to unmount the CD-ROM in %s, it may still be in use."
1228 #: methods/cdrom.cc:169
1229 msgid "Disk not found."
1232 #: methods/cdrom.cc:177 methods/file.cc:79 methods/rsh.cc:264
1233 msgid "File not found"
1236 #: methods/copy.cc:42 methods/gpgv.cc:281 methods/gzip.cc:133
1237 #: methods/gzip.cc:142
1238 msgid "Failed to stat"
1241 #: methods/copy.cc:79 methods/gpgv.cc:278 methods/gzip.cc:139
1242 msgid "Failed to set modification time"
1245 #: methods/file.cc:44
1246 msgid "Invalid URI, local URIS must not start with //"
1249 #. Login must be before getpeername otherwise dante won't work.
1250 #: methods/ftp.cc:162
1254 #: methods/ftp.cc:168
1255 msgid "Unable to determine the peer name"
1258 #: methods/ftp.cc:173
1259 msgid "Unable to determine the local name"
1262 #: methods/ftp.cc:204 methods/ftp.cc:232
1264 msgid "The server refused the connection and said: %s"
1267 #: methods/ftp.cc:210
1269 msgid "USER failed, server said: %s"
1272 #: methods/ftp.cc:217
1274 msgid "PASS failed, server said: %s"
1277 #: methods/ftp.cc:237
1279 "A proxy server was specified but no login script, Acquire::ftp::ProxyLogin "
1283 #: methods/ftp.cc:265
1285 msgid "Login script command '%s' failed, server said: %s"
1288 #: methods/ftp.cc:291
1290 msgid "TYPE failed, server said: %s"
1293 #: methods/ftp.cc:329 methods/ftp.cc:440 methods/rsh.cc:183 methods/rsh.cc:226
1294 msgid "Connection timeout"
1297 #: methods/ftp.cc:335
1298 msgid "Server closed the connection"
1301 #: methods/ftp.cc:338 apt-pkg/contrib/fileutl.cc:471 methods/rsh.cc:190
1305 #: methods/ftp.cc:345 methods/rsh.cc:197
1306 msgid "A response overflowed the buffer."
1309 #: methods/ftp.cc:362 methods/ftp.cc:374
1310 msgid "Protocol corruption"
1313 #: methods/ftp.cc:446 apt-pkg/contrib/fileutl.cc:510 methods/rsh.cc:232
1317 #: methods/ftp.cc:687 methods/ftp.cc:693 methods/ftp.cc:729
1318 msgid "Could not create a socket"
1321 #: methods/ftp.cc:698
1322 msgid "Could not connect data socket, connection timed out"
1325 #: methods/ftp.cc:704
1326 msgid "Could not connect passive socket."
1329 #: methods/ftp.cc:722
1330 msgid "getaddrinfo was unable to get a listening socket"
1333 #: methods/ftp.cc:736
1334 msgid "Could not bind a socket"
1337 #: methods/ftp.cc:740
1338 msgid "Could not listen on the socket"
1341 #: methods/ftp.cc:747
1342 msgid "Could not determine the socket's name"
1345 #: methods/ftp.cc:779
1346 msgid "Unable to send PORT command"
1349 #: methods/ftp.cc:789
1351 msgid "Unknown address family %u (AF_*)"
1354 #: methods/ftp.cc:798
1356 msgid "EPRT failed, server said: %s"
1359 #: methods/ftp.cc:818
1360 msgid "Data socket connect timed out"
1363 #: methods/ftp.cc:825
1364 msgid "Unable to accept connection"
1367 #: methods/ftp.cc:864 methods/http.cc:958 methods/rsh.cc:303
1368 msgid "Problem hashing file"
1371 #: methods/ftp.cc:877
1373 msgid "Unable to fetch file, server said '%s'"
1376 #: methods/ftp.cc:892 methods/rsh.cc:322
1377 msgid "Data socket timed out"
1380 #: methods/ftp.cc:922
1382 msgid "Data transfer failed, server said '%s'"
1385 #. Get the files information
1386 #: methods/ftp.cc:997
1390 #: methods/ftp.cc:1109
1391 msgid "Unable to invoke "
1394 #: methods/connect.cc:64
1396 msgid "Connecting to %s (%s)"
1399 #: methods/connect.cc:71
1404 #: methods/connect.cc:80
1406 msgid "Could not create a socket for %s (f=%u t=%u p=%u)"
1409 #: methods/connect.cc:86
1411 msgid "Cannot initiate the connection to %s:%s (%s)."
1414 #: methods/connect.cc:93
1416 msgid "Could not connect to %s:%s (%s), connection timed out"
1419 #: methods/connect.cc:108
1421 msgid "Could not connect to %s:%s (%s)."
1424 #. We say this mainly because the pause here is for the
1425 #. ssh connection that is still going
1426 #: methods/connect.cc:136 methods/rsh.cc:425
1428 msgid "Connecting to %s"
1431 #: methods/connect.cc:167
1433 msgid "Could not resolve '%s'"
1436 #: methods/connect.cc:173
1438 msgid "Temporary failure resolving '%s'"
1441 #: methods/connect.cc:176
1443 msgid "Something wicked happened resolving '%s:%s' (%i)"
1446 #: methods/connect.cc:223
1448 msgid "Unable to connect to %s %s:"
1451 #: methods/gpgv.cc:65
1453 msgid "Couldn't access keyring: '%s'"
1456 #: methods/gpgv.cc:100
1457 msgid "E: Argument list from Acquire::gpgv::Options too long. Exiting."
1460 #: methods/gpgv.cc:204
1462 "Internal error: Good signature, but could not determine key fingerprint?!"
1465 #: methods/gpgv.cc:209
1466 msgid "At least one invalid signature was encountered."
1469 #: methods/gpgv.cc:213
1471 msgid "Could not execute '%s' to verify signature (is gnupg installed?)"
1474 #: methods/gpgv.cc:218
1475 msgid "Unknown error executing gpgv"
1478 #: methods/gpgv.cc:249
1479 msgid "The following signatures were invalid:\n"
1482 #: methods/gpgv.cc:256
1484 "The following signatures couldn't be verified because the public key is not "
1488 #: methods/gzip.cc:57
1490 msgid "Couldn't open pipe for %s"
1493 #: methods/gzip.cc:102
1495 msgid "Read error from %s process"
1498 #: methods/http.cc:376
1499 msgid "Waiting for headers"
1502 #: methods/http.cc:522
1504 msgid "Got a single header line over %u chars"
1507 #: methods/http.cc:530
1508 msgid "Bad header line"
1511 #: methods/http.cc:549 methods/http.cc:556
1512 msgid "The HTTP server sent an invalid reply header"
1515 #: methods/http.cc:585
1516 msgid "The HTTP server sent an invalid Content-Length header"
1519 #: methods/http.cc:600
1520 msgid "The HTTP server sent an invalid Content-Range header"
1523 #: methods/http.cc:602
1524 msgid "This HTTP server has broken range support"
1527 #: methods/http.cc:626
1528 msgid "Unknown date format"
1531 #: methods/http.cc:773
1532 msgid "Select failed"
1535 #: methods/http.cc:778
1536 msgid "Connection timed out"
1539 #: methods/http.cc:801
1540 msgid "Error writing to output file"
1543 #: methods/http.cc:832
1544 msgid "Error writing to file"
1547 #: methods/http.cc:860
1548 msgid "Error writing to the file"
1551 #: methods/http.cc:874
1552 msgid "Error reading from server. Remote end closed connection"
1555 #: methods/http.cc:876
1556 msgid "Error reading from server"
1559 #: methods/http.cc:1107
1560 msgid "Bad header data"
1563 #: methods/http.cc:1124
1564 msgid "Connection failed"
1567 #: methods/http.cc:1215
1568 msgid "Internal error"
1571 #: apt-pkg/contrib/mmap.cc:82
1572 msgid "Can't mmap an empty file"
1575 #: apt-pkg/contrib/mmap.cc:87
1577 msgid "Couldn't make mmap of %lu bytes"
1580 #: apt-pkg/contrib/strutl.cc:981
1582 msgid "Selection %s not found"
1585 #: apt-pkg/contrib/configuration.cc:436
1587 msgid "Unrecognized type abbreviation: '%c'"
1590 #: apt-pkg/contrib/configuration.cc:494
1592 msgid "Opening configuration file %s"
1595 #: apt-pkg/contrib/configuration.cc:512
1597 msgid "Line %d too long (max %d)"
1600 #: apt-pkg/contrib/configuration.cc:608
1602 msgid "Syntax error %s:%u: Block starts with no name."
1605 #: apt-pkg/contrib/configuration.cc:627
1607 msgid "Syntax error %s:%u: Malformed tag"
1610 #: apt-pkg/contrib/configuration.cc:644
1612 msgid "Syntax error %s:%u: Extra junk after value"
1615 #: apt-pkg/contrib/configuration.cc:684
1617 msgid "Syntax error %s:%u: Directives can only be done at the top level"
1620 #: apt-pkg/contrib/configuration.cc:691
1622 msgid "Syntax error %s:%u: Too many nested includes"
1625 #: apt-pkg/contrib/configuration.cc:695 apt-pkg/contrib/configuration.cc:700
1627 msgid "Syntax error %s:%u: Included from here"
1630 #: apt-pkg/contrib/configuration.cc:704
1632 msgid "Syntax error %s:%u: Unsupported directive '%s'"
1635 #: apt-pkg/contrib/configuration.cc:738
1637 msgid "Syntax error %s:%u: Extra junk at end of file"
1640 #: apt-pkg/contrib/progress.cc:154
1642 msgid "%c%s... Error!"
1645 #: apt-pkg/contrib/progress.cc:156
1647 msgid "%c%s... Done"
1650 #: apt-pkg/contrib/cmndline.cc:80
1652 msgid "Command line option '%c' [from %s] is not known."
1655 #: apt-pkg/contrib/cmndline.cc:106 apt-pkg/contrib/cmndline.cc:114
1656 #: apt-pkg/contrib/cmndline.cc:122
1658 msgid "Command line option %s is not understood"
1661 #: apt-pkg/contrib/cmndline.cc:127
1663 msgid "Command line option %s is not boolean"
1666 #: apt-pkg/contrib/cmndline.cc:166 apt-pkg/contrib/cmndline.cc:187
1668 msgid "Option %s requires an argument."
1671 #: apt-pkg/contrib/cmndline.cc:201 apt-pkg/contrib/cmndline.cc:207
1673 msgid "Option %s: Configuration item specification must have an =<val>."
1676 #: apt-pkg/contrib/cmndline.cc:237
1678 msgid "Option %s requires an integer argument, not '%s'"
1681 #: apt-pkg/contrib/cmndline.cc:268
1683 msgid "Option '%s' is too long"
1686 #: apt-pkg/contrib/cmndline.cc:301
1688 msgid "Sense %s is not understood, try true or false."
1691 #: apt-pkg/contrib/cmndline.cc:351
1693 msgid "Invalid operation %s"
1696 #: apt-pkg/contrib/cdromutl.cc:55
1698 msgid "Unable to stat the mount point %s"
1701 #: apt-pkg/contrib/cdromutl.cc:149 apt-pkg/acquire.cc:427 apt-pkg/clean.cc:44
1703 msgid "Unable to change to %s"
1706 #: apt-pkg/contrib/cdromutl.cc:190
1707 msgid "Failed to stat the cdrom"
1710 #: apt-pkg/contrib/fileutl.cc:82
1712 msgid "Not using locking for read only lock file %s"
1715 #: apt-pkg/contrib/fileutl.cc:87
1717 msgid "Could not open lock file %s"
1720 #: apt-pkg/contrib/fileutl.cc:105
1722 msgid "Not using locking for nfs mounted lock file %s"
1725 #: apt-pkg/contrib/fileutl.cc:109
1727 msgid "Could not get lock %s"
1730 #: apt-pkg/contrib/fileutl.cc:377
1732 msgid "Waited for %s but it wasn't there"
1735 #: apt-pkg/contrib/fileutl.cc:387
1737 msgid "Sub-process %s received a segmentation fault."
1740 #: apt-pkg/contrib/fileutl.cc:390
1742 msgid "Sub-process %s returned an error code (%u)"
1745 #: apt-pkg/contrib/fileutl.cc:392
1747 msgid "Sub-process %s exited unexpectedly"
1750 #: apt-pkg/contrib/fileutl.cc:436
1752 msgid "Could not open file %s"
1755 #: apt-pkg/contrib/fileutl.cc:492
1757 msgid "read, still have %lu to read but none left"
1760 #: apt-pkg/contrib/fileutl.cc:522
1762 msgid "write, still have %lu to write but couldn't"
1765 #: apt-pkg/contrib/fileutl.cc:597
1766 msgid "Problem closing the file"
1769 #: apt-pkg/contrib/fileutl.cc:603
1770 msgid "Problem unlinking the file"
1773 #: apt-pkg/contrib/fileutl.cc:614
1774 msgid "Problem syncing the file"
1777 #: apt-pkg/pkgcache.cc:137
1778 msgid "Empty package cache"
1781 #: apt-pkg/pkgcache.cc:143
1782 msgid "The package cache file is corrupted"
1785 #: apt-pkg/pkgcache.cc:148
1786 msgid "The package cache file is an incompatible version"
1789 #: apt-pkg/pkgcache.cc:153
1791 msgid "This APT does not support the versioning system '%s'"
1794 #: apt-pkg/pkgcache.cc:158
1795 msgid "The package cache was built for a different architecture"
1798 #: apt-pkg/pkgcache.cc:229
1802 #: apt-pkg/pkgcache.cc:229
1806 #: apt-pkg/pkgcache.cc:229
1810 #: apt-pkg/pkgcache.cc:230
1814 #: apt-pkg/pkgcache.cc:230
1818 #: apt-pkg/pkgcache.cc:230
1822 #: apt-pkg/pkgcache.cc:231
1826 #: apt-pkg/pkgcache.cc:231
1830 #: apt-pkg/pkgcache.cc:242
1834 #: apt-pkg/pkgcache.cc:242
1838 #: apt-pkg/pkgcache.cc:242
1842 #: apt-pkg/pkgcache.cc:243
1846 #: apt-pkg/pkgcache.cc:243
1850 #: apt-pkg/depcache.cc:101 apt-pkg/depcache.cc:130
1851 msgid "Building dependency tree"
1854 #: apt-pkg/depcache.cc:102
1855 msgid "Candidate versions"
1858 #: apt-pkg/depcache.cc:131
1859 msgid "Dependency generation"
1862 #: apt-pkg/depcache.cc:152 apt-pkg/depcache.cc:171 apt-pkg/depcache.cc:175
1863 msgid "Reading state information"
1866 #: apt-pkg/depcache.cc:199
1868 msgid "Failed to open StateFile %s"
1871 #: apt-pkg/depcache.cc:205
1873 msgid "Failed to write temporary StateFile %s"
1876 #: apt-pkg/tagfile.cc:85 apt-pkg/tagfile.cc:92
1878 msgid "Unable to parse package file %s (1)"
1881 #: apt-pkg/tagfile.cc:186
1883 msgid "Unable to parse package file %s (2)"
1886 #: apt-pkg/sourcelist.cc:94
1888 msgid "Malformed line %lu in source list %s (URI)"
1891 #: apt-pkg/sourcelist.cc:96
1893 msgid "Malformed line %lu in source list %s (dist)"
1896 #: apt-pkg/sourcelist.cc:99
1898 msgid "Malformed line %lu in source list %s (URI parse)"
1901 #: apt-pkg/sourcelist.cc:105
1903 msgid "Malformed line %lu in source list %s (absolute dist)"
1906 #: apt-pkg/sourcelist.cc:112
1908 msgid "Malformed line %lu in source list %s (dist parse)"
1911 #: apt-pkg/sourcelist.cc:203
1916 #: apt-pkg/sourcelist.cc:220 apt-pkg/cdrom.cc:450
1918 msgid "Line %u too long in source list %s."
1921 #: apt-pkg/sourcelist.cc:240
1923 msgid "Malformed line %u in source list %s (type)"
1926 #: apt-pkg/sourcelist.cc:244
1928 msgid "Type '%s' is not known on line %u in source list %s"
1931 #: apt-pkg/sourcelist.cc:252 apt-pkg/sourcelist.cc:255
1933 msgid "Malformed line %u in source list %s (vendor id)"
1936 #: apt-pkg/packagemanager.cc:402
1939 "This installation run will require temporarily removing the essential "
1940 "package %s due to a Conflicts/Pre-Depends loop. This is often bad, but if "
1941 "you really want to do it, activate the APT::Force-LoopBreak option."
1944 #: apt-pkg/pkgrecords.cc:37
1946 msgid "Index file type '%s' is not supported"
1949 #: apt-pkg/algorithms.cc:248
1952 "The package %s needs to be reinstalled, but I can't find an archive for it."
1955 #: apt-pkg/algorithms.cc:1096
1957 "Error, pkgProblemResolver::Resolve generated breaks, this may be caused by "
1961 #: apt-pkg/algorithms.cc:1098
1962 msgid "Unable to correct problems, you have held broken packages."
1965 #: apt-pkg/acquire.cc:62
1967 msgid "Lists directory %spartial is missing."
1970 #: apt-pkg/acquire.cc:66
1972 msgid "Archive directory %spartial is missing."
1975 #. only show the ETA if it makes sense
1977 #: apt-pkg/acquire.cc:823
1979 msgid "Retrieving file %li of %li (%s remaining)"
1982 #: apt-pkg/acquire.cc:825
1984 msgid "Retrieving file %li of %li"
1987 #: apt-pkg/acquire-worker.cc:113
1989 msgid "The method driver %s could not be found."
1992 #: apt-pkg/acquire-worker.cc:162
1994 msgid "Method %s did not start correctly"
1997 #: apt-pkg/acquire-worker.cc:384
1999 msgid "Please insert the disc labeled: '%s' in the drive '%s' and press enter."
2002 #: apt-pkg/init.cc:125
2004 msgid "Packaging system '%s' is not supported"
2007 #: apt-pkg/init.cc:141
2008 msgid "Unable to determine a suitable packaging system type"
2011 #: apt-pkg/clean.cc:61
2013 msgid "Unable to stat %s."
2016 #: apt-pkg/srcrecords.cc:48
2017 msgid "You must put some 'source' URIs in your sources.list"
2020 #: apt-pkg/cachefile.cc:73
2021 msgid "The package lists or status file could not be parsed or opened."
2024 #: apt-pkg/cachefile.cc:77
2025 msgid "You may want to run apt-get update to correct these problems"
2028 #: apt-pkg/policy.cc:269
2029 msgid "Invalid record in the preferences file, no Package header"
2032 #: apt-pkg/policy.cc:291
2034 msgid "Did not understand pin type %s"
2037 #: apt-pkg/policy.cc:299
2038 msgid "No priority (or zero) specified for pin"
2041 #: apt-pkg/pkgcachegen.cc:76
2042 msgid "Cache has an incompatible versioning system"
2045 #: apt-pkg/pkgcachegen.cc:119
2047 msgid "Error occurred while processing %s (NewPackage)"
2050 #: apt-pkg/pkgcachegen.cc:134
2052 msgid "Error occurred while processing %s (UsePackage1)"
2055 #: apt-pkg/pkgcachegen.cc:157
2057 msgid "Error occured while processing %s (NewFileDesc1)"
2060 #: apt-pkg/pkgcachegen.cc:182
2062 msgid "Error occurred while processing %s (UsePackage2)"
2065 #: apt-pkg/pkgcachegen.cc:186
2067 msgid "Error occurred while processing %s (NewFileVer1)"
2070 #: apt-pkg/pkgcachegen.cc:217
2072 msgid "Error occurred while processing %s (NewVersion1)"
2075 #: apt-pkg/pkgcachegen.cc:221
2077 msgid "Error occurred while processing %s (UsePackage3)"
2080 #: apt-pkg/pkgcachegen.cc:225
2082 msgid "Error occurred while processing %s (NewVersion2)"
2085 #: apt-pkg/pkgcachegen.cc:249
2087 msgid "Error occured while processing %s (NewFileDesc2)"
2090 #: apt-pkg/pkgcachegen.cc:255
2091 msgid "Wow, you exceeded the number of package names this APT is capable of."
2094 #: apt-pkg/pkgcachegen.cc:258
2095 msgid "Wow, you exceeded the number of versions this APT is capable of."
2098 #: apt-pkg/pkgcachegen.cc:261
2099 msgid "Wow, you exceeded the number of descriptions this APT is capable of."
2102 #: apt-pkg/pkgcachegen.cc:264
2103 msgid "Wow, you exceeded the number of dependencies this APT is capable of."
2106 #: apt-pkg/pkgcachegen.cc:292
2108 msgid "Error occurred while processing %s (FindPkg)"
2111 #: apt-pkg/pkgcachegen.cc:305
2113 msgid "Error occurred while processing %s (CollectFileProvides)"
2116 #: apt-pkg/pkgcachegen.cc:311
2118 msgid "Package %s %s was not found while processing file dependencies"
2121 #: apt-pkg/pkgcachegen.cc:682
2123 msgid "Couldn't stat source package list %s"
2126 #: apt-pkg/pkgcachegen.cc:767
2127 msgid "Collecting File Provides"
2130 #: apt-pkg/pkgcachegen.cc:894 apt-pkg/pkgcachegen.cc:901
2131 msgid "IO Error saving source cache"
2134 #: apt-pkg/acquire-item.cc:126
2136 msgid "rename failed, %s (%s -> %s)."
2139 #: apt-pkg/acquire-item.cc:236 apt-pkg/acquire-item.cc:980
2140 msgid "MD5Sum mismatch"
2143 #: apt-pkg/acquire-item.cc:675
2144 msgid "There are no public key available for the following key IDs:\n"
2147 #: apt-pkg/acquire-item.cc:788
2150 "I wasn't able to locate a file for the %s package. This might mean you need "
2151 "to manually fix this package. (due to missing arch)"
2154 #: apt-pkg/acquire-item.cc:847
2157 "I wasn't able to locate file for the %s package. This might mean you need to "
2158 "manually fix this package."
2161 #: apt-pkg/acquire-item.cc:883
2164 "The package index files are corrupted. No Filename: field for package %s."
2167 #: apt-pkg/acquire-item.cc:970
2168 msgid "Size mismatch"
2171 #: apt-pkg/vendorlist.cc:66
2173 msgid "Vendor block %s contains no fingerprint"
2176 #: apt-pkg/cdrom.cc:531
2179 "Using CD-ROM mount point %s\n"
2183 #: apt-pkg/cdrom.cc:540 apt-pkg/cdrom.cc:622
2184 msgid "Identifying.. "
2187 #: apt-pkg/cdrom.cc:565
2189 msgid "Stored label: %s \n"
2192 #: apt-pkg/cdrom.cc:585
2194 msgid "Using CD-ROM mount point %s\n"
2197 #: apt-pkg/cdrom.cc:603
2198 msgid "Unmounting CD-ROM\n"
2201 #: apt-pkg/cdrom.cc:607
2202 msgid "Waiting for disc...\n"
2205 #. Mount the new CDROM
2206 #: apt-pkg/cdrom.cc:615
2207 msgid "Mounting CD-ROM...\n"
2210 #: apt-pkg/cdrom.cc:633
2211 msgid "Scanning disc for index files..\n"
2214 #: apt-pkg/cdrom.cc:673
2217 "Found %i package indexes, %i source indexes, %i translation indexes and %i "
2221 #: apt-pkg/cdrom.cc:737
2222 msgid "That is not a valid name, try again.\n"
2225 #: apt-pkg/cdrom.cc:753
2228 "This disc is called: \n"
2232 #: apt-pkg/cdrom.cc:757
2233 msgid "Copying package lists..."
2236 #: apt-pkg/cdrom.cc:783
2237 msgid "Writing new source list\n"
2240 #: apt-pkg/cdrom.cc:792
2241 msgid "Source list entries for this disc are:\n"
2244 #: apt-pkg/cdrom.cc:832
2245 msgid "Unmounting CD-ROM..."
2248 #: apt-pkg/indexcopy.cc:263 apt-pkg/indexcopy.cc:830
2250 msgid "Wrote %i records.\n"
2253 #: apt-pkg/indexcopy.cc:265 apt-pkg/indexcopy.cc:832
2255 msgid "Wrote %i records with %i missing files.\n"
2258 #: apt-pkg/indexcopy.cc:268 apt-pkg/indexcopy.cc:835
2260 msgid "Wrote %i records with %i mismatched files\n"
2263 #: apt-pkg/indexcopy.cc:271 apt-pkg/indexcopy.cc:838
2265 msgid "Wrote %i records with %i missing files and %i mismatched files\n"
2268 #: apt-pkg/deb/dpkgpm.cc:358
2270 msgid "Preparing %s"
2273 #: apt-pkg/deb/dpkgpm.cc:359
2275 msgid "Unpacking %s"
2278 #: apt-pkg/deb/dpkgpm.cc:364
2280 msgid "Preparing to configure %s"
2283 #: apt-pkg/deb/dpkgpm.cc:365
2285 msgid "Configuring %s"
2288 #: apt-pkg/deb/dpkgpm.cc:366
2290 msgid "Installed %s"
2293 #: apt-pkg/deb/dpkgpm.cc:371
2295 msgid "Preparing for removal of %s"
2298 #: apt-pkg/deb/dpkgpm.cc:372
2303 #: apt-pkg/deb/dpkgpm.cc:373
2308 #: apt-pkg/deb/dpkgpm.cc:378
2310 msgid "Preparing to completely remove %s"
2313 #: apt-pkg/deb/dpkgpm.cc:379
2315 msgid "Completely removed %s"
2318 #: methods/rsh.cc:91
2319 msgid "Failed to create IPC pipe to subprocess"
2322 #: methods/rsh.cc:330
2323 msgid "Connection closed prematurely"