summaryrefslogtreecommitdiff
path: root/schemas
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-10-04 17:46:05 +0200
committerStefano Karapetsas <[email protected]>2012-10-04 17:46:05 +0200
commit5a1ce4568d566302c3c230e2bf66dc6d556cda6d (patch)
tree38e18ae245a83d4968997cc371e1451f461a6c52 /schemas
parent5191d24d7245551677c35a3cffed5701fd9c59e5 (diff)
downloadmate-desktop-5a1ce4568d566302c3c230e2bf66dc6d556cda6d.tar.bz2
mate-desktop-5a1ce4568d566302c3c230e2bf66dc6d556cda6d.tar.xz
add internationalization support for gsettings schemas
Diffstat (limited to 'schemas')
-rw-r--r--schemas/Makefile.am7
-rw-r--r--schemas/org.mate.accessibility-keyboard.gschema.xml.in (renamed from schemas/org.mate.accessibility-keyboard.gschema.xml)26
-rw-r--r--schemas/org.mate.accessibility-startup.gschema.xml9
-rw-r--r--schemas/org.mate.accessibility-startup.gschema.xml.in9
-rw-r--r--schemas/org.mate.applications-at-mobility.gschema.xml14
-rw-r--r--schemas/org.mate.applications-at-mobility.gschema.xml.in14
-rw-r--r--schemas/org.mate.applications-at-visual.gschema.xml14
-rw-r--r--schemas/org.mate.applications-at-visual.gschema.xml.in14
-rw-r--r--schemas/org.mate.applications-browser.gschema.xml19
-rw-r--r--schemas/org.mate.applications-browser.gschema.xml.in19
-rw-r--r--schemas/org.mate.applications-office.gschema.xml.in (renamed from schemas/org.mate.applications-office.gschema.xml)18
-rw-r--r--schemas/org.mate.applications-terminal.gschema.xml14
-rw-r--r--schemas/org.mate.applications-terminal.gschema.xml.in14
-rw-r--r--schemas/org.mate.background.gschema.xml.in.in (renamed from schemas/org.mate.background.gschema.xml.in)30
-rw-r--r--schemas/org.mate.file-views.gschema.xml.in (renamed from schemas/org.mate.file-views.gschema.xml)6
-rw-r--r--schemas/org.mate.interface.gschema.xml144
-rw-r--r--schemas/org.mate.interface.gschema.xml.in144
-rw-r--r--schemas/org.mate.lockdown.gschema.xml39
-rw-r--r--schemas/org.mate.lockdown.gschema.xml.in39
-rw-r--r--schemas/org.mate.peripherals-keyboard.gschema.xml.in (renamed from schemas/org.mate.peripherals-keyboard.gschema.xml)16
-rw-r--r--schemas/org.mate.peripherals-mouse.gschema.xml54
-rw-r--r--schemas/org.mate.peripherals-mouse.gschema.xml.in54
-rw-r--r--schemas/org.mate.sound.gschema.xml34
-rw-r--r--schemas/org.mate.sound.gschema.xml.in34
-rw-r--r--schemas/org.mate.thumbnail-cache.gschema.xml12
-rw-r--r--schemas/org.mate.thumbnail-cache.gschema.xml.in12
-rw-r--r--schemas/org.mate.thumbnailers.gschema.xml14
-rw-r--r--schemas/org.mate.thumbnailers.gschema.xml.in14
-rw-r--r--schemas/org.mate.typing-break.gschema.xml24
-rw-r--r--schemas/org.mate.typing-break.gschema.xml.in24
30 files changed, 443 insertions, 442 deletions
diff --git a/schemas/Makefile.am b/schemas/Makefile.am
index f415f72..d87f89b 100644
--- a/schemas/Makefile.am
+++ b/schemas/Makefile.am
@@ -1,3 +1,4 @@
+@INTLTOOL_XML_NOMERGE_RULE@
gsettings_SCHEMAS = \
org.mate.accessibility-keyboard.gschema.xml \
org.mate.accessibility-startup.gschema.xml \
@@ -18,11 +19,11 @@ gsettings_SCHEMAS = \
org.mate.typing-break.gschema.xml
@GSETTINGS_RULES@
-org.mate.background.gschema.xml: org.mate.background.gschema.xml.in Makefile
- $(AM_V_GEN) $(SED) -e 's^\@datadir\@^$(datadir)^g' < $(srcdir)/org.mate.background.gschema.xml.in > org.mate.background.gschema.xml
+org.mate.background.gschema.xml.in: org.mate.background.gschema.xml.in.in Makefile
+ $(AM_V_GEN) $(SED) -e 's^\@datadir\@^$(datadir)^g' < $(srcdir)/org.mate.background.gschema.xml.in.in > org.mate.background.gschema.xml.in
EXTRA_DIST = \
$(gsettings_SCHEMAS)
CLEANFILES = \
- org.mate.background.gschema.xml
+ org.mate.background.gschema.xml.in
diff --git a/schemas/org.mate.accessibility-keyboard.gschema.xml b/schemas/org.mate.accessibility-keyboard.gschema.xml.in
index 8b3d533..b7e7a84 100644
--- a/schemas/org.mate.accessibility-keyboard.gschema.xml
+++ b/schemas/org.mate.accessibility-keyboard.gschema.xml.in
@@ -1,4 +1,4 @@
-<schemalist>
+<schemalist gettext-domain="@GETTEXT_PACKAGE@">
<schema id="org.mate.accessibility-keyboard" path="/desktop/mate/accessibility/keyboard/">
<key name="enable" type="b">
<default>false</default>
@@ -17,8 +17,8 @@
</key>
<key name="bouncekeys-delay" type="i">
<default>300</default>
- <summary>minimum interval in milliseconds</summary>
- <description>Ignore multiple presses of the _same_ key within @delay milliseconds.</description>
+ <_summary>minimum interval in milliseconds</_summary>
+ <_description>Ignore multiple presses of the _same_ key within @delay milliseconds.</_description>
</key>
<key name="bouncekeys-beep-reject" type="b">
<default>false</default>
@@ -28,26 +28,26 @@
</key>
<key name="mousekeys-max-speed" type="i">
<default>10</default>
- <summary>Pixels per seconds</summary>
- <description>How many pixels per second to move at the maximum speed.</description>
+ <_summary>Pixels per seconds</_summary>
+ <_description>How many pixels per second to move at the maximum speed.</_description>
</key>
<key name="mousekeys-accel-time" type="i">
<default>300</default>
- <summary>How long to accelerate in milliseconds</summary>
- <description>How many milliseconds it takes to go from 0 to maximum speed.</description>
+ <_summary>How long to accelerate in milliseconds</_summary>
+ <_description>How many milliseconds it takes to go from 0 to maximum speed.</_description>
</key>
<key name="mousekeys-init-delay" type="i">
<default>300</default>
- <summary>Initial delay in milliseconds</summary>
- <description>How many milliseconds to wait before mouse movement keys start to operate.</description>
+ <_summary>Initial delay in milliseconds</_summary>
+ <_description>How many milliseconds to wait before mouse movement keys start to operate.</_description>
</key>
<key name="slowkeys-enable" type="b">
<default>false</default>
</key>
<key name="slowkeys-delay" type="i">
<default>300</default>
- <summary>Minimum interval in milliseconds</summary>
- <description>Do not accept a key as being pressed unless held for @delay milliseconds.</description>
+ <_summary>Minimum interval in milliseconds</_summary>
+ <_description>Do not accept a key as being pressed unless held for @delay milliseconds.</_description>
</key>
<key name="slowkeys-beep-press" type="b">
<default>false</default>
@@ -63,11 +63,11 @@
</key>
<key name="stickykeys-two-key-off" type="b">
<default>false</default>
- <description>Disable if two keys are pressed at the same time.</description>
+ <_description>Disable if two keys are pressed at the same time.</_description>
</key>
<key name="stickykeys-modifier-beep" type="b">
<default>false</default>
- <description>Beep when a modifier is pressed.</description>
+ <_description>Beep when a modifier is pressed.</_description>
</key>
<key name="togglekeys-enable" type="b">
<default>false</default>
diff --git a/schemas/org.mate.accessibility-startup.gschema.xml b/schemas/org.mate.accessibility-startup.gschema.xml
deleted file mode 100644
index 53cf47d..0000000
--- a/schemas/org.mate.accessibility-startup.gschema.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<schemalist>
- <schema id="org.mate.accessibility-startup" path="/desktop/mate/accessibility/startup/">
- <key name="exec-ats" type="as">
- <default>[]</default>
- <summary>Startup Assistive Technology Applications</summary>
- <description>List of assistive technology applications to start when logging into the MATE desktop.</description>
- </key>
- </schema>
-</schemalist>
diff --git a/schemas/org.mate.accessibility-startup.gschema.xml.in b/schemas/org.mate.accessibility-startup.gschema.xml.in
new file mode 100644
index 0000000..0b0cc75
--- /dev/null
+++ b/schemas/org.mate.accessibility-startup.gschema.xml.in
@@ -0,0 +1,9 @@
+<schemalist gettext-domain="@GETTEXT_PACKAGE@">
+ <schema id="org.mate.accessibility-startup" path="/desktop/mate/accessibility/startup/">
+ <key name="exec-ats" type="as">
+ <default>[]</default>
+ <_summary>Startup Assistive Technology Applications</_summary>
+ <_description>List of assistive technology applications to start when logging into the MATE desktop.</_description>
+ </key>
+ </schema>
+</schemalist>
diff --git a/schemas/org.mate.applications-at-mobility.gschema.xml b/schemas/org.mate.applications-at-mobility.gschema.xml
deleted file mode 100644
index 53c17b4..0000000
--- a/schemas/org.mate.applications-at-mobility.gschema.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<schemalist>
- <schema id="org.mate.applications-at-mobility" path="/desktop/mate/applications/at/mobility/">
- <key name="exec" type="s">
- <default>'dasher'</default>
- <summary>Preferred Mobility assistive technology application</summary>
- <description>Preferred Mobility assistive technology application to be used for login, menu, or command line.</description>
- </key>
- <key name="startup" type="b">
- <default>false</default>
- <summary>Start preferred Mobility assistive technology application</summary>
- <description>MATE to start preferred Mobility assistive technology application during login.</description>
- </key>
- </schema>
-</schemalist>
diff --git a/schemas/org.mate.applications-at-mobility.gschema.xml.in b/schemas/org.mate.applications-at-mobility.gschema.xml.in
new file mode 100644
index 0000000..d0466cd
--- /dev/null
+++ b/schemas/org.mate.applications-at-mobility.gschema.xml.in
@@ -0,0 +1,14 @@
+<schemalist gettext-domain="@GETTEXT_PACKAGE@">
+ <schema id="org.mate.applications-at-mobility" path="/desktop/mate/applications/at/mobility/">
+ <key name="exec" type="s">
+ <default>'dasher'</default>
+ <_summary>Preferred Mobility assistive technology application</_summary>
+ <_description>Preferred Mobility assistive technology application to be used for login, menu, or command line.</_description>
+ </key>
+ <key name="startup" type="b">
+ <default>false</default>
+ <_summary>Start preferred Mobility assistive technology application</_summary>
+ <_description>MATE to start preferred Mobility assistive technology application during login.</_description>
+ </key>
+ </schema>
+</schemalist>
diff --git a/schemas/org.mate.applications-at-visual.gschema.xml b/schemas/org.mate.applications-at-visual.gschema.xml
deleted file mode 100644
index 11aa893..0000000
--- a/schemas/org.mate.applications-at-visual.gschema.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<schemalist>
- <schema id="org.mate.applications-at-visual" path="/desktop/mate/applications/at/visual/">
- <key name="exec" type="s">
- <default>'orca'</default>
- <summary>Preferred Visual assistive technology application</summary>
- <description>Preferred Visual assistive technology application be used for login, menu, or command line.</description>
- </key>
- <key name="startup" type="b">
- <default>false</default>
- <summary>Start preferred Visual assistive technology application</summary>
- <description>MATE to start preferred Visual assistive technology application during login.</description>
- </key>
- </schema>
-</schemalist>
diff --git a/schemas/org.mate.applications-at-visual.gschema.xml.in b/schemas/org.mate.applications-at-visual.gschema.xml.in
new file mode 100644
index 0000000..bb14ffb
--- /dev/null
+++ b/schemas/org.mate.applications-at-visual.gschema.xml.in
@@ -0,0 +1,14 @@
+<schemalist gettext-domain="@GETTEXT_PACKAGE@">
+ <schema id="org.mate.applications-at-visual" path="/desktop/mate/applications/at/visual/">
+ <key name="exec" type="s">
+ <default>'orca'</default>
+ <_summary>Preferred Visual assistive technology application</_summary>
+ <_description>Preferred Visual assistive technology application be used for login, menu, or command line.</_description>
+ </key>
+ <key name="startup" type="b">
+ <default>false</default>
+ <_summary>Start preferred Visual assistive technology application</_summary>
+ <_description>MATE to start preferred Visual assistive technology application during login.</_description>
+ </key>
+ </schema>
+</schemalist>
diff --git a/schemas/org.mate.applications-browser.gschema.xml b/schemas/org.mate.applications-browser.gschema.xml
deleted file mode 100644
index 4f19929..0000000
--- a/schemas/org.mate.applications-browser.gschema.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<schemalist>
- <schema id="org.mate.applications-browsser" path="/desktop/mate/applications/browser/">
- <key name="exec" type="s">
- <default>'mozilla'</default>
- <summary>Default browser</summary>
- <description>Default browser for all URLs.</description>
- </key>
- <key name="needs-term" type="b">
- <default>false</default>
- <summary>Browser needs terminal</summary>
- <description>Whether the default browser needs a terminal to run.</description>
- </key>
- <key name="nremote" type="b">
- <default>true</default>
- <summary>Browser understands remote</summary>
- <description>Whether the default browser understands netscape remote.</description>
- </key>
- </schema>
-</schemalist>
diff --git a/schemas/org.mate.applications-browser.gschema.xml.in b/schemas/org.mate.applications-browser.gschema.xml.in
new file mode 100644
index 0000000..6fbfc78
--- /dev/null
+++ b/schemas/org.mate.applications-browser.gschema.xml.in
@@ -0,0 +1,19 @@
+<schemalist gettext-domain="@GETTEXT_PACKAGE@">
+ <schema id="org.mate.applications-browsser" path="/desktop/mate/applications/browser/">
+ <key name="exec" type="s">
+ <default>'mozilla'</default>
+ <_summary>Default browser</_summary>
+ <_description>Default browser for all URLs.</_description>
+ </key>
+ <key name="needs-term" type="b">
+ <default>false</default>
+ <_summary>Browser needs terminal</_summary>
+ <_description>Whether the default browser needs a terminal to run.</_description>
+ </key>
+ <key name="nremote" type="b">
+ <default>true</default>
+ <_summary>Browser understands remote</_summary>
+ <_description>Whether the default browser understands netscape remote.</_description>
+ </key>
+ </schema>
+</schemalist>
diff --git a/schemas/org.mate.applications-office.gschema.xml b/schemas/org.mate.applications-office.gschema.xml.in
index ba019c6..c891a86 100644
--- a/schemas/org.mate.applications-office.gschema.xml
+++ b/schemas/org.mate.applications-office.gschema.xml.in
@@ -1,4 +1,4 @@
-<schemalist>
+<schemalist gettext-domain="@GETTEXT_PACKAGE@">
<schema id="org.mate.applications-office" path="/desktop/mate/applications/">
<child name="calendar" schema="org.mate.applications-office.calendar"/>
<child name="tasks" schema="org.mate.applications-office.tasks"/>
@@ -6,25 +6,25 @@
<schema id="org.mate.applications-office.calendar" path="/desktop/mate/applications/calendar/">
<key name="exec" type="s">
<default>'evolution'</default>
- <summary>Default calendar</summary>
- <description>Default calendar application</description>
+ <_summary>Default calendar</_summary>
+ <_description>Default calendar application</_description>
</key>
<key name="needs-term" type="b">
<default>false</default>
- <summary>Calendar needs terminal</summary>
- <description>Whether the default calendar application needs a terminal to run</description>
+ <_summary>Calendar needs terminal</_summary>
+ <_description>Whether the default calendar application needs a terminal to run</_description>
</key>
</schema>
<schema id="org.mate.applications-office.tasks" path="/desktop/mate/applications/tasks/">
<key name="exec" type="s">
<default>'evolution'</default>
- <summary>Default tasks</summary>
- <description>Default tasks application</description>
+ <_summary>Default tasks</_summary>
+ <_description>Default tasks application</_description>
</key>
<key name="needs-term" type="b">
<default>false</default>
- <summary>Tasks needs terminal</summary>
- <description>Whether the default tasks application needs a terminal to run</description>
+ <_summary>Tasks needs terminal</_summary>
+ <_description>Whether the default tasks application needs a terminal to run</_description>
</key>
</schema>
</schemalist>
diff --git a/schemas/org.mate.applications-terminal.gschema.xml b/schemas/org.mate.applications-terminal.gschema.xml
deleted file mode 100644
index 290c720..0000000
--- a/schemas/org.mate.applications-terminal.gschema.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<schemalist>
- <schema id="org.mate.applications-terminal" path="/desktop/mate/applications/terminal/">
- <key name="exec" type="s">
- <default>'mate-terminal'</default>
- <summary>Terminal application</summary>
- <description>Terminal program to use when starting applications that require one.</description>
- </key>
- <key name="exec-arg" type="s">
- <default>'-x'</default>
- <summary>Exec Arguments</summary>
- <description>Argument used to execute programs in the terminal defined by the 'exec' key.</description>
- </key>
- </schema>
-</schemalist>
diff --git a/schemas/org.mate.applications-terminal.gschema.xml.in b/schemas/org.mate.applications-terminal.gschema.xml.in
new file mode 100644
index 0000000..c5a3240
--- /dev/null
+++ b/schemas/org.mate.applications-terminal.gschema.xml.in
@@ -0,0 +1,14 @@
+<schemalist gettext-domain="@GETTEXT_PACKAGE@">
+ <schema id="org.mate.applications-terminal" path="/desktop/mate/applications/terminal/">
+ <key name="exec" type="s">
+ <default>'mate-terminal'</default>
+ <_summary>Terminal application</_summary>
+ <_description>Terminal program to use when starting applications that require one.</_description>
+ </key>
+ <key name="exec-arg" type="s">
+ <default>'-x'</default>
+ <_summary>Exec Arguments</_summary>
+ <_description>Argument used to execute programs in the terminal defined by the 'exec' key.</_description>
+ </key>
+ </schema>
+</schemalist>
diff --git a/schemas/org.mate.background.gschema.xml.in b/schemas/org.mate.background.gschema.xml.in.in
index b147e04..e9bca5b 100644
--- a/schemas/org.mate.background.gschema.xml.in
+++ b/schemas/org.mate.background.gschema.xml.in.in
@@ -1,4 +1,4 @@
-<schemalist>
+<schemalist gettext-domain="@GETTEXT_PACKAGE@">
<enum id="org.mate.background.picture-options-enum">
<value nick="wallpaper" value="0"/>
<value nick="zoom" value="1"/>
@@ -15,38 +15,38 @@
<schema id="org.mate.background" path="/desktop/mate/background/">
<key name="draw-background" type="b">
<default>true</default>
- <summary>Draw Desktop Background</summary>
- <description>Have MATE draw the desktop background.</description>
+ <_summary>Draw Desktop Background</_summary>
+ <_description>Have MATE draw the desktop background.</_description>
</key>
<key name="picture-options" enum="org.mate.background.picture-options-enum">
<default>'zoom'</default>
- <summary>Picture Options</summary>
- <description>Determines how the image set by wallpaper_filename is rendered. Possible values are "wallpaper", "centered", "scaled", "stretched", "zoom", "spanned".</description>
+ <_summary>Picture Options</_summary>
+ <_description>Determines how the image set by wallpaper_filename is rendered. Possible values are "wallpaper", "centered", "scaled", "stretched", "zoom", "spanned".</_description>
</key>
<key name="picture-filename" type="s">
<default>'@datadir@/pixmaps/backgrounds/mate/desktop/Stripes.png'</default>
- <summary>Picture Filename</summary>
- <description>File to use for the background image.</description>
+ <_summary>Picture Filename</_summary>
+ <_description>File to use for the background image.</_description>
</key>
<key name="picture-opacity" type="i">
<default>100</default>
- <summary>Picture Opacity</summary>
- <description>Opacity with which to draw the background picture.</description>
+ <_summary>Picture Opacity</_summary>
+ <_description>Opacity with which to draw the background picture.</_description>
</key>
<key name="primary-color" type="s">
<default>'#5891BC'</default>
- <summary>Primary Color</summary>
- <description>Left or Top color when drawing gradients, or the solid color.</description>
+ <_summary>Primary Color</_summary>
+ <_description>Left or Top color when drawing gradients, or the solid color.</_description>
</key>
<key name="secondary-color" type="s">
<default>'#3C8F25'</default>
- <summary>Secondary Color</summary>
- <description>Right or Bottom color when drawing gradients, not used for solid color.</description>
+ <_summary>Secondary Color</_summary>
+ <_description>Right or Bottom color when drawing gradients, not used for solid color.</_description>
</key>
<key name="color-shading-type" enum="org.mate.background.color-shading-type-enum">
<default>'vertical-gradient'</default>
- <summary>Color Shading Type</summary>
- <description>How to shade the background color. Possible values are "horizontal-gradient", "vertical-gradient", and "solid".</description>
+ <_summary>Color Shading Type</_summary>
+ <_description>How to shade the background color. Possible values are "horizontal-gradient", "vertical-gradient", and "solid".</_description>
</key>
</schema>
</schemalist>
diff --git a/schemas/org.mate.file-views.gschema.xml b/schemas/org.mate.file-views.gschema.xml.in
index ad0989d..54289ee 100644
--- a/schemas/org.mate.file-views.gschema.xml
+++ b/schemas/org.mate.file-views.gschema.xml.in
@@ -1,9 +1,9 @@
-<schemalist>
+<schemalist gettext-domain="@GETTEXT_PACKAGE@">
<schema id="org.mate.file-views" path="/desktop/mate/file-views/">
<key name="icon-theme" type="s">
<default>'crux_teal'</default>
- <summary>File Icon Theme</summary>
- <description>Theme used for displaying file icons.</description>
+ <_summary>File Icon Theme</_summary>
+ <_description>Theme used for displaying file icons.</_description>
</key>
</schema>
</schemalist>
diff --git a/schemas/org.mate.interface.gschema.xml b/schemas/org.mate.interface.gschema.xml
deleted file mode 100644
index 61e7cd6..0000000
--- a/schemas/org.mate.interface.gschema.xml
+++ /dev/null
@@ -1,144 +0,0 @@
-<schemalist>
- <schema id="org.mate.interface" path="/desktop/mate/interface/">
- <key name="accessibility" type="b">
- <default>false</default>
- <summary>Enable Accessibility</summary>
- <description>Whether Applications should have accessibility support.</description>
- </key>
- <key name="enable-animations" type="b">
- <default>true</default>
- <summary>Enable Animations</summary>
- <description>Whether animations should be displayed. Note: This is a global key, it changes the behaviour of the window manager, the panel etc.</description>
- </key>
- <key name="menus-have-tearoff" type="b">
- <default>false</default>
- <summary>Menus Have Tearoff</summary>
- <description>Whether menus should have a tearoff.</description>
- </key>
- <key name="can-change-accels" type="b">
- <default>false</default>
- <summary>Can Change Accels</summary>
- <description>Whether the user can dynamically type a new accelerator when positioned over an active menuitem.</description>
- </key>
- <key name="toolbar-style" type="s">
- <default>'both-horiz'</default>
- <summary>Toolbar Style</summary>
- <description>Toolbar Style. Valid values are "both", "both-horiz", "icons", and "text".</description>
- </key>
- <key name="menus-have-icons" type="b">
- <default>true</default>
- <summary>Menus Have Icons</summary>
- <description>Whether menus may display an icon next to a menu entry.</description>
- </key>
- <key name="buttons-have-icons" type="b">
- <default>true</default>
- <summary>Buttons Have Icons</summary>
- <description>Whether buttons may display an icon in addition to the button text.</description>
- </key>
- <key name="menubar-detachable" type="b">
- <default>false</default>
- <summary>Menubar Detachable</summary>
- <description>Whether the user can detach menubars and move them around.</description>
- </key>
- <key name="toolbar-detachable" type="b">
- <default>false</default>
- <summary>Toolbar Detachable</summary>
- <description>Whether the user can detach toolbars and move them around.</description>
- </key>
- <key name="toolbar-icons-size" type="s">
- <default>'large-toolbar'</default>
- <summary>Toolbar Icon Size</summary>
- <description>Size of icons in toolbars, either "small-toolbar" or "large-toolbar".</description>
- </key>
- <key name="cursor-blink" type="b">
- <default>true</default>
- <summary>Cursor Blink</summary>
- <description>Whether the cursor should blink.</description>
- </key>
- <key name="cursor-blink-time" type="i">
- <default>1200</default>
- <summary>Cursor Blink Time</summary>
- <description>Length of the cursor blink cycle, in milliseconds.</description>
- </key>
- <key name="icon-theme" type="s">
- <default>'mate'</default>
- <summary>Icon Theme</summary>
- <description>Icon theme to use for the panel, caja etc.</description>
- </key>
- <key name="gtk-theme" type="s">
- <default>'Clearlooks'</default>
- <summary>Gtk+ Theme</summary>
- <description>Basename of the default theme used by gtk+.</description>
- </key>
- <key name="gtk-key-theme" type="s">
- <default>'Default'</default>
- <summary>Gtk+ Theme</summary>
- <description>Basename of the default theme used by gtk+.</description>
- </key>
- <key name="gtk-color-scheme" type="s">
- <default>''</default>
- <summary>List of symbolic names and color equivalents</summary>
- <description>A '\n' separated list of "name:color" as defined by the 'gtk-color-scheme' setting</description>
- </key>
- <key name="font-name" type="s">
- <default>'Sans 10'</default>
- <summary>Default font</summary>
- <description>Name of the default font used by gtk+.</description>
- </key>
- <key name="gtk-im-preedit-style" type="s">
- <default>'callback'</default>
- <summary>GTK IM Preedit Style</summary>
- <description>Name of the GTK+ input method Preedit Style used by gtk+.</description>
- </key>
- <key name="gtk-im-status-style" type="s">
- <default>'callback'</default>
- <summary>GTK IM Status Style</summary>
- <description>Name of the GTK+ input method Status Style used by gtk+.</description>
- </key>
- <key name="gtk-im-module" type="s">
- <default>''</default>
- <summary>GTK IM Module</summary>
- <description>Name of the input method module used by GTK+.</description>
- </key>
- <key name="document-font-name" type="s">
- <default>'Sans 10'</default>
- <summary>Document font</summary>
- <description>Name of the default font used for reading documents.</description>
- </key>
- <key name="monospace-font-name" type="s">
- <default>'Monospace 10'</default>
- <summary>Monospace font</summary>
- <description>Name of a monospaced (fixed-width) font for use in locations like terminals.</description>
- </key>
- <key name="use-custom-font" type="b">
- <default>false</default>
- <summary>Use Custom Font</summary>
- <description>Whether to use a custom font in gtk+ applications.</description>
- </key>
- <key name="status-bar-meter-on-right" type="b">
- <default>false</default>
- <summary>Status Bar on Right</summary>
- <description>Whether to display a status bar meter on the right.</description>
- </key>
- <key name="file-chooser-backend" type="s">
- <default>'gio'</default>
- <summary>Module for GtkFileChooser</summary>
- <description>Module to use as the filesystem model for the GtkFileChooser widget. Possible values are "gio" and "gtk+".</description>
- </key>
- <key name="menubar-accel" type="s">
- <default>'F10'</default>
- <summary>Menubar accelerator</summary>
- <description>Keyboard shortcut to open the menu bars.</description>
- </key>
- <key name="show-input-method-menu" type="b">
- <default>true</default>
- <summary>Show the 'Input Methods' menu</summary>
- <description>Whether the context menus of entries and text views should offer to change the input method.</description>
- </key>
- <key name="show-unicode-menu" type="b">
- <default>true</default>
- <summary>Show the 'Unicode Control Character' menu</summary>
- <description>Whether the context menus of entries and text views should offer to insert control characters.</description>
- </key>
- </schema>
-</schemalist>
diff --git a/schemas/org.mate.interface.gschema.xml.in b/schemas/org.mate.interface.gschema.xml.in
new file mode 100644
index 0000000..d92b342
--- /dev/null
+++ b/schemas/org.mate.interface.gschema.xml.in
@@ -0,0 +1,144 @@
+<schemalist gettext-domain="@GETTEXT_PACKAGE@">
+ <schema id="org.mate.interface" path="/desktop/mate/interface/">
+ <key name="accessibility" type="b">
+ <default>false</default>
+ <_summary>Enable Accessibility</_summary>
+ <_description>Whether Applications should have accessibility support.</_description>
+ </key>
+ <key name="enable-animations" type="b">
+ <default>true</default>
+ <_summary>Enable Animations</_summary>
+ <_description>Whether animations should be displayed. Note: This is a global key, it changes the behaviour of the window manager, the panel etc.</_description>
+ </key>
+ <key name="menus-have-tearoff" type="b">
+ <default>false</default>
+ <_summary>Menus Have Tearoff</_summary>
+ <_description>Whether menus should have a tearoff.</_description>
+ </key>
+ <key name="can-change-accels" type="b">
+ <default>false</default>
+ <_summary>Can Change Accels</_summary>
+ <_description>Whether the user can dynamically type a new accelerator when positioned over an active menuitem.</_description>
+ </key>
+ <key name="toolbar-style" type="s">
+ <default>'both-horiz'</default>
+ <_summary>Toolbar Style</_summary>
+ <_description>Toolbar Style. Valid values are "both", "both-horiz", "icons", and "text".</_description>
+ </key>
+ <key name="menus-have-icons" type="b">
+ <default>true</default>
+ <_summary>Menus Have Icons</_summary>
+ <_description>Whether menus may display an icon next to a menu entry.</_description>
+ </key>
+ <key name="buttons-have-icons" type="b">
+ <default>true</default>
+ <_summary>Buttons Have Icons</_summary>
+ <_description>Whether buttons may display an icon in addition to the button text.</_description>
+ </key>
+ <key name="menubar-detachable" type="b">
+ <default>false</default>
+ <_summary>Menubar Detachable</_summary>
+ <_description>Whether the user can detach menubars and move them around.</_description>
+ </key>
+ <key name="toolbar-detachable" type="b">
+ <default>false</default>
+ <_summary>Toolbar Detachable</_summary>
+ <_description>Whether the user can detach toolbars and move them around.</_description>
+ </key>
+ <key name="toolbar-icons-size" type="s">
+ <default>'large-toolbar'</default>
+ <_summary>Toolbar Icon Size</_summary>
+ <_description>Size of icons in toolbars, either "small-toolbar" or "large-toolbar".</_description>
+ </key>
+ <key name="cursor-blink" type="b">
+ <default>true</default>
+ <_summary>Cursor Blink</_summary>
+ <_description>Whether the cursor should blink.</_description>
+ </key>
+ <key name="cursor-blink-time" type="i">
+ <default>1200</default>
+ <_summary>Cursor Blink Time</_summary>
+ <_description>Length of the cursor blink cycle, in milliseconds.</_description>
+ </key>
+ <key name="icon-theme" type="s">
+ <default>'mate'</default>
+ <_summary>Icon Theme</_summary>
+ <_description>Icon theme to use for the panel, caja etc.</_description>
+ </key>
+ <key name="gtk-theme" type="s">
+ <default>'Clearlooks'</default>
+ <_summary>Gtk+ Theme</_summary>
+ <_description>Basename of the default theme used by gtk+.</_description>
+ </key>
+ <key name="gtk-key-theme" type="s">
+ <default>'Default'</default>
+ <_summary>Gtk+ Theme</_summary>
+ <_description>Basename of the default theme used by gtk+.</_description>
+ </key>
+ <key name="gtk-color-scheme" type="s">
+ <default>''</default>
+ <_summary>List of symbolic names and color equivalents</_summary>
+ <_description>A '\n' separated list of "name:color" as defined by the 'gtk-color-scheme' setting</_description>
+ </key>
+ <key name="font-name" type="s">
+ <default>'Sans 10'</default>
+ <_summary>Default font</_summary>
+ <_description>Name of the default font used by gtk+.</_description>
+ </key>
+ <key name="gtk-im-preedit-style" type="s">
+ <default>'callback'</default>
+ <_summary>GTK IM Preedit Style</_summary>
+ <_description>Name of the GTK+ input method Preedit Style used by gtk+.</_description>
+ </key>
+ <key name="gtk-im-status-style" type="s">
+ <default>'callback'</default>
+ <_summary>GTK IM Status Style</_summary>
+ <_description>Name of the GTK+ input method Status Style used by gtk+.</_description>
+ </key>
+ <key name="gtk-im-module" type="s">
+ <default>''</default>
+ <_summary>GTK IM Module</_summary>
+ <_description>Name of the input method module used by GTK+.</_description>
+ </key>
+ <key name="document-font-name" type="s">
+ <default>'Sans 10'</default>
+ <_summary>Document font</_summary>
+ <_description>Name of the default font used for reading documents.</_description>
+ </key>
+ <key name="monospace-font-name" type="s">
+ <default>'Monospace 10'</default>
+ <_summary>Monospace font</_summary>
+ <_description>Name of a monospaced (fixed-width) font for use in locations like terminals.</_description>
+ </key>
+ <key name="use-custom-font" type="b">
+ <default>false</default>
+ <_summary>Use Custom Font</_summary>
+ <_description>Whether to use a custom font in gtk+ applications.</_description>
+ </key>
+ <key name="status-bar-meter-on-right" type="b">
+ <default>false</default>
+ <_summary>Status Bar on Right</_summary>
+ <_description>Whether to display a status bar meter on the right.</_description>
+ </key>
+ <key name="file-chooser-backend" type="s">
+ <default>'gio'</default>
+ <_summary>Module for GtkFileChooser</_summary>
+ <_description>Module to use as the filesystem model for the GtkFileChooser widget. Possible values are "gio" and "gtk+".</_description>
+ </key>
+ <key name="menubar-accel" type="s">
+ <default>'F10'</default>
+ <_summary>Menubar accelerator</_summary>
+ <_description>Keyboard shortcut to open the menu bars.</_description>
+ </key>
+ <key name="show-input-method-menu" type="b">
+ <default>true</default>
+ <_summary>Show the 'Input Methods' menu</_summary>
+ <_description>Whether the context menus of entries and text views should offer to change the input method.</_description>
+ </key>
+ <key name="show-unicode-menu" type="b">
+ <default>true</default>
+ <_summary>Show the 'Unicode Control Character' menu</_summary>
+ <_description>Whether the context menus of entries and text views should offer to insert control characters.</_description>
+ </key>
+ </schema>
+</schemalist>
diff --git a/schemas/org.mate.lockdown.gschema.xml b/schemas/org.mate.lockdown.gschema.xml
deleted file mode 100644
index 0671ace..0000000
--- a/schemas/org.mate.lockdown.gschema.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-<schemalist>
- <schema id="org.mate.lockdown" path="/desktop/mate/lockdown/">
- <key name="disable-command-line" type="b">
- <default>false</default>
- <summary>Disable command line</summary>
- <description>Prevent the user from accessing the terminal or specifying a command line to be executed. For example, this would disable access to the panel's "Run Application" dialog.</description>
- </key>
- <key name="disable-save-to-disk" type="b">
- <default>false</default>
- <summary>Disable saving files to disk</summary>
- <description>Prevent the user from saving files to disk. For example, this would disable access to all applications' "Save as" dialogs.</description>
- </key>
- <key name="disable-printing" type="b">
- <default>false</default>
- <summary>Disable printing</summary>
- <description>Prevent the user from printing. For example, this would disable access to all applications' "Print" dialogs.</description>
- </key>
- <key name="disable-print-setup" type="b">
- <default>false</default>
- <summary>Disable print setup</summary>
- <description>Prevent the user from modifying print settings. For example, this would disable access to all applications' "Print Setup" dialogs.</description>
- </key>
- <key name="disable-user-switching" type="b">
- <default>false</default>
- <summary>Disable user switching</summary>
- <description>Prevent the user from switching to another account while his session is active.</description>
- </key>
- <key name="disable-lock-screen" type="b">
- <default>false</default>
- <summary>Disable lock screen</summary>
- <description>Prevent the user to lock his screen.</description>
- </key>
- <key name="disable-application-handlers" type="b">
- <default>false</default>
- <summary>Disable URL and MIME type handlers</summary>
- <description>Prevent running any URL or MIME type handler applications.</description>
- </key>
- </schema>
-</schemalist>
diff --git a/schemas/org.mate.lockdown.gschema.xml.in b/schemas/org.mate.lockdown.gschema.xml.in
new file mode 100644
index 0000000..a9a1ab9
--- /dev/null
+++ b/schemas/org.mate.lockdown.gschema.xml.in
@@ -0,0 +1,39 @@
+<schemalist gettext-domain="@GETTEXT_PACKAGE@">
+ <schema id="org.mate.lockdown" path="/desktop/mate/lockdown/">
+ <key name="disable-command-line" type="b">
+ <default>false</default>
+ <_summary>Disable command line</_summary>
+ <_description>Prevent the user from accessing the terminal or specifying a command line to be executed. For example, this would disable access to the panel's "Run Application" dialog.</_description>
+ </key>
+ <key name="disable-save-to-disk" type="b">
+ <default>false</default>
+ <_summary>Disable saving files to disk</_summary>
+ <_description>Prevent the user from saving files to disk. For example, this would disable access to all applications' "Save as" dialogs.</_description>
+ </key>
+ <key name="disable-printing" type="b">
+ <default>false</default>
+ <_summary>Disable printing</_summary>
+ <_description>Prevent the user from printing. For example, this would disable access to all applications' "Print" dialogs.</_description>
+ </key>
+ <key name="disable-print-setup" type="b">
+ <default>false</default>
+ <_summary>Disable print setup</_summary>
+ <_description>Prevent the user from modifying print settings. For example, this would disable access to all applications' "Print Setup" dialogs.</_description>
+ </key>
+ <key name="disable-user-switching" type="b">
+ <default>false</default>
+ <_summary>Disable user switching</_summary>
+ <_description>Prevent the user from switching to another account while his session is active.</_description>
+ </key>
+ <key name="disable-lock-screen" type="b">
+ <default>false</default>
+ <_summary>Disable lock screen</_summary>
+ <_description>Prevent the user to lock his screen.</_description>
+ </key>
+ <key name="disable-application-handlers" type="b">
+ <default>false</default>
+ <_summary>Disable URL and MIME type handlers</_summary>
+ <_description>Prevent running any URL or MIME type handler applications.</_description>
+ </key>
+ </schema>
+</schemalist>
diff --git a/schemas/org.mate.peripherals-keyboard.gschema.xml b/schemas/org.mate.peripherals-keyboard.gschema.xml.in
index dadbf9e..03c7a43 100644
--- a/schemas/org.mate.peripherals-keyboard.gschema.xml
+++ b/schemas/org.mate.peripherals-keyboard.gschema.xml.in
@@ -1,4 +1,4 @@
-<schemalist>
+<schemalist gettext-domain="@GETTEXT_PACKAGE@">
<enum id="org.mate.peripherals-keyboard.NumLockState">
<value nick="off" value="0"/>
<value nick="on" value="1"/>
@@ -22,7 +22,7 @@
</key>
<key name="bell-mode" type="s">
<default>'on'</default>
- <description>possible values are "on", "off", and "custom".</description>
+ <_description>possible values are "on", "off", and "custom".</_description>
</key>
<key name="bell-pitch" type="i">
<default>400</default>
@@ -32,18 +32,18 @@
</key>
<key name="bell-custom-file" type="s">
<default>''</default>
- <summary>Keyboard Bell Custom Filename</summary>
- <description>File name of the bell sound to be played.</description>
+ <_summary>Keyboard Bell Custom Filename</_summary>
+ <_description>File name of the bell sound to be played.</_description>
</key>
<key name="remember-numlock-state" type="b">
<default>true</default>
- <summary>Remember NumLock state</summary>
- <description>When set to true, MATE will remember the state of the NumLock LED between sessions.</description>
+ <_summary>Remember NumLock state</_summary>
+ <_description>When set to true, MATE will remember the state of the NumLock LED between sessions.</_description>
</key>
<key name="numlock-state" enum="org.mate.peripherals-keyboard.NumLockState">
<default>'unknown'</default>
- <summary>NumLock state</summary>
- <description>The remembered state of the NumLock LED.</description>
+ <_summary>NumLock state</_summary>
+ <_description>The remembered state of the NumLock LED.</_description>
</key>
</schema>
</schemalist>
diff --git a/schemas/org.mate.peripherals-mouse.gschema.xml b/schemas/org.mate.peripherals-mouse.gschema.xml
deleted file mode 100644
index 19af968..0000000
--- a/schemas/org.mate.peripherals-mouse.gschema.xml
+++ /dev/null
@@ -1,54 +0,0 @@
-<schemalist>
- <schema id="org.mate.peripherals-mouse" path="/desktop/mate/peripherals/mouse/">
- <key name="left-handed" type="b">
- <default>false</default>
- <summary>Mouse button orientation</summary>
- <description>Swap left and right mouse buttons for left-handed mice.</description>
- </key>
- <key name="single-click" type="b">
- <default>true</default>
- <summary>Single Click</summary>
- <description>Single click to open icons.</description>
- </key>
- <key name="motion-acceleration" type="d">
- <default>-1</default>
- <summary>Single Click</summary>
- <description>Acceleration multiplier for mouse motion. A value of -1 is the system default.</description>
- </key>
- <key name="motion-threshold" type="i">
- <default>-1</default>
- <summary>Motion Threshold</summary>
- <description>Distance in pixels the pointer must move before accelerated mouse motion is activated. A value of -1 is the system default.</description>
- </key>
- <key name="drag-threshold" type="i">
- <default>8</default>
- <summary>Drag Threshold</summary>
- <description>Distance before a drag is started.</description>
- </key>
- <key name="double-click" type="i">
- <default>400</default>
- <summary>Double Click Time</summary>
- <description>Length of a double click.</description>
- </key>
- <key name="locate-pointer" type="b">
- <default>false</default>
- <summary>Locate Pointer</summary>
- <description>Highlights the current location of the pointer when the Control key is pressed and released.</description>
- </key>
- <key name="cursor-font" type="s">
- <default>''</default>
- <summary>Cursor font</summary>
- <description>Font name of the cursor. If unset, the default font is used. This value is only propagated to the X server start of each session, so changing it mid-session won't have an effect until the next time you log in.</description>
- </key>
- <key name="cursor-theme" type="s">
- <default>''</default>
- <summary>Cursor theme</summary>
- <description>Cursor theme name. Used only by Xservers that support Xcursor, such as XFree86 4.3 and later.</description>
- </key>
- <key name="cursor-size" type="i">
- <default>18</default>
- <summary>Cursor size</summary>
- <description>Size of the cursor referenced by cursor_theme.</description>
- </key>
- </schema>
-</schemalist>
diff --git a/schemas/org.mate.peripherals-mouse.gschema.xml.in b/schemas/org.mate.peripherals-mouse.gschema.xml.in
new file mode 100644
index 0000000..a439871
--- /dev/null
+++ b/schemas/org.mate.peripherals-mouse.gschema.xml.in
@@ -0,0 +1,54 @@
+<schemalist gettext-domain="@GETTEXT_PACKAGE@">
+ <schema id="org.mate.peripherals-mouse" path="/desktop/mate/peripherals/mouse/">
+ <key name="left-handed" type="b">
+ <default>false</default>
+ <_summary>Mouse button orientation</_summary>
+ <_description>Swap left and right mouse buttons for left-handed mice.</_description>
+ </key>
+ <key name="single-click" type="b">
+ <default>true</default>
+ <_summary>Single Click</_summary>
+ <_description>Single click to open icons.</_description>
+ </key>
+ <key name="motion-acceleration" type="d">
+ <default>-1</default>
+ <_summary>Single Click</_summary>
+ <_description>Acceleration multiplier for mouse motion. A value of -1 is the system default.</_description>
+ </key>
+ <key name="motion-threshold" type="i">
+ <default>-1</default>
+ <_summary>Motion Threshold</_summary>
+ <_description>Distance in pixels the pointer must move before accelerated mouse motion is activated. A value of -1 is the system default.</_description>
+ </key>
+ <key name="drag-threshold" type="i">
+ <default>8</default>
+ <_summary>Drag Threshold</_summary>
+ <_description>Distance before a drag is started.</_description>
+ </key>
+ <key name="double-click" type="i">
+ <default>400</default>
+ <_summary>Double Click Time</_summary>
+ <_description>Length of a double click.</_description>
+ </key>
+ <key name="locate-pointer" type="b">
+ <default>false</default>
+ <_summary>Locate Pointer</_summary>
+ <_description>Highlights the current location of the pointer when the Control key is pressed and released.</_description>
+ </key>
+ <key name="cursor-font" type="s">
+ <default>''</default>
+ <_summary>Cursor font</_summary>
+ <_description>Font name of the cursor. If unset, the default font is used. This value is only propagated to the X server start of each session, so changing it mid-session won't have an effect until the next time you log in.</_description>
+ </key>
+ <key name="cursor-theme" type="s">
+ <default>''</default>
+ <_summary>Cursor theme</_summary>
+ <_description>Cursor theme name. Used only by Xservers that support Xcursor, such as XFree86 4.3 and later.</_description>
+ </key>
+ <key name="cursor-size" type="i">
+ <default>18</default>
+ <_summary>Cursor size</_summary>
+ <_description>Size of the cursor referenced by cursor_theme.</_description>
+ </key>
+ </schema>
+</schemalist>
diff --git a/schemas/org.mate.sound.gschema.xml b/schemas/org.mate.sound.gschema.xml
deleted file mode 100644
index fae13ed..0000000
--- a/schemas/org.mate.sound.gschema.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<schemalist>
- <schema id="org.mate.sound" path="/desktop/mate/sound/">
- <key name="default-mixer-device" type="s">
- <default>''</default>
- <summary>Default mixer device</summary>
- <description>The default mixer device used by the multimedia key bindings.</description>
- </key>
- <key name="default-mixer-tracks" type="as">
- <default>[]</default>
- <summary>Default mixer tracks</summary>
- <description>The default mixer tracks used by the multimedia key bindings.</description>
- </key>
- <key name="enable-esd" type="b">
- <default>false</default>
- <summary>Enable ESD</summary>
- <description>Enable sound server startup.</description>
- </key>
- <key name="event-sounds" type="b">
- <default>false</default>
- <summary>Sounds for events</summary>
- <description>Whether to play sounds on user events.</description>
- </key>
- <key name="theme-name" type="s">
- <default>'freedesktop'</default>
- <summary>Sound theme name</summary>
- <description>The XDG sound theme to use for event sounds.</description>
- </key>
- <key name="input-feedback-sounds" type="b">
- <default>false</default>
- <summary>Input feedback sounds</summary>
- <description>Whether to play sounds on input events.</description>
- </key>
- </schema>
-</schemalist>
diff --git a/schemas/org.mate.sound.gschema.xml.in b/schemas/org.mate.sound.gschema.xml.in
new file mode 100644
index 0000000..7905007
--- /dev/null
+++ b/schemas/org.mate.sound.gschema.xml.in
@@ -0,0 +1,34 @@
+<schemalist gettext-domain="@GETTEXT_PACKAGE@">
+ <schema id="org.mate.sound" path="/desktop/mate/sound/">
+ <key name="default-mixer-device" type="s">
+ <default>''</default>
+ <_summary>Default mixer device</_summary>
+ <_description>The default mixer device used by the multimedia key bindings.</_description>
+ </key>
+ <key name="default-mixer-tracks" type="as">
+ <default>[]</default>
+ <_summary>Default mixer tracks</_summary>
+ <_description>The default mixer tracks used by the multimedia key bindings.</_description>
+ </key>
+ <key name="enable-esd" type="b">
+ <default>false</default>
+ <_summary>Enable ESD</_summary>
+ <_description>Enable sound server startup.</_description>
+ </key>
+ <key name="event-sounds" type="b">
+ <default>false</default>
+ <_summary>Sounds for events</_summary>
+ <_description>Whether to play sounds on user events.</_description>
+ </key>
+ <key name="theme-name" type="s">
+ <default>'freedesktop'</default>
+ <_summary>Sound theme name</_summary>
+ <_description>The XDG sound theme to use for event sounds.</_description>
+ </key>
+ <key name="input-feedback-sounds" type="b">
+ <default>false</default>
+ <_summary>Input feedback sounds</_summary>
+ <_description>Whether to play sounds on input events.</_description>
+ </key>
+ </schema>
+</schemalist>
diff --git a/schemas/org.mate.thumbnail-cache.gschema.xml b/schemas/org.mate.thumbnail-cache.gschema.xml
deleted file mode 100644
index 0d36cf4..0000000
--- a/schemas/org.mate.thumbnail-cache.gschema.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<schemalist>
- <schema id="org.mate.thumbnail-cache" path="/desktop/mate/thumbnail-cache/">
- <key name="maximum-age" type="i">
- <default>180</default>
- <description>Maximum age for thumbnails in the cache, in days. Set to -1 to disable cleaning.</description>
- </key>
- <key name="maximum-size" type="i">
- <default>512</default>
- <description>Maximum size of the thumbnail cache, in megabytes. Set to -1 to disable cleaning.</description>
- </key>
- </schema>
-</schemalist>
diff --git a/schemas/org.mate.thumbnail-cache.gschema.xml.in b/schemas/org.mate.thumbnail-cache.gschema.xml.in
new file mode 100644
index 0000000..35ecf14
--- /dev/null
+++ b/schemas/org.mate.thumbnail-cache.gschema.xml.in
@@ -0,0 +1,12 @@
+<schemalist gettext-domain="@GETTEXT_PACKAGE@">
+ <schema id="org.mate.thumbnail-cache" path="/desktop/mate/thumbnail-cache/">
+ <key name="maximum-age" type="i">
+ <default>180</default>
+ <_description>Maximum age for thumbnails in the cache, in days. Set to -1 to disable cleaning.</_description>
+ </key>
+ <key name="maximum-size" type="i">
+ <default>512</default>
+ <_description>Maximum size of the thumbnail cache, in megabytes. Set to -1 to disable cleaning.</_description>
+ </key>
+ </schema>
+</schemalist>
diff --git a/schemas/org.mate.thumbnailers.gschema.xml b/schemas/org.mate.thumbnailers.gschema.xml
deleted file mode 100644
index 254bb86..0000000
--- a/schemas/org.mate.thumbnailers.gschema.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<schemalist>
- <schema id="org.mate.thumbnailers" path="/desktop/mate/thumbnailers/">
- <key name="disable-all" type="b">
- <default>false</default>
- <summary>Disable all external thumbnailers</summary>
- <description>Set to true to disable all external thumbnailer programs, independent on whether they are independently disabled/enabled.</description>
- </key>
- <key name="disable" type="as">
- <default>[]</default>
- <summary>List of mime-types for which external thumbnailer programs will be disabled</summary>
- <description>Thumbnails will not be created for files whose mime-type is contained in the list.</description>
- </key>
- </schema>
-</schemalist>
diff --git a/schemas/org.mate.thumbnailers.gschema.xml.in b/schemas/org.mate.thumbnailers.gschema.xml.in
new file mode 100644
index 0000000..edbc939
--- /dev/null
+++ b/schemas/org.mate.thumbnailers.gschema.xml.in
@@ -0,0 +1,14 @@
+<schemalist gettext-domain="@GETTEXT_PACKAGE@">
+ <schema id="org.mate.thumbnailers" path="/desktop/mate/thumbnailers/">
+ <key name="disable-all" type="b">
+ <default>false</default>
+ <_summary>Disable all external thumbnailers</_summary>
+ <_description>Set to true to disable all external thumbnailer programs, independent on whether they are independently disabled/enabled.</_description>
+ </key>
+ <key name="disable" type="as">
+ <default>[]</default>
+ <_summary>List of mime-types for which external thumbnailer programs will be disabled</_summary>
+ <_description>Thumbnails will not be created for files whose mime-type is contained in the list.</_description>
+ </key>
+ </schema>
+</schemalist>
diff --git a/schemas/org.mate.typing-break.gschema.xml b/schemas/org.mate.typing-break.gschema.xml
deleted file mode 100644
index e4237d3..0000000
--- a/schemas/org.mate.typing-break.gschema.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<schemalist>
- <schema id="org.mate.typing-break" path="/desktop/mate/typing-break/">
- <key name="type-time" type="i">
- <default>60</default>
- <summary>Type time</summary>
- <description>Number of minutes of typing time before break mode starts.</description>
- </key>
- <key name="break-time" type="i">
- <default>3</default>
- <summary>Break time</summary>
- <description>Number of minutes that the typing break should last.</description>
- </key>
- <key name="allow-postpone" type="b">
- <default>false</default>
- <summary>Allow postponing of breaks</summary>
- <description>Whether or not the typing break screen can be postponed.</description>
- </key>
- <key name="enabled" type="b">
- <default>false</default>
- <summary>Whether or not keyboard locking is enabled</summary>
- <description>Whether or not keyboard locking is enabled.</description>
- </key>
- </schema>
-</schemalist>
diff --git a/schemas/org.mate.typing-break.gschema.xml.in b/schemas/org.mate.typing-break.gschema.xml.in
new file mode 100644
index 0000000..7b96e21
--- /dev/null
+++ b/schemas/org.mate.typing-break.gschema.xml.in
@@ -0,0 +1,24 @@
+<schemalist gettext-domain="@GETTEXT_PACKAGE@">
+ <schema id="org.mate.typing-break" path="/desktop/mate/typing-break/">
+ <key name="type-time" type="i">
+ <default>60</default>
+ <_summary>Type time</_summary>
+ <_description>Number of minutes of typing time before break mode starts.</_description>
+ </key>
+ <key name="break-time" type="i">
+ <default>3</default>
+ <_summary>Break time</_summary>
+ <_description>Number of minutes that the typing break should last.</_description>
+ </key>
+ <key name="allow-postpone" type="b">
+ <default>false</default>
+ <_summary>Allow postponing of breaks</_summary>
+ <_description>Whether or not the typing break screen can be postponed.</_description>
+ </key>
+ <key name="enabled" type="b">
+ <default>false</default>
+ <_summary>Whether or not keyboard locking is enabled</_summary>
+ <_description>Whether or not keyboard locking is enabled.</_description>
+ </key>
+ </schema>
+</schemalist>