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.9.5\n"
9 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
10 "POT-Creation-Date: 2014-12-23 13:28+0100\n"
11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: LANGUAGE <LL@li.org>\n"
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:1591 cmdline/apt-helper.cc:84 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:1071
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:839
328 msgid "Skipping already downloaded file '%s'\n"
331 #: cmdline/apt-get.cc:873 cmdline/apt-get.cc:876
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:886
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:895
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:900
353 msgid "Need to get %sB of source archives.\n"
356 #: cmdline/apt-get.cc:906
358 msgid "Fetch source %s\n"
361 #: cmdline/apt-get.cc:924
362 msgid "Failed to fetch some archives."
365 #: cmdline/apt-get.cc:929 apt-private/private-install.cc:314
366 msgid "Download complete and in download only mode"
369 #: cmdline/apt-get.cc:954
371 msgid "Skipping unpack of already unpacked source in %s\n"
374 #: cmdline/apt-get.cc:967
376 msgid "Unpack command '%s' failed.\n"
379 #: cmdline/apt-get.cc:968
381 msgid "Check if the 'dpkg-dev' package is installed.\n"
384 #: cmdline/apt-get.cc:996
386 msgid "Build command '%s' failed.\n"
389 #: cmdline/apt-get.cc:1015
390 msgid "Child process failed"
393 #: cmdline/apt-get.cc:1034
394 msgid "Must specify at least one package to check builddeps for"
397 #: cmdline/apt-get.cc:1059
400 "No architecture information available for %s. See apt.conf(5) APT::"
401 "Architectures for setup"
404 #: cmdline/apt-get.cc:1083 cmdline/apt-get.cc:1086
406 msgid "Unable to get build-dependency information for %s"
409 #: cmdline/apt-get.cc:1106
411 msgid "%s has no build depends.\n"
414 #: cmdline/apt-get.cc:1276
417 "%s dependency for %s can't be satisfied because %s is not allowed on '%s' "
421 #: cmdline/apt-get.cc:1294
424 "%s dependency for %s cannot be satisfied because the package %s cannot be "
428 #: cmdline/apt-get.cc:1317
430 msgid "Failed to satisfy %s dependency for %s: Installed package %s is too new"
433 #: cmdline/apt-get.cc:1356
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:1362
443 "%s dependency for %s cannot be satisfied because package %s has no candidate "
447 #: cmdline/apt-get.cc:1385
449 msgid "Failed to satisfy %s dependency for %s: %s"
452 #: cmdline/apt-get.cc:1400
454 msgid "Build-dependencies for %s could not be satisfied."
457 #: cmdline/apt-get.cc:1405
458 msgid "Failed to process build dependencies"
461 #: cmdline/apt-get.cc:1498 cmdline/apt-get.cc:1510
463 msgid "Changelog for %s (%s)"
466 #: cmdline/apt-get.cc:1596
467 msgid "Supported modules:"
470 #: cmdline/apt-get.cc:1637
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:73 cmdline/apt-helper.cc:77
525 msgid "Download Failed"
528 #: cmdline/apt-helper.cc:91
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:1317
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:281
662 msgid "File not found"
665 #: methods/copy.cc:61 methods/gzip.cc:117 methods/rred.cc:598
666 #: methods/rred.cc:608
667 msgid "Failed to stat"
670 #: methods/copy.cc:105 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:243
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:249 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:357 methods/rsh.cc:319
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:338
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:442
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 'gpgv' to verify signature (is gpgv 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 gpgv"
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:513
934 msgid "Error writing to the file"
937 #: methods/http.cc:527
938 msgid "Error reading from server. Remote end closed connection"
941 #: methods/http.cc:529
942 msgid "Error reading from server"
945 #: methods/http.cc:565
946 msgid "Error writing to file"
949 #: methods/http.cc:625
950 msgid "Select failed"
953 #: methods/http.cc:630
954 msgid "Connection timed out"
957 #: methods/http.cc:653
958 msgid "Error writing to output file"
961 #: methods/server.cc:52
962 msgid "Waiting for headers"
965 #: methods/server.cc:111
966 msgid "Bad header line"
969 #: methods/server.cc:136 methods/server.cc:143
970 msgid "The HTTP server sent an invalid reply header"
973 #: methods/server.cc:173
974 msgid "The HTTP server sent an invalid Content-Length header"
977 #: methods/server.cc:193
978 msgid "The HTTP server sent an invalid Content-Range header"
981 #: methods/server.cc:195
982 msgid "This HTTP server has broken range support"
985 #: methods/server.cc:219
986 msgid "Unknown date format"
989 #: methods/server.cc:494
990 msgid "Bad header data"
993 #: methods/server.cc:511 methods/server.cc:567
994 msgid "Connection failed"
997 #: methods/server.cc:659
998 msgid "Internal error"
1001 #: apt-private/private-list.cc:129
1005 #: apt-private/private-list.cc:159
1007 msgid "There is %i additional version. Please use the '-a' switch to see it"
1009 "There are %i additional versions. Please use the '-a' switch to see them."
1013 #: apt-private/private-cachefile.cc:93
1014 msgid "Correcting dependencies..."
1017 #: apt-private/private-cachefile.cc:96
1021 #: apt-private/private-cachefile.cc:99
1022 msgid "Unable to correct dependencies"
1025 #: apt-private/private-cachefile.cc:102
1026 msgid "Unable to minimize the upgrade set"
1029 #: apt-private/private-cachefile.cc:104
1033 #: apt-private/private-cachefile.cc:108
1034 msgid "You might want to run 'apt-get -f install' to correct these."
1037 #: apt-private/private-cachefile.cc:111
1038 msgid "Unmet dependencies. Try using -f."
1041 #: apt-private/private-output.cc:103 apt-private/private-show.cc:84
1042 #: apt-private/private-show.cc:89
1046 #: apt-private/private-output.cc:265
1048 msgid "[installed,upgradable to: %s]"
1051 #: apt-private/private-output.cc:268
1052 msgid "[installed,local]"
1055 #: apt-private/private-output.cc:270
1056 msgid "[installed,auto-removable]"
1059 #: apt-private/private-output.cc:272
1060 msgid "[installed,automatic]"
1063 #: apt-private/private-output.cc:274
1067 #: apt-private/private-output.cc:277
1069 msgid "[upgradable from: %s]"
1072 #: apt-private/private-output.cc:281
1073 msgid "[residual-config]"
1076 #: apt-private/private-output.cc:455
1078 msgid "but %s is installed"
1081 #: apt-private/private-output.cc:457
1083 msgid "but %s is to be installed"
1086 #: apt-private/private-output.cc:464
1087 msgid "but it is not installable"
1090 #: apt-private/private-output.cc:466
1091 msgid "but it is a virtual package"
1094 #: apt-private/private-output.cc:469
1095 msgid "but it is not installed"
1098 #: apt-private/private-output.cc:469
1099 msgid "but it is not going to be installed"
1102 #: apt-private/private-output.cc:474
1106 #: apt-private/private-output.cc:488 apt-private/private-output.cc:500
1107 msgid "The following packages have unmet dependencies:"
1110 #: apt-private/private-output.cc:523
1111 msgid "The following NEW packages will be installed:"
1114 #: apt-private/private-output.cc:549
1115 msgid "The following packages will be REMOVED:"
1118 #: apt-private/private-output.cc:571
1119 msgid "The following packages have been kept back:"
1122 #: apt-private/private-output.cc:592
1123 msgid "The following packages will be upgraded:"
1126 #: apt-private/private-output.cc:613
1127 msgid "The following packages will be DOWNGRADED:"
1130 #: apt-private/private-output.cc:633
1131 msgid "The following held packages will be changed:"
1134 #: apt-private/private-output.cc:688
1136 msgid "%s (due to %s) "
1139 #: apt-private/private-output.cc:696
1141 "WARNING: The following essential packages will be removed.\n"
1142 "This should NOT be done unless you know exactly what you are doing!"
1145 #: apt-private/private-output.cc:727
1147 msgid "%lu upgraded, %lu newly installed, "
1150 #: apt-private/private-output.cc:731
1152 msgid "%lu reinstalled, "
1155 #: apt-private/private-output.cc:733
1157 msgid "%lu downgraded, "
1160 #: apt-private/private-output.cc:735
1162 msgid "%lu to remove and %lu not upgraded.\n"
1165 #: apt-private/private-output.cc:739
1167 msgid "%lu not fully installed or removed.\n"
1170 #. TRANSLATOR: Yes/No question help-text: defaulting to Y[es]
1171 #. e.g. "Do you want to continue? [Y/n] "
1172 #. The user has to answer with an input matching the
1173 #. YESEXPR/NOEXPR defined in your l10n.
1174 #: apt-private/private-output.cc:761
1178 #. TRANSLATOR: Yes/No question help-text: defaulting to N[o]
1179 #. e.g. "Should this file be removed? [y/N] "
1180 #. The user has to answer with an input matching the
1181 #. YESEXPR/NOEXPR defined in your l10n.
1182 #: apt-private/private-output.cc:767
1186 #. TRANSLATOR: "Yes" answer printed for a yes/no question if --assume-yes is set
1187 #: apt-private/private-output.cc:778
1191 #. TRANSLATOR: "No" answer printed for a yes/no question if --assume-no is set
1192 #: apt-private/private-output.cc:784
1196 #: apt-private/private-output.cc:806 apt-pkg/cachefilter.cc:35
1198 msgid "Regex compilation error - %s"
1201 #: apt-private/private-update.cc:31
1202 msgid "The update command takes no arguments"
1205 #: apt-private/private-update.cc:97
1207 msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n"
1209 "%i packages can be upgraded. Run 'apt list --upgradable' to see them.\n"
1213 #: apt-private/private-update.cc:101
1214 msgid "All packages are up to date."
1217 #: apt-private/private-cacheset.cc:37 apt-private/private-search.cc:65
1221 #: apt-private/private-show.cc:156
1223 msgid "There is %i additional record. Please use the '-a' switch to see it"
1225 "There are %i additional records. Please use the '-a' switch to see them."
1229 #: apt-private/private-show.cc:163
1230 msgid "not a real package (virtual)"
1233 #: apt-private/private-main.cc:32
1235 "NOTE: This is only a simulation!\n"
1236 " apt-get needs root privileges for real execution.\n"
1237 " Keep also in mind that locking is deactivated,\n"
1238 " so don't depend on the relevance to the real current situation!"
1241 #: apt-private/private-install.cc:82
1242 msgid "Internal error, InstallPackages was called with broken packages!"
1245 #: apt-private/private-install.cc:91
1246 msgid "Packages need to be removed but remove is disabled."
1249 #: apt-private/private-install.cc:110
1250 msgid "Internal error, Ordering didn't finish"
1253 #: apt-private/private-install.cc:148
1254 msgid "How odd... The sizes didn't match, email apt@packages.debian.org"
1257 #. TRANSLATOR: The required space between number and unit is already included
1258 #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB
1259 #: apt-private/private-install.cc:155
1261 msgid "Need to get %sB/%sB of archives.\n"
1264 #. TRANSLATOR: The required space between number and unit is already included
1265 #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB
1266 #: apt-private/private-install.cc:160
1268 msgid "Need to get %sB of archives.\n"
1271 #. TRANSLATOR: The required space between number and unit is already included
1272 #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB
1273 #: apt-private/private-install.cc:167
1275 msgid "After this operation, %sB of additional disk space will be used.\n"
1278 #. TRANSLATOR: The required space between number and unit is already included
1279 #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB
1280 #: apt-private/private-install.cc:172
1282 msgid "After this operation, %sB disk space will be freed.\n"
1285 #: apt-private/private-install.cc:200
1287 msgid "You don't have enough free space in %s."
1290 #: apt-private/private-install.cc:210 apt-private/private-download.cc:59
1291 msgid "There are problems and -y was used without --force-yes"
1294 #: apt-private/private-install.cc:216 apt-private/private-install.cc:238
1295 msgid "Trivial Only specified but this is not a trivial operation."
1298 #. TRANSLATOR: This string needs to be typed by the user as a confirmation, so be
1299 #. careful with hard to type or special characters (like non-breaking spaces)
1300 #: apt-private/private-install.cc:220
1301 msgid "Yes, do as I say!"
1304 #: apt-private/private-install.cc:222
1307 "You are about to do something potentially harmful.\n"
1308 "To continue type in the phrase '%s'\n"
1312 #: apt-private/private-install.cc:228 apt-private/private-install.cc:246
1316 #: apt-private/private-install.cc:243
1317 msgid "Do you want to continue?"
1320 #: apt-private/private-install.cc:313
1321 msgid "Some files failed to download"
1324 #: apt-private/private-install.cc:320
1326 "Unable to fetch some archives, maybe run apt-get update or try with --fix-"
1330 #: apt-private/private-install.cc:324
1331 msgid "--fix-missing and media swapping is not currently supported"
1334 #: apt-private/private-install.cc:329
1335 msgid "Unable to correct missing packages."
1338 #: apt-private/private-install.cc:330
1339 msgid "Aborting install."
1342 #: apt-private/private-install.cc:366
1344 "The following package disappeared from your system as\n"
1345 "all files have been overwritten by other packages:"
1347 "The following packages disappeared from your system as\n"
1348 "all files have been overwritten by other packages:"
1352 #: apt-private/private-install.cc:370
1353 msgid "Note: This is done automatically and on purpose by dpkg."
1356 #: apt-private/private-install.cc:391
1357 msgid "We are not supposed to delete stuff, can't start AutoRemover"
1360 #: apt-private/private-install.cc:499
1362 "Hmm, seems like the AutoRemover destroyed something which really\n"
1363 "shouldn't happen. Please file a bug report against apt."
1367 #. if (Packages == 1)
1369 #. c1out << std::endl;
1371 #. _("Since you only requested a single operation it is extremely likely that\n"
1372 #. "the package is simply not installable and a bug report against\n"
1373 #. "that package should be filed.") << std::endl;
1376 #: apt-private/private-install.cc:502 apt-private/private-install.cc:653
1377 msgid "The following information may help to resolve the situation:"
1380 #: apt-private/private-install.cc:506
1381 msgid "Internal Error, AutoRemover broke stuff"
1384 #: apt-private/private-install.cc:513
1386 "The following package was automatically installed and is no longer required:"
1388 "The following packages were automatically installed and are no longer "
1393 #: apt-private/private-install.cc:517
1395 msgid "%lu package was automatically installed and is no longer required.\n"
1397 "%lu packages were automatically installed and are no longer required.\n"
1401 #: apt-private/private-install.cc:519
1402 msgid "Use 'apt-get autoremove' to remove it."
1403 msgid_plural "Use 'apt-get autoremove' to remove them."
1407 #: apt-private/private-install.cc:612
1408 msgid "You might want to run 'apt-get -f install' to correct these:"
1411 #: apt-private/private-install.cc:614
1413 "Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a "
1417 #: apt-private/private-install.cc:638
1419 "Some packages could not be installed. This may mean that you have\n"
1420 "requested an impossible situation or if you are using the unstable\n"
1421 "distribution that some required packages have not yet been created\n"
1422 "or been moved out of Incoming."
1425 #: apt-private/private-install.cc:659
1426 msgid "Broken packages"
1429 #: apt-private/private-install.cc:712
1430 msgid "The following extra packages will be installed:"
1433 #: apt-private/private-install.cc:802
1434 msgid "Suggested packages:"
1437 #: apt-private/private-install.cc:803
1438 msgid "Recommended packages:"
1441 #: apt-private/private-install.cc:825
1443 msgid "Skipping %s, it is already installed and upgrade is not set.\n"
1446 #: apt-private/private-install.cc:829
1448 msgid "Skipping %s, it is not installed and only upgrades are requested.\n"
1451 #: apt-private/private-install.cc:841
1453 msgid "Reinstallation of %s is not possible, it cannot be downloaded.\n"
1456 #: apt-private/private-install.cc:846
1458 msgid "%s is already the newest version.\n"
1461 #: apt-private/private-install.cc:894
1463 msgid "Selected version '%s' (%s) for '%s'\n"
1466 #: apt-private/private-install.cc:899
1468 msgid "Selected version '%s' (%s) for '%s' because of '%s'\n"
1471 #. TRANSLATORS: Note, this is not an interactive question
1472 #: apt-private/private-install.cc:941
1474 msgid "Package '%s' is not installed, so not removed. Did you mean '%s'?\n"
1477 #: apt-private/private-install.cc:947
1479 msgid "Package '%s' is not installed, so not removed\n"
1482 #: apt-private/private-download.cc:36
1483 msgid "WARNING: The following packages cannot be authenticated!"
1486 #: apt-private/private-download.cc:40
1487 msgid "Authentication warning overridden.\n"
1490 #: apt-private/private-download.cc:45 apt-private/private-download.cc:52
1491 msgid "Some packages could not be authenticated"
1494 #: apt-private/private-download.cc:50
1495 msgid "Install these packages without verification?"
1498 #: apt-private/private-download.cc:91 apt-pkg/update.cc:77
1500 msgid "Failed to fetch %s %s\n"
1503 #: apt-private/private-sources.cc:58
1505 msgid "Failed to parse %s. Edit again? "
1508 #: apt-private/private-sources.cc:70
1510 msgid "Your '%s' file changed, please run 'apt-get update'."
1513 #: apt-private/private-search.cc:69
1514 msgid "Full Text Search"
1517 #: apt-private/private-upgrade.cc:25
1518 msgid "Calculating upgrade... "
1521 #: apt-private/private-upgrade.cc:28
1525 #: apt-private/acqprogress.cc:66
1529 #: apt-private/acqprogress.cc:90
1533 #: apt-private/acqprogress.cc:121
1537 #: apt-private/acqprogress.cc:125
1541 #: apt-private/acqprogress.cc:146
1543 msgid "Fetched %sB in %s (%sB/s)\n"
1546 #: apt-private/acqprogress.cc:236
1551 #: apt-private/acqprogress.cc:297
1554 "Media change: please insert the disc labeled\n"
1556 "in the drive '%s' and press enter\n"
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/init.cc:103
1562 #: apt-pkg/init.cc:111 apt-pkg/sourcelist.cc:280 apt-pkg/sourcelist.cc:286
1563 #: apt-pkg/clean.cc:43 apt-pkg/acquire.cc:494 apt-pkg/policy.cc:381
1564 #: apt-pkg/contrib/fileutl.cc:368 apt-pkg/contrib/fileutl.cc:481
1565 #: apt-pkg/contrib/cdromutl.cc:205
1567 msgid "Unable to read %s"
1570 #: methods/mirror.cc:101 methods/mirror.cc:130 apt-pkg/clean.cc:49
1571 #: apt-pkg/clean.cc:67 apt-pkg/clean.cc:130 apt-pkg/acquire.cc:500
1572 #: apt-pkg/acquire.cc:525 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:346
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 #: apt-inst/filelist.cc:380
1645 msgid "DropNode called on still linked node"
1648 #: apt-inst/filelist.cc:412
1649 msgid "Failed to locate the hash element!"
1652 #: apt-inst/filelist.cc:459
1653 msgid "Failed to allocate diversion"
1656 #: apt-inst/filelist.cc:464
1657 msgid "Internal error in AddDiversion"
1660 #: apt-inst/filelist.cc:477
1662 msgid "Trying to overwrite a diversion, %s -> %s and %s/%s"
1665 #: apt-inst/filelist.cc:506
1667 msgid "Double add of diversion %s -> %s"
1670 #: apt-inst/filelist.cc:549
1672 msgid "Duplicate conf file %s/%s"
1675 #: apt-inst/extract.cc:101 apt-inst/extract.cc:172
1677 msgid "The path %s is too long"
1680 #: apt-inst/extract.cc:132
1682 msgid "Unpacking %s more than once"
1685 #: apt-inst/extract.cc:142
1687 msgid "The directory %s is diverted"
1690 #: apt-inst/extract.cc:152
1692 msgid "The package is trying to write to the diversion target %s/%s"
1695 #: apt-inst/extract.cc:162 apt-inst/extract.cc:306
1696 msgid "The diversion path is too long"
1699 #: apt-inst/extract.cc:186 apt-inst/extract.cc:199 apt-inst/extract.cc:216
1700 #: ftparchive/cachedb.cc:182
1702 msgid "Failed to stat %s"
1705 #: apt-inst/extract.cc:194 ftparchive/multicompress.cc:374
1707 msgid "Failed to rename %s to %s"
1710 #: apt-inst/extract.cc:249
1712 msgid "The directory %s is being replaced by a non-directory"
1715 #: apt-inst/extract.cc:289
1716 msgid "Failed to locate node in its hash bucket"
1719 #: apt-inst/extract.cc:293
1720 msgid "The path is too long"
1723 #: apt-inst/extract.cc:421
1725 msgid "Overwrite package match with no version for %s"
1728 #: apt-inst/extract.cc:438
1730 msgid "File %s/%s overwrites the one in the package %s"
1733 #: apt-inst/extract.cc:498
1735 msgid "Unable to stat %s"
1738 #: apt-inst/dirstream.cc:42 apt-inst/dirstream.cc:49 apt-inst/dirstream.cc:54
1740 msgid "Failed to write file %s"
1743 #: apt-inst/dirstream.cc:105
1745 msgid "Failed to close file %s"
1748 #: apt-inst/deb/debfile.cc:47 apt-inst/deb/debfile.cc:54
1749 #: apt-inst/deb/debfile.cc:63
1751 msgid "This is not a valid DEB archive, missing '%s' member"
1754 #: apt-inst/deb/debfile.cc:132
1756 msgid "Internal error, could not locate member %s"
1759 #: apt-inst/deb/debfile.cc:227
1760 msgid "Unparsable control file"
1763 #: apt-inst/contrib/arfile.cc:76
1764 msgid "Invalid archive signature"
1767 #: apt-inst/contrib/arfile.cc:84
1768 msgid "Error reading archive member header"
1771 #: apt-inst/contrib/arfile.cc:96
1773 msgid "Invalid archive member header %s"
1776 #: apt-inst/contrib/arfile.cc:108
1777 msgid "Invalid archive member header"
1780 #: apt-inst/contrib/arfile.cc:137
1781 msgid "Archive is too short"
1784 #: apt-inst/contrib/arfile.cc:141
1785 msgid "Failed to read the archive headers"
1788 #: apt-inst/contrib/extracttar.cc:124
1789 msgid "Failed to create pipes"
1792 #: apt-inst/contrib/extracttar.cc:151
1793 msgid "Failed to exec gzip "
1796 #: apt-inst/contrib/extracttar.cc:188 apt-inst/contrib/extracttar.cc:218
1797 msgid "Corrupted archive"
1800 #: apt-inst/contrib/extracttar.cc:203
1801 msgid "Tar checksum failed, archive corrupted"
1804 #: apt-inst/contrib/extracttar.cc:308
1806 msgid "Unknown TAR header type %u, member %s"
1809 #: apt-pkg/install-progress.cc:57
1811 msgid "Progress: [%3i%%]"
1814 #: apt-pkg/install-progress.cc:91 apt-pkg/install-progress.cc:174
1815 msgid "Running dpkg"
1818 #: apt-pkg/init.cc:146
1820 msgid "Packaging system '%s' is not supported"
1823 #: apt-pkg/init.cc:162
1824 msgid "Unable to determine a suitable packaging system type"
1827 #: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:773
1829 msgid "Wrote %i records.\n"
1832 #: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:775
1834 msgid "Wrote %i records with %i missing files.\n"
1837 #: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:778
1839 msgid "Wrote %i records with %i mismatched files\n"
1842 #: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:781
1844 msgid "Wrote %i records with %i missing files and %i mismatched files\n"
1847 #: apt-pkg/indexcopy.cc:515
1849 msgid "Can't find authentication record for: %s"
1852 #: apt-pkg/indexcopy.cc:521
1854 msgid "Hash mismatch for: %s"
1857 #: apt-pkg/acquire-worker.cc:116
1859 msgid "The method driver %s could not be found."
1862 #: apt-pkg/acquire-worker.cc:118
1864 msgid "Is the package %s installed?"
1867 #: apt-pkg/acquire-worker.cc:169
1869 msgid "Method %s did not start correctly"
1872 #: apt-pkg/acquire-worker.cc:455
1874 msgid "Please insert the disc labeled: '%s' in the drive '%s' and press enter."
1877 #: apt-pkg/cachefile.cc:94
1878 msgid "The package lists or status file could not be parsed or opened."
1881 #: apt-pkg/cachefile.cc:98
1882 msgid "You may want to run apt-get update to correct these problems"
1885 #: apt-pkg/cachefile.cc:116
1886 msgid "The list of sources could not be read."
1889 #: apt-pkg/pkgcache.cc:155
1890 msgid "Empty package cache"
1893 #: apt-pkg/pkgcache.cc:161
1894 msgid "The package cache file is corrupted"
1897 #: apt-pkg/pkgcache.cc:166
1898 msgid "The package cache file is an incompatible version"
1901 #: apt-pkg/pkgcache.cc:169
1902 msgid "The package cache file is corrupted, it is too small"
1905 #: apt-pkg/pkgcache.cc:174
1907 msgid "This APT does not support the versioning system '%s'"
1910 #: apt-pkg/pkgcache.cc:179
1911 msgid "The package cache was built for a different architecture"
1914 #: apt-pkg/pkgcache.cc:321
1918 #: apt-pkg/pkgcache.cc:321
1922 #: apt-pkg/pkgcache.cc:321
1926 #: apt-pkg/pkgcache.cc:322
1930 #: apt-pkg/pkgcache.cc:322
1934 #: apt-pkg/pkgcache.cc:322
1938 #: apt-pkg/pkgcache.cc:323
1942 #: apt-pkg/pkgcache.cc:323
1946 #: apt-pkg/pkgcache.cc:323
1950 #: apt-pkg/pkgcache.cc:334
1954 #: apt-pkg/pkgcache.cc:334
1958 #: apt-pkg/pkgcache.cc:334
1962 #: apt-pkg/pkgcache.cc:335
1966 #: apt-pkg/pkgcache.cc:335
1970 #: apt-pkg/pkgrecords.cc:38
1972 msgid "Index file type '%s' is not supported"
1975 #: apt-pkg/sourcelist.cc:127
1977 msgid "Malformed stanza %u in source list %s (URI parse)"
1980 #: apt-pkg/sourcelist.cc:170
1982 msgid "Malformed line %lu in source list %s ([option] unparseable)"
1985 #: apt-pkg/sourcelist.cc:173
1987 msgid "Malformed line %lu in source list %s ([option] too short)"
1990 #: apt-pkg/sourcelist.cc:184
1992 msgid "Malformed line %lu in source list %s ([%s] is not an assignment)"
1995 #: apt-pkg/sourcelist.cc:190
1997 msgid "Malformed line %lu in source list %s ([%s] has no key)"
2000 #: apt-pkg/sourcelist.cc:193
2002 msgid "Malformed line %lu in source list %s ([%s] key %s has no value)"
2005 #: apt-pkg/sourcelist.cc:206
2007 msgid "Malformed line %lu in source list %s (URI)"
2010 #: apt-pkg/sourcelist.cc:208
2012 msgid "Malformed line %lu in source list %s (dist)"
2015 #: apt-pkg/sourcelist.cc:211
2017 msgid "Malformed line %lu in source list %s (URI parse)"
2020 #: apt-pkg/sourcelist.cc:217
2022 msgid "Malformed line %lu in source list %s (absolute dist)"
2025 #: apt-pkg/sourcelist.cc:224
2027 msgid "Malformed line %lu in source list %s (dist parse)"
2030 #: apt-pkg/sourcelist.cc:335
2035 #: apt-pkg/sourcelist.cc:347 apt-pkg/cdrom.cc:497
2037 msgid "Line %u too long in source list %s."
2040 #: apt-pkg/sourcelist.cc:371
2042 msgid "Malformed line %u in source list %s (type)"
2045 #: apt-pkg/sourcelist.cc:375
2047 msgid "Type '%s' is not known on line %u in source list %s"
2050 #: apt-pkg/sourcelist.cc:416
2052 msgid "Type '%s' is not known on stanza %u in source list %s"
2055 #: apt-pkg/clean.cc:39 apt-pkg/acquire.cc:490
2057 msgid "Clean of %s is not supported"
2060 #: apt-pkg/clean.cc:64
2062 msgid "Unable to stat %s."
2065 #: apt-pkg/pkgcachegen.cc:93
2066 msgid "Cache has an incompatible versioning system"
2069 #. TRANSLATOR: The first placeholder is a package name,
2070 #. the other two should be copied verbatim as they include debug info
2071 #: apt-pkg/pkgcachegen.cc:224 apt-pkg/pkgcachegen.cc:234
2072 #: apt-pkg/pkgcachegen.cc:300 apt-pkg/pkgcachegen.cc:327
2073 #: apt-pkg/pkgcachegen.cc:340 apt-pkg/pkgcachegen.cc:382
2074 #: apt-pkg/pkgcachegen.cc:386 apt-pkg/pkgcachegen.cc:403
2075 #: apt-pkg/pkgcachegen.cc:411 apt-pkg/pkgcachegen.cc:415
2076 #: apt-pkg/pkgcachegen.cc:419 apt-pkg/pkgcachegen.cc:440
2077 #: apt-pkg/pkgcachegen.cc:479 apt-pkg/pkgcachegen.cc:517
2078 #: apt-pkg/pkgcachegen.cc:524 apt-pkg/pkgcachegen.cc:555
2079 #: apt-pkg/pkgcachegen.cc:569
2081 msgid "Error occurred while processing %s (%s%d)"
2084 #: apt-pkg/pkgcachegen.cc:257
2085 msgid "Wow, you exceeded the number of package names this APT is capable of."
2088 #: apt-pkg/pkgcachegen.cc:260
2089 msgid "Wow, you exceeded the number of versions this APT is capable of."
2092 #: apt-pkg/pkgcachegen.cc:263
2093 msgid "Wow, you exceeded the number of descriptions this APT is capable of."
2096 #: apt-pkg/pkgcachegen.cc:266
2097 msgid "Wow, you exceeded the number of dependencies this APT is capable of."
2100 #: apt-pkg/pkgcachegen.cc:576
2102 msgid "Package %s %s was not found while processing file dependencies"
2105 #: apt-pkg/pkgcachegen.cc:1211
2107 msgid "Couldn't stat source package list %s"
2110 #: apt-pkg/pkgcachegen.cc:1299 apt-pkg/pkgcachegen.cc:1403
2111 #: apt-pkg/pkgcachegen.cc:1409 apt-pkg/pkgcachegen.cc:1566
2112 msgid "Reading package lists"
2115 #: apt-pkg/pkgcachegen.cc:1316
2116 msgid "Collecting File Provides"
2119 #: apt-pkg/pkgcachegen.cc:1400 cmdline/apt-extracttemplates.cc:259
2121 msgid "Unable to write to %s"
2124 #: apt-pkg/pkgcachegen.cc:1508 apt-pkg/pkgcachegen.cc:1515
2125 msgid "IO Error saving source cache"
2128 #: apt-pkg/edsp.cc:52 apt-pkg/edsp.cc:78
2129 msgid "Send scenario to solver"
2132 #: apt-pkg/edsp.cc:241
2133 msgid "Send request to solver"
2136 #: apt-pkg/edsp.cc:320
2137 msgid "Prepare for receiving solution"
2140 #: apt-pkg/edsp.cc:327
2141 msgid "External solver failed without a proper error message"
2144 #: apt-pkg/edsp.cc:619 apt-pkg/edsp.cc:622 apt-pkg/edsp.cc:627
2145 msgid "Execute external solver"
2148 #: apt-pkg/acquire-item.cc:148 apt-pkg/contrib/fileutl.cc:2047
2150 msgid "rename failed, %s (%s -> %s)."
2153 #: apt-pkg/acquire-item.cc:163
2154 msgid "Hash Sum mismatch"
2157 #: apt-pkg/acquire-item.cc:168
2158 msgid "Size mismatch"
2161 #: apt-pkg/acquire-item.cc:173
2162 msgid "Invalid file format"
2165 #: apt-pkg/acquire-item.cc:1640
2168 "Unable to find expected entry '%s' in Release file (Wrong sources.list entry "
2169 "or malformed file)"
2172 #: apt-pkg/acquire-item.cc:1656
2174 msgid "Unable to find hash sum for '%s' in Release file"
2177 #: apt-pkg/acquire-item.cc:1698
2178 msgid "There is no public key available for the following key IDs:\n"
2181 #: apt-pkg/acquire-item.cc:1736
2184 "Release file for %s is expired (invalid since %s). Updates for this "
2185 "repository will not be applied."
2188 #: apt-pkg/acquire-item.cc:1758
2190 msgid "Conflicting distribution: %s (expected %s but got %s)"
2193 #: apt-pkg/acquire-item.cc:1788
2196 "An error occurred during the signature verification. The repository is not "
2197 "updated and the previous index files will be used. GPG error: %s: %s\n"
2200 #. Invalid signature file, reject (LP: #346386) (Closes: #627642)
2201 #: apt-pkg/acquire-item.cc:1798 apt-pkg/acquire-item.cc:1803
2203 msgid "GPG error: %s: %s"
2206 #: apt-pkg/acquire-item.cc:1926
2209 "I wasn't able to locate a file for the %s package. This might mean you need "
2210 "to manually fix this package. (due to missing arch)"
2213 #: apt-pkg/acquire-item.cc:1992
2215 msgid "Can't find a source to download version '%s' of '%s'"
2218 #: apt-pkg/acquire-item.cc:2050
2221 "The package index files are corrupted. No Filename: field for package %s."
2224 #: apt-pkg/vendorlist.cc:85
2226 msgid "Vendor block %s contains no fingerprint"
2229 #: apt-pkg/acquire.cc:87 apt-pkg/cdrom.cc:829
2231 msgid "List directory %spartial is missing."
2234 #: apt-pkg/acquire.cc:91
2236 msgid "Archives directory %spartial is missing."
2239 #: apt-pkg/acquire.cc:99
2241 msgid "Unable to lock directory %s"
2244 #. only show the ETA if it makes sense
2246 #: apt-pkg/acquire.cc:902
2248 msgid "Retrieving file %li of %li (%s remaining)"
2251 #: apt-pkg/acquire.cc:904
2253 msgid "Retrieving file %li of %li"
2256 #: apt-pkg/srcrecords.cc:53
2257 msgid "You must put some 'source' URIs in your sources.list"
2260 #: apt-pkg/policy.cc:83
2263 "The value '%s' is invalid for APT::Default-Release as such a release is not "
2264 "available in the sources"
2267 #: apt-pkg/policy.cc:422
2269 msgid "Invalid record in the preferences file %s, no Package header"
2272 #: apt-pkg/policy.cc:444
2274 msgid "Did not understand pin type %s"
2277 #: apt-pkg/policy.cc:452
2278 msgid "No priority (or zero) specified for pin"
2281 #: apt-pkg/packagemanager.cc:303 apt-pkg/packagemanager.cc:957
2284 "Could not perform immediate configuration on '%s'. Please see man 5 apt.conf "
2285 "under APT::Immediate-Configure for details. (%d)"
2288 #: apt-pkg/packagemanager.cc:550 apt-pkg/packagemanager.cc:580
2290 msgid "Could not configure '%s'. "
2293 #: apt-pkg/packagemanager.cc:630
2296 "This installation run will require temporarily removing the essential "
2297 "package %s due to a Conflicts/Pre-Depends loop. This is often bad, but if "
2298 "you really want to do it, activate the APT::Force-LoopBreak option."
2301 #: apt-pkg/update.cc:103 apt-pkg/update.cc:105
2303 "Some index files failed to download. They have been ignored, or old ones "
2307 #: apt-pkg/cdrom.cc:571
2308 msgid "Unmounting CD-ROM...\n"
2311 #: apt-pkg/cdrom.cc:586
2313 msgid "Using CD-ROM mount point %s\n"
2316 #: apt-pkg/cdrom.cc:599
2317 msgid "Waiting for disc...\n"
2320 #: apt-pkg/cdrom.cc:609
2321 msgid "Mounting CD-ROM...\n"
2324 #: apt-pkg/cdrom.cc:620
2325 msgid "Identifying... "
2328 #: apt-pkg/cdrom.cc:662
2330 msgid "Stored label: %s\n"
2333 #: apt-pkg/cdrom.cc:680
2334 msgid "Scanning disc for index files...\n"
2337 #: apt-pkg/cdrom.cc:734
2340 "Found %zu package indexes, %zu source indexes, %zu translation indexes and "
2344 #: apt-pkg/cdrom.cc:744
2346 "Unable to locate any package files, perhaps this is not a Debian Disc or the "
2347 "wrong architecture?"
2350 #: apt-pkg/cdrom.cc:771
2352 msgid "Found label '%s'\n"
2355 #: apt-pkg/cdrom.cc:800
2356 msgid "That is not a valid name, try again.\n"
2359 #: apt-pkg/cdrom.cc:817
2362 "This disc is called: \n"
2366 #: apt-pkg/cdrom.cc:819
2367 msgid "Copying package lists..."
2370 #: apt-pkg/cdrom.cc:863
2371 msgid "Writing new source list\n"
2374 #: apt-pkg/cdrom.cc:874
2375 msgid "Source list entries for this disc are:\n"
2378 #: apt-pkg/algorithms.cc:265
2381 "The package %s needs to be reinstalled, but I can't find an archive for it."
2384 #: apt-pkg/algorithms.cc:1086
2386 "Error, pkgProblemResolver::Resolve generated breaks, this may be caused by "
2390 #: apt-pkg/algorithms.cc:1088
2391 msgid "Unable to correct problems, you have held broken packages."
2394 #: apt-pkg/depcache.cc:138 apt-pkg/depcache.cc:167
2395 msgid "Building dependency tree"
2398 #: apt-pkg/depcache.cc:139
2399 msgid "Candidate versions"
2402 #: apt-pkg/depcache.cc:168
2403 msgid "Dependency generation"
2406 #: apt-pkg/depcache.cc:188 apt-pkg/depcache.cc:221 apt-pkg/depcache.cc:225
2407 msgid "Reading state information"
2410 #: apt-pkg/depcache.cc:250
2412 msgid "Failed to open StateFile %s"
2415 #: apt-pkg/depcache.cc:256
2417 msgid "Failed to write temporary StateFile %s"
2420 #: apt-pkg/tagfile.cc:140
2422 msgid "Unable to parse package file %s (1)"
2425 #: apt-pkg/tagfile.cc:237
2427 msgid "Unable to parse package file %s (2)"
2430 #: apt-pkg/cacheset.cc:489
2432 msgid "Release '%s' for '%s' was not found"
2435 #: apt-pkg/cacheset.cc:492
2437 msgid "Version '%s' for '%s' was not found"
2440 #: apt-pkg/cacheset.cc:603
2442 msgid "Couldn't find task '%s'"
2445 #: apt-pkg/cacheset.cc:609
2447 msgid "Couldn't find any package by regex '%s'"
2450 #: apt-pkg/cacheset.cc:615
2452 msgid "Couldn't find any package by glob '%s'"
2455 #: apt-pkg/cacheset.cc:626
2457 msgid "Can't select versions from package '%s' as it is purely virtual"
2460 #: apt-pkg/cacheset.cc:633 apt-pkg/cacheset.cc:640
2463 "Can't select installed nor candidate version from package '%s' as it has "
2467 #: apt-pkg/cacheset.cc:647
2469 msgid "Can't select newest version from package '%s' as it is purely virtual"
2472 #: apt-pkg/cacheset.cc:655
2474 msgid "Can't select candidate version from package %s as it has no candidate"
2477 #: apt-pkg/cacheset.cc:663
2479 msgid "Can't select installed version from package %s as it is not installed"
2482 #: apt-pkg/indexrecords.cc:78
2484 msgid "Unable to parse Release file %s"
2487 #: apt-pkg/indexrecords.cc:86
2489 msgid "No sections in Release file %s"
2492 #: apt-pkg/indexrecords.cc:117
2494 msgid "No Hash entry in Release file %s"
2497 #: apt-pkg/indexrecords.cc:130
2499 msgid "Invalid 'Valid-Until' entry in Release file %s"
2502 #: apt-pkg/indexrecords.cc:149
2504 msgid "Invalid 'Date' entry in Release file %s"
2507 #. d means days, h means hours, min means minutes, s means seconds
2508 #: apt-pkg/contrib/strutl.cc:418
2510 msgid "%lid %lih %limin %lis"
2513 #. h means hours, min means minutes, s means seconds
2514 #: apt-pkg/contrib/strutl.cc:425
2516 msgid "%lih %limin %lis"
2519 #. min means minutes, s means seconds
2520 #: apt-pkg/contrib/strutl.cc:432
2526 #: apt-pkg/contrib/strutl.cc:437
2531 #: apt-pkg/contrib/strutl.cc:1258
2533 msgid "Selection %s not found"
2536 #: apt-pkg/contrib/fileutl.cc:190
2538 msgid "Not using locking for read only lock file %s"
2541 #: apt-pkg/contrib/fileutl.cc:195
2543 msgid "Could not open lock file %s"
2546 #: apt-pkg/contrib/fileutl.cc:218
2548 msgid "Not using locking for nfs mounted lock file %s"
2551 #: apt-pkg/contrib/fileutl.cc:223
2553 msgid "Could not get lock %s"
2556 #: apt-pkg/contrib/fileutl.cc:360 apt-pkg/contrib/fileutl.cc:474
2558 msgid "List of files can't be created as '%s' is not a directory"
2561 #: apt-pkg/contrib/fileutl.cc:394
2563 msgid "Ignoring '%s' in directory '%s' as it is not a regular file"
2566 #: apt-pkg/contrib/fileutl.cc:412
2568 msgid "Ignoring file '%s' in directory '%s' as it has no filename extension"
2571 #: apt-pkg/contrib/fileutl.cc:421
2574 "Ignoring file '%s' in directory '%s' as it has an invalid filename extension"
2577 #: apt-pkg/contrib/fileutl.cc:824
2579 msgid "Sub-process %s received a segmentation fault."
2582 #: apt-pkg/contrib/fileutl.cc:826
2584 msgid "Sub-process %s received signal %u."
2587 #: apt-pkg/contrib/fileutl.cc:830 apt-pkg/contrib/gpgv.cc:239
2589 msgid "Sub-process %s returned an error code (%u)"
2592 #: apt-pkg/contrib/fileutl.cc:832 apt-pkg/contrib/gpgv.cc:232
2594 msgid "Sub-process %s exited unexpectedly"
2597 #: apt-pkg/contrib/fileutl.cc:913
2599 msgid "Problem closing the gzip file %s"
2602 #: apt-pkg/contrib/fileutl.cc:1101
2604 msgid "Could not open file %s"
2607 #: apt-pkg/contrib/fileutl.cc:1160 apt-pkg/contrib/fileutl.cc:1207
2609 msgid "Could not open file descriptor %d"
2612 #: apt-pkg/contrib/fileutl.cc:1315
2613 msgid "Failed to create subprocess IPC"
2616 #: apt-pkg/contrib/fileutl.cc:1373
2617 msgid "Failed to exec compressor "
2620 #: apt-pkg/contrib/fileutl.cc:1514
2622 msgid "read, still have %llu to read but none left"
2625 #: apt-pkg/contrib/fileutl.cc:1627 apt-pkg/contrib/fileutl.cc:1649
2627 msgid "write, still have %llu to write but couldn't"
2630 #: apt-pkg/contrib/fileutl.cc:1915
2632 msgid "Problem closing the file %s"
2635 #: apt-pkg/contrib/fileutl.cc:1927
2637 msgid "Problem renaming the file %s to %s"
2640 #: apt-pkg/contrib/fileutl.cc:1938
2642 msgid "Problem unlinking the file %s"
2645 #: apt-pkg/contrib/fileutl.cc:1951
2646 msgid "Problem syncing the file"
2649 #: apt-pkg/contrib/progress.cc:148
2651 msgid "%c%s... Error!"
2654 #: apt-pkg/contrib/progress.cc:150
2656 msgid "%c%s... Done"
2659 #: apt-pkg/contrib/progress.cc:181
2663 #. Print the spinner
2664 #: apt-pkg/contrib/progress.cc:197
2666 msgid "%c%s... %u%%"
2669 #: apt-pkg/contrib/mmap.cc:79
2670 msgid "Can't mmap an empty file"
2673 #: apt-pkg/contrib/mmap.cc:111
2675 msgid "Couldn't duplicate file descriptor %i"
2678 #: apt-pkg/contrib/mmap.cc:119
2680 msgid "Couldn't make mmap of %llu bytes"
2683 #: apt-pkg/contrib/mmap.cc:146
2684 msgid "Unable to close mmap"
2687 #: apt-pkg/contrib/mmap.cc:174 apt-pkg/contrib/mmap.cc:202
2688 msgid "Unable to synchronize mmap"
2691 #: apt-pkg/contrib/mmap.cc:290
2693 msgid "Couldn't make mmap of %lu bytes"
2696 #: apt-pkg/contrib/mmap.cc:322
2697 msgid "Failed to truncate file"
2700 #: apt-pkg/contrib/mmap.cc:341
2703 "Dynamic MMap ran out of room. Please increase the size of APT::Cache-Start. "
2704 "Current value: %lu. (man 5 apt.conf)"
2707 #: apt-pkg/contrib/mmap.cc:446
2710 "Unable to increase the size of the MMap as the limit of %lu bytes is already "
2714 #: apt-pkg/contrib/mmap.cc:449
2716 "Unable to increase size of the MMap as automatic growing is disabled by user."
2719 #: apt-pkg/contrib/cdromutl.cc:65
2721 msgid "Unable to stat the mount point %s"
2724 #: apt-pkg/contrib/cdromutl.cc:246
2725 msgid "Failed to stat the cdrom"
2728 #: apt-pkg/contrib/configuration.cc:519
2730 msgid "Unrecognized type abbreviation: '%c'"
2733 #: apt-pkg/contrib/configuration.cc:633
2735 msgid "Opening configuration file %s"
2738 #: apt-pkg/contrib/configuration.cc:801
2740 msgid "Syntax error %s:%u: Block starts with no name."
2743 #: apt-pkg/contrib/configuration.cc:820
2745 msgid "Syntax error %s:%u: Malformed tag"
2748 #: apt-pkg/contrib/configuration.cc:837
2750 msgid "Syntax error %s:%u: Extra junk after value"
2753 #: apt-pkg/contrib/configuration.cc:877
2755 msgid "Syntax error %s:%u: Directives can only be done at the top level"
2758 #: apt-pkg/contrib/configuration.cc:884
2760 msgid "Syntax error %s:%u: Too many nested includes"
2763 #: apt-pkg/contrib/configuration.cc:888 apt-pkg/contrib/configuration.cc:893
2765 msgid "Syntax error %s:%u: Included from here"
2768 #: apt-pkg/contrib/configuration.cc:897
2770 msgid "Syntax error %s:%u: Unsupported directive '%s'"
2773 #: apt-pkg/contrib/configuration.cc:900
2775 msgid "Syntax error %s:%u: clear directive requires an option tree as argument"
2778 #: apt-pkg/contrib/configuration.cc:950
2780 msgid "Syntax error %s:%u: Extra junk at end of file"
2783 #. TRANSLATOR: %s is the trusted keyring parts directory
2784 #: apt-pkg/contrib/gpgv.cc:72
2786 msgid "No keyring installed in %s."
2789 #: apt-pkg/contrib/cmndline.cc:124
2791 msgid "Command line option '%c' [from %s] is not known."
2794 #: apt-pkg/contrib/cmndline.cc:149 apt-pkg/contrib/cmndline.cc:158
2795 #: apt-pkg/contrib/cmndline.cc:166
2797 msgid "Command line option %s is not understood"
2800 #: apt-pkg/contrib/cmndline.cc:171
2802 msgid "Command line option %s is not boolean"
2805 #: apt-pkg/contrib/cmndline.cc:212 apt-pkg/contrib/cmndline.cc:233
2807 msgid "Option %s requires an argument."
2810 #: apt-pkg/contrib/cmndline.cc:246 apt-pkg/contrib/cmndline.cc:252
2812 msgid "Option %s: Configuration item specification must have an =<val>."
2815 #: apt-pkg/contrib/cmndline.cc:281
2817 msgid "Option %s requires an integer argument, not '%s'"
2820 #: apt-pkg/contrib/cmndline.cc:312
2822 msgid "Option '%s' is too long"
2825 #: apt-pkg/contrib/cmndline.cc:344
2827 msgid "Sense %s is not understood, try true or false."
2830 #: apt-pkg/contrib/cmndline.cc:394
2832 msgid "Invalid operation %s"
2835 #: apt-pkg/deb/dpkgpm.cc:112
2837 msgid "Installing %s"
2840 #: apt-pkg/deb/dpkgpm.cc:113 apt-pkg/deb/dpkgpm.cc:1016
2842 msgid "Configuring %s"
2845 #: apt-pkg/deb/dpkgpm.cc:114 apt-pkg/deb/dpkgpm.cc:1023
2850 #: apt-pkg/deb/dpkgpm.cc:115
2852 msgid "Completely removing %s"
2855 #: apt-pkg/deb/dpkgpm.cc:116
2857 msgid "Noting disappearance of %s"
2860 #: apt-pkg/deb/dpkgpm.cc:117
2862 msgid "Running post-installation trigger %s"
2865 #. FIXME: use a better string after freeze
2866 #: apt-pkg/deb/dpkgpm.cc:847
2868 msgid "Directory '%s' missing"
2871 #: apt-pkg/deb/dpkgpm.cc:862 apt-pkg/deb/dpkgpm.cc:884
2873 msgid "Could not open file '%s'"
2876 #: apt-pkg/deb/dpkgpm.cc:1009
2878 msgid "Preparing %s"
2881 #: apt-pkg/deb/dpkgpm.cc:1010
2883 msgid "Unpacking %s"
2886 #: apt-pkg/deb/dpkgpm.cc:1015
2888 msgid "Preparing to configure %s"
2891 #: apt-pkg/deb/dpkgpm.cc:1017
2893 msgid "Installed %s"
2896 #: apt-pkg/deb/dpkgpm.cc:1022
2898 msgid "Preparing for removal of %s"
2901 #: apt-pkg/deb/dpkgpm.cc:1024
2906 #: apt-pkg/deb/dpkgpm.cc:1029
2908 msgid "Preparing to completely remove %s"
2911 #: apt-pkg/deb/dpkgpm.cc:1030
2913 msgid "Completely removed %s"
2916 #: apt-pkg/deb/dpkgpm.cc:1091 apt-pkg/deb/dpkgpm.cc:1179
2918 msgid "Can not write log (%s)"
2921 #: apt-pkg/deb/dpkgpm.cc:1091 apt-pkg/deb/dpkgpm.cc:1179
2922 msgid "Is /dev/pts mounted?"
2925 #: apt-pkg/deb/dpkgpm.cc:1670
2926 msgid "Operation was interrupted before it could finish"
2929 #: apt-pkg/deb/dpkgpm.cc:1732
2930 msgid "No apport report written because MaxReports is reached already"
2933 #. check if its not a follow up error
2934 #: apt-pkg/deb/dpkgpm.cc:1737
2935 msgid "dependency problems - leaving unconfigured"
2938 #: apt-pkg/deb/dpkgpm.cc:1739
2940 "No apport report written because the error message indicates its a followup "
2941 "error from a previous failure."
2944 #: apt-pkg/deb/dpkgpm.cc:1745
2946 "No apport report written because the error message indicates a disk full "
2950 #: apt-pkg/deb/dpkgpm.cc:1752
2952 "No apport report written because the error message indicates a out of memory "
2956 #: apt-pkg/deb/dpkgpm.cc:1759 apt-pkg/deb/dpkgpm.cc:1765
2958 "No apport report written because the error message indicates an issue on the "
2962 #: apt-pkg/deb/dpkgpm.cc:1787
2964 "No apport report written because the error message indicates a dpkg I/O error"
2967 #: apt-pkg/deb/debsystem.cc:91
2970 "Unable to lock the administration directory (%s), is another process using "
2974 #: apt-pkg/deb/debsystem.cc:94
2976 msgid "Unable to lock the administration directory (%s), are you root?"
2979 #. TRANSLATORS: the %s contains the recovery command, usually
2980 #. dpkg --configure -a
2981 #: apt-pkg/deb/debsystem.cc:110
2984 "dpkg was interrupted, you must manually run '%s' to correct the problem. "
2987 #: apt-pkg/deb/debsystem.cc:128
2991 #: cmdline/apt-extracttemplates.cc:224
2993 "Usage: apt-extracttemplates file1 [file2 ...]\n"
2995 "apt-extracttemplates is a tool to extract config and template info\n"
2996 "from debian packages\n"
2999 " -h This help text\n"
3000 " -t Set the temp dir\n"
3001 " -c=? Read this configuration file\n"
3002 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
3005 #: cmdline/apt-extracttemplates.cc:254
3007 msgid "Unable to mkstemp %s"
3010 #: cmdline/apt-extracttemplates.cc:300
3011 msgid "Cannot get debconf version. Is debconf installed?"
3014 #: ftparchive/apt-ftparchive.cc:187 ftparchive/apt-ftparchive.cc:371
3015 msgid "Package extension list is too long"
3018 #: ftparchive/apt-ftparchive.cc:189 ftparchive/apt-ftparchive.cc:206
3019 #: ftparchive/apt-ftparchive.cc:229 ftparchive/apt-ftparchive.cc:283
3020 #: ftparchive/apt-ftparchive.cc:297 ftparchive/apt-ftparchive.cc:319
3022 msgid "Error processing directory %s"
3025 #: ftparchive/apt-ftparchive.cc:281
3026 msgid "Source extension list is too long"
3029 #: ftparchive/apt-ftparchive.cc:401
3030 msgid "Error writing header to contents file"
3033 #: ftparchive/apt-ftparchive.cc:431
3035 msgid "Error processing contents %s"
3038 #: ftparchive/apt-ftparchive.cc:626
3040 "Usage: apt-ftparchive [options] command\n"
3041 "Commands: packages binarypath [overridefile [pathprefix]]\n"
3042 " sources srcpath [overridefile [pathprefix]]\n"
3045 " generate config [groups]\n"
3048 "apt-ftparchive generates index files for Debian archives. It supports\n"
3049 "many styles of generation from fully automated to functional replacements\n"
3050 "for dpkg-scanpackages and dpkg-scansources\n"
3052 "apt-ftparchive generates Package files from a tree of .debs. The\n"
3053 "Package file contains the contents of all the control fields from\n"
3054 "each package as well as the MD5 hash and filesize. An override file\n"
3055 "is supported to force the value of Priority and Section.\n"
3057 "Similarly apt-ftparchive generates Sources files from a tree of .dscs.\n"
3058 "The --source-override option can be used to specify a src override file\n"
3060 "The 'packages' and 'sources' command should be run in the root of the\n"
3061 "tree. BinaryPath should point to the base of the recursive search and \n"
3062 "override file should contain the override flags. Pathprefix is\n"
3063 "appended to the filename fields if present. Example usage from the \n"
3065 " apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
3066 " dists/potato/main/binary-i386/Packages\n"
3069 " -h This help text\n"
3070 " --md5 Control MD5 generation\n"
3071 " -s=? Source override file\n"
3073 " -d=? Select the optional caching database\n"
3074 " --no-delink Enable delinking debug mode\n"
3075 " --contents Control contents file generation\n"
3076 " -c=? Read this configuration file\n"
3077 " -o=? Set an arbitrary configuration option"
3080 #: ftparchive/apt-ftparchive.cc:822
3081 msgid "No selections matched"
3084 #: ftparchive/apt-ftparchive.cc:907
3086 msgid "Some files are missing in the package file group `%s'"
3089 #: ftparchive/cachedb.cc:65
3091 msgid "DB was corrupted, file renamed to %s.old"
3094 #: ftparchive/cachedb.cc:83
3096 msgid "DB is old, attempting to upgrade %s"
3099 #: ftparchive/cachedb.cc:94
3101 "DB format is invalid. If you upgraded from an older version of apt, please "
3102 "remove and re-create the database."
3105 #: ftparchive/cachedb.cc:99
3107 msgid "Unable to open DB file %s: %s"
3110 #: ftparchive/cachedb.cc:332
3111 msgid "Failed to read .dsc"
3114 #: ftparchive/cachedb.cc:365
3115 msgid "Archive has no control record"
3118 #: ftparchive/cachedb.cc:594
3119 msgid "Unable to get a cursor"
3122 #: ftparchive/writer.cc:91
3124 msgid "W: Unable to read directory %s\n"
3127 #: ftparchive/writer.cc:96
3129 msgid "W: Unable to stat %s\n"
3132 #: ftparchive/writer.cc:152
3136 #: ftparchive/writer.cc:154
3140 #: ftparchive/writer.cc:161
3141 msgid "E: Errors apply to file "
3144 #: ftparchive/writer.cc:179 ftparchive/writer.cc:211
3146 msgid "Failed to resolve %s"
3149 #: ftparchive/writer.cc:192
3150 msgid "Tree walking failed"
3153 #: ftparchive/writer.cc:219
3155 msgid "Failed to open %s"
3158 #: ftparchive/writer.cc:278
3160 msgid " DeLink %s [%s]\n"
3163 #: ftparchive/writer.cc:286
3165 msgid "Failed to readlink %s"
3168 #: ftparchive/writer.cc:290
3170 msgid "Failed to unlink %s"
3173 #: ftparchive/writer.cc:298
3175 msgid "*** Failed to link %s to %s"
3178 #: ftparchive/writer.cc:308
3180 msgid " DeLink limit of %sB hit.\n"
3183 #: ftparchive/writer.cc:417
3184 msgid "Archive had no package field"
3187 #: ftparchive/writer.cc:425 ftparchive/writer.cc:692
3189 msgid " %s has no override entry\n"
3192 #: ftparchive/writer.cc:493 ftparchive/writer.cc:848
3194 msgid " %s maintainer is %s not %s\n"
3197 #: ftparchive/writer.cc:706
3199 msgid " %s has no source override entry\n"
3202 #: ftparchive/writer.cc:710
3204 msgid " %s has no binary override entry either\n"
3207 #: ftparchive/contents.cc:351 ftparchive/contents.cc:382
3208 msgid "realloc - Failed to allocate memory"
3211 #: ftparchive/override.cc:38 ftparchive/override.cc:142
3213 msgid "Unable to open %s"
3218 #: ftparchive/override.cc:68
3220 msgid "Malformed override %s line %llu (%s)"
3223 #: ftparchive/override.cc:127 ftparchive/override.cc:201
3225 msgid "Failed to read the override file %s"
3228 #: ftparchive/override.cc:166
3230 msgid "Malformed override %s line %llu #1"
3233 #: ftparchive/override.cc:178
3235 msgid "Malformed override %s line %llu #2"
3238 #: ftparchive/override.cc:191
3240 msgid "Malformed override %s line %llu #3"
3243 #: ftparchive/multicompress.cc:73
3245 msgid "Unknown compression algorithm '%s'"
3248 #: ftparchive/multicompress.cc:103
3250 msgid "Compressed output %s needs a compression set"
3253 #: ftparchive/multicompress.cc:192
3254 msgid "Failed to create FILE*"
3257 #: ftparchive/multicompress.cc:195
3258 msgid "Failed to fork"
3261 #: ftparchive/multicompress.cc:209
3262 msgid "Compress child"
3265 #: ftparchive/multicompress.cc:232
3267 msgid "Internal error, failed to create %s"
3270 #: ftparchive/multicompress.cc:305
3271 msgid "IO to subprocess/file failed"
3274 #: ftparchive/multicompress.cc:343
3275 msgid "Failed to read while computing MD5"
3278 #: ftparchive/multicompress.cc:359
3280 msgid "Problem unlinking %s"
3283 #: cmdline/apt-internal-solver.cc:49
3285 "Usage: apt-internal-solver\n"
3287 "apt-internal-solver is an interface to use the current internal\n"
3288 "like an external resolver for the APT family for debugging or alike\n"
3291 " -h This help text.\n"
3292 " -q Loggable output - no progress indicator\n"
3293 " -c=? Read this configuration file\n"
3294 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
3297 #: cmdline/apt-sortpkgs.cc:89
3298 msgid "Unknown package record!"
3301 #: cmdline/apt-sortpkgs.cc:153
3303 "Usage: apt-sortpkgs [options] file1 [file2 ...]\n"
3305 "apt-sortpkgs is a simple tool to sort package files. The -s option is used\n"
3306 "to indicate what kind of file it is.\n"
3309 " -h This help text\n"
3310 " -s Use source file sorting\n"
3311 " -c=? Read this configuration file\n"
3312 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"