Codebase list krb5-auth-dialog / 5b7392d
add note for translators Guido Günther 14 years ago
3 changed file(s) with 15 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 Sat Jun 13 18:03:26 CEST 2009 Guido Günther <agx@sigxcpu.org>
1
2 * src/dummy-strings.c: add note for translators
3 * etpo/lexer.l: likewise
4
05 Sat Jun 13 17:39:07 CEST 2009 Guido Günther <agx@sigxcpu.org>
16
27 * src/krb5-auth-applet.c (ka_applet_create_context_menu): use
103103 static void
104104 header(void)
105105 {
106 const char *boilerplate = "#include <glib/gi18n.h>\n\nconst char *dummy[] = {\n";
106 const char *boilerplate = "#include <glib/gi18n.h>\n\nconst char *dummy[] = {\n"
107 "\t/* Translators: files from dummy-strings.c are *all* possible errors\n"
108 "\t returned from Kerberos (since Kerberos itself doesn't handle i18n). If in\n"
109 "\t doubt please translate strings from files starting with krb5-auth\n"
110 "\t first since these are the ones the user will see in any case. */\n";
107111 printf("%s", boilerplate);
108112 }
109113
00 /* Generated by hand via "cd etpo; make update-etpo" from /tmp/krb5-1.6.dfsg.4~beta1/ */
11 #include <glib/gi18n.h>
22
3
34 const char *dummy[] = {
5 /* Translators: files from dummy-strings.c are *all* possible errors
6 returned from Kerberos (since Kerberos itself doesn't handle i18n). If in
7 doubt please translate strings from files starting with krb5-auth
8 first since these are the ones the user will see in any case. */
49 N_("ASN.1 failed call to system time library"), /* asn1_err.et:asn1:ASN1_BAD_TIMEFORMAT */
510 N_("ASN.1 structure is missing a required field"), /* asn1_err.et:asn1:ASN1_MISSING_FIELD */
611 N_("ASN.1 unexpected field number"), /* asn1_err.et:asn1:ASN1_MISPLACED_FIELD */