<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater bottom="27" can_close="true" can_drag_on_left="false" can_minimize="false"
     can_resize="true" can_tear_off="true" enabled="true" height="275" left="15"
     min_height="150" min_width="425" mouse_opaque="true" name="chat floater"
     rect_control="FloaterChatRect" title="Local Chat" width="435">
	<string name="ringing">
		Connecting to in-world Voice Chat...
	</string>
	<string name="connected">
		Connected
	</string>
	<string name="unavailable">
		Voice not available at your current location
	</string>
	<string name="hang_up">
		Disconnected from in-world Voice Chat
	</string>
	<string name="voice_icon">
		icn_voice-localchat.tga
	</string>
	<string name="IM_logging_string">
		-- Instant message logging enabled --
	</string>
	<string name="IM_end_log_string">
		-- End of Log --
	</string>

  <string name="ScriptQuestionCautionChatGranted">
'[OBJECTNAME]', an object owned by '[OWNERNAME]', located in [REGIONNAME] at [REGIONPOS], has been granted permission to: [PERMISSIONS].
  </string>
  <string name="ScriptQuestionCautionChatDenied">
'[OBJECTNAME]', an object owned by '[OWNERNAME]', located in [REGIONNAME] at [REGIONPOS], has been denied permission to: [PERMISSIONS].
  </string>
  <string name="ScriptTakeMoney">
      Take Linden dollars (L$) from you
  </string>
  <string name="ActOnControlInputs">
      Act on your control inputs
  </string>
  <string name="RemapControlInputs">
      Remap your control inputs
  </string>
  <string name="AnimateYourAvatar">
      Animate your avatar
  </string>
  <string name="AttachToYourAvatar">
      Attach to your avatar
  </string>
  <string name="ReleaseOwnership">
      Release ownership and become public
  </string>
  <string name="LinkAndDelink">
      Link and delink from other objects
  </string>
  <string name="AddAndRemoveJoints">
      Add and remove joints with other objects
  </string>
  <string name="ChangePermissions">
      Change its permissions
  </string>
  <string name="TrackYourCamera">
      Track your camera
  </string>
  <string name="ControlYourCamera">
      Control your camera
  </string>

  <layout_stack border="false" bottom="2" follows="left|top|right|bottom" height="255" left="2"
	     orientation="horizontal" width="430" name="panels">
		<layout_panel border="false" bottom="0" default_tab_group="1" height="135" left="0"
		     min_width="275" name="im_contents_panel" width="305">
			<combo_box follows="left|top" height="20" label="Gestures" left="5" name="Gesture"
			     width="120">
				<combo_item name="Gestures">
					Gestures
				</combo_item>
			</combo_box>
			<check_box bottom_delta="7" enabled="true" follows="left|top" font="SansSerifSmall"
			     height="20" initial_value="false" label="Show Muted Text" left_delta="125"
			     name="show mutes" radio_style="false" width="116" />
			<check_box bottom_delta="-15" enabled="true" follows="left|top" font="SansSerifSmall"
			     height="20" initial_value="false" label="Translate chat (powered by Google)" left_delta="0"
			     name="translate chat" radio_style="false" width="100" />
			<button bottom_delta="7" follows="right|top" height="20" label="&lt; &lt;"
			     label_selected="&gt; &gt;" left="272" name="toggle_active_speakers_btn"
			     right="305"
			     tool_tip="Click here to show list of active participants in this IM session."
			     width="70" />
			<text_editor type="string" length="1" bg_readonly_color="ChatHistoryBgColor" bg_writeable_color="ChatHistoryBgColor"
			     bottom="28" embedded_items="false" enabled="false"
			     follows="left|top|right|bottom" font="SansSerif" height="74" left="5"
			     max_length="2147483647" mouse_opaque="true" name="Chat History Editor"
           track_bottom="true" 
			     text_color="ChatHistoryTextColor"
			     text_readonly_color="ChatHistoryTextColor" width="299" word_wrap="true" />
      <text_editor type="string" length="1" bg_readonly_color="ChatHistoryBgColor" bg_writeable_color="ChatHistoryBgColor"
			     bottom="28" embedded_items="false" enabled="false"
			     follows="left|top|right|bottom" font="SansSerif" height="74" left="5"
			     max_length="2147483647" mouse_opaque="true"
			     name="Chat History Editor with mute" text_color="ChatHistoryTextColor"
           track_bottom="true" 
			     text_readonly_color="ChatHistoryTextColor" width="300" word_wrap="true"/>
			<panel bottom="5" follows="left|right|bottom" left="5" name="chat_panel" right="-5"
			     tab_group="1" top="25">
        <string name="gesture_label">Gestures</string>
        <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="0"
				     enabled="true" follows="left|right|bottom" font="SansSerif"
				     handle_edit_keys_directly="false" height="20" label="Click here to chat."
				     left="0" max_length="254" mouse_opaque="true" name="Chat Editor"
				     right="-70" select_all_on_focus_received="false" select_on_focus="false"
				     tab_group="1" />
				<flyout_button bottom="0" follows="right|bottom" height="20" label="Say" left="-65"
				     list_position="above" mouse_opaque="true" name="Say" tool_tip="(Enter)"
				     width="70">
					<flyout_button_item value="shout" name="shout_item">
						Shout
					</flyout_button_item>
					<flyout_button_item value="say" name="say_item">
						Say
					</flyout_button_item>
					<flyout_button_item value="whisper" name="whisper_item">
						Whisper
					</flyout_button_item>
				</flyout_button>
			</panel>
		</layout_panel>
		<layout_panel auto_resize="false" bottom="0" can_resize="true"
		     filename="panel_speaker_controls.xml" height="120" left="0" min_width="140"
		     name="active_speakers_panel" top_delta="0" visible="false" width="140" />
	</layout_stack>
</floater>
