update credits
[LibreOffice.git] / cui / uiconfig / ui / optproxypage.ui
blobd823a1cef368cc6bccb0222e5e19cbbea59d5810
1 <?xml version="1.0" encoding="UTF-8"?>
2 <interface>
3 <!-- interface-requires gtk+ 3.0 -->
4 <!-- interface-requires LibreOffice 1.0 -->
5 <object class="GtkFrame" id="OptProxyPage">
6 <property name="visible">True</property>
7 <property name="can_focus">False</property>
8 <property name="hexpand">True</property>
9 <property name="border_width">6</property>
10 <property name="label_xalign">0</property>
11 <property name="shadow_type">none</property>
12 <child>
13 <object class="GtkAlignment" id="alignment1">
14 <property name="visible">True</property>
15 <property name="can_focus">False</property>
16 <property name="hexpand">True</property>
17 <property name="top_padding">6</property>
18 <property name="left_padding">12</property>
19 <child>
20 <object class="GtkGrid" id="grid1">
21 <property name="visible">True</property>
22 <property name="can_focus">False</property>
23 <property name="hexpand">True</property>
24 <property name="row_spacing">6</property>
25 <property name="column_spacing">12</property>
26 <child>
27 <object class="GtkLabel" id="label2">
28 <property name="visible">True</property>
29 <property name="can_focus">False</property>
30 <property name="xalign">0</property>
31 <property name="label" translatable="yes">Proxy s_erver</property>
32 <property name="use_underline">True</property>
33 <property name="mnemonic_widget">proxymode</property>
34 </object>
35 <packing>
36 <property name="left_attach">0</property>
37 <property name="top_attach">0</property>
38 <property name="width">1</property>
39 <property name="height">1</property>
40 </packing>
41 </child>
42 <child>
43 <object class="cuilo-SvxNoSpaceEdit" id="http">
44 <property name="visible">True</property>
45 <property name="can_focus">True</property>
46 <property name="hexpand">True</property>
47 </object>
48 <packing>
49 <property name="left_attach">1</property>
50 <property name="top_attach">1</property>
51 <property name="width">1</property>
52 <property name="height">1</property>
53 </packing>
54 </child>
55 <child>
56 <object class="cuilo-SvxNoSpaceEdit" id="https">
57 <property name="visible">True</property>
58 <property name="can_focus">True</property>
59 <property name="hexpand">True</property>
60 </object>
61 <packing>
62 <property name="left_attach">1</property>
63 <property name="top_attach">2</property>
64 <property name="width">1</property>
65 <property name="height">1</property>
66 </packing>
67 </child>
68 <child>
69 <object class="cuilo-SvxNoSpaceEdit" id="ftp">
70 <property name="visible">True</property>
71 <property name="can_focus">True</property>
72 <property name="hexpand">True</property>
73 </object>
74 <packing>
75 <property name="left_attach">1</property>
76 <property name="top_attach">3</property>
77 <property name="width">1</property>
78 <property name="height">1</property>
79 </packing>
80 </child>
81 <child>
82 <object class="GtkEntry" id="noproxy">
83 <property name="visible">True</property>
84 <property name="can_focus">True</property>
85 <property name="hexpand">True</property>
86 <property name="invisible_char"></property>
87 </object>
88 <packing>
89 <property name="left_attach">1</property>
90 <property name="top_attach">4</property>
91 <property name="width">1</property>
92 <property name="height">1</property>
93 </packing>
94 </child>
95 <child>
96 <object class="cuilo-SvxNoSpaceEdit" id="httpport">
97 <property name="visible">True</property>
98 <property name="can_focus">True</property>
99 <property name="max_length">5</property>
100 <property name="width_chars">5</property>
101 <property name="only_numeric">True</property>
102 </object>
103 <packing>
104 <property name="left_attach">3</property>
105 <property name="top_attach">1</property>
106 <property name="width">1</property>
107 <property name="height">1</property>
108 </packing>
109 </child>
110 <child>
111 <object class="cuilo-SvxNoSpaceEdit" id="httpsport">
112 <property name="visible">True</property>
113 <property name="can_focus">True</property>
114 <property name="max_length">5</property>
115 <property name="width_chars">5</property>
116 <property name="only_numeric">True</property>
117 </object>
118 <packing>
119 <property name="left_attach">3</property>
120 <property name="top_attach">2</property>
121 <property name="width">1</property>
122 <property name="height">1</property>
123 </packing>
124 </child>
125 <child>
126 <object class="cuilo-SvxNoSpaceEdit" id="ftpport">
127 <property name="visible">True</property>
128 <property name="can_focus">True</property>
129 <property name="max_length">5</property>
130 <property name="width_chars">5</property>
131 <property name="only_numeric">True</property>
132 </object>
133 <packing>
134 <property name="left_attach">3</property>
135 <property name="top_attach">3</property>
136 <property name="width">1</property>
137 <property name="height">1</property>
138 </packing>
139 </child>
140 <child>
141 <object class="GtkComboBoxText" id="proxymode">
142 <property name="visible">True</property>
143 <property name="can_focus">False</property>
144 <property name="halign">start</property>
145 <property name="entry_text_column">0</property>
146 <property name="id_column">1</property>
147 <items>
148 <item translatable="yes">None</item>
149 <item translatable="yes">System</item>
150 <item translatable="yes">Manual</item>
151 </items>
152 </object>
153 <packing>
154 <property name="left_attach">1</property>
155 <property name="top_attach">0</property>
156 <property name="width">1</property>
157 <property name="height">1</property>
158 </packing>
159 </child>
160 <child>
161 <object class="GtkLabel" id="httpft">
162 <property name="visible">True</property>
163 <property name="can_focus">False</property>
164 <property name="xalign">0</property>
165 <property name="label" translatable="yes">HT_TP proxy</property>
166 <property name="use_underline">True</property>
167 <property name="mnemonic_widget">http</property>
168 </object>
169 <packing>
170 <property name="left_attach">0</property>
171 <property name="top_attach">1</property>
172 <property name="width">1</property>
173 <property name="height">1</property>
174 </packing>
175 </child>
176 <child>
177 <object class="GtkLabel" id="httpportft">
178 <property name="visible">True</property>
179 <property name="can_focus">False</property>
180 <property name="label" translatable="yes">_Port</property>
181 <property name="use_underline">True</property>
182 <property name="mnemonic_widget">httpport</property>
183 </object>
184 <packing>
185 <property name="left_attach">2</property>
186 <property name="top_attach">1</property>
187 <property name="width">1</property>
188 <property name="height">1</property>
189 </packing>
190 </child>
191 <child>
192 <object class="GtkLabel" id="httpsft">
193 <property name="visible">True</property>
194 <property name="can_focus">False</property>
195 <property name="xalign">0</property>
196 <property name="label" translatable="yes">HTTP_S proxy</property>
197 <property name="use_underline">True</property>
198 <property name="mnemonic_widget">https</property>
199 </object>
200 <packing>
201 <property name="left_attach">0</property>
202 <property name="top_attach">2</property>
203 <property name="width">1</property>
204 <property name="height">1</property>
205 </packing>
206 </child>
207 <child>
208 <object class="GtkLabel" id="ftpft">
209 <property name="visible">True</property>
210 <property name="can_focus">False</property>
211 <property name="xalign">0</property>
212 <property name="label" translatable="yes">_FTP proxy</property>
213 <property name="use_underline">True</property>
214 <property name="mnemonic_widget">ftp</property>
215 </object>
216 <packing>
217 <property name="left_attach">0</property>
218 <property name="top_attach">3</property>
219 <property name="width">1</property>
220 <property name="height">1</property>
221 </packing>
222 </child>
223 <child>
224 <object class="GtkLabel" id="noproxyft">
225 <property name="visible">True</property>
226 <property name="can_focus">False</property>
227 <property name="xalign">0</property>
228 <property name="label" translatable="yes">_No proxy for:</property>
229 <property name="use_underline">True</property>
230 <property name="mnemonic_widget">noproxy</property>
231 </object>
232 <packing>
233 <property name="left_attach">0</property>
234 <property name="top_attach">4</property>
235 <property name="width">1</property>
236 <property name="height">1</property>
237 </packing>
238 </child>
239 <child>
240 <object class="GtkLabel" id="httpsportft">
241 <property name="visible">True</property>
242 <property name="can_focus">False</property>
243 <property name="label" translatable="yes">P_ort</property>
244 <property name="use_underline">True</property>
245 <property name="mnemonic_widget">httpsport</property>
246 </object>
247 <packing>
248 <property name="left_attach">2</property>
249 <property name="top_attach">2</property>
250 <property name="width">1</property>
251 <property name="height">1</property>
252 </packing>
253 </child>
254 <child>
255 <object class="GtkLabel" id="ftpportft">
256 <property name="visible">True</property>
257 <property name="can_focus">False</property>
258 <property name="label" translatable="yes">P_ort</property>
259 <property name="use_underline">True</property>
260 <property name="mnemonic_widget">ftpport</property>
261 </object>
262 <packing>
263 <property name="left_attach">2</property>
264 <property name="top_attach">3</property>
265 <property name="width">1</property>
266 <property name="height">1</property>
267 </packing>
268 </child>
269 <child>
270 <object class="GtkLabel" id="noproxydesc">
271 <property name="visible">True</property>
272 <property name="can_focus">False</property>
273 <property name="xalign">0</property>
274 <property name="label" translatable="yes">Separator ;</property>
275 </object>
276 <packing>
277 <property name="left_attach">2</property>
278 <property name="top_attach">4</property>
279 <property name="width">2</property>
280 <property name="height">1</property>
281 </packing>
282 </child>
283 <child>
284 <placeholder/>
285 </child>
286 <child>
287 <placeholder/>
288 </child>
289 </object>
290 </child>
291 </object>
292 </child>
293 <child type="label">
294 <object class="GtkLabel" id="label1">
295 <property name="visible">True</property>
296 <property name="can_focus">False</property>
297 <property name="label" translatable="yes">Settings</property>
298 <attributes>
299 <attribute name="weight" value="bold"/>
300 </attributes>
301 </object>
302 </child>
303 </object>
304 </interface>