]> git.0d.be Git - empathy.git/blob - src/empathy-new-chatroom-dialog.ui
Updated Polish translation
[empathy.git] / src / empathy-new-chatroom-dialog.ui
1 <?xml version="1.0"?>
2 <interface>
3   <requires lib="gtk+" version="2.16"/>
4   <!-- interface-naming-policy toplevel-contextual -->
5   <object class="GtkImage" id="join_image">
6      <property name="stock">gtk-jump-to</property>
7      <property name="icon-size">4</property>
8   </object>
9   <object class="GtkDialog" id="new_chatroom_dialog">
10     <property name="visible">True</property>
11     <property name="border_width">5</property>
12     <property name="title" translatable="yes">Join Room</property>
13     <property name="role">join_new_chatroom</property>
14     <property name="default_width">350</property>
15     <property name="type_hint">dialog</property>
16     <property name="has_separator">False</property>
17     <child internal-child="vbox">
18       <object class="GtkVBox" id="dialog-vbox4">
19         <property name="visible">True</property>
20         <child>
21           <object class="GtkVBox" id="vbox_widgets">
22             <property name="visible">True</property>
23             <property name="border_width">5</property>
24             <property name="spacing">5</property>
25             <child>
26               <object class="GtkTable" id="table_info">
27                 <property name="visible">True</property>
28                 <property name="n_rows">3</property>
29                 <property name="n_columns">3</property>
30                 <property name="column_spacing">5</property>
31                 <property name="row_spacing">5</property>
32                 <child>
33                   <object class="GtkEntry" id="entry_room">
34                     <property name="visible">True</property>
35                     <property name="can_focus">True</property>
36                     <property name="tooltip_text" translatable="yes">Enter the room name to join here or click on one or more rooms in the list.</property>
37                     <property name="activates_default">True</property>
38                     <property name="width_chars">25</property>
39                   </object>
40                   <packing>
41                     <property name="left_attach">1</property>
42                     <property name="right_attach">3</property>
43                     <property name="top_attach">1</property>
44                     <property name="bottom_attach">2</property>
45                     <property name="x_options">GTK_FILL</property>
46                   </packing>
47                 </child>
48                 <child>
49                   <object class="GtkLabel" id="label_room">
50                     <property name="visible">True</property>
51                     <property name="xalign">0</property>
52                     <property name="label" translatable="yes">_Room:</property>
53                     <property name="use_underline">True</property>
54                     <property name="mnemonic_widget">entry_room</property>
55                   </object>
56                   <packing>
57                     <property name="top_attach">1</property>
58                     <property name="bottom_attach">2</property>
59                     <property name="x_options">GTK_FILL</property>
60                   </packing>
61                 </child>
62                 <child>
63                   <object class="GtkEntry" id="entry_server">
64                     <property name="visible">True</property>
65                     <property name="can_focus">True</property>
66                     <property name="tooltip_text" translatable="yes">Enter the server which hosts the room, or leave it empty if the room is on the current account's server</property>
67                     <property name="width_chars">25</property>
68                   </object>
69                   <packing>
70                     <property name="left_attach">1</property>
71                     <property name="right_attach">3</property>
72                     <property name="top_attach">2</property>
73                     <property name="bottom_attach">3</property>
74                     <property name="x_options">GTK_FILL</property>
75                     <property name="y_options"></property>
76                   </packing>
77                 </child>
78                 <child>
79                   <object class="GtkLabel" id="label_server">
80                     <property name="visible">True</property>
81                     <property name="xalign">0</property>
82                     <property name="label" translatable="yes">_Server:</property>
83                     <property name="use_underline">True</property>
84                     <property name="mnemonic_widget">entry_server</property>
85                   </object>
86                   <packing>
87                     <property name="top_attach">2</property>
88                     <property name="bottom_attach">3</property>
89                     <property name="x_options">GTK_FILL</property>
90                     <property name="y_options"></property>
91                   </packing>
92                 </child>
93                 <child>
94                   <object class="GtkLabel" id="label_account">
95                     <property name="visible">True</property>
96                     <property name="xalign">0</property>
97                     <property name="label" translatable="yes">Account:</property>
98                   </object>
99                   <packing>
100                     <property name="x_options">GTK_FILL</property>
101                     <property name="y_options"></property>
102                   </packing>
103                 </child>
104                 <child>
105                   <placeholder/>
106                 </child>
107                 <child>
108                   <placeholder/>
109                 </child>
110               </object>
111               <packing>
112                 <property name="expand">False</property>
113                 <property name="fill">False</property>
114                 <property name="position">0</property>
115               </packing>
116             </child>
117             <child>
118               <object class="GtkExpander" id="expander_browse">
119                 <property name="visible">True</property>
120                 <property name="can_focus">True</property>
121                 <child>
122                   <object class="GtkVBox" id="vbox1">
123                     <property name="visible">True</property>
124                     <property name="orientation">vertical</property>
125                     <property name="spacing">2</property>
126                     <child>
127                       <object class="GtkViewport" id="viewport_error">
128                         <property name="resize_mode">queue</property>
129                         <child>
130                           <object class="GtkHBox" id="hbox1">
131                             <property name="visible">True</property>
132                             <child>
133                               <object class="GtkImage" id="image1">
134                                 <property name="visible">True</property>
135                                 <property name="stock">gtk-dialog-error</property>
136                                 <property name="icon-size">1</property>
137                               </object>
138                               <packing>
139                                 <property name="expand">False</property>
140                                 <property name="fill">False</property>
141                                 <property name="padding">5</property>
142                                 <property name="position">0</property>
143                               </packing>
144                             </child>
145                             <child>
146                               <object class="GtkLabel" id="label_error_message">
147                                 <property name="visible">True</property>
148                                 <property name="xalign">0</property>
149                                 <property name="xpad">10</property>
150                                 <property name="label" translatable="yes">Couldn't load room list</property>
151                               </object>
152                               <packing>
153                                 <property name="position">1</property>
154                               </packing>
155                             </child>
156                             <child>
157                               <object class="GtkButton" id="button_close_error">
158                                 <property name="visible">True</property>
159                                 <property name="can_focus">True</property>
160                                 <property name="receives_default">True</property>
161                                 <property name="relief">none</property>
162                                 <child>
163                                   <object class="GtkImage" id="image2">
164                                     <property name="visible">True</property>
165                                     <property name="stock">gtk-close</property>
166                                     <property name="icon-size">1</property>
167                                   </object>
168                                 </child>
169                               </object>
170                               <packing>
171                                 <property name="expand">False</property>
172                                 <property name="fill">False</property>
173                                 <property name="position">2</property>
174                               </packing>
175                             </child>
176                           </object>
177                         </child>
178                       </object>
179                       <packing>
180                         <property name="expand">False</property>
181                         <property name="fill">False</property>
182                         <property name="position">0</property>
183                       </packing>
184                     </child>
185                     <child>
186                       <object class="GtkScrolledWindow" id="scrolledwindow2">
187                         <property name="width_request">350</property>
188                         <property name="height_request">150</property>
189                         <property name="visible">True</property>
190                         <property name="can_focus">True</property>
191                         <property name="hscrollbar_policy">never</property>
192                         <property name="vscrollbar_policy">automatic</property>
193                         <property name="shadow_type">in</property>
194                         <child>
195                           <object class="GtkTreeView" id="treeview">
196                             <property name="visible">True</property>
197                             <property name="can_focus">True</property>
198                             <property name="search_column">0</property>
199                             <property name="show_expanders">False</property>
200                           </object>
201                         </child>
202                       </object>
203                       <packing>
204                         <property name="position">1</property>
205                       </packing>
206                     </child>
207                   </object>
208                 </child>
209                 <child type="label">
210                   <object class="GtkLabel" id="label1">
211                     <property name="visible">True</property>
212                     <property name="label" translatable="yes">Room List</property>
213                   </object>
214                 </child>
215               </object>
216               <packing>
217                 <property name="position">1</property>
218               </packing>
219             </child>
220           </object>
221           <packing>
222             <property name="position">1</property>
223           </packing>
224         </child>
225         <child internal-child="action_area">
226           <object class="GtkHButtonBox" id="dialog-action_area4">
227             <property name="visible">True</property>
228             <property name="layout_style">end</property>
229             <child>
230               <object class="GtkButton" id="button_cancel">
231                 <property name="label">gtk-cancel</property>
232                 <property name="visible">True</property>
233                 <property name="can_focus">True</property>
234                 <property name="can_default">True</property>
235                 <property name="receives_default">False</property>
236                 <property name="use_stock">True</property>
237               </object>
238               <packing>
239                 <property name="expand">False</property>
240                 <property name="fill">False</property>
241                 <property name="position">0</property>
242               </packing>
243             </child>
244             <child>
245               <object class="GtkButton" id="button_join">
246                 <property name="visible">True</property>
247                 <property name="sensitive">False</property>
248                 <property name="can_focus">True</property>
249                 <property name="can_default">True</property>
250                 <property name="has_default">True</property>
251                 <property name="receives_default">False</property>
252                 <property name="image">join_image</property>
253                 <property name="label" translatable="yes">_Join</property>
254                 <property name="use_underline">True</property>
255               </object>
256               <packing>
257                 <property name="expand">False</property>
258                 <property name="fill">False</property>
259                 <property name="position">1</property>
260               </packing>
261             </child>
262           </object>
263           <packing>
264             <property name="expand">False</property>
265             <property name="pack_type">end</property>
266             <property name="position">0</property>
267           </packing>
268         </child>
269       </object>
270     </child>
271     <action-widgets>
272       <action-widget response="-7">button_cancel</action-widget>
273       <action-widget response="-5">button_join</action-widget>
274     </action-widgets>
275   </object>
276 </interface>