diff options
author | Guido Günther <agx@sigxcpu.org> | 2009-06-15 18:18:33 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2009-06-15 18:18:33 +0200 |
commit | 27053b1befc8380404f76c2c03c08eb3a7b0692d (patch) | |
tree | 10a748b4785cce56ed4b272844003611a489cc38 /src/dummy-strings.c | |
parent | Imported Upstream version 0.10 (diff) | |
download | krb5-auth-dialog-27053b1befc8380404f76c2c03c08eb3a7b0692d.tar.gz krb5-auth-dialog-27053b1befc8380404f76c2c03c08eb3a7b0692d.tar.bz2 krb5-auth-dialog-27053b1befc8380404f76c2c03c08eb3a7b0692d.zip |
Imported Upstream version 0.11
Diffstat (limited to 'src/dummy-strings.c')
-rw-r--r-- | src/dummy-strings.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dummy-strings.c b/src/dummy-strings.c index b5009ad..7f8bbee 100644 --- a/src/dummy-strings.c +++ b/src/dummy-strings.c @@ -1,7 +1,12 @@ /* Generated by hand via "cd etpo; make update-etpo" from /tmp/krb5-1.6.dfsg.4~beta1/ */ #include <glib/gi18n.h> + const char *dummy[] = { + /* Translators: files from dummy-strings.c are *all* possible errors + returned from Kerberos (since Kerberos itself doesn't handle i18n). If in + doubt please translate strings from files starting with krb5-auth + first since these are the ones the user will see in any case. */ N_("ASN.1 failed call to system time library"), /* asn1_err.et:asn1:ASN1_BAD_TIMEFORMAT */ N_("ASN.1 structure is missing a required field"), /* asn1_err.et:asn1:ASN1_MISSING_FIELD */ N_("ASN.1 unexpected field number"), /* asn1_err.et:asn1:ASN1_MISPLACED_FIELD */ |