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