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