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