aboutsummaryrefslogtreecommitdiffstats
path: root/ui/evolution-calendar.xml
blob: 7ded8a04797e639360aa857005ddeca538cac88b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<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="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 in time" pixtype="stock" pixname="Back"/>
    <cmd name="CalendarToday" _tip="Go to present time" pixtype="stock" pixname="Home"/>
    <cmd name="CalendarNext" _tip="Go forward in time" pixtype="stock" pixname="Forward"/>
    <cmd name="CalendarGoto" _tip="Go to a specific date" pixtype="stock" pixname="Jump To"/>

    <cmd name="ShowDayView" _tip="Show 1 day" pixtype="pixbuf"/>
    <cmd name="ShowWorkWeekView" _tip="Show the working week" pixtype="pixbuf"/>
    <cmd name="ShowWeekView" _tip="Show 1 week" pixtype="pixbuf"/>
    <cmd name="ShowMonthView" _tip="Show 1 month" pixtype="pixbuf"/>

    <cmd name="CutEvent" _tip="Cut the selection" pixtype="stock"
     pixname="Cut" accel="*Control*x"/>
    <cmd name="CopyEvent" _tip="Copy the selection" pixtype="stock" 
     pixname="Copy" accel="*Control*c"/>
    <cmd name="PasteEvent" _tip="Paste the clipboard" pixtype="stock" 
     pixname="Paste" accel="*Control*v"/>

    <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"/>
      <separator/>
    </placeholder>

      </submenu>

      <placeholder name="Print">
    <menuitem name="PrintPreview" verb="CalendarPrintPreview"
          _label="Print Preview" pixtype="pixbuf"/>

    <menuitem name="Print" verb="CalendarPrint"
          _label="_Print..." _tip="Print calendar" pixtype="pixbuf"/>
      </placeholder>

    </submenu>

    <submenu name="Edit">
      <menuitem name="CutEvent" verb="" _label="C_ut"/>
      <menuitem name="CopyEvent" verb="" _label="_Copy"/>
      <menuitem name="PasteEvent" verb="" _label="_Paste"/>
    </submenu>

    <submenu name="View">
      <placeholder name="ViewBegin">
    <menuitem name="Today" verb="CalendarToday" _label="Go to _Today"/>
    <menuitem name="Goto" verb="CalendarGoto" _label="Go to _Date"/>
    <separator/>
      </placeholder>

      <placeholder name="ViewAfterControl">
    <separator/>
    <menuitem name="DayView" verb="ShowDayView" _label="_Day"/>
    <menuitem name="WorkWeekView" verb="ShowWorkWeekView" _label="W_ork Week"/>
    <menuitem name="WeekView" verb="ShowWeekView" _label="_Week"/>
    <menuitem name="MonthView" verb="ShowMonthView" _label="_Month"/>
      </placeholder>
    </submenu>

    <submenu name="Tools" _label="_Tools">
      <placeholder name="Component">
    <menuitem name="CalendarSettings" verb="" _label="_Calendar Settings..." pixtype="pixbuf"/>
      </placeholder>
    </submenu>

    <submenu name="Actions">
      <placeholder name="Component">
    <menuitem name="NewAppointment" verb="CalendarNewAppointment"
          _label="Create a _New Appointment" pixtype="pixbuf"/>
    <menuitem name="NewEvent" verb="CalendarNewEvent" _label="Create a New All-Day _Event"/>

    <separator/>

    <menuitem name="PublishFreeBusy" verb="" _label="Publish Free/Busy Information"/>
      </placeholder>
    </submenu>
  </menu>

  <dockitem name="Toolbar">
  
    <toolitem name="New" verb="CalendarNewAppointment" _label="New Appointment"
          priority="1" pixtype="pixbuf"/>

    <separator/>

    <toolitem name="Print" verb="CalendarPrint" pixtype = "pixbuf"/>

    <separator/>

    <toolitem name="Prev" verb="CalendarPrev"/>
    <toolitem name="Today" verb="CalendarToday"/>
    <toolitem name="Next" verb="CalendarNext"/>

    <separator/>

    <toolitem name="Goto" verb="CalendarGoto" _label="Go To" priority="1"/>

    <separator/>

    <toolitem name="DayView" verb="ShowDayView" pixtype="pixbuf"/>
    <toolitem name="WorkWeekView" verb="ShowWorkWeekView" pixtype="pixbuf"/>
    <toolitem name="WeekView" verb="ShowWeekView" pixtype="pixbuf"/>
    <toolitem name="MonthView" verb="ShowMonthView" pixtype="pixbuf"/>

  </dockitem>

</Root>