diff options
author | Stefano Karapetsas <[email protected]> | 2013-03-22 23:17:26 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-03-22 23:17:26 +0100 |
commit | 6ee8af1f0f2181b938c7926b29d38f97ab841c35 (patch) | |
tree | 0c088caa0a0b4c22ad60d080b4042a54a909d1ec /data/org.mate.applications-at.gschema.xml.in.in | |
parent | 9384398bdd679647ca362a72f20c63e5d056f309 (diff) | |
download | mate-settings-daemon-6ee8af1f0f2181b938c7926b29d38f97ab841c35.tar.bz2 mate-settings-daemon-6ee8af1f0f2181b938c7926b29d38f97ab841c35.tar.xz |
Make GSettings schemas translatable
Diffstat (limited to 'data/org.mate.applications-at.gschema.xml.in.in')
-rw-r--r-- | data/org.mate.applications-at.gschema.xml.in.in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/data/org.mate.applications-at.gschema.xml.in.in b/data/org.mate.applications-at.gschema.xml.in.in new file mode 100644 index 0000000..94edc9c --- /dev/null +++ b/data/org.mate.applications-at.gschema.xml.in.in @@ -0,0 +1,19 @@ +<schemalist gettext-domain="@GETTEXT_PACKAGE@"> + <schema id="org.mate.applications-at" path="/org/mate/desktop/applications/at/"> + <key name="screen-keyboard-enabled" type="b"> + <default>false</default> + <_summary>On-screen keyboard</_summary> + <_description>Whether the on-screen keyboard is turned on.</_description> + </key> + <key name="screen-magnifier-enabled" type="b"> + <default>false</default> + <_summary>Screen magnifier</_summary> + <_description>Whether the screen magnifier is turned on.</_description> + </key> + <key name="screen-reader-enabled" type="b"> + <default>false</default> + <_summary>Screen reader</_summary> + <_description>Whether the screen reader is turned on.</_description> + </key> + </schema> +</schemalist> |