92 lines
3.3 KiB
XML
92 lines
3.3 KiB
XML
<Root>
|
|
<commands>
|
|
<cmd name="CalendarPrint" _tip="Print this calendar" pixtype="pixbuf"
|
|
accel="*Control*p"/>
|
|
<cmd name="CalendarPrintPreview" _tip="Previews the calendar to be printed" pixtype="pixbuf"/>
|
|
|
|
<cmd name="CalendarPrev" _tip="Go back" pixtype="pixbuf"/>
|
|
<cmd name="CalendarToday" _tip="Go to today" pixtype="stock" pixname="Home"/>
|
|
<cmd name="CalendarNext" _tip="Go forward" pixtype="pixbuf"/>
|
|
<cmd name="CalendarGoto" _tip="Go to a specific date"/>
|
|
|
|
<cmd name="ShowDayView" _tip="Show one day" pixtype="pixbuf"/>
|
|
<cmd name="ShowWorkWeekView" _tip="Show the working week" pixtype="pixbuf"/>
|
|
<cmd name="ShowWeekView" _tip="Show one week" pixtype="pixbuf"/>
|
|
<cmd name="ShowMonthView" _tip="Show one month" pixtype="pixbuf"/>
|
|
|
|
<cmd name="Cut" _tip="Cut the selection" accel="*Control*x"/>
|
|
<cmd name="Copy" _tip="Copy the selection" accel="*Control*c"/>
|
|
<cmd name="Paste" _tip="Paste the clipboard" accel="*Control*v"/>
|
|
|
|
<cmd name="Delete" _tip="Delete the appointment" accel="*Control*d"/>
|
|
|
|
<cmd name="PublishFreeBusy" _tip="Publish Free/Busy information for this calendar"/>
|
|
</commands>
|
|
|
|
<menu>
|
|
<submenu name="File">
|
|
|
|
<placeholder name="Print">
|
|
<menuitem name="PrintPreview" verb="CalendarPrintPreview"
|
|
_label="Print Pre_view" pixtype="pixbuf"/>
|
|
|
|
<menuitem name="Print" verb="CalendarPrint" accel="*Control*p"
|
|
_label="_Print..." pixtype="pixbuf"/>
|
|
</placeholder>
|
|
|
|
</submenu>
|
|
|
|
<placeholder name="EditPlaceholder">
|
|
<submenu name="Edit" _label="_Edit">
|
|
<menuitem name="Cut" verb="" _label="C_ut" pixtype="pixbuf"/>
|
|
<menuitem name="Copy" verb="" _label="_Copy" pixtype="pixbuf"/>
|
|
<menuitem name="Paste" verb="" _label="_Paste" pixtype="pixbuf"/>
|
|
|
|
<separator/>
|
|
|
|
<menuitem name="Delete" verb="" _label="_Delete" pixtype="pixbuf"/>
|
|
</submenu>
|
|
</placeholder>
|
|
|
|
<submenu name="View">
|
|
<placeholder name="ViewBegin">
|
|
<menuitem name="Today" verb="CalendarToday" _label="Go to _Today"/>
|
|
<menuitem name="Goto" verb="CalendarGoto" _label="Go to _Date" pixtype="pixbuf"/>
|
|
<separator f="" name="ecal"/>
|
|
</placeholder>
|
|
|
|
</submenu>
|
|
|
|
<submenu name="Actions" _label="_Actions">
|
|
<placeholder name="ComponentActionsPlaceholder">
|
|
<menuitem name="PublishFreeBusy" verb="" _label="_Publish Free/Busy Information"/>
|
|
</placeholder>
|
|
</submenu>
|
|
</menu>
|
|
|
|
<dockitem name="Toolbar">
|
|
|
|
<toolitem name="Print" verb="CalendarPrint" pixtype = "pixbuf"/>
|
|
<toolitem name="Delete" verb="" pixtype="pixbuf"/>
|
|
|
|
<separator f="" name="ecal2"/>
|
|
|
|
<toolitem name="Prev" verb="CalendarPrev" pixtype="pixbuf"/>
|
|
<toolitem name="Today" verb="CalendarToday"/>
|
|
<toolitem name="Next" verb="CalendarNext" pixtype="pixbuf"/>
|
|
|
|
<separator f="" name="ecal3"/>
|
|
|
|
<toolitem name="Goto" verb="CalendarGoto" _label="Go To" priority="1" pixtype="pixbuf"/>
|
|
|
|
<separator f="" name="ecal4"/>
|
|
|
|
<toolitem name="DayView" verb="ShowDayView" _label="Day" priority="1" pixtype="pixbuf"/>
|
|
<toolitem name="WorkWeekView" verb="ShowWorkWeekView" _label="Work Week" priority="1" pixtype="pixbuf"/>
|
|
<toolitem name="WeekView" verb="ShowWeekView" _label="Week" priority="1" pixtype="pixbuf"/>
|
|
<toolitem name="MonthView" verb="ShowMonthView" _label="Month" priority="1" pixtype="pixbuf"/>
|
|
|
|
</dockitem>
|
|
|
|
</Root>
|