2000-10-14 Michael Meeks <michael@helixcode.com> * evolution-addressbook-ldap.xml: drasticaly shrink to just the new features available with ldap; don't duplicate stuff. * evolution-addressbook.xml: fix tooltips. * *.xml: remove redundant attributes causing toolber rebuilds. svn path=/trunk/; revision=5919
105 lines
2.3 KiB
XML
105 lines
2.3 KiB
XML
<Root>
|
|
|
|
<menu>
|
|
<submenu name="File">
|
|
|
|
<submenu name="New" _label="_New">
|
|
|
|
<menuitem name="CalendarNew" verb=""
|
|
_label="New Ca_lendar" _tip="Create a new calendar"/>
|
|
|
|
</submenu>
|
|
|
|
<placeholder name="FileOps">
|
|
<submenu name="Open" _label="_Open">
|
|
|
|
<menuitem name="CalendarOpen" verb=""
|
|
_label="_Open Calendar" _tip="Open a calendar"/>
|
|
|
|
</submenu>
|
|
|
|
<menuitem name="CalendarSaveAs" verb=""
|
|
_label="_Save Calendar As"
|
|
_tip="Save calendar As something else"/>
|
|
|
|
</placeholder>
|
|
|
|
<placeholder name="Print">
|
|
|
|
<menuitem name="Print" verb="CalendarPrint"
|
|
_label="_Print this calendar"
|
|
pixtype="stock" pixname="Print"
|
|
accel="*Control*p"/>
|
|
|
|
</placeholder>
|
|
|
|
</submenu>
|
|
|
|
<submenu name="Edit">
|
|
|
|
<menuitem name="Appointment" _label="_New appointment..."
|
|
verb="EditNewAppointment" _tip="Create a new appointment"/>
|
|
|
|
</submenu>
|
|
|
|
<submenu name="Settings">
|
|
|
|
<menuitem name="Preferences" _label="Calendar Preferences..."
|
|
verb="CalendarPreferences" _tip="Alter preferences"/>
|
|
|
|
</submenu>
|
|
</menu>
|
|
|
|
<dockitem name="Toolbar">
|
|
<toolitem name="New" _label="New"
|
|
_tip="Create a new appointment" verb="EditNewAppointment"
|
|
pixtype="stock" pixname="New"/>
|
|
|
|
<separator/>
|
|
|
|
<toolitem name="Print" _label="Print"
|
|
_tip="Print this calendar" verb="CalendarPrint"
|
|
pixtype="stock" pixname="Print"/>
|
|
|
|
<separator/>
|
|
|
|
<toolitem name="Prev" _label="Prev"
|
|
_tip="Go back in time" verb="CalendarPrev"
|
|
pixtype="stock" pixname="Back"/>
|
|
|
|
<toolitem name="Today" _label="Today"
|
|
_tip="Go to present time" verb="CalendarToday"
|
|
pixtype="stock" pixname="Home"/>
|
|
|
|
<toolitem name="Next" _label="Next"
|
|
_tip="Go forward in time" verb="CalendarNext"
|
|
pixtype="stock" pixname="Forward"/>
|
|
|
|
<separator/>
|
|
|
|
<toolitem name="Goto" _label="Go to"
|
|
_tip="Go to a specific date" verb="CalendarGoto"
|
|
pixtype="stock" pixname="Jump To"/>
|
|
|
|
<separator/>
|
|
|
|
<toolitem name="DayView" _label="Day"
|
|
_tip="Show 1 day" verb="ShowDayView"
|
|
pixtype="pixbuf"/>
|
|
|
|
<toolitem name="WorkWeekView" _label="5 Days"
|
|
_tip="Show the working week" verb="ShowWorkWeekView"
|
|
pixtype="pixbuf"/>
|
|
|
|
<toolitem name="WeekView" _label="Week"
|
|
_tip="Show 1 week" verb="ShowWeekView"
|
|
pixtype="pixbuf"/>
|
|
|
|
<toolitem name="MonthView" _label="Month"
|
|
_tip="Show 1 month" verb="ShowMonthView"
|
|
pixtype="pixbuf"/>
|
|
|
|
</dockitem>
|
|
|
|
</Root>
|