summaryrefslogtreecommitdiff
path: root/tests/results/test.scm.h
blob: e75a4e2c8cccbfb46033cf33052806ef77ebe318 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* so "what? */
char *s = N_("another \" string");
char *s = N_("here");
/* all well */
char *s = N_("multiple");
/* this is a fine comment for translators */
char *s = N_("nice string; thanks");
/* silly comment */
char *s = N_("translatable string");
char *s = N_("translation");
char *s = N_("translations; per line");