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