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.keybindings.gschema.xml.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.keybindings.gschema.xml.in')
-rw-r--r-- | data/org.mate.keybindings.gschema.xml.in | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/data/org.mate.keybindings.gschema.xml.in b/data/org.mate.keybindings.gschema.xml.in deleted file mode 100644 index 7d1b7e3..0000000 --- a/data/org.mate.keybindings.gschema.xml.in +++ /dev/null @@ -1,58 +0,0 @@ -<schemalist gettext-domain="@GETTEXT_PACKAGE@"> - <schema id="org.mate.keybindings" path="/org/mate/desktop/keybindings/"> - <child name="magnifier" schema="org.mate.keybindings.magnifier"/> - <child name="screenreader" schema="org.mate.keybindings.screenreader"/> - <child name="onscreenkeyboard" schema="org.mate.keybindings.onscreenkeyboard"/> - </schema> - <schema id="org.mate.keybindings.magnifier" path="/org/mate/desktop/keybindings/magnifier/"> - <key name="binding" type="s"> - <default>''</default> - <summary>Toggle magnifier</summary> - <description>Binding to toggle the magnifier.</description> - </key> - <key name="name" type="s"> - <default context="name" l10n="messages">'Toggle magnifier'</default> - <summary>The name of the keyboard shortcut to toggle the magnifier</summary> - <description>This is the name of the keyboard shortcut to toggle the magnifier. This name will be shown in the keyboard shortcut preferences dialog.</description> - </key> - <key name="action" type="s"> - <default>'mateconftool-2 --toggle /desktop/mate/applications/at/screen_magnifier_enabled'</default> - <summary>Toggle magnifier</summary> - <description>Command used to turn the magnifier on or off.</description> - </key> - </schema> - <schema id="org.mate.keybindings.screenreader" path="/org/mate/desktop/keybindings/screenreader/"> - <key name="binding" type="s"> - <default>''</default> - <summary>Toggle screen reader</summary> - <description>Binding to toggle the screen reader.</description> - </key> - <key name="name" type="s"> - <default context="name" l10n="messages">'Toggle screen reader'</default> - <summary>The name of the keyboard shortcut to toggle the screen reader</summary> - <description>This is the name of the keyboard shortcut to toggle the screen reader. This name will be shown in the keyboard shortcut preferences dialog.</description> - </key> - <key name="action" type="s"> - <default>'mateconftool-2 --toggle /desktop/mate/applications/at/screen_reader_enabled'</default> - <summary>Toggle screen reader</summary> - <description>Command used to turn the screen reader on or off.</description> - </key> - </schema> - <schema id="org.mate.keybindings.onscreenkeyboard" path="/org/mate/desktop/keybindings/onscreenkeyboard/"> - <key name="name" type="s"> - <default context="name" l10n="messages">'Toggle on-screen keyboard'</default> - <summary>The name of the keyboard shortcut to toggle the on-screen keyboard</summary> - <description>This is the name of the keyboard shortcut to toggle the on-screen keyboard. This name will be shown in the keyboard shortcut preferences dialog.</description> - </key> - <key name="binding" type="s"> - <default>''</default> - <summary>Toggle on-screen keyboard</summary> - <description>Binding to toggle the on-screen keyboard.</description> - </key> - <key name="action" type="s"> - <default>'mateconftool-2 --toggle /desktop/mate/applications/at/screen_keyboard_enabled'</default> - <summary>Toggle on-screen keyboard</summary> - <description>Command used to turn the on-screen keyboard on or off.</description> - </key> - </schema> -</schemalist> |