summaryrefslogtreecommitdiff
path: root/tests/results/extract8.glade.h
blob: fd82e2a763e5de2c4b0d4afca39813a81cb6d8ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
char *s = N_("Testing");
/* Comment on <property> tag */
char *s = N_("A label");
/* Multiline comments
should be supported as well */
char *s = N_("_Push me");
char *s = N_("Testing2");
char *s = N_("Click the button below");
char *s = N_("This button\n"
             "dares you to invoke this action.");
char *s = N_("This action\n"
             "does nothing interesting.");
char *s = N_("Cancel (and exit) the test.");