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