mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner Koch
This commit is contained in:
parent
d1648b4d7a
commit
92cd255508
104 changed files with 5871 additions and 1540 deletions
|
@ -1,5 +1,5 @@
|
|||
/* helptext.c - English help texts
|
||||
* Copyright (C) 1998 Free Software Foundation, Inc.
|
||||
* Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
|
||||
*
|
||||
* This file is part of GnuPG.
|
||||
*
|
||||
|
@ -224,6 +224,29 @@ static struct helptexts { const char *key; const char *help; } helptexts[] = {
|
|||
"file (which is shown in brackets) will be used."
|
||||
)},
|
||||
|
||||
/* revoke.c (ask_revocation_reason) */
|
||||
{ "ask_revocation_reason.code", N_(
|
||||
"You should specify a reason for the certification. Depending on the\n"
|
||||
"context you have the ability to choose from this list:\n"
|
||||
" \"Key has been compromised\"\n"
|
||||
" Use this if you have a reason to believe that unauthorized persons\n"
|
||||
" got access to your secret key.\n"
|
||||
" \"Key is superseeded\"\n"
|
||||
" Use this if you have replaced this key with a newer one.\n"
|
||||
" \"Key is no longer used\"\n"
|
||||
" Use this if you have retired this key.\n"
|
||||
" \"User ID is no longer valid\"\n"
|
||||
" Use this to state that the user ID should not longer be used;\n"
|
||||
" this is normally used to mark an email address invalid.\n"
|
||||
)},
|
||||
|
||||
/* revoke.c (ask_revocation_reason) */
|
||||
{ "ask_revocation_reason.text", N_(
|
||||
"If you like, you can enter a text describing why you issue this\n"
|
||||
"revocation certificate. Please keep this text concise.\n"
|
||||
"An empty line ends the text.\n"
|
||||
)},
|
||||
|
||||
/* end of list */
|
||||
{ NULL, NULL } };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue