summaryrefslogtreecommitdiff
path: root/tests/results/gsettings.gschema.xml.h
blob: bbd41382cac7c75fb1e81c275e59c4be0555cd6d (plain)
1
2
3
4
5
6
7
char *s = C_("Dots Per Inch", "DPI");
char *s = N_("The resolution used for converting font sizes to pixel sizes, in dots per inch.");
/*  Translators: translate to either 12 or 24 to define the default
           clock format.  */
char *s = C_("clock-format", "24");
char *s = N_("Time format");
char *s = C_("Time format gsettings description", "How many hours can you tell apart?");