diff options
author | Stefano Karapetsas <[email protected]> | 2014-01-30 16:04:57 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-01-30 16:04:57 +0100 |
commit | 8795f06d464700494234e589020e5e29854aeb8c (patch) | |
tree | f2525b646023e533f03d5c80240563b89ab5b152 /timer-applet/data/timer-applet.schemas.in | |
parent | c8a85a6aa040c1d2505b957af4cfb4bd39466504 (diff) | |
parent | 064212a25bea1fcf8901cd0a1d55aae0899f627c (diff) | |
download | mate-applets-8795f06d464700494234e589020e5e29854aeb8c.tar.bz2 mate-applets-8795f06d464700494234e589020e5e29854aeb8c.tar.xz |
Merge branch 'dev-timer-applet'
Closes #45
https://github.com/mate-desktop/mate-applets/issues/45
Diffstat (limited to 'timer-applet/data/timer-applet.schemas.in')
-rw-r--r-- | timer-applet/data/timer-applet.schemas.in | 87 |
1 files changed, 0 insertions, 87 deletions
diff --git a/timer-applet/data/timer-applet.schemas.in b/timer-applet/data/timer-applet.schemas.in deleted file mode 100644 index eadc902a..00000000 --- a/timer-applet/data/timer-applet.schemas.in +++ /dev/null @@ -1,87 +0,0 @@ -<mateconfschemafile> - <schemalist> - <schema> - <key>/schemas/apps/timer-applet/prefs/play_notification_sound</key> - <applyto>/apps/timer-applet/prefs/play_notification_sound</applyto> - <owner>timer-applet</owner> - <type>bool</type> - <default>false</default> - <locale name="C"> - <short>Play notification sound</short> - <long>Play a notification sound when the timer finishes a countdown</long> - </locale> - </schema> - - <schema> - <key>/schemas/apps/timer-applet/prefs/use_custom_notification_sound</key> - <applyto>/apps/timer-applet/prefs/use_custom_notification_sound</applyto> - <owner>timer-applet</owner> - <type>bool</type> - <default>false</default> - <locale name="C"> - <short>Use a custom notification sound</short> - <long>Use the custom notification sound specified in custom_notification_sound_path</long> - </locale> - </schema> - - <schema> - <key>/schemas/apps/timer-applet/prefs/custom_notification_sound_path</key> - <applyto>/apps/timer-applet/prefs/custom_notification_sound_path</applyto> - <owner>timer-applet</owner> - <type>string</type> - <default></default> - <locale name="C"> - <short>Path to a custom notification sound</short> - <long>Path to a sound file that will be played when the timer finishes a countdown</long> - </locale> - </schema> - - <schema> - <key>/schemas/apps/timer-applet/prefs/show_pulsing_icon</key> - <applyto>/apps/timer-applet/prefs/show_pulsing_icon</applyto> - <owner>timer-applet</owner> - <type>bool</type> - <default>true</default> - <locale name="C"> - <short>Show Pulsing icon</short> - <long>Show pulsing tray icon when timer finished</long> - </locale> - </schema> - - <schema> - <key>/schemas/apps/timer-applet/prefs/show_popup_notification</key> - <applyto>/apps/timer-applet/prefs/show_popup_notification</applyto> - <owner>timer-applet</owner> - <type>bool</type> - <default>true</default> - <locale name="C"> - <short>Show Popup notification</short> - <long>Show Popup notification in the notification area</long> - </locale> - </schema> - - <schema> - <key>/schemas/apps/timer-applet/prefs/show_remaining_time</key> - <applyto>/apps/timer-applet/prefs/show_remaining_time</applyto> - <owner>timer-applet</owner> - <type>bool</type> - <default>true</default> - <locale name="C"> - <short>Show remaining time</short> - <long>Show the remaining time while the timer is running or paused</long> - </locale> - </schema> - - <schema> - <key>/schemas/apps/timer-applet/prefs/play_beep</key> - <applyto>/apps/timer-applet/prefs/play_beep</applyto> - <owner>timer-applet</owner> - <type>bool</type> - <default>false</default> - <locale name="C"> - <short>Play a beep sound</short> - <long>Play a beep sound on a computer's internal speaker when the timer finishes. This may not have an effect on all computers.</long> - </locale> - </schema> - </schemalist> -</mateconfschemafile> |