86 |
case WPTERR_CLIP_ISEMPTY: return _("There is no text in the Clipboard"); |
case WPTERR_CLIP_ISEMPTY: return _("There is no text in the Clipboard"); |
87 |
case WPTERR_CLIP_SECURED: return _("The Clipboard already contains GPG data"); |
case WPTERR_CLIP_SECURED: return _("The Clipboard already contains GPG data"); |
88 |
case WPTERR_CLIP: return _("General Clipboard error"); |
case WPTERR_CLIP: return _("General Clipboard error"); |
89 |
case WPTERR_FILE_ZERO: return _("File has a size of zero"); |
case WPTERR_REGISTRY: sprintf (buf, "%s", _("Registry error: ")); |
90 |
case WPTERR_REGISTRY: return _("Registry error"); |
w32_fmt_msg (buf + strlen (buf), 128); |
91 |
|
break; |
92 |
case WPTERR_WINSOCK_INIT: return _("Could not startup Winsock 2 interface"); |
case WPTERR_WINSOCK_INIT: return _("Could not startup Winsock 2 interface"); |
93 |
case WPTERR_WINSOCK_RESOLVE: return _("Could not resolve hostname"); |
case WPTERR_WINSOCK_RESOLVE: return _("Could not resolve hostname"); |
94 |
case WPTERR_WINSOCK_SOCKET: return _("Could not create new socket"); |
case WPTERR_WINSOCK_SOCKET: return _("Could not create new socket"); |