]> git.0d.be Git - empathy.git/blob - src/empathy-roster-window-menubar.ui
[l10n]Updated Catalan (Valencian) translation
[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             <attribute name="accel">&lt;Shift&gt;f</attribute>
28           </item>
29         </section>
30         <section>
31           <item>
32             <attribute translatable="yes" name="label">_Blocked Contacts</attribute>
33             <attribute name="action">win.edit_blocked_contacts</attribute>
34           </item>
35         </section>
36       </submenu>
37       <submenu>
38         <attribute translatable="yes" name="label">_Rooms</attribute>
39         <section>
40           <item>
41             <attribute translatable="yes" name="label">_Join...</attribute>
42             <attribute name="action">win.room_join_new</attribute>
43             <attribute name="accel">&lt;Primary&gt;j</attribute>
44           </item>
45           <item>
46             <attribute translatable="yes" name="label">Join _Favorites</attribute>
47             <attribute name="action">win.room_join_favorites</attribute>
48             <attribute name="accel">F5</attribute>
49           </item>
50         </section>
51         <item>
52           <link name="section" id="rooms"/>
53         </item>
54         <section>
55           <item>
56             <attribute translatable="yes" name="label">_Manage Favorites</attribute>
57             <attribute name="action">win.room_manage_favorites</attribute>
58           </item>
59         </section>
60       </submenu>
61       <section>
62         <item>
63           <attribute translatable="yes" name="label">_Previous Conversations</attribute>
64           <attribute name="action">win.view_history</attribute>
65           <attribute name="accel">F3</attribute>
66         </item>
67         <item>
68           <attribute translatable="yes" name="label">_File Transfers</attribute>
69           <attribute name="action">win.view_show_ft_manager</attribute>
70         </item>
71       </section>
72       <section>
73         <item>
74           <attribute translatable="yes" name="label">_Accounts</attribute>
75           <attribute name="action">win.edit_accounts</attribute>
76           <attribute name="accel">F4</attribute>
77         </item>
78         <item>
79           <attribute translatable="yes" name="label">P_references</attribute>
80           <attribute name="action">win.edit_preferences</attribute>
81         </item>
82       </section>
83       <section>
84         <item>
85           <attribute translatable="yes" name="label">Help</attribute>
86           <attribute name="action">win.help_contents</attribute>
87           <attribute name="accel">F1</attribute>
88         </item>
89         <item>
90           <attribute translatable="yes" name="label">About Empathy</attribute>
91           <attribute name="action">win.help_about</attribute>
92         </item>
93         <item>
94           <attribute translatable="yes" name="label">_Quit</attribute>
95           <attribute name="action">win.chat_quit</attribute>
96           <attribute name="accel">&lt;Primary&gt;q</attribute>
97         </item>
98       </section>
99   </menu>
100 </interface>