275 |
get_gpg_sigstat (gpgme_sigsum_t sum) |
get_gpg_sigstat (gpgme_sigsum_t sum) |
276 |
{ |
{ |
277 |
const char *gpg_sigstat[] = { |
const char *gpg_sigstat[] = { |
278 |
_("Error during verification process."), |
_("Error during verification process"), |
279 |
_("The signature is good."), |
_("The signature is good"), |
280 |
_("The signature is BAD!"), |
_("The signature is BAD!"), |
281 |
_("The signature could not be checked due to a missing key."), |
_("The signature could not be checked due to a missing key"), |
282 |
_("No valid OpenPGP signature."), |
_("No valid OpenPGP signature"), |
283 |
_("Signature Error"), |
_("Signature Error"), |
284 |
_("Good Signature (Expired Key)"), |
_("Good Signature (Expired Key)"), |
285 |
_("Good Signature (Revoked Key)"), |
_("Good Signature (Revoked Key)"), |