1 # SOME DESCRIPTIVE TITLE.
2 # This file is put in the public domain.
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
8 "Project-Id-Version: apt 0.9.7\n"
9 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
10 "POT-Creation-Date: 2012-06-25 09:17+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:158
21 msgid "Package %s version %s has an unmet dep:\n"
24 #: cmdline/apt-cache.cc:286
25 msgid "Total package names: "
28 #: cmdline/apt-cache.cc:288
29 msgid "Total package structures: "
32 #: cmdline/apt-cache.cc:328
33 msgid " Normal packages: "
36 #: cmdline/apt-cache.cc:329
37 msgid " Pure virtual packages: "
40 #: cmdline/apt-cache.cc:330
41 msgid " Single virtual packages: "
44 #: cmdline/apt-cache.cc:331
45 msgid " Mixed virtual packages: "
48 #: cmdline/apt-cache.cc:332
52 #: cmdline/apt-cache.cc:334
53 msgid "Total distinct versions: "
56 #: cmdline/apt-cache.cc:336
57 msgid "Total distinct descriptions: "
60 #: cmdline/apt-cache.cc:338
61 msgid "Total dependencies: "
64 #: cmdline/apt-cache.cc:341
65 msgid "Total ver/file relations: "
68 #: cmdline/apt-cache.cc:343
69 msgid "Total Desc/File relations: "
72 #: cmdline/apt-cache.cc:345
73 msgid "Total Provides mappings: "
76 #: cmdline/apt-cache.cc:357
77 msgid "Total globbed strings: "
80 #: cmdline/apt-cache.cc:371
81 msgid "Total dependency version space: "
84 #: cmdline/apt-cache.cc:376
85 msgid "Total slack space: "
88 #: cmdline/apt-cache.cc:384
89 msgid "Total space accounted for: "
92 #: cmdline/apt-cache.cc:515 cmdline/apt-cache.cc:1143
94 msgid "Package file %s is out of sync."
97 #: cmdline/apt-cache.cc:593 cmdline/apt-cache.cc:1378
98 #: cmdline/apt-cache.cc:1380 cmdline/apt-cache.cc:1457 cmdline/apt-mark.cc:46
99 #: cmdline/apt-mark.cc:93 cmdline/apt-mark.cc:219
100 msgid "No packages found"
103 #: cmdline/apt-cache.cc:1222
104 msgid "You must give at least one search pattern"
107 #: cmdline/apt-cache.cc:1357
108 msgid "This command is deprecated. Please use 'apt-mark showauto' instead."
111 #: cmdline/apt-cache.cc:1452 apt-pkg/cacheset.cc:508
113 msgid "Unable to locate package %s"
116 #: cmdline/apt-cache.cc:1482
117 msgid "Package files:"
120 #: cmdline/apt-cache.cc:1489 cmdline/apt-cache.cc:1580
121 msgid "Cache is out of sync, can't x-ref a package file"
124 #. Show any packages have explicit pins
125 #: cmdline/apt-cache.cc:1503
126 msgid "Pinned packages:"
129 #: cmdline/apt-cache.cc:1515 cmdline/apt-cache.cc:1560
133 #: cmdline/apt-cache.cc:1523
137 #: cmdline/apt-cache.cc:1524
141 #: cmdline/apt-cache.cc:1542 cmdline/apt-cache.cc:1550
145 #: cmdline/apt-cache.cc:1557
146 msgid " Package pin: "
149 #. Show the priority tables
150 #: cmdline/apt-cache.cc:1566
151 msgid " Version table:"
154 #: cmdline/apt-cache.cc:1679 cmdline/apt-cdrom.cc:198 cmdline/apt-config.cc:81
155 #: cmdline/apt-get.cc:3350 cmdline/apt-mark.cc:363
156 #: cmdline/apt-extracttemplates.cc:229 ftparchive/apt-ftparchive.cc:590
157 #: cmdline/apt-internal-solver.cc:33 cmdline/apt-sortpkgs.cc:147
159 msgid "%s %s for %s compiled on %s %s\n"
162 #: cmdline/apt-cache.cc:1686
164 "Usage: apt-cache [options] command\n"
165 " apt-cache [options] showpkg pkg1 [pkg2 ...]\n"
166 " apt-cache [options] showsrc pkg1 [pkg2 ...]\n"
168 "apt-cache is a low-level tool used to query information\n"
169 "from APT's binary cache files\n"
172 " gencaches - Build both the package and source cache\n"
173 " showpkg - Show some general information for a single package\n"
174 " showsrc - Show source records\n"
175 " stats - Show some basic statistics\n"
176 " dump - Show the entire file in a terse form\n"
177 " dumpavail - Print an available file to stdout\n"
178 " unmet - Show unmet dependencies\n"
179 " search - Search the package list for a regex pattern\n"
180 " show - Show a readable record for the package\n"
181 " depends - Show raw dependency information for a package\n"
182 " rdepends - Show reverse dependency information for a package\n"
183 " pkgnames - List the names of all packages in the system\n"
184 " dotty - Generate package graphs for GraphViz\n"
185 " xvcg - Generate package graphs for xvcg\n"
186 " policy - Show policy settings\n"
189 " -h This help text.\n"
190 " -p=? The package cache.\n"
191 " -s=? The source cache.\n"
192 " -q Disable progress indicator.\n"
193 " -i Show only important deps for the unmet command.\n"
194 " -c=? Read this configuration file\n"
195 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
196 "See the apt-cache(8) and apt.conf(5) manual pages for more information.\n"
199 #: cmdline/apt-cdrom.cc:79
200 msgid "Please provide a name for this Disc, such as 'Debian 5.0.3 Disk 1'"
203 #: cmdline/apt-cdrom.cc:94
204 msgid "Please insert a Disc in the drive and press enter"
207 #: cmdline/apt-cdrom.cc:129
209 msgid "Failed to mount '%s' to '%s'"
212 #: cmdline/apt-cdrom.cc:163
213 msgid "Repeat this process for the rest of the CDs in your set."
216 #: cmdline/apt-config.cc:46
217 msgid "Arguments not in pairs"
220 #: cmdline/apt-config.cc:87
222 "Usage: apt-config [options] command\n"
224 "apt-config is a simple tool to read the APT config file\n"
227 " shell - Shell mode\n"
228 " dump - Show the configuration\n"
231 " -h This help text.\n"
232 " -c=? Read this configuration file\n"
233 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
236 #: cmdline/apt-get.cc:135
240 #: cmdline/apt-get.cc:140
244 #: cmdline/apt-get.cc:162 apt-pkg/cachefilter.cc:33
246 msgid "Regex compilation error - %s"
249 #: cmdline/apt-get.cc:260
250 msgid "The following packages have unmet dependencies:"
253 #: cmdline/apt-get.cc:350
255 msgid "but %s is installed"
258 #: cmdline/apt-get.cc:352
260 msgid "but %s is to be installed"
263 #: cmdline/apt-get.cc:359
264 msgid "but it is not installable"
267 #: cmdline/apt-get.cc:361
268 msgid "but it is a virtual package"
271 #: cmdline/apt-get.cc:364
272 msgid "but it is not installed"
275 #: cmdline/apt-get.cc:364
276 msgid "but it is not going to be installed"
279 #: cmdline/apt-get.cc:369
283 #: cmdline/apt-get.cc:398
284 msgid "The following NEW packages will be installed:"
287 #: cmdline/apt-get.cc:424
288 msgid "The following packages will be REMOVED:"
291 #: cmdline/apt-get.cc:446
292 msgid "The following packages have been kept back:"
295 #: cmdline/apt-get.cc:467
296 msgid "The following packages will be upgraded:"
299 #: cmdline/apt-get.cc:488
300 msgid "The following packages will be DOWNGRADED:"
303 #: cmdline/apt-get.cc:508
304 msgid "The following held packages will be changed:"
307 #: cmdline/apt-get.cc:563
309 msgid "%s (due to %s) "
312 #: cmdline/apt-get.cc:571
314 "WARNING: The following essential packages will be removed.\n"
315 "This should NOT be done unless you know exactly what you are doing!"
318 #: cmdline/apt-get.cc:602
320 msgid "%lu upgraded, %lu newly installed, "
323 #: cmdline/apt-get.cc:606
325 msgid "%lu reinstalled, "
328 #: cmdline/apt-get.cc:608
330 msgid "%lu downgraded, "
333 #: cmdline/apt-get.cc:610
335 msgid "%lu to remove and %lu not upgraded.\n"
338 #: cmdline/apt-get.cc:614
340 msgid "%lu not fully installed or removed.\n"
343 #: cmdline/apt-get.cc:635
345 msgid "Note, selecting '%s' for task '%s'\n"
348 #: cmdline/apt-get.cc:640
350 msgid "Note, selecting '%s' for regex '%s'\n"
353 #: cmdline/apt-get.cc:657
355 msgid "Package %s is a virtual package provided by:\n"
358 #: cmdline/apt-get.cc:668
362 #: cmdline/apt-get.cc:677
363 msgid " [Not candidate version]"
366 #: cmdline/apt-get.cc:679
367 msgid "You should explicitly select one to install."
370 #: cmdline/apt-get.cc:682
373 "Package %s is not available, but is referred to by another package.\n"
374 "This may mean that the package is missing, has been obsoleted, or\n"
375 "is only available from another source\n"
378 #: cmdline/apt-get.cc:700
379 msgid "However the following packages replace it:"
382 #: cmdline/apt-get.cc:712
384 msgid "Package '%s' has no installation candidate"
387 #: cmdline/apt-get.cc:725
389 msgid "Virtual packages like '%s' can't be removed\n"
392 #. TRANSLATORS: Note, this is not an interactive question
393 #: cmdline/apt-get.cc:737 cmdline/apt-get.cc:940
395 msgid "Package '%s' is not installed, so not removed. Did you mean '%s'?\n"
398 #: cmdline/apt-get.cc:743 cmdline/apt-get.cc:946
400 msgid "Package '%s' is not installed, so not removed\n"
403 #: cmdline/apt-get.cc:788
405 msgid "Note, selecting '%s' instead of '%s'\n"
408 #: cmdline/apt-get.cc:818
410 msgid "Skipping %s, it is already installed and upgrade is not set.\n"
413 #: cmdline/apt-get.cc:822
415 msgid "Skipping %s, it is not installed and only upgrades are requested.\n"
418 #: cmdline/apt-get.cc:834
420 msgid "Reinstallation of %s is not possible, it cannot be downloaded.\n"
423 #: cmdline/apt-get.cc:839
425 msgid "%s is already the newest version.\n"
428 #: cmdline/apt-get.cc:858 cmdline/apt-get.cc:2157 cmdline/apt-mark.cc:68
430 msgid "%s set to manually installed.\n"
433 #: cmdline/apt-get.cc:884
435 msgid "Selected version '%s' (%s) for '%s'\n"
438 #: cmdline/apt-get.cc:889
440 msgid "Selected version '%s' (%s) for '%s' because of '%s'\n"
443 #: cmdline/apt-get.cc:1025
444 msgid "Correcting dependencies..."
447 #: cmdline/apt-get.cc:1028
451 #: cmdline/apt-get.cc:1031
452 msgid "Unable to correct dependencies"
455 #: cmdline/apt-get.cc:1034
456 msgid "Unable to minimize the upgrade set"
459 #: cmdline/apt-get.cc:1036
463 #: cmdline/apt-get.cc:1040
464 msgid "You might want to run 'apt-get -f install' to correct these."
467 #: cmdline/apt-get.cc:1043
468 msgid "Unmet dependencies. Try using -f."
471 #: cmdline/apt-get.cc:1068
472 msgid "WARNING: The following packages cannot be authenticated!"
475 #: cmdline/apt-get.cc:1072
476 msgid "Authentication warning overridden.\n"
479 #: cmdline/apt-get.cc:1079
480 msgid "Install these packages without verification [y/N]? "
483 #: cmdline/apt-get.cc:1081
484 msgid "Some packages could not be authenticated"
487 #: cmdline/apt-get.cc:1090 cmdline/apt-get.cc:1251
488 msgid "There are problems and -y was used without --force-yes"
491 #: cmdline/apt-get.cc:1131
492 msgid "Internal error, InstallPackages was called with broken packages!"
495 #: cmdline/apt-get.cc:1140
496 msgid "Packages need to be removed but remove is disabled."
499 #: cmdline/apt-get.cc:1151
500 msgid "Internal error, Ordering didn't finish"
503 #: cmdline/apt-get.cc:1189
504 msgid "How odd.. The sizes didn't match, email apt@packages.debian.org"
507 #. TRANSLATOR: The required space between number and unit is already included
508 #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB
509 #: cmdline/apt-get.cc:1196
511 msgid "Need to get %sB/%sB of archives.\n"
514 #. TRANSLATOR: The required space between number and unit is already included
515 #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB
516 #: cmdline/apt-get.cc:1201
518 msgid "Need to get %sB of archives.\n"
521 #. TRANSLATOR: The required space between number and unit is already included
522 #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB
523 #: cmdline/apt-get.cc:1208
525 msgid "After this operation, %sB of additional disk space will be used.\n"
528 #. TRANSLATOR: The required space between number and unit is already included
529 #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB
530 #: cmdline/apt-get.cc:1213
532 msgid "After this operation, %sB disk space will be freed.\n"
535 #: cmdline/apt-get.cc:1228 cmdline/apt-get.cc:1231 cmdline/apt-get.cc:2589
536 #: cmdline/apt-get.cc:2592
538 msgid "Couldn't determine free space in %s"
541 #: cmdline/apt-get.cc:1241
543 msgid "You don't have enough free space in %s."
546 #: cmdline/apt-get.cc:1257 cmdline/apt-get.cc:1277
547 msgid "Trivial Only specified but this is not a trivial operation."
550 #: cmdline/apt-get.cc:1259
551 msgid "Yes, do as I say!"
554 #: cmdline/apt-get.cc:1261
557 "You are about to do something potentially harmful.\n"
558 "To continue type in the phrase '%s'\n"
562 #: cmdline/apt-get.cc:1267 cmdline/apt-get.cc:1286
566 #: cmdline/apt-get.cc:1282
567 msgid "Do you want to continue [Y/n]? "
570 #: cmdline/apt-get.cc:1354 cmdline/apt-get.cc:2654 apt-pkg/algorithms.cc:1543
572 msgid "Failed to fetch %s %s\n"
575 #: cmdline/apt-get.cc:1372
576 msgid "Some files failed to download"
579 #: cmdline/apt-get.cc:1373 cmdline/apt-get.cc:2666
580 msgid "Download complete and in download only mode"
583 #: cmdline/apt-get.cc:1379
585 "Unable to fetch some archives, maybe run apt-get update or try with --fix-"
589 #: cmdline/apt-get.cc:1383
590 msgid "--fix-missing and media swapping is not currently supported"
593 #: cmdline/apt-get.cc:1388
594 msgid "Unable to correct missing packages."
597 #: cmdline/apt-get.cc:1389
598 msgid "Aborting install."
601 #: cmdline/apt-get.cc:1417
603 "The following package disappeared from your system as\n"
604 "all files have been overwritten by other packages:"
606 "The following packages disappeared from your system as\n"
607 "all files have been overwritten by other packages:"
611 #: cmdline/apt-get.cc:1421
612 msgid "Note: This is done automatically and on purpose by dpkg."
615 #: cmdline/apt-get.cc:1559
617 msgid "Ignore unavailable target release '%s' of package '%s'"
620 #: cmdline/apt-get.cc:1591
622 msgid "Picking '%s' as source package instead of '%s'\n"
625 #. if (VerTag.empty() == false && Last == 0)
626 #: cmdline/apt-get.cc:1629
628 msgid "Ignore unavailable version '%s' of package '%s'"
631 #: cmdline/apt-get.cc:1645
632 msgid "The update command takes no arguments"
635 #: cmdline/apt-get.cc:1711
636 msgid "We are not supposed to delete stuff, can't start AutoRemover"
639 #: cmdline/apt-get.cc:1815
641 "Hmm, seems like the AutoRemover destroyed something which really\n"
642 "shouldn't happen. Please file a bug report against apt."
646 #. if (Packages == 1)
650 #. _("Since you only requested a single operation it is extremely likely that\n"
651 #. "the package is simply not installable and a bug report against\n"
652 #. "that package should be filed.") << endl;
655 #: cmdline/apt-get.cc:1818 cmdline/apt-get.cc:1987
656 msgid "The following information may help to resolve the situation:"
659 #: cmdline/apt-get.cc:1822
660 msgid "Internal Error, AutoRemover broke stuff"
663 #: cmdline/apt-get.cc:1829
665 "The following package was automatically installed and is no longer required:"
667 "The following packages were automatically installed and are no longer "
672 #: cmdline/apt-get.cc:1833
674 msgid "%lu package was automatically installed and is no longer required.\n"
676 "%lu packages were automatically installed and are no longer required.\n"
680 #: cmdline/apt-get.cc:1835
681 msgid "Use 'apt-get autoremove' to remove it."
682 msgid_plural "Use 'apt-get autoremove' to remove them."
686 #: cmdline/apt-get.cc:1854
687 msgid "Internal error, AllUpgrade broke stuff"
690 #: cmdline/apt-get.cc:1953
691 msgid "You might want to run 'apt-get -f install' to correct these:"
694 #: cmdline/apt-get.cc:1957
696 "Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a "
700 #: cmdline/apt-get.cc:1972
702 "Some packages could not be installed. This may mean that you have\n"
703 "requested an impossible situation or if you are using the unstable\n"
704 "distribution that some required packages have not yet been created\n"
705 "or been moved out of Incoming."
708 #: cmdline/apt-get.cc:1993
709 msgid "Broken packages"
712 #: cmdline/apt-get.cc:2019
713 msgid "The following extra packages will be installed:"
716 #: cmdline/apt-get.cc:2109
717 msgid "Suggested packages:"
720 #: cmdline/apt-get.cc:2110
721 msgid "Recommended packages:"
724 #: cmdline/apt-get.cc:2152
726 msgid "Couldn't find package %s"
729 #: cmdline/apt-get.cc:2159 cmdline/apt-mark.cc:70
731 msgid "%s set to automatically installed.\n"
734 #: cmdline/apt-get.cc:2167 cmdline/apt-mark.cc:114
736 "This command is deprecated. Please use 'apt-mark auto' and 'apt-mark manual' "
740 #: cmdline/apt-get.cc:2183
741 msgid "Calculating upgrade... "
744 #: cmdline/apt-get.cc:2186 methods/ftp.cc:711 methods/connect.cc:115
748 #: cmdline/apt-get.cc:2191
752 #: cmdline/apt-get.cc:2258 cmdline/apt-get.cc:2266
753 msgid "Internal error, problem resolver broke stuff"
756 #: cmdline/apt-get.cc:2294 cmdline/apt-get.cc:2330
757 msgid "Unable to lock the download directory"
760 #: cmdline/apt-get.cc:2386
762 msgid "Can't find a source to download version '%s' of '%s'"
765 #: cmdline/apt-get.cc:2391
767 msgid "Downloading %s %s"
770 #: cmdline/apt-get.cc:2451
771 msgid "Must specify at least one package to fetch source for"
774 #: cmdline/apt-get.cc:2491 cmdline/apt-get.cc:2803
776 msgid "Unable to find a source package for %s"
779 #: cmdline/apt-get.cc:2508
782 "NOTICE: '%s' packaging is maintained in the '%s' version control system at:\n"
786 #: cmdline/apt-get.cc:2513
791 "to retrieve the latest (possibly unreleased) updates to the package.\n"
794 #: cmdline/apt-get.cc:2566
796 msgid "Skipping already downloaded file '%s'\n"
799 #: cmdline/apt-get.cc:2603
801 msgid "You don't have enough free space in %s"
804 #. TRANSLATOR: The required space between number and unit is already included
805 #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB
806 #: cmdline/apt-get.cc:2612
808 msgid "Need to get %sB/%sB of source archives.\n"
811 #. TRANSLATOR: The required space between number and unit is already included
812 #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB
813 #: cmdline/apt-get.cc:2617
815 msgid "Need to get %sB of source archives.\n"
818 #: cmdline/apt-get.cc:2623
820 msgid "Fetch source %s\n"
823 #: cmdline/apt-get.cc:2661
824 msgid "Failed to fetch some archives."
827 #: cmdline/apt-get.cc:2692
829 msgid "Skipping unpack of already unpacked source in %s\n"
832 #: cmdline/apt-get.cc:2704
834 msgid "Unpack command '%s' failed.\n"
837 #: cmdline/apt-get.cc:2705
839 msgid "Check if the 'dpkg-dev' package is installed.\n"
842 #: cmdline/apt-get.cc:2727
844 msgid "Build command '%s' failed.\n"
847 #: cmdline/apt-get.cc:2747
848 msgid "Child process failed"
851 #: cmdline/apt-get.cc:2766
852 msgid "Must specify at least one package to check builddeps for"
855 #: cmdline/apt-get.cc:2791
858 "No architecture information available for %s. See apt.conf(5) APT::"
859 "Architectures for setup"
862 #: cmdline/apt-get.cc:2815 cmdline/apt-get.cc:2818
864 msgid "Unable to get build-dependency information for %s"
867 #: cmdline/apt-get.cc:2838
869 msgid "%s has no build depends.\n"
872 #: cmdline/apt-get.cc:2997
875 "%s dependency for %s can't be satisfied because %s is not allowed on '%s' "
879 #: cmdline/apt-get.cc:3015
882 "%s dependency for %s cannot be satisfied because the package %s cannot be "
886 #: cmdline/apt-get.cc:3038
888 msgid "Failed to satisfy %s dependency for %s: Installed package %s is too new"
891 #: cmdline/apt-get.cc:3077
894 "%s dependency for %s cannot be satisfied because candidate version of "
895 "package %s can't satisfy version requirements"
898 #: cmdline/apt-get.cc:3083
901 "%s dependency for %s cannot be satisfied because package %s has no candidate "
905 #: cmdline/apt-get.cc:3106
907 msgid "Failed to satisfy %s dependency for %s: %s"
910 #: cmdline/apt-get.cc:3122
912 msgid "Build-dependencies for %s could not be satisfied."
915 #: cmdline/apt-get.cc:3127
916 msgid "Failed to process build dependencies"
919 #: cmdline/apt-get.cc:3220 cmdline/apt-get.cc:3232
921 msgid "Changelog for %s (%s)"
924 #: cmdline/apt-get.cc:3355
925 msgid "Supported modules:"
928 #: cmdline/apt-get.cc:3396
930 "Usage: apt-get [options] command\n"
931 " apt-get [options] install|remove pkg1 [pkg2 ...]\n"
932 " apt-get [options] source pkg1 [pkg2 ...]\n"
934 "apt-get is a simple command line interface for downloading and\n"
935 "installing packages. The most frequently used commands are update\n"
939 " update - Retrieve new lists of packages\n"
940 " upgrade - Perform an upgrade\n"
941 " install - Install new packages (pkg is libc6 not libc6.deb)\n"
942 " remove - Remove packages\n"
943 " autoremove - Remove automatically all unused packages\n"
944 " purge - Remove packages and config files\n"
945 " source - Download source archives\n"
946 " build-dep - Configure build-dependencies for source packages\n"
947 " dist-upgrade - Distribution upgrade, see apt-get(8)\n"
948 " dselect-upgrade - Follow dselect selections\n"
949 " clean - Erase downloaded archive files\n"
950 " autoclean - Erase old downloaded archive files\n"
951 " check - Verify that there are no broken dependencies\n"
952 " changelog - Download and display the changelog for the given package\n"
953 " download - Download the binary package into the current directory\n"
956 " -h This help text.\n"
957 " -q Loggable output - no progress indicator\n"
958 " -qq No output except for errors\n"
959 " -d Download only - do NOT install or unpack archives\n"
960 " -s No-act. Perform ordering simulation\n"
961 " -y Assume Yes to all queries and do not prompt\n"
962 " -f Attempt to correct a system with broken dependencies in place\n"
963 " -m Attempt to continue if archives are unlocatable\n"
964 " -u Show a list of upgraded packages as well\n"
965 " -b Build the source package after fetching it\n"
966 " -V Show verbose version numbers\n"
967 " -c=? Read this configuration file\n"
968 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
969 "See the apt-get(8), sources.list(5) and apt.conf(5) manual\n"
970 "pages for more information and options.\n"
971 " This APT has Super Cow Powers.\n"
974 #: cmdline/apt-get.cc:3561
976 "NOTE: This is only a simulation!\n"
977 " apt-get needs root privileges for real execution.\n"
978 " Keep also in mind that locking is deactivated,\n"
979 " so don't depend on the relevance to the real current situation!"
982 #: cmdline/acqprogress.cc:60
986 #: cmdline/acqprogress.cc:84
990 #: cmdline/acqprogress.cc:115
994 #: cmdline/acqprogress.cc:119
998 #: cmdline/acqprogress.cc:140
1000 msgid "Fetched %sB in %s (%sB/s)\n"
1003 #: cmdline/acqprogress.cc:230
1008 #: cmdline/acqprogress.cc:286
1011 "Media change: please insert the disc labeled\n"
1013 "in the drive '%s' and press enter\n"
1016 #: cmdline/apt-mark.cc:55
1018 msgid "%s can not be marked as it is not installed.\n"
1021 #: cmdline/apt-mark.cc:61
1023 msgid "%s was already set to manually installed.\n"
1026 #: cmdline/apt-mark.cc:63
1028 msgid "%s was already set to automatically installed.\n"
1031 #: cmdline/apt-mark.cc:228
1033 msgid "%s was already set on hold.\n"
1036 #: cmdline/apt-mark.cc:230
1038 msgid "%s was already not hold.\n"
1041 #: cmdline/apt-mark.cc:245 cmdline/apt-mark.cc:314
1042 #: apt-pkg/contrib/fileutl.cc:828 apt-pkg/deb/dpkgpm.cc:1002
1044 msgid "Waited for %s but it wasn't there"
1047 #: cmdline/apt-mark.cc:260 cmdline/apt-mark.cc:297
1049 msgid "%s set on hold.\n"
1052 #: cmdline/apt-mark.cc:262 cmdline/apt-mark.cc:302
1054 msgid "Canceled hold on %s.\n"
1057 #: cmdline/apt-mark.cc:320
1058 msgid "Executing dpkg failed. Are you root?"
1061 #: cmdline/apt-mark.cc:367
1063 "Usage: apt-mark [options] {auto|manual} pkg1 [pkg2 ...]\n"
1065 "apt-mark is a simple command line interface for marking packages\n"
1066 "as manual or automatical installed. It can also list marks.\n"
1069 " auto - Mark the given packages as automatically installed\n"
1070 " manual - Mark the given packages as manually installed\n"
1073 " -h This help text.\n"
1074 " -q Loggable output - no progress indicator\n"
1075 " -qq No output except for errors\n"
1076 " -s No-act. Just prints what would be done.\n"
1077 " -f read/write auto/manual marking in the given file\n"
1078 " -c=? Read this configuration file\n"
1079 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
1080 "See the apt-mark(8) and apt.conf(5) manual pages for more information."
1083 #: methods/cdrom.cc:203
1085 msgid "Unable to read the cdrom database %s"
1088 #: methods/cdrom.cc:212
1090 "Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update "
1091 "cannot be used to add new CD-ROMs"
1094 #: methods/cdrom.cc:222
1095 msgid "Wrong CD-ROM"
1098 #: methods/cdrom.cc:249
1100 msgid "Unable to unmount the CD-ROM in %s, it may still be in use."
1103 #: methods/cdrom.cc:254
1104 msgid "Disk not found."
1107 #: methods/cdrom.cc:262 methods/file.cc:82 methods/rsh.cc:273
1108 msgid "File not found"
1111 #: methods/copy.cc:46 methods/gzip.cc:105 methods/gzip.cc:114
1112 #: methods/rred.cc:512 methods/rred.cc:521
1113 msgid "Failed to stat"
1116 #: methods/copy.cc:83 methods/gzip.cc:111 methods/rred.cc:518
1117 msgid "Failed to set modification time"
1120 #: methods/file.cc:47
1121 msgid "Invalid URI, local URIS must not start with //"
1124 #. Login must be before getpeername otherwise dante won't work.
1125 #: methods/ftp.cc:173
1129 #: methods/ftp.cc:179
1130 msgid "Unable to determine the peer name"
1133 #: methods/ftp.cc:184
1134 msgid "Unable to determine the local name"
1137 #: methods/ftp.cc:215 methods/ftp.cc:243
1139 msgid "The server refused the connection and said: %s"
1142 #: methods/ftp.cc:221
1144 msgid "USER failed, server said: %s"
1147 #: methods/ftp.cc:228
1149 msgid "PASS failed, server said: %s"
1152 #: methods/ftp.cc:248
1154 "A proxy server was specified but no login script, Acquire::ftp::ProxyLogin "
1158 #: methods/ftp.cc:276
1160 msgid "Login script command '%s' failed, server said: %s"
1163 #: methods/ftp.cc:302
1165 msgid "TYPE failed, server said: %s"
1168 #: methods/ftp.cc:340 methods/ftp.cc:451 methods/rsh.cc:192 methods/rsh.cc:235
1169 msgid "Connection timeout"
1172 #: methods/ftp.cc:346
1173 msgid "Server closed the connection"
1176 #: methods/ftp.cc:349 methods/rsh.cc:199 apt-pkg/contrib/fileutl.cc:1254
1177 #: apt-pkg/contrib/fileutl.cc:1263 apt-pkg/contrib/fileutl.cc:1266
1181 #: methods/ftp.cc:356 methods/rsh.cc:206
1182 msgid "A response overflowed the buffer."
1185 #: methods/ftp.cc:373 methods/ftp.cc:385
1186 msgid "Protocol corruption"
1189 #: methods/ftp.cc:457 methods/rred.cc:238 methods/rsh.cc:241
1190 #: apt-pkg/contrib/fileutl.cc:1352 apt-pkg/contrib/fileutl.cc:1361
1191 #: apt-pkg/contrib/fileutl.cc:1364 apt-pkg/contrib/fileutl.cc:1390
1195 #: methods/ftp.cc:696 methods/ftp.cc:702 methods/ftp.cc:737
1196 msgid "Could not create a socket"
1199 #: methods/ftp.cc:707
1200 msgid "Could not connect data socket, connection timed out"
1203 #: methods/ftp.cc:713
1204 msgid "Could not connect passive socket."
1207 #: methods/ftp.cc:730
1208 msgid "getaddrinfo was unable to get a listening socket"
1211 #: methods/ftp.cc:744
1212 msgid "Could not bind a socket"
1215 #: methods/ftp.cc:748
1216 msgid "Could not listen on the socket"
1219 #: methods/ftp.cc:755
1220 msgid "Could not determine the socket's name"
1223 #: methods/ftp.cc:787
1224 msgid "Unable to send PORT command"
1227 #: methods/ftp.cc:797
1229 msgid "Unknown address family %u (AF_*)"
1232 #: methods/ftp.cc:806
1234 msgid "EPRT failed, server said: %s"
1237 #: methods/ftp.cc:826
1238 msgid "Data socket connect timed out"
1241 #: methods/ftp.cc:833
1242 msgid "Unable to accept connection"
1245 #: methods/ftp.cc:872 methods/http.cc:1035 methods/rsh.cc:311
1246 msgid "Problem hashing file"
1249 #: methods/ftp.cc:885
1251 msgid "Unable to fetch file, server said '%s'"
1254 #: methods/ftp.cc:900 methods/rsh.cc:330
1255 msgid "Data socket timed out"
1258 #: methods/ftp.cc:930
1260 msgid "Data transfer failed, server said '%s'"
1263 #. Get the files information
1264 #: methods/ftp.cc:1007
1268 #: methods/ftp.cc:1119
1269 msgid "Unable to invoke "
1272 #: methods/connect.cc:75
1274 msgid "Connecting to %s (%s)"
1277 #: methods/connect.cc:86
1282 #: methods/connect.cc:93
1284 msgid "Could not create a socket for %s (f=%u t=%u p=%u)"
1287 #: methods/connect.cc:99
1289 msgid "Cannot initiate the connection to %s:%s (%s)."
1292 #: methods/connect.cc:107
1294 msgid "Could not connect to %s:%s (%s), connection timed out"
1297 #: methods/connect.cc:125
1299 msgid "Could not connect to %s:%s (%s)."
1302 #. We say this mainly because the pause here is for the
1303 #. ssh connection that is still going
1304 #: methods/connect.cc:153 methods/rsh.cc:433
1306 msgid "Connecting to %s"
1309 #: methods/connect.cc:172 methods/connect.cc:191
1311 msgid "Could not resolve '%s'"
1314 #: methods/connect.cc:197
1316 msgid "Temporary failure resolving '%s'"
1319 #: methods/connect.cc:200
1321 msgid "Something wicked happened resolving '%s:%s' (%i - %s)"
1324 #: methods/connect.cc:247
1326 msgid "Unable to connect to %s:%s:"
1329 #: methods/gpgv.cc:180
1331 "Internal error: Good signature, but could not determine key fingerprint?!"
1334 #: methods/gpgv.cc:185
1335 msgid "At least one invalid signature was encountered."
1338 #: methods/gpgv.cc:189
1339 msgid "Could not execute 'gpgv' to verify signature (is gpgv installed?)"
1342 #: methods/gpgv.cc:194
1343 msgid "Unknown error executing gpgv"
1346 #: methods/gpgv.cc:228 methods/gpgv.cc:235
1347 msgid "The following signatures were invalid:\n"
1350 #: methods/gpgv.cc:242
1352 "The following signatures couldn't be verified because the public key is not "
1356 #: methods/gzip.cc:65
1357 msgid "Empty files can't be valid archives"
1360 #: methods/http.cc:394
1361 msgid "Waiting for headers"
1364 #: methods/http.cc:544
1365 msgid "Bad header line"
1368 #: methods/http.cc:569 methods/http.cc:576
1369 msgid "The HTTP server sent an invalid reply header"
1372 #: methods/http.cc:606
1373 msgid "The HTTP server sent an invalid Content-Length header"
1376 #: methods/http.cc:621
1377 msgid "The HTTP server sent an invalid Content-Range header"
1380 #: methods/http.cc:623
1381 msgid "This HTTP server has broken range support"
1384 #: methods/http.cc:647
1385 msgid "Unknown date format"
1388 #: methods/http.cc:818
1389 msgid "Select failed"
1392 #: methods/http.cc:823
1393 msgid "Connection timed out"
1396 #: methods/http.cc:846
1397 msgid "Error writing to output file"
1400 #: methods/http.cc:877
1401 msgid "Error writing to file"
1404 #: methods/http.cc:905
1405 msgid "Error writing to the file"
1408 #: methods/http.cc:919
1409 msgid "Error reading from server. Remote end closed connection"
1412 #: methods/http.cc:921
1413 msgid "Error reading from server"
1416 #: methods/http.cc:1194
1417 msgid "Bad header data"
1420 #: methods/http.cc:1211 methods/http.cc:1266
1421 msgid "Connection failed"
1424 #: methods/http.cc:1358
1425 msgid "Internal error"
1428 #. Only warn if there are no sources.list.d.
1429 #. Only warn if there is no sources.list file.
1430 #: methods/mirror.cc:95 apt-inst/extract.cc:465
1431 #: apt-pkg/contrib/cdromutl.cc:183 apt-pkg/contrib/fileutl.cc:400
1432 #: apt-pkg/contrib/fileutl.cc:513 apt-pkg/sourcelist.cc:208
1433 #: apt-pkg/sourcelist.cc:214 apt-pkg/acquire.cc:485 apt-pkg/init.cc:108
1434 #: apt-pkg/init.cc:116 apt-pkg/clean.cc:36 apt-pkg/policy.cc:359
1436 msgid "Unable to read %s"
1439 #: methods/mirror.cc:101 methods/mirror.cc:130 apt-pkg/contrib/cdromutl.cc:179
1440 #: apt-pkg/contrib/cdromutl.cc:213 apt-pkg/acquire.cc:491
1441 #: apt-pkg/acquire.cc:516 apt-pkg/clean.cc:42 apt-pkg/clean.cc:60
1442 #: apt-pkg/clean.cc:122
1444 msgid "Unable to change to %s"
1447 #. FIXME: fallback to a default mirror here instead
1448 #. and provide a config option to define that default
1449 #: methods/mirror.cc:280
1451 msgid "No mirror file '%s' found "
1454 #. FIXME: fallback to a default mirror here instead
1455 #. and provide a config option to define that default
1456 #: methods/mirror.cc:287
1458 msgid "Can not read mirror file '%s'"
1461 #: methods/mirror.cc:442
1463 msgid "[Mirror: %s]"
1466 #: methods/rred.cc:491
1469 "Could not patch %s with mmap and with file operation usage - the patch seems "
1473 #: methods/rred.cc:496
1476 "Could not patch %s with mmap (but no mmap specific fail) - the patch seems "
1480 #: methods/rsh.cc:99 ftparchive/multicompress.cc:168
1481 msgid "Failed to create IPC pipe to subprocess"
1484 #: methods/rsh.cc:338
1485 msgid "Connection closed prematurely"
1488 #: dselect/install:32
1489 msgid "Bad default setting!"
1492 #: dselect/install:51 dselect/install:83 dselect/install:87 dselect/install:94
1493 #: dselect/install:105 dselect/update:45
1494 msgid "Press enter to continue."
1497 #: dselect/install:91
1498 msgid "Do you want to erase any previously downloaded .deb files?"
1501 #: dselect/install:101
1502 msgid "Some errors occurred while unpacking. Packages that were installed"
1505 #: dselect/install:102
1506 msgid "will be configured. This may result in duplicate errors"
1509 #: dselect/install:103
1510 msgid "or errors caused by missing dependencies. This is OK, only the errors"
1513 #: dselect/install:104
1515 "above this message are important. Please fix them and run [I]nstall again"
1518 #: dselect/update:30
1519 msgid "Merging available information"
1522 #: cmdline/apt-extracttemplates.cc:102
1524 msgid "%s not a valid DEB package."
1527 #: cmdline/apt-extracttemplates.cc:236
1529 "Usage: apt-extracttemplates file1 [file2 ...]\n"
1531 "apt-extracttemplates is a tool to extract config and template info\n"
1532 "from debian packages\n"
1535 " -h This help text\n"
1536 " -t Set the temp dir\n"
1537 " -c=? Read this configuration file\n"
1538 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
1541 #: cmdline/apt-extracttemplates.cc:271 apt-pkg/pkgcachegen.cc:1277
1543 msgid "Unable to write to %s"
1546 #: cmdline/apt-extracttemplates.cc:313
1547 msgid "Cannot get debconf version. Is debconf installed?"
1550 #: ftparchive/apt-ftparchive.cc:171 ftparchive/apt-ftparchive.cc:348
1551 msgid "Package extension list is too long"
1554 #: ftparchive/apt-ftparchive.cc:173 ftparchive/apt-ftparchive.cc:190
1555 #: ftparchive/apt-ftparchive.cc:213 ftparchive/apt-ftparchive.cc:263
1556 #: ftparchive/apt-ftparchive.cc:277 ftparchive/apt-ftparchive.cc:299
1558 msgid "Error processing directory %s"
1561 #: ftparchive/apt-ftparchive.cc:261
1562 msgid "Source extension list is too long"
1565 #: ftparchive/apt-ftparchive.cc:378
1566 msgid "Error writing header to contents file"
1569 #: ftparchive/apt-ftparchive.cc:408
1571 msgid "Error processing contents %s"
1574 #: ftparchive/apt-ftparchive.cc:596
1576 "Usage: apt-ftparchive [options] command\n"
1577 "Commands: packages binarypath [overridefile [pathprefix]]\n"
1578 " sources srcpath [overridefile [pathprefix]]\n"
1581 " generate config [groups]\n"
1584 "apt-ftparchive generates index files for Debian archives. It supports\n"
1585 "many styles of generation from fully automated to functional replacements\n"
1586 "for dpkg-scanpackages and dpkg-scansources\n"
1588 "apt-ftparchive generates Package files from a tree of .debs. The\n"
1589 "Package file contains the contents of all the control fields from\n"
1590 "each package as well as the MD5 hash and filesize. An override file\n"
1591 "is supported to force the value of Priority and Section.\n"
1593 "Similarly apt-ftparchive generates Sources files from a tree of .dscs.\n"
1594 "The --source-override option can be used to specify a src override file\n"
1596 "The 'packages' and 'sources' command should be run in the root of the\n"
1597 "tree. BinaryPath should point to the base of the recursive search and \n"
1598 "override file should contain the override flags. Pathprefix is\n"
1599 "appended to the filename fields if present. Example usage from the \n"
1601 " apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
1602 " dists/potato/main/binary-i386/Packages\n"
1605 " -h This help text\n"
1606 " --md5 Control MD5 generation\n"
1607 " -s=? Source override file\n"
1609 " -d=? Select the optional caching database\n"
1610 " --no-delink Enable delinking debug mode\n"
1611 " --contents Control contents file generation\n"
1612 " -c=? Read this configuration file\n"
1613 " -o=? Set an arbitrary configuration option"
1616 #: ftparchive/apt-ftparchive.cc:802
1617 msgid "No selections matched"
1620 #: ftparchive/apt-ftparchive.cc:880
1622 msgid "Some files are missing in the package file group `%s'"
1625 #: ftparchive/cachedb.cc:47
1627 msgid "DB was corrupted, file renamed to %s.old"
1630 #: ftparchive/cachedb.cc:65
1632 msgid "DB is old, attempting to upgrade %s"
1635 #: ftparchive/cachedb.cc:76
1637 "DB format is invalid. If you upgraded from an older version of apt, please "
1638 "remove and re-create the database."
1641 #: ftparchive/cachedb.cc:81
1643 msgid "Unable to open DB file %s: %s"
1646 #: ftparchive/cachedb.cc:127 apt-inst/extract.cc:181 apt-inst/extract.cc:193
1647 #: apt-inst/extract.cc:210
1649 msgid "Failed to stat %s"
1652 #: ftparchive/cachedb.cc:249
1653 msgid "Archive has no control record"
1656 #: ftparchive/cachedb.cc:490
1657 msgid "Unable to get a cursor"
1660 #: ftparchive/writer.cc:80
1662 msgid "W: Unable to read directory %s\n"
1665 #: ftparchive/writer.cc:85
1667 msgid "W: Unable to stat %s\n"
1670 #: ftparchive/writer.cc:141
1674 #: ftparchive/writer.cc:143
1678 #: ftparchive/writer.cc:150
1679 msgid "E: Errors apply to file "
1682 #: ftparchive/writer.cc:168 ftparchive/writer.cc:200
1684 msgid "Failed to resolve %s"
1687 #: ftparchive/writer.cc:181
1688 msgid "Tree walking failed"
1691 #: ftparchive/writer.cc:208
1693 msgid "Failed to open %s"
1696 #: ftparchive/writer.cc:267
1698 msgid " DeLink %s [%s]\n"
1701 #: ftparchive/writer.cc:275
1703 msgid "Failed to readlink %s"
1706 #: ftparchive/writer.cc:279
1708 msgid "Failed to unlink %s"
1711 #: ftparchive/writer.cc:286
1713 msgid "*** Failed to link %s to %s"
1716 #: ftparchive/writer.cc:296
1718 msgid " DeLink limit of %sB hit.\n"
1721 #: ftparchive/writer.cc:401
1722 msgid "Archive had no package field"
1725 #: ftparchive/writer.cc:409 ftparchive/writer.cc:711
1727 msgid " %s has no override entry\n"
1730 #: ftparchive/writer.cc:477 ftparchive/writer.cc:827
1732 msgid " %s maintainer is %s not %s\n"
1735 #: ftparchive/writer.cc:721
1737 msgid " %s has no source override entry\n"
1740 #: ftparchive/writer.cc:725
1742 msgid " %s has no binary override entry either\n"
1745 #: ftparchive/contents.cc:341 ftparchive/contents.cc:372
1746 msgid "realloc - Failed to allocate memory"
1749 #: ftparchive/override.cc:35 ftparchive/override.cc:143
1751 msgid "Unable to open %s"
1754 #: ftparchive/override.cc:61 ftparchive/override.cc:167
1756 msgid "Malformed override %s line %llu #1"
1759 #: ftparchive/override.cc:75 ftparchive/override.cc:179
1761 msgid "Malformed override %s line %llu #2"
1764 #: ftparchive/override.cc:89 ftparchive/override.cc:192
1766 msgid "Malformed override %s line %llu #3"
1769 #: ftparchive/override.cc:128 ftparchive/override.cc:202
1771 msgid "Failed to read the override file %s"
1774 #: ftparchive/multicompress.cc:70
1776 msgid "Unknown compression algorithm '%s'"
1779 #: ftparchive/multicompress.cc:100
1781 msgid "Compressed output %s needs a compression set"
1784 #: ftparchive/multicompress.cc:189
1785 msgid "Failed to create FILE*"
1788 #: ftparchive/multicompress.cc:192
1789 msgid "Failed to fork"
1792 #: ftparchive/multicompress.cc:206
1793 msgid "Compress child"
1796 #: ftparchive/multicompress.cc:229
1798 msgid "Internal error, failed to create %s"
1801 #: ftparchive/multicompress.cc:304
1802 msgid "IO to subprocess/file failed"
1805 #: ftparchive/multicompress.cc:342
1806 msgid "Failed to read while computing MD5"
1809 #: ftparchive/multicompress.cc:358
1811 msgid "Problem unlinking %s"
1814 #: ftparchive/multicompress.cc:373 apt-inst/extract.cc:188
1816 msgid "Failed to rename %s to %s"
1819 #: cmdline/apt-internal-solver.cc:37
1821 "Usage: apt-internal-resolver\n"
1823 "apt-internal-resolver is an interface to use the current internal\n"
1824 "like an external resolver for the APT family for debugging or alike\n"
1827 " -h This help text.\n"
1828 " -q Loggable output - no progress indicator\n"
1829 " -c=? Read this configuration file\n"
1830 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
1831 "apt.conf(5) manual pages for more information and options.\n"
1832 " This APT has Super Cow Powers.\n"
1835 #: cmdline/apt-sortpkgs.cc:89
1836 msgid "Unknown package record!"
1839 #: cmdline/apt-sortpkgs.cc:153
1841 "Usage: apt-sortpkgs [options] file1 [file2 ...]\n"
1843 "apt-sortpkgs is a simple tool to sort package files. The -s option is used\n"
1844 "to indicate what kind of file it is.\n"
1847 " -h This help text\n"
1848 " -s Use source file sorting\n"
1849 " -c=? Read this configuration file\n"
1850 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
1853 #: apt-inst/contrib/extracttar.cc:117
1854 msgid "Failed to create pipes"
1857 #: apt-inst/contrib/extracttar.cc:144
1858 msgid "Failed to exec gzip "
1861 #: apt-inst/contrib/extracttar.cc:181 apt-inst/contrib/extracttar.cc:211
1862 msgid "Corrupted archive"
1865 #: apt-inst/contrib/extracttar.cc:196
1866 msgid "Tar checksum failed, archive corrupted"
1869 #: apt-inst/contrib/extracttar.cc:303
1871 msgid "Unknown TAR header type %u, member %s"
1874 #: apt-inst/contrib/arfile.cc:74
1875 msgid "Invalid archive signature"
1878 #: apt-inst/contrib/arfile.cc:82
1879 msgid "Error reading archive member header"
1882 #: apt-inst/contrib/arfile.cc:94
1884 msgid "Invalid archive member header %s"
1887 #: apt-inst/contrib/arfile.cc:106
1888 msgid "Invalid archive member header"
1891 #: apt-inst/contrib/arfile.cc:132
1892 msgid "Archive is too short"
1895 #: apt-inst/contrib/arfile.cc:136
1896 msgid "Failed to read the archive headers"
1899 #: apt-inst/filelist.cc:382
1900 msgid "DropNode called on still linked node"
1903 #: apt-inst/filelist.cc:414
1904 msgid "Failed to locate the hash element!"
1907 #: apt-inst/filelist.cc:461
1908 msgid "Failed to allocate diversion"
1911 #: apt-inst/filelist.cc:466
1912 msgid "Internal error in AddDiversion"
1915 #: apt-inst/filelist.cc:479
1917 msgid "Trying to overwrite a diversion, %s -> %s and %s/%s"
1920 #: apt-inst/filelist.cc:508
1922 msgid "Double add of diversion %s -> %s"
1925 #: apt-inst/filelist.cc:551
1927 msgid "Duplicate conf file %s/%s"
1930 #: apt-inst/dirstream.cc:43 apt-inst/dirstream.cc:50 apt-inst/dirstream.cc:55
1932 msgid "Failed to write file %s"
1935 #: apt-inst/dirstream.cc:98 apt-inst/dirstream.cc:106
1937 msgid "Failed to close file %s"
1940 #: apt-inst/extract.cc:96 apt-inst/extract.cc:167
1942 msgid "The path %s is too long"
1945 #: apt-inst/extract.cc:127
1947 msgid "Unpacking %s more than once"
1950 #: apt-inst/extract.cc:137
1952 msgid "The directory %s is diverted"
1955 #: apt-inst/extract.cc:147
1957 msgid "The package is trying to write to the diversion target %s/%s"
1960 #: apt-inst/extract.cc:157 apt-inst/extract.cc:300
1961 msgid "The diversion path is too long"
1964 #: apt-inst/extract.cc:243
1966 msgid "The directory %s is being replaced by a non-directory"
1969 #: apt-inst/extract.cc:283
1970 msgid "Failed to locate node in its hash bucket"
1973 #: apt-inst/extract.cc:287
1974 msgid "The path is too long"
1977 #: apt-inst/extract.cc:415
1979 msgid "Overwrite package match with no version for %s"
1982 #: apt-inst/extract.cc:432
1984 msgid "File %s/%s overwrites the one in the package %s"
1987 #: apt-inst/extract.cc:492
1989 msgid "Unable to stat %s"
1992 #: apt-inst/deb/debfile.cc:41 apt-inst/deb/debfile.cc:46
1994 msgid "This is not a valid DEB archive, missing '%s' member"
1997 #. FIXME: add data.tar.xz here - adding it now would require a Translation round for a very small gain
1998 #: apt-inst/deb/debfile.cc:55
2000 msgid "This is not a valid DEB archive, it has no '%s', '%s' or '%s' member"
2003 #: apt-inst/deb/debfile.cc:120
2005 msgid "Internal error, could not locate member %s"
2008 #: apt-inst/deb/debfile.cc:214
2009 msgid "Unparsable control file"
2012 #: apt-pkg/contrib/mmap.cc:79
2013 msgid "Can't mmap an empty file"
2016 #: apt-pkg/contrib/mmap.cc:110
2018 msgid "Couldn't duplicate file descriptor %i"
2021 #: apt-pkg/contrib/mmap.cc:118
2023 msgid "Couldn't make mmap of %llu bytes"
2026 #: apt-pkg/contrib/mmap.cc:145
2027 msgid "Unable to close mmap"
2030 #: apt-pkg/contrib/mmap.cc:173 apt-pkg/contrib/mmap.cc:201
2031 msgid "Unable to synchronize mmap"
2034 #: apt-pkg/contrib/mmap.cc:279
2036 msgid "Couldn't make mmap of %lu bytes"
2039 #: apt-pkg/contrib/mmap.cc:311
2040 msgid "Failed to truncate file"
2043 #: apt-pkg/contrib/mmap.cc:330
2046 "Dynamic MMap ran out of room. Please increase the size of APT::Cache-Limit. "
2047 "Current value: %lu. (man 5 apt.conf)"
2050 #: apt-pkg/contrib/mmap.cc:429
2053 "Unable to increase the size of the MMap as the limit of %lu bytes is already "
2057 #: apt-pkg/contrib/mmap.cc:432
2059 "Unable to increase size of the MMap as automatic growing is disabled by user."
2062 #. d means days, h means hours, min means minutes, s means seconds
2063 #: apt-pkg/contrib/strutl.cc:372
2065 msgid "%lid %lih %limin %lis"
2068 #. h means hours, min means minutes, s means seconds
2069 #: apt-pkg/contrib/strutl.cc:379
2071 msgid "%lih %limin %lis"
2074 #. min means minutes, s means seconds
2075 #: apt-pkg/contrib/strutl.cc:386
2081 #: apt-pkg/contrib/strutl.cc:391
2086 #: apt-pkg/contrib/strutl.cc:1166
2088 msgid "Selection %s not found"
2091 #: apt-pkg/contrib/configuration.cc:491
2093 msgid "Unrecognized type abbreviation: '%c'"
2096 #: apt-pkg/contrib/configuration.cc:605
2098 msgid "Opening configuration file %s"
2101 #: apt-pkg/contrib/configuration.cc:773
2103 msgid "Syntax error %s:%u: Block starts with no name."
2106 #: apt-pkg/contrib/configuration.cc:792
2108 msgid "Syntax error %s:%u: Malformed tag"
2111 #: apt-pkg/contrib/configuration.cc:809
2113 msgid "Syntax error %s:%u: Extra junk after value"
2116 #: apt-pkg/contrib/configuration.cc:849
2118 msgid "Syntax error %s:%u: Directives can only be done at the top level"
2121 #: apt-pkg/contrib/configuration.cc:856
2123 msgid "Syntax error %s:%u: Too many nested includes"
2126 #: apt-pkg/contrib/configuration.cc:860 apt-pkg/contrib/configuration.cc:865
2128 msgid "Syntax error %s:%u: Included from here"
2131 #: apt-pkg/contrib/configuration.cc:869
2133 msgid "Syntax error %s:%u: Unsupported directive '%s'"
2136 #: apt-pkg/contrib/configuration.cc:872
2138 msgid "Syntax error %s:%u: clear directive requires an option tree as argument"
2141 #: apt-pkg/contrib/configuration.cc:922
2143 msgid "Syntax error %s:%u: Extra junk at end of file"
2146 #: apt-pkg/contrib/progress.cc:146
2148 msgid "%c%s... Error!"
2151 #: apt-pkg/contrib/progress.cc:148
2153 msgid "%c%s... Done"
2156 #: apt-pkg/contrib/cmndline.cc:80
2158 msgid "Command line option '%c' [from %s] is not known."
2161 #: apt-pkg/contrib/cmndline.cc:105 apt-pkg/contrib/cmndline.cc:114
2162 #: apt-pkg/contrib/cmndline.cc:122
2164 msgid "Command line option %s is not understood"
2167 #: apt-pkg/contrib/cmndline.cc:127
2169 msgid "Command line option %s is not boolean"
2172 #: apt-pkg/contrib/cmndline.cc:168 apt-pkg/contrib/cmndline.cc:189
2174 msgid "Option %s requires an argument."
2177 #: apt-pkg/contrib/cmndline.cc:202 apt-pkg/contrib/cmndline.cc:208
2179 msgid "Option %s: Configuration item specification must have an =<val>."
2182 #: apt-pkg/contrib/cmndline.cc:237
2184 msgid "Option %s requires an integer argument, not '%s'"
2187 #: apt-pkg/contrib/cmndline.cc:268
2189 msgid "Option '%s' is too long"
2192 #: apt-pkg/contrib/cmndline.cc:300
2194 msgid "Sense %s is not understood, try true or false."
2197 #: apt-pkg/contrib/cmndline.cc:350
2199 msgid "Invalid operation %s"
2202 #: apt-pkg/contrib/cdromutl.cc:56
2204 msgid "Unable to stat the mount point %s"
2207 #: apt-pkg/contrib/cdromutl.cc:224
2208 msgid "Failed to stat the cdrom"
2211 #: apt-pkg/contrib/fileutl.cc:93
2213 msgid "Problem closing the gzip file %s"
2216 #: apt-pkg/contrib/fileutl.cc:225
2218 msgid "Not using locking for read only lock file %s"
2221 #: apt-pkg/contrib/fileutl.cc:230
2223 msgid "Could not open lock file %s"
2226 #: apt-pkg/contrib/fileutl.cc:248
2228 msgid "Not using locking for nfs mounted lock file %s"
2231 #: apt-pkg/contrib/fileutl.cc:252
2233 msgid "Could not get lock %s"
2236 #: apt-pkg/contrib/fileutl.cc:392 apt-pkg/contrib/fileutl.cc:506
2238 msgid "List of files can't be created as '%s' is not a directory"
2241 #: apt-pkg/contrib/fileutl.cc:426
2243 msgid "Ignoring '%s' in directory '%s' as it is not a regular file"
2246 #: apt-pkg/contrib/fileutl.cc:444
2248 msgid "Ignoring file '%s' in directory '%s' as it has no filename extension"
2251 #: apt-pkg/contrib/fileutl.cc:453
2254 "Ignoring file '%s' in directory '%s' as it has an invalid filename extension"
2257 #: apt-pkg/contrib/fileutl.cc:840
2259 msgid "Sub-process %s received a segmentation fault."
2262 #: apt-pkg/contrib/fileutl.cc:842
2264 msgid "Sub-process %s received signal %u."
2267 #: apt-pkg/contrib/fileutl.cc:846
2269 msgid "Sub-process %s returned an error code (%u)"
2272 #: apt-pkg/contrib/fileutl.cc:848
2274 msgid "Sub-process %s exited unexpectedly"
2277 #: apt-pkg/contrib/fileutl.cc:984 apt-pkg/indexcopy.cc:655
2279 msgid "Could not open file %s"
2282 #: apt-pkg/contrib/fileutl.cc:1046
2284 msgid "Could not open file descriptor %d"
2287 #: apt-pkg/contrib/fileutl.cc:1136
2288 msgid "Failed to create subprocess IPC"
2291 #: apt-pkg/contrib/fileutl.cc:1192
2292 msgid "Failed to exec compressor "
2295 #: apt-pkg/contrib/fileutl.cc:1289
2297 msgid "read, still have %llu to read but none left"
2300 #: apt-pkg/contrib/fileutl.cc:1378 apt-pkg/contrib/fileutl.cc:1400
2302 msgid "write, still have %llu to write but couldn't"
2305 #: apt-pkg/contrib/fileutl.cc:1716
2307 msgid "Problem closing the file %s"
2310 #: apt-pkg/contrib/fileutl.cc:1728
2312 msgid "Problem renaming the file %s to %s"
2315 #: apt-pkg/contrib/fileutl.cc:1739
2317 msgid "Problem unlinking the file %s"
2320 #: apt-pkg/contrib/fileutl.cc:1755
2321 msgid "Problem syncing the file"
2324 #: apt-pkg/pkgcache.cc:148
2325 msgid "Empty package cache"
2328 #: apt-pkg/pkgcache.cc:154
2329 msgid "The package cache file is corrupted"
2332 #: apt-pkg/pkgcache.cc:159
2333 msgid "The package cache file is an incompatible version"
2336 #: apt-pkg/pkgcache.cc:162
2337 msgid "The package cache file is corrupted, it is too small"
2340 #: apt-pkg/pkgcache.cc:167
2342 msgid "This APT does not support the versioning system '%s'"
2345 #: apt-pkg/pkgcache.cc:172
2346 msgid "The package cache was built for a different architecture"
2349 #: apt-pkg/pkgcache.cc:305
2353 #: apt-pkg/pkgcache.cc:305
2357 #: apt-pkg/pkgcache.cc:305
2361 #: apt-pkg/pkgcache.cc:306
2365 #: apt-pkg/pkgcache.cc:306
2369 #: apt-pkg/pkgcache.cc:306
2373 #: apt-pkg/pkgcache.cc:307
2377 #: apt-pkg/pkgcache.cc:307
2381 #: apt-pkg/pkgcache.cc:307
2385 #: apt-pkg/pkgcache.cc:318
2389 #: apt-pkg/pkgcache.cc:318
2393 #: apt-pkg/pkgcache.cc:318
2397 #: apt-pkg/pkgcache.cc:319
2401 #: apt-pkg/pkgcache.cc:319
2405 #: apt-pkg/depcache.cc:132 apt-pkg/depcache.cc:161
2406 msgid "Building dependency tree"
2409 #: apt-pkg/depcache.cc:133
2410 msgid "Candidate versions"
2413 #: apt-pkg/depcache.cc:162
2414 msgid "Dependency generation"
2417 #: apt-pkg/depcache.cc:182 apt-pkg/depcache.cc:215 apt-pkg/depcache.cc:219
2418 msgid "Reading state information"
2421 #: apt-pkg/depcache.cc:244
2423 msgid "Failed to open StateFile %s"
2426 #: apt-pkg/depcache.cc:250
2428 msgid "Failed to write temporary StateFile %s"
2431 #: apt-pkg/tagfile.cc:129
2433 msgid "Unable to parse package file %s (1)"
2436 #: apt-pkg/tagfile.cc:216
2438 msgid "Unable to parse package file %s (2)"
2441 #: apt-pkg/sourcelist.cc:96
2443 msgid "Malformed line %lu in source list %s ([option] unparseable)"
2446 #: apt-pkg/sourcelist.cc:99
2448 msgid "Malformed line %lu in source list %s ([option] too short)"
2451 #: apt-pkg/sourcelist.cc:110
2453 msgid "Malformed line %lu in source list %s ([%s] is not an assignment)"
2456 #: apt-pkg/sourcelist.cc:116
2458 msgid "Malformed line %lu in source list %s ([%s] has no key)"
2461 #: apt-pkg/sourcelist.cc:119
2463 msgid "Malformed line %lu in source list %s ([%s] key %s has no value)"
2466 #: apt-pkg/sourcelist.cc:132
2468 msgid "Malformed line %lu in source list %s (URI)"
2471 #: apt-pkg/sourcelist.cc:134
2473 msgid "Malformed line %lu in source list %s (dist)"
2476 #: apt-pkg/sourcelist.cc:137
2478 msgid "Malformed line %lu in source list %s (URI parse)"
2481 #: apt-pkg/sourcelist.cc:143
2483 msgid "Malformed line %lu in source list %s (absolute dist)"
2486 #: apt-pkg/sourcelist.cc:150
2488 msgid "Malformed line %lu in source list %s (dist parse)"
2491 #: apt-pkg/sourcelist.cc:248
2496 #: apt-pkg/sourcelist.cc:265 apt-pkg/cdrom.cc:469
2498 msgid "Line %u too long in source list %s."
2501 #: apt-pkg/sourcelist.cc:285
2503 msgid "Malformed line %u in source list %s (type)"
2506 #: apt-pkg/sourcelist.cc:289
2508 msgid "Type '%s' is not known on line %u in source list %s"
2511 #: apt-pkg/packagemanager.cc:297 apt-pkg/packagemanager.cc:891
2514 "Could not perform immediate configuration on '%s'. Please see man 5 apt.conf "
2515 "under APT::Immediate-Configure for details. (%d)"
2518 #: apt-pkg/packagemanager.cc:473 apt-pkg/packagemanager.cc:503
2520 msgid "Could not configure '%s'. "
2523 #: apt-pkg/packagemanager.cc:545
2526 "This installation run will require temporarily removing the essential "
2527 "package %s due to a Conflicts/Pre-Depends loop. This is often bad, but if "
2528 "you really want to do it, activate the APT::Force-LoopBreak option."
2531 #: apt-pkg/pkgrecords.cc:34
2533 msgid "Index file type '%s' is not supported"
2536 #: apt-pkg/algorithms.cc:261
2539 "The package %s needs to be reinstalled, but I can't find an archive for it."
2542 #: apt-pkg/algorithms.cc:1223
2544 "Error, pkgProblemResolver::Resolve generated breaks, this may be caused by "
2548 #: apt-pkg/algorithms.cc:1225
2549 msgid "Unable to correct problems, you have held broken packages."
2552 #: apt-pkg/algorithms.cc:1569 apt-pkg/algorithms.cc:1571
2554 "Some index files failed to download. They have been ignored, or old ones "
2558 #: apt-pkg/acquire.cc:81
2560 msgid "List directory %spartial is missing."
2563 #: apt-pkg/acquire.cc:85
2565 msgid "Archives directory %spartial is missing."
2568 #: apt-pkg/acquire.cc:93
2570 msgid "Unable to lock directory %s"
2573 #. only show the ETA if it makes sense
2575 #: apt-pkg/acquire.cc:893
2577 msgid "Retrieving file %li of %li (%s remaining)"
2580 #: apt-pkg/acquire.cc:895
2582 msgid "Retrieving file %li of %li"
2585 #: apt-pkg/acquire-worker.cc:112
2587 msgid "The method driver %s could not be found."
2590 #: apt-pkg/acquire-worker.cc:161
2592 msgid "Method %s did not start correctly"
2595 #: apt-pkg/acquire-worker.cc:440
2597 msgid "Please insert the disc labeled: '%s' in the drive '%s' and press enter."
2600 #: apt-pkg/init.cc:151
2602 msgid "Packaging system '%s' is not supported"
2605 #: apt-pkg/init.cc:167
2606 msgid "Unable to determine a suitable packaging system type"
2609 #: apt-pkg/clean.cc:57
2611 msgid "Unable to stat %s."
2614 #: apt-pkg/srcrecords.cc:47
2615 msgid "You must put some 'source' URIs in your sources.list"
2618 #: apt-pkg/cachefile.cc:87
2619 msgid "The package lists or status file could not be parsed or opened."
2622 #: apt-pkg/cachefile.cc:91
2623 msgid "You may want to run apt-get update to correct these problems"
2626 #: apt-pkg/cachefile.cc:109
2627 msgid "The list of sources could not be read."
2630 #: apt-pkg/policy.cc:74
2633 "The value '%s' is invalid for APT::Default-Release as such a release is not "
2634 "available in the sources"
2637 #: apt-pkg/policy.cc:396
2639 msgid "Invalid record in the preferences file %s, no Package header"
2642 #: apt-pkg/policy.cc:418
2644 msgid "Did not understand pin type %s"
2647 #: apt-pkg/policy.cc:426
2648 msgid "No priority (or zero) specified for pin"
2651 #: apt-pkg/pkgcachegen.cc:85
2652 msgid "Cache has an incompatible versioning system"
2655 #. TRANSLATOR: The first placeholder is a package name,
2656 #. the other two should be copied verbatim as they include debug info
2657 #: apt-pkg/pkgcachegen.cc:211 apt-pkg/pkgcachegen.cc:277
2658 #: apt-pkg/pkgcachegen.cc:308 apt-pkg/pkgcachegen.cc:316
2659 #: apt-pkg/pkgcachegen.cc:358 apt-pkg/pkgcachegen.cc:362
2660 #: apt-pkg/pkgcachegen.cc:379 apt-pkg/pkgcachegen.cc:389
2661 #: apt-pkg/pkgcachegen.cc:393 apt-pkg/pkgcachegen.cc:397
2662 #: apt-pkg/pkgcachegen.cc:418 apt-pkg/pkgcachegen.cc:423
2663 #: apt-pkg/pkgcachegen.cc:463 apt-pkg/pkgcachegen.cc:471
2664 #: apt-pkg/pkgcachegen.cc:502 apt-pkg/pkgcachegen.cc:516
2666 msgid "Error occurred while processing %s (%s%d)"
2669 #: apt-pkg/pkgcachegen.cc:234
2670 msgid "Wow, you exceeded the number of package names this APT is capable of."
2673 #: apt-pkg/pkgcachegen.cc:237
2674 msgid "Wow, you exceeded the number of versions this APT is capable of."
2677 #: apt-pkg/pkgcachegen.cc:240
2678 msgid "Wow, you exceeded the number of descriptions this APT is capable of."
2681 #: apt-pkg/pkgcachegen.cc:243
2682 msgid "Wow, you exceeded the number of dependencies this APT is capable of."
2685 #: apt-pkg/pkgcachegen.cc:523
2687 msgid "Package %s %s was not found while processing file dependencies"
2690 #: apt-pkg/pkgcachegen.cc:1088
2692 msgid "Couldn't stat source package list %s"
2695 #: apt-pkg/pkgcachegen.cc:1176 apt-pkg/pkgcachegen.cc:1280
2696 #: apt-pkg/pkgcachegen.cc:1286 apt-pkg/pkgcachegen.cc:1443
2697 msgid "Reading package lists"
2700 #: apt-pkg/pkgcachegen.cc:1193
2701 msgid "Collecting File Provides"
2704 #: apt-pkg/pkgcachegen.cc:1385 apt-pkg/pkgcachegen.cc:1392
2705 msgid "IO Error saving source cache"
2708 #: apt-pkg/acquire-item.cc:139
2710 msgid "rename failed, %s (%s -> %s)."
2713 #: apt-pkg/acquire-item.cc:599
2714 msgid "MD5Sum mismatch"
2717 #: apt-pkg/acquire-item.cc:870 apt-pkg/acquire-item.cc:1859
2718 #: apt-pkg/acquire-item.cc:2002
2719 msgid "Hash Sum mismatch"
2722 #: apt-pkg/acquire-item.cc:1370
2725 "Unable to find expected entry '%s' in Release file (Wrong sources.list entry "
2726 "or malformed file)"
2729 #: apt-pkg/acquire-item.cc:1386
2731 msgid "Unable to find hash sum for '%s' in Release file"
2734 #: apt-pkg/acquire-item.cc:1428
2735 msgid "There is no public key available for the following key IDs:\n"
2738 #: apt-pkg/acquire-item.cc:1466
2741 "Release file for %s is expired (invalid since %s). Updates for this "
2742 "repository will not be applied."
2745 #: apt-pkg/acquire-item.cc:1488
2747 msgid "Conflicting distribution: %s (expected %s but got %s)"
2750 #: apt-pkg/acquire-item.cc:1521
2753 "A error occurred during the signature verification. The repository is not "
2754 "updated and the previous index files will be used. GPG error: %s: %s\n"
2757 #. Invalid signature file, reject (LP: #346386) (Closes: #627642)
2758 #: apt-pkg/acquire-item.cc:1531 apt-pkg/acquire-item.cc:1536
2760 msgid "GPG error: %s: %s"
2763 #: apt-pkg/acquire-item.cc:1635
2766 "I wasn't able to locate a file for the %s package. This might mean you need "
2767 "to manually fix this package. (due to missing arch)"
2770 #: apt-pkg/acquire-item.cc:1694
2773 "I wasn't able to locate a file for the %s package. This might mean you need "
2774 "to manually fix this package."
2777 #: apt-pkg/acquire-item.cc:1753
2780 "The package index files are corrupted. No Filename: field for package %s."
2783 #: apt-pkg/acquire-item.cc:1851
2784 msgid "Size mismatch"
2787 #: apt-pkg/indexrecords.cc:64
2789 msgid "Unable to parse Release file %s"
2792 #: apt-pkg/indexrecords.cc:74
2794 msgid "No sections in Release file %s"
2797 #: apt-pkg/indexrecords.cc:108
2799 msgid "No Hash entry in Release file %s"
2802 #: apt-pkg/indexrecords.cc:121
2804 msgid "Invalid 'Valid-Until' entry in Release file %s"
2807 #: apt-pkg/indexrecords.cc:140
2809 msgid "Invalid 'Date' entry in Release file %s"
2812 #: apt-pkg/vendorlist.cc:78
2814 msgid "Vendor block %s contains no fingerprint"
2817 #: apt-pkg/cdrom.cc:550
2820 "Using CD-ROM mount point %s\n"
2824 #: apt-pkg/cdrom.cc:559 apt-pkg/cdrom.cc:656
2825 msgid "Identifying.. "
2828 #: apt-pkg/cdrom.cc:587
2830 msgid "Stored label: %s\n"
2833 #: apt-pkg/cdrom.cc:596 apt-pkg/cdrom.cc:879
2834 msgid "Unmounting CD-ROM...\n"
2837 #: apt-pkg/cdrom.cc:616
2839 msgid "Using CD-ROM mount point %s\n"
2842 #: apt-pkg/cdrom.cc:634
2843 msgid "Unmounting CD-ROM\n"
2846 #: apt-pkg/cdrom.cc:639
2847 msgid "Waiting for disc...\n"
2850 #: apt-pkg/cdrom.cc:648
2851 msgid "Mounting CD-ROM...\n"
2854 #: apt-pkg/cdrom.cc:667
2855 msgid "Scanning disc for index files..\n"
2858 #: apt-pkg/cdrom.cc:716
2861 "Found %zu package indexes, %zu source indexes, %zu translation indexes and "
2865 #: apt-pkg/cdrom.cc:727
2867 "Unable to locate any package files, perhaps this is not a Debian Disc or the "
2868 "wrong architecture?"
2871 #: apt-pkg/cdrom.cc:754
2873 msgid "Found label '%s'\n"
2876 #: apt-pkg/cdrom.cc:783
2877 msgid "That is not a valid name, try again.\n"
2880 #: apt-pkg/cdrom.cc:800
2883 "This disc is called: \n"
2887 #: apt-pkg/cdrom.cc:802
2888 msgid "Copying package lists..."
2891 #: apt-pkg/cdrom.cc:829
2892 msgid "Writing new source list\n"
2895 #: apt-pkg/cdrom.cc:837
2896 msgid "Source list entries for this disc are:\n"
2899 #: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:873
2901 msgid "Wrote %i records.\n"
2904 #: apt-pkg/indexcopy.cc:238 apt-pkg/indexcopy.cc:875
2906 msgid "Wrote %i records with %i missing files.\n"
2909 #: apt-pkg/indexcopy.cc:241 apt-pkg/indexcopy.cc:878
2911 msgid "Wrote %i records with %i mismatched files\n"
2914 #: apt-pkg/indexcopy.cc:244 apt-pkg/indexcopy.cc:881
2916 msgid "Wrote %i records with %i missing files and %i mismatched files\n"
2919 #: apt-pkg/indexcopy.cc:503
2921 msgid "Skipping nonexistent file %s"
2924 #: apt-pkg/indexcopy.cc:509
2926 msgid "Can't find authentication record for: %s"
2929 #: apt-pkg/indexcopy.cc:515
2931 msgid "Hash mismatch for: %s"
2934 #: apt-pkg/indexcopy.cc:659
2936 msgid "File %s doesn't start with a clearsigned message"
2939 #. TRANSLATOR: %s is the trusted keyring parts directory
2940 #: apt-pkg/indexcopy.cc:690
2942 msgid "No keyring installed in %s."
2945 #: apt-pkg/cacheset.cc:401
2947 msgid "Release '%s' for '%s' was not found"
2950 #: apt-pkg/cacheset.cc:404
2952 msgid "Version '%s' for '%s' was not found"
2955 #: apt-pkg/cacheset.cc:515
2957 msgid "Couldn't find task '%s'"
2960 #: apt-pkg/cacheset.cc:521
2962 msgid "Couldn't find any package by regex '%s'"
2965 #: apt-pkg/cacheset.cc:532
2967 msgid "Can't select versions from package '%s' as it is purely virtual"
2970 #: apt-pkg/cacheset.cc:539 apt-pkg/cacheset.cc:546
2973 "Can't select installed nor candidate version from package '%s' as it has "
2977 #: apt-pkg/cacheset.cc:553
2979 msgid "Can't select newest version from package '%s' as it is purely virtual"
2982 #: apt-pkg/cacheset.cc:561
2984 msgid "Can't select candidate version from package %s as it has no candidate"
2987 #: apt-pkg/cacheset.cc:569
2989 msgid "Can't select installed version from package %s as it is not installed"
2992 #: apt-pkg/edsp.cc:41 apt-pkg/edsp.cc:61
2993 msgid "Send scenario to solver"
2996 #: apt-pkg/edsp.cc:209
2997 msgid "Send request to solver"
3000 #: apt-pkg/edsp.cc:277
3001 msgid "Prepare for receiving solution"
3004 #: apt-pkg/edsp.cc:284
3005 msgid "External solver failed without a proper error message"
3008 #: apt-pkg/edsp.cc:555 apt-pkg/edsp.cc:558 apt-pkg/edsp.cc:563
3009 msgid "Execute external solver"
3012 #: apt-pkg/deb/dpkgpm.cc:73
3014 msgid "Installing %s"
3017 #: apt-pkg/deb/dpkgpm.cc:74 apt-pkg/deb/dpkgpm.cc:952
3019 msgid "Configuring %s"
3022 #: apt-pkg/deb/dpkgpm.cc:75 apt-pkg/deb/dpkgpm.cc:959
3027 #: apt-pkg/deb/dpkgpm.cc:76
3029 msgid "Completely removing %s"
3032 #: apt-pkg/deb/dpkgpm.cc:77
3034 msgid "Noting disappearance of %s"
3037 #: apt-pkg/deb/dpkgpm.cc:78
3039 msgid "Running post-installation trigger %s"
3042 #. FIXME: use a better string after freeze
3043 #: apt-pkg/deb/dpkgpm.cc:705
3045 msgid "Directory '%s' missing"
3048 #: apt-pkg/deb/dpkgpm.cc:720 apt-pkg/deb/dpkgpm.cc:740
3050 msgid "Could not open file '%s'"
3053 #: apt-pkg/deb/dpkgpm.cc:945
3055 msgid "Preparing %s"
3058 #: apt-pkg/deb/dpkgpm.cc:946
3060 msgid "Unpacking %s"
3063 #: apt-pkg/deb/dpkgpm.cc:951
3065 msgid "Preparing to configure %s"
3068 #: apt-pkg/deb/dpkgpm.cc:953
3070 msgid "Installed %s"
3073 #: apt-pkg/deb/dpkgpm.cc:958
3075 msgid "Preparing for removal of %s"
3078 #: apt-pkg/deb/dpkgpm.cc:960
3083 #: apt-pkg/deb/dpkgpm.cc:965
3085 msgid "Preparing to completely remove %s"
3088 #: apt-pkg/deb/dpkgpm.cc:966
3090 msgid "Completely removed %s"
3093 #: apt-pkg/deb/dpkgpm.cc:1209
3094 msgid "Can not write log, openpty() failed (/dev/pts not mounted?)\n"
3097 #: apt-pkg/deb/dpkgpm.cc:1239
3098 msgid "Running dpkg"
3101 #: apt-pkg/deb/dpkgpm.cc:1411
3102 msgid "Operation was interrupted before it could finish"
3105 #: apt-pkg/deb/dpkgpm.cc:1473
3106 msgid "No apport report written because MaxReports is reached already"
3109 #. check if its not a follow up error
3110 #: apt-pkg/deb/dpkgpm.cc:1478
3111 msgid "dependency problems - leaving unconfigured"
3114 #: apt-pkg/deb/dpkgpm.cc:1480
3116 "No apport report written because the error message indicates its a followup "
3117 "error from a previous failure."
3120 #: apt-pkg/deb/dpkgpm.cc:1486
3122 "No apport report written because the error message indicates a disk full "
3126 #: apt-pkg/deb/dpkgpm.cc:1492
3128 "No apport report written because the error message indicates a out of memory "
3132 #: apt-pkg/deb/dpkgpm.cc:1499
3134 "No apport report written because the error message indicates a dpkg I/O error"
3137 #: apt-pkg/deb/debsystem.cc:84
3140 "Unable to lock the administration directory (%s), is another process using "
3144 #: apt-pkg/deb/debsystem.cc:87
3146 msgid "Unable to lock the administration directory (%s), are you root?"
3149 #. TRANSLATORS: the %s contains the recovery command, usually
3150 #. dpkg --configure -a
3151 #: apt-pkg/deb/debsystem.cc:103
3154 "dpkg was interrupted, you must manually run '%s' to correct the problem. "
3157 #: apt-pkg/deb/debsystem.cc:121