]> git.0d.be Git - empathy.git/blob - src/empathy-roster-window-menubar.ui
0bb5d14f0fd3cbfd0946be5244e6c835d55fd600
[empathy.git] / src / empathy-roster-window-menubar.ui
1 <?xml version="1.0"?>
2 <!--*- mode: xml -*-->
3 <interface>
4   <object class="GtkUIManager" id="ui_manager">
5     <child>
6       <object class="GtkActionGroup" id="actiongroup1">
7         <child>
8           <object class="GtkAction" id="chat">
9             <property name="name">chat</property>
10             <property name="label" translatable="yes">_Chat</property>
11           </object>
12         </child>
13         <child>
14           <object class="GtkAction" id="chat_new_message">
15             <property name="icon-name">im-message-new</property>
16             <property name="name">chat_new_message</property>
17             <property name="label" translatable="yes">_New Conversation…</property>
18           </object>
19           <accelerator key="N" modifiers="GDK_CONTROL_MASK"/>
20         </child>
21         <child>
22           <object class="GtkAction" id="chat_new_call">
23             <property name="icon-name">audio-input-microphone</property>
24             <property name="name">chat_new_call</property>
25             <property name="label" translatable="yes">New _Call…</property>
26           </object>
27           <accelerator key="M" modifiers="GDK_CONTROL_MASK"/>
28         </child>
29         <child>
30           <object class="GtkAction" id="view_history">
31             <property name="icon-name">document-open-recent</property>
32             <property name="name">view_history</property>
33             <property name="label" translatable="yes">_Previous Conversations</property>
34           </object>
35           <accelerator key="F3" modifiers=""/>
36         </child>
37         <child>
38           <object class="GtkAction" id="chat_add_contact">
39             <property name="stock_id">gtk-add</property>
40             <property name="name">chat_add_contact</property>
41             <property name="label" translatable="yes">_Add Contact…</property>
42           </object>
43         </child>
44         <child>
45           <object class="GtkAction" id="chat_search_contacts">
46             <property name="stock_id">gtk-find</property>
47             <property name="name">chat_search_contacts</property>
48             <property name="label" translatable="yes">_Search for Contacts…</property>
49           </object>
50           <accelerator key="f" modifiers="GDK_SHIFT_MASK | GDK_CONTROL_MASK"/>
51         </child>
52         <child>
53           <object class="GtkAction" id="view_show_ft_manager">
54             <property name="icon-name">document-send</property>
55             <property name="name">view_show_ft_manager</property>
56             <property name="label" translatable="yes">_File Transfers</property>
57           </object>
58         </child>
59         <child>
60           <object class="GtkToggleAction" id="view_show_offline">
61             <property name="name">view_show_offline</property>
62             <property name="label" translatable="yes">_Offline Contacts</property>
63           </object>
64           <accelerator key="H" modifiers="GDK_CONTROL_MASK"/>
65         </child>
66         <child>
67           <object class="GtkToggleAction" id="view_show_protocols">
68             <property name="name">view_show_protocols</property>
69             <property name="label" translatable="yes">Show P_rotocols</property>
70           </object>
71         </child>
72         <child>
73           <object class="GtkToggleAction" id="view_balance_show_in_roster">
74             <property name="name">view_balance_show_in_roster</property>
75             <property name="label" translatable="yes">Credit Balance</property>
76             <property name="visible">False</property>
77           </object>
78         </child>
79         <child>
80           <object class="GtkAction" id="view_show_map">
81             <property name="name">view_show_map</property>
82             <property name="label" translatable="yes">Contacts on a _Map</property>
83           </object>
84         </child>
85         <child>
86           <object class="GtkAction" id="chat_quit">
87             <property name="stock_id">gtk-quit</property>
88             <property name="name">chat_quit</property>
89           </object>
90           <accelerator key="Q" modifiers="GDK_CONTROL_MASK"/>
91         </child>
92         <child>
93           <object class="GtkAction" id="edit">
94             <property name="name">edit</property>
95             <property name="label" translatable="yes">_Edit</property>
96           </object>
97         </child>
98         <child>
99           <object class="GtkAction" id="edit_context">
100             <property name="name">edit_context</property>
101             <property name="label" translatable="no">Context</property>
102           </object>
103         </child>
104         <child>
105           <object class="GtkAction" id="edit_accounts">
106             <property name="name">edit_accounts</property>
107             <property name="label" translatable="yes">_Accounts</property>
108           </object>
109           <accelerator key="F4" modifiers=""/>
110         </child>
111         <child>
112           <object class="GtkAction" id="edit_personal_information">
113             <property name="name">edit_personal_information</property>
114             <property name="label" translatable="yes">_Personal Information</property>
115           </object>
116         </child>
117         <child>
118           <object class="GtkAction" id="edit_blocked_contacts">
119             <property name="name">edit_blocked_contacts</property>
120             <property name="label" translatable="yes">_Blocked Contacts</property>
121           </object>
122         </child>
123         <child>
124           <object class="GtkAction" id="edit_preferences">
125             <property name="stock_id">gtk-preferences</property>
126             <property name="name">edit_preferences</property>
127             <property name="label" translatable="yes">P_references</property>
128           </object>
129         </child>
130         <child>
131           <object class="GtkAction" id="edit_search_contacts">
132             <property name="name">edit_search_contacts</property>
133             <property name="label" translatable="yes">Find in Contact _List</property>
134           </object>
135           <accelerator key="f" modifiers="GDK_CONTROL_MASK"/>
136         </child>
137         <child>
138           <object class="GtkAction" id="view">
139             <property name="name">view</property>
140             <property name="label" translatable="yes">_View</property>
141           </object>
142         </child>
143         <child>
144           <object class="GtkRadioAction" id="view_sort_by_name">
145             <property name="name">view_sort_by_name</property>
146             <property name="visible">True</property>
147             <property name="label" translatable="yes">Sort by _Name</property>
148             <property name="draw_as_radio">True</property>
149             <property name="value">1</property>
150             <property name="current-value">1</property>
151           </object>
152         </child>
153         <child>
154           <object class="GtkRadioAction" id="view_sort_by_status">
155             <property name="name">view_sort_by_status</property>
156             <property name="visible">True</property>
157             <property name="label" translatable="yes">Sort by _Status</property>
158             <property name="draw_as_radio">True</property>
159             <property name="group">view_sort_by_name</property>
160             <property name="value">0</property>
161           </object>
162         </child>
163         <child>
164           <object class="GtkRadioAction" id="view_normal_size_with_avatars">
165             <property name="name">view_normal_size_with_avatars</property>
166             <property name="visible">True</property>
167             <property name="label" translatable="yes">Normal Size With _Avatars</property>
168             <property name="draw_as_radio">True</property>
169             <property name="value">0</property>
170             <property name="current-value">0</property>
171           </object>
172           <accelerator key="1" modifiers="GDK_CONTROL_MASK"/>
173         </child>
174         <child>
175           <object class="GtkRadioAction" id="view_normal_size">
176             <property name="name">view_normal_size</property>
177             <property name="visible">True</property>
178             <property name="label" translatable="yes">N_ormal Size</property>
179             <property name="draw_as_radio">True</property>
180             <property name="group">view_normal_size_with_avatars</property>
181             <property name="value">1</property>
182           </object>
183           <accelerator key="2" modifiers="GDK_CONTROL_MASK"/>
184         </child>
185         <child>
186           <object class="GtkRadioAction" id="view_compact_size">
187             <property name="name">view_compact_size</property>
188             <property name="visible">True</property>
189             <property name="label" translatable="yes">_Compact Size</property>
190             <property name="draw_as_radio">True</property>
191             <property name="group">view_normal_size_with_avatars</property>
192             <property name="value">2</property>
193           </object>
194           <accelerator key="3" modifiers="GDK_CONTROL_MASK"/>
195         </child>
196         <child>
197           <object class="GtkAction" id="room">
198             <property name="name">room</property>
199             <property name="label" translatable="yes">_Room</property>
200           </object>
201         </child>
202         <child>
203           <object class="GtkAction" id="room_join_new">
204             <property name="name">room_join_new</property>
205             <property name="label" translatable="yes">_Join…</property>
206           </object>
207           <accelerator key="j" modifiers="GDK_CONTROL_MASK"/>
208         </child>
209         <child>
210           <object class="GtkAction" id="room_join_favorites">
211             <property name="name">room_join_favorites</property>
212             <property name="label" translatable="yes">Join _Favorites</property>
213           </object>
214           <accelerator key="F5" modifiers=""/>
215         </child>
216         <child>
217           <object class="GtkAction" id="room_manage_favorites">
218             <property name="icon-name">system-users</property>
219             <property name="name">room_manage_favorites</property>
220             <property name="label" translatable="yes">Manage Favorites</property>
221           </object>
222         </child>
223         <child>
224           <object class="GtkAction" id="help">
225             <property name="name">help</property>
226             <property name="label" translatable="yes">_Help</property>
227           </object>
228         </child>
229         <child>
230           <object class="GtkAction" id="help_contents">
231             <property name="stock_id">gtk-help</property>
232             <property name="name">help_contents</property>
233             <property name="label" translatable="yes">_Contents</property>
234           </object>
235           <accelerator key="F1" modifiers=""/>
236         </child>
237         <child>
238           <object class="GtkAction" id="help_debug">
239             <property name="name">help_debug</property>
240             <property name="label" translatable="yes">_Debug</property>
241           </object>
242         </child>
243         <child>
244           <object class="GtkAction" id="help_about">
245             <property name="stock_id">gtk-about</property>
246             <property name="name">help_about</property>
247           </object>
248         </child>
249       </object>
250     </child>
251     <ui>
252       <menubar name="menubar">
253         <menu action="chat">
254           <menuitem action="chat_new_message"/>
255           <menuitem action="chat_new_call"/>
256           <separator/>
257           <menuitem action="chat_add_contact"/>
258           <menuitem action="chat_search_contacts"/>
259           <separator/>
260           <menuitem action="chat_quit"/>
261         </menu>
262         <menu action="edit">
263           <menuitem action="edit_context"/>
264           <separator name="edit_context_separator"/>
265           <menuitem action="edit_accounts"/>
266           <menuitem action="edit_personal_information"/>
267           <menuitem action="edit_search_contacts"/>
268           <menuitem action="edit_blocked_contacts"/>
269           <separator/>
270           <menuitem action="edit_preferences"/>
271         </menu>
272         <menu action="view">
273           <menuitem action="view_show_offline"/>
274           <menuitem action="view_show_protocols"/>
275           <separator/>
276           <menuitem action="view_balance_show_in_roster"/>
277           <placeholder name="view_balance_placeholder"/>
278           <separator/>
279           <menuitem action="view_sort_by_name"/>
280           <menuitem action="view_sort_by_status"/>
281           <separator/>
282           <menuitem action="view_normal_size_with_avatars"/>
283           <menuitem action="view_normal_size"/>
284           <menuitem action="view_compact_size"/>
285           <separator/>
286           <menuitem action="view_history"/>
287           <menuitem action="view_show_ft_manager"/>
288           <menuitem action="view_show_map"/>
289         </menu>
290         <menu action="room">
291           <menuitem action="room_join_new"/>
292           <menuitem action="room_join_favorites"/>
293           <separator/>
294           <separator name="room_separator"/>
295           <menuitem action="room_manage_favorites"/>
296         </menu>
297         <menu action="help">
298           <menuitem action="help_contents"/>
299           <menuitem action="help_debug"/>
300           <menuitem action="help_about"/>
301         </menu>
302       </menubar>
303     </ui>
304   </object>
305   <object class="GtkMenuBar" constructor="ui_manager" id="menubar">
306     <property name="visible">True</property>
307   </object>
308 </interface>