fix errors found while translating
[kdepim.git] / kmail / popsettings.ui
bloba698ceb7b6bce7a6e5ec536611cc3587db2980e8
1 <ui version="4.0" >
2  <class>PopPage</class>
3  <widget class="QWidget" name="PopPage" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>395</width>
9     <height>455</height>
10    </rect>
11   </property>
12   <layout class="QVBoxLayout" name="verticalLayout" >
13    <item>
14     <widget class="QLabel" name="titleLabel" >
15      <property name="font" >
16       <font>
17        <weight>75</weight>
18        <bold>true</bold>
19       </font>
20      </property>
21      <property name="text" >
22       <string>Account Type: POP Account</string>
23      </property>
24     </widget>
25    </item>
26    <item>
27     <widget class="KSeparator" name="kseparator" />
28    </item>
29    <item>
30     <widget class="QTabWidget" name="tabWidget" >
31      <property name="sizePolicy" >
32       <sizepolicy vsizetype="MinimumExpanding" hsizetype="MinimumExpanding" >
33        <horstretch>0</horstretch>
34        <verstretch>0</verstretch>
35       </sizepolicy>
36      </property>
37      <property name="currentIndex" >
38       <number>0</number>
39      </property>
40      <widget class="QWidget" name="page1" >
41       <attribute name="title" >
42        <string>Gene&amp;ral</string>
43       </attribute>
44       <layout class="QGridLayout" name="gridLayout_3" >
45        <item row="0" column="0" >
46         <widget class="QLabel" name="label_2" >
47          <property name="whatsThis" >
48           <string>Your Internet Service Provider gave you a &lt;em>user name&lt;/em> which is used to authenticate you with their servers. It usually is the first part of your email address (the part before &lt;em>@&lt;/em>).</string>
49          </property>
50          <property name="text" >
51           <string>Account &amp;name:</string>
52          </property>
53          <property name="buddy" >
54           <cstring>nameEdit</cstring>
55          </property>
56         </widget>
57        </item>
58        <item row="0" column="1" >
59         <widget class="KLineEdit" name="nameEdit" />
60        </item>
61        <item row="1" column="0" >
62         <widget class="QLabel" name="label_5" >
63          <property name="text" >
64           <string>Ho&amp;st:</string>
65          </property>
66          <property name="buddy" >
67           <cstring>hostEdit</cstring>
68          </property>
69         </widget>
70        </item>
71        <item row="1" column="1" >
72         <widget class="KLineEdit" name="hostEdit" />
73        </item>
74        <item row="2" column="0" >
75         <widget class="QLabel" name="label_6" >
76          <property name="text" >
77           <string>&amp;Port:</string>
78          </property>
79          <property name="buddy" >
80           <cstring>portEdit</cstring>
81          </property>
82         </widget>
83        </item>
84        <item row="2" column="1" >
85         <widget class="KIntNumInput" name="portEdit" >
86          <property name="minimum" >
87           <number>1</number>
88          </property>
89          <property name="maximum" >
90           <number>65535</number>
91          </property>
92         </widget>
93        </item>
94        <item row="3" column="0" >
95         <widget class="QLabel" name="label_3" >
96          <property name="text" >
97           <string>&amp;Login:</string>
98          </property>
99          <property name="buddy" >
100           <cstring>loginEdit</cstring>
101          </property>
102         </widget>
103        </item>
104        <item row="3" column="1" >
105         <widget class="KLineEdit" name="loginEdit" />
106        </item>
107        <item row="4" column="0" >
108         <widget class="QLabel" name="label_4" >
109          <property name="text" >
110           <string>P&amp;assword:</string>
111          </property>
112          <property name="buddy" >
113           <cstring>passwordEdit</cstring>
114          </property>
115         </widget>
116        </item>
117        <item row="4" column="1" >
118         <widget class="KLineEdit" name="passwordEdit" >
119          <property name="echoMode" >
120           <enum>QLineEdit::Password</enum>
121          </property>
122         </widget>
123        </item>
124        <item row="5" column="0" colspan="2" >
125         <widget class="QCheckBox" name="storePasswordCheck" >
126          <property name="text" >
127           <string>Sto&amp;re POP password</string>
128          </property>
129         </widget>
130        </item>
131        <item row="6" column="0" colspan="2" >
132         <widget class="QCheckBox" name="includeInCheck" >
133          <property name="text" >
134           <string>Include in man&amp;ual mail check</string>
135          </property>
136         </widget>
137        </item>
138        <item row="7" column="0" colspan="2" >
139         <widget class="QCheckBox" name="intervalCheck" >
140          <property name="text" >
141           <string>Enable &amp;interval mail checking</string>
142          </property>
143         </widget>
144        </item>
145        <item row="8" column="0" >
146         <widget class="QLabel" name="intervalLabel" >
147          <property name="text" >
148           <string>Chec&amp;k interval:</string>
149          </property>
150          <property name="buddy" >
151           <cstring>intervalSpin</cstring>
152          </property>
153         </widget>
154        </item>
155        <item row="8" column="1" >
156         <widget class="KIntNumInput" name="intervalSpin" >
157          <property name="minimum" >
158           <number>0</number>
159          </property>
160          <property name="suffix" >
161           <string> min</string>
162          </property>
163         </widget>
164        </item>
165        <item row="9" column="0" >
166         <spacer name="verticalSpacer_2" >
167          <property name="orientation" >
168           <enum>Qt::Vertical</enum>
169          </property>
170          <property name="sizeHint" stdset="0" >
171           <size>
172            <width>20</width>
173            <height>20</height>
174           </size>
175          </property>
176         </spacer>
177        </item>
178       </layout>
179      </widget>
180      <widget class="QWidget" name="page2" >
181       <attribute name="title" >
182        <string>&amp;Advanced</string>
183       </attribute>
184       <layout class="QGridLayout" name="gridLayout_2" >
185        <property name="horizontalSpacing" >
186         <number>12</number>
187        </property>
188        <item row="0" column="0" colspan="2" >
189         <widget class="QCheckBox" name="leaveOnServerCheck" >
190          <property name="text" >
191           <string>Lea&amp;ve fetched messages on the server</string>
192          </property>
193         </widget>
194        </item>
195        <item row="1" column="0" >
196         <widget class="QCheckBox" name="leaveOnServerDaysCheck" >
197          <property name="text" >
198           <string>Leave messages on the server for</string>
199          </property>
200         </widget>
201        </item>
202        <item row="1" column="1" >
203         <widget class="KIntNumInput" name="leaveOnServerDaysSpin" >
204          <property name="enabled" >
205           <bool>false</bool>
206          </property>
207          <property name="value" >
208           <number>1</number>
209          </property>
210          <property name="minimum" >
211           <number>0</number>
212          </property>
213          <property name="maximum" >
214           <number>365</number>
215          </property>
216          <property name="suffix" >
217           <string comment="Number of days that the message will be left on the server." > days</string>
218          </property>
219         </widget>
220        </item>
221        <item row="2" column="0" >
222         <widget class="QCheckBox" name="leaveOnServerCountCheck" >
223          <property name="text" >
224           <string>Keep onl&amp;y the last</string>
225          </property>
226         </widget>
227        </item>
228        <item row="2" column="1" >
229         <widget class="KIntNumInput" name="leaveOnServerCountSpin" >
230          <property name="enabled" >
231           <bool>false</bool>
232          </property>
233          <property name="value" >
234           <number>100</number>
235          </property>
236          <property name="minimum" >
237           <number>0</number>
238          </property>
239          <property name="maximum" >
240           <number>999999</number>
241          </property>
242          <property name="suffix" >
243           <string> messages</string>
244          </property>
245         </widget>
246        </item>
247        <item row="3" column="0" >
248         <widget class="QCheckBox" name="leaveOnServerSizeCheck" >
249          <property name="text" >
250           <string>Keep only the last</string>
251          </property>
252         </widget>
253        </item>
254        <item row="3" column="1" >
255         <widget class="KIntNumInput" name="leaveOnServerSizeSpin" >
256          <property name="enabled" >
257           <bool>false</bool>
258          </property>
259          <property name="value" >
260           <number>10</number>
261          </property>
262          <property name="minimum" >
263           <number>1</number>
264          </property>
265          <property name="maximum" >
266           <number>999999</number>
267          </property>
268          <property name="suffix" >
269           <string> MB</string>
270          </property>
271         </widget>
272        </item>
273        <item row="4" column="0" >
274         <widget class="QCheckBox" name="filterOnServerCheck" >
275          <property name="whatsThis" >
276           <string>If you select this option, POP Filters will be used to decide what to do with messages. You can then select to download, delete or keep them on the server.</string>
277          </property>
278          <property name="text" >
279           <string>&amp;Filter messages if they are greater than</string>
280          </property>
281         </widget>
282        </item>
283        <item row="4" column="1" >
284         <widget class="KIntNumInput" name="filterOnServerSizeSpin" >
285          <property name="enabled" >
286           <bool>false</bool>
287          </property>
288          <property name="whatsThis" >
289           <string>If you select this option, POP Filters will be used to decide what to do with messages. You can then select to download, delete or keep them on the server.</string>
290          </property>
291          <property name="value" >
292           <number>50000</number>
293          </property>
294          <property name="minimum" >
295           <number>1</number>
296          </property>
297          <property name="maximum" >
298           <number>10000000</number>
299          </property>
300          <property name="referencePoint" >
301           <number>100</number>
302          </property>
303          <property name="suffix" >
304           <string> bytes</string>
305          </property>
306         </widget>
307        </item>
308        <item row="6" column="0" colspan="2" >
309         <layout class="QGridLayout" name="gridLayout" >
310          <property name="sizeConstraint" >
311           <enum>QLayout::SetMinimumSize</enum>
312          </property>
313          <property name="spacing" >
314           <number>4</number>
315          </property>
316          <item row="0" column="0" >
317           <widget class="QLabel" name="label_8" >
318            <property name="text" >
319             <string>Des&amp;tination folder:</string>
320            </property>
321           </widget>
322          </item>
323          <item row="1" column="0" >
324           <widget class="QLabel" name="label_9" >
325            <property name="text" >
326             <string>Pre-com&amp;mand:</string>
327            </property>
328            <property name="buddy" >
329             <cstring>precommand</cstring>
330            </property>
331           </widget>
332          </item>
333          <item row="1" column="1" >
334           <widget class="KLineEdit" name="precommand" >
335            <property name="sizePolicy" >
336             <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
337              <horstretch>0</horstretch>
338              <verstretch>0</verstretch>
339             </sizepolicy>
340            </property>
341           </widget>
342          </item>
343          <item row="0" column="1" >
344           <widget class="KComboBox" name="folderCombo" />
345          </item>
346         </layout>
347        </item>
348        <item row="8" column="0" colspan="2" >
349         <spacer name="verticalSpacer_3" >
350          <property name="orientation" >
351           <enum>Qt::Vertical</enum>
352          </property>
353          <property name="sizeHint" stdset="0" >
354           <size>
355            <width>20</width>
356            <height>20</height>
357           </size>
358          </property>
359         </spacer>
360        </item>
361        <item row="5" column="0" colspan="2" >
362         <widget class="QCheckBox" name="usePipeliningCheck" >
363          <property name="text" >
364           <string>&amp;Use pipelining for faster mail download</string>
365          </property>
366         </widget>
367        </item>
368       </layout>
369      </widget>
370      <widget class="QWidget" name="page3" >
371       <attribute name="title" >
372        <string>S&amp;ecurity</string>
373       </attribute>
374       <layout class="QVBoxLayout" name="verticalLayout_4" >
375        <item>
376         <widget class="QGroupBox" name="groupBox" >
377          <property name="title" >
378           <string>Encryption</string>
379          </property>
380          <layout class="QVBoxLayout" name="verticalLayout_3" >
381           <item>
382            <widget class="QRadioButton" name="encryptionNone" >
383             <property name="text" >
384              <string>&amp;None</string>
385             </property>
386            </widget>
387           </item>
388           <item>
389            <widget class="QRadioButton" name="encryptionSSL" >
390             <property name="text" >
391              <string>Use &amp;SSL for secure mail download</string>
392             </property>
393            </widget>
394           </item>
395           <item>
396            <widget class="QRadioButton" name="encryptionTLS" >
397             <property name="text" >
398              <string>Use &amp;TLS for secure mail download</string>
399             </property>
400            </widget>
401           </item>
402          </layout>
403         </widget>
404        </item>
405        <item>
406         <widget class="QGroupBox" name="groupBox_2" >
407          <property name="title" >
408           <string>Authentication Method</string>
409          </property>
410          <layout class="QGridLayout" name="gridLayout_4" >
411           <item row="0" column="0" >
412            <widget class="QRadioButton" name="authUser" >
413             <property name="text" >
414              <string>Clear te&amp;xt</string>
415             </property>
416            </widget>
417           </item>
418           <item row="1" column="0" >
419            <widget class="QRadioButton" name="authLogin" >
420             <property name="text" >
421              <string>&amp;LOGIN</string>
422             </property>
423            </widget>
424           </item>
425           <item row="2" column="0" >
426            <widget class="QRadioButton" name="authPlain" >
427             <property name="text" >
428              <string>&amp;PLAIN</string>
429             </property>
430            </widget>
431           </item>
432           <item row="5" column="0" >
433            <widget class="QRadioButton" name="authNTLM" >
434             <property name="text" >
435              <string>NTL&amp;M</string>
436             </property>
437            </widget>
438           </item>
439           <item row="0" column="1" >
440            <widget class="QRadioButton" name="authDigestMd5" >
441             <property name="text" >
442              <string>&amp;DIGEST-MD5</string>
443             </property>
444            </widget>
445           </item>
446           <item row="1" column="1" >
447            <widget class="QRadioButton" name="authCRAM_MD5" >
448             <property name="text" >
449              <string>CRAM-MD&amp;5</string>
450             </property>
451            </widget>
452           </item>
453           <item row="2" column="1" >
454            <widget class="QRadioButton" name="authGSSAPI" >
455             <property name="text" >
456              <string>&amp;GSSAPI</string>
457             </property>
458            </widget>
459           </item>
460           <item row="5" column="1" >
461            <widget class="QRadioButton" name="authAPOP" >
462             <property name="text" >
463              <string>&amp;APOP</string>
464             </property>
465            </widget>
466           </item>
467          </layout>
468         </widget>
469        </item>
470        <item>
471         <widget class="QStackedWidget" name="checkCapabilitiesStack" >
472          <property name="currentIndex" >
473           <number>0</number>
474          </property>
475          <widget class="QWidget" name="page" >
476           <layout class="QVBoxLayout" name="verticalLayout_2" >
477            <item>
478             <layout class="QHBoxLayout" name="horizontalLayout_5" >
479              <item>
480               <spacer name="horizontalSpacer" >
481                <property name="orientation" >
482                 <enum>Qt::Horizontal</enum>
483                </property>
484                <property name="sizeHint" stdset="0" >
485                 <size>
486                  <width>40</width>
487                  <height>20</height>
488                 </size>
489                </property>
490               </spacer>
491              </item>
492              <item>
493               <widget class="QPushButton" name="checkCapabilities" >
494                <property name="text" >
495                 <string>Check &amp;What the Server Supports</string>
496                </property>
497               </widget>
498              </item>
499              <item>
500               <spacer name="horizontalSpacer_2" >
501                <property name="orientation" >
502                 <enum>Qt::Horizontal</enum>
503                </property>
504                <property name="sizeHint" stdset="0" >
505                 <size>
506                  <width>40</width>
507                  <height>20</height>
508                 </size>
509                </property>
510               </spacer>
511              </item>
512             </layout>
513            </item>
514           </layout>
515          </widget>
516          <widget class="QWidget" name="page_2" >
517           <layout class="QVBoxLayout" name="verticalLayout_5" >
518            <item>
519             <widget class="QProgressBar" name="checkCapabilitiesProgress" >
520              <property name="value" >
521               <number>0</number>
522              </property>
523             </widget>
524            </item>
525           </layout>
526          </widget>
527         </widget>
528        </item>
529        <item>
530         <spacer name="verticalSpacer" >
531          <property name="orientation" >
532           <enum>Qt::Vertical</enum>
533          </property>
534          <property name="sizeHint" stdset="0" >
535           <size>
536            <width>20</width>
537            <height>40</height>
538           </size>
539          </property>
540         </spacer>
541        </item>
542       </layout>
543      </widget>
544     </widget>
545    </item>
546   </layout>
547  </widget>
548  <customwidgets>
549   <customwidget>
550    <class>KComboBox</class>
551    <extends>QComboBox</extends>
552    <header>kcombobox.h</header>
553   </customwidget>
554   <customwidget>
555    <class>KIntNumInput</class>
556    <extends>QWidget</extends>
557    <header>knuminput.h</header>
558   </customwidget>
559   <customwidget>
560    <class>KLineEdit</class>
561    <extends>QLineEdit</extends>
562    <header>klineedit.h</header>
563   </customwidget>
564   <customwidget>
565    <class>KSeparator</class>
566    <extends>QFrame</extends>
567    <header>kseparator.h</header>
568    <container>1</container>
569   </customwidget>
570  </customwidgets>
571  <resources/>
572  <connections/>
573 </ui>