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