~intltool/intltool/trunk

« back to all changes in this revision

Viewing changes to tests/results/gsettings.gschema.xml.h

  • Committer: Danilo Segan
  • Date: 2011-10-08 19:26:12 UTC
  • mfrom: (723.1.3 bug-580526)
  • Revision ID: danilo@canonical.com-20111008192612-2il2ignlrb6a0hws
Add support for GSettings, based on Ryan 'desrt' Lortie's code. Well, better late than never, right? Ok, very late. Fixes #580526.

Show diffs side-by-side

added added

removed removed

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