<?xml version="1.0" encoding="utf-8" standalone="yes" ?>       <!--[$PLOTR$]-->
<!--otr_floater_smp_progress.xml - ui defs for the OTR SMP progress dialog box
    $PLOTR$ See http://www.cypherpunks.ca/otr/

    Copyright (C) 2009 Chris Tuchs

    This is free software; you can redistribute it and/or modify it
    under the terms of the GNU Lesser General Public License as
    published by the Free Software Foundation; either version 2.1 of
    the License, or (at your option) any later version.
    
    This is distributed in the hope that it will be useful, but WITHOUT
    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
    License for more details.
    
    You should have received a copy of the GNU Lesser General Public
    License along with the viewer; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    02111-1307, USA.  -->
<floater can_close="true" can_drag_on_left="false" can_minimize="true" can_resize="false"
	 height="200" min_height="200" width="400" min_width="400" name="otr_floater_smp_prog"
	 rect_control="OtrFloaterSmpProgRect" title="Authenticating Buddy">
  <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
        drop_shadow_visible="true" font="SansSerif" h_pad="0" v_pad="0" halign="center"
        follows="left|top"
        height="40" width="370"
        left="15" bottom="-85"
        mouse_opaque="true" name="otr_smp_prog_status">Authenticating buddy...</text>
  <string name="otr_smp_prog_I_auth_them"      >Authenticating your buddy...</string>
  <string name="otr_smp_prog_they_auth_me"     >Your buddy is authenticating you...</string>
  <string name="otr_smp_prog_I_auth_name"      >Authenticating [NAME]...</string>
  <string name="otr_smp_prog_name_auth_me"     >[NAME] is authenticating you...</string>
  <string name="otr_smp_prog_auth_aborted"     >Authentication aborted</string>
  <string name="otr_smp_prog_auth_failed"      >Authentication failed</string>
  <string name="otr_smp_prog_auth_errored"     >Authentication error</string>
  <string name="otr_smp_prog_auth_ok"          >Authenticated!</string>
  <string name="otr_smp_prog_auth_ok_name_next">You are authenticated!  Now you may want to authenticate [NAME].</string>
  <progress_bar name="otr_smp_prog_progress_bar" color="255,255,255,245"
                height="20"
                bottom="-110" left="45" right="-45"
                follows="left|right|top" />
  <button bottom="-185" follows="left|bottom" font="SansSerif" halign="center"
          height="20" label="Help" label_selected="Help" left="20"
          mouse_opaque="true" name="otr_smp_prog_help_btn" width="60" />
  <button bottom="-185" follows="right|bottom" font="SansSerif" halign="center"
          height="20" label="OK" label_selected="OK" left="320"
          mouse_opaque="true" name="otr_smp_prog_ok_btn" width="60" />
  <button bottom="-185" follows="right|bottom" font="SansSerif" halign="center"
          height="20" label="Cancel" label_selected="Cancel" left_delta="-65"
          mouse_opaque="true" name="otr_smp_prog_cancel_btn" width="60" />
</floater>                                                    <!--[/$PLOTR$]-->
