1 # English translation of apt_po.
2 # This file is put in the public domain.
3 # Lior Kaplan <webmaster@guides.co.il>, 2004.
8 "Project-Id-Version: apt 0.5.25\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2005-09-22 23:07+0200\n"
11 "PO-Revision-Date: 2004-06-10 19:58+0300\n"
12 "Last-Translator: Lior Kaplan <webmaster@guides.co.il>\n"
13 "Language-Team: Hebrew\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
18 #: cmdline/apt-cache.cc:135
20 msgid "Package %s version %s has an unmet dep:\n"
21 msgstr "לחבילה %s בגרסה %s יש תלויות שלא נענו:\n"
23 #: cmdline/apt-cache.cc:175 cmdline/apt-cache.cc:527 cmdline/apt-cache.cc:615
24 #: cmdline/apt-cache.cc:771 cmdline/apt-cache.cc:989 cmdline/apt-cache.cc:1357
25 #: cmdline/apt-cache.cc:1508
27 msgid "Unable to locate package %s"
28 msgstr "לא מצליח לאתר את החבילה %s"
30 #: cmdline/apt-cache.cc:232
31 msgid "Total package names : "
34 #: cmdline/apt-cache.cc:272
35 msgid " Normal packages: "
36 msgstr "חבילות נורמליות:"
38 #: cmdline/apt-cache.cc:273
39 msgid " Pure virtual packages: "
40 msgstr "חבילות וירטואליות לחלוטין:"
42 #: cmdline/apt-cache.cc:274
43 msgid " Single virtual packages: "
46 #: cmdline/apt-cache.cc:275
47 msgid " Mixed virtual packages: "
50 #: cmdline/apt-cache.cc:276
54 #: cmdline/apt-cache.cc:278
55 msgid "Total distinct versions: "
58 #: cmdline/apt-cache.cc:280
59 msgid "Total dependencies: "
62 #: cmdline/apt-cache.cc:283
63 msgid "Total ver/file relations: "
66 #: cmdline/apt-cache.cc:285
67 msgid "Total Provides mappings: "
70 #: cmdline/apt-cache.cc:297
71 msgid "Total globbed strings: "
74 #: cmdline/apt-cache.cc:311
75 msgid "Total dependency version space: "
78 #: cmdline/apt-cache.cc:316
79 msgid "Total slack space: "
82 #: cmdline/apt-cache.cc:324
83 msgid "Total space accounted for: "
86 #: cmdline/apt-cache.cc:446 cmdline/apt-cache.cc:1189
88 msgid "Package file %s is out of sync."
89 msgstr "קובץ החבילה %s לא מסונכרן."
91 #: cmdline/apt-cache.cc:1231
92 msgid "You must give exactly one pattern"
93 msgstr "אתה חייב לתת בדיוק תבנית אחת"
95 #: cmdline/apt-cache.cc:1385
96 msgid "No packages found"
97 msgstr "לא נמצאו חבילות"
99 #: cmdline/apt-cache.cc:1462
100 msgid "Package files:"
103 #: cmdline/apt-cache.cc:1469 cmdline/apt-cache.cc:1555
104 msgid "Cache is out of sync, can't x-ref a package file"
107 #: cmdline/apt-cache.cc:1470
112 #. Show any packages have explicit pins
113 #: cmdline/apt-cache.cc:1482
114 msgid "Pinned packages:"
115 msgstr "חבילות נעוצות:"
117 #: cmdline/apt-cache.cc:1494 cmdline/apt-cache.cc:1535
122 #: cmdline/apt-cache.cc:1515
126 #: cmdline/apt-cache.cc:1517 cmdline/apt-cache.cc:1525
131 #: cmdline/apt-cache.cc:1522
135 #: cmdline/apt-cache.cc:1532
136 msgid " Package pin: "
139 #. Show the priority tables
140 #: cmdline/apt-cache.cc:1541
141 msgid " Version table:"
144 #: cmdline/apt-cache.cc:1556
149 #: cmdline/apt-cache.cc:1651 cmdline/apt-cdrom.cc:138 cmdline/apt-config.cc:70
150 #: cmdline/apt-extracttemplates.cc:225 ftparchive/apt-ftparchive.cc:550
151 #: cmdline/apt-get.cc:2325 cmdline/apt-sortpkgs.cc:144
153 msgid "%s %s for %s %s compiled on %s %s\n"
154 msgstr "%s %s בשביל %s %s קומפל על %s %s\n"
156 #: cmdline/apt-cache.cc:1658
158 "Usage: apt-cache [options] command\n"
159 " apt-cache [options] add file1 [file2 ...]\n"
160 " apt-cache [options] showpkg pkg1 [pkg2 ...]\n"
161 " apt-cache [options] showsrc pkg1 [pkg2 ...]\n"
163 "apt-cache is a low-level tool used to manipulate APT's binary\n"
164 "cache files, and query information from them\n"
167 " add - Add a package file to the source cache\n"
168 " gencaches - Build both the package and source cache\n"
169 " showpkg - Show some general information for a single package\n"
170 " showsrc - Show source records\n"
171 " stats - Show some basic statistics\n"
172 " dump - Show the entire file in a terse form\n"
173 " dumpavail - Print an available file to stdout\n"
174 " unmet - Show unmet dependencies\n"
175 " search - Search the package list for a regex pattern\n"
176 " show - Show a readable record for the package\n"
177 " depends - Show raw dependency information for a package\n"
178 " rdepends - Show reverse dependency information for a package\n"
179 " pkgnames - List the names of all packages\n"
180 " dotty - Generate package graphs for GraphVis\n"
181 " xvcg - Generate package graphs for xvcg\n"
182 " policy - Show policy settings\n"
185 " -h This help text.\n"
186 " -p=? The package cache.\n"
187 " -s=? The source cache.\n"
188 " -q Disable progress indicator.\n"
189 " -i Show only important deps for the unmet command.\n"
190 " -c=? Read this configuration file\n"
191 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
192 "See the apt-cache(8) and apt.conf(5) manual pages for more information.\n"
195 #: cmdline/apt-config.cc:41
196 msgid "Arguments not in pairs"
199 #: cmdline/apt-config.cc:76
201 "Usage: apt-config [options] command\n"
203 "apt-config is a simple tool to read the APT config file\n"
206 " shell - Shell mode\n"
207 " dump - Show the configuration\n"
210 " -h This help text.\n"
211 " -c=? Read this configuration file\n"
212 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
215 #: cmdline/apt-extracttemplates.cc:98
217 msgid "%s not a valid DEB package."
218 msgstr "%s הוא לא חבילת DEB תקינה."
220 #: cmdline/apt-extracttemplates.cc:232
222 "Usage: apt-extracttemplates file1 [file2 ...]\n"
224 "apt-extracttemplates is a tool to extract config and template info\n"
225 "from debian packages\n"
228 " -h This help text\n"
229 " -t Set the temp dir\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:267 apt-pkg/pkgcachegen.cc:710
236 msgid "Unable to write to %s"
237 msgstr "לא מצליח לכתוב ל-%s"
239 #: cmdline/apt-extracttemplates.cc:310
240 msgid "Cannot get debconf version. Is debconf installed?"
241 msgstr "לא מצליח לקבל את גרסת debconf. האם debconf מותקן?"
243 #: ftparchive/apt-ftparchive.cc:167 ftparchive/apt-ftparchive.cc:341
244 msgid "Package extension list is too long"
247 #: ftparchive/apt-ftparchive.cc:169 ftparchive/apt-ftparchive.cc:183
248 #: ftparchive/apt-ftparchive.cc:206 ftparchive/apt-ftparchive.cc:256
249 #: ftparchive/apt-ftparchive.cc:270 ftparchive/apt-ftparchive.cc:292
251 msgid "Error processing directory %s"
252 msgstr "שגיאה בעיבוד ספריה %s"
254 #: ftparchive/apt-ftparchive.cc:254
255 msgid "Source extension list is too long"
258 #: ftparchive/apt-ftparchive.cc:371
259 msgid "Error writing header to contents file"
262 #: ftparchive/apt-ftparchive.cc:401
264 msgid "Error processing contents %s"
267 #: ftparchive/apt-ftparchive.cc:556
269 "Usage: apt-ftparchive [options] command\n"
270 "Commands: packages binarypath [overridefile [pathprefix]]\n"
271 " sources srcpath [overridefile [pathprefix]]\n"
274 " generate config [groups]\n"
277 "apt-ftparchive generates index files for Debian archives. It supports\n"
278 "many styles of generation from fully automated to functional replacements\n"
279 "for dpkg-scanpackages and dpkg-scansources\n"
281 "apt-ftparchive generates Package files from a tree of .debs. The\n"
282 "Package file contains the contents of all the control fields from\n"
283 "each package as well as the MD5 hash and filesize. An override file\n"
284 "is supported to force the value of Priority and Section.\n"
286 "Similarly apt-ftparchive generates Sources files from a tree of .dscs.\n"
287 "The --source-override option can be used to specify a src override file\n"
289 "The 'packages' and 'sources' command should be run in the root of the\n"
290 "tree. BinaryPath should point to the base of the recursive search and \n"
291 "override file should contain the override flags. Pathprefix is\n"
292 "appended to the filename fields if present. Example usage from the \n"
294 " apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
295 " dists/potato/main/binary-i386/Packages\n"
298 " -h This help text\n"
299 " --md5 Control MD5 generation\n"
300 " -s=? Source override file\n"
302 " -d=? Select the optional caching database\n"
303 " --no-delink Enable delinking debug mode\n"
304 " --contents Control contents file generation\n"
305 " -c=? Read this configuration file\n"
306 " -o=? Set an arbitrary configuration option"
309 #: ftparchive/apt-ftparchive.cc:762
310 msgid "No selections matched"
313 #: ftparchive/apt-ftparchive.cc:835
315 msgid "Some files are missing in the package file group `%s'"
316 msgstr "חלק מהקבצים חסרים בקבוצת קבצי החבילה `%s'"
318 #: ftparchive/cachedb.cc:45
320 msgid "DB was corrupted, file renamed to %s.old"
321 msgstr "מסד הנתונים אינו תקין, הקובץ הועבר ל-%s.old"
323 #: ftparchive/cachedb.cc:63
325 msgid "DB is old, attempting to upgrade %s"
326 msgstr "מסד הנתונים ישן, מנסה לשדרג ל-%s"
328 #: ftparchive/cachedb.cc:73
330 msgid "Unable to open DB file %s: %s"
331 msgstr "לא מצליח לפתוח את קובץ מסד הנתונים %s: %s"
333 #: ftparchive/cachedb.cc:114
335 msgid "File date has changed %s"
336 msgstr "תאריך הקובץ השתנה %s"
338 #: ftparchive/cachedb.cc:155
339 msgid "Archive has no control record"
342 #: ftparchive/cachedb.cc:267
343 msgid "Unable to get a cursor"
346 #: ftparchive/writer.cc:78
348 msgid "W: Unable to read directory %s\n"
349 msgstr "W: לא מצליח לקרוא את הספריה %s\n"
351 #: ftparchive/writer.cc:83
353 msgid "W: Unable to stat %s\n"
356 #: ftparchive/writer.cc:125
360 #: ftparchive/writer.cc:127
364 #: ftparchive/writer.cc:134
365 msgid "E: Errors apply to file "
366 msgstr "E: שגיאות תקפות לקובץ"
368 #: ftparchive/writer.cc:151 ftparchive/writer.cc:181
370 msgid "Failed to resolve %s"
371 msgstr "כשלון בפענוח %s"
373 #: ftparchive/writer.cc:163
374 msgid "Tree walking failed"
377 #: ftparchive/writer.cc:188
379 msgid "Failed to open %s"
380 msgstr "כשלון בפתיחת %s"
382 #: ftparchive/writer.cc:245
384 msgid " DeLink %s [%s]\n"
387 #: ftparchive/writer.cc:253
389 msgid "Failed to readlink %s"
392 #: ftparchive/writer.cc:257
394 msgid "Failed to unlink %s"
397 #: ftparchive/writer.cc:264
399 msgid "*** Failed to link %s to %s"
400 msgstr "*** כשלון בקישור %s ל-%s"
402 #: ftparchive/writer.cc:274
404 msgid " DeLink limit of %sB hit.\n"
407 #: ftparchive/writer.cc:358 apt-inst/extract.cc:181 apt-inst/extract.cc:193
408 #: apt-inst/extract.cc:210 apt-inst/deb/dpkgdb.cc:121 methods/gpgv.cc:256
410 msgid "Failed to stat %s"
413 #: ftparchive/writer.cc:386
414 msgid "Archive had no package field"
417 #: ftparchive/writer.cc:394 ftparchive/writer.cc:602
419 msgid " %s has no override entry\n"
422 #: ftparchive/writer.cc:437 ftparchive/writer.cc:688
424 msgid " %s maintainer is %s not %s\n"
425 msgstr "המתחזק של %s הוא %s ולא %s\n"
427 #: ftparchive/contents.cc:317
429 msgid "Internal error, could not locate member %s"
432 #: ftparchive/contents.cc:353 ftparchive/contents.cc:384
433 msgid "realloc - Failed to allocate memory"
434 msgstr "realloc - כשלון בהקצאת זיכרון"
436 #: ftparchive/override.cc:38 ftparchive/override.cc:146
438 msgid "Unable to open %s"
439 msgstr "לא מצליח לפתוח את %s"
441 #: ftparchive/override.cc:64 ftparchive/override.cc:170
443 msgid "Malformed override %s line %lu #1"
446 #: ftparchive/override.cc:78 ftparchive/override.cc:182
448 msgid "Malformed override %s line %lu #2"
451 #: ftparchive/override.cc:92 ftparchive/override.cc:195
453 msgid "Malformed override %s line %lu #3"
456 #: ftparchive/override.cc:131 ftparchive/override.cc:205
458 msgid "Failed to read the override file %s"
461 #: ftparchive/multicompress.cc:75
463 msgid "Unknown compression algorithm '%s'"
464 msgstr "'%s' אלגוריתם דחיה לא ידוע"
466 #: ftparchive/multicompress.cc:105
468 msgid "Compressed output %s needs a compression set"
471 #: ftparchive/multicompress.cc:172 methods/rsh.cc:91
472 msgid "Failed to create IPC pipe to subprocess"
475 #: ftparchive/multicompress.cc:198
476 msgid "Failed to create FILE*"
479 #: ftparchive/multicompress.cc:201
480 msgid "Failed to fork"
481 msgstr "כשלון בביצוע fork"
483 #: ftparchive/multicompress.cc:215
484 msgid "Compress child"
487 #: ftparchive/multicompress.cc:238
489 msgid "Internal error, failed to create %s"
490 msgstr "שגיאה פנימית, כלשון ביצירת %s"
492 #: ftparchive/multicompress.cc:289
493 msgid "Failed to create subprocess IPC"
496 #: ftparchive/multicompress.cc:324
497 msgid "Failed to exec compressor "
500 #: ftparchive/multicompress.cc:363
504 #: ftparchive/multicompress.cc:406
505 msgid "IO to subprocess/file failed"
508 #: ftparchive/multicompress.cc:458
509 msgid "Failed to read while computing MD5"
512 #: ftparchive/multicompress.cc:475
514 msgid "Problem unlinking %s"
517 #: ftparchive/multicompress.cc:490 apt-inst/extract.cc:188
519 msgid "Failed to rename %s to %s"
520 msgstr "כשלון בשינוי השם %s ל-%s"
522 #: cmdline/apt-get.cc:118
526 #: cmdline/apt-get.cc:140 cmdline/apt-get.cc:1486
528 msgid "Regex compilation error - %s"
531 #: cmdline/apt-get.cc:235
532 msgid "The following packages have unmet dependencies:"
533 msgstr "לחבילות הבאות יש תלויות שלא נענו:"
535 #: cmdline/apt-get.cc:325
537 msgid "but %s is installed"
538 msgstr "אבל %s מותקנת"
540 #: cmdline/apt-get.cc:327
542 msgid "but %s is to be installed"
543 msgstr "אבל %s הולכת להיות מותקנת"
545 #: cmdline/apt-get.cc:334
546 msgid "but it is not installable"
547 msgstr "אבל היא אינה ניתנת להתקנה"
549 #: cmdline/apt-get.cc:336
550 msgid "but it is a virtual package"
551 msgstr "אבל היא חבילה וירטואלית"
553 #: cmdline/apt-get.cc:339
554 msgid "but it is not installed"
555 msgstr "אבל היא לא מותקנת"
557 #: cmdline/apt-get.cc:339
558 msgid "but it is not going to be installed"
559 msgstr "אבל היא אינה הולכת להיות מותקנת"
561 #: cmdline/apt-get.cc:344
565 #: cmdline/apt-get.cc:373
566 msgid "The following NEW packages will be installed:"
567 msgstr "החבילות החדשות הבאות הולכות להיות מותקנות:"
569 #: cmdline/apt-get.cc:399
570 msgid "The following packages will be REMOVED:"
571 msgstr "החבילות הבאות יוסרו:"
573 #: cmdline/apt-get.cc:421
574 msgid "The following packages have been kept back:"
575 msgstr "החבילות הבאות מעובות:"
577 #: cmdline/apt-get.cc:442
578 msgid "The following packages will be upgraded:"
579 msgstr "החבילות הבאות ישודרגו:"
581 #: cmdline/apt-get.cc:463
582 msgid "The following packages will be DOWNGRADED:"
583 msgstr "החבילות הבאות ישודרגו מטה:"
585 #: cmdline/apt-get.cc:483
586 msgid "The following held packages will be changed:"
587 msgstr "החבילות המחוזקות הבאות ישונו:"
589 #: cmdline/apt-get.cc:536
591 msgid "%s (due to %s) "
592 msgstr "%s (בגלל %s) "
594 #: cmdline/apt-get.cc:544
597 "WARNING: The following essential packages will be removed.\n"
598 "This should NOT be done unless you know exactly what you are doing!"
600 "א ז ה ר ה: החבילות החיוניות הבאות יוסרו\n"
601 "על הפעולה להעשות *רק* אם אתה יודע מה אתה עושה!"
603 #: cmdline/apt-get.cc:575
605 msgid "%lu upgraded, %lu newly installed, "
606 msgstr "%lu משודרגים, %lu מותקנים חדשים, "
608 #: cmdline/apt-get.cc:579
610 msgid "%lu reinstalled, "
611 msgstr "%lu מותקנות מחדש, "
613 #: cmdline/apt-get.cc:581
615 msgid "%lu downgraded, "
616 msgstr "%lu משודרגות מטה, "
618 #: cmdline/apt-get.cc:583
620 msgid "%lu to remove and %lu not upgraded.\n"
621 msgstr "%lu יוסרו ו-%lu לא ישודרגו.\n"
623 #: cmdline/apt-get.cc:587
625 msgid "%lu not fully installed or removed.\n"
626 msgstr "%lu לא מותקנות לחלוטין או הוסרו.\n"
628 #: cmdline/apt-get.cc:647
629 msgid "Correcting dependencies..."
630 msgstr "מתקן תלויות..."
632 #: cmdline/apt-get.cc:650
636 #: cmdline/apt-get.cc:653
637 msgid "Unable to correct dependencies"
638 msgstr "לא מצליח לתקן תלויות"
640 #: cmdline/apt-get.cc:656
641 msgid "Unable to minimize the upgrade set"
642 msgstr "א ז ה ר ה: החבילות החיוניות הבאות יוסרו"
644 #: cmdline/apt-get.cc:658
648 #: cmdline/apt-get.cc:662
649 msgid "You might want to run `apt-get -f install' to correct these."
650 msgstr "אולי תרצה להריץ 'apt-get -f install' כדי לתקן את אלו."
652 #: cmdline/apt-get.cc:665
653 msgid "Unmet dependencies. Try using -f."
654 msgstr "תלויות שלא נענו. נסה להשתמש באפשרות -f."
656 #: cmdline/apt-get.cc:687
658 msgid "WARNING: The following packages cannot be authenticated!"
659 msgstr "החבילות הבאות ישודרגו:"
661 #: cmdline/apt-get.cc:691
662 msgid "Authentication warning overridden.\n"
665 #: cmdline/apt-get.cc:698
666 msgid "Install these packages without verification [y/N]? "
669 #: cmdline/apt-get.cc:700
670 msgid "Some packages could not be authenticated"
673 #: cmdline/apt-get.cc:709 cmdline/apt-get.cc:856
674 msgid "There are problems and -y was used without --force-yes"
675 msgstr "היו בעיות והאפשרות -y היתה בשימוש ללא האפשרות --force-yes"
677 #: cmdline/apt-get.cc:753
678 msgid "Internal error, InstallPackages was called with broken packages!"
681 #: cmdline/apt-get.cc:762
682 msgid "Packages need to be removed but remove is disabled."
685 #: cmdline/apt-get.cc:773
686 msgid "Internal error, Ordering didn't finish"
689 #: cmdline/apt-get.cc:789 cmdline/apt-get.cc:1780 cmdline/apt-get.cc:1813
690 msgid "Unable to lock the download directory"
691 msgstr "לא מצליח לנעול את ספרית ההורדה."
693 #: cmdline/apt-get.cc:799 cmdline/apt-get.cc:1861 cmdline/apt-get.cc:2073
694 #: apt-pkg/cachefile.cc:67
695 msgid "The list of sources could not be read."
696 msgstr "רשימת המקורות לא ניתנת לקריאה."
698 #: cmdline/apt-get.cc:814
699 msgid "How odd.. The sizes didn't match, email apt@packages.debian.org"
702 #: cmdline/apt-get.cc:819
704 msgid "Need to get %sB/%sB of archives.\n"
705 msgstr "צריך לקבל %sB/%sB מתוך הארכיונים.\n"
707 #: cmdline/apt-get.cc:822
709 msgid "Need to get %sB of archives.\n"
710 msgstr "צריך לקבל %sB מתוך הארכיונים.\n"
712 #: cmdline/apt-get.cc:827
714 msgid "After unpacking %sB of additional disk space will be used.\n"
715 msgstr "אחרי פריסה %sB נוספים יהיו בשימוש.\n"
717 #: cmdline/apt-get.cc:830
719 msgid "After unpacking %sB disk space will be freed.\n"
720 msgstr "אחרי פריסה %sB נוספים ישוחררו.\n"
722 #: cmdline/apt-get.cc:844 cmdline/apt-get.cc:1927
724 msgid "Couldn't determine free space in %s"
725 msgstr "אין לך מספיק מקום פנוי ב-%s."
727 #: cmdline/apt-get.cc:847
729 msgid "You don't have enough free space in %s."
730 msgstr "אין לך מספיק מקום פנוי ב-%s."
732 #: cmdline/apt-get.cc:862 cmdline/apt-get.cc:882
733 msgid "Trivial Only specified but this is not a trivial operation."
736 #: cmdline/apt-get.cc:864
737 msgid "Yes, do as I say!"
738 msgstr "כן, עשה כפי שאני אומר!"
740 #: cmdline/apt-get.cc:866
743 "You are about to do something potentially harmful.\n"
744 "To continue type in the phrase '%s'\n"
748 #: cmdline/apt-get.cc:872 cmdline/apt-get.cc:891
752 #: cmdline/apt-get.cc:887
754 msgid "Do you want to continue [Y/n]? "
755 msgstr "האם אתה רוצה להמשיך? [Y/n]"
757 #: cmdline/apt-get.cc:959 cmdline/apt-get.cc:1336 cmdline/apt-get.cc:1970
759 msgid "Failed to fetch %s %s\n"
760 msgstr "כשלון בהבאת %s %s\n"
762 #: cmdline/apt-get.cc:977
763 msgid "Some files failed to download"
764 msgstr "כשלון בהורדת חלק מהקבצים"
766 #: cmdline/apt-get.cc:978 cmdline/apt-get.cc:1979
767 msgid "Download complete and in download only mode"
768 msgstr "ההורדה הסתיימה במסגרת מצב הורדה בלבד."
770 #: cmdline/apt-get.cc:984
772 "Unable to fetch some archives, maybe run apt-get update or try with --fix-"
776 #: cmdline/apt-get.cc:988
777 msgid "--fix-missing and media swapping is not currently supported"
780 #: cmdline/apt-get.cc:993
781 msgid "Unable to correct missing packages."
784 #: cmdline/apt-get.cc:994
785 msgid "Aborting install."
788 #: cmdline/apt-get.cc:1028
790 msgid "Note, selecting %s instead of %s\n"
793 #: cmdline/apt-get.cc:1038
795 msgid "Skipping %s, it is already installed and upgrade is not set.\n"
798 #: cmdline/apt-get.cc:1056
800 msgid "Package %s is not installed, so not removed\n"
803 #: cmdline/apt-get.cc:1067
805 msgid "Package %s is a virtual package provided by:\n"
808 #: cmdline/apt-get.cc:1079
812 #: cmdline/apt-get.cc:1084
813 msgid "You should explicitly select one to install."
816 #: cmdline/apt-get.cc:1089
819 "Package %s is not available, but is referred to by another package.\n"
820 "This may mean that the package is missing, has been obsoleted, or\n"
821 "is only available from another source\n"
824 #: cmdline/apt-get.cc:1108
825 msgid "However the following packages replace it:"
828 #: cmdline/apt-get.cc:1111
830 msgid "Package %s has no installation candidate"
833 #: cmdline/apt-get.cc:1131
835 msgid "Reinstallation of %s is not possible, it cannot be downloaded.\n"
838 #: cmdline/apt-get.cc:1139
840 msgid "%s is already the newest version.\n"
843 #: cmdline/apt-get.cc:1166
845 msgid "Release '%s' for '%s' was not found"
848 #: cmdline/apt-get.cc:1168
850 msgid "Version '%s' for '%s' was not found"
853 #: cmdline/apt-get.cc:1174
855 msgid "Selected version %s (%s) for %s\n"
858 #: cmdline/apt-get.cc:1284
859 msgid "The update command takes no arguments"
862 #: cmdline/apt-get.cc:1297 cmdline/apt-get.cc:1391
863 msgid "Unable to lock the list directory"
866 #: cmdline/apt-get.cc:1355
868 "Some index files failed to download, they have been ignored, or old ones "
872 #: cmdline/apt-get.cc:1374
873 msgid "Internal error, AllUpgrade broke stuff"
876 #: cmdline/apt-get.cc:1473 cmdline/apt-get.cc:1509
878 msgid "Couldn't find package %s"
881 #: cmdline/apt-get.cc:1496
883 msgid "Note, selecting %s for regex '%s'\n"
886 #: cmdline/apt-get.cc:1526
887 msgid "You might want to run `apt-get -f install' to correct these:"
890 #: cmdline/apt-get.cc:1529
892 "Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a "
896 #: cmdline/apt-get.cc:1541
898 "Some packages could not be installed. This may mean that you have\n"
899 "requested an impossible situation or if you are using the unstable\n"
900 "distribution that some required packages have not yet been created\n"
901 "or been moved out of Incoming."
904 #: cmdline/apt-get.cc:1549
906 "Since you only requested a single operation it is extremely likely that\n"
907 "the package is simply not installable and a bug report against\n"
908 "that package should be filed."
911 #: cmdline/apt-get.cc:1554
912 msgid "The following information may help to resolve the situation:"
915 #: cmdline/apt-get.cc:1557
916 msgid "Broken packages"
919 #: cmdline/apt-get.cc:1583
920 msgid "The following extra packages will be installed:"
923 #: cmdline/apt-get.cc:1654
924 msgid "Suggested packages:"
927 #: cmdline/apt-get.cc:1655
928 msgid "Recommended packages:"
931 #: cmdline/apt-get.cc:1675
932 msgid "Calculating upgrade... "
935 #: cmdline/apt-get.cc:1678 methods/ftp.cc:702 methods/connect.cc:101
939 #: cmdline/apt-get.cc:1683
943 #: cmdline/apt-get.cc:1748 cmdline/apt-get.cc:1756
945 msgid "Internal error, problem resolver broke stuff"
946 msgstr "שגיאה פנימית, כלשון ביצירת %s"
948 #: cmdline/apt-get.cc:1856
949 msgid "Must specify at least one package to fetch source for"
952 #: cmdline/apt-get.cc:1883 cmdline/apt-get.cc:2091
954 msgid "Unable to find a source package for %s"
957 #: cmdline/apt-get.cc:1930
959 msgid "You don't have enough free space in %s"
962 #: cmdline/apt-get.cc:1935
964 msgid "Need to get %sB/%sB of source archives.\n"
967 #: cmdline/apt-get.cc:1938
969 msgid "Need to get %sB of source archives.\n"
972 #: cmdline/apt-get.cc:1944
974 msgid "Fetch source %s\n"
977 #: cmdline/apt-get.cc:1975
978 msgid "Failed to fetch some archives."
981 #: cmdline/apt-get.cc:2003
983 msgid "Skipping unpack of already unpacked source in %s\n"
986 #: cmdline/apt-get.cc:2015
988 msgid "Unpack command '%s' failed.\n"
991 #: cmdline/apt-get.cc:2016
993 msgid "Check if the 'dpkg-dev' package is installed.\n"
996 #: cmdline/apt-get.cc:2033
998 msgid "Build command '%s' failed.\n"
1001 #: cmdline/apt-get.cc:2052
1002 msgid "Child process failed"
1005 #: cmdline/apt-get.cc:2068
1006 msgid "Must specify at least one package to check builddeps for"
1009 #: cmdline/apt-get.cc:2096
1011 msgid "Unable to get build-dependency information for %s"
1014 #: cmdline/apt-get.cc:2116
1016 msgid "%s has no build depends.\n"
1019 #: cmdline/apt-get.cc:2168
1022 "%s dependency for %s cannot be satisfied because the package %s cannot be "
1026 #: cmdline/apt-get.cc:2220
1029 "%s dependency for %s cannot be satisfied because no available versions of "
1030 "package %s can satisfy version requirements"
1033 #: cmdline/apt-get.cc:2255
1035 msgid "Failed to satisfy %s dependency for %s: Installed package %s is too new"
1038 #: cmdline/apt-get.cc:2280
1040 msgid "Failed to satisfy %s dependency for %s: %s"
1043 #: cmdline/apt-get.cc:2294
1045 msgid "Build-dependencies for %s could not be satisfied."
1048 #: cmdline/apt-get.cc:2298
1049 msgid "Failed to process build dependencies"
1052 #: cmdline/apt-get.cc:2330
1053 msgid "Supported modules:"
1056 #: cmdline/apt-get.cc:2371
1058 "Usage: apt-get [options] command\n"
1059 " apt-get [options] install|remove pkg1 [pkg2 ...]\n"
1060 " apt-get [options] source pkg1 [pkg2 ...]\n"
1062 "apt-get is a simple command line interface for downloading and\n"
1063 "installing packages. The most frequently used commands are update\n"
1067 " update - Retrieve new lists of packages\n"
1068 " upgrade - Perform an upgrade\n"
1069 " install - Install new packages (pkg is libc6 not libc6.deb)\n"
1070 " remove - Remove packages\n"
1071 " source - Download source archives\n"
1072 " build-dep - Configure build-dependencies for source packages\n"
1073 " dist-upgrade - Distribution upgrade, see apt-get(8)\n"
1074 " dselect-upgrade - Follow dselect selections\n"
1075 " clean - Erase downloaded archive files\n"
1076 " autoclean - Erase old downloaded archive files\n"
1077 " check - Verify that there are no broken dependencies\n"
1080 " -h This help text.\n"
1081 " -q Loggable output - no progress indicator\n"
1082 " -qq No output except for errors\n"
1083 " -d Download only - do NOT install or unpack archives\n"
1084 " -s No-act. Perform ordering simulation\n"
1085 " -y Assume Yes to all queries and do not prompt\n"
1086 " -f Attempt to continue if the integrity check fails\n"
1087 " -m Attempt to continue if archives are unlocatable\n"
1088 " -u Show a list of upgraded packages as well\n"
1089 " -b Build the source package after fetching it\n"
1090 " -V Show verbose version numbers\n"
1091 " -c=? Read this configuration file\n"
1092 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
1093 "See the apt-get(8), sources.list(5) and apt.conf(5) manual\n"
1094 "pages for more information and options.\n"
1095 " This APT has Super Cow Powers.\n"
1098 #: cmdline/acqprogress.cc:55
1102 #: cmdline/acqprogress.cc:79
1106 #: cmdline/acqprogress.cc:110
1110 #: cmdline/acqprogress.cc:114
1114 #: cmdline/acqprogress.cc:135
1116 msgid "Fetched %sB in %s (%sB/s)\n"
1119 #: cmdline/acqprogress.cc:225
1124 #: cmdline/acqprogress.cc:271
1127 "Media change: please insert the disc labeled\n"
1129 "in the drive '%s' and press enter\n"
1132 #: cmdline/apt-sortpkgs.cc:86
1133 msgid "Unknown package record!"
1136 #: cmdline/apt-sortpkgs.cc:150
1138 "Usage: apt-sortpkgs [options] file1 [file2 ...]\n"
1140 "apt-sortpkgs is a simple tool to sort package files. The -s option is used\n"
1141 "to indicate what kind of file it is.\n"
1144 " -h This help text\n"
1145 " -s Use source file sorting\n"
1146 " -c=? Read this configuration file\n"
1147 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
1150 #: dselect/install:32
1151 msgid "Bad default setting!"
1154 #: dselect/install:51 dselect/install:83 dselect/install:87 dselect/install:93
1155 #: dselect/install:104 dselect/update:45
1156 msgid "Press enter to continue."
1159 #: dselect/install:100
1160 msgid "Some errors occurred while unpacking. I'm going to configure the"
1163 #: dselect/install:101
1164 msgid "packages that were installed. This may result in duplicate errors"
1167 #: dselect/install:102
1168 msgid "or errors caused by missing dependencies. This is OK, only the errors"
1171 #: dselect/install:103
1173 "above this message are important. Please fix them and run [I]nstall again"
1176 #: dselect/update:30
1177 msgid "Merging available information"
1180 #: apt-inst/contrib/extracttar.cc:117
1181 msgid "Failed to create pipes"
1184 #: apt-inst/contrib/extracttar.cc:143
1185 msgid "Failed to exec gzip "
1188 #: apt-inst/contrib/extracttar.cc:180 apt-inst/contrib/extracttar.cc:206
1189 msgid "Corrupted archive"
1192 #: apt-inst/contrib/extracttar.cc:195
1193 msgid "Tar checksum failed, archive corrupted"
1196 #: apt-inst/contrib/extracttar.cc:298
1198 msgid "Unknown TAR header type %u, member %s"
1201 #: apt-inst/contrib/arfile.cc:73
1202 msgid "Invalid archive signature"
1205 #: apt-inst/contrib/arfile.cc:81
1206 msgid "Error reading archive member header"
1209 #: apt-inst/contrib/arfile.cc:93 apt-inst/contrib/arfile.cc:105
1210 msgid "Invalid archive member header"
1213 #: apt-inst/contrib/arfile.cc:131
1214 msgid "Archive is too short"
1217 #: apt-inst/contrib/arfile.cc:135
1218 msgid "Failed to read the archive headers"
1221 #: apt-inst/filelist.cc:384
1222 msgid "DropNode called on still linked node"
1225 #: apt-inst/filelist.cc:416
1226 msgid "Failed to locate the hash element!"
1229 #: apt-inst/filelist.cc:463
1230 msgid "Failed to allocate diversion"
1233 #: apt-inst/filelist.cc:468
1234 msgid "Internal error in AddDiversion"
1237 #: apt-inst/filelist.cc:481
1239 msgid "Trying to overwrite a diversion, %s -> %s and %s/%s"
1242 #: apt-inst/filelist.cc:510
1244 msgid "Double add of diversion %s -> %s"
1247 #: apt-inst/filelist.cc:553
1249 msgid "Duplicate conf file %s/%s"
1252 #: apt-inst/dirstream.cc:45 apt-inst/dirstream.cc:50 apt-inst/dirstream.cc:53
1254 msgid "Failed to write file %s"
1255 msgstr "כשלון בפענוח %s"
1257 #: apt-inst/dirstream.cc:80 apt-inst/dirstream.cc:88
1259 msgid "Failed to close file %s"
1262 #: apt-inst/extract.cc:96 apt-inst/extract.cc:167
1264 msgid "The path %s is too long"
1267 #: apt-inst/extract.cc:127
1269 msgid "Unpacking %s more than once"
1272 #: apt-inst/extract.cc:137
1274 msgid "The directory %s is diverted"
1277 #: apt-inst/extract.cc:147
1279 msgid "The package is trying to write to the diversion target %s/%s"
1282 #: apt-inst/extract.cc:157 apt-inst/extract.cc:300
1283 msgid "The diversion path is too long"
1286 #: apt-inst/extract.cc:243
1288 msgid "The directory %s is being replaced by a non-directory"
1291 #: apt-inst/extract.cc:283
1292 msgid "Failed to locate node in its hash bucket"
1295 #: apt-inst/extract.cc:287
1296 msgid "The path is too long"
1299 #: apt-inst/extract.cc:417
1301 msgid "Overwrite package match with no version for %s"
1304 #: apt-inst/extract.cc:434
1306 msgid "File %s/%s overwrites the one in the package %s"
1309 #: apt-inst/extract.cc:467 apt-pkg/contrib/configuration.cc:750
1310 #: apt-pkg/contrib/cdromutl.cc:153 apt-pkg/acquire.cc:417 apt-pkg/clean.cc:38
1312 msgid "Unable to read %s"
1315 #: apt-inst/extract.cc:494
1317 msgid "Unable to stat %s"
1320 #: apt-inst/deb/dpkgdb.cc:55 apt-inst/deb/dpkgdb.cc:61
1322 msgid "Failed to remove %s"
1325 #: apt-inst/deb/dpkgdb.cc:110 apt-inst/deb/dpkgdb.cc:112
1327 msgid "Unable to create %s"
1330 #: apt-inst/deb/dpkgdb.cc:118
1332 msgid "Failed to stat %sinfo"
1335 #: apt-inst/deb/dpkgdb.cc:123
1336 msgid "The info and temp directories need to be on the same filesystem"
1339 #. Build the status cache
1340 #: apt-inst/deb/dpkgdb.cc:139 apt-pkg/pkgcachegen.cc:643
1341 #: apt-pkg/pkgcachegen.cc:712 apt-pkg/pkgcachegen.cc:717
1342 #: apt-pkg/pkgcachegen.cc:840
1343 msgid "Reading package lists"
1346 #: apt-inst/deb/dpkgdb.cc:180
1348 msgid "Failed to change to the admin dir %sinfo"
1351 #: apt-inst/deb/dpkgdb.cc:201 apt-inst/deb/dpkgdb.cc:355
1352 #: apt-inst/deb/dpkgdb.cc:448
1353 msgid "Internal error getting a package name"
1356 #: apt-inst/deb/dpkgdb.cc:205
1357 msgid "Reading file listing"
1360 #: apt-inst/deb/dpkgdb.cc:216
1363 "Failed to open the list file '%sinfo/%s'. If you cannot restore this file "
1364 "then make it empty and immediately re-install the same version of the "
1368 #: apt-inst/deb/dpkgdb.cc:229 apt-inst/deb/dpkgdb.cc:242
1370 msgid "Failed reading the list file %sinfo/%s"
1373 #: apt-inst/deb/dpkgdb.cc:266
1374 msgid "Internal error getting a node"
1377 #: apt-inst/deb/dpkgdb.cc:309
1379 msgid "Failed to open the diversions file %sdiversions"
1382 #: apt-inst/deb/dpkgdb.cc:324
1383 msgid "The diversion file is corrupted"
1386 #: apt-inst/deb/dpkgdb.cc:331 apt-inst/deb/dpkgdb.cc:336
1387 #: apt-inst/deb/dpkgdb.cc:341
1389 msgid "Invalid line in the diversion file: %s"
1392 #: apt-inst/deb/dpkgdb.cc:362
1393 msgid "Internal error adding a diversion"
1396 #: apt-inst/deb/dpkgdb.cc:383
1397 msgid "The pkg cache must be initialized first"
1400 #: apt-inst/deb/dpkgdb.cc:386
1401 msgid "Reading file list"
1404 #: apt-inst/deb/dpkgdb.cc:443
1406 msgid "Failed to find a Package: header, offset %lu"
1409 #: apt-inst/deb/dpkgdb.cc:465
1411 msgid "Bad ConfFile section in the status file. Offset %lu"
1414 #: apt-inst/deb/dpkgdb.cc:470
1416 msgid "Error parsing MD5. Offset %lu"
1419 #: apt-inst/deb/debfile.cc:42 apt-inst/deb/debfile.cc:47
1421 msgid "This is not a valid DEB archive, missing '%s' member"
1424 #: apt-inst/deb/debfile.cc:52
1426 msgid "This is not a valid DEB archive, it has no '%s' or '%s' member"
1429 #: apt-inst/deb/debfile.cc:112
1431 msgid "Couldn't change to %s"
1434 #: apt-inst/deb/debfile.cc:138
1435 msgid "Internal error, could not locate member"
1438 #: apt-inst/deb/debfile.cc:171
1439 msgid "Failed to locate a valid control file"
1442 #: apt-inst/deb/debfile.cc:256
1443 msgid "Unparsable control file"
1446 #: methods/cdrom.cc:114
1448 msgid "Unable to read the cdrom database %s"
1451 #: methods/cdrom.cc:123
1453 "Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update "
1454 "cannot be used to add new CD-ROMs"
1457 #: methods/cdrom.cc:131
1458 msgid "Wrong CD-ROM"
1461 #: methods/cdrom.cc:164
1463 msgid "Unable to unmount the CD-ROM in %s, it may still be in use."
1466 #: methods/cdrom.cc:169
1468 msgid "Disk not found."
1471 #: methods/cdrom.cc:177 methods/file.cc:79 methods/rsh.cc:264
1472 msgid "File not found"
1475 #: methods/copy.cc:42 methods/gpgv.cc:265 methods/gzip.cc:133
1476 #: methods/gzip.cc:142
1477 msgid "Failed to stat"
1480 #: methods/copy.cc:79 methods/gpgv.cc:262 methods/gzip.cc:139
1481 msgid "Failed to set modification time"
1484 #: methods/file.cc:44
1485 msgid "Invalid URI, local URIS must not start with //"
1488 #. Login must be before getpeername otherwise dante won't work.
1489 #: methods/ftp.cc:162
1493 #: methods/ftp.cc:168
1494 msgid "Unable to determine the peer name"
1497 #: methods/ftp.cc:173
1498 msgid "Unable to determine the local name"
1501 #: methods/ftp.cc:204 methods/ftp.cc:232
1503 msgid "The server refused the connection and said: %s"
1506 #: methods/ftp.cc:210
1508 msgid "USER failed, server said: %s"
1511 #: methods/ftp.cc:217
1513 msgid "PASS failed, server said: %s"
1516 #: methods/ftp.cc:237
1518 "A proxy server was specified but no login script, Acquire::ftp::ProxyLogin "
1522 #: methods/ftp.cc:265
1524 msgid "Login script command '%s' failed, server said: %s"
1527 #: methods/ftp.cc:291
1529 msgid "TYPE failed, server said: %s"
1532 #: methods/ftp.cc:329 methods/ftp.cc:440 methods/rsh.cc:183 methods/rsh.cc:226
1533 msgid "Connection timeout"
1536 #: methods/ftp.cc:335
1537 msgid "Server closed the connection"
1540 #: methods/ftp.cc:338 apt-pkg/contrib/fileutl.cc:471 methods/rsh.cc:190
1544 #: methods/ftp.cc:345 methods/rsh.cc:197
1545 msgid "A response overflowed the buffer."
1548 #: methods/ftp.cc:362 methods/ftp.cc:374
1549 msgid "Protocol corruption"
1552 #: methods/ftp.cc:446 apt-pkg/contrib/fileutl.cc:510 methods/rsh.cc:232
1556 #: methods/ftp.cc:687 methods/ftp.cc:693 methods/ftp.cc:729
1557 msgid "Could not create a socket"
1560 #: methods/ftp.cc:698
1561 msgid "Could not connect data socket, connection timed out"
1564 #: methods/ftp.cc:704
1565 msgid "Could not connect passive socket."
1568 #: methods/ftp.cc:722
1569 msgid "getaddrinfo was unable to get a listening socket"
1572 #: methods/ftp.cc:736
1573 msgid "Could not bind a socket"
1576 #: methods/ftp.cc:740
1577 msgid "Could not listen on the socket"
1580 #: methods/ftp.cc:747
1581 msgid "Could not determine the socket's name"
1584 #: methods/ftp.cc:779
1585 msgid "Unable to send PORT command"
1588 #: methods/ftp.cc:789
1590 msgid "Unknown address family %u (AF_*)"
1593 #: methods/ftp.cc:798
1595 msgid "EPRT failed, server said: %s"
1598 #: methods/ftp.cc:818
1599 msgid "Data socket connect timed out"
1602 #: methods/ftp.cc:825
1603 msgid "Unable to accept connection"
1606 #: methods/ftp.cc:864 methods/http.cc:920 methods/rsh.cc:303
1607 msgid "Problem hashing file"
1610 #: methods/ftp.cc:877
1612 msgid "Unable to fetch file, server said '%s'"
1615 #: methods/ftp.cc:892 methods/rsh.cc:322
1616 msgid "Data socket timed out"
1619 #: methods/ftp.cc:922
1621 msgid "Data transfer failed, server said '%s'"
1624 #. Get the files information
1625 #: methods/ftp.cc:997
1629 #: methods/ftp.cc:1106
1630 msgid "Unable to invoke "
1633 #: methods/connect.cc:64
1635 msgid "Connecting to %s (%s)"
1638 #: methods/connect.cc:71
1643 #: methods/connect.cc:80
1645 msgid "Could not create a socket for %s (f=%u t=%u p=%u)"
1648 #: methods/connect.cc:86
1650 msgid "Cannot initiate the connection to %s:%s (%s)."
1653 #: methods/connect.cc:93
1655 msgid "Could not connect to %s:%s (%s), connection timed out"
1658 #: methods/connect.cc:106
1660 msgid "Could not connect to %s:%s (%s)."
1663 #. We say this mainly because the pause here is for the
1664 #. ssh connection that is still going
1665 #: methods/connect.cc:134 methods/rsh.cc:425
1667 msgid "Connecting to %s"
1670 #: methods/connect.cc:165
1672 msgid "Could not resolve '%s'"
1675 #: methods/connect.cc:171
1677 msgid "Temporary failure resolving '%s'"
1680 #: methods/connect.cc:174
1682 msgid "Something wicked happened resolving '%s:%s' (%i)"
1685 #: methods/connect.cc:221
1687 msgid "Unable to connect to %s %s:"
1690 #: methods/gpgv.cc:92
1691 msgid "E: Argument list from Acquire::gpgv::Options too long. Exiting."
1694 #: methods/gpgv.cc:191
1696 "Internal error: Good signature, but could not determine key fingerprint?!"
1699 #: methods/gpgv.cc:196
1700 msgid "At least one invalid signature was encountered."
1703 #. FIXME String concatenation considered harmful.
1704 #: methods/gpgv.cc:201
1705 msgid "Could not execute "
1708 #: methods/gpgv.cc:202
1709 msgid " to verify signature (is gnupg installed?)"
1712 #: methods/gpgv.cc:206
1713 msgid "Unknown error executing gpgv"
1716 #: methods/gpgv.cc:237
1718 msgid "The following signatures were invalid:\n"
1719 msgstr "החבילות החדשות הבאות הולכות להיות מותקנות:"
1721 #: methods/gpgv.cc:244
1723 "The following signatures couldn't be verified because the public key is not "
1727 #: methods/gzip.cc:57
1729 msgid "Couldn't open pipe for %s"
1732 #: methods/gzip.cc:102
1734 msgid "Read error from %s process"
1737 #: methods/http.cc:344
1738 msgid "Waiting for headers"
1741 #: methods/http.cc:490
1743 msgid "Got a single header line over %u chars"
1746 #: methods/http.cc:498
1747 msgid "Bad header line"
1750 #: methods/http.cc:517 methods/http.cc:524
1751 msgid "The HTTP server sent an invalid reply header"
1754 #: methods/http.cc:553
1755 msgid "The HTTP server sent an invalid Content-Length header"
1758 #: methods/http.cc:568
1759 msgid "The HTTP server sent an invalid Content-Range header"
1762 #: methods/http.cc:570
1763 msgid "This HTTP server has broken range support"
1766 #: methods/http.cc:594
1767 msgid "Unknown date format"
1770 #: methods/http.cc:741
1771 msgid "Select failed"
1774 #: methods/http.cc:746
1775 msgid "Connection timed out"
1778 #: methods/http.cc:769
1779 msgid "Error writing to output file"
1782 #: methods/http.cc:797
1783 msgid "Error writing to file"
1786 #: methods/http.cc:822
1787 msgid "Error writing to the file"
1790 #: methods/http.cc:836
1791 msgid "Error reading from server. Remote end closed connection"
1794 #: methods/http.cc:838
1795 msgid "Error reading from server"
1798 #: methods/http.cc:1069
1799 msgid "Bad header data"
1802 #: methods/http.cc:1086
1803 msgid "Connection failed"
1806 #: methods/http.cc:1177
1807 msgid "Internal error"
1810 #: apt-pkg/contrib/mmap.cc:82
1811 msgid "Can't mmap an empty file"
1814 #: apt-pkg/contrib/mmap.cc:87
1816 msgid "Couldn't make mmap of %lu bytes"
1819 #: apt-pkg/contrib/strutl.cc:941
1821 msgid "Selection %s not found"
1824 #: apt-pkg/contrib/configuration.cc:436
1826 msgid "Unrecognized type abbreviation: '%c'"
1829 #: apt-pkg/contrib/configuration.cc:494
1831 msgid "Opening configuration file %s"
1834 #: apt-pkg/contrib/configuration.cc:512
1836 msgid "Line %d too long (max %d)"
1839 #: apt-pkg/contrib/configuration.cc:608
1841 msgid "Syntax error %s:%u: Block starts with no name."
1844 #: apt-pkg/contrib/configuration.cc:627
1846 msgid "Syntax error %s:%u: Malformed tag"
1849 #: apt-pkg/contrib/configuration.cc:644
1851 msgid "Syntax error %s:%u: Extra junk after value"
1854 #: apt-pkg/contrib/configuration.cc:684
1856 msgid "Syntax error %s:%u: Directives can only be done at the top level"
1859 #: apt-pkg/contrib/configuration.cc:691
1861 msgid "Syntax error %s:%u: Too many nested includes"
1864 #: apt-pkg/contrib/configuration.cc:695 apt-pkg/contrib/configuration.cc:700
1866 msgid "Syntax error %s:%u: Included from here"
1869 #: apt-pkg/contrib/configuration.cc:704
1871 msgid "Syntax error %s:%u: Unsupported directive '%s'"
1874 #: apt-pkg/contrib/configuration.cc:738
1876 msgid "Syntax error %s:%u: Extra junk at end of file"
1879 #: apt-pkg/contrib/progress.cc:154
1881 msgid "%c%s... Error!"
1884 #: apt-pkg/contrib/progress.cc:156
1886 msgid "%c%s... Done"
1889 #: apt-pkg/contrib/cmndline.cc:80
1891 msgid "Command line option '%c' [from %s] is not known."
1894 #: apt-pkg/contrib/cmndline.cc:106 apt-pkg/contrib/cmndline.cc:114
1895 #: apt-pkg/contrib/cmndline.cc:122
1897 msgid "Command line option %s is not understood"
1900 #: apt-pkg/contrib/cmndline.cc:127
1902 msgid "Command line option %s is not boolean"
1905 #: apt-pkg/contrib/cmndline.cc:166 apt-pkg/contrib/cmndline.cc:187
1907 msgid "Option %s requires an argument."
1910 #: apt-pkg/contrib/cmndline.cc:201 apt-pkg/contrib/cmndline.cc:207
1912 msgid "Option %s: Configuration item specification must have an =<val>."
1915 #: apt-pkg/contrib/cmndline.cc:237
1917 msgid "Option %s requires an integer argument, not '%s'"
1920 #: apt-pkg/contrib/cmndline.cc:268
1922 msgid "Option '%s' is too long"
1925 #: apt-pkg/contrib/cmndline.cc:301
1927 msgid "Sense %s is not understood, try true or false."
1930 #: apt-pkg/contrib/cmndline.cc:351
1932 msgid "Invalid operation %s"
1935 #: apt-pkg/contrib/cdromutl.cc:55
1937 msgid "Unable to stat the mount point %s"
1940 #: apt-pkg/contrib/cdromutl.cc:149 apt-pkg/acquire.cc:423 apt-pkg/clean.cc:44
1942 msgid "Unable to change to %s"
1945 #: apt-pkg/contrib/cdromutl.cc:190
1946 msgid "Failed to stat the cdrom"
1949 #: apt-pkg/contrib/fileutl.cc:82
1951 msgid "Not using locking for read only lock file %s"
1954 #: apt-pkg/contrib/fileutl.cc:87
1956 msgid "Could not open lock file %s"
1959 #: apt-pkg/contrib/fileutl.cc:105
1961 msgid "Not using locking for nfs mounted lock file %s"
1964 #: apt-pkg/contrib/fileutl.cc:109
1966 msgid "Could not get lock %s"
1969 #: apt-pkg/contrib/fileutl.cc:377
1971 msgid "Waited for %s but it wasn't there"
1974 #: apt-pkg/contrib/fileutl.cc:387
1976 msgid "Sub-process %s received a segmentation fault."
1979 #: apt-pkg/contrib/fileutl.cc:390
1981 msgid "Sub-process %s returned an error code (%u)"
1984 #: apt-pkg/contrib/fileutl.cc:392
1986 msgid "Sub-process %s exited unexpectedly"
1989 #: apt-pkg/contrib/fileutl.cc:436
1991 msgid "Could not open file %s"
1994 #: apt-pkg/contrib/fileutl.cc:492
1996 msgid "read, still have %lu to read but none left"
1999 #: apt-pkg/contrib/fileutl.cc:522
2001 msgid "write, still have %lu to write but couldn't"
2004 #: apt-pkg/contrib/fileutl.cc:597
2005 msgid "Problem closing the file"
2008 #: apt-pkg/contrib/fileutl.cc:603
2009 msgid "Problem unlinking the file"
2012 #: apt-pkg/contrib/fileutl.cc:614
2013 msgid "Problem syncing the file"
2016 #: apt-pkg/pkgcache.cc:126
2017 msgid "Empty package cache"
2020 #: apt-pkg/pkgcache.cc:132
2021 msgid "The package cache file is corrupted"
2024 #: apt-pkg/pkgcache.cc:137
2025 msgid "The package cache file is an incompatible version"
2028 #: apt-pkg/pkgcache.cc:142
2030 msgid "This APT does not support the versioning system '%s'"
2033 #: apt-pkg/pkgcache.cc:147
2034 msgid "The package cache was built for a different architecture"
2037 #: apt-pkg/pkgcache.cc:218
2041 #: apt-pkg/pkgcache.cc:218
2045 #: apt-pkg/pkgcache.cc:218
2049 #: apt-pkg/pkgcache.cc:219
2053 #: apt-pkg/pkgcache.cc:219
2057 #: apt-pkg/pkgcache.cc:219
2061 #: apt-pkg/pkgcache.cc:220
2065 #: apt-pkg/pkgcache.cc:231
2069 #: apt-pkg/pkgcache.cc:231
2073 #: apt-pkg/pkgcache.cc:231
2077 #: apt-pkg/pkgcache.cc:232
2081 #: apt-pkg/pkgcache.cc:232
2085 #: apt-pkg/depcache.cc:60 apt-pkg/depcache.cc:89
2086 msgid "Building dependency tree"
2089 #: apt-pkg/depcache.cc:61
2090 msgid "Candidate versions"
2093 #: apt-pkg/depcache.cc:90
2094 msgid "Dependency generation"
2097 #: apt-pkg/tagfile.cc:73
2099 msgid "Unable to parse package file %s (1)"
2102 #: apt-pkg/tagfile.cc:160
2104 msgid "Unable to parse package file %s (2)"
2107 #: apt-pkg/sourcelist.cc:87
2109 msgid "Malformed line %lu in source list %s (URI)"
2112 #: apt-pkg/sourcelist.cc:89
2114 msgid "Malformed line %lu in source list %s (dist)"
2117 #: apt-pkg/sourcelist.cc:92
2119 msgid "Malformed line %lu in source list %s (URI parse)"
2122 #: apt-pkg/sourcelist.cc:98
2124 msgid "Malformed line %lu in source list %s (absolute dist)"
2127 #: apt-pkg/sourcelist.cc:105
2129 msgid "Malformed line %lu in source list %s (dist parse)"
2132 #: apt-pkg/sourcelist.cc:156
2137 #: apt-pkg/sourcelist.cc:170 apt-pkg/cdrom.cc:426
2139 msgid "Line %u too long in source list %s."
2142 #: apt-pkg/sourcelist.cc:187
2144 msgid "Malformed line %u in source list %s (type)"
2147 #: apt-pkg/sourcelist.cc:191
2149 msgid "Type '%s' is not known on line %u in source list %s"
2152 #: apt-pkg/sourcelist.cc:199 apt-pkg/sourcelist.cc:202
2154 msgid "Malformed line %u in source list %s (vendor id)"
2157 #: apt-pkg/packagemanager.cc:402
2160 "This installation run will require temporarily removing the essential "
2161 "package %s due to a Conflicts/Pre-Depends loop. This is often bad, but if "
2162 "you really want to do it, activate the APT::Force-LoopBreak option."
2165 #: apt-pkg/pkgrecords.cc:37
2167 msgid "Index file type '%s' is not supported"
2170 #: apt-pkg/algorithms.cc:241
2173 "The package %s needs to be reinstalled, but I can't find an archive for it."
2176 #: apt-pkg/algorithms.cc:1059
2178 "Error, pkgProblemResolver::Resolve generated breaks, this may be caused by "
2182 #: apt-pkg/algorithms.cc:1061
2183 msgid "Unable to correct problems, you have held broken packages."
2186 #: apt-pkg/acquire.cc:62
2188 msgid "Lists directory %spartial is missing."
2191 #: apt-pkg/acquire.cc:66
2193 msgid "Archive directory %spartial is missing."
2196 #: apt-pkg/acquire.cc:817
2198 msgid "Downloading file %li of %li (%s remaining)"
2201 #: apt-pkg/acquire-worker.cc:113
2203 msgid "The method driver %s could not be found."
2206 #: apt-pkg/acquire-worker.cc:162
2208 msgid "Method %s did not start correctly"
2211 #: apt-pkg/acquire-worker.cc:377
2213 msgid "Please insert the disc labeled: '%s' in the drive '%s' and press enter."
2216 #: apt-pkg/init.cc:119
2218 msgid "Packaging system '%s' is not supported"
2221 #: apt-pkg/init.cc:135
2222 msgid "Unable to determine a suitable packaging system type"
2225 #: apt-pkg/clean.cc:61
2227 msgid "Unable to stat %s."
2230 #: apt-pkg/srcrecords.cc:48
2231 msgid "You must put some 'source' URIs in your sources.list"
2234 #: apt-pkg/cachefile.cc:73
2235 msgid "The package lists or status file could not be parsed or opened."
2238 #: apt-pkg/cachefile.cc:77
2239 msgid "You may want to run apt-get update to correct these problems"
2242 #: apt-pkg/policy.cc:269
2243 msgid "Invalid record in the preferences file, no Package header"
2246 #: apt-pkg/policy.cc:291
2248 msgid "Did not understand pin type %s"
2251 #: apt-pkg/policy.cc:299
2252 msgid "No priority (or zero) specified for pin"
2255 #: apt-pkg/pkgcachegen.cc:74
2256 msgid "Cache has an incompatible versioning system"
2259 #: apt-pkg/pkgcachegen.cc:117
2261 msgid "Error occurred while processing %s (NewPackage)"
2264 #: apt-pkg/pkgcachegen.cc:129
2266 msgid "Error occurred while processing %s (UsePackage1)"
2269 #: apt-pkg/pkgcachegen.cc:150
2271 msgid "Error occurred while processing %s (UsePackage2)"
2274 #: apt-pkg/pkgcachegen.cc:154
2276 msgid "Error occurred while processing %s (NewFileVer1)"
2279 #: apt-pkg/pkgcachegen.cc:184
2281 msgid "Error occurred while processing %s (NewVersion1)"
2284 #: apt-pkg/pkgcachegen.cc:188
2286 msgid "Error occurred while processing %s (UsePackage3)"
2289 #: apt-pkg/pkgcachegen.cc:192
2291 msgid "Error occurred while processing %s (NewVersion2)"
2294 #: apt-pkg/pkgcachegen.cc:207
2295 msgid "Wow, you exceeded the number of package names this APT is capable of."
2298 #: apt-pkg/pkgcachegen.cc:210
2299 msgid "Wow, you exceeded the number of versions this APT is capable of."
2302 #: apt-pkg/pkgcachegen.cc:213
2303 msgid "Wow, you exceeded the number of dependencies this APT is capable of."
2306 #: apt-pkg/pkgcachegen.cc:241
2308 msgid "Error occurred while processing %s (FindPkg)"
2311 #: apt-pkg/pkgcachegen.cc:254
2313 msgid "Error occurred while processing %s (CollectFileProvides)"
2316 #: apt-pkg/pkgcachegen.cc:260
2318 msgid "Package %s %s was not found while processing file dependencies"
2321 #: apt-pkg/pkgcachegen.cc:574
2323 msgid "Couldn't stat source package list %s"
2326 #: apt-pkg/pkgcachegen.cc:658
2327 msgid "Collecting File Provides"
2330 #: apt-pkg/pkgcachegen.cc:785 apt-pkg/pkgcachegen.cc:792
2331 msgid "IO Error saving source cache"
2334 #: apt-pkg/acquire-item.cc:126
2336 msgid "rename failed, %s (%s -> %s)."
2339 #: apt-pkg/acquire-item.cc:236 apt-pkg/acquire-item.cc:908
2340 msgid "MD5Sum mismatch"
2343 #: apt-pkg/acquire-item.cc:722
2346 "I wasn't able to locate a file for the %s package. This might mean you need "
2347 "to manually fix this package. (due to missing arch)"
2350 #: apt-pkg/acquire-item.cc:775
2353 "I wasn't able to locate file for the %s package. This might mean you need to "
2354 "manually fix this package."
2357 #: apt-pkg/acquire-item.cc:811
2360 "The package index files are corrupted. No Filename: field for package %s."
2363 #: apt-pkg/acquire-item.cc:898
2364 msgid "Size mismatch"
2367 #: apt-pkg/vendorlist.cc:66
2369 msgid "Vendor block %s contains no fingerprint"
2372 #: apt-pkg/cdrom.cc:507
2375 "Using CD-ROM mount point %s\n"
2379 #: apt-pkg/cdrom.cc:516 apt-pkg/cdrom.cc:598
2380 msgid "Identifying.. "
2383 #: apt-pkg/cdrom.cc:541
2385 msgid "Stored label: %s \n"
2388 #: apt-pkg/cdrom.cc:561
2390 msgid "Using CD-ROM mount point %s\n"
2393 #: apt-pkg/cdrom.cc:579
2394 msgid "Unmounting CD-ROM\n"
2397 #: apt-pkg/cdrom.cc:583
2398 msgid "Waiting for disc...\n"
2401 #. Mount the new CDROM
2402 #: apt-pkg/cdrom.cc:591
2403 msgid "Mounting CD-ROM...\n"
2406 #: apt-pkg/cdrom.cc:609
2407 msgid "Scanning disc for index files..\n"
2410 #: apt-pkg/cdrom.cc:647
2412 msgid "Found %i package indexes, %i source indexes and %i signatures\n"
2415 #: apt-pkg/cdrom.cc:710
2416 msgid "That is not a valid name, try again.\n"
2419 #: apt-pkg/cdrom.cc:726
2422 "This disc is called: \n"
2426 #: apt-pkg/cdrom.cc:730
2427 msgid "Copying package lists..."
2430 #: apt-pkg/cdrom.cc:754
2431 msgid "Writing new source list\n"
2434 #: apt-pkg/cdrom.cc:763
2435 msgid "Source list entries for this disc are:\n"
2438 #: apt-pkg/cdrom.cc:803
2439 msgid "Unmounting CD-ROM..."
2442 #: apt-pkg/indexcopy.cc:261
2444 msgid "Wrote %i records.\n"
2447 #: apt-pkg/indexcopy.cc:263
2449 msgid "Wrote %i records with %i missing files.\n"
2452 #: apt-pkg/indexcopy.cc:266
2454 msgid "Wrote %i records with %i mismatched files\n"
2457 #: apt-pkg/indexcopy.cc:269
2459 msgid "Wrote %i records with %i missing files and %i mismatched files\n"
2462 #: apt-pkg/deb/dpkgpm.cc:358
2464 msgid "Preparing %s"
2467 #: apt-pkg/deb/dpkgpm.cc:359
2469 msgid "Unpacking %s"
2472 #: apt-pkg/deb/dpkgpm.cc:364
2474 msgid "Preparing to configure %s"
2477 #: apt-pkg/deb/dpkgpm.cc:365
2479 msgid "Configuring %s"
2482 #: apt-pkg/deb/dpkgpm.cc:366
2484 msgid "Installed %s"
2487 #: apt-pkg/deb/dpkgpm.cc:371
2489 msgid "Preparing for removal of %s"
2492 #: apt-pkg/deb/dpkgpm.cc:372
2497 #: apt-pkg/deb/dpkgpm.cc:373
2502 #: apt-pkg/deb/dpkgpm.cc:378
2504 msgid "Preparing for remove with config %s"
2507 #: apt-pkg/deb/dpkgpm.cc:379
2509 msgid "Removed with config %s"
2512 #: methods/rsh.cc:330
2513 msgid "Connection closed prematurely"