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 /etpo/lexer.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 'etpo/lexer.c')
-rw-r--r-- | etpo/lexer.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/etpo/lexer.c b/etpo/lexer.c index e5d536a..a5659a5 100644 --- a/etpo/lexer.c +++ b/etpo/lexer.c @@ -1999,7 +1999,11 @@ yywrap(void) static void header(void) { - const char *boilerplate = "#include <glib/gi18n.h>\n\nconst char *dummy[] = {\n"; + const char *boilerplate = "#include <glib/gi18n.h>\n\nconst char *dummy[] = {\n" + "\t/* Translators: files from dummy-strings.c are *all* possible errors\n" + "\t returned from Kerberos (since Kerberos itself doesn't handle i18n). If in\n" + "\t doubt please translate strings from files starting with krb5-auth\n" + "\t first since these are the ones the user will see in any case. */\n"; printf("%s", boilerplate); } |