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