Imported Upstream version 0.50.2
[platform/upstream/intltool.git] / tests / results / extract-comments.xml.h
1 /*  This comment is not ignored  */
2 char *s = N_("First thing to translate");
3 /*  This is multi line comment for the following string;
4      second line of multi-line comment  */
5 char *s = N_("Something to translate");
6 /*  If comment doesn't end on the previous line, it should be handled
7      correctly  */
8 char *s = N_("Final thing to translate");
9 char *s = N_("This doesn't have a comment for translators");
10 /*  This comment is not ignored even if it contains > (greater than) 
11 sign in it, and the following string shows up as well  */
12 char *s = N_("Dum-dee-dum");
13 char *s = N_("attribute without comment");
14 /*  This comment will appear if attributes can be commented about  */
15 char *s = N_("attribute with comment");
16 /*  Comment for *both* attributes and content  */
17 char *s = N_("attribute value");
18 /*  Comment for *both* attributes and content  */
19 char *s = N_("even more content");