]> git.0d.be Git - empathy.git/blob - src/empathy-main-window.ui
Updated Polish translation
[empathy.git] / src / empathy-main-window.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="view_show_ft_manager">
46             <property name="icon-name">document-send</property>
47             <property name="name">view_show_ft_manager</property>
48             <property name="label" translatable="yes">_File Transfers</property>
49           </object>
50         </child>
51         <child>
52           <object class="GtkToggleAction" id="view_show_offline">
53             <property name="name">view_show_offline</property>
54             <property name="label" translatable="yes">_Offline Contacts</property>
55           </object>
56           <accelerator key="H" modifiers="GDK_CONTROL_MASK"/>
57         </child>
58         <child>
59           <object class="GtkToggleAction" id="view_show_protocols">
60             <property name="name">view_show_protocols</property>
61             <property name="label" translatable="yes">Show P_rotocols</property>
62           </object>
63         </child>
64         <child>
65           <object class="GtkAction" id="view_show_map">
66             <property name="name">view_show_map</property>
67             <property name="label" translatable="yes">Contacts on a _Map</property>
68           </object>
69         </child>
70         <child>
71           <object class="GtkAction" id="chat_quit">
72             <property name="stock_id">gtk-quit</property>
73             <property name="name">chat_quit</property>
74           </object>
75           <accelerator key="Q" modifiers="GDK_CONTROL_MASK"/>
76         </child>
77         <child>
78           <object class="GtkAction" id="edit">
79             <property name="name">edit</property>
80             <property name="label" translatable="yes">_Edit</property>
81           </object>
82         </child>
83         <child>
84           <object class="GtkAction" id="edit_context">
85             <property name="name">edit_context</property>
86             <property name="label" translatable="yes">Context</property>
87           </object>
88         </child>
89         <child>
90           <object class="GtkAction" id="edit_accounts">
91             <property name="name">edit_accounts</property>
92             <property name="label" translatable="yes">_Accounts</property>
93           </object>
94           <accelerator key="F4" modifiers=""/>
95         </child>
96         <child>
97           <object class="GtkAction" id="edit_personal_information">
98             <property name="name">edit_personal_information</property>
99             <property name="label" translatable="yes">_Personal Information</property>
100           </object>
101         </child>
102         <child>
103           <object class="GtkAction" id="edit_preferences">
104             <property name="stock_id">gtk-preferences</property>
105             <property name="name">edit_preferences</property>
106             <property name="label" translatable="yes">P_references</property>
107           </object>
108         </child>
109         <child>
110           <object class="GtkAction" id="view">
111             <property name="name">view</property>
112             <property name="label" translatable="yes">_View</property>
113           </object>
114         </child>
115         <child>
116           <object class="GtkRadioAction" id="view_sort_by_name">
117             <property name="name">view_sort_by_name</property>
118             <property name="visible">True</property>
119             <property name="label" translatable="yes">Sort by _Name</property>
120             <property name="draw_as_radio">True</property>
121             <property name="value">1</property>
122             <property name="current-value">1</property>
123           </object>
124         </child>
125         <child>
126           <object class="GtkRadioAction" id="view_sort_by_status">
127             <property name="name">view_sort_by_status</property>
128             <property name="visible">True</property>
129             <property name="label" translatable="yes">Sort by _Status</property>
130             <property name="draw_as_radio">True</property>
131             <property name="group">view_sort_by_name</property>
132             <property name="value">0</property>
133           </object>
134         </child>
135         <child>
136           <object class="GtkRadioAction" id="view_normal_size_with_avatars">
137             <property name="name">view_normal_size_with_avatars</property>
138             <property name="visible">True</property>
139             <property name="label" translatable="yes">Normal Size With _Avatars</property>
140             <property name="draw_as_radio">True</property>
141             <property name="value">0</property>
142             <property name="current-value">0</property>
143           </object>
144         </child>
145         <child>
146           <object class="GtkRadioAction" id="view_normal_size">
147             <property name="name">view_normal_size</property>
148             <property name="visible">True</property>
149             <property name="label" translatable="yes">N_ormal Size</property>
150             <property name="draw_as_radio">True</property>
151             <property name="group">view_normal_size_with_avatars</property>
152             <property name="value">1</property>
153           </object>
154         </child>
155         <child>
156           <object class="GtkRadioAction" id="view_compact_size">
157             <property name="name">view_compact_size</property>
158             <property name="visible">True</property>
159             <property name="label" translatable="yes">_Compact Size</property>
160             <property name="draw_as_radio">True</property>
161             <property name="group">view_normal_size_with_avatars</property>
162             <property name="value">2</property>
163           </object>
164         </child>
165         <child>
166           <object class="GtkAction" id="room">
167             <property name="name">room</property>
168             <property name="label" translatable="yes">_Room</property>
169           </object>
170         </child>
171         <child>
172           <object class="GtkAction" id="room_join_new">
173             <property name="name">room_join_new</property>
174             <property name="label" translatable="yes">_Join…</property>
175           </object>
176         </child>
177         <child>
178           <object class="GtkAction" id="room_join_favorites">
179             <property name="name">room_join_favorites</property>
180             <property name="label" translatable="yes">Join _Favorites</property>
181           </object>
182           <accelerator key="F5" modifiers=""/>
183         </child>
184         <child>
185           <object class="GtkAction" id="room_manage_favorites">
186             <property name="icon-name">system-users</property>
187             <property name="name">room_manage_favorites</property>
188             <property name="label" translatable="yes">Manage Favorites</property>
189           </object>
190         </child>
191         <child>
192           <object class="GtkAction" id="help">
193             <property name="name">help</property>
194             <property name="label" translatable="yes">_Help</property>
195           </object>
196         </child>
197         <child>
198           <object class="GtkAction" id="help_contents">
199             <property name="stock_id">gtk-help</property>
200             <property name="name">help_contents</property>
201             <property name="label" translatable="yes">_Contents</property>
202           </object>
203           <accelerator key="F1" modifiers=""/>
204         </child>
205         <child>
206           <object class="GtkAction" id="help_debug">
207             <property name="name">help_debug</property>
208             <property name="label" translatable="yes">_Debug</property>
209           </object>
210         </child>
211         <child>
212           <object class="GtkAction" id="help_about">
213             <property name="stock_id">gtk-about</property>
214             <property name="name">help_about</property>
215           </object>
216         </child>
217       </object>
218     </child>
219     <ui>
220       <menubar name="menubar">
221         <menu action="chat">
222           <menuitem action="chat_new_message"/>
223           <menuitem action="chat_new_call"/>
224           <separator/>
225           <menuitem action="chat_add_contact"/>
226           <separator/>
227           <menuitem action="chat_quit"/>
228         </menu>
229         <menu action="edit">
230           <menuitem action="edit_context"/>
231           <separator name="edit_context_separator"/>
232           <menuitem action="edit_accounts"/>
233           <menuitem action="edit_personal_information"/>
234           <separator/>
235           <menuitem action="edit_preferences"/>
236         </menu>
237         <menu action="view">
238           <menuitem action="view_show_offline"/>
239           <menuitem action="view_show_protocols"/>
240           <separator/>
241           <menuitem action="view_sort_by_name"/>
242           <menuitem action="view_sort_by_status"/>
243           <separator/>
244           <menuitem action="view_normal_size_with_avatars"/>
245           <menuitem action="view_normal_size"/>
246           <menuitem action="view_compact_size"/>
247           <separator/>
248           <menuitem action="view_history"/>
249           <menuitem action="view_show_ft_manager"/>
250           <menuitem action="view_show_map"/>
251         </menu>
252         <menu action="room">
253           <menuitem action="room_join_new"/>
254           <menuitem action="room_join_favorites"/>
255           <separator/>
256           <separator name="room_separator"/>
257           <menuitem action="room_manage_favorites"/>
258         </menu>
259         <menu action="help">
260           <menuitem action="help_contents"/>
261           <menuitem action="help_debug"/>
262           <menuitem action="help_about"/>
263         </menu>
264       </menubar>
265     </ui>
266   </object>
267   <object class="GtkWindow" id="main_window">
268     <property name="title" translatable="yes">Contact List</property>
269     <property name="role">contact_list</property>
270     <property name="default_width">225</property>
271     <property name="default_height">325</property>
272     <child>
273       <object class="GtkVBox" id="main_vbox">
274         <property name="visible">True</property>
275         <child>
276           <object class="GtkMenuBar" constructor="ui_manager" id="menubar">
277             <property name="visible">True</property>
278           </object>
279           <packing>
280             <property name="expand">False</property>
281             <property name="fill">False</property>
282           </packing>
283         </child>
284         <child>
285           <object class="GtkToolbar" id="presence_toolbar">
286             <property name="visible">True</property>
287             <property name="toolbar_style">GTK_TOOLBAR_BOTH</property>
288           </object>
289           <packing>
290             <property name="expand">False</property>
291             <property name="fill">False</property>
292             <property name="position">1</property>
293           </packing>
294         </child>
295         <child>
296           <object class="GtkVBox" id="errors_vbox">
297             <child>
298               <placeholder/>
299             </child>
300           </object>
301           <packing>
302             <property name="expand">False</property>
303             <property name="fill">False</property>
304             <property name="position">2</property>
305           </packing>
306         </child>
307         <child>
308           <object class="GtkScrolledWindow" id="roster_scrolledwindow">
309             <property name="visible">True</property>
310             <property name="can_focus">True</property>
311             <property name="has_focus">True</property>
312             <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
313             <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
314             <child>
315               <placeholder/>
316             </child>
317           </object>
318           <packing>
319             <property name="position">3</property>
320           </packing>
321         </child>
322       </object>
323     </child>
324   </object>
325 </interface>