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:
parent
c3e6320a13
commit
b113394658
26 changed files with 1318 additions and 127 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue