make webinterface translatable. there are around 20 short strings, all with context...
[kdenetwork.git] / kopete / protocols / groupwise / gwaddui.ui
blob2b0e190e156457604c43be2e41aca5a9907b5777
1 <!DOCTYPE UI><UI version="3.2" stdsetdef="1">
2 <class>GroupWiseAddUI</class>
3 <widget class="QDialog">
4     <property name="name">
5         <cstring>GroupWiseAddUI</cstring>
6     </property>
7     <property name="geometry">
8         <rect>
9             <x>0</x>
10             <y>0</y>
11             <width>406</width>
12             <height>343</height>
13         </rect>
14     </property>
15     <vbox>
16         <property name="name">
17             <cstring>unnamed</cstring>
18         </property>
19         <property name="margin">
20             <number>0</number>
21         </property>
22         <property name="spacing">
23             <number>0</number>
24         </property>
25         <widget class="QLayoutWidget">
26             <property name="name">
27                 <cstring>layout2</cstring>
28             </property>
29             <hbox>
30                 <property name="name">
31                     <cstring>unnamed</cstring>
32                 </property>
33                 <widget class="QLabel">
34                     <property name="name">
35                         <cstring>textLabel1</cstring>
36                     </property>
37                     <property name="text">
38                         <string>&amp;Account name:</string>
39                     </property>
40                     <property name="buddy" stdset="0">
41                         <cstring>m_uniqueName</cstring>
42                     </property>
43                     <property name="toolTip" stdset="0">
44                         <string>The account name of the account you would like to add.</string>
45                     </property>
46                     <property name="whatsThis" stdset="0">
47                         <string>The account name of the account you would like to add.</string>
48                     </property>
49                 </widget>
50                 <widget class="QLineEdit">
51                     <property name="name">
52                         <cstring>m_uniqueName</cstring>
53                     </property>
54                     <property name="toolTip" stdset="0">
55                         <string>The account name of the account you would like to add.</string>
56                     </property>
57                     <property name="whatsThis" stdset="0">
58                         <string>The account name of the account you would like to add.</string>
59                     </property>
60                 </widget>
61             </hbox>
62         </widget>
63         <widget class="QButtonGroup">
64             <property name="name">
65                 <cstring>buttonGroup1</cstring>
66             </property>
67             <property name="title">
68                 <string>Contact Type</string>
69             </property>
70             <vbox>
71                 <property name="name">
72                     <cstring>unnamed</cstring>
73                 </property>
74                 <widget class="QRadioButton">
75                     <property name="name">
76                         <cstring>m_rbEcho</cstring>
77                     </property>
78                     <property name="text">
79                         <string>&amp;Echo</string>
80                     </property>
81                     <property name="checked">
82                         <bool>true</bool>
83                     </property>
84                     <property name="toolTip" stdset="0">
85                         <string>Hey look!  Only one option.  Could you please make this a dropdown and add Null?</string>
86                     </property>
87                     <property name="whatsThis" stdset="0">
88                         <string>Hey look!  Only one option.  Could you please make this a dropdown and add Null?</string>
89                     </property>
90                 </widget>
91             </vbox>
92         </widget>
93         <spacer>
94             <property name="name">
95                 <cstring>spacer2</cstring>
96             </property>
97             <property name="orientation">
98                 <enum>Qt::Vertical</enum>
99             </property>
100             <property name="sizeType">
101                 <enum>Expanding</enum>
102             </property>
103             <property name="sizeHint">
104                 <size>
105                     <width>20</width>
106                     <height>100</height>
107                 </size>
108             </property>
109         </spacer>
110     </vbox>
111 </widget>
112 <layoutdefaults spacing="6" margin="11"/>
113 </UI>