]> 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="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="GtkAction" id="view_show_map">
74             <property name="name">view_show_map</property>
75             <property name="label" translatable="yes">Contacts on a _Map</property>
76           </object>
77         </child>
78         <child>
79           <object class="GtkAction" id="chat_quit">
80             <property name="stock_id">gtk-quit</property>
81             <property name="name">chat_quit</property>
82           </object>
83           <accelerator key="Q" modifiers="GDK_CONTROL_MASK"/>
84         </child>
85         <child>
86           <object class="GtkAction" id="edit">
87             <property name="name">edit</property>
88             <property name="label" translatable="yes">_Edit</property>
89           </object>
90         </child>
91         <child>
92           <object class="GtkAction" id="edit_context">
93             <property name="name">edit_context</property>
94             <property name="label" translatable="no">Context</property>
95           </object>
96         </child>
97         <child>
98           <object class="GtkAction" id="edit_accounts">
99             <property name="name">edit_accounts</property>
100             <property name="label" translatable="yes">_Accounts</property>
101           </object>
102           <accelerator key="F4" modifiers=""/>
103         </child>
104         <child>
105           <object class="GtkAction" id="edit_personal_information">
106             <property name="name">edit_personal_information</property>
107             <property name="label" translatable="yes">_Personal Information</property>
108           </object>
109         </child>
110         <child>
111           <object class="GtkAction" id="edit_blocked_contacts">
112             <property name="name">edit_blocked_contacts</property>
113             <property name="label" translatable="yes">_Blocked Contacts</property>
114           </object>
115         </child>
116         <child>
117           <object class="GtkAction" id="edit_preferences">
118             <property name="stock_id">gtk-preferences</property>
119             <property name="name">edit_preferences</property>
120             <property name="label" translatable="yes">P_references</property>
121           </object>
122         </child>
123         <child>
124           <object class="GtkAction" id="edit_search_contacts">
125             <property name="name">edit_search_contacts</property>
126             <property name="label" translatable="yes">Find in Contact _List</property>
127           </object>
128           <accelerator key="f" modifiers="GDK_CONTROL_MASK"/>
129         </child>
130         <child>
131           <object class="GtkAction" id="view">
132             <property name="name">view</property>
133             <property name="label" translatable="yes">_View</property>
134           </object>
135         </child>
136         <child>
137           <object class="GtkRadioAction" id="view_sort_by_name">
138             <property name="name">view_sort_by_name</property>
139             <property name="visible">True</property>
140             <property name="label" translatable="yes">Sort by _Name</property>
141             <property name="draw_as_radio">True</property>
142             <property name="value">1</property>
143             <property name="current-value">1</property>
144           </object>
145         </child>
146         <child>
147           <object class="GtkRadioAction" id="view_sort_by_status">
148             <property name="name">view_sort_by_status</property>
149             <property name="visible">True</property>
150             <property name="label" translatable="yes">Sort by _Status</property>
151             <property name="draw_as_radio">True</property>
152             <property name="group">view_sort_by_name</property>
153             <property name="value">0</property>
154           </object>
155         </child>
156         <child>
157           <object class="GtkRadioAction" id="view_normal_size_with_avatars">
158             <property name="name">view_normal_size_with_avatars</property>
159             <property name="visible">True</property>
160             <property name="label" translatable="yes">Normal Size With _Avatars</property>
161             <property name="draw_as_radio">True</property>
162             <property name="value">0</property>
163             <property name="current-value">0</property>
164           </object>
165           <accelerator key="1" modifiers="GDK_CONTROL_MASK"/>
166         </child>
167         <child>
168           <object class="GtkRadioAction" id="view_normal_size">
169             <property name="name">view_normal_size</property>
170             <property name="visible">True</property>
171             <property name="label" translatable="yes">N_ormal Size</property>
172             <property name="draw_as_radio">True</property>
173             <property name="group">view_normal_size_with_avatars</property>
174             <property name="value">1</property>
175           </object>
176           <accelerator key="2" modifiers="GDK_CONTROL_MASK"/>
177         </child>
178         <child>
179           <object class="GtkRadioAction" id="view_compact_size">
180             <property name="name">view_compact_size</property>
181             <property name="visible">True</property>
182             <property name="label" translatable="yes">_Compact Size</property>
183             <property name="draw_as_radio">True</property>
184             <property name="group">view_normal_size_with_avatars</property>
185             <property name="value">2</property>
186           </object>
187           <accelerator key="3" modifiers="GDK_CONTROL_MASK"/>
188         </child>
189         <child>
190           <object class="GtkAction" id="room">
191             <property name="name">room</property>
192             <property name="label" translatable="yes">_Room</property>
193           </object>
194         </child>
195         <child>
196           <object class="GtkAction" id="room_join_new">
197             <property name="name">room_join_new</property>
198             <property name="label" translatable="yes">_Join…</property>
199           </object>
200         </child>
201         <child>
202           <object class="GtkAction" id="room_join_favorites">
203             <property name="name">room_join_favorites</property>
204             <property name="label" translatable="yes">Join _Favorites</property>
205           </object>
206           <accelerator key="F5" modifiers=""/>
207         </child>
208         <child>
209           <object class="GtkAction" id="room_manage_favorites">
210             <property name="icon-name">system-users</property>
211             <property name="name">room_manage_favorites</property>
212             <property name="label" translatable="yes">Manage Favorites</property>
213           </object>
214         </child>
215         <child>
216           <object class="GtkAction" id="help">
217             <property name="name">help</property>
218             <property name="label" translatable="yes">_Help</property>
219           </object>
220         </child>
221         <child>
222           <object class="GtkAction" id="help_contents">
223             <property name="stock_id">gtk-help</property>
224             <property name="name">help_contents</property>
225             <property name="label" translatable="yes">_Contents</property>
226           </object>
227           <accelerator key="F1" modifiers=""/>
228         </child>
229         <child>
230           <object class="GtkAction" id="help_debug">
231             <property name="name">help_debug</property>
232             <property name="label" translatable="yes">_Debug</property>
233           </object>
234         </child>
235         <child>
236           <object class="GtkAction" id="help_about">
237             <property name="stock_id">gtk-about</property>
238             <property name="name">help_about</property>
239           </object>
240         </child>
241       </object>
242     </child>
243     <ui>
244       <menubar name="menubar">
245         <menu action="chat">
246           <menuitem action="chat_new_message"/>
247           <menuitem action="chat_new_call"/>
248           <separator/>
249           <menuitem action="chat_add_contact"/>
250           <menuitem action="chat_search_contacts"/>
251           <separator/>
252           <menuitem action="chat_quit"/>
253         </menu>
254         <menu action="edit">
255           <menuitem action="edit_context"/>
256           <separator name="edit_context_separator"/>
257           <menuitem action="edit_accounts"/>
258           <menuitem action="edit_personal_information"/>
259           <menuitem action="edit_search_contacts"/>
260           <menuitem action="edit_blocked_contacts"/>
261           <separator/>
262           <menuitem action="edit_preferences"/>
263         </menu>
264         <menu action="view">
265           <menuitem action="view_show_offline"/>
266           <menuitem action="view_show_protocols"/>
267           <separator/>
268           <menuitem action="view_sort_by_name"/>
269           <menuitem action="view_sort_by_status"/>
270           <separator/>
271           <menuitem action="view_normal_size_with_avatars"/>
272           <menuitem action="view_normal_size"/>
273           <menuitem action="view_compact_size"/>
274           <separator/>
275           <menuitem action="view_history"/>
276           <menuitem action="view_show_ft_manager"/>
277           <menuitem action="view_show_map"/>
278         </menu>
279         <menu action="room">
280           <menuitem action="room_join_new"/>
281           <menuitem action="room_join_favorites"/>
282           <separator/>
283           <separator name="room_separator"/>
284           <menuitem action="room_manage_favorites"/>
285         </menu>
286         <menu action="help">
287           <menuitem action="help_contents"/>
288           <menuitem action="help_debug"/>
289           <menuitem action="help_about"/>
290         </menu>
291       </menubar>
292     </ui>
293   </object>
294       <object class="GtkVBox" id="main_vbox">
295         <property name="visible">True</property>
296         <child>
297           <object class="GtkMenuBar" constructor="ui_manager" id="menubar">
298             <property name="visible">True</property>
299           </object>
300           <packing>
301             <property name="expand">False</property>
302             <property name="fill">False</property>
303           </packing>
304         </child>
305         <child>
306           <object class="GtkToolbar" id="presence_toolbar">
307             <property name="visible">True</property>
308             <property name="toolbar_style">GTK_TOOLBAR_BOTH</property>
309             <style>
310               <class name="primary-toolbar"/>
311             </style>
312           </object>
313           <packing>
314             <property name="expand">False</property>
315             <property name="fill">False</property>
316             <property name="position">1</property>
317           </packing>
318         </child>
319         <child>
320           <object class="GtkVBox" id="errors_vbox">
321             <child>
322               <placeholder/>
323             </child>
324           </object>
325           <packing>
326             <property name="expand">False</property>
327             <property name="fill">False</property>
328             <property name="position">2</property>
329           </packing>
330         </child>
331         <child>
332           <object class="GtkVBox" id="auth_vbox">
333             <child>
334               <placeholder/>
335             </child>
336           </object>
337           <packing>
338             <property name="expand">False</property>
339             <property name="fill">False</property>
340             <property name="position">3</property>
341           </packing>
342         </child>
343         <child>
344           <object class="GtkNotebook" id="notebook">
345             <property name="visible">True</property>
346             <property name="can_focus">True</property>
347             <property name="show_tabs">False</property>
348             <property name="show_border">False</property>
349             <child>
350               <object class="GtkScrolledWindow" id="roster_scrolledwindow">
351                 <property name="visible">True</property>
352                 <property name="can_focus">True</property>
353                 <property name="has_focus">True</property>
354                 <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
355                 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
356                 <child>
357                   <placeholder/>
358                 </child>
359               </object>
360               <packing>
361                 <property name="position">0</property>
362               </packing>
363             </child>
364             <child>
365               <object class="GtkLabel" id="no_entry_label">
366                 <property name="visible">True</property>
367                 <property name="yalign">0.30000001192092896</property>
368               </object>
369               <packing>
370                 <property name="position">1</property>
371               </packing>
372             </child>
373           </object>
374           <packing>
375             <property name="position">4</property>
376           </packing>
377         </child>
378       </object>
379 </interface>