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