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 "POT-Creation-Date: 2003-05-19 12:22-0500\n"
10 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12 "Language-Team: LANGUAGE <LL@li.org>\n"
14 "Content-Type: text/plain; charset=CHARSET\n"
15 "Content-Transfer-Encoding: 8bit\n"
17 #: cmdline/apt-cache.cc:133
19 msgid "Package %s version %s has an unmet dep:\n"
22 #: cmdline/apt-cache.cc:173 cmdline/apt-cache.cc:525 cmdline/apt-cache.cc:613
23 #: cmdline/apt-cache.cc:769 cmdline/apt-cache.cc:987 cmdline/apt-cache.cc:1353
24 #: cmdline/apt-cache.cc:1499
26 msgid "Unable to locate package %s"
29 #: cmdline/apt-cache.cc:230
30 msgid "Total Package Names : "
33 #: cmdline/apt-cache.cc:270
34 msgid " Normal Packages: "
37 #: cmdline/apt-cache.cc:271
38 msgid " Pure Virtual Packages: "
41 #: cmdline/apt-cache.cc:272
42 msgid " Single Virtual Packages: "
45 #: cmdline/apt-cache.cc:273
46 msgid " Mixed Virtual Packages: "
49 #: cmdline/apt-cache.cc:274
53 #: cmdline/apt-cache.cc:276
54 msgid "Total Distinct Versions: "
57 #: cmdline/apt-cache.cc:278
58 msgid "Total Dependencies: "
61 #: cmdline/apt-cache.cc:281
62 msgid "Total Ver/File relations: "
65 #: cmdline/apt-cache.cc:283
66 msgid "Total Provides Mappings: "
69 #: cmdline/apt-cache.cc:295
70 msgid "Total Globbed Strings: "
73 #: cmdline/apt-cache.cc:309
74 msgid "Total Dependency Version space: "
77 #: cmdline/apt-cache.cc:314
78 msgid "Total Slack space: "
81 #: cmdline/apt-cache.cc:322
82 msgid "Total Space Accounted for: "
85 #: cmdline/apt-cache.cc:444 cmdline/apt-cache.cc:1187
87 msgid "Package file %s is out of sync."
90 #: cmdline/apt-cache.cc:1229
91 msgid "You must give exactly one pattern"
94 #: cmdline/apt-cache.cc:1453
95 msgid "Package Files:"
98 #: cmdline/apt-cache.cc:1460 cmdline/apt-cache.cc:1546
99 msgid "Cache is out of sync, can't x-ref a package file"
102 #: cmdline/apt-cache.cc:1461
107 #. Show any packages have explicit pins
108 #: cmdline/apt-cache.cc:1473
109 msgid "Pinned Packages:"
112 #: cmdline/apt-cache.cc:1485 cmdline/apt-cache.cc:1526
117 #: cmdline/apt-cache.cc:1506
121 #: cmdline/apt-cache.cc:1508 cmdline/apt-cache.cc:1516
126 #: cmdline/apt-cache.cc:1513
130 #: cmdline/apt-cache.cc:1523
131 msgid " Package Pin: "
134 #. Show the priority tables
135 #: cmdline/apt-cache.cc:1532
136 msgid " Version Table:"
139 #: cmdline/apt-cache.cc:1547
144 #: cmdline/apt-cache.cc:1574 cmdline/apt-cdrom.cc:730 cmdline/apt-config.cc:70
145 #: cmdline/apt-extracttemplates.cc:225 ftparchive/apt-ftparchive.cc:544
146 #: cmdline/apt-get.cc:2168 cmdline/apt-sortpkgs.cc:144
148 msgid "%s %s for %s %s compiled on %s %s\n"
151 #: cmdline/apt-cache.cc:1578
153 "Usage: apt-cache [options] command\n"
154 " apt-cache [options] add file1 [file2 ...]\n"
155 " apt-cache [options] showpkg pkg1 [pkg2 ...]\n"
156 " apt-cache [options] showsrc pkg1 [pkg2 ...]\n"
158 "apt-cache is a low-level tool used to manipulate APT's binary\n"
159 "cache files, and query information from them\n"
162 " add - Add a package file to the source cache\n"
163 " gencaches - Build both the package and source cache\n"
164 " showpkg - Show some general information for a single package\n"
165 " showsrc - Show source records\n"
166 " stats - Show some basic statistics\n"
167 " dump - Show the entire file in a terse form\n"
168 " dumpavail - Print an available file to stdout\n"
169 " unmet - Show unmet dependencies\n"
170 " search - Search the package list for a regex pattern\n"
171 " show - Show a readable record for the package\n"
172 " depends - Show raw dependency information for a package\n"
173 " rdepends - Show reverse dependency information for a package\n"
174 " pkgnames - List the names of all packages\n"
175 " dotty - Generate package graphs for GraphVis\n"
176 " xvcg - Generate package graphs for xvcg\n"
177 " policy - Show policy settings\n"
180 " -h This help text.\n"
181 " -p=? The package cache.\n"
182 " -s=? The source cache.\n"
183 " -q Disable progress indicator.\n"
184 " -i Show only important deps for the unmet command.\n"
185 " -c=? Read this configuration file\n"
186 " -o=? Set an arbitary configuration option, eg -o dir::cache=/tmp\n"
187 "See the apt-cache(8) and apt.conf(5) manual pages for more information.\n"
190 #: cmdline/apt-config.cc:41
191 msgid "Arguments not in pairs"
194 #: cmdline/apt-config.cc:76
196 "Usage: apt-config [options] command\n"
198 "apt-config is a simple tool to read the APT config file\n"
201 " shell - Shell mode\n"
202 " dump - Show the configuration\n"
205 " -h This help text.\n"
206 " -c=? Read this configuration file\n"
207 " -o=? Set an arbitary configuration option, eg -o dir::cache=/tmp\n"
210 #: cmdline/apt-extracttemplates.cc:98
212 msgid "%s not a valid DEB package."
215 #: cmdline/apt-extracttemplates.cc:232
217 "Usage: apt-extracttemplates file1 [file2 ...]\n"
219 "apt-extracttemplates is a tool to extract config and template info\n"
220 "from debian packages\n"
223 " -h This help text\n"
224 " -t Set the temp dir\n"
225 " -c=? Read this configuration file\n"
226 " -o=? Set an arbitary configuration option, eg -o dir::cache=/tmp\n"
229 #: cmdline/apt-extracttemplates.cc:259 apt-pkg/pkgcachegen.cc:699
231 msgid "Unable to write to %s"
234 #: cmdline/apt-extracttemplates.cc:302
235 msgid "Cannot get debconf version. Is debconf installed?"
238 #: ftparchive/apt-ftparchive.cc:163 ftparchive/apt-ftparchive.cc:336
239 msgid "Package extension list is too long"
242 #: ftparchive/apt-ftparchive.cc:165 ftparchive/apt-ftparchive.cc:179
243 #: ftparchive/apt-ftparchive.cc:202 ftparchive/apt-ftparchive.cc:251
244 #: ftparchive/apt-ftparchive.cc:265 ftparchive/apt-ftparchive.cc:287
246 msgid "Error Processing directory %s"
249 #: ftparchive/apt-ftparchive.cc:249
250 msgid "Source extension list is too long"
253 #: ftparchive/apt-ftparchive.cc:366
254 msgid "Error writing header to contents file"
257 #: ftparchive/apt-ftparchive.cc:396
259 msgid "Error Processing Contents %s"
262 #: ftparchive/apt-ftparchive.cc:550
264 "Usage: apt-ftparchive [options] command\n"
265 "Commands: packges binarypath [overridefile [pathprefix]]\n"
266 " sources srcpath [overridefile [pathprefix]]\n"
268 " generate config [groups]\n"
271 "apt-ftparchive generates index files for Debian archives. It supports\n"
272 "many styles of generation from fully automated to functional replacements\n"
273 "for dpkg-scanpackages and dpkg-scansources\n"
275 "apt-ftparchive generates Package files from a tree of .debs. The\n"
276 "Package file contains the contents of all the control fields from\n"
277 "each package as well as the MD5 hash and filesize. An override file\n"
278 "is supported to force the value of Priority and Section.\n"
280 "Similarly apt-ftparchive generates Sources files from a tree of .dscs.\n"
281 "The --source-override option can be used to specify a src override file\n"
283 "The 'packages' and 'sources' command should be run in the root of the\n"
284 "tree. BinaryPath should point to the base of the recursive search and \n"
285 "override file should contian the override flags. Pathprefix is\n"
286 "appended to the filename fields if present. Example usage from the \n"
288 " apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
289 " dists/potato/main/binary-i386/Packages\n"
292 " -h This help text\n"
293 " --md5 Control MD5 generation\n"
294 " -s=? Source override file\n"
296 " -d=? Select the optional caching database\n"
297 " --no-delink Enable delinking debug mode\n"
298 " --contents Control contents file generation\n"
299 " -c=? Read this configuration file\n"
300 " -o=? Set an arbitary configuration option"
303 #: ftparchive/apt-ftparchive.cc:731
304 msgid "No selections matched"
307 #: ftparchive/apt-ftparchive.cc:804
309 msgid "Some files are missing in the package file group `%s'"
312 #: ftparchive/cachedb.cc:43
314 msgid "DB was corrupted, file renamed to %s.old"
317 #: ftparchive/cachedb.cc:59
319 msgid "Unable to open DB2 file %s"
322 #: ftparchive/cachedb.cc:99
324 msgid "File date has changed %s"
327 #: ftparchive/cachedb.cc:140
328 msgid "Archive has no control record"
331 #: ftparchive/cachedb.cc:253 ftparchive/cachedb.cc:257
332 msgid "Unable to get a cursor"
335 #: ftparchive/writer.cc:78
337 msgid "W: Unable to read directory %s\n"
340 #: ftparchive/writer.cc:83
342 msgid "W: Unable to stat %s\n"
345 #: ftparchive/writer.cc:122
349 #: ftparchive/writer.cc:124
353 #: ftparchive/writer.cc:131
354 msgid "E: Errors apply to file "
357 #: ftparchive/writer.cc:148 ftparchive/writer.cc:178
359 msgid "Failed to resolve %s"
362 #: ftparchive/writer.cc:160
363 msgid "Tree walking failed"
366 #: ftparchive/writer.cc:185
368 msgid "Failed to open %s"
371 #: ftparchive/writer.cc:242
373 msgid " DeLink %s [%s]\n"
376 #: ftparchive/writer.cc:250
378 msgid "Failed to readlink %s"
381 #: ftparchive/writer.cc:254
383 msgid "Failed to unlink %s"
386 #: ftparchive/writer.cc:261
388 msgid "*** Failed to link %s to %s"
391 #: ftparchive/writer.cc:271
393 msgid " DeLink limit of %sB hit.\n"
396 #: ftparchive/writer.cc:338 apt-inst/extract.cc:181 apt-inst/extract.cc:193
397 #: apt-inst/extract.cc:210 apt-inst/deb/dpkgdb.cc:121
399 msgid "Failed to stat %s"
402 #: ftparchive/writer.cc:358
403 msgid "Archive had no package field"
406 #: ftparchive/writer.cc:366 ftparchive/writer.cc:576
408 msgid " %s has no override entry\n"
411 #: ftparchive/writer.cc:409 ftparchive/writer.cc:658
413 msgid " %s maintainer is %s not %s\n"
416 #: ftparchive/contents.cc:346 ftparchive/contents.cc:377
417 msgid "realloc - Failed to allocate memory"
420 #: ftparchive/override.cc:38 ftparchive/override.cc:146
422 msgid "Unable to open %s"
425 #: ftparchive/override.cc:64 ftparchive/override.cc:170
427 msgid "Malformed override %s line %lu #1"
430 #: ftparchive/override.cc:78 ftparchive/override.cc:182
432 msgid "Malformed override %s line %lu #2"
435 #: ftparchive/override.cc:92 ftparchive/override.cc:195
437 msgid "Malformed override %s line %lu #3"
440 #: ftparchive/override.cc:131 ftparchive/override.cc:205
442 msgid "Failed to read the override file %s"
445 #: ftparchive/multicompress.cc:75
447 msgid "Unknown Compresison Algorithm '%s'"
450 #: ftparchive/multicompress.cc:105
452 msgid "Compressed output %s needs a compression set"
455 #: ftparchive/multicompress.cc:172 methods/rsh.cc:91
456 msgid "Failed to create IPC pipe to subprocess"
459 #: ftparchive/multicompress.cc:198
460 msgid "Failed to create FILE*"
463 #: ftparchive/multicompress.cc:201
464 msgid "Failed to fork"
467 #: ftparchive/multicompress.cc:215
468 msgid "Compress Child"
471 #: ftparchive/multicompress.cc:238
473 msgid "Internal Error, Failed to create %s"
476 #: ftparchive/multicompress.cc:289
477 msgid "Failed to create subprocess IPC"
480 #: ftparchive/multicompress.cc:324
481 msgid "Failed to exec compressor "
484 #: ftparchive/multicompress.cc:363
488 #: ftparchive/multicompress.cc:406
489 msgid "IO to subprocess/file failed"
492 #: ftparchive/multicompress.cc:458
493 msgid "Failed to read while computing MD5"
496 #: ftparchive/multicompress.cc:475
498 msgid "Problem unlinking %s"
501 #: ftparchive/multicompress.cc:490 apt-inst/extract.cc:188
503 msgid "Failed to rename %s to %s"
506 #. This needs to be a capital
507 #: cmdline/apt-get.cc:116
511 #: cmdline/apt-get.cc:223
512 msgid "The following packages have unmet dependencies:"
515 #: cmdline/apt-get.cc:313
517 msgid "but %s is installed"
520 #: cmdline/apt-get.cc:315
522 msgid "but %s is to be installed"
525 #: cmdline/apt-get.cc:322
526 msgid "but it is not installable"
529 #: cmdline/apt-get.cc:324
530 msgid "but it is a virtual package"
533 #: cmdline/apt-get.cc:327
534 msgid "but it is not installed"
537 #: cmdline/apt-get.cc:327
538 msgid "but it is not going to be installed"
541 #: cmdline/apt-get.cc:332
545 #: cmdline/apt-get.cc:361
546 msgid "The following NEW packages will be installed:"
549 #: cmdline/apt-get.cc:387
550 msgid "The following packages will be REMOVED:"
553 #: cmdline/apt-get.cc:409
554 msgid "The following packages have been kept back"
557 #: cmdline/apt-get.cc:430
558 msgid "The following packages will be upgraded"
561 #: cmdline/apt-get.cc:451
562 msgid "The following packages will be DOWNGRADED"
565 #: cmdline/apt-get.cc:471
566 msgid "The following held packages will be changed:"
569 #: cmdline/apt-get.cc:524
571 msgid "%s (due to %s) "
574 #: cmdline/apt-get.cc:532
576 "WARNING: The following essential packages will be removed\n"
577 "This should NOT be done unless you know exactly what you are doing!"
580 #: cmdline/apt-get.cc:562
582 msgid "%lu packages upgraded, %lu newly installed, "
585 #: cmdline/apt-get.cc:566
587 msgid "%lu reinstalled, "
590 #: cmdline/apt-get.cc:568
592 msgid "%lu downgraded, "
595 #: cmdline/apt-get.cc:570
597 msgid "%lu to remove and %lu not upgraded.\n"
600 #: cmdline/apt-get.cc:574
602 msgid "%lu packages not fully installed or removed.\n"
605 #: cmdline/apt-get.cc:634
606 msgid "Correcting dependencies..."
609 #: cmdline/apt-get.cc:637
613 #: cmdline/apt-get.cc:640
614 msgid "Unable to correct dependencies"
617 #: cmdline/apt-get.cc:643
618 msgid "Unable to minimize the upgrade set"
621 #: cmdline/apt-get.cc:645
625 #: cmdline/apt-get.cc:649
626 msgid "You might want to run `apt-get -f install' to correct these."
629 #: cmdline/apt-get.cc:652
630 msgid "Unmet dependencies. Try using -f."
633 #: cmdline/apt-get.cc:705
634 msgid "Packages need to be removed but Remove is disabled."
637 #: cmdline/apt-get.cc:731 cmdline/apt-get.cc:1697 cmdline/apt-get.cc:1730
638 msgid "Unable to lock the download directory"
641 #: cmdline/apt-get.cc:741 cmdline/apt-get.cc:1778 cmdline/apt-get.cc:1989
642 #: apt-pkg/cachefile.cc:67
643 msgid "The list of sources could not be read."
646 #: cmdline/apt-get.cc:761
648 msgid "Need to get %sB/%sB of archives.\n"
651 #: cmdline/apt-get.cc:764
653 msgid "Need to get %sB of archives.\n"
656 #: cmdline/apt-get.cc:769
658 msgid "After unpacking %sB of additional disk space will be used.\n"
661 #: cmdline/apt-get.cc:772
663 msgid "After unpacking %sB disk space will be freed.\n"
666 #: cmdline/apt-get.cc:789
668 msgid "You don't have enough free space in %s."
671 #: cmdline/apt-get.cc:798
672 msgid "There are problems and -y was used without --force-yes"
675 #: cmdline/apt-get.cc:804 cmdline/apt-get.cc:824
676 msgid "Trivial Only specified but this is not a trivial operation."
679 #: cmdline/apt-get.cc:806
680 msgid "Yes, do as I say!"
683 #: cmdline/apt-get.cc:808
686 "You are about to do something potentially harmful\n"
687 "To continue type in the phrase '%s'\n"
691 #: cmdline/apt-get.cc:814 cmdline/apt-get.cc:833
695 #: cmdline/apt-get.cc:829
696 msgid "Do you want to continue? [Y/n] "
699 #: cmdline/apt-get.cc:898 cmdline/apt-get.cc:1269 cmdline/apt-get.cc:1887
701 msgid "Failed to fetch %s %s\n"
704 #: cmdline/apt-get.cc:916
705 msgid "Some files failed to download"
708 #: cmdline/apt-get.cc:917 cmdline/apt-get.cc:1896
709 msgid "Download complete and in download only mode"
712 #: cmdline/apt-get.cc:923
714 "Unable to fetch some archives, maybe run apt-get update or try with --fix-"
718 #: cmdline/apt-get.cc:927
719 msgid "--fix-missing and media swapping is not currently supported"
722 #: cmdline/apt-get.cc:932
723 msgid "Unable to correct missing packages."
726 #: cmdline/apt-get.cc:933
727 msgid "Aborting Install."
730 #: cmdline/apt-get.cc:966
732 msgid "Note, selecting %s instead of %s\n"
735 #: cmdline/apt-get.cc:976
737 msgid "Skipping %s, it is already installed and upgrade is not set.\n"
740 #: cmdline/apt-get.cc:994
742 msgid "Package %s is not installed, so not removed\n"
745 #: cmdline/apt-get.cc:1005
747 msgid "Package %s is a virtual package provided by:\n"
750 #: cmdline/apt-get.cc:1017
754 #: cmdline/apt-get.cc:1022
755 msgid "You should explicitly select one to install."
758 #: cmdline/apt-get.cc:1027
761 "Package %s has no available version, but exists in the database.\n"
762 "This typically means that the package was mentioned in a dependency and\n"
763 "never uploaded, has been obsoleted or is not available with the contents\n"
767 #: cmdline/apt-get.cc:1047
768 msgid "However the following packages replace it:"
771 #: cmdline/apt-get.cc:1050
773 msgid "Package %s has no installation candidate"
776 #: cmdline/apt-get.cc:1070
778 msgid "Reinstallation of %s is not possible, it cannot be downloaded.\n"
781 #: cmdline/apt-get.cc:1078
783 msgid "%s is already the newest version.\n"
786 #: cmdline/apt-get.cc:1105
788 msgid "Release '%s' for '%s' was not found"
791 #: cmdline/apt-get.cc:1107
793 msgid "Version '%s' for '%s' was not found"
796 #: cmdline/apt-get.cc:1113
798 msgid "Selected version %s (%s) for %s\n"
801 #: cmdline/apt-get.cc:1223
802 msgid "The update command takes no arguments"
805 #: cmdline/apt-get.cc:1236
806 msgid "Unable to lock the list directory"
809 #: cmdline/apt-get.cc:1288
811 "Some index files failed to download, they have been ignored, or old ones "
815 #: cmdline/apt-get.cc:1307
816 msgid "Internal Error, AllUpgrade broke stuff"
819 #: cmdline/apt-get.cc:1397 cmdline/apt-get.cc:1433
821 msgid "Couldn't find package %s"
824 #: cmdline/apt-get.cc:1410
826 msgid "Regex compilation error - %s"
829 #: cmdline/apt-get.cc:1420
831 msgid "Note, selecting %s for regex '%s'\n"
834 #: cmdline/apt-get.cc:1450
835 msgid "You might want to run `apt-get -f install' to correct these:"
838 #: cmdline/apt-get.cc:1453
840 "Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a "
844 #: cmdline/apt-get.cc:1465
846 "Some packages could not be installed. This may mean that you have\n"
847 "requested an impossible situation or if you are using the unstable\n"
848 "distribution that some required packages have not yet been created\n"
849 "or been moved out of Incoming."
852 #: cmdline/apt-get.cc:1473
854 "Since you only requested a single operation it is extremely likely that\n"
855 "the package is simply not installable and a bug report against\n"
856 "that package should be filed."
859 #: cmdline/apt-get.cc:1478
860 msgid "The following information may help to resolve the situation:"
863 #: cmdline/apt-get.cc:1481
864 msgid "Broken packages"
867 #: cmdline/apt-get.cc:1507
868 msgid "The following extra packages will be installed:"
871 #: cmdline/apt-get.cc:1571
872 msgid "Suggested packages:"
875 #: cmdline/apt-get.cc:1572
876 msgid "Recommended packages:"
879 #: cmdline/apt-get.cc:1592
880 msgid "Calculating Upgrade... "
883 #: cmdline/apt-get.cc:1595 methods/ftp.cc:700 methods/connect.cc:99
887 #: cmdline/apt-get.cc:1600
891 #: cmdline/apt-get.cc:1773
892 msgid "Must specify at least one package to fetch source for"
895 #: cmdline/apt-get.cc:1800 cmdline/apt-get.cc:2007
897 msgid "Unable to find a source package for %s"
900 #: cmdline/apt-get.cc:1847
902 msgid "You don't have enough free space in %s"
905 #: cmdline/apt-get.cc:1852
907 msgid "Need to get %sB/%sB of source archives.\n"
910 #: cmdline/apt-get.cc:1855
912 msgid "Need to get %sB of source archives.\n"
915 #: cmdline/apt-get.cc:1861
917 msgid "Fetch Source %s\n"
920 #: cmdline/apt-get.cc:1892
921 msgid "Failed to fetch some archives."
924 #: cmdline/apt-get.cc:1920
926 msgid "Skipping unpack of already unpacked source in %s\n"
929 #: cmdline/apt-get.cc:1932
931 msgid "Unpack command '%s' failed.\n"
934 #: cmdline/apt-get.cc:1949
936 msgid "Build command '%s' failed.\n"
939 #: cmdline/apt-get.cc:1968
940 msgid "Child process failed"
943 #: cmdline/apt-get.cc:1984
944 msgid "Must specify at least one package to check builddeps for"
947 #: cmdline/apt-get.cc:2012
949 msgid "Unable to get build-dependency information for %s"
952 #: cmdline/apt-get.cc:2032
954 msgid "%s has no build depends.\n"
957 #: cmdline/apt-get.cc:2067
960 "%s dependency for %s cannot be satisfied because the package %s cannot be "
964 #: cmdline/apt-get.cc:2109
967 "%s dependency for %s cannot be satisfied because no available versions of "
968 "package %s can satisfy version requirements"
971 #: cmdline/apt-get.cc:2136
973 "Some broken packages were found while trying to process build-dependencies.\n"
974 "You might want to run `apt-get -f install' to correct these."
977 #: cmdline/apt-get.cc:2141
978 msgid "Failed to process build dependencies"
981 #: cmdline/apt-get.cc:2173
982 msgid "Supported Modules:"
985 #: cmdline/apt-get.cc:2214
987 "Usage: apt-get [options] command\n"
988 " apt-get [options] install|remove pkg1 [pkg2 ...]\n"
989 " apt-get [options] source pkg1 [pkg2 ...]\n"
991 "apt-get is a simple command line interface for downloading and\n"
992 "installing packages. The most frequently used commands are update\n"
996 " update - Retrieve new lists of packages\n"
997 " upgrade - Perform an upgrade\n"
998 " install - Install new packages (pkg is libc6 not libc6.deb)\n"
999 " remove - Remove packages\n"
1000 " source - Download source archives\n"
1001 " build-dep - Configure build-dependencies for source packages\n"
1002 " dist-upgrade - Distribution upgrade, see apt-get(8)\n"
1003 " dselect-upgrade - Follow dselect selections\n"
1004 " clean - Erase downloaded archive files\n"
1005 " autoclean - Erase old downloaded archive files\n"
1006 " check - Verify that there are no broken dependencies\n"
1009 " -h This help text.\n"
1010 " -q Loggable output - no progress indicator\n"
1011 " -qq No output except for errors\n"
1012 " -d Download only - do NOT install or unpack archives\n"
1013 " -s No-act. Perform ordering simulation\n"
1014 " -y Assume Yes to all queries and do not prompt\n"
1015 " -f Attempt to continue if the integrity check fails\n"
1016 " -m Attempt to continue if archives are unlocatable\n"
1017 " -u Show a list of upgraded packages as well\n"
1018 " -b Build the source package after fetching it\n"
1019 " -V Show verbose version numbers\n"
1020 " -c=? Read this configuration file\n"
1021 " -o=? Set an arbitary configuration option, eg -o dir::cache=/tmp\n"
1022 "See the apt-get(8), sources.list(5) and apt.conf(5) manual\n"
1023 "pages for more information and options.\n"
1024 " This APT has Super Cow Powers.\n"
1027 #: cmdline/acqprogress.cc:55
1031 #: cmdline/acqprogress.cc:79
1035 #: cmdline/acqprogress.cc:110
1039 #: cmdline/acqprogress.cc:114
1043 #: cmdline/acqprogress.cc:135
1045 msgid "Fetched %sB in %s (%sB/s)\n"
1048 #: cmdline/acqprogress.cc:225
1052 #: cmdline/acqprogress.cc:271
1055 "Media Change: Please insert the disc labeled\n"
1057 "in the drive '%s' and press enter\n"
1060 #: cmdline/apt-sortpkgs.cc:86
1061 msgid "Unknown package record!"
1064 #: cmdline/apt-sortpkgs.cc:150
1066 "Usage: apt-sortpkgs [options] file1 [file2 ...]\n"
1068 "apt-sortpkgs is a simple tool to sort package files. The -s option is used\n"
1069 "to indicate what kind of file it is.\n"
1072 " -h This help text\n"
1073 " -s Use source file sorting\n"
1074 " -c=? Read this configuration file\n"
1075 " -o=? Set an arbitary configuration option, eg -o dir::cache=/tmp\n"
1078 #: dselect/install:32
1079 msgid "Bad default setting!"
1082 #: dselect/install:51 dselect/install:83 dselect/install:87 dselect/install:93
1083 #: dselect/install:104 dselect/update:45
1084 msgid "Press enter to continue."
1087 #: dselect/install:100
1088 msgid "Some errors occurred while unpacking. I'm going to configure the"
1091 #: dselect/install:101
1092 msgid "packages that were installed. This may result in duplicate errors"
1095 #: dselect/install:102
1096 msgid "or errors caused by missing dependencies. This is OK, only the errors"
1099 #: dselect/install:103
1101 "above this message are important. Please fix them and run [I]nstall again"
1104 #: dselect/update:30
1105 msgid "Merging Available information"
1108 #: apt-inst/contrib/extracttar.cc:115
1109 msgid "Failed to create pipes"
1112 #: apt-inst/contrib/extracttar.cc:140
1113 msgid "Failed to exec gzip "
1116 #: apt-inst/contrib/extracttar.cc:177 apt-inst/contrib/extracttar.cc:203
1117 msgid "Corrupted archive"
1120 #: apt-inst/contrib/extracttar.cc:192
1121 msgid "Tar Checksum failed, archive corrupted"
1124 #: apt-inst/contrib/extracttar.cc:295
1126 msgid "Unkown TAR header type %u, member %s"
1129 #: apt-inst/contrib/arfile.cc:73
1130 msgid "Invalid archive signature"
1133 #: apt-inst/contrib/arfile.cc:81
1134 msgid "Error reading archive member header"
1137 #: apt-inst/contrib/arfile.cc:93 apt-inst/contrib/arfile.cc:105
1138 msgid "Invalid archive member header"
1141 #: apt-inst/contrib/arfile.cc:131
1142 msgid "Archive is too short"
1145 #: apt-inst/contrib/arfile.cc:135
1146 msgid "Failed to read the archive headers"
1149 #: apt-inst/filelist.cc:384
1150 msgid "DropNode called on still linked node"
1153 #: apt-inst/filelist.cc:416
1154 msgid "Failed to locate the hash element!"
1157 #: apt-inst/filelist.cc:463
1158 msgid "Failed to allocate diversion"
1161 #: apt-inst/filelist.cc:468
1162 msgid "Internal Error in AddDiversion"
1165 #: apt-inst/filelist.cc:481
1167 msgid "Trying to overwrite a diversion, %s -> %s and %s/%s"
1170 #: apt-inst/filelist.cc:510
1172 msgid "Double add of diversion %s -> %s"
1175 #: apt-inst/filelist.cc:553
1177 msgid "Duplicate conf file %s/%s"
1180 #: apt-inst/dirstream.cc:45 apt-inst/dirstream.cc:50 apt-inst/dirstream.cc:53
1182 msgid "Failed write file %s"
1185 #: apt-inst/dirstream.cc:80 apt-inst/dirstream.cc:88
1187 msgid "Failed to close file %s"
1190 #: apt-inst/extract.cc:96 apt-inst/extract.cc:167
1192 msgid "The path %s is too long"
1195 #: apt-inst/extract.cc:127
1197 msgid "Unpacking %s more than once"
1200 #: apt-inst/extract.cc:137
1202 msgid "The directory %s is diverted"
1205 #: apt-inst/extract.cc:147
1207 msgid "The package is trying to write to the diversion target %s/%s"
1210 #: apt-inst/extract.cc:157 apt-inst/extract.cc:300
1211 msgid "The diversion path is too long"
1214 #: apt-inst/extract.cc:243
1216 msgid "The directory %s is being replaced by a non-directory"
1219 #: apt-inst/extract.cc:283
1220 msgid "Failed to locate node in its hash bucket"
1223 #: apt-inst/extract.cc:287
1224 msgid "The path is too long"
1227 #: apt-inst/extract.cc:417
1229 msgid "Overwrite package match with no version for %s"
1232 #: apt-inst/extract.cc:434
1234 msgid "File %s/%s overwrites the one in the package %s"
1237 #: apt-inst/extract.cc:467 apt-pkg/contrib/configuration.cc:701
1238 #: apt-pkg/contrib/cdromutl.cc:153 apt-pkg/acquire.cc:412 apt-pkg/clean.cc:38
1240 msgid "Unable to read %s"
1243 #: apt-inst/extract.cc:494
1245 msgid "Unable to stat %s"
1248 #: apt-inst/deb/dpkgdb.cc:55 apt-inst/deb/dpkgdb.cc:61
1250 msgid "Failed to remove %s"
1253 #: apt-inst/deb/dpkgdb.cc:110 apt-inst/deb/dpkgdb.cc:112
1255 msgid "Unable to create %s"
1258 #: apt-inst/deb/dpkgdb.cc:118
1260 msgid "Failed to stat %sinfo"
1263 #: apt-inst/deb/dpkgdb.cc:123
1264 msgid "The info and temp directories need to be on the same filesystem"
1267 #. Build the status cache
1268 #: apt-inst/deb/dpkgdb.cc:139 apt-pkg/pkgcachegen.cc:643
1269 #: apt-pkg/pkgcachegen.cc:701 apt-pkg/pkgcachegen.cc:706
1270 #: apt-pkg/pkgcachegen.cc:829
1271 msgid "Reading Package Lists"
1274 #: apt-inst/deb/dpkgdb.cc:180
1276 msgid "Failed to change to the admin dir %sinfo"
1279 #: apt-inst/deb/dpkgdb.cc:201 apt-inst/deb/dpkgdb.cc:355
1280 #: apt-inst/deb/dpkgdb.cc:448
1281 msgid "Internal Error getting a Package Name"
1284 #: apt-inst/deb/dpkgdb.cc:205
1285 msgid "Reading File Listing"
1288 #: apt-inst/deb/dpkgdb.cc:216
1291 "Failed to open the list file '%sinfo/%s'. If you cannot restore this file "
1292 "then make it empty and immediately re-install the same version of the "
1296 #: apt-inst/deb/dpkgdb.cc:229 apt-inst/deb/dpkgdb.cc:242
1298 msgid "Failed reading the list file %sinfo/%s"
1301 #: apt-inst/deb/dpkgdb.cc:266
1302 msgid "Internal Error getting a Node"
1305 #: apt-inst/deb/dpkgdb.cc:309
1307 msgid "Failed to open the diversions file %sdiversions"
1310 #: apt-inst/deb/dpkgdb.cc:324
1311 msgid "The diversion file is corrupted"
1314 #: apt-inst/deb/dpkgdb.cc:331 apt-inst/deb/dpkgdb.cc:336
1315 #: apt-inst/deb/dpkgdb.cc:341
1317 msgid "Invalid line in the diversion file: %s"
1320 #: apt-inst/deb/dpkgdb.cc:362
1321 msgid "Internal Error adding a diversion"
1324 #: apt-inst/deb/dpkgdb.cc:383
1325 msgid "The pkg cache must be initialize first"
1328 #: apt-inst/deb/dpkgdb.cc:386
1329 msgid "Reading File List"
1332 #: apt-inst/deb/dpkgdb.cc:443
1334 msgid "Failed to find a Package: Header, offset %lu"
1337 #: apt-inst/deb/dpkgdb.cc:465
1339 msgid "Bad ConfFile section in the status file. Offset %lu"
1342 #: apt-inst/deb/dpkgdb.cc:470
1344 msgid "Error parsing MD5. Offset %lu"
1347 #: apt-inst/deb/debfile.cc:55
1349 msgid "This is not a valid DEB archive, missing '%s' member"
1352 #: apt-inst/deb/debfile.cc:72
1354 msgid "Internal Error, could not locate member %s"
1357 #: apt-inst/deb/debfile.cc:104
1359 msgid "Couldn't change to %s"
1362 #: apt-inst/deb/debfile.cc:125
1363 msgid "Internal Error, could not locate member"
1366 #: apt-inst/deb/debfile.cc:158
1367 msgid "Failed to locate a valid control file"
1370 #: apt-inst/deb/debfile.cc:243
1371 msgid "Unparsible control file"
1374 #: methods/cdrom.cc:113
1376 msgid "Unable to read the cdrom database %s"
1379 #: methods/cdrom.cc:122
1381 "Please use apt-cdrom to make this CD recognized by APT. apt-get update "
1382 "cannot be used to add new CDs"
1385 #: methods/cdrom.cc:130 methods/cdrom.cc:168
1389 #: methods/cdrom.cc:163
1391 msgid "Unable to unmount the CD-ROM in %s, it may still be in use."
1394 #: methods/cdrom.cc:177 methods/file.cc:77
1395 msgid "File not found"
1398 #: methods/copy.cc:42 methods/gzip.cc:133 methods/gzip.cc:142
1399 msgid "Failed to stat"
1402 #: methods/copy.cc:79 methods/gzip.cc:139
1403 msgid "Failed to set modification time"
1406 #: methods/file.cc:42
1407 msgid "Invalid URI, local URIS must not start with //"
1410 #. Login must be before getpeername otherwise dante won't work.
1411 #: methods/ftp.cc:162
1415 #: methods/ftp.cc:168
1416 msgid "Unable to determine the peer name"
1419 #: methods/ftp.cc:173
1420 msgid "Unable to determine the local name"
1423 #: methods/ftp.cc:204 methods/ftp.cc:230
1425 msgid "Server refused our connection and said: %s"
1428 #: methods/ftp.cc:210
1430 msgid "USER failed, server said: %s"
1433 #: methods/ftp.cc:216
1435 msgid "PASS failed, server said: %s"
1438 #: methods/ftp.cc:235
1440 "A proxy server was specified but no login script, Acquire::ftp::ProxyLogin "
1444 #: methods/ftp.cc:263
1446 msgid "Login script command '%s' failed, server said: %s"
1449 #: methods/ftp.cc:289
1451 msgid "TYPE failed, server said: %s"
1454 #: methods/ftp.cc:327 methods/ftp.cc:438 methods/rsh.cc:183 methods/rsh.cc:226
1455 msgid "Connection timeout"
1458 #: methods/ftp.cc:333
1459 msgid "Server closed the connection"
1462 #: methods/ftp.cc:336 apt-pkg/contrib/fileutl.cc:452 methods/rsh.cc:190
1466 #: methods/ftp.cc:343 methods/rsh.cc:197
1467 msgid "A response overflowed the buffer."
1470 #: methods/ftp.cc:360 methods/ftp.cc:372
1471 msgid "Protocol corruption"
1474 #: methods/ftp.cc:444 methods/rsh.cc:232
1478 #: methods/ftp.cc:685 methods/ftp.cc:691 methods/ftp.cc:727
1479 msgid "Could not create a socket"
1482 #: methods/ftp.cc:696
1483 msgid "Could not connect data socket, connection timed out"
1486 #: methods/ftp.cc:702
1487 msgid "Could not connect passive socket."
1490 #: methods/ftp.cc:720
1491 msgid "getaddrinfo was unable to get a listening socket"
1494 #: methods/ftp.cc:734
1495 msgid "Could not bind a socket"
1498 #: methods/ftp.cc:738
1499 msgid "Could not listen on the socket"
1502 #: methods/ftp.cc:745
1503 msgid "Could not determine the socket's name"
1506 #: methods/ftp.cc:777
1507 msgid "Unable to send PORT command"
1510 #: methods/ftp.cc:787
1512 msgid "Unknown address family %u (AF_*)"
1515 #: methods/ftp.cc:796
1517 msgid "EPRT failed, server said: %s"
1520 #: methods/ftp.cc:816
1521 msgid "Data socket connect timed out"
1524 #: methods/ftp.cc:823
1525 msgid "Unable to accept connection"
1528 #: methods/ftp.cc:862 methods/http.cc:912 methods/rsh.cc:303
1529 msgid "Problem hashing file"
1532 #: methods/ftp.cc:875
1534 msgid "Unable to fetch file, server said '%s'"
1537 #: methods/ftp.cc:890 methods/rsh.cc:322
1538 msgid "Data socket timed out"
1541 #: methods/ftp.cc:920
1543 msgid "Data transfer failed, server said '%s'"
1546 #. Get the files information
1547 #: methods/ftp.cc:995
1551 #: methods/ftp.cc:1102
1552 msgid "Unable to invoke "
1555 #: methods/connect.cc:64
1557 msgid "Connecting to %s (%s)"
1560 #: methods/connect.cc:71
1565 #: methods/connect.cc:80
1567 msgid "Could not create a socket for %s (f=%u t=%u p=%u)"
1570 #: methods/connect.cc:86
1572 msgid "Cannot initiate the connection to %s:%s (%s)."
1575 #: methods/connect.cc:92
1577 msgid "Could not connect to %s:%s (%s), connection timed out"
1580 #: methods/connect.cc:104
1582 msgid "Could not connect to %s:%s (%s)."
1585 #. We say this mainly because the pause here is for the
1586 #. ssh connection that is still going
1587 #: methods/connect.cc:132 methods/rsh.cc:425
1589 msgid "Connecting to %s"
1592 #: methods/connect.cc:163
1594 msgid "Could not resolve '%s'"
1597 #: methods/connect.cc:167
1599 msgid "Temporary failure resolving '%s'"
1602 #: methods/connect.cc:169
1604 msgid "Something wicked happened resolving '%s:%s' (%i)"
1607 #: methods/connect.cc:216
1609 msgid "Unable to connect to %s %s:"
1612 #: methods/gzip.cc:57
1614 msgid "Couldn't open pipe for %s"
1617 #: methods/gzip.cc:102
1619 msgid "Read error from %s process"
1622 #: methods/http.cc:340
1623 msgid "Waiting for headers"
1626 #: methods/http.cc:486
1628 msgid "Got a single header line over %u chars"
1631 #: methods/http.cc:494
1632 msgid "Bad header line"
1635 #: methods/http.cc:513 methods/http.cc:520
1636 msgid "The http server sent an invalid reply header"
1639 #: methods/http.cc:549
1640 msgid "The http server sent an invalid Content-Length header"
1643 #: methods/http.cc:564
1644 msgid "The http server sent an invalid Content-Range header"
1647 #: methods/http.cc:566
1648 msgid "This http server has broken range support"
1651 #: methods/http.cc:590
1652 msgid "Unknown date format"
1655 #: methods/http.cc:733
1656 msgid "Select failed"
1659 #: methods/http.cc:738
1660 msgid "Connection timed out"
1663 #: methods/http.cc:761
1664 msgid "Error writing to output file"
1667 #: methods/http.cc:789
1668 msgid "Error writing to file"
1671 #: methods/http.cc:814
1672 msgid "Error writing to the file"
1675 #: methods/http.cc:828
1676 msgid "Error reading from server Remote end closed connection"
1679 #: methods/http.cc:830
1680 msgid "Error reading from server"
1683 #: methods/http.cc:1061
1684 msgid "Bad header Data"
1687 #: methods/http.cc:1078
1688 msgid "Connection failed"
1691 #: methods/http.cc:1169
1692 msgid "Internal error"
1695 #: apt-pkg/contrib/mmap.cc:82
1696 msgid "Can't mmap an empty file"
1699 #: apt-pkg/contrib/mmap.cc:87
1701 msgid "Couldn't make mmap of %lu bytes"
1704 #: apt-pkg/contrib/strutl.cc:941
1706 msgid "Selection %s not found"
1709 #: apt-pkg/contrib/configuration.cc:449
1711 msgid "Opening configuration file %s"
1714 #: apt-pkg/contrib/configuration.cc:559
1716 msgid "Syntax error %s:%u: Block starts with no name."
1719 #: apt-pkg/contrib/configuration.cc:578
1721 msgid "Syntax error %s:%u: Malformed Tag"
1724 #: apt-pkg/contrib/configuration.cc:595
1726 msgid "Syntax error %s:%u: Extra junk after value"
1729 #: apt-pkg/contrib/configuration.cc:635
1731 msgid "Syntax error %s:%u: Directives can only be done at the top level"
1734 #: apt-pkg/contrib/configuration.cc:642
1736 msgid "Syntax error %s:%u: Too many nested includes"
1739 #: apt-pkg/contrib/configuration.cc:646 apt-pkg/contrib/configuration.cc:651
1741 msgid "Syntax error %s:%u: Included from here"
1744 #: apt-pkg/contrib/configuration.cc:655
1746 msgid "Syntax error %s:%u: Unsupported directive '%s'"
1749 #: apt-pkg/contrib/configuration.cc:689
1751 msgid "Syntax error %s:%u: Extra junk at end of file"
1754 #: apt-pkg/contrib/progress.cc:154
1756 msgid "%c%s... Error!"
1759 #: apt-pkg/contrib/progress.cc:156
1761 msgid "%c%s... Done"
1764 #: apt-pkg/contrib/cmndline.cc:80
1766 msgid "Command line option '%c' [from %s] is not known."
1769 #: apt-pkg/contrib/cmndline.cc:106 apt-pkg/contrib/cmndline.cc:114
1770 #: apt-pkg/contrib/cmndline.cc:122
1772 msgid "Command line option %s is not understood"
1775 #: apt-pkg/contrib/cmndline.cc:127
1777 msgid "Command line option %s is not boolean"
1780 #: apt-pkg/contrib/cmndline.cc:166 apt-pkg/contrib/cmndline.cc:187
1782 msgid "Option %s requires an argument."
1785 #: apt-pkg/contrib/cmndline.cc:201 apt-pkg/contrib/cmndline.cc:207
1787 msgid "Option %s: Configuration item specification must have an =<val>."
1790 #: apt-pkg/contrib/cmndline.cc:237
1792 msgid "Option %s requires an integer argument, not '%s'"
1795 #: apt-pkg/contrib/cmndline.cc:268
1797 msgid "Option '%s' is too long"
1800 #: apt-pkg/contrib/cmndline.cc:301
1802 msgid "Sense %s is not understood, try true or false."
1805 #: apt-pkg/contrib/cmndline.cc:351
1807 msgid "Invalid operation %s"
1810 #: apt-pkg/contrib/cdromutl.cc:55
1812 msgid "Unable to stat the mount point %s"
1815 #: apt-pkg/contrib/cdromutl.cc:149 apt-pkg/acquire.cc:418 apt-pkg/clean.cc:44
1817 msgid "Unable to change to %s"
1820 #: apt-pkg/contrib/cdromutl.cc:190
1821 msgid "Failed to stat the cdrom"
1824 #: apt-pkg/contrib/fileutl.cc:80
1826 msgid "Not using locking for read only lock file %s"
1829 #: apt-pkg/contrib/fileutl.cc:85
1831 msgid "Could not open lock file %s"
1834 #: apt-pkg/contrib/fileutl.cc:103
1836 msgid "Not using locking for nfs mounted lock file %s"
1839 #: apt-pkg/contrib/fileutl.cc:107
1841 msgid "Could not get lock %s"
1844 #: apt-pkg/contrib/fileutl.cc:358
1846 msgid "Waited, for %s but it wasn't there"
1849 #: apt-pkg/contrib/fileutl.cc:368
1851 msgid "Sub-process %s received a segmentation fault."
1854 #: apt-pkg/contrib/fileutl.cc:371
1856 msgid "Sub-process %s returned an error code (%u)"
1859 #: apt-pkg/contrib/fileutl.cc:373
1861 msgid "Sub-process %s exited unexpectedly"
1864 #: apt-pkg/contrib/fileutl.cc:417
1866 msgid "Could not open file %s"
1869 #: apt-pkg/contrib/fileutl.cc:473
1871 msgid "read, still have %lu to read but none left"
1874 #: apt-pkg/contrib/fileutl.cc:491
1878 #: apt-pkg/contrib/fileutl.cc:503
1880 msgid "write, still have %lu to write but couldn't"
1883 #: apt-pkg/contrib/fileutl.cc:578
1884 msgid "Problem closing the file"
1887 #: apt-pkg/contrib/fileutl.cc:584
1888 msgid "Problem unlinking the file"
1891 #: apt-pkg/contrib/fileutl.cc:595
1892 msgid "Problem syncing the file"
1895 #: apt-pkg/pkgcache.cc:126
1896 msgid "Empty package cache"
1899 #: apt-pkg/pkgcache.cc:132
1900 msgid "The package cache file is corrupted"
1903 #: apt-pkg/pkgcache.cc:137
1904 msgid "The package cache file is an incompatible version"
1907 #: apt-pkg/pkgcache.cc:142
1909 msgid "This APT does not support the Versioning System '%s'"
1912 #: apt-pkg/pkgcache.cc:147
1913 msgid "The package cache was built for a different architecture"
1916 #: apt-pkg/pkgcache.cc:218
1920 #: apt-pkg/pkgcache.cc:218
1924 #: apt-pkg/pkgcache.cc:218
1928 #: apt-pkg/pkgcache.cc:219
1932 #: apt-pkg/pkgcache.cc:219
1936 #: apt-pkg/pkgcache.cc:219
1940 #: apt-pkg/pkgcache.cc:220
1944 #: apt-pkg/pkgcache.cc:231
1948 #: apt-pkg/pkgcache.cc:231
1952 #: apt-pkg/pkgcache.cc:231
1956 #: apt-pkg/pkgcache.cc:232
1960 #: apt-pkg/pkgcache.cc:232
1964 #: apt-pkg/depcache.cc:60 apt-pkg/depcache.cc:89
1965 msgid "Building Dependency Tree"
1968 #: apt-pkg/depcache.cc:61
1969 msgid "Candidate Versions"
1972 #: apt-pkg/depcache.cc:90
1973 msgid "Dependency Generation"
1976 #: apt-pkg/tagfile.cc:71
1978 msgid "Unable to parse package file %s (1)"
1981 #: apt-pkg/tagfile.cc:158
1983 msgid "Unable to parse package file %s (2)"
1986 #: apt-pkg/sourcelist.cc:88
1988 msgid "Malformed line %lu in source list %s (URI)"
1991 #: apt-pkg/sourcelist.cc:90
1993 msgid "Malformed line %lu in source list %s (dist)"
1996 #: apt-pkg/sourcelist.cc:93
1998 msgid "Malformed line %lu in source list %s (URI parse)"
2001 #: apt-pkg/sourcelist.cc:99
2003 msgid "Malformed line %lu in source list %s (Absolute dist)"
2006 #: apt-pkg/sourcelist.cc:106
2008 msgid "Malformed line %lu in source list %s (dist parse)"
2011 #: apt-pkg/sourcelist.cc:183 apt-pkg/sourcelist.cc:207
2013 msgid "Vendor block %s is invalid"
2016 #: apt-pkg/sourcelist.cc:235
2021 #: apt-pkg/sourcelist.cc:249
2023 msgid "Line %u too long in source list %s."
2026 #: apt-pkg/sourcelist.cc:266
2028 msgid "Malformed line %u in source list %s (type)"
2031 #: apt-pkg/sourcelist.cc:270
2033 msgid "Type '%s' is not known in on line %u in source list %s"
2036 #: apt-pkg/sourcelist.cc:279 apt-pkg/sourcelist.cc:282
2038 msgid "Malformed line %u in source list %s (vendor id)"
2041 #: apt-pkg/sourcelist.cc:296
2043 msgid "Unknown vendor ID '%s' in line %u of source list %s"
2046 #: apt-pkg/packagemanager.cc:402
2049 "This installation run will require temporarily removing the essential "
2050 "package %s due to a Conflicts/Pre-Depends loop. This is often bad, but if "
2051 "you really want to do it, activate the APT::Force-LoopBreak option."
2054 #: apt-pkg/pkgrecords.cc:37
2056 msgid "Index file type '%s' is not supported"
2059 #: apt-pkg/algorithms.cc:238
2062 "The package %s needs to be reinstalled, but I can't find an archive for it."
2065 #: apt-pkg/algorithms.cc:1056
2067 "Error, pkgProblemResolver::Resolve generated breaks, this may be caused by "
2071 #: apt-pkg/algorithms.cc:1058
2072 msgid "Unable to correct problems, you have held broken packages."
2075 #: apt-pkg/acquire.cc:61
2077 msgid "Lists directory %spartial is missing."
2080 #: apt-pkg/acquire.cc:65
2082 msgid "Archive directory %spartial is missing."
2085 #: apt-pkg/acquire-worker.cc:112
2087 msgid "The method driver %s could not be found."
2090 #: apt-pkg/acquire-worker.cc:161
2092 msgid "Method %s did not start correctly"
2095 #: apt-pkg/init.cc:119
2097 msgid "Packaging system '%s' is not supported"
2100 #: apt-pkg/init.cc:135
2101 msgid "Unable to determine a suitable system type"
2104 #: apt-pkg/clean.cc:61
2106 msgid "Unable to stat %s."
2109 #: apt-pkg/srcrecords.cc:49
2110 msgid "You must put some 'source' URIs in your sources.list"
2113 #: apt-pkg/cachefile.cc:73
2114 msgid "The package lists or status file could not be parsed or opened."
2117 #: apt-pkg/cachefile.cc:77
2118 msgid "You may want to run apt-get update to correct these problems"
2121 #: apt-pkg/policy.cc:269
2122 msgid "Invalid record in the preferences file, no Package header"
2125 #: apt-pkg/policy.cc:291
2127 msgid "Did not understand pin type %s"
2130 #: apt-pkg/pkgcachegen.cc:74
2131 msgid "Cache has an incompatible versioning system"
2134 #: apt-pkg/pkgcachegen.cc:117
2136 msgid "Error occured while processing %s (NewPackage)"
2139 #: apt-pkg/pkgcachegen.cc:129
2141 msgid "Error occured while processing %s (UsePackage1)"
2144 #: apt-pkg/pkgcachegen.cc:150
2146 msgid "Error occured while processing %s (UsePackage2)"
2149 #: apt-pkg/pkgcachegen.cc:154
2151 msgid "Error occured while processing %s (NewFileVer1)"
2154 #: apt-pkg/pkgcachegen.cc:184
2156 msgid "Error occured while processing %s (NewVersion1)"
2159 #: apt-pkg/pkgcachegen.cc:188
2161 msgid "Error occured while processing %s (UsePackage3)"
2164 #: apt-pkg/pkgcachegen.cc:192
2166 msgid "Error occured while processing %s (NewVersion2)"
2169 #: apt-pkg/pkgcachegen.cc:207
2170 msgid "Wow, you exceeded the number of package names this APT is capable of."
2173 #: apt-pkg/pkgcachegen.cc:210
2174 msgid "Wow, you exceeded the number of versions this APT is capable of."
2177 #: apt-pkg/pkgcachegen.cc:213
2178 msgid "Wow, you exceeded the number of dependencies this APT is capable of."
2181 #: apt-pkg/pkgcachegen.cc:241
2183 msgid "Error occured while processing %s (FindPkg)"
2186 #: apt-pkg/pkgcachegen.cc:254
2188 msgid "Error occured while processing %s (CollectFileProvides)"
2191 #: apt-pkg/pkgcachegen.cc:260
2193 msgid "Package %s %s was not found while processing file dependencies"
2196 #: apt-pkg/pkgcachegen.cc:574
2198 msgid "Couldn't stat source package list %s"
2201 #: apt-pkg/pkgcachegen.cc:658
2202 msgid "Collecting File Provides"
2205 #: apt-pkg/pkgcachegen.cc:774 apt-pkg/pkgcachegen.cc:781
2206 msgid "IO Error saving source cache"
2209 #: apt-pkg/acquire-item.cc:124
2211 msgid "rename failed, %s (%s -> %s)."
2214 #: apt-pkg/acquire-item.cc:353
2217 "I wasn't able to locate a file for the %s package. This might mean you need "
2218 "to manually fix this package. (due to missing arch)"
2221 #: apt-pkg/acquire-item.cc:388
2224 "I wasn't able to locate file for the %s package. This might mean you need to "
2225 "manually fix this package."
2228 #: apt-pkg/acquire-item.cc:419
2231 "The package index files are corrupted. No Filename: field for package %s."
2234 #: apt-pkg/acquire-item.cc:501
2235 msgid "Size mismatch"
2238 #: apt-pkg/acquire-item.cc:511
2239 msgid "MD5Sum mismatch"
2242 #: methods/rsh.cc:264
2243 msgid "File Not Found"
2246 #: methods/rsh.cc:330
2247 msgid "Connection closed prematurely"