]> git.0d.be Git - empathy.git/blob - src/empathy-roster-window-menubar.ui
Change the roster menu to a flat menu structure
[empathy.git] / src / empathy-roster-window-menubar.ui
1 <?xml version="1.0"?>
2 <!--*- mode: xml -*-->
3 <interface>
4   <menu id="menubutton">
5       <section>
6         <item>
7           <attribute translatable="yes" name="label">_New Conversation...</attribute>
8           <attribute translatable="yes" name="action">win.chat_new_message</attribute>
9           <attribute translatable="yes" name="accel">&lt;Primary&gt;n</attribute>
10         </item>
11         <item>
12           <attribute translatable="yes" name="label">New _Call...</attribute>
13           <attribute translatable="yes" name="action">win.chat_new_call</attribute>
14           <attribute translatable="yes" name="accel">&lt;Primary&gt;m</attribute>
15         </item>
16       </section>
17       <section>
18         <item>
19           <attribute translatable="yes" name="label">_Add Contacts...</attribute>
20           <attribute translatable="yes" name="action">win.chat_add_contact</attribute>
21         </item>
22         <item>
23           <attribute translatable="yes" name="label">_Search for Contacts...</attribute>
24           <attribute translatable="yes" name="action">win.chat_search_contacts</attribute>
25           <attribute translatable="yes" name="accel">&lt;Shift&gt;f</attribute>
26         </item>
27       </section>
28       <section>
29         <item>
30           <attribute translatable="yes" name="label">Edit _Accounts</attribute>
31           <attribute translatable="yes" name="action">win.edit_accounts</attribute>
32           <attribute translatable="yes" name="accel">F4</attribute>
33         </item>
34         <item>
35           <attribute translatable="yes" name="label">Edit _Blocked Contacts</attribute>
36           <attribute translatable="yes" name="action">win.edit_blocked_contacts</attribute>
37         </item>
38       </section>
39       <section>
40         <item>
41           <attribute translatable="yes" name="label">_Previous Conversations</attribute>
42           <attribute translatable="yes" name="action">win.view_history</attribute>
43           <attribute translatable="yes" name="accel">F3</attribute>
44         </item>
45         <item>
46           <attribute translatable="yes" name="label">_File Transfers</attribute>
47           <attribute translatable="yes" name="action">win.view_show_ft_manager</attribute>
48         </item>
49         <item>
50           <attribute translatable="yes" name="label">Contacts on a _Map</attribute>
51           <attribute translatable="yes" name="action">win.view_show_map</attribute>
52         </item>
53       </section>
54     <submenu>
55       <attribute translatable="yes" name="label">_Room</attribute>
56       <section>
57         <item>
58           <attribute translatable="yes" name="label">_Join...</attribute>
59           <attribute translatable="yes" name="action">win.room_join_new</attribute>
60         </item>
61         <item>
62           <attribute translatable="yes" name="label">Join _Favorites</attribute>
63           <attribute translatable="yes" name="action">win.room_join_favorites</attribute>
64           <attribute translatable="yes" name="accel">F5</attribute>
65         </item>
66       </section>
67       <item>
68         <link name="section" id="rooms"/>
69       </item>
70       <section>
71         <item>
72           <attribute translatable="yes" name="label">_Manage Favorites</attribute>
73           <attribute translatable="yes" name="action">win.room_manage_favorites</attribute>
74         </item>
75       </section>
76     </submenu>
77       <section>
78         <item>
79           <attribute translatable="yes" name="label">Help</attribute>
80           <attribute translatable="yes" name="action">win.help_contents</attribute>
81           <attribute translatable="yes" name="accel">F1</attribute>
82         </item>
83         <item>
84           <attribute translatable="yes" name="label">Debug</attribute>
85           <attribute translatable="yes" name="action">win.help_debug</attribute>
86         </item>
87         <item>
88           <attribute translatable="yes" name="label">About</attribute>
89           <attribute translatable="yes" name="action">win.help_about</attribute>
90         </item>
91       </section>
92       <section>
93         <item>
94           <attribute translatable="yes" name="label">P_references</attribute>
95           <attribute translatable="yes" name="action">win.edit_preferences</attribute>
96         </item>
97         <item>
98           <attribute translatable="yes" name="label">Close</attribute>
99           <attribute translatable="yes" name="action">win.chat_quit</attribute>
100           <attribute translatable="yes" name="accel">&lt;Primary&gt;q</attribute>
101         </item>
102       </section>
103   </menu>
104 </interface>