Changeset 2971
- Timestamp:
- 08/15/08 12:03:03 (3 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
vidalia/branches/hidden-services/src/vidalia/config/servicepage.ui
r2969 r2971 108 108 </property> 109 109 <property name="toolTip" > 110 <string><html><head><meta name="qrichtext" content="1" /><style type="text/css"> 111 p, li { white-space: pre-wrap; } 112 </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> 113 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">A listing of all configured Services.</p></body></html></string> 110 <string>A listing of all configured Services</string> 114 111 </property> 115 112 <property name="selectionMode" > … … 305 302 <widget class="QCheckBox" name="checkBox_basic" > 306 303 <property name="toolTip" > 307 <string><html><head><meta name="qrichtext" content="1" /><style type="text/css"> 308 p, li { white-space: pre-wrap; } 309 </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> 310 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the basic authorization mode is more scalable but less secure.</p></body></html></string> 304 <string>the basic authorization mode is more scalable but less secure</string> 311 305 </property> 312 306 <property name="text" > … … 318 312 <widget class="QCheckBox" name="checkBox_stealth" > 319 313 <property name="toolTip" > 320 <string><html><head><meta name="qrichtext" content="1" /><style type="text/css"> 321 p, li { white-space: pre-wrap; } 322 </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> 323 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the stealth authorization mode is more secure but less scalable.</p></body></html></string> 314 <string>the stealth authorization mode is more secure but less scalable</string> 324 315 </property> 325 316 <property name="text" > … … 345 336 </property> 346 337 <property name="toolTip" > 347 <string><html><head><meta name="qrichtext" content="1" /><style type="text/css"> 348 p, li { white-space: pre-wrap; } 349 </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> 350 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">A listing of all ClientAuthorizationData configured with Vidalia.</p></body></html></string> 338 <string>A listing of all ClientAuthorizationData configured with Vidalia</string> 351 339 </property> 352 340 <property name="selectionMode" > … … 475 463 <widget class="QLineEdit" name="authLineAccess" > 476 464 <property name="toolTip" > 477 <string><html><head><meta name="qrichtext" content="1" /><style type="text/css"> 478 p, li { white-space: pre-wrap; } 479 </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> 480 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">only entries in the format: &lt;onion-address&gt; &lt;descriptor-cookie&gt; allowed.</p></body></html></string> 465 <string>only entries in the format: [onion-address] [descriptor-cookie] allowed</string> 481 466 </property> 482 467 </widget> … … 485 470 <widget class="QLineEdit" name="commentLineAccess" > 486 471 <property name="toolTip" > 487 <string><html><head><meta name="qrichtext" content="1" /><style type="text/css"> 488 p, li { white-space: pre-wrap; } 489 </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> 490 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Give an optional comment or identification for each entry.</p></body></html></string> 472 <string>Give an optional comment or identification for each entry</string> 491 473 </property> 492 474 </widget> … … 505 487 </property> 506 488 <property name="toolTip" > 507 <string><html><head><meta name="qrichtext" content="1" /><style type="text/css"> 508 p, li { white-space: pre-wrap; } 509 </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> 510 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">A listing of all ServiceAuthorizationData stored with Vidalia.</p></body></html></string> 489 <string>A listing of all ServiceAuthorizationData stored with Vidalia</string> 511 490 </property> 512 491 <property name="selectionMode" > … … 531 510 <widget class="QToolButton" name="addServiceAuthBtn" > 532 511 <property name="toolTip" > 533 <string><html><head><meta name="qrichtext" content="1" /><style type="text/css"> 534 p, li { white-space: pre-wrap; } 535 </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> 536 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Add new service with authorization data</p></body></html></string> 512 <string>Add new service with authorization data</string> 537 513 </property> 538 514 <property name="text" >
