aboutsummaryrefslogtreecommitdiffstats
path: root/ui/evolution-addressbook.xml
blob: d77d1268f96dfafde6e2f75047cf52ec444e5f50 (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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<Root>
    <commands>
        <cmd name="ContactDelete"
         _tip="Delete selected contacts"
         accel="*Control*d"/>

        <cmd name="ContactNew"
         _tip="Create new contact"
         accel="*Control*n"/>

        <cmd name="ContactNewList"
         _tip="Create new contact list"/>

        <cmd name="ContactsPrint"
         _tip="Print selected contacts"
         pixtype="stock" pixname="Print"
         accel="*Control*p"/>

        <cmd name="ContactsPrintPreview"
         _tip="Previews the contacts to be printed"
         pixtype="stock" pixname="Print"
         accel="*Control*p"/>

        <cmd name="ContactStop"
         _tip="Stop Loading"
         pixtype="stock" pixname="Stop"/>

        <cmd name="ContactsCut" _label="Cut" _tip="Cut the selection"
         accel="*Control*x"/>

                <cmd name="ContactsCopy" _label="Copy"
         _tip="Copy the selection"
         accel="*Control*c"/>

        <cmd name="ContactsPaste" _label="Paste"
         _tip="Paste the clipboard"
         accel="*Control*v"/>

        <cmd name="ContactsSelectAll" _label="Select All"
         _tip="Select all contacts"
         accel="*Control*a"/>

        <cmd name="ContactsSaveAsVCard" _label="Save as VCard"
         _tip="Save selected contacts as a VCard."
         accel="*Control*v"/>

        <cmd name="ContactsSendContactToOther" _label="Forward Contact"
         _tip="Send selected contacts to another person."/>

        <cmd name="ContactsSendMessageToContact" _label="Send message to contact"
         _tip="Send a mess to the selected contacts."/>

    </commands>

    <menu>
        <submenu name="File">
                <placeholder name="FileOps">
                    <menuitem name="ContactsSaveAsVCard"
                 verb="" _label="_Save as VCard"
                 pixtype="pixbuf"/>
            </placeholder>

                        <submenu name="New">
                        <placeholder name="NewFirstItem">
                                <menuitem name="ContactNew" verb=""
                                 _label="_Contact"
                     pixtype="pixbuf"/>
                                <menuitem name="ContactNewList" verb=""
                                 _label="_Contact List"
                     pixtype="pixbuf"/>
                                    <separator/>
                            </placeholder>
                        </submenu>
      
            <placeholder name="Print">

                <menuitem name="ContactsPrintPreview" verb=""
                  _label="Print Preview"
                  pixtype="pixbuf"/>
                <menuitem name="ContactsPrint" verb=""
                _label="_Print..."
                  pixtype="pixbuf"/>
            </placeholder>

        </submenu>

        <placeholder name="EditPlaceholder">

            <submenu name="Edit" _label="_Edit">
                <menuitem name="ContactsCut" verb="" _label="C_ut"
                 pixtype="pixbuf"/>
        
                <menuitem name="ContactsCopy" verb="" _label="_Copy"
                 pixtype="pixbuf"/>
        
                <menuitem name="ContactsPaste" verb="" _label="_Paste"
                 pixtype="pixbuf"/>

                    <menuitem name="ContactDelete" verb=""
                    _label="Delete" pixtype="pixbuf"/>
                <separator/>

                <menuitem name="ContactsSelectAll" verb="" _label="_Select All"/>
            </submenu>

            </placeholder>

        <submenu name="View">
        </submenu>

        <placeholder name="ComponentActionsPlaceholder">
                        <submenu name="Actions" _label="_Actions">

                <menuitem name="ContactsSendContactToOther"
                 _label="_Forward Contact..." verb=""/>

                <menuitem name="ContactsSendMessageToContact"
                 _label="Send _Message to Contact..." verb=""/>
                    </submenu>
        </placeholder>

                <submenu name="Tools">
                <placeholder name="ComponentPlaceholder">
                <menuitem name="ToolSearch"
                      verb=""
                      _label="_Search for Contacts"
                      pixtype="pixbuf"/>

                    <menuitem name="AddressbookConfig" verb=""
                      _label="_Addressbook Sources..."
                      pixtype ="pixbuf"/>
                <separator/>
            </placeholder>
        </submenu>

    </menu>

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

        <toolitem name="ContactNewList" verb=""
        _label="New List"
        pixtype="pixbuf" priority="1"/>

        <separator/>

        <toolitem name="ContactsPrint" verb=""
        _label="Print" pixtype="pixbuf"/>

        <toolitem name="ContactDelete" verb=""
        _label="Delete" pixtype="pixbuf"/>

        <toolitem name="ContactStop" verb=""
        _label="Stop"/>

    </dockitem>

    <keybindings>
            <accel name="Delete" verb="ContactDelete"/>
            <accel name="BackSpace" verb="ContactDelete"/>
    </keybindings>

</Root>