diff options
author | Stefano Karapetsas <[email protected]> | 2012-10-04 17:46:05 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-10-04 17:46:05 +0200 |
commit | 5a1ce4568d566302c3c230e2bf66dc6d556cda6d (patch) | |
tree | 38e18ae245a83d4968997cc371e1451f461a6c52 /schemas/org.mate.background.gschema.xml.in | |
parent | 5191d24d7245551677c35a3cffed5701fd9c59e5 (diff) | |
download | mate-desktop-5a1ce4568d566302c3c230e2bf66dc6d556cda6d.tar.bz2 mate-desktop-5a1ce4568d566302c3c230e2bf66dc6d556cda6d.tar.xz |
add internationalization support for gsettings schemas
Diffstat (limited to 'schemas/org.mate.background.gschema.xml.in')
-rw-r--r-- | schemas/org.mate.background.gschema.xml.in | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/schemas/org.mate.background.gschema.xml.in b/schemas/org.mate.background.gschema.xml.in deleted file mode 100644 index b147e04..0000000 --- a/schemas/org.mate.background.gschema.xml.in +++ /dev/null @@ -1,52 +0,0 @@ -<schemalist> - <enum id="org.mate.background.picture-options-enum"> - <value nick="wallpaper" value="0"/> - <value nick="zoom" value="1"/> - <value nick="centered" value="2"/> - <value nick="scaled" value="3"/> - <value nick="stretched" value="4"/> - <value nick="spanned" value="5"/> - </enum> - <enum id="org.mate.background.color-shading-type-enum"> - <value nick="solid" value="0"/> - <value nick="horizontal-gradient" value="1"/> - <value nick="vertical-gradient" value="2"/> - </enum> - <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> - </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> - </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> - </key> - <key name="picture-opacity" type="i"> - <default>100</default> - <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> - </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> - </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> - </key> - </schema> -</schemalist> |