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: 2008-09-22 21:18+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:141
20 msgid "Package %s version %s has an unmet dep:\n"
23 #: cmdline/apt-cache.cc:181 cmdline/apt-cache.cc:550 cmdline/apt-cache.cc:644
24 #: cmdline/apt-cache.cc:800 cmdline/apt-cache.cc:1022
25 #: cmdline/apt-cache.cc:1423 cmdline/apt-cache.cc:1575
27 msgid "Unable to locate package %s"
30 #: cmdline/apt-cache.cc:245
31 msgid "Total package names: "
34 #: cmdline/apt-cache.cc:285
35 msgid " Normal packages: "
38 #: cmdline/apt-cache.cc:286
39 msgid " Pure virtual packages: "
42 #: cmdline/apt-cache.cc:287
43 msgid " Single virtual packages: "
46 #: cmdline/apt-cache.cc:288
47 msgid " Mixed virtual packages: "
50 #: cmdline/apt-cache.cc:289
54 #: cmdline/apt-cache.cc:291
55 msgid "Total distinct versions: "
58 #: cmdline/apt-cache.cc:293
59 msgid "Total distinct descriptions: "
62 #: cmdline/apt-cache.cc:295
63 msgid "Total dependencies: "
66 #: cmdline/apt-cache.cc:298
67 msgid "Total ver/file relations: "
70 #: cmdline/apt-cache.cc:300
71 msgid "Total Desc/File relations: "
74 #: cmdline/apt-cache.cc:302
75 msgid "Total Provides mappings: "
78 #: cmdline/apt-cache.cc:314
79 msgid "Total globbed strings: "
82 #: cmdline/apt-cache.cc:328
83 msgid "Total dependency version space: "
86 #: cmdline/apt-cache.cc:333
87 msgid "Total slack space: "
90 #: cmdline/apt-cache.cc:341
91 msgid "Total space accounted for: "
94 #: cmdline/apt-cache.cc:469 cmdline/apt-cache.cc:1222
96 msgid "Package file %s is out of sync."
99 #: cmdline/apt-cache.cc:1297
100 msgid "You must give exactly one pattern"
103 #: cmdline/apt-cache.cc:1451
104 msgid "No packages found"
107 #: cmdline/apt-cache.cc:1528
108 msgid "Package files:"
111 #: cmdline/apt-cache.cc:1535 cmdline/apt-cache.cc:1622
112 msgid "Cache is out of sync, can't x-ref a package file"
115 #. Show any packages have explicit pins
116 #: cmdline/apt-cache.cc:1549
117 msgid "Pinned packages:"
120 #: cmdline/apt-cache.cc:1561 cmdline/apt-cache.cc:1602
125 #: cmdline/apt-cache.cc:1582
129 #: cmdline/apt-cache.cc:1584 cmdline/apt-cache.cc:1592
134 #: cmdline/apt-cache.cc:1589
138 #: cmdline/apt-cache.cc:1599
139 msgid " Package pin: "
142 #. Show the priority tables
143 #: cmdline/apt-cache.cc:1608
144 msgid " Version table:"
147 #: cmdline/apt-cache.cc:1623
152 #: cmdline/apt-cache.cc:1719 cmdline/apt-cdrom.cc:138 cmdline/apt-config.cc:70
153 #: cmdline/apt-extracttemplates.cc:225 ftparchive/apt-ftparchive.cc:547
154 #: cmdline/apt-get.cc:2573 cmdline/apt-sortpkgs.cc:144
156 msgid "%s %s for %s compiled on %s %s\n"
159 #: cmdline/apt-cache.cc:1726
161 "Usage: apt-cache [options] command\n"
162 " apt-cache [options] add file1 [file2 ...]\n"
163 " apt-cache [options] showpkg pkg1 [pkg2 ...]\n"
164 " apt-cache [options] showsrc pkg1 [pkg2 ...]\n"
166 "apt-cache is a low-level tool used to manipulate APT's binary\n"
167 "cache files, and query information from them\n"
170 " add - Add a package file to the source cache\n"
171 " gencaches - Build both the package and source cache\n"
172 " showpkg - Show some general information for a single package\n"
173 " showsrc - Show source records\n"
174 " stats - Show some basic statistics\n"
175 " dump - Show the entire file in a terse form\n"
176 " dumpavail - Print an available file to stdout\n"
177 " unmet - Show unmet dependencies\n"
178 " search - Search the package list for a regex pattern\n"
179 " show - Show a readable record for the package\n"
180 " depends - Show raw dependency information for a package\n"
181 " rdepends - Show reverse dependency information for a package\n"
182 " pkgnames - List the names of all packages\n"
183 " dotty - Generate package graphs for GraphVis\n"
184 " xvcg - Generate package graphs for xvcg\n"
185 " policy - Show policy settings\n"
188 " -h This help text.\n"
189 " -p=? The package cache.\n"
190 " -s=? The source cache.\n"
191 " -q Disable progress indicator.\n"
192 " -i Show only important deps for the unmet command.\n"
193 " -c=? Read this configuration file\n"
194 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
195 "See the apt-cache(8) and apt.conf(5) manual pages for more information.\n"
198 #: cmdline/apt-cdrom.cc:78
199 msgid "Please provide a name for this Disc, such as 'Debian 2.1r1 Disk 1'"
202 #: cmdline/apt-cdrom.cc:93
203 msgid "Please insert a Disc in the drive and press enter"
206 #: cmdline/apt-cdrom.cc:117
207 msgid "Repeat this process for the rest of the CDs in your set."
210 #: cmdline/apt-config.cc:41
211 msgid "Arguments not in pairs"
214 #: cmdline/apt-config.cc:76
216 "Usage: apt-config [options] command\n"
218 "apt-config is a simple tool to read the APT config file\n"
221 " shell - Shell mode\n"
222 " dump - Show the configuration\n"
225 " -h This help text.\n"
226 " -c=? Read this configuration file\n"
227 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
230 #: cmdline/apt-extracttemplates.cc:98
232 msgid "%s not a valid DEB package."
235 #: cmdline/apt-extracttemplates.cc:232
237 "Usage: apt-extracttemplates file1 [file2 ...]\n"
239 "apt-extracttemplates is a tool to extract config and template info\n"
240 "from debian packages\n"
243 " -h This help text\n"
244 " -t Set the temp dir\n"
245 " -c=? Read this configuration file\n"
246 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
249 #: cmdline/apt-extracttemplates.cc:267 apt-pkg/pkgcachegen.cc:815
250 #: apt-pkg/pkgcachegen.cc:830
252 msgid "Unable to write to %s"
255 #: cmdline/apt-extracttemplates.cc:310
256 msgid "Cannot get debconf version. Is debconf installed?"
259 #: ftparchive/apt-ftparchive.cc:164 ftparchive/apt-ftparchive.cc:338
260 msgid "Package extension list is too long"
263 #: ftparchive/apt-ftparchive.cc:166 ftparchive/apt-ftparchive.cc:180
264 #: ftparchive/apt-ftparchive.cc:203 ftparchive/apt-ftparchive.cc:253
265 #: ftparchive/apt-ftparchive.cc:267 ftparchive/apt-ftparchive.cc:289
267 msgid "Error processing directory %s"
270 #: ftparchive/apt-ftparchive.cc:251
271 msgid "Source extension list is too long"
274 #: ftparchive/apt-ftparchive.cc:368
275 msgid "Error writing header to contents file"
278 #: ftparchive/apt-ftparchive.cc:398
280 msgid "Error processing contents %s"
283 #: ftparchive/apt-ftparchive.cc:553
285 "Usage: apt-ftparchive [options] command\n"
286 "Commands: packages binarypath [overridefile [pathprefix]]\n"
287 " sources srcpath [overridefile [pathprefix]]\n"
290 " generate config [groups]\n"
293 "apt-ftparchive generates index files for Debian archives. It supports\n"
294 "many styles of generation from fully automated to functional replacements\n"
295 "for dpkg-scanpackages and dpkg-scansources\n"
297 "apt-ftparchive generates Package files from a tree of .debs. The\n"
298 "Package file contains the contents of all the control fields from\n"
299 "each package as well as the MD5 hash and filesize. An override file\n"
300 "is supported to force the value of Priority and Section.\n"
302 "Similarly apt-ftparchive generates Sources files from a tree of .dscs.\n"
303 "The --source-override option can be used to specify a src override file\n"
305 "The 'packages' and 'sources' command should be run in the root of the\n"
306 "tree. BinaryPath should point to the base of the recursive search and \n"
307 "override file should contain the override flags. Pathprefix is\n"
308 "appended to the filename fields if present. Example usage from the \n"
310 " apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
311 " dists/potato/main/binary-i386/Packages\n"
314 " -h This help text\n"
315 " --md5 Control MD5 generation\n"
316 " -s=? Source override file\n"
318 " -d=? Select the optional caching database\n"
319 " --no-delink Enable delinking debug mode\n"
320 " --contents Control contents file generation\n"
321 " -c=? Read this configuration file\n"
322 " -o=? Set an arbitrary configuration option"
325 #: ftparchive/apt-ftparchive.cc:759
326 msgid "No selections matched"
329 #: ftparchive/apt-ftparchive.cc:832
331 msgid "Some files are missing in the package file group `%s'"
334 #: ftparchive/cachedb.cc:43
336 msgid "DB was corrupted, file renamed to %s.old"
339 #: ftparchive/cachedb.cc:61
341 msgid "DB is old, attempting to upgrade %s"
344 #: ftparchive/cachedb.cc:72
346 "DB format is invalid. If you upgraded from a older version of apt, please "
347 "remove and re-create the database."
350 #: ftparchive/cachedb.cc:77
352 msgid "Unable to open DB file %s: %s"
355 #: ftparchive/cachedb.cc:123 apt-inst/extract.cc:178 apt-inst/extract.cc:190
356 #: apt-inst/extract.cc:207 apt-inst/deb/dpkgdb.cc:117
358 msgid "Failed to stat %s"
361 #: ftparchive/cachedb.cc:238
362 msgid "Archive has no control record"
365 #: ftparchive/cachedb.cc:444
366 msgid "Unable to get a cursor"
369 #: ftparchive/writer.cc:76
371 msgid "W: Unable to read directory %s\n"
374 #: ftparchive/writer.cc:81
376 msgid "W: Unable to stat %s\n"
379 #: ftparchive/writer.cc:132
383 #: ftparchive/writer.cc:134
387 #: ftparchive/writer.cc:141
388 msgid "E: Errors apply to file "
391 #: ftparchive/writer.cc:158 ftparchive/writer.cc:188
393 msgid "Failed to resolve %s"
396 #: ftparchive/writer.cc:170
397 msgid "Tree walking failed"
400 #: ftparchive/writer.cc:195
402 msgid "Failed to open %s"
405 #: ftparchive/writer.cc:254
407 msgid " DeLink %s [%s]\n"
410 #: ftparchive/writer.cc:262
412 msgid "Failed to readlink %s"
415 #: ftparchive/writer.cc:266
417 msgid "Failed to unlink %s"
420 #: ftparchive/writer.cc:273
422 msgid "*** Failed to link %s to %s"
425 #: ftparchive/writer.cc:283
427 msgid " DeLink limit of %sB hit.\n"
430 #: ftparchive/writer.cc:387
431 msgid "Archive had no package field"
434 #: ftparchive/writer.cc:395 ftparchive/writer.cc:610
436 msgid " %s has no override entry\n"
439 #: ftparchive/writer.cc:440 ftparchive/writer.cc:698
441 msgid " %s maintainer is %s not %s\n"
444 #: ftparchive/writer.cc:620
446 msgid " %s has no source override entry\n"
449 #: ftparchive/writer.cc:624
451 msgid " %s has no binary override entry either\n"
454 #: ftparchive/contents.cc:321
456 msgid "Internal error, could not locate member %s"
459 #: ftparchive/contents.cc:358 ftparchive/contents.cc:389
460 msgid "realloc - Failed to allocate memory"
463 #: ftparchive/override.cc:34 ftparchive/override.cc:142
465 msgid "Unable to open %s"
468 #: ftparchive/override.cc:60 ftparchive/override.cc:166
470 msgid "Malformed override %s line %lu #1"
473 #: ftparchive/override.cc:74 ftparchive/override.cc:178
475 msgid "Malformed override %s line %lu #2"
478 #: ftparchive/override.cc:88 ftparchive/override.cc:191
480 msgid "Malformed override %s line %lu #3"
483 #: ftparchive/override.cc:127 ftparchive/override.cc:201
485 msgid "Failed to read the override file %s"
488 #: ftparchive/multicompress.cc:72
490 msgid "Unknown compression algorithm '%s'"
493 #: ftparchive/multicompress.cc:102
495 msgid "Compressed output %s needs a compression set"
498 #: ftparchive/multicompress.cc:169 methods/rsh.cc:91
499 msgid "Failed to create IPC pipe to subprocess"
502 #: ftparchive/multicompress.cc:195
503 msgid "Failed to create FILE*"
506 #: ftparchive/multicompress.cc:198
507 msgid "Failed to fork"
510 #: ftparchive/multicompress.cc:212
511 msgid "Compress child"
514 #: ftparchive/multicompress.cc:235
516 msgid "Internal error, failed to create %s"
519 #: ftparchive/multicompress.cc:286
520 msgid "Failed to create subprocess IPC"
523 #: ftparchive/multicompress.cc:321
524 msgid "Failed to exec compressor "
527 #: ftparchive/multicompress.cc:360
531 #: ftparchive/multicompress.cc:403
532 msgid "IO to subprocess/file failed"
535 #: ftparchive/multicompress.cc:455
536 msgid "Failed to read while computing MD5"
539 #: ftparchive/multicompress.cc:472
541 msgid "Problem unlinking %s"
544 #: ftparchive/multicompress.cc:487 apt-inst/extract.cc:185
546 msgid "Failed to rename %s to %s"
549 #: cmdline/apt-get.cc:124
553 #: cmdline/apt-get.cc:146 cmdline/apt-get.cc:1651
555 msgid "Regex compilation error - %s"
558 #: cmdline/apt-get.cc:241
559 msgid "The following packages have unmet dependencies:"
562 #: cmdline/apt-get.cc:331
564 msgid "but %s is installed"
567 #: cmdline/apt-get.cc:333
569 msgid "but %s is to be installed"
572 #: cmdline/apt-get.cc:340
573 msgid "but it is not installable"
576 #: cmdline/apt-get.cc:342
577 msgid "but it is a virtual package"
580 #: cmdline/apt-get.cc:345
581 msgid "but it is not installed"
584 #: cmdline/apt-get.cc:345
585 msgid "but it is not going to be installed"
588 #: cmdline/apt-get.cc:350
592 #: cmdline/apt-get.cc:379
593 msgid "The following NEW packages will be installed:"
596 #: cmdline/apt-get.cc:405
597 msgid "The following packages will be REMOVED:"
600 #: cmdline/apt-get.cc:427
601 msgid "The following packages have been kept back:"
604 #: cmdline/apt-get.cc:448
605 msgid "The following packages will be upgraded:"
608 #: cmdline/apt-get.cc:469
609 msgid "The following packages will be DOWNGRADED:"
612 #: cmdline/apt-get.cc:489
613 msgid "The following held packages will be changed:"
616 #: cmdline/apt-get.cc:542
618 msgid "%s (due to %s) "
621 #: cmdline/apt-get.cc:550
623 "WARNING: The following essential packages will be removed.\n"
624 "This should NOT be done unless you know exactly what you are doing!"
627 #: cmdline/apt-get.cc:581
629 msgid "%lu upgraded, %lu newly installed, "
632 #: cmdline/apt-get.cc:585
634 msgid "%lu reinstalled, "
637 #: cmdline/apt-get.cc:587
639 msgid "%lu downgraded, "
642 #: cmdline/apt-get.cc:589
644 msgid "%lu to remove and %lu not upgraded.\n"
647 #: cmdline/apt-get.cc:593
649 msgid "%lu not fully installed or removed.\n"
652 #: cmdline/apt-get.cc:667
653 msgid "Correcting dependencies..."
656 #: cmdline/apt-get.cc:670
660 #: cmdline/apt-get.cc:673
661 msgid "Unable to correct dependencies"
664 #: cmdline/apt-get.cc:676
665 msgid "Unable to minimize the upgrade set"
668 #: cmdline/apt-get.cc:678
672 #: cmdline/apt-get.cc:682
673 msgid "You might want to run `apt-get -f install' to correct these."
676 #: cmdline/apt-get.cc:685
677 msgid "Unmet dependencies. Try using -f."
680 #: cmdline/apt-get.cc:707
681 msgid "WARNING: The following packages cannot be authenticated!"
684 #: cmdline/apt-get.cc:711
685 msgid "Authentication warning overridden.\n"
688 #: cmdline/apt-get.cc:718
689 msgid "Install these packages without verification [y/N]? "
692 #: cmdline/apt-get.cc:720
693 msgid "Some packages could not be authenticated"
696 #: cmdline/apt-get.cc:729 cmdline/apt-get.cc:881
697 msgid "There are problems and -y was used without --force-yes"
700 #: cmdline/apt-get.cc:773
701 msgid "Internal error, InstallPackages was called with broken packages!"
704 #: cmdline/apt-get.cc:782
705 msgid "Packages need to be removed but remove is disabled."
708 #: cmdline/apt-get.cc:793
709 msgid "Internal error, Ordering didn't finish"
712 #: cmdline/apt-get.cc:809 cmdline/apt-get.cc:1990 cmdline/apt-get.cc:2023
713 msgid "Unable to lock the download directory"
716 #: cmdline/apt-get.cc:819 cmdline/apt-get.cc:2071 cmdline/apt-get.cc:2317
717 #: apt-pkg/cachefile.cc:65
718 msgid "The list of sources could not be read."
721 #: cmdline/apt-get.cc:834
722 msgid "How odd.. The sizes didn't match, email apt@packages.debian.org"
725 #: cmdline/apt-get.cc:839
727 msgid "Need to get %sB/%sB of archives.\n"
730 #: cmdline/apt-get.cc:842
732 msgid "Need to get %sB of archives.\n"
735 #: cmdline/apt-get.cc:847
737 msgid "After this operation, %sB of additional disk space will be used.\n"
740 #: cmdline/apt-get.cc:850
742 msgid "After this operation, %sB disk space will be freed.\n"
745 #: cmdline/apt-get.cc:864 cmdline/apt-get.cc:2166
747 msgid "Couldn't determine free space in %s"
750 #: cmdline/apt-get.cc:871
752 msgid "You don't have enough free space in %s."
755 #: cmdline/apt-get.cc:887 cmdline/apt-get.cc:907
756 msgid "Trivial Only specified but this is not a trivial operation."
759 #: cmdline/apt-get.cc:889
760 msgid "Yes, do as I say!"
763 #: cmdline/apt-get.cc:891
766 "You are about to do something potentially harmful.\n"
767 "To continue type in the phrase '%s'\n"
771 #: cmdline/apt-get.cc:897 cmdline/apt-get.cc:916
775 #: cmdline/apt-get.cc:912
776 msgid "Do you want to continue [Y/n]? "
779 #: cmdline/apt-get.cc:984 cmdline/apt-get.cc:2214 apt-pkg/algorithms.cc:1344
780 #: apt-pkg/algorithms.cc:1389
782 msgid "Failed to fetch %s %s\n"
785 #: cmdline/apt-get.cc:1002
786 msgid "Some files failed to download"
789 #: cmdline/apt-get.cc:1003 cmdline/apt-get.cc:2223
790 msgid "Download complete and in download only mode"
793 #: cmdline/apt-get.cc:1009
795 "Unable to fetch some archives, maybe run apt-get update or try with --fix-"
799 #: cmdline/apt-get.cc:1013
800 msgid "--fix-missing and media swapping is not currently supported"
803 #: cmdline/apt-get.cc:1018
804 msgid "Unable to correct missing packages."
807 #: cmdline/apt-get.cc:1019
808 msgid "Aborting install."
811 #: cmdline/apt-get.cc:1053
813 msgid "Note, selecting %s instead of %s\n"
816 #: cmdline/apt-get.cc:1063
818 msgid "Skipping %s, it is already installed and upgrade is not set.\n"
821 #: cmdline/apt-get.cc:1081
823 msgid "Package %s is not installed, so not removed\n"
826 #: cmdline/apt-get.cc:1092
828 msgid "Package %s is a virtual package provided by:\n"
831 #: cmdline/apt-get.cc:1104
835 #: cmdline/apt-get.cc:1109
836 msgid "You should explicitly select one to install."
839 #: cmdline/apt-get.cc:1114
842 "Package %s is not available, but is referred to by another package.\n"
843 "This may mean that the package is missing, has been obsoleted, or\n"
844 "is only available from another source\n"
847 #: cmdline/apt-get.cc:1133
848 msgid "However the following packages replace it:"
851 #: cmdline/apt-get.cc:1136
853 msgid "Package %s has no installation candidate"
856 #: cmdline/apt-get.cc:1156
858 msgid "Reinstallation of %s is not possible, it cannot be downloaded.\n"
861 #: cmdline/apt-get.cc:1164
863 msgid "%s is already the newest version.\n"
866 #: cmdline/apt-get.cc:1193
868 msgid "Release '%s' for '%s' was not found"
871 #: cmdline/apt-get.cc:1195
873 msgid "Version '%s' for '%s' was not found"
876 #: cmdline/apt-get.cc:1201
878 msgid "Selected version %s (%s) for %s\n"
881 #: cmdline/apt-get.cc:1338
882 msgid "The update command takes no arguments"
885 #: cmdline/apt-get.cc:1351
886 msgid "Unable to lock the list directory"
889 #: cmdline/apt-get.cc:1403
890 msgid "We are not supposed to delete stuff, can't start AutoRemover"
893 #: cmdline/apt-get.cc:1435
895 "The following packages were automatically installed and are no longer "
899 #: cmdline/apt-get.cc:1437
900 msgid "Use 'apt-get autoremove' to remove them."
903 #: cmdline/apt-get.cc:1442
905 "Hmm, seems like the AutoRemover destroyed something which really\n"
906 "shouldn't happen. Please file a bug report against apt."
909 #: cmdline/apt-get.cc:1445 cmdline/apt-get.cc:1733
910 msgid "The following information may help to resolve the situation:"
913 #: cmdline/apt-get.cc:1449
914 msgid "Internal Error, AutoRemover broke stuff"
917 #: cmdline/apt-get.cc:1468
918 msgid "Internal error, AllUpgrade broke stuff"
921 #: cmdline/apt-get.cc:1523
923 msgid "Couldn't find task %s"
926 #: cmdline/apt-get.cc:1638 cmdline/apt-get.cc:1674
928 msgid "Couldn't find package %s"
931 #: cmdline/apt-get.cc:1661
933 msgid "Note, selecting %s for regex '%s'\n"
936 #: cmdline/apt-get.cc:1692
938 msgid "%s set to manually installed.\n"
941 #: cmdline/apt-get.cc:1705
942 msgid "You might want to run `apt-get -f install' to correct these:"
945 #: cmdline/apt-get.cc:1708
947 "Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a "
951 #: cmdline/apt-get.cc:1720
953 "Some packages could not be installed. This may mean that you have\n"
954 "requested an impossible situation or if you are using the unstable\n"
955 "distribution that some required packages have not yet been created\n"
956 "or been moved out of Incoming."
959 #: cmdline/apt-get.cc:1728
961 "Since you only requested a single operation it is extremely likely that\n"
962 "the package is simply not installable and a bug report against\n"
963 "that package should be filed."
966 #: cmdline/apt-get.cc:1736
967 msgid "Broken packages"
970 #: cmdline/apt-get.cc:1765
971 msgid "The following extra packages will be installed:"
974 #: cmdline/apt-get.cc:1854
975 msgid "Suggested packages:"
978 #: cmdline/apt-get.cc:1855
979 msgid "Recommended packages:"
982 #: cmdline/apt-get.cc:1883
983 msgid "Calculating upgrade... "
986 #: cmdline/apt-get.cc:1886 methods/ftp.cc:702 methods/connect.cc:112
987 #: methods/ftp.cc:707 methods/ftp.cc:708
991 #: cmdline/apt-get.cc:1891
995 #: cmdline/apt-get.cc:1958 cmdline/apt-get.cc:1966
996 msgid "Internal error, problem resolver broke stuff"
999 #: cmdline/apt-get.cc:2066
1000 msgid "Must specify at least one package to fetch source for"
1003 #: cmdline/apt-get.cc:2096 cmdline/apt-get.cc:2335
1005 msgid "Unable to find a source package for %s"
1008 #: cmdline/apt-get.cc:2145
1010 msgid "Skipping already downloaded file '%s'\n"
1013 #: cmdline/apt-get.cc:2173
1015 msgid "You don't have enough free space in %s"
1018 #: cmdline/apt-get.cc:2179
1020 msgid "Need to get %sB/%sB of source archives.\n"
1023 #: cmdline/apt-get.cc:2182
1025 msgid "Need to get %sB of source archives.\n"
1028 #: cmdline/apt-get.cc:2188
1030 msgid "Fetch source %s\n"
1033 #: cmdline/apt-get.cc:2219
1034 msgid "Failed to fetch some archives."
1037 #: cmdline/apt-get.cc:2247
1039 msgid "Skipping unpack of already unpacked source in %s\n"
1042 #: cmdline/apt-get.cc:2259
1044 msgid "Unpack command '%s' failed.\n"
1047 #: cmdline/apt-get.cc:2260
1049 msgid "Check if the 'dpkg-dev' package is installed.\n"
1052 #: cmdline/apt-get.cc:2277
1054 msgid "Build command '%s' failed.\n"
1057 #: cmdline/apt-get.cc:2296
1058 msgid "Child process failed"
1061 #: cmdline/apt-get.cc:2312
1062 msgid "Must specify at least one package to check builddeps for"
1065 #: cmdline/apt-get.cc:2340
1067 msgid "Unable to get build-dependency information for %s"
1070 #: cmdline/apt-get.cc:2360
1072 msgid "%s has no build depends.\n"
1075 #: cmdline/apt-get.cc:2412
1078 "%s dependency for %s cannot be satisfied because the package %s cannot be "
1082 #: cmdline/apt-get.cc:2465
1085 "%s dependency for %s cannot be satisfied because no available versions of "
1086 "package %s can satisfy version requirements"
1089 #: cmdline/apt-get.cc:2501
1091 msgid "Failed to satisfy %s dependency for %s: Installed package %s is too new"
1094 #: cmdline/apt-get.cc:2528
1096 msgid "Failed to satisfy %s dependency for %s: %s"
1099 #: cmdline/apt-get.cc:2542
1101 msgid "Build-dependencies for %s could not be satisfied."
1104 #: cmdline/apt-get.cc:2546
1105 msgid "Failed to process build dependencies"
1108 #: cmdline/apt-get.cc:2578
1109 msgid "Supported modules:"
1112 #: cmdline/apt-get.cc:2619
1114 "Usage: apt-get [options] command\n"
1115 " apt-get [options] install|remove pkg1 [pkg2 ...]\n"
1116 " apt-get [options] source pkg1 [pkg2 ...]\n"
1118 "apt-get is a simple command line interface for downloading and\n"
1119 "installing packages. The most frequently used commands are update\n"
1123 " update - Retrieve new lists of packages\n"
1124 " upgrade - Perform an upgrade\n"
1125 " install - Install new packages (pkg is libc6 not libc6.deb)\n"
1126 " remove - Remove packages\n"
1127 " autoremove - Remove automatically all unused packages\n"
1128 " purge - Remove and purge packages\n"
1129 " source - Download source archives\n"
1130 " build-dep - Configure build-dependencies for source packages\n"
1131 " dist-upgrade - Distribution upgrade, see apt-get(8)\n"
1132 " dselect-upgrade - Follow dselect selections\n"
1133 " clean - Erase downloaded archive files\n"
1134 " autoclean - Erase old downloaded archive files\n"
1135 " check - Verify that there are no broken dependencies\n"
1138 " -h This help text.\n"
1139 " -q Loggable output - no progress indicator\n"
1140 " -qq No output except for errors\n"
1141 " -d Download only - do NOT install or unpack archives\n"
1142 " -s No-act. Perform ordering simulation\n"
1143 " -y Assume Yes to all queries and do not prompt\n"
1144 " -f Attempt to correct a system with broken dependencies in place\n"
1145 " -m Attempt to continue if archives are unlocatable\n"
1146 " -u Show a list of upgraded packages as well\n"
1147 " -b Build the source package after fetching it\n"
1148 " -V Show verbose version numbers\n"
1149 " -c=? Read this configuration file\n"
1150 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
1151 "See the apt-get(8), sources.list(5) and apt.conf(5) manual\n"
1152 "pages for more information and options.\n"
1153 " This APT has Super Cow Powers.\n"
1156 #: cmdline/acqprogress.cc:55
1160 #: cmdline/acqprogress.cc:79
1164 #: cmdline/acqprogress.cc:110
1168 #: cmdline/acqprogress.cc:114
1172 #: cmdline/acqprogress.cc:135
1174 msgid "Fetched %sB in %s (%sB/s)\n"
1177 #: cmdline/acqprogress.cc:225
1182 #: cmdline/acqprogress.cc:271
1185 "Media change: please insert the disc labeled\n"
1187 "in the drive '%s' and press enter\n"
1190 #: cmdline/apt-sortpkgs.cc:86
1191 msgid "Unknown package record!"
1194 #: cmdline/apt-sortpkgs.cc:150
1196 "Usage: apt-sortpkgs [options] file1 [file2 ...]\n"
1198 "apt-sortpkgs is a simple tool to sort package files. The -s option is used\n"
1199 "to indicate what kind of file it is.\n"
1202 " -h This help text\n"
1203 " -s Use source file sorting\n"
1204 " -c=? Read this configuration file\n"
1205 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
1208 #: dselect/install:32
1209 msgid "Bad default setting!"
1212 #: dselect/install:51 dselect/install:83 dselect/install:87 dselect/install:94
1213 #: dselect/install:105 dselect/update:45
1214 msgid "Press enter to continue."
1217 #: dselect/install:91
1218 msgid "Do you want to erase any previously downloaded .deb files?"
1221 #: dselect/install:101
1222 msgid "Some errors occurred while unpacking. I'm going to configure the"
1225 #: dselect/install:102
1226 msgid "packages that were installed. This may result in duplicate errors"
1229 #: dselect/install:103
1230 msgid "or errors caused by missing dependencies. This is OK, only the errors"
1233 #: dselect/install:104
1235 "above this message are important. Please fix them and run [I]nstall again"
1238 #: dselect/update:30
1239 msgid "Merging available information"
1242 #: apt-inst/contrib/extracttar.cc:114
1243 msgid "Failed to create pipes"
1246 #: apt-inst/contrib/extracttar.cc:141
1247 msgid "Failed to exec gzip "
1250 #: apt-inst/contrib/extracttar.cc:178 apt-inst/contrib/extracttar.cc:204
1251 msgid "Corrupted archive"
1254 #: apt-inst/contrib/extracttar.cc:193
1255 msgid "Tar checksum failed, archive corrupted"
1258 #: apt-inst/contrib/extracttar.cc:296
1260 msgid "Unknown TAR header type %u, member %s"
1263 #: apt-inst/contrib/arfile.cc:70
1264 msgid "Invalid archive signature"
1267 #: apt-inst/contrib/arfile.cc:78
1268 msgid "Error reading archive member header"
1271 #: apt-inst/contrib/arfile.cc:90 apt-inst/contrib/arfile.cc:102
1272 msgid "Invalid archive member header"
1275 #: apt-inst/contrib/arfile.cc:128
1276 msgid "Archive is too short"
1279 #: apt-inst/contrib/arfile.cc:132
1280 msgid "Failed to read the archive headers"
1283 #: apt-inst/filelist.cc:380
1284 msgid "DropNode called on still linked node"
1287 #: apt-inst/filelist.cc:412
1288 msgid "Failed to locate the hash element!"
1291 #: apt-inst/filelist.cc:459
1292 msgid "Failed to allocate diversion"
1295 #: apt-inst/filelist.cc:464
1296 msgid "Internal error in AddDiversion"
1299 #: apt-inst/filelist.cc:477
1301 msgid "Trying to overwrite a diversion, %s -> %s and %s/%s"
1304 #: apt-inst/filelist.cc:506
1306 msgid "Double add of diversion %s -> %s"
1309 #: apt-inst/filelist.cc:549
1311 msgid "Duplicate conf file %s/%s"
1314 #: apt-inst/dirstream.cc:41 apt-inst/dirstream.cc:46 apt-inst/dirstream.cc:49
1316 msgid "Failed to write file %s"
1319 #: apt-inst/dirstream.cc:92 apt-inst/dirstream.cc:100
1321 msgid "Failed to close file %s"
1324 #: apt-inst/extract.cc:93 apt-inst/extract.cc:164
1326 msgid "The path %s is too long"
1329 #: apt-inst/extract.cc:124
1331 msgid "Unpacking %s more than once"
1334 #: apt-inst/extract.cc:134
1336 msgid "The directory %s is diverted"
1339 #: apt-inst/extract.cc:144
1341 msgid "The package is trying to write to the diversion target %s/%s"
1344 #: apt-inst/extract.cc:154 apt-inst/extract.cc:297
1345 msgid "The diversion path is too long"
1348 #: apt-inst/extract.cc:240
1350 msgid "The directory %s is being replaced by a non-directory"
1353 #: apt-inst/extract.cc:280
1354 msgid "Failed to locate node in its hash bucket"
1357 #: apt-inst/extract.cc:284
1358 msgid "The path is too long"
1361 #: apt-inst/extract.cc:414
1363 msgid "Overwrite package match with no version for %s"
1366 #: apt-inst/extract.cc:431
1368 msgid "File %s/%s overwrites the one in the package %s"
1371 #. Only warn if there are no sources.list.d.
1372 #. Only warn if there is no sources.list file.
1373 #: apt-inst/extract.cc:464 apt-pkg/contrib/configuration.cc:821
1374 #: apt-pkg/contrib/cdromutl.cc:150 apt-pkg/sourcelist.cc:320
1375 #: apt-pkg/acquire.cc:418 apt-pkg/clean.cc:34
1376 #: apt-pkg/contrib/configuration.cc:822 apt-pkg/contrib/cdromutl.cc:157
1377 #: apt-pkg/sourcelist.cc:166 apt-pkg/sourcelist.cc:172
1378 #: apt-pkg/sourcelist.cc:327 apt-pkg/acquire.cc:419 apt-pkg/init.cc:89
1379 #: apt-pkg/init.cc:97 apt-pkg/clean.cc:33 apt-pkg/policy.cc:281
1380 #: apt-pkg/policy.cc:287 apt-pkg/contrib/configuration.cc:843
1381 #: apt-pkg/init.cc:90 apt-pkg/init.cc:98
1383 msgid "Unable to read %s"
1386 #: apt-inst/extract.cc:491
1388 msgid "Unable to stat %s"
1391 #: apt-inst/deb/dpkgdb.cc:51 apt-inst/deb/dpkgdb.cc:57
1393 msgid "Failed to remove %s"
1396 #: apt-inst/deb/dpkgdb.cc:106 apt-inst/deb/dpkgdb.cc:108
1398 msgid "Unable to create %s"
1401 #: apt-inst/deb/dpkgdb.cc:114
1403 msgid "Failed to stat %sinfo"
1406 #: apt-inst/deb/dpkgdb.cc:119
1407 msgid "The info and temp directories need to be on the same filesystem"
1410 #. Build the status cache
1411 #: apt-inst/deb/dpkgdb.cc:135 apt-pkg/pkgcachegen.cc:748
1412 #: apt-pkg/pkgcachegen.cc:817 apt-pkg/pkgcachegen.cc:822
1413 #: apt-pkg/pkgcachegen.cc:945 apt-pkg/pkgcachegen.cc:763
1414 #: apt-pkg/pkgcachegen.cc:832 apt-pkg/pkgcachegen.cc:837
1415 #: apt-pkg/pkgcachegen.cc:961
1416 msgid "Reading package lists"
1419 #: apt-inst/deb/dpkgdb.cc:176
1421 msgid "Failed to change to the admin dir %sinfo"
1424 #: apt-inst/deb/dpkgdb.cc:197 apt-inst/deb/dpkgdb.cc:351
1425 #: apt-inst/deb/dpkgdb.cc:444
1426 msgid "Internal error getting a package name"
1429 #: apt-inst/deb/dpkgdb.cc:201 apt-inst/deb/dpkgdb.cc:382
1430 msgid "Reading file listing"
1433 #: apt-inst/deb/dpkgdb.cc:212
1436 "Failed to open the list file '%sinfo/%s'. If you cannot restore this file "
1437 "then make it empty and immediately re-install the same version of the "
1441 #: apt-inst/deb/dpkgdb.cc:225 apt-inst/deb/dpkgdb.cc:238
1443 msgid "Failed reading the list file %sinfo/%s"
1446 #: apt-inst/deb/dpkgdb.cc:262
1447 msgid "Internal error getting a node"
1450 #: apt-inst/deb/dpkgdb.cc:305
1452 msgid "Failed to open the diversions file %sdiversions"
1455 #: apt-inst/deb/dpkgdb.cc:320
1456 msgid "The diversion file is corrupted"
1459 #: apt-inst/deb/dpkgdb.cc:327 apt-inst/deb/dpkgdb.cc:332
1460 #: apt-inst/deb/dpkgdb.cc:337
1462 msgid "Invalid line in the diversion file: %s"
1465 #: apt-inst/deb/dpkgdb.cc:358
1466 msgid "Internal error adding a diversion"
1469 #: apt-inst/deb/dpkgdb.cc:379
1470 msgid "The pkg cache must be initialized first"
1473 #: apt-inst/deb/dpkgdb.cc:439
1475 msgid "Failed to find a Package: header, offset %lu"
1478 #: apt-inst/deb/dpkgdb.cc:461
1480 msgid "Bad ConfFile section in the status file. Offset %lu"
1483 #: apt-inst/deb/dpkgdb.cc:466
1485 msgid "Error parsing MD5. Offset %lu"
1488 #: apt-inst/deb/debfile.cc:38 apt-inst/deb/debfile.cc:43
1490 msgid "This is not a valid DEB archive, missing '%s' member"
1493 #: apt-inst/deb/debfile.cc:50
1495 msgid "This is not a valid DEB archive, it has no '%s', '%s' or '%s' member"
1498 #: apt-inst/deb/debfile.cc:110
1500 msgid "Couldn't change to %s"
1503 #: apt-inst/deb/debfile.cc:140
1504 msgid "Internal error, could not locate member"
1507 #: apt-inst/deb/debfile.cc:173
1508 msgid "Failed to locate a valid control file"
1511 #: apt-inst/deb/debfile.cc:258
1512 msgid "Unparsable control file"
1515 #: apt-inst/contrib/arfile.cc:90
1517 msgid "Invalid archive member header %s"
1520 #: methods/cdrom.cc:114 methods/cdrom.cc:200
1522 msgid "Unable to read the cdrom database %s"
1525 #: methods/cdrom.cc:123 methods/cdrom.cc:209
1527 "Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update "
1528 "cannot be used to add new CD-ROMs"
1531 #: methods/cdrom.cc:131 methods/cdrom.cc:219
1532 msgid "Wrong CD-ROM"
1535 #: methods/cdrom.cc:166 methods/cdrom.cc:245
1537 msgid "Unable to unmount the CD-ROM in %s, it may still be in use."
1540 #: methods/cdrom.cc:171 methods/cdrom.cc:250
1541 msgid "Disk not found."
1544 #: methods/cdrom.cc:179 methods/file.cc:79 methods/rsh.cc:264
1545 #: methods/cdrom.cc:258
1546 msgid "File not found"
1549 #: methods/copy.cc:43 methods/gzip.cc:141 methods/gzip.cc:150
1550 #: methods/rred.cc:234 methods/rred.cc:243
1551 msgid "Failed to stat"
1554 #: methods/copy.cc:80 methods/gzip.cc:147 methods/rred.cc:240
1555 msgid "Failed to set modification time"
1558 #: methods/file.cc:44
1559 msgid "Invalid URI, local URIS must not start with //"
1562 #. Login must be before getpeername otherwise dante won't work.
1563 #: methods/ftp.cc:162 methods/ftp.cc:167 methods/ftp.cc:168
1567 #: methods/ftp.cc:168 methods/ftp.cc:173 methods/ftp.cc:174
1568 msgid "Unable to determine the peer name"
1571 #: methods/ftp.cc:173 methods/ftp.cc:178 methods/ftp.cc:179
1572 msgid "Unable to determine the local name"
1575 #: methods/ftp.cc:204 methods/ftp.cc:232 methods/ftp.cc:209 methods/ftp.cc:237
1576 #: methods/ftp.cc:210 methods/ftp.cc:238
1578 msgid "The server refused the connection and said: %s"
1581 #: methods/ftp.cc:210 methods/ftp.cc:215 methods/ftp.cc:216
1583 msgid "USER failed, server said: %s"
1586 #: methods/ftp.cc:217 methods/ftp.cc:222 methods/ftp.cc:223
1588 msgid "PASS failed, server said: %s"
1591 #: methods/ftp.cc:237 methods/ftp.cc:242 methods/ftp.cc:243
1593 "A proxy server was specified but no login script, Acquire::ftp::ProxyLogin "
1597 #: methods/ftp.cc:265 methods/ftp.cc:270 methods/ftp.cc:271
1599 msgid "Login script command '%s' failed, server said: %s"
1602 #: methods/ftp.cc:291 methods/ftp.cc:296 methods/ftp.cc:297
1604 msgid "TYPE failed, server said: %s"
1607 #: methods/ftp.cc:329 methods/ftp.cc:440 methods/rsh.cc:183 methods/rsh.cc:226
1608 #: methods/ftp.cc:334 methods/ftp.cc:445 methods/ftp.cc:335 methods/ftp.cc:446
1609 msgid "Connection timeout"
1612 #: methods/ftp.cc:335 methods/ftp.cc:340 methods/ftp.cc:341
1613 msgid "Server closed the connection"
1616 #: methods/ftp.cc:338 apt-pkg/contrib/fileutl.cc:538 methods/rsh.cc:190
1617 #: methods/ftp.cc:343 apt-pkg/contrib/fileutl.cc:541 methods/ftp.cc:344
1618 #: apt-pkg/contrib/fileutl.cc:543
1622 #: methods/ftp.cc:345 methods/rsh.cc:197 methods/ftp.cc:350 methods/ftp.cc:351
1623 msgid "A response overflowed the buffer."
1626 #: methods/ftp.cc:362 methods/ftp.cc:374 methods/ftp.cc:367 methods/ftp.cc:379
1627 #: methods/ftp.cc:368 methods/ftp.cc:380
1628 msgid "Protocol corruption"
1631 #: methods/ftp.cc:446 apt-pkg/contrib/fileutl.cc:577 methods/rsh.cc:232
1632 #: methods/ftp.cc:451 apt-pkg/contrib/fileutl.cc:580 methods/ftp.cc:452
1633 #: apt-pkg/contrib/fileutl.cc:582
1637 #: methods/ftp.cc:687 methods/ftp.cc:693 methods/ftp.cc:729 methods/ftp.cc:692
1638 #: methods/ftp.cc:698 methods/ftp.cc:734 methods/ftp.cc:699 methods/ftp.cc:735
1639 msgid "Could not create a socket"
1642 #: methods/ftp.cc:698 methods/ftp.cc:703 methods/ftp.cc:704
1643 msgid "Could not connect data socket, connection timed out"
1646 #: methods/ftp.cc:704 methods/ftp.cc:709 methods/ftp.cc:710
1647 msgid "Could not connect passive socket."
1650 #: methods/ftp.cc:722 methods/ftp.cc:727 methods/ftp.cc:728
1651 msgid "getaddrinfo was unable to get a listening socket"
1654 #: methods/ftp.cc:736 methods/ftp.cc:741 methods/ftp.cc:742
1655 msgid "Could not bind a socket"
1658 #: methods/ftp.cc:740 methods/ftp.cc:745 methods/ftp.cc:746
1659 msgid "Could not listen on the socket"
1662 #: methods/ftp.cc:747 methods/ftp.cc:752 methods/ftp.cc:753
1663 msgid "Could not determine the socket's name"
1666 #: methods/ftp.cc:779 methods/ftp.cc:784 methods/ftp.cc:785
1667 msgid "Unable to send PORT command"
1670 #: methods/ftp.cc:789 methods/ftp.cc:794 methods/ftp.cc:795
1672 msgid "Unknown address family %u (AF_*)"
1675 #: methods/ftp.cc:798 methods/ftp.cc:803 methods/ftp.cc:804
1677 msgid "EPRT failed, server said: %s"
1680 #: methods/ftp.cc:818 methods/ftp.cc:823 methods/ftp.cc:824
1681 msgid "Data socket connect timed out"
1684 #: methods/ftp.cc:825 methods/ftp.cc:830 methods/ftp.cc:831
1685 msgid "Unable to accept connection"
1688 #: methods/ftp.cc:864 methods/http.cc:960 methods/rsh.cc:303
1689 #: methods/ftp.cc:869 methods/http.cc:996 methods/ftp.cc:870
1690 #: methods/http.cc:999
1691 msgid "Problem hashing file"
1694 #: methods/ftp.cc:877 methods/ftp.cc:882 methods/ftp.cc:883
1696 msgid "Unable to fetch file, server said '%s'"
1699 #: methods/ftp.cc:892 methods/rsh.cc:322 methods/ftp.cc:897 methods/ftp.cc:898
1700 msgid "Data socket timed out"
1703 #: methods/ftp.cc:922 methods/ftp.cc:927 methods/ftp.cc:928
1705 msgid "Data transfer failed, server said '%s'"
1708 #. Get the files information
1709 #: methods/ftp.cc:997 methods/ftp.cc:1002 methods/ftp.cc:1005
1713 #: methods/ftp.cc:1109 methods/ftp.cc:1114 methods/ftp.cc:1117
1714 msgid "Unable to invoke "
1717 #: methods/connect.cc:70
1719 msgid "Connecting to %s (%s)"
1722 #: methods/connect.cc:81
1727 #: methods/connect.cc:90
1729 msgid "Could not create a socket for %s (f=%u t=%u p=%u)"
1732 #: methods/connect.cc:96
1734 msgid "Cannot initiate the connection to %s:%s (%s)."
1737 #: methods/connect.cc:104
1739 msgid "Could not connect to %s:%s (%s), connection timed out"
1742 #: methods/connect.cc:119
1744 msgid "Could not connect to %s:%s (%s)."
1747 #. We say this mainly because the pause here is for the
1748 #. ssh connection that is still going
1749 #: methods/connect.cc:147 methods/rsh.cc:425
1751 msgid "Connecting to %s"
1754 #: methods/connect.cc:165 methods/connect.cc:184
1756 msgid "Could not resolve '%s'"
1759 #: methods/connect.cc:190
1761 msgid "Temporary failure resolving '%s'"
1764 #: methods/connect.cc:193
1766 msgid "Something wicked happened resolving '%s:%s' (%i)"
1769 #: methods/connect.cc:240
1771 msgid "Unable to connect to %s %s:"
1774 #: methods/gpgv.cc:65 methods/gpgv.cc:71
1776 msgid "Couldn't access keyring: '%s'"
1779 #: methods/gpgv.cc:101 methods/gpgv.cc:107
1780 msgid "E: Argument list from Acquire::gpgv::Options too long. Exiting."
1783 #: methods/gpgv.cc:205 methods/gpgv.cc:223
1785 "Internal error: Good signature, but could not determine key fingerprint?!"
1788 #: methods/gpgv.cc:210 methods/gpgv.cc:228
1789 msgid "At least one invalid signature was encountered."
1792 #: methods/gpgv.cc:214 methods/gpgv.cc:232
1794 msgid "Could not execute '%s' to verify signature (is gpgv installed?)"
1797 #: methods/gpgv.cc:219 methods/gpgv.cc:237
1798 msgid "Unknown error executing gpgv"
1801 #: methods/gpgv.cc:250 methods/gpgv.cc:271 methods/gpgv.cc:278
1802 msgid "The following signatures were invalid:\n"
1805 #: methods/gpgv.cc:257 methods/gpgv.cc:285
1807 "The following signatures couldn't be verified because the public key is not "
1811 #: methods/gzip.cc:64
1813 msgid "Couldn't open pipe for %s"
1816 #: methods/gzip.cc:109
1818 msgid "Read error from %s process"
1821 #: methods/http.cc:377 methods/http.cc:384 methods/http.cc:385
1822 msgid "Waiting for headers"
1825 #: methods/http.cc:523 methods/http.cc:530 methods/http.cc:531
1827 msgid "Got a single header line over %u chars"
1830 #: methods/http.cc:531 methods/http.cc:538 methods/http.cc:539
1831 msgid "Bad header line"
1834 #: methods/http.cc:550 methods/http.cc:557 methods/http.cc:564
1835 #: methods/http.cc:558 methods/http.cc:565
1836 msgid "The HTTP server sent an invalid reply header"
1839 #: methods/http.cc:586 methods/http.cc:593 methods/http.cc:594
1840 msgid "The HTTP server sent an invalid Content-Length header"
1843 #: methods/http.cc:601 methods/http.cc:608 methods/http.cc:609
1844 msgid "The HTTP server sent an invalid Content-Range header"
1847 #: methods/http.cc:603 methods/http.cc:610 methods/http.cc:611
1848 msgid "This HTTP server has broken range support"
1851 #: methods/http.cc:627 methods/http.cc:634 methods/http.cc:635
1852 msgid "Unknown date format"
1855 #: methods/http.cc:774 methods/http.cc:787 methods/http.cc:790
1856 msgid "Select failed"
1859 #: methods/http.cc:779 methods/http.cc:792 methods/http.cc:795
1860 msgid "Connection timed out"
1863 #: methods/http.cc:802 methods/http.cc:815 methods/http.cc:818
1864 msgid "Error writing to output file"
1867 #: methods/http.cc:833 methods/http.cc:846 methods/http.cc:849
1868 msgid "Error writing to file"
1871 #: methods/http.cc:861 methods/http.cc:874 methods/http.cc:877
1872 msgid "Error writing to the file"
1875 #: methods/http.cc:875 methods/http.cc:888 methods/http.cc:891
1876 msgid "Error reading from server. Remote end closed connection"
1879 #: methods/http.cc:877 methods/http.cc:890 methods/http.cc:893
1880 msgid "Error reading from server"
1883 #: methods/http.cc:945 apt-pkg/contrib/mmap.cc:196 methods/http.cc:981
1884 #: apt-pkg/contrib/mmap.cc:215 methods/http.cc:984
1885 msgid "Failed to truncate file"
1888 #: methods/http.cc:1105 methods/http.cc:1146 methods/http.cc:1149
1889 msgid "Bad header data"
1892 #: methods/http.cc:1122 methods/http.cc:1177 methods/http.cc:1163
1893 #: methods/http.cc:1218 methods/http.cc:1166 methods/http.cc:1221
1894 msgid "Connection failed"
1897 #: methods/http.cc:1229 methods/http.cc:1310 methods/http.cc:1313
1898 msgid "Internal error"
1901 #: apt-pkg/contrib/mmap.cc:80 apt-pkg/contrib/mmap.cc:76
1902 msgid "Can't mmap an empty file"
1905 #: apt-pkg/contrib/mmap.cc:85 apt-pkg/contrib/mmap.cc:81
1906 #: apt-pkg/contrib/mmap.cc:187
1908 msgid "Couldn't make mmap of %lu bytes"
1911 #: apt-pkg/contrib/mmap.cc:213
1912 msgid "Dynamic MMap ran out of room"
1915 #: apt-pkg/contrib/strutl.cc:1014 apt-pkg/contrib/strutl.cc:1029
1916 #: apt-pkg/contrib/strutl.cc:1040
1918 msgid "Selection %s not found"
1921 #: apt-pkg/contrib/configuration.cc:439 apt-pkg/contrib/configuration.cc:458
1923 msgid "Unrecognized type abbreviation: '%c'"
1926 #: apt-pkg/contrib/configuration.cc:497 apt-pkg/contrib/configuration.cc:516
1928 msgid "Opening configuration file %s"
1931 #: apt-pkg/contrib/configuration.cc:662 apt-pkg/contrib/configuration.cc:663
1932 #: apt-pkg/contrib/configuration.cc:684
1934 msgid "Syntax error %s:%u: Block starts with no name."
1937 #: apt-pkg/contrib/configuration.cc:681 apt-pkg/contrib/configuration.cc:682
1938 #: apt-pkg/contrib/configuration.cc:703
1940 msgid "Syntax error %s:%u: Malformed tag"
1943 #: apt-pkg/contrib/configuration.cc:698 apt-pkg/contrib/configuration.cc:699
1944 #: apt-pkg/contrib/configuration.cc:720
1946 msgid "Syntax error %s:%u: Extra junk after value"
1949 #: apt-pkg/contrib/configuration.cc:738 apt-pkg/contrib/configuration.cc:739
1950 #: apt-pkg/contrib/configuration.cc:760
1952 msgid "Syntax error %s:%u: Directives can only be done at the top level"
1955 #: apt-pkg/contrib/configuration.cc:745 apt-pkg/contrib/configuration.cc:746
1956 #: apt-pkg/contrib/configuration.cc:767
1958 msgid "Syntax error %s:%u: Too many nested includes"
1961 #: apt-pkg/contrib/configuration.cc:749 apt-pkg/contrib/configuration.cc:754
1962 #: apt-pkg/contrib/configuration.cc:750 apt-pkg/contrib/configuration.cc:755
1963 #: apt-pkg/contrib/configuration.cc:771 apt-pkg/contrib/configuration.cc:776
1965 msgid "Syntax error %s:%u: Included from here"
1968 #: apt-pkg/contrib/configuration.cc:758 apt-pkg/contrib/configuration.cc:759
1969 #: apt-pkg/contrib/configuration.cc:780
1971 msgid "Syntax error %s:%u: Unsupported directive '%s'"
1974 #: apt-pkg/contrib/configuration.cc:809 apt-pkg/contrib/configuration.cc:810
1975 #: apt-pkg/contrib/configuration.cc:831
1977 msgid "Syntax error %s:%u: Extra junk at end of file"
1980 #: apt-pkg/contrib/progress.cc:153
1982 msgid "%c%s... Error!"
1985 #: apt-pkg/contrib/progress.cc:155
1987 msgid "%c%s... Done"
1990 #: apt-pkg/contrib/cmndline.cc:77
1992 msgid "Command line option '%c' [from %s] is not known."
1995 #: apt-pkg/contrib/cmndline.cc:103 apt-pkg/contrib/cmndline.cc:111
1996 #: apt-pkg/contrib/cmndline.cc:119
1998 msgid "Command line option %s is not understood"
2001 #: apt-pkg/contrib/cmndline.cc:124
2003 msgid "Command line option %s is not boolean"
2006 #: apt-pkg/contrib/cmndline.cc:163 apt-pkg/contrib/cmndline.cc:184
2008 msgid "Option %s requires an argument."
2011 #: apt-pkg/contrib/cmndline.cc:198 apt-pkg/contrib/cmndline.cc:204
2013 msgid "Option %s: Configuration item specification must have an =<val>."
2016 #: apt-pkg/contrib/cmndline.cc:234
2018 msgid "Option %s requires an integer argument, not '%s'"
2021 #: apt-pkg/contrib/cmndline.cc:265
2023 msgid "Option '%s' is too long"
2026 #: apt-pkg/contrib/cmndline.cc:298
2028 msgid "Sense %s is not understood, try true or false."
2031 #: apt-pkg/contrib/cmndline.cc:348
2033 msgid "Invalid operation %s"
2036 #: apt-pkg/contrib/cdromutl.cc:52
2038 msgid "Unable to stat the mount point %s"
2041 #: apt-pkg/contrib/cdromutl.cc:146 apt-pkg/contrib/cdromutl.cc:180
2042 #: apt-pkg/acquire.cc:424 apt-pkg/acquire.cc:449 apt-pkg/clean.cc:40
2043 #: apt-pkg/contrib/cdromutl.cc:153 apt-pkg/contrib/cdromutl.cc:187
2044 #: apt-pkg/acquire.cc:425 apt-pkg/acquire.cc:450 apt-pkg/clean.cc:39
2046 msgid "Unable to change to %s"
2049 #: apt-pkg/contrib/cdromutl.cc:188 apt-pkg/contrib/cdromutl.cc:195
2050 msgid "Failed to stat the cdrom"
2053 #: apt-pkg/contrib/fileutl.cc:149
2055 msgid "Not using locking for read only lock file %s"
2058 #: apt-pkg/contrib/fileutl.cc:154
2060 msgid "Could not open lock file %s"
2063 #: apt-pkg/contrib/fileutl.cc:172
2065 msgid "Not using locking for nfs mounted lock file %s"
2068 #: apt-pkg/contrib/fileutl.cc:176
2070 msgid "Could not get lock %s"
2073 #: apt-pkg/contrib/fileutl.cc:444
2075 msgid "Waited for %s but it wasn't there"
2078 #: apt-pkg/contrib/fileutl.cc:454 apt-pkg/contrib/fileutl.cc:455
2079 #: apt-pkg/contrib/fileutl.cc:456
2081 msgid "Sub-process %s received a segmentation fault."
2084 #: apt-pkg/contrib/fileutl.cc:457 apt-pkg/contrib/fileutl.cc:460
2085 #: apt-pkg/contrib/fileutl.cc:462
2087 msgid "Sub-process %s returned an error code (%u)"
2090 #: apt-pkg/contrib/fileutl.cc:459 apt-pkg/contrib/fileutl.cc:462
2091 #: apt-pkg/contrib/fileutl.cc:464
2093 msgid "Sub-process %s exited unexpectedly"
2096 #: apt-pkg/contrib/fileutl.cc:503 apt-pkg/contrib/fileutl.cc:506
2097 #: apt-pkg/contrib/fileutl.cc:508
2099 msgid "Could not open file %s"
2102 #: apt-pkg/contrib/fileutl.cc:559 apt-pkg/contrib/fileutl.cc:562
2103 #: apt-pkg/contrib/fileutl.cc:564
2105 msgid "read, still have %lu to read but none left"
2108 #: apt-pkg/contrib/fileutl.cc:589 apt-pkg/contrib/fileutl.cc:592
2109 #: apt-pkg/contrib/fileutl.cc:594
2111 msgid "write, still have %lu to write but couldn't"
2114 #: apt-pkg/contrib/fileutl.cc:664 apt-pkg/contrib/fileutl.cc:667
2115 #: apt-pkg/contrib/fileutl.cc:669
2116 msgid "Problem closing the file"
2119 #: apt-pkg/contrib/fileutl.cc:670 apt-pkg/contrib/fileutl.cc:673
2120 #: apt-pkg/contrib/fileutl.cc:675
2121 msgid "Problem unlinking the file"
2124 #: apt-pkg/contrib/fileutl.cc:681 apt-pkg/contrib/fileutl.cc:684
2125 #: apt-pkg/contrib/fileutl.cc:686
2126 msgid "Problem syncing the file"
2129 #: apt-pkg/pkgcache.cc:132 apt-pkg/pkgcache.cc:133
2130 msgid "Empty package cache"
2133 #: apt-pkg/pkgcache.cc:138 apt-pkg/pkgcache.cc:139
2134 msgid "The package cache file is corrupted"
2137 #: apt-pkg/pkgcache.cc:143 apt-pkg/pkgcache.cc:144
2138 msgid "The package cache file is an incompatible version"
2141 #: apt-pkg/pkgcache.cc:148 apt-pkg/pkgcache.cc:149
2143 msgid "This APT does not support the versioning system '%s'"
2146 #: apt-pkg/pkgcache.cc:153 apt-pkg/pkgcache.cc:154
2147 msgid "The package cache was built for a different architecture"
2150 #: apt-pkg/pkgcache.cc:224 apt-pkg/pkgcache.cc:225
2154 #: apt-pkg/pkgcache.cc:224 apt-pkg/pkgcache.cc:225
2158 #: apt-pkg/pkgcache.cc:224 apt-pkg/pkgcache.cc:225
2162 #: apt-pkg/pkgcache.cc:225 apt-pkg/pkgcache.cc:226
2166 #: apt-pkg/pkgcache.cc:225 apt-pkg/pkgcache.cc:226
2170 #: apt-pkg/pkgcache.cc:225 apt-pkg/pkgcache.cc:226
2174 #: apt-pkg/pkgcache.cc:226 apt-pkg/pkgcache.cc:227
2178 #: apt-pkg/pkgcache.cc:226 apt-pkg/pkgcache.cc:227
2182 #: apt-pkg/pkgcache.cc:237 apt-pkg/pkgcache.cc:238
2186 #: apt-pkg/pkgcache.cc:237 apt-pkg/pkgcache.cc:238
2190 #: apt-pkg/pkgcache.cc:237 apt-pkg/pkgcache.cc:238
2194 #: apt-pkg/pkgcache.cc:238 apt-pkg/pkgcache.cc:239
2198 #: apt-pkg/pkgcache.cc:238 apt-pkg/pkgcache.cc:239
2202 #: apt-pkg/depcache.cc:121 apt-pkg/depcache.cc:150 apt-pkg/depcache.cc:123
2203 #: apt-pkg/depcache.cc:152
2204 msgid "Building dependency tree"
2207 #: apt-pkg/depcache.cc:122 apt-pkg/depcache.cc:124
2208 msgid "Candidate versions"
2211 #: apt-pkg/depcache.cc:151 apt-pkg/depcache.cc:153
2212 msgid "Dependency generation"
2215 #: apt-pkg/depcache.cc:172 apt-pkg/depcache.cc:191 apt-pkg/depcache.cc:195
2216 #: apt-pkg/depcache.cc:173 apt-pkg/depcache.cc:193 apt-pkg/depcache.cc:197
2217 msgid "Reading state information"
2220 #: apt-pkg/depcache.cc:219 apt-pkg/depcache.cc:223
2222 msgid "Failed to open StateFile %s"
2225 #: apt-pkg/depcache.cc:225 apt-pkg/depcache.cc:229
2227 msgid "Failed to write temporary StateFile %s"
2230 #: apt-pkg/tagfile.cc:102
2232 msgid "Unable to parse package file %s (1)"
2235 #: apt-pkg/tagfile.cc:189
2237 msgid "Unable to parse package file %s (2)"
2240 #: apt-pkg/sourcelist.cc:90
2242 msgid "Malformed line %lu in source list %s (URI)"
2245 #: apt-pkg/sourcelist.cc:92
2247 msgid "Malformed line %lu in source list %s (dist)"
2250 #: apt-pkg/sourcelist.cc:95
2252 msgid "Malformed line %lu in source list %s (URI parse)"
2255 #: apt-pkg/sourcelist.cc:101
2257 msgid "Malformed line %lu in source list %s (absolute dist)"
2260 #: apt-pkg/sourcelist.cc:108
2262 msgid "Malformed line %lu in source list %s (dist parse)"
2265 #: apt-pkg/sourcelist.cc:199 apt-pkg/sourcelist.cc:206
2270 #: apt-pkg/sourcelist.cc:216 apt-pkg/cdrom.cc:448 apt-pkg/sourcelist.cc:223
2271 #: apt-pkg/cdrom.cc:445
2273 msgid "Line %u too long in source list %s."
2276 #: apt-pkg/sourcelist.cc:236 apt-pkg/sourcelist.cc:243
2278 msgid "Malformed line %u in source list %s (type)"
2281 #: apt-pkg/sourcelist.cc:240 apt-pkg/sourcelist.cc:247
2283 msgid "Type '%s' is not known on line %u in source list %s"
2286 #: apt-pkg/sourcelist.cc:248 apt-pkg/sourcelist.cc:251
2287 #: apt-pkg/sourcelist.cc:255 apt-pkg/sourcelist.cc:258
2289 msgid "Malformed line %u in source list %s (vendor id)"
2292 #: apt-pkg/packagemanager.cc:428 apt-pkg/packagemanager.cc:436
2293 #: apt-pkg/packagemanager.cc:440
2296 "This installation run will require temporarily removing the essential "
2297 "package %s due to a Conflicts/Pre-Depends loop. This is often bad, but if "
2298 "you really want to do it, activate the APT::Force-LoopBreak option."
2301 #: apt-pkg/pkgrecords.cc:32
2303 msgid "Index file type '%s' is not supported"
2306 #: apt-pkg/algorithms.cc:247 apt-pkg/algorithms.cc:248
2309 "The package %s needs to be reinstalled, but I can't find an archive for it."
2312 #: apt-pkg/algorithms.cc:1106 apt-pkg/algorithms.cc:1138
2314 "Error, pkgProblemResolver::Resolve generated breaks, this may be caused by "
2318 #: apt-pkg/algorithms.cc:1108 apt-pkg/algorithms.cc:1140
2319 msgid "Unable to correct problems, you have held broken packages."
2322 #: apt-pkg/algorithms.cc:1370 apt-pkg/algorithms.cc:1372
2323 #: apt-pkg/algorithms.cc:1415 apt-pkg/algorithms.cc:1417
2325 "Some index files failed to download, they have been ignored, or old ones "
2329 #: apt-pkg/acquire.cc:59 apt-pkg/acquire.cc:60
2331 msgid "Lists directory %spartial is missing."
2334 #: apt-pkg/acquire.cc:63 apt-pkg/acquire.cc:64
2336 msgid "Archive directory %spartial is missing."
2339 #. only show the ETA if it makes sense
2341 #: apt-pkg/acquire.cc:828 apt-pkg/acquire.cc:826
2343 msgid "Retrieving file %li of %li (%s remaining)"
2346 #: apt-pkg/acquire.cc:830 apt-pkg/acquire.cc:828
2348 msgid "Retrieving file %li of %li"
2351 #: apt-pkg/acquire-worker.cc:110
2353 msgid "The method driver %s could not be found."
2356 #: apt-pkg/acquire-worker.cc:159
2358 msgid "Method %s did not start correctly"
2361 #: apt-pkg/acquire-worker.cc:399 apt-pkg/acquire-worker.cc:413
2363 msgid "Please insert the disc labeled: '%s' in the drive '%s' and press enter."
2366 #: apt-pkg/init.cc:124 apt-pkg/init.cc:132 apt-pkg/init.cc:133
2368 msgid "Packaging system '%s' is not supported"
2371 #: apt-pkg/init.cc:140 apt-pkg/init.cc:148 apt-pkg/init.cc:149
2372 msgid "Unable to determine a suitable packaging system type"
2375 #: apt-pkg/clean.cc:57 apt-pkg/clean.cc:56
2377 msgid "Unable to stat %s."
2380 #: apt-pkg/srcrecords.cc:44
2381 msgid "You must put some 'source' URIs in your sources.list"
2384 #: apt-pkg/cachefile.cc:71
2385 msgid "The package lists or status file could not be parsed or opened."
2388 #: apt-pkg/cachefile.cc:75
2389 msgid "You may want to run apt-get update to correct these problems"
2392 #: apt-pkg/policy.cc:267
2393 msgid "Invalid record in the preferences file, no Package header"
2396 #: apt-pkg/policy.cc:289 apt-pkg/policy.cc:369
2398 msgid "Did not understand pin type %s"
2401 #: apt-pkg/policy.cc:297 apt-pkg/policy.cc:377
2402 msgid "No priority (or zero) specified for pin"
2405 #: apt-pkg/pkgcachegen.cc:72 apt-pkg/pkgcachegen.cc:74
2406 msgid "Cache has an incompatible versioning system"
2409 #: apt-pkg/pkgcachegen.cc:115 apt-pkg/pkgcachegen.cc:117
2411 msgid "Error occurred while processing %s (NewPackage)"
2414 #: apt-pkg/pkgcachegen.cc:130 apt-pkg/pkgcachegen.cc:132
2416 msgid "Error occurred while processing %s (UsePackage1)"
2419 #: apt-pkg/pkgcachegen.cc:153 apt-pkg/pkgcachegen.cc:166
2421 msgid "Error occurred while processing %s (NewFileDesc1)"
2424 #: apt-pkg/pkgcachegen.cc:178 apt-pkg/pkgcachegen.cc:191
2426 msgid "Error occurred while processing %s (UsePackage2)"
2429 #: apt-pkg/pkgcachegen.cc:182 apt-pkg/pkgcachegen.cc:195
2431 msgid "Error occurred while processing %s (NewFileVer1)"
2434 #: apt-pkg/pkgcachegen.cc:213 apt-pkg/pkgcachegen.cc:226
2436 msgid "Error occurred while processing %s (NewVersion1)"
2439 #: apt-pkg/pkgcachegen.cc:217 apt-pkg/pkgcachegen.cc:230
2441 msgid "Error occurred while processing %s (UsePackage3)"
2444 #: apt-pkg/pkgcachegen.cc:221 apt-pkg/pkgcachegen.cc:234
2446 msgid "Error occurred while processing %s (NewVersion2)"
2449 #: apt-pkg/pkgcachegen.cc:245 apt-pkg/pkgcachegen.cc:258
2451 msgid "Error occurred while processing %s (NewFileDesc2)"
2454 #: apt-pkg/pkgcachegen.cc:251 apt-pkg/pkgcachegen.cc:264
2455 msgid "Wow, you exceeded the number of package names this APT is capable of."
2458 #: apt-pkg/pkgcachegen.cc:254 apt-pkg/pkgcachegen.cc:267
2459 msgid "Wow, you exceeded the number of versions this APT is capable of."
2462 #: apt-pkg/pkgcachegen.cc:257 apt-pkg/pkgcachegen.cc:270
2463 msgid "Wow, you exceeded the number of descriptions this APT is capable of."
2466 #: apt-pkg/pkgcachegen.cc:260 apt-pkg/pkgcachegen.cc:273
2467 msgid "Wow, you exceeded the number of dependencies this APT is capable of."
2470 #: apt-pkg/pkgcachegen.cc:288 apt-pkg/pkgcachegen.cc:301
2472 msgid "Error occurred while processing %s (FindPkg)"
2475 #: apt-pkg/pkgcachegen.cc:301 apt-pkg/pkgcachegen.cc:314
2477 msgid "Error occurred while processing %s (CollectFileProvides)"
2480 #: apt-pkg/pkgcachegen.cc:307 apt-pkg/pkgcachegen.cc:320
2482 msgid "Package %s %s was not found while processing file dependencies"
2485 #: apt-pkg/pkgcachegen.cc:678 apt-pkg/pkgcachegen.cc:693
2487 msgid "Couldn't stat source package list %s"
2490 #: apt-pkg/pkgcachegen.cc:763 apt-pkg/pkgcachegen.cc:778
2491 msgid "Collecting File Provides"
2494 #: apt-pkg/pkgcachegen.cc:890 apt-pkg/pkgcachegen.cc:897
2495 #: apt-pkg/pkgcachegen.cc:907 apt-pkg/pkgcachegen.cc:914
2496 msgid "IO Error saving source cache"
2499 #: apt-pkg/acquire-item.cc:127 apt-pkg/acquire-item.cc:128
2501 msgid "rename failed, %s (%s -> %s)."
2504 #: apt-pkg/acquire-item.cc:401 apt-pkg/acquire-item.cc:394
2505 #: apt-pkg/acquire-item.cc:395
2506 msgid "MD5Sum mismatch"
2509 #: apt-pkg/acquire-item.cc:647 apt-pkg/acquire-item.cc:1408
2510 #: apt-pkg/acquire-item.cc:644 apt-pkg/acquire-item.cc:1406
2511 #: apt-pkg/acquire-item.cc:649 apt-pkg/acquire-item.cc:1411
2512 msgid "Hash Sum mismatch"
2515 #: apt-pkg/acquire-item.cc:1100 apt-pkg/acquire-item.cc:1101
2516 #: apt-pkg/acquire-item.cc:1106
2517 msgid "There is no public key available for the following key IDs:\n"
2520 #: apt-pkg/acquire-item.cc:1213 apt-pkg/acquire-item.cc:1211
2521 #: apt-pkg/acquire-item.cc:1216
2524 "I wasn't able to locate a file for the %s package. This might mean you need "
2525 "to manually fix this package. (due to missing arch)"
2528 #: apt-pkg/acquire-item.cc:1272 apt-pkg/acquire-item.cc:1270
2529 #: apt-pkg/acquire-item.cc:1275
2532 "I wasn't able to locate file for the %s package. This might mean you need to "
2533 "manually fix this package."
2536 #: apt-pkg/acquire-item.cc:1313 apt-pkg/acquire-item.cc:1311
2537 #: apt-pkg/acquire-item.cc:1316
2540 "The package index files are corrupted. No Filename: field for package %s."
2543 #: apt-pkg/acquire-item.cc:1400 apt-pkg/acquire-item.cc:1398
2544 #: apt-pkg/acquire-item.cc:1403
2545 msgid "Size mismatch"
2548 #: apt-pkg/vendorlist.cc:66
2550 msgid "Vendor block %s contains no fingerprint"
2553 #: apt-pkg/cdrom.cc:529 apt-pkg/cdrom.cc:525
2556 "Using CD-ROM mount point %s\n"
2560 #: apt-pkg/cdrom.cc:538 apt-pkg/cdrom.cc:627 apt-pkg/cdrom.cc:534
2561 #: apt-pkg/cdrom.cc:622
2562 msgid "Identifying.. "
2565 #: apt-pkg/cdrom.cc:563 apt-pkg/cdrom.cc:559
2567 msgid "Stored label: %s\n"
2570 #: apt-pkg/cdrom.cc:570 apt-pkg/cdrom.cc:841 apt-pkg/cdrom.cc:566
2571 #: apt-pkg/cdrom.cc:836
2572 msgid "Unmounting CD-ROM...\n"
2575 #: apt-pkg/cdrom.cc:590 apt-pkg/cdrom.cc:585
2577 msgid "Using CD-ROM mount point %s\n"
2580 #: apt-pkg/cdrom.cc:608 apt-pkg/cdrom.cc:603
2581 msgid "Unmounting CD-ROM\n"
2584 #: apt-pkg/cdrom.cc:612 apt-pkg/cdrom.cc:607
2585 msgid "Waiting for disc...\n"
2588 #. Mount the new CDROM
2589 #: apt-pkg/cdrom.cc:620 apt-pkg/cdrom.cc:615
2590 msgid "Mounting CD-ROM...\n"
2593 #: apt-pkg/cdrom.cc:638 apt-pkg/cdrom.cc:633
2594 msgid "Scanning disc for index files..\n"
2597 #: apt-pkg/cdrom.cc:678 apt-pkg/cdrom.cc:673
2600 "Found %zu package indexes, %zu source indexes, %zu translation indexes and %"
2604 #: apt-pkg/cdrom.cc:715 apt-pkg/cdrom.cc:710
2606 msgid "Found label '%s'\n"
2609 #: apt-pkg/cdrom.cc:744 apt-pkg/cdrom.cc:739
2610 msgid "That is not a valid name, try again.\n"
2613 #: apt-pkg/cdrom.cc:760 apt-pkg/cdrom.cc:755
2616 "This disc is called: \n"
2620 #: apt-pkg/cdrom.cc:764 apt-pkg/cdrom.cc:759
2621 msgid "Copying package lists..."
2624 #: apt-pkg/cdrom.cc:790 apt-pkg/cdrom.cc:785
2625 msgid "Writing new source list\n"
2628 #: apt-pkg/cdrom.cc:799 apt-pkg/cdrom.cc:794
2629 msgid "Source list entries for this disc are:\n"
2632 #: apt-pkg/indexcopy.cc:263 apt-pkg/indexcopy.cc:832 apt-pkg/indexcopy.cc:835
2634 msgid "Wrote %i records.\n"
2637 #: apt-pkg/indexcopy.cc:265 apt-pkg/indexcopy.cc:834 apt-pkg/indexcopy.cc:837
2639 msgid "Wrote %i records with %i missing files.\n"
2642 #: apt-pkg/indexcopy.cc:268 apt-pkg/indexcopy.cc:837 apt-pkg/indexcopy.cc:840
2644 msgid "Wrote %i records with %i mismatched files\n"
2647 #: apt-pkg/indexcopy.cc:271 apt-pkg/indexcopy.cc:840 apt-pkg/indexcopy.cc:843
2649 msgid "Wrote %i records with %i missing files and %i mismatched files\n"
2652 #: apt-pkg/deb/dpkgpm.cc:486 apt-pkg/deb/dpkgpm.cc:546
2653 #: apt-pkg/deb/dpkgpm.cc:558
2655 msgid "Directory '%s' missing"
2658 #: apt-pkg/deb/dpkgpm.cc:570 apt-pkg/deb/dpkgpm.cc:635
2659 #: apt-pkg/deb/dpkgpm.cc:654
2661 msgid "Preparing %s"
2664 #: apt-pkg/deb/dpkgpm.cc:571 apt-pkg/deb/dpkgpm.cc:636
2665 #: apt-pkg/deb/dpkgpm.cc:655
2667 msgid "Unpacking %s"
2670 #: apt-pkg/deb/dpkgpm.cc:576 apt-pkg/deb/dpkgpm.cc:641
2671 #: apt-pkg/deb/dpkgpm.cc:660
2673 msgid "Preparing to configure %s"
2676 #: apt-pkg/deb/dpkgpm.cc:577 apt-pkg/deb/dpkgpm.cc:606
2677 #: apt-pkg/deb/dpkgpm.cc:50 apt-pkg/deb/dpkgpm.cc:642
2678 #: apt-pkg/deb/dpkgpm.cc:661
2680 msgid "Configuring %s"
2683 #: apt-pkg/deb/dpkgpm.cc:579 apt-pkg/deb/dpkgpm.cc:580
2685 msgid "Processing triggers for %s"
2688 #: apt-pkg/deb/dpkgpm.cc:582 apt-pkg/deb/dpkgpm.cc:643
2689 #: apt-pkg/deb/dpkgpm.cc:662
2691 msgid "Installed %s"
2694 #: apt-pkg/deb/dpkgpm.cc:587 apt-pkg/deb/dpkgpm.cc:589
2695 #: apt-pkg/deb/dpkgpm.cc:590 apt-pkg/deb/dpkgpm.cc:648
2696 #: apt-pkg/deb/dpkgpm.cc:667
2698 msgid "Preparing for removal of %s"
2701 #: apt-pkg/deb/dpkgpm.cc:592 apt-pkg/deb/dpkgpm.cc:607
2702 #: apt-pkg/deb/dpkgpm.cc:51 apt-pkg/deb/dpkgpm.cc:649
2703 #: apt-pkg/deb/dpkgpm.cc:668
2708 #: apt-pkg/deb/dpkgpm.cc:593 apt-pkg/deb/dpkgpm.cc:650
2709 #: apt-pkg/deb/dpkgpm.cc:669
2714 #: apt-pkg/deb/dpkgpm.cc:598 apt-pkg/deb/dpkgpm.cc:655
2715 #: apt-pkg/deb/dpkgpm.cc:674
2717 msgid "Preparing to completely remove %s"
2720 #: apt-pkg/deb/dpkgpm.cc:599 apt-pkg/deb/dpkgpm.cc:656
2721 #: apt-pkg/deb/dpkgpm.cc:675
2723 msgid "Completely removed %s"
2726 #. populate the "processing" map
2727 #: apt-pkg/deb/dpkgpm.cc:605 apt-pkg/deb/dpkgpm.cc:49
2729 msgid "Installing %s"
2732 #: apt-pkg/deb/dpkgpm.cc:608 apt-pkg/deb/dpkgpm.cc:52 apt-pkg/deb/dpkgpm.cc:53
2734 msgid "Running post-installation trigger %s"
2737 #: apt-pkg/deb/dpkgpm.cc:759 apt-pkg/deb/dpkgpm.cc:822
2738 #: apt-pkg/deb/dpkgpm.cc:879
2739 msgid "Can not write log, openpty() failed (/dev/pts not mounted?)\n"
2742 #: methods/rred.cc:219
2743 msgid "Could not patch file"
2746 #: methods/rsh.cc:330
2747 msgid "Connection closed prematurely"
2750 #: apt-pkg/contrib/mmap.cc:234
2753 "Dynamic MMap ran out of room. Please increase the size of APT::Cache-Limit. "
2754 "Current value: %lu. (man 5 apt.conf)"
2757 #. d means days, h means hours, min means minutes, s means seconds
2758 #: apt-pkg/contrib/strutl.cc:335 apt-pkg/contrib/strutl.cc:346
2760 msgid "%lid %lih %limin %lis"
2763 #. h means hours, min means minutes, s means seconds
2764 #: apt-pkg/contrib/strutl.cc:342 apt-pkg/contrib/strutl.cc:353
2766 msgid "%lih %limin %lis"
2769 #. min means minutes, s means seconds
2770 #: apt-pkg/contrib/strutl.cc:349 apt-pkg/contrib/strutl.cc:360
2776 #: apt-pkg/contrib/strutl.cc:354 apt-pkg/contrib/strutl.cc:365
2781 #: apt-pkg/contrib/fileutl.cc:457 apt-pkg/contrib/fileutl.cc:458
2783 msgid "Sub-process %s received signal %u."
2786 #: apt-pkg/pkgcache.cc:227
2790 #: apt-pkg/policy.cc:347
2792 msgid "Invalid record in the preferences file %s, no Package header"
2795 #: apt-pkg/indexrecords.cc:40
2797 msgid "Unable to parse Release file %s"
2800 #: apt-pkg/indexrecords.cc:47
2802 msgid "No sections in Release file %s"
2805 #: apt-pkg/indexrecords.cc:81
2807 msgid "No Hash entry in Release file %s"
2810 #: apt-pkg/cdrom.cc:684
2812 "Unable to locate any package files, perhaps this is not a Debian Disc or the "
2813 "wrong architecture?"
2816 #: apt-pkg/deb/dpkgpm.cc:851 apt-pkg/deb/dpkgpm.cc:908
2817 msgid "Running dpkg"
2820 #: apt-pkg/deb/debsystem.cc:70
2823 "Unable to lock the administration directory (%s), is another process using "
2827 #: apt-pkg/deb/debsystem.cc:73
2829 msgid "Unable to lock the administration directory (%s), are you root?"
2832 #: apt-pkg/deb/debsystem.cc:82
2834 "dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct "
2838 #: apt-pkg/deb/debsystem.cc:100
2842 #: methods/connect.cc:193
2844 msgid "Something wicked happened resolving '%s:%s' (%i - %s)"
2847 #: methods/connect.cc:240
2849 msgid "Unable to connect to %s:%s:"
2852 #: apt-pkg/packagemanager.cc:324 apt-pkg/packagemanager.cc:586
2855 "Could not perform immediate configuration on '%s'.Please see man 5 apt.conf "
2856 "under APT::Immediate-Configure for details. (%d)"
2859 #: apt-pkg/packagemanager.cc:478
2862 "Could not perform immediate configuration on already unpacked '%s'.Please "
2863 "see man 5 apt.conf under APT::Immediate-Configure for details."
2866 #: apt-pkg/indexcopy.cc:530
2868 msgid "Skipping nonexistent file %s"
2871 #: apt-pkg/indexcopy.cc:536
2873 msgid "Can't find authentication record for: %s"
2876 #: apt-pkg/indexcopy.cc:542
2878 msgid "Hash mismatch for: %s"
2881 #: apt-pkg/deb/dpkgpm.cc:52
2883 msgid "Completely removing %s"