1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

added initial i18n stuff

This commit is contained in:
Werner Koch 1998-01-26 22:09:01 +00:00
parent c3e6320a13
commit b113394658
26 changed files with 1318 additions and 127 deletions

View file

@ -66,6 +66,7 @@ g10_errstr( int err )
X(SIG_CLASS ,"Unknown signature class")
X(TRUSTDB ,"TrustDB error")
X(BAD_CERT ,"Bad certificate")
X(INV_USER_ID ,"malformed user id")
default: p = buf; sprintf(buf, "g10err=%d", err); break;
}