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