From b10ccd46e6d2d70f7639ec076c1f746803cd2e55 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Sun, 10 Feb 2013 23:06:46 +0100 Subject: Make GSettings schemas translatable --- data/org.mate.panel.object.gschema.xml.in.in | 79 ++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 data/org.mate.panel.object.gschema.xml.in.in (limited to 'data/org.mate.panel.object.gschema.xml.in.in') diff --git a/data/org.mate.panel.object.gschema.xml.in.in b/data/org.mate.panel.object.gschema.xml.in.in new file mode 100644 index 00000000..90c4a1bf --- /dev/null +++ b/data/org.mate.panel.object.gschema.xml.in.in @@ -0,0 +1,79 @@ + + + + 'launcher' + <_summary>Panel object type + <_description>The type of this panel object. + + + '' + <_summary>Toplevel panel containing object + <_description>The identifier of the toplevel panel which contains this object. + + + 0 + <_summary>Object's position on the panel + <_description>The position of this panel object. The position is specified by the number of pixels from the left (or top if vertical) panel edge. + + + false + <_summary>Interpret position relative to bottom/right edge + <_description>If true, the position of the object is interpreted relative to the right (or bottom if vertical) edge of the panel. + + + false + <_summary>Lock the object to the panel + <_description>If true, the user may not move the applet without first unlocking the object using the "Unlock" menuitem. + + + '' + <_summary>Applet IID + <_description>The implementation ID of the applet - e.g. "ClockAppletFactory::ClockApplet". This key is only relevant if the object_type key is "external-applet" (or the deprecated "matecomponent-applet"). + + + '' + <_summary>Panel attached to drawer + <_description>The identifier of the panel attached to this drawer. This key is only relevant if the object_type key is "drawer-object". + + + '' + <_summary>Tooltip displayed for drawer or menu + <_description>The text to display in a tooltip for this drawer or this menu. This key is only relevant if the object_type key is "drawer-object" or "menu-object". + + + false + <_summary>Use custom icon for object's button + <_description>If true, the custom_icon key is used as a custom icon for the button. If false, the custom_icon key is ignored. This key is only relevant if the object_type key is "menu-object" or "drawer-object". + + + '' + <_summary>Icon used for object's button + <_description>The location of the image file used as the icon for the object's button. This key is only relevant if the object_type key is "drawer-object" or "menu-object" and the use_custom_icon key is true. + + + false + <_summary>Use custom path for menu contents + <_description>If true, the menu_path key is used as the path from which the menu contents should be constructed. If false, the menu_path key is ignored. This key is only relevant if the object_type key is "menu-object". + + + 'applications:/' + <_summary>Menu content path + <_description>The path from which the menu contents is contructed. This key is only relevant if the use_menu_path key is true and the object_type key is "menu-object". + + + true + <_summary>Draw arrow in menu button + <_description>If true, an arrow is drawn over the menu button icon. If false, menu button has only the icon. + + + '' + <_summary>Launcher location + <_description>The location of the .desktop file describing the launcher. This key is only relevant if the object_type key is "launcher-object". + + + 'none' + <_summary>Action button type + <_description>The action type this button represents. Possible values are "lock", "logout", "run", "search" and "screenshot". This key is only relevant if the object_type key is "action-applet". + + + -- cgit v1.2.1