Regenerate POT file and sync .po files
[ntk/apt.git] / po / en_GB.po
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.
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: apt 0.5.5\n"
8 "POT-Creation-Date: 2003-01-11 21:19-0500\n"
9 "PO-Revision-Date: 2002-11-10 20:56+0100\n"
10 "Last-Translator: Michael Piefel <piefel@debian.org>\n"
11 "Language-Team: en_GB <en@li.org>\n"
12 "MIME-Version: 1.0\n"
13 "Content-Type: text/plain; charset=UTF-8\n"
14 "Content-Transfer-Encoding: 8bit\n"
15
16 #: cmdline/apt-cache.cc:133
17 #, c-format
18 msgid "Package %s version %s has an unmet dep:\n"
19 msgstr ""
20
21 #: cmdline/apt-cache.cc:173 cmdline/apt-cache.cc:525 cmdline/apt-cache.cc:671
22 #: cmdline/apt-cache.cc:885 cmdline/apt-cache.cc:1257
23 #: cmdline/apt-cache.cc:1403
24 #, c-format
25 msgid "Unable to locate package %s"
26 msgstr ""
27
28 #: cmdline/apt-cache.cc:230
29 msgid "Total Package Names : "
30 msgstr ""
31
32 #: cmdline/apt-cache.cc:270
33 msgid " Normal Packages: "
34 msgstr ""
35
36 #: cmdline/apt-cache.cc:271
37 msgid " Pure Virtual Packages: "
38 msgstr ""
39
40 #: cmdline/apt-cache.cc:272
41 msgid " Single Virtual Packages: "
42 msgstr ""
43
44 #: cmdline/apt-cache.cc:273
45 msgid " Mixed Virtual Packages: "
46 msgstr ""
47
48 #: cmdline/apt-cache.cc:274
49 msgid " Missing: "
50 msgstr ""
51
52 #: cmdline/apt-cache.cc:276
53 msgid "Total Distinct Versions: "
54 msgstr ""
55
56 #: cmdline/apt-cache.cc:278
57 msgid "Total Dependencies: "
58 msgstr ""
59
60 #: cmdline/apt-cache.cc:281
61 msgid "Total Ver/File relations: "
62 msgstr ""
63
64 #: cmdline/apt-cache.cc:283
65 msgid "Total Provides Mappings: "
66 msgstr ""
67
68 #: cmdline/apt-cache.cc:295
69 msgid "Total Globbed Strings: "
70 msgstr ""
71
72 #: cmdline/apt-cache.cc:309
73 msgid "Total Dependency Version space: "
74 msgstr ""
75
76 #: cmdline/apt-cache.cc:314
77 msgid "Total Slack space: "
78 msgstr ""
79
80 #: cmdline/apt-cache.cc:322
81 msgid "Total Space Accounted for: "
82 msgstr ""
83
84 #: cmdline/apt-cache.cc:444 cmdline/apt-cache.cc:1091
85 #, c-format
86 msgid "Package file %s is out of sync."
87 msgstr ""
88
89 #: cmdline/apt-cache.cc:1133
90 msgid "You must give exactly one pattern"
91 msgstr ""
92
93 #: cmdline/apt-cache.cc:1357
94 msgid "Package Files:"
95 msgstr ""
96
97 #: cmdline/apt-cache.cc:1364 cmdline/apt-cache.cc:1450
98 msgid "Cache is out of sync, can't x-ref a package file"
99 msgstr ""
100
101 #: cmdline/apt-cache.cc:1365
102 #, c-format
103 msgid "%4i %s\n"
104 msgstr ""
105
106 #. Show any packages have explicit pins
107 #: cmdline/apt-cache.cc:1377
108 msgid "Pinned Packages:"
109 msgstr ""
110
111 #: cmdline/apt-cache.cc:1389 cmdline/apt-cache.cc:1430
112 msgid "(not found)"
113 msgstr ""
114
115 #. Installed version
116 #: cmdline/apt-cache.cc:1410
117 msgid " Installed: "
118 msgstr ""
119
120 #: cmdline/apt-cache.cc:1412 cmdline/apt-cache.cc:1420
121 msgid "(none)"
122 msgstr ""
123
124 #. Candidate Version
125 #: cmdline/apt-cache.cc:1417
126 msgid " Candidate: "
127 msgstr ""
128
129 #: cmdline/apt-cache.cc:1427
130 msgid " Package Pin: "
131 msgstr ""
132
133 #. Show the priority tables
134 #: cmdline/apt-cache.cc:1436
135 msgid " Version Table:"
136 msgstr ""
137
138 #: cmdline/apt-cache.cc:1451
139 #, c-format
140 msgid " %4i %s\n"
141 msgstr ""
142
143 #: cmdline/apt-cache.cc:1478 cmdline/apt-cdrom.cc:730 cmdline/apt-config.cc:70
144 #: cmdline/apt-extracttemplates.cc:225 cmdline/apt-get.cc:2015
145 #: cmdline/apt-sortpkgs.cc:144
146 #, c-format
147 msgid "%s %s for %s %s compiled on %s %s\n"
148 msgstr ""
149
150 #: cmdline/apt-cache.cc:1482
151 msgid ""
152 "Usage: apt-cache [options] command\n"
153 " apt-cache [options] add file1 [file1 ...]\n"
154 " apt-cache [options] showpkg pkg1 [pkg2 ...]\n"
155 " apt-cache [options] showsrc pkg1 [pkg2 ...]\n"
156 "\n"
157 "apt-cache is a low-level tool used to manipulate APT's binary\n"
158 "cache files, and query information from them\n"
159 "\n"
160 "Commands:\n"
161 " add - Add an package file to the source cache\n"
162 " gencaches - Build both the package and source cache\n"
163 " showpkg - Show some general information for a single package\n"
164 " showsrc - Show source records\n"
165 " stats - Show some basic statistics\n"
166 " dump - Show the entire file in a terse form\n"
167 " dumpavail - Print an available file to stdout\n"
168 " unmet - Show unmet dependencies\n"
169 " search - Search the package list for a regex pattern\n"
170 " show - Show a readable record for the package\n"
171 " depends - Show raw dependency information for a package\n"
172 " pkgnames - List the names of all packages\n"
173 " dotty - Generate package graphs for GraphVis\n"
174 " policy - Show policy settings\n"
175 "\n"
176 "Options:\n"
177 " -h This help text.\n"
178 " -p=? The package cache.\n"
179 " -s=? The source cache.\n"
180 " -q Disable progress indicator.\n"
181 " -i Show only important deps for the unmet command.\n"
182 " -c=? Read this configuration file\n"
183 " -o=? Set an arbitary configuration option, eg -o dir::cache=/tmp\n"
184 "See the apt-cache(8) and apt.conf(5) manual pages for more information.\n"
185 msgstr ""
186
187 #: cmdline/apt-config.cc:41
188 msgid "Arguments not in pairs"
189 msgstr ""
190
191 #: cmdline/apt-config.cc:76
192 msgid ""
193 "Usage: apt-config [options] command\n"
194 "\n"
195 "apt-config is a simple tool to read the APT config file\n"
196 "\n"
197 "Commands:\n"
198 " shell - Shell mode\n"
199 " dump - Show the configuration\n"
200 "\n"
201 "Options:\n"
202 " -h This help text.\n"
203 " -c=? Read this configuration file\n"
204 " -o=? Set an arbitary configuration option, eg -o dir::cache=/tmp\n"
205 msgstr ""
206
207 #: cmdline/apt-extracttemplates.cc:98
208 #, c-format
209 msgid "%s not a valid DEB package."
210 msgstr ""
211
212 #: cmdline/apt-extracttemplates.cc:232
213 msgid ""
214 "Usage: apt-extracttemplates file1 [file2 ...]\n"
215 "\n"
216 "apt-extracttemplates is a tool to extract config and template info\n"
217 "from debian packages\n"
218 "\n"
219 "Options:\n"
220 " -h This help text\n"
221 " -t Set the temp dir\n"
222 " -c=? Read this configuration file\n"
223 " -o=? Set an arbitary configuration option, eg -o dir::cache=/tmp\n"
224 msgstr ""
225
226 #: cmdline/apt-extracttemplates.cc:259 apt-pkg/pkgcachegen.cc:699
227 #, c-format
228 msgid "Unable to write to %s"
229 msgstr ""
230
231 #: cmdline/apt-extracttemplates.cc:302
232 msgid "Cannot get debconf version. Is debconf installed?"
233 msgstr ""
234
235 #. This needs to be a capital
236 #: cmdline/apt-get.cc:116
237 msgid "Y"
238 msgstr ""
239
240 #: cmdline/apt-get.cc:193
241 msgid "The following packages have unmet dependencies:"
242 msgstr ""
243
244 #: cmdline/apt-get.cc:283
245 #, c-format
246 msgid "but %s is installed"
247 msgstr ""
248
249 #: cmdline/apt-get.cc:285
250 #, c-format
251 msgid "but %s is to be installed"
252 msgstr ""
253
254 #: cmdline/apt-get.cc:292
255 msgid "but it is not installable"
256 msgstr ""
257
258 #: cmdline/apt-get.cc:294
259 msgid "but it is a virtual package"
260 msgstr ""
261
262 #: cmdline/apt-get.cc:297
263 msgid "but it is not installed"
264 msgstr ""
265
266 #: cmdline/apt-get.cc:297
267 msgid "but it is not going to be installed"
268 msgstr ""
269
270 #: cmdline/apt-get.cc:302
271 msgid " or"
272 msgstr ""
273
274 #: cmdline/apt-get.cc:328
275 msgid "The following NEW packages will be installed:"
276 msgstr ""
277
278 #: cmdline/apt-get.cc:351
279 msgid "The following packages will be REMOVED:"
280 msgstr ""
281
282 #: cmdline/apt-get.cc:371
283 msgid "The following packages have been kept back"
284 msgstr ""
285
286 #: cmdline/apt-get.cc:390
287 msgid "The following packages will be upgraded"
288 msgstr ""
289
290 #: cmdline/apt-get.cc:409
291 msgid "The following packages will be DOWNGRADED"
292 msgstr ""
293
294 #: cmdline/apt-get.cc:426
295 msgid "The following held packages will be changed:"
296 msgstr ""
297
298 #: cmdline/apt-get.cc:477
299 #, c-format
300 msgid "%s (due to %s) "
301 msgstr ""
302
303 #: cmdline/apt-get.cc:484
304 msgid ""
305 "WARNING: The following essential packages will be removed\n"
306 "This should NOT be done unless you know exactly what you are doing!"
307 msgstr ""
308
309 #: cmdline/apt-get.cc:514
310 #, c-format
311 msgid "%lu packages upgraded, %lu newly installed, "
312 msgstr ""
313
314 #: cmdline/apt-get.cc:518
315 #, c-format
316 msgid "%lu reinstalled, "
317 msgstr ""
318
319 #: cmdline/apt-get.cc:520
320 #, c-format
321 msgid "%lu downgraded, "
322 msgstr ""
323
324 #: cmdline/apt-get.cc:522
325 #, c-format
326 msgid "%lu to remove and %lu not upgraded.\n"
327 msgstr ""
328
329 #: cmdline/apt-get.cc:526
330 #, c-format
331 msgid "%lu packages not fully installed or removed.\n"
332 msgstr ""
333
334 #: cmdline/apt-get.cc:586
335 msgid "Correcting dependencies..."
336 msgstr ""
337
338 #: cmdline/apt-get.cc:589
339 msgid " failed."
340 msgstr ""
341
342 #: cmdline/apt-get.cc:592
343 msgid "Unable to correct dependencies"
344 msgstr ""
345
346 #: cmdline/apt-get.cc:595
347 msgid "Unable to minimize the upgrade set"
348 msgstr ""
349
350 #: cmdline/apt-get.cc:597
351 msgid " Done"
352 msgstr ""
353
354 #: cmdline/apt-get.cc:601
355 msgid "You might want to run `apt-get -f install' to correct these."
356 msgstr "You might want to run ‘apt-get -f install’ to correct these."
357
358 #: cmdline/apt-get.cc:604
359 msgid "Unmet dependencies. Try using -f."
360 msgstr ""
361
362 #: cmdline/apt-get.cc:657
363 msgid "Packages need to be removed but Remove is disabled."
364 msgstr ""
365
366 #: cmdline/apt-get.cc:683 cmdline/apt-get.cc:1578 cmdline/apt-get.cc:1611
367 msgid "Unable to lock the download directory"
368 msgstr ""
369
370 #: cmdline/apt-get.cc:693 cmdline/apt-get.cc:1659 cmdline/apt-get.cc:1870
371 #: apt-pkg/cachefile.cc:67
372 msgid "The list of sources could not be read."
373 msgstr ""
374
375 #: cmdline/apt-get.cc:713
376 #, c-format
377 msgid "Need to get %sB/%sB of archives.\n"
378 msgstr ""
379
380 #: cmdline/apt-get.cc:716
381 #, c-format
382 msgid "Need to get %sB of archives.\n"
383 msgstr ""
384
385 #: cmdline/apt-get.cc:721
386 #, c-format
387 msgid "After unpacking %sB of additional disk space will be used.\n"
388 msgstr ""
389
390 #: cmdline/apt-get.cc:724
391 #, c-format
392 msgid "After unpacking %sB disk space will be freed.\n"
393 msgstr ""
394
395 #: cmdline/apt-get.cc:741
396 #, c-format
397 msgid "You don't have enough free space in %s."
398 msgstr ""
399
400 #: cmdline/apt-get.cc:750
401 msgid "There are problems and -y was used without --force-yes"
402 msgstr ""
403
404 #: cmdline/apt-get.cc:756 cmdline/apt-get.cc:776
405 msgid "Trivial Only specified but this is not a trivial operation."
406 msgstr ""
407
408 #: cmdline/apt-get.cc:758
409 msgid "Yes, do as I say!"
410 msgstr ""
411
412 #: cmdline/apt-get.cc:760
413 #, c-format
414 msgid ""
415 "You are about to do something potentially harmful\n"
416 "To continue type in the phrase '%s'\n"
417 " ?] "
418 msgstr ""
419 "You are about to do something potentially harmful\n"
420 "To continue type in the phrase ‘%s’\n"
421 " ?] "
422
423 #: cmdline/apt-get.cc:766 cmdline/apt-get.cc:785
424 msgid "Abort."
425 msgstr ""
426
427 #: cmdline/apt-get.cc:781
428 msgid "Do you want to continue? [Y/n] "
429 msgstr ""
430
431 #: cmdline/apt-get.cc:850 cmdline/apt-get.cc:1219 cmdline/apt-get.cc:1768
432 #, c-format
433 msgid "Failed to fetch %s %s\n"
434 msgstr ""
435
436 #: cmdline/apt-get.cc:868
437 msgid "Some files failed to download"
438 msgstr ""
439
440 #: cmdline/apt-get.cc:869 cmdline/apt-get.cc:1777
441 msgid "Download complete and in download only mode"
442 msgstr ""
443
444 #: cmdline/apt-get.cc:875
445 msgid ""
446 "Unable to fetch some archives, maybe run apt-get update or try with --fix-"
447 "missing?"
448 msgstr ""
449
450 #: cmdline/apt-get.cc:879
451 msgid "--fix-missing and media swapping is not currently supported"
452 msgstr ""
453
454 #: cmdline/apt-get.cc:884
455 msgid "Unable to correct missing packages."
456 msgstr ""
457
458 #: cmdline/apt-get.cc:885
459 msgid "Aborting Install."
460 msgstr ""
461
462 #: cmdline/apt-get.cc:918
463 #, c-format
464 msgid "Note, selecting %s instead of %s\n"
465 msgstr ""
466
467 #: cmdline/apt-get.cc:928
468 #, c-format
469 msgid "Skipping %s, it is already installed and upgrade is not set.\n"
470 msgstr ""
471
472 #: cmdline/apt-get.cc:946
473 #, c-format
474 msgid "Package %s is not installed, so not removed\n"
475 msgstr ""
476
477 #: cmdline/apt-get.cc:957
478 #, c-format
479 msgid "Package %s is a virtual package provided by:\n"
480 msgstr ""
481
482 #: cmdline/apt-get.cc:969
483 msgid " [Installed]"
484 msgstr ""
485
486 #: cmdline/apt-get.cc:974
487 msgid "You should explicitly select one to install."
488 msgstr ""
489
490 #: cmdline/apt-get.cc:979
491 #, c-format
492 msgid ""
493 "Package %s has no available version, but exists in the database.\n"
494 "This typically means that the package was mentioned in a dependency and\n"
495 "never uploaded, has been obsoleted or is not available with the contents\n"
496 "of sources.list\n"
497 msgstr ""
498
499 #: cmdline/apt-get.cc:997
500 msgid "However the following packages replace it:"
501 msgstr ""
502
503 #: cmdline/apt-get.cc:1000
504 #, c-format
505 msgid "Package %s has no installation candidate"
506 msgstr ""
507
508 #: cmdline/apt-get.cc:1020
509 #, c-format
510 msgid "Reinstallation of %s is not possible, it cannot be downloaded.\n"
511 msgstr ""
512
513 #: cmdline/apt-get.cc:1028
514 #, c-format
515 msgid "%s is already the newest version.\n"
516 msgstr ""
517
518 #: cmdline/apt-get.cc:1055
519 #, c-format
520 msgid "Release '%s' for '%s' was not found"
521 msgstr "Release ‘%s’ for ‘%s’ was not found"
522
523 #: cmdline/apt-get.cc:1057
524 #, c-format
525 msgid "Version '%s' for '%s' was not found"
526 msgstr "Version ‘%s’ for ‘%s’ was not found"
527
528 #: cmdline/apt-get.cc:1063
529 #, c-format
530 msgid "Selected version %s (%s) for %s\n"
531 msgstr ""
532
533 #: cmdline/apt-get.cc:1173
534 msgid "The update command takes no arguments"
535 msgstr ""
536
537 #: cmdline/apt-get.cc:1186
538 msgid "Unable to lock the list directory"
539 msgstr ""
540
541 #: cmdline/apt-get.cc:1238
542 msgid ""
543 "Some index files failed to download, they have been ignored, or old ones "
544 "used instead."
545 msgstr ""
546
547 #: cmdline/apt-get.cc:1257
548 msgid "Internal Error, AllUpgrade broke stuff"
549 msgstr ""
550
551 #: cmdline/apt-get.cc:1347 cmdline/apt-get.cc:1383
552 #, c-format
553 msgid "Couldn't find package %s"
554 msgstr ""
555
556 #: cmdline/apt-get.cc:1360
557 #, c-format
558 msgid "Regex compilation error - %s"
559 msgstr ""
560
561 #: cmdline/apt-get.cc:1370
562 #, c-format
563 msgid "Note, selecting %s for regex '%s'\n"
564 msgstr "Note, selecting %s for regex ‘%s’\n"
565
566 #: cmdline/apt-get.cc:1400
567 msgid "You might want to run `apt-get -f install' to correct these:"
568 msgstr "You might want to run ‘apt-get -f install’ to correct these:"
569
570 #: cmdline/apt-get.cc:1403
571 msgid ""
572 "Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a "
573 "solution)."
574 msgstr ""
575 "Unmet dependencies. Try ‘apt-get -f install’ with no packages (or specify a "
576 "solution)."
577
578 #: cmdline/apt-get.cc:1415
579 msgid ""
580 "Some packages could not be installed. This may mean that you have\n"
581 "requested an impossible situation or if you are using the unstable\n"
582 "distribution that some required packages have not yet been created\n"
583 "or been moved out of Incoming."
584 msgstr ""
585
586 #: cmdline/apt-get.cc:1423
587 msgid ""
588 "Since you only requested a single operation it is extremely likely that\n"
589 "the package is simply not installable and a bug report against\n"
590 "that package should be filed."
591 msgstr ""
592
593 #: cmdline/apt-get.cc:1428
594 msgid "The following information may help to resolve the situation:"
595 msgstr ""
596
597 #: cmdline/apt-get.cc:1431
598 msgid "Broken packages"
599 msgstr ""
600
601 #: cmdline/apt-get.cc:1454
602 msgid "The following extra packages will be installed:"
603 msgstr ""
604
605 #: cmdline/apt-get.cc:1473
606 msgid "Calculating Upgrade... "
607 msgstr ""
608
609 #: cmdline/apt-get.cc:1476
610 msgid "Failed"
611 msgstr ""
612
613 #: cmdline/apt-get.cc:1481
614 msgid "Done"
615 msgstr ""
616
617 #: cmdline/apt-get.cc:1654
618 msgid "Must specify at least one package to fetch source for"
619 msgstr ""
620
621 #: cmdline/apt-get.cc:1681 cmdline/apt-get.cc:1888
622 #, c-format
623 msgid "Unable to find a source package for %s"
624 msgstr ""
625
626 #: cmdline/apt-get.cc:1728
627 #, c-format
628 msgid "You don't have enough free space in %s"
629 msgstr ""
630
631 #: cmdline/apt-get.cc:1733
632 #, c-format
633 msgid "Need to get %sB/%sB of source archives.\n"
634 msgstr ""
635
636 #: cmdline/apt-get.cc:1736
637 #, c-format
638 msgid "Need to get %sB of source archives.\n"
639 msgstr ""
640
641 #: cmdline/apt-get.cc:1742
642 #, c-format
643 msgid "Fetch Source %s\n"
644 msgstr ""
645
646 #: cmdline/apt-get.cc:1773
647 msgid "Failed to fetch some archives."
648 msgstr ""
649
650 #: cmdline/apt-get.cc:1801
651 #, c-format
652 msgid "Skipping unpack of already unpacked source in %s\n"
653 msgstr ""
654
655 #: cmdline/apt-get.cc:1813
656 #, c-format
657 msgid "Unpack command '%s' failed.\n"
658 msgstr "Unpack command ‘%s’ failed.\n"
659
660 #: cmdline/apt-get.cc:1830
661 #, c-format
662 msgid "Build command '%s' failed.\n"
663 msgstr "Build command ‘%s’ failed.\n"
664
665 #: cmdline/apt-get.cc:1849
666 msgid "Child process failed"
667 msgstr ""
668
669 #: cmdline/apt-get.cc:1865
670 msgid "Must specify at least one package to check builddeps for"
671 msgstr ""
672
673 #: cmdline/apt-get.cc:1893
674 #, c-format
675 msgid "Unable to get build-dependency information for %s"
676 msgstr ""
677
678 #: cmdline/apt-get.cc:1913
679 #, c-format
680 msgid "%s has no build depends.\n"
681 msgstr ""
682
683 #: cmdline/apt-get.cc:1931
684 #, c-format
685 msgid ""
686 "%s dependency on %s cannot be satisfied because the package %s cannot be "
687 "found"
688 msgstr ""
689
690 #: cmdline/apt-get.cc:1983
691 msgid ""
692 "Some broken packages were found while trying to process build-dependencies.\n"
693 "You might want to run `apt-get -f install' to correct these."
694 msgstr ""
695 "Some broken packages were found while trying to process build-dependencies.\n"
696 "You might want to run ‘apt-get -f install’ to correct these."
697
698 #: cmdline/apt-get.cc:1988
699 msgid "Failed to process build dependencies"
700 msgstr ""
701
702 #: cmdline/apt-get.cc:2020
703 msgid "Supported Modules:"
704 msgstr ""
705
706 #: cmdline/apt-get.cc:2061
707 msgid ""
708 "Usage: apt-get [options] command\n"
709 " apt-get [options] install|remove pkg1 [pkg2 ...]\n"
710 " apt-get [options] source pkg1 [pkg2 ...]\n"
711 "\n"
712 "apt-get is a simple command line interface for downloading and\n"
713 "installing packages. The most frequently used commands are update\n"
714 "and install.\n"
715 "\n"
716 "Commands:\n"
717 " update - Retrieve new lists of packages\n"
718 " upgrade - Perform an upgrade\n"
719 " install - Install new packages (pkg is libc6 not libc6.deb)\n"
720 " remove - Remove packages\n"
721 " source - Download source archives\n"
722 " build-dep - Configure build-dependencies for source packages\n"
723 " dist-upgrade - Distribution upgrade, see apt-get(8)\n"
724 " dselect-upgrade - Follow dselect selections\n"
725 " clean - Erase downloaded archive files\n"
726 " autoclean - Erase old downloaded archive files\n"
727 " check - Verify that there are no broken dependencies\n"
728 "\n"
729 "Options:\n"
730 " -h This help text.\n"
731 " -q Loggable output - no progress indicator\n"
732 " -qq No output except for errors\n"
733 " -d Download only - do NOT install or unpack archives\n"
734 " -s No-act. Perform ordering simulation\n"
735 " -y Assume Yes to all queries and do not prompt\n"
736 " -f Attempt to continue if the integrity check fails\n"
737 " -m Attempt to continue if archives are unlocatable\n"
738 " -u Show a list of upgraded packages as well\n"
739 " -b Build the source package after fetching it\n"
740 " -c=? Read this configuration file\n"
741 " -o=? Set an arbitary configuration option, eg -o dir::cache=/tmp\n"
742 "See the apt-get(8), sources.list(5) and apt.conf(5) manual\n"
743 "pages for more information and options.\n"
744 " This APT has Super Cow Powers.\n"
745 msgstr ""
746
747 #: cmdline/acqprogress.cc:55
748 msgid "Hit "
749 msgstr ""
750
751 #: cmdline/acqprogress.cc:79
752 msgid "Get:"
753 msgstr ""
754
755 #: cmdline/acqprogress.cc:110
756 msgid "Ign "
757 msgstr ""
758
759 #: cmdline/acqprogress.cc:114
760 msgid "Err "
761 msgstr ""
762
763 #: cmdline/acqprogress.cc:135
764 #, c-format
765 msgid "Fetched %sB in %s (%sB/s)\n"
766 msgstr ""
767
768 #: cmdline/acqprogress.cc:225
769 msgid " [Working]"
770 msgstr ""
771
772 #: cmdline/acqprogress.cc:271
773 #, fuzzy, c-format
774 msgid ""
775 "Media Change: Please insert the disc labeled '%s' in the drive '%s' and "
776 "press enter\n"
777 msgstr ""
778 "Media Change: Please insert the disc labelled\n"
779 " ‘%s’\n"
780 "in the drive ‘%s’ and press enter\n"
781
782 #: cmdline/apt-sortpkgs.cc:86
783 msgid "Unknown package record!"
784 msgstr ""
785
786 #: cmdline/apt-sortpkgs.cc:150
787 msgid ""
788 "Usage: apt-sortpkgs [options] file1 [file2 ...]\n"
789 "\n"
790 "apt-sortpkgs is a simple tool to sort package files. The -s option is used\n"
791 "to indicate what kind of file it is.\n"
792 "\n"
793 "Options:\n"
794 " -h This help text\n"
795 " -s Use source file sorting\n"
796 " -c=? Read this configuration file\n"
797 " -o=? Set an arbitary configuration option, eg -o dir::cache=/tmp\n"
798 msgstr ""
799
800 #: dselect/install:32
801 msgid "Bad default setting!"
802 msgstr ""
803
804 #: dselect/install:51 dselect/install:83 dselect/install:87 dselect/install:93
805 #: dselect/install:104 dselect/update:45
806 msgid "Press enter to continue."
807 msgstr ""
808
809 #: dselect/install:100
810 msgid "Some errors occurred while unpacking. I'm going to configure the"
811 msgstr ""
812
813 #: dselect/install:101
814 msgid "packages that were installed. This may result in duplicate errors"
815 msgstr ""
816
817 #: dselect/install:102
818 msgid "or errors caused by missing dependencies. This is OK, only the errors"
819 msgstr ""
820
821 #: dselect/install:103
822 msgid ""
823 "above this message are important. Please fix them and run [I]nstall again"
824 msgstr ""
825
826 #: dselect/update:30
827 msgid "Merging Available information"
828 msgstr ""
829
830 #: apt-inst/contrib/extracttar.cc:115
831 msgid "Failed to create pipes"
832 msgstr ""
833
834 #: apt-inst/contrib/extracttar.cc:140
835 msgid "Failed to exec gzip "
836 msgstr ""
837
838 #: apt-inst/contrib/extracttar.cc:177 apt-inst/contrib/extracttar.cc:203
839 msgid "Corrupted archive"
840 msgstr ""
841
842 #: apt-inst/contrib/extracttar.cc:192
843 msgid "Tar Checksum failed, archive corrupted"
844 msgstr ""
845
846 #: apt-inst/contrib/extracttar.cc:295
847 #, c-format
848 msgid "Unknown TAR header type %u, member %s"
849 msgstr ""
850
851 #: apt-inst/contrib/arfile.cc:73
852 msgid "Invalid archive signature"
853 msgstr ""
854
855 #: apt-inst/contrib/arfile.cc:81
856 msgid "Error reading archive member header"
857 msgstr ""
858
859 #: apt-inst/contrib/arfile.cc:93 apt-inst/contrib/arfile.cc:105
860 msgid "Invalid archive member header"
861 msgstr ""
862
863 #: apt-inst/contrib/arfile.cc:131
864 msgid "Archive is too short"
865 msgstr ""
866
867 #: apt-inst/contrib/arfile.cc:135
868 msgid "Failed to read the archive headers"
869 msgstr ""
870
871 #: apt-inst/filelist.cc:384
872 msgid "DropNode called on still linked node"
873 msgstr ""
874
875 #: apt-inst/filelist.cc:416
876 msgid "Failed to locate the hash element!"
877 msgstr ""
878
879 #: apt-inst/filelist.cc:463
880 msgid "Failed to allocate diversion"
881 msgstr ""
882
883 #: apt-inst/filelist.cc:468
884 msgid "Internal Error in AddDiversion"
885 msgstr ""
886
887 #: apt-inst/filelist.cc:481
888 #, c-format
889 msgid "Trying to overwrite a diversion, %s -> %s and %s/%s"
890 msgstr ""
891
892 #: apt-inst/filelist.cc:510
893 #, c-format
894 msgid "Double add of diversion %s -> %s"
895 msgstr ""
896
897 #: apt-inst/filelist.cc:553
898 #, c-format
899 msgid "Duplicate conf file %s/%s"
900 msgstr ""
901
902 #: apt-inst/dirstream.cc:45 apt-inst/dirstream.cc:50 apt-inst/dirstream.cc:53
903 #, c-format
904 msgid "Failed write file %s"
905 msgstr ""
906
907 #: apt-inst/dirstream.cc:80 apt-inst/dirstream.cc:88
908 #, c-format
909 msgid "Failed to close file %s"
910 msgstr ""
911
912 #: apt-inst/extract.cc:96 apt-inst/extract.cc:167
913 #, c-format
914 msgid "The path %s is too long"
915 msgstr ""
916
917 #: apt-inst/extract.cc:127
918 #, c-format
919 msgid "Unpacking %s more than once"
920 msgstr ""
921
922 #: apt-inst/extract.cc:137
923 #, c-format
924 msgid "The directory %s is diverted"
925 msgstr ""
926
927 #: apt-inst/extract.cc:147
928 #, c-format
929 msgid "The package is trying to write to the diversion target %s/%s"
930 msgstr ""
931
932 #: apt-inst/extract.cc:157 apt-inst/extract.cc:300
933 msgid "The diversion path is too long"
934 msgstr ""
935
936 #: apt-inst/extract.cc:181 apt-inst/extract.cc:193 apt-inst/extract.cc:210
937 #: apt-inst/deb/dpkgdb.cc:121
938 #, c-format
939 msgid "Failed to stat %s"
940 msgstr ""
941
942 #: apt-inst/extract.cc:188
943 #, c-format
944 msgid "Failed to rename %s to %s"
945 msgstr ""
946
947 #: apt-inst/extract.cc:243
948 #, c-format
949 msgid "The directory %s is being replaced by a non-directory"
950 msgstr ""
951
952 #: apt-inst/extract.cc:283
953 msgid "Failed to locate node in its hash bucket"
954 msgstr ""
955
956 #: apt-inst/extract.cc:287
957 msgid "The path is too long"
958 msgstr ""
959
960 #: apt-inst/extract.cc:417
961 #, c-format
962 msgid "Overwrite package match with no version for %s"
963 msgstr ""
964
965 #: apt-inst/extract.cc:434
966 #, c-format
967 msgid "File %s/%s overwrites the one in the package %s"
968 msgstr ""
969
970 #: apt-inst/extract.cc:467 apt-pkg/contrib/configuration.cc:701
971 #: apt-pkg/contrib/cdromutl.cc:153 apt-pkg/acquire.cc:412 apt-pkg/clean.cc:38
972 #, c-format
973 msgid "Unable to read %s"
974 msgstr ""
975
976 #: apt-inst/extract.cc:494
977 #, c-format
978 msgid "Unable to stat %s"
979 msgstr ""
980
981 #: apt-inst/deb/dpkgdb.cc:55 apt-inst/deb/dpkgdb.cc:61
982 #, c-format
983 msgid "Failed to remove %s"
984 msgstr ""
985
986 #: apt-inst/deb/dpkgdb.cc:110 apt-inst/deb/dpkgdb.cc:112
987 #, c-format
988 msgid "Unable to create %s"
989 msgstr ""
990
991 #: apt-inst/deb/dpkgdb.cc:118
992 #, c-format
993 msgid "Failed to stat %sinfo"
994 msgstr ""
995
996 #: apt-inst/deb/dpkgdb.cc:123
997 msgid "The info and temp directories need to be on the same filesystem"
998 msgstr ""
999
1000 #. Build the status cache
1001 #: apt-inst/deb/dpkgdb.cc:139 apt-pkg/pkgcachegen.cc:643
1002 #: apt-pkg/pkgcachegen.cc:701 apt-pkg/pkgcachegen.cc:706
1003 #: apt-pkg/pkgcachegen.cc:829
1004 msgid "Reading Package Lists"
1005 msgstr ""
1006
1007 #: apt-inst/deb/dpkgdb.cc:180
1008 #, c-format
1009 msgid "Failed to change to the admin dir %sinfo"
1010 msgstr ""
1011
1012 #: apt-inst/deb/dpkgdb.cc:201 apt-inst/deb/dpkgdb.cc:355
1013 #: apt-inst/deb/dpkgdb.cc:448
1014 msgid "Internal Error getting a Package Name"
1015 msgstr ""
1016
1017 #: apt-inst/deb/dpkgdb.cc:205
1018 msgid "Reading File Listing"
1019 msgstr ""
1020
1021 #: apt-inst/deb/dpkgdb.cc:216
1022 #, c-format
1023 msgid ""
1024 "Failed to open the list file '%sinfo/%s'. If you cannot restore this file "
1025 "then make it empty and immediately re-install the same version of the "
1026 "package!"
1027 msgstr ""
1028 "Failed to open the list file ‘%sinfo/%s’. If you cannot restore this file "
1029 "then make it empty and immediately re-install the same version of the "
1030 "package!"
1031
1032 #: apt-inst/deb/dpkgdb.cc:229 apt-inst/deb/dpkgdb.cc:242
1033 #, c-format
1034 msgid "Failed reading the list file %sinfo/%s"
1035 msgstr ""
1036
1037 #: apt-inst/deb/dpkgdb.cc:266
1038 msgid "Internal Error getting a Node"
1039 msgstr ""
1040
1041 #: apt-inst/deb/dpkgdb.cc:309
1042 #, c-format
1043 msgid "Failed to open the diversions file %sdiversions"
1044 msgstr ""
1045
1046 #: apt-inst/deb/dpkgdb.cc:324
1047 msgid "The diversion file is corrupted"
1048 msgstr ""
1049
1050 #: apt-inst/deb/dpkgdb.cc:331 apt-inst/deb/dpkgdb.cc:336
1051 #: apt-inst/deb/dpkgdb.cc:341
1052 #, c-format
1053 msgid "Invalid line in the diversion file: %s"
1054 msgstr ""
1055
1056 #: apt-inst/deb/dpkgdb.cc:362
1057 msgid "Internal Error adding a diversion"
1058 msgstr ""
1059
1060 #: apt-inst/deb/dpkgdb.cc:383
1061 msgid "The pkg cache must be initialize first"
1062 msgstr ""
1063
1064 #: apt-inst/deb/dpkgdb.cc:386
1065 msgid "Reading File List"
1066 msgstr ""
1067
1068 #: apt-inst/deb/dpkgdb.cc:443
1069 #, c-format
1070 msgid "Failed to find a Package: Header, offset %lu"
1071 msgstr ""
1072
1073 #: apt-inst/deb/dpkgdb.cc:465
1074 #, c-format
1075 msgid "Bad ConfFile section in the status file. Offset %lu"
1076 msgstr ""
1077
1078 #: apt-inst/deb/dpkgdb.cc:470
1079 #, c-format
1080 msgid "Error parsing MD5. Offset %lu"
1081 msgstr ""
1082
1083 #: apt-inst/deb/debfile.cc:55
1084 #, c-format
1085 msgid "This is not a valid DEB archive, missing '%s' member"
1086 msgstr "This is not a valid DEB archive, missing ‘%s’ member"
1087
1088 #: apt-inst/deb/debfile.cc:72
1089 #, c-format
1090 msgid "Internal Error, could not locate member %s"
1091 msgstr ""
1092
1093 #: apt-inst/deb/debfile.cc:104
1094 #, c-format
1095 msgid "Couldn't change to %s"
1096 msgstr ""
1097
1098 #: apt-inst/deb/debfile.cc:125
1099 msgid "Internal Error, could not locate member"
1100 msgstr ""
1101
1102 #: apt-inst/deb/debfile.cc:158
1103 msgid "Failed to locate a valid control file"
1104 msgstr ""
1105
1106 #: apt-inst/deb/debfile.cc:243
1107 msgid "Unparsible control file"
1108 msgstr ""
1109
1110 #: apt-pkg/contrib/mmap.cc:82
1111 msgid "Can't mmap an empty file"
1112 msgstr ""
1113
1114 #: apt-pkg/contrib/mmap.cc:87
1115 #, c-format
1116 msgid "Couldn't make mmap of %lu bytes"
1117 msgstr ""
1118
1119 #: apt-pkg/contrib/strutl.cc:941
1120 #, c-format
1121 msgid "Selection %s not found"
1122 msgstr ""
1123
1124 #: apt-pkg/contrib/configuration.cc:449
1125 #, c-format
1126 msgid "Opening configuration file %s"
1127 msgstr ""
1128
1129 #: apt-pkg/contrib/configuration.cc:559
1130 #, c-format
1131 msgid "Syntax error %s:%u: Block starts with no name."
1132 msgstr ""
1133
1134 #: apt-pkg/contrib/configuration.cc:578
1135 #, c-format
1136 msgid "Syntax error %s:%u: Malformed Tag"
1137 msgstr ""
1138
1139 #: apt-pkg/contrib/configuration.cc:595
1140 #, c-format
1141 msgid "Syntax error %s:%u: Extra junk after value"
1142 msgstr ""
1143
1144 #: apt-pkg/contrib/configuration.cc:635
1145 #, c-format
1146 msgid "Syntax error %s:%u: Directives can only be done at the top level"
1147 msgstr ""
1148
1149 #: apt-pkg/contrib/configuration.cc:642
1150 #, c-format
1151 msgid "Syntax error %s:%u: Too many nested includes"
1152 msgstr ""
1153
1154 #: apt-pkg/contrib/configuration.cc:646 apt-pkg/contrib/configuration.cc:651
1155 #, c-format
1156 msgid "Syntax error %s:%u: Included from here"
1157 msgstr ""
1158
1159 #: apt-pkg/contrib/configuration.cc:655
1160 #, c-format
1161 msgid "Syntax error %s:%u: Unsupported directive '%s'"
1162 msgstr "Syntax error %s:%u: Unsupported directive ‘%s’"
1163
1164 #: apt-pkg/contrib/configuration.cc:689
1165 #, c-format
1166 msgid "Syntax error %s:%u: Extra junk at end of file"
1167 msgstr ""
1168
1169 #: apt-pkg/contrib/progress.cc:154
1170 #, c-format
1171 msgid "%c%s... Error!"
1172 msgstr ""
1173
1174 #: apt-pkg/contrib/progress.cc:156
1175 #, c-format
1176 msgid "%c%s... Done"
1177 msgstr ""
1178
1179 #: apt-pkg/contrib/cmndline.cc:80
1180 #, c-format
1181 msgid "Command line option '%c' [from %s] is not known."
1182 msgstr "Command line option ‘%c’ [from %s] is not known."
1183
1184 #: apt-pkg/contrib/cmndline.cc:106 apt-pkg/contrib/cmndline.cc:114
1185 #: apt-pkg/contrib/cmndline.cc:122
1186 #, c-format
1187 msgid "Command line option %s is not understood"
1188 msgstr ""
1189
1190 #: apt-pkg/contrib/cmndline.cc:127
1191 #, c-format
1192 msgid "Command line option %s is not boolean"
1193 msgstr ""
1194
1195 #: apt-pkg/contrib/cmndline.cc:166 apt-pkg/contrib/cmndline.cc:187
1196 #, c-format
1197 msgid "Option %s requires an argument."
1198 msgstr ""
1199
1200 #: apt-pkg/contrib/cmndline.cc:201 apt-pkg/contrib/cmndline.cc:207
1201 #, c-format
1202 msgid "Option %s: Configuration item sepecification must have an =<val>."
1203 msgstr ""
1204
1205 #: apt-pkg/contrib/cmndline.cc:237
1206 #, c-format
1207 msgid "Option %s requires an integer argument, not '%s'"
1208 msgstr "Option %s requires an integer argument, not ‘%s’"
1209
1210 #: apt-pkg/contrib/cmndline.cc:268
1211 #, c-format
1212 msgid "Option '%s' is too long"
1213 msgstr "Option ‘%s’ is too long"
1214
1215 #: apt-pkg/contrib/cmndline.cc:301
1216 #, c-format
1217 msgid "Sense %s is not understood, try true or false."
1218 msgstr ""
1219
1220 #: apt-pkg/contrib/cmndline.cc:351
1221 #, c-format
1222 msgid "Invalid operation %s"
1223 msgstr ""
1224
1225 #: apt-pkg/contrib/cdromutl.cc:55
1226 #, c-format
1227 msgid "Unable to stat the mount point %s"
1228 msgstr ""
1229
1230 #: apt-pkg/contrib/cdromutl.cc:149 apt-pkg/acquire.cc:418 apt-pkg/clean.cc:44
1231 #, c-format
1232 msgid "Unable to change to %s"
1233 msgstr ""
1234
1235 #: apt-pkg/contrib/cdromutl.cc:190
1236 msgid "Failed to stat the cdrom"
1237 msgstr ""
1238
1239 #: apt-pkg/contrib/fileutl.cc:80
1240 #, c-format
1241 msgid "Not using locking for read only lock file %s"
1242 msgstr ""
1243
1244 #: apt-pkg/contrib/fileutl.cc:85
1245 #, c-format
1246 msgid "Could not open lock file %s"
1247 msgstr ""
1248
1249 #: apt-pkg/contrib/fileutl.cc:103
1250 #, c-format
1251 msgid "Not using locking for nfs mounted lock file %s"
1252 msgstr ""
1253
1254 #: apt-pkg/contrib/fileutl.cc:107
1255 #, c-format
1256 msgid "Could not get lock %s"
1257 msgstr ""
1258
1259 #: apt-pkg/contrib/fileutl.cc:358
1260 #, c-format
1261 msgid "Waited, for %s but it wasn't there"
1262 msgstr "Waited for %s but it wasn't there"
1263
1264 #: apt-pkg/contrib/fileutl.cc:368
1265 #, c-format
1266 msgid "Sub-process %s received a segmentation fault."
1267 msgstr ""
1268
1269 #: apt-pkg/contrib/fileutl.cc:371
1270 #, c-format
1271 msgid "Sub-process %s returned an error code (%u)"
1272 msgstr ""
1273
1274 #: apt-pkg/contrib/fileutl.cc:373
1275 #, c-format
1276 msgid "Sub-process %s exited unexpectedly"
1277 msgstr ""
1278
1279 #: apt-pkg/contrib/fileutl.cc:417
1280 #, c-format
1281 msgid "Could not open file %s"
1282 msgstr ""
1283
1284 #: apt-pkg/contrib/fileutl.cc:452
1285 msgid "Read error"
1286 msgstr ""
1287
1288 #: apt-pkg/contrib/fileutl.cc:473
1289 #, c-format
1290 msgid "read, still have %lu to read but none left"
1291 msgstr ""
1292
1293 #: apt-pkg/contrib/fileutl.cc:491
1294 msgid "Write error"
1295 msgstr ""
1296
1297 #: apt-pkg/contrib/fileutl.cc:503
1298 #, c-format
1299 msgid "write, still have %lu to write but couldn't"
1300 msgstr ""
1301
1302 #: apt-pkg/contrib/fileutl.cc:578
1303 msgid "Problem closing the file"
1304 msgstr ""
1305
1306 #: apt-pkg/contrib/fileutl.cc:584
1307 msgid "Problem unlinking the file"
1308 msgstr ""
1309
1310 #: apt-pkg/contrib/fileutl.cc:595
1311 msgid "Problem syncing the file"
1312 msgstr ""
1313
1314 #: apt-pkg/pkgcache.cc:126
1315 msgid "Empty package cache"
1316 msgstr ""
1317
1318 #: apt-pkg/pkgcache.cc:132
1319 msgid "The package cache file is corrupted"
1320 msgstr ""
1321
1322 #: apt-pkg/pkgcache.cc:137
1323 msgid "The package cache file is an incompatible version"
1324 msgstr ""
1325
1326 #: apt-pkg/pkgcache.cc:142
1327 #, c-format
1328 msgid "This APT does not support the Versioning System '%s'"
1329 msgstr "This APT does not support the Versioning System ‘%s’"
1330
1331 #: apt-pkg/pkgcache.cc:147
1332 msgid "The package cache was build for a different architecture"
1333 msgstr ""
1334
1335 #: apt-pkg/pkgcache.cc:218
1336 msgid "Depends"
1337 msgstr ""
1338
1339 #: apt-pkg/pkgcache.cc:218
1340 msgid "PreDepends"
1341 msgstr ""
1342
1343 #: apt-pkg/pkgcache.cc:218
1344 msgid "Suggests"
1345 msgstr ""
1346
1347 #: apt-pkg/pkgcache.cc:219
1348 msgid "Recommends"
1349 msgstr ""
1350
1351 #: apt-pkg/pkgcache.cc:219
1352 msgid "Conflicts"
1353 msgstr ""
1354
1355 #: apt-pkg/pkgcache.cc:219
1356 msgid "Replaces"
1357 msgstr ""
1358
1359 #: apt-pkg/pkgcache.cc:220
1360 msgid "Obsoletes"
1361 msgstr ""
1362
1363 #: apt-pkg/pkgcache.cc:231
1364 msgid "important"
1365 msgstr ""
1366
1367 #: apt-pkg/pkgcache.cc:231
1368 msgid "required"
1369 msgstr ""
1370
1371 #: apt-pkg/pkgcache.cc:231
1372 msgid "standard"
1373 msgstr ""
1374
1375 #: apt-pkg/pkgcache.cc:232
1376 msgid "optional"
1377 msgstr ""
1378
1379 #: apt-pkg/pkgcache.cc:232
1380 msgid "extra"
1381 msgstr ""
1382
1383 #: apt-pkg/depcache.cc:60 apt-pkg/depcache.cc:89
1384 msgid "Building Dependency Tree"
1385 msgstr ""
1386
1387 #: apt-pkg/depcache.cc:61
1388 msgid "Candidate Versions"
1389 msgstr ""
1390
1391 #: apt-pkg/depcache.cc:90
1392 msgid "Dependency Generation"
1393 msgstr ""
1394
1395 #: apt-pkg/tagfile.cc:72
1396 #, c-format
1397 msgid "Unable to parse package file %s (1)"
1398 msgstr ""
1399
1400 #: apt-pkg/tagfile.cc:159
1401 #, c-format
1402 msgid "Unable to parse package file %s (2)"
1403 msgstr ""
1404
1405 #: apt-pkg/sourcelist.cc:88
1406 #, c-format
1407 msgid "Malformed line %lu in source list %s (URI)"
1408 msgstr ""
1409
1410 #: apt-pkg/sourcelist.cc:90
1411 #, c-format
1412 msgid "Malformed line %lu in source list %s (dist)"
1413 msgstr ""
1414
1415 #: apt-pkg/sourcelist.cc:93
1416 #, c-format
1417 msgid "Malformed line %lu in source list %s (URI parse)"
1418 msgstr ""
1419
1420 #: apt-pkg/sourcelist.cc:99
1421 #, c-format
1422 msgid "Malformed line %lu in source list %s (Absolute dist)"
1423 msgstr ""
1424
1425 #: apt-pkg/sourcelist.cc:106
1426 #, c-format
1427 msgid "Malformed line %lu in source list %s (dist parse)"
1428 msgstr ""
1429
1430 #: apt-pkg/sourcelist.cc:183 apt-pkg/sourcelist.cc:207
1431 #, c-format
1432 msgid "Vendor block %s is invalid"
1433 msgstr ""
1434
1435 #: apt-pkg/sourcelist.cc:235
1436 #, c-format
1437 msgid "Opening %s"
1438 msgstr ""
1439
1440 #: apt-pkg/sourcelist.cc:249
1441 #, c-format
1442 msgid "Line %u too long in source list %s."
1443 msgstr ""
1444
1445 #: apt-pkg/sourcelist.cc:266
1446 #, c-format
1447 msgid "Malformed line %u in source list %s (type)"
1448 msgstr ""
1449
1450 #: apt-pkg/sourcelist.cc:270
1451 #, c-format
1452 msgid "Type '%s' is not known in on line %u in source list %s"
1453 msgstr "Type ‘%s’ is not known in on line %u in source list %s"
1454
1455 #: apt-pkg/sourcelist.cc:279 apt-pkg/sourcelist.cc:282
1456 #, c-format
1457 msgid "Malformed line %u in source list %s (vendor id)"
1458 msgstr ""
1459
1460 #: apt-pkg/sourcelist.cc:296
1461 #, c-format
1462 msgid "Unknown vendor ID '%s' in line %u of source list %s"
1463 msgstr "Unknown vendor ID ‘%s’ in line %u of source list %s"
1464
1465 #: apt-pkg/packagemanager.cc:402
1466 #, c-format
1467 msgid ""
1468 "This installation run will require temporarily removing the essential "
1469 "package %s due to a Conflicts/Pre-Depends loop. This is often bad, but if "
1470 "you really want to do it, activate the APT::Force-LoopBreak option."
1471 msgstr ""
1472
1473 #: apt-pkg/pkgrecords.cc:37
1474 #, c-format
1475 msgid "Index file type '%s' is not supported"
1476 msgstr "Index file type ‘%s’ is not supported"
1477
1478 #: apt-pkg/algorithms.cc:238
1479 #, c-format
1480 msgid ""
1481 "The package %s needs to be reinstalled, but I can't find an archive for it."
1482 msgstr ""
1483
1484 #: apt-pkg/algorithms.cc:1056
1485 msgid ""
1486 "Error, pkgProblemResolver::Resolve generated breaks, this may be caused by "
1487 "held packages."
1488 msgstr ""
1489
1490 #: apt-pkg/algorithms.cc:1058
1491 msgid "Unable to correct problems, you have held broken packages."
1492 msgstr ""
1493
1494 #: apt-pkg/acquire.cc:61
1495 #, c-format
1496 msgid "Lists directory %spartial is missing."
1497 msgstr ""
1498
1499 #: apt-pkg/acquire.cc:65
1500 #, c-format
1501 msgid "Archive directory %spartial is missing."
1502 msgstr ""
1503
1504 #: apt-pkg/acquire-worker.cc:112
1505 #, c-format
1506 msgid "The method driver %s could not be found."
1507 msgstr ""
1508
1509 #: apt-pkg/acquire-worker.cc:161
1510 #, c-format
1511 msgid "Method %s did not start correctly"
1512 msgstr ""
1513
1514 #: apt-pkg/init.cc:117
1515 #, c-format
1516 msgid "Packaging system '%s' is not supported"
1517 msgstr "Packaging system ‘%s’ is not supported"
1518
1519 #: apt-pkg/init.cc:133
1520 msgid "Unable to determine a suitable system type"
1521 msgstr ""
1522
1523 #: apt-pkg/clean.cc:61
1524 #, c-format
1525 msgid "Unable to stat %s."
1526 msgstr ""
1527
1528 #: apt-pkg/srcrecords.cc:49
1529 msgid "You must put some 'source' URIs in your sources.list"
1530 msgstr "You must put some ‘source’ URIs in your sources.list"
1531
1532 #: apt-pkg/cachefile.cc:73
1533 msgid "The package lists or status file could not be parsed or opened."
1534 msgstr ""
1535
1536 #: apt-pkg/cachefile.cc:77
1537 msgid "You may want to run apt-get update to correct these problems"
1538 msgstr ""
1539
1540 #: apt-pkg/policy.cc:269
1541 msgid "Invalid record in the preferences file, no Package header"
1542 msgstr ""
1543
1544 #: apt-pkg/policy.cc:291
1545 #, c-format
1546 msgid "Did not understand pin type %s"
1547 msgstr ""
1548
1549 #: apt-pkg/pkgcachegen.cc:74
1550 msgid "Cache has an incompatible versioning system"
1551 msgstr ""
1552
1553 #: apt-pkg/pkgcachegen.cc:117
1554 #, c-format
1555 msgid "Error occured while processing %s (NewPackage)"
1556 msgstr ""
1557
1558 #: apt-pkg/pkgcachegen.cc:129
1559 #, c-format
1560 msgid "Error occured while processing %s (UsePackage1)"
1561 msgstr ""
1562
1563 #: apt-pkg/pkgcachegen.cc:150
1564 #, c-format
1565 msgid "Error occured while processing %s (UsePackage2)"
1566 msgstr ""
1567
1568 #: apt-pkg/pkgcachegen.cc:154
1569 #, c-format
1570 msgid "Error occured while processing %s (NewFileVer1)"
1571 msgstr ""
1572
1573 #: apt-pkg/pkgcachegen.cc:184
1574 #, c-format
1575 msgid "Error occured while processing %s (NewVersion1)"
1576 msgstr ""
1577
1578 #: apt-pkg/pkgcachegen.cc:188
1579 #, c-format
1580 msgid "Error occured while processing %s (UsePackage3)"
1581 msgstr ""
1582
1583 #: apt-pkg/pkgcachegen.cc:192
1584 #, c-format
1585 msgid "Error occured while processing %s (NewVersion2)"
1586 msgstr ""
1587
1588 #: apt-pkg/pkgcachegen.cc:207
1589 msgid "Wow, you exceeded the number of package names this APT is capable of."
1590 msgstr ""
1591
1592 #: apt-pkg/pkgcachegen.cc:210
1593 msgid "Wow, you exceeded the number of versions this APT is capable of."
1594 msgstr ""
1595
1596 #: apt-pkg/pkgcachegen.cc:213
1597 msgid "Wow, you exceeded the number of dependencies this APT is capable of."
1598 msgstr ""
1599
1600 #: apt-pkg/pkgcachegen.cc:241
1601 #, c-format
1602 msgid "Error occured while processing %s (FindPkg)"
1603 msgstr ""
1604
1605 #: apt-pkg/pkgcachegen.cc:254
1606 #, c-format
1607 msgid "Error occured while processing %s (CollectFileProvides)"
1608 msgstr ""
1609
1610 #: apt-pkg/pkgcachegen.cc:260
1611 #, c-format
1612 msgid "Package %s %s was not found while processing file dependencies"
1613 msgstr ""
1614
1615 #: apt-pkg/pkgcachegen.cc:574
1616 #, c-format
1617 msgid "Couldn't stat source package list %s"
1618 msgstr ""
1619
1620 #: apt-pkg/pkgcachegen.cc:658
1621 msgid "Collecting File Provides"
1622 msgstr ""
1623
1624 #: apt-pkg/pkgcachegen.cc:774 apt-pkg/pkgcachegen.cc:781
1625 msgid "IO Error saving source cache"
1626 msgstr ""
1627
1628 #: apt-pkg/acquire-item.cc:124
1629 #, c-format
1630 msgid "rename failed, %s (%s -> %s)."
1631 msgstr ""
1632
1633 #: apt-pkg/acquire-item.cc:353
1634 #, c-format
1635 msgid ""
1636 "I wasn't able to locate a file for the %s package. This might mean you need "
1637 "to manually fix this package. (due to missing arch)"
1638 msgstr ""
1639
1640 #: apt-pkg/acquire-item.cc:388
1641 #, c-format
1642 msgid ""
1643 "I wasn't able to locate file for the %s package. This might mean you need to "
1644 "manually fix this package."
1645 msgstr ""
1646
1647 #: apt-pkg/acquire-item.cc:419
1648 #, c-format
1649 msgid ""
1650 "The package index files are corrupted. No Filename: field for package %s."
1651 msgstr ""
1652
1653 #: apt-pkg/acquire-item.cc:501
1654 msgid "Size mismatch"
1655 msgstr ""
1656
1657 #: apt-pkg/acquire-item.cc:511
1658 msgid "MD5Sum mismatch"
1659 msgstr ""
1660
1661 #~ msgid ""
1662 #~ "Usage: apt-ftparchive [options] command\n"
1663 #~ "Commands: packges binarypath [overridefile [pathprefix]]\n"
1664 #~ " sources srcpath [overridefile [pathprefix]]\n"
1665 #~ " contents path\n"
1666 #~ " generate config [groups]\n"
1667 #~ " clean config\n"
1668 #~ "\n"
1669 #~ "apt-ftparchive generates index files for Debian archives. It supports\n"
1670 #~ "many styles of generation from fully automated to functional "
1671 #~ "replacements\n"
1672 #~ "for dpkg-scanpackages and dpkg-scansources\n"
1673 #~ "\n"
1674 #~ "apt-ftparchive generates Package files from a tree of .debs. The\n"
1675 #~ "Package file contains the contents of all the control fields from\n"
1676 #~ "each package as well as the MD5 hash and filesize. An override file\n"
1677 #~ "is supported to force the value of Priority and Section.\n"
1678 #~ "\n"
1679 #~ "Similarly apt-ftparchive generates Sources files from a tree of .dscs.\n"
1680 #~ "The --source-override option can be used to specify a src override file\n"
1681 #~ "\n"
1682 #~ "The 'packages' and 'sources' command should be run in the root of the\n"
1683 #~ "tree. BinaryPath should point to the base of the recursive search and \n"
1684 #~ "override file should contian the override flags. Pathprefix is\n"
1685 #~ "appended to the filename fields if present. Example usage from the \n"
1686 #~ "debian archive:\n"
1687 #~ " apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
1688 #~ " dists/potato/main/binary-i386/Packages\n"
1689 #~ "\n"
1690 #~ "Options:\n"
1691 #~ " -h This help text\n"
1692 #~ " --md5 Control MD5 generation\n"
1693 #~ " -s=? Source override file\n"
1694 #~ " -q Quiet\n"
1695 #~ " -d=? Select the optional caching database\n"
1696 #~ " --no-delink Enable delinking debug mode\n"
1697 #~ " --contents Control contents file generation\n"
1698 #~ " -c=? Read this configuration file\n"
1699 #~ " -o=? Set an arbitary configuration option"
1700 #~ msgstr ""
1701 #~ "Usage: apt-ftparchive [options] command\n"
1702 #~ "Commands: packges binarypath [overridefile [pathprefix]]\n"
1703 #~ " sources srcpath [overridefile [pathprefix]]\n"
1704 #~ " contents path\n"
1705 #~ " generate config [groups]\n"
1706 #~ " clean config\n"
1707 #~ "\n"
1708 #~ "apt-ftparchive generates index files for Debian archives. It supports\n"
1709 #~ "many styles of generation from fully automated to functional "
1710 #~ "replacements\n"
1711 #~ "for dpkg-scanpackages and dpkg-scansources\n"
1712 #~ "\n"
1713 #~ "apt-ftparchive generates Package files from a tree of .debs. The\n"
1714 #~ "Package file contains the contents of all the control fields from\n"
1715 #~ "each package as well as the MD5 hash and filesize. An override file\n"
1716 #~ "is supported to force the value of Priority and Section.\n"
1717 #~ "\n"
1718 #~ "Similarly apt-ftparchive generates Sources files from a tree of .dscs.\n"
1719 #~ "The --source-override option can be used to specify a src override file\n"
1720 #~ "\n"
1721 #~ "The ‘packages’ and ‘sources’ command should be run in the root of the\n"
1722 #~ "tree. BinaryPath should point to the base of the recursive search and \n"
1723 #~ "override file should contian the override flags. Pathprefix is\n"
1724 #~ "appended to the filename fields if present. Example usage from the \n"
1725 #~ "debian archive:\n"
1726 #~ " apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
1727 #~ " dists/potato/main/binary-i386/Packages\n"
1728 #~ "\n"
1729 #~ "Options:\n"
1730 #~ " -h This help text\n"
1731 #~ " --md5 Control MD5 generation\n"
1732 #~ " -s=? Source override file\n"
1733 #~ " -q Quiet\n"
1734 #~ " -d=? Select the optional caching database\n"
1735 #~ " --no-delink Enable delinking debug mode\n"
1736 #~ " --contents Control contents file generation\n"
1737 #~ " -c=? Read this configuration file\n"
1738 #~ " -o=? Set an arbitary configuration option"
1739
1740 #~ msgid "Some files are missing in the package file group `%s'"
1741 #~ msgstr "Some files are missing in the package file group ‘%s’"
1742
1743 #~ msgid "Unknown Compresison Algorithm '%s'"
1744 #~ msgstr "Unknown Compression Algorithm ‘%s’"
1745
1746 #~ msgid "Login script command '%s' failed, server said: %s"
1747 #~ msgstr "Login script command ‘%s’ failed, server said: %s"
1748
1749 #~ msgid "Unable to fetch file, server said '%s'"
1750 #~ msgstr "Unable to fetch file, server said ‘%s’"
1751
1752 #~ msgid "Data transfer failed, server said '%s'"
1753 #~ msgstr "Data transfer failed, server said ‘%s’"
1754
1755 #~ msgid "Could not resolve '%s'"
1756 #~ msgstr "Could not resolve ‘%s’"
1757
1758 #~ msgid "Temporary failure resolving '%s'"
1759 #~ msgstr "Temporary failure resolving ‘%s’"
1760
1761 #~ msgid "Something wicked happened resolving '%s:%s' (%i)"
1762 #~ msgstr "Something wicked happened resolving ‘%s:%s’ (%i)"
1763
1764 #~ msgid "<- '"
1765 #~ msgstr "<- ‘"
1766
1767 #~ msgid "'"
1768 #~ msgstr "‘"
1769
1770 #~ msgid "-> '"
1771 #~ msgstr "-> ‘"
1772
1773 #~ msgid "Please provide a name for this Disc, such as 'Debian 2.1r1 Disk 1'"
1774 #~ msgstr "Please provide a name for this Disc, such as ‘Debian 2.1r1 Disk 1’"
1775
1776 #~ msgid " '"
1777 #~ msgstr " ‘"
1778
1779 #~ msgid "....\"Have you mooed today?\"..."
1780 #~ msgstr "....‘Have you mooed today?’..."
1781
1782 #~ msgid "Errors apply to file '%s'"
1783 #~ msgstr "Errors apply to file ‘%s’"