Codebase list krb5-auth-dialog / 0ed20a2
better match the output to the handcrafted version we shipped Guido Günther 14 years ago
3 changed file(s) with 11 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
0 Fri May 15 19:08:22 CEST 2009 Guido Günther <agx@sigxcpu.org>
1
2 * etpo/lexer.l: better match the output to the handcrafted version we
3 shipped before.
4
05 Fri May 15 19:06:09 CEST 2009 Guido Günther <agx@sigxcpu.org>
16
27 Reduce number of translations by filtering the error messages
103103 static void
104104 header(void)
105105 {
106 const char *boilerplate = "const char *dummy = {\n";
106 const char *boilerplate = "#include <glib/gi18n.h>\n\nconst char *dummy[] = {\n";
107107 printf("%s", boilerplate);
108108 }
109109
110110 static void
111111 tail(void)
112112 {
113 const char *boilerplate = "};\n";
113 const char *boilerplate = "\tNULL\n};\n";
114114 printf("%s", boilerplate);
115115 }
116116
00 /* Generated by hand via "cd etpo; make update-etpo" from /tmp/krb5-1.6.dfsg.4~beta1/ */
1 const char *dummy = {
1 #include <glib/gi18n.h>
2
3 const char *dummy[] = {
24 N_("ASN.1 failed call to system time library"), /* asn1_err.et:asn1:ASN1_BAD_TIMEFORMAT */
35 N_("ASN.1 structure is missing a required field"), /* asn1_err.et:asn1:ASN1_MISSING_FIELD */
46 N_("ASN.1 unexpected field number"), /* asn1_err.et:asn1:ASN1_MISPLACED_FIELD */
261263 N_("Bad magic number for passwd_phrase_element"), /* kv5m_err.et:kv5m:KV5M_PASSWD_PHRASE_ELEMENT */
262264 N_("Bad magic number for GSSAPI OID"), /* kv5m_err.et:kv5m:KV5M_GSS_OID */
263265 N_("Bad magic number for GSSAPI QUEUE"), /* kv5m_err.et:kv5m:KV5M_GSS_QUEUE */
266 NULL
264267 };