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