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: 2002-11-10 19:37+0100\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:131
18 msgid "Package %s version %s has an unmet dep:\n"
21 #: cmdline/apt-cache.cc:171 cmdline/apt-cache.cc:523 cmdline/apt-cache.cc:669
22 #: cmdline/apt-cache.cc:1035 cmdline/apt-cache.cc:1181
24 msgid "Unable to locate package %s"
27 #: cmdline/apt-cache.cc:228
28 msgid "Total Package Names : "
31 #: cmdline/apt-cache.cc:268
32 msgid " Normal Packages: "
35 #: cmdline/apt-cache.cc:269
36 msgid " Pure Virtual Packages: "
39 #: cmdline/apt-cache.cc:270
40 msgid " Single Virtual Packages: "
43 #: cmdline/apt-cache.cc:271
44 msgid " Mixed Virtual Packages: "
47 #: cmdline/apt-cache.cc:272
51 #: cmdline/apt-cache.cc:274
52 msgid "Total Distinct Versions: "
55 #: cmdline/apt-cache.cc:276
56 msgid "Total Dependencies: "
59 #: cmdline/apt-cache.cc:279
60 msgid "Total Ver/File relations: "
63 #: cmdline/apt-cache.cc:281
64 msgid "Total Provides Mappings: "
67 #: cmdline/apt-cache.cc:293
68 msgid "Total Globbed Strings: "
71 #: cmdline/apt-cache.cc:307
72 msgid "Total Dependency Version space: "
75 #: cmdline/apt-cache.cc:312
76 msgid "Total Slack space: "
79 #: cmdline/apt-cache.cc:320
80 msgid "Total Space Accounted for: "
83 #: cmdline/apt-cache.cc:442 cmdline/apt-cache.cc:869
85 msgid "Package file %s is out of sync."
88 #: cmdline/apt-cache.cc:911
89 msgid "You must give exactly one pattern"
92 #: cmdline/apt-cache.cc:1135
93 msgid "Package Files:"
96 #: cmdline/apt-cache.cc:1142 cmdline/apt-cache.cc:1228
97 msgid "Cache is out of sync, can't x-ref a package file"
100 #: cmdline/apt-cache.cc:1143
105 #. Show any packages have explicit pins
106 #: cmdline/apt-cache.cc:1155
107 msgid "Pinned Packages:"
110 #: cmdline/apt-cache.cc:1167 cmdline/apt-cache.cc:1208
115 #: cmdline/apt-cache.cc:1188
119 #: cmdline/apt-cache.cc:1190 cmdline/apt-cache.cc:1198
124 #: cmdline/apt-cache.cc:1195
128 #: cmdline/apt-cache.cc:1205
129 msgid " Package Pin: "
132 #. Show the priority tables
133 #: cmdline/apt-cache.cc:1214
134 msgid " Version Table:"
137 #: cmdline/apt-cache.cc:1229
142 #: cmdline/apt-cache.cc:1256 cmdline/apt-cdrom.cc:730 cmdline/apt-config.cc:69
143 #: cmdline/apt-extracttemplates.cc:223 ftparchive/apt-ftparchive.cc:544
144 #: cmdline/apt-get.cc:2015 cmdline/apt-sortpkgs.cc:142
146 msgid "%s %s for %s %s compiled on %s %s\n"
149 #: cmdline/apt-cache.cc:1260
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 an 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:40
187 msgid "Arguments not in pairs"
190 #: cmdline/apt-config.cc:75
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:96
208 msgid "%s not a valid DEB package."
211 #: cmdline/apt-extracttemplates.cc:230
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:257 apt-pkg/pkgcachegen.cc:699
227 msgid "Unable to write to %s"
230 #: cmdline/apt-extracttemplates.cc:300
231 msgid "Cannot get debconf version. Is debconf installed?"
234 #. This needs to be a capital
235 #: cmdline/apt-get.cc:116
239 #: cmdline/apt-get.cc:193
240 msgid "The following packages have unmet dependencies:"
243 #: cmdline/apt-get.cc:283
245 msgid "but %s is installed"
248 #: cmdline/apt-get.cc:285
250 msgid "but %s is to be installed"
253 #: cmdline/apt-get.cc:292
254 msgid "but it is not installable"
257 #: cmdline/apt-get.cc:294
258 msgid "but it is a virtual package"
261 #: cmdline/apt-get.cc:297
262 msgid "but it is not installed"
265 #: cmdline/apt-get.cc:297
266 msgid "but it is not going to be installed"
269 #: cmdline/apt-get.cc:302
273 #: cmdline/apt-get.cc:328
274 msgid "The following NEW packages will be installed:"
277 #: cmdline/apt-get.cc:351
278 msgid "The following packages will be REMOVED:"
281 #: cmdline/apt-get.cc:371
282 msgid "The following packages have been kept back"
285 #: cmdline/apt-get.cc:390
286 msgid "The following packages will be upgraded"
289 #: cmdline/apt-get.cc:409
290 msgid "The following packages will be DOWNGRADED"
293 #: cmdline/apt-get.cc:426
294 msgid "The following held packages will be changed:"
297 #: cmdline/apt-get.cc:477
299 msgid "%s (due to %s) "
302 #: cmdline/apt-get.cc:484
304 "WARNING: The following essential packages will be removed\n"
305 "This should NOT be done unless you know exactly what you are doing!"
308 #: cmdline/apt-get.cc:514
310 msgid "%lu packages upgraded, %lu newly installed, "
313 #: cmdline/apt-get.cc:518
315 msgid "%lu reinstalled, "
318 #: cmdline/apt-get.cc:520
320 msgid "%lu downgraded, "
323 #: cmdline/apt-get.cc:522
325 msgid "%lu to remove and %lu not upgraded.\n"
328 #: cmdline/apt-get.cc:526
330 msgid "%lu packages not fully installed or removed.\n"
333 #: cmdline/apt-get.cc:586
334 msgid "Correcting dependencies..."
337 #: cmdline/apt-get.cc:589
341 #: cmdline/apt-get.cc:592
342 msgid "Unable to correct dependencies"
345 #: cmdline/apt-get.cc:595
346 msgid "Unable to minimize the upgrade set"
349 #: cmdline/apt-get.cc:597
353 #: cmdline/apt-get.cc:601
354 msgid "You might want to run `apt-get -f install' to correct these."
355 msgstr "You might want to run ‘apt-get -f install’ to correct these."
357 #: cmdline/apt-get.cc:604
358 msgid "Unmet dependencies. Try using -f."
361 #: cmdline/apt-get.cc:657
362 msgid "Packages need to be removed but Remove is disabled."
365 #: cmdline/apt-get.cc:683 cmdline/apt-get.cc:1578 cmdline/apt-get.cc:1611
366 msgid "Unable to lock the download directory"
369 #: cmdline/apt-get.cc:693 cmdline/apt-get.cc:1659 cmdline/apt-get.cc:1870
370 #: apt-pkg/cachefile.cc:67
371 msgid "The list of sources could not be read."
374 #: cmdline/apt-get.cc:713
376 msgid "Need to get %sB/%sB of archives.\n"
379 #: cmdline/apt-get.cc:716
381 msgid "Need to get %sB of archives.\n"
384 #: cmdline/apt-get.cc:721
386 msgid "After unpacking %sB of additional disk space will be used.\n"
389 #: cmdline/apt-get.cc:724
391 msgid "After unpacking %sB disk space will be freed.\n"
394 #: cmdline/apt-get.cc:741
396 msgid "You don't have enough free space in %s."
399 #: cmdline/apt-get.cc:750
400 msgid "There are problems and -y was used without --force-yes"
403 #: cmdline/apt-get.cc:756 cmdline/apt-get.cc:776
404 msgid "Trivial Only specified but this is not a trivial operation."
407 #: cmdline/apt-get.cc:758
408 msgid "Yes, do as I say!"
411 #: cmdline/apt-get.cc:760
414 "You are about to do something potentially harmful\n"
415 "To continue type in the phrase '%s'\n"
418 "You are about to do something potentially harmful\n"
419 "To continue type in the phrase ‘%s’\n"
422 #: cmdline/apt-get.cc:766 cmdline/apt-get.cc:785
426 #: cmdline/apt-get.cc:781
427 msgid "Do you want to continue? [Y/n] "
430 #: cmdline/apt-get.cc:850 cmdline/apt-get.cc:1219 cmdline/apt-get.cc:1768
432 msgid "Failed to fetch %s %s\n"
435 #: cmdline/apt-get.cc:868
436 msgid "Some files failed to download"
439 #: cmdline/apt-get.cc:869 cmdline/apt-get.cc:1777
440 msgid "Download complete and in download only mode"
443 #: cmdline/apt-get.cc:875
445 "Unable to fetch some archives, maybe run apt-get update or try with --fix-"
449 #: cmdline/apt-get.cc:879
450 msgid "--fix-missing and media swapping is not currently supported"
453 #: cmdline/apt-get.cc:884
454 msgid "Unable to correct missing packages."
457 #: cmdline/apt-get.cc:885
458 msgid "Aborting Install."
461 #: cmdline/apt-get.cc:918
463 msgid "Note, selecting %s instead of %s\n"
466 #: cmdline/apt-get.cc:928
468 msgid "Skipping %s, it is already installed and upgrade is not set.\n"
471 #: cmdline/apt-get.cc:946
473 msgid "Package %s is not installed, so not removed\n"
476 #: cmdline/apt-get.cc:957
478 msgid "Package %s is a virtual package provided by:\n"
481 #: cmdline/apt-get.cc:969
485 #: cmdline/apt-get.cc:974
486 msgid "You should explicitly select one to install."
489 #: cmdline/apt-get.cc:979
492 "Package %s has no available version, but exists in the database.\n"
493 "This typically means that the package was mentioned in a dependency and\n"
494 "never uploaded, has been obsoleted or is not available with the contents\n"
498 #: cmdline/apt-get.cc:997
499 msgid "However the following packages replace it:"
502 #: cmdline/apt-get.cc:1000
504 msgid "Package %s has no installation candidate"
507 #: cmdline/apt-get.cc:1020
509 msgid "Reinstallation of %s is not possible, it cannot be downloaded.\n"
512 #: cmdline/apt-get.cc:1028
514 msgid "%s is already the newest version.\n"
517 #: cmdline/apt-get.cc:1055
519 msgid "Release '%s' for '%s' was not found"
520 msgstr "Release ‘%s’ for ‘%s’ was not found"
522 #: cmdline/apt-get.cc:1057
524 msgid "Version '%s' for '%s' was not found"
525 msgstr "Version ‘%s’ for ‘%s’ was not found"
527 #: cmdline/apt-get.cc:1063
529 msgid "Selected version %s (%s) for %s\n"
532 #: cmdline/apt-get.cc:1173
533 msgid "The update command takes no arguments"
536 #: cmdline/apt-get.cc:1186
537 msgid "Unable to lock the list directory"
540 #: cmdline/apt-get.cc:1238
542 "Some index files failed to download, they have been ignored, or old ones "
546 #: cmdline/apt-get.cc:1257
547 msgid "Internal Error, AllUpgrade broke stuff"
550 #: cmdline/apt-get.cc:1347 cmdline/apt-get.cc:1383
552 msgid "Couldn't find package %s"
555 #: cmdline/apt-get.cc:1360
557 msgid "Regex compilation error - %s"
560 #: cmdline/apt-get.cc:1370
562 msgid "Note, selecting %s for regex '%s'\n"
563 msgstr "Note, selecting %s for regex ‘%s’\n"
565 #: cmdline/apt-get.cc:1400
566 msgid "You might want to run `apt-get -f install' to correct these:"
567 msgstr "You might want to run ‘apt-get -f install’ to correct these:"
569 #: cmdline/apt-get.cc:1403
571 "Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a "
574 "Unmet dependencies. Try ‘apt-get -f install’ with no packages (or specify a "
577 #: cmdline/apt-get.cc:1415
579 "Some packages could not be installed. This may mean that you have\n"
580 "requested an impossible situation or if you are using the unstable\n"
581 "distribution that some required packages have not yet been created\n"
582 "or been moved out of Incoming."
585 #: cmdline/apt-get.cc:1423
587 "Since you only requested a single operation it is extremely likely that\n"
588 "the package is simply not installable and a bug report against\n"
589 "that package should be filed."
592 #: cmdline/apt-get.cc:1428
593 msgid "The following information may help to resolve the situation:"
596 #: cmdline/apt-get.cc:1431
597 msgid "Broken packages"
600 #: cmdline/apt-get.cc:1454
601 msgid "The following extra packages will be installed:"
604 #: cmdline/apt-get.cc:1473
605 msgid "Calculating Upgrade... "
608 #: cmdline/apt-get.cc:1476
612 #: cmdline/apt-get.cc:1481
616 #: cmdline/apt-get.cc:1654
617 msgid "Must specify at least one package to fetch source for"
620 #: cmdline/apt-get.cc:1681 cmdline/apt-get.cc:1888
622 msgid "Unable to find a source package for %s"
625 #: cmdline/apt-get.cc:1728
627 msgid "You don't have enough free space in %s"
630 #: cmdline/apt-get.cc:1733
632 msgid "Need to get %sB/%sB of source archives.\n"
635 #: cmdline/apt-get.cc:1736
637 msgid "Need to get %sB of source archives.\n"
640 #: cmdline/apt-get.cc:1742
642 msgid "Fetch Source %s\n"
645 #: cmdline/apt-get.cc:1773
646 msgid "Failed to fetch some archives."
649 #: cmdline/apt-get.cc:1801
651 msgid "Skipping unpack of already unpacked source in %s\n"
654 #: cmdline/apt-get.cc:1813
656 msgid "Unpack command '%s' failed.\n"
657 msgstr "Unpack command ‘%s’ failed.\n"
659 #: cmdline/apt-get.cc:1830
661 msgid "Build command '%s' failed.\n"
662 msgstr "Build command ‘%s’ failed.\n"
664 #: cmdline/apt-get.cc:1849
665 msgid "Child process failed"
668 #: cmdline/apt-get.cc:1865
669 msgid "Must specify at least one package to check builddeps for"
672 #: cmdline/apt-get.cc:1893
674 msgid "Unable to get build-dependency information for %s"
677 #: cmdline/apt-get.cc:1913
679 msgid "%s has no build depends.\n"
682 #: cmdline/apt-get.cc:1931
685 "%s dependency on %s cannot be satisfied because the package %s cannot be "
689 #: cmdline/apt-get.cc:1983
691 "Some broken packages were found while trying to process build-dependencies.\n"
692 "You might want to run `apt-get -f install' to correct these."
694 "Some broken packages were found while trying to process build-dependencies.\n"
695 "You might want to run ‘apt-get -f install’ to correct these."
697 #: cmdline/apt-get.cc:1988
698 msgid "Failed to process build dependencies"
701 #: cmdline/apt-get.cc:2020
702 msgid "Supported Modules:"
705 #: cmdline/apt-get.cc:2061
707 "Usage: apt-get [options] command\n"
708 " apt-get [options] install|remove pkg1 [pkg2 ...]\n"
709 " apt-get [options] source pkg1 [pkg2 ...]\n"
711 "apt-get is a simple command line interface for downloading and\n"
712 "installing packages. The most frequently used commands are update\n"
716 " update - Retrieve new lists of packages\n"
717 " upgrade - Perform an upgrade\n"
718 " install - Install new packages (pkg is libc6 not libc6.deb)\n"
719 " remove - Remove packages\n"
720 " source - Download source archives\n"
721 " build-dep - Configure build-dependencies for source packages\n"
722 " dist-upgrade - Distribution upgrade, see apt-get(8)\n"
723 " dselect-upgrade - Follow dselect selections\n"
724 " clean - Erase downloaded archive files\n"
725 " autoclean - Erase old downloaded archive files\n"
726 " check - Verify that there are no broken dependencies\n"
729 " -h This help text.\n"
730 " -q Loggable output - no progress indicator\n"
731 " -qq No output except for errors\n"
732 " -d Download only - do NOT install or unpack archives\n"
733 " -s No-act. Perform ordering simulation\n"
734 " -y Assume Yes to all queries and do not prompt\n"
735 " -f Attempt to continue if the integrity check fails\n"
736 " -m Attempt to continue if archives are unlocatable\n"
737 " -u Show a list of upgraded packages as well\n"
738 " -b Build the source package after fetching it\n"
739 " -c=? Read this configuration file\n"
740 " -o=? Set an arbitary configuration option, eg -o dir::cache=/tmp\n"
741 "See the apt-get(8), sources.list(5) and apt.conf(5) manual\n"
742 "pages for more information and options.\n"
743 " This APT has Super Cow Powers.\n"
746 #: cmdline/acqprogress.cc:55
750 #: cmdline/acqprogress.cc:79
754 #: cmdline/acqprogress.cc:110
758 #: cmdline/acqprogress.cc:114
762 #: cmdline/acqprogress.cc:135
764 msgid "Fetched %sB in %s (%sB/s)\n"
767 #: cmdline/acqprogress.cc:225
771 #: cmdline/acqprogress.cc:271
774 "Media Change: Please insert the disc labeled '%s' in the drive '%s' and "
777 "Media Change: Please insert the disc labeled ‘%s’ in the drive ‘%s’ and "
780 #: cmdline/apt-sortpkgs.cc:84
781 msgid "Unknown package record!"
784 #: cmdline/apt-sortpkgs.cc:148
786 "Usage: apt-sortpkgs [options] file1 [file2 ...]\n"
788 "apt-sortpkgs is a simple tool to sort package files. The -s option is used\n"
789 "to indicate what kind of file it is.\n"
792 " -h This help text\n"
793 " -s Use source file sorting\n"
794 " -c=? Read this configuration file\n"
795 " -o=? Set an arbitary configuration option, eg -o dir::cache=/tmp\n"
798 #: dselect/install:32
799 msgid "Bad default setting!"
802 #: dselect/install:51 dselect/install:83 dselect/install:87 dselect/install:93
803 #: dselect/install:104 dselect/update:45
804 msgid "Press enter to continue."
807 #: dselect/install:100
808 msgid "Some errors occurred while unpacking. I'm going to configure the"
811 #: dselect/install:101
812 msgid "packages that were installed. This may result in duplicate errors"
815 #: dselect/install:102
816 msgid "or errors caused by missing dependencies. This is OK, only the errors"
819 #: dselect/install:103
821 "above this message are important. Please fix them and run [I]nstall again"
825 msgid "Merging Available information"
828 #: apt-pkg/contrib/mmap.cc:82
829 msgid "Can't mmap an empty file"
832 #: apt-pkg/contrib/mmap.cc:87
834 msgid "Couldn't make mmap of %lu bytes"
837 #: apt-pkg/contrib/strutl.cc:935
839 msgid "Selection %s not found"
842 #: apt-pkg/contrib/configuration.cc:449
844 msgid "Opening configuration file %s"
847 #: apt-pkg/contrib/configuration.cc:559
849 msgid "Syntax error %s:%u: Block starts with no name."
852 #: apt-pkg/contrib/configuration.cc:578
854 msgid "Syntax error %s:%u: Malformed Tag"
857 #: apt-pkg/contrib/configuration.cc:595
859 msgid "Syntax error %s:%u: Extra junk after value"
862 #: apt-pkg/contrib/configuration.cc:635
864 msgid "Syntax error %s:%u: Directives can only be done at the top level"
867 #: apt-pkg/contrib/configuration.cc:642
869 msgid "Syntax error %s:%u: Too many nested includes"
872 #: apt-pkg/contrib/configuration.cc:646 apt-pkg/contrib/configuration.cc:651
874 msgid "Syntax error %s:%u: Included from here"
877 #: apt-pkg/contrib/configuration.cc:655
879 msgid "Syntax error %s:%u: Unsupported directive '%s'"
882 #: apt-pkg/contrib/configuration.cc:689
884 msgid "Syntax error %s:%u: Extra junk at end of file"
887 #: apt-pkg/contrib/configuration.cc:701 apt-pkg/contrib/cdromutl.cc:153
888 #: apt-pkg/acquire.cc:412 apt-pkg/clean.cc:38
890 msgid "Unable to read %s"
893 #: apt-pkg/contrib/progress.cc:154
895 msgid "\r%s... Error!"
898 #: apt-pkg/contrib/progress.cc:156
903 #: apt-pkg/contrib/cmndline.cc:79
905 msgid "Command line option '%c' [from %s] is not known."
906 msgstr "Command line option ‘%c’ [from %s] is not known."
908 #: apt-pkg/contrib/cmndline.cc:105 apt-pkg/contrib/cmndline.cc:113
909 #: apt-pkg/contrib/cmndline.cc:121
911 msgid "Command line option %s is not understood"
914 #: apt-pkg/contrib/cmndline.cc:126
916 msgid "Command line option %s is not boolean"
919 #: apt-pkg/contrib/cmndline.cc:165 apt-pkg/contrib/cmndline.cc:186
921 msgid "Option %s requires an argument."
924 #: apt-pkg/contrib/cmndline.cc:200 apt-pkg/contrib/cmndline.cc:206
926 msgid "Option %s: Configuration item sepecification must have an =<val>."
929 #: apt-pkg/contrib/cmndline.cc:236
931 msgid "Option %s requires an integer argument, not '%s'"
934 #: apt-pkg/contrib/cmndline.cc:267
936 msgid "Option '%s' is too long"
937 msgstr "Option ‘%s’ is too long"
939 #: apt-pkg/contrib/cmndline.cc:300
941 msgid "Sense %s is not understood, try true or false."
944 #: apt-pkg/contrib/cmndline.cc:350
946 msgid "Invalid operation %s"
949 #: apt-pkg/contrib/cdromutl.cc:55
951 msgid "Unable to stat the mount point %s"
954 #: apt-pkg/contrib/cdromutl.cc:149 apt-pkg/acquire.cc:418 apt-pkg/clean.cc:44
956 msgid "Unable to change to %s"
959 #: apt-pkg/contrib/cdromutl.cc:190
960 msgid "Failed to stat the cdrom"
963 #: apt-pkg/contrib/fileutl.cc:80
965 msgid "Not using locking for read only lock file %s"
968 #: apt-pkg/contrib/fileutl.cc:85
970 msgid "Could not open lock file %s"
973 #: apt-pkg/contrib/fileutl.cc:103
975 msgid "Not using locking for nfs mounted lock file %s"
978 #: apt-pkg/contrib/fileutl.cc:107
980 msgid "Could not get lock %s"
983 #: apt-pkg/contrib/fileutl.cc:358
985 msgid "Waited, for %s but it wasn't there"
986 msgstr "Waited for %s but it wasn't there"
988 #: apt-pkg/contrib/fileutl.cc:368
990 msgid "Sub-process %s received a segmentation fault."
993 #: apt-pkg/contrib/fileutl.cc:371
995 msgid "Sub-process %s returned an error code (%u)"
998 #: apt-pkg/contrib/fileutl.cc:373
1000 msgid "Sub-process %s exited unexpectedly"
1003 #: apt-pkg/contrib/fileutl.cc:417
1005 msgid "Could not open file %s"
1008 #: apt-pkg/contrib/fileutl.cc:452
1012 #: apt-pkg/contrib/fileutl.cc:473
1014 msgid "read, still have %lu to read but none left"
1017 #: apt-pkg/contrib/fileutl.cc:491
1021 #: apt-pkg/contrib/fileutl.cc:503
1023 msgid "write, still have %lu to write but couldn't"
1026 #: apt-pkg/contrib/fileutl.cc:578
1027 msgid "Problem closing the file"
1030 #: apt-pkg/contrib/fileutl.cc:584
1031 msgid "Problem unlinking the file"
1034 #: apt-pkg/contrib/fileutl.cc:595
1035 msgid "Problem syncing the file"
1038 #: apt-pkg/pkgcache.cc:126
1039 msgid "Empty package cache"
1042 #: apt-pkg/pkgcache.cc:132
1043 msgid "The package cache file is corrupted"
1046 #: apt-pkg/pkgcache.cc:137
1047 msgid "The package cache file is an incompatible version"
1050 #: apt-pkg/pkgcache.cc:142
1052 msgid "This APT does not support the Versioning System '%s'"
1053 msgstr "This APT does not support the Versioning System ‘%s’"
1055 #: apt-pkg/pkgcache.cc:147
1056 msgid "The package cache was build for a different architecture"
1059 #: apt-pkg/pkgcache.cc:218
1063 #: apt-pkg/pkgcache.cc:218
1067 #: apt-pkg/pkgcache.cc:218
1071 #: apt-pkg/pkgcache.cc:219
1075 #: apt-pkg/pkgcache.cc:219
1079 #: apt-pkg/pkgcache.cc:219
1083 #: apt-pkg/pkgcache.cc:220
1087 #: apt-pkg/pkgcache.cc:231
1091 #: apt-pkg/pkgcache.cc:231
1095 #: apt-pkg/pkgcache.cc:231
1099 #: apt-pkg/pkgcache.cc:232
1103 #: apt-pkg/pkgcache.cc:232
1107 #: apt-pkg/depcache.cc:60 apt-pkg/depcache.cc:89
1108 msgid "Building Dependency Tree"
1111 #: apt-pkg/depcache.cc:61
1112 msgid "Candidate Versions"
1115 #: apt-pkg/depcache.cc:90
1116 msgid "Dependency Generation"
1119 #: apt-pkg/tagfile.cc:71
1121 msgid "Unable to parse package file %s (1)"
1124 #: apt-pkg/tagfile.cc:158
1126 msgid "Unable to parse package file %s (2)"
1129 #: apt-pkg/sourcelist.cc:88
1131 msgid "Malformed line %lu in source list %s (URI)"
1134 #: apt-pkg/sourcelist.cc:90
1136 msgid "Malformed line %lu in source list %s (dist)"
1139 #: apt-pkg/sourcelist.cc:93
1141 msgid "Malformed line %lu in source list %s (URI parse)"
1144 #: apt-pkg/sourcelist.cc:99
1146 msgid "Malformed line %lu in source list %s (Absolute dist)"
1149 #: apt-pkg/sourcelist.cc:106
1151 msgid "Malformed line %lu in source list %s (dist parse)"
1154 #: apt-pkg/sourcelist.cc:183 apt-pkg/sourcelist.cc:207
1156 msgid "Vendor block %s is invalid"
1159 #: apt-pkg/sourcelist.cc:235
1164 #: apt-pkg/sourcelist.cc:249
1166 msgid "Line %u too long in source list %s."
1169 #: apt-pkg/sourcelist.cc:266
1171 msgid "Malformed line %u in source list %s (type)"
1174 #: apt-pkg/sourcelist.cc:270
1176 msgid "Type '%s' is not known in on line %u in source list %s"
1177 msgstr "Type ‘%s’ is not known in on line %u in source list %s"
1179 #: apt-pkg/sourcelist.cc:279 apt-pkg/sourcelist.cc:282
1181 msgid "Malformed line %u in source list %s (vendor id)"
1184 #: apt-pkg/sourcelist.cc:296
1186 msgid "Unknown vendor ID '%s' in line %u of source list %s"
1187 msgstr "Unknown vendor ID ‘%s’ in line %u of source list %s"
1189 #: apt-pkg/packagemanager.cc:402
1192 "This installation run will require temporarily removing the essential "
1193 "package %s due to a Conflicts/Pre-Depends loop. This is often bad, but if "
1194 "you really want to do it, activate the APT::Force-LoopBreak option."
1197 #: apt-pkg/pkgrecords.cc:37
1199 msgid "Index file type '%s' is not supported"
1200 msgstr "Index file type ‘%s’ is not supported"
1202 #: apt-pkg/algorithms.cc:237
1205 "The package %s needs to be reinstalled, but I can't find an archive for it."
1208 #: apt-pkg/algorithms.cc:1055
1210 "Error, pkgProblemResolver::Resolve generated breaks, this may be caused by "
1214 #: apt-pkg/algorithms.cc:1057
1215 msgid "Unable to correct problems, you have held broken packages."
1218 #: apt-pkg/acquire.cc:61
1220 msgid "Lists directory %spartial is missing."
1223 #: apt-pkg/acquire.cc:65
1225 msgid "Archive directory %spartial is missing."
1228 #: apt-pkg/acquire-worker.cc:112
1230 msgid "The method driver %s could not be found."
1233 #: apt-pkg/acquire-worker.cc:161
1235 msgid "Method %s did not start correctly"
1238 #: apt-pkg/init.cc:117
1240 msgid "Packaging system '%s' is not supported"
1241 msgstr "Packaging system ‘%s’ is not supported"
1243 #: apt-pkg/init.cc:133
1244 msgid "Unable to determine a suitable system type"
1247 #: apt-pkg/clean.cc:61
1249 msgid "Unable to stat %s."
1252 #: apt-pkg/srcrecords.cc:49
1253 msgid "You must put some 'source' URIs in your sources.list"
1254 msgstr "You must put some ‘source’ URIs in your sources.list"
1256 #: apt-pkg/cachefile.cc:73
1257 msgid "The package lists or status file could not be parsed or opened."
1260 #: apt-pkg/cachefile.cc:77
1261 msgid "You may want to run apt-get update to correct these problems"
1264 #: apt-pkg/policy.cc:269
1265 msgid "Invalid record in the preferences file, no Package header"
1268 #: apt-pkg/policy.cc:291
1270 msgid "Did not understand pin type %s"
1273 #: apt-pkg/pkgcachegen.cc:74
1274 msgid "Cache has an incompatible versioning system"
1277 #: apt-pkg/pkgcachegen.cc:117
1279 msgid "Error occured while processing %s (NewPackage)"
1282 #: apt-pkg/pkgcachegen.cc:129
1284 msgid "Error occured while processing %s (UsePackage1)"
1287 #: apt-pkg/pkgcachegen.cc:150
1289 msgid "Error occured while processing %s (UsePackage2)"
1292 #: apt-pkg/pkgcachegen.cc:154
1294 msgid "Error occured while processing %s (NewFileVer1)"
1297 #: apt-pkg/pkgcachegen.cc:184
1299 msgid "Error occured while processing %s (NewVersion1)"
1302 #: apt-pkg/pkgcachegen.cc:188
1304 msgid "Error occured while processing %s (UsePackage3)"
1307 #: apt-pkg/pkgcachegen.cc:192
1309 msgid "Error occured while processing %s (NewVersion2)"
1312 #: apt-pkg/pkgcachegen.cc:207
1313 msgid "Wow, you exceeded the number of package names this APT is capable of."
1316 #: apt-pkg/pkgcachegen.cc:210
1317 msgid "Wow, you exceeded the number of versions this APT is capable of."
1320 #: apt-pkg/pkgcachegen.cc:213
1321 msgid "Wow, you exceeded the number of dependencies this APT is capable of."
1324 #: apt-pkg/pkgcachegen.cc:241
1326 msgid "Error occured while processing %s (FindPkg)"
1329 #: apt-pkg/pkgcachegen.cc:254
1331 msgid "Error occured while processing %s (CollectFileProvides)"
1334 #: apt-pkg/pkgcachegen.cc:260
1336 msgid "Package %s %s was not found while processing file dependencies"
1339 #: apt-pkg/pkgcachegen.cc:574
1341 msgid "Couldn't stat source package list %s"
1344 #. Build the status cache
1345 #: apt-pkg/pkgcachegen.cc:643 apt-pkg/pkgcachegen.cc:701
1346 #: apt-pkg/pkgcachegen.cc:706 apt-pkg/pkgcachegen.cc:829
1347 msgid "Reading Package Lists"
1350 #: apt-pkg/pkgcachegen.cc:658
1351 msgid "Collecting File Provides"
1354 #: apt-pkg/pkgcachegen.cc:774 apt-pkg/pkgcachegen.cc:781
1355 msgid "IO Error saving source cache"
1358 #: apt-pkg/acquire-item.cc:124
1360 msgid "rename failed, %s (%s -> %s)."
1363 #: apt-pkg/acquire-item.cc:353
1366 "I wasn't able to locate a file for the %s package. This might mean you need "
1367 "to manually fix this package. (due to missing arch)"
1370 #: apt-pkg/acquire-item.cc:388
1373 "I wasn't able to locate file for the %s package. This might mean you need to "
1374 "manually fix this package."
1377 #: apt-pkg/acquire-item.cc:419
1380 "The package index files are corrupted. No Filename: field for package %s."
1383 #: apt-pkg/acquire-item.cc:501
1384 msgid "Size mismatch"
1387 #: apt-pkg/acquire-item.cc:511
1388 msgid "MD5Sum mismatch"
1391 #~ msgid "Something wicked happened resolving '%s:%s' (%i)"
1392 #~ msgstr "Something wicked happened resolving ‘%s:%s’ (%i)"
1394 #~ msgid "Login script command '%s' failed, server said: %s"
1395 #~ msgstr "Login script command ‘%s’ failed, server said: %s"
1407 #~ msgid "Unable to fetch file, server said '%s'"
1408 #~ msgstr "Unable to fetch file, server said ‘%s’"
1410 #~ msgid "Data transfer failed, server said '%s'"
1411 #~ msgstr "Data transfer failed, server said ‘%s’"
1413 #~ msgid "This is not a valid DEB archive, missing '%s' member"
1414 #~ msgstr "This is not a valid DEB archive, missing ‘%s’ member"
1417 #~ "Failed to open the list file '%sinfo/%s'. If you cannot restore this file "
1418 #~ "then make it empty and immediately re-install the same version of the "
1421 #~ "Failed to open the list file ‘%sinfo/%s’. If you cannot restore this file "
1422 #~ "then make it empty and immediately re-install the same version of the "
1425 #~ msgid "Please provide a name for this Disc, such as 'Debian 2.1r1 Disk 1'"
1426 #~ msgstr "Please provide a name for this Disc, such as ‘Debian 2.1r1 Disk 1’"
1431 #~ msgid "....\"Have you mooed today?\"..."
1432 #~ msgstr "....‘Have you mooed today?’..."
1435 #~ "apt-ftparchive generates index files for Debian archives. It supports\n"
1436 #~ "many styles of generation from fully automated to functional "
1438 #~ "for dpkg-scanpackages and dpkg-scansources\n"
1440 #~ "apt-ftparchive generates Package files from a tree of .debs. The\n"
1441 #~ "Package file contains the contents of all the control fields from\n"
1442 #~ "each package as well as the MD5 hash and filesize. An override file\n"
1443 #~ "is supported to force the value of Priority and Section.\n"
1445 #~ "Similarly apt-ftparchive generates Sources files from a tree of .dscs.\n"
1446 #~ "The --source-override option can be used to specify a src override file\n"
1448 #~ "The 'packages' and 'sources' command should be run in the root of the\n"
1449 #~ "tree. BinaryPath should point to the base of the recursive search and \n"
1450 #~ "override file should contian the override flags. Pathprefix is\n"
1451 #~ "appended to the filename fields if present. Example usage from the \n"
1452 #~ "debian archive:\n"
1453 #~ " apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
1454 #~ " dists/potato/main/binary-i386/Packages\n"
1456 #~ "apt-ftparchive generates index files for Debian archives. It supports\n"
1457 #~ "many styles of generation from fully automated to functional "
1459 #~ "for dpkg-scanpackages and dpkg-scansources\n"
1461 #~ "apt-ftparchive generates Package files from a tree of .debs. The\n"
1462 #~ "Package file contains the contents of all the control fields from\n"
1463 #~ "each package as well as the MD5 hash and filesize. An override file\n"
1464 #~ "is supported to force the value of Priority and Section.\n"
1466 #~ "Similarly apt-ftparchive generates Sources files from a tree of .dscs.\n"
1467 #~ "The --source-override option can be used to specify a src override file\n"
1469 #~ "The ‘packages’ and ‘sources’ command should be run in the root of the\n"
1470 #~ "tree. BinaryPath should point to the base of the recursive search and \n"
1471 #~ "override file should contian the override flags. Pathprefix is\n"
1472 #~ "appended to the filename fields if present. Example usage from the \n"
1473 #~ "debian archive:\n"
1474 #~ " apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
1475 #~ " dists/potato/main/binary-i386/Packages\n"
1477 #~ msgid "Some files are missing in the package file group `%s'"
1478 #~ msgstr "Some files are missing in the package file group ‘%s’"
1480 #~ msgid "Unknown Compresison Algorithm '%s'"
1481 #~ msgstr "Unknown Compression Algorithm ‘%s’"
1483 #~ msgid "E: Errors apply to file '"
1484 #~ msgstr "E: Errors apply to file ‘"
1486 #~ msgid "Could not find a record in the DSC '%s'"
1487 #~ msgstr "Could not find a record in the DSC ‘%s’"
1489 #~ msgid "Errors apply to file '%s'"
1490 #~ msgstr "Errors apply to file ‘%s’"