diff options
author | Werner Koch <[email protected]> | 1999-05-27 07:45:46 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1999-05-27 07:45:46 +0000 |
commit | a6a548ab56f931923ddf02c132aa202992445034 (patch) | |
tree | 283c44c6c1f9e51706f6f8f6884754623ef0dae3 /g10/helptext.c | |
parent | See ChangeLog: Wed May 26 14:36:29 CEST 1999 Werner Koch (diff) | |
download | gnupg-a6a548ab56f931923ddf02c132aa202992445034.tar.gz gnupg-a6a548ab56f931923ddf02c132aa202992445034.zip |
See ChangeLog: Thu May 27 09:40:55 CEST 1999 Werner Koch
Diffstat (limited to 'g10/helptext.c')
-rw-r--r-- | g10/helptext.c | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/g10/helptext.c b/g10/helptext.c index 459f62ed7..7643f96db 100644 --- a/g10/helptext.c +++ b/g10/helptext.c @@ -172,6 +172,26 @@ static struct helptexts { const char *key; const char *help; } helptexts[] = { "Answer \"yes\" if it is okay to delete the subkey" }, + +{ N_("keyedit.delsig.valid"), + "This is a valid signature on the key; you normally don't want\n" + "to delete this signature may be important to establish a trust\n" + "connection to the key or another key certified by this key." +}, +{ N_("keyedit.delsig.invalid"), + "The signature is not valid. It does make sense to remove it from\n" + "your keyring if it is really invalid and not just unchecked due to\n" + "a missing public key (marked by \"sig?\")." +}, +{ N_("keyedit.delsig.selfsig"), + "This is a signature which binds the user ID to the key. It is\n" + "usually not a good idea to remove such a signature. Actually\n" + "GnuPG might not be able to use this key anymore. So do this\n" + "only if this self-signature is for some reason not valid and\n" + "a second one is available." +}, + + { N_("passphrase.enter"), "" "Please enter the passhrase; this is a secret sentence \n" |