diff options
author | nobody <nobody@localhost> | 2001-09-29 04:45:06 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2001-09-29 04:45:06 +0800 |
commit | aa9f856b2f3775935a707185b1779ad0a1cfba19 (patch) | |
tree | 86496c73e4a6ae0d945ec7f01302cb3f66b29ec2 /ui/evolution-calendar.xml | |
parent | ec852ee1f995b3a7deccf6312130ff0f3531ae3b (diff) | |
download | gsoc2013-evolution-GAL_0_13.tar.gz gsoc2013-evolution-GAL_0_13.tar.zst gsoc2013-evolution-GAL_0_13.zip |
This commit was manufactured by cvs2svn to create tag 'GAL_0_13'.GAL_0_13
svn path=/tags/GAL_0_13/; revision=13228
Diffstat (limited to 'ui/evolution-calendar.xml')
-rw-r--r-- | ui/evolution-calendar.xml | 128 |
1 files changed, 0 insertions, 128 deletions
diff --git a/ui/evolution-calendar.xml b/ui/evolution-calendar.xml deleted file mode 100644 index 1261adcb19..0000000000 --- a/ui/evolution-calendar.xml +++ /dev/null @@ -1,128 +0,0 @@ -<Root> - <commands> - <cmd name="CalendarNewAppointment" _tip="Create a new appointment" - accel="*Control*n"/> - <cmd name="CalendarNewEvent" _tip="Create an event for the whole day"/> - <cmd name="CalendarNewTask" _tip="Create a new task"/> - - <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="CalendarSettings" _tip="Configure the calendar's settings"/> - - <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="CutEvent" _tip="Cut the selection" accel="*Control*x"/> - <cmd name="CopyEvent" _tip="Copy the selection" accel="*Control*c"/> - <cmd name="PasteEvent" _tip="Paste the clipboard" accel="*Control*v"/> - <cmd name="DeleteEvent" _tip="Delete the appointment"/> - - <cmd name="PublishFreeBusy" _tip="Publish Free/Busy information for this calendar"/> - </commands> - - <menu> - <submenu name="File"> - - <submenu name="New"> - - <placeholder name="NewFirstItem"> - <menuitem name="NewAppointment" verb="CalendarNewAppointment" - _label="_Appointment..." pixtype="pixbuf"/> - <menuitem name="NewTask" verb="CalendarNewTask" - _label="_Task..." pixtype="pixbuf"/> - <separator/> - </placeholder> - - </submenu> - - <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="CutEvent" verb="" _label="C_ut" pixtype="pixbuf"/> - <menuitem name="CopyEvent" verb="" _label="_Copy" pixtype="pixbuf"/> - <menuitem name="PasteEvent" verb="" _label="_Paste" pixtype="pixbuf"/> - <menuitem name="DeleteEvent" 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/> - </placeholder> - - </submenu> - - <submenu name="Tools"> - <placeholder name="ComponentPlaceholder"> - <menuitem name="CalendarSettings" verb="" _label="_Calendar Settings..." pixtype="pixbuf"/> - <separator/> - </placeholder> - </submenu> - - <placeholder name="ComponentActionsPlaceholder"> - <submenu name="Actions" _label="_Actions"> - <menuitem name="NewAppointment" verb="CalendarNewAppointment" - _label="Create a _New Appointment" pixtype="pixbuf"/> - <menuitem name="NewEvent" verb="CalendarNewEvent" _label="Create a New All Day _Event" pixtype="pixbuf"/> - - <menuitem name="NewTask" verb="CalendarNewTask" _label="Create a New _Task" pixtype="pixbuf"/> - - <separator/> - - <menuitem name="PublishFreeBusy" verb="" _label="_Publish Free/Busy Information"/> - </submenu> - </placeholder> - </menu> - - <dockitem name="Toolbar"> - - <toolitem name="New" verb="CalendarNewAppointment" _label="New Appointment" - priority="1" pixtype="pixbuf"/> - - <toolitem name="NewTask" verb="CalendarNewTask" _label="New Task" - priority="1" pixtype="pixbuf"/> - - <separator/> - - <toolitem name="Print" verb="CalendarPrint" pixtype = "pixbuf"/> - <toolitem name="Delete" verb="DeleteEvent" pixtype="pixbuf"/> - - <separator/> - - <toolitem name="Prev" verb="CalendarPrev" pixtype="pixbuf"/> - <toolitem name="Today" verb="CalendarToday"/> - <toolitem name="Next" verb="CalendarNext" pixtype="pixbuf"/> - - <separator/> - - <toolitem name="Goto" verb="CalendarGoto" _label="Go To" priority="1" pixtype="pixbuf"/> - - <separator/> - - <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> |