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
235 msgid "Package extension list is too long"
238 #: ftparchive/apt-ftparchive.cc:165 ftparchive/apt-ftparchive.cc:179
239 #: ftparchive/apt-ftparchive.cc:202 ftparchive/apt-ftparchive.cc:251
240 #: ftparchive/apt-ftparchive.cc:265 ftparchive/apt-ftparchive.cc:287
242 msgid "Error Processing directory %s"
245 #: ftparchive/apt-ftparchive.cc:249
246 msgid "Source extension list is too long"
249 #: ftparchive/apt-ftparchive.cc:366
250 msgid "Error writing header to contents file"
253 #: ftparchive/apt-ftparchive.cc:396
255 msgid "Error Processing Contents %s"
258 #: ftparchive/apt-ftparchive.cc:550
260 "Usage: apt-ftparchive [options] command\n"
261 "Commands: packges binarypath [overridefile [pathprefix]]\n"
262 " sources srcpath [overridefile [pathprefix]]\n"
264 " generate config [groups]\n"
267 "apt-ftparchive generates index files for Debian archives. It supports\n"
268 "many styles of generation from fully automated to functional replacements\n"
269 "for dpkg-scanpackages and dpkg-scansources\n"
271 "apt-ftparchive generates Package files from a tree of .debs. The\n"
272 "Package file contains the contents of all the control fields from\n"
273 "each package as well as the MD5 hash and filesize. An override file\n"
274 "is supported to force the value of Priority and Section.\n"
276 "Similarly apt-ftparchive generates Sources files from a tree of .dscs.\n"
277 "The --source-override option can be used to specify a src override file\n"
279 "The 'packages' and 'sources' command should be run in the root of the\n"
280 "tree. BinaryPath should point to the base of the recursive search and \n"
281 "override file should contian the override flags. Pathprefix is\n"
282 "appended to the filename fields if present. Example usage from the \n"
284 " apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
285 " dists/potato/main/binary-i386/Packages\n"
288 " -h This help text\n"
289 " --md5 Control MD5 generation\n"
290 " -s=? Source override file\n"
292 " -d=? Select the optional caching database\n"
293 " --no-delink Enable delinking debug mode\n"
294 " --contents Control contents file generation\n"
295 " -c=? Read this configuration file\n"
296 " -o=? Set an arbitary configuration option"
298 "Usage: apt-ftparchive [options] command\n"
299 "Commands: packges binarypath [overridefile [pathprefix]]\n"
300 " sources srcpath [overridefile [pathprefix]]\n"
302 " generate config [groups]\n"
305 "apt-ftparchive generates index files for Debian archives. It supports\n"
306 "many styles of generation from fully automated to functional replacements\n"
307 "for dpkg-scanpackages and dpkg-scansources\n"
309 "apt-ftparchive generates Package files from a tree of .debs. The\n"
310 "Package file contains the contents of all the control fields from\n"
311 "each package as well as the MD5 hash and filesize. An override file\n"
312 "is supported to force the value of Priority and Section.\n"
314 "Similarly apt-ftparchive generates Sources files from a tree of .dscs.\n"
315 "The --source-override option can be used to specify a src override file\n"
317 "The ‘packages’ and ‘sources’ command should be run in the root of the\n"
318 "tree. BinaryPath should point to the base of the recursive search and \n"
319 "override file should contian the override flags. Pathprefix is\n"
320 "appended to the filename fields if present. Example usage from the \n"
322 " apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
323 " dists/potato/main/binary-i386/Packages\n"
326 " -h This help text\n"
327 " --md5 Control MD5 generation\n"
328 " -s=? Source override file\n"
330 " -d=? Select the optional caching database\n"
331 " --no-delink Enable delinking debug mode\n"
332 " --contents Control contents file generation\n"
333 " -c=? Read this configuration file\n"
334 " -o=? Set an arbitary configuration option"
336 #: ftparchive/apt-ftparchive.cc:731
337 msgid "No selections matched"
340 #: ftparchive/apt-ftparchive.cc:804
342 msgid "Some files are missing in the package file group `%s'"
343 msgstr "Some files are missing in the package file group ‘%s’"
345 #: ftparchive/cachedb.cc:43
347 msgid "DB was corrupted, file renamed to %s.old"
350 #: ftparchive/cachedb.cc:59
352 msgid "Unable to open DB2 file %s"
355 #: ftparchive/cachedb.cc:99
357 msgid "File date has changed %s"
360 #: ftparchive/cachedb.cc:140
361 msgid "Archive has no control record"
364 #: ftparchive/cachedb.cc:253 ftparchive/cachedb.cc:257
365 msgid "Unable to get a cursor"
368 #: ftparchive/writer.cc:78
370 msgid "W: Unable to read directory %s\n"
373 #: ftparchive/writer.cc:83
375 msgid "W: Unable to stat %s\n"
378 #: ftparchive/writer.cc:122
382 #: ftparchive/writer.cc:124
386 #: ftparchive/writer.cc:131
387 msgid "E: Errors apply to file "
390 #: ftparchive/writer.cc:148 ftparchive/writer.cc:178
392 msgid "Failed to resolve %s"
395 #: ftparchive/writer.cc:160
396 msgid "Tree walking failed"
399 #: ftparchive/writer.cc:185
401 msgid "Failed to open %s"
404 #: ftparchive/writer.cc:242
406 msgid " DeLink %s [%s]\n"
409 #: ftparchive/writer.cc:250
411 msgid "Failed to readlink %s"
414 #: ftparchive/writer.cc:254
416 msgid "Failed to unlink %s"
419 #: ftparchive/writer.cc:261
421 msgid "*** Failed to link %s to %s"
424 #: ftparchive/writer.cc:271
426 msgid " DeLink limit of %sB hit.\n"
429 #: ftparchive/writer.cc:338 apt-inst/extract.cc:181 apt-inst/extract.cc:193
430 #: apt-inst/extract.cc:210 apt-inst/deb/dpkgdb.cc:121
432 msgid "Failed to stat %s"
435 #: ftparchive/writer.cc:358
436 msgid "Archive had no package field"
439 #: ftparchive/writer.cc:366 ftparchive/writer.cc:576
441 msgid " %s has no override entry\n"
444 #: ftparchive/writer.cc:409 ftparchive/writer.cc:658
446 msgid " %s maintainer is %s not %s\n"
449 #: ftparchive/contents.cc:346 ftparchive/contents.cc:377
450 msgid "realloc - Failed to allocate memory"
453 #: ftparchive/override.cc:38 ftparchive/override.cc:146
455 msgid "Unable to open %s"
458 #: ftparchive/override.cc:64 ftparchive/override.cc:170
460 msgid "Malformed override %s line %lu #1"
463 #: ftparchive/override.cc:78 ftparchive/override.cc:182
465 msgid "Malformed override %s line %lu #2"
468 #: ftparchive/override.cc:92 ftparchive/override.cc:195
470 msgid "Malformed override %s line %lu #3"
473 #: ftparchive/override.cc:131 ftparchive/override.cc:205
475 msgid "Failed to read the override file %s"
478 #: ftparchive/multicompress.cc:75
480 msgid "Unknown Compresison Algorithm '%s'"
481 msgstr "Unknown Compression Algorithm ‘%s’"
483 #: ftparchive/multicompress.cc:105
485 msgid "Compressed output %s needs a compression set"
488 #: ftparchive/multicompress.cc:172 methods/rsh.cc:91
489 msgid "Failed to create IPC pipe to subprocess"
492 #: ftparchive/multicompress.cc:198
493 msgid "Failed to create FILE*"
496 #: ftparchive/multicompress.cc:201
497 msgid "Failed to fork"
500 #: ftparchive/multicompress.cc:215
501 msgid "Compress Child"
504 #: ftparchive/multicompress.cc:238
506 msgid "Internal Error, Failed to create %s"
509 #: ftparchive/multicompress.cc:289
510 msgid "Failed to create subprocess IPC"
513 #: ftparchive/multicompress.cc:324
514 msgid "Failed to exec compressor "
517 #: ftparchive/multicompress.cc:363
521 #: ftparchive/multicompress.cc:406
522 msgid "IO to subprocess/file failed"
525 #: ftparchive/multicompress.cc:458
526 msgid "Failed to read while computing MD5"
529 #: ftparchive/multicompress.cc:475
531 msgid "Problem unlinking %s"
534 #: ftparchive/multicompress.cc:490 apt-inst/extract.cc:188
536 msgid "Failed to rename %s to %s"
539 #. This needs to be a capital
540 #: cmdline/apt-get.cc:116
544 #: cmdline/apt-get.cc:193
545 msgid "The following packages have unmet dependencies:"
548 #: cmdline/apt-get.cc:283
550 msgid "but %s is installed"
553 #: cmdline/apt-get.cc:285
555 msgid "but %s is to be installed"
558 #: cmdline/apt-get.cc:292
559 msgid "but it is not installable"
562 #: cmdline/apt-get.cc:294
563 msgid "but it is a virtual package"
566 #: cmdline/apt-get.cc:297
567 msgid "but it is not installed"
570 #: cmdline/apt-get.cc:297
571 msgid "but it is not going to be installed"
574 #: cmdline/apt-get.cc:302
578 #: cmdline/apt-get.cc:328
579 msgid "The following NEW packages will be installed:"
582 #: cmdline/apt-get.cc:351
583 msgid "The following packages will be REMOVED:"
586 #: cmdline/apt-get.cc:371
587 msgid "The following packages have been kept back"
590 #: cmdline/apt-get.cc:390
591 msgid "The following packages will be upgraded"
594 #: cmdline/apt-get.cc:409
595 msgid "The following packages will be DOWNGRADED"
598 #: cmdline/apt-get.cc:426
599 msgid "The following held packages will be changed:"
602 #: cmdline/apt-get.cc:477
604 msgid "%s (due to %s) "
607 #: cmdline/apt-get.cc:484
609 "WARNING: The following essential packages will be removed\n"
610 "This should NOT be done unless you know exactly what you are doing!"
613 #: cmdline/apt-get.cc:514
615 msgid "%lu packages upgraded, %lu newly installed, "
618 #: cmdline/apt-get.cc:518
620 msgid "%lu reinstalled, "
623 #: cmdline/apt-get.cc:520
625 msgid "%lu downgraded, "
628 #: cmdline/apt-get.cc:522
630 msgid "%lu to remove and %lu not upgraded.\n"
633 #: cmdline/apt-get.cc:526
635 msgid "%lu packages not fully installed or removed.\n"
638 #: cmdline/apt-get.cc:586
639 msgid "Correcting dependencies..."
642 #: cmdline/apt-get.cc:589
646 #: cmdline/apt-get.cc:592
647 msgid "Unable to correct dependencies"
650 #: cmdline/apt-get.cc:595
651 msgid "Unable to minimize the upgrade set"
654 #: cmdline/apt-get.cc:597
658 #: cmdline/apt-get.cc:601
659 msgid "You might want to run `apt-get -f install' to correct these."
660 msgstr "You might want to run ‘apt-get -f install’ to correct these."
662 #: cmdline/apt-get.cc:604
663 msgid "Unmet dependencies. Try using -f."
666 #: cmdline/apt-get.cc:657
667 msgid "Packages need to be removed but Remove is disabled."
670 #: cmdline/apt-get.cc:683 cmdline/apt-get.cc:1578 cmdline/apt-get.cc:1611
671 msgid "Unable to lock the download directory"
674 #: cmdline/apt-get.cc:693 cmdline/apt-get.cc:1659 cmdline/apt-get.cc:1870
675 #: apt-pkg/cachefile.cc:67
676 msgid "The list of sources could not be read."
679 #: cmdline/apt-get.cc:713
681 msgid "Need to get %sB/%sB of archives.\n"
684 #: cmdline/apt-get.cc:716
686 msgid "Need to get %sB of archives.\n"
689 #: cmdline/apt-get.cc:721
691 msgid "After unpacking %sB of additional disk space will be used.\n"
694 #: cmdline/apt-get.cc:724
696 msgid "After unpacking %sB disk space will be freed.\n"
699 #: cmdline/apt-get.cc:741
701 msgid "You don't have enough free space in %s."
704 #: cmdline/apt-get.cc:750
705 msgid "There are problems and -y was used without --force-yes"
708 #: cmdline/apt-get.cc:756 cmdline/apt-get.cc:776
709 msgid "Trivial Only specified but this is not a trivial operation."
712 #: cmdline/apt-get.cc:758
713 msgid "Yes, do as I say!"
716 #: cmdline/apt-get.cc:760
719 "You are about to do something potentially harmful\n"
720 "To continue type in the phrase '%s'\n"
723 "You are about to do something potentially harmful\n"
724 "To continue type in the phrase ‘%s’\n"
727 #: cmdline/apt-get.cc:766 cmdline/apt-get.cc:785
731 #: cmdline/apt-get.cc:781
732 msgid "Do you want to continue? [Y/n] "
735 #: cmdline/apt-get.cc:850 cmdline/apt-get.cc:1219 cmdline/apt-get.cc:1768
737 msgid "Failed to fetch %s %s\n"
740 #: cmdline/apt-get.cc:868
741 msgid "Some files failed to download"
744 #: cmdline/apt-get.cc:869 cmdline/apt-get.cc:1777
745 msgid "Download complete and in download only mode"
748 #: cmdline/apt-get.cc:875
750 "Unable to fetch some archives, maybe run apt-get update or try with --fix-"
754 #: cmdline/apt-get.cc:879
755 msgid "--fix-missing and media swapping is not currently supported"
758 #: cmdline/apt-get.cc:884
759 msgid "Unable to correct missing packages."
762 #: cmdline/apt-get.cc:885
763 msgid "Aborting Install."
766 #: cmdline/apt-get.cc:918
768 msgid "Note, selecting %s instead of %s\n"
771 #: cmdline/apt-get.cc:928
773 msgid "Skipping %s, it is already installed and upgrade is not set.\n"
776 #: cmdline/apt-get.cc:946
778 msgid "Package %s is not installed, so not removed\n"
781 #: cmdline/apt-get.cc:957
783 msgid "Package %s is a virtual package provided by:\n"
786 #: cmdline/apt-get.cc:969
790 #: cmdline/apt-get.cc:974
791 msgid "You should explicitly select one to install."
794 #: cmdline/apt-get.cc:979
797 "Package %s has no available version, but exists in the database.\n"
798 "This typically means that the package was mentioned in a dependency and\n"
799 "never uploaded, has been obsoleted or is not available with the contents\n"
803 #: cmdline/apt-get.cc:997
804 msgid "However the following packages replace it:"
807 #: cmdline/apt-get.cc:1000
809 msgid "Package %s has no installation candidate"
812 #: cmdline/apt-get.cc:1020
814 msgid "Reinstallation of %s is not possible, it cannot be downloaded.\n"
817 #: cmdline/apt-get.cc:1028
819 msgid "%s is already the newest version.\n"
822 #: cmdline/apt-get.cc:1055
824 msgid "Release '%s' for '%s' was not found"
825 msgstr "Release ‘%s’ for ‘%s’ was not found"
827 #: cmdline/apt-get.cc:1057
829 msgid "Version '%s' for '%s' was not found"
830 msgstr "Version ‘%s’ for ‘%s’ was not found"
832 #: cmdline/apt-get.cc:1063
834 msgid "Selected version %s (%s) for %s\n"
837 #: cmdline/apt-get.cc:1173
838 msgid "The update command takes no arguments"
841 #: cmdline/apt-get.cc:1186
842 msgid "Unable to lock the list directory"
845 #: cmdline/apt-get.cc:1238
847 "Some index files failed to download, they have been ignored, or old ones "
851 #: cmdline/apt-get.cc:1257
852 msgid "Internal Error, AllUpgrade broke stuff"
855 #: cmdline/apt-get.cc:1347 cmdline/apt-get.cc:1383
857 msgid "Couldn't find package %s"
860 #: cmdline/apt-get.cc:1360
862 msgid "Regex compilation error - %s"
865 #: cmdline/apt-get.cc:1370
867 msgid "Note, selecting %s for regex '%s'\n"
868 msgstr "Note, selecting %s for regex ‘%s’\n"
870 #: cmdline/apt-get.cc:1400
871 msgid "You might want to run `apt-get -f install' to correct these:"
872 msgstr "You might want to run ‘apt-get -f install’ to correct these:"
874 #: cmdline/apt-get.cc:1403
876 "Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a "
879 "Unmet dependencies. Try ‘apt-get -f install’ with no packages (or specify a "
882 #: cmdline/apt-get.cc:1415
884 "Some packages could not be installed. This may mean that you have\n"
885 "requested an impossible situation or if you are using the unstable\n"
886 "distribution that some required packages have not yet been created\n"
887 "or been moved out of Incoming."
890 #: cmdline/apt-get.cc:1423
892 "Since you only requested a single operation it is extremely likely that\n"
893 "the package is simply not installable and a bug report against\n"
894 "that package should be filed."
897 #: cmdline/apt-get.cc:1428
898 msgid "The following information may help to resolve the situation:"
901 #: cmdline/apt-get.cc:1431
902 msgid "Broken packages"
905 #: cmdline/apt-get.cc:1454
906 msgid "The following extra packages will be installed:"
909 #: cmdline/apt-get.cc:1473
910 msgid "Calculating Upgrade... "
913 #: cmdline/apt-get.cc:1476 methods/ftp.cc:700 methods/connect.cc:99
917 #: cmdline/apt-get.cc:1481
921 #: cmdline/apt-get.cc:1654
922 msgid "Must specify at least one package to fetch source for"
925 #: cmdline/apt-get.cc:1681 cmdline/apt-get.cc:1888
927 msgid "Unable to find a source package for %s"
930 #: cmdline/apt-get.cc:1728
932 msgid "You don't have enough free space in %s"
935 #: cmdline/apt-get.cc:1733
937 msgid "Need to get %sB/%sB of source archives.\n"
940 #: cmdline/apt-get.cc:1736
942 msgid "Need to get %sB of source archives.\n"
945 #: cmdline/apt-get.cc:1742
947 msgid "Fetch Source %s\n"
950 #: cmdline/apt-get.cc:1773
951 msgid "Failed to fetch some archives."
954 #: cmdline/apt-get.cc:1801
956 msgid "Skipping unpack of already unpacked source in %s\n"
959 #: cmdline/apt-get.cc:1813
961 msgid "Unpack command '%s' failed.\n"
962 msgstr "Unpack command ‘%s’ failed.\n"
964 #: cmdline/apt-get.cc:1830
966 msgid "Build command '%s' failed.\n"
967 msgstr "Build command ‘%s’ failed.\n"
969 #: cmdline/apt-get.cc:1849
970 msgid "Child process failed"
973 #: cmdline/apt-get.cc:1865
974 msgid "Must specify at least one package to check builddeps for"
977 #: cmdline/apt-get.cc:1893
979 msgid "Unable to get build-dependency information for %s"
982 #: cmdline/apt-get.cc:1913
984 msgid "%s has no build depends.\n"
987 #: cmdline/apt-get.cc:1948
990 "%s dependency for %s cannot be satisfied because the package %s cannot be "
994 #: cmdline/apt-get.cc:1990
997 "%s dependency for %s cannot be satisfied because no available versions of "
998 "package %s can satisfy version requirements"
1001 #: cmdline/apt-get.cc:2017
1003 "Some broken packages were found while trying to process build-dependencies.\n"
1004 "You might want to run `apt-get -f install' to correct these."
1006 "Some broken packages were found while trying to process build-dependencies.\n"
1007 "You might want to run ‘apt-get -f install’ to correct these."
1009 #: cmdline/apt-get.cc:2022
1010 msgid "Failed to process build dependencies"
1013 #: cmdline/apt-get.cc:2054
1014 msgid "Supported Modules:"
1017 #: cmdline/apt-get.cc:2095
1019 "Usage: apt-get [options] command\n"
1020 " apt-get [options] install|remove pkg1 [pkg2 ...]\n"
1021 " apt-get [options] source pkg1 [pkg2 ...]\n"
1023 "apt-get is a simple command line interface for downloading and\n"
1024 "installing packages. The most frequently used commands are update\n"
1028 " update - Retrieve new lists of packages\n"
1029 " upgrade - Perform an upgrade\n"
1030 " install - Install new packages (pkg is libc6 not libc6.deb)\n"
1031 " remove - Remove packages\n"
1032 " source - Download source archives\n"
1033 " build-dep - Configure build-dependencies for source packages\n"
1034 " dist-upgrade - Distribution upgrade, see apt-get(8)\n"
1035 " dselect-upgrade - Follow dselect selections\n"
1036 " clean - Erase downloaded archive files\n"
1037 " autoclean - Erase old downloaded archive files\n"
1038 " check - Verify that there are no broken dependencies\n"
1041 " -h This help text.\n"
1042 " -q Loggable output - no progress indicator\n"
1043 " -qq No output except for errors\n"
1044 " -d Download only - do NOT install or unpack archives\n"
1045 " -s No-act. Perform ordering simulation\n"
1046 " -y Assume Yes to all queries and do not prompt\n"
1047 " -f Attempt to continue if the integrity check fails\n"
1048 " -m Attempt to continue if archives are unlocatable\n"
1049 " -u Show a list of upgraded packages as well\n"
1050 " -b Build the source package after fetching it\n"
1051 " -c=? Read this configuration file\n"
1052 " -o=? Set an arbitary configuration option, eg -o dir::cache=/tmp\n"
1053 "See the apt-get(8), sources.list(5) and apt.conf(5) manual\n"
1054 "pages for more information and options.\n"
1055 " This APT has Super Cow Powers.\n"
1058 #: cmdline/acqprogress.cc:55
1062 #: cmdline/acqprogress.cc:79
1066 #: cmdline/acqprogress.cc:110
1070 #: cmdline/acqprogress.cc:114
1074 #: cmdline/acqprogress.cc:135
1076 msgid "Fetched %sB in %s (%sB/s)\n"
1079 #: cmdline/acqprogress.cc:225
1083 #: cmdline/acqprogress.cc:271
1086 "Media Change: Please insert the disc labeled '%s' in the drive '%s' and "
1089 "Media Change: Please insert the disc labeled ‘%s’ in the drive ‘%s’ and "
1092 #: cmdline/apt-sortpkgs.cc:86
1093 msgid "Unknown package record!"
1096 #: cmdline/apt-sortpkgs.cc:150
1098 "Usage: apt-sortpkgs [options] file1 [file2 ...]\n"
1100 "apt-sortpkgs is a simple tool to sort package files. The -s option is used\n"
1101 "to indicate what kind of file it is.\n"
1104 " -h This help text\n"
1105 " -s Use source file sorting\n"
1106 " -c=? Read this configuration file\n"
1107 " -o=? Set an arbitary configuration option, eg -o dir::cache=/tmp\n"
1110 #: apt-inst/contrib/extracttar.cc:115
1111 msgid "Failed to create pipes"
1114 #: apt-inst/contrib/extracttar.cc:140
1115 msgid "Failed to exec gzip "
1118 #: apt-inst/contrib/extracttar.cc:177 apt-inst/contrib/extracttar.cc:203
1119 msgid "Corrupted archive"
1122 #: apt-inst/contrib/extracttar.cc:192
1123 msgid "Tar Checksum failed, archive corrupted"
1126 #: apt-inst/contrib/extracttar.cc:295
1128 msgid "Unkown TAR header type %u, member %s"
1131 #: apt-inst/contrib/arfile.cc:73
1132 msgid "Invalid archive signature"
1135 #: apt-inst/contrib/arfile.cc:81
1136 msgid "Error reading archive member header"
1139 #: apt-inst/contrib/arfile.cc:93 apt-inst/contrib/arfile.cc:105
1140 msgid "Invalid archive member header"
1143 #: apt-inst/contrib/arfile.cc:131
1144 msgid "Archive is too short"
1147 #: apt-inst/contrib/arfile.cc:135
1148 msgid "Failed to read the archive headers"
1151 #: apt-inst/filelist.cc:384
1152 msgid "DropNode called on still linked node"
1155 #: apt-inst/filelist.cc:416
1156 msgid "Failed to locate the hash element!"
1159 #: apt-inst/filelist.cc:463
1160 msgid "Failed to allocate diversion"
1163 #: apt-inst/filelist.cc:468
1164 msgid "Internal Error in AddDiversion"
1167 #: apt-inst/filelist.cc:481
1169 msgid "Trying to overwrite a diversion, %s -> %s and %s/%s"
1172 #: apt-inst/filelist.cc:510
1174 msgid "Double add of diversion %s -> %s"
1177 #: apt-inst/filelist.cc:553
1179 msgid "Duplicate conf file %s/%s"
1182 #: apt-inst/dirstream.cc:45 apt-inst/dirstream.cc:50 apt-inst/dirstream.cc:53
1184 msgid "Failed write file %s"
1187 #: apt-inst/dirstream.cc:80 apt-inst/dirstream.cc:88
1189 msgid "Failed to close file %s"
1192 #: apt-inst/extract.cc:96 apt-inst/extract.cc:167
1194 msgid "The path %s is too long"
1197 #: apt-inst/extract.cc:127
1199 msgid "Unpacking %s more than once"
1202 #: apt-inst/extract.cc:137
1204 msgid "The directory %s is diverted"
1207 #: apt-inst/extract.cc:147
1209 msgid "The package is trying to write to the diversion target %s/%s"
1212 #: apt-inst/extract.cc:157 apt-inst/extract.cc:300
1213 msgid "The diversion path is too long"
1216 #: apt-inst/extract.cc:243
1218 msgid "The directory %s is being replaced by a non-directory"
1221 #: apt-inst/extract.cc:283
1222 msgid "Failed to locate node in its hash bucket"
1225 #: apt-inst/extract.cc:287
1226 msgid "The path is too long"
1229 #: apt-inst/extract.cc:417
1231 msgid "Overwrite package match with no version for %s"
1234 #: apt-inst/extract.cc:434
1236 msgid "File %s/%s overwrites the one in the package %s"
1239 #: apt-inst/extract.cc:467 apt-pkg/contrib/configuration.cc:701
1240 #: apt-pkg/contrib/cdromutl.cc:153 apt-pkg/acquire.cc:412 apt-pkg/clean.cc:38
1242 msgid "Unable to read %s"
1245 #: apt-inst/extract.cc:494
1247 msgid "Unable to stat %s"
1250 #: apt-inst/deb/dpkgdb.cc:55 apt-inst/deb/dpkgdb.cc:61
1252 msgid "Failed to remove %s"
1255 #: apt-inst/deb/dpkgdb.cc:110 apt-inst/deb/dpkgdb.cc:112
1257 msgid "Unable to create %s"
1260 #: apt-inst/deb/dpkgdb.cc:118
1262 msgid "Failed to stat %sinfo"
1265 #: apt-inst/deb/dpkgdb.cc:123
1266 msgid "The info and temp directories need to be on the same filesystem"
1269 #. Build the status cache
1270 #: apt-inst/deb/dpkgdb.cc:139 apt-pkg/pkgcachegen.cc:643
1271 #: apt-pkg/pkgcachegen.cc:701 apt-pkg/pkgcachegen.cc:706
1272 #: apt-pkg/pkgcachegen.cc:829
1273 msgid "Reading Package Lists"
1276 #: apt-inst/deb/dpkgdb.cc:180
1278 msgid "Failed to change to the admin dir %sinfo"
1281 #: apt-inst/deb/dpkgdb.cc:201 apt-inst/deb/dpkgdb.cc:355
1282 #: apt-inst/deb/dpkgdb.cc:448
1283 msgid "Internal Error getting a Package Name"
1286 #: apt-inst/deb/dpkgdb.cc:205
1287 msgid "Reading File Listing"
1290 #: apt-inst/deb/dpkgdb.cc:216
1293 "Failed to open the list file '%sinfo/%s'. If you cannot restore this file "
1294 "then make it empty and immediately re-install the same version of the "
1297 "Failed to open the list file ‘%sinfo/%s’. If you cannot restore this file "
1298 "then make it empty and immediately re-install the same version of the "
1301 #: apt-inst/deb/dpkgdb.cc:229 apt-inst/deb/dpkgdb.cc:242
1303 msgid "Failed reading the list file %sinfo/%s"
1306 #: apt-inst/deb/dpkgdb.cc:266
1307 msgid "Internal Error getting a Node"
1310 #: apt-inst/deb/dpkgdb.cc:309
1312 msgid "Failed to open the diversions file %sdiversions"
1315 #: apt-inst/deb/dpkgdb.cc:324
1316 msgid "The diversion file is corrupted"
1319 #: apt-inst/deb/dpkgdb.cc:331 apt-inst/deb/dpkgdb.cc:336
1320 #: apt-inst/deb/dpkgdb.cc:341
1322 msgid "Invalid line in the diversion file: %s"
1325 #: apt-inst/deb/dpkgdb.cc:362
1326 msgid "Internal Error adding a diversion"
1329 #: apt-inst/deb/dpkgdb.cc:383
1330 msgid "The pkg cache must be initialize first"
1333 #: apt-inst/deb/dpkgdb.cc:386
1334 msgid "Reading File List"
1337 #: apt-inst/deb/dpkgdb.cc:443
1339 msgid "Failed to find a Package: Header, offset %lu"
1342 #: apt-inst/deb/dpkgdb.cc:465
1344 msgid "Bad ConfFile section in the status file. Offset %lu"
1347 #: apt-inst/deb/dpkgdb.cc:470
1349 msgid "Error parsing MD5. Offset %lu"
1352 #: apt-inst/deb/debfile.cc:55
1354 msgid "This is not a valid DEB archive, missing '%s' member"
1355 msgstr "This is not a valid DEB archive, missing ‘%s’ member"
1357 #: apt-inst/deb/debfile.cc:72
1359 msgid "Internal Error, could not locate member %s"
1362 #: apt-inst/deb/debfile.cc:104
1364 msgid "Couldn't change to %s"
1367 #: apt-inst/deb/debfile.cc:125
1368 msgid "Internal Error, could not locate member"
1371 #: apt-inst/deb/debfile.cc:158
1372 msgid "Failed to locate a valid control file"
1375 #: apt-inst/deb/debfile.cc:243
1376 msgid "Unparsible control file"
1379 #: dselect/install:32
1380 msgid "Bad default setting!"
1383 #: dselect/install:51 dselect/install:83 dselect/install:87 dselect/install:93
1384 #: dselect/install:104 dselect/update:45
1385 msgid "Press enter to continue."
1388 #: dselect/install:100
1389 msgid "Some errors occurred while unpacking. I'm going to configure the"
1392 #: dselect/install:101
1393 msgid "packages that were installed. This may result in duplicate errors"
1396 #: dselect/install:102
1397 msgid "or errors caused by missing dependencies. This is OK, only the errors"
1400 #: dselect/install:103
1402 "above this message are important. Please fix them and run [I]nstall again"
1405 #: dselect/update:30
1406 msgid "Merging Available information"
1409 #: methods/cdrom.cc:113
1411 msgid "Unable to read the cdrom database %s"
1414 #: methods/cdrom.cc:122
1416 "Please use apt-cdrom to make this CD recognized by APT. apt-get update "
1417 "cannot be used to add new CDs"
1420 #: methods/cdrom.cc:130 methods/cdrom.cc:168
1424 #: methods/cdrom.cc:163
1426 msgid "Unable to unmount the CD-ROM in %s, it may still be in use."
1429 #: methods/cdrom.cc:177 methods/file.cc:77
1430 msgid "File not found"
1433 #: methods/copy.cc:42 methods/gzip.cc:133 methods/gzip.cc:142
1434 msgid "Failed to stat"
1437 #: methods/copy.cc:79 methods/gzip.cc:139
1438 msgid "Failed to set modification time"
1441 #: methods/file.cc:42
1442 msgid "Invalid URI, local URIS must not start with //"
1445 #. Login must be before getpeername otherwise dante won't work.
1446 #: methods/ftp.cc:162
1450 #: methods/ftp.cc:168
1451 msgid "Unable to determine the peer name"
1454 #: methods/ftp.cc:173
1455 msgid "Unable to determine the local name"
1458 #: methods/ftp.cc:204 methods/ftp.cc:230
1460 msgid "Server refused our connection and said: %s"
1463 #: methods/ftp.cc:210
1465 msgid "USER failed, server said: %s"
1468 #: methods/ftp.cc:216
1470 msgid "PASS failed, server said: %s"
1473 #: methods/ftp.cc:235
1475 "A proxy server was specified but no login script, Acquire::ftp::ProxyLogin "
1479 #: methods/ftp.cc:263
1481 msgid "Login script command '%s' failed, server said: %s"
1482 msgstr "Login script command ‘%s’ failed, server said: %s"
1484 #: methods/ftp.cc:289
1486 msgid "TYPE failed, server said: %s"
1489 #: methods/ftp.cc:327 methods/ftp.cc:438 methods/rsh.cc:183 methods/rsh.cc:226
1490 msgid "Connection timeout"
1493 #: methods/ftp.cc:333
1494 msgid "Server closed the connection"
1497 #: methods/ftp.cc:336 apt-pkg/contrib/fileutl.cc:452 methods/rsh.cc:190
1501 #: methods/ftp.cc:343 methods/rsh.cc:197
1502 msgid "A response overflowed the buffer."
1505 #: methods/ftp.cc:360 methods/ftp.cc:372
1506 msgid "Protocol corruption"
1509 #: methods/ftp.cc:444 methods/rsh.cc:232
1513 #: methods/ftp.cc:685 methods/ftp.cc:691 methods/ftp.cc:727
1514 msgid "Could not create a socket"
1517 #: methods/ftp.cc:696
1518 msgid "Could not connect data socket, connection timed out"
1521 #: methods/ftp.cc:702
1522 msgid "Could not connect passive socket."
1525 #: methods/ftp.cc:720
1526 msgid "getaddrinfo was unable to get a listening socket"
1529 #: methods/ftp.cc:734
1530 msgid "Could not bind a socket"
1533 #: methods/ftp.cc:738
1534 msgid "Could not listen on the socket"
1537 #: methods/ftp.cc:745
1538 msgid "Could not determine the socket's name"
1541 #: methods/ftp.cc:777
1542 msgid "Unable to send PORT command"
1545 #: methods/ftp.cc:787
1547 msgid "Unknown address family %u (AF_*)"
1550 #: methods/ftp.cc:796
1552 msgid "EPRT failed, server said: %s"
1555 #: methods/ftp.cc:816
1556 msgid "Data socket connect timed out"
1559 #: methods/ftp.cc:823
1560 msgid "Unable to accept connection"
1563 #: methods/ftp.cc:862 methods/http.cc:912 methods/rsh.cc:303
1564 msgid "Problem hashing file"
1567 #: methods/ftp.cc:875
1569 msgid "Unable to fetch file, server said '%s'"
1570 msgstr "Unable to fetch file, server said ‘%s’"
1572 #: methods/ftp.cc:890 methods/rsh.cc:322
1573 msgid "Data socket timed out"
1576 #: methods/ftp.cc:920
1578 msgid "Data transfer failed, server said '%s'"
1579 msgstr "Data transfer failed, server said ‘%s’"
1581 #. Get the files information
1582 #: methods/ftp.cc:995
1586 #: methods/ftp.cc:1102
1587 msgid "Unable to invoke "
1590 #: methods/connect.cc:64
1592 msgid "Connecting to %s (%s)"
1595 #: methods/connect.cc:71
1600 #: methods/connect.cc:80
1602 msgid "Could not create a socket for %s (f=%u t=%u p=%u)"
1605 #: methods/connect.cc:86
1607 msgid "Cannot initiate the connection to %s:%s (%s)."
1610 #: methods/connect.cc:92
1612 msgid "Could not connect to %s:%s (%s), connection timed out"
1615 #: methods/connect.cc:104
1617 msgid "Could not connect to %s:%s (%s)."
1620 #. We say this mainly because the pause here is for the
1621 #. ssh connection that is still going
1622 #: methods/connect.cc:132 methods/rsh.cc:425
1624 msgid "Connecting to %s"
1627 #: methods/connect.cc:163
1629 msgid "Could not resolve '%s'"
1630 msgstr "Could not resolve ‘%s’"
1632 #: methods/connect.cc:167
1634 msgid "Temporary failure resolving '%s'"
1635 msgstr "Temporary failure resolving ‘%s’"
1637 #: methods/connect.cc:169
1639 msgid "Something wicked happened resolving '%s:%s' (%i)"
1640 msgstr "Something wicked happened resolving ‘%s:%s’ (%i)"
1642 #: methods/connect.cc:216
1644 msgid "Unable to connect to %s %s:"
1647 #: methods/gzip.cc:57
1649 msgid "Couldn't open pipe for %s"
1652 #: methods/gzip.cc:102
1654 msgid "Read error from %s process"
1657 #: methods/http.cc:340
1658 msgid "Waiting for file"
1661 #: methods/http.cc:486
1663 msgid "Got a single header line over %u chars"
1666 #: methods/http.cc:494
1667 msgid "Bad header line"
1670 #: methods/http.cc:513 methods/http.cc:520
1671 msgid "The http server sent an invalid reply header"
1674 #: methods/http.cc:549
1675 msgid "The http server sent an invalid Content-Length header"
1678 #: methods/http.cc:564
1679 msgid "The http server sent an invalid Content-Range header"
1682 #: methods/http.cc:566
1683 msgid "This http server has broken range support"
1686 #: methods/http.cc:590
1687 msgid "Unknown date format"
1690 #: methods/http.cc:733
1691 msgid "Select failed"
1694 #: methods/http.cc:738
1695 msgid "Connection timed out"
1698 #: methods/http.cc:761
1699 msgid "Error writing to output file"
1702 #: methods/http.cc:789
1703 msgid "Error writing to file"
1706 #: methods/http.cc:814
1707 msgid "Error writing to the file"
1710 #: methods/http.cc:828
1711 msgid "Error reading from server Remote end closed connection"
1714 #: methods/http.cc:830
1715 msgid "Error reading from server"
1718 #: methods/http.cc:1061
1719 msgid "Bad header Data"
1722 #: methods/http.cc:1078
1723 msgid "Connection failed"
1726 #: methods/http.cc:1169
1727 msgid "Internal error"
1730 #: apt-pkg/contrib/mmap.cc:82
1731 msgid "Can't mmap an empty file"
1734 #: apt-pkg/contrib/mmap.cc:87
1736 msgid "Couldn't make mmap of %lu bytes"
1739 #: apt-pkg/contrib/strutl.cc:941
1741 msgid "Selection %s not found"
1744 #: apt-pkg/contrib/configuration.cc:449
1746 msgid "Opening configuration file %s"
1749 #: apt-pkg/contrib/configuration.cc:559
1751 msgid "Syntax error %s:%u: Block starts with no name."
1754 #: apt-pkg/contrib/configuration.cc:578
1756 msgid "Syntax error %s:%u: Malformed Tag"
1759 #: apt-pkg/contrib/configuration.cc:595
1761 msgid "Syntax error %s:%u: Extra junk after value"
1764 #: apt-pkg/contrib/configuration.cc:635
1766 msgid "Syntax error %s:%u: Directives can only be done at the top level"
1769 #: apt-pkg/contrib/configuration.cc:642
1771 msgid "Syntax error %s:%u: Too many nested includes"
1774 #: apt-pkg/contrib/configuration.cc:646 apt-pkg/contrib/configuration.cc:651
1776 msgid "Syntax error %s:%u: Included from here"
1779 #: apt-pkg/contrib/configuration.cc:655
1781 msgid "Syntax error %s:%u: Unsupported directive '%s'"
1782 msgstr "Syntax error %s:%u: Unsupported directive ‘%s’"
1784 #: apt-pkg/contrib/configuration.cc:689
1786 msgid "Syntax error %s:%u: Extra junk at end of file"
1789 #: apt-pkg/contrib/progress.cc:154
1791 msgid "%c%s... Error!"
1794 #: apt-pkg/contrib/progress.cc:156
1796 msgid "%c%s... Done"
1799 #: apt-pkg/contrib/cmndline.cc:80
1801 msgid "Command line option '%c' [from %s] is not known."
1802 msgstr "Command line option ‘%c’ [from %s] is not known."
1804 #: apt-pkg/contrib/cmndline.cc:106 apt-pkg/contrib/cmndline.cc:114
1805 #: apt-pkg/contrib/cmndline.cc:122
1807 msgid "Command line option %s is not understood"
1810 #: apt-pkg/contrib/cmndline.cc:127
1812 msgid "Command line option %s is not boolean"
1815 #: apt-pkg/contrib/cmndline.cc:166 apt-pkg/contrib/cmndline.cc:187
1817 msgid "Option %s requires an argument."
1820 #: apt-pkg/contrib/cmndline.cc:201 apt-pkg/contrib/cmndline.cc:207
1822 msgid "Option %s: Configuration item specification must have an =<val>."
1825 #: apt-pkg/contrib/cmndline.cc:237
1827 msgid "Option %s requires an integer argument, not '%s'"
1828 msgstr "Option %s requires an integer argument, not ‘%s’"
1830 #: apt-pkg/contrib/cmndline.cc:268
1832 msgid "Option '%s' is too long"
1833 msgstr "Option ‘%s’ is too long"
1835 #: apt-pkg/contrib/cmndline.cc:301
1837 msgid "Sense %s is not understood, try true or false."
1840 #: apt-pkg/contrib/cmndline.cc:351
1842 msgid "Invalid operation %s"
1845 #: apt-pkg/contrib/cdromutl.cc:55
1847 msgid "Unable to stat the mount point %s"
1850 #: apt-pkg/contrib/cdromutl.cc:149 apt-pkg/acquire.cc:418 apt-pkg/clean.cc:44
1852 msgid "Unable to change to %s"
1855 #: apt-pkg/contrib/cdromutl.cc:190
1856 msgid "Failed to stat the cdrom"
1859 #: apt-pkg/contrib/fileutl.cc:80
1861 msgid "Not using locking for read only lock file %s"
1864 #: apt-pkg/contrib/fileutl.cc:85
1866 msgid "Could not open lock file %s"
1869 #: apt-pkg/contrib/fileutl.cc:103
1871 msgid "Not using locking for nfs mounted lock file %s"
1874 #: apt-pkg/contrib/fileutl.cc:107
1876 msgid "Could not get lock %s"
1879 #: apt-pkg/contrib/fileutl.cc:358
1881 msgid "Waited, for %s but it wasn't there"
1882 msgstr "Waited for %s but it wasn't there"
1884 #: apt-pkg/contrib/fileutl.cc:368
1886 msgid "Sub-process %s received a segmentation fault."
1889 #: apt-pkg/contrib/fileutl.cc:371
1891 msgid "Sub-process %s returned an error code (%u)"
1894 #: apt-pkg/contrib/fileutl.cc:373
1896 msgid "Sub-process %s exited unexpectedly"
1899 #: apt-pkg/contrib/fileutl.cc:417
1901 msgid "Could not open file %s"
1904 #: apt-pkg/contrib/fileutl.cc:473
1906 msgid "read, still have %lu to read but none left"
1909 #: apt-pkg/contrib/fileutl.cc:491
1913 #: apt-pkg/contrib/fileutl.cc:503
1915 msgid "write, still have %lu to write but couldn't"
1918 #: apt-pkg/contrib/fileutl.cc:578
1919 msgid "Problem closing the file"
1922 #: apt-pkg/contrib/fileutl.cc:584
1923 msgid "Problem unlinking the file"
1926 #: apt-pkg/contrib/fileutl.cc:595
1927 msgid "Problem syncing the file"
1930 #: apt-pkg/pkgcache.cc:126
1931 msgid "Empty package cache"
1934 #: apt-pkg/pkgcache.cc:132
1935 msgid "The package cache file is corrupted"
1938 #: apt-pkg/pkgcache.cc:137
1939 msgid "The package cache file is an incompatible version"
1942 #: apt-pkg/pkgcache.cc:142
1944 msgid "This APT does not support the Versioning System '%s'"
1945 msgstr "This APT does not support the Versioning System ‘%s’"
1947 #: apt-pkg/pkgcache.cc:147
1948 msgid "The package cache was built for a different architecture"
1951 #: apt-pkg/pkgcache.cc:218
1955 #: apt-pkg/pkgcache.cc:218
1959 #: apt-pkg/pkgcache.cc:218
1963 #: apt-pkg/pkgcache.cc:219
1967 #: apt-pkg/pkgcache.cc:219
1971 #: apt-pkg/pkgcache.cc:219
1975 #: apt-pkg/pkgcache.cc:220
1979 #: apt-pkg/pkgcache.cc:231
1983 #: apt-pkg/pkgcache.cc:231
1987 #: apt-pkg/pkgcache.cc:231
1991 #: apt-pkg/pkgcache.cc:232
1995 #: apt-pkg/pkgcache.cc:232
1999 #: apt-pkg/depcache.cc:60 apt-pkg/depcache.cc:89
2000 msgid "Building Dependency Tree"
2003 #: apt-pkg/depcache.cc:61
2004 msgid "Candidate Versions"
2007 #: apt-pkg/depcache.cc:90
2008 msgid "Dependency Generation"
2011 #: apt-pkg/tagfile.cc:71
2013 msgid "Unable to parse package file %s (1)"
2016 #: apt-pkg/tagfile.cc:158
2018 msgid "Unable to parse package file %s (2)"
2021 #: apt-pkg/sourcelist.cc:88
2023 msgid "Malformed line %lu in source list %s (URI)"
2026 #: apt-pkg/sourcelist.cc:90
2028 msgid "Malformed line %lu in source list %s (dist)"
2031 #: apt-pkg/sourcelist.cc:93
2033 msgid "Malformed line %lu in source list %s (URI parse)"
2036 #: apt-pkg/sourcelist.cc:99
2038 msgid "Malformed line %lu in source list %s (Absolute dist)"
2041 #: apt-pkg/sourcelist.cc:106
2043 msgid "Malformed line %lu in source list %s (dist parse)"
2046 #: apt-pkg/sourcelist.cc:183 apt-pkg/sourcelist.cc:207
2048 msgid "Vendor block %s is invalid"
2051 #: apt-pkg/sourcelist.cc:235
2056 #: apt-pkg/sourcelist.cc:249
2058 msgid "Line %u too long in source list %s."
2061 #: apt-pkg/sourcelist.cc:266
2063 msgid "Malformed line %u in source list %s (type)"
2066 #: apt-pkg/sourcelist.cc:270
2068 msgid "Type '%s' is not known in on line %u in source list %s"
2069 msgstr "Type ‘%s’ is not known in on line %u in source list %s"
2071 #: apt-pkg/sourcelist.cc:279 apt-pkg/sourcelist.cc:282
2073 msgid "Malformed line %u in source list %s (vendor id)"
2076 #: apt-pkg/sourcelist.cc:296
2078 msgid "Unknown vendor ID '%s' in line %u of source list %s"
2079 msgstr "Unknown vendor ID ‘%s’ in line %u of source list %s"
2081 #: apt-pkg/packagemanager.cc:402
2084 "This installation run will require temporarily removing the essential "
2085 "package %s due to a Conflicts/Pre-Depends loop. This is often bad, but if "
2086 "you really want to do it, activate the APT::Force-LoopBreak option."
2089 #: apt-pkg/pkgrecords.cc:37
2091 msgid "Index file type '%s' is not supported"
2092 msgstr "Index file type ‘%s’ is not supported"
2094 #: apt-pkg/algorithms.cc:238
2097 "The package %s needs to be reinstalled, but I can't find an archive for it."
2100 #: apt-pkg/algorithms.cc:1056
2102 "Error, pkgProblemResolver::Resolve generated breaks, this may be caused by "
2106 #: apt-pkg/algorithms.cc:1058
2107 msgid "Unable to correct problems, you have held broken packages."
2110 #: apt-pkg/acquire.cc:61
2112 msgid "Lists directory %spartial is missing."
2115 #: apt-pkg/acquire.cc:65
2117 msgid "Archive directory %spartial is missing."
2120 #: apt-pkg/acquire-worker.cc:112
2122 msgid "The method driver %s could not be found."
2125 #: apt-pkg/acquire-worker.cc:161
2127 msgid "Method %s did not start correctly"
2130 #: apt-pkg/init.cc:119
2132 msgid "Packaging system '%s' is not supported"
2133 msgstr "Packaging system ‘%s’ is not supported"
2135 #: apt-pkg/init.cc:135
2136 msgid "Unable to determine a suitable system type"
2139 #: apt-pkg/clean.cc:61
2141 msgid "Unable to stat %s."
2144 #: apt-pkg/srcrecords.cc:49
2145 msgid "You must put some 'source' URIs in your sources.list"
2146 msgstr "You must put some ‘source’ URIs in your sources.list"
2148 #: apt-pkg/cachefile.cc:73
2149 msgid "The package lists or status file could not be parsed or opened."
2152 #: apt-pkg/cachefile.cc:77
2153 msgid "You may want to run apt-get update to correct these problems"
2156 #: apt-pkg/policy.cc:269
2157 msgid "Invalid record in the preferences file, no Package header"
2160 #: apt-pkg/policy.cc:291
2162 msgid "Did not understand pin type %s"
2165 #: apt-pkg/pkgcachegen.cc:74
2166 msgid "Cache has an incompatible versioning system"
2169 #: apt-pkg/pkgcachegen.cc:117
2171 msgid "Error occured while processing %s (NewPackage)"
2174 #: apt-pkg/pkgcachegen.cc:129
2176 msgid "Error occured while processing %s (UsePackage1)"
2179 #: apt-pkg/pkgcachegen.cc:150
2181 msgid "Error occured while processing %s (UsePackage2)"
2184 #: apt-pkg/pkgcachegen.cc:154
2186 msgid "Error occured while processing %s (NewFileVer1)"
2189 #: apt-pkg/pkgcachegen.cc:184
2191 msgid "Error occured while processing %s (NewVersion1)"
2194 #: apt-pkg/pkgcachegen.cc:188
2196 msgid "Error occured while processing %s (UsePackage3)"
2199 #: apt-pkg/pkgcachegen.cc:192
2201 msgid "Error occured while processing %s (NewVersion2)"
2204 #: apt-pkg/pkgcachegen.cc:207
2205 msgid "Wow, you exceeded the number of package names this APT is capable of."
2208 #: apt-pkg/pkgcachegen.cc:210
2209 msgid "Wow, you exceeded the number of versions this APT is capable of."
2212 #: apt-pkg/pkgcachegen.cc:213
2213 msgid "Wow, you exceeded the number of dependencies this APT is capable of."
2216 #: apt-pkg/pkgcachegen.cc:241
2218 msgid "Error occured while processing %s (FindPkg)"
2221 #: apt-pkg/pkgcachegen.cc:254
2223 msgid "Error occured while processing %s (CollectFileProvides)"
2226 #: apt-pkg/pkgcachegen.cc:260
2228 msgid "Package %s %s was not found while processing file dependencies"
2231 #: apt-pkg/pkgcachegen.cc:574
2233 msgid "Couldn't stat source package list %s"
2236 #: apt-pkg/pkgcachegen.cc:658
2237 msgid "Collecting File Provides"
2240 #: apt-pkg/pkgcachegen.cc:774 apt-pkg/pkgcachegen.cc:781
2241 msgid "IO Error saving source cache"
2244 #: apt-pkg/acquire-item.cc:124
2246 msgid "rename failed, %s (%s -> %s)."
2249 #: apt-pkg/acquire-item.cc:353
2252 "I wasn't able to locate a file for the %s package. This might mean you need "
2253 "to manually fix this package. (due to missing arch)"
2256 #: apt-pkg/acquire-item.cc:388
2259 "I wasn't able to locate file for the %s package. This might mean you need to "
2260 "manually fix this package."
2263 #: apt-pkg/acquire-item.cc:419
2266 "The package index files are corrupted. No Filename: field for package %s."
2269 #: apt-pkg/acquire-item.cc:501
2270 msgid "Size mismatch"
2273 #: apt-pkg/acquire-item.cc:511
2274 msgid "MD5Sum mismatch"
2277 #: methods/rsh.cc:264
2278 msgid "File Not Found"
2281 #: methods/rsh.cc:330
2282 msgid "Connection closed prematurely"
2294 #~ msgid "Please provide a name for this Disc, such as 'Debian 2.1r1 Disk 1'"
2295 #~ msgstr "Please provide a name for this Disc, such as ‘Debian 2.1r1 Disk 1’"
2300 #~ msgid "....\"Have you mooed today?\"..."
2301 #~ msgstr "....‘Have you mooed today?’..."
2303 #~ msgid "Errors apply to file '%s'"
2304 #~ msgstr "Errors apply to file ‘%s’"