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: APT Development Team <deity@lists.debian.org>\n"
10 "POT-Creation-Date: 2010-01-01 19:13+0100\n"
11 "PO-Revision-Date: 2004-06-10 19:58+0300\n"
12 "Last-Translator: Lior Kaplan <webmaster@guides.co.il>\n"
14 "Language-Team: Hebrew\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
19 #: cmdline/apt-cache.cc:141
21 msgid "Package %s version %s has an unmet dep:\n"
22 msgstr "לחבילה %s בגרסה %s יש תלויות שלא נענו:\n"
24 #: cmdline/apt-cache.cc:181 cmdline/apt-cache.cc:550 cmdline/apt-cache.cc:644
25 #: cmdline/apt-cache.cc:797 cmdline/apt-cache.cc:1021
26 #: cmdline/apt-cache.cc:1423 cmdline/apt-cache.cc:1575
28 msgid "Unable to locate package %s"
29 msgstr "לא מצליח לאתר את החבילה %s"
31 #: cmdline/apt-cache.cc:245
32 msgid "Total package names: "
35 #: cmdline/apt-cache.cc:285
36 msgid " Normal packages: "
37 msgstr "חבילות נורמליות:"
39 #: cmdline/apt-cache.cc:286
40 msgid " Pure virtual packages: "
41 msgstr "חבילות וירטואליות לחלוטין:"
43 #: cmdline/apt-cache.cc:287
44 msgid " Single virtual packages: "
47 #: cmdline/apt-cache.cc:288
48 msgid " Mixed virtual packages: "
51 #: cmdline/apt-cache.cc:289
55 #: cmdline/apt-cache.cc:291
56 msgid "Total distinct versions: "
59 #: cmdline/apt-cache.cc:293
60 msgid "Total distinct descriptions: "
63 #: cmdline/apt-cache.cc:295
64 msgid "Total dependencies: "
67 #: cmdline/apt-cache.cc:298
68 msgid "Total ver/file relations: "
71 #: cmdline/apt-cache.cc:300
72 msgid "Total Desc/File relations: "
75 #: cmdline/apt-cache.cc:302
76 msgid "Total Provides mappings: "
79 #: cmdline/apt-cache.cc:314
80 msgid "Total globbed strings: "
83 #: cmdline/apt-cache.cc:328
84 msgid "Total dependency version space: "
87 #: cmdline/apt-cache.cc:333
88 msgid "Total slack space: "
91 #: cmdline/apt-cache.cc:341
92 msgid "Total space accounted for: "
95 #: cmdline/apt-cache.cc:469 cmdline/apt-cache.cc:1221
97 msgid "Package file %s is out of sync."
98 msgstr "קובץ החבילה %s לא מסונכרן."
100 #: cmdline/apt-cache.cc:1297
101 msgid "You must give exactly one pattern"
102 msgstr "אתה חייב לתת בדיוק תבנית אחת"
104 #: cmdline/apt-cache.cc:1451
105 msgid "No packages found"
106 msgstr "לא נמצאו חבילות"
108 #: cmdline/apt-cache.cc:1528
109 msgid "Package files:"
112 #: cmdline/apt-cache.cc:1535 cmdline/apt-cache.cc:1622
113 msgid "Cache is out of sync, can't x-ref a package file"
116 #. Show any packages have explicit pins
117 #: cmdline/apt-cache.cc:1549
118 msgid "Pinned packages:"
119 msgstr "חבילות נעוצות:"
121 #: cmdline/apt-cache.cc:1561 cmdline/apt-cache.cc:1602
126 #: cmdline/apt-cache.cc:1582
130 #: cmdline/apt-cache.cc:1584 cmdline/apt-cache.cc:1592
135 #: cmdline/apt-cache.cc:1589
139 #: cmdline/apt-cache.cc:1599
140 msgid " Package pin: "
143 #. Show the priority tables
144 #: cmdline/apt-cache.cc:1608
145 msgid " Version table:"
148 #: cmdline/apt-cache.cc:1718 cmdline/apt-cdrom.cc:134 cmdline/apt-config.cc:70
149 #: cmdline/apt-extracttemplates.cc:225 ftparchive/apt-ftparchive.cc:547
150 #: cmdline/apt-get.cc:2665 cmdline/apt-sortpkgs.cc:144
152 msgid "%s %s for %s compiled on %s %s\n"
153 msgstr "%s %s בשביל %s %s קומפל על %s %s\n"
155 #: cmdline/apt-cache.cc:1725
157 "Usage: apt-cache [options] command\n"
158 " apt-cache [options] add file1 [file2 ...]\n"
159 " apt-cache [options] showpkg pkg1 [pkg2 ...]\n"
160 " apt-cache [options] showsrc pkg1 [pkg2 ...]\n"
162 "apt-cache is a low-level tool used to manipulate APT's binary\n"
163 "cache files, and query information from them\n"
166 " add - Add a package file to the source cache\n"
167 " gencaches - Build both the package and source cache\n"
168 " showpkg - Show some general information for a single package\n"
169 " showsrc - Show source records\n"
170 " stats - Show some basic statistics\n"
171 " dump - Show the entire file in a terse form\n"
172 " dumpavail - Print an available file to stdout\n"
173 " unmet - Show unmet dependencies\n"
174 " search - Search the package list for a regex pattern\n"
175 " show - Show a readable record for the package\n"
176 " depends - Show raw dependency information for a package\n"
177 " rdepends - Show reverse dependency information for a package\n"
178 " pkgnames - List the names of all packages in the system\n"
179 " dotty - Generate package graphs for GraphViz\n"
180 " xvcg - Generate package graphs for xvcg\n"
181 " policy - Show policy settings\n"
184 " -h This help text.\n"
185 " -p=? The package cache.\n"
186 " -s=? The source cache.\n"
187 " -q Disable progress indicator.\n"
188 " -i Show only important deps for the unmet command.\n"
189 " -c=? Read this configuration file\n"
190 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
191 "See the apt-cache(8) and apt.conf(5) manual pages for more information.\n"
194 #: cmdline/apt-cdrom.cc:77
195 msgid "Please provide a name for this Disc, such as 'Debian 5.0.3 Disk 1'"
198 #: cmdline/apt-cdrom.cc:92
199 msgid "Please insert a Disc in the drive and press enter"
202 #: cmdline/apt-cdrom.cc:114
203 msgid "Repeat this process for the rest of the CDs in your set."
206 #: cmdline/apt-config.cc:41
207 msgid "Arguments not in pairs"
210 #: cmdline/apt-config.cc:76
212 "Usage: apt-config [options] command\n"
214 "apt-config is a simple tool to read the APT config file\n"
217 " shell - Shell mode\n"
218 " dump - Show the configuration\n"
221 " -h This help text.\n"
222 " -c=? Read this configuration file\n"
223 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
226 #: cmdline/apt-extracttemplates.cc:98
228 msgid "%s not a valid DEB package."
229 msgstr "%s הוא לא חבילת DEB תקינה."
231 #: cmdline/apt-extracttemplates.cc:232
233 "Usage: apt-extracttemplates file1 [file2 ...]\n"
235 "apt-extracttemplates is a tool to extract config and template info\n"
236 "from debian packages\n"
239 " -h This help text\n"
240 " -t Set the temp dir\n"
241 " -c=? Read this configuration file\n"
242 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
245 #: cmdline/apt-extracttemplates.cc:267 apt-pkg/pkgcachegen.cc:830
247 msgid "Unable to write to %s"
248 msgstr "לא מצליח לכתוב ל-%s"
250 #: cmdline/apt-extracttemplates.cc:310
251 msgid "Cannot get debconf version. Is debconf installed?"
252 msgstr "לא מצליח לקבל את גרסת debconf. האם debconf מותקן?"
254 #: ftparchive/apt-ftparchive.cc:164 ftparchive/apt-ftparchive.cc:338
255 msgid "Package extension list is too long"
258 #: ftparchive/apt-ftparchive.cc:166 ftparchive/apt-ftparchive.cc:180
259 #: ftparchive/apt-ftparchive.cc:203 ftparchive/apt-ftparchive.cc:253
260 #: ftparchive/apt-ftparchive.cc:267 ftparchive/apt-ftparchive.cc:289
262 msgid "Error processing directory %s"
263 msgstr "שגיאה בעיבוד ספריה %s"
265 #: ftparchive/apt-ftparchive.cc:251
266 msgid "Source extension list is too long"
269 #: ftparchive/apt-ftparchive.cc:368
270 msgid "Error writing header to contents file"
273 #: ftparchive/apt-ftparchive.cc:398
275 msgid "Error processing contents %s"
278 #: ftparchive/apt-ftparchive.cc:553
280 "Usage: apt-ftparchive [options] command\n"
281 "Commands: packages binarypath [overridefile [pathprefix]]\n"
282 " sources srcpath [overridefile [pathprefix]]\n"
285 " generate config [groups]\n"
288 "apt-ftparchive generates index files for Debian archives. It supports\n"
289 "many styles of generation from fully automated to functional replacements\n"
290 "for dpkg-scanpackages and dpkg-scansources\n"
292 "apt-ftparchive generates Package files from a tree of .debs. The\n"
293 "Package file contains the contents of all the control fields from\n"
294 "each package as well as the MD5 hash and filesize. An override file\n"
295 "is supported to force the value of Priority and Section.\n"
297 "Similarly apt-ftparchive generates Sources files from a tree of .dscs.\n"
298 "The --source-override option can be used to specify a src override file\n"
300 "The 'packages' and 'sources' command should be run in the root of the\n"
301 "tree. BinaryPath should point to the base of the recursive search and \n"
302 "override file should contain the override flags. Pathprefix is\n"
303 "appended to the filename fields if present. Example usage from the \n"
305 " apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
306 " dists/potato/main/binary-i386/Packages\n"
309 " -h This help text\n"
310 " --md5 Control MD5 generation\n"
311 " -s=? Source override file\n"
313 " -d=? Select the optional caching database\n"
314 " --no-delink Enable delinking debug mode\n"
315 " --contents Control contents file generation\n"
316 " -c=? Read this configuration file\n"
317 " -o=? Set an arbitrary configuration option"
320 #: ftparchive/apt-ftparchive.cc:759
321 msgid "No selections matched"
324 #: ftparchive/apt-ftparchive.cc:832
326 msgid "Some files are missing in the package file group `%s'"
327 msgstr "חלק מהקבצים חסרים בקבוצת קבצי החבילה `%s'"
329 #: ftparchive/cachedb.cc:43
331 msgid "DB was corrupted, file renamed to %s.old"
332 msgstr "מסד הנתונים אינו תקין, הקובץ הועבר ל-%s.old"
334 #: ftparchive/cachedb.cc:61
336 msgid "DB is old, attempting to upgrade %s"
337 msgstr "מסד הנתונים ישן, מנסה לשדרג ל-%s"
339 #: ftparchive/cachedb.cc:72
341 "DB format is invalid. If you upgraded from a older version of apt, please "
342 "remove and re-create the database."
345 #: ftparchive/cachedb.cc:77
347 msgid "Unable to open DB file %s: %s"
348 msgstr "לא מצליח לפתוח את קובץ מסד הנתונים %s: %s"
350 #: ftparchive/cachedb.cc:123 apt-inst/extract.cc:178 apt-inst/extract.cc:190
351 #: apt-inst/extract.cc:207 apt-inst/deb/dpkgdb.cc:117
353 msgid "Failed to stat %s"
356 #: ftparchive/cachedb.cc:238
357 msgid "Archive has no control record"
360 #: ftparchive/cachedb.cc:444
361 msgid "Unable to get a cursor"
364 #: ftparchive/writer.cc:76
366 msgid "W: Unable to read directory %s\n"
367 msgstr "W: לא מצליח לקרוא את הספריה %s\n"
369 #: ftparchive/writer.cc:81
371 msgid "W: Unable to stat %s\n"
374 #: ftparchive/writer.cc:132
378 #: ftparchive/writer.cc:134
382 #: ftparchive/writer.cc:141
383 msgid "E: Errors apply to file "
384 msgstr "E: שגיאות תקפות לקובץ"
386 #: ftparchive/writer.cc:158 ftparchive/writer.cc:188
388 msgid "Failed to resolve %s"
389 msgstr "כשלון בפענוח %s"
391 #: ftparchive/writer.cc:170
392 msgid "Tree walking failed"
395 #: ftparchive/writer.cc:195
397 msgid "Failed to open %s"
398 msgstr "כשלון בפתיחת %s"
400 #: ftparchive/writer.cc:254
402 msgid " DeLink %s [%s]\n"
405 #: ftparchive/writer.cc:262
407 msgid "Failed to readlink %s"
410 #: ftparchive/writer.cc:266
412 msgid "Failed to unlink %s"
415 #: ftparchive/writer.cc:273
417 msgid "*** Failed to link %s to %s"
418 msgstr "*** כשלון בקישור %s ל-%s"
420 #: ftparchive/writer.cc:283
422 msgid " DeLink limit of %sB hit.\n"
425 #: ftparchive/writer.cc:388
426 msgid "Archive had no package field"
429 #: ftparchive/writer.cc:396 ftparchive/writer.cc:627
431 msgid " %s has no override entry\n"
434 #: ftparchive/writer.cc:457 ftparchive/writer.cc:715
436 msgid " %s maintainer is %s not %s\n"
437 msgstr "המתחזק של %s הוא %s ולא %s\n"
439 #: ftparchive/writer.cc:637
441 msgid " %s has no source override entry\n"
444 #: ftparchive/writer.cc:641
446 msgid " %s has no binary override entry either\n"
449 #: ftparchive/contents.cc:321
451 msgid "Internal error, could not locate member %s"
454 #: ftparchive/contents.cc:358 ftparchive/contents.cc:389
455 msgid "realloc - Failed to allocate memory"
456 msgstr "realloc - כשלון בהקצאת זיכרון"
458 #: ftparchive/override.cc:34 ftparchive/override.cc:142
460 msgid "Unable to open %s"
461 msgstr "לא מצליח לפתוח את %s"
463 #: ftparchive/override.cc:60 ftparchive/override.cc:166
465 msgid "Malformed override %s line %lu #1"
468 #: ftparchive/override.cc:74 ftparchive/override.cc:178
470 msgid "Malformed override %s line %lu #2"
473 #: ftparchive/override.cc:88 ftparchive/override.cc:191
475 msgid "Malformed override %s line %lu #3"
478 #: ftparchive/override.cc:127 ftparchive/override.cc:201
480 msgid "Failed to read the override file %s"
483 #: ftparchive/multicompress.cc:72
485 msgid "Unknown compression algorithm '%s'"
486 msgstr "'%s' אלגוריתם דחיה לא ידוע"
488 #: ftparchive/multicompress.cc:102
490 msgid "Compressed output %s needs a compression set"
493 #: ftparchive/multicompress.cc:169 methods/rsh.cc:91
494 msgid "Failed to create IPC pipe to subprocess"
497 #: ftparchive/multicompress.cc:195
498 msgid "Failed to create FILE*"
501 #: ftparchive/multicompress.cc:198
502 msgid "Failed to fork"
503 msgstr "כשלון בביצוע fork"
505 #: ftparchive/multicompress.cc:212
506 msgid "Compress child"
509 #: ftparchive/multicompress.cc:235
511 msgid "Internal error, failed to create %s"
512 msgstr "שגיאה פנימית, כלשון ביצירת %s"
514 #: ftparchive/multicompress.cc:286
515 msgid "Failed to create subprocess IPC"
518 #: ftparchive/multicompress.cc:321
519 msgid "Failed to exec compressor "
522 #: ftparchive/multicompress.cc:360
526 #: ftparchive/multicompress.cc:403
527 msgid "IO to subprocess/file failed"
530 #: ftparchive/multicompress.cc:455
531 msgid "Failed to read while computing MD5"
534 #: ftparchive/multicompress.cc:472
536 msgid "Problem unlinking %s"
539 #: ftparchive/multicompress.cc:487 apt-inst/extract.cc:185
541 msgid "Failed to rename %s to %s"
542 msgstr "כשלון בשינוי השם %s ל-%s"
544 #: cmdline/apt-get.cc:127
548 #: cmdline/apt-get.cc:149 cmdline/apt-get.cc:1730
550 msgid "Regex compilation error - %s"
553 #: cmdline/apt-get.cc:244
554 msgid "The following packages have unmet dependencies:"
555 msgstr "לחבילות הבאות יש תלויות שלא נענו:"
557 #: cmdline/apt-get.cc:334
559 msgid "but %s is installed"
560 msgstr "אבל %s מותקנת"
562 #: cmdline/apt-get.cc:336
564 msgid "but %s is to be installed"
565 msgstr "אבל %s הולכת להיות מותקנת"
567 #: cmdline/apt-get.cc:343
568 msgid "but it is not installable"
569 msgstr "אבל היא אינה ניתנת להתקנה"
571 #: cmdline/apt-get.cc:345
572 msgid "but it is a virtual package"
573 msgstr "אבל היא חבילה וירטואלית"
575 #: cmdline/apt-get.cc:348
576 msgid "but it is not installed"
577 msgstr "אבל היא לא מותקנת"
579 #: cmdline/apt-get.cc:348
580 msgid "but it is not going to be installed"
581 msgstr "אבל היא אינה הולכת להיות מותקנת"
583 #: cmdline/apt-get.cc:353
587 #: cmdline/apt-get.cc:382
588 msgid "The following NEW packages will be installed:"
589 msgstr "החבילות החדשות הבאות הולכות להיות מותקנות:"
591 #: cmdline/apt-get.cc:408
592 msgid "The following packages will be REMOVED:"
593 msgstr "החבילות הבאות יוסרו:"
595 #: cmdline/apt-get.cc:430
596 msgid "The following packages have been kept back:"
597 msgstr "החבילות הבאות מעובות:"
599 #: cmdline/apt-get.cc:451
600 msgid "The following packages will be upgraded:"
601 msgstr "החבילות הבאות ישודרגו:"
603 #: cmdline/apt-get.cc:472
604 msgid "The following packages will be DOWNGRADED:"
605 msgstr "החבילות הבאות ישודרגו מטה:"
607 #: cmdline/apt-get.cc:492
608 msgid "The following held packages will be changed:"
609 msgstr "החבילות המחוזקות הבאות ישונו:"
611 #: cmdline/apt-get.cc:545
613 msgid "%s (due to %s)"
614 msgstr "%s (בגלל %s)"
616 #: cmdline/apt-get.cc:553
619 "WARNING: The following essential packages will be removed.\n"
620 "This should NOT be done unless you know exactly what you are doing!"
622 "א ז ה ר ה: החבילות החיוניות הבאות יוסרו\n"
623 "על הפעולה להעשות *רק* אם אתה יודע מה אתה עושה!"
625 #: cmdline/apt-get.cc:584
627 msgid "%lu upgraded, %lu newly installed, "
628 msgstr "%lu משודרגים, %lu מותקנים חדשים, "
630 #: cmdline/apt-get.cc:588
632 msgid "%lu reinstalled, "
633 msgstr "%lu מותקנות מחדש, "
635 #: cmdline/apt-get.cc:590
637 msgid "%lu downgraded, "
638 msgstr "%lu משודרגות מטה, "
640 #: cmdline/apt-get.cc:592
642 msgid "%lu to remove and %lu not upgraded.\n"
643 msgstr "%lu יוסרו ו-%lu לא ישודרגו.\n"
645 #: cmdline/apt-get.cc:596
647 msgid "%lu not fully installed or removed.\n"
648 msgstr "%lu לא מותקנות לחלוטין או הוסרו.\n"
650 #: cmdline/apt-get.cc:669
651 msgid "Correcting dependencies..."
652 msgstr "מתקן תלויות..."
654 #: cmdline/apt-get.cc:672
658 #: cmdline/apt-get.cc:675
659 msgid "Unable to correct dependencies"
660 msgstr "לא מצליח לתקן תלויות"
662 #: cmdline/apt-get.cc:678
663 msgid "Unable to minimize the upgrade set"
664 msgstr "א ז ה ר ה: החבילות החיוניות הבאות יוסרו"
666 #: cmdline/apt-get.cc:680
670 #: cmdline/apt-get.cc:684
671 msgid "You might want to run 'apt-get -f install' to correct these."
672 msgstr "אולי תרצה להריץ 'apt-get -f install' כדי לתקן את אלו."
674 #: cmdline/apt-get.cc:687
675 msgid "Unmet dependencies. Try using -f."
676 msgstr "תלויות שלא נענו. נסה להשתמש באפשרות -f."
678 #: cmdline/apt-get.cc:712
680 msgid "WARNING: The following packages cannot be authenticated!"
681 msgstr "החבילות הבאות ישודרגו:"
683 #: cmdline/apt-get.cc:716
684 msgid "Authentication warning overridden.\n"
687 #: cmdline/apt-get.cc:723
688 msgid "Install these packages without verification [y/N]? "
691 #: cmdline/apt-get.cc:725
692 msgid "Some packages could not be authenticated"
695 #: cmdline/apt-get.cc:734 cmdline/apt-get.cc:890
696 msgid "There are problems and -y was used without --force-yes"
697 msgstr "היו בעיות והאפשרות -y היתה בשימוש ללא האפשרות --force-yes"
699 #: cmdline/apt-get.cc:775
700 msgid "Internal error, InstallPackages was called with broken packages!"
703 #: cmdline/apt-get.cc:784
704 msgid "Packages need to be removed but remove is disabled."
707 #: cmdline/apt-get.cc:795
708 msgid "Internal error, Ordering didn't finish"
711 #: cmdline/apt-get.cc:811 cmdline/apt-get.cc:2072 cmdline/apt-get.cc:2105
712 msgid "Unable to lock the download directory"
713 msgstr "לא מצליח לנעול את ספרית ההורדה."
715 #: cmdline/apt-get.cc:821 cmdline/apt-get.cc:2153 cmdline/apt-get.cc:2406
716 #: apt-pkg/cachefile.cc:65
717 msgid "The list of sources could not be read."
718 msgstr "רשימת המקורות לא ניתנת לקריאה."
720 #: cmdline/apt-get.cc:836
721 msgid "How odd... The sizes didn't match, email apt@packages.debian.org"
724 #: cmdline/apt-get.cc:841
726 msgid "Need to get %sB/%sB of archives.\n"
727 msgstr "צריך לקבל %sB/%sB מתוך הארכיונים.\n"
729 #: cmdline/apt-get.cc:844
731 msgid "Need to get %sB of archives.\n"
732 msgstr "צריך לקבל %sB מתוך הארכיונים.\n"
734 #: cmdline/apt-get.cc:849
736 msgid "After this operation, %sB of additional disk space will be used.\n"
737 msgstr "אחרי פריסה %sB נוספים יהיו בשימוש.\n"
739 #: cmdline/apt-get.cc:852
741 msgid "After this operation, %sB disk space will be freed.\n"
742 msgstr "אחרי פריסה %sB נוספים ישוחררו.\n"
744 #: cmdline/apt-get.cc:867 cmdline/apt-get.cc:870 cmdline/apt-get.cc:2249
745 #: cmdline/apt-get.cc:2252
747 msgid "Couldn't determine free space in %s"
748 msgstr "אין לך מספיק מקום פנוי ב-%s."
750 #: cmdline/apt-get.cc:880
752 msgid "You don't have enough free space in %s."
753 msgstr "אין לך מספיק מקום פנוי ב-%s."
755 #: cmdline/apt-get.cc:896 cmdline/apt-get.cc:916
756 msgid "Trivial Only specified but this is not a trivial operation."
759 #: cmdline/apt-get.cc:898
760 msgid "Yes, do as I say!"
761 msgstr "כן, עשה כפי שאני אומר!"
763 #: cmdline/apt-get.cc:900
766 "You are about to do something potentially harmful.\n"
767 "To continue type in the phrase '%s'\n"
771 #: cmdline/apt-get.cc:906 cmdline/apt-get.cc:925
775 #: cmdline/apt-get.cc:921
777 msgid "Do you want to continue [Y/n]? "
778 msgstr "האם אתה רוצה להמשיך? [Y/n]"
780 #: cmdline/apt-get.cc:993 cmdline/apt-get.cc:2303 apt-pkg/algorithms.cc:1389
782 msgid "Failed to fetch %s %s"
783 msgstr "כשלון בהבאת %s %s"
785 #: cmdline/apt-get.cc:1011
786 msgid "Some files failed to download"
787 msgstr "כשלון בהורדת חלק מהקבצים"
789 #: cmdline/apt-get.cc:1012 cmdline/apt-get.cc:2312
790 msgid "Download complete and in download only mode"
791 msgstr "ההורדה הסתיימה במסגרת מצב הורדה בלבד."
793 #: cmdline/apt-get.cc:1018
795 "Unable to fetch some archives, maybe run apt-get update or try with --fix-"
799 #: cmdline/apt-get.cc:1022
800 msgid "--fix-missing and media swapping is not currently supported"
803 #: cmdline/apt-get.cc:1027
804 msgid "Unable to correct missing packages."
807 #: cmdline/apt-get.cc:1028
808 msgid "Aborting install."
811 #: cmdline/apt-get.cc:1086
813 msgid "Note, selecting %s instead of %s\n"
816 #: cmdline/apt-get.cc:1097
818 msgid "Skipping %s, it is already installed and upgrade is not set.\n"
821 #: cmdline/apt-get.cc:1115
823 msgid "Package %s is not installed, so not removed\n"
826 #: cmdline/apt-get.cc:1126
828 msgid "Package %s is a virtual package provided by:\n"
831 #: cmdline/apt-get.cc:1138
835 #: cmdline/apt-get.cc:1143
836 msgid "You should explicitly select one to install."
839 #: cmdline/apt-get.cc:1148
842 "Package %s is not available, but is referred to by another package.\n"
843 "This may mean that the package is missing, has been obsoleted, or\n"
844 "is only available from another source\n"
847 #: cmdline/apt-get.cc:1167
848 msgid "However the following packages replace it:"
851 #: cmdline/apt-get.cc:1170
853 msgid "Package %s has no installation candidate"
856 #: cmdline/apt-get.cc:1190
858 msgid "Reinstallation of %s is not possible, it cannot be downloaded.\n"
861 #: cmdline/apt-get.cc:1198
863 msgid "%s is already the newest version.\n"
866 #: cmdline/apt-get.cc:1227
868 msgid "Release '%s' for '%s' was not found"
871 #: cmdline/apt-get.cc:1229
873 msgid "Version '%s' for '%s' was not found"
876 #: cmdline/apt-get.cc:1235
878 msgid "Selected version %s (%s) for %s\n"
881 #. if (VerTag.empty() == false && Last == 0)
882 #: cmdline/apt-get.cc:1311 cmdline/apt-get.cc:1379
884 msgid "Ignore unavailable version '%s' of package '%s'"
887 #: cmdline/apt-get.cc:1313
889 msgid "Ignore unavailable target release '%s' of package '%s'"
892 #: cmdline/apt-get.cc:1342
894 msgid "Picking '%s' as source package instead of '%s'\n"
897 #: cmdline/apt-get.cc:1395
898 msgid "The update command takes no arguments"
901 #: cmdline/apt-get.cc:1408
902 msgid "Unable to lock the list directory"
905 #: cmdline/apt-get.cc:1464
906 msgid "We are not supposed to delete stuff, can't start AutoRemover"
909 #: cmdline/apt-get.cc:1513
912 "The following packages were automatically installed and are no longer "
914 msgstr "החבילות החדשות הבאות הולכות להיות מותקנות:"
916 #: cmdline/apt-get.cc:1515
918 msgid "%lu packages were automatically installed and are no longer required.\n"
919 msgstr "החבילות החדשות הבאות הולכות להיות מותקנות:"
921 #: cmdline/apt-get.cc:1516
922 msgid "Use '%s' to remove them."
925 #: cmdline/apt-get.cc:1521
927 "Hmm, seems like the AutoRemover destroyed something which really\n"
928 "shouldn't happen. Please file a bug report against apt."
932 #. if (Packages == 1)
936 #. _("Since you only requested a single operation it is extremely likely that\n"
937 #. "the package is simply not installable and a bug report against\n"
938 #. "that package should be filed.") << endl;
941 #: cmdline/apt-get.cc:1524 cmdline/apt-get.cc:1814
942 msgid "The following information may help to resolve the situation:"
945 #: cmdline/apt-get.cc:1528
947 msgid "Internal Error, AutoRemover broke stuff"
948 msgstr "שגיאה פנימית, כלשון ביצירת %s"
950 #: cmdline/apt-get.cc:1547
951 msgid "Internal error, AllUpgrade broke stuff"
954 #: cmdline/apt-get.cc:1602
956 msgid "Couldn't find task %s"
959 #: cmdline/apt-get.cc:1717 cmdline/apt-get.cc:1753
961 msgid "Couldn't find package %s"
964 #: cmdline/apt-get.cc:1740
966 msgid "Note, selecting %s for regex '%s'\n"
969 #: cmdline/apt-get.cc:1771
971 msgid "%s set to manually installed.\n"
972 msgstr "אבל %s הולכת להיות מותקנת"
974 #: cmdline/apt-get.cc:1784
975 msgid "You might want to run 'apt-get -f install' to correct these:"
978 #: cmdline/apt-get.cc:1787
980 "Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a "
984 #: cmdline/apt-get.cc:1799
986 "Some packages could not be installed. This may mean that you have\n"
987 "requested an impossible situation or if you are using the unstable\n"
988 "distribution that some required packages have not yet been created\n"
989 "or been moved out of Incoming."
992 #: cmdline/apt-get.cc:1817
993 msgid "Broken packages"
996 #: cmdline/apt-get.cc:1846
997 msgid "The following extra packages will be installed:"
1000 #: cmdline/apt-get.cc:1935
1001 msgid "Suggested packages:"
1004 #: cmdline/apt-get.cc:1936
1005 msgid "Recommended packages:"
1008 #: cmdline/apt-get.cc:1965
1009 msgid "Calculating upgrade"
1012 #: cmdline/apt-get.cc:1968 methods/ftp.cc:708 methods/connect.cc:112
1016 #: cmdline/apt-get.cc:1973
1020 #: cmdline/apt-get.cc:2040 cmdline/apt-get.cc:2048
1022 msgid "Internal error, problem resolver broke stuff"
1023 msgstr "שגיאה פנימית, כלשון ביצירת %s"
1025 #: cmdline/apt-get.cc:2148
1026 msgid "Must specify at least one package to fetch source for"
1029 #: cmdline/apt-get.cc:2178 cmdline/apt-get.cc:2424
1031 msgid "Unable to find a source package for %s"
1034 #: cmdline/apt-get.cc:2227
1036 msgid "Skipping already downloaded file '%s'\n"
1039 #: cmdline/apt-get.cc:2262
1041 msgid "You don't have enough free space in %s"
1044 #: cmdline/apt-get.cc:2268
1046 msgid "Need to get %sB/%sB of source archives.\n"
1049 #: cmdline/apt-get.cc:2271
1051 msgid "Need to get %sB of source archives.\n"
1054 #: cmdline/apt-get.cc:2277
1056 msgid "Fetch source %s\n"
1059 #: cmdline/apt-get.cc:2308
1060 msgid "Failed to fetch some archives."
1063 #: cmdline/apt-get.cc:2336
1065 msgid "Skipping unpack of already unpacked source in %s\n"
1068 #: cmdline/apt-get.cc:2348
1070 msgid "Unpack command '%s' failed.\n"
1073 #: cmdline/apt-get.cc:2349
1075 msgid "Check if the 'dpkg-dev' package is installed.\n"
1078 #: cmdline/apt-get.cc:2366
1080 msgid "Build command '%s' failed.\n"
1083 #: cmdline/apt-get.cc:2385
1084 msgid "Child process failed"
1087 #: cmdline/apt-get.cc:2401
1088 msgid "Must specify at least one package to check builddeps for"
1091 #: cmdline/apt-get.cc:2429
1093 msgid "Unable to get build-dependency information for %s"
1096 #: cmdline/apt-get.cc:2449
1098 msgid "%s has no build depends.\n"
1101 #: cmdline/apt-get.cc:2501
1104 "%s dependency for %s cannot be satisfied because the package %s cannot be "
1108 #: cmdline/apt-get.cc:2554
1111 "%s dependency for %s cannot be satisfied because no available versions of "
1112 "package %s can satisfy version requirements"
1115 #: cmdline/apt-get.cc:2590
1117 msgid "Failed to satisfy %s dependency for %s: Installed package %s is too new"
1120 #: cmdline/apt-get.cc:2617
1122 msgid "Failed to satisfy %s dependency for %s: %s"
1125 #: cmdline/apt-get.cc:2633
1127 msgid "Build-dependencies for %s could not be satisfied."
1130 #: cmdline/apt-get.cc:2638
1131 msgid "Failed to process build dependencies"
1134 #: cmdline/apt-get.cc:2670
1135 msgid "Supported modules:"
1138 #: cmdline/apt-get.cc:2711
1140 "Usage: apt-get [options] command\n"
1141 " apt-get [options] install|remove pkg1 [pkg2 ...]\n"
1142 " apt-get [options] source pkg1 [pkg2 ...]\n"
1144 "apt-get is a simple command line interface for downloading and\n"
1145 "installing packages. The most frequently used commands are update\n"
1149 " update - Retrieve new lists of packages\n"
1150 " upgrade - Perform an upgrade\n"
1151 " install - Install new packages (pkg is libc6 not libc6.deb)\n"
1152 " remove - Remove packages\n"
1153 " autoremove - Remove automatically all unused packages\n"
1154 " purge - Remove packages and config files\n"
1155 " source - Download source archives\n"
1156 " build-dep - Configure build-dependencies for source packages\n"
1157 " dist-upgrade - Distribution upgrade, see apt-get(8)\n"
1158 " dselect-upgrade - Follow dselect selections\n"
1159 " clean - Erase downloaded archive files\n"
1160 " autoclean - Erase old downloaded archive files\n"
1161 " check - Verify that there are no broken dependencies\n"
1164 " -h This help text.\n"
1165 " -q Loggable output - no progress indicator\n"
1166 " -qq No output except for errors\n"
1167 " -d Download only - do NOT install or unpack archives\n"
1168 " -s No-act. Perform ordering simulation\n"
1169 " -y Assume Yes to all queries and do not prompt\n"
1170 " -f Attempt to correct a system with broken dependencies in place\n"
1171 " -m Attempt to continue if archives are unlocatable\n"
1172 " -u Show a list of upgraded packages as well\n"
1173 " -b Build the source package after fetching it\n"
1174 " -V Show verbose version numbers\n"
1175 " -c=? Read this configuration file\n"
1176 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
1177 "See the apt-get(8), sources.list(5) and apt.conf(5) manual\n"
1178 "pages for more information and options.\n"
1179 " This APT has Super Cow Powers.\n"
1182 #: cmdline/apt-get.cc:2879
1184 "NOTE: This is only a simulation!\n"
1185 " %s needs root privileges for real execution.\n"
1186 " Keep also in mind that locking is deactivated,\n"
1187 " so don't depend on the relevance to the real current situation!\n"
1190 #: cmdline/acqprogress.cc:55
1195 #: cmdline/acqprogress.cc:79
1200 #: cmdline/acqprogress.cc:110
1205 #: cmdline/acqprogress.cc:114
1210 #: cmdline/acqprogress.cc:135
1212 msgid "Fetched %sB in %s (%sB/s)\n"
1215 #: cmdline/acqprogress.cc:225
1220 #: cmdline/acqprogress.cc:271
1223 "Media change: please insert the disc labeled\n"
1225 "in the drive '%s' and press enter\n"
1228 #: cmdline/apt-sortpkgs.cc:86
1229 msgid "Unknown package record!"
1232 #: cmdline/apt-sortpkgs.cc:150
1234 "Usage: apt-sortpkgs [options] file1 [file2 ...]\n"
1236 "apt-sortpkgs is a simple tool to sort package files. The -s option is used\n"
1237 "to indicate what kind of file it is.\n"
1240 " -h This help text\n"
1241 " -s Use source file sorting\n"
1242 " -c=? Read this configuration file\n"
1243 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
1246 #: dselect/install:32
1247 msgid "Bad default setting!"
1250 #: dselect/install:51 dselect/install:83 dselect/install:87 dselect/install:94
1251 #: dselect/install:105 dselect/update:45
1252 msgid "Press enter to continue."
1255 #: dselect/install:91
1256 msgid "Do you want to erase any previously downloaded .deb files?"
1259 #: dselect/install:101
1260 msgid "Some errors occurred while unpacking. Packages that were installed"
1263 #: dselect/install:102
1264 msgid "will be configured. This may result in duplicate errors"
1267 #: dselect/install:103
1268 msgid "or errors caused by missing dependencies. This is OK, only the errors"
1271 #: dselect/install:104
1273 "above this message are important. Please fix them and run [I]nstall again"
1276 #: dselect/update:30
1277 msgid "Merging available information"
1280 #: apt-inst/contrib/extracttar.cc:114
1281 msgid "Failed to create pipes"
1284 #: apt-inst/contrib/extracttar.cc:141
1285 msgid "Failed to exec gzip "
1288 #: apt-inst/contrib/extracttar.cc:178 apt-inst/contrib/extracttar.cc:204
1289 msgid "Corrupted archive"
1292 #: apt-inst/contrib/extracttar.cc:193
1293 msgid "Tar checksum failed, archive corrupted"
1296 #: apt-inst/contrib/extracttar.cc:296
1298 msgid "Unknown TAR header type %u, member %s"
1301 #: apt-inst/contrib/arfile.cc:70
1302 msgid "Invalid archive signature"
1305 #: apt-inst/contrib/arfile.cc:78
1306 msgid "Error reading archive member header"
1309 #: apt-inst/contrib/arfile.cc:90
1311 msgid "Invalid archive member header %s"
1314 #: apt-inst/contrib/arfile.cc:102
1315 msgid "Invalid archive member header"
1318 #: apt-inst/contrib/arfile.cc:128
1319 msgid "Archive is too short"
1322 #: apt-inst/contrib/arfile.cc:132
1323 msgid "Failed to read the archive headers"
1326 #: apt-inst/filelist.cc:380
1327 msgid "DropNode called on still linked node"
1330 #: apt-inst/filelist.cc:412
1331 msgid "Failed to locate the hash element!"
1334 #: apt-inst/filelist.cc:459
1335 msgid "Failed to allocate diversion"
1338 #: apt-inst/filelist.cc:464
1339 msgid "Internal error in AddDiversion"
1342 #: apt-inst/filelist.cc:477
1344 msgid "Trying to overwrite a diversion, %s -> %s and %s/%s"
1347 #: apt-inst/filelist.cc:506
1349 msgid "Double add of diversion %s -> %s"
1352 #: apt-inst/filelist.cc:549
1354 msgid "Duplicate conf file %s/%s"
1357 #: apt-inst/dirstream.cc:41 apt-inst/dirstream.cc:46 apt-inst/dirstream.cc:49
1359 msgid "Failed to write file %s"
1360 msgstr "כשלון בפענוח %s"
1362 #: apt-inst/dirstream.cc:92 apt-inst/dirstream.cc:100
1364 msgid "Failed to close file %s"
1367 #: apt-inst/extract.cc:93 apt-inst/extract.cc:164
1369 msgid "The path %s is too long"
1372 #: apt-inst/extract.cc:124
1374 msgid "Unpacking %s more than once"
1377 #: apt-inst/extract.cc:134
1379 msgid "The directory %s is diverted"
1382 #: apt-inst/extract.cc:144
1384 msgid "The package is trying to write to the diversion target %s/%s"
1387 #: apt-inst/extract.cc:154 apt-inst/extract.cc:297
1388 msgid "The diversion path is too long"
1391 #: apt-inst/extract.cc:240
1393 msgid "The directory %s is being replaced by a non-directory"
1396 #: apt-inst/extract.cc:280
1397 msgid "Failed to locate node in its hash bucket"
1400 #: apt-inst/extract.cc:284
1401 msgid "The path is too long"
1404 #: apt-inst/extract.cc:414
1406 msgid "Overwrite package match with no version for %s"
1409 #: apt-inst/extract.cc:431
1411 msgid "File %s/%s overwrites the one in the package %s"
1414 #. Only warn if there are no sources.list.d.
1415 #. Only warn if there is no sources.list file.
1416 #: apt-inst/extract.cc:464 apt-pkg/contrib/configuration.cc:843
1417 #: apt-pkg/contrib/cdromutl.cc:157 apt-pkg/sourcelist.cc:166
1418 #: apt-pkg/sourcelist.cc:172 apt-pkg/sourcelist.cc:327 apt-pkg/acquire.cc:419
1419 #: apt-pkg/init.cc:90 apt-pkg/init.cc:98 apt-pkg/clean.cc:33
1420 #: apt-pkg/policy.cc:281 apt-pkg/policy.cc:287
1422 msgid "Unable to read %s"
1425 #: apt-inst/extract.cc:491
1427 msgid "Unable to stat %s"
1430 #: apt-inst/deb/dpkgdb.cc:51 apt-inst/deb/dpkgdb.cc:57
1432 msgid "Failed to remove %s"
1435 #: apt-inst/deb/dpkgdb.cc:106 apt-inst/deb/dpkgdb.cc:108
1437 msgid "Unable to create %s"
1440 #: apt-inst/deb/dpkgdb.cc:114
1442 msgid "Failed to stat %sinfo"
1445 #: apt-inst/deb/dpkgdb.cc:119
1446 msgid "The info and temp directories need to be on the same filesystem"
1449 #. Build the status cache
1450 #: apt-inst/deb/dpkgdb.cc:135 apt-pkg/pkgcachegen.cc:763
1451 #: apt-pkg/pkgcachegen.cc:832 apt-pkg/pkgcachegen.cc:837
1452 #: apt-pkg/pkgcachegen.cc:961
1453 msgid "Reading package lists"
1456 #: apt-inst/deb/dpkgdb.cc:176
1458 msgid "Failed to change to the admin dir %sinfo"
1461 #: apt-inst/deb/dpkgdb.cc:197 apt-inst/deb/dpkgdb.cc:351
1462 #: apt-inst/deb/dpkgdb.cc:444
1463 msgid "Internal error getting a package name"
1466 #: apt-inst/deb/dpkgdb.cc:201 apt-inst/deb/dpkgdb.cc:382
1467 msgid "Reading file listing"
1470 #: apt-inst/deb/dpkgdb.cc:212
1473 "Failed to open the list file '%sinfo/%s'. If you cannot restore this file "
1474 "then make it empty and immediately re-install the same version of the "
1478 #: apt-inst/deb/dpkgdb.cc:225 apt-inst/deb/dpkgdb.cc:238
1480 msgid "Failed reading the list file %sinfo/%s"
1483 #: apt-inst/deb/dpkgdb.cc:262
1484 msgid "Internal error getting a node"
1487 #: apt-inst/deb/dpkgdb.cc:305
1489 msgid "Failed to open the diversions file %sdiversions"
1492 #: apt-inst/deb/dpkgdb.cc:320
1493 msgid "The diversion file is corrupted"
1496 #: apt-inst/deb/dpkgdb.cc:327 apt-inst/deb/dpkgdb.cc:332
1497 #: apt-inst/deb/dpkgdb.cc:337
1499 msgid "Invalid line in the diversion file: %s"
1502 #: apt-inst/deb/dpkgdb.cc:358
1503 msgid "Internal error adding a diversion"
1506 #: apt-inst/deb/dpkgdb.cc:379
1507 msgid "The pkg cache must be initialized first"
1510 #: apt-inst/deb/dpkgdb.cc:439
1512 msgid "Failed to find a Package: header, offset %lu"
1515 #: apt-inst/deb/dpkgdb.cc:461
1517 msgid "Bad ConfFile section in the status file. Offset %lu"
1520 #: apt-inst/deb/dpkgdb.cc:466
1522 msgid "Error parsing MD5. Offset %lu"
1525 #: apt-inst/deb/debfile.cc:38 apt-inst/deb/debfile.cc:43
1527 msgid "This is not a valid DEB archive, missing '%s' member"
1530 #: apt-inst/deb/debfile.cc:50
1532 msgid "This is not a valid DEB archive, it has no '%s', '%s' or '%s' member"
1535 #: apt-inst/deb/debfile.cc:110
1537 msgid "Couldn't change to %s"
1540 #: apt-inst/deb/debfile.cc:140
1541 msgid "Internal error, could not locate member"
1544 #: apt-inst/deb/debfile.cc:173
1545 msgid "Failed to locate a valid control file"
1548 #: apt-inst/deb/debfile.cc:258
1549 msgid "Unparsable control file"
1552 #: methods/cdrom.cc:200
1554 msgid "Unable to read the cdrom database %s"
1557 #: methods/cdrom.cc:209
1559 "Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update "
1560 "cannot be used to add new CD-ROMs"
1563 #: methods/cdrom.cc:219
1564 msgid "Wrong CD-ROM"
1567 #: methods/cdrom.cc:245
1569 msgid "Unable to unmount the CD-ROM in %s, it may still be in use."
1572 #: methods/cdrom.cc:250
1574 msgid "Disk not found."
1577 #: methods/cdrom.cc:258 methods/file.cc:79 methods/rsh.cc:264
1578 msgid "File not found"
1581 #: methods/copy.cc:43 methods/gzip.cc:141 methods/gzip.cc:150
1582 #: methods/rred.cc:234 methods/rred.cc:243
1583 msgid "Failed to stat"
1586 #: methods/copy.cc:80 methods/gzip.cc:147 methods/rred.cc:240
1587 msgid "Failed to set modification time"
1590 #: methods/file.cc:44
1591 msgid "Invalid URI, local URIS must not start with //"
1594 #. Login must be before getpeername otherwise dante won't work.
1595 #: methods/ftp.cc:168
1599 #: methods/ftp.cc:174
1600 msgid "Unable to determine the peer name"
1603 #: methods/ftp.cc:179
1604 msgid "Unable to determine the local name"
1607 #: methods/ftp.cc:210 methods/ftp.cc:238
1609 msgid "The server refused the connection and said: %s"
1612 #: methods/ftp.cc:216
1614 msgid "USER failed, server said: %s"
1617 #: methods/ftp.cc:223
1619 msgid "PASS failed, server said: %s"
1622 #: methods/ftp.cc:243
1624 "A proxy server was specified but no login script, Acquire::ftp::ProxyLogin "
1628 #: methods/ftp.cc:271
1630 msgid "Login script command '%s' failed, server said: %s"
1633 #: methods/ftp.cc:297
1635 msgid "TYPE failed, server said: %s"
1638 #: methods/ftp.cc:335 methods/ftp.cc:446 methods/rsh.cc:183 methods/rsh.cc:226
1639 msgid "Connection timeout"
1642 #: methods/ftp.cc:341
1643 msgid "Server closed the connection"
1646 #: methods/ftp.cc:344 apt-pkg/contrib/fileutl.cc:543 methods/rsh.cc:190
1650 #: methods/ftp.cc:351 methods/rsh.cc:197
1651 msgid "A response overflowed the buffer."
1654 #: methods/ftp.cc:368 methods/ftp.cc:380
1655 msgid "Protocol corruption"
1658 #: methods/ftp.cc:452 apt-pkg/contrib/fileutl.cc:582 methods/rsh.cc:232
1662 #: methods/ftp.cc:693 methods/ftp.cc:699 methods/ftp.cc:735
1663 msgid "Could not create a socket"
1666 #: methods/ftp.cc:704
1667 msgid "Could not connect data socket, connection timed out"
1670 #: methods/ftp.cc:710
1671 msgid "Could not connect passive socket."
1674 #: methods/ftp.cc:728
1675 msgid "getaddrinfo was unable to get a listening socket"
1678 #: methods/ftp.cc:742
1679 msgid "Could not bind a socket"
1682 #: methods/ftp.cc:746
1683 msgid "Could not listen on the socket"
1686 #: methods/ftp.cc:753
1687 msgid "Could not determine the socket's name"
1690 #: methods/ftp.cc:785
1691 msgid "Unable to send PORT command"
1694 #: methods/ftp.cc:795
1696 msgid "Unknown address family %u (AF_*)"
1699 #: methods/ftp.cc:804
1701 msgid "EPRT failed, server said: %s"
1704 #: methods/ftp.cc:824
1705 msgid "Data socket connect timed out"
1708 #: methods/ftp.cc:831
1709 msgid "Unable to accept connection"
1712 #: methods/ftp.cc:870 methods/http.cc:999 methods/rsh.cc:303
1713 msgid "Problem hashing file"
1716 #: methods/ftp.cc:883
1718 msgid "Unable to fetch file, server said '%s'"
1721 #: methods/ftp.cc:898 methods/rsh.cc:322
1722 msgid "Data socket timed out"
1725 #: methods/ftp.cc:928
1727 msgid "Data transfer failed, server said '%s'"
1730 #. Get the files information
1731 #: methods/ftp.cc:1005
1735 #: methods/ftp.cc:1117
1736 msgid "Unable to invoke "
1739 #: methods/connect.cc:70
1741 msgid "Connecting to %s (%s)"
1744 #: methods/connect.cc:81
1749 #: methods/connect.cc:90
1751 msgid "Could not create a socket for %s (f=%u t=%u p=%u)"
1754 #: methods/connect.cc:96
1756 msgid "Cannot initiate the connection to %s:%s (%s)."
1759 #: methods/connect.cc:104
1761 msgid "Could not connect to %s:%s (%s), connection timed out"
1764 #: methods/connect.cc:119
1766 msgid "Could not connect to %s:%s (%s)."
1769 #. We say this mainly because the pause here is for the
1770 #. ssh connection that is still going
1771 #: methods/connect.cc:147 methods/rsh.cc:425
1773 msgid "Connecting to %s"
1776 #: methods/connect.cc:165 methods/connect.cc:184
1778 msgid "Could not resolve '%s'"
1781 #: methods/connect.cc:190
1783 msgid "Temporary failure resolving '%s'"
1786 #: methods/connect.cc:193
1788 msgid "Something wicked happened resolving '%s:%s' (%i - %s)"
1791 #: methods/connect.cc:240
1793 #| msgid "Unable to write to %s"
1794 msgid "Unable to connect to %s:%s:"
1795 msgstr "לא מצליח לכתוב ל-%s"
1797 #: methods/gpgv.cc:71
1799 msgid "Couldn't access keyring: '%s'"
1802 #: methods/gpgv.cc:107
1803 msgid "E: Argument list from Acquire::gpgv::Options too long. Exiting."
1806 #: methods/gpgv.cc:223
1808 "Internal error: Good signature, but could not determine key fingerprint?!"
1811 #: methods/gpgv.cc:228
1812 msgid "At least one invalid signature was encountered."
1815 #: methods/gpgv.cc:232
1817 msgid "Could not execute '%s' to verify signature (is gnupg installed?)"
1820 #: methods/gpgv.cc:237
1821 msgid "Unknown error executing apt-key"
1824 #: methods/gpgv.cc:271 methods/gpgv.cc:278
1826 msgid "The following signatures were invalid:\n"
1827 msgstr "החבילות החדשות הבאות הולכות להיות מותקנות:"
1829 #: methods/gpgv.cc:285
1831 "The following signatures couldn't be verified because the public key is not "
1835 #: methods/gzip.cc:64
1837 msgid "Couldn't open pipe for %s"
1840 #: methods/gzip.cc:109
1842 msgid "Read error from %s process"
1845 #: methods/http.cc:385
1846 msgid "Waiting for headers"
1849 #: methods/http.cc:531
1851 msgid "Got a single header line over %u chars"
1854 #: methods/http.cc:539
1855 msgid "Bad header line"
1858 #: methods/http.cc:558 methods/http.cc:565
1859 msgid "The HTTP server sent an invalid reply header"
1862 #: methods/http.cc:594
1863 msgid "The HTTP server sent an invalid Content-Length header"
1866 #: methods/http.cc:609
1867 msgid "The HTTP server sent an invalid Content-Range header"
1870 #: methods/http.cc:611
1871 msgid "This HTTP server has broken range support"
1874 #: methods/http.cc:635
1875 msgid "Unknown date format"
1878 #: methods/http.cc:790
1879 msgid "Select failed"
1882 #: methods/http.cc:795
1883 msgid "Connection timed out"
1886 #: methods/http.cc:818
1887 msgid "Error writing to output file"
1890 #: methods/http.cc:849
1891 msgid "Error writing to file"
1894 #: methods/http.cc:877
1895 msgid "Error writing to the file"
1898 #: methods/http.cc:891
1899 msgid "Error reading from server. Remote end closed connection"
1902 #: methods/http.cc:893
1903 msgid "Error reading from server"
1906 #: methods/http.cc:984 apt-pkg/contrib/mmap.cc:215
1908 msgid "Failed to truncate file"
1909 msgstr "כשלון בפענוח %s"
1911 #: methods/http.cc:1149
1912 msgid "Bad header data"
1915 #: methods/http.cc:1166 methods/http.cc:1221
1916 msgid "Connection failed"
1919 #: methods/http.cc:1313
1920 msgid "Internal error"
1923 #: apt-pkg/contrib/mmap.cc:76
1924 msgid "Can't mmap an empty file"
1927 #: apt-pkg/contrib/mmap.cc:81 apt-pkg/contrib/mmap.cc:187
1929 msgid "Couldn't make mmap of %lu bytes"
1932 #: apt-pkg/contrib/mmap.cc:234
1935 "Dynamic MMap ran out of room. Please increase the size of APT::Cache-Start. "
1936 "Current value: %lu. (man 5 apt.conf)"
1939 #. d means days, h means hours, min means minutes, s means seconds
1940 #: apt-pkg/contrib/strutl.cc:346
1942 msgid "%lid %lih %limin %lis"
1945 #. h means hours, min means minutes, s means seconds
1946 #: apt-pkg/contrib/strutl.cc:353
1948 msgid "%lih %limin %lis"
1951 #. min means minutes, s means seconds
1952 #: apt-pkg/contrib/strutl.cc:360
1958 #: apt-pkg/contrib/strutl.cc:365
1963 #: apt-pkg/contrib/strutl.cc:1040
1965 msgid "Selection %s not found"
1968 #: apt-pkg/contrib/configuration.cc:458
1970 msgid "Unrecognized type abbreviation: '%c'"
1973 #: apt-pkg/contrib/configuration.cc:516
1975 msgid "Opening configuration file %s"
1978 #: apt-pkg/contrib/configuration.cc:684
1980 msgid "Syntax error %s:%u: Block starts with no name."
1983 #: apt-pkg/contrib/configuration.cc:703
1985 msgid "Syntax error %s:%u: Malformed tag"
1988 #: apt-pkg/contrib/configuration.cc:720
1990 msgid "Syntax error %s:%u: Extra junk after value"
1993 #: apt-pkg/contrib/configuration.cc:760
1995 msgid "Syntax error %s:%u: Directives can only be done at the top level"
1998 #: apt-pkg/contrib/configuration.cc:767
2000 msgid "Syntax error %s:%u: Too many nested includes"
2003 #: apt-pkg/contrib/configuration.cc:771 apt-pkg/contrib/configuration.cc:776
2005 msgid "Syntax error %s:%u: Included from here"
2008 #: apt-pkg/contrib/configuration.cc:780
2010 msgid "Syntax error %s:%u: Unsupported directive '%s'"
2013 #: apt-pkg/contrib/configuration.cc:831
2015 msgid "Syntax error %s:%u: Extra junk at end of file"
2018 #: apt-pkg/contrib/progress.cc:153
2020 msgid "%c%s... Error!"
2023 #: apt-pkg/contrib/progress.cc:155
2025 msgid "%c%s... Done"
2028 #: apt-pkg/contrib/cmndline.cc:77
2030 msgid "Command line option '%c' [from %s] is not known."
2033 #: apt-pkg/contrib/cmndline.cc:103 apt-pkg/contrib/cmndline.cc:111
2034 #: apt-pkg/contrib/cmndline.cc:119
2036 msgid "Command line option %s is not understood"
2039 #: apt-pkg/contrib/cmndline.cc:124
2041 msgid "Command line option %s is not boolean"
2044 #: apt-pkg/contrib/cmndline.cc:163 apt-pkg/contrib/cmndline.cc:184
2046 msgid "Option %s requires an argument."
2049 #: apt-pkg/contrib/cmndline.cc:198 apt-pkg/contrib/cmndline.cc:204
2051 msgid "Option %s: Configuration item specification must have an =<val>."
2054 #: apt-pkg/contrib/cmndline.cc:234
2056 msgid "Option %s requires an integer argument, not '%s'"
2059 #: apt-pkg/contrib/cmndline.cc:265
2061 msgid "Option '%s' is too long"
2064 #: apt-pkg/contrib/cmndline.cc:298
2066 msgid "Sense %s is not understood, try true or false."
2069 #: apt-pkg/contrib/cmndline.cc:348
2071 msgid "Invalid operation %s"
2074 #: apt-pkg/contrib/cdromutl.cc:52
2076 msgid "Unable to stat the mount point %s"
2079 #: apt-pkg/contrib/cdromutl.cc:153 apt-pkg/contrib/cdromutl.cc:187
2080 #: apt-pkg/acquire.cc:425 apt-pkg/acquire.cc:450 apt-pkg/clean.cc:39
2082 msgid "Unable to change to %s"
2085 #: apt-pkg/contrib/cdromutl.cc:195
2086 msgid "Failed to stat the cdrom"
2089 #: apt-pkg/contrib/fileutl.cc:149
2091 msgid "Not using locking for read only lock file %s"
2094 #: apt-pkg/contrib/fileutl.cc:154
2096 msgid "Could not open lock file %s"
2099 #: apt-pkg/contrib/fileutl.cc:172
2101 msgid "Not using locking for nfs mounted lock file %s"
2104 #: apt-pkg/contrib/fileutl.cc:176
2106 msgid "Could not get lock %s"
2109 #: apt-pkg/contrib/fileutl.cc:444
2111 msgid "Waited for %s but it wasn't there"
2114 #: apt-pkg/contrib/fileutl.cc:456
2116 msgid "Sub-process %s received a segmentation fault."
2119 #: apt-pkg/contrib/fileutl.cc:458
2121 msgid "Sub-process %s received signal %u."
2124 #: apt-pkg/contrib/fileutl.cc:462
2126 msgid "Sub-process %s returned an error code (%u)"
2129 #: apt-pkg/contrib/fileutl.cc:464
2131 msgid "Sub-process %s exited unexpectedly"
2134 #: apt-pkg/contrib/fileutl.cc:508
2136 msgid "Could not open file %s"
2139 #: apt-pkg/contrib/fileutl.cc:564
2141 msgid "read, still have %lu to read but none left"
2144 #: apt-pkg/contrib/fileutl.cc:594
2146 msgid "write, still have %lu to write but couldn't"
2149 #: apt-pkg/contrib/fileutl.cc:669
2150 msgid "Problem closing the file"
2153 #: apt-pkg/contrib/fileutl.cc:675
2154 msgid "Problem unlinking the file"
2157 #: apt-pkg/contrib/fileutl.cc:686
2158 msgid "Problem syncing the file"
2161 #: apt-pkg/pkgcache.cc:133
2162 msgid "Empty package cache"
2165 #: apt-pkg/pkgcache.cc:139
2166 msgid "The package cache file is corrupted"
2169 #: apt-pkg/pkgcache.cc:144
2170 msgid "The package cache file is an incompatible version"
2173 #: apt-pkg/pkgcache.cc:149
2175 msgid "This APT does not support the versioning system '%s'"
2178 #: apt-pkg/pkgcache.cc:154
2179 msgid "The package cache was built for a different architecture"
2182 #: apt-pkg/pkgcache.cc:225
2186 #: apt-pkg/pkgcache.cc:225
2190 #: apt-pkg/pkgcache.cc:225
2194 #: apt-pkg/pkgcache.cc:226
2198 #: apt-pkg/pkgcache.cc:226
2202 #: apt-pkg/pkgcache.cc:226
2206 #: apt-pkg/pkgcache.cc:227
2210 #: apt-pkg/pkgcache.cc:227
2214 #: apt-pkg/pkgcache.cc:227
2218 #: apt-pkg/pkgcache.cc:238
2222 #: apt-pkg/pkgcache.cc:238
2226 #: apt-pkg/pkgcache.cc:238
2230 #: apt-pkg/pkgcache.cc:239
2234 #: apt-pkg/pkgcache.cc:239
2238 #: apt-pkg/depcache.cc:123 apt-pkg/depcache.cc:152
2239 msgid "Building dependency tree"
2242 #: apt-pkg/depcache.cc:124
2243 msgid "Candidate versions"
2246 #: apt-pkg/depcache.cc:153
2247 msgid "Dependency generation"
2250 #: apt-pkg/depcache.cc:173 apt-pkg/depcache.cc:193 apt-pkg/depcache.cc:197
2251 msgid "Reading state information"
2254 #: apt-pkg/depcache.cc:223
2256 msgid "Failed to open StateFile %s"
2257 msgstr "כשלון בפתיחת %s"
2259 #: apt-pkg/depcache.cc:229
2261 msgid "Failed to write temporary StateFile %s"
2262 msgstr "כשלון בפענוח %s"
2264 #: apt-pkg/tagfile.cc:102
2266 msgid "Unable to parse package file %s (%d)"
2269 #: apt-pkg/sourcelist.cc:90
2271 msgid "Malformed line %lu in source list %s (URI)"
2274 #: apt-pkg/sourcelist.cc:92
2276 msgid "Malformed line %lu in source list %s (dist)"
2279 #: apt-pkg/sourcelist.cc:95
2281 msgid "Malformed line %lu in source list %s (URI parse)"
2284 #: apt-pkg/sourcelist.cc:101
2286 msgid "Malformed line %lu in source list %s (absolute dist)"
2289 #: apt-pkg/sourcelist.cc:108
2291 msgid "Malformed line %lu in source list %s (dist parse)"
2294 #: apt-pkg/sourcelist.cc:206
2299 #: apt-pkg/sourcelist.cc:223 apt-pkg/cdrom.cc:445
2301 msgid "Line %u too long in source list %s."
2304 #: apt-pkg/sourcelist.cc:243
2306 msgid "Malformed line %u in source list %s (type)"
2309 #: apt-pkg/sourcelist.cc:247
2311 msgid "Type '%s' is not known on line %u in source list %s"
2314 #: apt-pkg/sourcelist.cc:255 apt-pkg/sourcelist.cc:258
2316 msgid "Malformed line %u in source list %s (vendor id)"
2319 #: apt-pkg/packagemanager.cc:324 apt-pkg/packagemanager.cc:586
2322 "Could not perform immediate configuration on '%s'. Please see man 5 apt.conf "
2323 "under APT::Immediate-Configure for details. (%d)"
2326 #: apt-pkg/packagemanager.cc:440
2329 "This installation run will require temporarily removing the essential "
2330 "package %s due to a Conflicts/Pre-Depends loop. This is often bad, but if "
2331 "you really want to do it, activate the APT::Force-LoopBreak option."
2334 #: apt-pkg/packagemanager.cc:478
2337 "Could not perform immediate configuration on already unpacked '%s'. Please "
2338 "see man 5 apt.conf under APT::Immediate-Configure for details."
2341 #: apt-pkg/pkgrecords.cc:32
2343 msgid "Index file type '%s' is not supported"
2346 #: apt-pkg/algorithms.cc:248
2349 "The package %s needs to be reinstalled, but I can't find an archive for it."
2352 #: apt-pkg/algorithms.cc:1138
2354 "Error, pkgProblemResolver::Resolve generated breaks, this may be caused by "
2358 #: apt-pkg/algorithms.cc:1140
2359 msgid "Unable to correct problems, you have held broken packages."
2362 #: apt-pkg/algorithms.cc:1415 apt-pkg/algorithms.cc:1417
2364 "Some index files failed to download, they have been ignored, or old ones "
2368 #: apt-pkg/acquire.cc:60
2370 msgid "Lists directory %spartial is missing."
2373 #: apt-pkg/acquire.cc:64
2375 msgid "Archive directory %spartial is missing."
2378 #. only show the ETA if it makes sense
2380 #: apt-pkg/acquire.cc:826
2382 msgid "Retrieving file %li of %li (%s remaining)"
2385 #: apt-pkg/acquire.cc:828
2387 msgid "Retrieving file %li of %li"
2390 #: apt-pkg/acquire-worker.cc:110
2392 msgid "The method driver %s could not be found."
2395 #: apt-pkg/acquire-worker.cc:159
2397 msgid "Method %s did not start correctly"
2400 #: apt-pkg/acquire-worker.cc:413
2402 msgid "Please insert the disc labeled: '%s' in the drive '%s' and press enter."
2405 #: apt-pkg/init.cc:133
2407 msgid "Packaging system '%s' is not supported"
2410 #: apt-pkg/init.cc:149
2411 msgid "Unable to determine a suitable packaging system type"
2414 #: apt-pkg/clean.cc:56
2416 msgid "Unable to stat %s."
2419 #: apt-pkg/srcrecords.cc:44
2420 msgid "You must put some 'source' URIs in your sources.list"
2423 #: apt-pkg/cachefile.cc:71
2424 msgid "The package lists or status file could not be parsed or opened."
2427 #: apt-pkg/cachefile.cc:75
2428 msgid "You may want to run apt-get update to correct these problems"
2431 #: apt-pkg/policy.cc:347
2433 msgid "Invalid record in the preferences file %s, no Package header"
2436 #: apt-pkg/policy.cc:369
2438 msgid "Did not understand pin type %s"
2441 #: apt-pkg/policy.cc:377
2442 msgid "No priority (or zero) specified for pin"
2445 #: apt-pkg/pkgcachegen.cc:74
2446 msgid "Cache has an incompatible versioning system"
2449 #: apt-pkg/pkgcachegen.cc:117
2451 msgid "Error occurred while processing %s (NewPackage)"
2454 #: apt-pkg/pkgcachegen.cc:132
2456 msgid "Error occurred while processing %s (UsePackage1)"
2459 #: apt-pkg/pkgcachegen.cc:166
2461 msgid "Error occurred while processing %s (NewFileDesc1)"
2464 #: apt-pkg/pkgcachegen.cc:191
2466 msgid "Error occurred while processing %s (UsePackage2)"
2469 #: apt-pkg/pkgcachegen.cc:195
2471 msgid "Error occurred while processing %s (NewFileVer1)"
2474 #: apt-pkg/pkgcachegen.cc:226
2476 msgid "Error occurred while processing %s (NewVersion1)"
2479 #: apt-pkg/pkgcachegen.cc:230
2481 msgid "Error occurred while processing %s (UsePackage3)"
2484 #: apt-pkg/pkgcachegen.cc:234
2486 msgid "Error occurred while processing %s (NewVersion2)"
2489 #: apt-pkg/pkgcachegen.cc:258
2491 msgid "Error occurred while processing %s (NewFileDesc2)"
2494 #: apt-pkg/pkgcachegen.cc:264
2495 msgid "Wow, you exceeded the number of package names this APT is capable of."
2498 #: apt-pkg/pkgcachegen.cc:267
2499 msgid "Wow, you exceeded the number of versions this APT is capable of."
2502 #: apt-pkg/pkgcachegen.cc:270
2503 msgid "Wow, you exceeded the number of descriptions this APT is capable of."
2506 #: apt-pkg/pkgcachegen.cc:273
2507 msgid "Wow, you exceeded the number of dependencies this APT is capable of."
2510 #: apt-pkg/pkgcachegen.cc:301
2512 msgid "Error occurred while processing %s (FindPkg)"
2515 #: apt-pkg/pkgcachegen.cc:314
2517 msgid "Error occurred while processing %s (CollectFileProvides)"
2520 #: apt-pkg/pkgcachegen.cc:320
2522 msgid "Package %s %s was not found while processing file dependencies"
2525 #: apt-pkg/pkgcachegen.cc:693
2527 msgid "Couldn't stat source package list %s"
2530 #: apt-pkg/pkgcachegen.cc:778
2531 msgid "Collecting File Provides"
2534 #: apt-pkg/pkgcachegen.cc:907 apt-pkg/pkgcachegen.cc:914
2535 msgid "IO Error saving source cache"
2538 #: apt-pkg/acquire-item.cc:128
2540 msgid "rename failed, %s (%s -> %s)."
2543 #: apt-pkg/acquire-item.cc:395
2544 msgid "MD5Sum mismatch"
2547 #: apt-pkg/acquire-item.cc:649 apt-pkg/acquire-item.cc:1411
2548 msgid "Hash Sum mismatch"
2551 #: apt-pkg/acquire-item.cc:1106
2552 msgid "There is no public key available for the following key IDs:\n"
2555 #: apt-pkg/acquire-item.cc:1216
2558 "I wasn't able to locate a file for the %s package. This might mean you need "
2559 "to manually fix this package. (due to missing arch)"
2562 #: apt-pkg/acquire-item.cc:1275
2565 "I wasn't able to locate a file for the %s package. This might mean you need "
2566 "to manually fix this package."
2569 #: apt-pkg/acquire-item.cc:1316
2572 "The package index files are corrupted. No Filename: field for package %s."
2575 #: apt-pkg/acquire-item.cc:1403
2576 msgid "Size mismatch"
2579 #: apt-pkg/indexrecords.cc:40
2581 msgid "Unable to parse Release file %s"
2582 msgstr "לא מצליח לפתוח את קובץ מסד הנתונים %s: %s"
2584 #: apt-pkg/indexrecords.cc:47
2586 msgid "No sections in Release file %s"
2589 #: apt-pkg/indexrecords.cc:81
2591 msgid "No Hash entry in Release file %s"
2594 #: apt-pkg/vendorlist.cc:66
2596 msgid "Vendor block %s contains no fingerprint"
2599 #: apt-pkg/cdrom.cc:525
2602 "Using CD-ROM mount point %s\n"
2606 #: apt-pkg/cdrom.cc:534 apt-pkg/cdrom.cc:622
2607 msgid "Identifying... "
2610 #: apt-pkg/cdrom.cc:559
2612 msgid "Stored label: %s\n"
2615 #: apt-pkg/cdrom.cc:566 apt-pkg/cdrom.cc:836
2616 msgid "Unmounting CD-ROM...\n"
2619 #: apt-pkg/cdrom.cc:585
2621 msgid "Using CD-ROM mount point %s\n"
2624 #: apt-pkg/cdrom.cc:607
2625 msgid "Waiting for disc...\n"
2628 #. Mount the new CDROM
2629 #: apt-pkg/cdrom.cc:615
2630 msgid "Mounting CD-ROM...\n"
2633 #: apt-pkg/cdrom.cc:633
2634 msgid "Scanning disc for index files...\n"
2637 #: apt-pkg/cdrom.cc:673
2640 "Found %zu package indexes, %zu source indexes, %zu translation indexes and %"
2644 #: apt-pkg/cdrom.cc:684
2646 "Unable to locate any package files, perhaps this is not a Debian Disc or the "
2647 "wrong architecture?"
2650 #: apt-pkg/cdrom.cc:710
2652 msgid "Found label '%s'\n"
2655 #: apt-pkg/cdrom.cc:739
2656 msgid "That is not a valid name, try again.\n"
2659 #: apt-pkg/cdrom.cc:755
2662 "This disc is called: \n"
2666 #: apt-pkg/cdrom.cc:759
2667 msgid "Copying package lists..."
2670 #: apt-pkg/cdrom.cc:785
2671 msgid "Writing new source list\n"
2674 #: apt-pkg/cdrom.cc:794
2675 msgid "Source list entries for this disc are:\n"
2678 #: apt-pkg/indexcopy.cc:263 apt-pkg/indexcopy.cc:835
2680 msgid "Wrote %i records.\n"
2683 #: apt-pkg/indexcopy.cc:265 apt-pkg/indexcopy.cc:837
2685 msgid "Wrote %i records with %i missing files.\n"
2688 #: apt-pkg/indexcopy.cc:268 apt-pkg/indexcopy.cc:840
2690 msgid "Wrote %i records with %i mismatched files\n"
2693 #: apt-pkg/indexcopy.cc:271 apt-pkg/indexcopy.cc:843
2695 msgid "Wrote %i records with %i missing files and %i mismatched files\n"
2698 #: apt-pkg/indexcopy.cc:530
2700 msgid "Skipping nonexistent file %s"
2703 #: apt-pkg/indexcopy.cc:536
2705 msgid "Can't find authentication record for: %s"
2708 #: apt-pkg/indexcopy.cc:542
2710 msgid "Hash mismatch for: %s"
2713 #: apt-pkg/deb/dpkgpm.cc:49
2715 msgid "Installing %s"
2718 #: apt-pkg/deb/dpkgpm.cc:50 apt-pkg/deb/dpkgpm.cc:661
2720 msgid "Configuring %s"
2723 #: apt-pkg/deb/dpkgpm.cc:51 apt-pkg/deb/dpkgpm.cc:668
2728 #: apt-pkg/deb/dpkgpm.cc:52
2730 msgid "Completely removing %s"
2733 #: apt-pkg/deb/dpkgpm.cc:53
2735 msgid "Running post-installation trigger %s"
2738 #: apt-pkg/deb/dpkgpm.cc:558
2740 msgid "Directory '%s' missing"
2743 #: apt-pkg/deb/dpkgpm.cc:654
2745 msgid "Preparing %s"
2748 #: apt-pkg/deb/dpkgpm.cc:655
2750 msgid "Unpacking %s"
2753 #: apt-pkg/deb/dpkgpm.cc:660
2755 msgid "Preparing to configure %s"
2758 #: apt-pkg/deb/dpkgpm.cc:662
2760 msgid "Installed %s"
2763 #: apt-pkg/deb/dpkgpm.cc:667
2765 msgid "Preparing for removal of %s"
2768 #: apt-pkg/deb/dpkgpm.cc:669
2773 #: apt-pkg/deb/dpkgpm.cc:674
2775 msgid "Preparing to completely remove %s"
2778 #: apt-pkg/deb/dpkgpm.cc:675
2780 msgid "Completely removed %s"
2783 #: apt-pkg/deb/dpkgpm.cc:879
2784 msgid "Can not write log, openpty() failed (/dev/pts not mounted?)\n"
2787 #: apt-pkg/deb/dpkgpm.cc:909
2788 msgid "Running dpkg"
2791 #: apt-pkg/deb/debsystem.cc:70
2794 "Unable to lock the administration directory (%s), is another process using "
2798 #: apt-pkg/deb/debsystem.cc:73
2800 msgid "Unable to lock the administration directory (%s), are you root?"
2801 msgstr "לא מצליח לנעול את ספרית ההורדה."
2803 #: apt-pkg/deb/debsystem.cc:82
2805 "dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct "
2809 #: apt-pkg/deb/debsystem.cc:100
2813 #: methods/rred.cc:219
2814 msgid "Could not patch file"
2817 #: methods/rsh.cc:330
2818 msgid "Connection closed prematurely"
2821 #~ msgid " %4i %s\n"
2822 #~ msgstr " %4i %s\n"
2825 #~ msgstr "%4i %s\n"
2828 #~ msgid "Processing triggers for %s"
2829 #~ msgstr "שגיאה בעיבוד ספריה %s"
2832 #~ msgid "openpty failed\n"
2835 #~ msgid "File date has changed %s"
2836 #~ msgstr "תאריך הקובץ השתנה %s"