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