1 # SOME DESCRIPTIVE TITLE.
2 # This file is put in the public domain.
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
8 "Project-Id-Version: apt 1.0.8\n"
9 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
10 "POT-Creation-Date: 2014-09-09 20:35+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"
16 "Content-Type: text/plain; charset=CHARSET\n"
17 "Content-Transfer-Encoding: 8bit\n"
19 #: cmdline/apt-cache.cc:149
21 msgid "Package %s version %s has an unmet dep:\n"
24 #: cmdline/apt-cache.cc:277
25 msgid "Total package names: "
28 #: cmdline/apt-cache.cc:279
29 msgid "Total package structures: "
32 #: cmdline/apt-cache.cc:319
33 msgid " Normal packages: "
36 #: cmdline/apt-cache.cc:320
37 msgid " Pure virtual packages: "
40 #: cmdline/apt-cache.cc:321
41 msgid " Single virtual packages: "
44 #: cmdline/apt-cache.cc:322
45 msgid " Mixed virtual packages: "
48 #: cmdline/apt-cache.cc:323
52 #: cmdline/apt-cache.cc:325
53 msgid "Total distinct versions: "
56 #: cmdline/apt-cache.cc:327
57 msgid "Total distinct descriptions: "
60 #: cmdline/apt-cache.cc:329
61 msgid "Total dependencies: "
64 #: cmdline/apt-cache.cc:332
65 msgid "Total ver/file relations: "
68 #: cmdline/apt-cache.cc:334
69 msgid "Total Desc/File relations: "
72 #: cmdline/apt-cache.cc:336
73 msgid "Total Provides mappings: "
76 #: cmdline/apt-cache.cc:348
77 msgid "Total globbed strings: "
80 #: cmdline/apt-cache.cc:362
81 msgid "Total dependency version space: "
84 #: cmdline/apt-cache.cc:367
85 msgid "Total slack space: "
88 #: cmdline/apt-cache.cc:375
89 msgid "Total space accounted for: "
92 #: cmdline/apt-cache.cc:506 cmdline/apt-cache.cc:1155
93 #: apt-private/private-show.cc:58
95 msgid "Package file %s is out of sync."
98 #: cmdline/apt-cache.cc:584 cmdline/apt-cache.cc:1442
99 #: cmdline/apt-cache.cc:1444 cmdline/apt-cache.cc:1521 cmdline/apt-mark.cc:59
100 #: cmdline/apt-mark.cc:106 cmdline/apt-mark.cc:232
101 #: apt-private/private-show.cc:171 apt-private/private-show.cc:173
102 msgid "No packages found"
105 #: cmdline/apt-cache.cc:1254 apt-private/private-search.cc:41
106 msgid "You must give at least one search pattern"
109 #: cmdline/apt-cache.cc:1421
110 msgid "This command is deprecated. Please use 'apt-mark showauto' instead."
113 #: cmdline/apt-cache.cc:1516 apt-pkg/cacheset.cc:596
115 msgid "Unable to locate package %s"
118 #: cmdline/apt-cache.cc:1546
119 msgid "Package files:"
122 #: cmdline/apt-cache.cc:1553 cmdline/apt-cache.cc:1644
123 msgid "Cache is out of sync, can't x-ref a package file"
126 #. Show any packages have explicit pins
127 #: cmdline/apt-cache.cc:1567
128 msgid "Pinned packages:"
131 #: cmdline/apt-cache.cc:1579 cmdline/apt-cache.cc:1624
135 #: cmdline/apt-cache.cc:1587
139 #: cmdline/apt-cache.cc:1588
143 #: cmdline/apt-cache.cc:1606 cmdline/apt-cache.cc:1614
147 #: cmdline/apt-cache.cc:1621
148 msgid " Package pin: "
151 #. Show the priority tables
152 #: cmdline/apt-cache.cc:1630
153 msgid " Version table:"
156 #: cmdline/apt-cache.cc:1743 cmdline/apt-cdrom.cc:207 cmdline/apt-config.cc:83
157 #: cmdline/apt-get.cc:1587 cmdline/apt-helper.cc:73 cmdline/apt-mark.cc:388
158 #: cmdline/apt.cc:42 cmdline/apt-extracttemplates.cc:217
159 #: ftparchive/apt-ftparchive.cc:620 cmdline/apt-internal-solver.cc:45
160 #: cmdline/apt-sortpkgs.cc:147
162 msgid "%s %s for %s compiled on %s %s\n"
165 #: cmdline/apt-cache.cc:1750
167 "Usage: apt-cache [options] command\n"
168 " apt-cache [options] showpkg pkg1 [pkg2 ...]\n"
169 " apt-cache [options] showsrc pkg1 [pkg2 ...]\n"
171 "apt-cache is a low-level tool used to query information\n"
172 "from APT's binary cache files\n"
175 " gencaches - Build both the package and source cache\n"
176 " showpkg - Show some general information for a single package\n"
177 " showsrc - Show source records\n"
178 " stats - Show some basic statistics\n"
179 " dump - Show the entire file in a terse form\n"
180 " dumpavail - Print an available file to stdout\n"
181 " unmet - Show unmet dependencies\n"
182 " search - Search the package list for a regex pattern\n"
183 " show - Show a readable record for the package\n"
184 " depends - Show raw dependency information for a package\n"
185 " rdepends - Show reverse dependency information for a package\n"
186 " pkgnames - List the names of all packages in the system\n"
187 " dotty - Generate package graphs for GraphViz\n"
188 " xvcg - Generate package graphs for xvcg\n"
189 " policy - Show policy settings\n"
192 " -h This help text.\n"
193 " -p=? The package cache.\n"
194 " -s=? The source cache.\n"
195 " -q Disable progress indicator.\n"
196 " -i Show only important deps for the unmet command.\n"
197 " -c=? Read this configuration file\n"
198 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
199 "See the apt-cache(8) and apt.conf(5) manual pages for more information.\n"
202 #: cmdline/apt-cdrom.cc:76
203 msgid "Please provide a name for this Disc, such as 'Debian 5.0.3 Disk 1'"
206 #: cmdline/apt-cdrom.cc:91
207 msgid "Please insert a Disc in the drive and press enter"
210 #: cmdline/apt-cdrom.cc:139
212 msgid "Failed to mount '%s' to '%s'"
215 #: cmdline/apt-cdrom.cc:178
217 "No CD-ROM could be auto-detected or found using the default mount point.\n"
218 "You may try the --cdrom option to set the CD-ROM mount point.\n"
219 "See 'man apt-cdrom' for more information about the CD-ROM auto-detection and "
223 #: cmdline/apt-cdrom.cc:182
224 msgid "Repeat this process for the rest of the CDs in your set."
227 #: cmdline/apt-config.cc:48
228 msgid "Arguments not in pairs"
231 #: cmdline/apt-config.cc:89
233 "Usage: apt-config [options] command\n"
235 "apt-config is a simple tool to read the APT config file\n"
238 " shell - Shell mode\n"
239 " dump - Show the configuration\n"
242 " -h This help text.\n"
243 " -c=? Read this configuration file\n"
244 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
247 #: cmdline/apt-get.cc:245
249 msgid "Can not find a package for architecture '%s'"
252 #: cmdline/apt-get.cc:327
254 msgid "Can not find a package '%s' with version '%s'"
257 #: cmdline/apt-get.cc:330
259 msgid "Can not find a package '%s' with release '%s'"
262 #: cmdline/apt-get.cc:367
264 msgid "Picking '%s' as source package instead of '%s'\n"
267 #: cmdline/apt-get.cc:423
269 msgid "Can not find version '%s' of package '%s'"
272 #: cmdline/apt-get.cc:454
274 msgid "Couldn't find package %s"
277 #: cmdline/apt-get.cc:459 cmdline/apt-mark.cc:81
278 #: apt-private/private-install.cc:865
280 msgid "%s set to manually installed.\n"
283 #: cmdline/apt-get.cc:461 cmdline/apt-mark.cc:83
285 msgid "%s set to automatically installed.\n"
288 #: cmdline/apt-get.cc:469 cmdline/apt-mark.cc:127
290 "This command is deprecated. Please use 'apt-mark auto' and 'apt-mark manual' "
294 #: cmdline/apt-get.cc:538 cmdline/apt-get.cc:546
295 msgid "Internal error, problem resolver broke stuff"
298 #: cmdline/apt-get.cc:574 cmdline/apt-get.cc:611
299 msgid "Unable to lock the download directory"
302 #: cmdline/apt-get.cc:726
303 msgid "Must specify at least one package to fetch source for"
306 #: cmdline/apt-get.cc:766 cmdline/apt-get.cc:1067
308 msgid "Unable to find a source package for %s"
311 #: cmdline/apt-get.cc:786
314 "NOTICE: '%s' packaging is maintained in the '%s' version control system at:\n"
318 #: cmdline/apt-get.cc:791
323 "to retrieve the latest (possibly unreleased) updates to the package.\n"
326 #: cmdline/apt-get.cc:843
328 msgid "Skipping already downloaded file '%s'\n"
331 #: cmdline/apt-get.cc:869 cmdline/apt-get.cc:872
332 #: apt-private/private-install.cc:187 apt-private/private-install.cc:190
334 msgid "Couldn't determine free space in %s"
337 #: cmdline/apt-get.cc:882
339 msgid "You don't have enough free space in %s"
342 #. TRANSLATOR: The required space between number and unit is already included
343 #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB
344 #: cmdline/apt-get.cc:891
346 msgid "Need to get %sB/%sB of source archives.\n"
349 #. TRANSLATOR: The required space between number and unit is already included
350 #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB
351 #: cmdline/apt-get.cc:896
353 msgid "Need to get %sB of source archives.\n"
356 #: cmdline/apt-get.cc:902
358 msgid "Fetch source %s\n"
361 #: cmdline/apt-get.cc:920
362 msgid "Failed to fetch some archives."
365 #: cmdline/apt-get.cc:925 apt-private/private-install.cc:314
366 msgid "Download complete and in download only mode"
369 #: cmdline/apt-get.cc:950
371 msgid "Skipping unpack of already unpacked source in %s\n"
374 #: cmdline/apt-get.cc:963
376 msgid "Unpack command '%s' failed.\n"
379 #: cmdline/apt-get.cc:964
381 msgid "Check if the 'dpkg-dev' package is installed.\n"
384 #: cmdline/apt-get.cc:992
386 msgid "Build command '%s' failed.\n"
389 #: cmdline/apt-get.cc:1011
390 msgid "Child process failed"
393 #: cmdline/apt-get.cc:1030
394 msgid "Must specify at least one package to check builddeps for"
397 #: cmdline/apt-get.cc:1055
400 "No architecture information available for %s. See apt.conf(5) APT::"
401 "Architectures for setup"
404 #: cmdline/apt-get.cc:1079 cmdline/apt-get.cc:1082
406 msgid "Unable to get build-dependency information for %s"
409 #: cmdline/apt-get.cc:1102
411 msgid "%s has no build depends.\n"
414 #: cmdline/apt-get.cc:1272
417 "%s dependency for %s can't be satisfied because %s is not allowed on '%s' "
421 #: cmdline/apt-get.cc:1290
424 "%s dependency for %s cannot be satisfied because the package %s cannot be "
428 #: cmdline/apt-get.cc:1313
430 msgid "Failed to satisfy %s dependency for %s: Installed package %s is too new"
433 #: cmdline/apt-get.cc:1352
436 "%s dependency for %s cannot be satisfied because candidate version of "
437 "package %s can't satisfy version requirements"
440 #: cmdline/apt-get.cc:1358
443 "%s dependency for %s cannot be satisfied because package %s has no candidate "
447 #: cmdline/apt-get.cc:1381
449 msgid "Failed to satisfy %s dependency for %s: %s"
452 #: cmdline/apt-get.cc:1396
454 msgid "Build-dependencies for %s could not be satisfied."
457 #: cmdline/apt-get.cc:1401
458 msgid "Failed to process build dependencies"
461 #: cmdline/apt-get.cc:1494 cmdline/apt-get.cc:1506
463 msgid "Changelog for %s (%s)"
466 #: cmdline/apt-get.cc:1592
467 msgid "Supported modules:"
470 #: cmdline/apt-get.cc:1633
472 "Usage: apt-get [options] command\n"
473 " apt-get [options] install|remove pkg1 [pkg2 ...]\n"
474 " apt-get [options] source pkg1 [pkg2 ...]\n"
476 "apt-get is a simple command line interface for downloading and\n"
477 "installing packages. The most frequently used commands are update\n"
481 " update - Retrieve new lists of packages\n"
482 " upgrade - Perform an upgrade\n"
483 " install - Install new packages (pkg is libc6 not libc6.deb)\n"
484 " remove - Remove packages\n"
485 " autoremove - Remove automatically all unused packages\n"
486 " purge - Remove packages and config files\n"
487 " source - Download source archives\n"
488 " build-dep - Configure build-dependencies for source packages\n"
489 " dist-upgrade - Distribution upgrade, see apt-get(8)\n"
490 " dselect-upgrade - Follow dselect selections\n"
491 " clean - Erase downloaded archive files\n"
492 " autoclean - Erase old downloaded archive files\n"
493 " check - Verify that there are no broken dependencies\n"
494 " changelog - Download and display the changelog for the given package\n"
495 " download - Download the binary package into the current directory\n"
498 " -h This help text.\n"
499 " -q Loggable output - no progress indicator\n"
500 " -qq No output except for errors\n"
501 " -d Download only - do NOT install or unpack archives\n"
502 " -s No-act. Perform ordering simulation\n"
503 " -y Assume Yes to all queries and do not prompt\n"
504 " -f Attempt to correct a system with broken dependencies in place\n"
505 " -m Attempt to continue if archives are unlocatable\n"
506 " -u Show a list of upgraded packages as well\n"
507 " -b Build the source package after fetching it\n"
508 " -V Show verbose version numbers\n"
509 " -c=? Read this configuration file\n"
510 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
511 "See the apt-get(8), sources.list(5) and apt.conf(5) manual\n"
512 "pages for more information and options.\n"
513 " This APT has Super Cow Powers.\n"
516 #: cmdline/apt-helper.cc:36
517 msgid "Need one URL as argument"
520 #: cmdline/apt-helper.cc:49
521 msgid "Must specify at least one pair url/filename"
524 #: cmdline/apt-helper.cc:67
525 msgid "Download Failed"
528 #: cmdline/apt-helper.cc:80
530 "Usage: apt-helper [options] command\n"
531 " apt-helper [options] download-file uri target-path\n"
533 "apt-helper is a internal helper for apt\n"
536 " download-file - download the given uri to the target-path\n"
537 " auto-detect-proxy - detect proxy using apt.conf\n"
539 " This APT helper has Super Meep Powers.\n"
542 #: cmdline/apt-mark.cc:68
544 msgid "%s can not be marked as it is not installed.\n"
547 #: cmdline/apt-mark.cc:74
549 msgid "%s was already set to manually installed.\n"
552 #: cmdline/apt-mark.cc:76
554 msgid "%s was already set to automatically installed.\n"
557 #: cmdline/apt-mark.cc:241
559 msgid "%s was already set on hold.\n"
562 #: cmdline/apt-mark.cc:243
564 msgid "%s was already not hold.\n"
567 #: cmdline/apt-mark.cc:258 cmdline/apt-mark.cc:339
568 #: apt-pkg/contrib/fileutl.cc:812 apt-pkg/contrib/gpgv.cc:219
569 #: apt-pkg/deb/dpkgpm.cc:1272
571 msgid "Waited for %s but it wasn't there"
574 #: cmdline/apt-mark.cc:273 cmdline/apt-mark.cc:322
576 msgid "%s set on hold.\n"
579 #: cmdline/apt-mark.cc:275 cmdline/apt-mark.cc:327
581 msgid "Canceled hold on %s.\n"
584 #: cmdline/apt-mark.cc:345
585 msgid "Executing dpkg failed. Are you root?"
588 #: cmdline/apt-mark.cc:392
590 "Usage: apt-mark [options] {auto|manual} pkg1 [pkg2 ...]\n"
592 "apt-mark is a simple command line interface for marking packages\n"
593 "as manually or automatically installed. It can also list marks.\n"
596 " auto - Mark the given packages as automatically installed\n"
597 " manual - Mark the given packages as manually installed\n"
598 " hold - Mark a package as held back\n"
599 " unhold - Unset a package set as held back\n"
600 " showauto - Print the list of automatically installed packages\n"
601 " showmanual - Print the list of manually installed packages\n"
602 " showhold - Print the list of package on hold\n"
605 " -h This help text.\n"
606 " -q Loggable output - no progress indicator\n"
607 " -qq No output except for errors\n"
608 " -s No-act. Just prints what would be done.\n"
609 " -f read/write auto/manual marking in the given file\n"
610 " -c=? Read this configuration file\n"
611 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
612 "See the apt-mark(8) and apt.conf(5) manual pages for more information."
617 "Usage: apt [options] command\n"
621 " list - list packages based on package names\n"
622 " search - search in package descriptions\n"
623 " show - show package details\n"
625 " update - update list of available packages\n"
627 " install - install packages\n"
628 " remove - remove packages\n"
630 " upgrade - upgrade the system by installing/upgrading packages\n"
631 " full-upgrade - upgrade the system by removing/installing/upgrading "
634 " edit-sources - edit the source information file\n"
637 #: methods/cdrom.cc:203
639 msgid "Unable to read the cdrom database %s"
642 #: methods/cdrom.cc:212
644 "Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update "
645 "cannot be used to add new CD-ROMs"
648 #: methods/cdrom.cc:222
652 #: methods/cdrom.cc:249
654 msgid "Unable to unmount the CD-ROM in %s, it may still be in use."
657 #: methods/cdrom.cc:254
658 msgid "Disk not found."
661 #: methods/cdrom.cc:262 methods/file.cc:83 methods/rsh.cc:278
662 msgid "File not found"
665 #: methods/copy.cc:47 methods/gzip.cc:117 methods/rred.cc:598
666 #: methods/rred.cc:608
667 msgid "Failed to stat"
670 #: methods/copy.cc:83 methods/gzip.cc:124 methods/rred.cc:605
671 msgid "Failed to set modification time"
674 #: methods/file.cc:48
675 msgid "Invalid URI, local URIS must not start with //"
678 #. Login must be before getpeername otherwise dante won't work.
679 #: methods/ftp.cc:177
683 #: methods/ftp.cc:183
684 msgid "Unable to determine the peer name"
687 #: methods/ftp.cc:188
688 msgid "Unable to determine the local name"
691 #: methods/ftp.cc:219 methods/ftp.cc:247
693 msgid "The server refused the connection and said: %s"
696 #: methods/ftp.cc:225
698 msgid "USER failed, server said: %s"
701 #: methods/ftp.cc:232
703 msgid "PASS failed, server said: %s"
706 #: methods/ftp.cc:252
708 "A proxy server was specified but no login script, Acquire::ftp::ProxyLogin "
712 #: methods/ftp.cc:280
714 msgid "Login script command '%s' failed, server said: %s"
717 #: methods/ftp.cc:306
719 msgid "TYPE failed, server said: %s"
722 #: methods/ftp.cc:344 methods/ftp.cc:456 methods/rsh.cc:195 methods/rsh.cc:240
723 msgid "Connection timeout"
726 #: methods/ftp.cc:350
727 msgid "Server closed the connection"
730 #: methods/ftp.cc:353 methods/rsh.cc:202 apt-pkg/contrib/fileutl.cc:1476
731 #: apt-pkg/contrib/fileutl.cc:1485 apt-pkg/contrib/fileutl.cc:1490
732 #: apt-pkg/contrib/fileutl.cc:1492
736 #: methods/ftp.cc:360 methods/rsh.cc:209
737 msgid "A response overflowed the buffer."
740 #: methods/ftp.cc:377 methods/ftp.cc:389
741 msgid "Protocol corruption"
744 #: methods/ftp.cc:462 methods/rsh.cc:246 apt-pkg/contrib/fileutl.cc:872
745 #: apt-pkg/contrib/fileutl.cc:1598 apt-pkg/contrib/fileutl.cc:1607
746 #: apt-pkg/contrib/fileutl.cc:1612 apt-pkg/contrib/fileutl.cc:1614
747 #: apt-pkg/contrib/fileutl.cc:1639
751 #: methods/ftp.cc:701 methods/ftp.cc:707 methods/ftp.cc:742
752 msgid "Could not create a socket"
755 #: methods/ftp.cc:712
756 msgid "Could not connect data socket, connection timed out"
759 #: methods/ftp.cc:716 methods/connect.cc:116
763 #: methods/ftp.cc:718
764 msgid "Could not connect passive socket."
767 #: methods/ftp.cc:735
768 msgid "getaddrinfo was unable to get a listening socket"
771 #: methods/ftp.cc:749
772 msgid "Could not bind a socket"
775 #: methods/ftp.cc:753
776 msgid "Could not listen on the socket"
779 #: methods/ftp.cc:760
780 msgid "Could not determine the socket's name"
783 #: methods/ftp.cc:792
784 msgid "Unable to send PORT command"
787 #: methods/ftp.cc:802
789 msgid "Unknown address family %u (AF_*)"
792 #: methods/ftp.cc:811
794 msgid "EPRT failed, server said: %s"
797 #: methods/ftp.cc:831
798 msgid "Data socket connect timed out"
801 #: methods/ftp.cc:838
802 msgid "Unable to accept connection"
805 #: methods/ftp.cc:877 methods/server.cc:353 methods/rsh.cc:316
806 msgid "Problem hashing file"
809 #: methods/ftp.cc:890
811 msgid "Unable to fetch file, server said '%s'"
814 #: methods/ftp.cc:905 methods/rsh.cc:335
815 msgid "Data socket timed out"
818 #: methods/ftp.cc:935
820 msgid "Data transfer failed, server said '%s'"
823 #. Get the files information
824 #: methods/ftp.cc:1014
828 #: methods/ftp.cc:1128
829 msgid "Unable to invoke "
832 #: methods/connect.cc:76
834 msgid "Connecting to %s (%s)"
837 #: methods/connect.cc:87
842 #: methods/connect.cc:94
844 msgid "Could not create a socket for %s (f=%u t=%u p=%u)"
847 #: methods/connect.cc:100
849 msgid "Cannot initiate the connection to %s:%s (%s)."
852 #: methods/connect.cc:108
854 msgid "Could not connect to %s:%s (%s), connection timed out"
857 #: methods/connect.cc:126
859 msgid "Could not connect to %s:%s (%s)."
862 #. We say this mainly because the pause here is for the
863 #. ssh connection that is still going
864 #: methods/connect.cc:154 methods/rsh.cc:439
866 msgid "Connecting to %s"
869 #: methods/connect.cc:180 methods/connect.cc:199
871 msgid "Could not resolve '%s'"
874 #: methods/connect.cc:205
876 msgid "Temporary failure resolving '%s'"
879 #: methods/connect.cc:209
881 msgid "System error resolving '%s:%s'"
884 #: methods/connect.cc:211
886 msgid "Something wicked happened resolving '%s:%s' (%i - %s)"
889 #: methods/connect.cc:258
891 msgid "Unable to connect to %s:%s:"
894 #: methods/gpgv.cc:168
896 "Internal error: Good signature, but could not determine key fingerprint?!"
899 #: methods/gpgv.cc:172
900 msgid "At least one invalid signature was encountered."
903 #: methods/gpgv.cc:174
904 msgid "Could not execute 'apt-key' to verify signature (is gnupg installed?)"
907 #. TRANSLATORS: %s is a single techy word like 'NODATA'
908 #: methods/gpgv.cc:180
911 "Clearsigned file isn't valid, got '%s' (does the network require "
915 #: methods/gpgv.cc:184
916 msgid "Unknown error executing apt-key"
919 #: methods/gpgv.cc:217 methods/gpgv.cc:224
920 msgid "The following signatures were invalid:\n"
923 #: methods/gpgv.cc:231
925 "The following signatures couldn't be verified because the public key is not "
929 #: methods/gzip.cc:69
930 msgid "Empty files can't be valid archives"
933 #: methods/http.cc:511
934 msgid "Error writing to the file"
937 #: methods/http.cc:525
938 msgid "Error reading from server. Remote end closed connection"
941 #: methods/http.cc:527
942 msgid "Error reading from server"
945 #: methods/http.cc:563
946 msgid "Error writing to file"
949 #: methods/http.cc:623
950 msgid "Select failed"
953 #: methods/http.cc:628
954 msgid "Connection timed out"
957 #: methods/http.cc:651
958 msgid "Error writing to output file"
961 #: methods/server.cc:52
962 msgid "Waiting for headers"
965 #: methods/server.cc:110
966 msgid "Bad header line"
969 #: methods/server.cc:135 methods/server.cc:142
970 msgid "The HTTP server sent an invalid reply header"
973 #: methods/server.cc:172
974 msgid "The HTTP server sent an invalid Content-Length header"
977 #: methods/server.cc:195
978 msgid "The HTTP server sent an invalid Content-Range header"
981 #: methods/server.cc:197
982 msgid "This HTTP server has broken range support"
985 #: methods/server.cc:221
986 msgid "Unknown date format"
989 #: methods/server.cc:490
990 msgid "Bad header data"
993 #: methods/server.cc:507 methods/server.cc:563
994 msgid "Connection failed"
997 #: methods/server.cc:655
998 msgid "Internal error"
1001 #: apt-private/acqprogress.cc:66
1005 #: apt-private/acqprogress.cc:90
1009 #: apt-private/acqprogress.cc:121
1013 #: apt-private/acqprogress.cc:125
1017 #: apt-private/acqprogress.cc:146
1019 msgid "Fetched %sB in %s (%sB/s)\n"
1022 #: apt-private/acqprogress.cc:236
1027 #: apt-private/acqprogress.cc:297
1030 "Media change: please insert the disc labeled\n"
1032 "in the drive '%s' and press enter\n"
1035 #: apt-private/private-cachefile.cc:93
1036 msgid "Correcting dependencies..."
1039 #: apt-private/private-cachefile.cc:96
1043 #: apt-private/private-cachefile.cc:99
1044 msgid "Unable to correct dependencies"
1047 #: apt-private/private-cachefile.cc:102
1048 msgid "Unable to minimize the upgrade set"
1051 #: apt-private/private-cachefile.cc:104
1055 #: apt-private/private-cachefile.cc:108
1056 msgid "You might want to run 'apt-get -f install' to correct these."
1059 #: apt-private/private-cachefile.cc:111
1060 msgid "Unmet dependencies. Try using -f."
1063 #: apt-private/private-cacheset.cc:37 apt-private/private-search.cc:65
1067 #: apt-private/private-download.cc:36
1068 msgid "WARNING: The following packages cannot be authenticated!"
1071 #: apt-private/private-download.cc:40
1072 msgid "Authentication warning overridden.\n"
1075 #: apt-private/private-download.cc:45 apt-private/private-download.cc:52
1076 msgid "Some packages could not be authenticated"
1079 #: apt-private/private-download.cc:50
1080 msgid "Install these packages without verification?"
1083 #: apt-private/private-download.cc:59 apt-private/private-install.cc:210
1084 msgid "There are problems and -y was used without --force-yes"
1087 #: apt-private/private-download.cc:91 apt-pkg/update.cc:77
1089 msgid "Failed to fetch %s %s\n"
1092 #: apt-private/private-install.cc:82
1093 msgid "Internal error, InstallPackages was called with broken packages!"
1096 #: apt-private/private-install.cc:91
1097 msgid "Packages need to be removed but remove is disabled."
1100 #: apt-private/private-install.cc:110
1101 msgid "Internal error, Ordering didn't finish"
1104 #: apt-private/private-install.cc:148
1105 msgid "How odd... The sizes didn't match, email apt@packages.debian.org"
1108 #. TRANSLATOR: The required space between number and unit is already included
1109 #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB
1110 #: apt-private/private-install.cc:155
1112 msgid "Need to get %sB/%sB of archives.\n"
1115 #. TRANSLATOR: The required space between number and unit is already included
1116 #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB
1117 #: apt-private/private-install.cc:160
1119 msgid "Need to get %sB of archives.\n"
1122 #. TRANSLATOR: The required space between number and unit is already included
1123 #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB
1124 #: apt-private/private-install.cc:167
1126 msgid "After this operation, %sB of additional disk space will be used.\n"
1129 #. TRANSLATOR: The required space between number and unit is already included
1130 #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB
1131 #: apt-private/private-install.cc:172
1133 msgid "After this operation, %sB disk space will be freed.\n"
1136 #: apt-private/private-install.cc:200
1138 msgid "You don't have enough free space in %s."
1141 #: apt-private/private-install.cc:216 apt-private/private-install.cc:238
1142 msgid "Trivial Only specified but this is not a trivial operation."
1145 #. TRANSLATOR: This string needs to be typed by the user as a confirmation, so be
1146 #. careful with hard to type or special characters (like non-breaking spaces)
1147 #: apt-private/private-install.cc:220
1148 msgid "Yes, do as I say!"
1151 #: apt-private/private-install.cc:222
1154 "You are about to do something potentially harmful.\n"
1155 "To continue type in the phrase '%s'\n"
1159 #: apt-private/private-install.cc:228 apt-private/private-install.cc:246
1163 #: apt-private/private-install.cc:243
1164 msgid "Do you want to continue?"
1167 #: apt-private/private-install.cc:313
1168 msgid "Some files failed to download"
1171 #: apt-private/private-install.cc:320
1173 "Unable to fetch some archives, maybe run apt-get update or try with --fix-"
1177 #: apt-private/private-install.cc:324
1178 msgid "--fix-missing and media swapping is not currently supported"
1181 #: apt-private/private-install.cc:329
1182 msgid "Unable to correct missing packages."
1185 #: apt-private/private-install.cc:330
1186 msgid "Aborting install."
1189 #: apt-private/private-install.cc:366
1191 "The following package disappeared from your system as\n"
1192 "all files have been overwritten by other packages:"
1194 "The following packages disappeared from your system as\n"
1195 "all files have been overwritten by other packages:"
1199 #: apt-private/private-install.cc:370
1200 msgid "Note: This is done automatically and on purpose by dpkg."
1203 #: apt-private/private-install.cc:391
1204 msgid "We are not supposed to delete stuff, can't start AutoRemover"
1207 #: apt-private/private-install.cc:499
1209 "Hmm, seems like the AutoRemover destroyed something which really\n"
1210 "shouldn't happen. Please file a bug report against apt."
1214 #. if (Packages == 1)
1216 #. c1out << std::endl;
1218 #. _("Since you only requested a single operation it is extremely likely that\n"
1219 #. "the package is simply not installable and a bug report against\n"
1220 #. "that package should be filed.") << std::endl;
1223 #: apt-private/private-install.cc:502 apt-private/private-install.cc:653
1224 msgid "The following information may help to resolve the situation:"
1227 #: apt-private/private-install.cc:506
1228 msgid "Internal Error, AutoRemover broke stuff"
1231 #: apt-private/private-install.cc:513
1233 "The following package was automatically installed and is no longer required:"
1235 "The following packages were automatically installed and are no longer "
1240 #: apt-private/private-install.cc:517
1242 msgid "%lu package was automatically installed and is no longer required.\n"
1244 "%lu packages were automatically installed and are no longer required.\n"
1248 #: apt-private/private-install.cc:519
1249 msgid "Use 'apt-get autoremove' to remove it."
1250 msgid_plural "Use 'apt-get autoremove' to remove them."
1254 #: apt-private/private-install.cc:612
1255 msgid "You might want to run 'apt-get -f install' to correct these:"
1258 #: apt-private/private-install.cc:614
1260 "Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a "
1264 #: apt-private/private-install.cc:638
1266 "Some packages could not be installed. This may mean that you have\n"
1267 "requested an impossible situation or if you are using the unstable\n"
1268 "distribution that some required packages have not yet been created\n"
1269 "or been moved out of Incoming."
1272 #: apt-private/private-install.cc:659
1273 msgid "Broken packages"
1276 #: apt-private/private-install.cc:712
1277 msgid "The following extra packages will be installed:"
1280 #: apt-private/private-install.cc:802
1281 msgid "Suggested packages:"
1284 #: apt-private/private-install.cc:803
1285 msgid "Recommended packages:"
1288 #: apt-private/private-install.cc:825
1290 msgid "Skipping %s, it is already installed and upgrade is not set.\n"
1293 #: apt-private/private-install.cc:829
1295 msgid "Skipping %s, it is not installed and only upgrades are requested.\n"
1298 #: apt-private/private-install.cc:841
1300 msgid "Reinstallation of %s is not possible, it cannot be downloaded.\n"
1303 #: apt-private/private-install.cc:846
1305 msgid "%s is already the newest version.\n"
1308 #: apt-private/private-install.cc:894
1310 msgid "Selected version '%s' (%s) for '%s'\n"
1313 #: apt-private/private-install.cc:899
1315 msgid "Selected version '%s' (%s) for '%s' because of '%s'\n"
1318 #. TRANSLATORS: Note, this is not an interactive question
1319 #: apt-private/private-install.cc:941
1321 msgid "Package '%s' is not installed, so not removed. Did you mean '%s'?\n"
1324 #: apt-private/private-install.cc:947
1326 msgid "Package '%s' is not installed, so not removed\n"
1329 #: apt-private/private-list.cc:129
1333 #: apt-private/private-list.cc:159
1335 msgid "There is %i additional version. Please use the '-a' switch to see it"
1337 "There are %i additional versions. Please use the '-a' switch to see them."
1341 #: apt-private/private-main.cc:32
1343 "NOTE: This is only a simulation!\n"
1344 " apt-get needs root privileges for real execution.\n"
1345 " Keep also in mind that locking is deactivated,\n"
1346 " so don't depend on the relevance to the real current situation!"
1349 #: apt-private/private-output.cc:103 apt-private/private-show.cc:84
1350 #: apt-private/private-show.cc:89
1354 #: apt-private/private-output.cc:265
1356 msgid "[installed,upgradable to: %s]"
1359 #: apt-private/private-output.cc:268
1360 msgid "[installed,local]"
1363 #: apt-private/private-output.cc:270
1364 msgid "[installed,auto-removable]"
1367 #: apt-private/private-output.cc:272
1368 msgid "[installed,automatic]"
1371 #: apt-private/private-output.cc:274
1375 #: apt-private/private-output.cc:277
1377 msgid "[upgradable from: %s]"
1380 #: apt-private/private-output.cc:281
1381 msgid "[residual-config]"
1384 #: apt-private/private-output.cc:455
1386 msgid "but %s is installed"
1389 #: apt-private/private-output.cc:457
1391 msgid "but %s is to be installed"
1394 #: apt-private/private-output.cc:464
1395 msgid "but it is not installable"
1398 #: apt-private/private-output.cc:466
1399 msgid "but it is a virtual package"
1402 #: apt-private/private-output.cc:469
1403 msgid "but it is not installed"
1406 #: apt-private/private-output.cc:469
1407 msgid "but it is not going to be installed"
1410 #: apt-private/private-output.cc:474
1414 #: apt-private/private-output.cc:488 apt-private/private-output.cc:500
1415 msgid "The following packages have unmet dependencies:"
1418 #: apt-private/private-output.cc:523
1419 msgid "The following NEW packages will be installed:"
1422 #: apt-private/private-output.cc:549
1423 msgid "The following packages will be REMOVED:"
1426 #: apt-private/private-output.cc:571
1427 msgid "The following packages have been kept back:"
1430 #: apt-private/private-output.cc:592
1431 msgid "The following packages will be upgraded:"
1434 #: apt-private/private-output.cc:613
1435 msgid "The following packages will be DOWNGRADED:"
1438 #: apt-private/private-output.cc:633
1439 msgid "The following held packages will be changed:"
1442 #: apt-private/private-output.cc:688
1444 msgid "%s (due to %s) "
1447 #: apt-private/private-output.cc:696
1449 "WARNING: The following essential packages will be removed.\n"
1450 "This should NOT be done unless you know exactly what you are doing!"
1453 #: apt-private/private-output.cc:727
1455 msgid "%lu upgraded, %lu newly installed, "
1458 #: apt-private/private-output.cc:731
1460 msgid "%lu reinstalled, "
1463 #: apt-private/private-output.cc:733
1465 msgid "%lu downgraded, "
1468 #: apt-private/private-output.cc:735
1470 msgid "%lu to remove and %lu not upgraded.\n"
1473 #: apt-private/private-output.cc:739
1475 msgid "%lu not fully installed or removed.\n"
1478 #. TRANSLATOR: Yes/No question help-text: defaulting to Y[es]
1479 #. e.g. "Do you want to continue? [Y/n] "
1480 #. The user has to answer with an input matching the
1481 #. YESEXPR/NOEXPR defined in your l10n.
1482 #: apt-private/private-output.cc:761
1486 #. TRANSLATOR: Yes/No question help-text: defaulting to N[o]
1487 #. e.g. "Should this file be removed? [y/N] "
1488 #. The user has to answer with an input matching the
1489 #. YESEXPR/NOEXPR defined in your l10n.
1490 #: apt-private/private-output.cc:767
1494 #. TRANSLATOR: "Yes" answer printed for a yes/no question if --assume-yes is set
1495 #: apt-private/private-output.cc:778
1499 #. TRANSLATOR: "No" answer printed for a yes/no question if --assume-no is set
1500 #: apt-private/private-output.cc:784
1504 #: apt-private/private-output.cc:806 apt-pkg/cachefilter.cc:35
1506 msgid "Regex compilation error - %s"
1509 #: apt-private/private-search.cc:69
1510 msgid "Full Text Search"
1513 #: apt-private/private-show.cc:156
1515 msgid "There is %i additional record. Please use the '-a' switch to see it"
1517 "There are %i additional records. Please use the '-a' switch to see them."
1521 #: apt-private/private-show.cc:163
1522 msgid "not a real package (virtual)"
1525 #: apt-private/private-sources.cc:58
1527 msgid "Failed to parse %s. Edit again? "
1530 #: apt-private/private-sources.cc:70
1532 msgid "Your '%s' file changed, please run 'apt-get update'."
1535 #: apt-private/private-update.cc:31
1536 msgid "The update command takes no arguments"
1539 #: apt-private/private-update.cc:90
1541 msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n"
1543 "%i packages can be upgraded. Run 'apt list --upgradable' to see them.\n"
1547 #: apt-private/private-update.cc:94
1548 msgid "All packages are up to date."
1551 #: apt-private/private-upgrade.cc:25
1552 msgid "Calculating upgrade... "
1555 #: apt-private/private-upgrade.cc:28
1559 #. Only warn if there are no sources.list.d.
1560 #. Only warn if there is no sources.list file.
1561 #: methods/mirror.cc:95 apt-inst/extract.cc:471 apt-pkg/acquire.cc:494
1562 #: apt-pkg/clean.cc:43 apt-pkg/init.cc:103 apt-pkg/init.cc:111
1563 #: apt-pkg/policy.cc:381 apt-pkg/sourcelist.cc:280 apt-pkg/sourcelist.cc:286
1564 #: apt-pkg/contrib/cdromutl.cc:205 apt-pkg/contrib/fileutl.cc:368
1565 #: apt-pkg/contrib/fileutl.cc:481
1567 msgid "Unable to read %s"
1570 #: methods/mirror.cc:101 methods/mirror.cc:130 apt-pkg/acquire.cc:500
1571 #: apt-pkg/acquire.cc:525 apt-pkg/clean.cc:49 apt-pkg/clean.cc:67
1572 #: apt-pkg/clean.cc:130 apt-pkg/contrib/cdromutl.cc:201
1573 #: apt-pkg/contrib/cdromutl.cc:235
1575 msgid "Unable to change to %s"
1578 #. FIXME: fallback to a default mirror here instead
1579 #. and provide a config option to define that default
1580 #: methods/mirror.cc:280
1582 msgid "No mirror file '%s' found "
1585 #. FIXME: fallback to a default mirror here instead
1586 #. and provide a config option to define that default
1587 #: methods/mirror.cc:287
1589 msgid "Can not read mirror file '%s'"
1592 #: methods/mirror.cc:315
1594 msgid "No entry found in mirror file '%s'"
1597 #: methods/mirror.cc:445
1599 msgid "[Mirror: %s]"
1602 #: methods/rsh.cc:102 ftparchive/multicompress.cc:171
1603 msgid "Failed to create IPC pipe to subprocess"
1606 #: methods/rsh.cc:343
1607 msgid "Connection closed prematurely"
1610 #: dselect/install:33
1611 msgid "Bad default setting!"
1614 #: dselect/install:52 dselect/install:84 dselect/install:88 dselect/install:95
1615 #: dselect/install:106 dselect/update:45
1616 msgid "Press enter to continue."
1619 #: dselect/install:92
1620 msgid "Do you want to erase any previously downloaded .deb files?"
1623 #: dselect/install:102
1624 msgid "Some errors occurred while unpacking. Packages that were installed"
1627 #: dselect/install:103
1628 msgid "will be configured. This may result in duplicate errors"
1631 #: dselect/install:104
1632 msgid "or errors caused by missing dependencies. This is OK, only the errors"
1635 #: dselect/install:105
1637 "above this message are important. Please fix them and run [I]nstall again"
1640 #: dselect/update:30
1641 msgid "Merging available information"
1644 #: cmdline/apt-extracttemplates.cc:224
1646 "Usage: apt-extracttemplates file1 [file2 ...]\n"
1648 "apt-extracttemplates is a tool to extract config and template info\n"
1649 "from debian packages\n"
1652 " -h This help text\n"
1653 " -t Set the temp dir\n"
1654 " -c=? Read this configuration file\n"
1655 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
1658 #: cmdline/apt-extracttemplates.cc:254
1660 msgid "Unable to mkstemp %s"
1663 #: cmdline/apt-extracttemplates.cc:259 apt-pkg/pkgcachegen.cc:1400
1665 msgid "Unable to write to %s"
1668 #: cmdline/apt-extracttemplates.cc:300
1669 msgid "Cannot get debconf version. Is debconf installed?"
1672 #: ftparchive/apt-ftparchive.cc:187 ftparchive/apt-ftparchive.cc:371
1673 msgid "Package extension list is too long"
1676 #: ftparchive/apt-ftparchive.cc:189 ftparchive/apt-ftparchive.cc:206
1677 #: ftparchive/apt-ftparchive.cc:229 ftparchive/apt-ftparchive.cc:283
1678 #: ftparchive/apt-ftparchive.cc:297 ftparchive/apt-ftparchive.cc:319
1680 msgid "Error processing directory %s"
1683 #: ftparchive/apt-ftparchive.cc:281
1684 msgid "Source extension list is too long"
1687 #: ftparchive/apt-ftparchive.cc:401
1688 msgid "Error writing header to contents file"
1691 #: ftparchive/apt-ftparchive.cc:431
1693 msgid "Error processing contents %s"
1696 #: ftparchive/apt-ftparchive.cc:626
1698 "Usage: apt-ftparchive [options] command\n"
1699 "Commands: packages binarypath [overridefile [pathprefix]]\n"
1700 " sources srcpath [overridefile [pathprefix]]\n"
1703 " generate config [groups]\n"
1706 "apt-ftparchive generates index files for Debian archives. It supports\n"
1707 "many styles of generation from fully automated to functional replacements\n"
1708 "for dpkg-scanpackages and dpkg-scansources\n"
1710 "apt-ftparchive generates Package files from a tree of .debs. The\n"
1711 "Package file contains the contents of all the control fields from\n"
1712 "each package as well as the MD5 hash and filesize. An override file\n"
1713 "is supported to force the value of Priority and Section.\n"
1715 "Similarly apt-ftparchive generates Sources files from a tree of .dscs.\n"
1716 "The --source-override option can be used to specify a src override file\n"
1718 "The 'packages' and 'sources' command should be run in the root of the\n"
1719 "tree. BinaryPath should point to the base of the recursive search and \n"
1720 "override file should contain the override flags. Pathprefix is\n"
1721 "appended to the filename fields if present. Example usage from the \n"
1723 " apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
1724 " dists/potato/main/binary-i386/Packages\n"
1727 " -h This help text\n"
1728 " --md5 Control MD5 generation\n"
1729 " -s=? Source override file\n"
1731 " -d=? Select the optional caching database\n"
1732 " --no-delink Enable delinking debug mode\n"
1733 " --contents Control contents file generation\n"
1734 " -c=? Read this configuration file\n"
1735 " -o=? Set an arbitrary configuration option"
1738 #: ftparchive/apt-ftparchive.cc:822
1739 msgid "No selections matched"
1742 #: ftparchive/apt-ftparchive.cc:907
1744 msgid "Some files are missing in the package file group `%s'"
1747 #: ftparchive/cachedb.cc:65
1749 msgid "DB was corrupted, file renamed to %s.old"
1752 #: ftparchive/cachedb.cc:83
1754 msgid "DB is old, attempting to upgrade %s"
1757 #: ftparchive/cachedb.cc:94
1759 "DB format is invalid. If you upgraded from an older version of apt, please "
1760 "remove and re-create the database."
1763 #: ftparchive/cachedb.cc:99
1765 msgid "Unable to open DB file %s: %s"
1768 #: ftparchive/cachedb.cc:182 apt-inst/extract.cc:186 apt-inst/extract.cc:199
1769 #: apt-inst/extract.cc:216
1771 msgid "Failed to stat %s"
1774 #: ftparchive/cachedb.cc:332
1775 msgid "Failed to read .dsc"
1778 #: ftparchive/cachedb.cc:365
1779 msgid "Archive has no control record"
1782 #: ftparchive/cachedb.cc:594
1783 msgid "Unable to get a cursor"
1786 #: ftparchive/writer.cc:91
1788 msgid "W: Unable to read directory %s\n"
1791 #: ftparchive/writer.cc:96
1793 msgid "W: Unable to stat %s\n"
1796 #: ftparchive/writer.cc:152
1800 #: ftparchive/writer.cc:154
1804 #: ftparchive/writer.cc:161
1805 msgid "E: Errors apply to file "
1808 #: ftparchive/writer.cc:179 ftparchive/writer.cc:211
1810 msgid "Failed to resolve %s"
1813 #: ftparchive/writer.cc:192
1814 msgid "Tree walking failed"
1817 #: ftparchive/writer.cc:219
1819 msgid "Failed to open %s"
1822 #: ftparchive/writer.cc:278
1824 msgid " DeLink %s [%s]\n"
1827 #: ftparchive/writer.cc:286
1829 msgid "Failed to readlink %s"
1832 #: ftparchive/writer.cc:290
1834 msgid "Failed to unlink %s"
1837 #: ftparchive/writer.cc:298
1839 msgid "*** Failed to link %s to %s"
1842 #: ftparchive/writer.cc:308
1844 msgid " DeLink limit of %sB hit.\n"
1847 #: ftparchive/writer.cc:417
1848 msgid "Archive had no package field"
1851 #: ftparchive/writer.cc:425 ftparchive/writer.cc:692
1853 msgid " %s has no override entry\n"
1856 #: ftparchive/writer.cc:493 ftparchive/writer.cc:848
1858 msgid " %s maintainer is %s not %s\n"
1861 #: ftparchive/writer.cc:706
1863 msgid " %s has no source override entry\n"
1866 #: ftparchive/writer.cc:710
1868 msgid " %s has no binary override entry either\n"
1871 #: ftparchive/contents.cc:351 ftparchive/contents.cc:382
1872 msgid "realloc - Failed to allocate memory"
1875 #: ftparchive/override.cc:38 ftparchive/override.cc:142
1877 msgid "Unable to open %s"
1882 #: ftparchive/override.cc:68
1884 msgid "Malformed override %s line %llu (%s)"
1887 #: ftparchive/override.cc:127 ftparchive/override.cc:201
1889 msgid "Failed to read the override file %s"
1892 #: ftparchive/override.cc:166
1894 msgid "Malformed override %s line %llu #1"
1897 #: ftparchive/override.cc:178
1899 msgid "Malformed override %s line %llu #2"
1902 #: ftparchive/override.cc:191
1904 msgid "Malformed override %s line %llu #3"
1907 #: ftparchive/multicompress.cc:73
1909 msgid "Unknown compression algorithm '%s'"
1912 #: ftparchive/multicompress.cc:103
1914 msgid "Compressed output %s needs a compression set"
1917 #: ftparchive/multicompress.cc:192
1918 msgid "Failed to create FILE*"
1921 #: ftparchive/multicompress.cc:195
1922 msgid "Failed to fork"
1925 #: ftparchive/multicompress.cc:209
1926 msgid "Compress child"
1929 #: ftparchive/multicompress.cc:232
1931 msgid "Internal error, failed to create %s"
1934 #: ftparchive/multicompress.cc:305
1935 msgid "IO to subprocess/file failed"
1938 #: ftparchive/multicompress.cc:343
1939 msgid "Failed to read while computing MD5"
1942 #: ftparchive/multicompress.cc:359
1944 msgid "Problem unlinking %s"
1947 #: ftparchive/multicompress.cc:374 apt-inst/extract.cc:194
1949 msgid "Failed to rename %s to %s"
1952 #: cmdline/apt-internal-solver.cc:49
1954 "Usage: apt-internal-solver\n"
1956 "apt-internal-solver is an interface to use the current internal\n"
1957 "like an external resolver for the APT family for debugging or alike\n"
1960 " -h This help text.\n"
1961 " -q Loggable output - no progress indicator\n"
1962 " -c=? Read this configuration file\n"
1963 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
1966 #: cmdline/apt-sortpkgs.cc:89
1967 msgid "Unknown package record!"
1970 #: cmdline/apt-sortpkgs.cc:153
1972 "Usage: apt-sortpkgs [options] file1 [file2 ...]\n"
1974 "apt-sortpkgs is a simple tool to sort package files. The -s option is used\n"
1975 "to indicate what kind of file it is.\n"
1978 " -h This help text\n"
1979 " -s Use source file sorting\n"
1980 " -c=? Read this configuration file\n"
1981 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
1984 #: apt-inst/dirstream.cc:42 apt-inst/dirstream.cc:49 apt-inst/dirstream.cc:54
1986 msgid "Failed to write file %s"
1989 #: apt-inst/dirstream.cc:105
1991 msgid "Failed to close file %s"
1994 #: apt-inst/extract.cc:101 apt-inst/extract.cc:172
1996 msgid "The path %s is too long"
1999 #: apt-inst/extract.cc:132
2001 msgid "Unpacking %s more than once"
2004 #: apt-inst/extract.cc:142
2006 msgid "The directory %s is diverted"
2009 #: apt-inst/extract.cc:152
2011 msgid "The package is trying to write to the diversion target %s/%s"
2014 #: apt-inst/extract.cc:162 apt-inst/extract.cc:306
2015 msgid "The diversion path is too long"
2018 #: apt-inst/extract.cc:249
2020 msgid "The directory %s is being replaced by a non-directory"
2023 #: apt-inst/extract.cc:289
2024 msgid "Failed to locate node in its hash bucket"
2027 #: apt-inst/extract.cc:293
2028 msgid "The path is too long"
2031 #: apt-inst/extract.cc:421
2033 msgid "Overwrite package match with no version for %s"
2036 #: apt-inst/extract.cc:438
2038 msgid "File %s/%s overwrites the one in the package %s"
2041 #: apt-inst/extract.cc:498
2043 msgid "Unable to stat %s"
2046 #: apt-inst/filelist.cc:380
2047 msgid "DropNode called on still linked node"
2050 #: apt-inst/filelist.cc:412
2051 msgid "Failed to locate the hash element!"
2054 #: apt-inst/filelist.cc:459
2055 msgid "Failed to allocate diversion"
2058 #: apt-inst/filelist.cc:464
2059 msgid "Internal error in AddDiversion"
2062 #: apt-inst/filelist.cc:477
2064 msgid "Trying to overwrite a diversion, %s -> %s and %s/%s"
2067 #: apt-inst/filelist.cc:506
2069 msgid "Double add of diversion %s -> %s"
2072 #: apt-inst/filelist.cc:549
2074 msgid "Duplicate conf file %s/%s"
2077 #: apt-inst/contrib/arfile.cc:76
2078 msgid "Invalid archive signature"
2081 #: apt-inst/contrib/arfile.cc:84
2082 msgid "Error reading archive member header"
2085 #: apt-inst/contrib/arfile.cc:96
2087 msgid "Invalid archive member header %s"
2090 #: apt-inst/contrib/arfile.cc:108
2091 msgid "Invalid archive member header"
2094 #: apt-inst/contrib/arfile.cc:137
2095 msgid "Archive is too short"
2098 #: apt-inst/contrib/arfile.cc:141
2099 msgid "Failed to read the archive headers"
2102 #: apt-inst/contrib/extracttar.cc:124
2103 msgid "Failed to create pipes"
2106 #: apt-inst/contrib/extracttar.cc:151
2107 msgid "Failed to exec gzip "
2110 #: apt-inst/contrib/extracttar.cc:188 apt-inst/contrib/extracttar.cc:218
2111 msgid "Corrupted archive"
2114 #: apt-inst/contrib/extracttar.cc:203
2115 msgid "Tar checksum failed, archive corrupted"
2118 #: apt-inst/contrib/extracttar.cc:308
2120 msgid "Unknown TAR header type %u, member %s"
2123 #: apt-inst/deb/debfile.cc:47 apt-inst/deb/debfile.cc:54
2124 #: apt-inst/deb/debfile.cc:63
2126 msgid "This is not a valid DEB archive, missing '%s' member"
2129 #: apt-inst/deb/debfile.cc:132
2131 msgid "Internal error, could not locate member %s"
2134 #: apt-inst/deb/debfile.cc:227
2135 msgid "Unparsable control file"
2138 #: apt-pkg/acquire.cc:87 apt-pkg/cdrom.cc:829
2140 msgid "List directory %spartial is missing."
2143 #: apt-pkg/acquire.cc:91
2145 msgid "Archives directory %spartial is missing."
2148 #: apt-pkg/acquire.cc:99
2150 msgid "Unable to lock directory %s"
2153 #: apt-pkg/acquire.cc:490 apt-pkg/clean.cc:39
2155 msgid "Clean of %s is not supported"
2158 #. only show the ETA if it makes sense
2160 #: apt-pkg/acquire.cc:902
2162 msgid "Retrieving file %li of %li (%s remaining)"
2165 #: apt-pkg/acquire.cc:904
2167 msgid "Retrieving file %li of %li"
2170 #: apt-pkg/acquire-item.cc:148 apt-pkg/contrib/fileutl.cc:2047
2172 msgid "rename failed, %s (%s -> %s)."
2175 #: apt-pkg/acquire-item.cc:163
2176 msgid "Hash Sum mismatch"
2179 #: apt-pkg/acquire-item.cc:168
2180 msgid "Size mismatch"
2183 #: apt-pkg/acquire-item.cc:173
2184 msgid "Invalid file format"
2187 #: apt-pkg/acquire-item.cc:1573
2190 "Unable to find expected entry '%s' in Release file (Wrong sources.list entry "
2191 "or malformed file)"
2194 #: apt-pkg/acquire-item.cc:1589
2196 msgid "Unable to find hash sum for '%s' in Release file"
2199 #: apt-pkg/acquire-item.cc:1631
2200 msgid "There is no public key available for the following key IDs:\n"
2203 #: apt-pkg/acquire-item.cc:1669
2206 "Release file for %s is expired (invalid since %s). Updates for this "
2207 "repository will not be applied."
2210 #: apt-pkg/acquire-item.cc:1691
2212 msgid "Conflicting distribution: %s (expected %s but got %s)"
2215 #: apt-pkg/acquire-item.cc:1721
2218 "An error occurred during the signature verification. The repository is not "
2219 "updated and the previous index files will be used. GPG error: %s: %s\n"
2222 #. Invalid signature file, reject (LP: #346386) (Closes: #627642)
2223 #: apt-pkg/acquire-item.cc:1731 apt-pkg/acquire-item.cc:1736
2225 msgid "GPG error: %s: %s"
2228 #: apt-pkg/acquire-item.cc:1859
2231 "I wasn't able to locate a file for the %s package. This might mean you need "
2232 "to manually fix this package. (due to missing arch)"
2235 #: apt-pkg/acquire-item.cc:1925
2237 msgid "Can't find a source to download version '%s' of '%s'"
2240 #: apt-pkg/acquire-item.cc:1983
2243 "The package index files are corrupted. No Filename: field for package %s."
2246 #: apt-pkg/acquire-worker.cc:116
2248 msgid "The method driver %s could not be found."
2251 #: apt-pkg/acquire-worker.cc:118
2253 msgid "Is the package %s installed?"
2256 #: apt-pkg/acquire-worker.cc:169
2258 msgid "Method %s did not start correctly"
2261 #: apt-pkg/acquire-worker.cc:455
2263 msgid "Please insert the disc labeled: '%s' in the drive '%s' and press enter."
2266 #: apt-pkg/algorithms.cc:265
2269 "The package %s needs to be reinstalled, but I can't find an archive for it."
2272 #: apt-pkg/algorithms.cc:1086
2274 "Error, pkgProblemResolver::Resolve generated breaks, this may be caused by "
2278 #: apt-pkg/algorithms.cc:1088
2279 msgid "Unable to correct problems, you have held broken packages."
2282 #: apt-pkg/cachefile.cc:94
2283 msgid "The package lists or status file could not be parsed or opened."
2286 #: apt-pkg/cachefile.cc:98
2287 msgid "You may want to run apt-get update to correct these problems"
2290 #: apt-pkg/cachefile.cc:116
2291 msgid "The list of sources could not be read."
2294 #: apt-pkg/cacheset.cc:489
2296 msgid "Release '%s' for '%s' was not found"
2299 #: apt-pkg/cacheset.cc:492
2301 msgid "Version '%s' for '%s' was not found"
2304 #: apt-pkg/cacheset.cc:603
2306 msgid "Couldn't find task '%s'"
2309 #: apt-pkg/cacheset.cc:609
2311 msgid "Couldn't find any package by regex '%s'"
2314 #: apt-pkg/cacheset.cc:615
2316 msgid "Couldn't find any package by glob '%s'"
2319 #: apt-pkg/cacheset.cc:626
2321 msgid "Can't select versions from package '%s' as it is purely virtual"
2324 #: apt-pkg/cacheset.cc:633 apt-pkg/cacheset.cc:640
2327 "Can't select installed nor candidate version from package '%s' as it has "
2331 #: apt-pkg/cacheset.cc:647
2333 msgid "Can't select newest version from package '%s' as it is purely virtual"
2336 #: apt-pkg/cacheset.cc:655
2338 msgid "Can't select candidate version from package %s as it has no candidate"
2341 #: apt-pkg/cacheset.cc:663
2343 msgid "Can't select installed version from package %s as it is not installed"
2346 #: apt-pkg/cdrom.cc:497 apt-pkg/sourcelist.cc:347
2348 msgid "Line %u too long in source list %s."
2351 #: apt-pkg/cdrom.cc:571
2352 msgid "Unmounting CD-ROM...\n"
2355 #: apt-pkg/cdrom.cc:586
2357 msgid "Using CD-ROM mount point %s\n"
2360 #: apt-pkg/cdrom.cc:599
2361 msgid "Waiting for disc...\n"
2364 #: apt-pkg/cdrom.cc:609
2365 msgid "Mounting CD-ROM...\n"
2368 #: apt-pkg/cdrom.cc:620
2369 msgid "Identifying... "
2372 #: apt-pkg/cdrom.cc:662
2374 msgid "Stored label: %s\n"
2377 #: apt-pkg/cdrom.cc:680
2378 msgid "Scanning disc for index files...\n"
2381 #: apt-pkg/cdrom.cc:734
2384 "Found %zu package indexes, %zu source indexes, %zu translation indexes and "
2388 #: apt-pkg/cdrom.cc:744
2390 "Unable to locate any package files, perhaps this is not a Debian Disc or the "
2391 "wrong architecture?"
2394 #: apt-pkg/cdrom.cc:771
2396 msgid "Found label '%s'\n"
2399 #: apt-pkg/cdrom.cc:800
2400 msgid "That is not a valid name, try again.\n"
2403 #: apt-pkg/cdrom.cc:817
2406 "This disc is called: \n"
2410 #: apt-pkg/cdrom.cc:819
2411 msgid "Copying package lists..."
2414 #: apt-pkg/cdrom.cc:863
2415 msgid "Writing new source list\n"
2418 #: apt-pkg/cdrom.cc:874
2419 msgid "Source list entries for this disc are:\n"
2422 #: apt-pkg/clean.cc:64
2424 msgid "Unable to stat %s."
2427 #: apt-pkg/depcache.cc:138 apt-pkg/depcache.cc:167
2428 msgid "Building dependency tree"
2431 #: apt-pkg/depcache.cc:139
2432 msgid "Candidate versions"
2435 #: apt-pkg/depcache.cc:168
2436 msgid "Dependency generation"
2439 #: apt-pkg/depcache.cc:188 apt-pkg/depcache.cc:221 apt-pkg/depcache.cc:225
2440 msgid "Reading state information"
2443 #: apt-pkg/depcache.cc:250
2445 msgid "Failed to open StateFile %s"
2448 #: apt-pkg/depcache.cc:256
2450 msgid "Failed to write temporary StateFile %s"
2453 #: apt-pkg/edsp.cc:52 apt-pkg/edsp.cc:78
2454 msgid "Send scenario to solver"
2457 #: apt-pkg/edsp.cc:241
2458 msgid "Send request to solver"
2461 #: apt-pkg/edsp.cc:320
2462 msgid "Prepare for receiving solution"
2465 #: apt-pkg/edsp.cc:327
2466 msgid "External solver failed without a proper error message"
2469 #: apt-pkg/edsp.cc:619 apt-pkg/edsp.cc:622 apt-pkg/edsp.cc:627
2470 msgid "Execute external solver"
2473 #: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:773
2475 msgid "Wrote %i records.\n"
2478 #: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:775
2480 msgid "Wrote %i records with %i missing files.\n"
2483 #: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:778
2485 msgid "Wrote %i records with %i mismatched files\n"
2488 #: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:781
2490 msgid "Wrote %i records with %i missing files and %i mismatched files\n"
2493 #: apt-pkg/indexcopy.cc:515
2495 msgid "Can't find authentication record for: %s"
2498 #: apt-pkg/indexcopy.cc:521
2500 msgid "Hash mismatch for: %s"
2503 #: apt-pkg/indexrecords.cc:78
2505 msgid "Unable to parse Release file %s"
2508 #: apt-pkg/indexrecords.cc:86
2510 msgid "No sections in Release file %s"
2513 #: apt-pkg/indexrecords.cc:117
2515 msgid "No Hash entry in Release file %s"
2518 #: apt-pkg/indexrecords.cc:130
2520 msgid "Invalid 'Valid-Until' entry in Release file %s"
2523 #: apt-pkg/indexrecords.cc:149
2525 msgid "Invalid 'Date' entry in Release file %s"
2528 #: apt-pkg/init.cc:146
2530 msgid "Packaging system '%s' is not supported"
2533 #: apt-pkg/init.cc:162
2534 msgid "Unable to determine a suitable packaging system type"
2537 #: apt-pkg/install-progress.cc:57
2539 msgid "Progress: [%3i%%]"
2542 #: apt-pkg/install-progress.cc:91 apt-pkg/install-progress.cc:174
2543 msgid "Running dpkg"
2546 #: apt-pkg/packagemanager.cc:303 apt-pkg/packagemanager.cc:957
2549 "Could not perform immediate configuration on '%s'. Please see man 5 apt.conf "
2550 "under APT::Immediate-Configure for details. (%d)"
2553 #: apt-pkg/packagemanager.cc:550 apt-pkg/packagemanager.cc:580
2555 msgid "Could not configure '%s'. "
2558 #: apt-pkg/packagemanager.cc:630
2561 "This installation run will require temporarily removing the essential "
2562 "package %s due to a Conflicts/Pre-Depends loop. This is often bad, but if "
2563 "you really want to do it, activate the APT::Force-LoopBreak option."
2566 #: apt-pkg/pkgcache.cc:155
2567 msgid "Empty package cache"
2570 #: apt-pkg/pkgcache.cc:161
2571 msgid "The package cache file is corrupted"
2574 #: apt-pkg/pkgcache.cc:166
2575 msgid "The package cache file is an incompatible version"
2578 #: apt-pkg/pkgcache.cc:169
2579 msgid "The package cache file is corrupted, it is too small"
2582 #: apt-pkg/pkgcache.cc:174
2584 msgid "This APT does not support the versioning system '%s'"
2587 #: apt-pkg/pkgcache.cc:179
2588 msgid "The package cache was built for a different architecture"
2591 #: apt-pkg/pkgcache.cc:321
2595 #: apt-pkg/pkgcache.cc:321
2599 #: apt-pkg/pkgcache.cc:321
2603 #: apt-pkg/pkgcache.cc:322
2607 #: apt-pkg/pkgcache.cc:322
2611 #: apt-pkg/pkgcache.cc:322
2615 #: apt-pkg/pkgcache.cc:323
2619 #: apt-pkg/pkgcache.cc:323
2623 #: apt-pkg/pkgcache.cc:323
2627 #: apt-pkg/pkgcache.cc:334
2631 #: apt-pkg/pkgcache.cc:334
2635 #: apt-pkg/pkgcache.cc:334
2639 #: apt-pkg/pkgcache.cc:335
2643 #: apt-pkg/pkgcache.cc:335
2647 #: apt-pkg/pkgcachegen.cc:93
2648 msgid "Cache has an incompatible versioning system"
2651 #. TRANSLATOR: The first placeholder is a package name,
2652 #. the other two should be copied verbatim as they include debug info
2653 #: apt-pkg/pkgcachegen.cc:224 apt-pkg/pkgcachegen.cc:234
2654 #: apt-pkg/pkgcachegen.cc:300 apt-pkg/pkgcachegen.cc:327
2655 #: apt-pkg/pkgcachegen.cc:340 apt-pkg/pkgcachegen.cc:382
2656 #: apt-pkg/pkgcachegen.cc:386 apt-pkg/pkgcachegen.cc:403
2657 #: apt-pkg/pkgcachegen.cc:411 apt-pkg/pkgcachegen.cc:415
2658 #: apt-pkg/pkgcachegen.cc:419 apt-pkg/pkgcachegen.cc:440
2659 #: apt-pkg/pkgcachegen.cc:479 apt-pkg/pkgcachegen.cc:517
2660 #: apt-pkg/pkgcachegen.cc:524 apt-pkg/pkgcachegen.cc:555
2661 #: apt-pkg/pkgcachegen.cc:569
2663 msgid "Error occurred while processing %s (%s%d)"
2666 #: apt-pkg/pkgcachegen.cc:257
2667 msgid "Wow, you exceeded the number of package names this APT is capable of."
2670 #: apt-pkg/pkgcachegen.cc:260
2671 msgid "Wow, you exceeded the number of versions this APT is capable of."
2674 #: apt-pkg/pkgcachegen.cc:263
2675 msgid "Wow, you exceeded the number of descriptions this APT is capable of."
2678 #: apt-pkg/pkgcachegen.cc:266
2679 msgid "Wow, you exceeded the number of dependencies this APT is capable of."
2682 #: apt-pkg/pkgcachegen.cc:576
2684 msgid "Package %s %s was not found while processing file dependencies"
2687 #: apt-pkg/pkgcachegen.cc:1211
2689 msgid "Couldn't stat source package list %s"
2692 #: apt-pkg/pkgcachegen.cc:1299 apt-pkg/pkgcachegen.cc:1403
2693 #: apt-pkg/pkgcachegen.cc:1409 apt-pkg/pkgcachegen.cc:1566
2694 msgid "Reading package lists"
2697 #: apt-pkg/pkgcachegen.cc:1316
2698 msgid "Collecting File Provides"
2701 #: apt-pkg/pkgcachegen.cc:1508 apt-pkg/pkgcachegen.cc:1515
2702 msgid "IO Error saving source cache"
2705 #: apt-pkg/pkgrecords.cc:38
2707 msgid "Index file type '%s' is not supported"
2710 #: apt-pkg/policy.cc:83
2713 "The value '%s' is invalid for APT::Default-Release as such a release is not "
2714 "available in the sources"
2717 #: apt-pkg/policy.cc:422
2719 msgid "Invalid record in the preferences file %s, no Package header"
2722 #: apt-pkg/policy.cc:444
2724 msgid "Did not understand pin type %s"
2727 #: apt-pkg/policy.cc:452
2728 msgid "No priority (or zero) specified for pin"
2731 #: apt-pkg/sourcelist.cc:127
2733 msgid "Malformed stanza %u in source list %s (URI parse)"
2736 #: apt-pkg/sourcelist.cc:170
2738 msgid "Malformed line %lu in source list %s ([option] unparseable)"
2741 #: apt-pkg/sourcelist.cc:173
2743 msgid "Malformed line %lu in source list %s ([option] too short)"
2746 #: apt-pkg/sourcelist.cc:184
2748 msgid "Malformed line %lu in source list %s ([%s] is not an assignment)"
2751 #: apt-pkg/sourcelist.cc:190
2753 msgid "Malformed line %lu in source list %s ([%s] has no key)"
2756 #: apt-pkg/sourcelist.cc:193
2758 msgid "Malformed line %lu in source list %s ([%s] key %s has no value)"
2761 #: apt-pkg/sourcelist.cc:206
2763 msgid "Malformed line %lu in source list %s (URI)"
2766 #: apt-pkg/sourcelist.cc:208
2768 msgid "Malformed line %lu in source list %s (dist)"
2771 #: apt-pkg/sourcelist.cc:211
2773 msgid "Malformed line %lu in source list %s (URI parse)"
2776 #: apt-pkg/sourcelist.cc:217
2778 msgid "Malformed line %lu in source list %s (absolute dist)"
2781 #: apt-pkg/sourcelist.cc:224
2783 msgid "Malformed line %lu in source list %s (dist parse)"
2786 #: apt-pkg/sourcelist.cc:335
2791 #: apt-pkg/sourcelist.cc:371
2793 msgid "Malformed line %u in source list %s (type)"
2796 #: apt-pkg/sourcelist.cc:375
2798 msgid "Type '%s' is not known on line %u in source list %s"
2801 #: apt-pkg/sourcelist.cc:416
2803 msgid "Type '%s' is not known on stanza %u in source list %s"
2806 #: apt-pkg/srcrecords.cc:52
2807 msgid "You must put some 'source' URIs in your sources.list"
2810 #: apt-pkg/tagfile.cc:140
2812 msgid "Unable to parse package file %s (1)"
2815 #: apt-pkg/tagfile.cc:237
2817 msgid "Unable to parse package file %s (2)"
2820 #: apt-pkg/update.cc:103 apt-pkg/update.cc:105
2822 "Some index files failed to download. They have been ignored, or old ones "
2826 #: apt-pkg/vendorlist.cc:85
2828 msgid "Vendor block %s contains no fingerprint"
2831 #: apt-pkg/contrib/cdromutl.cc:65
2833 msgid "Unable to stat the mount point %s"
2836 #: apt-pkg/contrib/cdromutl.cc:246
2837 msgid "Failed to stat the cdrom"
2840 #: apt-pkg/contrib/cmndline.cc:121
2842 msgid "Command line option '%c' [from %s] is not known."
2845 #: apt-pkg/contrib/cmndline.cc:146 apt-pkg/contrib/cmndline.cc:155
2846 #: apt-pkg/contrib/cmndline.cc:163
2848 msgid "Command line option %s is not understood"
2851 #: apt-pkg/contrib/cmndline.cc:168
2853 msgid "Command line option %s is not boolean"
2856 #: apt-pkg/contrib/cmndline.cc:209 apt-pkg/contrib/cmndline.cc:230
2858 msgid "Option %s requires an argument."
2861 #: apt-pkg/contrib/cmndline.cc:243 apt-pkg/contrib/cmndline.cc:249
2863 msgid "Option %s: Configuration item specification must have an =<val>."
2866 #: apt-pkg/contrib/cmndline.cc:278
2868 msgid "Option %s requires an integer argument, not '%s'"
2871 #: apt-pkg/contrib/cmndline.cc:309
2873 msgid "Option '%s' is too long"
2876 #: apt-pkg/contrib/cmndline.cc:341
2878 msgid "Sense %s is not understood, try true or false."
2881 #: apt-pkg/contrib/cmndline.cc:391
2883 msgid "Invalid operation %s"
2886 #: apt-pkg/contrib/configuration.cc:519
2888 msgid "Unrecognized type abbreviation: '%c'"
2891 #: apt-pkg/contrib/configuration.cc:633
2893 msgid "Opening configuration file %s"
2896 #: apt-pkg/contrib/configuration.cc:801
2898 msgid "Syntax error %s:%u: Block starts with no name."
2901 #: apt-pkg/contrib/configuration.cc:820
2903 msgid "Syntax error %s:%u: Malformed tag"
2906 #: apt-pkg/contrib/configuration.cc:837
2908 msgid "Syntax error %s:%u: Extra junk after value"
2911 #: apt-pkg/contrib/configuration.cc:877
2913 msgid "Syntax error %s:%u: Directives can only be done at the top level"
2916 #: apt-pkg/contrib/configuration.cc:884
2918 msgid "Syntax error %s:%u: Too many nested includes"
2921 #: apt-pkg/contrib/configuration.cc:888 apt-pkg/contrib/configuration.cc:893
2923 msgid "Syntax error %s:%u: Included from here"
2926 #: apt-pkg/contrib/configuration.cc:897
2928 msgid "Syntax error %s:%u: Unsupported directive '%s'"
2931 #: apt-pkg/contrib/configuration.cc:900
2933 msgid "Syntax error %s:%u: clear directive requires an option tree as argument"
2936 #: apt-pkg/contrib/configuration.cc:950
2938 msgid "Syntax error %s:%u: Extra junk at end of file"
2941 #: apt-pkg/contrib/fileutl.cc:190
2943 msgid "Not using locking for read only lock file %s"
2946 #: apt-pkg/contrib/fileutl.cc:195
2948 msgid "Could not open lock file %s"
2951 #: apt-pkg/contrib/fileutl.cc:218
2953 msgid "Not using locking for nfs mounted lock file %s"
2956 #: apt-pkg/contrib/fileutl.cc:223
2958 msgid "Could not get lock %s"
2961 #: apt-pkg/contrib/fileutl.cc:360 apt-pkg/contrib/fileutl.cc:474
2963 msgid "List of files can't be created as '%s' is not a directory"
2966 #: apt-pkg/contrib/fileutl.cc:394
2968 msgid "Ignoring '%s' in directory '%s' as it is not a regular file"
2971 #: apt-pkg/contrib/fileutl.cc:412
2973 msgid "Ignoring file '%s' in directory '%s' as it has no filename extension"
2976 #: apt-pkg/contrib/fileutl.cc:421
2979 "Ignoring file '%s' in directory '%s' as it has an invalid filename extension"
2982 #: apt-pkg/contrib/fileutl.cc:824
2984 msgid "Sub-process %s received a segmentation fault."
2987 #: apt-pkg/contrib/fileutl.cc:826
2989 msgid "Sub-process %s received signal %u."
2992 #: apt-pkg/contrib/fileutl.cc:830 apt-pkg/contrib/gpgv.cc:239
2994 msgid "Sub-process %s returned an error code (%u)"
2997 #: apt-pkg/contrib/fileutl.cc:832 apt-pkg/contrib/gpgv.cc:232
2999 msgid "Sub-process %s exited unexpectedly"
3002 #: apt-pkg/contrib/fileutl.cc:913
3004 msgid "Problem closing the gzip file %s"
3007 #: apt-pkg/contrib/fileutl.cc:1101
3009 msgid "Could not open file %s"
3012 #: apt-pkg/contrib/fileutl.cc:1160 apt-pkg/contrib/fileutl.cc:1207
3014 msgid "Could not open file descriptor %d"
3017 #: apt-pkg/contrib/fileutl.cc:1315
3018 msgid "Failed to create subprocess IPC"
3021 #: apt-pkg/contrib/fileutl.cc:1373
3022 msgid "Failed to exec compressor "
3025 #: apt-pkg/contrib/fileutl.cc:1514
3027 msgid "read, still have %llu to read but none left"
3030 #: apt-pkg/contrib/fileutl.cc:1627 apt-pkg/contrib/fileutl.cc:1649
3032 msgid "write, still have %llu to write but couldn't"
3035 #: apt-pkg/contrib/fileutl.cc:1915
3037 msgid "Problem closing the file %s"
3040 #: apt-pkg/contrib/fileutl.cc:1927
3042 msgid "Problem renaming the file %s to %s"
3045 #: apt-pkg/contrib/fileutl.cc:1938
3047 msgid "Problem unlinking the file %s"
3050 #: apt-pkg/contrib/fileutl.cc:1951
3051 msgid "Problem syncing the file"
3054 #. TRANSLATOR: %s is the trusted keyring parts directory
3055 #: apt-pkg/contrib/gpgv.cc:72
3057 msgid "No keyring installed in %s."
3060 #: apt-pkg/contrib/mmap.cc:79
3061 msgid "Can't mmap an empty file"
3064 #: apt-pkg/contrib/mmap.cc:111
3066 msgid "Couldn't duplicate file descriptor %i"
3069 #: apt-pkg/contrib/mmap.cc:119
3071 msgid "Couldn't make mmap of %llu bytes"
3074 #: apt-pkg/contrib/mmap.cc:146
3075 msgid "Unable to close mmap"
3078 #: apt-pkg/contrib/mmap.cc:174 apt-pkg/contrib/mmap.cc:202
3079 msgid "Unable to synchronize mmap"
3082 #: apt-pkg/contrib/mmap.cc:290
3084 msgid "Couldn't make mmap of %lu bytes"
3087 #: apt-pkg/contrib/mmap.cc:322
3088 msgid "Failed to truncate file"
3091 #: apt-pkg/contrib/mmap.cc:341
3094 "Dynamic MMap ran out of room. Please increase the size of APT::Cache-Start. "
3095 "Current value: %lu. (man 5 apt.conf)"
3098 #: apt-pkg/contrib/mmap.cc:446
3101 "Unable to increase the size of the MMap as the limit of %lu bytes is already "
3105 #: apt-pkg/contrib/mmap.cc:449
3107 "Unable to increase size of the MMap as automatic growing is disabled by user."
3110 #: apt-pkg/contrib/progress.cc:148
3112 msgid "%c%s... Error!"
3115 #: apt-pkg/contrib/progress.cc:150
3117 msgid "%c%s... Done"
3120 #: apt-pkg/contrib/progress.cc:181
3124 #. Print the spinner
3125 #: apt-pkg/contrib/progress.cc:197
3127 msgid "%c%s... %u%%"
3130 #. d means days, h means hours, min means minutes, s means seconds
3131 #: apt-pkg/contrib/strutl.cc:418
3133 msgid "%lid %lih %limin %lis"
3136 #. h means hours, min means minutes, s means seconds
3137 #: apt-pkg/contrib/strutl.cc:425
3139 msgid "%lih %limin %lis"
3142 #. min means minutes, s means seconds
3143 #: apt-pkg/contrib/strutl.cc:432
3149 #: apt-pkg/contrib/strutl.cc:437
3154 #: apt-pkg/contrib/strutl.cc:1258
3156 msgid "Selection %s not found"
3159 #: apt-pkg/deb/debsystem.cc:91
3162 "Unable to lock the administration directory (%s), is another process using "
3166 #: apt-pkg/deb/debsystem.cc:94
3168 msgid "Unable to lock the administration directory (%s), are you root?"
3171 #. TRANSLATORS: the %s contains the recovery command, usually
3172 #. dpkg --configure -a
3173 #: apt-pkg/deb/debsystem.cc:110
3176 "dpkg was interrupted, you must manually run '%s' to correct the problem. "
3179 #: apt-pkg/deb/debsystem.cc:128
3183 #: apt-pkg/deb/dpkgpm.cc:95
3185 msgid "Installing %s"
3188 #: apt-pkg/deb/dpkgpm.cc:96 apt-pkg/deb/dpkgpm.cc:999
3190 msgid "Configuring %s"
3193 #: apt-pkg/deb/dpkgpm.cc:97 apt-pkg/deb/dpkgpm.cc:1006
3198 #: apt-pkg/deb/dpkgpm.cc:98
3200 msgid "Completely removing %s"
3203 #: apt-pkg/deb/dpkgpm.cc:99
3205 msgid "Noting disappearance of %s"
3208 #: apt-pkg/deb/dpkgpm.cc:100
3210 msgid "Running post-installation trigger %s"
3213 #. FIXME: use a better string after freeze
3214 #: apt-pkg/deb/dpkgpm.cc:830
3216 msgid "Directory '%s' missing"
3219 #: apt-pkg/deb/dpkgpm.cc:845 apt-pkg/deb/dpkgpm.cc:867
3221 msgid "Could not open file '%s'"
3224 #: apt-pkg/deb/dpkgpm.cc:992
3226 msgid "Preparing %s"
3229 #: apt-pkg/deb/dpkgpm.cc:993
3231 msgid "Unpacking %s"
3234 #: apt-pkg/deb/dpkgpm.cc:998
3236 msgid "Preparing to configure %s"
3239 #: apt-pkg/deb/dpkgpm.cc:1000
3241 msgid "Installed %s"
3244 #: apt-pkg/deb/dpkgpm.cc:1005
3246 msgid "Preparing for removal of %s"
3249 #: apt-pkg/deb/dpkgpm.cc:1007
3254 #: apt-pkg/deb/dpkgpm.cc:1012
3256 msgid "Preparing to completely remove %s"
3259 #: apt-pkg/deb/dpkgpm.cc:1013
3261 msgid "Completely removed %s"
3264 #: apt-pkg/deb/dpkgpm.cc:1069 apt-pkg/deb/dpkgpm.cc:1124
3265 #: apt-pkg/deb/dpkgpm.cc:1150
3267 msgid "Can not write log (%s)"
3270 #: apt-pkg/deb/dpkgpm.cc:1069 apt-pkg/deb/dpkgpm.cc:1150
3271 msgid "Is /dev/pts mounted?"
3274 #: apt-pkg/deb/dpkgpm.cc:1124
3275 msgid "Is stdout a terminal?"
3278 #: apt-pkg/deb/dpkgpm.cc:1625
3279 msgid "Operation was interrupted before it could finish"
3282 #: apt-pkg/deb/dpkgpm.cc:1687
3283 msgid "No apport report written because MaxReports is reached already"
3286 #. check if its not a follow up error
3287 #: apt-pkg/deb/dpkgpm.cc:1692
3288 msgid "dependency problems - leaving unconfigured"
3291 #: apt-pkg/deb/dpkgpm.cc:1694
3293 "No apport report written because the error message indicates its a followup "
3294 "error from a previous failure."
3297 #: apt-pkg/deb/dpkgpm.cc:1700
3299 "No apport report written because the error message indicates a disk full "
3303 #: apt-pkg/deb/dpkgpm.cc:1707
3305 "No apport report written because the error message indicates a out of memory "
3309 #: apt-pkg/deb/dpkgpm.cc:1714 apt-pkg/deb/dpkgpm.cc:1720
3311 "No apport report written because the error message indicates an issue on the "
3315 #: apt-pkg/deb/dpkgpm.cc:1742
3317 "No apport report written because the error message indicates a dpkg I/O error"