libpurple/certificate.c

changeset 28528
0e1bcec2d528
parent 28527
aa2988f2fb37
child 28653
f88a1253ed92
equal deleted inserted replaced
28527:aa2988f2fb37 28528:0e1bcec2d528
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:

mercurial