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