summaryrefslogtreecommitdiff
path: root/tests/results/extract8.glade.h
blob: f5d13a88863829da3f9ad3b2011af340cc973b5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
char *s = N_("_New Window");
char *s = N_("_New Tab");
char *s = N_("_Quit");
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.");