diff options
author | Perberos <[email protected]> | 2011-11-14 18:24:48 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-14 18:24:48 -0300 |
commit | 312ba610a1e98fc656fb58178227d7d45a64494e (patch) | |
tree | 54a3c2b6084c80e63fb0526c6e7b8e01627acbd7 /stickynotes/stickynotes.schemas.in | |
download | mate-applets-312ba610a1e98fc656fb58178227d7d45a64494e.tar.bz2 mate-applets-312ba610a1e98fc656fb58178227d7d45a64494e.tar.xz |
initial
Diffstat (limited to 'stickynotes/stickynotes.schemas.in')
-rw-r--r-- | stickynotes/stickynotes.schemas.in | 161 |
1 files changed, 161 insertions, 0 deletions
diff --git a/stickynotes/stickynotes.schemas.in b/stickynotes/stickynotes.schemas.in new file mode 100644 index 00000000..62186ed0 --- /dev/null +++ b/stickynotes/stickynotes.schemas.in @@ -0,0 +1,161 @@ +<mateconfschemafile> +<schemalist> + +<schema> + <key>/schemas/apps/stickynotes_applet/defaults/width</key> + <applyto>/apps/stickynotes_applet/defaults/width</applyto> + <owner>stickynotes_applet</owner> + <type>int</type> + <default>100</default> + <locale name="C"> + <short>Default width for new notes</short> + <long>Default width for new sticky notes in pixels.</long> + </locale> +</schema> + +<schema> + <key>/schemas/apps/stickynotes_applet/defaults/height</key> + <applyto>/apps/stickynotes_applet/defaults/height</applyto> + <owner>stickynotes_applet</owner> + <type>int</type> + <default>100</default> + <locale name="C"> + <short>Default height for new notes</short> + <long>Default height for new sticky notes in pixels.</long> + </locale> +</schema> + +<schema> + <key>/schemas/apps/stickynotes_applet/defaults/color</key> + <applyto>/apps/stickynotes_applet/defaults/color</applyto> + <owner>stickynotes_applet</owner> + <type>string</type> + <default>#ECF833</default> + <locale name="C"> + <short>Default color for new notes</short> + <long>Default color for new sticky notes. This should be in html hex specification, for example "#30FF50".</long> + </locale> +</schema> + +<schema> + <key>/schemas/apps/stickynotes_applet/defaults/font_color</key> + <applyto>/apps/stickynotes_applet/defaults/font_color</applyto> + <owner>stickynotes_applet</owner> + <type>string</type> + <default>#000000</default> + <locale name="C"> + <short>Default color for font</short> + <long>Default font color for new sticky notes. This should be in html hex specification, for example "#000000".</long> + </locale> +</schema> + +<schema> + <key>/schemas/apps/stickynotes_applet/defaults/font</key> + <applyto>/apps/stickynotes_applet/defaults/font</applyto> + <owner>stickynotes_applet</owner> + <type>string</type> + <default>Sans 10</default> + <locale name="C"> + <short>Default font for new notes</short> + <long>Default font for new sticky notes. This should be a Pango Font Name, for example "Sans Italic 10".</long> + </locale> +</schema> + +<schema> + <key>/schemas/apps/stickynotes_applet/settings/sticky</key> + <applyto>/apps/stickynotes_applet/settings/sticky</applyto> + <owner>stickynotes_applet</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>Sticky notes' workspace stickyness</short> + <long>Specifies whether the sticky notes are visible on ALL workspaces on the desktop, or not.</long> + </locale> +</schema> + +<schema> + <key>/schemas/apps/stickynotes_applet/settings/locked</key> + <applyto>/apps/stickynotes_applet/settings/locked</applyto> + <owner>stickynotes_applet</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Sticky notes' locked state</short> + <long>Specifies whether the sticky notes are locked (non-editable) or not.</long> + </locale> +</schema> + +<schema> + <key>/schemas/apps/stickynotes_applet/settings/date_format</key> + <applyto>/apps/stickynotes_applet/settings/date_format</applyto> + <owner>stickynotes_applet</owner> + <type>string</type> + <default>%x</default> + <locale name="C"> + <short>Date format of note's title</short> + <long>By default, sticky notes are given the current date as the title when they are created. This format is used; anything that can be parsed by strftime() is valid.</long> + </locale> +</schema> + +<schema> + <key>/schemas/apps/stickynotes_applet/settings/use_system_color</key> + <applyto>/apps/stickynotes_applet/settings/use_system_color</applyto> + <owner>stickynotes_applet</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>Whether to use the default system color</short> + <long>If this option is disabled, a custom color can be used as the default color for all sticky notes.</long> + </locale> +</schema> + +<schema> + <key>/schemas/apps/stickynotes_applet/settings/use_system_font</key> + <applyto>/apps/stickynotes_applet/settings/use_system_font</applyto> + <owner>stickynotes_applet</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>Whether to use the default system font</short> + <long>If this option is disabled, a custom font can be used as the default font for all sticky notes.</long> + </locale> +</schema> + +<schema> + <key>/schemas/apps/stickynotes_applet/settings/force_default</key> + <applyto>/apps/stickynotes_applet/settings/force_default</applyto> + <owner>stickynotes_applet</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Whether to force the default color and font on all notes</short> + <long>If this option is enabled, the custom colors and fonts that have been assigned to individual notes will be ignored.</long> + </locale> +</schema> + +<schema> + <key>/schemas/apps/stickynotes_applet/settings/desktop_hide</key> + <applyto>/apps/stickynotes_applet/settings/desktop_hide</applyto> + <owner>stickynotes_applet</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>Whether to hide all notes when the desktop is selected</short> + <long>If this option is enabled, selecting the desktop in any way will automatically hide all the open notes.</long> + </locale> +</schema> + +<schema> + <key>/schemas/apps/stickynotes_applet/settings/confirm_deletion</key> + <applyto>/apps/stickynotes_applet/settings/confirm_deletion</applyto> + <owner>stickynotes_applet</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>Whether to ask for confirmation when deleting a note</short> + <long>Empty notes are always deleted without confirmation.</long> + </locale> +</schema> + +</schemalist> +</mateconfschemafile> |