]> git.saurik.com Git - apt.git/blame_incremental - po/en_GB.po
* fixed the changelog entires (once more)
[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-07-02 11:19-0700\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:545
150#: cmdline/apt-get.cc:2322 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:163 ftparchive/apt-ftparchive.cc:337
243#, fuzzy
244msgid "Package extension list is too long"
245msgstr "Option ‘%s’ is too long"
246
247#: ftparchive/apt-ftparchive.cc:165 ftparchive/apt-ftparchive.cc:179
248#: ftparchive/apt-ftparchive.cc:202 ftparchive/apt-ftparchive.cc:252
249#: ftparchive/apt-ftparchive.cc:266 ftparchive/apt-ftparchive.cc:288
250#, c-format
251msgid "Error processing directory %s"
252msgstr ""
253
254#: ftparchive/apt-ftparchive.cc:250
255#, fuzzy
256msgid "Source extension list is too long"
257msgstr "Option ‘%s’ is too long"
258
259#: ftparchive/apt-ftparchive.cc:367
260msgid "Error writing header to contents file"
261msgstr ""
262
263#: ftparchive/apt-ftparchive.cc:397
264#, c-format
265msgid "Error processing contents %s"
266msgstr ""
267
268#: ftparchive/apt-ftparchive.cc:551
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:757
349msgid "No selections matched"
350msgstr ""
351
352#: ftparchive/apt-ftparchive.cc:830
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:79
386#, c-format
387msgid "W: Unable to read directory %s\n"
388msgstr ""
389
390#: ftparchive/writer.cc:84
391#, c-format
392msgid "W: Unable to stat %s\n"
393msgstr ""
394
395#: ftparchive/writer.cc:126
396msgid "E: "
397msgstr ""
398
399#: ftparchive/writer.cc:128
400msgid "W: "
401msgstr ""
402
403#: ftparchive/writer.cc:135
404msgid "E: Errors apply to file "
405msgstr ""
406
407#: ftparchive/writer.cc:152 ftparchive/writer.cc:182
408#, fuzzy, c-format
409msgid "Failed to resolve %s"
410msgstr "Could not resolve ‘%s’"
411
412#: ftparchive/writer.cc:164
413msgid "Tree walking failed"
414msgstr ""
415
416#: ftparchive/writer.cc:189
417#, c-format
418msgid "Failed to open %s"
419msgstr ""
420
421#: ftparchive/writer.cc:246
422#, c-format
423msgid " DeLink %s [%s]\n"
424msgstr ""
425
426#: ftparchive/writer.cc:254
427#, c-format
428msgid "Failed to readlink %s"
429msgstr ""
430
431#: ftparchive/writer.cc:258
432#, c-format
433msgid "Failed to unlink %s"
434msgstr ""
435
436#: ftparchive/writer.cc:265
437#, c-format
438msgid "*** Failed to link %s to %s"
439msgstr ""
440
441#: ftparchive/writer.cc:275
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
448#, c-format
449msgid "Failed to stat %s"
450msgstr ""
451
452#: ftparchive/writer.cc:378
453msgid "Archive had no package field"
454msgstr ""
455
456#: ftparchive/writer.cc:386 ftparchive/writer.cc:595
457#, c-format
458msgid " %s has no override entry\n"
459msgstr ""
460
461#: ftparchive/writer.cc:429 ftparchive/writer.cc:677
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:1484
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:698
697msgid "Install these packages without verification [y/N]? "
698msgstr ""
699
700#: cmdline/apt-get.cc:700
701msgid "Some packages could not be authenticated"
702msgstr ""
703
704#: cmdline/apt-get.cc:709 cmdline/apt-get.cc:855
705msgid "There are problems and -y was used without --force-yes"
706msgstr ""
707
708#: cmdline/apt-get.cc:762
709msgid "Packages need to be removed but remove is disabled."
710msgstr ""
711
712#: cmdline/apt-get.cc:788 cmdline/apt-get.cc:1778 cmdline/apt-get.cc:1811
713msgid "Unable to lock the download directory"
714msgstr ""
715
716#: cmdline/apt-get.cc:798 cmdline/apt-get.cc:1859 cmdline/apt-get.cc:2070
717#: apt-pkg/cachefile.cc:67
718msgid "The list of sources could not be read."
719msgstr ""
720
721#: cmdline/apt-get.cc:818
722#, c-format
723msgid "Need to get %sB/%sB of archives.\n"
724msgstr ""
725
726#: cmdline/apt-get.cc:821
727#, c-format
728msgid "Need to get %sB of archives.\n"
729msgstr ""
730
731#: cmdline/apt-get.cc:826
732#, c-format
733msgid "After unpacking %sB of additional disk space will be used.\n"
734msgstr ""
735
736#: cmdline/apt-get.cc:829
737#, c-format
738msgid "After unpacking %sB disk space will be freed.\n"
739msgstr ""
740
741#: cmdline/apt-get.cc:846
742#, c-format
743msgid "You don't have enough free space in %s."
744msgstr ""
745
746#: cmdline/apt-get.cc:861 cmdline/apt-get.cc:881
747msgid "Trivial Only specified but this is not a trivial operation."
748msgstr ""
749
750#: cmdline/apt-get.cc:863
751msgid "Yes, do as I say!"
752msgstr ""
753
754#: cmdline/apt-get.cc:865
755#, fuzzy, c-format
756msgid ""
757"You are about to do something potentially harmful.\n"
758"To continue type in the phrase '%s'\n"
759" ?] "
760msgstr ""
761"You are about to do something potentially harmful\n"
762"To continue type in the phrase ‘%s’\n"
763" ?] "
764
765#: cmdline/apt-get.cc:871 cmdline/apt-get.cc:890
766msgid "Abort."
767msgstr ""
768
769#: cmdline/apt-get.cc:886
770msgid "Do you want to continue [Y/n]? "
771msgstr ""
772
773#: cmdline/apt-get.cc:958 cmdline/apt-get.cc:1334 cmdline/apt-get.cc:1968
774#, c-format
775msgid "Failed to fetch %s %s\n"
776msgstr ""
777
778#: cmdline/apt-get.cc:976
779msgid "Some files failed to download"
780msgstr ""
781
782#: cmdline/apt-get.cc:977 cmdline/apt-get.cc:1977
783msgid "Download complete and in download only mode"
784msgstr ""
785
786#: cmdline/apt-get.cc:983
787msgid ""
788"Unable to fetch some archives, maybe run apt-get update or try with --fix-"
789"missing?"
790msgstr ""
791
792#: cmdline/apt-get.cc:987
793msgid "--fix-missing and media swapping is not currently supported"
794msgstr ""
795
796#: cmdline/apt-get.cc:992
797msgid "Unable to correct missing packages."
798msgstr ""
799
800#: cmdline/apt-get.cc:993
801msgid "Aborting install."
802msgstr ""
803
804#: cmdline/apt-get.cc:1026
805#, fuzzy, c-format
806msgid "Note, selecting %s instead of %s\n"
807msgstr "Note, selecting %s for regex ‘%s’\n"
808
809#: cmdline/apt-get.cc:1036
810#, c-format
811msgid "Skipping %s, it is already installed and upgrade is not set.\n"
812msgstr ""
813
814#: cmdline/apt-get.cc:1054
815#, c-format
816msgid "Package %s is not installed, so not removed\n"
817msgstr ""
818
819#: cmdline/apt-get.cc:1065
820#, c-format
821msgid "Package %s is a virtual package provided by:\n"
822msgstr ""
823
824#: cmdline/apt-get.cc:1077
825msgid " [Installed]"
826msgstr ""
827
828#: cmdline/apt-get.cc:1082
829msgid "You should explicitly select one to install."
830msgstr ""
831
832#: cmdline/apt-get.cc:1087
833#, c-format
834msgid ""
835"Package %s is not available, but is referred to by another package.\n"
836"This may mean that the package is missing, has been obsoleted, or\n"
837"is only available from another source\n"
838msgstr ""
839
840#: cmdline/apt-get.cc:1106
841msgid "However the following packages replace it:"
842msgstr ""
843
844#: cmdline/apt-get.cc:1109
845#, c-format
846msgid "Package %s has no installation candidate"
847msgstr ""
848
849#: cmdline/apt-get.cc:1129
850#, c-format
851msgid "Reinstallation of %s is not possible, it cannot be downloaded.\n"
852msgstr ""
853
854#: cmdline/apt-get.cc:1137
855#, c-format
856msgid "%s is already the newest version.\n"
857msgstr ""
858
859#: cmdline/apt-get.cc:1164
860#, c-format
861msgid "Release '%s' for '%s' was not found"
862msgstr "Release ‘%s’ for ‘%s’ was not found"
863
864#: cmdline/apt-get.cc:1166
865#, c-format
866msgid "Version '%s' for '%s' was not found"
867msgstr "Version ‘%s’ for ‘%s’ was not found"
868
869#: cmdline/apt-get.cc:1172
870#, c-format
871msgid "Selected version %s (%s) for %s\n"
872msgstr ""
873
874#: cmdline/apt-get.cc:1282
875msgid "The update command takes no arguments"
876msgstr ""
877
878#: cmdline/apt-get.cc:1295 cmdline/apt-get.cc:1389
879msgid "Unable to lock the list directory"
880msgstr ""
881
882#: cmdline/apt-get.cc:1353
883msgid ""
884"Some index files failed to download, they have been ignored, or old ones "
885"used instead."
886msgstr ""
887
888#: cmdline/apt-get.cc:1372
889msgid "Internal error, AllUpgrade broke stuff"
890msgstr ""
891
892#: cmdline/apt-get.cc:1471 cmdline/apt-get.cc:1507
893#, c-format
894msgid "Couldn't find package %s"
895msgstr ""
896
897#: cmdline/apt-get.cc:1494
898#, c-format
899msgid "Note, selecting %s for regex '%s'\n"
900msgstr "Note, selecting %s for regex ‘%s’\n"
901
902#: cmdline/apt-get.cc:1524
903msgid "You might want to run `apt-get -f install' to correct these:"
904msgstr "You might want to run ‘apt-get -f install’ to correct these:"
905
906#: cmdline/apt-get.cc:1527
907msgid ""
908"Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a "
909"solution)."
910msgstr ""
911"Unmet dependencies. Try ‘apt-get -f install’ with no packages (or specify a "
912"solution)."
913
914#: cmdline/apt-get.cc:1539
915msgid ""
916"Some packages could not be installed. This may mean that you have\n"
917"requested an impossible situation or if you are using the unstable\n"
918"distribution that some required packages have not yet been created\n"
919"or been moved out of Incoming."
920msgstr ""
921
922#: cmdline/apt-get.cc:1547
923msgid ""
924"Since you only requested a single operation it is extremely likely that\n"
925"the package is simply not installable and a bug report against\n"
926"that package should be filed."
927msgstr ""
928
929#: cmdline/apt-get.cc:1552
930msgid "The following information may help to resolve the situation:"
931msgstr ""
932
933#: cmdline/apt-get.cc:1555
934msgid "Broken packages"
935msgstr ""
936
937#: cmdline/apt-get.cc:1581
938msgid "The following extra packages will be installed:"
939msgstr ""
940
941#: cmdline/apt-get.cc:1652
942msgid "Suggested packages:"
943msgstr ""
944
945#: cmdline/apt-get.cc:1653
946msgid "Recommended packages:"
947msgstr ""
948
949#: cmdline/apt-get.cc:1673
950msgid "Calculating upgrade... "
951msgstr ""
952
953#: cmdline/apt-get.cc:1676 methods/ftp.cc:702 methods/connect.cc:99
954msgid "Failed"
955msgstr ""
956
957#: cmdline/apt-get.cc:1681
958msgid "Done"
959msgstr ""
960
961#: cmdline/apt-get.cc:1854
962msgid "Must specify at least one package to fetch source for"
963msgstr ""
964
965#: cmdline/apt-get.cc:1881 cmdline/apt-get.cc:2088
966#, c-format
967msgid "Unable to find a source package for %s"
968msgstr ""
969
970#: cmdline/apt-get.cc:1928
971#, c-format
972msgid "You don't have enough free space in %s"
973msgstr ""
974
975#: cmdline/apt-get.cc:1933
976#, c-format
977msgid "Need to get %sB/%sB of source archives.\n"
978msgstr ""
979
980#: cmdline/apt-get.cc:1936
981#, c-format
982msgid "Need to get %sB of source archives.\n"
983msgstr ""
984
985#: cmdline/apt-get.cc:1942
986#, c-format
987msgid "Fetch source %s\n"
988msgstr ""
989
990#: cmdline/apt-get.cc:1973
991msgid "Failed to fetch some archives."
992msgstr ""
993
994#: cmdline/apt-get.cc:2001
995#, c-format
996msgid "Skipping unpack of already unpacked source in %s\n"
997msgstr ""
998
999#: cmdline/apt-get.cc:2013
1000#, c-format
1001msgid "Unpack command '%s' failed.\n"
1002msgstr "Unpack command ‘%s’ failed.\n"
1003
1004#: cmdline/apt-get.cc:2030
1005#, c-format
1006msgid "Build command '%s' failed.\n"
1007msgstr "Build command ‘%s’ failed.\n"
1008
1009#: cmdline/apt-get.cc:2049
1010msgid "Child process failed"
1011msgstr ""
1012
1013#: cmdline/apt-get.cc:2065
1014msgid "Must specify at least one package to check builddeps for"
1015msgstr ""
1016
1017#: cmdline/apt-get.cc:2093
1018#, c-format
1019msgid "Unable to get build-dependency information for %s"
1020msgstr ""
1021
1022#: cmdline/apt-get.cc:2113
1023#, c-format
1024msgid "%s has no build depends.\n"
1025msgstr ""
1026
1027#: cmdline/apt-get.cc:2165
1028#, c-format
1029msgid ""
1030"%s dependency for %s cannot be satisfied because the package %s cannot be "
1031"found"
1032msgstr ""
1033
1034#: cmdline/apt-get.cc:2217
1035#, c-format
1036msgid ""
1037"%s dependency for %s cannot be satisfied because no available versions of "
1038"package %s can satisfy version requirements"
1039msgstr ""
1040
1041#: cmdline/apt-get.cc:2252
1042#, c-format
1043msgid "Failed to satisfy %s dependency for %s: Installed package %s is too new"
1044msgstr ""
1045
1046#: cmdline/apt-get.cc:2277
1047#, c-format
1048msgid "Failed to satisfy %s dependency for %s: %s"
1049msgstr ""
1050
1051#: cmdline/apt-get.cc:2291
1052#, c-format
1053msgid "Build-dependencies for %s could not be satisfied."
1054msgstr ""
1055
1056#: cmdline/apt-get.cc:2295
1057msgid "Failed to process build dependencies"
1058msgstr ""
1059
1060#: cmdline/apt-get.cc:2327
1061msgid "Supported modules:"
1062msgstr ""
1063
1064#: cmdline/apt-get.cc:2368
1065msgid ""
1066"Usage: apt-get [options] command\n"
1067" apt-get [options] install|remove pkg1 [pkg2 ...]\n"
1068" apt-get [options] source pkg1 [pkg2 ...]\n"
1069"\n"
1070"apt-get is a simple command line interface for downloading and\n"
1071"installing packages. The most frequently used commands are update\n"
1072"and install.\n"
1073"\n"
1074"Commands:\n"
1075" update - Retrieve new lists of packages\n"
1076" upgrade - Perform an upgrade\n"
1077" install - Install new packages (pkg is libc6 not libc6.deb)\n"
1078" remove - Remove packages\n"
1079" source - Download source archives\n"
1080" build-dep - Configure build-dependencies for source packages\n"
1081" dist-upgrade - Distribution upgrade, see apt-get(8)\n"
1082" dselect-upgrade - Follow dselect selections\n"
1083" clean - Erase downloaded archive files\n"
1084" autoclean - Erase old downloaded archive files\n"
1085" check - Verify that there are no broken dependencies\n"
1086"\n"
1087"Options:\n"
1088" -h This help text.\n"
1089" -q Loggable output - no progress indicator\n"
1090" -qq No output except for errors\n"
1091" -d Download only - do NOT install or unpack archives\n"
1092" -s No-act. Perform ordering simulation\n"
1093" -y Assume Yes to all queries and do not prompt\n"
1094" -f Attempt to continue if the integrity check fails\n"
1095" -m Attempt to continue if archives are unlocatable\n"
1096" -u Show a list of upgraded packages as well\n"
1097" -b Build the source package after fetching it\n"
1098" -V Show verbose version numbers\n"
1099" -c=? Read this configuration file\n"
1100" -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
1101"See the apt-get(8), sources.list(5) and apt.conf(5) manual\n"
1102"pages for more information and options.\n"
1103" This APT has Super Cow Powers.\n"
1104msgstr ""
1105
1106#: cmdline/acqprogress.cc:55
1107msgid "Hit "
1108msgstr ""
1109
1110#: cmdline/acqprogress.cc:79
1111msgid "Get:"
1112msgstr ""
1113
1114#: cmdline/acqprogress.cc:110
1115msgid "Ign "
1116msgstr ""
1117
1118#: cmdline/acqprogress.cc:114
1119msgid "Err "
1120msgstr ""
1121
1122#: cmdline/acqprogress.cc:135
1123#, c-format
1124msgid "Fetched %sB in %s (%sB/s)\n"
1125msgstr ""
1126
1127#: cmdline/acqprogress.cc:225
1128#, c-format
1129msgid " [Working]"
1130msgstr ""
1131
1132#: cmdline/acqprogress.cc:271
1133#, fuzzy, c-format
1134msgid ""
1135"Media change: please insert the disc labeled\n"
1136" '%s'\n"
1137"in the drive '%s' and press enter\n"
1138msgstr ""
1139"Media Change: Please insert the disc labelled\n"
1140" ‘%s’\n"
1141"in the drive ‘%s’ and press enter\n"
1142
1143#: cmdline/apt-sortpkgs.cc:86
1144msgid "Unknown package record!"
1145msgstr ""
1146
1147#: cmdline/apt-sortpkgs.cc:150
1148msgid ""
1149"Usage: apt-sortpkgs [options] file1 [file2 ...]\n"
1150"\n"
1151"apt-sortpkgs is a simple tool to sort package files. The -s option is used\n"
1152"to indicate what kind of file it is.\n"
1153"\n"
1154"Options:\n"
1155" -h This help text\n"
1156" -s Use source file sorting\n"
1157" -c=? Read this configuration file\n"
1158" -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
1159msgstr ""
1160
1161#: dselect/install:32
1162msgid "Bad default setting!"
1163msgstr ""
1164
1165#: dselect/install:51 dselect/install:83 dselect/install:87 dselect/install:93
1166#: dselect/install:104 dselect/update:45
1167msgid "Press enter to continue."
1168msgstr ""
1169
1170#: dselect/install:100
1171msgid "Some errors occurred while unpacking. I'm going to configure the"
1172msgstr ""
1173
1174#: dselect/install:101
1175msgid "packages that were installed. This may result in duplicate errors"
1176msgstr ""
1177
1178#: dselect/install:102
1179msgid "or errors caused by missing dependencies. This is OK, only the errors"
1180msgstr ""
1181
1182#: dselect/install:103
1183msgid ""
1184"above this message are important. Please fix them and run [I]nstall again"
1185msgstr ""
1186
1187#: dselect/update:30
1188msgid "Merging available information"
1189msgstr ""
1190
1191#: apt-inst/contrib/extracttar.cc:117
1192msgid "Failed to create pipes"
1193msgstr ""
1194
1195#: apt-inst/contrib/extracttar.cc:143
1196msgid "Failed to exec gzip "
1197msgstr ""
1198
1199#: apt-inst/contrib/extracttar.cc:180 apt-inst/contrib/extracttar.cc:206
1200msgid "Corrupted archive"
1201msgstr ""
1202
1203#: apt-inst/contrib/extracttar.cc:195
1204msgid "Tar checksum failed, archive corrupted"
1205msgstr ""
1206
1207#: apt-inst/contrib/extracttar.cc:298
1208#, c-format
1209msgid "Unknown TAR header type %u, member %s"
1210msgstr ""
1211
1212#: apt-inst/contrib/arfile.cc:73
1213msgid "Invalid archive signature"
1214msgstr ""
1215
1216#: apt-inst/contrib/arfile.cc:81
1217msgid "Error reading archive member header"
1218msgstr ""
1219
1220#: apt-inst/contrib/arfile.cc:93 apt-inst/contrib/arfile.cc:105
1221msgid "Invalid archive member header"
1222msgstr ""
1223
1224#: apt-inst/contrib/arfile.cc:131
1225msgid "Archive is too short"
1226msgstr ""
1227
1228#: apt-inst/contrib/arfile.cc:135
1229msgid "Failed to read the archive headers"
1230msgstr ""
1231
1232#: apt-inst/filelist.cc:384
1233msgid "DropNode called on still linked node"
1234msgstr ""
1235
1236#: apt-inst/filelist.cc:416
1237msgid "Failed to locate the hash element!"
1238msgstr ""
1239
1240#: apt-inst/filelist.cc:463
1241msgid "Failed to allocate diversion"
1242msgstr ""
1243
1244#: apt-inst/filelist.cc:468
1245msgid "Internal error in AddDiversion"
1246msgstr ""
1247
1248#: apt-inst/filelist.cc:481
1249#, c-format
1250msgid "Trying to overwrite a diversion, %s -> %s and %s/%s"
1251msgstr ""
1252
1253#: apt-inst/filelist.cc:510
1254#, c-format
1255msgid "Double add of diversion %s -> %s"
1256msgstr ""
1257
1258#: apt-inst/filelist.cc:553
1259#, c-format
1260msgid "Duplicate conf file %s/%s"
1261msgstr ""
1262
1263#: apt-inst/dirstream.cc:45 apt-inst/dirstream.cc:50 apt-inst/dirstream.cc:53
1264#, fuzzy, c-format
1265msgid "Failed to write file %s"
1266msgstr "Could not resolve ‘%s’"
1267
1268#: apt-inst/dirstream.cc:80 apt-inst/dirstream.cc:88
1269#, c-format
1270msgid "Failed to close file %s"
1271msgstr ""
1272
1273#: apt-inst/extract.cc:96 apt-inst/extract.cc:167
1274#, c-format
1275msgid "The path %s is too long"
1276msgstr ""
1277
1278#: apt-inst/extract.cc:127
1279#, c-format
1280msgid "Unpacking %s more than once"
1281msgstr ""
1282
1283#: apt-inst/extract.cc:137
1284#, c-format
1285msgid "The directory %s is diverted"
1286msgstr ""
1287
1288#: apt-inst/extract.cc:147
1289#, c-format
1290msgid "The package is trying to write to the diversion target %s/%s"
1291msgstr ""
1292
1293#: apt-inst/extract.cc:157 apt-inst/extract.cc:300
1294msgid "The diversion path is too long"
1295msgstr ""
1296
1297#: apt-inst/extract.cc:243
1298#, c-format
1299msgid "The directory %s is being replaced by a non-directory"
1300msgstr ""
1301
1302#: apt-inst/extract.cc:283
1303msgid "Failed to locate node in its hash bucket"
1304msgstr ""
1305
1306#: apt-inst/extract.cc:287
1307msgid "The path is too long"
1308msgstr ""
1309
1310#: apt-inst/extract.cc:417
1311#, c-format
1312msgid "Overwrite package match with no version for %s"
1313msgstr ""
1314
1315#: apt-inst/extract.cc:434
1316#, c-format
1317msgid "File %s/%s overwrites the one in the package %s"
1318msgstr ""
1319
1320#: apt-inst/extract.cc:467 apt-pkg/contrib/configuration.cc:709
1321#: apt-pkg/contrib/cdromutl.cc:153 apt-pkg/acquire.cc:416 apt-pkg/clean.cc:38
1322#, c-format
1323msgid "Unable to read %s"
1324msgstr ""
1325
1326#: apt-inst/extract.cc:494
1327#, c-format
1328msgid "Unable to stat %s"
1329msgstr ""
1330
1331#: apt-inst/deb/dpkgdb.cc:55 apt-inst/deb/dpkgdb.cc:61
1332#, c-format
1333msgid "Failed to remove %s"
1334msgstr ""
1335
1336#: apt-inst/deb/dpkgdb.cc:110 apt-inst/deb/dpkgdb.cc:112
1337#, c-format
1338msgid "Unable to create %s"
1339msgstr ""
1340
1341#: apt-inst/deb/dpkgdb.cc:118
1342#, c-format
1343msgid "Failed to stat %sinfo"
1344msgstr ""
1345
1346#: apt-inst/deb/dpkgdb.cc:123
1347msgid "The info and temp directories need to be on the same filesystem"
1348msgstr ""
1349
1350#. Build the status cache
1351#: apt-inst/deb/dpkgdb.cc:139 apt-pkg/pkgcachegen.cc:643
1352#: apt-pkg/pkgcachegen.cc:712 apt-pkg/pkgcachegen.cc:717
1353#: apt-pkg/pkgcachegen.cc:840
1354msgid "Reading package lists"
1355msgstr ""
1356
1357#: apt-inst/deb/dpkgdb.cc:180
1358#, c-format
1359msgid "Failed to change to the admin dir %sinfo"
1360msgstr ""
1361
1362#: apt-inst/deb/dpkgdb.cc:201 apt-inst/deb/dpkgdb.cc:355
1363#: apt-inst/deb/dpkgdb.cc:448
1364msgid "Internal error getting a package name"
1365msgstr ""
1366
1367#: apt-inst/deb/dpkgdb.cc:205
1368msgid "Reading file listing"
1369msgstr ""
1370
1371#: apt-inst/deb/dpkgdb.cc:216
1372#, c-format
1373msgid ""
1374"Failed to open the list file '%sinfo/%s'. If you cannot restore this file "
1375"then make it empty and immediately re-install the same version of the "
1376"package!"
1377msgstr ""
1378"Failed to open the list file ‘%sinfo/%s’. If you cannot restore this file "
1379"then make it empty and immediately re-install the same version of the "
1380"package!"
1381
1382#: apt-inst/deb/dpkgdb.cc:229 apt-inst/deb/dpkgdb.cc:242
1383#, c-format
1384msgid "Failed reading the list file %sinfo/%s"
1385msgstr ""
1386
1387#: apt-inst/deb/dpkgdb.cc:266
1388msgid "Internal error getting a node"
1389msgstr ""
1390
1391#: apt-inst/deb/dpkgdb.cc:309
1392#, c-format
1393msgid "Failed to open the diversions file %sdiversions"
1394msgstr ""
1395
1396#: apt-inst/deb/dpkgdb.cc:324
1397msgid "The diversion file is corrupted"
1398msgstr ""
1399
1400#: apt-inst/deb/dpkgdb.cc:331 apt-inst/deb/dpkgdb.cc:336
1401#: apt-inst/deb/dpkgdb.cc:341
1402#, c-format
1403msgid "Invalid line in the diversion file: %s"
1404msgstr ""
1405
1406#: apt-inst/deb/dpkgdb.cc:362
1407msgid "Internal error adding a diversion"
1408msgstr ""
1409
1410#: apt-inst/deb/dpkgdb.cc:383
1411msgid "The pkg cache must be initialized first"
1412msgstr ""
1413
1414#: apt-inst/deb/dpkgdb.cc:386
1415msgid "Reading file list"
1416msgstr ""
1417
1418#: apt-inst/deb/dpkgdb.cc:443
1419#, c-format
1420msgid "Failed to find a Package: header, offset %lu"
1421msgstr ""
1422
1423#: apt-inst/deb/dpkgdb.cc:465
1424#, c-format
1425msgid "Bad ConfFile section in the status file. Offset %lu"
1426msgstr ""
1427
1428#: apt-inst/deb/dpkgdb.cc:470
1429#, c-format
1430msgid "Error parsing MD5. Offset %lu"
1431msgstr ""
1432
1433#: apt-inst/deb/debfile.cc:42 apt-inst/deb/debfile.cc:47
1434#, c-format
1435msgid "This is not a valid DEB archive, missing '%s' member"
1436msgstr "This is not a valid DEB archive, missing ‘%s’ member"
1437
1438#: apt-inst/deb/debfile.cc:52
1439#, fuzzy, c-format
1440msgid "This is not a valid DEB archive, it has no '%s' or '%s' member"
1441msgstr "This is not a valid DEB archive, missing ‘%s’ member"
1442
1443#: apt-inst/deb/debfile.cc:112
1444#, c-format
1445msgid "Couldn't change to %s"
1446msgstr ""
1447
1448#: apt-inst/deb/debfile.cc:138
1449msgid "Internal error, could not locate member"
1450msgstr ""
1451
1452#: apt-inst/deb/debfile.cc:171
1453msgid "Failed to locate a valid control file"
1454msgstr ""
1455
1456#: apt-inst/deb/debfile.cc:256
1457msgid "Unparsable control file"
1458msgstr ""
1459
1460#: methods/cdrom.cc:113
1461#, c-format
1462msgid "Unable to read the cdrom database %s"
1463msgstr ""
1464
1465#: methods/cdrom.cc:122
1466msgid ""
1467"Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update "
1468"cannot be used to add new CD-ROMs"
1469msgstr ""
1470
1471#: methods/cdrom.cc:130 methods/cdrom.cc:168
1472msgid "Wrong CD-ROM"
1473msgstr ""
1474
1475#: methods/cdrom.cc:163
1476#, c-format
1477msgid "Unable to unmount the CD-ROM in %s, it may still be in use."
1478msgstr ""
1479
1480#: methods/cdrom.cc:177 methods/file.cc:77 methods/rsh.cc:264
1481msgid "File not found"
1482msgstr ""
1483
1484#: methods/copy.cc:42 methods/gzip.cc:133 methods/gzip.cc:142
1485msgid "Failed to stat"
1486msgstr ""
1487
1488#: methods/copy.cc:79 methods/gzip.cc:139
1489msgid "Failed to set modification time"
1490msgstr ""
1491
1492#: methods/file.cc:42
1493msgid "Invalid URI, local URIS must not start with //"
1494msgstr ""
1495
1496#. Login must be before getpeername otherwise dante won't work.
1497#: methods/ftp.cc:162
1498msgid "Logging in"
1499msgstr ""
1500
1501#: methods/ftp.cc:168
1502msgid "Unable to determine the peer name"
1503msgstr ""
1504
1505#: methods/ftp.cc:173
1506msgid "Unable to determine the local name"
1507msgstr ""
1508
1509#: methods/ftp.cc:204 methods/ftp.cc:232
1510#, c-format
1511msgid "The server refused the connection and said: %s"
1512msgstr ""
1513
1514#: methods/ftp.cc:210
1515#, c-format
1516msgid "USER failed, server said: %s"
1517msgstr ""
1518
1519#: methods/ftp.cc:217
1520#, c-format
1521msgid "PASS failed, server said: %s"
1522msgstr ""
1523
1524#: methods/ftp.cc:237
1525msgid ""
1526"A proxy server was specified but no login script, Acquire::ftp::ProxyLogin "
1527"is empty."
1528msgstr ""
1529
1530#: methods/ftp.cc:265
1531#, c-format
1532msgid "Login script command '%s' failed, server said: %s"
1533msgstr "Login script command ‘%s’ failed, server said: %s"
1534
1535#: methods/ftp.cc:291
1536#, c-format
1537msgid "TYPE failed, server said: %s"
1538msgstr ""
1539
1540#: methods/ftp.cc:329 methods/ftp.cc:440 methods/rsh.cc:183 methods/rsh.cc:226
1541msgid "Connection timeout"
1542msgstr ""
1543
1544#: methods/ftp.cc:335
1545msgid "Server closed the connection"
1546msgstr ""
1547
1548#: methods/ftp.cc:338 methods/rsh.cc:190 apt-pkg/contrib/fileutl.cc:453
1549msgid "Read error"
1550msgstr ""
1551
1552#: methods/ftp.cc:345 methods/rsh.cc:197
1553msgid "A response overflowed the buffer."
1554msgstr ""
1555
1556#: methods/ftp.cc:362 methods/ftp.cc:374
1557msgid "Protocol corruption"
1558msgstr ""
1559
1560#: methods/ftp.cc:446 methods/rsh.cc:232 apt-pkg/contrib/fileutl.cc:492
1561msgid "Write error"
1562msgstr ""
1563
1564#: methods/ftp.cc:687 methods/ftp.cc:693 methods/ftp.cc:729
1565msgid "Could not create a socket"
1566msgstr ""
1567
1568#: methods/ftp.cc:698
1569msgid "Could not connect data socket, connection timed out"
1570msgstr ""
1571
1572#: methods/ftp.cc:704
1573msgid "Could not connect passive socket."
1574msgstr ""
1575
1576#: methods/ftp.cc:722
1577msgid "getaddrinfo was unable to get a listening socket"
1578msgstr ""
1579
1580#: methods/ftp.cc:736
1581msgid "Could not bind a socket"
1582msgstr ""
1583
1584#: methods/ftp.cc:740
1585msgid "Could not listen on the socket"
1586msgstr ""
1587
1588#: methods/ftp.cc:747
1589msgid "Could not determine the socket's name"
1590msgstr ""
1591
1592#: methods/ftp.cc:779
1593msgid "Unable to send PORT command"
1594msgstr ""
1595
1596#: methods/ftp.cc:789
1597#, c-format
1598msgid "Unknown address family %u (AF_*)"
1599msgstr ""
1600
1601#: methods/ftp.cc:798
1602#, c-format
1603msgid "EPRT failed, server said: %s"
1604msgstr ""
1605
1606#: methods/ftp.cc:818
1607msgid "Data socket connect timed out"
1608msgstr ""
1609
1610#: methods/ftp.cc:825
1611msgid "Unable to accept connection"
1612msgstr ""
1613
1614#: methods/ftp.cc:864 methods/http.cc:920 methods/rsh.cc:303
1615msgid "Problem hashing file"
1616msgstr ""
1617
1618#: methods/ftp.cc:877
1619#, c-format
1620msgid "Unable to fetch file, server said '%s'"
1621msgstr "Unable to fetch file, server said ‘%s’"
1622
1623#: methods/ftp.cc:892 methods/rsh.cc:322
1624msgid "Data socket timed out"
1625msgstr ""
1626
1627#: methods/ftp.cc:922
1628#, c-format
1629msgid "Data transfer failed, server said '%s'"
1630msgstr "Data transfer failed, server said ‘%s’"
1631
1632#. Get the files information
1633#: methods/ftp.cc:997
1634msgid "Query"
1635msgstr ""
1636
1637#: methods/ftp.cc:1106
1638msgid "Unable to invoke "
1639msgstr ""
1640
1641#: methods/connect.cc:64
1642#, c-format
1643msgid "Connecting to %s (%s)"
1644msgstr ""
1645
1646#: methods/connect.cc:71
1647#, c-format
1648msgid "[IP: %s %s]"
1649msgstr ""
1650
1651#: methods/connect.cc:80
1652#, c-format
1653msgid "Could not create a socket for %s (f=%u t=%u p=%u)"
1654msgstr ""
1655
1656#: methods/connect.cc:86
1657#, c-format
1658msgid "Cannot initiate the connection to %s:%s (%s)."
1659msgstr ""
1660
1661#: methods/connect.cc:92
1662#, c-format
1663msgid "Could not connect to %s:%s (%s), connection timed out"
1664msgstr ""
1665
1666#: methods/connect.cc:104
1667#, c-format
1668msgid "Could not connect to %s:%s (%s)."
1669msgstr ""
1670
1671#. We say this mainly because the pause here is for the
1672#. ssh connection that is still going
1673#: methods/connect.cc:132 methods/rsh.cc:425
1674#, c-format
1675msgid "Connecting to %s"
1676msgstr ""
1677
1678#: methods/connect.cc:163
1679#, c-format
1680msgid "Could not resolve '%s'"
1681msgstr "Could not resolve ‘%s’"
1682
1683#: methods/connect.cc:167
1684#, c-format
1685msgid "Temporary failure resolving '%s'"
1686msgstr "Temporary failure resolving ‘%s’"
1687
1688#: methods/connect.cc:169
1689#, c-format
1690msgid "Something wicked happened resolving '%s:%s' (%i)"
1691msgstr "Something wicked happened resolving ‘%s:%s’ (%i)"
1692
1693#: methods/connect.cc:216
1694#, c-format
1695msgid "Unable to connect to %s %s:"
1696msgstr ""
1697
1698#: methods/gzip.cc:57
1699#, c-format
1700msgid "Couldn't open pipe for %s"
1701msgstr ""
1702
1703#: methods/gzip.cc:102
1704#, c-format
1705msgid "Read error from %s process"
1706msgstr ""
1707
1708#: methods/http.cc:344
1709msgid "Waiting for headers"
1710msgstr ""
1711
1712#: methods/http.cc:490
1713#, c-format
1714msgid "Got a single header line over %u chars"
1715msgstr ""
1716
1717#: methods/http.cc:498
1718msgid "Bad header line"
1719msgstr ""
1720
1721#: methods/http.cc:517 methods/http.cc:524
1722msgid "The HTTP server sent an invalid reply header"
1723msgstr ""
1724
1725#: methods/http.cc:553
1726msgid "The HTTP server sent an invalid Content-Length header"
1727msgstr ""
1728
1729#: methods/http.cc:568
1730msgid "The HTTP server sent an invalid Content-Range header"
1731msgstr ""
1732
1733#: methods/http.cc:570
1734msgid "This HTTP server has broken range support"
1735msgstr ""
1736
1737#: methods/http.cc:594
1738msgid "Unknown date format"
1739msgstr ""
1740
1741#: methods/http.cc:741
1742msgid "Select failed"
1743msgstr ""
1744
1745#: methods/http.cc:746
1746msgid "Connection timed out"
1747msgstr ""
1748
1749#: methods/http.cc:769
1750msgid "Error writing to output file"
1751msgstr ""
1752
1753#: methods/http.cc:797
1754msgid "Error writing to file"
1755msgstr ""
1756
1757#: methods/http.cc:822
1758msgid "Error writing to the file"
1759msgstr ""
1760
1761#: methods/http.cc:836
1762msgid "Error reading from server. Remote end closed connection"
1763msgstr ""
1764
1765#: methods/http.cc:838
1766msgid "Error reading from server"
1767msgstr ""
1768
1769#: methods/http.cc:1069
1770msgid "Bad header data"
1771msgstr ""
1772
1773#: methods/http.cc:1086
1774msgid "Connection failed"
1775msgstr ""
1776
1777#: methods/http.cc:1177
1778msgid "Internal error"
1779msgstr ""
1780
1781#: methods/rsh.cc:330
1782msgid "Connection closed prematurely"
1783msgstr ""
1784
1785#: apt-pkg/contrib/mmap.cc:82
1786msgid "Can't mmap an empty file"
1787msgstr ""
1788
1789#: apt-pkg/contrib/mmap.cc:87
1790#, c-format
1791msgid "Couldn't make mmap of %lu bytes"
1792msgstr ""
1793
1794#: apt-pkg/contrib/strutl.cc:941
1795#, c-format
1796msgid "Selection %s not found"
1797msgstr ""
1798
1799#: apt-pkg/contrib/configuration.cc:395
1800#, c-format
1801msgid "Unrecognized type abbreviation: '%c'"
1802msgstr "Unrecognized type abbreviation: ‘%c’"
1803
1804#: apt-pkg/contrib/configuration.cc:453
1805#, c-format
1806msgid "Opening configuration file %s"
1807msgstr ""
1808
1809#: apt-pkg/contrib/configuration.cc:471
1810#, c-format
1811msgid "Line %d too long (max %d)"
1812msgstr ""
1813
1814#: apt-pkg/contrib/configuration.cc:567
1815#, c-format
1816msgid "Syntax error %s:%u: Block starts with no name."
1817msgstr ""
1818
1819#: apt-pkg/contrib/configuration.cc:586
1820#, fuzzy, c-format
1821msgid "Syntax error %s:%u: Malformed tag"
1822msgstr "Syntax error %s:%u: Unsupported directive ‘%s’"
1823
1824#: apt-pkg/contrib/configuration.cc:603
1825#, c-format
1826msgid "Syntax error %s:%u: Extra junk after value"
1827msgstr ""
1828
1829#: apt-pkg/contrib/configuration.cc:643
1830#, c-format
1831msgid "Syntax error %s:%u: Directives can only be done at the top level"
1832msgstr ""
1833
1834#: apt-pkg/contrib/configuration.cc:650
1835#, c-format
1836msgid "Syntax error %s:%u: Too many nested includes"
1837msgstr ""
1838
1839#: apt-pkg/contrib/configuration.cc:654 apt-pkg/contrib/configuration.cc:659
1840#, c-format
1841msgid "Syntax error %s:%u: Included from here"
1842msgstr ""
1843
1844#: apt-pkg/contrib/configuration.cc:663
1845#, c-format
1846msgid "Syntax error %s:%u: Unsupported directive '%s'"
1847msgstr "Syntax error %s:%u: Unsupported directive ‘%s’"
1848
1849#: apt-pkg/contrib/configuration.cc:697
1850#, c-format
1851msgid "Syntax error %s:%u: Extra junk at end of file"
1852msgstr ""
1853
1854#: apt-pkg/contrib/progress.cc:154
1855#, c-format
1856msgid "%c%s... Error!"
1857msgstr ""
1858
1859#: apt-pkg/contrib/progress.cc:156
1860#, c-format
1861msgid "%c%s... Done"
1862msgstr ""
1863
1864#: apt-pkg/contrib/cmndline.cc:80
1865#, c-format
1866msgid "Command line option '%c' [from %s] is not known."
1867msgstr "Command line option ‘%c’ [from %s] is not known."
1868
1869#: apt-pkg/contrib/cmndline.cc:106 apt-pkg/contrib/cmndline.cc:114
1870#: apt-pkg/contrib/cmndline.cc:122
1871#, c-format
1872msgid "Command line option %s is not understood"
1873msgstr ""
1874
1875#: apt-pkg/contrib/cmndline.cc:127
1876#, c-format
1877msgid "Command line option %s is not boolean"
1878msgstr ""
1879
1880#: apt-pkg/contrib/cmndline.cc:166 apt-pkg/contrib/cmndline.cc:187
1881#, c-format
1882msgid "Option %s requires an argument."
1883msgstr ""
1884
1885#: apt-pkg/contrib/cmndline.cc:201 apt-pkg/contrib/cmndline.cc:207
1886#, c-format
1887msgid "Option %s: Configuration item specification must have an =<val>."
1888msgstr ""
1889
1890#: apt-pkg/contrib/cmndline.cc:237
1891#, c-format
1892msgid "Option %s requires an integer argument, not '%s'"
1893msgstr "Option %s requires an integer argument, not ‘%s’"
1894
1895#: apt-pkg/contrib/cmndline.cc:268
1896#, c-format
1897msgid "Option '%s' is too long"
1898msgstr "Option ‘%s’ is too long"
1899
1900#: apt-pkg/contrib/cmndline.cc:301
1901#, c-format
1902msgid "Sense %s is not understood, try true or false."
1903msgstr ""
1904
1905#: apt-pkg/contrib/cmndline.cc:351
1906#, c-format
1907msgid "Invalid operation %s"
1908msgstr ""
1909
1910#: apt-pkg/contrib/cdromutl.cc:55
1911#, c-format
1912msgid "Unable to stat the mount point %s"
1913msgstr ""
1914
1915#: apt-pkg/contrib/cdromutl.cc:149 apt-pkg/acquire.cc:422 apt-pkg/clean.cc:44
1916#, c-format
1917msgid "Unable to change to %s"
1918msgstr ""
1919
1920#: apt-pkg/contrib/cdromutl.cc:190
1921msgid "Failed to stat the cdrom"
1922msgstr ""
1923
1924#: apt-pkg/contrib/fileutl.cc:80
1925#, c-format
1926msgid "Not using locking for read only lock file %s"
1927msgstr ""
1928
1929#: apt-pkg/contrib/fileutl.cc:85
1930#, c-format
1931msgid "Could not open lock file %s"
1932msgstr ""
1933
1934#: apt-pkg/contrib/fileutl.cc:103
1935#, c-format
1936msgid "Not using locking for nfs mounted lock file %s"
1937msgstr ""
1938
1939#: apt-pkg/contrib/fileutl.cc:107
1940#, c-format
1941msgid "Could not get lock %s"
1942msgstr ""
1943
1944#: apt-pkg/contrib/fileutl.cc:359
1945#, fuzzy, c-format
1946msgid "Waited for %s but it wasn't there"
1947msgstr "Waited for %s but it wasn't there"
1948
1949#: apt-pkg/contrib/fileutl.cc:369
1950#, c-format
1951msgid "Sub-process %s received a segmentation fault."
1952msgstr ""
1953
1954#: apt-pkg/contrib/fileutl.cc:372
1955#, c-format
1956msgid "Sub-process %s returned an error code (%u)"
1957msgstr ""
1958
1959#: apt-pkg/contrib/fileutl.cc:374
1960#, c-format
1961msgid "Sub-process %s exited unexpectedly"
1962msgstr ""
1963
1964#: apt-pkg/contrib/fileutl.cc:418
1965#, c-format
1966msgid "Could not open file %s"
1967msgstr ""
1968
1969#: apt-pkg/contrib/fileutl.cc:474
1970#, c-format
1971msgid "read, still have %lu to read but none left"
1972msgstr ""
1973
1974#: apt-pkg/contrib/fileutl.cc:504
1975#, c-format
1976msgid "write, still have %lu to write but couldn't"
1977msgstr ""
1978
1979#: apt-pkg/contrib/fileutl.cc:579
1980msgid "Problem closing the file"
1981msgstr ""
1982
1983#: apt-pkg/contrib/fileutl.cc:585
1984msgid "Problem unlinking the file"
1985msgstr ""
1986
1987#: apt-pkg/contrib/fileutl.cc:596
1988msgid "Problem syncing the file"
1989msgstr ""
1990
1991#: apt-pkg/pkgcache.cc:126
1992msgid "Empty package cache"
1993msgstr ""
1994
1995#: apt-pkg/pkgcache.cc:132
1996msgid "The package cache file is corrupted"
1997msgstr ""
1998
1999#: apt-pkg/pkgcache.cc:137
2000msgid "The package cache file is an incompatible version"
2001msgstr ""
2002
2003#: apt-pkg/pkgcache.cc:142
2004#, fuzzy, c-format
2005msgid "This APT does not support the versioning system '%s'"
2006msgstr "This APT does not support the Versioning System ‘%s’"
2007
2008#: apt-pkg/pkgcache.cc:147
2009msgid "The package cache was built for a different architecture"
2010msgstr ""
2011
2012#: apt-pkg/pkgcache.cc:218
2013msgid "Depends"
2014msgstr ""
2015
2016#: apt-pkg/pkgcache.cc:218
2017msgid "PreDepends"
2018msgstr ""
2019
2020#: apt-pkg/pkgcache.cc:218
2021msgid "Suggests"
2022msgstr ""
2023
2024#: apt-pkg/pkgcache.cc:219
2025msgid "Recommends"
2026msgstr ""
2027
2028#: apt-pkg/pkgcache.cc:219
2029msgid "Conflicts"
2030msgstr ""
2031
2032#: apt-pkg/pkgcache.cc:219
2033msgid "Replaces"
2034msgstr ""
2035
2036#: apt-pkg/pkgcache.cc:220
2037msgid "Obsoletes"
2038msgstr ""
2039
2040#: apt-pkg/pkgcache.cc:231
2041msgid "important"
2042msgstr ""
2043
2044#: apt-pkg/pkgcache.cc:231
2045msgid "required"
2046msgstr ""
2047
2048#: apt-pkg/pkgcache.cc:231
2049msgid "standard"
2050msgstr ""
2051
2052#: apt-pkg/pkgcache.cc:232
2053msgid "optional"
2054msgstr ""
2055
2056#: apt-pkg/pkgcache.cc:232
2057msgid "extra"
2058msgstr ""
2059
2060#: apt-pkg/depcache.cc:60 apt-pkg/depcache.cc:89
2061msgid "Building dependency tree"
2062msgstr ""
2063
2064#: apt-pkg/depcache.cc:61
2065msgid "Candidate versions"
2066msgstr ""
2067
2068#: apt-pkg/depcache.cc:90
2069msgid "Dependency generation"
2070msgstr ""
2071
2072#: apt-pkg/tagfile.cc:73
2073#, c-format
2074msgid "Unable to parse package file %s (1)"
2075msgstr ""
2076
2077#: apt-pkg/tagfile.cc:160
2078#, c-format
2079msgid "Unable to parse package file %s (2)"
2080msgstr ""
2081
2082#: apt-pkg/sourcelist.cc:87
2083#, c-format
2084msgid "Malformed line %lu in source list %s (URI)"
2085msgstr ""
2086
2087#: apt-pkg/sourcelist.cc:89
2088#, c-format
2089msgid "Malformed line %lu in source list %s (dist)"
2090msgstr ""
2091
2092#: apt-pkg/sourcelist.cc:92
2093#, c-format
2094msgid "Malformed line %lu in source list %s (URI parse)"
2095msgstr ""
2096
2097#: apt-pkg/sourcelist.cc:98
2098#, c-format
2099msgid "Malformed line %lu in source list %s (absolute dist)"
2100msgstr ""
2101
2102#: apt-pkg/sourcelist.cc:105
2103#, c-format
2104msgid "Malformed line %lu in source list %s (dist parse)"
2105msgstr ""
2106
2107#: apt-pkg/sourcelist.cc:156
2108#, c-format
2109msgid "Opening %s"
2110msgstr ""
2111
2112#: apt-pkg/sourcelist.cc:170
2113#, c-format
2114msgid "Line %u too long in source list %s."
2115msgstr ""
2116
2117#: apt-pkg/sourcelist.cc:187
2118#, c-format
2119msgid "Malformed line %u in source list %s (type)"
2120msgstr ""
2121
2122#: apt-pkg/sourcelist.cc:191
2123#, fuzzy, c-format
2124msgid "Type '%s' is not known on line %u in source list %s"
2125msgstr "Type ‘%s’ is not known in on line %u in source list %s"
2126
2127#: apt-pkg/sourcelist.cc:199 apt-pkg/sourcelist.cc:202
2128#, c-format
2129msgid "Malformed line %u in source list %s (vendor id)"
2130msgstr ""
2131
2132#: apt-pkg/packagemanager.cc:402
2133#, c-format
2134msgid ""
2135"This installation run will require temporarily removing the essential "
2136"package %s due to a Conflicts/Pre-Depends loop. This is often bad, but if "
2137"you really want to do it, activate the APT::Force-LoopBreak option."
2138msgstr ""
2139
2140#: apt-pkg/pkgrecords.cc:37
2141#, c-format
2142msgid "Index file type '%s' is not supported"
2143msgstr "Index file type ‘%s’ is not supported"
2144
2145#: apt-pkg/algorithms.cc:241
2146#, c-format
2147msgid ""
2148"The package %s needs to be reinstalled, but I can't find an archive for it."
2149msgstr ""
2150
2151#: apt-pkg/algorithms.cc:1059
2152msgid ""
2153"Error, pkgProblemResolver::Resolve generated breaks, this may be caused by "
2154"held packages."
2155msgstr ""
2156
2157#: apt-pkg/algorithms.cc:1061
2158msgid "Unable to correct problems, you have held broken packages."
2159msgstr ""
2160
2161#: apt-pkg/acquire.cc:61
2162#, c-format
2163msgid "Lists directory %spartial is missing."
2164msgstr ""
2165
2166#: apt-pkg/acquire.cc:65
2167#, c-format
2168msgid "Archive directory %spartial is missing."
2169msgstr ""
2170
2171#: apt-pkg/acquire-worker.cc:112
2172#, c-format
2173msgid "The method driver %s could not be found."
2174msgstr ""
2175
2176#: apt-pkg/acquire-worker.cc:161
2177#, c-format
2178msgid "Method %s did not start correctly"
2179msgstr ""
2180
2181#: apt-pkg/init.cc:119
2182#, c-format
2183msgid "Packaging system '%s' is not supported"
2184msgstr "Packaging system ‘%s’ is not supported"
2185
2186#: apt-pkg/init.cc:135
2187msgid "Unable to determine a suitable packaging system type"
2188msgstr ""
2189
2190#: apt-pkg/clean.cc:61
2191#, c-format
2192msgid "Unable to stat %s."
2193msgstr ""
2194
2195#: apt-pkg/srcrecords.cc:48
2196msgid "You must put some 'source' URIs in your sources.list"
2197msgstr "You must put some ‘source’ URIs in your sources.list"
2198
2199#: apt-pkg/cachefile.cc:73
2200msgid "The package lists or status file could not be parsed or opened."
2201msgstr ""
2202
2203#: apt-pkg/cachefile.cc:77
2204msgid "You may want to run apt-get update to correct these problems"
2205msgstr ""
2206
2207#: apt-pkg/policy.cc:269
2208msgid "Invalid record in the preferences file, no Package header"
2209msgstr ""
2210
2211#: apt-pkg/policy.cc:291
2212#, c-format
2213msgid "Did not understand pin type %s"
2214msgstr ""
2215
2216#: apt-pkg/policy.cc:299
2217msgid "No priority (or zero) specified for pin"
2218msgstr ""
2219
2220#: apt-pkg/pkgcachegen.cc:74
2221msgid "Cache has an incompatible versioning system"
2222msgstr ""
2223
2224#: apt-pkg/pkgcachegen.cc:117
2225#, c-format
2226msgid "Error occurred while processing %s (NewPackage)"
2227msgstr ""
2228
2229#: apt-pkg/pkgcachegen.cc:129
2230#, c-format
2231msgid "Error occurred while processing %s (UsePackage1)"
2232msgstr ""
2233
2234#: apt-pkg/pkgcachegen.cc:150
2235#, c-format
2236msgid "Error occurred while processing %s (UsePackage2)"
2237msgstr ""
2238
2239#: apt-pkg/pkgcachegen.cc:154
2240#, c-format
2241msgid "Error occurred while processing %s (NewFileVer1)"
2242msgstr ""
2243
2244#: apt-pkg/pkgcachegen.cc:184
2245#, c-format
2246msgid "Error occurred while processing %s (NewVersion1)"
2247msgstr ""
2248
2249#: apt-pkg/pkgcachegen.cc:188
2250#, c-format
2251msgid "Error occurred while processing %s (UsePackage3)"
2252msgstr ""
2253
2254#: apt-pkg/pkgcachegen.cc:192
2255#, c-format
2256msgid "Error occurred while processing %s (NewVersion2)"
2257msgstr ""
2258
2259#: apt-pkg/pkgcachegen.cc:207
2260msgid "Wow, you exceeded the number of package names this APT is capable of."
2261msgstr ""
2262
2263#: apt-pkg/pkgcachegen.cc:210
2264msgid "Wow, you exceeded the number of versions this APT is capable of."
2265msgstr ""
2266
2267#: apt-pkg/pkgcachegen.cc:213
2268msgid "Wow, you exceeded the number of dependencies this APT is capable of."
2269msgstr ""
2270
2271#: apt-pkg/pkgcachegen.cc:241
2272#, c-format
2273msgid "Error occurred while processing %s (FindPkg)"
2274msgstr ""
2275
2276#: apt-pkg/pkgcachegen.cc:254
2277#, c-format
2278msgid "Error occurred while processing %s (CollectFileProvides)"
2279msgstr ""
2280
2281#: apt-pkg/pkgcachegen.cc:260
2282#, c-format
2283msgid "Package %s %s was not found while processing file dependencies"
2284msgstr ""
2285
2286#: apt-pkg/pkgcachegen.cc:574
2287#, c-format
2288msgid "Couldn't stat source package list %s"
2289msgstr ""
2290
2291#: apt-pkg/pkgcachegen.cc:658
2292msgid "Collecting File Provides"
2293msgstr ""
2294
2295#: apt-pkg/pkgcachegen.cc:785 apt-pkg/pkgcachegen.cc:792
2296msgid "IO Error saving source cache"
2297msgstr ""
2298
2299#: apt-pkg/acquire-item.cc:126
2300#, c-format
2301msgid "rename failed, %s (%s -> %s)."
2302msgstr ""
2303
2304#: apt-pkg/acquire-item.cc:235 apt-pkg/acquire-item.cc:900
2305msgid "MD5Sum mismatch"
2306msgstr ""
2307
2308#: apt-pkg/acquire-item.cc:714
2309#, c-format
2310msgid ""
2311"I wasn't able to locate a file for the %s package. This might mean you need "
2312"to manually fix this package. (due to missing arch)"
2313msgstr ""
2314
2315#: apt-pkg/acquire-item.cc:767
2316#, c-format
2317msgid ""
2318"I wasn't able to locate file for the %s package. This might mean you need to "
2319"manually fix this package."
2320msgstr ""
2321
2322#: apt-pkg/acquire-item.cc:803
2323#, c-format
2324msgid ""
2325"The package index files are corrupted. No Filename: field for package %s."
2326msgstr ""
2327
2328#: apt-pkg/acquire-item.cc:890
2329msgid "Size mismatch"
2330msgstr ""
2331
2332#: apt-pkg/vendorlist.cc:66
2333#, c-format
2334msgid "Vendor block %s contains no fingerprint"
2335msgstr ""
2336
2337#: apt-pkg/cdrom.cc:504
2338#, c-format
2339msgid ""
2340"Using CD-ROM mount point %s\n"
2341"Mounting CD-ROM\n"
2342msgstr ""
2343
2344#: apt-pkg/cdrom.cc:513 apt-pkg/cdrom.cc:595
2345msgid "Identifying.. "
2346msgstr ""
2347
2348#: apt-pkg/cdrom.cc:538
2349#, c-format
2350msgid "Stored label: %s \n"
2351msgstr ""
2352
2353#: apt-pkg/cdrom.cc:558
2354#, c-format
2355msgid "Using CD-ROM mount point %s\n"
2356msgstr ""
2357
2358#: apt-pkg/cdrom.cc:576
2359msgid "Unmounting CD-ROM\n"
2360msgstr ""
2361
2362#: apt-pkg/cdrom.cc:580
2363msgid "Waiting for disc...\n"
2364msgstr ""
2365
2366#. Mount the new CDROM
2367#: apt-pkg/cdrom.cc:588
2368msgid "Mounting CD-ROM...\n"
2369msgstr ""
2370
2371#: apt-pkg/cdrom.cc:606
2372msgid "Scanning disc for index files..\n"
2373msgstr ""
2374
2375#: apt-pkg/cdrom.cc:644
2376#, c-format
2377msgid "Found %i package indexes, %i source indexes and %i signatures\n"
2378msgstr ""
2379
2380#: apt-pkg/cdrom.cc:701
2381msgid "That is not a valid name, try again.\n"
2382msgstr ""
2383
2384#: apt-pkg/cdrom.cc:717
2385#, c-format
2386msgid ""
2387"This disc is called: \n"
2388"'%s'\n"
2389msgstr ""
2390
2391#: apt-pkg/cdrom.cc:721
2392msgid "Copying package lists..."
2393msgstr ""
2394
2395#: apt-pkg/cdrom.cc:745
2396msgid "Writing new source list\n"
2397msgstr ""
2398
2399#: apt-pkg/cdrom.cc:754
2400msgid "Source list entries for this disc are:\n"
2401msgstr ""
2402
2403#: apt-pkg/cdrom.cc:788
2404msgid "Unmounting CD-ROM..."
2405msgstr ""
2406
2407#: apt-pkg/indexcopy.cc:261
2408#, c-format
2409msgid "Wrote %i records.\n"
2410msgstr ""
2411
2412#: apt-pkg/indexcopy.cc:263
2413#, c-format
2414msgid "Wrote %i records with %i missing files.\n"
2415msgstr ""
2416
2417#: apt-pkg/indexcopy.cc:266
2418#, c-format
2419msgid "Wrote %i records with %i mismatched files\n"
2420msgstr ""
2421
2422#: apt-pkg/indexcopy.cc:269
2423#, c-format
2424msgid "Wrote %i records with %i missing files and %i mismatched files\n"
2425msgstr ""
2426
2427#~ msgid "Unknown vendor ID '%s' in line %u of source list %s"
2428#~ msgstr "Unknown vendor ID ‘%s’ in line %u of source list %s"
2429
2430#~ msgid ""
2431#~ "Some broken packages were found while trying to process build-"
2432#~ "dependencies.\n"
2433#~ "You might want to run `apt-get -f install' to correct these."
2434#~ msgstr ""
2435#~ "Some broken packages were found while trying to process build-"
2436#~ "dependencies.\n"
2437#~ "You might want to run ‘apt-get -f install’ to correct these."
2438
2439#~ msgid "<- '"
2440#~ msgstr "<- ‘"
2441
2442#~ msgid "'"
2443#~ msgstr "‘"
2444
2445#~ msgid "-> '"
2446#~ msgstr "-> ‘"
2447
2448#~ msgid "Please provide a name for this Disc, such as 'Debian 2.1r1 Disk 1'"
2449#~ msgstr "Please provide a name for this Disc, such as ‘Debian 2.1r1 Disk 1’"
2450
2451#~ msgid " '"
2452#~ msgstr " ‘"
2453
2454#~ msgid "....\"Have you mooed today?\"..."
2455#~ msgstr "....‘Have you mooed today?’..."