/[winpt]/trunk/MyGPGME/errors.c
ViewVC logotype

Diff of /trunk/MyGPGME/errors.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 6 by twoaday, Mon Jan 31 11:02:21 2005 UTC revision 7 by twoaday, Mon Apr 4 07:01:43 2005 UTC
# Line 90  gpgme_strerror (gpgme_error_t err) Line 90  gpgme_strerror (gpgme_error_t err)
90      case GPGME_Clip_Open: s=_("Cannot open Clipboard"); break;      case GPGME_Clip_Open: s=_("Cannot open Clipboard"); break;
91      case GPGME_Clip_Empty: s=_("Clipboard is empty"); break;      case GPGME_Clip_Empty: s=_("Clipboard is empty"); break;
92      case GPGME_Clip_Get: s=_("Cannot get Clipboard data"); break;      case GPGME_Clip_Get: s=_("Cannot get Clipboard data"); break;
93      case GPGME_Interal_GPG_Problem: s=_("Internal GPG Problem, no more information available.\n"      case GPGME_Internal_GPG_Problem: s=_("Internal GPG Problem, no more information available.\n"
94                                          "Please run GPG on the console to check this."); break;                                          "Please run GPG on the console to check this."); break;
95      case GPGME_Cipher_IDEA: s=_("Protection algorithm 1 (IDEA) is not supported."); break;      case GPGME_Cipher_IDEA: s=_("Protection algorithm 1 (IDEA) is not supported."); break;
96      case GPGME_Conf_InvOption: s=_("Config file (gpg.conf) contains invalid option."); break;      case GPGME_Conf_InvOption: s=_("Config file (gpg.conf) contains invalid option."); break;
97        case GPGME_SC_Failure: s=_("Smartcard operation failure"); break;
98      case GPGME_RecpError_NoReason: s = _("No specific reason given"); break;      case GPGME_RecpError_NoReason: s = _("No specific reason given"); break;
99      case GPGME_RecpError_NotFound: s = _("Not Found" ); break;      case GPGME_RecpError_NotFound: s = _("Not Found" ); break;
100      case GPGME_RecpError_Ambigious:s = _("Ambigious specification"); break;      case GPGME_RecpError_Ambigious:s = _("Ambigious specification"); break;

Legend:
Removed from v.6  
changed lines
  Added in v.7

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26