]> git.saurik.com Git - apt.git/blame - po/apt-all.pot
Move apt-all.pot out of build/po, and into po/, and che...
[apt.git] / po / apt-all.pot
CommitLineData
e841f496
AL
1# SOME DESCRIPTIVE TITLE.
2# This file is put in the public domain.
3# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4#
5#, fuzzy
6msgid ""
7msgstr ""
8"Project-Id-Version: PACKAGE VERSION\n"
9"POT-Creation-Date: 2003-02-09 18:02-0600\n"
10"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12"Language-Team: LANGUAGE <LL@li.org>\n"
13"MIME-Version: 1.0\n"
14"Content-Type: text/plain; charset=CHARSET\n"
15"Content-Transfer-Encoding: 8bit\n"
16
17#: cmdline/apt-cache.cc:133
18#, c-format
19msgid "Package %s version %s has an unmet dep:\n"
20msgstr ""
21
22#: cmdline/apt-cache.cc:173 cmdline/apt-cache.cc:525 cmdline/apt-cache.cc:671
23#: cmdline/apt-cache.cc:1037 cmdline/apt-cache.cc:1183
24#, c-format
25msgid "Unable to locate package %s"
26msgstr ""
27
28#: cmdline/apt-cache.cc:230
29msgid "Total Package Names : "
30msgstr ""
31
32#: cmdline/apt-cache.cc:270
33msgid " Normal Packages: "
34msgstr ""
35
36#: cmdline/apt-cache.cc:271
37msgid " Pure Virtual Packages: "
38msgstr ""
39
40#: cmdline/apt-cache.cc:272
41msgid " Single Virtual Packages: "
42msgstr ""
43
44#: cmdline/apt-cache.cc:273
45msgid " Mixed Virtual Packages: "
46msgstr ""
47
48#: cmdline/apt-cache.cc:274
49msgid " Missing: "
50msgstr ""
51
52#: cmdline/apt-cache.cc:276
53msgid "Total Distinct Versions: "
54msgstr ""
55
56#: cmdline/apt-cache.cc:278
57msgid "Total Dependencies: "
58msgstr ""
59
60#: cmdline/apt-cache.cc:281
61msgid "Total Ver/File relations: "
62msgstr ""
63
64#: cmdline/apt-cache.cc:283
65msgid "Total Provides Mappings: "
66msgstr ""
67
68#: cmdline/apt-cache.cc:295
69msgid "Total Globbed Strings: "
70msgstr ""
71
72#: cmdline/apt-cache.cc:309
73msgid "Total Dependency Version space: "
74msgstr ""
75
76#: cmdline/apt-cache.cc:314
77msgid "Total Slack space: "
78msgstr ""
79
80#: cmdline/apt-cache.cc:322
81msgid "Total Space Accounted for: "
82msgstr ""
83
84#: cmdline/apt-cache.cc:444 cmdline/apt-cache.cc:871
85#, c-format
86msgid "Package file %s is out of sync."
87msgstr ""
88
89#: cmdline/apt-cache.cc:913
90msgid "You must give exactly one pattern"
91msgstr ""
92
93#: cmdline/apt-cache.cc:1137
94msgid "Package Files:"
95msgstr ""
96
97#: cmdline/apt-cache.cc:1144 cmdline/apt-cache.cc:1230
98msgid "Cache is out of sync, can't x-ref a package file"
99msgstr ""
100
101#: cmdline/apt-cache.cc:1145
102#, c-format
103msgid "%4i %s\n"
104msgstr ""
105
106#. Show any packages have explicit pins
107#: cmdline/apt-cache.cc:1157
108msgid "Pinned Packages:"
109msgstr ""
110
111#: cmdline/apt-cache.cc:1169 cmdline/apt-cache.cc:1210
112msgid "(not found)"
113msgstr ""
114
115#. Installed version
116#: cmdline/apt-cache.cc:1190
117msgid " Installed: "
118msgstr ""
119
120#: cmdline/apt-cache.cc:1192 cmdline/apt-cache.cc:1200
121msgid "(none)"
122msgstr ""
123
124#. Candidate Version
125#: cmdline/apt-cache.cc:1197
126msgid " Candidate: "
127msgstr ""
128
129#: cmdline/apt-cache.cc:1207
130msgid " Package Pin: "
131msgstr ""
132
133#. Show the priority tables
134#: cmdline/apt-cache.cc:1216
135msgid " Version Table:"
136msgstr ""
137
138#: cmdline/apt-cache.cc:1231
139#, c-format
140msgid " %4i %s\n"
141msgstr ""
142
143#: cmdline/apt-cache.cc:1258 cmdline/apt-cdrom.cc:730 cmdline/apt-config.cc:70
144#: cmdline/apt-extracttemplates.cc:225 ftparchive/apt-ftparchive.cc:544
145#: cmdline/apt-get.cc:2049 cmdline/apt-sortpkgs.cc:144
146#, c-format
147msgid "%s %s for %s %s compiled on %s %s\n"
148msgstr ""
149
150#: cmdline/apt-cache.cc:1262
151msgid ""
152"Usage: apt-cache [options] command\n"
153" apt-cache [options] add file1 [file1 ...]\n"
154" apt-cache [options] showpkg pkg1 [pkg2 ...]\n"
155" apt-cache [options] showsrc pkg1 [pkg2 ...]\n"
156"\n"
157"apt-cache is a low-level tool used to manipulate APT's binary\n"
158"cache files, and query information from them\n"
159"\n"
160"Commands:\n"
161" add - Add an package file to the source cache\n"
162" gencaches - Build both the package and source cache\n"
163" showpkg - Show some general information for a single package\n"
164" showsrc - Show source records\n"
165" stats - Show some basic statistics\n"
166" dump - Show the entire file in a terse form\n"
167" dumpavail - Print an available file to stdout\n"
168" unmet - Show unmet dependencies\n"
169" search - Search the package list for a regex pattern\n"
170" show - Show a readable record for the package\n"
171" depends - Show raw dependency information for a package\n"
172" pkgnames - List the names of all packages\n"
173" dotty - Generate package graphs for GraphVis\n"
174" policy - Show policy settings\n"
175"\n"
176"Options:\n"
177" -h This help text.\n"
178" -p=? The package cache.\n"
179" -s=? The source cache.\n"
180" -q Disable progress indicator.\n"
181" -i Show only important deps for the unmet command.\n"
182" -c=? Read this configuration file\n"
183" -o=? Set an arbitary configuration option, eg -o dir::cache=/tmp\n"
184"See the apt-cache(8) and apt.conf(5) manual pages for more information.\n"
185msgstr ""
186
187#: cmdline/apt-config.cc:41
188msgid "Arguments not in pairs"
189msgstr ""
190
191#: cmdline/apt-config.cc:76
192msgid ""
193"Usage: apt-config [options] command\n"
194"\n"
195"apt-config is a simple tool to read the APT config file\n"
196"\n"
197"Commands:\n"
198" shell - Shell mode\n"
199" dump - Show the configuration\n"
200"\n"
201"Options:\n"
202" -h This help text.\n"
203" -c=? Read this configuration file\n"
204" -o=? Set an arbitary configuration option, eg -o dir::cache=/tmp\n"
205msgstr ""
206
207#: cmdline/apt-extracttemplates.cc:98
208#, c-format
209msgid "%s not a valid DEB package."
210msgstr ""
211
212#: cmdline/apt-extracttemplates.cc:232
213msgid ""
214"Usage: apt-extracttemplates file1 [file2 ...]\n"
215"\n"
216"apt-extracttemplates is a tool to extract config and template info\n"
217"from debian packages\n"
218"\n"
219"Options:\n"
220" -h This help text\n"
221" -t Set the temp dir\n"
222" -c=? Read this configuration file\n"
223" -o=? Set an arbitary configuration option, eg -o dir::cache=/tmp\n"
224msgstr ""
225
226#: cmdline/apt-extracttemplates.cc:259 apt-pkg/pkgcachegen.cc:699
227#, c-format
228msgid "Unable to write to %s"
229msgstr ""
230
231#: cmdline/apt-extracttemplates.cc:302
232msgid "Cannot get debconf version. Is debconf installed?"
233msgstr ""
234
235#. This needs to be a capital
236#: cmdline/apt-get.cc:116
237msgid "Y"
238msgstr ""
239
240#: cmdline/apt-get.cc:193
241msgid "The following packages have unmet dependencies:"
242msgstr ""
243
244#: cmdline/apt-get.cc:283
245#, c-format
246msgid "but %s is installed"
247msgstr ""
248
249#: cmdline/apt-get.cc:285
250#, c-format
251msgid "but %s is to be installed"
252msgstr ""
253
254#: cmdline/apt-get.cc:292
255msgid "but it is not installable"
256msgstr ""
257
258#: cmdline/apt-get.cc:294
259msgid "but it is a virtual package"
260msgstr ""
261
262#: cmdline/apt-get.cc:297
263msgid "but it is not installed"
264msgstr ""
265
266#: cmdline/apt-get.cc:297
267msgid "but it is not going to be installed"
268msgstr ""
269
270#: cmdline/apt-get.cc:302
271msgid " or"
272msgstr ""
273
274#: cmdline/apt-get.cc:328
275msgid "The following NEW packages will be installed:"
276msgstr ""
277
278#: cmdline/apt-get.cc:351
279msgid "The following packages will be REMOVED:"
280msgstr ""
281
282#: cmdline/apt-get.cc:371
283msgid "The following packages have been kept back"
284msgstr ""
285
286#: cmdline/apt-get.cc:390
287msgid "The following packages will be upgraded"
288msgstr ""
289
290#: cmdline/apt-get.cc:409
291msgid "The following packages will be DOWNGRADED"
292msgstr ""
293
294#: cmdline/apt-get.cc:426
295msgid "The following held packages will be changed:"
296msgstr ""
297
298#: cmdline/apt-get.cc:477
299#, c-format
300msgid "%s (due to %s) "
301msgstr ""
302
303#: cmdline/apt-get.cc:484
304msgid ""
305"WARNING: The following essential packages will be removed\n"
306"This should NOT be done unless you know exactly what you are doing!"
307msgstr ""
308
309#: cmdline/apt-get.cc:514
310#, c-format
311msgid "%lu packages upgraded, %lu newly installed, "
312msgstr ""
313
314#: cmdline/apt-get.cc:518
315#, c-format
316msgid "%lu reinstalled, "
317msgstr ""
318
319#: cmdline/apt-get.cc:520
320#, c-format
321msgid "%lu downgraded, "
322msgstr ""
323
324#: cmdline/apt-get.cc:522
325#, c-format
326msgid "%lu to remove and %lu not upgraded.\n"
327msgstr ""
328
329#: cmdline/apt-get.cc:526
330#, c-format
331msgid "%lu packages not fully installed or removed.\n"
332msgstr ""
333
334#: cmdline/apt-get.cc:586
335msgid "Correcting dependencies..."
336msgstr ""
337
338#: cmdline/apt-get.cc:589
339msgid " failed."
340msgstr ""
341
342#: cmdline/apt-get.cc:592
343msgid "Unable to correct dependencies"
344msgstr ""
345
346#: cmdline/apt-get.cc:595
347msgid "Unable to minimize the upgrade set"
348msgstr ""
349
350#: cmdline/apt-get.cc:597
351msgid " Done"
352msgstr ""
353
354#: cmdline/apt-get.cc:601
355msgid "You might want to run `apt-get -f install' to correct these."
356msgstr ""
357
358#: cmdline/apt-get.cc:604
359msgid "Unmet dependencies. Try using -f."
360msgstr ""
361
362#: cmdline/apt-get.cc:657
363msgid "Packages need to be removed but Remove is disabled."
364msgstr ""
365
366#: cmdline/apt-get.cc:683 cmdline/apt-get.cc:1578 cmdline/apt-get.cc:1611
367msgid "Unable to lock the download directory"
368msgstr ""
369
370#: cmdline/apt-get.cc:693 cmdline/apt-get.cc:1659 cmdline/apt-get.cc:1870
371#: apt-pkg/cachefile.cc:67
372msgid "The list of sources could not be read."
373msgstr ""
374
375#: cmdline/apt-get.cc:713
376#, c-format
377msgid "Need to get %sB/%sB of archives.\n"
378msgstr ""
379
380#: cmdline/apt-get.cc:716
381#, c-format
382msgid "Need to get %sB of archives.\n"
383msgstr ""
384
385#: cmdline/apt-get.cc:721
386#, c-format
387msgid "After unpacking %sB of additional disk space will be used.\n"
388msgstr ""
389
390#: cmdline/apt-get.cc:724
391#, c-format
392msgid "After unpacking %sB disk space will be freed.\n"
393msgstr ""
394
395#: cmdline/apt-get.cc:741
396#, c-format
397msgid "You don't have enough free space in %s."
398msgstr ""
399
400#: cmdline/apt-get.cc:750
401msgid "There are problems and -y was used without --force-yes"
402msgstr ""
403
404#: cmdline/apt-get.cc:756 cmdline/apt-get.cc:776
405msgid "Trivial Only specified but this is not a trivial operation."
406msgstr ""
407
408#: cmdline/apt-get.cc:758
409msgid "Yes, do as I say!"
410msgstr ""
411
412#: cmdline/apt-get.cc:760
413#, c-format
414msgid ""
415"You are about to do something potentially harmful\n"
416"To continue type in the phrase '%s'\n"
417" ?] "
418msgstr ""
419
420#: cmdline/apt-get.cc:766 cmdline/apt-get.cc:785
421msgid "Abort."
422msgstr ""
423
424#: cmdline/apt-get.cc:781
425msgid "Do you want to continue? [Y/n] "
426msgstr ""
427
428#: cmdline/apt-get.cc:850 cmdline/apt-get.cc:1219 cmdline/apt-get.cc:1768
429#, c-format
430msgid "Failed to fetch %s %s\n"
431msgstr ""
432
433#: cmdline/apt-get.cc:868
434msgid "Some files failed to download"
435msgstr ""
436
437#: cmdline/apt-get.cc:869 cmdline/apt-get.cc:1777
438msgid "Download complete and in download only mode"
439msgstr ""
440
441#: cmdline/apt-get.cc:875
442msgid ""
443"Unable to fetch some archives, maybe run apt-get update or try with --fix-"
444"missing?"
445msgstr ""
446
447#: cmdline/apt-get.cc:879
448msgid "--fix-missing and media swapping is not currently supported"
449msgstr ""
450
451#: cmdline/apt-get.cc:884
452msgid "Unable to correct missing packages."
453msgstr ""
454
455#: cmdline/apt-get.cc:885
456msgid "Aborting Install."
457msgstr ""
458
459#: cmdline/apt-get.cc:918
460#, c-format
461msgid "Note, selecting %s instead of %s\n"
462msgstr ""
463
464#: cmdline/apt-get.cc:928
465#, c-format
466msgid "Skipping %s, it is already installed and upgrade is not set.\n"
467msgstr ""
468
469#: cmdline/apt-get.cc:946
470#, c-format
471msgid "Package %s is not installed, so not removed\n"
472msgstr ""
473
474#: cmdline/apt-get.cc:957
475#, c-format
476msgid "Package %s is a virtual package provided by:\n"
477msgstr ""
478
479#: cmdline/apt-get.cc:969
480msgid " [Installed]"
481msgstr ""
482
483#: cmdline/apt-get.cc:974
484msgid "You should explicitly select one to install."
485msgstr ""
486
487#: cmdline/apt-get.cc:979
488#, c-format
489msgid ""
490"Package %s has no available version, but exists in the database.\n"
491"This typically means that the package was mentioned in a dependency and\n"
492"never uploaded, has been obsoleted or is not available with the contents\n"
493"of sources.list\n"
494msgstr ""
495
496#: cmdline/apt-get.cc:997
497msgid "However the following packages replace it:"
498msgstr ""
499
500#: cmdline/apt-get.cc:1000
501#, c-format
502msgid "Package %s has no installation candidate"
503msgstr ""
504
505#: cmdline/apt-get.cc:1020
506#, c-format
507msgid "Reinstallation of %s is not possible, it cannot be downloaded.\n"
508msgstr ""
509
510#: cmdline/apt-get.cc:1028
511#, c-format
512msgid "%s is already the newest version.\n"
513msgstr ""
514
515#: cmdline/apt-get.cc:1055
516#, c-format
517msgid "Release '%s' for '%s' was not found"
518msgstr ""
519
520#: cmdline/apt-get.cc:1057
521#, c-format
522msgid "Version '%s' for '%s' was not found"
523msgstr ""
524
525#: cmdline/apt-get.cc:1063
526#, c-format
527msgid "Selected version %s (%s) for %s\n"
528msgstr ""
529
530#: cmdline/apt-get.cc:1173
531msgid "The update command takes no arguments"
532msgstr ""
533
534#: cmdline/apt-get.cc:1186
535msgid "Unable to lock the list directory"
536msgstr ""
537
538#: cmdline/apt-get.cc:1238
539msgid ""
540"Some index files failed to download, they have been ignored, or old ones "
541"used instead."
542msgstr ""
543
544#: cmdline/apt-get.cc:1257
545msgid "Internal Error, AllUpgrade broke stuff"
546msgstr ""
547
548#: cmdline/apt-get.cc:1347 cmdline/apt-get.cc:1383
549#, c-format
550msgid "Couldn't find package %s"
551msgstr ""
552
553#: cmdline/apt-get.cc:1360
554#, c-format
555msgid "Regex compilation error - %s"
556msgstr ""
557
558#: cmdline/apt-get.cc:1370
559#, c-format
560msgid "Note, selecting %s for regex '%s'\n"
561msgstr ""
562
563#: cmdline/apt-get.cc:1400
564msgid "You might want to run `apt-get -f install' to correct these:"
565msgstr ""
566
567#: cmdline/apt-get.cc:1403
568msgid ""
569"Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a "
570"solution)."
571msgstr ""
572
573#: cmdline/apt-get.cc:1415
574msgid ""
575"Some packages could not be installed. This may mean that you have\n"
576"requested an impossible situation or if you are using the unstable\n"
577"distribution that some required packages have not yet been created\n"
578"or been moved out of Incoming."
579msgstr ""
580
581#: cmdline/apt-get.cc:1423
582msgid ""
583"Since you only requested a single operation it is extremely likely that\n"
584"the package is simply not installable and a bug report against\n"
585"that package should be filed."
586msgstr ""
587
588#: cmdline/apt-get.cc:1428
589msgid "The following information may help to resolve the situation:"
590msgstr ""
591
592#: cmdline/apt-get.cc:1431
593msgid "Broken packages"
594msgstr ""
595
596#: cmdline/apt-get.cc:1454
597msgid "The following extra packages will be installed:"
598msgstr ""
599
600#: cmdline/apt-get.cc:1473
601msgid "Calculating Upgrade... "
602msgstr ""
603
604#: cmdline/apt-get.cc:1476
605msgid "Failed"
606msgstr ""
607
608#: cmdline/apt-get.cc:1481
609msgid "Done"
610msgstr ""
611
612#: cmdline/apt-get.cc:1654
613msgid "Must specify at least one package to fetch source for"
614msgstr ""
615
616#: cmdline/apt-get.cc:1681 cmdline/apt-get.cc:1888
617#, c-format
618msgid "Unable to find a source package for %s"
619msgstr ""
620
621#: cmdline/apt-get.cc:1728
622#, c-format
623msgid "You don't have enough free space in %s"
624msgstr ""
625
626#: cmdline/apt-get.cc:1733
627#, c-format
628msgid "Need to get %sB/%sB of source archives.\n"
629msgstr ""
630
631#: cmdline/apt-get.cc:1736
632#, c-format
633msgid "Need to get %sB of source archives.\n"
634msgstr ""
635
636#: cmdline/apt-get.cc:1742
637#, c-format
638msgid "Fetch Source %s\n"
639msgstr ""
640
641#: cmdline/apt-get.cc:1773
642msgid "Failed to fetch some archives."
643msgstr ""
644
645#: cmdline/apt-get.cc:1801
646#, c-format
647msgid "Skipping unpack of already unpacked source in %s\n"
648msgstr ""
649
650#: cmdline/apt-get.cc:1813
651#, c-format
652msgid "Unpack command '%s' failed.\n"
653msgstr ""
654
655#: cmdline/apt-get.cc:1830
656#, c-format
657msgid "Build command '%s' failed.\n"
658msgstr ""
659
660#: cmdline/apt-get.cc:1849
661msgid "Child process failed"
662msgstr ""
663
664#: cmdline/apt-get.cc:1865
665msgid "Must specify at least one package to check builddeps for"
666msgstr ""
667
668#: cmdline/apt-get.cc:1893
669#, c-format
670msgid "Unable to get build-dependency information for %s"
671msgstr ""
672
673#: cmdline/apt-get.cc:1913
674#, c-format
675msgid "%s has no build depends.\n"
676msgstr ""
677
678#: cmdline/apt-get.cc:1948
679#, c-format
680msgid ""
681"%s dependency for %s cannot be satisfied because the package %s cannot be "
682"found"
683msgstr ""
684
685#: cmdline/apt-get.cc:1990
686#, c-format
687msgid ""
688"%s dependency for %s cannot be satisfied because no available versions of "
689"package %s can satisfy version requirements"
690msgstr ""
691
692#: cmdline/apt-get.cc:2017
693msgid ""
694"Some broken packages were found while trying to process build-dependencies.\n"
695"You might want to run `apt-get -f install' to correct these."
696msgstr ""
697
698#: cmdline/apt-get.cc:2022
699msgid "Failed to process build dependencies"
700msgstr ""
701
702#: cmdline/apt-get.cc:2054
703msgid "Supported Modules:"
704msgstr ""
705
706#: cmdline/apt-get.cc:2095
707msgid ""
708"Usage: apt-get [options] command\n"
709" apt-get [options] install|remove pkg1 [pkg2 ...]\n"
710" apt-get [options] source pkg1 [pkg2 ...]\n"
711"\n"
712"apt-get is a simple command line interface for downloading and\n"
713"installing packages. The most frequently used commands are update\n"
714"and install.\n"
715"\n"
716"Commands:\n"
717" update - Retrieve new lists of packages\n"
718" upgrade - Perform an upgrade\n"
719" install - Install new packages (pkg is libc6 not libc6.deb)\n"
720" remove - Remove packages\n"
721" source - Download source archives\n"
722" build-dep - Configure build-dependencies for source packages\n"
723" dist-upgrade - Distribution upgrade, see apt-get(8)\n"
724" dselect-upgrade - Follow dselect selections\n"
725" clean - Erase downloaded archive files\n"
726" autoclean - Erase old downloaded archive files\n"
727" check - Verify that there are no broken dependencies\n"
728"\n"
729"Options:\n"
730" -h This help text.\n"
731" -q Loggable output - no progress indicator\n"
732" -qq No output except for errors\n"
733" -d Download only - do NOT install or unpack archives\n"
734" -s No-act. Perform ordering simulation\n"
735" -y Assume Yes to all queries and do not prompt\n"
736" -f Attempt to continue if the integrity check fails\n"
737" -m Attempt to continue if archives are unlocatable\n"
738" -u Show a list of upgraded packages as well\n"
739" -b Build the source package after fetching it\n"
740" -c=? Read this configuration file\n"
741" -o=? Set an arbitary configuration option, eg -o dir::cache=/tmp\n"
742"See the apt-get(8), sources.list(5) and apt.conf(5) manual\n"
743"pages for more information and options.\n"
744" This APT has Super Cow Powers.\n"
745msgstr ""
746
747#: cmdline/acqprogress.cc:55
748msgid "Hit "
749msgstr ""
750
751#: cmdline/acqprogress.cc:79
752msgid "Get:"
753msgstr ""
754
755#: cmdline/acqprogress.cc:110
756msgid "Ign "
757msgstr ""
758
759#: cmdline/acqprogress.cc:114
760msgid "Err "
761msgstr ""
762
763#: cmdline/acqprogress.cc:135
764#, c-format
765msgid "Fetched %sB in %s (%sB/s)\n"
766msgstr ""
767
768#: cmdline/acqprogress.cc:225
769msgid " [Working]"
770msgstr ""
771
772#: cmdline/acqprogress.cc:271
773#, c-format
774msgid ""
775"Media Change: Please insert the disc labeled '%s' in the drive '%s' and "
776"press enter\n"
777msgstr ""
778
779#: cmdline/apt-sortpkgs.cc:86
780msgid "Unknown package record!"
781msgstr ""
782
783#: cmdline/apt-sortpkgs.cc:150
784msgid ""
785"Usage: apt-sortpkgs [options] file1 [file2 ...]\n"
786"\n"
787"apt-sortpkgs is a simple tool to sort package files. The -s option is used\n"
788"to indicate what kind of file it is.\n"
789"\n"
790"Options:\n"
791" -h This help text\n"
792" -s Use source file sorting\n"
793" -c=? Read this configuration file\n"
794" -o=? Set an arbitary configuration option, eg -o dir::cache=/tmp\n"
795msgstr ""
796
797#: apt-inst/dirstream.cc:45 apt-inst/dirstream.cc:50 apt-inst/dirstream.cc:53
798#, c-format
799msgid "Failed write file %s"
800msgstr ""
801
802#: apt-inst/dirstream.cc:80 apt-inst/dirstream.cc:88
803#, c-format
804msgid "Failed to close file %s"
805msgstr ""
806
807#: apt-inst/extract.cc:96 apt-inst/extract.cc:167
808#, c-format
809msgid "The path %s is too long"
810msgstr ""
811
812#: apt-inst/extract.cc:127
813#, c-format
814msgid "Unpacking %s more than once"
815msgstr ""
816
817#: apt-inst/extract.cc:137
818#, c-format
819msgid "The directory %s is diverted"
820msgstr ""
821
822#: apt-inst/extract.cc:147
823#, c-format
824msgid "The package is trying to write to the diversion target %s/%s"
825msgstr ""
826
827#: apt-inst/extract.cc:157 apt-inst/extract.cc:300
828msgid "The diversion path is too long"
829msgstr ""
830
831#: apt-inst/extract.cc:181 apt-inst/extract.cc:193 apt-inst/extract.cc:210
832#, c-format
833msgid "Failed to stat %s"
834msgstr ""
835
836#: apt-inst/extract.cc:188
837#, c-format
838msgid "Failed to rename %s to %s"
839msgstr ""
840
841#: apt-inst/extract.cc:243
842#, c-format
843msgid "The directory %s is being replaced by a non-directory"
844msgstr ""
845
846#: apt-inst/extract.cc:283
847msgid "Failed to locate node in its hash bucket"
848msgstr ""
849
850#: apt-inst/extract.cc:287
851msgid "The path is too long"
852msgstr ""
853
854#: apt-inst/extract.cc:417
855#, c-format
856msgid "Overwrite package match with no version for %s"
857msgstr ""
858
859#: apt-inst/extract.cc:434
860#, c-format
861msgid "File %s/%s overwrites the one in the package %s"
862msgstr ""
863
864#: apt-inst/extract.cc:467 apt-pkg/contrib/configuration.cc:701
865#: apt-pkg/contrib/cdromutl.cc:153 apt-pkg/acquire.cc:412 apt-pkg/clean.cc:38
866#, c-format
867msgid "Unable to read %s"
868msgstr ""
869
870#: apt-inst/extract.cc:494
871#, c-format
872msgid "Unable to stat %s"
873msgstr ""
874
875#: dselect/install:32
876msgid "Bad default setting!"
877msgstr ""
878
879#: dselect/install:51 dselect/install:83 dselect/install:87 dselect/install:93
880#: dselect/install:104 dselect/update:45
881msgid "Press enter to continue."
882msgstr ""
883
884#: dselect/install:100
885msgid "Some errors occurred while unpacking. I'm going to configure the"
886msgstr ""
887
888#: dselect/install:101
889msgid "packages that were installed. This may result in duplicate errors"
890msgstr ""
891
892#: dselect/install:102
893msgid "or errors caused by missing dependencies. This is OK, only the errors"
894msgstr ""
895
896#: dselect/install:103
897msgid ""
898"above this message are important. Please fix them and run [I]nstall again"
899msgstr ""
900
901#: dselect/update:30
902msgid "Merging Available information"
903msgstr ""
904
905#: apt-pkg/contrib/mmap.cc:82
906msgid "Can't mmap an empty file"
907msgstr ""
908
909#: apt-pkg/contrib/mmap.cc:87
910#, c-format
911msgid "Couldn't make mmap of %lu bytes"
912msgstr ""
913
914#: apt-pkg/contrib/strutl.cc:941
915#, c-format
916msgid "Selection %s not found"
917msgstr ""
918
919#: apt-pkg/contrib/configuration.cc:449
920#, c-format
921msgid "Opening configuration file %s"
922msgstr ""
923
924#: apt-pkg/contrib/configuration.cc:559
925#, c-format
926msgid "Syntax error %s:%u: Block starts with no name."
927msgstr ""
928
929#: apt-pkg/contrib/configuration.cc:578
930#, c-format
931msgid "Syntax error %s:%u: Malformed Tag"
932msgstr ""
933
934#: apt-pkg/contrib/configuration.cc:595
935#, c-format
936msgid "Syntax error %s:%u: Extra junk after value"
937msgstr ""
938
939#: apt-pkg/contrib/configuration.cc:635
940#, c-format
941msgid "Syntax error %s:%u: Directives can only be done at the top level"
942msgstr ""
943
944#: apt-pkg/contrib/configuration.cc:642
945#, c-format
946msgid "Syntax error %s:%u: Too many nested includes"
947msgstr ""
948
949#: apt-pkg/contrib/configuration.cc:646 apt-pkg/contrib/configuration.cc:651
950#, c-format
951msgid "Syntax error %s:%u: Included from here"
952msgstr ""
953
954#: apt-pkg/contrib/configuration.cc:655
955#, c-format
956msgid "Syntax error %s:%u: Unsupported directive '%s'"
957msgstr ""
958
959#: apt-pkg/contrib/configuration.cc:689
960#, c-format
961msgid "Syntax error %s:%u: Extra junk at end of file"
962msgstr ""
963
964#: apt-pkg/contrib/progress.cc:154
965#, c-format
966msgid "%c%s... Error!"
967msgstr ""
968
969#: apt-pkg/contrib/progress.cc:156
970#, c-format
971msgid "%c%s... Done"
972msgstr ""
973
974#: apt-pkg/contrib/cmndline.cc:80
975#, c-format
976msgid "Command line option '%c' [from %s] is not known."
977msgstr ""
978
979#: apt-pkg/contrib/cmndline.cc:106 apt-pkg/contrib/cmndline.cc:114
980#: apt-pkg/contrib/cmndline.cc:122
981#, c-format
982msgid "Command line option %s is not understood"
983msgstr ""
984
985#: apt-pkg/contrib/cmndline.cc:127
986#, c-format
987msgid "Command line option %s is not boolean"
988msgstr ""
989
990#: apt-pkg/contrib/cmndline.cc:166 apt-pkg/contrib/cmndline.cc:187
991#, c-format
992msgid "Option %s requires an argument."
993msgstr ""
994
995#: apt-pkg/contrib/cmndline.cc:201 apt-pkg/contrib/cmndline.cc:207
996#, c-format
997msgid "Option %s: Configuration item sepecification must have an =<val>."
998msgstr ""
999
1000#: apt-pkg/contrib/cmndline.cc:237
1001#, c-format
1002msgid "Option %s requires an integer argument, not '%s'"
1003msgstr ""
1004
1005#: apt-pkg/contrib/cmndline.cc:268
1006#, c-format
1007msgid "Option '%s' is too long"
1008msgstr ""
1009
1010#: apt-pkg/contrib/cmndline.cc:301
1011#, c-format
1012msgid "Sense %s is not understood, try true or false."
1013msgstr ""
1014
1015#: apt-pkg/contrib/cmndline.cc:351
1016#, c-format
1017msgid "Invalid operation %s"
1018msgstr ""
1019
1020#: apt-pkg/contrib/cdromutl.cc:55
1021#, c-format
1022msgid "Unable to stat the mount point %s"
1023msgstr ""
1024
1025#: apt-pkg/contrib/cdromutl.cc:149 apt-pkg/acquire.cc:418 apt-pkg/clean.cc:44
1026#, c-format
1027msgid "Unable to change to %s"
1028msgstr ""
1029
1030#: apt-pkg/contrib/cdromutl.cc:190
1031msgid "Failed to stat the cdrom"
1032msgstr ""
1033
1034#: apt-pkg/contrib/fileutl.cc:80
1035#, c-format
1036msgid "Not using locking for read only lock file %s"
1037msgstr ""
1038
1039#: apt-pkg/contrib/fileutl.cc:85
1040#, c-format
1041msgid "Could not open lock file %s"
1042msgstr ""
1043
1044#: apt-pkg/contrib/fileutl.cc:103
1045#, c-format
1046msgid "Not using locking for nfs mounted lock file %s"
1047msgstr ""
1048
1049#: apt-pkg/contrib/fileutl.cc:107
1050#, c-format
1051msgid "Could not get lock %s"
1052msgstr ""
1053
1054#: apt-pkg/contrib/fileutl.cc:358
1055#, c-format
1056msgid "Waited, for %s but it wasn't there"
1057msgstr ""
1058
1059#: apt-pkg/contrib/fileutl.cc:368
1060#, c-format
1061msgid "Sub-process %s received a segmentation fault."
1062msgstr ""
1063
1064#: apt-pkg/contrib/fileutl.cc:371
1065#, c-format
1066msgid "Sub-process %s returned an error code (%u)"
1067msgstr ""
1068
1069#: apt-pkg/contrib/fileutl.cc:373
1070#, c-format
1071msgid "Sub-process %s exited unexpectedly"
1072msgstr ""
1073
1074#: apt-pkg/contrib/fileutl.cc:417
1075#, c-format
1076msgid "Could not open file %s"
1077msgstr ""
1078
1079#: apt-pkg/contrib/fileutl.cc:452
1080msgid "Read error"
1081msgstr ""
1082
1083#: apt-pkg/contrib/fileutl.cc:473
1084#, c-format
1085msgid "read, still have %lu to read but none left"
1086msgstr ""
1087
1088#: apt-pkg/contrib/fileutl.cc:491
1089msgid "Write error"
1090msgstr ""
1091
1092#: apt-pkg/contrib/fileutl.cc:503
1093#, c-format
1094msgid "write, still have %lu to write but couldn't"
1095msgstr ""
1096
1097#: apt-pkg/contrib/fileutl.cc:578
1098msgid "Problem closing the file"
1099msgstr ""
1100
1101#: apt-pkg/contrib/fileutl.cc:584
1102msgid "Problem unlinking the file"
1103msgstr ""
1104
1105#: apt-pkg/contrib/fileutl.cc:595
1106msgid "Problem syncing the file"
1107msgstr ""
1108
1109#: apt-pkg/pkgcache.cc:126
1110msgid "Empty package cache"
1111msgstr ""
1112
1113#: apt-pkg/pkgcache.cc:132
1114msgid "The package cache file is corrupted"
1115msgstr ""
1116
1117#: apt-pkg/pkgcache.cc:137
1118msgid "The package cache file is an incompatible version"
1119msgstr ""
1120
1121#: apt-pkg/pkgcache.cc:142
1122#, c-format
1123msgid "This APT does not support the Versioning System '%s'"
1124msgstr ""
1125
1126#: apt-pkg/pkgcache.cc:147
1127msgid "The package cache was build for a different architecture"
1128msgstr ""
1129
1130#: apt-pkg/pkgcache.cc:218
1131msgid "Depends"
1132msgstr ""
1133
1134#: apt-pkg/pkgcache.cc:218
1135msgid "PreDepends"
1136msgstr ""
1137
1138#: apt-pkg/pkgcache.cc:218
1139msgid "Suggests"
1140msgstr ""
1141
1142#: apt-pkg/pkgcache.cc:219
1143msgid "Recommends"
1144msgstr ""
1145
1146#: apt-pkg/pkgcache.cc:219
1147msgid "Conflicts"
1148msgstr ""
1149
1150#: apt-pkg/pkgcache.cc:219
1151msgid "Replaces"
1152msgstr ""
1153
1154#: apt-pkg/pkgcache.cc:220
1155msgid "Obsoletes"
1156msgstr ""
1157
1158#: apt-pkg/pkgcache.cc:231
1159msgid "important"
1160msgstr ""
1161
1162#: apt-pkg/pkgcache.cc:231
1163msgid "required"
1164msgstr ""
1165
1166#: apt-pkg/pkgcache.cc:231
1167msgid "standard"
1168msgstr ""
1169
1170#: apt-pkg/pkgcache.cc:232
1171msgid "optional"
1172msgstr ""
1173
1174#: apt-pkg/pkgcache.cc:232
1175msgid "extra"
1176msgstr ""
1177
1178#: apt-pkg/depcache.cc:60 apt-pkg/depcache.cc:89
1179msgid "Building Dependency Tree"
1180msgstr ""
1181
1182#: apt-pkg/depcache.cc:61
1183msgid "Candidate Versions"
1184msgstr ""
1185
1186#: apt-pkg/depcache.cc:90
1187msgid "Dependency Generation"
1188msgstr ""
1189
1190#: apt-pkg/tagfile.cc:71
1191#, c-format
1192msgid "Unable to parse package file %s (1)"
1193msgstr ""
1194
1195#: apt-pkg/tagfile.cc:158
1196#, c-format
1197msgid "Unable to parse package file %s (2)"
1198msgstr ""
1199
1200#: apt-pkg/sourcelist.cc:88
1201#, c-format
1202msgid "Malformed line %lu in source list %s (URI)"
1203msgstr ""
1204
1205#: apt-pkg/sourcelist.cc:90
1206#, c-format
1207msgid "Malformed line %lu in source list %s (dist)"
1208msgstr ""
1209
1210#: apt-pkg/sourcelist.cc:93
1211#, c-format
1212msgid "Malformed line %lu in source list %s (URI parse)"
1213msgstr ""
1214
1215#: apt-pkg/sourcelist.cc:99
1216#, c-format
1217msgid "Malformed line %lu in source list %s (Absolute dist)"
1218msgstr ""
1219
1220#: apt-pkg/sourcelist.cc:106
1221#, c-format
1222msgid "Malformed line %lu in source list %s (dist parse)"
1223msgstr ""
1224
1225#: apt-pkg/sourcelist.cc:183 apt-pkg/sourcelist.cc:207
1226#, c-format
1227msgid "Vendor block %s is invalid"
1228msgstr ""
1229
1230#: apt-pkg/sourcelist.cc:235
1231#, c-format
1232msgid "Opening %s"
1233msgstr ""
1234
1235#: apt-pkg/sourcelist.cc:249
1236#, c-format
1237msgid "Line %u too long in source list %s."
1238msgstr ""
1239
1240#: apt-pkg/sourcelist.cc:266
1241#, c-format
1242msgid "Malformed line %u in source list %s (type)"
1243msgstr ""
1244
1245#: apt-pkg/sourcelist.cc:270
1246#, c-format
1247msgid "Type '%s' is not known in on line %u in source list %s"
1248msgstr ""
1249
1250#: apt-pkg/sourcelist.cc:279 apt-pkg/sourcelist.cc:282
1251#, c-format
1252msgid "Malformed line %u in source list %s (vendor id)"
1253msgstr ""
1254
1255#: apt-pkg/sourcelist.cc:296
1256#, c-format
1257msgid "Unknown vendor ID '%s' in line %u of source list %s"
1258msgstr ""
1259
1260#: apt-pkg/packagemanager.cc:402
1261#, c-format
1262msgid ""
1263"This installation run will require temporarily removing the essential "
1264"package %s due to a Conflicts/Pre-Depends loop. This is often bad, but if "
1265"you really want to do it, activate the APT::Force-LoopBreak option."
1266msgstr ""
1267
1268#: apt-pkg/pkgrecords.cc:37
1269#, c-format
1270msgid "Index file type '%s' is not supported"
1271msgstr ""
1272
1273#: apt-pkg/algorithms.cc:238
1274#, c-format
1275msgid ""
1276"The package %s needs to be reinstalled, but I can't find an archive for it."
1277msgstr ""
1278
1279#: apt-pkg/algorithms.cc:1056
1280msgid ""
1281"Error, pkgProblemResolver::Resolve generated breaks, this may be caused by "
1282"held packages."
1283msgstr ""
1284
1285#: apt-pkg/algorithms.cc:1058
1286msgid "Unable to correct problems, you have held broken packages."
1287msgstr ""
1288
1289#: apt-pkg/acquire.cc:61
1290#, c-format
1291msgid "Lists directory %spartial is missing."
1292msgstr ""
1293
1294#: apt-pkg/acquire.cc:65
1295#, c-format
1296msgid "Archive directory %spartial is missing."
1297msgstr ""
1298
1299#: apt-pkg/acquire-worker.cc:112
1300#, c-format
1301msgid "The method driver %s could not be found."
1302msgstr ""
1303
1304#: apt-pkg/acquire-worker.cc:161
1305#, c-format
1306msgid "Method %s did not start correctly"
1307msgstr ""
1308
1309#: apt-pkg/init.cc:119
1310#, c-format
1311msgid "Packaging system '%s' is not supported"
1312msgstr ""
1313
1314#: apt-pkg/init.cc:135
1315msgid "Unable to determine a suitable system type"
1316msgstr ""
1317
1318#: apt-pkg/clean.cc:61
1319#, c-format
1320msgid "Unable to stat %s."
1321msgstr ""
1322
1323#: apt-pkg/srcrecords.cc:49
1324msgid "You must put some 'source' URIs in your sources.list"
1325msgstr ""
1326
1327#: apt-pkg/cachefile.cc:73
1328msgid "The package lists or status file could not be parsed or opened."
1329msgstr ""
1330
1331#: apt-pkg/cachefile.cc:77
1332msgid "You may want to run apt-get update to correct these problems"
1333msgstr ""
1334
1335#: apt-pkg/policy.cc:269
1336msgid "Invalid record in the preferences file, no Package header"
1337msgstr ""
1338
1339#: apt-pkg/policy.cc:291
1340#, c-format
1341msgid "Did not understand pin type %s"
1342msgstr ""
1343
1344#: apt-pkg/pkgcachegen.cc:74
1345msgid "Cache has an incompatible versioning system"
1346msgstr ""
1347
1348#: apt-pkg/pkgcachegen.cc:117
1349#, c-format
1350msgid "Error occured while processing %s (NewPackage)"
1351msgstr ""
1352
1353#: apt-pkg/pkgcachegen.cc:129
1354#, c-format
1355msgid "Error occured while processing %s (UsePackage1)"
1356msgstr ""
1357
1358#: apt-pkg/pkgcachegen.cc:150
1359#, c-format
1360msgid "Error occured while processing %s (UsePackage2)"
1361msgstr ""
1362
1363#: apt-pkg/pkgcachegen.cc:154
1364#, c-format
1365msgid "Error occured while processing %s (NewFileVer1)"
1366msgstr ""
1367
1368#: apt-pkg/pkgcachegen.cc:184
1369#, c-format
1370msgid "Error occured while processing %s (NewVersion1)"
1371msgstr ""
1372
1373#: apt-pkg/pkgcachegen.cc:188
1374#, c-format
1375msgid "Error occured while processing %s (UsePackage3)"
1376msgstr ""
1377
1378#: apt-pkg/pkgcachegen.cc:192
1379#, c-format
1380msgid "Error occured while processing %s (NewVersion2)"
1381msgstr ""
1382
1383#: apt-pkg/pkgcachegen.cc:207
1384msgid "Wow, you exceeded the number of package names this APT is capable of."
1385msgstr ""
1386
1387#: apt-pkg/pkgcachegen.cc:210
1388msgid "Wow, you exceeded the number of versions this APT is capable of."
1389msgstr ""
1390
1391#: apt-pkg/pkgcachegen.cc:213
1392msgid "Wow, you exceeded the number of dependencies this APT is capable of."
1393msgstr ""
1394
1395#: apt-pkg/pkgcachegen.cc:241
1396#, c-format
1397msgid "Error occured while processing %s (FindPkg)"
1398msgstr ""
1399
1400#: apt-pkg/pkgcachegen.cc:254
1401#, c-format
1402msgid "Error occured while processing %s (CollectFileProvides)"
1403msgstr ""
1404
1405#: apt-pkg/pkgcachegen.cc:260
1406#, c-format
1407msgid "Package %s %s was not found while processing file dependencies"
1408msgstr ""
1409
1410#: apt-pkg/pkgcachegen.cc:574
1411#, c-format
1412msgid "Couldn't stat source package list %s"
1413msgstr ""
1414
1415#. Build the status cache
1416#: apt-pkg/pkgcachegen.cc:643 apt-pkg/pkgcachegen.cc:701
1417#: apt-pkg/pkgcachegen.cc:706 apt-pkg/pkgcachegen.cc:829
1418msgid "Reading Package Lists"
1419msgstr ""
1420
1421#: apt-pkg/pkgcachegen.cc:658
1422msgid "Collecting File Provides"
1423msgstr ""
1424
1425#: apt-pkg/pkgcachegen.cc:774 apt-pkg/pkgcachegen.cc:781
1426msgid "IO Error saving source cache"
1427msgstr ""
1428
1429#: apt-pkg/acquire-item.cc:124
1430#, c-format
1431msgid "rename failed, %s (%s -> %s)."
1432msgstr ""
1433
1434#: apt-pkg/acquire-item.cc:353
1435#, c-format
1436msgid ""
1437"I wasn't able to locate a file for the %s package. This might mean you need "
1438"to manually fix this package. (due to missing arch)"
1439msgstr ""
1440
1441#: apt-pkg/acquire-item.cc:388
1442#, c-format
1443msgid ""
1444"I wasn't able to locate file for the %s package. This might mean you need to "
1445"manually fix this package."
1446msgstr ""
1447
1448#: apt-pkg/acquire-item.cc:419
1449#, c-format
1450msgid ""
1451"The package index files are corrupted. No Filename: field for package %s."
1452msgstr ""
1453
1454#: apt-pkg/acquire-item.cc:501
1455msgid "Size mismatch"
1456msgstr ""
1457
1458#: apt-pkg/acquire-item.cc:511
1459msgid "MD5Sum mismatch"
1460msgstr ""