diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-11-15 02:19:13 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-11-15 02:19:13 +0800 |
commit | 79efc40b19f513570d800d2b3fa6293ea794a28d (patch) | |
tree | 23a9b14de06c78c6bf815591c91c697561edc2f1 /calendar/gui/apps_evolution_calendar.schemas.in.in | |
parent | b5e2c8cb04ca6b58723a9afe6c8c1e395ced2bbb (diff) | |
download | gsoc2013-evolution-79efc40b19f513570d800d2b3fa6293ea794a28d.tar.gz gsoc2013-evolution-79efc40b19f513570d800d2b3fa6293ea794a28d.tar.zst gsoc2013-evolution-79efc40b19f513570d800d2b3fa6293ea794a28d.zip |
UI changes for the event editor.
svn path=/trunk/; revision=30613
Diffstat (limited to 'calendar/gui/apps_evolution_calendar.schemas.in.in')
-rw-r--r-- | calendar/gui/apps_evolution_calendar.schemas.in.in | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/calendar/gui/apps_evolution_calendar.schemas.in.in b/calendar/gui/apps_evolution_calendar.schemas.in.in index 052cd74809..7352fc4fd7 100644 --- a/calendar/gui/apps_evolution_calendar.schemas.in.in +++ b/calendar/gui/apps_evolution_calendar.schemas.in.in @@ -26,6 +26,90 @@ <long>Whether to show times in twenty four hour format instead of using am/pm.</long> </locale> </schema> + + <schema> + <key>/schemas/apps/evolution/calendar/display/show_attendee</key> + <applyto>/apps/evolution/calendar/display/show_attendee</applyto> + <owner>evolution-calendar</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>Show Attendee field in the event/task/meeting editor</short> + <long>Whether to show attendee field in the event/task/meeting editor</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/evolution/calendar/display/show_role</key> + <applyto>/apps/evolution/calendar/display/show_role</applyto> + <owner>evolution-calendar</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>Show Role field in the event/task/meeting editor</short> + <long>Whether to show role field in the event/task/meeting editor</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/evolution/calendar/display/show_status</key> + <applyto>/apps/evolution/calendar/display/show_status</applyto> + <owner>evolution-calendar</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Show status field in the event/task/meeting editor</short> + <long>Whether to show status field in the event/task/meeting editor</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/evolution/calendar/display/show_type</key> + <applyto>/apps/evolution/calendar/display/show_type</applyto> + <owner>evolution-calendar</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Show type field in the event/task/meeting editor</short> + <long>Whether to show type field in the event/task/meeting editor</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/evolution/calendar/display/show_rsvp</key> + <applyto>/apps/evolution/calendar/display/show_rsvp</applyto> + <owner>evolution-calendar</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Show RSVP field in the event/task/meeting editor</short> + <long>Whether to show RSVP field in the event/task/meeting editor</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/evolution/calendar/display/show_timezone</key> + <applyto>/apps/evolution/calendar/display/show_timezone</applyto> + <owner>evolution-calendar</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Show timezone field in the event/meeting editor</short> + <long>Whether to show timezone field in the event/meeting editor</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/evolution/calendar/display/show_categories</key> + <applyto>/apps/evolution/calendar/display/show_categories</applyto> + <owner>evolution-calendar</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Show categories field in the event/meeting/task editor</short> + <long>Whether to show categories field in the event/meeting editor</long> + </locale> + </schema> <schema> <key>/schemas/apps/evolution/calendar/display/week_start_day</key> |