1 # English messages for the apt suite.
2 # Copyright (C) 1997, 1998, 1999 Jason Gunthorpe and others.
3 # Michael Piefel <piefel@informatik.hu-berlin.de>, 2002.
7 "Project-Id-Version: apt 0.5.5\n"
8 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2004-02-26 16:47-0800\n"
10 "PO-Revision-Date: 2002-11-10 20:56+0100\n"
11 "Last-Translator: Michael Piefel <piefel@debian.org>\n"
12 "Language-Team: en_GB <en@li.org>\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
17 #: cmdline/apt-cache.cc:135
19 msgid "Package %s version %s has an unmet dep:\n"
22 #: cmdline/apt-cache.cc:175 cmdline/apt-cache.cc:527 cmdline/apt-cache.cc:615
23 #: cmdline/apt-cache.cc:771 cmdline/apt-cache.cc:989 cmdline/apt-cache.cc:1357
24 #: cmdline/apt-cache.cc:1508
26 msgid "Unable to locate package %s"
29 #: cmdline/apt-cache.cc:232
30 msgid "Total Package Names : "
33 #: cmdline/apt-cache.cc:272
34 msgid " Normal Packages: "
37 #: cmdline/apt-cache.cc:273
38 msgid " Pure Virtual Packages: "
41 #: cmdline/apt-cache.cc:274
42 msgid " Single Virtual Packages: "
45 #: cmdline/apt-cache.cc:275
46 msgid " Mixed Virtual Packages: "
49 #: cmdline/apt-cache.cc:276
53 #: cmdline/apt-cache.cc:278
54 msgid "Total Distinct Versions: "
57 #: cmdline/apt-cache.cc:280
58 msgid "Total Dependencies: "
61 #: cmdline/apt-cache.cc:283
62 msgid "Total Ver/File relations: "
65 #: cmdline/apt-cache.cc:285
66 msgid "Total Provides Mappings: "
69 #: cmdline/apt-cache.cc:297
70 msgid "Total Globbed Strings: "
73 #: cmdline/apt-cache.cc:311
74 msgid "Total Dependency Version space: "
77 #: cmdline/apt-cache.cc:316
78 msgid "Total Slack space: "
81 #: cmdline/apt-cache.cc:324
82 msgid "Total Space Accounted for: "
85 #: cmdline/apt-cache.cc:446 cmdline/apt-cache.cc:1189
87 msgid "Package file %s is out of sync."
90 #: cmdline/apt-cache.cc:1231
91 msgid "You must give exactly one pattern"
94 #: cmdline/apt-cache.cc:1385
95 msgid "No packages found"
98 #: cmdline/apt-cache.cc:1462
99 msgid "Package Files:"
102 #: cmdline/apt-cache.cc:1469 cmdline/apt-cache.cc:1555
103 msgid "Cache is out of sync, can't x-ref a package file"
106 #: cmdline/apt-cache.cc:1470
111 #. Show any packages have explicit pins
112 #: cmdline/apt-cache.cc:1482
113 msgid "Pinned Packages:"
116 #: cmdline/apt-cache.cc:1494 cmdline/apt-cache.cc:1535
121 #: cmdline/apt-cache.cc:1515
125 #: cmdline/apt-cache.cc:1517 cmdline/apt-cache.cc:1525
130 #: cmdline/apt-cache.cc:1522
134 #: cmdline/apt-cache.cc:1532
135 msgid " Package Pin: "
138 #. Show the priority tables
139 #: cmdline/apt-cache.cc:1541
140 msgid " Version Table:"
143 #: cmdline/apt-cache.cc:1556
148 #: cmdline/apt-cache.cc:1646
150 msgid "%s %s for %s %s compiled on %s %s\n"
153 #: cmdline/apt-cache.cc:1653
155 "Usage: apt-cache [options] command\n"
156 " apt-cache [options] add file1 [file2 ...]\n"
157 " apt-cache [options] showpkg pkg1 [pkg2 ...]\n"
158 " apt-cache [options] showsrc pkg1 [pkg2 ...]\n"
160 "apt-cache is a low-level tool used to manipulate APT's binary\n"
161 "cache files, and query information from them\n"
164 " add - Add a package file to the source cache\n"
165 " gencaches - Build both the package and source cache\n"
166 " showpkg - Show some general information for a single package\n"
167 " showsrc - Show source records\n"
168 " stats - Show some basic statistics\n"
169 " dump - Show the entire file in a terse form\n"
170 " dumpavail - Print an available file to stdout\n"
171 " unmet - Show unmet dependencies\n"
172 " search - Search the package list for a regex pattern\n"
173 " show - Show a readable record for the package\n"
174 " depends - Show raw dependency information for a package\n"
175 " rdepends - Show reverse dependency information for a package\n"
176 " pkgnames - List the names of all packages\n"
177 " dotty - Generate package graphs for GraphVis\n"
178 " xvcg - Generate package graphs for xvcg\n"
179 " policy - Show policy settings\n"
182 " -h This help text.\n"
183 " -p=? The package cache.\n"
184 " -s=? The source cache.\n"
185 " -q Disable progress indicator.\n"
186 " -i Show only important deps for the unmet command.\n"
187 " -c=? Read this configuration file\n"
188 " -o=? Set an arbitary configuration option, eg -o dir::cache=/tmp\n"
189 "See the apt-cache(8) and apt.conf(5) manual pages for more information.\n"
192 #: apt-inst/contrib/extracttar.cc:116
193 msgid "Failed to create pipes"
196 #: apt-inst/contrib/extracttar.cc:141
197 msgid "Failed to exec gzip "
200 #: apt-inst/contrib/extracttar.cc:178 apt-inst/contrib/extracttar.cc:204
201 msgid "Corrupted archive"
204 #: apt-inst/contrib/extracttar.cc:193
205 msgid "Tar Checksum failed, archive corrupted"
208 #: apt-inst/contrib/extracttar.cc:296
210 msgid "Unknown TAR header type %u, member %s"
213 #: apt-inst/contrib/arfile.cc:73
214 msgid "Invalid archive signature"
217 #: apt-inst/contrib/arfile.cc:81
218 msgid "Error reading archive member header"
221 #: apt-inst/contrib/arfile.cc:93 apt-inst/contrib/arfile.cc:105
222 msgid "Invalid archive member header"
225 #: apt-inst/contrib/arfile.cc:131
226 msgid "Archive is too short"
229 #: apt-inst/contrib/arfile.cc:135
230 msgid "Failed to read the archive headers"
233 #: apt-inst/filelist.cc:384
234 msgid "DropNode called on still linked node"
237 #: apt-inst/filelist.cc:416
238 msgid "Failed to locate the hash element!"
241 #: apt-inst/filelist.cc:463
242 msgid "Failed to allocate diversion"
245 #: apt-inst/filelist.cc:468
246 msgid "Internal Error in AddDiversion"
249 #: apt-inst/filelist.cc:481
251 msgid "Trying to overwrite a diversion, %s -> %s and %s/%s"
254 #: apt-inst/filelist.cc:510
256 msgid "Double add of diversion %s -> %s"
259 #: apt-inst/filelist.cc:553
261 msgid "Duplicate conf file %s/%s"
264 #: apt-inst/dirstream.cc:45 apt-inst/dirstream.cc:50 apt-inst/dirstream.cc:53
266 msgid "Failed write file %s"
269 #: apt-inst/dirstream.cc:80 apt-inst/dirstream.cc:88
271 msgid "Failed to close file %s"
274 #: apt-inst/extract.cc:96 apt-inst/extract.cc:167
276 msgid "The path %s is too long"
279 #: apt-inst/extract.cc:127
281 msgid "Unpacking %s more than once"
284 #: apt-inst/extract.cc:137
286 msgid "The directory %s is diverted"
289 #: apt-inst/extract.cc:147
291 msgid "The package is trying to write to the diversion target %s/%s"
294 #: apt-inst/extract.cc:157 apt-inst/extract.cc:300
295 msgid "The diversion path is too long"
298 #: apt-inst/extract.cc:181 apt-inst/extract.cc:193 apt-inst/extract.cc:210
299 #: apt-inst/deb/dpkgdb.cc:121
301 msgid "Failed to stat %s"
304 #: apt-inst/extract.cc:188
306 msgid "Failed to rename %s to %s"
309 #: apt-inst/extract.cc:243
311 msgid "The directory %s is being replaced by a non-directory"
314 #: apt-inst/extract.cc:283
315 msgid "Failed to locate node in its hash bucket"
318 #: apt-inst/extract.cc:287
319 msgid "The path is too long"
322 #: apt-inst/extract.cc:417
324 msgid "Overwrite package match with no version for %s"
327 #: apt-inst/extract.cc:434
329 msgid "File %s/%s overwrites the one in the package %s"
332 #: apt-inst/extract.cc:467 apt-pkg/contrib/configuration.cc:705
333 #: apt-pkg/contrib/cdromutl.cc:153 apt-pkg/acquire.cc:416 apt-pkg/clean.cc:38
335 msgid "Unable to read %s"
338 #: apt-inst/extract.cc:494
340 msgid "Unable to stat %s"
343 #: apt-inst/deb/dpkgdb.cc:55 apt-inst/deb/dpkgdb.cc:61
345 msgid "Failed to remove %s"
348 #: apt-inst/deb/dpkgdb.cc:110 apt-inst/deb/dpkgdb.cc:112
350 msgid "Unable to create %s"
353 #: apt-inst/deb/dpkgdb.cc:118
355 msgid "Failed to stat %sinfo"
358 #: apt-inst/deb/dpkgdb.cc:123
359 msgid "The info and temp directories need to be on the same filesystem"
362 #. Build the status cache
363 #: apt-inst/deb/dpkgdb.cc:139 apt-pkg/pkgcachegen.cc:643
364 #: apt-pkg/pkgcachegen.cc:701 apt-pkg/pkgcachegen.cc:706
365 #: apt-pkg/pkgcachegen.cc:829
366 msgid "Reading Package Lists"
369 #: apt-inst/deb/dpkgdb.cc:180
371 msgid "Failed to change to the admin dir %sinfo"
374 #: apt-inst/deb/dpkgdb.cc:201 apt-inst/deb/dpkgdb.cc:355
375 #: apt-inst/deb/dpkgdb.cc:448
376 msgid "Internal Error getting a Package Name"
379 #: apt-inst/deb/dpkgdb.cc:205
380 msgid "Reading File Listing"
383 #: apt-inst/deb/dpkgdb.cc:216
386 "Failed to open the list file '%sinfo/%s'. If you cannot restore this file "
387 "then make it empty and immediately re-install the same version of the "
390 "Failed to open the list file ‘%sinfo/%s’. If you cannot restore this file "
391 "then make it empty and immediately re-install the same version of the "
394 #: apt-inst/deb/dpkgdb.cc:229 apt-inst/deb/dpkgdb.cc:242
396 msgid "Failed reading the list file %sinfo/%s"
399 #: apt-inst/deb/dpkgdb.cc:266
400 msgid "Internal Error getting a Node"
403 #: apt-inst/deb/dpkgdb.cc:309
405 msgid "Failed to open the diversions file %sdiversions"
408 #: apt-inst/deb/dpkgdb.cc:324
409 msgid "The diversion file is corrupted"
412 #: apt-inst/deb/dpkgdb.cc:331 apt-inst/deb/dpkgdb.cc:336
413 #: apt-inst/deb/dpkgdb.cc:341
415 msgid "Invalid line in the diversion file: %s"
418 #: apt-inst/deb/dpkgdb.cc:362
419 msgid "Internal Error adding a diversion"
422 #: apt-inst/deb/dpkgdb.cc:383
423 msgid "The pkg cache must be initialize first"
426 #: apt-inst/deb/dpkgdb.cc:386
427 msgid "Reading File List"
430 #: apt-inst/deb/dpkgdb.cc:443
432 msgid "Failed to find a Package: Header, offset %lu"
435 #: apt-inst/deb/dpkgdb.cc:465
437 msgid "Bad ConfFile section in the status file. Offset %lu"
440 #: apt-inst/deb/dpkgdb.cc:470
442 msgid "Error parsing MD5. Offset %lu"
445 #: apt-inst/deb/debfile.cc:55
447 msgid "This is not a valid DEB archive, missing '%s' member"
448 msgstr "This is not a valid DEB archive, missing ‘%s’ member"
450 #: apt-inst/deb/debfile.cc:72
452 msgid "Internal Error, could not locate member %s"
455 #: apt-inst/deb/debfile.cc:104
457 msgid "Couldn't change to %s"
460 #: apt-inst/deb/debfile.cc:125
461 msgid "Internal Error, could not locate member"
464 #: apt-inst/deb/debfile.cc:158
465 msgid "Failed to locate a valid control file"
468 #: apt-inst/deb/debfile.cc:243
469 msgid "Unparsible control file"
472 #: methods/cdrom.cc:113
474 msgid "Unable to read the cdrom database %s"
477 #: methods/cdrom.cc:122
479 "Please use apt-cdrom to make this CD recognized by APT. apt-get update "
480 "cannot be used to add new CDs"
483 #: methods/cdrom.cc:130 methods/cdrom.cc:168
487 #: methods/cdrom.cc:163
489 msgid "Unable to unmount the CD-ROM in %s, it may still be in use."
492 #: methods/cdrom.cc:177 methods/file.cc:77
493 msgid "File not found"
496 #: methods/copy.cc:42 methods/gzip.cc:133 methods/gzip.cc:142
497 msgid "Failed to stat"
500 #: methods/copy.cc:79 methods/gzip.cc:139
501 msgid "Failed to set modification time"
504 #: methods/file.cc:42
505 msgid "Invalid URI, local URIS must not start with //"
508 #. Login must be before getpeername otherwise dante won't work.
509 #: methods/ftp.cc:162
513 #: methods/ftp.cc:168
514 msgid "Unable to determine the peer name"
517 #: methods/ftp.cc:173
518 msgid "Unable to determine the local name"
521 #: methods/ftp.cc:204 methods/ftp.cc:232
523 msgid "Server refused our connection and said: %s"
526 #: methods/ftp.cc:210
528 msgid "USER failed, server said: %s"
531 #: methods/ftp.cc:217
533 msgid "PASS failed, server said: %s"
536 #: methods/ftp.cc:237
538 "A proxy server was specified but no login script, Acquire::ftp::ProxyLogin "
542 #: methods/ftp.cc:265
544 msgid "Login script command '%s' failed, server said: %s"
545 msgstr "Login script command ‘%s’ failed, server said: %s"
547 #: methods/ftp.cc:291
549 msgid "TYPE failed, server said: %s"
552 #: methods/ftp.cc:329 methods/ftp.cc:440 methods/rsh.cc:183 methods/rsh.cc:226
553 msgid "Connection timeout"
556 #: methods/ftp.cc:335
557 msgid "Server closed the connection"
560 #: methods/ftp.cc:338 apt-pkg/contrib/fileutl.cc:452 methods/rsh.cc:190
564 #: methods/ftp.cc:345 methods/rsh.cc:197
565 msgid "A response overflowed the buffer."
568 #: methods/ftp.cc:362 methods/ftp.cc:374
569 msgid "Protocol corruption"
572 #: methods/ftp.cc:446 methods/rsh.cc:232
576 #: methods/ftp.cc:687 methods/ftp.cc:693 methods/ftp.cc:729
577 msgid "Could not create a socket"
580 #: methods/ftp.cc:698
581 msgid "Could not connect data socket, connection timed out"
584 #: methods/ftp.cc:702 methods/connect.cc:99
588 #: methods/ftp.cc:704
589 msgid "Could not connect passive socket."
592 #: methods/ftp.cc:722
593 msgid "getaddrinfo was unable to get a listening socket"
596 #: methods/ftp.cc:736
597 msgid "Could not bind a socket"
600 #: methods/ftp.cc:740
601 msgid "Could not listen on the socket"
604 #: methods/ftp.cc:747
605 msgid "Could not determine the socket's name"
608 #: methods/ftp.cc:779
609 msgid "Unable to send PORT command"
612 #: methods/ftp.cc:789
614 msgid "Unknown address family %u (AF_*)"
617 #: methods/ftp.cc:798
619 msgid "EPRT failed, server said: %s"
622 #: methods/ftp.cc:818
623 msgid "Data socket connect timed out"
626 #: methods/ftp.cc:825
627 msgid "Unable to accept connection"
630 #: methods/ftp.cc:864 methods/http.cc:912 methods/rsh.cc:303
631 msgid "Problem hashing file"
634 #: methods/ftp.cc:877
636 msgid "Unable to fetch file, server said '%s'"
637 msgstr "Unable to fetch file, server said ‘%s’"
639 #: methods/ftp.cc:892 methods/rsh.cc:322
640 msgid "Data socket timed out"
643 #: methods/ftp.cc:922
645 msgid "Data transfer failed, server said '%s'"
646 msgstr "Data transfer failed, server said ‘%s’"
648 #. Get the files information
649 #: methods/ftp.cc:997
653 #: methods/ftp.cc:1104
654 msgid "Unable to invoke "
657 #: methods/connect.cc:64
659 msgid "Connecting to %s (%s)"
662 #: methods/connect.cc:71
667 #: methods/connect.cc:80
669 msgid "Could not create a socket for %s (f=%u t=%u p=%u)"
672 #: methods/connect.cc:86
674 msgid "Cannot initiate the connection to %s:%s (%s)."
677 #: methods/connect.cc:92
679 msgid "Could not connect to %s:%s (%s), connection timed out"
682 #: methods/connect.cc:104
684 msgid "Could not connect to %s:%s (%s)."
687 #. We say this mainly because the pause here is for the
688 #. ssh connection that is still going
689 #: methods/connect.cc:132 methods/rsh.cc:425
691 msgid "Connecting to %s"
694 #: methods/connect.cc:163
696 msgid "Could not resolve '%s'"
697 msgstr "Could not resolve ‘%s’"
699 #: methods/connect.cc:167
701 msgid "Temporary failure resolving '%s'"
702 msgstr "Temporary failure resolving ‘%s’"
704 #: methods/connect.cc:169
706 msgid "Something wicked happened resolving '%s:%s' (%i)"
707 msgstr "Something wicked happened resolving ‘%s:%s’ (%i)"
709 #: methods/connect.cc:216
711 msgid "Unable to connect to %s %s:"
714 #: methods/gzip.cc:57
716 msgid "Couldn't open pipe for %s"
719 #: methods/gzip.cc:102
721 msgid "Read error from %s process"
724 #: methods/http.cc:340
725 msgid "Waiting for headers"
728 #: methods/http.cc:486
730 msgid "Got a single header line over %u chars"
733 #: methods/http.cc:494
734 msgid "Bad header line"
737 #: methods/http.cc:513 methods/http.cc:520
738 msgid "The http server sent an invalid reply header"
741 #: methods/http.cc:549
742 msgid "The http server sent an invalid Content-Length header"
745 #: methods/http.cc:564
746 msgid "The http server sent an invalid Content-Range header"
749 #: methods/http.cc:566
750 msgid "This http server has broken range support"
753 #: methods/http.cc:590
754 msgid "Unknown date format"
757 #: methods/http.cc:733
758 msgid "Select failed"
761 #: methods/http.cc:738
762 msgid "Connection timed out"
765 #: methods/http.cc:761
766 msgid "Error writing to output file"
769 #: methods/http.cc:789
770 msgid "Error writing to file"
773 #: methods/http.cc:814
774 msgid "Error writing to the file"
777 #: methods/http.cc:828
778 msgid "Error reading from server Remote end closed connection"
781 #: methods/http.cc:830
782 msgid "Error reading from server"
785 #: methods/http.cc:1061
786 msgid "Bad header Data"
789 #: methods/http.cc:1078
790 msgid "Connection failed"
793 #: methods/http.cc:1169
794 msgid "Internal error"
797 #: apt-pkg/contrib/mmap.cc:82
798 msgid "Can't mmap an empty file"
801 #: apt-pkg/contrib/mmap.cc:87
803 msgid "Couldn't make mmap of %lu bytes"
806 #: apt-pkg/contrib/strutl.cc:941
808 msgid "Selection %s not found"
811 #: apt-pkg/contrib/configuration.cc:395
813 msgid "Unrecognized type abbreviation: '%c'"
814 msgstr "Unrecognized type abbreviation: ‘%c’"
816 #: apt-pkg/contrib/configuration.cc:453
818 msgid "Opening configuration file %s"
821 #: apt-pkg/contrib/configuration.cc:563
823 msgid "Syntax error %s:%u: Block starts with no name."
826 #: apt-pkg/contrib/configuration.cc:582
828 msgid "Syntax error %s:%u: Malformed Tag"
831 #: apt-pkg/contrib/configuration.cc:599
833 msgid "Syntax error %s:%u: Extra junk after value"
836 #: apt-pkg/contrib/configuration.cc:639
838 msgid "Syntax error %s:%u: Directives can only be done at the top level"
841 #: apt-pkg/contrib/configuration.cc:646
843 msgid "Syntax error %s:%u: Too many nested includes"
846 #: apt-pkg/contrib/configuration.cc:650 apt-pkg/contrib/configuration.cc:655
848 msgid "Syntax error %s:%u: Included from here"
851 #: apt-pkg/contrib/configuration.cc:659
853 msgid "Syntax error %s:%u: Unsupported directive '%s'"
854 msgstr "Syntax error %s:%u: Unsupported directive ‘%s’"
856 #: apt-pkg/contrib/configuration.cc:693
858 msgid "Syntax error %s:%u: Extra junk at end of file"
861 #: apt-pkg/contrib/progress.cc:154
863 msgid "%c%s... Error!"
866 #: apt-pkg/contrib/progress.cc:156
871 #: apt-pkg/contrib/cmndline.cc:80
873 msgid "Command line option '%c' [from %s] is not known."
874 msgstr "Command line option ‘%c’ [from %s] is not known."
876 #: apt-pkg/contrib/cmndline.cc:106 apt-pkg/contrib/cmndline.cc:114
877 #: apt-pkg/contrib/cmndline.cc:122
879 msgid "Command line option %s is not understood"
882 #: apt-pkg/contrib/cmndline.cc:127
884 msgid "Command line option %s is not boolean"
887 #: apt-pkg/contrib/cmndline.cc:166 apt-pkg/contrib/cmndline.cc:187
889 msgid "Option %s requires an argument."
892 #: apt-pkg/contrib/cmndline.cc:201 apt-pkg/contrib/cmndline.cc:207
894 msgid "Option %s: Configuration item specification must have an =<val>."
897 #: apt-pkg/contrib/cmndline.cc:237
899 msgid "Option %s requires an integer argument, not '%s'"
900 msgstr "Option %s requires an integer argument, not ‘%s’"
902 #: apt-pkg/contrib/cmndline.cc:268
904 msgid "Option '%s' is too long"
905 msgstr "Option ‘%s’ is too long"
907 #: apt-pkg/contrib/cmndline.cc:301
909 msgid "Sense %s is not understood, try true or false."
912 #: apt-pkg/contrib/cmndline.cc:351
914 msgid "Invalid operation %s"
917 #: apt-pkg/contrib/cdromutl.cc:55
919 msgid "Unable to stat the mount point %s"
922 #: apt-pkg/contrib/cdromutl.cc:149 apt-pkg/acquire.cc:422 apt-pkg/clean.cc:44
924 msgid "Unable to change to %s"
927 #: apt-pkg/contrib/cdromutl.cc:190
928 msgid "Failed to stat the cdrom"
931 #: apt-pkg/contrib/fileutl.cc:80
933 msgid "Not using locking for read only lock file %s"
936 #: apt-pkg/contrib/fileutl.cc:85
938 msgid "Could not open lock file %s"
941 #: apt-pkg/contrib/fileutl.cc:103
943 msgid "Not using locking for nfs mounted lock file %s"
946 #: apt-pkg/contrib/fileutl.cc:107
948 msgid "Could not get lock %s"
951 #: apt-pkg/contrib/fileutl.cc:358
953 msgid "Waited, for %s but it wasn't there"
954 msgstr "Waited for %s but it wasn't there"
956 #: apt-pkg/contrib/fileutl.cc:368
958 msgid "Sub-process %s received a segmentation fault."
961 #: apt-pkg/contrib/fileutl.cc:371
963 msgid "Sub-process %s returned an error code (%u)"
966 #: apt-pkg/contrib/fileutl.cc:373
968 msgid "Sub-process %s exited unexpectedly"
971 #: apt-pkg/contrib/fileutl.cc:417
973 msgid "Could not open file %s"
976 #: apt-pkg/contrib/fileutl.cc:473
978 msgid "read, still have %lu to read but none left"
981 #: apt-pkg/contrib/fileutl.cc:491
985 #: apt-pkg/contrib/fileutl.cc:503
987 msgid "write, still have %lu to write but couldn't"
990 #: apt-pkg/contrib/fileutl.cc:578
991 msgid "Problem closing the file"
994 #: apt-pkg/contrib/fileutl.cc:584
995 msgid "Problem unlinking the file"
998 #: apt-pkg/contrib/fileutl.cc:595
999 msgid "Problem syncing the file"
1002 #: apt-pkg/pkgcache.cc:126
1003 msgid "Empty package cache"
1006 #: apt-pkg/pkgcache.cc:132
1007 msgid "The package cache file is corrupted"
1010 #: apt-pkg/pkgcache.cc:137
1011 msgid "The package cache file is an incompatible version"
1014 #: apt-pkg/pkgcache.cc:142
1016 msgid "This APT does not support the Versioning System '%s'"
1017 msgstr "This APT does not support the Versioning System ‘%s’"
1019 #: apt-pkg/pkgcache.cc:147
1020 msgid "The package cache was built for a different architecture"
1023 #: apt-pkg/pkgcache.cc:218
1027 #: apt-pkg/pkgcache.cc:218
1031 #: apt-pkg/pkgcache.cc:218
1035 #: apt-pkg/pkgcache.cc:219
1039 #: apt-pkg/pkgcache.cc:219
1043 #: apt-pkg/pkgcache.cc:219
1047 #: apt-pkg/pkgcache.cc:220
1051 #: apt-pkg/pkgcache.cc:231
1055 #: apt-pkg/pkgcache.cc:231
1059 #: apt-pkg/pkgcache.cc:231
1063 #: apt-pkg/pkgcache.cc:232
1067 #: apt-pkg/pkgcache.cc:232
1071 #: apt-pkg/depcache.cc:60 apt-pkg/depcache.cc:89
1072 msgid "Building Dependency Tree"
1075 #: apt-pkg/depcache.cc:61
1076 msgid "Candidate Versions"
1079 #: apt-pkg/depcache.cc:90
1080 msgid "Dependency Generation"
1083 #: apt-pkg/tagfile.cc:71
1085 msgid "Unable to parse package file %s (1)"
1088 #: apt-pkg/tagfile.cc:158
1090 msgid "Unable to parse package file %s (2)"
1093 #: apt-pkg/sourcelist.cc:88
1095 msgid "Malformed line %lu in source list %s (URI)"
1098 #: apt-pkg/sourcelist.cc:90
1100 msgid "Malformed line %lu in source list %s (dist)"
1103 #: apt-pkg/sourcelist.cc:93
1105 msgid "Malformed line %lu in source list %s (URI parse)"
1108 #: apt-pkg/sourcelist.cc:99
1110 msgid "Malformed line %lu in source list %s (Absolute dist)"
1113 #: apt-pkg/sourcelist.cc:106
1115 msgid "Malformed line %lu in source list %s (dist parse)"
1118 #: apt-pkg/sourcelist.cc:183 apt-pkg/sourcelist.cc:207
1120 msgid "Vendor block %s is invalid"
1123 #: apt-pkg/sourcelist.cc:235
1128 #: apt-pkg/sourcelist.cc:249
1130 msgid "Line %u too long in source list %s."
1133 #: apt-pkg/sourcelist.cc:266
1135 msgid "Malformed line %u in source list %s (type)"
1138 #: apt-pkg/sourcelist.cc:270
1140 msgid "Type '%s' is not known in on line %u in source list %s"
1141 msgstr "Type ‘%s’ is not known in on line %u in source list %s"
1143 #: apt-pkg/sourcelist.cc:279 apt-pkg/sourcelist.cc:282
1145 msgid "Malformed line %u in source list %s (vendor id)"
1148 #: apt-pkg/sourcelist.cc:296
1150 msgid "Unknown vendor ID '%s' in line %u of source list %s"
1151 msgstr "Unknown vendor ID ‘%s’ in line %u of source list %s"
1153 #: apt-pkg/packagemanager.cc:402
1156 "This installation run will require temporarily removing the essential "
1157 "package %s due to a Conflicts/Pre-Depends loop. This is often bad, but if "
1158 "you really want to do it, activate the APT::Force-LoopBreak option."
1161 #: apt-pkg/pkgrecords.cc:37
1163 msgid "Index file type '%s' is not supported"
1164 msgstr "Index file type ‘%s’ is not supported"
1166 #: apt-pkg/algorithms.cc:238
1169 "The package %s needs to be reinstalled, but I can't find an archive for it."
1172 #: apt-pkg/algorithms.cc:1056
1174 "Error, pkgProblemResolver::Resolve generated breaks, this may be caused by "
1178 #: apt-pkg/algorithms.cc:1058
1179 msgid "Unable to correct problems, you have held broken packages."
1182 #: apt-pkg/acquire.cc:61
1184 msgid "Lists directory %spartial is missing."
1187 #: apt-pkg/acquire.cc:65
1189 msgid "Archive directory %spartial is missing."
1192 #: apt-pkg/acquire-worker.cc:112
1194 msgid "The method driver %s could not be found."
1197 #: apt-pkg/acquire-worker.cc:161
1199 msgid "Method %s did not start correctly"
1202 #: apt-pkg/init.cc:119
1204 msgid "Packaging system '%s' is not supported"
1205 msgstr "Packaging system ‘%s’ is not supported"
1207 #: apt-pkg/init.cc:135
1208 msgid "Unable to determine a suitable packaging system type"
1211 #: apt-pkg/clean.cc:61
1213 msgid "Unable to stat %s."
1216 #: apt-pkg/srcrecords.cc:49
1217 msgid "You must put some 'source' URIs in your sources.list"
1218 msgstr "You must put some ‘source’ URIs in your sources.list"
1220 #: apt-pkg/cachefile.cc:67
1221 msgid "The list of sources could not be read."
1224 #: apt-pkg/cachefile.cc:73
1225 msgid "The package lists or status file could not be parsed or opened."
1228 #: apt-pkg/cachefile.cc:77
1229 msgid "You may want to run apt-get update to correct these problems"
1232 #: apt-pkg/policy.cc:269
1233 msgid "Invalid record in the preferences file, no Package header"
1236 #: apt-pkg/policy.cc:291
1238 msgid "Did not understand pin type %s"
1241 #: apt-pkg/policy.cc:299
1242 msgid "No priority (or zero) specified for pin"
1245 #: apt-pkg/pkgcachegen.cc:74
1246 msgid "Cache has an incompatible versioning system"
1249 #: apt-pkg/pkgcachegen.cc:117
1251 msgid "Error occured while processing %s (NewPackage)"
1254 #: apt-pkg/pkgcachegen.cc:129
1256 msgid "Error occured while processing %s (UsePackage1)"
1259 #: apt-pkg/pkgcachegen.cc:150
1261 msgid "Error occured while processing %s (UsePackage2)"
1264 #: apt-pkg/pkgcachegen.cc:154
1266 msgid "Error occured while processing %s (NewFileVer1)"
1269 #: apt-pkg/pkgcachegen.cc:184
1271 msgid "Error occured while processing %s (NewVersion1)"
1274 #: apt-pkg/pkgcachegen.cc:188
1276 msgid "Error occured while processing %s (UsePackage3)"
1279 #: apt-pkg/pkgcachegen.cc:192
1281 msgid "Error occured while processing %s (NewVersion2)"
1284 #: apt-pkg/pkgcachegen.cc:207
1285 msgid "Wow, you exceeded the number of package names this APT is capable of."
1288 #: apt-pkg/pkgcachegen.cc:210
1289 msgid "Wow, you exceeded the number of versions this APT is capable of."
1292 #: apt-pkg/pkgcachegen.cc:213
1293 msgid "Wow, you exceeded the number of dependencies this APT is capable of."
1296 #: apt-pkg/pkgcachegen.cc:241
1298 msgid "Error occured while processing %s (FindPkg)"
1301 #: apt-pkg/pkgcachegen.cc:254
1303 msgid "Error occured while processing %s (CollectFileProvides)"
1306 #: apt-pkg/pkgcachegen.cc:260
1308 msgid "Package %s %s was not found while processing file dependencies"
1311 #: apt-pkg/pkgcachegen.cc:574
1313 msgid "Couldn't stat source package list %s"
1316 #: apt-pkg/pkgcachegen.cc:658
1317 msgid "Collecting File Provides"
1320 #: apt-pkg/pkgcachegen.cc:699
1322 msgid "Unable to write to %s"
1325 #: apt-pkg/pkgcachegen.cc:774 apt-pkg/pkgcachegen.cc:781
1326 msgid "IO Error saving source cache"
1329 #: apt-pkg/acquire-item.cc:124
1331 msgid "rename failed, %s (%s -> %s)."
1334 #: apt-pkg/acquire-item.cc:353
1337 "I wasn't able to locate a file for the %s package. This might mean you need "
1338 "to manually fix this package. (due to missing arch)"
1341 #: apt-pkg/acquire-item.cc:388
1344 "I wasn't able to locate file for the %s package. This might mean you need to "
1345 "manually fix this package."
1348 #: apt-pkg/acquire-item.cc:419
1351 "The package index files are corrupted. No Filename: field for package %s."
1354 #: apt-pkg/acquire-item.cc:501
1355 msgid "Size mismatch"
1358 #: apt-pkg/acquire-item.cc:511
1359 msgid "MD5Sum mismatch"
1362 #: methods/rsh.cc:91
1363 msgid "Failed to create IPC pipe to subprocess"
1366 #: methods/rsh.cc:264
1367 msgid "File Not Found"
1370 #: methods/rsh.cc:330
1371 msgid "Connection closed prematurely"
1375 #~ "Usage: apt-ftparchive [options] command\n"
1376 #~ "Commands: packages binarypath [overridefile [pathprefix]]\n"
1377 #~ " sources srcpath [overridefile [pathprefix]]\n"
1378 #~ " contents path\n"
1379 #~ " generate config [groups]\n"
1380 #~ " clean config\n"
1382 #~ "apt-ftparchive generates index files for Debian archives. It supports\n"
1383 #~ "many styles of generation from fully automated to functional "
1385 #~ "for dpkg-scanpackages and dpkg-scansources\n"
1387 #~ "apt-ftparchive generates Package files from a tree of .debs. The\n"
1388 #~ "Package file contains the contents of all the control fields from\n"
1389 #~ "each package as well as the MD5 hash and filesize. An override file\n"
1390 #~ "is supported to force the value of Priority and Section.\n"
1392 #~ "Similarly apt-ftparchive generates Sources files from a tree of .dscs.\n"
1393 #~ "The --source-override option can be used to specify a src override file\n"
1395 #~ "The 'packages' and 'sources' command should be run in the root of the\n"
1396 #~ "tree. BinaryPath should point to the base of the recursive search and \n"
1397 #~ "override file should contain the override flags. Pathprefix is\n"
1398 #~ "appended to the filename fields if present. Example usage from the \n"
1399 #~ "Debian archive:\n"
1400 #~ " apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
1401 #~ " dists/potato/main/binary-i386/Packages\n"
1404 #~ " -h This help text\n"
1405 #~ " --md5 Control MD5 generation\n"
1406 #~ " -s=? Source override file\n"
1408 #~ " -d=? Select the optional caching database\n"
1409 #~ " --no-delink Enable delinking debug mode\n"
1410 #~ " --contents Control contents file generation\n"
1411 #~ " -c=? Read this configuration file\n"
1412 #~ " -o=? Set an arbitary configuration option"
1414 #~ "Usage: apt-ftparchive [options] command\n"
1415 #~ "Commands: packages binarypath [overridefile [pathprefix]]\n"
1416 #~ " sources srcpath [overridefile [pathprefix]]\n"
1417 #~ " contents path\n"
1418 #~ " generate config [groups]\n"
1419 #~ " clean config\n"
1421 #~ "apt-ftparchive generates index files for Debian archives. It supports\n"
1422 #~ "many styles of generation from fully automated to functional "
1424 #~ "for dpkg-scanpackages and dpkg-scansources\n"
1426 #~ "apt-ftparchive generates Package files from a tree of .debs. The\n"
1427 #~ "Package file contains the contents of all the control fields from\n"
1428 #~ "each package as well as the MD5 hash and filesize. An override file\n"
1429 #~ "is supported to force the value of Priority and Section.\n"
1431 #~ "Similarly apt-ftparchive generates Sources files from a tree of .dscs.\n"
1432 #~ "The --source-override option can be used to specify a src override file\n"
1434 #~ "The ‘packages’ and ‘sources’ command should be run in the root of the\n"
1435 #~ "tree. BinaryPath should point to the base of the recursive search and \n"
1436 #~ "override file should contain the override flags. Pathprefix is\n"
1437 #~ "appended to the filename fields if present. Example usage from the \n"
1438 #~ "Debian archive:\n"
1439 #~ " apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
1440 #~ " dists/potato/main/binary-i386/Packages\n"
1443 #~ " -h This help text\n"
1444 #~ " --md5 Control MD5 generation\n"
1445 #~ " -s=? Source override file\n"
1447 #~ " -d=? Select the optional caching database\n"
1448 #~ " --no-delink Enable delinking debug mode\n"
1449 #~ " --contents Control contents file generation\n"
1450 #~ " -c=? Read this configuration file\n"
1451 #~ " -o=? Set an arbitary configuration option"
1453 #~ msgid "Some files are missing in the package file group `%s'"
1454 #~ msgstr "Some files are missing in the package file group ‘%s’"
1456 #~ msgid "Unknown Compresison Algorithm '%s'"
1457 #~ msgstr "Unknown Compression Algorithm ‘%s’"
1459 #~ msgid "You might want to run `apt-get -f install' to correct these."
1460 #~ msgstr "You might want to run ‘apt-get -f install’ to correct these."
1463 #~ "You are about to do something potentially harmful\n"
1464 #~ "To continue type in the phrase '%s'\n"
1467 #~ "You are about to do something potentially harmful\n"
1468 #~ "To continue type in the phrase ‘%s’\n"
1471 #~ msgid "Release '%s' for '%s' was not found"
1472 #~ msgstr "Release ‘%s’ for ‘%s’ was not found"
1474 #~ msgid "Version '%s' for '%s' was not found"
1475 #~ msgstr "Version ‘%s’ for ‘%s’ was not found"
1477 #~ msgid "Note, selecting %s for regex '%s'\n"
1478 #~ msgstr "Note, selecting %s for regex ‘%s’\n"
1480 #~ msgid "You might want to run `apt-get -f install' to correct these:"
1481 #~ msgstr "You might want to run ‘apt-get -f install’ to correct these:"
1484 #~ "Unmet dependencies. Try 'apt-get -f install' with no packages (or specify "
1487 #~ "Unmet dependencies. Try ‘apt-get -f install’ with no packages (or specify "
1490 #~ msgid "Unpack command '%s' failed.\n"
1491 #~ msgstr "Unpack command ‘%s’ failed.\n"
1493 #~ msgid "Build command '%s' failed.\n"
1494 #~ msgstr "Build command ‘%s’ failed.\n"
1497 #~ "Some broken packages were found while trying to process build-"
1498 #~ "dependencies.\n"
1499 #~ "You might want to run `apt-get -f install' to correct these."
1501 #~ "Some broken packages were found while trying to process build-"
1502 #~ "dependencies.\n"
1503 #~ "You might want to run ‘apt-get -f install’ to correct these."
1506 #~ "Media Change: Please insert the disc labeled\n"
1508 #~ "in the drive '%s' and press enter\n"
1510 #~ "Media Change: Please insert the disc labelled\n"
1512 #~ "in the drive ‘%s’ and press enter\n"
1523 #~ msgid "Please provide a name for this Disc, such as 'Debian 2.1r1 Disk 1'"
1524 #~ msgstr "Please provide a name for this Disc, such as ‘Debian 2.1r1 Disk 1’"
1529 #~ msgid "....\"Have you mooed today?\"..."
1530 #~ msgstr "....‘Have you mooed today?’..."