Wichert Akkerman лет назад: 25
Родитель
Сommit
f6a02ead99
15 измененных файлов с 8846 добавлено и 6718 удалено
  1. 25 0
      main/processarc.c
  2. 762 589
      po/cs.po
  3. 555 438
      po/de.po
  4. 158 131
      po/dpkg.pot
  5. 778 597
      po/en.po
  6. 804 605
      po/es.po
  7. 177 113
      po/fr.po
  8. 807 604
      po/gl.po
  9. 796 601
      po/it.po
  10. 791 600
      po/ja.po
  11. 785 598
      po/nl.po
  12. 796 601
      po/pl.po
  13. 777 598
      po/pt_BR.po
  14. 755 593
      po/ru.po
  15. 80 50
      po/sv.po

+ 25 - 0
main/processarc.c

@@ -136,6 +136,31 @@ void process_archive(const char *filename) {
     }
     }
   }
   }
   
   
+  /* Verify the package. */
+
+  if (stat(DEBSIGVERIFY, &stab) == 0) { /* We have verifier */
+    printf(_("Authenticating %s ...\n"), filename);
+    fflush(stdout);
+    c1 = m_fork();
+    if (!c1) {
+      execl(DEBSIGVERIFY, DEBSIGVERIFY, "-q", filename, NULL);
+      ohshite(_("failed to execl debsig-verify"));
+    } else {
+      int status;
+      waitpid(c1, &status, 0);
+      if (!(WIFEXITED(status) && WEXITSTATUS(status) == 0)) {
+	if (! fc_badverify) {
+	  ohshit(_("Verification on package %s failed!"), filename);
+	} else {
+	  fprintf(stderr, _("Verification on package %s failed,\nbut installing anyway as you request.\n"), filename);
+	}
+      } else {
+	printf(_("passed\n"));
+      }
+    }
+  }
+    
+
   if (f_noact) {
   if (f_noact) {
     cidir= cidirtmpnambuf;
     cidir= cidirtmpnambuf;
     if (!tmpnam(cidir)) ohshite(_("unable to get unique filename for control info"));
     if (!tmpnam(cidir)) ohshite(_("unable to get unique filename for control info"));

Разница между файлами не показана из-за своего большого размера
+ 762 - 589
po/cs.po


Разница между файлами не показана из-за своего большого размера
+ 555 - 438
po/de.po


+ 158 - 131
po/dpkg.pot

@@ -6,7 +6,7 @@
 msgid ""
 msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2001-01-14 12:29-0600\n"
+"POT-Creation-Date: 2001-03-09 21:27+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -747,74 +747,74 @@ msgstr ""
 msgid "failed to realloc for variable buffer"
 msgid "failed to realloc for variable buffer"
 msgstr ""
 msgstr ""
 
 
-#: main/archives.c:102
+#: main/archives.c:106
 msgid "process_archive ...  already disappeared !"
 msgid "process_archive ...  already disappeared !"
 msgstr ""
 msgstr ""
 
 
-#: main/archives.c:122
+#: main/archives.c:126
 msgid "error reading from dpkg-deb pipe"
 msgid "error reading from dpkg-deb pipe"
 msgstr ""
 msgstr ""
 
 
-#: main/archives.c:159
+#: main/archives.c:163
 #, c-format
 #, c-format
 msgid "error setting timestamps of `%.255s'"
 msgid "error setting timestamps of `%.255s'"
 msgstr ""
 msgstr ""
 
 
-#: main/archives.c:166 main/archives.c:408
+#: main/archives.c:170 main/archives.c:420
 #, c-format
 #, c-format
 msgid "error setting ownership of `%.255s'"
 msgid "error setting ownership of `%.255s'"
 msgstr ""
 msgstr ""
 
 
-#: main/archives.c:168 main/archives.c:411
+#: main/archives.c:172 main/archives.c:423
 #, c-format
 #, c-format
 msgid "error setting permissions of `%.255s'"
 msgid "error setting permissions of `%.255s'"
 msgstr ""
 msgstr ""
 
 
-#: main/archives.c:248
+#: main/archives.c:260
 #, c-format
 #, c-format
 msgid ""
 msgid ""
 "trying to overwrite `%.250s', which is the diverted version of "
 "trying to overwrite `%.250s', which is the diverted version of "
 "`%.250s'%.10s%.100s%.10s"
 "`%.250s'%.10s%.100s%.10s"
 msgstr ""
 msgstr ""
 
 
-#: main/archives.c:252
+#: main/archives.c:264
 msgid " (package: "
 msgid " (package: "
 msgstr ""
 msgstr ""
 
 
-#: main/archives.c:274
+#: main/archives.c:286
 #, c-format
 #, c-format
 msgid "unable to stat `%.255s' (which I was about to install)"
 msgid "unable to stat `%.255s' (which I was about to install)"
 msgstr ""
 msgstr ""
 
 
-#: main/archives.c:282
+#: main/archives.c:294
 #, c-format
 #, c-format
 msgid ""
 msgid ""
 "unable to clean up mess surrounding `%.255s' before installing another "
 "unable to clean up mess surrounding `%.255s' before installing another "
 "version"
 "version"
 msgstr ""
 msgstr ""
 
 
-#: main/archives.c:288
+#: main/archives.c:300
 #, c-format
 #, c-format
 msgid "unable to stat restored `%.255s' before installing another version"
 msgid "unable to stat restored `%.255s' before installing another version"
 msgstr ""
 msgstr ""
 
 
-#: main/archives.c:320
+#: main/archives.c:332
 #, c-format
 #, c-format
 msgid "archive contained object `%.255s' of unknown type 0x%x"
 msgid "archive contained object `%.255s' of unknown type 0x%x"
 msgstr ""
 msgstr ""
 
 
-#: main/archives.c:351
+#: main/archives.c:363
 #, c-format
 #, c-format
 msgid "Replacing files in old package %s ...\n"
 msgid "Replacing files in old package %s ...\n"
 msgstr ""
 msgstr ""
 
 
-#: main/archives.c:355
+#: main/archives.c:367
 #, c-format
 #, c-format
 msgid ""
 msgid ""
 "trying to overwrite directory `%.250s' in package %.250s with nondirectory"
 "trying to overwrite directory `%.250s' in package %.250s with nondirectory"
 msgstr ""
 msgstr ""
 
 
-#: main/archives.c:365
+#: main/archives.c:377
 #, c-format
 #, c-format
 msgid "trying to overwrite `%.250s', which is also in package %.250s"
 msgid "trying to overwrite `%.250s', which is also in package %.250s"
 msgstr ""
 msgstr ""
@@ -822,208 +822,208 @@ msgstr ""
 #. Now that we have verified everything its time to actually
 #. Now that we have verified everything its time to actually
 #. * build something. Lets start by making the ar-wrapper.
 #. * build something. Lets start by making the ar-wrapper.
 #.
 #.
-#: dpkg-deb/build.c:365 main/archives.c:393
+#: dpkg-deb/build.c:365 main/archives.c:405
 #, c-format
 #, c-format
 msgid "unable to create `%.255s'"
 msgid "unable to create `%.255s'"
 msgstr ""
 msgstr ""
 
 
-#: main/archives.c:397
+#: main/archives.c:409
 #, c-format
 #, c-format
 msgid "backend dpkg-deb during `%.255s'"
 msgid "backend dpkg-deb during `%.255s'"
 msgstr ""
 msgstr ""
 
 
-#: main/archives.c:414
+#: main/archives.c:426
 #, c-format
 #, c-format
 msgid "error closing/writing `%.255s'"
 msgid "error closing/writing `%.255s'"
 msgstr ""
 msgstr ""
 
 
-#: main/archives.c:419
+#: main/archives.c:431
 #, c-format
 #, c-format
 msgid "error creating pipe `%.255s'"
 msgid "error creating pipe `%.255s'"
 msgstr ""
 msgstr ""
 
 
-#: main/archives.c:425
+#: main/archives.c:437
 #, c-format
 #, c-format
 msgid "error creating device `%.255s'"
 msgid "error creating device `%.255s'"
 msgstr ""
 msgstr ""
 
 
-#: main/archives.c:434
+#: main/archives.c:446
 #, c-format
 #, c-format
 msgid "error creating hard link `%.255s'"
 msgid "error creating hard link `%.255s'"
 msgstr ""
 msgstr ""
 
 
-#: main/archives.c:441
+#: main/archives.c:453
 #, c-format
 #, c-format
 msgid "error creating symbolic link `%.255s'"
 msgid "error creating symbolic link `%.255s'"
 msgstr ""
 msgstr ""
 
 
-#: main/archives.c:450
+#: main/archives.c:462
 #, c-format
 #, c-format
 msgid "error setting ownership of symlink `%.255s'"
 msgid "error setting ownership of symlink `%.255s'"
 msgstr ""
 msgstr ""
 
 
-#: main/archives.c:455
+#: main/archives.c:467
 #, c-format
 #, c-format
 msgid "error creating directory `%.255s'"
 msgid "error creating directory `%.255s'"
 msgstr ""
 msgstr ""
 
 
-#: main/archives.c:490
+#: main/archives.c:502
 #, c-format
 #, c-format
 msgid "unable to move aside `%.255s' to install new version"
 msgid "unable to move aside `%.255s' to install new version"
 msgstr ""
 msgstr ""
 
 
-#: main/archives.c:499
+#: main/archives.c:511
 #, c-format
 #, c-format
 msgid "unable to read link `%.255s'"
 msgid "unable to read link `%.255s'"
 msgstr ""
 msgstr ""
 
 
-#: main/archives.c:503
+#: main/archives.c:515
 #, c-format
 #, c-format
 msgid "unable to make backup symlink for `%.255s'"
 msgid "unable to make backup symlink for `%.255s'"
 msgstr ""
 msgstr ""
 
 
-#: main/archives.c:509
+#: main/archives.c:521
 #, c-format
 #, c-format
 msgid "unable to chown backup symlink for `%.255s'"
 msgid "unable to chown backup symlink for `%.255s'"
 msgstr ""
 msgstr ""
 
 
-#: main/archives.c:513
+#: main/archives.c:525
 #, c-format
 #, c-format
 msgid "unable to make backup link of `%.255s' before installing new version"
 msgid "unable to make backup link of `%.255s' before installing new version"
 msgstr ""
 msgstr ""
 
 
-#: main/archives.c:519
+#: main/archives.c:531
 #, c-format
 #, c-format
 msgid "unable to install new version of `%.255s'"
 msgid "unable to install new version of `%.255s'"
 msgstr ""
 msgstr ""
 
 
-#: main/archives.c:533
+#: main/archives.c:545
 #, c-format
 #, c-format
 msgid ""
 msgid ""
 "dpkg: warning - ignoring dependency problem with removal of %s:\n"
 "dpkg: warning - ignoring dependency problem with removal of %s:\n"
 "%s"
 "%s"
 msgstr ""
 msgstr ""
 
 
-#: main/archives.c:540
+#: main/archives.c:552
 #, c-format
 #, c-format
 msgid ""
 msgid ""
 "dpkg: warning - considering deconfiguration of essential\n"
 "dpkg: warning - considering deconfiguration of essential\n"
 " package %s, to enable removal of %s.\n"
 " package %s, to enable removal of %s.\n"
 msgstr ""
 msgstr ""
 
 
-#: main/archives.c:544
+#: main/archives.c:556
 #, c-format
 #, c-format
 msgid ""
 msgid ""
 "dpkg: no, %s is essential, will not deconfigure\n"
 "dpkg: no, %s is essential, will not deconfigure\n"
 " it in order to enable removal of %s.\n"
 " it in order to enable removal of %s.\n"
 msgstr ""
 msgstr ""
 
 
-#: main/archives.c:557
+#: main/archives.c:569
 #, c-format
 #, c-format
 msgid ""
 msgid ""
 "dpkg: no, cannot remove %s (--auto-deconfigure will help):\n"
 "dpkg: no, cannot remove %s (--auto-deconfigure will help):\n"
 "%s"
 "%s"
 msgstr ""
 msgstr ""
 
 
-#: main/archives.c:591
+#: main/archives.c:603
 #, c-format
 #, c-format
 msgid "dpkg: considering removing %s in favour of %s ...\n"
 msgid "dpkg: considering removing %s in favour of %s ...\n"
 msgstr ""
 msgstr ""
 
 
-#: main/archives.c:595
+#: main/archives.c:607
 #, c-format
 #, c-format
 msgid "%s is not properly installed - ignoring any dependencies on it.\n"
 msgid "%s is not properly installed - ignoring any dependencies on it.\n"
 msgstr ""
 msgstr ""
 
 
-#: main/archives.c:622
+#: main/archives.c:634
 #, c-format
 #, c-format
 msgid "dpkg: may have trouble removing %s, as it provides %s ...\n"
 msgid "dpkg: may have trouble removing %s, as it provides %s ...\n"
 msgstr ""
 msgstr ""
 
 
-#: main/archives.c:637
+#: main/archives.c:649
 #, c-format
 #, c-format
 msgid ""
 msgid ""
 "dpkg: package %s requires reinstallation, but will remove anyway as you "
 "dpkg: package %s requires reinstallation, but will remove anyway as you "
 "request.\n"
 "request.\n"
 msgstr ""
 msgstr ""
 
 
-#: main/archives.c:640
+#: main/archives.c:652
 #, c-format
 #, c-format
 msgid "dpkg: package %s requires reinstallation, will not remove.\n"
 msgid "dpkg: package %s requires reinstallation, will not remove.\n"
 msgstr ""
 msgstr ""
 
 
-#: main/archives.c:653
+#: main/archives.c:665
 #, c-format
 #, c-format
 msgid "dpkg: yes, will remove %s in favour of %s.\n"
 msgid "dpkg: yes, will remove %s in favour of %s.\n"
 msgstr ""
 msgstr ""
 
 
-#: main/archives.c:661
+#: main/archives.c:673
 #, c-format
 #, c-format
 msgid ""
 msgid ""
 "dpkg: regarding %s containing %s:\n"
 "dpkg: regarding %s containing %s:\n"
 "%s"
 "%s"
 msgstr ""
 msgstr ""
 
 
-#: main/archives.c:664
+#: main/archives.c:676
 #, c-format
 #, c-format
 msgid "conflicting packages - not installing %.250s"
 msgid "conflicting packages - not installing %.250s"
 msgstr ""
 msgstr ""
 
 
-#: main/archives.c:665
+#: main/archives.c:677
 msgid "dpkg: warning - ignoring conflict, may proceed anyway !\n"
 msgid "dpkg: warning - ignoring conflict, may proceed anyway !\n"
 msgstr ""
 msgstr ""
 
 
-#: main/archives.c:708
+#: main/archives.c:718
 #, c-format
 #, c-format
 msgid "--%s --recursive needs at least one path argument"
 msgid "--%s --recursive needs at least one path argument"
 msgstr ""
 msgstr ""
 
 
-#: main/archives.c:737
+#: main/archives.c:747
 msgid "failed to exec find for --recursive"
 msgid "failed to exec find for --recursive"
 msgstr ""
 msgstr ""
 
 
-#: main/archives.c:742
+#: main/archives.c:752
 msgid "failed to fdopen find's pipe"
 msgid "failed to fdopen find's pipe"
 msgstr ""
 msgstr ""
 
 
-#: main/archives.c:748
+#: main/archives.c:758
 msgid "error reading find's pipe"
 msgid "error reading find's pipe"
 msgstr ""
 msgstr ""
 
 
-#: main/archives.c:749
+#: main/archives.c:759
 msgid "error closing find's pipe"
 msgid "error closing find's pipe"
 msgstr ""
 msgstr ""
 
 
-#: main/archives.c:753
+#: main/archives.c:763
 msgid "searched, but found no packages (files matching *.deb)"
 msgid "searched, but found no packages (files matching *.deb)"
 msgstr ""
 msgstr ""
 
 
-#: main/archives.c:769
+#: main/archives.c:779
 #, c-format
 #, c-format
 msgid "--%s needs at least one package archive file argument"
 msgid "--%s needs at least one package archive file argument"
 msgstr ""
 msgstr ""
 
 
-#: main/archives.c:839
+#: main/archives.c:849
 #, c-format
 #, c-format
 msgid "Selecting previously deselected package %s.\n"
 msgid "Selecting previously deselected package %s.\n"
 msgstr ""
 msgstr ""
 
 
-#: main/archives.c:844
+#: main/archives.c:854
 #, c-format
 #, c-format
 msgid "Skipping deselected package %s.\n"
 msgid "Skipping deselected package %s.\n"
 msgstr ""
 msgstr ""
 
 
-#: main/archives.c:858
+#: main/archives.c:868
 #, c-format
 #, c-format
 msgid "Version %.250s of %.250s already installed, skipping.\n"
 msgid "Version %.250s of %.250s already installed, skipping.\n"
 msgstr ""
 msgstr ""
 
 
-#: main/archives.c:870
+#: main/archives.c:880
 #, c-format
 #, c-format
 msgid "%s - warning: downgrading %.250s from %.250s to %.250s.\n"
 msgid "%s - warning: downgrading %.250s from %.250s to %.250s.\n"
 msgstr ""
 msgstr ""
 
 
-#: main/archives.c:876
+#: main/archives.c:886
 #, c-format
 #, c-format
 msgid "Will not downgrade %.250s from version %.250s to %.250s, skipping.\n"
 msgid "Will not downgrade %.250s from version %.250s to %.250s, skipping.\n"
 msgstr ""
 msgstr ""
@@ -1948,65 +1948,65 @@ msgstr ""
 msgid "unable to set execute permissions on `%.250s'"
 msgid "unable to set execute permissions on `%.250s'"
 msgstr ""
 msgstr ""
 
 
-#: main/help.c:292
+#: main/help.c:298
 #, c-format
 #, c-format
 msgid "unable to stat installed %s script `%.250s'"
 msgid "unable to stat installed %s script `%.250s'"
 msgstr ""
 msgstr ""
 
 
-#: main/help.c:294 main/help.c:350 main/help.c:370
+#: main/help.c:300 main/help.c:356 main/help.c:376
 #, c-format
 #, c-format
 msgid "unable to execute %s"
 msgid "unable to execute %s"
 msgstr ""
 msgstr ""
 
 
-#: main/help.c:318
+#: main/help.c:324
 #, c-format
 #, c-format
 msgid "unable to stat new %s script `%.250s'"
 msgid "unable to stat new %s script `%.250s'"
 msgstr ""
 msgstr ""
 
 
-#: main/help.c:320
+#: main/help.c:326
 #, c-format
 #, c-format
 msgid "unable to execute new %s"
 msgid "unable to execute new %s"
 msgstr ""
 msgstr ""
 
 
-#: main/help.c:339
+#: main/help.c:345
 #, c-format
 #, c-format
 msgid "old %s script"
 msgid "old %s script"
 msgstr ""
 msgstr ""
 
 
-#: main/help.c:347
+#: main/help.c:353
 #, c-format
 #, c-format
 msgid "dpkg: warning - unable to stat %s `%.250s': %s\n"
 msgid "dpkg: warning - unable to stat %s `%.250s': %s\n"
 msgstr ""
 msgstr ""
 
 
-#: main/help.c:354
+#: main/help.c:360
 msgid "dpkg - trying script from the new package instead ...\n"
 msgid "dpkg - trying script from the new package instead ...\n"
 msgstr ""
 msgstr ""
 
 
-#: main/help.c:361
+#: main/help.c:367
 #, c-format
 #, c-format
 msgid "new %s script"
 msgid "new %s script"
 msgstr ""
 msgstr ""
 
 
-#: main/help.c:365
+#: main/help.c:371
 msgid "there is no script in the new version of the package - giving up"
 msgid "there is no script in the new version of the package - giving up"
 msgstr ""
 msgstr ""
 
 
-#: main/help.c:367
+#: main/help.c:373
 #, c-format
 #, c-format
 msgid "unable to stat %s `%.250s'"
 msgid "unable to stat %s `%.250s'"
 msgstr ""
 msgstr ""
 
 
-#: main/help.c:371
+#: main/help.c:377
 msgid "dpkg: ... it looks like that went OK.\n"
 msgid "dpkg: ... it looks like that went OK.\n"
 msgstr ""
 msgstr ""
 
 
 #. Huh ?
 #. Huh ?
-#: main/help.c:466
+#: main/help.c:472
 #, c-format
 #, c-format
 msgid "failed to rmdir/unlink `%.255s'"
 msgid "failed to rmdir/unlink `%.255s'"
 msgstr ""
 msgstr ""
 
 
-#: dpkg-deb/info.c:52 main/help.c:470
+#: dpkg-deb/info.c:52 main/help.c:476
 msgid "failed to exec rm for cleanup"
 msgid "failed to exec rm for cleanup"
 msgstr ""
 msgstr ""
 
 
@@ -2078,8 +2078,6 @@ msgid ""
 "installed\n"
 "installed\n"
 "  -B|--auto-deconfigure      Install even if it would break some other "
 "  -B|--auto-deconfigure      Install even if it would break some other "
 "package\n"
 "package\n"
-"  --largemem | --smallmem    Optimise for large (>4Mb) or small (<4Mb) RAM "
-"use\n"
 "  --no-act                   Just say what we would do - don't do it\n"
 "  --no-act                   Just say what we would do - don't do it\n"
 "  -D|--debug=<octal>         Enable debugging - see -Dhelp or --debug=help\n"
 "  -D|--debug=<octal>         Enable debugging - see -Dhelp or --debug=help\n"
 "  --status-fd <n>            Send status change updates to file descriptor "
 "  --status-fd <n>            Send status change updates to file descriptor "
@@ -2097,7 +2095,7 @@ msgid ""
 "Use `dselect' for user-friendly package management.\n"
 "Use `dselect' for user-friendly package management.\n"
 msgstr ""
 msgstr ""
 
 
-#: main/main.c:120
+#: main/main.c:119
 msgid ""
 msgid ""
 "Type dpkg --help for help about installing and deinstalling packages [*];\n"
 "Type dpkg --help for help about installing and deinstalling packages [*];\n"
 "Use dselect for user-friendly package management;\n"
 "Use dselect for user-friendly package management;\n"
@@ -2111,17 +2109,17 @@ msgid ""
 "`more' !"
 "`more' !"
 msgstr ""
 msgstr ""
 
 
-#: dpkg-deb/main.c:135 main/main.c:181 split/main.c:142
+#: dpkg-deb/main.c:135 main/main.c:182 split/main.c:142
 #, c-format
 #, c-format
 msgid "conflicting actions --%s and --%s"
 msgid "conflicting actions --%s and --%s"
 msgstr ""
 msgstr ""
 
 
-#: main/main.c:186
+#: main/main.c:187
 #, c-format
 #, c-format
 msgid "Warning: obselete option `--%s'\n"
 msgid "Warning: obselete option `--%s'\n"
 msgstr ""
 msgstr ""
 
 
-#: main/main.c:194
+#: main/main.c:195
 #, c-format
 #, c-format
 msgid ""
 msgid ""
 "%s debugging option, --debug=<octal> or -D<octal>:\n"
 "%s debugging option, --debug=<octal> or -D<octal>:\n"
@@ -2142,26 +2140,26 @@ msgid ""
 "Note that the meanings and values are subject to change.\n"
 "Note that the meanings and values are subject to change.\n"
 msgstr ""
 msgstr ""
 
 
-#: main/main.c:213
+#: main/main.c:214
 msgid "--debug requires an octal argument"
 msgid "--debug requires an octal argument"
 msgstr ""
 msgstr ""
 
 
-#: main/main.c:237
+#: main/main.c:238
 #, c-format
 #, c-format
 msgid "null package name in --ignore-depends comma-separated list `%.250s'"
 msgid "null package name in --ignore-depends comma-separated list `%.250s'"
 msgstr ""
 msgstr ""
 
 
-#: main/main.c:243
+#: main/main.c:244
 #, c-format
 #, c-format
 msgid "--ignore-depends requires a legal package name. `%.250s' is not; %s"
 msgid "--ignore-depends requires a legal package name. `%.250s' is not; %s"
 msgstr ""
 msgstr ""
 
 
-#: main/main.c:259 main/main.c:277
+#: main/main.c:260 main/main.c:278
 #, c-format
 #, c-format
 msgid "invalid integer for --%s: `%.250s'"
 msgid "invalid integer for --%s: `%.250s'"
 msgstr ""
 msgstr ""
 
 
-#: main/main.c:287
+#: main/main.c:288
 #, c-format
 #, c-format
 msgid ""
 msgid ""
 "%s forcing options - control behaviour when problems found:\n"
 "%s forcing options - control behaviour when problems found:\n"
@@ -2179,6 +2177,8 @@ msgid ""
 "  overwrite              Overwrite a file from one package with another\n"
 "  overwrite              Overwrite a file from one package with another\n"
 "  overwrite-diverted     Overwrite a diverted file with an undiverted "
 "  overwrite-diverted     Overwrite a diverted file with an undiverted "
 "version\n"
 "version\n"
+"  bad-verify             Install a package even if it fails authenticity "
+"check\n"
 "  depends-version [!]    Turn dependency version problems into warnings\n"
 "  depends-version [!]    Turn dependency version problems into warnings\n"
 "  depends [!]            Turn all dependency problems into warnings\n"
 "  depends [!]            Turn all dependency problems into warnings\n"
 "  confnew [!]            Always use the new config files, don't prompt\n"
 "  confnew [!]            Always use the new config files, don't prompt\n"
@@ -2200,38 +2200,38 @@ msgid ""
 "Forcing options marked [*] are enabled by default.\n"
 "Forcing options marked [*] are enabled by default.\n"
 msgstr ""
 msgstr ""
 
 
-#: main/main.c:331
+#: main/main.c:333
 #, c-format
 #, c-format
 msgid "unknown force/refuse option `%.*s'"
 msgid "unknown force/refuse option `%.*s'"
 msgstr ""
 msgstr ""
 
 
-#: main/main.c:417
+#: main/main.c:419
 msgid "failed to exec dpkg-deb"
 msgid "failed to exec dpkg-deb"
 msgstr ""
 msgstr ""
 
 
-#: main/main.c:429
+#: main/main.c:431
 msgid "--command-fd takes 1 argument, not 0"
 msgid "--command-fd takes 1 argument, not 0"
 msgstr ""
 msgstr ""
 
 
-#: main/main.c:430
+#: main/main.c:432
 msgid "--command-fd only takes 1 argument"
 msgid "--command-fd only takes 1 argument"
 msgstr ""
 msgstr ""
 
 
-#: main/main.c:432
+#: main/main.c:434
 msgid "invalid number for --command-fd"
 msgid "invalid number for --command-fd"
 msgstr ""
 msgstr ""
 
 
-#: main/main.c:434
+#: main/main.c:436
 #, c-format
 #, c-format
 msgid "couldn't open `%i' for stream"
 msgid "couldn't open `%i' for stream"
 msgstr ""
 msgstr ""
 
 
-#: main/main.c:459
+#: main/main.c:461
 #, c-format
 #, c-format
 msgid "unexpected eof before end of line %d"
 msgid "unexpected eof before end of line %d"
 msgstr ""
 msgstr ""
 
 
-#: dpkg-deb/main.c:155 main/main.c:498 main/main.c:542 split/main.c:163
+#: dpkg-deb/main.c:155 main/main.c:500 main/main.c:544 split/main.c:163
 msgid "need an action option"
 msgid "need an action option"
 msgstr ""
 msgstr ""
 
 
@@ -2319,156 +2319,183 @@ msgstr ""
 msgid "reassembled package file"
 msgid "reassembled package file"
 msgstr ""
 msgstr ""
 
 
-#: main/processarc.c:141
+#. Verify the package.
+#. We have verifier
+#: main/processarc.c:142
+#, c-format
+msgid "Authenticating %s ...\n"
+msgstr ""
+
+#: main/processarc.c:147
+msgid "failed to execl debsig-verify"
+msgstr ""
+
+#: main/processarc.c:153
+#, c-format
+msgid "Verification on package %s failed!"
+msgstr ""
+
+#: main/processarc.c:155
+#, c-format
+msgid ""
+"Verification on package %s failed,\n"
+"but installing anyway as you request.\n"
+msgstr ""
+
+#: main/processarc.c:158
+msgid "passed\n"
+msgstr ""
+
+#: main/processarc.c:166
 msgid "unable to get unique filename for control info"
 msgid "unable to get unique filename for control info"
 msgstr ""
 msgstr ""
 
 
-#: main/processarc.c:163
+#: main/processarc.c:188
 msgid "failed to exec dpkg-deb to extract control information"
 msgid "failed to exec dpkg-deb to extract control information"
 msgstr ""
 msgstr ""
 
 
-#: main/processarc.c:179
+#: main/processarc.c:204
 #, c-format
 #, c-format
 msgid "Recorded info about %s from %s.\n"
 msgid "Recorded info about %s from %s.\n"
 msgstr ""
 msgstr ""
 
 
-#: main/processarc.c:188
+#: main/processarc.c:213
 #, c-format
 #, c-format
 msgid "package architecture (%s) does not match system (%s)"
 msgid "package architecture (%s) does not match system (%s)"
 msgstr ""
 msgstr ""
 
 
-#: main/processarc.c:239
+#: main/processarc.c:264
 #, c-format
 #, c-format
 msgid ""
 msgid ""
 "dpkg: regarding %s containing %s, pre-dependency problem:\n"
 "dpkg: regarding %s containing %s, pre-dependency problem:\n"
 "%s"
 "%s"
 msgstr ""
 msgstr ""
 
 
-#: main/processarc.c:242
+#: main/processarc.c:267
 #, c-format
 #, c-format
 msgid "pre-dependency problem - not installing %.250s"
 msgid "pre-dependency problem - not installing %.250s"
 msgstr ""
 msgstr ""
 
 
-#: main/processarc.c:243
+#: main/processarc.c:268
 msgid "dpkg: warning - ignoring pre-dependency problem !\n"
 msgid "dpkg: warning - ignoring pre-dependency problem !\n"
 msgstr ""
 msgstr ""
 
 
-#: main/processarc.c:257
+#: main/processarc.c:282
 #, c-format
 #, c-format
 msgid "Preparing to replace %s %s (using %s) ...\n"
 msgid "Preparing to replace %s %s (using %s) ...\n"
 msgstr ""
 msgstr ""
 
 
-#: main/processarc.c:262
+#: main/processarc.c:287
 #, c-format
 #, c-format
 msgid "Unpacking %s (from %s) ...\n"
 msgid "Unpacking %s (from %s) ...\n"
 msgstr ""
 msgstr ""
 
 
-#: main/processarc.c:282
+#: main/processarc.c:307
 #, c-format
 #, c-format
 msgid "name of conffile (starting `%.250s') is too long (>%d characters)"
 msgid "name of conffile (starting `%.250s') is too long (>%d characters)"
 msgstr ""
 msgstr ""
 
 
-#: main/processarc.c:336
+#: main/processarc.c:361
 #, c-format
 #, c-format
 msgid "read error in %.250s"
 msgid "read error in %.250s"
 msgstr ""
 msgstr ""
 
 
 #. conff= fopen()
 #. conff= fopen()
-#: main/processarc.c:338
+#: main/processarc.c:363
 #, c-format
 #, c-format
 msgid "error closing %.250s"
 msgid "error closing %.250s"
 msgstr ""
 msgstr ""
 
 
-#: main/processarc.c:340
+#: main/processarc.c:365
 #, c-format
 #, c-format
 msgid "error trying to open %.250s"
 msgid "error trying to open %.250s"
 msgstr ""
 msgstr ""
 
 
-#: main/processarc.c:373
+#: main/processarc.c:398
 #, c-format
 #, c-format
 msgid "De-configuring %s, so that we can remove %s ...\n"
 msgid "De-configuring %s, so that we can remove %s ...\n"
 msgstr ""
 msgstr ""
 
 
-#: main/processarc.c:431
+#: main/processarc.c:456
 #, c-format
 #, c-format
 msgid "Unpacking replacement %.250s ...\n"
 msgid "Unpacking replacement %.250s ...\n"
 msgstr ""
 msgstr ""
 
 
-#: main/processarc.c:510
+#: main/processarc.c:535
 msgid "unable to exec dpkg-deb to get filesystem archive"
 msgid "unable to exec dpkg-deb to get filesystem archive"
 msgstr ""
 msgstr ""
 
 
-#: main/processarc.c:523
+#: main/processarc.c:548
 msgid "error reading dpkg-deb tar output"
 msgid "error reading dpkg-deb tar output"
 msgstr ""
 msgstr ""
 
 
-#: main/processarc.c:525
+#: main/processarc.c:550
 msgid "corrupted filesystem tarfile - corrupted package archive"
 msgid "corrupted filesystem tarfile - corrupted package archive"
 msgstr ""
 msgstr ""
 
 
-#: main/processarc.c:528
+#: main/processarc.c:553
 msgid "dpkg-deb: zap possible trailing zeros"
 msgid "dpkg-deb: zap possible trailing zeros"
 msgstr ""
 msgstr ""
 
 
-#: main/processarc.c:620
+#: main/processarc.c:645
 #, c-format
 #, c-format
 msgid "dpkg: warning - unable to delete old file `%.250s': %s\n"
 msgid "dpkg: warning - unable to delete old file `%.250s': %s\n"
 msgstr ""
 msgstr ""
 
 
-#: main/processarc.c:642 main/processarc.c:877 main/remove.c:287
+#: main/processarc.c:667 main/processarc.c:902 main/remove.c:287
 msgid "cannot read info directory"
 msgid "cannot read info directory"
 msgstr ""
 msgstr ""
 
 
-#: main/processarc.c:655
+#: main/processarc.c:680
 #, c-format
 #, c-format
 msgid "old version of package has overly-long info file name starting `%.250s'"
 msgid "old version of package has overly-long info file name starting `%.250s'"
 msgstr ""
 msgstr ""
 
 
-#: main/processarc.c:667
+#: main/processarc.c:692
 #, c-format
 #, c-format
 msgid "unable to remove obsolete info file `%.250s'"
 msgid "unable to remove obsolete info file `%.250s'"
 msgstr ""
 msgstr ""
 
 
-#: main/processarc.c:670
+#: main/processarc.c:695
 #, c-format
 #, c-format
 msgid "unable to install (supposed) new info file `%.250s'"
 msgid "unable to install (supposed) new info file `%.250s'"
 msgstr ""
 msgstr ""
 
 
-#: main/processarc.c:677
+#: main/processarc.c:702
 msgid "unable to open temp control directory"
 msgid "unable to open temp control directory"
 msgstr ""
 msgstr ""
 
 
-#: main/processarc.c:686
+#: main/processarc.c:711
 #, c-format
 #, c-format
 msgid "package contains overly-long control info file name (starting `%.50s')"
 msgid "package contains overly-long control info file name (starting `%.50s')"
 msgstr ""
 msgstr ""
 
 
-#: main/processarc.c:691
+#: main/processarc.c:716
 #, c-format
 #, c-format
 msgid "package control info contained directory `%.250s'"
 msgid "package control info contained directory `%.250s'"
 msgstr ""
 msgstr ""
 
 
-#: main/processarc.c:693
+#: main/processarc.c:718
 #, c-format
 #, c-format
 msgid "package control info rmdir of `%.250s' didn't say not a dir"
 msgid "package control info rmdir of `%.250s' didn't say not a dir"
 msgstr ""
 msgstr ""
 
 
-#: main/processarc.c:699
+#: main/processarc.c:724
 #, c-format
 #, c-format
 msgid "dpkg: warning - package %s contained list as info file"
 msgid "dpkg: warning - package %s contained list as info file"
 msgstr ""
 msgstr ""
 
 
-#: main/processarc.c:706
+#: main/processarc.c:731
 #, c-format
 #, c-format
 msgid "unable to install new info file `%.250s' as `%.250s'"
 msgid "unable to install new info file `%.250s' as `%.250s'"
 msgstr ""
 msgstr ""
 
 
-#: main/processarc.c:857
+#: main/processarc.c:882
 #, c-format
 #, c-format
 msgid "(Noting disappearance of %s, which has been completely replaced.)\n"
 msgid "(Noting disappearance of %s, which has been completely replaced.)\n"
 msgstr ""
 msgstr ""
 
 
-#: main/processarc.c:893
+#: main/processarc.c:918
 #, c-format
 #, c-format
 msgid "unable to delete disappearing control info file `%.250s'"
 msgid "unable to delete disappearing control info file `%.250s'"
 msgstr ""
 msgstr ""
@@ -3565,21 +3592,21 @@ msgstr ""
 msgid "unable to exec mksplit"
 msgid "unable to exec mksplit"
 msgstr ""
 msgstr ""
 
 
-#: utils/md5sum.c:59
+#: utils/md5sum.c:60
 msgid "Type md5sum --help for help."
 msgid "Type md5sum --help for help."
 msgstr ""
 msgstr ""
 
 
-#: utils/md5sum.c:110
+#: utils/md5sum.c:111
 #, c-format
 #, c-format
 msgid "%s: read error on stdin\n"
 msgid "%s: read error on stdin\n"
 msgstr ""
 msgstr ""
 
 
-#: utils/md5sum.c:127 utils/md5sum.c:237
+#: utils/md5sum.c:128 utils/md5sum.c:238
 #, c-format
 #, c-format
 msgid "%s: error reading %s\n"
 msgid "%s: error reading %s\n"
 msgstr ""
 msgstr ""
 
 
-#: utils/md5sum.c:140
+#: utils/md5sum.c:141
 msgid ""
 msgid ""
 "usage: md5sum [-bv] [-c [file]] | [file...]\n"
 "usage: md5sum [-bv] [-c [file]] | [file...]\n"
 "Generates or checks MD5 Message Digests\n"
 "Generates or checks MD5 Message Digests\n"
@@ -3590,39 +3617,39 @@ msgid ""
 "that is printed on stdout by this program when it generates digests.\n"
 "that is printed on stdout by this program when it generates digests.\n"
 msgstr ""
 msgstr ""
 
 
-#: utils/md5sum.c:153
+#: utils/md5sum.c:154
 msgid "mdfile"
 msgid "mdfile"
 msgstr ""
 msgstr ""
 
 
-#: utils/md5sum.c:198
+#: utils/md5sum.c:199
 #, c-format
 #, c-format
 msgid "%s: unrecognized line: %s"
 msgid "%s: unrecognized line: %s"
 msgstr ""
 msgstr ""
 
 
-#: utils/md5sum.c:232
+#: utils/md5sum.c:233
 #, c-format
 #, c-format
 msgid "%s: can't open %s\n"
 msgid "%s: can't open %s\n"
 msgstr ""
 msgstr ""
 
 
-#: utils/md5sum.c:245
+#: utils/md5sum.c:246
 msgid "FAILED\n"
 msgid "FAILED\n"
 msgstr ""
 msgstr ""
 
 
-#: utils/md5sum.c:247
+#: utils/md5sum.c:248
 #, c-format
 #, c-format
 msgid "%s: MD5 check failed for '%s'\n"
 msgid "%s: MD5 check failed for '%s'\n"
 msgstr ""
 msgstr ""
 
 
-#: utils/md5sum.c:250
+#: utils/md5sum.c:251
 msgid "OK\n"
 msgid "OK\n"
 msgstr ""
 msgstr ""
 
 
-#: utils/md5sum.c:254
+#: utils/md5sum.c:255
 #, c-format
 #, c-format
 msgid "%s: %d of %d file(s) failed MD5 check\n"
 msgid "%s: %d of %d file(s) failed MD5 check\n"
 msgstr ""
 msgstr ""
 
 
-#: utils/md5sum.c:256
+#: utils/md5sum.c:257
 #, c-format
 #, c-format
 msgid "%s: no files checked\n"
 msgid "%s: no files checked\n"
 msgstr ""
 msgstr ""

Разница между файлами не показана из-за своего большого размера
+ 778 - 597
po/en.po


Разница между файлами не показана из-за своего большого размера
+ 804 - 605
po/es.po


+ 177 - 113
po/fr.po

@@ -19,7 +19,7 @@
 msgid ""
 msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: Debian dpkg 1.6.13\n"
 "Project-Id-Version: Debian dpkg 1.6.13\n"
-"POT-Creation-Date: 2001-02-23 14:46+0100\n"
+"POT-Creation-Date: 2001-03-09 21:27+0100\n"
 "PO-Revision-Date: 2001-01-08 16:19+01:00\n"
 "PO-Revision-Date: 2001-01-08 16:19+01:00\n"
 "Last-Translator: Martin Quinson <mquinson@ens-lyon.fr>\n"
 "Last-Translator: Martin Quinson <mquinson@ens-lyon.fr>\n"
 "Language-Team: French\n"
 "Language-Team: French\n"
@@ -2222,66 +2222,66 @@ msgstr "impossible d'ignorer le signal %s avant le lancement du script"
 msgid "unable to set execute permissions on `%.250s'"
 msgid "unable to set execute permissions on `%.250s'"
 msgstr "impossible de paramétrer les permissions en exécution sur `%.250s'"
 msgstr "impossible de paramétrer les permissions en exécution sur `%.250s'"
 
 
-#: main/help.c:293
+#: main/help.c:298
 #, c-format
 #, c-format
 msgid "unable to stat installed %s script `%.250s'"
 msgid "unable to stat installed %s script `%.250s'"
 msgstr "impossible d'analyser le script installé %s `%.250s'"
 msgstr "impossible d'analyser le script installé %s `%.250s'"
 
 
-#: main/help.c:295 main/help.c:351 main/help.c:371
+#: main/help.c:300 main/help.c:356 main/help.c:376
 #, c-format
 #, c-format
 msgid "unable to execute %s"
 msgid "unable to execute %s"
 msgstr "impossible d'exécuter %s"
 msgstr "impossible d'exécuter %s"
 
 
-#: main/help.c:319
+#: main/help.c:324
 #, c-format
 #, c-format
 msgid "unable to stat new %s script `%.250s'"
 msgid "unable to stat new %s script `%.250s'"
 msgstr "impossible d'analyser le nouveau script %s `%.250s'"
 msgstr "impossible d'analyser le nouveau script %s `%.250s'"
 
 
-#: main/help.c:321
+#: main/help.c:326
 #, c-format
 #, c-format
 msgid "unable to execute new %s"
 msgid "unable to execute new %s"
 msgstr "impossible d'exécuter le nouveau %s"
 msgstr "impossible d'exécuter le nouveau %s"
 
 
-#: main/help.c:340
+#: main/help.c:345
 #, c-format
 #, c-format
 msgid "old %s script"
 msgid "old %s script"
 msgstr "ancien script %s"
 msgstr "ancien script %s"
 
 
-#: main/help.c:348
+#: main/help.c:353
 #, c-format
 #, c-format
 msgid "dpkg: warning - unable to stat %s `%.250s': %s\n"
 msgid "dpkg: warning - unable to stat %s `%.250s': %s\n"
 msgstr "dpkg: avertissement - impossible d'analyser %s `%.250s': %s\n"
 msgstr "dpkg: avertissement - impossible d'analyser %s `%.250s': %s\n"
 
 
-#: main/help.c:355
+#: main/help.c:360
 msgid "dpkg - trying script from the new package instead ...\n"
 msgid "dpkg - trying script from the new package instead ...\n"
 msgstr ""
 msgstr ""
 "dpkg - tentative d'exécution du script du nouveau paquet à la place ...\n"
 "dpkg - tentative d'exécution du script du nouveau paquet à la place ...\n"
 
 
-#: main/help.c:362
+#: main/help.c:367
 #, c-format
 #, c-format
 msgid "new %s script"
 msgid "new %s script"
 msgstr "nouveau script %s"
 msgstr "nouveau script %s"
 
 
-#: main/help.c:366
+#: main/help.c:371
 msgid "there is no script in the new version of the package - giving up"
 msgid "there is no script in the new version of the package - giving up"
 msgstr "il n'y a pas de script dans cette nouvelle version du paquet - abandon"
 msgstr "il n'y a pas de script dans cette nouvelle version du paquet - abandon"
 
 
-#: main/help.c:368
+#: main/help.c:373
 #, c-format
 #, c-format
 msgid "unable to stat %s `%.250s'"
 msgid "unable to stat %s `%.250s'"
 msgstr "impossible d'analyser %s `%.250s'"
 msgstr "impossible d'analyser %s `%.250s'"
 
 
-#: main/help.c:372
+#: main/help.c:377
 msgid "dpkg: ... it looks like that went OK.\n"
 msgid "dpkg: ... it looks like that went OK.\n"
 msgstr "dpkg: ... on dirait que tout a fonctionné correctement.\n"
 msgstr "dpkg: ... on dirait que tout a fonctionné correctement.\n"
 
 
 #. Huh ?
 #. Huh ?
-#: main/help.c:467
+#: main/help.c:472
 #, c-format
 #, c-format
 msgid "failed to rmdir/unlink `%.255s'"
 msgid "failed to rmdir/unlink `%.255s'"
 msgstr "échec de l'exécution de \"rmdir/unlink\" `%.255s'"
 msgstr "échec de l'exécution de \"rmdir/unlink\" `%.255s'"
 
 
-#: dpkg-deb/info.c:52 main/help.c:471
+#: dpkg-deb/info.c:52 main/help.c:476
 msgid "failed to exec rm for cleanup"
 msgid "failed to exec rm for cleanup"
 msgstr "échec de l'exécution de \"rm\" pour nettoyage"
 msgstr "échec de l'exécution de \"rm\" pour nettoyage"
 
 
@@ -2306,7 +2306,7 @@ msgstr ""
 "connaissance des détails ayant trait à la licence.  \n"
 "connaissance des détails ayant trait à la licence.  \n"
 
 
 #: main/main.c:58
 #: main/main.c:58
-#, c-format
+#, fuzzy, c-format
 msgid ""
 msgid ""
 "Usage: \n"
 "Usage: \n"
 "  dpkg -i|--install      <.deb file name> ... | -R|--recursive <dir> ...\n"
 "  dpkg -i|--install      <.deb file name> ... | -R|--recursive <dir> ...\n"
@@ -2358,8 +2358,6 @@ msgid ""
 "installed\n"
 "installed\n"
 "  -B|--auto-deconfigure      Install even if it would break some other "
 "  -B|--auto-deconfigure      Install even if it would break some other "
 "package\n"
 "package\n"
-"  --largemem | --smallmem    Optimise for large (>4Mb) or small (<4Mb) RAM "
-"use\n"
 "  --no-act                   Just say what we would do - don't do it\n"
 "  --no-act                   Just say what we would do - don't do it\n"
 "  -D|--debug=<octal>         Enable debugging - see -Dhelp or --debug=help\n"
 "  -D|--debug=<octal>         Enable debugging - see -Dhelp or --debug=help\n"
 "  --status-fd <n>            Send status change updates to file descriptor "
 "  --status-fd <n>            Send status change updates to file descriptor "
@@ -2382,58 +2380,92 @@ msgstr ""
 "  dpkg -A|--record-avail <nom fichier .deb> ... | -R|--recursive <rép> ...\n"
 "  dpkg -A|--record-avail <nom fichier .deb> ... | -R|--recursive <rép> ...\n"
 "  dpkg --configure           <nom paquet> ... | -a|--pending\n"
 "  dpkg --configure           <nom paquet> ... | -a|--pending\n"
 "  dpkg -r|--remove | --purge <nom paquet> ... | -a|--pending\n"
 "  dpkg -r|--remove | --purge <nom paquet> ... | -a|--pending\n"
-"  dpkg --get-selections [<motif> ...]     affiche la liste des sélections sur la sortie standard\n"
-"  dpkg --set-selections                   paramètre la liste des sélections à partir de l'entrée standard\n"
-"  dpkg --update-avail <fichier paquets>   remplace les informations sur les paquets disponibles\n"
-"  dpkg --merge-avail <fichier paquets>    fusionne les informations avec celles issues du fichier\n"
-"  dpkg --clear-avail                      efface les informations sur les paquets\n"
-"  dpkg --command-fd <n>                   passer des commandes en entrée sur ce descripteur de fichier\n"
-"  dpkg --forget-old-unavail               oublie les paquets non installés et non-disponibles\n"
-"  dpkg -s|--status <nom paquet> ...       affiche les détails de l'état du paquet\n"
-"  dpkg -p|--print-avail <nom paquet> ...     affiche les détails de la version disponible\n"
-"  dpkg -L|--listfiles <nom paquet> ...    liste les fichiers appartenant au(x) paquet(s)\n"
+"  dpkg --get-selections [<motif> ...]     affiche la liste des sélections "
+"sur la sortie standard\n"
+"  dpkg --set-selections                   paramètre la liste des sélections "
+"à partir de l'entrée standard\n"
+"  dpkg --update-avail <fichier paquets>   remplace les informations sur les "
+"paquets disponibles\n"
+"  dpkg --merge-avail <fichier paquets>    fusionne les informations avec "
+"celles issues du fichier\n"
+"  dpkg --clear-avail                      efface les informations sur les "
+"paquets\n"
+"  dpkg --command-fd <n>                   passer des commandes en entrée sur "
+"ce descripteur de fichier\n"
+"  dpkg --forget-old-unavail               oublie les paquets non installés "
+"et non-disponibles\n"
+"  dpkg -s|--status <nom paquet> ...       affiche les détails de l'état du "
+"paquet\n"
+"  dpkg -p|--print-avail <nom paquet> ...     affiche les détails de la "
+"version disponible\n"
+"  dpkg -L|--listfiles <nom paquet> ...    liste les fichiers appartenant "
+"au(x) paquet(s)\n"
 "  dpkg -l|--list [<motif> ...]            liste les paquets en condensé\n"
 "  dpkg -l|--list [<motif> ...]            liste les paquets en condensé\n"
-"  dpkg -S|--search <motif> ...            trouve le(s) paquet(s) contenant le(s) fichier(s)\n"
-"  dpkg -C|--audit                         cherche la présence de paquet(s) abîmé(s)\n"
-"  dpkg --print-architecture               affiche l'architecture cible (utilise GCC)\n"
-"  dpkg --print-gnu-build-architecture     affiche la version GNU de l'architecture cible\n"
-"  dpkg --print-installation-architecture  affiche l'architecture de la machine (pour l'installation)\n"
-"  dpkg --compare-versions <a> <rel> <b>   compare les numéros de version - voir ci-dessous\n"
-"  dpkg --help | --version                 affiche cette aide/le numéro de version\n"
-"  dpkg --force-help | -Dh|--debug=help    aide sur respectivement le forçage/débogage\n"
-"  dpkg --licence                          affiche les termes de la licence copyright\n"
+"  dpkg -S|--search <motif> ...            trouve le(s) paquet(s) contenant "
+"le(s) fichier(s)\n"
+"  dpkg -C|--audit                         cherche la présence de paquet(s) "
+"abîmé(s)\n"
+"  dpkg --print-architecture               affiche l'architecture cible "
+"(utilise GCC)\n"
+"  dpkg --print-gnu-build-architecture     affiche la version GNU de "
+"l'architecture cible\n"
+"  dpkg --print-installation-architecture  affiche l'architecture de la "
+"machine (pour l'installation)\n"
+"  dpkg --compare-versions <a> <rel> <b>   compare les numéros de version - "
+"voir ci-dessous\n"
+"  dpkg --help | --version                 affiche cette aide/le numéro de "
+"version\n"
+"  dpkg --force-help | -Dh|--debug=help    aide sur respectivement le "
+"forçage/débogage\n"
+"  dpkg --licence                          affiche les termes de la licence "
+"copyright\n"
 "\n"
 "\n"
 "Utiliser dpkg -b|--build|-c|--contents|-e|--control|-I|--info|-f|--field|\n"
 "Utiliser dpkg -b|--build|-c|--contents|-e|--control|-I|--info|-f|--field|\n"
-" -x|--extract|-X|--vextract|--fsys-tarfile sur les archives (taper %s --help.)\n"
+" -x|--extract|-X|--vextract|--fsys-tarfile sur les archives (taper %s "
+"--help.)\n"
 "\n"
 "\n"
 "À usage interne : dpkg --assert-support-predepends | --predep-package |\n"
 "À usage interne : dpkg --assert-support-predepends | --predep-package |\n"
 "  --assert-working-epoch | --assert-long-filenames | --assert-multi-conrep\n"
 "  --assert-working-epoch | --assert-long-filenames | --assert-multi-conrep\n"
 "\n"
 "\n"
 "Options :\n"
 "Options :\n"
 "  --admindir=<rep>           Utilise le répertoire <rep> au lieu de %s\n"
 "  --admindir=<rep>           Utilise le répertoire <rep> au lieu de %s\n"
-"  --root=<rep>               Installe sur un système alternatif dont la racine est située à un autre endroit\n"
-"  --instdir=<directory>      Change la racine d'installation sans changer le réperoire d'administration\n"
-"  -O|--selected-only         Ignore les paquets non sélectionnées pour être installés/mis à niveau\n"
-"  -E|--skip-same-version     Ignore les paquets dont la version est la même que celle installée\n"
-"  -G|--refuse-downgrade      Ignore les paquets dont la version est moins récente que celle installée\n"
-"  -B|--auto-deconfigure      Installe même si cela entraîne la rupture d'autres paquets\n"
-"  --largemem | --smallmem    Optimise pour l'utilisation avec une RAM conséquente (>4Mb) ou réduite (<4Mb)\n"
-"  --no-act                   Seulement exprimer ce que l'on voudrait faire sans rien faire\n"
-"  -D|--debug=<octal>         Activer le débogage - voir -Dhelp ou --debug=help\n"
-"  --status-fd <n>            Envoyer les mises à jour d'état au descripteur de fichier <n>\n"
+"  --root=<rep>               Installe sur un système alternatif dont la "
+"racine est située à un autre endroit\n"
+"  --instdir=<directory>      Change la racine d'installation sans changer le "
+"réperoire d'administration\n"
+"  -O|--selected-only         Ignore les paquets non sélectionnées pour être "
+"installés/mis à niveau\n"
+"  -E|--skip-same-version     Ignore les paquets dont la version est la même "
+"que celle installée\n"
+"  -G|--refuse-downgrade      Ignore les paquets dont la version est moins "
+"récente que celle installée\n"
+"  -B|--auto-deconfigure      Installe même si cela entraîne la rupture "
+"d'autres paquets\n"
+"  --largemem | --smallmem    Optimise pour l'utilisation avec une RAM "
+"conséquente (>4Mb) ou réduite (<4Mb)\n"
+"  --no-act                   Seulement exprimer ce que l'on voudrait faire "
+"sans rien faire\n"
+"  -D|--debug=<octal>         Activer le débogage - voir -Dhelp ou "
+"--debug=help\n"
+"  --status-fd <n>            Envoyer les mises à jour d'état au descripteur "
+"de fichier <n>\n"
 "  --ignore-depends=<paquet>,... Ignore les dépendances impliquant <paquet>\n"
 "  --ignore-depends=<paquet>,... Ignore les dépendances impliquant <paquet>\n"
-"  --force-...                    Outrepasser les problèmes - voir --force-help\n"
+"  --force-...                    Outrepasser les problèmes - voir "
+"--force-help\n"
 "  --no-force-...|--refuse-...    Arrêter en cas de problèmes\n"
 "  --no-force-...|--refuse-...    Arrêter en cas de problèmes\n"
 "  --abort-after <n>              Arrêt après avoir rencontré <n> erreurs\n"
 "  --abort-after <n>              Arrêt après avoir rencontré <n> erreurs\n"
 "\n"
 "\n"
 "Les opérateurs de comparaison pour --compare-versions sont les suivants :\n"
 "Les opérateurs de comparaison pour --compare-versions sont les suivants :\n"
-" lt le eq ne ge gt       (ne considérer aucune version comme plus tardive que n'importe quelle version);\n"
-" lt-nl le-nl ge-nl gt-nl (ne considérer aucune version comme plus récente que n'importe quelle version);\n"
-" < << <= = >= >> >       (uniquement pour des raison de compatibilité avec la syntaxe du fichier control).\n"
+" lt le eq ne ge gt       (ne considérer aucune version comme plus tardive "
+"que n'importe quelle version);\n"
+" lt-nl le-nl ge-nl gt-nl (ne considérer aucune version comme plus récente "
+"que n'importe quelle version);\n"
+" < << <= = >= >> >       (uniquement pour des raison de compatibilité avec "
+"la syntaxe du fichier control).\n"
 "\n"
 "\n"
 "Utiliser `dselect' pour gérer les paquets de manière plus conviviale.\n"
 "Utiliser `dselect' pour gérer les paquets de manière plus conviviale.\n"
 
 
-#: main/main.c:120
+#: main/main.c:119
 msgid ""
 msgid ""
 "Type dpkg --help for help about installing and deinstalling packages [*];\n"
 "Type dpkg --help for help about installing and deinstalling packages [*];\n"
 "Use dselect for user-friendly package management;\n"
 "Use dselect for user-friendly package management;\n"
@@ -2460,17 +2492,17 @@ msgstr ""
 "Les options marquées de [*] affichent beaucoup d'informations - tubez - les "
 "Les options marquées de [*] affichent beaucoup d'informations - tubez - les "
 "à travers `less' ou `more' !"
 "à travers `less' ou `more' !"
 
 
-#: dpkg-deb/main.c:135 main/main.c:181 split/main.c:142
+#: dpkg-deb/main.c:135 main/main.c:182 split/main.c:142
 #, c-format
 #, c-format
 msgid "conflicting actions --%s and --%s"
 msgid "conflicting actions --%s and --%s"
 msgstr "actions conflictuelles --%s et --%s"
 msgstr "actions conflictuelles --%s et --%s"
 
 
-#: main/main.c:186
+#: main/main.c:187
 #, c-format
 #, c-format
 msgid "Warning: obselete option `--%s'\n"
 msgid "Warning: obselete option `--%s'\n"
 msgstr "Attention : option obsolète `--%s'\n"
 msgstr "Attention : option obsolète `--%s'\n"
 
 
-#: main/main.c:194
+#: main/main.c:195
 #, c-format
 #, c-format
 msgid ""
 msgid ""
 "%s debugging option, --debug=<octal> or -D<octal>:\n"
 "%s debugging option, --debug=<octal> or -D<octal>:\n"
@@ -2512,30 +2544,30 @@ msgstr ""
 "Les options de débogage peuvent être groupées avec un \"ou\" logique.\n"
 "Les options de débogage peuvent être groupées avec un \"ou\" logique.\n"
 "Notez que la signification et les valeurs sont sujettes à changements.\n"
 "Notez que la signification et les valeurs sont sujettes à changements.\n"
 
 
-#: main/main.c:213
+#: main/main.c:214
 msgid "--debug requires an octal argument"
 msgid "--debug requires an octal argument"
 msgstr "--debug requiert un argument octal"
 msgstr "--debug requiert un argument octal"
 
 
-#: main/main.c:237
+#: main/main.c:238
 #, c-format
 #, c-format
 msgid "null package name in --ignore-depends comma-separated list `%.250s'"
 msgid "null package name in --ignore-depends comma-separated list `%.250s'"
 msgstr ""
 msgstr ""
 "nom de paquet vide dans la liste `%.250s' d'éléments séparés par des "
 "nom de paquet vide dans la liste `%.250s' d'éléments séparés par des "
 "virgules de --ignore-depends"
 "virgules de --ignore-depends"
 
 
-#: main/main.c:243
+#: main/main.c:244
 #, c-format
 #, c-format
 msgid "--ignore-depends requires a legal package name. `%.250s' is not; %s"
 msgid "--ignore-depends requires a legal package name. `%.250s' is not; %s"
 msgstr ""
 msgstr ""
 "--ignore-depends requiert un nom de paquet légal. `%.250s' ne l'est pas; %s"
 "--ignore-depends requiert un nom de paquet légal. `%.250s' ne l'est pas; %s"
 
 
-#: main/main.c:259 main/main.c:277
+#: main/main.c:260 main/main.c:278
 #, c-format
 #, c-format
 msgid "invalid integer for --%s: `%.250s'"
 msgid "invalid integer for --%s: `%.250s'"
 msgstr "entier incorrect pour --%s `%.250s'"
 msgstr "entier incorrect pour --%s `%.250s'"
 
 
-#: main/main.c:287
-#, c-format
+#: main/main.c:288
+#, fuzzy, c-format
 msgid ""
 msgid ""
 "%s forcing options - control behaviour when problems found:\n"
 "%s forcing options - control behaviour when problems found:\n"
 "  warn but continue:  --force-<thing>,<thing>,...\n"
 "  warn but continue:  --force-<thing>,<thing>,...\n"
@@ -2552,6 +2584,8 @@ msgid ""
 "  overwrite              Overwrite a file from one package with another\n"
 "  overwrite              Overwrite a file from one package with another\n"
 "  overwrite-diverted     Overwrite a diverted file with an undiverted "
 "  overwrite-diverted     Overwrite a diverted file with an undiverted "
 "version\n"
 "version\n"
+"  bad-verify             Install a package even if it fails authenticity "
+"check\n"
 "  depends-version [!]    Turn dependency version problems into warnings\n"
 "  depends-version [!]    Turn dependency version problems into warnings\n"
 "  depends [!]            Turn all dependency problems into warnings\n"
 "  depends [!]            Turn all dependency problems into warnings\n"
 "  confnew [!]            Always use the new config files, don't prompt\n"
 "  confnew [!]            Always use the new config files, don't prompt\n"
@@ -2623,38 +2657,38 @@ msgstr ""
 "votre installation.\n"
 "votre installation.\n"
 "Les options de forçage marquées [*] sont activées par défaut.\n"
 "Les options de forçage marquées [*] sont activées par défaut.\n"
 
 
-#: main/main.c:331
+#: main/main.c:333
 #, c-format
 #, c-format
 msgid "unknown force/refuse option `%.*s'"
 msgid "unknown force/refuse option `%.*s'"
 msgstr "option de forçage/refus `%.*s' inconnue"
 msgstr "option de forçage/refus `%.*s' inconnue"
 
 
-#: main/main.c:417
+#: main/main.c:419
 msgid "failed to exec dpkg-deb"
 msgid "failed to exec dpkg-deb"
 msgstr "échec de l'exécution de dpkg-deb"
 msgstr "échec de l'exécution de dpkg-deb"
 
 
-#: main/main.c:429
+#: main/main.c:431
 msgid "--command-fd takes 1 argument, not 0"
 msgid "--command-fd takes 1 argument, not 0"
 msgstr "--command-fd prend 1 argument, pas 0"
 msgstr "--command-fd prend 1 argument, pas 0"
 
 
-#: main/main.c:430
+#: main/main.c:432
 msgid "--command-fd only takes 1 argument"
 msgid "--command-fd only takes 1 argument"
 msgstr "--command-fd ne prend qu'un argument"
 msgstr "--command-fd ne prend qu'un argument"
 
 
-#: main/main.c:432
+#: main/main.c:434
 msgid "invalid number for --command-fd"
 msgid "invalid number for --command-fd"
 msgstr "nombre invalide pour --command-fd"
 msgstr "nombre invalide pour --command-fd"
 
 
-#: main/main.c:434
+#: main/main.c:436
 #, c-format
 #, c-format
 msgid "couldn't open `%i' for stream"
 msgid "couldn't open `%i' for stream"
 msgstr "impossible d'ouvrir le flux d'entrée `%i'"
 msgstr "impossible d'ouvrir le flux d'entrée `%i'"
 
 
-#: main/main.c:459
+#: main/main.c:461
 #, c-format
 #, c-format
 msgid "unexpected eof before end of line %d"
 msgid "unexpected eof before end of line %d"
 msgstr "EOF inattendu avant la fin de la ligne %d"
 msgstr "EOF inattendu avant la fin de la ligne %d"
 
 
-#: dpkg-deb/main.c:155 main/main.c:498 main/main.c:542 split/main.c:163
+#: dpkg-deb/main.c:155 main/main.c:500 main/main.c:544 split/main.c:163
 msgid "need an action option"
 msgid "need an action option"
 msgstr "requiert une option d'action"
 msgstr "requiert une option d'action"
 
 
@@ -2748,30 +2782,60 @@ msgstr "l'attente de dpkg-split a 
 msgid "reassembled package file"
 msgid "reassembled package file"
 msgstr "fichier du paquet rassemblé"
 msgstr "fichier du paquet rassemblé"
 
 
-#: main/processarc.c:141
+#. Verify the package.
+#. We have verifier
+#: main/processarc.c:142
+#, fuzzy, c-format
+msgid "Authenticating %s ...\n"
+msgstr "Suppression de %s ...\n"
+
+#: main/processarc.c:147
+#, fuzzy
+msgid "failed to execl debsig-verify"
+msgstr "échec de l'exécution de dpkg-deb"
+
+#: main/processarc.c:153
+#, c-format
+msgid "Verification on package %s failed!"
+msgstr ""
+
+#: main/processarc.c:155
+#, fuzzy, c-format
+msgid ""
+"Verification on package %s failed,\n"
+"but installing anyway as you request.\n"
+msgstr ""
+"Le paquet %s était à garder (on hold), traitement en cours malgré tout comme "
+"demandé\n"
+
+#: main/processarc.c:158
+msgid "passed\n"
+msgstr ""
+
+#: main/processarc.c:166
 msgid "unable to get unique filename for control info"
 msgid "unable to get unique filename for control info"
 msgstr ""
 msgstr ""
 "impossible d'obtenir un nom de fichier unique pour les informations de "
 "impossible d'obtenir un nom de fichier unique pour les informations de "
 "contrôle"
 "contrôle"
 
 
-#: main/processarc.c:163
+#: main/processarc.c:188
 msgid "failed to exec dpkg-deb to extract control information"
 msgid "failed to exec dpkg-deb to extract control information"
 msgstr ""
 msgstr ""
 "échec de l'exécution de dpkg-deb pour l'extraction des informations de "
 "échec de l'exécution de dpkg-deb pour l'extraction des informations de "
 "contrôle"
 "contrôle"
 
 
-#: main/processarc.c:179
+#: main/processarc.c:204
 #, c-format
 #, c-format
 msgid "Recorded info about %s from %s.\n"
 msgid "Recorded info about %s from %s.\n"
 msgstr "Enregistrement de l'information sur %s de %s.\n"
 msgstr "Enregistrement de l'information sur %s de %s.\n"
 
 
-#: main/processarc.c:188
+#: main/processarc.c:213
 #, c-format
 #, c-format
 msgid "package architecture (%s) does not match system (%s)"
 msgid "package architecture (%s) does not match system (%s)"
 msgstr ""
 msgstr ""
 "l'architecture du paquet (%s) ne correspond pas à celle du système (%s)"
 "l'architecture du paquet (%s) ne correspond pas à celle du système (%s)"
 
 
-#: main/processarc.c:239
+#: main/processarc.c:264
 #, c-format
 #, c-format
 msgid ""
 msgid ""
 "dpkg: regarding %s containing %s, pre-dependency problem:\n"
 "dpkg: regarding %s containing %s, pre-dependency problem:\n"
@@ -2780,145 +2844,145 @@ msgstr ""
 "dpkg: relativement à %s contenant %s, problème de pré-dépendance :\n"
 "dpkg: relativement à %s contenant %s, problème de pré-dépendance :\n"
 "%s"
 "%s"
 
 
-#: main/processarc.c:242
+#: main/processarc.c:267
 #, c-format
 #, c-format
 msgid "pre-dependency problem - not installing %.250s"
 msgid "pre-dependency problem - not installing %.250s"
 msgstr "problème de pré-dépendance - %.250s non installé"
 msgstr "problème de pré-dépendance - %.250s non installé"
 
 
-#: main/processarc.c:243
+#: main/processarc.c:268
 msgid "dpkg: warning - ignoring pre-dependency problem !\n"
 msgid "dpkg: warning - ignoring pre-dependency problem !\n"
 msgstr "dpkg: avertissement - problème de pré-dépendance ignoré !\n"
 msgstr "dpkg: avertissement - problème de pré-dépendance ignoré !\n"
 
 
-#: main/processarc.c:257
+#: main/processarc.c:282
 #, c-format
 #, c-format
 msgid "Preparing to replace %s %s (using %s) ...\n"
 msgid "Preparing to replace %s %s (using %s) ...\n"
 msgstr "Préparation du remplacement de %s %s (en utilisant %s) ...\n"
 msgstr "Préparation du remplacement de %s %s (en utilisant %s) ...\n"
 
 
-#: main/processarc.c:262
+#: main/processarc.c:287
 #, c-format
 #, c-format
 msgid "Unpacking %s (from %s) ...\n"
 msgid "Unpacking %s (from %s) ...\n"
 msgstr "Dépaquetage de %s (à partir de %s) ...\n"
 msgstr "Dépaquetage de %s (à partir de %s) ...\n"
 
 
-#: main/processarc.c:282
+#: main/processarc.c:307
 #, c-format
 #, c-format
 msgid "name of conffile (starting `%.250s') is too long (>%d characters)"
 msgid "name of conffile (starting `%.250s') is too long (>%d characters)"
 msgstr ""
 msgstr ""
 "le nom du conffile (commençant par `%.250s') est trop long (>%d caractères)"
 "le nom du conffile (commençant par `%.250s') est trop long (>%d caractères)"
 
 
-#: main/processarc.c:336
+#: main/processarc.c:361
 #, c-format
 #, c-format
 msgid "read error in %.250s"
 msgid "read error in %.250s"
 msgstr "erreur de lecture dans %.250s"
 msgstr "erreur de lecture dans %.250s"
 
 
 #. conff= fopen()
 #. conff= fopen()
-#: main/processarc.c:338
+#: main/processarc.c:363
 #, c-format
 #, c-format
 msgid "error closing %.250s"
 msgid "error closing %.250s"
 msgstr "erreur de fermeture de %.250s"
 msgstr "erreur de fermeture de %.250s"
 
 
-#: main/processarc.c:340
+#: main/processarc.c:365
 #, c-format
 #, c-format
 msgid "error trying to open %.250s"
 msgid "error trying to open %.250s"
 msgstr "erreur survenue en essayant d'ouvrir %.250s"
 msgstr "erreur survenue en essayant d'ouvrir %.250s"
 
 
-#: main/processarc.c:373
+#: main/processarc.c:398
 #, c-format
 #, c-format
 msgid "De-configuring %s, so that we can remove %s ...\n"
 msgid "De-configuring %s, so that we can remove %s ...\n"
 msgstr "Déconfiguration de %s, pour pouvoir supprimer %s ...\n"
 msgstr "Déconfiguration de %s, pour pouvoir supprimer %s ...\n"
 
 
-#: main/processarc.c:431
+#: main/processarc.c:456
 #, c-format
 #, c-format
 msgid "Unpacking replacement %.250s ...\n"
 msgid "Unpacking replacement %.250s ...\n"
 msgstr "Dépaquetage de la mise à jour de %.250s ...\n"
 msgstr "Dépaquetage de la mise à jour de %.250s ...\n"
 
 
-#: main/processarc.c:510
+#: main/processarc.c:535
 msgid "unable to exec dpkg-deb to get filesystem archive"
 msgid "unable to exec dpkg-deb to get filesystem archive"
 msgstr ""
 msgstr ""
 "impossible d'exécuter dpkg-deb pour obtenir l'archive du système de fichiers"
 "impossible d'exécuter dpkg-deb pour obtenir l'archive du système de fichiers"
 
 
-#: main/processarc.c:523
+#: main/processarc.c:548
 msgid "error reading dpkg-deb tar output"
 msgid "error reading dpkg-deb tar output"
 msgstr "erreur de lecture sur la sortie du \"tar\" de dpkg-deb"
 msgstr "erreur de lecture sur la sortie du \"tar\" de dpkg-deb"
 
 
-#: main/processarc.c:525
+#: main/processarc.c:550
 msgid "corrupted filesystem tarfile - corrupted package archive"
 msgid "corrupted filesystem tarfile - corrupted package archive"
 msgstr "archive du système de fichiers corrompue - archive du paquet corrompue"
 msgstr "archive du système de fichiers corrompue - archive du paquet corrompue"
 
 
-#: main/processarc.c:528
+#: main/processarc.c:553
 msgid "dpkg-deb: zap possible trailing zeros"
 msgid "dpkg-deb: zap possible trailing zeros"
 msgstr "dpkg-deb: zap de possibles zéros finaux (ie, de `trailing')"
 msgstr "dpkg-deb: zap de possibles zéros finaux (ie, de `trailing')"
 
 
-#: main/processarc.c:620
+#: main/processarc.c:645
 #, c-format
 #, c-format
 msgid "dpkg: warning - unable to delete old file `%.250s': %s\n"
 msgid "dpkg: warning - unable to delete old file `%.250s': %s\n"
 msgstr ""
 msgstr ""
 "dpkg: avertissement - impossible de supprimer l'ancien fichier `%.250s': %s\n"
 "dpkg: avertissement - impossible de supprimer l'ancien fichier `%.250s': %s\n"
 
 
-#: main/processarc.c:642 main/processarc.c:877 main/remove.c:287
+#: main/processarc.c:667 main/processarc.c:902 main/remove.c:287
 msgid "cannot read info directory"
 msgid "cannot read info directory"
 msgstr "ne peut pas lire le répertoire d'informations"
 msgstr "ne peut pas lire le répertoire d'informations"
 
 
-#: main/processarc.c:655
+#: main/processarc.c:680
 #, c-format
 #, c-format
 msgid "old version of package has overly-long info file name starting `%.250s'"
 msgid "old version of package has overly-long info file name starting `%.250s'"
 msgstr ""
 msgstr ""
 "l'ancienne version du paquet a un nom de fichier d'information commençant "
 "l'ancienne version du paquet a un nom de fichier d'information commençant "
 "par `%.250s' trop long"
 "par `%.250s' trop long"
 
 
-#: main/processarc.c:667
+#: main/processarc.c:692
 #, c-format
 #, c-format
 msgid "unable to remove obsolete info file `%.250s'"
 msgid "unable to remove obsolete info file `%.250s'"
 msgstr "impossible de supprimer le fichier d'information obsolète `%.250s'"
 msgstr "impossible de supprimer le fichier d'information obsolète `%.250s'"
 
 
-#: main/processarc.c:670
+#: main/processarc.c:695
 #, c-format
 #, c-format
 msgid "unable to install (supposed) new info file `%.250s'"
 msgid "unable to install (supposed) new info file `%.250s'"
 msgstr ""
 msgstr ""
 "impossible d'installer le (supposé) nouveau fichier d'information `%.250s'"
 "impossible d'installer le (supposé) nouveau fichier d'information `%.250s'"
 
 
-#: main/processarc.c:677
+#: main/processarc.c:702
 msgid "unable to open temp control directory"
 msgid "unable to open temp control directory"
 msgstr "impossible d'ouvrir le répertoire de contrôle temporaire"
 msgstr "impossible d'ouvrir le répertoire de contrôle temporaire"
 
 
-#: main/processarc.c:686
+#: main/processarc.c:711
 #, c-format
 #, c-format
 msgid "package contains overly-long control info file name (starting `%.50s')"
 msgid "package contains overly-long control info file name (starting `%.50s')"
 msgstr ""
 msgstr ""
 "le paquet contient un nom de fichier de contrôle trop long (commençant par "
 "le paquet contient un nom de fichier de contrôle trop long (commençant par "
 "`%.50s')"
 "`%.50s')"
 
 
-#: main/processarc.c:691
+#: main/processarc.c:716
 #, c-format
 #, c-format
 msgid "package control info contained directory `%.250s'"
 msgid "package control info contained directory `%.250s'"
 msgstr "l'information de contrôle du paquet contient le répertoire `%.250s'"
 msgstr "l'information de contrôle du paquet contient le répertoire `%.250s'"
 
 
-#: main/processarc.c:693
+#: main/processarc.c:718
 #, c-format
 #, c-format
 msgid "package control info rmdir of `%.250s' didn't say not a dir"
 msgid "package control info rmdir of `%.250s' didn't say not a dir"
 msgstr ""
 msgstr ""
 "l'information de contrôle du paquet \"rmdir\" de `%.250s' ne dit pas que ce "
 "l'information de contrôle du paquet \"rmdir\" de `%.250s' ne dit pas que ce "
 "n'est pas un répertoire"
 "n'est pas un répertoire"
 
 
-#: main/processarc.c:699
+#: main/processarc.c:724
 #, c-format
 #, c-format
 msgid "dpkg: warning - package %s contained list as info file"
 msgid "dpkg: warning - package %s contained list as info file"
 msgstr ""
 msgstr ""
 "dpkg: avertissement - le paquet %s contient une liste comme fichier "
 "dpkg: avertissement - le paquet %s contient une liste comme fichier "
 "d'information"
 "d'information"
 
 
-#: main/processarc.c:706
+#: main/processarc.c:731
 #, c-format
 #, c-format
 msgid "unable to install new info file `%.250s' as `%.250s'"
 msgid "unable to install new info file `%.250s' as `%.250s'"
 msgstr ""
 msgstr ""
 "impossible d'installer le nouveau fichier d'information `%.250s' comme "
 "impossible d'installer le nouveau fichier d'information `%.250s' comme "
 "`%.250s'"
 "`%.250s'"
 
 
-#: main/processarc.c:857
+#: main/processarc.c:882
 #, c-format
 #, c-format
 msgid "(Noting disappearance of %s, which has been completely replaced.)\n"
 msgid "(Noting disappearance of %s, which has been completely replaced.)\n"
 msgstr "(À noter la disparition de %s, qui a été complètement remplacé.)\n"
 msgstr "(À noter la disparition de %s, qui a été complètement remplacé.)\n"
 
 
-#: main/processarc.c:893
+#: main/processarc.c:918
 #, c-format
 #, c-format
 msgid "unable to delete disappearing control info file `%.250s'"
 msgid "unable to delete disappearing control info file `%.250s'"
 msgstr ""
 msgstr ""
@@ -4184,21 +4248,21 @@ msgstr "le fichier source `%.250s' n'est pas un simple fichier"
 msgid "unable to exec mksplit"
 msgid "unable to exec mksplit"
 msgstr "impossible d'exécuter mksplit"
 msgstr "impossible d'exécuter mksplit"
 
 
-#: utils/md5sum.c:59
+#: utils/md5sum.c:60
 msgid "Type md5sum --help for help."
 msgid "Type md5sum --help for help."
 msgstr "Taper md5sum --help pour obtenir une aide."
 msgstr "Taper md5sum --help pour obtenir une aide."
 
 
-#: utils/md5sum.c:110
+#: utils/md5sum.c:111
 #, c-format
 #, c-format
 msgid "%s: read error on stdin\n"
 msgid "%s: read error on stdin\n"
 msgstr "%s: erreur de lecture sur l'entrée standard\n"
 msgstr "%s: erreur de lecture sur l'entrée standard\n"
 
 
-#: utils/md5sum.c:127 utils/md5sum.c:237
+#: utils/md5sum.c:128 utils/md5sum.c:238
 #, c-format
 #, c-format
 msgid "%s: error reading %s\n"
 msgid "%s: error reading %s\n"
 msgstr "%s: erreur de lecture sur %s\n"
 msgstr "%s: erreur de lecture sur %s\n"
 
 
-#: utils/md5sum.c:140
+#: utils/md5sum.c:141
 msgid ""
 msgid ""
 "usage: md5sum [-bv] [-c [file]] | [file...]\n"
 "usage: md5sum [-bv] [-c [file]] | [file...]\n"
 "Generates or checks MD5 Message Digests\n"
 "Generates or checks MD5 Message Digests\n"
@@ -4218,39 +4282,39 @@ msgstr ""
 "telle qu'elle est affichée sur la sortie standard par le programme lors de "
 "telle qu'elle est affichée sur la sortie standard par le programme lors de "
 "la production des codes de contrôle.\n"
 "la production des codes de contrôle.\n"
 
 
-#: utils/md5sum.c:153
+#: utils/md5sum.c:154
 msgid "mdfile"
 msgid "mdfile"
 msgstr "mdfile"
 msgstr "mdfile"
 
 
-#: utils/md5sum.c:198
+#: utils/md5sum.c:199
 #, c-format
 #, c-format
 msgid "%s: unrecognized line: %s"
 msgid "%s: unrecognized line: %s"
 msgstr "%s: ligne non reconnue: %s"
 msgstr "%s: ligne non reconnue: %s"
 
 
-#: utils/md5sum.c:232
+#: utils/md5sum.c:233
 #, c-format
 #, c-format
 msgid "%s: can't open %s\n"
 msgid "%s: can't open %s\n"
 msgstr "%s: ne peut pas ouvrir %s\n"
 msgstr "%s: ne peut pas ouvrir %s\n"
 
 
-#: utils/md5sum.c:245
+#: utils/md5sum.c:246
 msgid "FAILED\n"
 msgid "FAILED\n"
 msgstr "ÉCHEC\n"
 msgstr "ÉCHEC\n"
 
 
-#: utils/md5sum.c:247
+#: utils/md5sum.c:248
 #, c-format
 #, c-format
 msgid "%s: MD5 check failed for '%s'\n"
 msgid "%s: MD5 check failed for '%s'\n"
 msgstr "%s: échec de la vérification MD5 pour '%s'\n"
 msgstr "%s: échec de la vérification MD5 pour '%s'\n"
 
 
-#: utils/md5sum.c:250
+#: utils/md5sum.c:251
 msgid "OK\n"
 msgid "OK\n"
 msgstr "OK\n"
 msgstr "OK\n"
 
 
-#: utils/md5sum.c:254
+#: utils/md5sum.c:255
 #, c-format
 #, c-format
 msgid "%s: %d of %d file(s) failed MD5 check\n"
 msgid "%s: %d of %d file(s) failed MD5 check\n"
 msgstr "%s: échec de la vérification MD5 pour %d sur %d fichier(s)\n"
 msgstr "%s: échec de la vérification MD5 pour %d sur %d fichier(s)\n"
 
 
-#: utils/md5sum.c:256
+#: utils/md5sum.c:257
 #, c-format
 #, c-format
 msgid "%s: no files checked\n"
 msgid "%s: no files checked\n"
 msgstr "%s: aucun fichier vérifié\n"
 msgstr "%s: aucun fichier vérifié\n"

Разница между файлами не показана из-за своего большого размера
+ 807 - 604
po/gl.po


Разница между файлами не показана из-за своего большого размера
+ 796 - 601
po/it.po


Разница между файлами не показана из-за своего большого размера
+ 791 - 600
po/ja.po


Разница между файлами не показана из-за своего большого размера
+ 785 - 598
po/nl.po


Разница между файлами не показана из-за своего большого размера
+ 796 - 601
po/pl.po


Разница между файлами не показана из-за своего большого размера
+ 777 - 598
po/pt_BR.po


Разница между файлами не показана из-за своего большого размера
+ 755 - 593
po/ru.po


+ 80 - 50
po/sv.po

@@ -6,7 +6,7 @@
 msgid ""
 msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: dpkg 1.9.0\n"
 "Project-Id-Version: dpkg 1.9.0\n"
-"POT-Creation-Date: 2001-03-04 21:34+0100\n"
+"POT-Creation-Date: 2001-03-09 21:27+0100\n"
 "PO-Revision-Date: 2001-03-04 07:25+0100\n"
 "PO-Revision-Date: 2001-03-04 07:25+0100\n"
 "Last-Translator: Peter Karlsson <peterk@debian.org>\n"
 "Last-Translator: Peter Karlsson <peterk@debian.org>\n"
 "MIME-Version: 1.0\n"
 "MIME-Version: 1.0\n"
@@ -2330,17 +2330,17 @@ msgstr ""
 "Flaggor markerade med [*] ger mycket utdata - kör genom \"less\" eller "
 "Flaggor markerade med [*] ger mycket utdata - kör genom \"less\" eller "
 "\"more\"!"
 "\"more\"!"
 
 
-#: dpkg-deb/main.c:135 main/main.c:180 split/main.c:142
+#: dpkg-deb/main.c:135 main/main.c:182 split/main.c:142
 #, c-format
 #, c-format
 msgid "conflicting actions --%s and --%s"
 msgid "conflicting actions --%s and --%s"
 msgstr "motstridiga val --%s och --%s"
 msgstr "motstridiga val --%s och --%s"
 
 
-#: main/main.c:185
+#: main/main.c:187
 #, c-format
 #, c-format
 msgid "Warning: obselete option `--%s'\n"
 msgid "Warning: obselete option `--%s'\n"
 msgstr "Varning: föråldrad flagga \"--%s\"\n"
 msgstr "Varning: föråldrad flagga \"--%s\"\n"
 
 
-#: main/main.c:193
+#: main/main.c:195
 #, c-format
 #, c-format
 msgid ""
 msgid ""
 "%s debugging option, --debug=<octal> or -D<octal>:\n"
 "%s debugging option, --debug=<octal> or -D<octal>:\n"
@@ -2377,28 +2377,28 @@ msgstr ""
 "Felsökningsflaggor kombineras med bitvis eller.\n"
 "Felsökningsflaggor kombineras med bitvis eller.\n"
 "Notera att betydelser och värden kan komma att ändras.\n"
 "Notera att betydelser och värden kan komma att ändras.\n"
 
 
-#: main/main.c:212
+#: main/main.c:214
 msgid "--debug requires an octal argument"
 msgid "--debug requires an octal argument"
 msgstr "--debug behöver ett oktalt argument"
 msgstr "--debug behöver ett oktalt argument"
 
 
-#: main/main.c:236
+#: main/main.c:238
 #, c-format
 #, c-format
 msgid "null package name in --ignore-depends comma-separated list `%.250s'"
 msgid "null package name in --ignore-depends comma-separated list `%.250s'"
 msgstr "tomt paketnamn i --ignore-depends kommaseparerade lista \"%.250s\""
 msgstr "tomt paketnamn i --ignore-depends kommaseparerade lista \"%.250s\""
 
 
-#: main/main.c:242
+#: main/main.c:244
 #, c-format
 #, c-format
 msgid "--ignore-depends requires a legal package name. `%.250s' is not; %s"
 msgid "--ignore-depends requires a legal package name. `%.250s' is not; %s"
 msgstr ""
 msgstr ""
 "--ignore-depends behöver ett giltigt paketnamn. \"%.250s\" är inte det; %s"
 "--ignore-depends behöver ett giltigt paketnamn. \"%.250s\" är inte det; %s"
 
 
-#: main/main.c:258 main/main.c:276
+#: main/main.c:260 main/main.c:278
 #, c-format
 #, c-format
 msgid "invalid integer for --%s: `%.250s'"
 msgid "invalid integer for --%s: `%.250s'"
 msgstr "ogiltigt heltal för --%s: \"%.250s\""
 msgstr "ogiltigt heltal för --%s: \"%.250s\""
 
 
-#: main/main.c:286
-#, c-format
+#: main/main.c:288
+#, fuzzy, c-format
 msgid ""
 msgid ""
 "%s forcing options - control behaviour when problems found:\n"
 "%s forcing options - control behaviour when problems found:\n"
 "  warn but continue:  --force-<thing>,<thing>,...\n"
 "  warn but continue:  --force-<thing>,<thing>,...\n"
@@ -2415,6 +2415,8 @@ msgid ""
 "  overwrite              Overwrite a file from one package with another\n"
 "  overwrite              Overwrite a file from one package with another\n"
 "  overwrite-diverted     Overwrite a diverted file with an undiverted "
 "  overwrite-diverted     Overwrite a diverted file with an undiverted "
 "version\n"
 "version\n"
+"  bad-verify             Install a package even if it fails authenticity "
+"check\n"
 "  depends-version [!]    Turn dependency version problems into warnings\n"
 "  depends-version [!]    Turn dependency version problems into warnings\n"
 "  depends [!]            Turn all dependency problems into warnings\n"
 "  depends [!]            Turn all dependency problems into warnings\n"
 "  confnew [!]            Always use the new config files, don't prompt\n"
 "  confnew [!]            Always use the new config files, don't prompt\n"
@@ -2470,38 +2472,38 @@ msgstr ""
 "installation\n"
 "installation\n"
 "om de används. Flaggor markerade [*] är förvalda.\n"
 "om de används. Flaggor markerade [*] är förvalda.\n"
 
 
-#: main/main.c:330
+#: main/main.c:333
 #, c-format
 #, c-format
 msgid "unknown force/refuse option `%.*s'"
 msgid "unknown force/refuse option `%.*s'"
 msgstr "okänd flagga för force/refuse: \"%.*s\""
 msgstr "okänd flagga för force/refuse: \"%.*s\""
 
 
-#: main/main.c:416
+#: main/main.c:419
 msgid "failed to exec dpkg-deb"
 msgid "failed to exec dpkg-deb"
 msgstr "kunde inte exekvera dpkg-deb"
 msgstr "kunde inte exekvera dpkg-deb"
 
 
-#: main/main.c:428
+#: main/main.c:431
 msgid "--command-fd takes 1 argument, not 0"
 msgid "--command-fd takes 1 argument, not 0"
 msgstr "--command-fd tar exakt ett argument"
 msgstr "--command-fd tar exakt ett argument"
 
 
-#: main/main.c:429
+#: main/main.c:432
 msgid "--command-fd only takes 1 argument"
 msgid "--command-fd only takes 1 argument"
 msgstr "--command-fd tar bara ett argument"
 msgstr "--command-fd tar bara ett argument"
 
 
-#: main/main.c:431
+#: main/main.c:434
 msgid "invalid number for --command-fd"
 msgid "invalid number for --command-fd"
 msgstr "ogiltigt tal för --command-fd"
 msgstr "ogiltigt tal för --command-fd"
 
 
-#: main/main.c:433
+#: main/main.c:436
 #, c-format
 #, c-format
 msgid "couldn't open `%i' for stream"
 msgid "couldn't open `%i' for stream"
 msgstr "kunde inte öppna \"%i\" för ström"
 msgstr "kunde inte öppna \"%i\" för ström"
 
 
-#: main/main.c:458
+#: main/main.c:461
 #, c-format
 #, c-format
 msgid "unexpected eof before end of line %d"
 msgid "unexpected eof before end of line %d"
 msgstr "oväntat filslut före slut på rad %d"
 msgstr "oväntat filslut före slut på rad %d"
 
 
-#: dpkg-deb/main.c:155 main/main.c:497 main/main.c:541 split/main.c:163
+#: dpkg-deb/main.c:155 main/main.c:500 main/main.c:544 split/main.c:163
 msgid "need an action option"
 msgid "need an action option"
 msgstr "du har inte talat om vad som skall utföras"
 msgstr "du har inte talat om vad som skall utföras"
 
 
@@ -2595,25 +2597,53 @@ msgstr "kunde inte v
 msgid "reassembled package file"
 msgid "reassembled package file"
 msgstr "återskapade paketfil"
 msgstr "återskapade paketfil"
 
 
-#: main/processarc.c:141
+#. Verify the package.
+#. We have verifier
+#: main/processarc.c:142
+#, fuzzy, c-format
+msgid "Authenticating %s ...\n"
+msgstr "Tar bort %s ...\n"
+
+#: main/processarc.c:147
+#, fuzzy
+msgid "failed to execl debsig-verify"
+msgstr "kunde inte exekvera dpkg-deb"
+
+#: main/processarc.c:153
+#, c-format
+msgid "Verification on package %s failed!"
+msgstr ""
+
+#: main/processarc.c:155
+#, fuzzy, c-format
+msgid ""
+"Verification on package %s failed,\n"
+"but installing anyway as you request.\n"
+msgstr "Paketet %s skulle kvarhållas, men hanteras ändå enligt önskemål\n"
+
+#: main/processarc.c:158
+msgid "passed\n"
+msgstr ""
+
+#: main/processarc.c:166
 msgid "unable to get unique filename for control info"
 msgid "unable to get unique filename for control info"
 msgstr "kunde inte få ett unikt filnamn för kontrollinformationen"
 msgstr "kunde inte få ett unikt filnamn för kontrollinformationen"
 
 
-#: main/processarc.c:163
+#: main/processarc.c:188
 msgid "failed to exec dpkg-deb to extract control information"
 msgid "failed to exec dpkg-deb to extract control information"
 msgstr "kunde inte exekvera dpkg-deb för att extrahera kontrollinformationen"
 msgstr "kunde inte exekvera dpkg-deb för att extrahera kontrollinformationen"
 
 
-#: main/processarc.c:179
+#: main/processarc.c:204
 #, c-format
 #, c-format
 msgid "Recorded info about %s from %s.\n"
 msgid "Recorded info about %s from %s.\n"
 msgstr "Lagrade information om %s från %s.\n"
 msgstr "Lagrade information om %s från %s.\n"
 
 
-#: main/processarc.c:188
+#: main/processarc.c:213
 #, c-format
 #, c-format
 msgid "package architecture (%s) does not match system (%s)"
 msgid "package architecture (%s) does not match system (%s)"
 msgstr "paketarkitekturen (%s) matchar inte systemets (%s)"
 msgstr "paketarkitekturen (%s) matchar inte systemets (%s)"
 
 
-#: main/processarc.c:239
+#: main/processarc.c:264
 #, c-format
 #, c-format
 msgid ""
 msgid ""
 "dpkg: regarding %s containing %s, pre-dependency problem:\n"
 "dpkg: regarding %s containing %s, pre-dependency problem:\n"
@@ -2622,139 +2652,139 @@ msgstr ""
 "dpkg: angående %s innehållandes %s, problem med för-beroenden:\n"
 "dpkg: angående %s innehållandes %s, problem med för-beroenden:\n"
 "%s"
 "%s"
 
 
-#: main/processarc.c:242
+#: main/processarc.c:267
 #, c-format
 #, c-format
 msgid "pre-dependency problem - not installing %.250s"
 msgid "pre-dependency problem - not installing %.250s"
 msgstr "för-beroendeproblem - installerar inte %.250s"
 msgstr "för-beroendeproblem - installerar inte %.250s"
 
 
-#: main/processarc.c:243
+#: main/processarc.c:268
 msgid "dpkg: warning - ignoring pre-dependency problem !\n"
 msgid "dpkg: warning - ignoring pre-dependency problem !\n"
 msgstr "dpkg: varning - ignorerar för-beroendeproblem!\n"
 msgstr "dpkg: varning - ignorerar för-beroendeproblem!\n"
 
 
-#: main/processarc.c:257
+#: main/processarc.c:282
 #, c-format
 #, c-format
 msgid "Preparing to replace %s %s (using %s) ...\n"
 msgid "Preparing to replace %s %s (using %s) ...\n"
 msgstr "Förbereder att ersätta %s %s (med %s) ...\n"
 msgstr "Förbereder att ersätta %s %s (med %s) ...\n"
 
 
-#: main/processarc.c:262
+#: main/processarc.c:287
 #, c-format
 #, c-format
 msgid "Unpacking %s (from %s) ...\n"
 msgid "Unpacking %s (from %s) ...\n"
 msgstr "Packar upp %s (från %s) ...\n"
 msgstr "Packar upp %s (från %s) ...\n"
 
 
-#: main/processarc.c:282
+#: main/processarc.c:307
 #, c-format
 #, c-format
 msgid "name of conffile (starting `%.250s') is too long (>%d characters)"
 msgid "name of conffile (starting `%.250s') is too long (>%d characters)"
 msgstr ""
 msgstr ""
 "namn på konfigurationsfil (som börjar på \"%.250s\") är för lång (>%d tecken)"
 "namn på konfigurationsfil (som börjar på \"%.250s\") är för lång (>%d tecken)"
 
 
-#: main/processarc.c:336
+#: main/processarc.c:361
 #, c-format
 #, c-format
 msgid "read error in %.250s"
 msgid "read error in %.250s"
 msgstr "läsfel i %.250s"
 msgstr "läsfel i %.250s"
 
 
 #. conff= fopen()
 #. conff= fopen()
-#: main/processarc.c:338
+#: main/processarc.c:363
 #, c-format
 #, c-format
 msgid "error closing %.250s"
 msgid "error closing %.250s"
 msgstr "fel vid stängning av %.250s"
 msgstr "fel vid stängning av %.250s"
 
 
-#: main/processarc.c:340
+#: main/processarc.c:365
 #, c-format
 #, c-format
 msgid "error trying to open %.250s"
 msgid "error trying to open %.250s"
 msgstr "fel vid öppning av %.250s"
 msgstr "fel vid öppning av %.250s"
 
 
-#: main/processarc.c:373
+#: main/processarc.c:398
 #, c-format
 #, c-format
 msgid "De-configuring %s, so that we can remove %s ...\n"
 msgid "De-configuring %s, so that we can remove %s ...\n"
 msgstr "Avkonfigurerar %s så att vi kan ta bort %s ...\n"
 msgstr "Avkonfigurerar %s så att vi kan ta bort %s ...\n"
 
 
-#: main/processarc.c:431
+#: main/processarc.c:456
 #, c-format
 #, c-format
 msgid "Unpacking replacement %.250s ...\n"
 msgid "Unpacking replacement %.250s ...\n"
 msgstr "Packar upp ersättande %.250s ...\n"
 msgstr "Packar upp ersättande %.250s ...\n"
 
 
-#: main/processarc.c:510
+#: main/processarc.c:535
 msgid "unable to exec dpkg-deb to get filesystem archive"
 msgid "unable to exec dpkg-deb to get filesystem archive"
 msgstr "kunde inte exekvera dpkg-deb för att få filsystemsarkiv"
 msgstr "kunde inte exekvera dpkg-deb för att få filsystemsarkiv"
 
 
-#: main/processarc.c:523
+#: main/processarc.c:548
 msgid "error reading dpkg-deb tar output"
 msgid "error reading dpkg-deb tar output"
 msgstr "kunde inte läsa dpkg-debs tar-utdata"
 msgstr "kunde inte läsa dpkg-debs tar-utdata"
 
 
-#: main/processarc.c:525
+#: main/processarc.c:550
 msgid "corrupted filesystem tarfile - corrupted package archive"
 msgid "corrupted filesystem tarfile - corrupted package archive"
 msgstr "korrupt filsystemstarfil - korrupt paketarkiv"
 msgstr "korrupt filsystemstarfil - korrupt paketarkiv"
 
 
-#: main/processarc.c:528
+#: main/processarc.c:553
 msgid "dpkg-deb: zap possible trailing zeros"
 msgid "dpkg-deb: zap possible trailing zeros"
 msgstr "dpkg-deb: dödar möjliga avslutande nollor"
 msgstr "dpkg-deb: dödar möjliga avslutande nollor"
 
 
-#: main/processarc.c:620
+#: main/processarc.c:645
 #, c-format
 #, c-format
 msgid "dpkg: warning - unable to delete old file `%.250s': %s\n"
 msgid "dpkg: warning - unable to delete old file `%.250s': %s\n"
 msgstr "dpkg: varning - kan inte ta bort gammal fil \"%.250s\": %s\n"
 msgstr "dpkg: varning - kan inte ta bort gammal fil \"%.250s\": %s\n"
 
 
-#: main/processarc.c:642 main/processarc.c:877 main/remove.c:287
+#: main/processarc.c:667 main/processarc.c:902 main/remove.c:287
 msgid "cannot read info directory"
 msgid "cannot read info directory"
 msgstr "kan inte läsa infokatalog"
 msgstr "kan inte läsa infokatalog"
 
 
-#: main/processarc.c:655
+#: main/processarc.c:680
 #, c-format
 #, c-format
 msgid "old version of package has overly-long info file name starting `%.250s'"
 msgid "old version of package has overly-long info file name starting `%.250s'"
 msgstr ""
 msgstr ""
 "gammal version av paketet har för lång informationsfilnamn som börjar på "
 "gammal version av paketet har för lång informationsfilnamn som börjar på "
 "\"%.250s\""
 "\"%.250s\""
 
 
-#: main/processarc.c:667
+#: main/processarc.c:692
 #, c-format
 #, c-format
 msgid "unable to remove obsolete info file `%.250s'"
 msgid "unable to remove obsolete info file `%.250s'"
 msgstr "kunde inte ta bort gammal informationsfil \"%.250\""
 msgstr "kunde inte ta bort gammal informationsfil \"%.250\""
 
 
-#: main/processarc.c:670
+#: main/processarc.c:695
 #, c-format
 #, c-format
 msgid "unable to install (supposed) new info file `%.250s'"
 msgid "unable to install (supposed) new info file `%.250s'"
 msgstr ""
 msgstr ""
 "kunde inte installera (vad som antas vara) ny informationsfil \"%.250s\""
 "kunde inte installera (vad som antas vara) ny informationsfil \"%.250s\""
 
 
-#: main/processarc.c:677
+#: main/processarc.c:702
 msgid "unable to open temp control directory"
 msgid "unable to open temp control directory"
 msgstr "kunde inte öppna temporär kontrollkatalog"
 msgstr "kunde inte öppna temporär kontrollkatalog"
 
 
-#: main/processarc.c:686
+#: main/processarc.c:711
 #, c-format
 #, c-format
 msgid "package contains overly-long control info file name (starting `%.50s')"
 msgid "package contains overly-long control info file name (starting `%.50s')"
 msgstr ""
 msgstr ""
 "paketet innehåller för långt kontrollinformationsfilnamn (börjar på "
 "paketet innehåller för långt kontrollinformationsfilnamn (börjar på "
 "\"%.50s\")"
 "\"%.50s\")"
 
 
-#: main/processarc.c:691
+#: main/processarc.c:716
 #, c-format
 #, c-format
 msgid "package control info contained directory `%.250s'"
 msgid "package control info contained directory `%.250s'"
 msgstr "paketets kontrollinformation innehåller katalogen \"%.250s\""
 msgstr "paketets kontrollinformation innehåller katalogen \"%.250s\""
 
 
-#: main/processarc.c:693
+#: main/processarc.c:718
 #, c-format
 #, c-format
 msgid "package control info rmdir of `%.250s' didn't say not a dir"
 msgid "package control info rmdir of `%.250s' didn't say not a dir"
 msgstr ""
 msgstr ""
 "\"rmdir\" på paketets kontrollinformation \"%.250\" svarade inte \"ej "
 "\"rmdir\" på paketets kontrollinformation \"%.250\" svarade inte \"ej "
 "katalog\""
 "katalog\""
 
 
-#: main/processarc.c:699
+#: main/processarc.c:724
 #, c-format
 #, c-format
 msgid "dpkg: warning - package %s contained list as info file"
 msgid "dpkg: warning - package %s contained list as info file"
 msgstr "dpkg: varning - paketet %s innehåller list som informationsfil"
 msgstr "dpkg: varning - paketet %s innehåller list som informationsfil"
 
 
-#: main/processarc.c:706
+#: main/processarc.c:731
 #, c-format
 #, c-format
 msgid "unable to install new info file `%.250s' as `%.250s'"
 msgid "unable to install new info file `%.250s' as `%.250s'"
 msgstr "kunde inte installera ny informationsfil \"%.250s\" som \"%.250s\""
 msgstr "kunde inte installera ny informationsfil \"%.250s\" som \"%.250s\""
 
 
-#: main/processarc.c:857
+#: main/processarc.c:882
 #, c-format
 #, c-format
 msgid "(Noting disappearance of %s, which has been completely replaced.)\n"
 msgid "(Noting disappearance of %s, which has been completely replaced.)\n"
 msgstr "(Noterar att %s försvunnit, vilken helt har ersatts.)\n"
 msgstr "(Noterar att %s försvunnit, vilken helt har ersatts.)\n"
 
 
-#: main/processarc.c:893
+#: main/processarc.c:918
 #, c-format
 #, c-format
 msgid "unable to delete disappearing control info file `%.250s'"
 msgid "unable to delete disappearing control info file `%.250s'"
 msgstr "kunde inte ta bort försvinnande kontrollfil \"%.250s\""
 msgstr "kunde inte ta bort försvinnande kontrollfil \"%.250s\""