aboutsummaryrefslogtreecommitdiffstats
path: root/ui/evolution-calendar.xml
blob: fb605baeb3300c3e70440d1c84b1208a92c5e85b (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
<Root>
  <commands>
    <cmd name="CalendarPrint" _tip="Print this calendar" pixtype="stock" pixname="gtk-print"
     accel="*Control*p"/>
    <cmd name="CalendarPrintPreview" _tip="Previews the calendar to be printed" pixtype="stock" pixname="gtk-print-preview"/>

    <cmd name="CalendarPrev" _tip="Go back" pixtype="stock" pixname="gtk-go-back"/>
    <cmd name="CalendarToday" _tip="Go to today" pixtype="stock" pixname="Home"/>
    <cmd name="CalendarNext" _tip="Go forward" pixtype="stock" pixname="gtk-go-forward"/>
    <cmd name="CalendarGoto" _tip="Go to a specific date" pixtype="stock" pixname="gtk-jump-to"/>

    <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" pixtype="stock" pixname="gtk-cut"/>
    <cmd name="Copy" _tip="Copy the selection" accel="*Control*c" pixtype="stock" pixname="gtk-copy"/>
    <cmd name="Paste" _tip="Paste the clipboard" accel="*Control*v" pixtype="stock" pixname="gtk-paste"/>

    <cmd name="Delete" _tip="Delete the appointment" accel="*Control*d" pixtype="stock" pixname="gtk-delete"/>
    <cmd name="DeleteOccurrence" _tip="Delete this occurrence" pixtype="stock" pixname="gtk-delete"/>
    <cmd name="DeleteAllOccurrences" _tip="Delete All Occurrences" pixtype="stock" pixname="gtk-delete"/>

    <cmd name="PublishFreeBusy" _tip="Publish Free/Busy information for this calendar"/>
    <cmd name="CalendarPurge" _label="Purg_e" _tip="Purge old appointments and meetings" accel="*Control*e"/>
  </commands>

  <menu>
    <submenu name="File">

      <placeholder name="Print">
    <menuitem name="PrintPreview" verb="CalendarPrintPreview"
          _label="Print Pre_view"/>

    <menuitem name="Print" verb="CalendarPrint" accel="*Control*p"
          _label="_Print..."/>
      </placeholder>

    </submenu>

    <placeholder name="EditPlaceholder">
      <submenu name="Edit" _label="_Edit">
        <menuitem name="Cut" verb="" _label="C_ut"/>
        <menuitem name="Copy" verb="" _label="_Copy"/>
        <menuitem name="Paste" verb="" _label="_Paste"/>

        <separator/>

        <menuitem name="Delete" verb="" _label="_Delete"/>
    <menuitem name="DeleteOccurrence" verb="" _label="Delete this Occurrence"/>
    <menuitem name="DeleteAllOccurrences" verb="" _label="Delete All Occurrences"/>
      </submenu>
    </placeholder>

    <submenu name="View">
      <placeholder name="ViewBegin">
    <menuitem name="Today" verb="CalendarToday" _label="Go to _Today"
                  accel="*Control**Alt*t"/>
    <menuitem name="Goto" verb="CalendarGoto" _label="Go to _Date" accel="*Control**Alt*g"/>
    <separator f="" name="ecal"/>
      </placeholder>

     </submenu>

    <submenu name="Actions" _label="_Actions">
      <placeholder name="ComponentActionsPlaceholder">
        <separator/>
    <menuitem name="PublishFreeBusy" verb="" _label="_Publish Free/Busy Information"/>
    <menuitem name="CalendarPurge" verb=""/>
      </placeholder>
    </submenu>
  </menu>

  <dockitem name="Toolbar">
  
    <toolitem name="Print" verb="CalendarPrint"/>
    <toolitem name="Delete" verb=""/>

    <separator f="" name="ecal2"/>

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

    <separator f="" name="ecal3"/>

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

    <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>