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