diff options
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> |