Improve i18n
[kdenetwork.git] / krdc / rdp / rdppreferences.ui
blob56c9eeb48f8514fce0025f4015bfc9114c9289fe
1 <ui version="4.0" >
2  <class>RdpPreferences</class>
3  <widget class="QWidget" name="RdpPreferences" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>446</width>
9     <height>283</height>
10    </rect>
11   </property>
12   <layout class="QVBoxLayout" >
13    <property name="leftMargin" >
14     <number>0</number>
15    </property>
16    <property name="topMargin" >
17     <number>0</number>
18    </property>
19    <property name="rightMargin" >
20     <number>0</number>
21    </property>
22    <property name="bottomMargin" >
23     <number>0</number>
24    </property>
25    <item>
26     <widget class="QGroupBox" name="connectionGroupBox" >
27      <property name="title" >
28       <string>Connection</string>
29      </property>
30      <layout class="QGridLayout" >
31       <item row="0" column="0" >
32        <layout class="QVBoxLayout" >
33         <item>
34          <widget class="QLabel" name="resolutionLabel" >
35           <property name="text" >
36            <string>Desktop &amp;resolution:</string>
37           </property>
38           <property name="buddy" >
39            <cstring>resolutionComboBox</cstring>
40           </property>
41          </widget>
42         </item>
43         <item>
44          <widget class="QLabel" name="resolutionDummyLabel" />
45         </item>
46        </layout>
47       </item>
48       <item row="0" column="1" >
49        <layout class="QVBoxLayout" >
50         <item>
51          <widget class="QComboBox" name="resolutionComboBox" >
52           <property name="minimumSize" >
53            <size>
54             <width>280</width>
55             <height>0</height>
56            </size>
57           </property>
58           <property name="whatsThis" >
59            <string>Here you can specify the resolution of the remote desktop. This resolution determines the size of the desktop that will be presented to you.</string>
60           </property>
61           <property name="currentIndex" >
62            <number>1</number>
63           </property>
64           <item>
65            <property name="text" >
66             <string>Minimal (640x480)</string>
67            </property>
68           </item>
69           <item>
70            <property name="text" >
71             <string>Small (800x600)</string>
72            </property>
73           </item>
74           <item>
75            <property name="text" >
76             <string>Normal (1024x768)</string>
77            </property>
78           </item>
79           <item>
80            <property name="text" >
81             <string>Large (1280x1024)</string>
82            </property>
83           </item>
84           <item>
85            <property name="text" >
86             <string>Very Large (1600x1200)</string>
87            </property>
88           </item>
89           <item>
90            <property name="text" >
91             <string>Current screen resolution</string>
92            </property>
93           </item>
94           <item>
95            <property name="text" >
96             <string>Custom resolution (...)</string>
97            </property>
98           </item>
99          </widget>
100         </item>
101         <item>
102          <layout class="QHBoxLayout" >
103           <item>
104            <widget class="QLabel" name="widthLabel" >
105             <property name="enabled" >
106              <bool>false</bool>
107             </property>
108             <property name="text" >
109              <string>&amp;Width:</string>
110             </property>
111             <property name="alignment" >
112              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
113             </property>
114             <property name="buddy" >
115              <cstring>kcfg_Width</cstring>
116             </property>
117            </widget>
118           </item>
119           <item>
120            <widget class="QSpinBox" name="kcfg_Width" >
121             <property name="enabled" >
122              <bool>false</bool>
123             </property>
124             <property name="whatsThis" >
125              <string>This is the width of the remote desktop. You can only change this value manually if you select Custom as desktop resolution above.</string>
126             </property>
127             <property name="maximum" >
128              <number>9999</number>
129             </property>
130             <property name="value" >
131              <number>800</number>
132             </property>
133            </widget>
134           </item>
135           <item>
136            <widget class="QLabel" name="heightLabel" >
137             <property name="enabled" >
138              <bool>false</bool>
139             </property>
140             <property name="text" >
141              <string>H&amp;eight:</string>
142             </property>
143             <property name="alignment" >
144              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
145             </property>
146             <property name="buddy" >
147              <cstring>kcfg_Height</cstring>
148             </property>
149            </widget>
150           </item>
151           <item>
152            <widget class="QSpinBox" name="kcfg_Height" >
153             <property name="enabled" >
154              <bool>false</bool>
155             </property>
156             <property name="whatsThis" >
157              <string>This is the height of the remote desktop. You can only change this value manually if you select Custom as desktop resolution above.</string>
158             </property>
159             <property name="maximum" >
160              <number>9999</number>
161             </property>
162             <property name="value" >
163              <number>600</number>
164             </property>
165            </widget>
166           </item>
167          </layout>
168         </item>
169        </layout>
170       </item>
171       <item row="1" column="0" >
172        <widget class="QLabel" name="colorDepthLabel" >
173         <property name="text" >
174          <string>Color &amp;depth:</string>
175         </property>
176         <property name="buddy" >
177          <cstring>kcfg_ColorDepth</cstring>
178         </property>
179        </widget>
180       </item>
181       <item row="1" column="1" >
182        <widget class="QComboBox" name="kcfg_ColorDepth" >
183         <property name="minimumSize" >
184          <size>
185           <width>280</width>
186           <height>0</height>
187          </size>
188         </property>
189         <item>
190          <property name="text" >
191           <string>Low Color (8 Bit)</string>
192          </property>
193         </item>
194         <item>
195          <property name="text" >
196           <string>High Color (16 Bit)</string>
197          </property>
198         </item>
199         <item>
200          <property name="text" >
201           <string>True Color (24 Bit)</string>
202          </property>
203         </item>
204        </widget>
205       </item>
206       <item row="2" column="0" >
207        <widget class="QLabel" name="layoutLabel" >
208         <property name="text" >
209          <string>&amp;Keyboard layout:</string>
210         </property>
211         <property name="buddy" >
212          <cstring>kcfg_KeyboardLayout</cstring>
213         </property>
214        </widget>
215       </item>
216       <item row="2" column="1" >
217        <widget class="QComboBox" name="kcfg_KeyboardLayout" >
218         <property name="minimumSize" >
219          <size>
220           <width>280</width>
221           <height>0</height>
222          </size>
223         </property>
224         <property name="whatsThis" >
225          <string>Use this to specify your keyboard layout. This layout setting is used to send the correct keyboard codes to the server.</string>
226         </property>
227         <property name="currentIndex" >
228          <number>7</number>
229         </property>
230         <item>
231          <property name="text" >
232           <string>Arabic (ar)</string>
233          </property>
234         </item>
235         <item>
236          <property name="text" >
237           <string>Czech (cs)</string>
238          </property>
239         </item>
240         <item>
241          <property name="text" >
242           <string>Danish (da)</string>
243          </property>
244         </item>
245         <item>
246          <property name="text" >
247           <string>German (de)</string>
248          </property>
249         </item>
250         <item>
251          <property name="text" >
252           <string>Swiss German (de-ch)</string>
253          </property>
254         </item>
255         <item>
256          <property name="text" >
257           <string>American Dvorak (en-dv)</string>
258          </property>
259         </item>
260         <item>
261          <property name="text" >
262           <string>British English (en-gb)</string>
263          </property>
264         </item>
265         <item>
266          <property name="text" >
267           <string>US English (en-us)</string>
268          </property>
269         </item>
270         <item>
271          <property name="text" >
272           <string>Spanish (es)</string>
273          </property>
274         </item>
275         <item>
276          <property name="text" >
277           <string>Estonian (et)</string>
278          </property>
279         </item>
280         <item>
281          <property name="text" >
282           <string>Finnish (fi)</string>
283          </property>
284         </item>
285         <item>
286          <property name="text" >
287           <string>Faroese (fo)</string>
288          </property>
289         </item>
290         <item>
291          <property name="text" >
292           <string>French (fr)</string>
293          </property>
294         </item>
295         <item>
296          <property name="text" >
297           <string>Belgian (fr-be)</string>
298          </property>
299         </item>
300         <item>
301          <property name="text" >
302           <string>French Canadian (fr-ca)</string>
303          </property>
304         </item>
305         <item>
306          <property name="text" >
307           <string>Swiss French (fr-ch)</string>
308          </property>
309         </item>
310         <item>
311          <property name="text" >
312           <string>Hebrew (he)</string>
313          </property>
314         </item>
315         <item>
316          <property name="text" >
317           <string>Croatian (hr)</string>
318          </property>
319         </item>
320         <item>
321          <property name="text" >
322           <string>Hungarian (hu)</string>
323          </property>
324         </item>
325         <item>
326          <property name="text" >
327           <string>Icelandic (is)</string>
328          </property>
329         </item>
330         <item>
331          <property name="text" >
332           <string>Italian (it)</string>
333          </property>
334         </item>
335         <item>
336          <property name="text" >
337           <string>Japanese (ja)</string>
338          </property>
339         </item>
340         <item>
341          <property name="text" >
342           <string>Korean (ko)</string>
343          </property>
344         </item>
345         <item>
346          <property name="text" >
347           <string>Lithuanian (lt)</string>
348          </property>
349         </item>
350         <item>
351          <property name="text" >
352           <string>Latvian (lv)</string>
353          </property>
354         </item>
355         <item>
356          <property name="text" >
357           <string>Macedonian (mk)</string>
358          </property>
359         </item>
360         <item>
361          <property name="text" >
362           <string>Dutch (nl)</string>
363          </property>
364         </item>
365         <item>
366          <property name="text" >
367           <string>Belgian Dutch (nl-be)</string>
368          </property>
369         </item>
370         <item>
371          <property name="text" >
372           <string>Norwegian (no)</string>
373          </property>
374         </item>
375         <item>
376          <property name="text" >
377           <string>Polish (pl)</string>
378          </property>
379         </item>
380         <item>
381          <property name="text" >
382           <string>Portuguese (pt)</string>
383          </property>
384         </item>
385         <item>
386          <property name="text" >
387           <string>Brazilian (pt-br)</string>
388          </property>
389         </item>
390         <item>
391          <property name="text" >
392           <string>Russian (ru)</string>
393          </property>
394         </item>
395         <item>
396          <property name="text" >
397           <string>Slovenian (sl)</string>
398          </property>
399         </item>
400         <item>
401          <property name="text" >
402           <string>Swedish (sv)</string>
403          </property>
404         </item>
405         <item>
406          <property name="text" >
407           <string>Thai (th)</string>
408          </property>
409         </item>
410         <item>
411          <property name="text" >
412           <string>Turkish (tr)</string>
413          </property>
414         </item>
415        </widget>
416       </item>
417       <item row="3" column="0" >
418        <widget class="QLabel" name="soudLabel" >
419         <property name="text" >
420          <string comment="label for soundsettings in preferences dialog" >Sound:</string>
421         </property>
422         <property name="buddy" >
423          <cstring>kcfg_Sound</cstring>
424         </property>
425        </widget>
426       </item>
427       <item row="3" column="1" >
428        <widget class="QComboBox" name="kcfg_Sound" >
429         <item>
430          <property name="text" >
431           <string>On this computer</string>
432          </property>
433         </item>
434         <item>
435          <property name="text" >
436           <string>On remote computer</string>
437          </property>
438         </item>
439         <item>
440          <property name="text" >
441           <string>Disable sound</string>
442          </property>
443         </item>
444        </widget>
445       </item>
446      </layout>
447     </widget>
448    </item>
449    <item>
450     <widget class="QGroupBox" name="expertGroupBox" >
451      <property name="title" >
452       <string>Expert Options</string>
453      </property>
454      <layout class="QGridLayout" >
455       <item row="0" column="0" >
456        <widget class="QLabel" name="extraOptionsLabel" >
457         <property name="minimumSize" >
458          <size>
459           <width>116</width>
460           <height>0</height>
461          </size>
462         </property>
463         <property name="text" >
464          <string>Extra options:</string>
465         </property>
466         <property name="buddy" >
467          <cstring>kcfg_ExtraOptions</cstring>
468         </property>
469        </widget>
470       </item>
471       <item row="0" column="1" >
472        <widget class="KLineEdit" name="kcfg_ExtraOptions" >
473         <property name="minimumSize" >
474          <size>
475           <width>280</width>
476           <height>0</height>
477          </size>
478         </property>
479         <property name="whatsThis" >
480          <string>Here you can enter additional rdesktop options.</string>
481         </property>
482         <property name="showClearButton" stdset="0" >
483          <bool>true</bool>
484         </property>
485        </widget>
486       </item>
487      </layout>
488     </widget>
489    </item>
490    <item>
491     <spacer>
492      <property name="orientation" >
493       <enum>Qt::Vertical</enum>
494      </property>
495      <property name="sizeHint" >
496       <size>
497        <width>428</width>
498        <height>16</height>
499       </size>
500      </property>
501     </spacer>
502    </item>
503   </layout>
504  </widget>
505  <customwidgets>
506   <customwidget>
507    <class>KLineEdit</class>
508    <extends>QLineEdit</extends>
509    <header>klineedit.h</header>
510   </customwidget>
511  </customwidgets>
512  <tabstops>
513   <tabstop>resolutionComboBox</tabstop>
514   <tabstop>kcfg_Width</tabstop>
515   <tabstop>kcfg_Height</tabstop>
516   <tabstop>kcfg_ColorDepth</tabstop>
517   <tabstop>kcfg_KeyboardLayout</tabstop>
518  </tabstops>
519  <resources/>
520  <connections/>
521 </ui>