comparison libpurple/certificate.c @ 28608:bfd6bd60089b

rekkanoryo: darkrain: [Refs #10200]...chop off the "to this application"
author Paul Aurich <paul@darkrain42.org>
date Mon, 07 Sep 2009 23:23:50 +0000
parents c88de9dd2b56
children cd3beebb1d13 8e6c1408e430
comparison
equal deleted inserted replaced
28607:c88de9dd2b56 28608:bfd6bd60089b
96 return _("The certificate is self-signed and cannot be " 96 return _("The certificate is self-signed and cannot be "
97 "automatically checked."); 97 "automatically checked.");
98 break; 98 break;
99 case PURPLE_CERTIFICATE_CA_UNKNOWN: 99 case PURPLE_CERTIFICATE_CA_UNKNOWN:
100 return _("The root certificate this one claims to be issued by is " 100 return _("The root certificate this one claims to be issued by is "
101 "unknown to this application."); 101 "unknown.");
102 break; 102 break;
103 case PURPLE_CERTIFICATE_NOT_ACTIVATED: 103 case PURPLE_CERTIFICATE_NOT_ACTIVATED:
104 return _("The certificate is not valid yet."); 104 return _("The certificate is not valid yet.");
105 break; 105 break;
106 case PURPLE_CERTIFICATE_EXPIRED: 106 case PURPLE_CERTIFICATE_EXPIRED: