1 # SOME DESCRIPTIVE TITLE.
2 # This file is put in the public domain.
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
8 "Project-Id-Version: PACKAGE VERSION\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2010-05-04 13:37+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"
15 "Content-Type: text/plain; charset=CHARSET\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
19 #: cmdline/apt-cache.cc:141
21 msgid "Package %s version %s has an unmet dep:\n"
24 #: cmdline/apt-cache.cc:181 cmdline/apt-cache.cc:552 cmdline/apt-cache.cc:646
25 #: cmdline/apt-cache.cc:799 cmdline/apt-cache.cc:1023
26 #: cmdline/apt-cache.cc:1428 cmdline/apt-cache.cc:1523
27 #: cmdline/apt-cache.cc:1606
29 msgid "Unable to locate package %s"
32 #: cmdline/apt-cache.cc:245
33 msgid "Total package names: "
36 #: cmdline/apt-cache.cc:247
37 msgid "Total package structures: "
40 #: cmdline/apt-cache.cc:287
41 msgid " Normal packages: "
44 #: cmdline/apt-cache.cc:288
45 msgid " Pure virtual packages: "
48 #: cmdline/apt-cache.cc:289
49 msgid " Single virtual packages: "
52 #: cmdline/apt-cache.cc:290
53 msgid " Mixed virtual packages: "
56 #: cmdline/apt-cache.cc:291
60 #: cmdline/apt-cache.cc:293
61 msgid "Total distinct versions: "
64 #: cmdline/apt-cache.cc:295
65 msgid "Total distinct descriptions: "
68 #: cmdline/apt-cache.cc:297
69 msgid "Total dependencies: "
72 #: cmdline/apt-cache.cc:300
73 msgid "Total ver/file relations: "
76 #: cmdline/apt-cache.cc:302
77 msgid "Total Desc/File relations: "
80 #: cmdline/apt-cache.cc:304
81 msgid "Total Provides mappings: "
84 #: cmdline/apt-cache.cc:316
85 msgid "Total globbed strings: "
88 #: cmdline/apt-cache.cc:330
89 msgid "Total dependency version space: "
92 #: cmdline/apt-cache.cc:335
93 msgid "Total slack space: "
96 #: cmdline/apt-cache.cc:343
97 msgid "Total space accounted for: "
100 #: cmdline/apt-cache.cc:471 cmdline/apt-cache.cc:1223
102 msgid "Package file %s is out of sync."
105 #: cmdline/apt-cache.cc:1299
106 msgid "You must give exactly one pattern"
109 #: cmdline/apt-cache.cc:1457 cmdline/apt-cache.cc:1529
110 msgid "No packages found"
113 #: cmdline/apt-cache.cc:1548
114 msgid "Package files:"
117 #: cmdline/apt-cache.cc:1555 cmdline/apt-cache.cc:1657
118 msgid "Cache is out of sync, can't x-ref a package file"
121 #. Show any packages have explicit pins
122 #: cmdline/apt-cache.cc:1569
123 msgid "Pinned packages:"
126 #: cmdline/apt-cache.cc:1581 cmdline/apt-cache.cc:1637
130 #: cmdline/apt-cache.cc:1590
134 #: cmdline/apt-cache.cc:1591
138 #: cmdline/apt-cache.cc:1619 cmdline/apt-cache.cc:1627
142 #: cmdline/apt-cache.cc:1634
143 msgid " Package pin: "
146 #. Show the priority tables
147 #: cmdline/apt-cache.cc:1643
148 msgid " Version table:"
151 #: cmdline/apt-cache.cc:1754 cmdline/apt-cdrom.cc:197 cmdline/apt-config.cc:70
152 #: cmdline/apt-extracttemplates.cc:225 ftparchive/apt-ftparchive.cc:584
153 #: cmdline/apt-get.cc:2729 cmdline/apt-sortpkgs.cc:144
155 msgid "%s %s for %s compiled on %s %s\n"
158 #: cmdline/apt-cache.cc:1761
160 "Usage: apt-cache [options] command\n"
161 " apt-cache [options] add file1 [file2 ...]\n"
162 " apt-cache [options] showpkg pkg1 [pkg2 ...]\n"
163 " apt-cache [options] showsrc pkg1 [pkg2 ...]\n"
165 "apt-cache is a low-level tool used to manipulate APT's binary\n"
166 "cache files, and query information from them\n"
169 " add - Add a package file to the source cache\n"
170 " gencaches - Build both the package and source cache\n"
171 " showpkg - Show some general information for a single package\n"
172 " showsrc - Show source records\n"
173 " stats - Show some basic statistics\n"
174 " dump - Show the entire file in a terse form\n"
175 " dumpavail - Print an available file to stdout\n"
176 " unmet - Show unmet dependencies\n"
177 " search - Search the package list for a regex pattern\n"
178 " show - Show a readable record for the package\n"
179 " depends - Show raw dependency information for a package\n"
180 " rdepends - Show reverse dependency information for a package\n"
181 " pkgnames - List the names of all packages in the system\n"
182 " dotty - Generate package graphs for GraphViz\n"
183 " xvcg - Generate package graphs for xvcg\n"
184 " policy - Show policy settings\n"
187 " -h This help text.\n"
188 " -p=? The package cache.\n"
189 " -s=? The source cache.\n"
190 " -q Disable progress indicator.\n"
191 " -i Show only important deps for the unmet command.\n"
192 " -c=? Read this configuration file\n"
193 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
194 "See the apt-cache(8) and apt.conf(5) manual pages for more information.\n"
197 #: cmdline/apt-cdrom.cc:77
198 msgid "Please provide a name for this Disc, such as 'Debian 5.0.3 Disk 1'"
201 #: cmdline/apt-cdrom.cc:92
202 msgid "Please insert a Disc in the drive and press enter"
205 #: cmdline/apt-cdrom.cc:127
207 msgid "Failed to mount '%s' to '%s'"
210 #: cmdline/apt-cdrom.cc:162
211 msgid "Repeat this process for the rest of the CDs in your set."
214 #: cmdline/apt-config.cc:41
215 msgid "Arguments not in pairs"
218 #: cmdline/apt-config.cc:76
220 "Usage: apt-config [options] command\n"
222 "apt-config is a simple tool to read the APT config file\n"
225 " shell - Shell mode\n"
226 " dump - Show the configuration\n"
229 " -h This help text.\n"
230 " -c=? Read this configuration file\n"
231 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
234 #: cmdline/apt-extracttemplates.cc:98
236 msgid "%s not a valid DEB package."
239 #: cmdline/apt-extracttemplates.cc:232
241 "Usage: apt-extracttemplates file1 [file2 ...]\n"
243 "apt-extracttemplates is a tool to extract config and template info\n"
244 "from debian packages\n"
247 " -h This help text\n"
248 " -t Set the temp dir\n"
249 " -c=? Read this configuration file\n"
250 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
253 #: cmdline/apt-extracttemplates.cc:267 apt-pkg/pkgcachegen.cc:1030
255 msgid "Unable to write to %s"
258 #: cmdline/apt-extracttemplates.cc:310
259 msgid "Cannot get debconf version. Is debconf installed?"
262 #: ftparchive/apt-ftparchive.cc:168 ftparchive/apt-ftparchive.cc:345
263 msgid "Package extension list is too long"
266 #: ftparchive/apt-ftparchive.cc:170 ftparchive/apt-ftparchive.cc:187
267 #: ftparchive/apt-ftparchive.cc:210 ftparchive/apt-ftparchive.cc:260
268 #: ftparchive/apt-ftparchive.cc:274 ftparchive/apt-ftparchive.cc:296
270 msgid "Error processing directory %s"
273 #: ftparchive/apt-ftparchive.cc:258
274 msgid "Source extension list is too long"
277 #: ftparchive/apt-ftparchive.cc:375
278 msgid "Error writing header to contents file"
281 #: ftparchive/apt-ftparchive.cc:405
283 msgid "Error processing contents %s"
286 #: ftparchive/apt-ftparchive.cc:590
288 "Usage: apt-ftparchive [options] command\n"
289 "Commands: packages binarypath [overridefile [pathprefix]]\n"
290 " sources srcpath [overridefile [pathprefix]]\n"
293 " generate config [groups]\n"
296 "apt-ftparchive generates index files for Debian archives. It supports\n"
297 "many styles of generation from fully automated to functional replacements\n"
298 "for dpkg-scanpackages and dpkg-scansources\n"
300 "apt-ftparchive generates Package files from a tree of .debs. The\n"
301 "Package file contains the contents of all the control fields from\n"
302 "each package as well as the MD5 hash and filesize. An override file\n"
303 "is supported to force the value of Priority and Section.\n"
305 "Similarly apt-ftparchive generates Sources files from a tree of .dscs.\n"
306 "The --source-override option can be used to specify a src override file\n"
308 "The 'packages' and 'sources' command should be run in the root of the\n"
309 "tree. BinaryPath should point to the base of the recursive search and \n"
310 "override file should contain the override flags. Pathprefix is\n"
311 "appended to the filename fields if present. Example usage from the \n"
313 " apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
314 " dists/potato/main/binary-i386/Packages\n"
317 " -h This help text\n"
318 " --md5 Control MD5 generation\n"
319 " -s=? Source override file\n"
321 " -d=? Select the optional caching database\n"
322 " --no-delink Enable delinking debug mode\n"
323 " --contents Control contents file generation\n"
324 " -c=? Read this configuration file\n"
325 " -o=? Set an arbitrary configuration option"
328 #: ftparchive/apt-ftparchive.cc:796
329 msgid "No selections matched"
332 #: ftparchive/apt-ftparchive.cc:874
334 msgid "Some files are missing in the package file group `%s'"
337 #: ftparchive/cachedb.cc:43
339 msgid "DB was corrupted, file renamed to %s.old"
342 #: ftparchive/cachedb.cc:61
344 msgid "DB is old, attempting to upgrade %s"
347 #: ftparchive/cachedb.cc:72
349 "DB format is invalid. If you upgraded from an older version of apt, please "
350 "remove and re-create the database."
353 #: ftparchive/cachedb.cc:77
355 msgid "Unable to open DB file %s: %s"
358 #: ftparchive/cachedb.cc:123 apt-inst/extract.cc:178 apt-inst/extract.cc:190
359 #: apt-inst/extract.cc:207 apt-inst/deb/dpkgdb.cc:117
361 msgid "Failed to stat %s"
364 #: ftparchive/cachedb.cc:242
365 msgid "Archive has no control record"
368 #: ftparchive/cachedb.cc:448
369 msgid "Unable to get a cursor"
372 #: ftparchive/writer.cc:73
374 msgid "W: Unable to read directory %s\n"
377 #: ftparchive/writer.cc:78
379 msgid "W: Unable to stat %s\n"
382 #: ftparchive/writer.cc:134
386 #: ftparchive/writer.cc:136
390 #: ftparchive/writer.cc:143
391 msgid "E: Errors apply to file "
394 #: ftparchive/writer.cc:161 ftparchive/writer.cc:193
396 msgid "Failed to resolve %s"
399 #: ftparchive/writer.cc:174
400 msgid "Tree walking failed"
403 #: ftparchive/writer.cc:201
405 msgid "Failed to open %s"
408 #: ftparchive/writer.cc:260
410 msgid " DeLink %s [%s]\n"
413 #: ftparchive/writer.cc:268
415 msgid "Failed to readlink %s"
418 #: ftparchive/writer.cc:272
420 msgid "Failed to unlink %s"
423 #: ftparchive/writer.cc:279
425 msgid "*** Failed to link %s to %s"
428 #: ftparchive/writer.cc:289
430 msgid " DeLink limit of %sB hit.\n"
433 #: ftparchive/writer.cc:393
434 msgid "Archive had no package field"
437 #: ftparchive/writer.cc:401 ftparchive/writer.cc:688
439 msgid " %s has no override entry\n"
442 #: ftparchive/writer.cc:464 ftparchive/writer.cc:790
444 msgid " %s maintainer is %s not %s\n"
447 #: ftparchive/writer.cc:698
449 msgid " %s has no source override entry\n"
452 #: ftparchive/writer.cc:702
454 msgid " %s has no binary override entry either\n"
457 #: ftparchive/contents.cc:321
459 msgid "Internal error, could not locate member %s"
462 #: ftparchive/contents.cc:358 ftparchive/contents.cc:389
463 msgid "realloc - Failed to allocate memory"
466 #: ftparchive/override.cc:34 ftparchive/override.cc:142
468 msgid "Unable to open %s"
471 #: ftparchive/override.cc:60 ftparchive/override.cc:166
473 msgid "Malformed override %s line %lu #1"
476 #: ftparchive/override.cc:74 ftparchive/override.cc:178
478 msgid "Malformed override %s line %lu #2"
481 #: ftparchive/override.cc:88 ftparchive/override.cc:191
483 msgid "Malformed override %s line %lu #3"
486 #: ftparchive/override.cc:127 ftparchive/override.cc:201
488 msgid "Failed to read the override file %s"
491 #: ftparchive/multicompress.cc:72
493 msgid "Unknown compression algorithm '%s'"
496 #: ftparchive/multicompress.cc:102
498 msgid "Compressed output %s needs a compression set"
501 #: ftparchive/multicompress.cc:169 methods/rsh.cc:91
502 msgid "Failed to create IPC pipe to subprocess"
505 #: ftparchive/multicompress.cc:195
506 msgid "Failed to create FILE*"
509 #: ftparchive/multicompress.cc:198
510 msgid "Failed to fork"
513 #: ftparchive/multicompress.cc:212
514 msgid "Compress child"
517 #: ftparchive/multicompress.cc:235
519 msgid "Internal error, failed to create %s"
522 #: ftparchive/multicompress.cc:286
523 msgid "Failed to create subprocess IPC"
526 #: ftparchive/multicompress.cc:321
527 msgid "Failed to exec compressor "
530 #: ftparchive/multicompress.cc:360
534 #: ftparchive/multicompress.cc:403
535 msgid "IO to subprocess/file failed"
538 #: ftparchive/multicompress.cc:455
539 msgid "Failed to read while computing MD5"
542 #: ftparchive/multicompress.cc:472
544 msgid "Problem unlinking %s"
547 #: ftparchive/multicompress.cc:487 apt-inst/extract.cc:185
549 msgid "Failed to rename %s to %s"
552 #: cmdline/apt-get.cc:127
556 #: cmdline/apt-get.cc:149 cmdline/apt-get.cc:1782
558 msgid "Regex compilation error - %s"
561 #: cmdline/apt-get.cc:244
562 msgid "The following packages have unmet dependencies:"
565 #: cmdline/apt-get.cc:334
567 msgid "but %s is installed"
570 #: cmdline/apt-get.cc:336
572 msgid "but %s is to be installed"
575 #: cmdline/apt-get.cc:343
576 msgid "but it is not installable"
579 #: cmdline/apt-get.cc:345
580 msgid "but it is a virtual package"
583 #: cmdline/apt-get.cc:348
584 msgid "but it is not installed"
587 #: cmdline/apt-get.cc:348
588 msgid "but it is not going to be installed"
591 #: cmdline/apt-get.cc:353
595 #: cmdline/apt-get.cc:384
596 msgid "The following NEW packages will be installed:"
599 #: cmdline/apt-get.cc:412
600 msgid "The following packages will be REMOVED:"
603 #: cmdline/apt-get.cc:434
604 msgid "The following packages have been kept back:"
607 #: cmdline/apt-get.cc:457
608 msgid "The following packages will be upgraded:"
611 #: cmdline/apt-get.cc:480
612 msgid "The following packages will be DOWNGRADED:"
615 #: cmdline/apt-get.cc:500
616 msgid "The following held packages will be changed:"
619 #: cmdline/apt-get.cc:553
621 msgid "%s (due to %s) "
624 #: cmdline/apt-get.cc:561
626 "WARNING: The following essential packages will be removed.\n"
627 "This should NOT be done unless you know exactly what you are doing!"
630 #: cmdline/apt-get.cc:595
632 msgid "%lu upgraded, %lu newly installed, "
635 #: cmdline/apt-get.cc:599
637 msgid "%lu reinstalled, "
640 #: cmdline/apt-get.cc:601
642 msgid "%lu downgraded, "
645 #: cmdline/apt-get.cc:603
647 msgid "%lu to remove and %lu not upgraded.\n"
650 #: cmdline/apt-get.cc:607
652 msgid "%lu not fully installed or removed.\n"
655 #: cmdline/apt-get.cc:680
656 msgid "Correcting dependencies..."
659 #: cmdline/apt-get.cc:683
663 #: cmdline/apt-get.cc:686
664 msgid "Unable to correct dependencies"
667 #: cmdline/apt-get.cc:689
668 msgid "Unable to minimize the upgrade set"
671 #: cmdline/apt-get.cc:691
675 #: cmdline/apt-get.cc:695
676 msgid "You might want to run 'apt-get -f install' to correct these."
679 #: cmdline/apt-get.cc:698
680 msgid "Unmet dependencies. Try using -f."
683 #: cmdline/apt-get.cc:723
684 msgid "WARNING: The following packages cannot be authenticated!"
687 #: cmdline/apt-get.cc:727
688 msgid "Authentication warning overridden.\n"
691 #: cmdline/apt-get.cc:734
692 msgid "Install these packages without verification [y/N]? "
695 #: cmdline/apt-get.cc:736
696 msgid "Some packages could not be authenticated"
699 #: cmdline/apt-get.cc:745 cmdline/apt-get.cc:900
700 msgid "There are problems and -y was used without --force-yes"
703 #: cmdline/apt-get.cc:786
704 msgid "Internal error, InstallPackages was called with broken packages!"
707 #: cmdline/apt-get.cc:795
708 msgid "Packages need to be removed but remove is disabled."
711 #: cmdline/apt-get.cc:806
712 msgid "Internal error, Ordering didn't finish"
715 #: cmdline/apt-get.cc:831 cmdline/apt-get.cc:2210 cmdline/apt-get.cc:2469
716 #: apt-pkg/cachefile.cc:65
717 msgid "The list of sources could not be read."
720 #: cmdline/apt-get.cc:846
721 msgid "How odd.. The sizes didn't match, email apt@packages.debian.org"
724 #: cmdline/apt-get.cc:851
726 msgid "Need to get %sB/%sB of archives.\n"
729 #: cmdline/apt-get.cc:854
731 msgid "Need to get %sB of archives.\n"
734 #: cmdline/apt-get.cc:859
736 msgid "After this operation, %sB of additional disk space will be used.\n"
739 #: cmdline/apt-get.cc:862
741 msgid "After this operation, %sB disk space will be freed.\n"
744 #: cmdline/apt-get.cc:877 cmdline/apt-get.cc:880 cmdline/apt-get.cc:2308
745 #: cmdline/apt-get.cc:2311
747 msgid "Couldn't determine free space in %s"
750 #: cmdline/apt-get.cc:890
752 msgid "You don't have enough free space in %s."
755 #: cmdline/apt-get.cc:906 cmdline/apt-get.cc:926
756 msgid "Trivial Only specified but this is not a trivial operation."
759 #: cmdline/apt-get.cc:908
760 msgid "Yes, do as I say!"
763 #: cmdline/apt-get.cc:910
766 "You are about to do something potentially harmful.\n"
767 "To continue type in the phrase '%s'\n"
771 #: cmdline/apt-get.cc:916 cmdline/apt-get.cc:935
775 #: cmdline/apt-get.cc:931
776 msgid "Do you want to continue [Y/n]? "
779 #: cmdline/apt-get.cc:1003 cmdline/apt-get.cc:2364 apt-pkg/algorithms.cc:1435
781 msgid "Failed to fetch %s %s\n"
784 #: cmdline/apt-get.cc:1021
785 msgid "Some files failed to download"
788 #: cmdline/apt-get.cc:1022 cmdline/apt-get.cc:2373
789 msgid "Download complete and in download only mode"
792 #: cmdline/apt-get.cc:1028
794 "Unable to fetch some archives, maybe run apt-get update or try with --fix-"
798 #: cmdline/apt-get.cc:1032
799 msgid "--fix-missing and media swapping is not currently supported"
802 #: cmdline/apt-get.cc:1037
803 msgid "Unable to correct missing packages."
806 #: cmdline/apt-get.cc:1038
807 msgid "Aborting install."
810 #: cmdline/apt-get.cc:1096
812 msgid "Note, selecting %s instead of %s\n"
815 #: cmdline/apt-get.cc:1107
817 msgid "Skipping %s, it is already installed and upgrade is not set.\n"
820 #: cmdline/apt-get.cc:1117
822 msgid "Skipping %s, it is not installed and only upgrades are requested.\n"
825 #: cmdline/apt-get.cc:1135
827 msgid "Package %s is not installed, so not removed\n"
830 #: cmdline/apt-get.cc:1146
832 msgid "Package %s is a virtual package provided by:\n"
835 #: cmdline/apt-get.cc:1159
839 #: cmdline/apt-get.cc:1168
840 msgid " [Not candidate version]"
843 #: cmdline/apt-get.cc:1170
844 msgid "You should explicitly select one to install."
847 #: cmdline/apt-get.cc:1175
850 "Package %s is not available, but is referred to by another package.\n"
851 "This may mean that the package is missing, has been obsoleted, or\n"
852 "is only available from another source\n"
855 #: cmdline/apt-get.cc:1194
856 msgid "However the following packages replace it:"
859 #: cmdline/apt-get.cc:1197
861 msgid "Package %s has no installation candidate"
864 #: cmdline/apt-get.cc:1217
866 msgid "Reinstallation of %s is not possible, it cannot be downloaded.\n"
869 #: cmdline/apt-get.cc:1225
871 msgid "%s is already the newest version.\n"
874 #: cmdline/apt-get.cc:1254
876 msgid "Release '%s' for '%s' was not found"
879 #: cmdline/apt-get.cc:1256
881 msgid "Version '%s' for '%s' was not found"
884 #: cmdline/apt-get.cc:1262
886 msgid "Selected version %s (%s) for %s\n"
889 #: cmdline/apt-get.cc:1363
891 msgid "Ignore unavailable target release '%s' of package '%s'"
894 #: cmdline/apt-get.cc:1395
896 msgid "Picking '%s' as source package instead of '%s'\n"
899 #. if (VerTag.empty() == false && Last == 0)
900 #: cmdline/apt-get.cc:1433
902 msgid "Ignore unavailable version '%s' of package '%s'"
905 #: cmdline/apt-get.cc:1449
906 msgid "The update command takes no arguments"
909 #: cmdline/apt-get.cc:1514
910 msgid "We are not supposed to delete stuff, can't start AutoRemover"
913 #: cmdline/apt-get.cc:1562
915 "The following package is automatically installed and is no longer required:"
917 "The following packages were automatically installed and are no longer "
922 #: cmdline/apt-get.cc:1566
924 msgid "%lu package was automatically installed and is no longer required.\n"
926 "%lu packages were automatically installed and are no longer required.\n"
930 #: cmdline/apt-get.cc:1568
931 msgid "Use 'apt-get autoremove' to remove them."
934 #: cmdline/apt-get.cc:1573
936 "Hmm, seems like the AutoRemover destroyed something which really\n"
937 "shouldn't happen. Please file a bug report against apt."
941 #. if (Packages == 1)
945 #. _("Since you only requested a single operation it is extremely likely that\n"
946 #. "the package is simply not installable and a bug report against\n"
947 #. "that package should be filed.") << endl;
950 #: cmdline/apt-get.cc:1576 cmdline/apt-get.cc:1871
951 msgid "The following information may help to resolve the situation:"
954 #: cmdline/apt-get.cc:1580
955 msgid "Internal Error, AutoRemover broke stuff"
958 #: cmdline/apt-get.cc:1599
959 msgid "Internal error, AllUpgrade broke stuff"
962 #: cmdline/apt-get.cc:1654
964 msgid "Couldn't find task %s"
967 #: cmdline/apt-get.cc:1769 cmdline/apt-get.cc:1808
969 msgid "Couldn't find package %s"
972 #: cmdline/apt-get.cc:1795
974 msgid "Note, selecting %s for regex '%s'\n"
977 #: cmdline/apt-get.cc:1828
979 msgid "%s set to manually installed.\n"
982 #: cmdline/apt-get.cc:1841
983 msgid "You might want to run 'apt-get -f install' to correct these:"
986 #: cmdline/apt-get.cc:1844
988 "Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a "
992 #: cmdline/apt-get.cc:1856
994 "Some packages could not be installed. This may mean that you have\n"
995 "requested an impossible situation or if you are using the unstable\n"
996 "distribution that some required packages have not yet been created\n"
997 "or been moved out of Incoming."
1000 #: cmdline/apt-get.cc:1874
1001 msgid "Broken packages"
1004 #: cmdline/apt-get.cc:1903
1005 msgid "The following extra packages will be installed:"
1008 #: cmdline/apt-get.cc:1992
1009 msgid "Suggested packages:"
1012 #: cmdline/apt-get.cc:1993
1013 msgid "Recommended packages:"
1016 #: cmdline/apt-get.cc:2022
1017 msgid "Calculating upgrade... "
1020 #: cmdline/apt-get.cc:2025 methods/ftp.cc:708 methods/connect.cc:112
1024 #: cmdline/apt-get.cc:2030
1028 #: cmdline/apt-get.cc:2097 cmdline/apt-get.cc:2105
1029 msgid "Internal error, problem resolver broke stuff"
1032 #: cmdline/apt-get.cc:2129 cmdline/apt-get.cc:2162
1033 msgid "Unable to lock the download directory"
1036 #: cmdline/apt-get.cc:2205
1037 msgid "Must specify at least one package to fetch source for"
1040 #: cmdline/apt-get.cc:2237 cmdline/apt-get.cc:2489
1042 msgid "Unable to find a source package for %s"
1045 #: cmdline/apt-get.cc:2286
1047 msgid "Skipping already downloaded file '%s'\n"
1050 #: cmdline/apt-get.cc:2321
1052 msgid "You don't have enough free space in %s"
1055 #: cmdline/apt-get.cc:2327
1057 msgid "Need to get %sB/%sB of source archives.\n"
1060 #: cmdline/apt-get.cc:2330
1062 msgid "Need to get %sB of source archives.\n"
1065 #: cmdline/apt-get.cc:2336
1067 msgid "Fetch source %s\n"
1070 #: cmdline/apt-get.cc:2369
1071 msgid "Failed to fetch some archives."
1074 #: cmdline/apt-get.cc:2398
1076 msgid "Skipping unpack of already unpacked source in %s\n"
1079 #: cmdline/apt-get.cc:2410
1081 msgid "Unpack command '%s' failed.\n"
1084 #: cmdline/apt-get.cc:2411
1086 msgid "Check if the 'dpkg-dev' package is installed.\n"
1089 #: cmdline/apt-get.cc:2428
1091 msgid "Build command '%s' failed.\n"
1094 #: cmdline/apt-get.cc:2448
1095 msgid "Child process failed"
1098 #: cmdline/apt-get.cc:2464
1099 msgid "Must specify at least one package to check builddeps for"
1102 #: cmdline/apt-get.cc:2494
1104 msgid "Unable to get build-dependency information for %s"
1107 #: cmdline/apt-get.cc:2514
1109 msgid "%s has no build depends.\n"
1112 #: cmdline/apt-get.cc:2566
1115 "%s dependency for %s cannot be satisfied because the package %s cannot be "
1119 #: cmdline/apt-get.cc:2619
1122 "%s dependency for %s cannot be satisfied because no available versions of "
1123 "package %s can satisfy version requirements"
1126 #: cmdline/apt-get.cc:2655
1128 msgid "Failed to satisfy %s dependency for %s: Installed package %s is too new"
1131 #: cmdline/apt-get.cc:2682
1133 msgid "Failed to satisfy %s dependency for %s: %s"
1136 #: cmdline/apt-get.cc:2698
1138 msgid "Build-dependencies for %s could not be satisfied."
1141 #: cmdline/apt-get.cc:2703
1142 msgid "Failed to process build dependencies"
1145 #: cmdline/apt-get.cc:2734
1146 msgid "Supported modules:"
1149 #: cmdline/apt-get.cc:2775
1151 "Usage: apt-get [options] command\n"
1152 " apt-get [options] install|remove pkg1 [pkg2 ...]\n"
1153 " apt-get [options] source pkg1 [pkg2 ...]\n"
1155 "apt-get is a simple command line interface for downloading and\n"
1156 "installing packages. The most frequently used commands are update\n"
1160 " update - Retrieve new lists of packages\n"
1161 " upgrade - Perform an upgrade\n"
1162 " install - Install new packages (pkg is libc6 not libc6.deb)\n"
1163 " remove - Remove packages\n"
1164 " autoremove - Remove automatically all unused packages\n"
1165 " purge - Remove packages and config files\n"
1166 " source - Download source archives\n"
1167 " build-dep - Configure build-dependencies for source packages\n"
1168 " dist-upgrade - Distribution upgrade, see apt-get(8)\n"
1169 " dselect-upgrade - Follow dselect selections\n"
1170 " clean - Erase downloaded archive files\n"
1171 " autoclean - Erase old downloaded archive files\n"
1172 " check - Verify that there are no broken dependencies\n"
1175 " -h This help text.\n"
1176 " -q Loggable output - no progress indicator\n"
1177 " -qq No output except for errors\n"
1178 " -d Download only - do NOT install or unpack archives\n"
1179 " -s No-act. Perform ordering simulation\n"
1180 " -y Assume Yes to all queries and do not prompt\n"
1181 " -f Attempt to correct a system with broken dependencies in place\n"
1182 " -m Attempt to continue if archives are unlocatable\n"
1183 " -u Show a list of upgraded packages as well\n"
1184 " -b Build the source package after fetching it\n"
1185 " -V Show verbose version numbers\n"
1186 " -c=? Read this configuration file\n"
1187 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
1188 "See the apt-get(8), sources.list(5) and apt.conf(5) manual\n"
1189 "pages for more information and options.\n"
1190 " This APT has Super Cow Powers.\n"
1193 #: cmdline/apt-get.cc:2944
1195 "NOTE: This is only a simulation!\n"
1196 " apt-get needs root privileges for real execution.\n"
1197 " Keep also in mind that locking is deactivated,\n"
1198 " so don't depend on the relevance to the real current situation!"
1201 #: cmdline/acqprogress.cc:55
1205 #: cmdline/acqprogress.cc:79
1209 #: cmdline/acqprogress.cc:110
1213 #: cmdline/acqprogress.cc:114
1217 #: cmdline/acqprogress.cc:135
1219 msgid "Fetched %sB in %s (%sB/s)\n"
1222 #: cmdline/acqprogress.cc:225
1227 #: cmdline/acqprogress.cc:271
1230 "Media change: please insert the disc labeled\n"
1232 "in the drive '%s' and press enter\n"
1235 #: cmdline/apt-sortpkgs.cc:86
1236 msgid "Unknown package record!"
1239 #: cmdline/apt-sortpkgs.cc:150
1241 "Usage: apt-sortpkgs [options] file1 [file2 ...]\n"
1243 "apt-sortpkgs is a simple tool to sort package files. The -s option is used\n"
1244 "to indicate what kind of file it is.\n"
1247 " -h This help text\n"
1248 " -s Use source file sorting\n"
1249 " -c=? Read this configuration file\n"
1250 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
1253 #: dselect/install:32
1254 msgid "Bad default setting!"
1257 #: dselect/install:51 dselect/install:83 dselect/install:87 dselect/install:94
1258 #: dselect/install:105 dselect/update:45
1259 msgid "Press enter to continue."
1262 #: dselect/install:91
1263 msgid "Do you want to erase any previously downloaded .deb files?"
1266 #: dselect/install:101
1267 msgid "Some errors occurred while unpacking. Packages that were installed"
1270 #: dselect/install:102
1271 msgid "will be configured. This may result in duplicate errors"
1274 #: dselect/install:103
1275 msgid "or errors caused by missing dependencies. This is OK, only the errors"
1278 #: dselect/install:104
1280 "above this message are important. Please fix them and run [I]nstall again"
1283 #: dselect/update:30
1284 msgid "Merging available information"
1287 #: apt-inst/contrib/extracttar.cc:114
1288 msgid "Failed to create pipes"
1291 #: apt-inst/contrib/extracttar.cc:141
1292 msgid "Failed to exec gzip "
1295 #: apt-inst/contrib/extracttar.cc:178 apt-inst/contrib/extracttar.cc:204
1296 msgid "Corrupted archive"
1299 #: apt-inst/contrib/extracttar.cc:193
1300 msgid "Tar checksum failed, archive corrupted"
1303 #: apt-inst/contrib/extracttar.cc:296
1305 msgid "Unknown TAR header type %u, member %s"
1308 #: apt-inst/contrib/arfile.cc:70
1309 msgid "Invalid archive signature"
1312 #: apt-inst/contrib/arfile.cc:78
1313 msgid "Error reading archive member header"
1316 #: apt-inst/contrib/arfile.cc:90
1318 msgid "Invalid archive member header %s"
1321 #: apt-inst/contrib/arfile.cc:102
1322 msgid "Invalid archive member header"
1325 #: apt-inst/contrib/arfile.cc:128
1326 msgid "Archive is too short"
1329 #: apt-inst/contrib/arfile.cc:132
1330 msgid "Failed to read the archive headers"
1333 #: apt-inst/filelist.cc:380
1334 msgid "DropNode called on still linked node"
1337 #: apt-inst/filelist.cc:412
1338 msgid "Failed to locate the hash element!"
1341 #: apt-inst/filelist.cc:459
1342 msgid "Failed to allocate diversion"
1345 #: apt-inst/filelist.cc:464
1346 msgid "Internal error in AddDiversion"
1349 #: apt-inst/filelist.cc:477
1351 msgid "Trying to overwrite a diversion, %s -> %s and %s/%s"
1354 #: apt-inst/filelist.cc:506
1356 msgid "Double add of diversion %s -> %s"
1359 #: apt-inst/filelist.cc:549
1361 msgid "Duplicate conf file %s/%s"
1364 #: apt-inst/dirstream.cc:41 apt-inst/dirstream.cc:46 apt-inst/dirstream.cc:49
1366 msgid "Failed to write file %s"
1369 #: apt-inst/dirstream.cc:92 apt-inst/dirstream.cc:100
1371 msgid "Failed to close file %s"
1374 #: apt-inst/extract.cc:93 apt-inst/extract.cc:164
1376 msgid "The path %s is too long"
1379 #: apt-inst/extract.cc:124
1381 msgid "Unpacking %s more than once"
1384 #: apt-inst/extract.cc:134
1386 msgid "The directory %s is diverted"
1389 #: apt-inst/extract.cc:144
1391 msgid "The package is trying to write to the diversion target %s/%s"
1394 #: apt-inst/extract.cc:154 apt-inst/extract.cc:297
1395 msgid "The diversion path is too long"
1398 #: apt-inst/extract.cc:240
1400 msgid "The directory %s is being replaced by a non-directory"
1403 #: apt-inst/extract.cc:280
1404 msgid "Failed to locate node in its hash bucket"
1407 #: apt-inst/extract.cc:284
1408 msgid "The path is too long"
1411 #: apt-inst/extract.cc:414
1413 msgid "Overwrite package match with no version for %s"
1416 #: apt-inst/extract.cc:431
1418 msgid "File %s/%s overwrites the one in the package %s"
1421 #. Only warn if there are no sources.list.d.
1422 #. Only warn if there is no sources.list file.
1423 #: apt-inst/extract.cc:464 apt-pkg/contrib/cdromutl.cc:166
1424 #: apt-pkg/contrib/fileutl.cc:287 apt-pkg/sourcelist.cc:204
1425 #: apt-pkg/sourcelist.cc:210 apt-pkg/acquire.cc:471 apt-pkg/init.cc:92
1426 #: apt-pkg/init.cc:100 apt-pkg/clean.cc:33 apt-pkg/policy.cc:296
1428 msgid "Unable to read %s"
1431 #: apt-inst/extract.cc:491
1433 msgid "Unable to stat %s"
1436 #: apt-inst/deb/dpkgdb.cc:51 apt-inst/deb/dpkgdb.cc:57
1438 msgid "Failed to remove %s"
1441 #: apt-inst/deb/dpkgdb.cc:106 apt-inst/deb/dpkgdb.cc:108
1443 msgid "Unable to create %s"
1446 #: apt-inst/deb/dpkgdb.cc:114
1448 msgid "Failed to stat %sinfo"
1451 #: apt-inst/deb/dpkgdb.cc:119
1452 msgid "The info and temp directories need to be on the same filesystem"
1455 #. Build the status cache
1456 #: apt-inst/deb/dpkgdb.cc:135 apt-pkg/pkgcachegen.cc:947
1457 #: apt-pkg/pkgcachegen.cc:1032 apt-pkg/pkgcachegen.cc:1037
1458 #: apt-pkg/pkgcachegen.cc:1181
1459 msgid "Reading package lists"
1462 #: apt-inst/deb/dpkgdb.cc:176
1464 msgid "Failed to change to the admin dir %sinfo"
1467 #: apt-inst/deb/dpkgdb.cc:197 apt-inst/deb/dpkgdb.cc:351
1468 #: apt-inst/deb/dpkgdb.cc:444
1469 msgid "Internal error getting a package name"
1472 #: apt-inst/deb/dpkgdb.cc:201 apt-inst/deb/dpkgdb.cc:382
1473 msgid "Reading file listing"
1476 #: apt-inst/deb/dpkgdb.cc:212
1479 "Failed to open the list file '%sinfo/%s'. If you cannot restore this file "
1480 "then make it empty and immediately re-install the same version of the "
1484 #: apt-inst/deb/dpkgdb.cc:225 apt-inst/deb/dpkgdb.cc:238
1486 msgid "Failed reading the list file %sinfo/%s"
1489 #: apt-inst/deb/dpkgdb.cc:262
1490 msgid "Internal error getting a node"
1493 #: apt-inst/deb/dpkgdb.cc:305
1495 msgid "Failed to open the diversions file %sdiversions"
1498 #: apt-inst/deb/dpkgdb.cc:320
1499 msgid "The diversion file is corrupted"
1502 #: apt-inst/deb/dpkgdb.cc:327 apt-inst/deb/dpkgdb.cc:332
1503 #: apt-inst/deb/dpkgdb.cc:337
1505 msgid "Invalid line in the diversion file: %s"
1508 #: apt-inst/deb/dpkgdb.cc:358
1509 msgid "Internal error adding a diversion"
1512 #: apt-inst/deb/dpkgdb.cc:379
1513 msgid "The pkg cache must be initialized first"
1516 #: apt-inst/deb/dpkgdb.cc:439
1518 msgid "Failed to find a Package: header, offset %lu"
1521 #: apt-inst/deb/dpkgdb.cc:461
1523 msgid "Bad ConfFile section in the status file. Offset %lu"
1526 #: apt-inst/deb/dpkgdb.cc:466
1528 msgid "Error parsing MD5. Offset %lu"
1531 #: apt-inst/deb/debfile.cc:38 apt-inst/deb/debfile.cc:43
1533 msgid "This is not a valid DEB archive, missing '%s' member"
1536 #: apt-inst/deb/debfile.cc:50
1538 msgid "This is not a valid DEB archive, it has no '%s', '%s' or '%s' member"
1541 #: apt-inst/deb/debfile.cc:110
1543 msgid "Couldn't change to %s"
1546 #: apt-inst/deb/debfile.cc:140
1547 msgid "Internal error, could not locate member"
1550 #: apt-inst/deb/debfile.cc:173
1551 msgid "Failed to locate a valid control file"
1554 #: apt-inst/deb/debfile.cc:258
1555 msgid "Unparsable control file"
1558 #: methods/cdrom.cc:199
1560 msgid "Unable to read the cdrom database %s"
1563 #: methods/cdrom.cc:208
1565 "Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update "
1566 "cannot be used to add new CD-ROMs"
1569 #: methods/cdrom.cc:218
1570 msgid "Wrong CD-ROM"
1573 #: methods/cdrom.cc:245
1575 msgid "Unable to unmount the CD-ROM in %s, it may still be in use."
1578 #: methods/cdrom.cc:250
1579 msgid "Disk not found."
1582 #: methods/cdrom.cc:258 methods/file.cc:79 methods/rsh.cc:264
1583 msgid "File not found"
1586 #: methods/copy.cc:43 methods/gzip.cc:141 methods/gzip.cc:150
1587 #: methods/rred.cc:483 methods/rred.cc:492
1588 msgid "Failed to stat"
1591 #: methods/copy.cc:80 methods/gzip.cc:147 methods/rred.cc:489
1592 msgid "Failed to set modification time"
1595 #: methods/file.cc:44
1596 msgid "Invalid URI, local URIS must not start with //"
1599 #. Login must be before getpeername otherwise dante won't work.
1600 #: methods/ftp.cc:168
1604 #: methods/ftp.cc:174
1605 msgid "Unable to determine the peer name"
1608 #: methods/ftp.cc:179
1609 msgid "Unable to determine the local name"
1612 #: methods/ftp.cc:210 methods/ftp.cc:238
1614 msgid "The server refused the connection and said: %s"
1617 #: methods/ftp.cc:216
1619 msgid "USER failed, server said: %s"
1622 #: methods/ftp.cc:223
1624 msgid "PASS failed, server said: %s"
1627 #: methods/ftp.cc:243
1629 "A proxy server was specified but no login script, Acquire::ftp::ProxyLogin "
1633 #: methods/ftp.cc:271
1635 msgid "Login script command '%s' failed, server said: %s"
1638 #: methods/ftp.cc:297
1640 msgid "TYPE failed, server said: %s"
1643 #: methods/ftp.cc:335 methods/ftp.cc:446 methods/rsh.cc:183 methods/rsh.cc:226
1644 msgid "Connection timeout"
1647 #: methods/ftp.cc:341
1648 msgid "Server closed the connection"
1651 #: methods/ftp.cc:344 apt-pkg/contrib/fileutl.cc:714 methods/rsh.cc:190
1655 #: methods/ftp.cc:351 methods/rsh.cc:197
1656 msgid "A response overflowed the buffer."
1659 #: methods/ftp.cc:368 methods/ftp.cc:380
1660 msgid "Protocol corruption"
1663 #: methods/ftp.cc:452 apt-pkg/contrib/fileutl.cc:753 methods/rsh.cc:232
1667 #: methods/ftp.cc:693 methods/ftp.cc:699 methods/ftp.cc:735
1668 msgid "Could not create a socket"
1671 #: methods/ftp.cc:704
1672 msgid "Could not connect data socket, connection timed out"
1675 #: methods/ftp.cc:710
1676 msgid "Could not connect passive socket."
1679 #: methods/ftp.cc:728
1680 msgid "getaddrinfo was unable to get a listening socket"
1683 #: methods/ftp.cc:742
1684 msgid "Could not bind a socket"
1687 #: methods/ftp.cc:746
1688 msgid "Could not listen on the socket"
1691 #: methods/ftp.cc:753
1692 msgid "Could not determine the socket's name"
1695 #: methods/ftp.cc:785
1696 msgid "Unable to send PORT command"
1699 #: methods/ftp.cc:795
1701 msgid "Unknown address family %u (AF_*)"
1704 #: methods/ftp.cc:804
1706 msgid "EPRT failed, server said: %s"
1709 #: methods/ftp.cc:824
1710 msgid "Data socket connect timed out"
1713 #: methods/ftp.cc:831
1714 msgid "Unable to accept connection"
1717 #: methods/ftp.cc:870 methods/http.cc:1002 methods/rsh.cc:303
1718 msgid "Problem hashing file"
1721 #: methods/ftp.cc:883
1723 msgid "Unable to fetch file, server said '%s'"
1726 #: methods/ftp.cc:898 methods/rsh.cc:322
1727 msgid "Data socket timed out"
1730 #: methods/ftp.cc:928
1732 msgid "Data transfer failed, server said '%s'"
1735 #. Get the files information
1736 #: methods/ftp.cc:1005
1740 #: methods/ftp.cc:1117
1741 msgid "Unable to invoke "
1744 #: methods/connect.cc:70
1746 msgid "Connecting to %s (%s)"
1749 #: methods/connect.cc:81
1754 #: methods/connect.cc:90
1756 msgid "Could not create a socket for %s (f=%u t=%u p=%u)"
1759 #: methods/connect.cc:96
1761 msgid "Cannot initiate the connection to %s:%s (%s)."
1764 #: methods/connect.cc:104
1766 msgid "Could not connect to %s:%s (%s), connection timed out"
1769 #: methods/connect.cc:122
1771 msgid "Could not connect to %s:%s (%s)."
1774 #. We say this mainly because the pause here is for the
1775 #. ssh connection that is still going
1776 #: methods/connect.cc:150 methods/rsh.cc:425
1778 msgid "Connecting to %s"
1781 #: methods/connect.cc:169 methods/connect.cc:188
1783 msgid "Could not resolve '%s'"
1786 #: methods/connect.cc:194
1788 msgid "Temporary failure resolving '%s'"
1791 #: methods/connect.cc:197
1793 msgid "Something wicked happened resolving '%s:%s' (%i - %s)"
1796 #: methods/connect.cc:244
1798 msgid "Unable to connect to %s:%s:"
1801 #. TRANSLATOR: %s is the trusted keyring parts directory
1802 #: methods/gpgv.cc:78
1804 msgid "No keyring installed in %s."
1807 #: methods/gpgv.cc:104
1808 msgid "E: Too many keyrings should be passed to gpgv. Exiting."
1811 #: methods/gpgv.cc:121
1812 msgid "E: Argument list from Acquire::gpgv::Options too long. Exiting."
1815 #: methods/gpgv.cc:237
1817 "Internal error: Good signature, but could not determine key fingerprint?!"
1820 #: methods/gpgv.cc:242
1821 msgid "At least one invalid signature was encountered."
1824 #: methods/gpgv.cc:246
1826 msgid "Could not execute '%s' to verify signature (is gpgv installed?)"
1829 #: methods/gpgv.cc:251
1830 msgid "Unknown error executing gpgv"
1833 #: methods/gpgv.cc:285 methods/gpgv.cc:292
1834 msgid "The following signatures were invalid:\n"
1837 #: methods/gpgv.cc:299
1839 "The following signatures couldn't be verified because the public key is not "
1843 #: methods/gzip.cc:64
1845 msgid "Couldn't open pipe for %s"
1848 #: methods/gzip.cc:109
1850 msgid "Read error from %s process"
1853 #: methods/http.cc:385
1854 msgid "Waiting for headers"
1857 #: methods/http.cc:531
1859 msgid "Got a single header line over %u chars"
1862 #: methods/http.cc:539
1863 msgid "Bad header line"
1866 #: methods/http.cc:558 methods/http.cc:565
1867 msgid "The HTTP server sent an invalid reply header"
1870 #: methods/http.cc:594
1871 msgid "The HTTP server sent an invalid Content-Length header"
1874 #: methods/http.cc:609
1875 msgid "The HTTP server sent an invalid Content-Range header"
1878 #: methods/http.cc:611
1879 msgid "This HTTP server has broken range support"
1882 #: methods/http.cc:635
1883 msgid "Unknown date format"
1886 #: methods/http.cc:793
1887 msgid "Select failed"
1890 #: methods/http.cc:798
1891 msgid "Connection timed out"
1894 #: methods/http.cc:821
1895 msgid "Error writing to output file"
1898 #: methods/http.cc:852
1899 msgid "Error writing to file"
1902 #: methods/http.cc:880
1903 msgid "Error writing to the file"
1906 #: methods/http.cc:894
1907 msgid "Error reading from server. Remote end closed connection"
1910 #: methods/http.cc:896
1911 msgid "Error reading from server"
1914 #: methods/http.cc:987 apt-pkg/contrib/mmap.cc:281
1915 msgid "Failed to truncate file"
1918 #: methods/http.cc:1156
1919 msgid "Bad header data"
1922 #: methods/http.cc:1173 methods/http.cc:1228
1923 msgid "Connection failed"
1926 #: methods/http.cc:1320
1927 msgid "Internal error"
1930 #: apt-pkg/contrib/mmap.cc:77
1931 msgid "Can't mmap an empty file"
1934 #: apt-pkg/contrib/mmap.cc:89
1936 msgid "Couldn't duplicate file descriptor %i"
1939 #: apt-pkg/contrib/mmap.cc:97 apt-pkg/contrib/mmap.cc:250
1941 msgid "Couldn't make mmap of %lu bytes"
1944 #: apt-pkg/contrib/mmap.cc:124
1945 msgid "Unable to close mmap"
1948 #: apt-pkg/contrib/mmap.cc:152 apt-pkg/contrib/mmap.cc:180
1949 msgid "Unable to synchronize mmap"
1952 #: apt-pkg/contrib/mmap.cc:300
1955 "Dynamic MMap ran out of room. Please increase the size of APT::Cache-Limit. "
1956 "Current value: %lu. (man 5 apt.conf)"
1959 #: apt-pkg/contrib/mmap.cc:395
1962 "The size of a MMap has already reached the defined limit of %lu bytes,abort "
1963 "the try to grow the MMap."
1966 #. d means days, h means hours, min means minutes, s means seconds
1967 #: apt-pkg/contrib/strutl.cc:371
1969 msgid "%lid %lih %limin %lis"
1972 #. h means hours, min means minutes, s means seconds
1973 #: apt-pkg/contrib/strutl.cc:378
1975 msgid "%lih %limin %lis"
1978 #. min means minutes, s means seconds
1979 #: apt-pkg/contrib/strutl.cc:385
1985 #: apt-pkg/contrib/strutl.cc:390
1990 #: apt-pkg/contrib/strutl.cc:1083
1992 msgid "Selection %s not found"
1995 #: apt-pkg/contrib/configuration.cc:452
1997 msgid "Unrecognized type abbreviation: '%c'"
2000 #: apt-pkg/contrib/configuration.cc:510
2002 msgid "Opening configuration file %s"
2005 #: apt-pkg/contrib/configuration.cc:678
2007 msgid "Syntax error %s:%u: Block starts with no name."
2010 #: apt-pkg/contrib/configuration.cc:697
2012 msgid "Syntax error %s:%u: Malformed tag"
2015 #: apt-pkg/contrib/configuration.cc:714
2017 msgid "Syntax error %s:%u: Extra junk after value"
2020 #: apt-pkg/contrib/configuration.cc:754
2022 msgid "Syntax error %s:%u: Directives can only be done at the top level"
2025 #: apt-pkg/contrib/configuration.cc:761
2027 msgid "Syntax error %s:%u: Too many nested includes"
2030 #: apt-pkg/contrib/configuration.cc:765 apt-pkg/contrib/configuration.cc:770
2032 msgid "Syntax error %s:%u: Included from here"
2035 #: apt-pkg/contrib/configuration.cc:774
2037 msgid "Syntax error %s:%u: Unsupported directive '%s'"
2040 #: apt-pkg/contrib/configuration.cc:777
2042 msgid "Syntax error %s:%u: clear directive requires an option tree as argument"
2045 #: apt-pkg/contrib/configuration.cc:827
2047 msgid "Syntax error %s:%u: Extra junk at end of file"
2050 #: apt-pkg/contrib/progress.cc:153
2052 msgid "%c%s... Error!"
2055 #: apt-pkg/contrib/progress.cc:155
2057 msgid "%c%s... Done"
2060 #: apt-pkg/contrib/cmndline.cc:77
2062 msgid "Command line option '%c' [from %s] is not known."
2065 #: apt-pkg/contrib/cmndline.cc:103 apt-pkg/contrib/cmndline.cc:111
2066 #: apt-pkg/contrib/cmndline.cc:119
2068 msgid "Command line option %s is not understood"
2071 #: apt-pkg/contrib/cmndline.cc:124
2073 msgid "Command line option %s is not boolean"
2076 #: apt-pkg/contrib/cmndline.cc:165 apt-pkg/contrib/cmndline.cc:186
2078 msgid "Option %s requires an argument."
2081 #: apt-pkg/contrib/cmndline.cc:200 apt-pkg/contrib/cmndline.cc:206
2083 msgid "Option %s: Configuration item specification must have an =<val>."
2086 #: apt-pkg/contrib/cmndline.cc:236
2088 msgid "Option %s requires an integer argument, not '%s'"
2091 #: apt-pkg/contrib/cmndline.cc:267
2093 msgid "Option '%s' is too long"
2096 #: apt-pkg/contrib/cmndline.cc:300
2098 msgid "Sense %s is not understood, try true or false."
2101 #: apt-pkg/contrib/cmndline.cc:350
2103 msgid "Invalid operation %s"
2106 #: apt-pkg/contrib/cdromutl.cc:52
2108 msgid "Unable to stat the mount point %s"
2111 #: apt-pkg/contrib/cdromutl.cc:162 apt-pkg/contrib/cdromutl.cc:196
2112 #: apt-pkg/acquire.cc:477 apt-pkg/acquire.cc:502 apt-pkg/clean.cc:39
2114 msgid "Unable to change to %s"
2117 #: apt-pkg/contrib/cdromutl.cc:204
2118 msgid "Failed to stat the cdrom"
2121 #: apt-pkg/contrib/fileutl.cc:152
2123 msgid "Not using locking for read only lock file %s"
2126 #: apt-pkg/contrib/fileutl.cc:157
2128 msgid "Could not open lock file %s"
2131 #: apt-pkg/contrib/fileutl.cc:175
2133 msgid "Not using locking for nfs mounted lock file %s"
2136 #: apt-pkg/contrib/fileutl.cc:179
2138 msgid "Could not get lock %s"
2141 #: apt-pkg/contrib/fileutl.cc:615
2143 msgid "Waited for %s but it wasn't there"
2146 #: apt-pkg/contrib/fileutl.cc:627
2148 msgid "Sub-process %s received a segmentation fault."
2151 #: apt-pkg/contrib/fileutl.cc:629
2153 msgid "Sub-process %s received signal %u."
2156 #: apt-pkg/contrib/fileutl.cc:633
2158 msgid "Sub-process %s returned an error code (%u)"
2161 #: apt-pkg/contrib/fileutl.cc:635
2163 msgid "Sub-process %s exited unexpectedly"
2166 #: apt-pkg/contrib/fileutl.cc:679
2168 msgid "Could not open file %s"
2171 #: apt-pkg/contrib/fileutl.cc:735
2173 msgid "read, still have %lu to read but none left"
2176 #: apt-pkg/contrib/fileutl.cc:765
2178 msgid "write, still have %lu to write but couldn't"
2181 #: apt-pkg/contrib/fileutl.cc:840
2182 msgid "Problem closing the file"
2185 #: apt-pkg/contrib/fileutl.cc:846
2186 msgid "Problem unlinking the file"
2189 #: apt-pkg/contrib/fileutl.cc:857
2190 msgid "Problem syncing the file"
2193 #: apt-pkg/pkgcache.cc:139
2194 msgid "Empty package cache"
2197 #: apt-pkg/pkgcache.cc:145
2198 msgid "The package cache file is corrupted"
2201 #: apt-pkg/pkgcache.cc:150
2202 msgid "The package cache file is an incompatible version"
2205 #: apt-pkg/pkgcache.cc:155
2207 msgid "This APT does not support the versioning system '%s'"
2210 #: apt-pkg/pkgcache.cc:160
2211 msgid "The package cache was built for a different architecture"
2214 #: apt-pkg/pkgcache.cc:287
2218 #: apt-pkg/pkgcache.cc:287
2222 #: apt-pkg/pkgcache.cc:287
2226 #: apt-pkg/pkgcache.cc:288
2230 #: apt-pkg/pkgcache.cc:288
2234 #: apt-pkg/pkgcache.cc:288
2238 #: apt-pkg/pkgcache.cc:289
2242 #: apt-pkg/pkgcache.cc:289
2246 #: apt-pkg/pkgcache.cc:289
2250 #: apt-pkg/pkgcache.cc:300
2254 #: apt-pkg/pkgcache.cc:300
2258 #: apt-pkg/pkgcache.cc:300
2262 #: apt-pkg/pkgcache.cc:301
2266 #: apt-pkg/pkgcache.cc:301
2270 #: apt-pkg/depcache.cc:124 apt-pkg/depcache.cc:153
2271 msgid "Building dependency tree"
2274 #: apt-pkg/depcache.cc:125
2275 msgid "Candidate versions"
2278 #: apt-pkg/depcache.cc:154
2279 msgid "Dependency generation"
2282 #: apt-pkg/depcache.cc:174 apt-pkg/depcache.cc:207 apt-pkg/depcache.cc:211
2283 msgid "Reading state information"
2286 #: apt-pkg/depcache.cc:236
2288 msgid "Failed to open StateFile %s"
2291 #: apt-pkg/depcache.cc:242
2293 msgid "Failed to write temporary StateFile %s"
2296 #: apt-pkg/depcache.cc:851
2298 msgid "Internal error, group '%s' has no installable pseudo package"
2301 #: apt-pkg/tagfile.cc:102
2303 msgid "Unable to parse package file %s (1)"
2306 #: apt-pkg/tagfile.cc:189
2308 msgid "Unable to parse package file %s (2)"
2311 #: apt-pkg/sourcelist.cc:92
2313 msgid "Malformed line %lu in source list %s ([option] unparseable)"
2316 #: apt-pkg/sourcelist.cc:95
2318 msgid "Malformed line %lu in source list %s ([option] too short)"
2321 #: apt-pkg/sourcelist.cc:106
2323 msgid "Malformed line %lu in source list %s ([%s] is not an assignment)"
2326 #: apt-pkg/sourcelist.cc:112
2328 msgid "Malformed line %lu in source list %s ([%s] has no key)"
2331 #: apt-pkg/sourcelist.cc:115
2333 msgid "Malformed line %lu in source list %s ([%s] key %s has no value)"
2336 #: apt-pkg/sourcelist.cc:128
2338 msgid "Malformed line %lu in source list %s (URI)"
2341 #: apt-pkg/sourcelist.cc:130
2343 msgid "Malformed line %lu in source list %s (dist)"
2346 #: apt-pkg/sourcelist.cc:133
2348 msgid "Malformed line %lu in source list %s (URI parse)"
2351 #: apt-pkg/sourcelist.cc:139
2353 msgid "Malformed line %lu in source list %s (absolute dist)"
2356 #: apt-pkg/sourcelist.cc:146
2358 msgid "Malformed line %lu in source list %s (dist parse)"
2361 #: apt-pkg/sourcelist.cc:244
2366 #: apt-pkg/sourcelist.cc:261 apt-pkg/cdrom.cc:438
2368 msgid "Line %u too long in source list %s."
2371 #: apt-pkg/sourcelist.cc:281
2373 msgid "Malformed line %u in source list %s (type)"
2376 #: apt-pkg/sourcelist.cc:285
2378 msgid "Type '%s' is not known on line %u in source list %s"
2381 #: apt-pkg/packagemanager.cc:331 apt-pkg/packagemanager.cc:615
2384 "Could not perform immediate configuration on '%s'.Please see man 5 apt.conf "
2385 "under APT::Immediate-Configure for details. (%d)"
2388 #: apt-pkg/packagemanager.cc:452
2391 "This installation run will require temporarily removing the essential "
2392 "package %s due to a Conflicts/Pre-Depends loop. This is often bad, but if "
2393 "you really want to do it, activate the APT::Force-LoopBreak option."
2396 #: apt-pkg/packagemanager.cc:495
2399 "Could not perform immediate configuration on already unpacked '%s'.Please "
2400 "see man 5 apt.conf under APT::Immediate-Configure for details."
2403 #: apt-pkg/pkgrecords.cc:32
2405 msgid "Index file type '%s' is not supported"
2408 #: apt-pkg/algorithms.cc:292
2411 "The package %s needs to be reinstalled, but I can't find an archive for it."
2414 #: apt-pkg/algorithms.cc:1182
2416 "Error, pkgProblemResolver::Resolve generated breaks, this may be caused by "
2420 #: apt-pkg/algorithms.cc:1184
2421 msgid "Unable to correct problems, you have held broken packages."
2424 #: apt-pkg/algorithms.cc:1461 apt-pkg/algorithms.cc:1463
2426 "Some index files failed to download, they have been ignored, or old ones "
2430 #: apt-pkg/acquire.cc:79
2432 msgid "List directory %spartial is missing."
2435 #: apt-pkg/acquire.cc:83
2437 msgid "Archives directory %spartial is missing."
2440 #: apt-pkg/acquire.cc:91
2442 msgid "Unable to lock directory %s"
2445 #. only show the ETA if it makes sense
2447 #: apt-pkg/acquire.cc:878
2449 msgid "Retrieving file %li of %li (%s remaining)"
2452 #: apt-pkg/acquire.cc:880
2454 msgid "Retrieving file %li of %li"
2457 #: apt-pkg/acquire-worker.cc:110
2459 msgid "The method driver %s could not be found."
2462 #: apt-pkg/acquire-worker.cc:159
2464 msgid "Method %s did not start correctly"
2467 #: apt-pkg/acquire-worker.cc:413
2469 msgid "Please insert the disc labeled: '%s' in the drive '%s' and press enter."
2472 #: apt-pkg/init.cc:135
2474 msgid "Packaging system '%s' is not supported"
2477 #: apt-pkg/init.cc:151
2478 msgid "Unable to determine a suitable packaging system type"
2481 #: apt-pkg/clean.cc:56
2483 msgid "Unable to stat %s."
2486 #: apt-pkg/srcrecords.cc:44
2487 msgid "You must put some 'source' URIs in your sources.list"
2490 #: apt-pkg/cachefile.cc:71
2491 msgid "The package lists or status file could not be parsed or opened."
2494 #: apt-pkg/cachefile.cc:75
2495 msgid "You may want to run apt-get update to correct these problems"
2498 #: apt-pkg/policy.cc:333
2500 msgid "Invalid record in the preferences file %s, no Package header"
2503 #: apt-pkg/policy.cc:355
2505 msgid "Did not understand pin type %s"
2508 #: apt-pkg/policy.cc:363
2509 msgid "No priority (or zero) specified for pin"
2512 #: apt-pkg/pkgcachegen.cc:75
2513 msgid "Cache has an incompatible versioning system"
2516 #: apt-pkg/pkgcachegen.cc:131
2518 msgid "Error occurred while processing %s (NewPackage)"
2521 #: apt-pkg/pkgcachegen.cc:146
2523 msgid "Error occurred while processing %s (UsePackage1)"
2526 #: apt-pkg/pkgcachegen.cc:180
2528 msgid "Error occurred while processing %s (NewFileDesc1)"
2531 #: apt-pkg/pkgcachegen.cc:210
2533 msgid "Error occurred while processing %s (UsePackage2)"
2536 #: apt-pkg/pkgcachegen.cc:214
2538 msgid "Error occurred while processing %s (NewFileVer1)"
2541 #: apt-pkg/pkgcachegen.cc:234
2543 msgid "Error occurred while processing %s (NewVersion1)"
2546 #: apt-pkg/pkgcachegen.cc:238
2548 msgid "Error occurred while processing %s (UsePackage3)"
2551 #: apt-pkg/pkgcachegen.cc:242
2553 msgid "Error occurred while processing %s (NewVersion2)"
2556 #: apt-pkg/pkgcachegen.cc:266
2558 msgid "Error occurred while processing %s (NewFileDesc2)"
2561 #: apt-pkg/pkgcachegen.cc:273
2562 msgid "Wow, you exceeded the number of package names this APT is capable of."
2565 #: apt-pkg/pkgcachegen.cc:276
2566 msgid "Wow, you exceeded the number of versions this APT is capable of."
2569 #: apt-pkg/pkgcachegen.cc:279
2570 msgid "Wow, you exceeded the number of descriptions this APT is capable of."
2573 #: apt-pkg/pkgcachegen.cc:282
2574 msgid "Wow, you exceeded the number of dependencies this APT is capable of."
2577 #: apt-pkg/pkgcachegen.cc:310
2579 msgid "Error occurred while processing %s (FindPkg)"
2582 #: apt-pkg/pkgcachegen.cc:323
2584 msgid "Error occurred while processing %s (CollectFileProvides)"
2587 #: apt-pkg/pkgcachegen.cc:329
2589 msgid "Package %s %s was not found while processing file dependencies"
2592 #: apt-pkg/pkgcachegen.cc:860
2594 msgid "Couldn't stat source package list %s"
2597 #: apt-pkg/pkgcachegen.cc:962
2598 msgid "Collecting File Provides"
2601 #: apt-pkg/pkgcachegen.cc:1122 apt-pkg/pkgcachegen.cc:1129
2602 msgid "IO Error saving source cache"
2605 #: apt-pkg/acquire-item.cc:128
2607 msgid "rename failed, %s (%s -> %s)."
2610 #: apt-pkg/acquire-item.cc:432
2611 msgid "MD5Sum mismatch"
2614 #: apt-pkg/acquire-item.cc:693 apt-pkg/acquire-item.cc:1469
2615 msgid "Hash Sum mismatch"
2618 #: apt-pkg/acquire-item.cc:1150
2619 msgid "There is no public key available for the following key IDs:\n"
2622 #: apt-pkg/acquire-item.cc:1260
2625 "I wasn't able to locate a file for the %s package. This might mean you need "
2626 "to manually fix this package. (due to missing arch)"
2629 #: apt-pkg/acquire-item.cc:1319
2632 "I wasn't able to locate file for the %s package. This might mean you need to "
2633 "manually fix this package."
2636 #: apt-pkg/acquire-item.cc:1374
2639 "The package index files are corrupted. No Filename: field for package %s."
2642 #: apt-pkg/acquire-item.cc:1461
2643 msgid "Size mismatch"
2646 #: apt-pkg/indexrecords.cc:40
2648 msgid "Unable to parse Release file %s"
2651 #: apt-pkg/indexrecords.cc:47
2653 msgid "No sections in Release file %s"
2656 #: apt-pkg/indexrecords.cc:81
2658 msgid "No Hash entry in Release file %s"
2661 #: apt-pkg/vendorlist.cc:66
2663 msgid "Vendor block %s contains no fingerprint"
2666 #: apt-pkg/cdrom.cc:518
2669 "Using CD-ROM mount point %s\n"
2673 #: apt-pkg/cdrom.cc:527 apt-pkg/cdrom.cc:615
2674 msgid "Identifying.. "
2677 #: apt-pkg/cdrom.cc:552
2679 msgid "Stored label: %s\n"
2682 #: apt-pkg/cdrom.cc:559 apt-pkg/cdrom.cc:827
2683 msgid "Unmounting CD-ROM...\n"
2686 #: apt-pkg/cdrom.cc:578
2688 msgid "Using CD-ROM mount point %s\n"
2691 #: apt-pkg/cdrom.cc:596
2692 msgid "Unmounting CD-ROM\n"
2695 #: apt-pkg/cdrom.cc:600
2696 msgid "Waiting for disc...\n"
2699 #. Mount the new CDROM
2700 #: apt-pkg/cdrom.cc:608
2701 msgid "Mounting CD-ROM...\n"
2704 #: apt-pkg/cdrom.cc:626
2705 msgid "Scanning disc for index files..\n"
2708 #: apt-pkg/cdrom.cc:666
2711 "Found %zu package indexes, %zu source indexes, %zu translation indexes and %"
2715 #: apt-pkg/cdrom.cc:677
2717 "Unable to locate any package files, perhaps this is not a Debian Disc or the "
2718 "wrong architecture?"
2721 #: apt-pkg/cdrom.cc:703
2723 msgid "Found label '%s'\n"
2726 #: apt-pkg/cdrom.cc:732
2727 msgid "That is not a valid name, try again.\n"
2730 #: apt-pkg/cdrom.cc:748
2733 "This disc is called: \n"
2737 #: apt-pkg/cdrom.cc:752
2738 msgid "Copying package lists..."
2741 #: apt-pkg/cdrom.cc:778
2742 msgid "Writing new source list\n"
2745 #: apt-pkg/cdrom.cc:787
2746 msgid "Source list entries for this disc are:\n"
2749 #: apt-pkg/indexcopy.cc:263 apt-pkg/indexcopy.cc:835
2751 msgid "Wrote %i records.\n"
2754 #: apt-pkg/indexcopy.cc:265 apt-pkg/indexcopy.cc:837
2756 msgid "Wrote %i records with %i missing files.\n"
2759 #: apt-pkg/indexcopy.cc:268 apt-pkg/indexcopy.cc:840
2761 msgid "Wrote %i records with %i mismatched files\n"
2764 #: apt-pkg/indexcopy.cc:271 apt-pkg/indexcopy.cc:843
2766 msgid "Wrote %i records with %i missing files and %i mismatched files\n"
2769 #: apt-pkg/indexcopy.cc:530
2771 msgid "Skipping nonexistent file %s"
2774 #: apt-pkg/indexcopy.cc:536
2776 msgid "Can't find authentication record for: %s"
2779 #: apt-pkg/indexcopy.cc:542
2781 msgid "Hash mismatch for: %s"
2784 #: apt-pkg/deb/dpkgpm.cc:49
2786 msgid "Installing %s"
2789 #: apt-pkg/deb/dpkgpm.cc:50 apt-pkg/deb/dpkgpm.cc:737
2791 msgid "Configuring %s"
2794 #: apt-pkg/deb/dpkgpm.cc:51 apt-pkg/deb/dpkgpm.cc:744
2799 #: apt-pkg/deb/dpkgpm.cc:52
2801 msgid "Completely removing %s"
2804 #: apt-pkg/deb/dpkgpm.cc:53
2806 msgid "Running post-installation trigger %s"
2809 #: apt-pkg/deb/dpkgpm.cc:581
2811 msgid "Directory '%s' missing"
2814 #: apt-pkg/deb/dpkgpm.cc:596 apt-pkg/deb/dpkgpm.cc:609
2816 msgid "Could not open file '%s'"
2819 #: apt-pkg/deb/dpkgpm.cc:730
2821 msgid "Preparing %s"
2824 #: apt-pkg/deb/dpkgpm.cc:731
2826 msgid "Unpacking %s"
2829 #: apt-pkg/deb/dpkgpm.cc:736
2831 msgid "Preparing to configure %s"
2834 #: apt-pkg/deb/dpkgpm.cc:738
2836 msgid "Installed %s"
2839 #: apt-pkg/deb/dpkgpm.cc:743
2841 msgid "Preparing for removal of %s"
2844 #: apt-pkg/deb/dpkgpm.cc:745
2849 #: apt-pkg/deb/dpkgpm.cc:750
2851 msgid "Preparing to completely remove %s"
2854 #: apt-pkg/deb/dpkgpm.cc:751
2856 msgid "Completely removed %s"
2859 #: apt-pkg/deb/dpkgpm.cc:955
2860 msgid "Can not write log, openpty() failed (/dev/pts not mounted?)\n"
2863 #: apt-pkg/deb/dpkgpm.cc:986
2864 msgid "Running dpkg"
2867 #: apt-pkg/deb/debsystem.cc:70
2870 "Unable to lock the administration directory (%s), is another process using "
2874 #: apt-pkg/deb/debsystem.cc:73
2876 msgid "Unable to lock the administration directory (%s), are you root?"
2879 #: apt-pkg/deb/debsystem.cc:82
2881 "dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct "
2885 #: apt-pkg/deb/debsystem.cc:100
2889 #: methods/rred.cc:465
2892 "Could not patch %s with mmap and with file operation usage - the patch seems "
2896 #: methods/rred.cc:470
2899 "Could not patch %s with mmap (but no mmap specific fail) - the patch seems "
2903 #: methods/rsh.cc:330
2904 msgid "Connection closed prematurely"