Daniel Lehman <dlehman25(a)gmail.com> writes:
@@ -29,6 +29,17 @@ STRINGTABLE IDS_CERT_DATE_INVALID "The date on the certificate is invalid." IDS_CERT_CN_INVALID "The name on the certificate does not match the site." IDS_CERT_ERRORS "There is at least one unspecified security problem with this certificate." + + IDS_CERT_FORMAT "Subject:\015\n%s\015\n" \ + "Issuer:\015\n%s\015\n" \ + "Effective Date:\t%s %s\015\n" \ + "Expiration Date:\t%s %s\015\n" \ + "Security Protocol:\t(null)\015\n" \ + "Signature Type:\t(null)\015\n" \ + "Encryption Type:\t(null)\015\n" \ + "Privacy Strength:\t%s (%u bits)"
This doesn't build: ../../tools/wrc/wrc -u -o wininet.pot -m32 --nostdinc --po-dir=../../po -I. -I../../include \ -I../../include/msvcrt -D__WINESRC__ -D_WINX32_ -D_UCRT wininet.rc wininet.rc:34:428: Error: Invalid character 000d in source string make[1]: *** [Makefile:537: wininet.pot] Error 2 -- Alexandre Julliard julliard(a)winehq.org