2000-12-01 Anna Marie Dirks <anna@helixcode.com> * evolution.xml: Redid all the keyboard shortcuts to comply with GNOME standards. Removed unnecessary shortcuts from less commonly used menu items, changed all references to "alt", etc. * evolution-addressbook.xml: see above * evolution-mail.xml: see above * evolution-calendar.xml: Same as above, but I also reorganized menus slightly by moving "new appointment" from the edit menu to the file menu. svn path=/trunk/; revision=6757
123 lines
2.4 KiB
XML
123 lines
2.4 KiB
XML
<Root>
|
|
|
|
<menu>
|
|
<submenu name="File">
|
|
|
|
<submenu name="New" _label="_New">
|
|
|
|
<menuitem name="CalendarNew" verb=""
|
|
_label="Ca_lendar" _tip="Create a new calendar"
|
|
accel="*Control**Shift*l"/>
|
|
|
|
</submenu>
|
|
|
|
<placeholder name="FileOps">
|
|
|
|
<menuitem name="CalendarOpen" verb=""
|
|
_label="_Open Calendar" _tip="Open a calendar"
|
|
accel="*Control*o"/>
|
|
|
|
|
|
|
|
<menuitem name="CalendarSaveAs" verb=""
|
|
_label="_Save Calendar As"
|
|
_tip="Save calendar as something else"
|
|
accel="*Control*a"/>
|
|
|
|
</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">
|
|
|
|
|
|
</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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|