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.4\n"
8 "POT-Creation-Date: 2003-02-09 21:51-0600\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:1037 cmdline/apt-cache.cc:1183
24 msgid "Unable to locate package %s"
27 #: cmdline/apt-cache.cc:230
28 msgid "Total Package Names : "
31 #: cmdline/apt-cache.cc:270
32 msgid " Normal Packages: "
35 #: cmdline/apt-cache.cc:271
36 msgid " Pure Virtual Packages: "
39 #: cmdline/apt-cache.cc:272
40 msgid " Single Virtual Packages: "
43 #: cmdline/apt-cache.cc:273
44 msgid " Mixed Virtual Packages: "
47 #: cmdline/apt-cache.cc:274
51 #: cmdline/apt-cache.cc:276
52 msgid "Total Distinct Versions: "
55 #: cmdline/apt-cache.cc:278
56 msgid "Total Dependencies: "
59 #: cmdline/apt-cache.cc:281
60 msgid "Total Ver/File relations: "
63 #: cmdline/apt-cache.cc:283
64 msgid "Total Provides Mappings: "
67 #: cmdline/apt-cache.cc:295
68 msgid "Total Globbed Strings: "
71 #: cmdline/apt-cache.cc:309
72 msgid "Total Dependency Version space: "
75 #: cmdline/apt-cache.cc:314
76 msgid "Total Slack space: "
79 #: cmdline/apt-cache.cc:322
80 msgid "Total Space Accounted for: "
83 #: cmdline/apt-cache.cc:444 cmdline/apt-cache.cc:871
85 msgid "Package file %s is out of sync."
88 #: cmdline/apt-cache.cc:913
89 msgid "You must give exactly one pattern"
92 #: cmdline/apt-cache.cc:1137
93 msgid "Package Files:"
96 #: cmdline/apt-cache.cc:1144 cmdline/apt-cache.cc:1230
97 msgid "Cache is out of sync, can't x-ref a package file"
100 #: cmdline/apt-cache.cc:1145
105 #. Show any packages have explicit pins
106 #: cmdline/apt-cache.cc:1157
107 msgid "Pinned Packages:"
110 #: cmdline/apt-cache.cc:1169 cmdline/apt-cache.cc:1210
115 #: cmdline/apt-cache.cc:1190
119 #: cmdline/apt-cache.cc:1192 cmdline/apt-cache.cc:1200
124 #: cmdline/apt-cache.cc:1197
128 #: cmdline/apt-cache.cc:1207
129 msgid " Package Pin: "
132 #. Show the priority tables
133 #: cmdline/apt-cache.cc:1216
134 msgid " Version Table:"
137 #: cmdline/apt-cache.cc:1231
142 #: cmdline/apt-cache.cc:1258 cmdline/apt-cdrom.cc:730 cmdline/apt-config.cc:70
143 #: cmdline/apt-extracttemplates.cc:225 ftparchive/apt-ftparchive.cc:544
144 #: cmdline/apt-get.cc:2049 cmdline/apt-sortpkgs.cc:144
146 msgid "%s %s for %s %s compiled on %s %s\n"
149 #: cmdline/apt-cache.cc:1262
151 "Usage: apt-cache [options] command\n"
152 " apt-cache [options] add file1 [file1 ...]\n"
153 " apt-cache [options] showpkg pkg1 [pkg2 ...]\n"
154 " apt-cache [options] showsrc pkg1 [pkg2 ...]\n"
156 "apt-cache is a low-level tool used to manipulate APT's binary\n"
157 "cache files, and query information from them\n"
160 " add - Add a package file to the source cache\n"
161 " gencaches - Build both the package and source cache\n"
162 " showpkg - Show some general information for a single package\n"
163 " showsrc - Show source records\n"
164 " stats - Show some basic statistics\n"
165 " dump - Show the entire file in a terse form\n"
166 " dumpavail - Print an available file to stdout\n"
167 " unmet - Show unmet dependencies\n"
168 " search - Search the package list for a regex pattern\n"
169 " show - Show a readable record for the package\n"
170 " depends - Show raw dependency information for a package\n"
171 " pkgnames - List the names of all packages\n"
172 " dotty - Generate package graphs for GraphVis\n"
173 " policy - Show policy settings\n"
176 " -h This help text.\n"
177 " -p=? The package cache.\n"
178 " -s=? The source cache.\n"
179 " -q Disable progress indicator.\n"
180 " -i Show only important deps for the unmet command.\n"
181 " -c=? Read this configuration file\n"
182 " -o=? Set an arbitary configuration option, eg -o dir::cache=/tmp\n"
183 "See the apt-cache(8) and apt.conf(5) manual pages for more information.\n"
186 #: cmdline/apt-config.cc:41
187 msgid "Arguments not in pairs"
190 #: cmdline/apt-config.cc:76
192 "Usage: apt-config [options] command\n"
194 "apt-config is a simple tool to read the APT config file\n"
197 " shell - Shell mode\n"
198 " dump - Show the configuration\n"
201 " -h This help text.\n"
202 " -c=? Read this configuration file\n"
203 " -o=? Set an arbitary configuration option, eg -o dir::cache=/tmp\n"
206 #: cmdline/apt-extracttemplates.cc:98
208 msgid "%s not a valid DEB package."
211 #: cmdline/apt-extracttemplates.cc:232
213 "Usage: apt-extracttemplates file1 [file2 ...]\n"
215 "apt-extracttemplates is a tool to extract config and template info\n"
216 "from debian packages\n"
219 " -h This help text\n"
220 " -t Set the temp dir\n"
221 " -c=? Read this configuration file\n"
222 " -o=? Set an arbitary configuration option, eg -o dir::cache=/tmp\n"
225 #: cmdline/apt-extracttemplates.cc:259 apt-pkg/pkgcachegen.cc:699
227 msgid "Unable to write to %s"
230 #: cmdline/apt-extracttemplates.cc:302
231 msgid "Cannot get debconf version. Is debconf installed?"
234 #: ftparchive/apt-ftparchive.cc:163 ftparchive/apt-ftparchive.cc:336
236 msgid "Package extension list is too long"
237 msgstr "Option ‘%s’ is too long"
239 #: ftparchive/apt-ftparchive.cc:165 ftparchive/apt-ftparchive.cc:179
240 #: ftparchive/apt-ftparchive.cc:202 ftparchive/apt-ftparchive.cc:251
241 #: ftparchive/apt-ftparchive.cc:265 ftparchive/apt-ftparchive.cc:287
243 msgid "Error Processing directory %s"
246 #: ftparchive/apt-ftparchive.cc:249
248 msgid "Source extension list is too long"
249 msgstr "Option ‘%s’ is too long"
251 #: ftparchive/apt-ftparchive.cc:366
252 msgid "Error writing header to contents file"
255 #: ftparchive/apt-ftparchive.cc:396
257 msgid "Error Processing Contents %s"
260 #: ftparchive/apt-ftparchive.cc:550
263 "Usage: apt-ftparchive [options] command\n"
264 "Commands: packges binarypath [overridefile [pathprefix]]\n"
265 " sources srcpath [overridefile [pathprefix]]\n"
267 " generate config [groups]\n"
270 "apt-ftparchive generates index files for Debian archives. It supports\n"
271 "many styles of generation from fully automated to functional replacements\n"
272 "for dpkg-scanpackages and dpkg-scansources\n"
274 "apt-ftparchive generates Package files from a tree of .debs. The\n"
275 "Package file contains the contents of all the control fields from\n"
276 "each package as well as the MD5 hash and filesize. An override file\n"
277 "is supported to force the value of Priority and Section.\n"
279 "Similarly apt-ftparchive generates Sources files from a tree of .dscs.\n"
280 "The --source-override option can be used to specify a src override file\n"
282 "The 'packages' and 'sources' command should be run in the root of the\n"
283 "tree. BinaryPath should point to the base of the recursive search and \n"
284 "override file should contian the override flags. Pathprefix is\n"
285 "appended to the filename fields if present. Example usage from the \n"
287 " apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
288 " dists/potato/main/binary-i386/Packages\n"
291 " -h This help text\n"
292 " --md5 Control MD5 generation\n"
293 " -s=? Source override file\n"
295 " -d=? Select the optional caching database\n"
296 " --no-delink Enable delinking debug mode\n"
297 " --contents Control contents file generation\n"
298 " -c=? Read this configuration file\n"
299 " -o=? Set an arbitary configuration option"
301 "apt-ftparchive generates index files for Debian archives. It supports\n"
302 "many styles of generation from fully automated to functional replacements\n"
303 "for dpkg-scanpackages and dpkg-scansources\n"
305 "apt-ftparchive generates Package files from a tree of .debs. The\n"
306 "Package file contains the contents of all the control fields from\n"
307 "each package as well as the MD5 hash and filesize. An override file\n"
308 "is supported to force the value of Priority and Section.\n"
310 "Similarly apt-ftparchive generates Sources files from a tree of .dscs.\n"
311 "The --source-override option can be used to specify a src override file\n"
313 "The ‘packages’ and ‘sources’ command should be run in the root of the\n"
314 "tree. BinaryPath should point to the base of the recursive search and \n"
315 "override file should contian the override flags. Pathprefix is\n"
316 "appended to the filename fields if present. Example usage from the \n"
318 " apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
319 " dists/potato/main/binary-i386/Packages\n"
321 #: ftparchive/apt-ftparchive.cc:731
322 msgid "No selections matched"
325 #: ftparchive/apt-ftparchive.cc:804
327 msgid "Some files are missing in the package file group `%s'"
328 msgstr "Some files are missing in the package file group ‘%s’"
330 #: ftparchive/cachedb.cc:43
332 msgid "DB was corrupted, file renamed to %s.old"
335 #: ftparchive/cachedb.cc:59
337 msgid "Unable to open DB2 file %s"
340 #: ftparchive/cachedb.cc:99
342 msgid "File date has changed %s"
345 #: ftparchive/cachedb.cc:140
346 msgid "Archive has no control record"
349 #: ftparchive/cachedb.cc:253 ftparchive/cachedb.cc:257
350 msgid "Unable to get a cursor"
353 #: ftparchive/writer.cc:78
355 msgid "W: Unable to read directory %s\n"
358 #: ftparchive/writer.cc:83
360 msgid "W: Unable to stat %s\n"
363 #: ftparchive/writer.cc:122
367 #: ftparchive/writer.cc:124
371 #: ftparchive/writer.cc:131
373 msgid "E: Errors apply to file "
374 msgstr "E: Errors apply to file ‘"
376 #: ftparchive/writer.cc:148 ftparchive/writer.cc:178
378 msgid "Failed to resolve %s"
381 #: ftparchive/writer.cc:160
382 msgid "Tree walking failed"
385 #: ftparchive/writer.cc:185
387 msgid "Failed to open %s"
390 #: ftparchive/writer.cc:242
392 msgid " DeLink %s [%s]\n"
395 #: ftparchive/writer.cc:250
397 msgid "Failed to readlink %s"
400 #: ftparchive/writer.cc:254
402 msgid "Failed to unlink %s"
405 #: ftparchive/writer.cc:261
407 msgid "*** Failed to link %s to %s"
410 #: ftparchive/writer.cc:271
412 msgid " DeLink limit of %sB hit.\n"
415 #: ftparchive/writer.cc:338 apt-inst/extract.cc:181 apt-inst/extract.cc:193
416 #: apt-inst/extract.cc:210 apt-inst/deb/dpkgdb.cc:121
418 msgid "Failed to stat %s"
421 #: ftparchive/writer.cc:358
422 msgid "Archive had no package field"
425 #: ftparchive/writer.cc:366 ftparchive/writer.cc:576
427 msgid " %s has no override entry\n"
430 #: ftparchive/writer.cc:409 ftparchive/writer.cc:658
432 msgid " %s maintainer is %s not %s\n"
435 #: ftparchive/contents.cc:346 ftparchive/contents.cc:377
436 msgid "realloc - Failed to allocate memory"
439 #: ftparchive/override.cc:38 ftparchive/override.cc:146
441 msgid "Unable to open %s"
444 #: ftparchive/override.cc:64 ftparchive/override.cc:170
446 msgid "Malformed override %s line %lu #1"
449 #: ftparchive/override.cc:78 ftparchive/override.cc:182
451 msgid "Malformed override %s line %lu #2"
454 #: ftparchive/override.cc:92 ftparchive/override.cc:195
456 msgid "Malformed override %s line %lu #3"
459 #: ftparchive/override.cc:131 ftparchive/override.cc:205
461 msgid "Failed to read the override file %s"
464 #: ftparchive/multicompress.cc:75
466 msgid "Unknown Compresison Algorithm '%s'"
467 msgstr "Unknown Compression Algorithm ‘%s’"
469 #: ftparchive/multicompress.cc:105
471 msgid "Compressed output %s needs a compression set"
474 #: ftparchive/multicompress.cc:172 methods/rsh.cc:91
475 msgid "Failed to create IPC pipe to subprocess"
478 #: ftparchive/multicompress.cc:198
479 msgid "Failed to create FILE*"
482 #: ftparchive/multicompress.cc:201
483 msgid "Failed to fork"
486 #: ftparchive/multicompress.cc:215
487 msgid "Compress Child"
490 #: ftparchive/multicompress.cc:238
492 msgid "Internal Error, Failed to create %s"
495 #: ftparchive/multicompress.cc:289
496 msgid "Failed to create subprocess IPC"
499 #: ftparchive/multicompress.cc:324
500 msgid "Failed to exec compressor "
503 #: ftparchive/multicompress.cc:363
507 #: ftparchive/multicompress.cc:406
508 msgid "IO to subprocess/file failed"
511 #: ftparchive/multicompress.cc:458
512 msgid "Failed to read while computing MD5"
515 #: ftparchive/multicompress.cc:475
517 msgid "Problem unlinking %s"
520 #: ftparchive/multicompress.cc:490 apt-inst/extract.cc:188
522 msgid "Failed to rename %s to %s"
525 #. This needs to be a capital
526 #: cmdline/apt-get.cc:116
530 #: cmdline/apt-get.cc:193
531 msgid "The following packages have unmet dependencies:"
534 #: cmdline/apt-get.cc:283
536 msgid "but %s is installed"
539 #: cmdline/apt-get.cc:285
541 msgid "but %s is to be installed"
544 #: cmdline/apt-get.cc:292
545 msgid "but it is not installable"
548 #: cmdline/apt-get.cc:294
549 msgid "but it is a virtual package"
552 #: cmdline/apt-get.cc:297
553 msgid "but it is not installed"
556 #: cmdline/apt-get.cc:297
557 msgid "but it is not going to be installed"
560 #: cmdline/apt-get.cc:302
564 #: cmdline/apt-get.cc:328
565 msgid "The following NEW packages will be installed:"
568 #: cmdline/apt-get.cc:351
569 msgid "The following packages will be REMOVED:"
572 #: cmdline/apt-get.cc:371
573 msgid "The following packages have been kept back"
576 #: cmdline/apt-get.cc:390
577 msgid "The following packages will be upgraded"
580 #: cmdline/apt-get.cc:409
581 msgid "The following packages will be DOWNGRADED"
584 #: cmdline/apt-get.cc:426
585 msgid "The following held packages will be changed:"
588 #: cmdline/apt-get.cc:477
590 msgid "%s (due to %s) "
593 #: cmdline/apt-get.cc:484
595 "WARNING: The following essential packages will be removed\n"
596 "This should NOT be done unless you know exactly what you are doing!"
599 #: cmdline/apt-get.cc:514
601 msgid "%lu packages upgraded, %lu newly installed, "
604 #: cmdline/apt-get.cc:518
606 msgid "%lu reinstalled, "
609 #: cmdline/apt-get.cc:520
611 msgid "%lu downgraded, "
614 #: cmdline/apt-get.cc:522
616 msgid "%lu to remove and %lu not upgraded.\n"
619 #: cmdline/apt-get.cc:526
621 msgid "%lu packages not fully installed or removed.\n"
624 #: cmdline/apt-get.cc:586
625 msgid "Correcting dependencies..."
628 #: cmdline/apt-get.cc:589
632 #: cmdline/apt-get.cc:592
633 msgid "Unable to correct dependencies"
636 #: cmdline/apt-get.cc:595
637 msgid "Unable to minimize the upgrade set"
640 #: cmdline/apt-get.cc:597
644 #: cmdline/apt-get.cc:601
645 msgid "You might want to run `apt-get -f install' to correct these."
646 msgstr "You might want to run ‘apt-get -f install’ to correct these."
648 #: cmdline/apt-get.cc:604
649 msgid "Unmet dependencies. Try using -f."
652 #: cmdline/apt-get.cc:657
653 msgid "Packages need to be removed but Remove is disabled."
656 #: cmdline/apt-get.cc:683 cmdline/apt-get.cc:1578 cmdline/apt-get.cc:1611
657 msgid "Unable to lock the download directory"
660 #: cmdline/apt-get.cc:693 cmdline/apt-get.cc:1659 cmdline/apt-get.cc:1870
661 #: apt-pkg/cachefile.cc:67
662 msgid "The list of sources could not be read."
665 #: cmdline/apt-get.cc:713
667 msgid "Need to get %sB/%sB of archives.\n"
670 #: cmdline/apt-get.cc:716
672 msgid "Need to get %sB of archives.\n"
675 #: cmdline/apt-get.cc:721
677 msgid "After unpacking %sB of additional disk space will be used.\n"
680 #: cmdline/apt-get.cc:724
682 msgid "After unpacking %sB disk space will be freed.\n"
685 #: cmdline/apt-get.cc:741
687 msgid "You don't have enough free space in %s."
690 #: cmdline/apt-get.cc:750
691 msgid "There are problems and -y was used without --force-yes"
694 #: cmdline/apt-get.cc:756 cmdline/apt-get.cc:776
695 msgid "Trivial Only specified but this is not a trivial operation."
698 #: cmdline/apt-get.cc:758
699 msgid "Yes, do as I say!"
702 #: cmdline/apt-get.cc:760
705 "You are about to do something potentially harmful\n"
706 "To continue type in the phrase '%s'\n"
709 "You are about to do something potentially harmful\n"
710 "To continue type in the phrase ‘%s’\n"
713 #: cmdline/apt-get.cc:766 cmdline/apt-get.cc:785
717 #: cmdline/apt-get.cc:781
718 msgid "Do you want to continue? [Y/n] "
721 #: cmdline/apt-get.cc:850 cmdline/apt-get.cc:1219 cmdline/apt-get.cc:1768
723 msgid "Failed to fetch %s %s\n"
726 #: cmdline/apt-get.cc:868
727 msgid "Some files failed to download"
730 #: cmdline/apt-get.cc:869 cmdline/apt-get.cc:1777
731 msgid "Download complete and in download only mode"
734 #: cmdline/apt-get.cc:875
736 "Unable to fetch some archives, maybe run apt-get update or try with --fix-"
740 #: cmdline/apt-get.cc:879
741 msgid "--fix-missing and media swapping is not currently supported"
744 #: cmdline/apt-get.cc:884
745 msgid "Unable to correct missing packages."
748 #: cmdline/apt-get.cc:885
749 msgid "Aborting Install."
752 #: cmdline/apt-get.cc:918
754 msgid "Note, selecting %s instead of %s\n"
757 #: cmdline/apt-get.cc:928
759 msgid "Skipping %s, it is already installed and upgrade is not set.\n"
762 #: cmdline/apt-get.cc:946
764 msgid "Package %s is not installed, so not removed\n"
767 #: cmdline/apt-get.cc:957
769 msgid "Package %s is a virtual package provided by:\n"
772 #: cmdline/apt-get.cc:969
776 #: cmdline/apt-get.cc:974
777 msgid "You should explicitly select one to install."
780 #: cmdline/apt-get.cc:979
783 "Package %s has no available version, but exists in the database.\n"
784 "This typically means that the package was mentioned in a dependency and\n"
785 "never uploaded, has been obsoleted or is not available with the contents\n"
789 #: cmdline/apt-get.cc:997
790 msgid "However the following packages replace it:"
793 #: cmdline/apt-get.cc:1000
795 msgid "Package %s has no installation candidate"
798 #: cmdline/apt-get.cc:1020
800 msgid "Reinstallation of %s is not possible, it cannot be downloaded.\n"
803 #: cmdline/apt-get.cc:1028
805 msgid "%s is already the newest version.\n"
808 #: cmdline/apt-get.cc:1055
810 msgid "Release '%s' for '%s' was not found"
811 msgstr "Release ‘%s’ for ‘%s’ was not found"
813 #: cmdline/apt-get.cc:1057
815 msgid "Version '%s' for '%s' was not found"
816 msgstr "Version ‘%s’ for ‘%s’ was not found"
818 #: cmdline/apt-get.cc:1063
820 msgid "Selected version %s (%s) for %s\n"
823 #: cmdline/apt-get.cc:1173
824 msgid "The update command takes no arguments"
827 #: cmdline/apt-get.cc:1186
828 msgid "Unable to lock the list directory"
831 #: cmdline/apt-get.cc:1238
833 "Some index files failed to download, they have been ignored, or old ones "
837 #: cmdline/apt-get.cc:1257
838 msgid "Internal Error, AllUpgrade broke stuff"
841 #: cmdline/apt-get.cc:1347 cmdline/apt-get.cc:1383
843 msgid "Couldn't find package %s"
846 #: cmdline/apt-get.cc:1360
848 msgid "Regex compilation error - %s"
851 #: cmdline/apt-get.cc:1370
853 msgid "Note, selecting %s for regex '%s'\n"
854 msgstr "Note, selecting %s for regex ‘%s’\n"
856 #: cmdline/apt-get.cc:1400
857 msgid "You might want to run `apt-get -f install' to correct these:"
858 msgstr "You might want to run ‘apt-get -f install’ to correct these:"
860 #: cmdline/apt-get.cc:1403
862 "Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a "
865 "Unmet dependencies. Try ‘apt-get -f install’ with no packages (or specify a "
868 #: cmdline/apt-get.cc:1415
870 "Some packages could not be installed. This may mean that you have\n"
871 "requested an impossible situation or if you are using the unstable\n"
872 "distribution that some required packages have not yet been created\n"
873 "or been moved out of Incoming."
876 #: cmdline/apt-get.cc:1423
878 "Since you only requested a single operation it is extremely likely that\n"
879 "the package is simply not installable and a bug report against\n"
880 "that package should be filed."
883 #: cmdline/apt-get.cc:1428
884 msgid "The following information may help to resolve the situation:"
887 #: cmdline/apt-get.cc:1431
888 msgid "Broken packages"
891 #: cmdline/apt-get.cc:1454
892 msgid "The following extra packages will be installed:"
895 #: cmdline/apt-get.cc:1473
896 msgid "Calculating Upgrade... "
899 #: cmdline/apt-get.cc:1476 methods/ftp.cc:700 methods/connect.cc:99
903 #: cmdline/apt-get.cc:1481
907 #: cmdline/apt-get.cc:1654
908 msgid "Must specify at least one package to fetch source for"
911 #: cmdline/apt-get.cc:1681 cmdline/apt-get.cc:1888
913 msgid "Unable to find a source package for %s"
916 #: cmdline/apt-get.cc:1728
918 msgid "You don't have enough free space in %s"
921 #: cmdline/apt-get.cc:1733
923 msgid "Need to get %sB/%sB of source archives.\n"
926 #: cmdline/apt-get.cc:1736
928 msgid "Need to get %sB of source archives.\n"
931 #: cmdline/apt-get.cc:1742
933 msgid "Fetch Source %s\n"
936 #: cmdline/apt-get.cc:1773
937 msgid "Failed to fetch some archives."
940 #: cmdline/apt-get.cc:1801
942 msgid "Skipping unpack of already unpacked source in %s\n"
945 #: cmdline/apt-get.cc:1813
947 msgid "Unpack command '%s' failed.\n"
948 msgstr "Unpack command ‘%s’ failed.\n"
950 #: cmdline/apt-get.cc:1830
952 msgid "Build command '%s' failed.\n"
953 msgstr "Build command ‘%s’ failed.\n"
955 #: cmdline/apt-get.cc:1849
956 msgid "Child process failed"
959 #: cmdline/apt-get.cc:1865
960 msgid "Must specify at least one package to check builddeps for"
963 #: cmdline/apt-get.cc:1893
965 msgid "Unable to get build-dependency information for %s"
968 #: cmdline/apt-get.cc:1913
970 msgid "%s has no build depends.\n"
973 #: cmdline/apt-get.cc:1948
976 "%s dependency for %s cannot be satisfied because the package %s cannot be "
980 #: cmdline/apt-get.cc:1990
983 "%s dependency for %s cannot be satisfied because no available versions of "
984 "package %s can satisfy version requirements"
987 #: cmdline/apt-get.cc:2017
989 "Some broken packages were found while trying to process build-dependencies.\n"
990 "You might want to run `apt-get -f install' to correct these."
992 "Some broken packages were found while trying to process build-dependencies.\n"
993 "You might want to run ‘apt-get -f install’ to correct these."
995 #: cmdline/apt-get.cc:2022
996 msgid "Failed to process build dependencies"
999 #: cmdline/apt-get.cc:2054
1000 msgid "Supported Modules:"
1003 #: cmdline/apt-get.cc:2095
1005 "Usage: apt-get [options] command\n"
1006 " apt-get [options] install|remove pkg1 [pkg2 ...]\n"
1007 " apt-get [options] source pkg1 [pkg2 ...]\n"
1009 "apt-get is a simple command line interface for downloading and\n"
1010 "installing packages. The most frequently used commands are update\n"
1014 " update - Retrieve new lists of packages\n"
1015 " upgrade - Perform an upgrade\n"
1016 " install - Install new packages (pkg is libc6 not libc6.deb)\n"
1017 " remove - Remove packages\n"
1018 " source - Download source archives\n"
1019 " build-dep - Configure build-dependencies for source packages\n"
1020 " dist-upgrade - Distribution upgrade, see apt-get(8)\n"
1021 " dselect-upgrade - Follow dselect selections\n"
1022 " clean - Erase downloaded archive files\n"
1023 " autoclean - Erase old downloaded archive files\n"
1024 " check - Verify that there are no broken dependencies\n"
1027 " -h This help text.\n"
1028 " -q Loggable output - no progress indicator\n"
1029 " -qq No output except for errors\n"
1030 " -d Download only - do NOT install or unpack archives\n"
1031 " -s No-act. Perform ordering simulation\n"
1032 " -y Assume Yes to all queries and do not prompt\n"
1033 " -f Attempt to continue if the integrity check fails\n"
1034 " -m Attempt to continue if archives are unlocatable\n"
1035 " -u Show a list of upgraded packages as well\n"
1036 " -b Build the source package after fetching it\n"
1037 " -c=? Read this configuration file\n"
1038 " -o=? Set an arbitary configuration option, eg -o dir::cache=/tmp\n"
1039 "See the apt-get(8), sources.list(5) and apt.conf(5) manual\n"
1040 "pages for more information and options.\n"
1041 " This APT has Super Cow Powers.\n"
1044 #: cmdline/acqprogress.cc:55
1048 #: cmdline/acqprogress.cc:79
1052 #: cmdline/acqprogress.cc:110
1056 #: cmdline/acqprogress.cc:114
1060 #: cmdline/acqprogress.cc:135
1062 msgid "Fetched %sB in %s (%sB/s)\n"
1065 #: cmdline/acqprogress.cc:225
1069 #: cmdline/acqprogress.cc:271
1072 "Media Change: Please insert the disc labeled '%s' in the drive '%s' and "
1075 "Media Change: Please insert the disc labeled ‘%s’ in the drive ‘%s’ and "
1078 #: cmdline/apt-sortpkgs.cc:86
1079 msgid "Unknown package record!"
1082 #: cmdline/apt-sortpkgs.cc:150
1084 "Usage: apt-sortpkgs [options] file1 [file2 ...]\n"
1086 "apt-sortpkgs is a simple tool to sort package files. The -s option is used\n"
1087 "to indicate what kind of file it is.\n"
1090 " -h This help text\n"
1091 " -s Use source file sorting\n"
1092 " -c=? Read this configuration file\n"
1093 " -o=? Set an arbitary configuration option, eg -o dir::cache=/tmp\n"
1096 #: apt-inst/contrib/extracttar.cc:115
1097 msgid "Failed to create pipes"
1100 #: apt-inst/contrib/extracttar.cc:140
1101 msgid "Failed to exec gzip "
1104 #: apt-inst/contrib/extracttar.cc:177 apt-inst/contrib/extracttar.cc:203
1105 msgid "Corrupted archive"
1108 #: apt-inst/contrib/extracttar.cc:192
1109 msgid "Tar Checksum failed, archive corrupted"
1112 #: apt-inst/contrib/extracttar.cc:295
1114 msgid "Unkown TAR header type %u, member %s"
1117 #: apt-inst/contrib/arfile.cc:73
1118 msgid "Invalid archive signature"
1121 #: apt-inst/contrib/arfile.cc:81
1122 msgid "Error reading archive member header"
1125 #: apt-inst/contrib/arfile.cc:93 apt-inst/contrib/arfile.cc:105
1126 msgid "Invalid archive member header"
1129 #: apt-inst/contrib/arfile.cc:131
1130 msgid "Archive is too short"
1133 #: apt-inst/contrib/arfile.cc:135
1134 msgid "Failed to read the archive headers"
1137 #: apt-inst/filelist.cc:384
1138 msgid "DropNode called on still linked node"
1141 #: apt-inst/filelist.cc:416
1142 msgid "Failed to locate the hash element!"
1145 #: apt-inst/filelist.cc:463
1146 msgid "Failed to allocate diversion"
1149 #: apt-inst/filelist.cc:468
1150 msgid "Internal Error in AddDiversion"
1153 #: apt-inst/filelist.cc:481
1155 msgid "Trying to overwrite a diversion, %s -> %s and %s/%s"
1158 #: apt-inst/filelist.cc:510
1160 msgid "Double add of diversion %s -> %s"
1163 #: apt-inst/filelist.cc:553
1165 msgid "Duplicate conf file %s/%s"
1168 #: apt-inst/dirstream.cc:45 apt-inst/dirstream.cc:50 apt-inst/dirstream.cc:53
1170 msgid "Failed write file %s"
1173 #: apt-inst/dirstream.cc:80 apt-inst/dirstream.cc:88
1175 msgid "Failed to close file %s"
1178 #: apt-inst/extract.cc:96 apt-inst/extract.cc:167
1180 msgid "The path %s is too long"
1181 msgstr "Option ‘%s’ is too long"
1183 #: apt-inst/extract.cc:127
1185 msgid "Unpacking %s more than once"
1188 #: apt-inst/extract.cc:137
1190 msgid "The directory %s is diverted"
1193 #: apt-inst/extract.cc:147
1195 msgid "The package is trying to write to the diversion target %s/%s"
1198 #: apt-inst/extract.cc:157 apt-inst/extract.cc:300
1200 msgid "The diversion path is too long"
1201 msgstr "Option ‘%s’ is too long"
1203 #: apt-inst/extract.cc:243
1205 msgid "The directory %s is being replaced by a non-directory"
1208 #: apt-inst/extract.cc:283
1209 msgid "Failed to locate node in its hash bucket"
1212 #: apt-inst/extract.cc:287
1214 msgid "The path is too long"
1215 msgstr "Option ‘%s’ is too long"
1217 #: apt-inst/extract.cc:417
1219 msgid "Overwrite package match with no version for %s"
1222 #: apt-inst/extract.cc:434
1224 msgid "File %s/%s overwrites the one in the package %s"
1227 #: apt-inst/extract.cc:467 apt-pkg/contrib/configuration.cc:701
1228 #: apt-pkg/contrib/cdromutl.cc:153 apt-pkg/acquire.cc:412 apt-pkg/clean.cc:38
1230 msgid "Unable to read %s"
1233 #: apt-inst/extract.cc:494
1235 msgid "Unable to stat %s"
1238 #: apt-inst/deb/dpkgdb.cc:55 apt-inst/deb/dpkgdb.cc:61
1240 msgid "Failed to remove %s"
1243 #: apt-inst/deb/dpkgdb.cc:110 apt-inst/deb/dpkgdb.cc:112
1245 msgid "Unable to create %s"
1248 #: apt-inst/deb/dpkgdb.cc:118
1250 msgid "Failed to stat %sinfo"
1253 #: apt-inst/deb/dpkgdb.cc:123
1254 msgid "The info and temp directories need to be on the same filesystem"
1257 #. Build the status cache
1258 #: apt-inst/deb/dpkgdb.cc:139 apt-pkg/pkgcachegen.cc:643
1259 #: apt-pkg/pkgcachegen.cc:701 apt-pkg/pkgcachegen.cc:706
1260 #: apt-pkg/pkgcachegen.cc:829
1261 msgid "Reading Package Lists"
1264 #: apt-inst/deb/dpkgdb.cc:180
1266 msgid "Failed to change to the admin dir %sinfo"
1269 #: apt-inst/deb/dpkgdb.cc:201 apt-inst/deb/dpkgdb.cc:355
1270 #: apt-inst/deb/dpkgdb.cc:448
1271 msgid "Internal Error getting a Package Name"
1274 #: apt-inst/deb/dpkgdb.cc:205
1275 msgid "Reading File Listing"
1278 #: apt-inst/deb/dpkgdb.cc:216
1281 "Failed to open the list file '%sinfo/%s'. If you cannot restore this file "
1282 "then make it empty and immediately re-install the same version of the "
1285 "Failed to open the list file ‘%sinfo/%s’. If you cannot restore this file "
1286 "then make it empty and immediately re-install the same version of the "
1289 #: apt-inst/deb/dpkgdb.cc:229 apt-inst/deb/dpkgdb.cc:242
1291 msgid "Failed reading the list file %sinfo/%s"
1294 #: apt-inst/deb/dpkgdb.cc:266
1295 msgid "Internal Error getting a Node"
1298 #: apt-inst/deb/dpkgdb.cc:309
1300 msgid "Failed to open the diversions file %sdiversions"
1303 #: apt-inst/deb/dpkgdb.cc:324
1304 msgid "The diversion file is corrupted"
1307 #: apt-inst/deb/dpkgdb.cc:331 apt-inst/deb/dpkgdb.cc:336
1308 #: apt-inst/deb/dpkgdb.cc:341
1310 msgid "Invalid line in the diversion file: %s"
1313 #: apt-inst/deb/dpkgdb.cc:362
1314 msgid "Internal Error adding a diversion"
1317 #: apt-inst/deb/dpkgdb.cc:383
1318 msgid "The pkg cache must be initialize first"
1321 #: apt-inst/deb/dpkgdb.cc:386
1322 msgid "Reading File List"
1325 #: apt-inst/deb/dpkgdb.cc:443
1327 msgid "Failed to find a Package: Header, offset %lu"
1330 #: apt-inst/deb/dpkgdb.cc:465
1332 msgid "Bad ConfFile section in the status file. Offset %lu"
1335 #: apt-inst/deb/dpkgdb.cc:470
1337 msgid "Error parsing MD5. Offset %lu"
1340 #: apt-inst/deb/debfile.cc:55
1342 msgid "This is not a valid DEB archive, missing '%s' member"
1343 msgstr "This is not a valid DEB archive, missing ‘%s’ member"
1345 #: apt-inst/deb/debfile.cc:72
1347 msgid "Internal Error, could not locate member %s"
1350 #: apt-inst/deb/debfile.cc:104
1352 msgid "Couldn't change to %s"
1355 #: apt-inst/deb/debfile.cc:125
1356 msgid "Internal Error, could not locate member"
1359 #: apt-inst/deb/debfile.cc:158
1360 msgid "Failed to locate a valid control file"
1363 #: apt-inst/deb/debfile.cc:243
1364 msgid "Unparsible control file"
1367 #: dselect/install:32
1368 msgid "Bad default setting!"
1371 #: dselect/install:51 dselect/install:83 dselect/install:87 dselect/install:93
1372 #: dselect/install:104 dselect/update:45
1373 msgid "Press enter to continue."
1376 #: dselect/install:100
1377 msgid "Some errors occurred while unpacking. I'm going to configure the"
1380 #: dselect/install:101
1381 msgid "packages that were installed. This may result in duplicate errors"
1384 #: dselect/install:102
1385 msgid "or errors caused by missing dependencies. This is OK, only the errors"
1388 #: dselect/install:103
1390 "above this message are important. Please fix them and run [I]nstall again"
1393 #: dselect/update:30
1394 msgid "Merging Available information"
1397 #: methods/cdrom.cc:113
1399 msgid "Unable to read the cdrom database %s"
1402 #: methods/cdrom.cc:122
1404 "Please use apt-cdrom to make this CD recognized by APT. apt-get update "
1405 "cannot be used to add new CDs"
1408 #: methods/cdrom.cc:130 methods/cdrom.cc:168
1412 #: methods/cdrom.cc:163
1414 msgid "Unable to unmount the CD-ROM in %s, it may still be in use."
1417 #: methods/cdrom.cc:177 methods/file.cc:77
1418 msgid "File not found"
1421 #: methods/copy.cc:42 methods/gzip.cc:133 methods/gzip.cc:142
1422 msgid "Failed to stat"
1425 #: methods/copy.cc:79 methods/gzip.cc:139
1426 msgid "Failed to set modification time"
1429 #: methods/file.cc:42
1430 msgid "Invalid URI, local URIS must not start with //"
1433 #. Login must be before getpeername otherwise dante won't work.
1434 #: methods/ftp.cc:162
1438 #: methods/ftp.cc:168
1439 msgid "Unable to determine the peer name"
1442 #: methods/ftp.cc:173
1443 msgid "Unable to determine the local name"
1446 #: methods/ftp.cc:204 methods/ftp.cc:230
1448 msgid "Server refused our connection and said: %s"
1451 #: methods/ftp.cc:210
1453 msgid "USER failed, server said: %s"
1454 msgstr "Data transfer failed, server said ‘%s’"
1456 #: methods/ftp.cc:216
1458 msgid "PASS failed, server said: %s"
1459 msgstr "Data transfer failed, server said ‘%s’"
1461 #: methods/ftp.cc:235
1463 "A proxy server was specified but no login script, Acquire::ftp::ProxyLogin "
1467 #: methods/ftp.cc:263
1469 msgid "Login script command '%s' failed, server said: %s"
1470 msgstr "Login script command ‘%s’ failed, server said: %s"
1472 #: methods/ftp.cc:289
1474 msgid "TYPE failed, server said: %s"
1475 msgstr "Data transfer failed, server said ‘%s’"
1477 #: methods/ftp.cc:327 methods/ftp.cc:438 methods/rsh.cc:183 methods/rsh.cc:226
1478 msgid "Connection timeout"
1481 #: methods/ftp.cc:333
1482 msgid "Server closed the connection"
1485 #: methods/ftp.cc:336 apt-pkg/contrib/fileutl.cc:452 methods/rsh.cc:190
1489 #: methods/ftp.cc:343 methods/rsh.cc:197
1490 msgid "A response overflowed the buffer."
1493 #: methods/ftp.cc:360 methods/ftp.cc:372
1494 msgid "Protocol corruption"
1497 #: methods/ftp.cc:444 methods/rsh.cc:232
1501 #: methods/ftp.cc:685 methods/ftp.cc:691 methods/ftp.cc:727
1502 msgid "Could not create a socket"
1505 #: methods/ftp.cc:696
1506 msgid "Could not connect data socket, connection timed out"
1509 #: methods/ftp.cc:702
1510 msgid "Could not connect passive socket."
1513 #: methods/ftp.cc:720
1514 msgid "getaddrinfo was unable to get a listening socket"
1517 #: methods/ftp.cc:734
1518 msgid "Could not bind a socket"
1521 #: methods/ftp.cc:738
1523 msgid "Could not listen on the socket"
1524 msgstr "Could not find a record in the DSC ‘%s’"
1526 #: methods/ftp.cc:745
1527 msgid "Could not determine the socket's name"
1530 #: methods/ftp.cc:777
1531 msgid "Unable to send PORT command"
1534 #: methods/ftp.cc:787
1536 msgid "Unknown address family %u (AF_*)"
1539 #: methods/ftp.cc:796
1541 msgid "EPRT failed, server said: %s"
1542 msgstr "Data transfer failed, server said ‘%s’"
1544 #: methods/ftp.cc:816
1545 msgid "Data socket connect timed out"
1548 #: methods/ftp.cc:823
1549 msgid "Unable to accept connection"
1552 #: methods/ftp.cc:862 methods/http.cc:912 methods/rsh.cc:303
1553 msgid "Problem hashing file"
1556 #: methods/ftp.cc:875
1558 msgid "Unable to fetch file, server said '%s'"
1559 msgstr "Unable to fetch file, server said ‘%s’"
1561 #: methods/ftp.cc:890 methods/rsh.cc:322
1562 msgid "Data socket timed out"
1565 #: methods/ftp.cc:920
1567 msgid "Data transfer failed, server said '%s'"
1568 msgstr "Data transfer failed, server said ‘%s’"
1570 #. Get the files information
1571 #: methods/ftp.cc:995
1575 #: methods/ftp.cc:1102
1576 msgid "Unable to invoke "
1579 #: methods/connect.cc:64
1581 msgid "Connecting to %s (%s)"
1584 #: methods/connect.cc:71
1589 #: methods/connect.cc:80
1591 msgid "Could not create a socket for %s (f=%u t=%u p=%u)"
1594 #: methods/connect.cc:86
1596 msgid "Cannot initiate the connection to %s:%s (%s)."
1599 #: methods/connect.cc:92
1601 msgid "Could not connect to %s:%s (%s), connection timed out"
1604 #: methods/connect.cc:104
1606 msgid "Could not connect to %s:%s (%s)."
1609 #. We say this mainly because the pause here is for the
1610 #. ssh connection that is still going
1611 #: methods/connect.cc:132 methods/rsh.cc:425
1613 msgid "Connecting to %s"
1616 #: methods/connect.cc:163
1618 msgid "Could not resolve '%s'"
1619 msgstr "Could not find a record in the DSC ‘%s’"
1621 #: methods/connect.cc:167
1623 msgid "Temporary failure resolving '%s'"
1626 #: methods/connect.cc:169
1628 msgid "Something wicked happened resolving '%s:%s' (%i)"
1629 msgstr "Something wicked happened resolving ‘%s:%s’ (%i)"
1631 #: methods/connect.cc:216
1633 msgid "Unable to connect to %s %s:"
1636 #: methods/gzip.cc:57
1638 msgid "Couldn't open pipe for %s"
1641 #: methods/gzip.cc:102
1643 msgid "Read error from %s process"
1646 #: methods/http.cc:340
1647 msgid "Waiting for file"
1650 #: methods/http.cc:486
1652 msgid "Got a single header line over %u chars"
1655 #: methods/http.cc:494
1656 msgid "Bad header line"
1659 #: methods/http.cc:513 methods/http.cc:520
1660 msgid "The http server sent an invalid reply header"
1663 #: methods/http.cc:549
1664 msgid "The http server sent an invalid Content-Length header"
1667 #: methods/http.cc:564
1668 msgid "The http server sent an invalid Content-Range header"
1671 #: methods/http.cc:566
1672 msgid "This http server has broken range support"
1675 #: methods/http.cc:590
1676 msgid "Unknown date format"
1679 #: methods/http.cc:733
1680 msgid "Select failed"
1683 #: methods/http.cc:738
1684 msgid "Connection timed out"
1687 #: methods/http.cc:761
1688 msgid "Error writing to output file"
1691 #: methods/http.cc:789
1693 msgid "Error writing to file"
1694 msgstr "E: Errors apply to file ‘"
1696 #: methods/http.cc:814
1697 msgid "Error writing to the file"
1700 #: methods/http.cc:828
1701 msgid "Error reading from server Remote end closed connection"
1704 #: methods/http.cc:830
1705 msgid "Error reading from server"
1708 #: methods/http.cc:1061
1709 msgid "Bad header Data"
1712 #: methods/http.cc:1078
1713 msgid "Connection failed"
1716 #: methods/http.cc:1169
1717 msgid "Internal error"
1720 #: apt-pkg/contrib/mmap.cc:82
1721 msgid "Can't mmap an empty file"
1724 #: apt-pkg/contrib/mmap.cc:87
1726 msgid "Couldn't make mmap of %lu bytes"
1729 #: apt-pkg/contrib/strutl.cc:941
1731 msgid "Selection %s not found"
1734 #: apt-pkg/contrib/configuration.cc:449
1736 msgid "Opening configuration file %s"
1739 #: apt-pkg/contrib/configuration.cc:559
1741 msgid "Syntax error %s:%u: Block starts with no name."
1744 #: apt-pkg/contrib/configuration.cc:578
1746 msgid "Syntax error %s:%u: Malformed Tag"
1749 #: apt-pkg/contrib/configuration.cc:595
1751 msgid "Syntax error %s:%u: Extra junk after value"
1754 #: apt-pkg/contrib/configuration.cc:635
1756 msgid "Syntax error %s:%u: Directives can only be done at the top level"
1759 #: apt-pkg/contrib/configuration.cc:642
1761 msgid "Syntax error %s:%u: Too many nested includes"
1764 #: apt-pkg/contrib/configuration.cc:646 apt-pkg/contrib/configuration.cc:651
1766 msgid "Syntax error %s:%u: Included from here"
1769 #: apt-pkg/contrib/configuration.cc:655
1771 msgid "Syntax error %s:%u: Unsupported directive '%s'"
1774 #: apt-pkg/contrib/configuration.cc:689
1776 msgid "Syntax error %s:%u: Extra junk at end of file"
1779 #: apt-pkg/contrib/progress.cc:154
1781 msgid "%c%s... Error!"
1784 #: apt-pkg/contrib/progress.cc:156
1786 msgid "%c%s... Done"
1789 #: apt-pkg/contrib/cmndline.cc:80
1791 msgid "Command line option '%c' [from %s] is not known."
1792 msgstr "Command line option ‘%c’ [from %s] is not known."
1794 #: apt-pkg/contrib/cmndline.cc:106 apt-pkg/contrib/cmndline.cc:114
1795 #: apt-pkg/contrib/cmndline.cc:122
1797 msgid "Command line option %s is not understood"
1800 #: apt-pkg/contrib/cmndline.cc:127
1802 msgid "Command line option %s is not boolean"
1805 #: apt-pkg/contrib/cmndline.cc:166 apt-pkg/contrib/cmndline.cc:187
1807 msgid "Option %s requires an argument."
1810 #: apt-pkg/contrib/cmndline.cc:201 apt-pkg/contrib/cmndline.cc:207
1812 msgid "Option %s: Configuration item specification must have an =<val>."
1815 #: apt-pkg/contrib/cmndline.cc:237
1817 msgid "Option %s requires an integer argument, not '%s'"
1820 #: apt-pkg/contrib/cmndline.cc:268
1822 msgid "Option '%s' is too long"
1823 msgstr "Option ‘%s’ is too long"
1825 #: apt-pkg/contrib/cmndline.cc:301
1827 msgid "Sense %s is not understood, try true or false."
1830 #: apt-pkg/contrib/cmndline.cc:351
1832 msgid "Invalid operation %s"
1835 #: apt-pkg/contrib/cdromutl.cc:55
1837 msgid "Unable to stat the mount point %s"
1840 #: apt-pkg/contrib/cdromutl.cc:149 apt-pkg/acquire.cc:418 apt-pkg/clean.cc:44
1842 msgid "Unable to change to %s"
1845 #: apt-pkg/contrib/cdromutl.cc:190
1846 msgid "Failed to stat the cdrom"
1849 #: apt-pkg/contrib/fileutl.cc:80
1851 msgid "Not using locking for read only lock file %s"
1854 #: apt-pkg/contrib/fileutl.cc:85
1856 msgid "Could not open lock file %s"
1859 #: apt-pkg/contrib/fileutl.cc:103
1861 msgid "Not using locking for nfs mounted lock file %s"
1864 #: apt-pkg/contrib/fileutl.cc:107
1866 msgid "Could not get lock %s"
1869 #: apt-pkg/contrib/fileutl.cc:358
1871 msgid "Waited, for %s but it wasn't there"
1872 msgstr "Waited for %s but it wasn't there"
1874 #: apt-pkg/contrib/fileutl.cc:368
1876 msgid "Sub-process %s received a segmentation fault."
1879 #: apt-pkg/contrib/fileutl.cc:371
1881 msgid "Sub-process %s returned an error code (%u)"
1884 #: apt-pkg/contrib/fileutl.cc:373
1886 msgid "Sub-process %s exited unexpectedly"
1889 #: apt-pkg/contrib/fileutl.cc:417
1891 msgid "Could not open file %s"
1894 #: apt-pkg/contrib/fileutl.cc:473
1896 msgid "read, still have %lu to read but none left"
1899 #: apt-pkg/contrib/fileutl.cc:491
1903 #: apt-pkg/contrib/fileutl.cc:503
1905 msgid "write, still have %lu to write but couldn't"
1908 #: apt-pkg/contrib/fileutl.cc:578
1909 msgid "Problem closing the file"
1912 #: apt-pkg/contrib/fileutl.cc:584
1913 msgid "Problem unlinking the file"
1916 #: apt-pkg/contrib/fileutl.cc:595
1917 msgid "Problem syncing the file"
1920 #: apt-pkg/pkgcache.cc:126
1921 msgid "Empty package cache"
1924 #: apt-pkg/pkgcache.cc:132
1925 msgid "The package cache file is corrupted"
1928 #: apt-pkg/pkgcache.cc:137
1929 msgid "The package cache file is an incompatible version"
1932 #: apt-pkg/pkgcache.cc:142
1934 msgid "This APT does not support the Versioning System '%s'"
1935 msgstr "This APT does not support the Versioning System ‘%s’"
1937 #: apt-pkg/pkgcache.cc:147
1938 msgid "The package cache was built for a different architecture"
1941 #: apt-pkg/pkgcache.cc:218
1945 #: apt-pkg/pkgcache.cc:218
1949 #: apt-pkg/pkgcache.cc:218
1953 #: apt-pkg/pkgcache.cc:219
1957 #: apt-pkg/pkgcache.cc:219
1961 #: apt-pkg/pkgcache.cc:219
1965 #: apt-pkg/pkgcache.cc:220
1969 #: apt-pkg/pkgcache.cc:231
1973 #: apt-pkg/pkgcache.cc:231
1977 #: apt-pkg/pkgcache.cc:231
1981 #: apt-pkg/pkgcache.cc:232
1985 #: apt-pkg/pkgcache.cc:232
1989 #: apt-pkg/depcache.cc:60 apt-pkg/depcache.cc:89
1990 msgid "Building Dependency Tree"
1993 #: apt-pkg/depcache.cc:61
1994 msgid "Candidate Versions"
1997 #: apt-pkg/depcache.cc:90
1998 msgid "Dependency Generation"
2001 #: apt-pkg/tagfile.cc:71
2003 msgid "Unable to parse package file %s (1)"
2006 #: apt-pkg/tagfile.cc:158
2008 msgid "Unable to parse package file %s (2)"
2011 #: apt-pkg/sourcelist.cc:88
2013 msgid "Malformed line %lu in source list %s (URI)"
2016 #: apt-pkg/sourcelist.cc:90
2018 msgid "Malformed line %lu in source list %s (dist)"
2021 #: apt-pkg/sourcelist.cc:93
2023 msgid "Malformed line %lu in source list %s (URI parse)"
2026 #: apt-pkg/sourcelist.cc:99
2028 msgid "Malformed line %lu in source list %s (Absolute dist)"
2031 #: apt-pkg/sourcelist.cc:106
2033 msgid "Malformed line %lu in source list %s (dist parse)"
2036 #: apt-pkg/sourcelist.cc:183 apt-pkg/sourcelist.cc:207
2038 msgid "Vendor block %s is invalid"
2041 #: apt-pkg/sourcelist.cc:235
2046 #: apt-pkg/sourcelist.cc:249
2048 msgid "Line %u too long in source list %s."
2051 #: apt-pkg/sourcelist.cc:266
2053 msgid "Malformed line %u in source list %s (type)"
2056 #: apt-pkg/sourcelist.cc:270
2058 msgid "Type '%s' is not known in on line %u in source list %s"
2059 msgstr "Type ‘%s’ is not known in on line %u in source list %s"
2061 #: apt-pkg/sourcelist.cc:279 apt-pkg/sourcelist.cc:282
2063 msgid "Malformed line %u in source list %s (vendor id)"
2066 #: apt-pkg/sourcelist.cc:296
2068 msgid "Unknown vendor ID '%s' in line %u of source list %s"
2069 msgstr "Unknown vendor ID ‘%s’ in line %u of source list %s"
2071 #: apt-pkg/packagemanager.cc:402
2074 "This installation run will require temporarily removing the essential "
2075 "package %s due to a Conflicts/Pre-Depends loop. This is often bad, but if "
2076 "you really want to do it, activate the APT::Force-LoopBreak option."
2079 #: apt-pkg/pkgrecords.cc:37
2081 msgid "Index file type '%s' is not supported"
2082 msgstr "Index file type ‘%s’ is not supported"
2084 #: apt-pkg/algorithms.cc:238
2087 "The package %s needs to be reinstalled, but I can't find an archive for it."
2090 #: apt-pkg/algorithms.cc:1056
2092 "Error, pkgProblemResolver::Resolve generated breaks, this may be caused by "
2096 #: apt-pkg/algorithms.cc:1058
2097 msgid "Unable to correct problems, you have held broken packages."
2100 #: apt-pkg/acquire.cc:61
2102 msgid "Lists directory %spartial is missing."
2105 #: apt-pkg/acquire.cc:65
2107 msgid "Archive directory %spartial is missing."
2110 #: apt-pkg/acquire-worker.cc:112
2112 msgid "The method driver %s could not be found."
2115 #: apt-pkg/acquire-worker.cc:161
2117 msgid "Method %s did not start correctly"
2120 #: apt-pkg/init.cc:119
2122 msgid "Packaging system '%s' is not supported"
2123 msgstr "Packaging system ‘%s’ is not supported"
2125 #: apt-pkg/init.cc:135
2126 msgid "Unable to determine a suitable system type"
2129 #: apt-pkg/clean.cc:61
2131 msgid "Unable to stat %s."
2134 #: apt-pkg/srcrecords.cc:49
2135 msgid "You must put some 'source' URIs in your sources.list"
2136 msgstr "You must put some ‘source’ URIs in your sources.list"
2138 #: apt-pkg/cachefile.cc:73
2139 msgid "The package lists or status file could not be parsed or opened."
2142 #: apt-pkg/cachefile.cc:77
2143 msgid "You may want to run apt-get update to correct these problems"
2146 #: apt-pkg/policy.cc:269
2147 msgid "Invalid record in the preferences file, no Package header"
2150 #: apt-pkg/policy.cc:291
2152 msgid "Did not understand pin type %s"
2155 #: apt-pkg/pkgcachegen.cc:74
2156 msgid "Cache has an incompatible versioning system"
2159 #: apt-pkg/pkgcachegen.cc:117
2161 msgid "Error occured while processing %s (NewPackage)"
2164 #: apt-pkg/pkgcachegen.cc:129
2166 msgid "Error occured while processing %s (UsePackage1)"
2169 #: apt-pkg/pkgcachegen.cc:150
2171 msgid "Error occured while processing %s (UsePackage2)"
2174 #: apt-pkg/pkgcachegen.cc:154
2176 msgid "Error occured while processing %s (NewFileVer1)"
2179 #: apt-pkg/pkgcachegen.cc:184
2181 msgid "Error occured while processing %s (NewVersion1)"
2184 #: apt-pkg/pkgcachegen.cc:188
2186 msgid "Error occured while processing %s (UsePackage3)"
2189 #: apt-pkg/pkgcachegen.cc:192
2191 msgid "Error occured while processing %s (NewVersion2)"
2194 #: apt-pkg/pkgcachegen.cc:207
2195 msgid "Wow, you exceeded the number of package names this APT is capable of."
2198 #: apt-pkg/pkgcachegen.cc:210
2199 msgid "Wow, you exceeded the number of versions this APT is capable of."
2202 #: apt-pkg/pkgcachegen.cc:213
2203 msgid "Wow, you exceeded the number of dependencies this APT is capable of."
2206 #: apt-pkg/pkgcachegen.cc:241
2208 msgid "Error occured while processing %s (FindPkg)"
2211 #: apt-pkg/pkgcachegen.cc:254
2213 msgid "Error occured while processing %s (CollectFileProvides)"
2216 #: apt-pkg/pkgcachegen.cc:260
2218 msgid "Package %s %s was not found while processing file dependencies"
2221 #: apt-pkg/pkgcachegen.cc:574
2223 msgid "Couldn't stat source package list %s"
2226 #: apt-pkg/pkgcachegen.cc:658
2227 msgid "Collecting File Provides"
2230 #: apt-pkg/pkgcachegen.cc:774 apt-pkg/pkgcachegen.cc:781
2231 msgid "IO Error saving source cache"
2234 #: apt-pkg/acquire-item.cc:124
2236 msgid "rename failed, %s (%s -> %s)."
2239 #: apt-pkg/acquire-item.cc:353
2242 "I wasn't able to locate a file for the %s package. This might mean you need "
2243 "to manually fix this package. (due to missing arch)"
2246 #: apt-pkg/acquire-item.cc:388
2249 "I wasn't able to locate file for the %s package. This might mean you need to "
2250 "manually fix this package."
2253 #: apt-pkg/acquire-item.cc:419
2256 "The package index files are corrupted. No Filename: field for package %s."
2259 #: apt-pkg/acquire-item.cc:501
2260 msgid "Size mismatch"
2263 #: apt-pkg/acquire-item.cc:511
2264 msgid "MD5Sum mismatch"
2267 #: methods/rsh.cc:264
2268 msgid "File Not Found"
2271 #: methods/rsh.cc:330
2272 msgid "Connection closed prematurely"
2285 #~ msgid "Please provide a name for this Disc, such as 'Debian 2.1r1 Disk 1'"
2286 #~ msgstr "Please provide a name for this Disc, such as ‘Debian 2.1r1 Disk 1’"
2291 #~ msgid "....\"Have you mooed today?\"..."
2292 #~ msgstr "....‘Have you mooed today?’..."
2294 #~ msgid "Errors apply to file '%s'"
2295 #~ msgstr "Errors apply to file ‘%s’"