From 2358ba4314dc6d757049bc4871ecf2922614b61b Mon Sep 17 00:00:00 2001 From: Perberos Date: Tue, 8 Nov 2011 13:50:37 -0300 Subject: initial --- data/org.mate.gcalctool.gschema.xml.in | 75 ++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 data/org.mate.gcalctool.gschema.xml.in (limited to 'data/org.mate.gcalctool.gschema.xml.in') diff --git a/data/org.mate.gcalctool.gschema.xml.in b/data/org.mate.gcalctool.gschema.xml.in new file mode 100644 index 0000000..8a11a2c --- /dev/null +++ b/data/org.mate.gcalctool.gschema.xml.in @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + 9 + + <_summary>Accuracy value + <_description>The number of digits displayed after the numeric point + + + 64 + + <_summary>Word size + <_description>The size of the words used in bitwise operations + + + 10 + + <_summary>Numeric Base + <_description>The numeric base + + + false + <_summary>Show Thousands Separators + <_description>Indicates whether thousands separators are shown in large numbers. + + + false + <_summary>Show Trailing Zeroes + <_description>Indicates whether any trailing zeroes after the numeric point should be shown in the display value. + + + 'fixed' + <_summary>Number format + <_description>The format to display numbers in + + + 'degrees' + <_summary>Angle units + <_description>The angle units to use + + + 'basic' + <_summary>Button mode + <_description>The button mode + + + '' + <_summary>Source currency + <_description>Currency of the current calculation + + + '' + <_summary>Target currency + <_description>Currency to convert the current calculation into + + + -- cgit v1.2.1