~ubuntu-branches/debian/experimental/kopete/experimental

« back to all changes in this revision

Viewing changes to protocols/jabber/ui/dlgjabbereditaccountwidget.ui

  • Committer: Package Import Robot
  • Author(s): Maximiliano Curia
  • Date: 2015-02-24 11:32:57 UTC
  • mfrom: (1.1.41 vivid)
  • Revision ID: package-import@ubuntu.com-20150224113257-gnupg4v7lzz18ij0
Tags: 4:14.12.2-1
* New upstream release (14.12.2).
* Bump Standards-Version to 3.9.6, no changes needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
578
578
              <height>32767</height>
579
579
             </size>
580
580
            </property>
 
581
            <property name="minimum">
 
582
              <number>-127</number>
 
583
            </property>
 
584
            <property name="maximum">
 
585
              <number>127</number>
 
586
            </property>
 
587
            <property name="toolTip">
 
588
             <string>&lt;qt>Each resource can have different &lt;b>priority &lt;/b> levels. The messages will be sent to the resource which has the highest priority level.
 
589
 
 
590
If two resources have the same priority, the messages will be sent to the one most recently connected.&lt;/qt></string>
 
591
            </property>
581
592
            <property name="whatsThis" >
582
593
             <string>&lt;qt>Each resource can have different &lt;b>priority &lt;/b> levels. The messages will be sent to the resource which has the highest priority level.
583
594
 
636
647
               <number>-127</number>
637
648
              </property>
638
649
              <property name="maximum">
639
 
               <number>128</number>
 
650
               <number>127</number>
640
651
              </property>
641
652
             </widget>
642
653
            </item>
910
921
     </widget>
911
922
     <widget class="QWidget" name="TabPage">
912
923
      <attribute name="title">
913
 
       <string>&amp;Google Talk</string>
 
924
       <string>&amp;Libjingle</string>
914
925
      </attribute>
915
926
      <layout class="QVBoxLayout" name="_20">
916
927
       <item>
917
928
        <widget class="QGroupBox" name="groupBox_17">
918
929
         <property name="title">
919
 
          <string>Google Talk libjingle settings</string>
 
930
          <string>Libjingle settings</string>
920
931
         </property>
921
932
         <layout class="QVBoxLayout" name="verticalLayout_9">
922
933
          <item>
923
 
           <widget class="QCheckBox" name="GoogleTalk">
 
934
           <widget class="QCheckBox" name="Libjingle">
924
935
            <property name="toolTip">
925
 
             <string>This enable Google Talk libjingle voice call</string>
 
936
             <string>This enable libjingle voice call</string>
926
937
            </property>
927
938
            <property name="text">
928
 
             <string>Enable Google Talk libjingle support (only for GTalk/Gmail accounts)</string>
 
939
             <string>Enable libjingle support</string>
 
940
            </property>
 
941
            <property name="checked">
 
942
             <bool>true</bool>
929
943
            </property>
930
944
           </widget>
931
945
          </item>
1128
1142
       <item>
1129
1143
        <widget class="QCheckBox" name="oldEncrypted" >
1130
1144
         <property name="text" >
1131
 
          <string>Use old inline PGP format for signed and encrypted messages</string>
 
1145
          <string>When recipient does not support OpenPGP XEP-0027 wrap PGP block to message body</string>
1132
1146
         </property>
1133
1147
        </widget>
1134
1148
       </item>