]> git.saurik.com Git - apt.git/blob - po/apt-all.pot
f20aa22414828c1e9af6819ff59a18d4fdee0086
[apt.git] / po / apt-all.pot
1 # SOME DESCRIPTIVE TITLE.
2 # This file is put in the public domain.
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
5 #, fuzzy
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: PACKAGE VERSION\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2008-09-22 21:18+0200\n"
11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: LANGUAGE <LL@li.org>\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=CHARSET\n"
16 "Content-Transfer-Encoding: 8bit\n"
17
18 #: cmdline/apt-cache.cc:141
19 #, c-format
20 msgid "Package %s version %s has an unmet dep:\n"
21 msgstr ""
22
23 #: cmdline/apt-cache.cc:181 cmdline/apt-cache.cc:550 cmdline/apt-cache.cc:644
24 #: cmdline/apt-cache.cc:800 cmdline/apt-cache.cc:1022
25 #: cmdline/apt-cache.cc:1423 cmdline/apt-cache.cc:1575
26 #, c-format
27 msgid "Unable to locate package %s"
28 msgstr ""
29
30 #: cmdline/apt-cache.cc:245
31 msgid "Total package names: "
32 msgstr ""
33
34 #: cmdline/apt-cache.cc:285
35 msgid " Normal packages: "
36 msgstr ""
37
38 #: cmdline/apt-cache.cc:286
39 msgid " Pure virtual packages: "
40 msgstr ""
41
42 #: cmdline/apt-cache.cc:287
43 msgid " Single virtual packages: "
44 msgstr ""
45
46 #: cmdline/apt-cache.cc:288
47 msgid " Mixed virtual packages: "
48 msgstr ""
49
50 #: cmdline/apt-cache.cc:289
51 msgid " Missing: "
52 msgstr ""
53
54 #: cmdline/apt-cache.cc:291
55 msgid "Total distinct versions: "
56 msgstr ""
57
58 #: cmdline/apt-cache.cc:293
59 msgid "Total distinct descriptions: "
60 msgstr ""
61
62 #: cmdline/apt-cache.cc:295
63 msgid "Total dependencies: "
64 msgstr ""
65
66 #: cmdline/apt-cache.cc:298
67 msgid "Total ver/file relations: "
68 msgstr ""
69
70 #: cmdline/apt-cache.cc:300
71 msgid "Total Desc/File relations: "
72 msgstr ""
73
74 #: cmdline/apt-cache.cc:302
75 msgid "Total Provides mappings: "
76 msgstr ""
77
78 #: cmdline/apt-cache.cc:314
79 msgid "Total globbed strings: "
80 msgstr ""
81
82 #: cmdline/apt-cache.cc:328
83 msgid "Total dependency version space: "
84 msgstr ""
85
86 #: cmdline/apt-cache.cc:333
87 msgid "Total slack space: "
88 msgstr ""
89
90 #: cmdline/apt-cache.cc:341
91 msgid "Total space accounted for: "
92 msgstr ""
93
94 #: cmdline/apt-cache.cc:469 cmdline/apt-cache.cc:1222
95 #, c-format
96 msgid "Package file %s is out of sync."
97 msgstr ""
98
99 #: cmdline/apt-cache.cc:1297
100 msgid "You must give exactly one pattern"
101 msgstr ""
102
103 #: cmdline/apt-cache.cc:1451
104 msgid "No packages found"
105 msgstr ""
106
107 #: cmdline/apt-cache.cc:1528
108 msgid "Package files:"
109 msgstr ""
110
111 #: cmdline/apt-cache.cc:1535 cmdline/apt-cache.cc:1622
112 msgid "Cache is out of sync, can't x-ref a package file"
113 msgstr ""
114
115 #. Show any packages have explicit pins
116 #: cmdline/apt-cache.cc:1549
117 msgid "Pinned packages:"
118 msgstr ""
119
120 #: cmdline/apt-cache.cc:1561 cmdline/apt-cache.cc:1602
121 msgid "(not found)"
122 msgstr ""
123
124 #. Installed version
125 #: cmdline/apt-cache.cc:1582
126 msgid " Installed: "
127 msgstr ""
128
129 #: cmdline/apt-cache.cc:1584 cmdline/apt-cache.cc:1592
130 msgid "(none)"
131 msgstr ""
132
133 #. Candidate Version
134 #: cmdline/apt-cache.cc:1589
135 msgid " Candidate: "
136 msgstr ""
137
138 #: cmdline/apt-cache.cc:1599
139 msgid " Package pin: "
140 msgstr ""
141
142 #. Show the priority tables
143 #: cmdline/apt-cache.cc:1608
144 msgid " Version table:"
145 msgstr ""
146
147 #: cmdline/apt-cache.cc:1623
148 #, c-format
149 msgid " %4i %s\n"
150 msgstr ""
151
152 #: cmdline/apt-cache.cc:1719 cmdline/apt-cdrom.cc:138 cmdline/apt-config.cc:70
153 #: cmdline/apt-extracttemplates.cc:225 ftparchive/apt-ftparchive.cc:547
154 #: cmdline/apt-get.cc:2573 cmdline/apt-sortpkgs.cc:144
155 #, c-format
156 msgid "%s %s for %s compiled on %s %s\n"
157 msgstr ""
158
159 #: cmdline/apt-cache.cc:1726
160 msgid ""
161 "Usage: apt-cache [options] command\n"
162 " apt-cache [options] add file1 [file2 ...]\n"
163 " apt-cache [options] showpkg pkg1 [pkg2 ...]\n"
164 " apt-cache [options] showsrc pkg1 [pkg2 ...]\n"
165 "\n"
166 "apt-cache is a low-level tool used to manipulate APT's binary\n"
167 "cache files, and query information from them\n"
168 "\n"
169 "Commands:\n"
170 " add - Add a package file to the source cache\n"
171 " gencaches - Build both the package and source cache\n"
172 " showpkg - Show some general information for a single package\n"
173 " showsrc - Show source records\n"
174 " stats - Show some basic statistics\n"
175 " dump - Show the entire file in a terse form\n"
176 " dumpavail - Print an available file to stdout\n"
177 " unmet - Show unmet dependencies\n"
178 " search - Search the package list for a regex pattern\n"
179 " show - Show a readable record for the package\n"
180 " depends - Show raw dependency information for a package\n"
181 " rdepends - Show reverse dependency information for a package\n"
182 " pkgnames - List the names of all packages\n"
183 " dotty - Generate package graphs for GraphVis\n"
184 " xvcg - Generate package graphs for xvcg\n"
185 " policy - Show policy settings\n"
186 "\n"
187 "Options:\n"
188 " -h This help text.\n"
189 " -p=? The package cache.\n"
190 " -s=? The source cache.\n"
191 " -q Disable progress indicator.\n"
192 " -i Show only important deps for the unmet command.\n"
193 " -c=? Read this configuration file\n"
194 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
195 "See the apt-cache(8) and apt.conf(5) manual pages for more information.\n"
196 msgstr ""
197
198 #: cmdline/apt-cdrom.cc:78
199 msgid "Please provide a name for this Disc, such as 'Debian 2.1r1 Disk 1'"
200 msgstr ""
201
202 #: cmdline/apt-cdrom.cc:93
203 msgid "Please insert a Disc in the drive and press enter"
204 msgstr ""
205
206 #: cmdline/apt-cdrom.cc:117
207 msgid "Repeat this process for the rest of the CDs in your set."
208 msgstr ""
209
210 #: cmdline/apt-config.cc:41
211 msgid "Arguments not in pairs"
212 msgstr ""
213
214 #: cmdline/apt-config.cc:76
215 msgid ""
216 "Usage: apt-config [options] command\n"
217 "\n"
218 "apt-config is a simple tool to read the APT config file\n"
219 "\n"
220 "Commands:\n"
221 " shell - Shell mode\n"
222 " dump - Show the configuration\n"
223 "\n"
224 "Options:\n"
225 " -h This help text.\n"
226 " -c=? Read this configuration file\n"
227 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
228 msgstr ""
229
230 #: cmdline/apt-extracttemplates.cc:98
231 #, c-format
232 msgid "%s not a valid DEB package."
233 msgstr ""
234
235 #: cmdline/apt-extracttemplates.cc:232
236 msgid ""
237 "Usage: apt-extracttemplates file1 [file2 ...]\n"
238 "\n"
239 "apt-extracttemplates is a tool to extract config and template info\n"
240 "from debian packages\n"
241 "\n"
242 "Options:\n"
243 " -h This help text\n"
244 " -t Set the temp dir\n"
245 " -c=? Read this configuration file\n"
246 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
247 msgstr ""
248
249 #: cmdline/apt-extracttemplates.cc:267 apt-pkg/pkgcachegen.cc:815
250 #: apt-pkg/pkgcachegen.cc:830
251 #, c-format
252 msgid "Unable to write to %s"
253 msgstr ""
254
255 #: cmdline/apt-extracttemplates.cc:310
256 msgid "Cannot get debconf version. Is debconf installed?"
257 msgstr ""
258
259 #: ftparchive/apt-ftparchive.cc:164 ftparchive/apt-ftparchive.cc:338
260 msgid "Package extension list is too long"
261 msgstr ""
262
263 #: ftparchive/apt-ftparchive.cc:166 ftparchive/apt-ftparchive.cc:180
264 #: ftparchive/apt-ftparchive.cc:203 ftparchive/apt-ftparchive.cc:253
265 #: ftparchive/apt-ftparchive.cc:267 ftparchive/apt-ftparchive.cc:289
266 #, c-format
267 msgid "Error processing directory %s"
268 msgstr ""
269
270 #: ftparchive/apt-ftparchive.cc:251
271 msgid "Source extension list is too long"
272 msgstr ""
273
274 #: ftparchive/apt-ftparchive.cc:368
275 msgid "Error writing header to contents file"
276 msgstr ""
277
278 #: ftparchive/apt-ftparchive.cc:398
279 #, c-format
280 msgid "Error processing contents %s"
281 msgstr ""
282
283 #: ftparchive/apt-ftparchive.cc:553
284 msgid ""
285 "Usage: apt-ftparchive [options] command\n"
286 "Commands: packages binarypath [overridefile [pathprefix]]\n"
287 " sources srcpath [overridefile [pathprefix]]\n"
288 " contents path\n"
289 " release path\n"
290 " generate config [groups]\n"
291 " clean config\n"
292 "\n"
293 "apt-ftparchive generates index files for Debian archives. It supports\n"
294 "many styles of generation from fully automated to functional replacements\n"
295 "for dpkg-scanpackages and dpkg-scansources\n"
296 "\n"
297 "apt-ftparchive generates Package files from a tree of .debs. The\n"
298 "Package file contains the contents of all the control fields from\n"
299 "each package as well as the MD5 hash and filesize. An override file\n"
300 "is supported to force the value of Priority and Section.\n"
301 "\n"
302 "Similarly apt-ftparchive generates Sources files from a tree of .dscs.\n"
303 "The --source-override option can be used to specify a src override file\n"
304 "\n"
305 "The 'packages' and 'sources' command should be run in the root of the\n"
306 "tree. BinaryPath should point to the base of the recursive search and \n"
307 "override file should contain the override flags. Pathprefix is\n"
308 "appended to the filename fields if present. Example usage from the \n"
309 "Debian archive:\n"
310 " apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
311 " dists/potato/main/binary-i386/Packages\n"
312 "\n"
313 "Options:\n"
314 " -h This help text\n"
315 " --md5 Control MD5 generation\n"
316 " -s=? Source override file\n"
317 " -q Quiet\n"
318 " -d=? Select the optional caching database\n"
319 " --no-delink Enable delinking debug mode\n"
320 " --contents Control contents file generation\n"
321 " -c=? Read this configuration file\n"
322 " -o=? Set an arbitrary configuration option"
323 msgstr ""
324
325 #: ftparchive/apt-ftparchive.cc:759
326 msgid "No selections matched"
327 msgstr ""
328
329 #: ftparchive/apt-ftparchive.cc:832
330 #, c-format
331 msgid "Some files are missing in the package file group `%s'"
332 msgstr ""
333
334 #: ftparchive/cachedb.cc:43
335 #, c-format
336 msgid "DB was corrupted, file renamed to %s.old"
337 msgstr ""
338
339 #: ftparchive/cachedb.cc:61
340 #, c-format
341 msgid "DB is old, attempting to upgrade %s"
342 msgstr ""
343
344 #: ftparchive/cachedb.cc:72
345 msgid ""
346 "DB format is invalid. If you upgraded from a older version of apt, please "
347 "remove and re-create the database."
348 msgstr ""
349
350 #: ftparchive/cachedb.cc:77
351 #, c-format
352 msgid "Unable to open DB file %s: %s"
353 msgstr ""
354
355 #: ftparchive/cachedb.cc:123 apt-inst/extract.cc:178 apt-inst/extract.cc:190
356 #: apt-inst/extract.cc:207 apt-inst/deb/dpkgdb.cc:117
357 #, c-format
358 msgid "Failed to stat %s"
359 msgstr ""
360
361 #: ftparchive/cachedb.cc:238
362 msgid "Archive has no control record"
363 msgstr ""
364
365 #: ftparchive/cachedb.cc:444
366 msgid "Unable to get a cursor"
367 msgstr ""
368
369 #: ftparchive/writer.cc:76
370 #, c-format
371 msgid "W: Unable to read directory %s\n"
372 msgstr ""
373
374 #: ftparchive/writer.cc:81
375 #, c-format
376 msgid "W: Unable to stat %s\n"
377 msgstr ""
378
379 #: ftparchive/writer.cc:132
380 msgid "E: "
381 msgstr ""
382
383 #: ftparchive/writer.cc:134
384 msgid "W: "
385 msgstr ""
386
387 #: ftparchive/writer.cc:141
388 msgid "E: Errors apply to file "
389 msgstr ""
390
391 #: ftparchive/writer.cc:158 ftparchive/writer.cc:188
392 #, c-format
393 msgid "Failed to resolve %s"
394 msgstr ""
395
396 #: ftparchive/writer.cc:170
397 msgid "Tree walking failed"
398 msgstr ""
399
400 #: ftparchive/writer.cc:195
401 #, c-format
402 msgid "Failed to open %s"
403 msgstr ""
404
405 #: ftparchive/writer.cc:254
406 #, c-format
407 msgid " DeLink %s [%s]\n"
408 msgstr ""
409
410 #: ftparchive/writer.cc:262
411 #, c-format
412 msgid "Failed to readlink %s"
413 msgstr ""
414
415 #: ftparchive/writer.cc:266
416 #, c-format
417 msgid "Failed to unlink %s"
418 msgstr ""
419
420 #: ftparchive/writer.cc:273
421 #, c-format
422 msgid "*** Failed to link %s to %s"
423 msgstr ""
424
425 #: ftparchive/writer.cc:283
426 #, c-format
427 msgid " DeLink limit of %sB hit.\n"
428 msgstr ""
429
430 #: ftparchive/writer.cc:387
431 msgid "Archive had no package field"
432 msgstr ""
433
434 #: ftparchive/writer.cc:395 ftparchive/writer.cc:610
435 #, c-format
436 msgid " %s has no override entry\n"
437 msgstr ""
438
439 #: ftparchive/writer.cc:440 ftparchive/writer.cc:698
440 #, c-format
441 msgid " %s maintainer is %s not %s\n"
442 msgstr ""
443
444 #: ftparchive/writer.cc:620
445 #, c-format
446 msgid " %s has no source override entry\n"
447 msgstr ""
448
449 #: ftparchive/writer.cc:624
450 #, c-format
451 msgid " %s has no binary override entry either\n"
452 msgstr ""
453
454 #: ftparchive/contents.cc:321
455 #, c-format
456 msgid "Internal error, could not locate member %s"
457 msgstr ""
458
459 #: ftparchive/contents.cc:358 ftparchive/contents.cc:389
460 msgid "realloc - Failed to allocate memory"
461 msgstr ""
462
463 #: ftparchive/override.cc:34 ftparchive/override.cc:142
464 #, c-format
465 msgid "Unable to open %s"
466 msgstr ""
467
468 #: ftparchive/override.cc:60 ftparchive/override.cc:166
469 #, c-format
470 msgid "Malformed override %s line %lu #1"
471 msgstr ""
472
473 #: ftparchive/override.cc:74 ftparchive/override.cc:178
474 #, c-format
475 msgid "Malformed override %s line %lu #2"
476 msgstr ""
477
478 #: ftparchive/override.cc:88 ftparchive/override.cc:191
479 #, c-format
480 msgid "Malformed override %s line %lu #3"
481 msgstr ""
482
483 #: ftparchive/override.cc:127 ftparchive/override.cc:201
484 #, c-format
485 msgid "Failed to read the override file %s"
486 msgstr ""
487
488 #: ftparchive/multicompress.cc:72
489 #, c-format
490 msgid "Unknown compression algorithm '%s'"
491 msgstr ""
492
493 #: ftparchive/multicompress.cc:102
494 #, c-format
495 msgid "Compressed output %s needs a compression set"
496 msgstr ""
497
498 #: ftparchive/multicompress.cc:169 methods/rsh.cc:91
499 msgid "Failed to create IPC pipe to subprocess"
500 msgstr ""
501
502 #: ftparchive/multicompress.cc:195
503 msgid "Failed to create FILE*"
504 msgstr ""
505
506 #: ftparchive/multicompress.cc:198
507 msgid "Failed to fork"
508 msgstr ""
509
510 #: ftparchive/multicompress.cc:212
511 msgid "Compress child"
512 msgstr ""
513
514 #: ftparchive/multicompress.cc:235
515 #, c-format
516 msgid "Internal error, failed to create %s"
517 msgstr ""
518
519 #: ftparchive/multicompress.cc:286
520 msgid "Failed to create subprocess IPC"
521 msgstr ""
522
523 #: ftparchive/multicompress.cc:321
524 msgid "Failed to exec compressor "
525 msgstr ""
526
527 #: ftparchive/multicompress.cc:360
528 msgid "decompressor"
529 msgstr ""
530
531 #: ftparchive/multicompress.cc:403
532 msgid "IO to subprocess/file failed"
533 msgstr ""
534
535 #: ftparchive/multicompress.cc:455
536 msgid "Failed to read while computing MD5"
537 msgstr ""
538
539 #: ftparchive/multicompress.cc:472
540 #, c-format
541 msgid "Problem unlinking %s"
542 msgstr ""
543
544 #: ftparchive/multicompress.cc:487 apt-inst/extract.cc:185
545 #, c-format
546 msgid "Failed to rename %s to %s"
547 msgstr ""
548
549 #: cmdline/apt-get.cc:124
550 msgid "Y"
551 msgstr ""
552
553 #: cmdline/apt-get.cc:146 cmdline/apt-get.cc:1651
554 #, c-format
555 msgid "Regex compilation error - %s"
556 msgstr ""
557
558 #: cmdline/apt-get.cc:241
559 msgid "The following packages have unmet dependencies:"
560 msgstr ""
561
562 #: cmdline/apt-get.cc:331
563 #, c-format
564 msgid "but %s is installed"
565 msgstr ""
566
567 #: cmdline/apt-get.cc:333
568 #, c-format
569 msgid "but %s is to be installed"
570 msgstr ""
571
572 #: cmdline/apt-get.cc:340
573 msgid "but it is not installable"
574 msgstr ""
575
576 #: cmdline/apt-get.cc:342
577 msgid "but it is a virtual package"
578 msgstr ""
579
580 #: cmdline/apt-get.cc:345
581 msgid "but it is not installed"
582 msgstr ""
583
584 #: cmdline/apt-get.cc:345
585 msgid "but it is not going to be installed"
586 msgstr ""
587
588 #: cmdline/apt-get.cc:350
589 msgid " or"
590 msgstr ""
591
592 #: cmdline/apt-get.cc:379
593 msgid "The following NEW packages will be installed:"
594 msgstr ""
595
596 #: cmdline/apt-get.cc:405
597 msgid "The following packages will be REMOVED:"
598 msgstr ""
599
600 #: cmdline/apt-get.cc:427
601 msgid "The following packages have been kept back:"
602 msgstr ""
603
604 #: cmdline/apt-get.cc:448
605 msgid "The following packages will be upgraded:"
606 msgstr ""
607
608 #: cmdline/apt-get.cc:469
609 msgid "The following packages will be DOWNGRADED:"
610 msgstr ""
611
612 #: cmdline/apt-get.cc:489
613 msgid "The following held packages will be changed:"
614 msgstr ""
615
616 #: cmdline/apt-get.cc:542
617 #, c-format
618 msgid "%s (due to %s) "
619 msgstr ""
620
621 #: cmdline/apt-get.cc:550
622 msgid ""
623 "WARNING: The following essential packages will be removed.\n"
624 "This should NOT be done unless you know exactly what you are doing!"
625 msgstr ""
626
627 #: cmdline/apt-get.cc:581
628 #, c-format
629 msgid "%lu upgraded, %lu newly installed, "
630 msgstr ""
631
632 #: cmdline/apt-get.cc:585
633 #, c-format
634 msgid "%lu reinstalled, "
635 msgstr ""
636
637 #: cmdline/apt-get.cc:587
638 #, c-format
639 msgid "%lu downgraded, "
640 msgstr ""
641
642 #: cmdline/apt-get.cc:589
643 #, c-format
644 msgid "%lu to remove and %lu not upgraded.\n"
645 msgstr ""
646
647 #: cmdline/apt-get.cc:593
648 #, c-format
649 msgid "%lu not fully installed or removed.\n"
650 msgstr ""
651
652 #: cmdline/apt-get.cc:667
653 msgid "Correcting dependencies..."
654 msgstr ""
655
656 #: cmdline/apt-get.cc:670
657 msgid " failed."
658 msgstr ""
659
660 #: cmdline/apt-get.cc:673
661 msgid "Unable to correct dependencies"
662 msgstr ""
663
664 #: cmdline/apt-get.cc:676
665 msgid "Unable to minimize the upgrade set"
666 msgstr ""
667
668 #: cmdline/apt-get.cc:678
669 msgid " Done"
670 msgstr ""
671
672 #: cmdline/apt-get.cc:682
673 msgid "You might want to run `apt-get -f install' to correct these."
674 msgstr ""
675
676 #: cmdline/apt-get.cc:685
677 msgid "Unmet dependencies. Try using -f."
678 msgstr ""
679
680 #: cmdline/apt-get.cc:707
681 msgid "WARNING: The following packages cannot be authenticated!"
682 msgstr ""
683
684 #: cmdline/apt-get.cc:711
685 msgid "Authentication warning overridden.\n"
686 msgstr ""
687
688 #: cmdline/apt-get.cc:718
689 msgid "Install these packages without verification [y/N]? "
690 msgstr ""
691
692 #: cmdline/apt-get.cc:720
693 msgid "Some packages could not be authenticated"
694 msgstr ""
695
696 #: cmdline/apt-get.cc:729 cmdline/apt-get.cc:881
697 msgid "There are problems and -y was used without --force-yes"
698 msgstr ""
699
700 #: cmdline/apt-get.cc:773
701 msgid "Internal error, InstallPackages was called with broken packages!"
702 msgstr ""
703
704 #: cmdline/apt-get.cc:782
705 msgid "Packages need to be removed but remove is disabled."
706 msgstr ""
707
708 #: cmdline/apt-get.cc:793
709 msgid "Internal error, Ordering didn't finish"
710 msgstr ""
711
712 #: cmdline/apt-get.cc:809 cmdline/apt-get.cc:1990 cmdline/apt-get.cc:2023
713 msgid "Unable to lock the download directory"
714 msgstr ""
715
716 #: cmdline/apt-get.cc:819 cmdline/apt-get.cc:2071 cmdline/apt-get.cc:2317
717 #: apt-pkg/cachefile.cc:65
718 msgid "The list of sources could not be read."
719 msgstr ""
720
721 #: cmdline/apt-get.cc:834
722 msgid "How odd.. The sizes didn't match, email apt@packages.debian.org"
723 msgstr ""
724
725 #: cmdline/apt-get.cc:839
726 #, c-format
727 msgid "Need to get %sB/%sB of archives.\n"
728 msgstr ""
729
730 #: cmdline/apt-get.cc:842
731 #, c-format
732 msgid "Need to get %sB of archives.\n"
733 msgstr ""
734
735 #: cmdline/apt-get.cc:847
736 #, c-format
737 msgid "After this operation, %sB of additional disk space will be used.\n"
738 msgstr ""
739
740 #: cmdline/apt-get.cc:850
741 #, c-format
742 msgid "After this operation, %sB disk space will be freed.\n"
743 msgstr ""
744
745 #: cmdline/apt-get.cc:864 cmdline/apt-get.cc:2166
746 #, c-format
747 msgid "Couldn't determine free space in %s"
748 msgstr ""
749
750 #: cmdline/apt-get.cc:871
751 #, c-format
752 msgid "You don't have enough free space in %s."
753 msgstr ""
754
755 #: cmdline/apt-get.cc:887 cmdline/apt-get.cc:907
756 msgid "Trivial Only specified but this is not a trivial operation."
757 msgstr ""
758
759 #: cmdline/apt-get.cc:889
760 msgid "Yes, do as I say!"
761 msgstr ""
762
763 #: cmdline/apt-get.cc:891
764 #, c-format
765 msgid ""
766 "You are about to do something potentially harmful.\n"
767 "To continue type in the phrase '%s'\n"
768 " ?] "
769 msgstr ""
770
771 #: cmdline/apt-get.cc:897 cmdline/apt-get.cc:916
772 msgid "Abort."
773 msgstr ""
774
775 #: cmdline/apt-get.cc:912
776 msgid "Do you want to continue [Y/n]? "
777 msgstr ""
778
779 #: cmdline/apt-get.cc:984 cmdline/apt-get.cc:2214 apt-pkg/algorithms.cc:1344
780 #: apt-pkg/algorithms.cc:1389
781 #, c-format
782 msgid "Failed to fetch %s %s\n"
783 msgstr ""
784
785 #: cmdline/apt-get.cc:1002
786 msgid "Some files failed to download"
787 msgstr ""
788
789 #: cmdline/apt-get.cc:1003 cmdline/apt-get.cc:2223
790 msgid "Download complete and in download only mode"
791 msgstr ""
792
793 #: cmdline/apt-get.cc:1009
794 msgid ""
795 "Unable to fetch some archives, maybe run apt-get update or try with --fix-"
796 "missing?"
797 msgstr ""
798
799 #: cmdline/apt-get.cc:1013
800 msgid "--fix-missing and media swapping is not currently supported"
801 msgstr ""
802
803 #: cmdline/apt-get.cc:1018
804 msgid "Unable to correct missing packages."
805 msgstr ""
806
807 #: cmdline/apt-get.cc:1019
808 msgid "Aborting install."
809 msgstr ""
810
811 #: cmdline/apt-get.cc:1053
812 #, c-format
813 msgid "Note, selecting %s instead of %s\n"
814 msgstr ""
815
816 #: cmdline/apt-get.cc:1063
817 #, c-format
818 msgid "Skipping %s, it is already installed and upgrade is not set.\n"
819 msgstr ""
820
821 #: cmdline/apt-get.cc:1081
822 #, c-format
823 msgid "Package %s is not installed, so not removed\n"
824 msgstr ""
825
826 #: cmdline/apt-get.cc:1092
827 #, c-format
828 msgid "Package %s is a virtual package provided by:\n"
829 msgstr ""
830
831 #: cmdline/apt-get.cc:1104
832 msgid " [Installed]"
833 msgstr ""
834
835 #: cmdline/apt-get.cc:1109
836 msgid "You should explicitly select one to install."
837 msgstr ""
838
839 #: cmdline/apt-get.cc:1114
840 #, c-format
841 msgid ""
842 "Package %s is not available, but is referred to by another package.\n"
843 "This may mean that the package is missing, has been obsoleted, or\n"
844 "is only available from another source\n"
845 msgstr ""
846
847 #: cmdline/apt-get.cc:1133
848 msgid "However the following packages replace it:"
849 msgstr ""
850
851 #: cmdline/apt-get.cc:1136
852 #, c-format
853 msgid "Package %s has no installation candidate"
854 msgstr ""
855
856 #: cmdline/apt-get.cc:1156
857 #, c-format
858 msgid "Reinstallation of %s is not possible, it cannot be downloaded.\n"
859 msgstr ""
860
861 #: cmdline/apt-get.cc:1164
862 #, c-format
863 msgid "%s is already the newest version.\n"
864 msgstr ""
865
866 #: cmdline/apt-get.cc:1193
867 #, c-format
868 msgid "Release '%s' for '%s' was not found"
869 msgstr ""
870
871 #: cmdline/apt-get.cc:1195
872 #, c-format
873 msgid "Version '%s' for '%s' was not found"
874 msgstr ""
875
876 #: cmdline/apt-get.cc:1201
877 #, c-format
878 msgid "Selected version %s (%s) for %s\n"
879 msgstr ""
880
881 #: cmdline/apt-get.cc:1338
882 msgid "The update command takes no arguments"
883 msgstr ""
884
885 #: cmdline/apt-get.cc:1351
886 msgid "Unable to lock the list directory"
887 msgstr ""
888
889 #: cmdline/apt-get.cc:1403
890 msgid "We are not supposed to delete stuff, can't start AutoRemover"
891 msgstr ""
892
893 #: cmdline/apt-get.cc:1435
894 msgid ""
895 "The following packages were automatically installed and are no longer "
896 "required:"
897 msgstr ""
898
899 #: cmdline/apt-get.cc:1437
900 msgid "Use 'apt-get autoremove' to remove them."
901 msgstr ""
902
903 #: cmdline/apt-get.cc:1442
904 msgid ""
905 "Hmm, seems like the AutoRemover destroyed something which really\n"
906 "shouldn't happen. Please file a bug report against apt."
907 msgstr ""
908
909 #: cmdline/apt-get.cc:1445 cmdline/apt-get.cc:1733
910 msgid "The following information may help to resolve the situation:"
911 msgstr ""
912
913 #: cmdline/apt-get.cc:1449
914 msgid "Internal Error, AutoRemover broke stuff"
915 msgstr ""
916
917 #: cmdline/apt-get.cc:1468
918 msgid "Internal error, AllUpgrade broke stuff"
919 msgstr ""
920
921 #: cmdline/apt-get.cc:1523
922 #, c-format
923 msgid "Couldn't find task %s"
924 msgstr ""
925
926 #: cmdline/apt-get.cc:1638 cmdline/apt-get.cc:1674
927 #, c-format
928 msgid "Couldn't find package %s"
929 msgstr ""
930
931 #: cmdline/apt-get.cc:1661
932 #, c-format
933 msgid "Note, selecting %s for regex '%s'\n"
934 msgstr ""
935
936 #: cmdline/apt-get.cc:1692
937 #, c-format
938 msgid "%s set to manually installed.\n"
939 msgstr ""
940
941 #: cmdline/apt-get.cc:1705
942 msgid "You might want to run `apt-get -f install' to correct these:"
943 msgstr ""
944
945 #: cmdline/apt-get.cc:1708
946 msgid ""
947 "Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a "
948 "solution)."
949 msgstr ""
950
951 #: cmdline/apt-get.cc:1720
952 msgid ""
953 "Some packages could not be installed. This may mean that you have\n"
954 "requested an impossible situation or if you are using the unstable\n"
955 "distribution that some required packages have not yet been created\n"
956 "or been moved out of Incoming."
957 msgstr ""
958
959 #: cmdline/apt-get.cc:1728
960 msgid ""
961 "Since you only requested a single operation it is extremely likely that\n"
962 "the package is simply not installable and a bug report against\n"
963 "that package should be filed."
964 msgstr ""
965
966 #: cmdline/apt-get.cc:1736
967 msgid "Broken packages"
968 msgstr ""
969
970 #: cmdline/apt-get.cc:1765
971 msgid "The following extra packages will be installed:"
972 msgstr ""
973
974 #: cmdline/apt-get.cc:1854
975 msgid "Suggested packages:"
976 msgstr ""
977
978 #: cmdline/apt-get.cc:1855
979 msgid "Recommended packages:"
980 msgstr ""
981
982 #: cmdline/apt-get.cc:1883
983 msgid "Calculating upgrade... "
984 msgstr ""
985
986 #: cmdline/apt-get.cc:1886 methods/ftp.cc:702 methods/connect.cc:112
987 #: methods/ftp.cc:707 methods/ftp.cc:708
988 msgid "Failed"
989 msgstr ""
990
991 #: cmdline/apt-get.cc:1891
992 msgid "Done"
993 msgstr ""
994
995 #: cmdline/apt-get.cc:1958 cmdline/apt-get.cc:1966
996 msgid "Internal error, problem resolver broke stuff"
997 msgstr ""
998
999 #: cmdline/apt-get.cc:2066
1000 msgid "Must specify at least one package to fetch source for"
1001 msgstr ""
1002
1003 #: cmdline/apt-get.cc:2096 cmdline/apt-get.cc:2335
1004 #, c-format
1005 msgid "Unable to find a source package for %s"
1006 msgstr ""
1007
1008 #: cmdline/apt-get.cc:2145
1009 #, c-format
1010 msgid "Skipping already downloaded file '%s'\n"
1011 msgstr ""
1012
1013 #: cmdline/apt-get.cc:2173
1014 #, c-format
1015 msgid "You don't have enough free space in %s"
1016 msgstr ""
1017
1018 #: cmdline/apt-get.cc:2179
1019 #, c-format
1020 msgid "Need to get %sB/%sB of source archives.\n"
1021 msgstr ""
1022
1023 #: cmdline/apt-get.cc:2182
1024 #, c-format
1025 msgid "Need to get %sB of source archives.\n"
1026 msgstr ""
1027
1028 #: cmdline/apt-get.cc:2188
1029 #, c-format
1030 msgid "Fetch source %s\n"
1031 msgstr ""
1032
1033 #: cmdline/apt-get.cc:2219
1034 msgid "Failed to fetch some archives."
1035 msgstr ""
1036
1037 #: cmdline/apt-get.cc:2247
1038 #, c-format
1039 msgid "Skipping unpack of already unpacked source in %s\n"
1040 msgstr ""
1041
1042 #: cmdline/apt-get.cc:2259
1043 #, c-format
1044 msgid "Unpack command '%s' failed.\n"
1045 msgstr ""
1046
1047 #: cmdline/apt-get.cc:2260
1048 #, c-format
1049 msgid "Check if the 'dpkg-dev' package is installed.\n"
1050 msgstr ""
1051
1052 #: cmdline/apt-get.cc:2277
1053 #, c-format
1054 msgid "Build command '%s' failed.\n"
1055 msgstr ""
1056
1057 #: cmdline/apt-get.cc:2296
1058 msgid "Child process failed"
1059 msgstr ""
1060
1061 #: cmdline/apt-get.cc:2312
1062 msgid "Must specify at least one package to check builddeps for"
1063 msgstr ""
1064
1065 #: cmdline/apt-get.cc:2340
1066 #, c-format
1067 msgid "Unable to get build-dependency information for %s"
1068 msgstr ""
1069
1070 #: cmdline/apt-get.cc:2360
1071 #, c-format
1072 msgid "%s has no build depends.\n"
1073 msgstr ""
1074
1075 #: cmdline/apt-get.cc:2412
1076 #, c-format
1077 msgid ""
1078 "%s dependency for %s cannot be satisfied because the package %s cannot be "
1079 "found"
1080 msgstr ""
1081
1082 #: cmdline/apt-get.cc:2465
1083 #, c-format
1084 msgid ""
1085 "%s dependency for %s cannot be satisfied because no available versions of "
1086 "package %s can satisfy version requirements"
1087 msgstr ""
1088
1089 #: cmdline/apt-get.cc:2501
1090 #, c-format
1091 msgid "Failed to satisfy %s dependency for %s: Installed package %s is too new"
1092 msgstr ""
1093
1094 #: cmdline/apt-get.cc:2528
1095 #, c-format
1096 msgid "Failed to satisfy %s dependency for %s: %s"
1097 msgstr ""
1098
1099 #: cmdline/apt-get.cc:2542
1100 #, c-format
1101 msgid "Build-dependencies for %s could not be satisfied."
1102 msgstr ""
1103
1104 #: cmdline/apt-get.cc:2546
1105 msgid "Failed to process build dependencies"
1106 msgstr ""
1107
1108 #: cmdline/apt-get.cc:2578
1109 msgid "Supported modules:"
1110 msgstr ""
1111
1112 #: cmdline/apt-get.cc:2619
1113 msgid ""
1114 "Usage: apt-get [options] command\n"
1115 " apt-get [options] install|remove pkg1 [pkg2 ...]\n"
1116 " apt-get [options] source pkg1 [pkg2 ...]\n"
1117 "\n"
1118 "apt-get is a simple command line interface for downloading and\n"
1119 "installing packages. The most frequently used commands are update\n"
1120 "and install.\n"
1121 "\n"
1122 "Commands:\n"
1123 " update - Retrieve new lists of packages\n"
1124 " upgrade - Perform an upgrade\n"
1125 " install - Install new packages (pkg is libc6 not libc6.deb)\n"
1126 " remove - Remove packages\n"
1127 " autoremove - Remove automatically all unused packages\n"
1128 " purge - Remove and purge packages\n"
1129 " source - Download source archives\n"
1130 " build-dep - Configure build-dependencies for source packages\n"
1131 " dist-upgrade - Distribution upgrade, see apt-get(8)\n"
1132 " dselect-upgrade - Follow dselect selections\n"
1133 " clean - Erase downloaded archive files\n"
1134 " autoclean - Erase old downloaded archive files\n"
1135 " check - Verify that there are no broken dependencies\n"
1136 "\n"
1137 "Options:\n"
1138 " -h This help text.\n"
1139 " -q Loggable output - no progress indicator\n"
1140 " -qq No output except for errors\n"
1141 " -d Download only - do NOT install or unpack archives\n"
1142 " -s No-act. Perform ordering simulation\n"
1143 " -y Assume Yes to all queries and do not prompt\n"
1144 " -f Attempt to correct a system with broken dependencies in place\n"
1145 " -m Attempt to continue if archives are unlocatable\n"
1146 " -u Show a list of upgraded packages as well\n"
1147 " -b Build the source package after fetching it\n"
1148 " -V Show verbose version numbers\n"
1149 " -c=? Read this configuration file\n"
1150 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
1151 "See the apt-get(8), sources.list(5) and apt.conf(5) manual\n"
1152 "pages for more information and options.\n"
1153 " This APT has Super Cow Powers.\n"
1154 msgstr ""
1155
1156 #: cmdline/acqprogress.cc:55
1157 msgid "Hit "
1158 msgstr ""
1159
1160 #: cmdline/acqprogress.cc:79
1161 msgid "Get:"
1162 msgstr ""
1163
1164 #: cmdline/acqprogress.cc:110
1165 msgid "Ign "
1166 msgstr ""
1167
1168 #: cmdline/acqprogress.cc:114
1169 msgid "Err "
1170 msgstr ""
1171
1172 #: cmdline/acqprogress.cc:135
1173 #, c-format
1174 msgid "Fetched %sB in %s (%sB/s)\n"
1175 msgstr ""
1176
1177 #: cmdline/acqprogress.cc:225
1178 #, c-format
1179 msgid " [Working]"
1180 msgstr ""
1181
1182 #: cmdline/acqprogress.cc:271
1183 #, c-format
1184 msgid ""
1185 "Media change: please insert the disc labeled\n"
1186 " '%s'\n"
1187 "in the drive '%s' and press enter\n"
1188 msgstr ""
1189
1190 #: cmdline/apt-sortpkgs.cc:86
1191 msgid "Unknown package record!"
1192 msgstr ""
1193
1194 #: cmdline/apt-sortpkgs.cc:150
1195 msgid ""
1196 "Usage: apt-sortpkgs [options] file1 [file2 ...]\n"
1197 "\n"
1198 "apt-sortpkgs is a simple tool to sort package files. The -s option is used\n"
1199 "to indicate what kind of file it is.\n"
1200 "\n"
1201 "Options:\n"
1202 " -h This help text\n"
1203 " -s Use source file sorting\n"
1204 " -c=? Read this configuration file\n"
1205 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
1206 msgstr ""
1207
1208 #: dselect/install:32
1209 msgid "Bad default setting!"
1210 msgstr ""
1211
1212 #: dselect/install:51 dselect/install:83 dselect/install:87 dselect/install:94
1213 #: dselect/install:105 dselect/update:45
1214 msgid "Press enter to continue."
1215 msgstr ""
1216
1217 #: dselect/install:91
1218 msgid "Do you want to erase any previously downloaded .deb files?"
1219 msgstr ""
1220
1221 #: dselect/install:101
1222 msgid "Some errors occurred while unpacking. I'm going to configure the"
1223 msgstr ""
1224
1225 #: dselect/install:102
1226 msgid "packages that were installed. This may result in duplicate errors"
1227 msgstr ""
1228
1229 #: dselect/install:103
1230 msgid "or errors caused by missing dependencies. This is OK, only the errors"
1231 msgstr ""
1232
1233 #: dselect/install:104
1234 msgid ""
1235 "above this message are important. Please fix them and run [I]nstall again"
1236 msgstr ""
1237
1238 #: dselect/update:30
1239 msgid "Merging available information"
1240 msgstr ""
1241
1242 #: apt-inst/contrib/extracttar.cc:114
1243 msgid "Failed to create pipes"
1244 msgstr ""
1245
1246 #: apt-inst/contrib/extracttar.cc:141
1247 msgid "Failed to exec gzip "
1248 msgstr ""
1249
1250 #: apt-inst/contrib/extracttar.cc:178 apt-inst/contrib/extracttar.cc:204
1251 msgid "Corrupted archive"
1252 msgstr ""
1253
1254 #: apt-inst/contrib/extracttar.cc:193
1255 msgid "Tar checksum failed, archive corrupted"
1256 msgstr ""
1257
1258 #: apt-inst/contrib/extracttar.cc:296
1259 #, c-format
1260 msgid "Unknown TAR header type %u, member %s"
1261 msgstr ""
1262
1263 #: apt-inst/contrib/arfile.cc:70
1264 msgid "Invalid archive signature"
1265 msgstr ""
1266
1267 #: apt-inst/contrib/arfile.cc:78
1268 msgid "Error reading archive member header"
1269 msgstr ""
1270
1271 #: apt-inst/contrib/arfile.cc:90 apt-inst/contrib/arfile.cc:102
1272 msgid "Invalid archive member header"
1273 msgstr ""
1274
1275 #: apt-inst/contrib/arfile.cc:128
1276 msgid "Archive is too short"
1277 msgstr ""
1278
1279 #: apt-inst/contrib/arfile.cc:132
1280 msgid "Failed to read the archive headers"
1281 msgstr ""
1282
1283 #: apt-inst/filelist.cc:380
1284 msgid "DropNode called on still linked node"
1285 msgstr ""
1286
1287 #: apt-inst/filelist.cc:412
1288 msgid "Failed to locate the hash element!"
1289 msgstr ""
1290
1291 #: apt-inst/filelist.cc:459
1292 msgid "Failed to allocate diversion"
1293 msgstr ""
1294
1295 #: apt-inst/filelist.cc:464
1296 msgid "Internal error in AddDiversion"
1297 msgstr ""
1298
1299 #: apt-inst/filelist.cc:477
1300 #, c-format
1301 msgid "Trying to overwrite a diversion, %s -> %s and %s/%s"
1302 msgstr ""
1303
1304 #: apt-inst/filelist.cc:506
1305 #, c-format
1306 msgid "Double add of diversion %s -> %s"
1307 msgstr ""
1308
1309 #: apt-inst/filelist.cc:549
1310 #, c-format
1311 msgid "Duplicate conf file %s/%s"
1312 msgstr ""
1313
1314 #: apt-inst/dirstream.cc:41 apt-inst/dirstream.cc:46 apt-inst/dirstream.cc:49
1315 #, c-format
1316 msgid "Failed to write file %s"
1317 msgstr ""
1318
1319 #: apt-inst/dirstream.cc:92 apt-inst/dirstream.cc:100
1320 #, c-format
1321 msgid "Failed to close file %s"
1322 msgstr ""
1323
1324 #: apt-inst/extract.cc:93 apt-inst/extract.cc:164
1325 #, c-format
1326 msgid "The path %s is too long"
1327 msgstr ""
1328
1329 #: apt-inst/extract.cc:124
1330 #, c-format
1331 msgid "Unpacking %s more than once"
1332 msgstr ""
1333
1334 #: apt-inst/extract.cc:134
1335 #, c-format
1336 msgid "The directory %s is diverted"
1337 msgstr ""
1338
1339 #: apt-inst/extract.cc:144
1340 #, c-format
1341 msgid "The package is trying to write to the diversion target %s/%s"
1342 msgstr ""
1343
1344 #: apt-inst/extract.cc:154 apt-inst/extract.cc:297
1345 msgid "The diversion path is too long"
1346 msgstr ""
1347
1348 #: apt-inst/extract.cc:240
1349 #, c-format
1350 msgid "The directory %s is being replaced by a non-directory"
1351 msgstr ""
1352
1353 #: apt-inst/extract.cc:280
1354 msgid "Failed to locate node in its hash bucket"
1355 msgstr ""
1356
1357 #: apt-inst/extract.cc:284
1358 msgid "The path is too long"
1359 msgstr ""
1360
1361 #: apt-inst/extract.cc:414
1362 #, c-format
1363 msgid "Overwrite package match with no version for %s"
1364 msgstr ""
1365
1366 #: apt-inst/extract.cc:431
1367 #, c-format
1368 msgid "File %s/%s overwrites the one in the package %s"
1369 msgstr ""
1370
1371 #. Only warn if there are no sources.list.d.
1372 #. Only warn if there is no sources.list file.
1373 #: apt-inst/extract.cc:464 apt-pkg/contrib/configuration.cc:821
1374 #: apt-pkg/contrib/cdromutl.cc:150 apt-pkg/sourcelist.cc:320
1375 #: apt-pkg/acquire.cc:418 apt-pkg/clean.cc:34
1376 #: apt-pkg/contrib/configuration.cc:822 apt-pkg/contrib/cdromutl.cc:157
1377 #: apt-pkg/sourcelist.cc:166 apt-pkg/sourcelist.cc:172
1378 #: apt-pkg/sourcelist.cc:327 apt-pkg/acquire.cc:419 apt-pkg/init.cc:89
1379 #: apt-pkg/init.cc:97 apt-pkg/clean.cc:33 apt-pkg/policy.cc:281
1380 #: apt-pkg/policy.cc:287 apt-pkg/contrib/configuration.cc:843
1381 #: apt-pkg/init.cc:90 apt-pkg/init.cc:98
1382 #, c-format
1383 msgid "Unable to read %s"
1384 msgstr ""
1385
1386 #: apt-inst/extract.cc:491
1387 #, c-format
1388 msgid "Unable to stat %s"
1389 msgstr ""
1390
1391 #: apt-inst/deb/dpkgdb.cc:51 apt-inst/deb/dpkgdb.cc:57
1392 #, c-format
1393 msgid "Failed to remove %s"
1394 msgstr ""
1395
1396 #: apt-inst/deb/dpkgdb.cc:106 apt-inst/deb/dpkgdb.cc:108
1397 #, c-format
1398 msgid "Unable to create %s"
1399 msgstr ""
1400
1401 #: apt-inst/deb/dpkgdb.cc:114
1402 #, c-format
1403 msgid "Failed to stat %sinfo"
1404 msgstr ""
1405
1406 #: apt-inst/deb/dpkgdb.cc:119
1407 msgid "The info and temp directories need to be on the same filesystem"
1408 msgstr ""
1409
1410 #. Build the status cache
1411 #: apt-inst/deb/dpkgdb.cc:135 apt-pkg/pkgcachegen.cc:748
1412 #: apt-pkg/pkgcachegen.cc:817 apt-pkg/pkgcachegen.cc:822
1413 #: apt-pkg/pkgcachegen.cc:945 apt-pkg/pkgcachegen.cc:763
1414 #: apt-pkg/pkgcachegen.cc:832 apt-pkg/pkgcachegen.cc:837
1415 #: apt-pkg/pkgcachegen.cc:961
1416 msgid "Reading package lists"
1417 msgstr ""
1418
1419 #: apt-inst/deb/dpkgdb.cc:176
1420 #, c-format
1421 msgid "Failed to change to the admin dir %sinfo"
1422 msgstr ""
1423
1424 #: apt-inst/deb/dpkgdb.cc:197 apt-inst/deb/dpkgdb.cc:351
1425 #: apt-inst/deb/dpkgdb.cc:444
1426 msgid "Internal error getting a package name"
1427 msgstr ""
1428
1429 #: apt-inst/deb/dpkgdb.cc:201 apt-inst/deb/dpkgdb.cc:382
1430 msgid "Reading file listing"
1431 msgstr ""
1432
1433 #: apt-inst/deb/dpkgdb.cc:212
1434 #, c-format
1435 msgid ""
1436 "Failed to open the list file '%sinfo/%s'. If you cannot restore this file "
1437 "then make it empty and immediately re-install the same version of the "
1438 "package!"
1439 msgstr ""
1440
1441 #: apt-inst/deb/dpkgdb.cc:225 apt-inst/deb/dpkgdb.cc:238
1442 #, c-format
1443 msgid "Failed reading the list file %sinfo/%s"
1444 msgstr ""
1445
1446 #: apt-inst/deb/dpkgdb.cc:262
1447 msgid "Internal error getting a node"
1448 msgstr ""
1449
1450 #: apt-inst/deb/dpkgdb.cc:305
1451 #, c-format
1452 msgid "Failed to open the diversions file %sdiversions"
1453 msgstr ""
1454
1455 #: apt-inst/deb/dpkgdb.cc:320
1456 msgid "The diversion file is corrupted"
1457 msgstr ""
1458
1459 #: apt-inst/deb/dpkgdb.cc:327 apt-inst/deb/dpkgdb.cc:332
1460 #: apt-inst/deb/dpkgdb.cc:337
1461 #, c-format
1462 msgid "Invalid line in the diversion file: %s"
1463 msgstr ""
1464
1465 #: apt-inst/deb/dpkgdb.cc:358
1466 msgid "Internal error adding a diversion"
1467 msgstr ""
1468
1469 #: apt-inst/deb/dpkgdb.cc:379
1470 msgid "The pkg cache must be initialized first"
1471 msgstr ""
1472
1473 #: apt-inst/deb/dpkgdb.cc:439
1474 #, c-format
1475 msgid "Failed to find a Package: header, offset %lu"
1476 msgstr ""
1477
1478 #: apt-inst/deb/dpkgdb.cc:461
1479 #, c-format
1480 msgid "Bad ConfFile section in the status file. Offset %lu"
1481 msgstr ""
1482
1483 #: apt-inst/deb/dpkgdb.cc:466
1484 #, c-format
1485 msgid "Error parsing MD5. Offset %lu"
1486 msgstr ""
1487
1488 #: apt-inst/deb/debfile.cc:38 apt-inst/deb/debfile.cc:43
1489 #, c-format
1490 msgid "This is not a valid DEB archive, missing '%s' member"
1491 msgstr ""
1492
1493 #: apt-inst/deb/debfile.cc:50
1494 #, c-format
1495 msgid "This is not a valid DEB archive, it has no '%s', '%s' or '%s' member"
1496 msgstr ""
1497
1498 #: apt-inst/deb/debfile.cc:110
1499 #, c-format
1500 msgid "Couldn't change to %s"
1501 msgstr ""
1502
1503 #: apt-inst/deb/debfile.cc:140
1504 msgid "Internal error, could not locate member"
1505 msgstr ""
1506
1507 #: apt-inst/deb/debfile.cc:173
1508 msgid "Failed to locate a valid control file"
1509 msgstr ""
1510
1511 #: apt-inst/deb/debfile.cc:258
1512 msgid "Unparsable control file"
1513 msgstr ""
1514
1515 #: apt-inst/contrib/arfile.cc:90
1516 #, c-format
1517 msgid "Invalid archive member header %s"
1518 msgstr ""
1519
1520 #: methods/cdrom.cc:114 methods/cdrom.cc:200
1521 #, c-format
1522 msgid "Unable to read the cdrom database %s"
1523 msgstr ""
1524
1525 #: methods/cdrom.cc:123 methods/cdrom.cc:209
1526 msgid ""
1527 "Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update "
1528 "cannot be used to add new CD-ROMs"
1529 msgstr ""
1530
1531 #: methods/cdrom.cc:131 methods/cdrom.cc:219
1532 msgid "Wrong CD-ROM"
1533 msgstr ""
1534
1535 #: methods/cdrom.cc:166 methods/cdrom.cc:245
1536 #, c-format
1537 msgid "Unable to unmount the CD-ROM in %s, it may still be in use."
1538 msgstr ""
1539
1540 #: methods/cdrom.cc:171 methods/cdrom.cc:250
1541 msgid "Disk not found."
1542 msgstr ""
1543
1544 #: methods/cdrom.cc:179 methods/file.cc:79 methods/rsh.cc:264
1545 #: methods/cdrom.cc:258
1546 msgid "File not found"
1547 msgstr ""
1548
1549 #: methods/copy.cc:43 methods/gzip.cc:141 methods/gzip.cc:150
1550 #: methods/rred.cc:234 methods/rred.cc:243
1551 msgid "Failed to stat"
1552 msgstr ""
1553
1554 #: methods/copy.cc:80 methods/gzip.cc:147 methods/rred.cc:240
1555 msgid "Failed to set modification time"
1556 msgstr ""
1557
1558 #: methods/file.cc:44
1559 msgid "Invalid URI, local URIS must not start with //"
1560 msgstr ""
1561
1562 #. Login must be before getpeername otherwise dante won't work.
1563 #: methods/ftp.cc:162 methods/ftp.cc:167 methods/ftp.cc:168
1564 msgid "Logging in"
1565 msgstr ""
1566
1567 #: methods/ftp.cc:168 methods/ftp.cc:173 methods/ftp.cc:174
1568 msgid "Unable to determine the peer name"
1569 msgstr ""
1570
1571 #: methods/ftp.cc:173 methods/ftp.cc:178 methods/ftp.cc:179
1572 msgid "Unable to determine the local name"
1573 msgstr ""
1574
1575 #: methods/ftp.cc:204 methods/ftp.cc:232 methods/ftp.cc:209 methods/ftp.cc:237
1576 #: methods/ftp.cc:210 methods/ftp.cc:238
1577 #, c-format
1578 msgid "The server refused the connection and said: %s"
1579 msgstr ""
1580
1581 #: methods/ftp.cc:210 methods/ftp.cc:215 methods/ftp.cc:216
1582 #, c-format
1583 msgid "USER failed, server said: %s"
1584 msgstr ""
1585
1586 #: methods/ftp.cc:217 methods/ftp.cc:222 methods/ftp.cc:223
1587 #, c-format
1588 msgid "PASS failed, server said: %s"
1589 msgstr ""
1590
1591 #: methods/ftp.cc:237 methods/ftp.cc:242 methods/ftp.cc:243
1592 msgid ""
1593 "A proxy server was specified but no login script, Acquire::ftp::ProxyLogin "
1594 "is empty."
1595 msgstr ""
1596
1597 #: methods/ftp.cc:265 methods/ftp.cc:270 methods/ftp.cc:271
1598 #, c-format
1599 msgid "Login script command '%s' failed, server said: %s"
1600 msgstr ""
1601
1602 #: methods/ftp.cc:291 methods/ftp.cc:296 methods/ftp.cc:297
1603 #, c-format
1604 msgid "TYPE failed, server said: %s"
1605 msgstr ""
1606
1607 #: methods/ftp.cc:329 methods/ftp.cc:440 methods/rsh.cc:183 methods/rsh.cc:226
1608 #: methods/ftp.cc:334 methods/ftp.cc:445 methods/ftp.cc:335 methods/ftp.cc:446
1609 msgid "Connection timeout"
1610 msgstr ""
1611
1612 #: methods/ftp.cc:335 methods/ftp.cc:340 methods/ftp.cc:341
1613 msgid "Server closed the connection"
1614 msgstr ""
1615
1616 #: methods/ftp.cc:338 apt-pkg/contrib/fileutl.cc:538 methods/rsh.cc:190
1617 #: methods/ftp.cc:343 apt-pkg/contrib/fileutl.cc:541 methods/ftp.cc:344
1618 #: apt-pkg/contrib/fileutl.cc:543
1619 msgid "Read error"
1620 msgstr ""
1621
1622 #: methods/ftp.cc:345 methods/rsh.cc:197 methods/ftp.cc:350 methods/ftp.cc:351
1623 msgid "A response overflowed the buffer."
1624 msgstr ""
1625
1626 #: methods/ftp.cc:362 methods/ftp.cc:374 methods/ftp.cc:367 methods/ftp.cc:379
1627 #: methods/ftp.cc:368 methods/ftp.cc:380
1628 msgid "Protocol corruption"
1629 msgstr ""
1630
1631 #: methods/ftp.cc:446 apt-pkg/contrib/fileutl.cc:577 methods/rsh.cc:232
1632 #: methods/ftp.cc:451 apt-pkg/contrib/fileutl.cc:580 methods/ftp.cc:452
1633 #: apt-pkg/contrib/fileutl.cc:582
1634 msgid "Write error"
1635 msgstr ""
1636
1637 #: methods/ftp.cc:687 methods/ftp.cc:693 methods/ftp.cc:729 methods/ftp.cc:692
1638 #: methods/ftp.cc:698 methods/ftp.cc:734 methods/ftp.cc:699 methods/ftp.cc:735
1639 msgid "Could not create a socket"
1640 msgstr ""
1641
1642 #: methods/ftp.cc:698 methods/ftp.cc:703 methods/ftp.cc:704
1643 msgid "Could not connect data socket, connection timed out"
1644 msgstr ""
1645
1646 #: methods/ftp.cc:704 methods/ftp.cc:709 methods/ftp.cc:710
1647 msgid "Could not connect passive socket."
1648 msgstr ""
1649
1650 #: methods/ftp.cc:722 methods/ftp.cc:727 methods/ftp.cc:728
1651 msgid "getaddrinfo was unable to get a listening socket"
1652 msgstr ""
1653
1654 #: methods/ftp.cc:736 methods/ftp.cc:741 methods/ftp.cc:742
1655 msgid "Could not bind a socket"
1656 msgstr ""
1657
1658 #: methods/ftp.cc:740 methods/ftp.cc:745 methods/ftp.cc:746
1659 msgid "Could not listen on the socket"
1660 msgstr ""
1661
1662 #: methods/ftp.cc:747 methods/ftp.cc:752 methods/ftp.cc:753
1663 msgid "Could not determine the socket's name"
1664 msgstr ""
1665
1666 #: methods/ftp.cc:779 methods/ftp.cc:784 methods/ftp.cc:785
1667 msgid "Unable to send PORT command"
1668 msgstr ""
1669
1670 #: methods/ftp.cc:789 methods/ftp.cc:794 methods/ftp.cc:795
1671 #, c-format
1672 msgid "Unknown address family %u (AF_*)"
1673 msgstr ""
1674
1675 #: methods/ftp.cc:798 methods/ftp.cc:803 methods/ftp.cc:804
1676 #, c-format
1677 msgid "EPRT failed, server said: %s"
1678 msgstr ""
1679
1680 #: methods/ftp.cc:818 methods/ftp.cc:823 methods/ftp.cc:824
1681 msgid "Data socket connect timed out"
1682 msgstr ""
1683
1684 #: methods/ftp.cc:825 methods/ftp.cc:830 methods/ftp.cc:831
1685 msgid "Unable to accept connection"
1686 msgstr ""
1687
1688 #: methods/ftp.cc:864 methods/http.cc:960 methods/rsh.cc:303
1689 #: methods/ftp.cc:869 methods/http.cc:996 methods/ftp.cc:870
1690 #: methods/http.cc:999
1691 msgid "Problem hashing file"
1692 msgstr ""
1693
1694 #: methods/ftp.cc:877 methods/ftp.cc:882 methods/ftp.cc:883
1695 #, c-format
1696 msgid "Unable to fetch file, server said '%s'"
1697 msgstr ""
1698
1699 #: methods/ftp.cc:892 methods/rsh.cc:322 methods/ftp.cc:897 methods/ftp.cc:898
1700 msgid "Data socket timed out"
1701 msgstr ""
1702
1703 #: methods/ftp.cc:922 methods/ftp.cc:927 methods/ftp.cc:928
1704 #, c-format
1705 msgid "Data transfer failed, server said '%s'"
1706 msgstr ""
1707
1708 #. Get the files information
1709 #: methods/ftp.cc:997 methods/ftp.cc:1002 methods/ftp.cc:1005
1710 msgid "Query"
1711 msgstr ""
1712
1713 #: methods/ftp.cc:1109 methods/ftp.cc:1114 methods/ftp.cc:1117
1714 msgid "Unable to invoke "
1715 msgstr ""
1716
1717 #: methods/connect.cc:70
1718 #, c-format
1719 msgid "Connecting to %s (%s)"
1720 msgstr ""
1721
1722 #: methods/connect.cc:81
1723 #, c-format
1724 msgid "[IP: %s %s]"
1725 msgstr ""
1726
1727 #: methods/connect.cc:90
1728 #, c-format
1729 msgid "Could not create a socket for %s (f=%u t=%u p=%u)"
1730 msgstr ""
1731
1732 #: methods/connect.cc:96
1733 #, c-format
1734 msgid "Cannot initiate the connection to %s:%s (%s)."
1735 msgstr ""
1736
1737 #: methods/connect.cc:104
1738 #, c-format
1739 msgid "Could not connect to %s:%s (%s), connection timed out"
1740 msgstr ""
1741
1742 #: methods/connect.cc:119
1743 #, c-format
1744 msgid "Could not connect to %s:%s (%s)."
1745 msgstr ""
1746
1747 #. We say this mainly because the pause here is for the
1748 #. ssh connection that is still going
1749 #: methods/connect.cc:147 methods/rsh.cc:425
1750 #, c-format
1751 msgid "Connecting to %s"
1752 msgstr ""
1753
1754 #: methods/connect.cc:165 methods/connect.cc:184
1755 #, c-format
1756 msgid "Could not resolve '%s'"
1757 msgstr ""
1758
1759 #: methods/connect.cc:190
1760 #, c-format
1761 msgid "Temporary failure resolving '%s'"
1762 msgstr ""
1763
1764 #: methods/connect.cc:193
1765 #, c-format
1766 msgid "Something wicked happened resolving '%s:%s' (%i)"
1767 msgstr ""
1768
1769 #: methods/connect.cc:240
1770 #, c-format
1771 msgid "Unable to connect to %s %s:"
1772 msgstr ""
1773
1774 #: methods/gpgv.cc:65 methods/gpgv.cc:71
1775 #, c-format
1776 msgid "Couldn't access keyring: '%s'"
1777 msgstr ""
1778
1779 #: methods/gpgv.cc:101 methods/gpgv.cc:107
1780 msgid "E: Argument list from Acquire::gpgv::Options too long. Exiting."
1781 msgstr ""
1782
1783 #: methods/gpgv.cc:205 methods/gpgv.cc:223
1784 msgid ""
1785 "Internal error: Good signature, but could not determine key fingerprint?!"
1786 msgstr ""
1787
1788 #: methods/gpgv.cc:210 methods/gpgv.cc:228
1789 msgid "At least one invalid signature was encountered."
1790 msgstr ""
1791
1792 #: methods/gpgv.cc:214 methods/gpgv.cc:232
1793 #, c-format
1794 msgid "Could not execute '%s' to verify signature (is gpgv installed?)"
1795 msgstr ""
1796
1797 #: methods/gpgv.cc:219 methods/gpgv.cc:237
1798 msgid "Unknown error executing gpgv"
1799 msgstr ""
1800
1801 #: methods/gpgv.cc:250 methods/gpgv.cc:271 methods/gpgv.cc:278
1802 msgid "The following signatures were invalid:\n"
1803 msgstr ""
1804
1805 #: methods/gpgv.cc:257 methods/gpgv.cc:285
1806 msgid ""
1807 "The following signatures couldn't be verified because the public key is not "
1808 "available:\n"
1809 msgstr ""
1810
1811 #: methods/gzip.cc:64
1812 #, c-format
1813 msgid "Couldn't open pipe for %s"
1814 msgstr ""
1815
1816 #: methods/gzip.cc:109
1817 #, c-format
1818 msgid "Read error from %s process"
1819 msgstr ""
1820
1821 #: methods/http.cc:377 methods/http.cc:384 methods/http.cc:385
1822 msgid "Waiting for headers"
1823 msgstr ""
1824
1825 #: methods/http.cc:523 methods/http.cc:530 methods/http.cc:531
1826 #, c-format
1827 msgid "Got a single header line over %u chars"
1828 msgstr ""
1829
1830 #: methods/http.cc:531 methods/http.cc:538 methods/http.cc:539
1831 msgid "Bad header line"
1832 msgstr ""
1833
1834 #: methods/http.cc:550 methods/http.cc:557 methods/http.cc:564
1835 #: methods/http.cc:558 methods/http.cc:565
1836 msgid "The HTTP server sent an invalid reply header"
1837 msgstr ""
1838
1839 #: methods/http.cc:586 methods/http.cc:593 methods/http.cc:594
1840 msgid "The HTTP server sent an invalid Content-Length header"
1841 msgstr ""
1842
1843 #: methods/http.cc:601 methods/http.cc:608 methods/http.cc:609
1844 msgid "The HTTP server sent an invalid Content-Range header"
1845 msgstr ""
1846
1847 #: methods/http.cc:603 methods/http.cc:610 methods/http.cc:611
1848 msgid "This HTTP server has broken range support"
1849 msgstr ""
1850
1851 #: methods/http.cc:627 methods/http.cc:634 methods/http.cc:635
1852 msgid "Unknown date format"
1853 msgstr ""
1854
1855 #: methods/http.cc:774 methods/http.cc:787 methods/http.cc:790
1856 msgid "Select failed"
1857 msgstr ""
1858
1859 #: methods/http.cc:779 methods/http.cc:792 methods/http.cc:795
1860 msgid "Connection timed out"
1861 msgstr ""
1862
1863 #: methods/http.cc:802 methods/http.cc:815 methods/http.cc:818
1864 msgid "Error writing to output file"
1865 msgstr ""
1866
1867 #: methods/http.cc:833 methods/http.cc:846 methods/http.cc:849
1868 msgid "Error writing to file"
1869 msgstr ""
1870
1871 #: methods/http.cc:861 methods/http.cc:874 methods/http.cc:877
1872 msgid "Error writing to the file"
1873 msgstr ""
1874
1875 #: methods/http.cc:875 methods/http.cc:888 methods/http.cc:891
1876 msgid "Error reading from server. Remote end closed connection"
1877 msgstr ""
1878
1879 #: methods/http.cc:877 methods/http.cc:890 methods/http.cc:893
1880 msgid "Error reading from server"
1881 msgstr ""
1882
1883 #: methods/http.cc:945 apt-pkg/contrib/mmap.cc:196 methods/http.cc:981
1884 #: apt-pkg/contrib/mmap.cc:215 methods/http.cc:984
1885 msgid "Failed to truncate file"
1886 msgstr ""
1887
1888 #: methods/http.cc:1105 methods/http.cc:1146 methods/http.cc:1149
1889 msgid "Bad header data"
1890 msgstr ""
1891
1892 #: methods/http.cc:1122 methods/http.cc:1177 methods/http.cc:1163
1893 #: methods/http.cc:1218 methods/http.cc:1166 methods/http.cc:1221
1894 msgid "Connection failed"
1895 msgstr ""
1896
1897 #: methods/http.cc:1229 methods/http.cc:1310 methods/http.cc:1313
1898 msgid "Internal error"
1899 msgstr ""
1900
1901 #: apt-pkg/contrib/mmap.cc:80 apt-pkg/contrib/mmap.cc:76
1902 msgid "Can't mmap an empty file"
1903 msgstr ""
1904
1905 #: apt-pkg/contrib/mmap.cc:85 apt-pkg/contrib/mmap.cc:81
1906 #: apt-pkg/contrib/mmap.cc:187
1907 #, c-format
1908 msgid "Couldn't make mmap of %lu bytes"
1909 msgstr ""
1910
1911 #: apt-pkg/contrib/mmap.cc:213
1912 msgid "Dynamic MMap ran out of room"
1913 msgstr ""
1914
1915 #: apt-pkg/contrib/strutl.cc:1014 apt-pkg/contrib/strutl.cc:1029
1916 #: apt-pkg/contrib/strutl.cc:1040
1917 #, c-format
1918 msgid "Selection %s not found"
1919 msgstr ""
1920
1921 #: apt-pkg/contrib/configuration.cc:439 apt-pkg/contrib/configuration.cc:458
1922 #, c-format
1923 msgid "Unrecognized type abbreviation: '%c'"
1924 msgstr ""
1925
1926 #: apt-pkg/contrib/configuration.cc:497 apt-pkg/contrib/configuration.cc:516
1927 #, c-format
1928 msgid "Opening configuration file %s"
1929 msgstr ""
1930
1931 #: apt-pkg/contrib/configuration.cc:662 apt-pkg/contrib/configuration.cc:663
1932 #: apt-pkg/contrib/configuration.cc:684
1933 #, c-format
1934 msgid "Syntax error %s:%u: Block starts with no name."
1935 msgstr ""
1936
1937 #: apt-pkg/contrib/configuration.cc:681 apt-pkg/contrib/configuration.cc:682
1938 #: apt-pkg/contrib/configuration.cc:703
1939 #, c-format
1940 msgid "Syntax error %s:%u: Malformed tag"
1941 msgstr ""
1942
1943 #: apt-pkg/contrib/configuration.cc:698 apt-pkg/contrib/configuration.cc:699
1944 #: apt-pkg/contrib/configuration.cc:720
1945 #, c-format
1946 msgid "Syntax error %s:%u: Extra junk after value"
1947 msgstr ""
1948
1949 #: apt-pkg/contrib/configuration.cc:738 apt-pkg/contrib/configuration.cc:739
1950 #: apt-pkg/contrib/configuration.cc:760
1951 #, c-format
1952 msgid "Syntax error %s:%u: Directives can only be done at the top level"
1953 msgstr ""
1954
1955 #: apt-pkg/contrib/configuration.cc:745 apt-pkg/contrib/configuration.cc:746
1956 #: apt-pkg/contrib/configuration.cc:767
1957 #, c-format
1958 msgid "Syntax error %s:%u: Too many nested includes"
1959 msgstr ""
1960
1961 #: apt-pkg/contrib/configuration.cc:749 apt-pkg/contrib/configuration.cc:754
1962 #: apt-pkg/contrib/configuration.cc:750 apt-pkg/contrib/configuration.cc:755
1963 #: apt-pkg/contrib/configuration.cc:771 apt-pkg/contrib/configuration.cc:776
1964 #, c-format
1965 msgid "Syntax error %s:%u: Included from here"
1966 msgstr ""
1967
1968 #: apt-pkg/contrib/configuration.cc:758 apt-pkg/contrib/configuration.cc:759
1969 #: apt-pkg/contrib/configuration.cc:780
1970 #, c-format
1971 msgid "Syntax error %s:%u: Unsupported directive '%s'"
1972 msgstr ""
1973
1974 #: apt-pkg/contrib/configuration.cc:809 apt-pkg/contrib/configuration.cc:810
1975 #: apt-pkg/contrib/configuration.cc:831
1976 #, c-format
1977 msgid "Syntax error %s:%u: Extra junk at end of file"
1978 msgstr ""
1979
1980 #: apt-pkg/contrib/progress.cc:153
1981 #, c-format
1982 msgid "%c%s... Error!"
1983 msgstr ""
1984
1985 #: apt-pkg/contrib/progress.cc:155
1986 #, c-format
1987 msgid "%c%s... Done"
1988 msgstr ""
1989
1990 #: apt-pkg/contrib/cmndline.cc:77
1991 #, c-format
1992 msgid "Command line option '%c' [from %s] is not known."
1993 msgstr ""
1994
1995 #: apt-pkg/contrib/cmndline.cc:103 apt-pkg/contrib/cmndline.cc:111
1996 #: apt-pkg/contrib/cmndline.cc:119
1997 #, c-format
1998 msgid "Command line option %s is not understood"
1999 msgstr ""
2000
2001 #: apt-pkg/contrib/cmndline.cc:124
2002 #, c-format
2003 msgid "Command line option %s is not boolean"
2004 msgstr ""
2005
2006 #: apt-pkg/contrib/cmndline.cc:163 apt-pkg/contrib/cmndline.cc:184
2007 #, c-format
2008 msgid "Option %s requires an argument."
2009 msgstr ""
2010
2011 #: apt-pkg/contrib/cmndline.cc:198 apt-pkg/contrib/cmndline.cc:204
2012 #, c-format
2013 msgid "Option %s: Configuration item specification must have an =<val>."
2014 msgstr ""
2015
2016 #: apt-pkg/contrib/cmndline.cc:234
2017 #, c-format
2018 msgid "Option %s requires an integer argument, not '%s'"
2019 msgstr ""
2020
2021 #: apt-pkg/contrib/cmndline.cc:265
2022 #, c-format
2023 msgid "Option '%s' is too long"
2024 msgstr ""
2025
2026 #: apt-pkg/contrib/cmndline.cc:298
2027 #, c-format
2028 msgid "Sense %s is not understood, try true or false."
2029 msgstr ""
2030
2031 #: apt-pkg/contrib/cmndline.cc:348
2032 #, c-format
2033 msgid "Invalid operation %s"
2034 msgstr ""
2035
2036 #: apt-pkg/contrib/cdromutl.cc:52
2037 #, c-format
2038 msgid "Unable to stat the mount point %s"
2039 msgstr ""
2040
2041 #: apt-pkg/contrib/cdromutl.cc:146 apt-pkg/contrib/cdromutl.cc:180
2042 #: apt-pkg/acquire.cc:424 apt-pkg/acquire.cc:449 apt-pkg/clean.cc:40
2043 #: apt-pkg/contrib/cdromutl.cc:153 apt-pkg/contrib/cdromutl.cc:187
2044 #: apt-pkg/acquire.cc:425 apt-pkg/acquire.cc:450 apt-pkg/clean.cc:39
2045 #, c-format
2046 msgid "Unable to change to %s"
2047 msgstr ""
2048
2049 #: apt-pkg/contrib/cdromutl.cc:188 apt-pkg/contrib/cdromutl.cc:195
2050 msgid "Failed to stat the cdrom"
2051 msgstr ""
2052
2053 #: apt-pkg/contrib/fileutl.cc:149
2054 #, c-format
2055 msgid "Not using locking for read only lock file %s"
2056 msgstr ""
2057
2058 #: apt-pkg/contrib/fileutl.cc:154
2059 #, c-format
2060 msgid "Could not open lock file %s"
2061 msgstr ""
2062
2063 #: apt-pkg/contrib/fileutl.cc:172
2064 #, c-format
2065 msgid "Not using locking for nfs mounted lock file %s"
2066 msgstr ""
2067
2068 #: apt-pkg/contrib/fileutl.cc:176
2069 #, c-format
2070 msgid "Could not get lock %s"
2071 msgstr ""
2072
2073 #: apt-pkg/contrib/fileutl.cc:444
2074 #, c-format
2075 msgid "Waited for %s but it wasn't there"
2076 msgstr ""
2077
2078 #: apt-pkg/contrib/fileutl.cc:454 apt-pkg/contrib/fileutl.cc:455
2079 #: apt-pkg/contrib/fileutl.cc:456
2080 #, c-format
2081 msgid "Sub-process %s received a segmentation fault."
2082 msgstr ""
2083
2084 #: apt-pkg/contrib/fileutl.cc:457 apt-pkg/contrib/fileutl.cc:460
2085 #: apt-pkg/contrib/fileutl.cc:462
2086 #, c-format
2087 msgid "Sub-process %s returned an error code (%u)"
2088 msgstr ""
2089
2090 #: apt-pkg/contrib/fileutl.cc:459 apt-pkg/contrib/fileutl.cc:462
2091 #: apt-pkg/contrib/fileutl.cc:464
2092 #, c-format
2093 msgid "Sub-process %s exited unexpectedly"
2094 msgstr ""
2095
2096 #: apt-pkg/contrib/fileutl.cc:503 apt-pkg/contrib/fileutl.cc:506
2097 #: apt-pkg/contrib/fileutl.cc:508
2098 #, c-format
2099 msgid "Could not open file %s"
2100 msgstr ""
2101
2102 #: apt-pkg/contrib/fileutl.cc:559 apt-pkg/contrib/fileutl.cc:562
2103 #: apt-pkg/contrib/fileutl.cc:564
2104 #, c-format
2105 msgid "read, still have %lu to read but none left"
2106 msgstr ""
2107
2108 #: apt-pkg/contrib/fileutl.cc:589 apt-pkg/contrib/fileutl.cc:592
2109 #: apt-pkg/contrib/fileutl.cc:594
2110 #, c-format
2111 msgid "write, still have %lu to write but couldn't"
2112 msgstr ""
2113
2114 #: apt-pkg/contrib/fileutl.cc:664 apt-pkg/contrib/fileutl.cc:667
2115 #: apt-pkg/contrib/fileutl.cc:669
2116 msgid "Problem closing the file"
2117 msgstr ""
2118
2119 #: apt-pkg/contrib/fileutl.cc:670 apt-pkg/contrib/fileutl.cc:673
2120 #: apt-pkg/contrib/fileutl.cc:675
2121 msgid "Problem unlinking the file"
2122 msgstr ""
2123
2124 #: apt-pkg/contrib/fileutl.cc:681 apt-pkg/contrib/fileutl.cc:684
2125 #: apt-pkg/contrib/fileutl.cc:686
2126 msgid "Problem syncing the file"
2127 msgstr ""
2128
2129 #: apt-pkg/pkgcache.cc:132 apt-pkg/pkgcache.cc:133
2130 msgid "Empty package cache"
2131 msgstr ""
2132
2133 #: apt-pkg/pkgcache.cc:138 apt-pkg/pkgcache.cc:139
2134 msgid "The package cache file is corrupted"
2135 msgstr ""
2136
2137 #: apt-pkg/pkgcache.cc:143 apt-pkg/pkgcache.cc:144
2138 msgid "The package cache file is an incompatible version"
2139 msgstr ""
2140
2141 #: apt-pkg/pkgcache.cc:148 apt-pkg/pkgcache.cc:149
2142 #, c-format
2143 msgid "This APT does not support the versioning system '%s'"
2144 msgstr ""
2145
2146 #: apt-pkg/pkgcache.cc:153 apt-pkg/pkgcache.cc:154
2147 msgid "The package cache was built for a different architecture"
2148 msgstr ""
2149
2150 #: apt-pkg/pkgcache.cc:224 apt-pkg/pkgcache.cc:225
2151 msgid "Depends"
2152 msgstr ""
2153
2154 #: apt-pkg/pkgcache.cc:224 apt-pkg/pkgcache.cc:225
2155 msgid "PreDepends"
2156 msgstr ""
2157
2158 #: apt-pkg/pkgcache.cc:224 apt-pkg/pkgcache.cc:225
2159 msgid "Suggests"
2160 msgstr ""
2161
2162 #: apt-pkg/pkgcache.cc:225 apt-pkg/pkgcache.cc:226
2163 msgid "Recommends"
2164 msgstr ""
2165
2166 #: apt-pkg/pkgcache.cc:225 apt-pkg/pkgcache.cc:226
2167 msgid "Conflicts"
2168 msgstr ""
2169
2170 #: apt-pkg/pkgcache.cc:225 apt-pkg/pkgcache.cc:226
2171 msgid "Replaces"
2172 msgstr ""
2173
2174 #: apt-pkg/pkgcache.cc:226 apt-pkg/pkgcache.cc:227
2175 msgid "Obsoletes"
2176 msgstr ""
2177
2178 #: apt-pkg/pkgcache.cc:226 apt-pkg/pkgcache.cc:227
2179 msgid "Breaks"
2180 msgstr ""
2181
2182 #: apt-pkg/pkgcache.cc:237 apt-pkg/pkgcache.cc:238
2183 msgid "important"
2184 msgstr ""
2185
2186 #: apt-pkg/pkgcache.cc:237 apt-pkg/pkgcache.cc:238
2187 msgid "required"
2188 msgstr ""
2189
2190 #: apt-pkg/pkgcache.cc:237 apt-pkg/pkgcache.cc:238
2191 msgid "standard"
2192 msgstr ""
2193
2194 #: apt-pkg/pkgcache.cc:238 apt-pkg/pkgcache.cc:239
2195 msgid "optional"
2196 msgstr ""
2197
2198 #: apt-pkg/pkgcache.cc:238 apt-pkg/pkgcache.cc:239
2199 msgid "extra"
2200 msgstr ""
2201
2202 #: apt-pkg/depcache.cc:121 apt-pkg/depcache.cc:150 apt-pkg/depcache.cc:123
2203 #: apt-pkg/depcache.cc:152
2204 msgid "Building dependency tree"
2205 msgstr ""
2206
2207 #: apt-pkg/depcache.cc:122 apt-pkg/depcache.cc:124
2208 msgid "Candidate versions"
2209 msgstr ""
2210
2211 #: apt-pkg/depcache.cc:151 apt-pkg/depcache.cc:153
2212 msgid "Dependency generation"
2213 msgstr ""
2214
2215 #: apt-pkg/depcache.cc:172 apt-pkg/depcache.cc:191 apt-pkg/depcache.cc:195
2216 #: apt-pkg/depcache.cc:173 apt-pkg/depcache.cc:193 apt-pkg/depcache.cc:197
2217 msgid "Reading state information"
2218 msgstr ""
2219
2220 #: apt-pkg/depcache.cc:219 apt-pkg/depcache.cc:223
2221 #, c-format
2222 msgid "Failed to open StateFile %s"
2223 msgstr ""
2224
2225 #: apt-pkg/depcache.cc:225 apt-pkg/depcache.cc:229
2226 #, c-format
2227 msgid "Failed to write temporary StateFile %s"
2228 msgstr ""
2229
2230 #: apt-pkg/tagfile.cc:102
2231 #, c-format
2232 msgid "Unable to parse package file %s (1)"
2233 msgstr ""
2234
2235 #: apt-pkg/tagfile.cc:189
2236 #, c-format
2237 msgid "Unable to parse package file %s (2)"
2238 msgstr ""
2239
2240 #: apt-pkg/sourcelist.cc:90
2241 #, c-format
2242 msgid "Malformed line %lu in source list %s (URI)"
2243 msgstr ""
2244
2245 #: apt-pkg/sourcelist.cc:92
2246 #, c-format
2247 msgid "Malformed line %lu in source list %s (dist)"
2248 msgstr ""
2249
2250 #: apt-pkg/sourcelist.cc:95
2251 #, c-format
2252 msgid "Malformed line %lu in source list %s (URI parse)"
2253 msgstr ""
2254
2255 #: apt-pkg/sourcelist.cc:101
2256 #, c-format
2257 msgid "Malformed line %lu in source list %s (absolute dist)"
2258 msgstr ""
2259
2260 #: apt-pkg/sourcelist.cc:108
2261 #, c-format
2262 msgid "Malformed line %lu in source list %s (dist parse)"
2263 msgstr ""
2264
2265 #: apt-pkg/sourcelist.cc:199 apt-pkg/sourcelist.cc:206
2266 #, c-format
2267 msgid "Opening %s"
2268 msgstr ""
2269
2270 #: apt-pkg/sourcelist.cc:216 apt-pkg/cdrom.cc:448 apt-pkg/sourcelist.cc:223
2271 #: apt-pkg/cdrom.cc:445
2272 #, c-format
2273 msgid "Line %u too long in source list %s."
2274 msgstr ""
2275
2276 #: apt-pkg/sourcelist.cc:236 apt-pkg/sourcelist.cc:243
2277 #, c-format
2278 msgid "Malformed line %u in source list %s (type)"
2279 msgstr ""
2280
2281 #: apt-pkg/sourcelist.cc:240 apt-pkg/sourcelist.cc:247
2282 #, c-format
2283 msgid "Type '%s' is not known on line %u in source list %s"
2284 msgstr ""
2285
2286 #: apt-pkg/sourcelist.cc:248 apt-pkg/sourcelist.cc:251
2287 #: apt-pkg/sourcelist.cc:255 apt-pkg/sourcelist.cc:258
2288 #, c-format
2289 msgid "Malformed line %u in source list %s (vendor id)"
2290 msgstr ""
2291
2292 #: apt-pkg/packagemanager.cc:428 apt-pkg/packagemanager.cc:436
2293 #: apt-pkg/packagemanager.cc:440
2294 #, c-format
2295 msgid ""
2296 "This installation run will require temporarily removing the essential "
2297 "package %s due to a Conflicts/Pre-Depends loop. This is often bad, but if "
2298 "you really want to do it, activate the APT::Force-LoopBreak option."
2299 msgstr ""
2300
2301 #: apt-pkg/pkgrecords.cc:32
2302 #, c-format
2303 msgid "Index file type '%s' is not supported"
2304 msgstr ""
2305
2306 #: apt-pkg/algorithms.cc:247 apt-pkg/algorithms.cc:248
2307 #, c-format
2308 msgid ""
2309 "The package %s needs to be reinstalled, but I can't find an archive for it."
2310 msgstr ""
2311
2312 #: apt-pkg/algorithms.cc:1106 apt-pkg/algorithms.cc:1138
2313 msgid ""
2314 "Error, pkgProblemResolver::Resolve generated breaks, this may be caused by "
2315 "held packages."
2316 msgstr ""
2317
2318 #: apt-pkg/algorithms.cc:1108 apt-pkg/algorithms.cc:1140
2319 msgid "Unable to correct problems, you have held broken packages."
2320 msgstr ""
2321
2322 #: apt-pkg/algorithms.cc:1370 apt-pkg/algorithms.cc:1372
2323 #: apt-pkg/algorithms.cc:1415 apt-pkg/algorithms.cc:1417
2324 msgid ""
2325 "Some index files failed to download, they have been ignored, or old ones "
2326 "used instead."
2327 msgstr ""
2328
2329 #: apt-pkg/acquire.cc:59 apt-pkg/acquire.cc:60
2330 #, c-format
2331 msgid "Lists directory %spartial is missing."
2332 msgstr ""
2333
2334 #: apt-pkg/acquire.cc:63 apt-pkg/acquire.cc:64
2335 #, c-format
2336 msgid "Archive directory %spartial is missing."
2337 msgstr ""
2338
2339 #. only show the ETA if it makes sense
2340 #. two days
2341 #: apt-pkg/acquire.cc:828 apt-pkg/acquire.cc:826
2342 #, c-format
2343 msgid "Retrieving file %li of %li (%s remaining)"
2344 msgstr ""
2345
2346 #: apt-pkg/acquire.cc:830 apt-pkg/acquire.cc:828
2347 #, c-format
2348 msgid "Retrieving file %li of %li"
2349 msgstr ""
2350
2351 #: apt-pkg/acquire-worker.cc:110
2352 #, c-format
2353 msgid "The method driver %s could not be found."
2354 msgstr ""
2355
2356 #: apt-pkg/acquire-worker.cc:159
2357 #, c-format
2358 msgid "Method %s did not start correctly"
2359 msgstr ""
2360
2361 #: apt-pkg/acquire-worker.cc:399 apt-pkg/acquire-worker.cc:413
2362 #, c-format
2363 msgid "Please insert the disc labeled: '%s' in the drive '%s' and press enter."
2364 msgstr ""
2365
2366 #: apt-pkg/init.cc:124 apt-pkg/init.cc:132 apt-pkg/init.cc:133
2367 #, c-format
2368 msgid "Packaging system '%s' is not supported"
2369 msgstr ""
2370
2371 #: apt-pkg/init.cc:140 apt-pkg/init.cc:148 apt-pkg/init.cc:149
2372 msgid "Unable to determine a suitable packaging system type"
2373 msgstr ""
2374
2375 #: apt-pkg/clean.cc:57 apt-pkg/clean.cc:56
2376 #, c-format
2377 msgid "Unable to stat %s."
2378 msgstr ""
2379
2380 #: apt-pkg/srcrecords.cc:44
2381 msgid "You must put some 'source' URIs in your sources.list"
2382 msgstr ""
2383
2384 #: apt-pkg/cachefile.cc:71
2385 msgid "The package lists or status file could not be parsed or opened."
2386 msgstr ""
2387
2388 #: apt-pkg/cachefile.cc:75
2389 msgid "You may want to run apt-get update to correct these problems"
2390 msgstr ""
2391
2392 #: apt-pkg/policy.cc:267
2393 msgid "Invalid record in the preferences file, no Package header"
2394 msgstr ""
2395
2396 #: apt-pkg/policy.cc:289 apt-pkg/policy.cc:369
2397 #, c-format
2398 msgid "Did not understand pin type %s"
2399 msgstr ""
2400
2401 #: apt-pkg/policy.cc:297 apt-pkg/policy.cc:377
2402 msgid "No priority (or zero) specified for pin"
2403 msgstr ""
2404
2405 #: apt-pkg/pkgcachegen.cc:72 apt-pkg/pkgcachegen.cc:74
2406 msgid "Cache has an incompatible versioning system"
2407 msgstr ""
2408
2409 #: apt-pkg/pkgcachegen.cc:115 apt-pkg/pkgcachegen.cc:117
2410 #, c-format
2411 msgid "Error occurred while processing %s (NewPackage)"
2412 msgstr ""
2413
2414 #: apt-pkg/pkgcachegen.cc:130 apt-pkg/pkgcachegen.cc:132
2415 #, c-format
2416 msgid "Error occurred while processing %s (UsePackage1)"
2417 msgstr ""
2418
2419 #: apt-pkg/pkgcachegen.cc:153 apt-pkg/pkgcachegen.cc:166
2420 #, c-format
2421 msgid "Error occurred while processing %s (NewFileDesc1)"
2422 msgstr ""
2423
2424 #: apt-pkg/pkgcachegen.cc:178 apt-pkg/pkgcachegen.cc:191
2425 #, c-format
2426 msgid "Error occurred while processing %s (UsePackage2)"
2427 msgstr ""
2428
2429 #: apt-pkg/pkgcachegen.cc:182 apt-pkg/pkgcachegen.cc:195
2430 #, c-format
2431 msgid "Error occurred while processing %s (NewFileVer1)"
2432 msgstr ""
2433
2434 #: apt-pkg/pkgcachegen.cc:213 apt-pkg/pkgcachegen.cc:226
2435 #, c-format
2436 msgid "Error occurred while processing %s (NewVersion1)"
2437 msgstr ""
2438
2439 #: apt-pkg/pkgcachegen.cc:217 apt-pkg/pkgcachegen.cc:230
2440 #, c-format
2441 msgid "Error occurred while processing %s (UsePackage3)"
2442 msgstr ""
2443
2444 #: apt-pkg/pkgcachegen.cc:221 apt-pkg/pkgcachegen.cc:234
2445 #, c-format
2446 msgid "Error occurred while processing %s (NewVersion2)"
2447 msgstr ""
2448
2449 #: apt-pkg/pkgcachegen.cc:245 apt-pkg/pkgcachegen.cc:258
2450 #, c-format
2451 msgid "Error occurred while processing %s (NewFileDesc2)"
2452 msgstr ""
2453
2454 #: apt-pkg/pkgcachegen.cc:251 apt-pkg/pkgcachegen.cc:264
2455 msgid "Wow, you exceeded the number of package names this APT is capable of."
2456 msgstr ""
2457
2458 #: apt-pkg/pkgcachegen.cc:254 apt-pkg/pkgcachegen.cc:267
2459 msgid "Wow, you exceeded the number of versions this APT is capable of."
2460 msgstr ""
2461
2462 #: apt-pkg/pkgcachegen.cc:257 apt-pkg/pkgcachegen.cc:270
2463 msgid "Wow, you exceeded the number of descriptions this APT is capable of."
2464 msgstr ""
2465
2466 #: apt-pkg/pkgcachegen.cc:260 apt-pkg/pkgcachegen.cc:273
2467 msgid "Wow, you exceeded the number of dependencies this APT is capable of."
2468 msgstr ""
2469
2470 #: apt-pkg/pkgcachegen.cc:288 apt-pkg/pkgcachegen.cc:301
2471 #, c-format
2472 msgid "Error occurred while processing %s (FindPkg)"
2473 msgstr ""
2474
2475 #: apt-pkg/pkgcachegen.cc:301 apt-pkg/pkgcachegen.cc:314
2476 #, c-format
2477 msgid "Error occurred while processing %s (CollectFileProvides)"
2478 msgstr ""
2479
2480 #: apt-pkg/pkgcachegen.cc:307 apt-pkg/pkgcachegen.cc:320
2481 #, c-format
2482 msgid "Package %s %s was not found while processing file dependencies"
2483 msgstr ""
2484
2485 #: apt-pkg/pkgcachegen.cc:678 apt-pkg/pkgcachegen.cc:693
2486 #, c-format
2487 msgid "Couldn't stat source package list %s"
2488 msgstr ""
2489
2490 #: apt-pkg/pkgcachegen.cc:763 apt-pkg/pkgcachegen.cc:778
2491 msgid "Collecting File Provides"
2492 msgstr ""
2493
2494 #: apt-pkg/pkgcachegen.cc:890 apt-pkg/pkgcachegen.cc:897
2495 #: apt-pkg/pkgcachegen.cc:907 apt-pkg/pkgcachegen.cc:914
2496 msgid "IO Error saving source cache"
2497 msgstr ""
2498
2499 #: apt-pkg/acquire-item.cc:127 apt-pkg/acquire-item.cc:128
2500 #, c-format
2501 msgid "rename failed, %s (%s -> %s)."
2502 msgstr ""
2503
2504 #: apt-pkg/acquire-item.cc:401 apt-pkg/acquire-item.cc:394
2505 #: apt-pkg/acquire-item.cc:395
2506 msgid "MD5Sum mismatch"
2507 msgstr ""
2508
2509 #: apt-pkg/acquire-item.cc:647 apt-pkg/acquire-item.cc:1408
2510 #: apt-pkg/acquire-item.cc:644 apt-pkg/acquire-item.cc:1406
2511 #: apt-pkg/acquire-item.cc:649 apt-pkg/acquire-item.cc:1411
2512 msgid "Hash Sum mismatch"
2513 msgstr ""
2514
2515 #: apt-pkg/acquire-item.cc:1100 apt-pkg/acquire-item.cc:1101
2516 #: apt-pkg/acquire-item.cc:1106
2517 msgid "There is no public key available for the following key IDs:\n"
2518 msgstr ""
2519
2520 #: apt-pkg/acquire-item.cc:1213 apt-pkg/acquire-item.cc:1211
2521 #: apt-pkg/acquire-item.cc:1216
2522 #, c-format
2523 msgid ""
2524 "I wasn't able to locate a file for the %s package. This might mean you need "
2525 "to manually fix this package. (due to missing arch)"
2526 msgstr ""
2527
2528 #: apt-pkg/acquire-item.cc:1272 apt-pkg/acquire-item.cc:1270
2529 #: apt-pkg/acquire-item.cc:1275
2530 #, c-format
2531 msgid ""
2532 "I wasn't able to locate file for the %s package. This might mean you need to "
2533 "manually fix this package."
2534 msgstr ""
2535
2536 #: apt-pkg/acquire-item.cc:1313 apt-pkg/acquire-item.cc:1311
2537 #: apt-pkg/acquire-item.cc:1316
2538 #, c-format
2539 msgid ""
2540 "The package index files are corrupted. No Filename: field for package %s."
2541 msgstr ""
2542
2543 #: apt-pkg/acquire-item.cc:1400 apt-pkg/acquire-item.cc:1398
2544 #: apt-pkg/acquire-item.cc:1403
2545 msgid "Size mismatch"
2546 msgstr ""
2547
2548 #: apt-pkg/vendorlist.cc:66
2549 #, c-format
2550 msgid "Vendor block %s contains no fingerprint"
2551 msgstr ""
2552
2553 #: apt-pkg/cdrom.cc:529 apt-pkg/cdrom.cc:525
2554 #, c-format
2555 msgid ""
2556 "Using CD-ROM mount point %s\n"
2557 "Mounting CD-ROM\n"
2558 msgstr ""
2559
2560 #: apt-pkg/cdrom.cc:538 apt-pkg/cdrom.cc:627 apt-pkg/cdrom.cc:534
2561 #: apt-pkg/cdrom.cc:622
2562 msgid "Identifying.. "
2563 msgstr ""
2564
2565 #: apt-pkg/cdrom.cc:563 apt-pkg/cdrom.cc:559
2566 #, c-format
2567 msgid "Stored label: %s\n"
2568 msgstr ""
2569
2570 #: apt-pkg/cdrom.cc:570 apt-pkg/cdrom.cc:841 apt-pkg/cdrom.cc:566
2571 #: apt-pkg/cdrom.cc:836
2572 msgid "Unmounting CD-ROM...\n"
2573 msgstr ""
2574
2575 #: apt-pkg/cdrom.cc:590 apt-pkg/cdrom.cc:585
2576 #, c-format
2577 msgid "Using CD-ROM mount point %s\n"
2578 msgstr ""
2579
2580 #: apt-pkg/cdrom.cc:608 apt-pkg/cdrom.cc:603
2581 msgid "Unmounting CD-ROM\n"
2582 msgstr ""
2583
2584 #: apt-pkg/cdrom.cc:612 apt-pkg/cdrom.cc:607
2585 msgid "Waiting for disc...\n"
2586 msgstr ""
2587
2588 #. Mount the new CDROM
2589 #: apt-pkg/cdrom.cc:620 apt-pkg/cdrom.cc:615
2590 msgid "Mounting CD-ROM...\n"
2591 msgstr ""
2592
2593 #: apt-pkg/cdrom.cc:638 apt-pkg/cdrom.cc:633
2594 msgid "Scanning disc for index files..\n"
2595 msgstr ""
2596
2597 #: apt-pkg/cdrom.cc:678 apt-pkg/cdrom.cc:673
2598 #, c-format
2599 msgid ""
2600 "Found %zu package indexes, %zu source indexes, %zu translation indexes and %"
2601 "zu signatures\n"
2602 msgstr ""
2603
2604 #: apt-pkg/cdrom.cc:715 apt-pkg/cdrom.cc:710
2605 #, c-format
2606 msgid "Found label '%s'\n"
2607 msgstr ""
2608
2609 #: apt-pkg/cdrom.cc:744 apt-pkg/cdrom.cc:739
2610 msgid "That is not a valid name, try again.\n"
2611 msgstr ""
2612
2613 #: apt-pkg/cdrom.cc:760 apt-pkg/cdrom.cc:755
2614 #, c-format
2615 msgid ""
2616 "This disc is called: \n"
2617 "'%s'\n"
2618 msgstr ""
2619
2620 #: apt-pkg/cdrom.cc:764 apt-pkg/cdrom.cc:759
2621 msgid "Copying package lists..."
2622 msgstr ""
2623
2624 #: apt-pkg/cdrom.cc:790 apt-pkg/cdrom.cc:785
2625 msgid "Writing new source list\n"
2626 msgstr ""
2627
2628 #: apt-pkg/cdrom.cc:799 apt-pkg/cdrom.cc:794
2629 msgid "Source list entries for this disc are:\n"
2630 msgstr ""
2631
2632 #: apt-pkg/indexcopy.cc:263 apt-pkg/indexcopy.cc:832 apt-pkg/indexcopy.cc:835
2633 #, c-format
2634 msgid "Wrote %i records.\n"
2635 msgstr ""
2636
2637 #: apt-pkg/indexcopy.cc:265 apt-pkg/indexcopy.cc:834 apt-pkg/indexcopy.cc:837
2638 #, c-format
2639 msgid "Wrote %i records with %i missing files.\n"
2640 msgstr ""
2641
2642 #: apt-pkg/indexcopy.cc:268 apt-pkg/indexcopy.cc:837 apt-pkg/indexcopy.cc:840
2643 #, c-format
2644 msgid "Wrote %i records with %i mismatched files\n"
2645 msgstr ""
2646
2647 #: apt-pkg/indexcopy.cc:271 apt-pkg/indexcopy.cc:840 apt-pkg/indexcopy.cc:843
2648 #, c-format
2649 msgid "Wrote %i records with %i missing files and %i mismatched files\n"
2650 msgstr ""
2651
2652 #: apt-pkg/deb/dpkgpm.cc:486 apt-pkg/deb/dpkgpm.cc:546
2653 #: apt-pkg/deb/dpkgpm.cc:558
2654 #, c-format
2655 msgid "Directory '%s' missing"
2656 msgstr ""
2657
2658 #: apt-pkg/deb/dpkgpm.cc:570 apt-pkg/deb/dpkgpm.cc:635
2659 #: apt-pkg/deb/dpkgpm.cc:654
2660 #, c-format
2661 msgid "Preparing %s"
2662 msgstr ""
2663
2664 #: apt-pkg/deb/dpkgpm.cc:571 apt-pkg/deb/dpkgpm.cc:636
2665 #: apt-pkg/deb/dpkgpm.cc:655
2666 #, c-format
2667 msgid "Unpacking %s"
2668 msgstr ""
2669
2670 #: apt-pkg/deb/dpkgpm.cc:576 apt-pkg/deb/dpkgpm.cc:641
2671 #: apt-pkg/deb/dpkgpm.cc:660
2672 #, c-format
2673 msgid "Preparing to configure %s"
2674 msgstr ""
2675
2676 #: apt-pkg/deb/dpkgpm.cc:577 apt-pkg/deb/dpkgpm.cc:606
2677 #: apt-pkg/deb/dpkgpm.cc:50 apt-pkg/deb/dpkgpm.cc:642
2678 #: apt-pkg/deb/dpkgpm.cc:661
2679 #, c-format
2680 msgid "Configuring %s"
2681 msgstr ""
2682
2683 #: apt-pkg/deb/dpkgpm.cc:579 apt-pkg/deb/dpkgpm.cc:580
2684 #, c-format
2685 msgid "Processing triggers for %s"
2686 msgstr ""
2687
2688 #: apt-pkg/deb/dpkgpm.cc:582 apt-pkg/deb/dpkgpm.cc:643
2689 #: apt-pkg/deb/dpkgpm.cc:662
2690 #, c-format
2691 msgid "Installed %s"
2692 msgstr ""
2693
2694 #: apt-pkg/deb/dpkgpm.cc:587 apt-pkg/deb/dpkgpm.cc:589
2695 #: apt-pkg/deb/dpkgpm.cc:590 apt-pkg/deb/dpkgpm.cc:648
2696 #: apt-pkg/deb/dpkgpm.cc:667
2697 #, c-format
2698 msgid "Preparing for removal of %s"
2699 msgstr ""
2700
2701 #: apt-pkg/deb/dpkgpm.cc:592 apt-pkg/deb/dpkgpm.cc:607
2702 #: apt-pkg/deb/dpkgpm.cc:51 apt-pkg/deb/dpkgpm.cc:649
2703 #: apt-pkg/deb/dpkgpm.cc:668
2704 #, c-format
2705 msgid "Removing %s"
2706 msgstr ""
2707
2708 #: apt-pkg/deb/dpkgpm.cc:593 apt-pkg/deb/dpkgpm.cc:650
2709 #: apt-pkg/deb/dpkgpm.cc:669
2710 #, c-format
2711 msgid "Removed %s"
2712 msgstr ""
2713
2714 #: apt-pkg/deb/dpkgpm.cc:598 apt-pkg/deb/dpkgpm.cc:655
2715 #: apt-pkg/deb/dpkgpm.cc:674
2716 #, c-format
2717 msgid "Preparing to completely remove %s"
2718 msgstr ""
2719
2720 #: apt-pkg/deb/dpkgpm.cc:599 apt-pkg/deb/dpkgpm.cc:656
2721 #: apt-pkg/deb/dpkgpm.cc:675
2722 #, c-format
2723 msgid "Completely removed %s"
2724 msgstr ""
2725
2726 #. populate the "processing" map
2727 #: apt-pkg/deb/dpkgpm.cc:605 apt-pkg/deb/dpkgpm.cc:49
2728 #, c-format
2729 msgid "Installing %s"
2730 msgstr ""
2731
2732 #: apt-pkg/deb/dpkgpm.cc:608 apt-pkg/deb/dpkgpm.cc:52 apt-pkg/deb/dpkgpm.cc:53
2733 #, c-format
2734 msgid "Running post-installation trigger %s"
2735 msgstr ""
2736
2737 #: apt-pkg/deb/dpkgpm.cc:759 apt-pkg/deb/dpkgpm.cc:822
2738 #: apt-pkg/deb/dpkgpm.cc:879
2739 msgid "Can not write log, openpty() failed (/dev/pts not mounted?)\n"
2740 msgstr ""
2741
2742 #: methods/rred.cc:219
2743 msgid "Could not patch file"
2744 msgstr ""
2745
2746 #: methods/rsh.cc:330
2747 msgid "Connection closed prematurely"
2748 msgstr ""
2749
2750 #: apt-pkg/contrib/mmap.cc:234
2751 #, c-format
2752 msgid ""
2753 "Dynamic MMap ran out of room. Please increase the size of APT::Cache-Limit. "
2754 "Current value: %lu. (man 5 apt.conf)"
2755 msgstr ""
2756
2757 #. d means days, h means hours, min means minutes, s means seconds
2758 #: apt-pkg/contrib/strutl.cc:335 apt-pkg/contrib/strutl.cc:346
2759 #, c-format
2760 msgid "%lid %lih %limin %lis"
2761 msgstr ""
2762
2763 #. h means hours, min means minutes, s means seconds
2764 #: apt-pkg/contrib/strutl.cc:342 apt-pkg/contrib/strutl.cc:353
2765 #, c-format
2766 msgid "%lih %limin %lis"
2767 msgstr ""
2768
2769 #. min means minutes, s means seconds
2770 #: apt-pkg/contrib/strutl.cc:349 apt-pkg/contrib/strutl.cc:360
2771 #, c-format
2772 msgid "%limin %lis"
2773 msgstr ""
2774
2775 #. s means seconds
2776 #: apt-pkg/contrib/strutl.cc:354 apt-pkg/contrib/strutl.cc:365
2777 #, c-format
2778 msgid "%lis"
2779 msgstr ""
2780
2781 #: apt-pkg/contrib/fileutl.cc:457 apt-pkg/contrib/fileutl.cc:458
2782 #, c-format
2783 msgid "Sub-process %s received signal %u."
2784 msgstr ""
2785
2786 #: apt-pkg/pkgcache.cc:227
2787 msgid "Enhances"
2788 msgstr ""
2789
2790 #: apt-pkg/policy.cc:347
2791 #, c-format
2792 msgid "Invalid record in the preferences file %s, no Package header"
2793 msgstr ""
2794
2795 #: apt-pkg/indexrecords.cc:40
2796 #, c-format
2797 msgid "Unable to parse Release file %s"
2798 msgstr ""
2799
2800 #: apt-pkg/indexrecords.cc:47
2801 #, c-format
2802 msgid "No sections in Release file %s"
2803 msgstr ""
2804
2805 #: apt-pkg/indexrecords.cc:81
2806 #, c-format
2807 msgid "No Hash entry in Release file %s"
2808 msgstr ""
2809
2810 #: apt-pkg/cdrom.cc:684
2811 msgid ""
2812 "Unable to locate any package files, perhaps this is not a Debian Disc or the "
2813 "wrong architecture?"
2814 msgstr ""
2815
2816 #: apt-pkg/deb/dpkgpm.cc:851 apt-pkg/deb/dpkgpm.cc:908
2817 msgid "Running dpkg"
2818 msgstr ""
2819
2820 #: apt-pkg/deb/debsystem.cc:70
2821 #, c-format
2822 msgid ""
2823 "Unable to lock the administration directory (%s), is another process using "
2824 "it?"
2825 msgstr ""
2826
2827 #: apt-pkg/deb/debsystem.cc:73
2828 #, c-format
2829 msgid "Unable to lock the administration directory (%s), are you root?"
2830 msgstr ""
2831
2832 #: apt-pkg/deb/debsystem.cc:82
2833 msgid ""
2834 "dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct "
2835 "the problem. "
2836 msgstr ""
2837
2838 #: apt-pkg/deb/debsystem.cc:100
2839 msgid "Not locked"
2840 msgstr ""
2841
2842 #: methods/connect.cc:193
2843 #, c-format
2844 msgid "Something wicked happened resolving '%s:%s' (%i - %s)"
2845 msgstr ""
2846
2847 #: methods/connect.cc:240
2848 #, c-format
2849 msgid "Unable to connect to %s:%s:"
2850 msgstr ""
2851
2852 #: apt-pkg/packagemanager.cc:324 apt-pkg/packagemanager.cc:586
2853 #, c-format
2854 msgid ""
2855 "Could not perform immediate configuration on '%s'.Please see man 5 apt.conf "
2856 "under APT::Immediate-Configure for details. (%d)"
2857 msgstr ""
2858
2859 #: apt-pkg/packagemanager.cc:478
2860 #, c-format
2861 msgid ""
2862 "Could not perform immediate configuration on already unpacked '%s'.Please "
2863 "see man 5 apt.conf under APT::Immediate-Configure for details."
2864 msgstr ""
2865
2866 #: apt-pkg/indexcopy.cc:530
2867 #, c-format
2868 msgid "Skipping nonexistent file %s"
2869 msgstr ""
2870
2871 #: apt-pkg/indexcopy.cc:536
2872 #, c-format
2873 msgid "Can't find authentication record for: %s"
2874 msgstr ""
2875
2876 #: apt-pkg/indexcopy.cc:542
2877 #, c-format
2878 msgid "Hash mismatch for: %s"
2879 msgstr ""
2880
2881 #: apt-pkg/deb/dpkgpm.cc:52
2882 #, c-format
2883 msgid "Completely removing %s"
2884 msgstr ""