1 # English messages for the apt suite.
2 # Copyright (C) 1997, 1998, 1999 Jason Gunthorpe and others.
3 # Michael Piefel <piefel@informatik.hu-berlin.de>, 2002.
7 "Project-Id-Version: apt 0.5.5\n"
8 "POT-Creation-Date: 2003-01-11 21:19-0500\n"
9 "PO-Revision-Date: 2002-11-10 20:56+0100\n"
10 "Last-Translator: Michael Piefel <piefel@debian.org>\n"
11 "Language-Team: en_GB <en@li.org>\n"
13 "Content-Type: text/plain; charset=UTF-8\n"
14 "Content-Transfer-Encoding: 8bit\n"
16 #: cmdline/apt-cache.cc:133
18 msgid "Package %s version %s has an unmet dep:\n"
21 #: cmdline/apt-cache.cc:173 cmdline/apt-cache.cc:525 cmdline/apt-cache.cc:671
22 #: cmdline/apt-cache.cc:885 cmdline/apt-cache.cc:1257
23 #: cmdline/apt-cache.cc:1403
25 msgid "Unable to locate package %s"
28 #: cmdline/apt-cache.cc:230
29 msgid "Total Package Names : "
32 #: cmdline/apt-cache.cc:270
33 msgid " Normal Packages: "
36 #: cmdline/apt-cache.cc:271
37 msgid " Pure Virtual Packages: "
40 #: cmdline/apt-cache.cc:272
41 msgid " Single Virtual Packages: "
44 #: cmdline/apt-cache.cc:273
45 msgid " Mixed Virtual Packages: "
48 #: cmdline/apt-cache.cc:274
52 #: cmdline/apt-cache.cc:276
53 msgid "Total Distinct Versions: "
56 #: cmdline/apt-cache.cc:278
57 msgid "Total Dependencies: "
60 #: cmdline/apt-cache.cc:281
61 msgid "Total Ver/File relations: "
64 #: cmdline/apt-cache.cc:283
65 msgid "Total Provides Mappings: "
68 #: cmdline/apt-cache.cc:295
69 msgid "Total Globbed Strings: "
72 #: cmdline/apt-cache.cc:309
73 msgid "Total Dependency Version space: "
76 #: cmdline/apt-cache.cc:314
77 msgid "Total Slack space: "
80 #: cmdline/apt-cache.cc:322
81 msgid "Total Space Accounted for: "
84 #: cmdline/apt-cache.cc:444 cmdline/apt-cache.cc:1091
86 msgid "Package file %s is out of sync."
89 #: cmdline/apt-cache.cc:1133
90 msgid "You must give exactly one pattern"
93 #: cmdline/apt-cache.cc:1357
94 msgid "Package Files:"
97 #: cmdline/apt-cache.cc:1364 cmdline/apt-cache.cc:1450
98 msgid "Cache is out of sync, can't x-ref a package file"
101 #: cmdline/apt-cache.cc:1365
106 #. Show any packages have explicit pins
107 #: cmdline/apt-cache.cc:1377
108 msgid "Pinned Packages:"
111 #: cmdline/apt-cache.cc:1389 cmdline/apt-cache.cc:1430
116 #: cmdline/apt-cache.cc:1410
120 #: cmdline/apt-cache.cc:1412 cmdline/apt-cache.cc:1420
125 #: cmdline/apt-cache.cc:1417
129 #: cmdline/apt-cache.cc:1427
130 msgid " Package Pin: "
133 #. Show the priority tables
134 #: cmdline/apt-cache.cc:1436
135 msgid " Version Table:"
138 #: cmdline/apt-cache.cc:1451
143 #: cmdline/apt-cache.cc:1478 cmdline/apt-cdrom.cc:730 cmdline/apt-config.cc:70
144 #: cmdline/apt-extracttemplates.cc:225 cmdline/apt-get.cc:2015
145 #: cmdline/apt-sortpkgs.cc:144
147 msgid "%s %s for %s %s compiled on %s %s\n"
150 #: cmdline/apt-cache.cc:1482
152 "Usage: apt-cache [options] command\n"
153 " apt-cache [options] add file1 [file1 ...]\n"
154 " apt-cache [options] showpkg pkg1 [pkg2 ...]\n"
155 " apt-cache [options] showsrc pkg1 [pkg2 ...]\n"
157 "apt-cache is a low-level tool used to manipulate APT's binary\n"
158 "cache files, and query information from them\n"
161 " add - Add an package file to the source cache\n"
162 " gencaches - Build both the package and source cache\n"
163 " showpkg - Show some general information for a single package\n"
164 " showsrc - Show source records\n"
165 " stats - Show some basic statistics\n"
166 " dump - Show the entire file in a terse form\n"
167 " dumpavail - Print an available file to stdout\n"
168 " unmet - Show unmet dependencies\n"
169 " search - Search the package list for a regex pattern\n"
170 " show - Show a readable record for the package\n"
171 " depends - Show raw dependency information for a package\n"
172 " pkgnames - List the names of all packages\n"
173 " dotty - Generate package graphs for GraphVis\n"
174 " policy - Show policy settings\n"
177 " -h This help text.\n"
178 " -p=? The package cache.\n"
179 " -s=? The source cache.\n"
180 " -q Disable progress indicator.\n"
181 " -i Show only important deps for the unmet command.\n"
182 " -c=? Read this configuration file\n"
183 " -o=? Set an arbitary configuration option, eg -o dir::cache=/tmp\n"
184 "See the apt-cache(8) and apt.conf(5) manual pages for more information.\n"
187 #: cmdline/apt-config.cc:41
188 msgid "Arguments not in pairs"
191 #: cmdline/apt-config.cc:76
193 "Usage: apt-config [options] command\n"
195 "apt-config is a simple tool to read the APT config file\n"
198 " shell - Shell mode\n"
199 " dump - Show the configuration\n"
202 " -h This help text.\n"
203 " -c=? Read this configuration file\n"
204 " -o=? Set an arbitary configuration option, eg -o dir::cache=/tmp\n"
207 #: cmdline/apt-extracttemplates.cc:98
209 msgid "%s not a valid DEB package."
212 #: cmdline/apt-extracttemplates.cc:232
214 "Usage: apt-extracttemplates file1 [file2 ...]\n"
216 "apt-extracttemplates is a tool to extract config and template info\n"
217 "from debian packages\n"
220 " -h This help text\n"
221 " -t Set the temp dir\n"
222 " -c=? Read this configuration file\n"
223 " -o=? Set an arbitary configuration option, eg -o dir::cache=/tmp\n"
226 #: cmdline/apt-extracttemplates.cc:259 apt-pkg/pkgcachegen.cc:699
228 msgid "Unable to write to %s"
231 #: cmdline/apt-extracttemplates.cc:302
232 msgid "Cannot get debconf version. Is debconf installed?"
235 #. This needs to be a capital
236 #: cmdline/apt-get.cc:116
240 #: cmdline/apt-get.cc:193
241 msgid "The following packages have unmet dependencies:"
244 #: cmdline/apt-get.cc:283
246 msgid "but %s is installed"
249 #: cmdline/apt-get.cc:285
251 msgid "but %s is to be installed"
254 #: cmdline/apt-get.cc:292
255 msgid "but it is not installable"
258 #: cmdline/apt-get.cc:294
259 msgid "but it is a virtual package"
262 #: cmdline/apt-get.cc:297
263 msgid "but it is not installed"
266 #: cmdline/apt-get.cc:297
267 msgid "but it is not going to be installed"
270 #: cmdline/apt-get.cc:302
274 #: cmdline/apt-get.cc:328
275 msgid "The following NEW packages will be installed:"
278 #: cmdline/apt-get.cc:351
279 msgid "The following packages will be REMOVED:"
282 #: cmdline/apt-get.cc:371
283 msgid "The following packages have been kept back"
286 #: cmdline/apt-get.cc:390
287 msgid "The following packages will be upgraded"
290 #: cmdline/apt-get.cc:409
291 msgid "The following packages will be DOWNGRADED"
294 #: cmdline/apt-get.cc:426
295 msgid "The following held packages will be changed:"
298 #: cmdline/apt-get.cc:477
300 msgid "%s (due to %s) "
303 #: cmdline/apt-get.cc:484
305 "WARNING: The following essential packages will be removed\n"
306 "This should NOT be done unless you know exactly what you are doing!"
309 #: cmdline/apt-get.cc:514
311 msgid "%lu packages upgraded, %lu newly installed, "
314 #: cmdline/apt-get.cc:518
316 msgid "%lu reinstalled, "
319 #: cmdline/apt-get.cc:520
321 msgid "%lu downgraded, "
324 #: cmdline/apt-get.cc:522
326 msgid "%lu to remove and %lu not upgraded.\n"
329 #: cmdline/apt-get.cc:526
331 msgid "%lu packages not fully installed or removed.\n"
334 #: cmdline/apt-get.cc:586
335 msgid "Correcting dependencies..."
338 #: cmdline/apt-get.cc:589
342 #: cmdline/apt-get.cc:592
343 msgid "Unable to correct dependencies"
346 #: cmdline/apt-get.cc:595
347 msgid "Unable to minimize the upgrade set"
350 #: cmdline/apt-get.cc:597
354 #: cmdline/apt-get.cc:601
355 msgid "You might want to run `apt-get -f install' to correct these."
356 msgstr "You might want to run ‘apt-get -f install’ to correct these."
358 #: cmdline/apt-get.cc:604
359 msgid "Unmet dependencies. Try using -f."
362 #: cmdline/apt-get.cc:657
363 msgid "Packages need to be removed but Remove is disabled."
366 #: cmdline/apt-get.cc:683 cmdline/apt-get.cc:1578 cmdline/apt-get.cc:1611
367 msgid "Unable to lock the download directory"
370 #: cmdline/apt-get.cc:693 cmdline/apt-get.cc:1659 cmdline/apt-get.cc:1870
371 #: apt-pkg/cachefile.cc:67
372 msgid "The list of sources could not be read."
375 #: cmdline/apt-get.cc:713
377 msgid "Need to get %sB/%sB of archives.\n"
380 #: cmdline/apt-get.cc:716
382 msgid "Need to get %sB of archives.\n"
385 #: cmdline/apt-get.cc:721
387 msgid "After unpacking %sB of additional disk space will be used.\n"
390 #: cmdline/apt-get.cc:724
392 msgid "After unpacking %sB disk space will be freed.\n"
395 #: cmdline/apt-get.cc:741
397 msgid "You don't have enough free space in %s."
400 #: cmdline/apt-get.cc:750
401 msgid "There are problems and -y was used without --force-yes"
404 #: cmdline/apt-get.cc:756 cmdline/apt-get.cc:776
405 msgid "Trivial Only specified but this is not a trivial operation."
408 #: cmdline/apt-get.cc:758
409 msgid "Yes, do as I say!"
412 #: cmdline/apt-get.cc:760
415 "You are about to do something potentially harmful\n"
416 "To continue type in the phrase '%s'\n"
419 "You are about to do something potentially harmful\n"
420 "To continue type in the phrase ‘%s’\n"
423 #: cmdline/apt-get.cc:766 cmdline/apt-get.cc:785
427 #: cmdline/apt-get.cc:781
428 msgid "Do you want to continue? [Y/n] "
431 #: cmdline/apt-get.cc:850 cmdline/apt-get.cc:1219 cmdline/apt-get.cc:1768
433 msgid "Failed to fetch %s %s\n"
436 #: cmdline/apt-get.cc:868
437 msgid "Some files failed to download"
440 #: cmdline/apt-get.cc:869 cmdline/apt-get.cc:1777
441 msgid "Download complete and in download only mode"
444 #: cmdline/apt-get.cc:875
446 "Unable to fetch some archives, maybe run apt-get update or try with --fix-"
450 #: cmdline/apt-get.cc:879
451 msgid "--fix-missing and media swapping is not currently supported"
454 #: cmdline/apt-get.cc:884
455 msgid "Unable to correct missing packages."
458 #: cmdline/apt-get.cc:885
459 msgid "Aborting Install."
462 #: cmdline/apt-get.cc:918
464 msgid "Note, selecting %s instead of %s\n"
467 #: cmdline/apt-get.cc:928
469 msgid "Skipping %s, it is already installed and upgrade is not set.\n"
472 #: cmdline/apt-get.cc:946
474 msgid "Package %s is not installed, so not removed\n"
477 #: cmdline/apt-get.cc:957
479 msgid "Package %s is a virtual package provided by:\n"
482 #: cmdline/apt-get.cc:969
486 #: cmdline/apt-get.cc:974
487 msgid "You should explicitly select one to install."
490 #: cmdline/apt-get.cc:979
493 "Package %s has no available version, but exists in the database.\n"
494 "This typically means that the package was mentioned in a dependency and\n"
495 "never uploaded, has been obsoleted or is not available with the contents\n"
499 #: cmdline/apt-get.cc:997
500 msgid "However the following packages replace it:"
503 #: cmdline/apt-get.cc:1000
505 msgid "Package %s has no installation candidate"
508 #: cmdline/apt-get.cc:1020
510 msgid "Reinstallation of %s is not possible, it cannot be downloaded.\n"
513 #: cmdline/apt-get.cc:1028
515 msgid "%s is already the newest version.\n"
518 #: cmdline/apt-get.cc:1055
520 msgid "Release '%s' for '%s' was not found"
521 msgstr "Release ‘%s’ for ‘%s’ was not found"
523 #: cmdline/apt-get.cc:1057
525 msgid "Version '%s' for '%s' was not found"
526 msgstr "Version ‘%s’ for ‘%s’ was not found"
528 #: cmdline/apt-get.cc:1063
530 msgid "Selected version %s (%s) for %s\n"
533 #: cmdline/apt-get.cc:1173
534 msgid "The update command takes no arguments"
537 #: cmdline/apt-get.cc:1186
538 msgid "Unable to lock the list directory"
541 #: cmdline/apt-get.cc:1238
543 "Some index files failed to download, they have been ignored, or old ones "
547 #: cmdline/apt-get.cc:1257
548 msgid "Internal Error, AllUpgrade broke stuff"
551 #: cmdline/apt-get.cc:1347 cmdline/apt-get.cc:1383
553 msgid "Couldn't find package %s"
556 #: cmdline/apt-get.cc:1360
558 msgid "Regex compilation error - %s"
561 #: cmdline/apt-get.cc:1370
563 msgid "Note, selecting %s for regex '%s'\n"
564 msgstr "Note, selecting %s for regex ‘%s’\n"
566 #: cmdline/apt-get.cc:1400
567 msgid "You might want to run `apt-get -f install' to correct these:"
568 msgstr "You might want to run ‘apt-get -f install’ to correct these:"
570 #: cmdline/apt-get.cc:1403
572 "Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a "
575 "Unmet dependencies. Try ‘apt-get -f install’ with no packages (or specify a "
578 #: cmdline/apt-get.cc:1415
580 "Some packages could not be installed. This may mean that you have\n"
581 "requested an impossible situation or if you are using the unstable\n"
582 "distribution that some required packages have not yet been created\n"
583 "or been moved out of Incoming."
586 #: cmdline/apt-get.cc:1423
588 "Since you only requested a single operation it is extremely likely that\n"
589 "the package is simply not installable and a bug report against\n"
590 "that package should be filed."
593 #: cmdline/apt-get.cc:1428
594 msgid "The following information may help to resolve the situation:"
597 #: cmdline/apt-get.cc:1431
598 msgid "Broken packages"
601 #: cmdline/apt-get.cc:1454
602 msgid "The following extra packages will be installed:"
605 #: cmdline/apt-get.cc:1473
606 msgid "Calculating Upgrade... "
609 #: cmdline/apt-get.cc:1476
613 #: cmdline/apt-get.cc:1481
617 #: cmdline/apt-get.cc:1654
618 msgid "Must specify at least one package to fetch source for"
621 #: cmdline/apt-get.cc:1681 cmdline/apt-get.cc:1888
623 msgid "Unable to find a source package for %s"
626 #: cmdline/apt-get.cc:1728
628 msgid "You don't have enough free space in %s"
631 #: cmdline/apt-get.cc:1733
633 msgid "Need to get %sB/%sB of source archives.\n"
636 #: cmdline/apt-get.cc:1736
638 msgid "Need to get %sB of source archives.\n"
641 #: cmdline/apt-get.cc:1742
643 msgid "Fetch Source %s\n"
646 #: cmdline/apt-get.cc:1773
647 msgid "Failed to fetch some archives."
650 #: cmdline/apt-get.cc:1801
652 msgid "Skipping unpack of already unpacked source in %s\n"
655 #: cmdline/apt-get.cc:1813
657 msgid "Unpack command '%s' failed.\n"
658 msgstr "Unpack command ‘%s’ failed.\n"
660 #: cmdline/apt-get.cc:1830
662 msgid "Build command '%s' failed.\n"
663 msgstr "Build command ‘%s’ failed.\n"
665 #: cmdline/apt-get.cc:1849
666 msgid "Child process failed"
669 #: cmdline/apt-get.cc:1865
670 msgid "Must specify at least one package to check builddeps for"
673 #: cmdline/apt-get.cc:1893
675 msgid "Unable to get build-dependency information for %s"
678 #: cmdline/apt-get.cc:1913
680 msgid "%s has no build depends.\n"
683 #: cmdline/apt-get.cc:1931
686 "%s dependency on %s cannot be satisfied because the package %s cannot be "
690 #: cmdline/apt-get.cc:1983
692 "Some broken packages were found while trying to process build-dependencies.\n"
693 "You might want to run `apt-get -f install' to correct these."
695 "Some broken packages were found while trying to process build-dependencies.\n"
696 "You might want to run ‘apt-get -f install’ to correct these."
698 #: cmdline/apt-get.cc:1988
699 msgid "Failed to process build dependencies"
702 #: cmdline/apt-get.cc:2020
703 msgid "Supported Modules:"
706 #: cmdline/apt-get.cc:2061
708 "Usage: apt-get [options] command\n"
709 " apt-get [options] install|remove pkg1 [pkg2 ...]\n"
710 " apt-get [options] source pkg1 [pkg2 ...]\n"
712 "apt-get is a simple command line interface for downloading and\n"
713 "installing packages. The most frequently used commands are update\n"
717 " update - Retrieve new lists of packages\n"
718 " upgrade - Perform an upgrade\n"
719 " install - Install new packages (pkg is libc6 not libc6.deb)\n"
720 " remove - Remove packages\n"
721 " source - Download source archives\n"
722 " build-dep - Configure build-dependencies for source packages\n"
723 " dist-upgrade - Distribution upgrade, see apt-get(8)\n"
724 " dselect-upgrade - Follow dselect selections\n"
725 " clean - Erase downloaded archive files\n"
726 " autoclean - Erase old downloaded archive files\n"
727 " check - Verify that there are no broken dependencies\n"
730 " -h This help text.\n"
731 " -q Loggable output - no progress indicator\n"
732 " -qq No output except for errors\n"
733 " -d Download only - do NOT install or unpack archives\n"
734 " -s No-act. Perform ordering simulation\n"
735 " -y Assume Yes to all queries and do not prompt\n"
736 " -f Attempt to continue if the integrity check fails\n"
737 " -m Attempt to continue if archives are unlocatable\n"
738 " -u Show a list of upgraded packages as well\n"
739 " -b Build the source package after fetching it\n"
740 " -c=? Read this configuration file\n"
741 " -o=? Set an arbitary configuration option, eg -o dir::cache=/tmp\n"
742 "See the apt-get(8), sources.list(5) and apt.conf(5) manual\n"
743 "pages for more information and options.\n"
744 " This APT has Super Cow Powers.\n"
747 #: cmdline/acqprogress.cc:55
751 #: cmdline/acqprogress.cc:79
755 #: cmdline/acqprogress.cc:110
759 #: cmdline/acqprogress.cc:114
763 #: cmdline/acqprogress.cc:135
765 msgid "Fetched %sB in %s (%sB/s)\n"
768 #: cmdline/acqprogress.cc:225
772 #: cmdline/acqprogress.cc:271
775 "Media Change: Please insert the disc labeled '%s' in the drive '%s' and "
778 "Media Change: Please insert the disc labelled\n"
780 "in the drive ‘%s’ and press enter\n"
782 #: cmdline/apt-sortpkgs.cc:86
783 msgid "Unknown package record!"
786 #: cmdline/apt-sortpkgs.cc:150
788 "Usage: apt-sortpkgs [options] file1 [file2 ...]\n"
790 "apt-sortpkgs is a simple tool to sort package files. The -s option is used\n"
791 "to indicate what kind of file it is.\n"
794 " -h This help text\n"
795 " -s Use source file sorting\n"
796 " -c=? Read this configuration file\n"
797 " -o=? Set an arbitary configuration option, eg -o dir::cache=/tmp\n"
800 #: dselect/install:32
801 msgid "Bad default setting!"
804 #: dselect/install:51 dselect/install:83 dselect/install:87 dselect/install:93
805 #: dselect/install:104 dselect/update:45
806 msgid "Press enter to continue."
809 #: dselect/install:100
810 msgid "Some errors occurred while unpacking. I'm going to configure the"
813 #: dselect/install:101
814 msgid "packages that were installed. This may result in duplicate errors"
817 #: dselect/install:102
818 msgid "or errors caused by missing dependencies. This is OK, only the errors"
821 #: dselect/install:103
823 "above this message are important. Please fix them and run [I]nstall again"
827 msgid "Merging Available information"
830 #: apt-inst/contrib/extracttar.cc:115
831 msgid "Failed to create pipes"
834 #: apt-inst/contrib/extracttar.cc:140
835 msgid "Failed to exec gzip "
838 #: apt-inst/contrib/extracttar.cc:177 apt-inst/contrib/extracttar.cc:203
839 msgid "Corrupted archive"
842 #: apt-inst/contrib/extracttar.cc:192
843 msgid "Tar Checksum failed, archive corrupted"
846 #: apt-inst/contrib/extracttar.cc:295
848 msgid "Unknown TAR header type %u, member %s"
851 #: apt-inst/contrib/arfile.cc:73
852 msgid "Invalid archive signature"
855 #: apt-inst/contrib/arfile.cc:81
856 msgid "Error reading archive member header"
859 #: apt-inst/contrib/arfile.cc:93 apt-inst/contrib/arfile.cc:105
860 msgid "Invalid archive member header"
863 #: apt-inst/contrib/arfile.cc:131
864 msgid "Archive is too short"
867 #: apt-inst/contrib/arfile.cc:135
868 msgid "Failed to read the archive headers"
871 #: apt-inst/filelist.cc:384
872 msgid "DropNode called on still linked node"
875 #: apt-inst/filelist.cc:416
876 msgid "Failed to locate the hash element!"
879 #: apt-inst/filelist.cc:463
880 msgid "Failed to allocate diversion"
883 #: apt-inst/filelist.cc:468
884 msgid "Internal Error in AddDiversion"
887 #: apt-inst/filelist.cc:481
889 msgid "Trying to overwrite a diversion, %s -> %s and %s/%s"
892 #: apt-inst/filelist.cc:510
894 msgid "Double add of diversion %s -> %s"
897 #: apt-inst/filelist.cc:553
899 msgid "Duplicate conf file %s/%s"
902 #: apt-inst/dirstream.cc:45 apt-inst/dirstream.cc:50 apt-inst/dirstream.cc:53
904 msgid "Failed write file %s"
907 #: apt-inst/dirstream.cc:80 apt-inst/dirstream.cc:88
909 msgid "Failed to close file %s"
912 #: apt-inst/extract.cc:96 apt-inst/extract.cc:167
914 msgid "The path %s is too long"
917 #: apt-inst/extract.cc:127
919 msgid "Unpacking %s more than once"
922 #: apt-inst/extract.cc:137
924 msgid "The directory %s is diverted"
927 #: apt-inst/extract.cc:147
929 msgid "The package is trying to write to the diversion target %s/%s"
932 #: apt-inst/extract.cc:157 apt-inst/extract.cc:300
933 msgid "The diversion path is too long"
936 #: apt-inst/extract.cc:181 apt-inst/extract.cc:193 apt-inst/extract.cc:210
937 #: apt-inst/deb/dpkgdb.cc:121
939 msgid "Failed to stat %s"
942 #: apt-inst/extract.cc:188
944 msgid "Failed to rename %s to %s"
947 #: apt-inst/extract.cc:243
949 msgid "The directory %s is being replaced by a non-directory"
952 #: apt-inst/extract.cc:283
953 msgid "Failed to locate node in its hash bucket"
956 #: apt-inst/extract.cc:287
957 msgid "The path is too long"
960 #: apt-inst/extract.cc:417
962 msgid "Overwrite package match with no version for %s"
965 #: apt-inst/extract.cc:434
967 msgid "File %s/%s overwrites the one in the package %s"
970 #: apt-inst/extract.cc:467 apt-pkg/contrib/configuration.cc:701
971 #: apt-pkg/contrib/cdromutl.cc:153 apt-pkg/acquire.cc:412 apt-pkg/clean.cc:38
973 msgid "Unable to read %s"
976 #: apt-inst/extract.cc:494
978 msgid "Unable to stat %s"
981 #: apt-inst/deb/dpkgdb.cc:55 apt-inst/deb/dpkgdb.cc:61
983 msgid "Failed to remove %s"
986 #: apt-inst/deb/dpkgdb.cc:110 apt-inst/deb/dpkgdb.cc:112
988 msgid "Unable to create %s"
991 #: apt-inst/deb/dpkgdb.cc:118
993 msgid "Failed to stat %sinfo"
996 #: apt-inst/deb/dpkgdb.cc:123
997 msgid "The info and temp directories need to be on the same filesystem"
1000 #. Build the status cache
1001 #: apt-inst/deb/dpkgdb.cc:139 apt-pkg/pkgcachegen.cc:643
1002 #: apt-pkg/pkgcachegen.cc:701 apt-pkg/pkgcachegen.cc:706
1003 #: apt-pkg/pkgcachegen.cc:829
1004 msgid "Reading Package Lists"
1007 #: apt-inst/deb/dpkgdb.cc:180
1009 msgid "Failed to change to the admin dir %sinfo"
1012 #: apt-inst/deb/dpkgdb.cc:201 apt-inst/deb/dpkgdb.cc:355
1013 #: apt-inst/deb/dpkgdb.cc:448
1014 msgid "Internal Error getting a Package Name"
1017 #: apt-inst/deb/dpkgdb.cc:205
1018 msgid "Reading File Listing"
1021 #: apt-inst/deb/dpkgdb.cc:216
1024 "Failed to open the list file '%sinfo/%s'. If you cannot restore this file "
1025 "then make it empty and immediately re-install the same version of the "
1028 "Failed to open the list file ‘%sinfo/%s’. If you cannot restore this file "
1029 "then make it empty and immediately re-install the same version of the "
1032 #: apt-inst/deb/dpkgdb.cc:229 apt-inst/deb/dpkgdb.cc:242
1034 msgid "Failed reading the list file %sinfo/%s"
1037 #: apt-inst/deb/dpkgdb.cc:266
1038 msgid "Internal Error getting a Node"
1041 #: apt-inst/deb/dpkgdb.cc:309
1043 msgid "Failed to open the diversions file %sdiversions"
1046 #: apt-inst/deb/dpkgdb.cc:324
1047 msgid "The diversion file is corrupted"
1050 #: apt-inst/deb/dpkgdb.cc:331 apt-inst/deb/dpkgdb.cc:336
1051 #: apt-inst/deb/dpkgdb.cc:341
1053 msgid "Invalid line in the diversion file: %s"
1056 #: apt-inst/deb/dpkgdb.cc:362
1057 msgid "Internal Error adding a diversion"
1060 #: apt-inst/deb/dpkgdb.cc:383
1061 msgid "The pkg cache must be initialize first"
1064 #: apt-inst/deb/dpkgdb.cc:386
1065 msgid "Reading File List"
1068 #: apt-inst/deb/dpkgdb.cc:443
1070 msgid "Failed to find a Package: Header, offset %lu"
1073 #: apt-inst/deb/dpkgdb.cc:465
1075 msgid "Bad ConfFile section in the status file. Offset %lu"
1078 #: apt-inst/deb/dpkgdb.cc:470
1080 msgid "Error parsing MD5. Offset %lu"
1083 #: apt-inst/deb/debfile.cc:55
1085 msgid "This is not a valid DEB archive, missing '%s' member"
1086 msgstr "This is not a valid DEB archive, missing ‘%s’ member"
1088 #: apt-inst/deb/debfile.cc:72
1090 msgid "Internal Error, could not locate member %s"
1093 #: apt-inst/deb/debfile.cc:104
1095 msgid "Couldn't change to %s"
1098 #: apt-inst/deb/debfile.cc:125
1099 msgid "Internal Error, could not locate member"
1102 #: apt-inst/deb/debfile.cc:158
1103 msgid "Failed to locate a valid control file"
1106 #: apt-inst/deb/debfile.cc:243
1107 msgid "Unparsible control file"
1110 #: apt-pkg/contrib/mmap.cc:82
1111 msgid "Can't mmap an empty file"
1114 #: apt-pkg/contrib/mmap.cc:87
1116 msgid "Couldn't make mmap of %lu bytes"
1119 #: apt-pkg/contrib/strutl.cc:941
1121 msgid "Selection %s not found"
1124 #: apt-pkg/contrib/configuration.cc:449
1126 msgid "Opening configuration file %s"
1129 #: apt-pkg/contrib/configuration.cc:559
1131 msgid "Syntax error %s:%u: Block starts with no name."
1134 #: apt-pkg/contrib/configuration.cc:578
1136 msgid "Syntax error %s:%u: Malformed Tag"
1139 #: apt-pkg/contrib/configuration.cc:595
1141 msgid "Syntax error %s:%u: Extra junk after value"
1144 #: apt-pkg/contrib/configuration.cc:635
1146 msgid "Syntax error %s:%u: Directives can only be done at the top level"
1149 #: apt-pkg/contrib/configuration.cc:642
1151 msgid "Syntax error %s:%u: Too many nested includes"
1154 #: apt-pkg/contrib/configuration.cc:646 apt-pkg/contrib/configuration.cc:651
1156 msgid "Syntax error %s:%u: Included from here"
1159 #: apt-pkg/contrib/configuration.cc:655
1161 msgid "Syntax error %s:%u: Unsupported directive '%s'"
1162 msgstr "Syntax error %s:%u: Unsupported directive ‘%s’"
1164 #: apt-pkg/contrib/configuration.cc:689
1166 msgid "Syntax error %s:%u: Extra junk at end of file"
1169 #: apt-pkg/contrib/progress.cc:154
1171 msgid "%c%s... Error!"
1174 #: apt-pkg/contrib/progress.cc:156
1176 msgid "%c%s... Done"
1179 #: apt-pkg/contrib/cmndline.cc:80
1181 msgid "Command line option '%c' [from %s] is not known."
1182 msgstr "Command line option ‘%c’ [from %s] is not known."
1184 #: apt-pkg/contrib/cmndline.cc:106 apt-pkg/contrib/cmndline.cc:114
1185 #: apt-pkg/contrib/cmndline.cc:122
1187 msgid "Command line option %s is not understood"
1190 #: apt-pkg/contrib/cmndline.cc:127
1192 msgid "Command line option %s is not boolean"
1195 #: apt-pkg/contrib/cmndline.cc:166 apt-pkg/contrib/cmndline.cc:187
1197 msgid "Option %s requires an argument."
1200 #: apt-pkg/contrib/cmndline.cc:201 apt-pkg/contrib/cmndline.cc:207
1202 msgid "Option %s: Configuration item sepecification must have an =<val>."
1205 #: apt-pkg/contrib/cmndline.cc:237
1207 msgid "Option %s requires an integer argument, not '%s'"
1208 msgstr "Option %s requires an integer argument, not ‘%s’"
1210 #: apt-pkg/contrib/cmndline.cc:268
1212 msgid "Option '%s' is too long"
1213 msgstr "Option ‘%s’ is too long"
1215 #: apt-pkg/contrib/cmndline.cc:301
1217 msgid "Sense %s is not understood, try true or false."
1220 #: apt-pkg/contrib/cmndline.cc:351
1222 msgid "Invalid operation %s"
1225 #: apt-pkg/contrib/cdromutl.cc:55
1227 msgid "Unable to stat the mount point %s"
1230 #: apt-pkg/contrib/cdromutl.cc:149 apt-pkg/acquire.cc:418 apt-pkg/clean.cc:44
1232 msgid "Unable to change to %s"
1235 #: apt-pkg/contrib/cdromutl.cc:190
1236 msgid "Failed to stat the cdrom"
1239 #: apt-pkg/contrib/fileutl.cc:80
1241 msgid "Not using locking for read only lock file %s"
1244 #: apt-pkg/contrib/fileutl.cc:85
1246 msgid "Could not open lock file %s"
1249 #: apt-pkg/contrib/fileutl.cc:103
1251 msgid "Not using locking for nfs mounted lock file %s"
1254 #: apt-pkg/contrib/fileutl.cc:107
1256 msgid "Could not get lock %s"
1259 #: apt-pkg/contrib/fileutl.cc:358
1261 msgid "Waited, for %s but it wasn't there"
1262 msgstr "Waited for %s but it wasn't there"
1264 #: apt-pkg/contrib/fileutl.cc:368
1266 msgid "Sub-process %s received a segmentation fault."
1269 #: apt-pkg/contrib/fileutl.cc:371
1271 msgid "Sub-process %s returned an error code (%u)"
1274 #: apt-pkg/contrib/fileutl.cc:373
1276 msgid "Sub-process %s exited unexpectedly"
1279 #: apt-pkg/contrib/fileutl.cc:417
1281 msgid "Could not open file %s"
1284 #: apt-pkg/contrib/fileutl.cc:452
1288 #: apt-pkg/contrib/fileutl.cc:473
1290 msgid "read, still have %lu to read but none left"
1293 #: apt-pkg/contrib/fileutl.cc:491
1297 #: apt-pkg/contrib/fileutl.cc:503
1299 msgid "write, still have %lu to write but couldn't"
1302 #: apt-pkg/contrib/fileutl.cc:578
1303 msgid "Problem closing the file"
1306 #: apt-pkg/contrib/fileutl.cc:584
1307 msgid "Problem unlinking the file"
1310 #: apt-pkg/contrib/fileutl.cc:595
1311 msgid "Problem syncing the file"
1314 #: apt-pkg/pkgcache.cc:126
1315 msgid "Empty package cache"
1318 #: apt-pkg/pkgcache.cc:132
1319 msgid "The package cache file is corrupted"
1322 #: apt-pkg/pkgcache.cc:137
1323 msgid "The package cache file is an incompatible version"
1326 #: apt-pkg/pkgcache.cc:142
1328 msgid "This APT does not support the Versioning System '%s'"
1329 msgstr "This APT does not support the Versioning System ‘%s’"
1331 #: apt-pkg/pkgcache.cc:147
1332 msgid "The package cache was build for a different architecture"
1335 #: apt-pkg/pkgcache.cc:218
1339 #: apt-pkg/pkgcache.cc:218
1343 #: apt-pkg/pkgcache.cc:218
1347 #: apt-pkg/pkgcache.cc:219
1351 #: apt-pkg/pkgcache.cc:219
1355 #: apt-pkg/pkgcache.cc:219
1359 #: apt-pkg/pkgcache.cc:220
1363 #: apt-pkg/pkgcache.cc:231
1367 #: apt-pkg/pkgcache.cc:231
1371 #: apt-pkg/pkgcache.cc:231
1375 #: apt-pkg/pkgcache.cc:232
1379 #: apt-pkg/pkgcache.cc:232
1383 #: apt-pkg/depcache.cc:60 apt-pkg/depcache.cc:89
1384 msgid "Building Dependency Tree"
1387 #: apt-pkg/depcache.cc:61
1388 msgid "Candidate Versions"
1391 #: apt-pkg/depcache.cc:90
1392 msgid "Dependency Generation"
1395 #: apt-pkg/tagfile.cc:72
1397 msgid "Unable to parse package file %s (1)"
1400 #: apt-pkg/tagfile.cc:159
1402 msgid "Unable to parse package file %s (2)"
1405 #: apt-pkg/sourcelist.cc:88
1407 msgid "Malformed line %lu in source list %s (URI)"
1410 #: apt-pkg/sourcelist.cc:90
1412 msgid "Malformed line %lu in source list %s (dist)"
1415 #: apt-pkg/sourcelist.cc:93
1417 msgid "Malformed line %lu in source list %s (URI parse)"
1420 #: apt-pkg/sourcelist.cc:99
1422 msgid "Malformed line %lu in source list %s (Absolute dist)"
1425 #: apt-pkg/sourcelist.cc:106
1427 msgid "Malformed line %lu in source list %s (dist parse)"
1430 #: apt-pkg/sourcelist.cc:183 apt-pkg/sourcelist.cc:207
1432 msgid "Vendor block %s is invalid"
1435 #: apt-pkg/sourcelist.cc:235
1440 #: apt-pkg/sourcelist.cc:249
1442 msgid "Line %u too long in source list %s."
1445 #: apt-pkg/sourcelist.cc:266
1447 msgid "Malformed line %u in source list %s (type)"
1450 #: apt-pkg/sourcelist.cc:270
1452 msgid "Type '%s' is not known in on line %u in source list %s"
1453 msgstr "Type ‘%s’ is not known in on line %u in source list %s"
1455 #: apt-pkg/sourcelist.cc:279 apt-pkg/sourcelist.cc:282
1457 msgid "Malformed line %u in source list %s (vendor id)"
1460 #: apt-pkg/sourcelist.cc:296
1462 msgid "Unknown vendor ID '%s' in line %u of source list %s"
1463 msgstr "Unknown vendor ID ‘%s’ in line %u of source list %s"
1465 #: apt-pkg/packagemanager.cc:402
1468 "This installation run will require temporarily removing the essential "
1469 "package %s due to a Conflicts/Pre-Depends loop. This is often bad, but if "
1470 "you really want to do it, activate the APT::Force-LoopBreak option."
1473 #: apt-pkg/pkgrecords.cc:37
1475 msgid "Index file type '%s' is not supported"
1476 msgstr "Index file type ‘%s’ is not supported"
1478 #: apt-pkg/algorithms.cc:238
1481 "The package %s needs to be reinstalled, but I can't find an archive for it."
1484 #: apt-pkg/algorithms.cc:1056
1486 "Error, pkgProblemResolver::Resolve generated breaks, this may be caused by "
1490 #: apt-pkg/algorithms.cc:1058
1491 msgid "Unable to correct problems, you have held broken packages."
1494 #: apt-pkg/acquire.cc:61
1496 msgid "Lists directory %spartial is missing."
1499 #: apt-pkg/acquire.cc:65
1501 msgid "Archive directory %spartial is missing."
1504 #: apt-pkg/acquire-worker.cc:112
1506 msgid "The method driver %s could not be found."
1509 #: apt-pkg/acquire-worker.cc:161
1511 msgid "Method %s did not start correctly"
1514 #: apt-pkg/init.cc:117
1516 msgid "Packaging system '%s' is not supported"
1517 msgstr "Packaging system ‘%s’ is not supported"
1519 #: apt-pkg/init.cc:133
1520 msgid "Unable to determine a suitable system type"
1523 #: apt-pkg/clean.cc:61
1525 msgid "Unable to stat %s."
1528 #: apt-pkg/srcrecords.cc:49
1529 msgid "You must put some 'source' URIs in your sources.list"
1530 msgstr "You must put some ‘source’ URIs in your sources.list"
1532 #: apt-pkg/cachefile.cc:73
1533 msgid "The package lists or status file could not be parsed or opened."
1536 #: apt-pkg/cachefile.cc:77
1537 msgid "You may want to run apt-get update to correct these problems"
1540 #: apt-pkg/policy.cc:269
1541 msgid "Invalid record in the preferences file, no Package header"
1544 #: apt-pkg/policy.cc:291
1546 msgid "Did not understand pin type %s"
1549 #: apt-pkg/pkgcachegen.cc:74
1550 msgid "Cache has an incompatible versioning system"
1553 #: apt-pkg/pkgcachegen.cc:117
1555 msgid "Error occured while processing %s (NewPackage)"
1558 #: apt-pkg/pkgcachegen.cc:129
1560 msgid "Error occured while processing %s (UsePackage1)"
1563 #: apt-pkg/pkgcachegen.cc:150
1565 msgid "Error occured while processing %s (UsePackage2)"
1568 #: apt-pkg/pkgcachegen.cc:154
1570 msgid "Error occured while processing %s (NewFileVer1)"
1573 #: apt-pkg/pkgcachegen.cc:184
1575 msgid "Error occured while processing %s (NewVersion1)"
1578 #: apt-pkg/pkgcachegen.cc:188
1580 msgid "Error occured while processing %s (UsePackage3)"
1583 #: apt-pkg/pkgcachegen.cc:192
1585 msgid "Error occured while processing %s (NewVersion2)"
1588 #: apt-pkg/pkgcachegen.cc:207
1589 msgid "Wow, you exceeded the number of package names this APT is capable of."
1592 #: apt-pkg/pkgcachegen.cc:210
1593 msgid "Wow, you exceeded the number of versions this APT is capable of."
1596 #: apt-pkg/pkgcachegen.cc:213
1597 msgid "Wow, you exceeded the number of dependencies this APT is capable of."
1600 #: apt-pkg/pkgcachegen.cc:241
1602 msgid "Error occured while processing %s (FindPkg)"
1605 #: apt-pkg/pkgcachegen.cc:254
1607 msgid "Error occured while processing %s (CollectFileProvides)"
1610 #: apt-pkg/pkgcachegen.cc:260
1612 msgid "Package %s %s was not found while processing file dependencies"
1615 #: apt-pkg/pkgcachegen.cc:574
1617 msgid "Couldn't stat source package list %s"
1620 #: apt-pkg/pkgcachegen.cc:658
1621 msgid "Collecting File Provides"
1624 #: apt-pkg/pkgcachegen.cc:774 apt-pkg/pkgcachegen.cc:781
1625 msgid "IO Error saving source cache"
1628 #: apt-pkg/acquire-item.cc:124
1630 msgid "rename failed, %s (%s -> %s)."
1633 #: apt-pkg/acquire-item.cc:353
1636 "I wasn't able to locate a file for the %s package. This might mean you need "
1637 "to manually fix this package. (due to missing arch)"
1640 #: apt-pkg/acquire-item.cc:388
1643 "I wasn't able to locate file for the %s package. This might mean you need to "
1644 "manually fix this package."
1647 #: apt-pkg/acquire-item.cc:419
1650 "The package index files are corrupted. No Filename: field for package %s."
1653 #: apt-pkg/acquire-item.cc:501
1654 msgid "Size mismatch"
1657 #: apt-pkg/acquire-item.cc:511
1658 msgid "MD5Sum mismatch"
1662 #~ "Usage: apt-ftparchive [options] command\n"
1663 #~ "Commands: packges binarypath [overridefile [pathprefix]]\n"
1664 #~ " sources srcpath [overridefile [pathprefix]]\n"
1665 #~ " contents path\n"
1666 #~ " generate config [groups]\n"
1667 #~ " clean config\n"
1669 #~ "apt-ftparchive generates index files for Debian archives. It supports\n"
1670 #~ "many styles of generation from fully automated to functional "
1672 #~ "for dpkg-scanpackages and dpkg-scansources\n"
1674 #~ "apt-ftparchive generates Package files from a tree of .debs. The\n"
1675 #~ "Package file contains the contents of all the control fields from\n"
1676 #~ "each package as well as the MD5 hash and filesize. An override file\n"
1677 #~ "is supported to force the value of Priority and Section.\n"
1679 #~ "Similarly apt-ftparchive generates Sources files from a tree of .dscs.\n"
1680 #~ "The --source-override option can be used to specify a src override file\n"
1682 #~ "The 'packages' and 'sources' command should be run in the root of the\n"
1683 #~ "tree. BinaryPath should point to the base of the recursive search and \n"
1684 #~ "override file should contian the override flags. Pathprefix is\n"
1685 #~ "appended to the filename fields if present. Example usage from the \n"
1686 #~ "debian archive:\n"
1687 #~ " apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
1688 #~ " dists/potato/main/binary-i386/Packages\n"
1691 #~ " -h This help text\n"
1692 #~ " --md5 Control MD5 generation\n"
1693 #~ " -s=? Source override file\n"
1695 #~ " -d=? Select the optional caching database\n"
1696 #~ " --no-delink Enable delinking debug mode\n"
1697 #~ " --contents Control contents file generation\n"
1698 #~ " -c=? Read this configuration file\n"
1699 #~ " -o=? Set an arbitary configuration option"
1701 #~ "Usage: apt-ftparchive [options] command\n"
1702 #~ "Commands: packges binarypath [overridefile [pathprefix]]\n"
1703 #~ " sources srcpath [overridefile [pathprefix]]\n"
1704 #~ " contents path\n"
1705 #~ " generate config [groups]\n"
1706 #~ " clean config\n"
1708 #~ "apt-ftparchive generates index files for Debian archives. It supports\n"
1709 #~ "many styles of generation from fully automated to functional "
1711 #~ "for dpkg-scanpackages and dpkg-scansources\n"
1713 #~ "apt-ftparchive generates Package files from a tree of .debs. The\n"
1714 #~ "Package file contains the contents of all the control fields from\n"
1715 #~ "each package as well as the MD5 hash and filesize. An override file\n"
1716 #~ "is supported to force the value of Priority and Section.\n"
1718 #~ "Similarly apt-ftparchive generates Sources files from a tree of .dscs.\n"
1719 #~ "The --source-override option can be used to specify a src override file\n"
1721 #~ "The ‘packages’ and ‘sources’ command should be run in the root of the\n"
1722 #~ "tree. BinaryPath should point to the base of the recursive search and \n"
1723 #~ "override file should contian the override flags. Pathprefix is\n"
1724 #~ "appended to the filename fields if present. Example usage from the \n"
1725 #~ "debian archive:\n"
1726 #~ " apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
1727 #~ " dists/potato/main/binary-i386/Packages\n"
1730 #~ " -h This help text\n"
1731 #~ " --md5 Control MD5 generation\n"
1732 #~ " -s=? Source override file\n"
1734 #~ " -d=? Select the optional caching database\n"
1735 #~ " --no-delink Enable delinking debug mode\n"
1736 #~ " --contents Control contents file generation\n"
1737 #~ " -c=? Read this configuration file\n"
1738 #~ " -o=? Set an arbitary configuration option"
1740 #~ msgid "Some files are missing in the package file group `%s'"
1741 #~ msgstr "Some files are missing in the package file group ‘%s’"
1743 #~ msgid "Unknown Compresison Algorithm '%s'"
1744 #~ msgstr "Unknown Compression Algorithm ‘%s’"
1746 #~ msgid "Login script command '%s' failed, server said: %s"
1747 #~ msgstr "Login script command ‘%s’ failed, server said: %s"
1749 #~ msgid "Unable to fetch file, server said '%s'"
1750 #~ msgstr "Unable to fetch file, server said ‘%s’"
1752 #~ msgid "Data transfer failed, server said '%s'"
1753 #~ msgstr "Data transfer failed, server said ‘%s’"
1755 #~ msgid "Could not resolve '%s'"
1756 #~ msgstr "Could not resolve ‘%s’"
1758 #~ msgid "Temporary failure resolving '%s'"
1759 #~ msgstr "Temporary failure resolving ‘%s’"
1761 #~ msgid "Something wicked happened resolving '%s:%s' (%i)"
1762 #~ msgstr "Something wicked happened resolving ‘%s:%s’ (%i)"
1773 #~ msgid "Please provide a name for this Disc, such as 'Debian 2.1r1 Disk 1'"
1774 #~ msgstr "Please provide a name for this Disc, such as ‘Debian 2.1r1 Disk 1’"
1779 #~ msgid "....\"Have you mooed today?\"..."
1780 #~ msgstr "....‘Have you mooed today?’..."
1782 #~ msgid "Errors apply to file '%s'"
1783 #~ msgstr "Errors apply to file ‘%s’"