From 6ee8af1f0f2181b938c7926b29d38f97ab841c35 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Fri, 22 Mar 2013 23:17:26 +0100 Subject: Make GSettings schemas translatable --- data/Makefile.am | 3 + data/org.mate.SettingsDaemon.gschema.xml.in | 1 - ...ingsDaemon.plugins.a11y-keyboard.gschema.xml.in | 14 --- ...sDaemon.plugins.a11y-keyboard.gschema.xml.in.in | 14 +++ ...ettingsDaemon.plugins.background.gschema.xml.in | 14 --- ...ingsDaemon.plugins.background.gschema.xml.in.in | 14 +++ ...SettingsDaemon.plugins.clipboard.gschema.xml.in | 14 --- ...tingsDaemon.plugins.clipboard.gschema.xml.in.in | 14 +++ ....SettingsDaemon.plugins.datetime.gschema.xml.in | 14 --- ...ttingsDaemon.plugins.datetime.gschema.xml.in.in | 14 +++ ...tingsDaemon.plugins.housekeeping.gschema.xml.in | 39 ------- ...gsDaemon.plugins.housekeeping.gschema.xml.in.in | 39 +++++++ ...ttingsDaemon.plugins.keybindings.gschema.xml.in | 14 --- ...ngsDaemon.plugins.keybindings.gschema.xml.in.in | 14 +++ ....SettingsDaemon.plugins.keyboard.gschema.xml.in | 14 --- ...ttingsDaemon.plugins.keyboard.gschema.xml.in.in | 14 +++ ...ettingsDaemon.plugins.media-keys.gschema.xml.in | 114 --------------------- ...ingsDaemon.plugins.media-keys.gschema.xml.in.in | 114 +++++++++++++++++++++ ...ate.SettingsDaemon.plugins.mouse.gschema.xml.in | 14 --- ....SettingsDaemon.plugins.mouse.gschema.xml.in.in | 14 +++ ...ate.SettingsDaemon.plugins.mpris.gschema.xml.in | 14 --- ....SettingsDaemon.plugins.mpris.gschema.xml.in.in | 14 +++ ...SettingsDaemon.plugins.smartcard.gschema.xml.in | 14 --- ...tingsDaemon.plugins.smartcard.gschema.xml.in.in | 14 +++ ...ate.SettingsDaemon.plugins.sound.gschema.xml.in | 14 --- ....SettingsDaemon.plugins.sound.gschema.xml.in.in | 14 +++ ...tingsDaemon.plugins.typing-break.gschema.xml.in | 14 --- ...gsDaemon.plugins.typing-break.gschema.xml.in.in | 14 +++ ...te.SettingsDaemon.plugins.xrandr.gschema.xml.in | 39 ------- ...SettingsDaemon.plugins.xrandr.gschema.xml.in.in | 39 +++++++ ...mate.SettingsDaemon.plugins.xrdb.gschema.xml.in | 14 --- ...e.SettingsDaemon.plugins.xrdb.gschema.xml.in.in | 14 +++ ...SettingsDaemon.plugins.xsettings.gschema.xml.in | 14 --- ...tingsDaemon.plugins.xsettings.gschema.xml.in.in | 14 +++ data/org.mate.applications-at.gschema.xml.in | 19 ---- data/org.mate.applications-at.gschema.xml.in.in | 19 ++++ data/org.mate.font-rendering.gschema.xml.in | 41 -------- data/org.mate.font-rendering.gschema.xml.in.in | 41 ++++++++ data/org.mate.keybindings.gschema.xml.in | 58 ----------- data/org.mate.keybindings.gschema.xml.in.in | 58 +++++++++++ data/org.mate.peripherals-smartcard.gschema.xml.in | 10 -- ...rg.mate.peripherals-smartcard.gschema.xml.in.in | 10 ++ data/org.mate.peripherals-touchpad.gschema.xml.in | 29 ------ ...org.mate.peripherals-touchpad.gschema.xml.in.in | 29 ++++++ po/POTFILES.in | 32 ++++-- 45 files changed, 555 insertions(+), 543 deletions(-) delete mode 100644 data/org.mate.SettingsDaemon.gschema.xml.in delete mode 100644 data/org.mate.SettingsDaemon.plugins.a11y-keyboard.gschema.xml.in create mode 100644 data/org.mate.SettingsDaemon.plugins.a11y-keyboard.gschema.xml.in.in delete mode 100644 data/org.mate.SettingsDaemon.plugins.background.gschema.xml.in create mode 100644 data/org.mate.SettingsDaemon.plugins.background.gschema.xml.in.in delete mode 100644 data/org.mate.SettingsDaemon.plugins.clipboard.gschema.xml.in create mode 100644 data/org.mate.SettingsDaemon.plugins.clipboard.gschema.xml.in.in delete mode 100644 data/org.mate.SettingsDaemon.plugins.datetime.gschema.xml.in create mode 100644 data/org.mate.SettingsDaemon.plugins.datetime.gschema.xml.in.in delete mode 100644 data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in create mode 100644 data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in.in delete mode 100644 data/org.mate.SettingsDaemon.plugins.keybindings.gschema.xml.in create mode 100644 data/org.mate.SettingsDaemon.plugins.keybindings.gschema.xml.in.in delete mode 100644 data/org.mate.SettingsDaemon.plugins.keyboard.gschema.xml.in create mode 100644 data/org.mate.SettingsDaemon.plugins.keyboard.gschema.xml.in.in delete mode 100644 data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in create mode 100644 data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.in delete mode 100644 data/org.mate.SettingsDaemon.plugins.mouse.gschema.xml.in create mode 100644 data/org.mate.SettingsDaemon.plugins.mouse.gschema.xml.in.in delete mode 100644 data/org.mate.SettingsDaemon.plugins.mpris.gschema.xml.in create mode 100644 data/org.mate.SettingsDaemon.plugins.mpris.gschema.xml.in.in delete mode 100644 data/org.mate.SettingsDaemon.plugins.smartcard.gschema.xml.in create mode 100644 data/org.mate.SettingsDaemon.plugins.smartcard.gschema.xml.in.in delete mode 100644 data/org.mate.SettingsDaemon.plugins.sound.gschema.xml.in create mode 100644 data/org.mate.SettingsDaemon.plugins.sound.gschema.xml.in.in delete mode 100644 data/org.mate.SettingsDaemon.plugins.typing-break.gschema.xml.in create mode 100644 data/org.mate.SettingsDaemon.plugins.typing-break.gschema.xml.in.in delete mode 100644 data/org.mate.SettingsDaemon.plugins.xrandr.gschema.xml.in create mode 100644 data/org.mate.SettingsDaemon.plugins.xrandr.gschema.xml.in.in delete mode 100644 data/org.mate.SettingsDaemon.plugins.xrdb.gschema.xml.in create mode 100644 data/org.mate.SettingsDaemon.plugins.xrdb.gschema.xml.in.in delete mode 100644 data/org.mate.SettingsDaemon.plugins.xsettings.gschema.xml.in create mode 100644 data/org.mate.SettingsDaemon.plugins.xsettings.gschema.xml.in.in delete mode 100644 data/org.mate.applications-at.gschema.xml.in create mode 100644 data/org.mate.applications-at.gschema.xml.in.in delete mode 100644 data/org.mate.font-rendering.gschema.xml.in create mode 100644 data/org.mate.font-rendering.gschema.xml.in.in delete mode 100644 data/org.mate.keybindings.gschema.xml.in create mode 100644 data/org.mate.keybindings.gschema.xml.in.in delete mode 100644 data/org.mate.peripherals-smartcard.gschema.xml.in create mode 100644 data/org.mate.peripherals-smartcard.gschema.xml.in.in delete mode 100644 data/org.mate.peripherals-touchpad.gschema.xml.in create mode 100644 data/org.mate.peripherals-touchpad.gschema.xml.in.in diff --git a/data/Makefile.am b/data/Makefile.am index c532027..c34c585 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -27,6 +27,9 @@ gsettings_SCHEMAS = \ @INTLTOOL_XML_NOMERGE_RULE@ @GSETTINGS_RULES@ +%.gschema.xml.in: %.gschema.xml.in.in Makefile + $(AM_V_GEN) $(SED) -e 's^\@GETTEXT_PACKAGE\@^$(GETTEXT_PACKAGE)^g' < $< > $@ + convertdir = $(datadir)/MateConf/gsettings convert_DATA = mate-settings-daemon.convert diff --git a/data/org.mate.SettingsDaemon.gschema.xml.in b/data/org.mate.SettingsDaemon.gschema.xml.in deleted file mode 100644 index 8b13789..0000000 --- a/data/org.mate.SettingsDaemon.gschema.xml.in +++ /dev/null @@ -1 +0,0 @@ - diff --git a/data/org.mate.SettingsDaemon.plugins.a11y-keyboard.gschema.xml.in b/data/org.mate.SettingsDaemon.plugins.a11y-keyboard.gschema.xml.in deleted file mode 100644 index 84bfb9f..0000000 --- a/data/org.mate.SettingsDaemon.plugins.a11y-keyboard.gschema.xml.in +++ /dev/null @@ -1,14 +0,0 @@ - - - - true - <_summary>Activation of this plugin - <_description>Whether this plugin would be activated by mate-settings-daemon or not - - - 7 - <_summary>Priority to use for this plugin - <_description>Priority to use for this plugin in mate-settings-daemon startup queue - - - diff --git a/data/org.mate.SettingsDaemon.plugins.a11y-keyboard.gschema.xml.in.in b/data/org.mate.SettingsDaemon.plugins.a11y-keyboard.gschema.xml.in.in new file mode 100644 index 0000000..84bfb9f --- /dev/null +++ b/data/org.mate.SettingsDaemon.plugins.a11y-keyboard.gschema.xml.in.in @@ -0,0 +1,14 @@ + + + + true + <_summary>Activation of this plugin + <_description>Whether this plugin would be activated by mate-settings-daemon or not + + + 7 + <_summary>Priority to use for this plugin + <_description>Priority to use for this plugin in mate-settings-daemon startup queue + + + diff --git a/data/org.mate.SettingsDaemon.plugins.background.gschema.xml.in b/data/org.mate.SettingsDaemon.plugins.background.gschema.xml.in deleted file mode 100644 index 64332ad..0000000 --- a/data/org.mate.SettingsDaemon.plugins.background.gschema.xml.in +++ /dev/null @@ -1,14 +0,0 @@ - - - - true - <_summary>Activation of this plugin - <_description>Whether this plugin would be activated by mate-settings-daemon or not - - - 97 - <_summary>Priority to use for this plugin - <_description>Priority to use for this plugin in mate-settings-daemon startup queue - - - diff --git a/data/org.mate.SettingsDaemon.plugins.background.gschema.xml.in.in b/data/org.mate.SettingsDaemon.plugins.background.gschema.xml.in.in new file mode 100644 index 0000000..64332ad --- /dev/null +++ b/data/org.mate.SettingsDaemon.plugins.background.gschema.xml.in.in @@ -0,0 +1,14 @@ + + + + true + <_summary>Activation of this plugin + <_description>Whether this plugin would be activated by mate-settings-daemon or not + + + 97 + <_summary>Priority to use for this plugin + <_description>Priority to use for this plugin in mate-settings-daemon startup queue + + + diff --git a/data/org.mate.SettingsDaemon.plugins.clipboard.gschema.xml.in b/data/org.mate.SettingsDaemon.plugins.clipboard.gschema.xml.in deleted file mode 100644 index 9ad216b..0000000 --- a/data/org.mate.SettingsDaemon.plugins.clipboard.gschema.xml.in +++ /dev/null @@ -1,14 +0,0 @@ - - - - true - <_summary>Activation of this plugin - <_description>Whether this plugin would be activated by mate-settings-daemon or not - - - 99 - <_summary>Priority to use for this plugin - <_description>Priority to use for this plugin in mate-settings-daemon startup queue - - - diff --git a/data/org.mate.SettingsDaemon.plugins.clipboard.gschema.xml.in.in b/data/org.mate.SettingsDaemon.plugins.clipboard.gschema.xml.in.in new file mode 100644 index 0000000..9ad216b --- /dev/null +++ b/data/org.mate.SettingsDaemon.plugins.clipboard.gschema.xml.in.in @@ -0,0 +1,14 @@ + + + + true + <_summary>Activation of this plugin + <_description>Whether this plugin would be activated by mate-settings-daemon or not + + + 99 + <_summary>Priority to use for this plugin + <_description>Priority to use for this plugin in mate-settings-daemon startup queue + + + diff --git a/data/org.mate.SettingsDaemon.plugins.datetime.gschema.xml.in b/data/org.mate.SettingsDaemon.plugins.datetime.gschema.xml.in deleted file mode 100644 index 1ba1bb0..0000000 --- a/data/org.mate.SettingsDaemon.plugins.datetime.gschema.xml.in +++ /dev/null @@ -1,14 +0,0 @@ - - - - true - <_summary>Activation of this plugin - <_description>Whether this plugin would be activated by mate-settings-daemon or not - - - 99 - <_summary>Priority to use for this plugin - <_description>Priority to use for this plugin in mate-settings-daemon startup queue - - - diff --git a/data/org.mate.SettingsDaemon.plugins.datetime.gschema.xml.in.in b/data/org.mate.SettingsDaemon.plugins.datetime.gschema.xml.in.in new file mode 100644 index 0000000..1ba1bb0 --- /dev/null +++ b/data/org.mate.SettingsDaemon.plugins.datetime.gschema.xml.in.in @@ -0,0 +1,14 @@ + + + + true + <_summary>Activation of this plugin + <_description>Whether this plugin would be activated by mate-settings-daemon or not + + + 99 + <_summary>Priority to use for this plugin + <_description>Priority to use for this plugin in mate-settings-daemon startup queue + + + diff --git a/data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in b/data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in deleted file mode 100644 index 24882cb..0000000 --- a/data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in +++ /dev/null @@ -1,39 +0,0 @@ - - - - true - <_summary>Activation of this plugin - <_description>Whether this plugin would be activated by mate-settings-daemon or not - - - 99 - <_summary>Priority to use for this plugin - <_description>Priority to use for this plugin in mate-settings-daemon startup queue - - - 0.05 - <_summary>Free percentage notify threshold - <_description>Percentage free space threshold for initial warning of low disk space. If the percentage free space drops below this, a warning will be shown. - - - 0.01 - <_summary>Subsequent free percentage notify threshold - <_description>Specify the percentage that the free disk space should reduce by before issuing a subsequent warning. - - - 2 - <_summary>Free space no notify threshold - <_description>Specify an amount in GB. If the amount of free space is more than this, no warning will be shown. - - - 10 - <_summary>Minimum notify period for repeated warnings - <_description>Specify a time in minutes. Subsequent warnings for a volume will not appear more often than this period. - - - [] - <_summary>Mount paths to ignore - <_description>Specify a list of mount paths to ignore when they run low on space. - - - diff --git a/data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in.in b/data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in.in new file mode 100644 index 0000000..24882cb --- /dev/null +++ b/data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in.in @@ -0,0 +1,39 @@ + + + + true + <_summary>Activation of this plugin + <_description>Whether this plugin would be activated by mate-settings-daemon or not + + + 99 + <_summary>Priority to use for this plugin + <_description>Priority to use for this plugin in mate-settings-daemon startup queue + + + 0.05 + <_summary>Free percentage notify threshold + <_description>Percentage free space threshold for initial warning of low disk space. If the percentage free space drops below this, a warning will be shown. + + + 0.01 + <_summary>Subsequent free percentage notify threshold + <_description>Specify the percentage that the free disk space should reduce by before issuing a subsequent warning. + + + 2 + <_summary>Free space no notify threshold + <_description>Specify an amount in GB. If the amount of free space is more than this, no warning will be shown. + + + 10 + <_summary>Minimum notify period for repeated warnings + <_description>Specify a time in minutes. Subsequent warnings for a volume will not appear more often than this period. + + + [] + <_summary>Mount paths to ignore + <_description>Specify a list of mount paths to ignore when they run low on space. + + + diff --git a/data/org.mate.SettingsDaemon.plugins.keybindings.gschema.xml.in b/data/org.mate.SettingsDaemon.plugins.keybindings.gschema.xml.in deleted file mode 100644 index a371b84..0000000 --- a/data/org.mate.SettingsDaemon.plugins.keybindings.gschema.xml.in +++ /dev/null @@ -1,14 +0,0 @@ - - - - true - <_summary>Activation of this plugin - <_description>Whether this plugin would be activated by mate-settings-daemon or not - - - 6 - <_summary>Priority to use for this plugin - <_description>Priority to use for this plugin in mate-settings-daemon startup queue - - - diff --git a/data/org.mate.SettingsDaemon.plugins.keybindings.gschema.xml.in.in b/data/org.mate.SettingsDaemon.plugins.keybindings.gschema.xml.in.in new file mode 100644 index 0000000..a371b84 --- /dev/null +++ b/data/org.mate.SettingsDaemon.plugins.keybindings.gschema.xml.in.in @@ -0,0 +1,14 @@ + + + + true + <_summary>Activation of this plugin + <_description>Whether this plugin would be activated by mate-settings-daemon or not + + + 6 + <_summary>Priority to use for this plugin + <_description>Priority to use for this plugin in mate-settings-daemon startup queue + + + diff --git a/data/org.mate.SettingsDaemon.plugins.keyboard.gschema.xml.in b/data/org.mate.SettingsDaemon.plugins.keyboard.gschema.xml.in deleted file mode 100644 index d12afb2..0000000 --- a/data/org.mate.SettingsDaemon.plugins.keyboard.gschema.xml.in +++ /dev/null @@ -1,14 +0,0 @@ - - - - true - <_summary>Activation of this plugin - <_description>Whether this plugin would be activated by mate-settings-daemon or not - - - 6 - <_summary>Priority to use for this plugin - <_description>Priority to use for this plugin in mate-settings-daemon startup queue - - - diff --git a/data/org.mate.SettingsDaemon.plugins.keyboard.gschema.xml.in.in b/data/org.mate.SettingsDaemon.plugins.keyboard.gschema.xml.in.in new file mode 100644 index 0000000..d12afb2 --- /dev/null +++ b/data/org.mate.SettingsDaemon.plugins.keyboard.gschema.xml.in.in @@ -0,0 +1,14 @@ + + + + true + <_summary>Activation of this plugin + <_description>Whether this plugin would be activated by mate-settings-daemon or not + + + 6 + <_summary>Priority to use for this plugin + <_description>Priority to use for this plugin in mate-settings-daemon startup queue + + + diff --git a/data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in b/data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in deleted file mode 100644 index f855cfd..0000000 --- a/data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in +++ /dev/null @@ -1,114 +0,0 @@ - - - - true - <_summary>Activation of this plugin - <_description>Whether this plugin would be activated by mate-settings-daemon or not - - - 98 - <_summary>Priority to use for this plugin - <_description>Priority to use for this plugin in mate-settings-daemon startup queue - - - 6 - <_summary>Volume step - <_description>Volume step as percentage of volume. - - - 'XF86TouchpadToggle' - <_summary>Toggle touchpad - <_description>Binding to enable or disable the touchpad. - - - 'XF86AudioMute' - <_summary>Volume mute - <_description>Binding to mute the system volume. - - - 'XF86AudioLowerVolume' - <_summary>Volume down - <_description>Binding to lower the system volume. - - - 'XF86AudioRaiseVolume' - <_summary>Volume up - <_description>Binding to raise the system volume. - - - '<Control><Alt>Delete' - <_summary>Log out - <_description>Binding to log out. - - - 'XF86Eject' - <_summary>Eject - <_description>Binding to eject an optical disc. - - - 'XF86Explorer' - <_summary>Home folder - <_description>Binding to open the Home folder. - - - 'XF86Search' - <_summary>Search - <_description>Binding to launch the search tool. - - - 'XF86Mail' - <_summary>Launch email client - <_description>Binding to launch the email client. - - - '<Control><Alt>l' - <_summary>Lock screen - <_description>Binding to lock the screen. - - - '' - <_summary>Launch help browser - <_description>Binding to launch the help browser. - - - 'XF86Calculator' - <_summary>Launch calculator - <_description>Binding to launch the calculator. - - - 'XF86WWW' - <_summary>Launch web browser - <_description>Binding to launch the web browser. - - - 'XF86AudioMedia' - <_summary>Launch media player - <_description>Binding to launch the media player. - - - 'XF86AudioPlay' - <_summary>Play (or play/pause) - <_description>Binding to start playback (or toggle play/pause). - - - 'XF86AudioPause' - <_summary>Pause playback - <_description>Binding to pause playback. - - - 'XF86AudioStop' - <_summary>Stop playback - <_description>Binding to stop playback. - - - 'XF86AudioPrev' - <_summary>Previous track - <_description>Binding to skip to previous track. - - - 'XF86AudioNext' - <_summary>Next track - <_description>Binding to skip to next track. - - - diff --git a/data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.in b/data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.in new file mode 100644 index 0000000..f855cfd --- /dev/null +++ b/data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.in @@ -0,0 +1,114 @@ + + + + true + <_summary>Activation of this plugin + <_description>Whether this plugin would be activated by mate-settings-daemon or not + + + 98 + <_summary>Priority to use for this plugin + <_description>Priority to use for this plugin in mate-settings-daemon startup queue + + + 6 + <_summary>Volume step + <_description>Volume step as percentage of volume. + + + 'XF86TouchpadToggle' + <_summary>Toggle touchpad + <_description>Binding to enable or disable the touchpad. + + + 'XF86AudioMute' + <_summary>Volume mute + <_description>Binding to mute the system volume. + + + 'XF86AudioLowerVolume' + <_summary>Volume down + <_description>Binding to lower the system volume. + + + 'XF86AudioRaiseVolume' + <_summary>Volume up + <_description>Binding to raise the system volume. + + + '<Control><Alt>Delete' + <_summary>Log out + <_description>Binding to log out. + + + 'XF86Eject' + <_summary>Eject + <_description>Binding to eject an optical disc. + + + 'XF86Explorer' + <_summary>Home folder + <_description>Binding to open the Home folder. + + + 'XF86Search' + <_summary>Search + <_description>Binding to launch the search tool. + + + 'XF86Mail' + <_summary>Launch email client + <_description>Binding to launch the email client. + + + '<Control><Alt>l' + <_summary>Lock screen + <_description>Binding to lock the screen. + + + '' + <_summary>Launch help browser + <_description>Binding to launch the help browser. + + + 'XF86Calculator' + <_summary>Launch calculator + <_description>Binding to launch the calculator. + + + 'XF86WWW' + <_summary>Launch web browser + <_description>Binding to launch the web browser. + + + 'XF86AudioMedia' + <_summary>Launch media player + <_description>Binding to launch the media player. + + + 'XF86AudioPlay' + <_summary>Play (or play/pause) + <_description>Binding to start playback (or toggle play/pause). + + + 'XF86AudioPause' + <_summary>Pause playback + <_description>Binding to pause playback. + + + 'XF86AudioStop' + <_summary>Stop playback + <_description>Binding to stop playback. + + + 'XF86AudioPrev' + <_summary>Previous track + <_description>Binding to skip to previous track. + + + 'XF86AudioNext' + <_summary>Next track + <_description>Binding to skip to next track. + + + diff --git a/data/org.mate.SettingsDaemon.plugins.mouse.gschema.xml.in b/data/org.mate.SettingsDaemon.plugins.mouse.gschema.xml.in deleted file mode 100644 index 6778873..0000000 --- a/data/org.mate.SettingsDaemon.plugins.mouse.gschema.xml.in +++ /dev/null @@ -1,14 +0,0 @@ - - - - true - <_summary>Activation of this plugin - <_description>Whether this plugin would be activated by mate-settings-daemon or not - - - 7 - <_summary>Priority to use for this plugin - <_description>Priority to use for this plugin in mate-settings-daemon startup queue - - - diff --git a/data/org.mate.SettingsDaemon.plugins.mouse.gschema.xml.in.in b/data/org.mate.SettingsDaemon.plugins.mouse.gschema.xml.in.in new file mode 100644 index 0000000..6778873 --- /dev/null +++ b/data/org.mate.SettingsDaemon.plugins.mouse.gschema.xml.in.in @@ -0,0 +1,14 @@ + + + + true + <_summary>Activation of this plugin + <_description>Whether this plugin would be activated by mate-settings-daemon or not + + + 7 + <_summary>Priority to use for this plugin + <_description>Priority to use for this plugin in mate-settings-daemon startup queue + + + diff --git a/data/org.mate.SettingsDaemon.plugins.mpris.gschema.xml.in b/data/org.mate.SettingsDaemon.plugins.mpris.gschema.xml.in deleted file mode 100644 index f398d27..0000000 --- a/data/org.mate.SettingsDaemon.plugins.mpris.gschema.xml.in +++ /dev/null @@ -1,14 +0,0 @@ - - - - true - <_summary>Activation of this plugin - <_description>Whether this plugin would be activated by mate-settings-daemon or not - - - 99 - <_summary>Priority to use for this plugin - <_description>Priority to use for this plugin in mate-settings-daemon startup queue - - - diff --git a/data/org.mate.SettingsDaemon.plugins.mpris.gschema.xml.in.in b/data/org.mate.SettingsDaemon.plugins.mpris.gschema.xml.in.in new file mode 100644 index 0000000..f398d27 --- /dev/null +++ b/data/org.mate.SettingsDaemon.plugins.mpris.gschema.xml.in.in @@ -0,0 +1,14 @@ + + + + true + <_summary>Activation of this plugin + <_description>Whether this plugin would be activated by mate-settings-daemon or not + + + 99 + <_summary>Priority to use for this plugin + <_description>Priority to use for this plugin in mate-settings-daemon startup queue + + + diff --git a/data/org.mate.SettingsDaemon.plugins.smartcard.gschema.xml.in b/data/org.mate.SettingsDaemon.plugins.smartcard.gschema.xml.in deleted file mode 100644 index 33883e2..0000000 --- a/data/org.mate.SettingsDaemon.plugins.smartcard.gschema.xml.in +++ /dev/null @@ -1,14 +0,0 @@ - - - - true - <_summary>Activation of this plugin - <_description>Whether this plugin would be activated by mate-settings-daemon or not - - - 8 - <_summary>Priority to use for this plugin - <_description>Priority to use for this plugin in mate-settings-daemon startup queue - - - diff --git a/data/org.mate.SettingsDaemon.plugins.smartcard.gschema.xml.in.in b/data/org.mate.SettingsDaemon.plugins.smartcard.gschema.xml.in.in new file mode 100644 index 0000000..33883e2 --- /dev/null +++ b/data/org.mate.SettingsDaemon.plugins.smartcard.gschema.xml.in.in @@ -0,0 +1,14 @@ + + + + true + <_summary>Activation of this plugin + <_description>Whether this plugin would be activated by mate-settings-daemon or not + + + 8 + <_summary>Priority to use for this plugin + <_description>Priority to use for this plugin in mate-settings-daemon startup queue + + + diff --git a/data/org.mate.SettingsDaemon.plugins.sound.gschema.xml.in b/data/org.mate.SettingsDaemon.plugins.sound.gschema.xml.in deleted file mode 100644 index 597e6bc..0000000 --- a/data/org.mate.SettingsDaemon.plugins.sound.gschema.xml.in +++ /dev/null @@ -1,14 +0,0 @@ - - - - true - <_summary>Activation of this plugin - <_description>Whether this plugin would be activated by mate-settings-daemon or not - - - 5 - <_summary>Priority to use for this plugin - <_description>Priority to use for this plugin in mate-settings-daemon startup queue - - - diff --git a/data/org.mate.SettingsDaemon.plugins.sound.gschema.xml.in.in b/data/org.mate.SettingsDaemon.plugins.sound.gschema.xml.in.in new file mode 100644 index 0000000..597e6bc --- /dev/null +++ b/data/org.mate.SettingsDaemon.plugins.sound.gschema.xml.in.in @@ -0,0 +1,14 @@ + + + + true + <_summary>Activation of this plugin + <_description>Whether this plugin would be activated by mate-settings-daemon or not + + + 5 + <_summary>Priority to use for this plugin + <_description>Priority to use for this plugin in mate-settings-daemon startup queue + + + diff --git a/data/org.mate.SettingsDaemon.plugins.typing-break.gschema.xml.in b/data/org.mate.SettingsDaemon.plugins.typing-break.gschema.xml.in deleted file mode 100644 index e3eb93d..0000000 --- a/data/org.mate.SettingsDaemon.plugins.typing-break.gschema.xml.in +++ /dev/null @@ -1,14 +0,0 @@ - - - - true - <_summary>Activation of this plugin - <_description>Whether this plugin would be activated by mate-settings-daemon or not - - - 99 - <_summary>Priority to use for this plugin - <_description>Priority to use for this plugin in mate-settings-daemon startup queue - - - diff --git a/data/org.mate.SettingsDaemon.plugins.typing-break.gschema.xml.in.in b/data/org.mate.SettingsDaemon.plugins.typing-break.gschema.xml.in.in new file mode 100644 index 0000000..e3eb93d --- /dev/null +++ b/data/org.mate.SettingsDaemon.plugins.typing-break.gschema.xml.in.in @@ -0,0 +1,14 @@ + + + + true + <_summary>Activation of this plugin + <_description>Whether this plugin would be activated by mate-settings-daemon or not + + + 99 + <_summary>Priority to use for this plugin + <_description>Priority to use for this plugin in mate-settings-daemon startup queue + + + diff --git a/data/org.mate.SettingsDaemon.plugins.xrandr.gschema.xml.in b/data/org.mate.SettingsDaemon.plugins.xrandr.gschema.xml.in deleted file mode 100644 index 3b55e09..0000000 --- a/data/org.mate.SettingsDaemon.plugins.xrandr.gschema.xml.in +++ /dev/null @@ -1,39 +0,0 @@ - - - - true - <_summary>Activation of this plugin - <_description>Whether this plugin would be activated by mate-settings-daemon or not - - - 1 - <_summary>Priority to use for this plugin - <_description>Priority to use for this plugin in mate-settings-daemon startup queue - - - false - <_summary>Show Displays in Notification Area - <_description>Whether a notification icon with display-related things should be shown in the panel. - - - true - <_summary>Do not touch monitor configuration - <_description>Usually, mate-settings-daemon configures internal and external monitors according to the turn_on_external_monitors_at_startup and turn_on_laptop_monitor_at_startup settings and determines an appropriate cloning/side-by-side mode. Setting this key to True disables this, and the monitor settings are not touched at all (unless there is an explicit user configuration). - - - false - <_summary>Turn on external monitor after system boot - <_description>Turn on external monitor after system boot if user plugs in external monitor on system boot. - - - true - <_summary>Turn on laptop monitor after system boot - <_description>Turn on laptop monitor after system boot if user plugs in external monitor on system boot. - - - '/etc/mate-settings-daemon/xrandr/monitors.xml' - <_summary>File for default configuration for RandR - <_description>The XRandR plugin will look for a default configuration in the file specified by this key. This is similar to the ~/.config/monitors.xml that normally gets stored in users' home directories. If a user does not have such a file, or has one that does not match the user's setup of monitors, then the file specified by this key will be used instead. - - - diff --git a/data/org.mate.SettingsDaemon.plugins.xrandr.gschema.xml.in.in b/data/org.mate.SettingsDaemon.plugins.xrandr.gschema.xml.in.in new file mode 100644 index 0000000..3b55e09 --- /dev/null +++ b/data/org.mate.SettingsDaemon.plugins.xrandr.gschema.xml.in.in @@ -0,0 +1,39 @@ + + + + true + <_summary>Activation of this plugin + <_description>Whether this plugin would be activated by mate-settings-daemon or not + + + 1 + <_summary>Priority to use for this plugin + <_description>Priority to use for this plugin in mate-settings-daemon startup queue + + + false + <_summary>Show Displays in Notification Area + <_description>Whether a notification icon with display-related things should be shown in the panel. + + + true + <_summary>Do not touch monitor configuration + <_description>Usually, mate-settings-daemon configures internal and external monitors according to the turn_on_external_monitors_at_startup and turn_on_laptop_monitor_at_startup settings and determines an appropriate cloning/side-by-side mode. Setting this key to True disables this, and the monitor settings are not touched at all (unless there is an explicit user configuration). + + + false + <_summary>Turn on external monitor after system boot + <_description>Turn on external monitor after system boot if user plugs in external monitor on system boot. + + + true + <_summary>Turn on laptop monitor after system boot + <_description>Turn on laptop monitor after system boot if user plugs in external monitor on system boot. + + + '/etc/mate-settings-daemon/xrandr/monitors.xml' + <_summary>File for default configuration for RandR + <_description>The XRandR plugin will look for a default configuration in the file specified by this key. This is similar to the ~/.config/monitors.xml that normally gets stored in users' home directories. If a user does not have such a file, or has one that does not match the user's setup of monitors, then the file specified by this key will be used instead. + + + diff --git a/data/org.mate.SettingsDaemon.plugins.xrdb.gschema.xml.in b/data/org.mate.SettingsDaemon.plugins.xrdb.gschema.xml.in deleted file mode 100644 index d83cc68..0000000 --- a/data/org.mate.SettingsDaemon.plugins.xrdb.gschema.xml.in +++ /dev/null @@ -1,14 +0,0 @@ - - - - true - <_summary>Activation of this plugin - <_description>Whether this plugin would be activated by mate-settings-daemon or not - - - 90 - <_summary>Priority to use for this plugin - <_description>Priority to use for this plugin in mate-settings-daemon startup queue - - - diff --git a/data/org.mate.SettingsDaemon.plugins.xrdb.gschema.xml.in.in b/data/org.mate.SettingsDaemon.plugins.xrdb.gschema.xml.in.in new file mode 100644 index 0000000..d83cc68 --- /dev/null +++ b/data/org.mate.SettingsDaemon.plugins.xrdb.gschema.xml.in.in @@ -0,0 +1,14 @@ + + + + true + <_summary>Activation of this plugin + <_description>Whether this plugin would be activated by mate-settings-daemon or not + + + 90 + <_summary>Priority to use for this plugin + <_description>Priority to use for this plugin in mate-settings-daemon startup queue + + + diff --git a/data/org.mate.SettingsDaemon.plugins.xsettings.gschema.xml.in b/data/org.mate.SettingsDaemon.plugins.xsettings.gschema.xml.in deleted file mode 100644 index d636862..0000000 --- a/data/org.mate.SettingsDaemon.plugins.xsettings.gschema.xml.in +++ /dev/null @@ -1,14 +0,0 @@ - - - - true - <_summary>Activation of this plugin - <_description>Whether this plugin would be activated by mate-settings-daemon or not - - - 2 - <_summary>Priority to use for this plugin - <_description>Priority to use for this plugin in mate-settings-daemon startup queue - - - diff --git a/data/org.mate.SettingsDaemon.plugins.xsettings.gschema.xml.in.in b/data/org.mate.SettingsDaemon.plugins.xsettings.gschema.xml.in.in new file mode 100644 index 0000000..d636862 --- /dev/null +++ b/data/org.mate.SettingsDaemon.plugins.xsettings.gschema.xml.in.in @@ -0,0 +1,14 @@ + + + + true + <_summary>Activation of this plugin + <_description>Whether this plugin would be activated by mate-settings-daemon or not + + + 2 + <_summary>Priority to use for this plugin + <_description>Priority to use for this plugin in mate-settings-daemon startup queue + + + diff --git a/data/org.mate.applications-at.gschema.xml.in b/data/org.mate.applications-at.gschema.xml.in deleted file mode 100644 index 94edc9c..0000000 --- a/data/org.mate.applications-at.gschema.xml.in +++ /dev/null @@ -1,19 +0,0 @@ - - - - false - <_summary>On-screen keyboard - <_description>Whether the on-screen keyboard is turned on. - - - false - <_summary>Screen magnifier - <_description>Whether the screen magnifier is turned on. - - - false - <_summary>Screen reader - <_description>Whether the screen reader is turned on. - - - 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 @@ + + + + false + <_summary>On-screen keyboard + <_description>Whether the on-screen keyboard is turned on. + + + false + <_summary>Screen magnifier + <_description>Whether the screen magnifier is turned on. + + + false + <_summary>Screen reader + <_description>Whether the screen reader is turned on. + + + diff --git a/data/org.mate.font-rendering.gschema.xml.in b/data/org.mate.font-rendering.gschema.xml.in deleted file mode 100644 index 2d9f84b..0000000 --- a/data/org.mate.font-rendering.gschema.xml.in +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - 0.0 - <_summary>DPI - <_description>The resolution used for converting font sizes to pixel sizes, in dots per inch. - - - 'grayscale' - <_summary>Antialiasing - <_description>The type of antialiasing to use when rendering fonts. Possible values are: "none" for no antialiasing, "grayscale" for standard grayscale antialiasing, and "rgba" for subpixel antialiasing (LCD screens only). - - - 'medium' - <_summary>Hinting - <_description>The type of hinting to use when rendering fonts. Possible values are: "none" for no hinting, "slight" for basic, "medium" for moderate, and "full" for maximum hinting (may cause distortion of letter forms). - - - 'rgb' - <_summary>RGBA order - <_description>The order of subpixel elements on an LCD screen; only used when antialiasing is set to "rgba". Possible values are: "rgb" for red on left (most common), "bgr" for blue on left, "vrgb" for red on top, "vbgr" for red on bottom. - - - diff --git a/data/org.mate.font-rendering.gschema.xml.in.in b/data/org.mate.font-rendering.gschema.xml.in.in new file mode 100644 index 0000000..2d9f84b --- /dev/null +++ b/data/org.mate.font-rendering.gschema.xml.in.in @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + 0.0 + <_summary>DPI + <_description>The resolution used for converting font sizes to pixel sizes, in dots per inch. + + + 'grayscale' + <_summary>Antialiasing + <_description>The type of antialiasing to use when rendering fonts. Possible values are: "none" for no antialiasing, "grayscale" for standard grayscale antialiasing, and "rgba" for subpixel antialiasing (LCD screens only). + + + 'medium' + <_summary>Hinting + <_description>The type of hinting to use when rendering fonts. Possible values are: "none" for no hinting, "slight" for basic, "medium" for moderate, and "full" for maximum hinting (may cause distortion of letter forms). + + + 'rgb' + <_summary>RGBA order + <_description>The order of subpixel elements on an LCD screen; only used when antialiasing is set to "rgba". Possible values are: "rgb" for red on left (most common), "bgr" for blue on left, "vrgb" for red on top, "vbgr" for red on bottom. + + + 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 @@ - - - - - - - - - '' - Toggle magnifier - Binding to toggle the magnifier. - - - 'Toggle magnifier' - The name of the keyboard shortcut to toggle the magnifier - This is the name of the keyboard shortcut to toggle the magnifier. This name will be shown in the keyboard shortcut preferences dialog. - - - 'mateconftool-2 --toggle /desktop/mate/applications/at/screen_magnifier_enabled' - Toggle magnifier - Command used to turn the magnifier on or off. - - - - - '' - Toggle screen reader - Binding to toggle the screen reader. - - - 'Toggle screen reader' - The name of the keyboard shortcut to toggle the screen reader - This is the name of the keyboard shortcut to toggle the screen reader. This name will be shown in the keyboard shortcut preferences dialog. - - - 'mateconftool-2 --toggle /desktop/mate/applications/at/screen_reader_enabled' - Toggle screen reader - Command used to turn the screen reader on or off. - - - - - 'Toggle on-screen keyboard' - The name of the keyboard shortcut to toggle the on-screen keyboard - 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. - - - '' - Toggle on-screen keyboard - Binding to toggle the on-screen keyboard. - - - 'mateconftool-2 --toggle /desktop/mate/applications/at/screen_keyboard_enabled' - Toggle on-screen keyboard - Command used to turn the on-screen keyboard on or off. - - - diff --git a/data/org.mate.keybindings.gschema.xml.in.in b/data/org.mate.keybindings.gschema.xml.in.in new file mode 100644 index 0000000..954e309 --- /dev/null +++ b/data/org.mate.keybindings.gschema.xml.in.in @@ -0,0 +1,58 @@ + + + + + + + + + '' + <_summary>Toggle magnifier + <_description>Binding to toggle the magnifier. + + + 'Toggle magnifier' + <_summary>The name of the keyboard shortcut to toggle the magnifier + <_description>This is the name of the keyboard shortcut to toggle the magnifier. This name will be shown in the keyboard shortcut preferences dialog. + + + 'mateconftool-2 --toggle /desktop/mate/applications/at/screen_magnifier_enabled' + <_summary>Toggle magnifier + <_description>Command used to turn the magnifier on or off. + + + + + '' + <_summary>Toggle screen reader + <_description>Binding to toggle the screen reader. + + + 'Toggle screen reader' + <_summary>The name of the keyboard shortcut to toggle the screen reader + <_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. + + + 'mateconftool-2 --toggle /desktop/mate/applications/at/screen_reader_enabled' + <_summary>Toggle screen reader + <_description>Command used to turn the screen reader on or off. + + + + + 'Toggle on-screen keyboard' + <_summary>The name of the keyboard shortcut to toggle the on-screen keyboard + <_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. + + + '' + <_summary>Toggle on-screen keyboard + <_description>Binding to toggle the on-screen keyboard. + + + 'mateconftool-2 --toggle /desktop/mate/applications/at/screen_keyboard_enabled' + <_summary>Toggle on-screen keyboard + <_description>Command used to turn the on-screen keyboard on or off. + + + diff --git a/data/org.mate.peripherals-smartcard.gschema.xml.in b/data/org.mate.peripherals-smartcard.gschema.xml.in deleted file mode 100644 index 8ed910d..0000000 --- a/data/org.mate.peripherals-smartcard.gschema.xml.in +++ /dev/null @@ -1,10 +0,0 @@ - - - - - 'none' - Smartcard removal action - Set this to one of "none", "lock_screen", or "force_logout". The action will get performed when the smartcard used for log in is removed. - - - diff --git a/data/org.mate.peripherals-smartcard.gschema.xml.in.in b/data/org.mate.peripherals-smartcard.gschema.xml.in.in new file mode 100644 index 0000000..8b6cfd6 --- /dev/null +++ b/data/org.mate.peripherals-smartcard.gschema.xml.in.in @@ -0,0 +1,10 @@ + + + + + 'none' + <_summary>Smartcard removal action + <_description>Set this to one of "none", "lock_screen", or "force_logout". The action will get performed when the smartcard used for log in is removed. + + + diff --git a/data/org.mate.peripherals-touchpad.gschema.xml.in b/data/org.mate.peripherals-touchpad.gschema.xml.in deleted file mode 100644 index 0b2d7d1..0000000 --- a/data/org.mate.peripherals-touchpad.gschema.xml.in +++ /dev/null @@ -1,29 +0,0 @@ - - - - false - Disable touchpad while typing - Set this to TRUE if you have problems with accidentally hitting the touchpad while typing. - - - false - Enable mouse clicks with touchpad - Set this to TRUE to be able to send mouse clicks by tapping on the touchpad. - - - 1 - Select the touchpad scroll method - Select the touchpad scroll method. Supported values are: 0: disabled, 1: edge scrolling, and 2: two-finger scrolling - - - false - Enable horizontal scrolling - Set this to TRUE to allow horizontal scrolling by the same method selected with the scroll_method key. - - - true - Enable touchpad - Set this to TRUE to enable all touchpads. - - - diff --git a/data/org.mate.peripherals-touchpad.gschema.xml.in.in b/data/org.mate.peripherals-touchpad.gschema.xml.in.in new file mode 100644 index 0000000..8a30d1f --- /dev/null +++ b/data/org.mate.peripherals-touchpad.gschema.xml.in.in @@ -0,0 +1,29 @@ + + + + false + <_summary>Disable touchpad while typing + <_description>Set this to TRUE if you have problems with accidentally hitting the touchpad while typing. + + + false + <_summary>Enable mouse clicks with touchpad + <_description>Set this to TRUE to be able to send mouse clicks by tapping on the touchpad. + + + 1 + <_summary>Select the touchpad scroll method + <_description>Select the touchpad scroll method. Supported values are: 0: disabled, 1: edge scrolling, and 2: two-finger scrolling + + + false + <_summary>Enable horizontal scrolling + <_description>Set this to TRUE to allow horizontal scrolling by the same method selected with the scroll_method key. + + + true + <_summary>Enable touchpad + <_description>Set this to TRUE to enable all touchpads. + + + diff --git a/po/POTFILES.in b/po/POTFILES.in index 579daee..6275da4 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,15 +1,28 @@ # Files with translatable strings. # Please keep this file in alphabetical order. data/50-accessibility.xml.in -data/apps_mate_settings_daemon_housekeeping.schemas.in -data/apps_mate_settings_daemon_keybindings.schemas.in -data/apps_mate_settings_daemon_xrandr.schemas.in -data/desktop_mate_font_rendering.schemas.in -data/desktop_mate_keybindings.schemas.in -data/desktop_mate_peripherals_touchpad.schemas.in +data/org.mate.applications-at.gschema.xml.in.in +data/org.mate.font-rendering.gschema.xml.in.in +data/org.mate.keybindings.gschema.xml.in.in +data/org.mate.peripherals-smartcard.gschema.xml.in.in +data/org.mate.peripherals-touchpad.gschema.xml.in.in +data/org.mate.SettingsDaemon.plugins.a11y-keyboard.gschema.xml.in.in +data/org.mate.SettingsDaemon.plugins.background.gschema.xml.in.in +data/org.mate.SettingsDaemon.plugins.clipboard.gschema.xml.in.in +data/org.mate.SettingsDaemon.plugins.datetime.gschema.xml.in.in +data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in.in +data/org.mate.SettingsDaemon.plugins.keybindings.gschema.xml.in.in +data/org.mate.SettingsDaemon.plugins.keyboard.gschema.xml.in.in +data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.in +data/org.mate.SettingsDaemon.plugins.mouse.gschema.xml.in.in +data/org.mate.SettingsDaemon.plugins.mpris.gschema.xml.in.in +data/org.mate.SettingsDaemon.plugins.smartcard.gschema.xml.in.in +data/org.mate.SettingsDaemon.plugins.sound.gschema.xml.in.in +data/org.mate.SettingsDaemon.plugins.typing-break.gschema.xml.in.in +data/org.mate.SettingsDaemon.plugins.xrandr.gschema.xml.in.in +data/org.mate.SettingsDaemon.plugins.xrdb.gschema.xml.in.in +data/org.mate.SettingsDaemon.plugins.xsettings.gschema.xml.in.in data/mate-settings-daemon.desktop.in.in -data/mate-settings-daemon.schemas.in -data/desktop_mate_peripherals_smartcard.schemas.in mate-settings-daemon/main.c [type: gettext/ini]plugins/a11y-keyboard/a11y-keyboard.mate-settings-plugin.in plugins/a11y-keyboard/msd-a11y-keyboard-manager.c @@ -18,8 +31,6 @@ plugins/a11y-keyboard/msd-a11y-preferences-dialog.c [type: gettext/ini]plugins/background/background.mate-settings-plugin.in [type: gettext/ini]plugins/clipboard/clipboard.mate-settings-plugin.in [type: gettext/ini]plugins/dummy/dummy.mate-settings-plugin.in -[type: gettext/ini]plugins/font/font.mate-settings-plugin.in -plugins/font/msd-font-manager.c plugins/housekeeping/msd-disk-space.c plugins/housekeeping/msd-ldsm-dialog.c plugins/housekeeping/msd-ldsm-trash-empty.c @@ -27,7 +38,6 @@ plugins/keybindings/msd-keybindings-manager.c [type: gettext/ini]plugins/keybindings/keybindings.mate-settings-plugin.in [type: gettext/ini]plugins/keyboard/keyboard.mate-settings-plugin.in plugins/keyboard/msd-keyboard-xkb.c -[type: gettext/glade]plugins/keyboard/modmap-dialog.ui plugins/media-keys/msd-media-keys-manager.c plugins/media-keys/cut-n-paste/gvc-mixer-control.c [type: gettext/ini]plugins/media-keys/media-keys.mate-settings-plugin.in -- cgit v1.2.1