Added some code for a later feature in llagent and llvoavatar. Performed a minor tweak to the client tag code that was incorrect. Removed Emerald's color options in the tag dropdown in accordance of them theoretically being removed tomorrow.
117 lines
7.1 KiB
XML
117 lines
7.1 KiB
XML
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
|
<floater border="true" bottom="-298" can_close="true" can_drag_on_left="false"
|
|
can_minimize="true" can_resize="true" default_tab_group="1"
|
|
follows="left|top|right|bottom" height="297" label="(unknown)" left="1"
|
|
min_height="155" min_width="345" mouse_opaque="true" name="im_floater"
|
|
rect_control="" title="(unknown)" width="501">
|
|
<string name="ringing">
|
|
Calling...
|
|
</string>
|
|
<string name="answering">
|
|
Connecting...
|
|
</string>
|
|
<string name="connected">
|
|
Connected, click End Call to hang up
|
|
</string>
|
|
<string name="hang_up">
|
|
Call ended
|
|
</string>
|
|
<string name="inventory_item_offered">
|
|
Inventory item offered
|
|
</string>
|
|
<string name="voice_icon">
|
|
icn_voice-pvtfocus.tga
|
|
</string>
|
|
<string name="title_string">
|
|
Instant Message with [NAME]
|
|
</string>
|
|
<string name="typing_start_string">
|
|
[NAME] is typing...
|
|
</string>
|
|
<string name="session_start_string">
|
|
Starting session with [NAME] please wait.
|
|
</string>
|
|
<string name="default_text_label">
|
|
Click here to instant message.
|
|
</string>
|
|
<string name="unavailable_text_label">
|
|
Text chat is not available for this call.
|
|
</string>
|
|
<!--[$PLOTR$]-->
|
|
<string name="otr_empty_string"></string>
|
|
<string name="otr_gen_key_please_wait">OTR is generating keys. This will happen once for each of your avatars and should take less than 45 seconds.</string>
|
|
<string name="otr_generic_name">Your buddy</string>
|
|
<string name="otr_err_send_in_finished">[NAME] has ended the private conversation, so your message was not sent. You should restart the private conversation, or end the private conversation.</string>
|
|
<string name="otr_err_deacivated">OTR has been deactivated by preferences (edit > preferences > Extras tab > IM tab)</string>
|
|
<string name="otr_err_failed_sending">Unable to encrypt your message for some reason; it has not been sent.</string>
|
|
<string name="otr_err_failed_starting">Unable to start private conversation.</string>
|
|
<string name="otr_err_offline_start">[NAME] appears offline; OTR will not try to start a private conversation.</string>
|
|
<string name="otr_err_offline_send">[NAME] appears offline; You may "End private conversation" and send your message un-encrypted.</string>
|
|
<string name="otr_prog_I_start">Attempting to start a private conversation with [NAME].</string>
|
|
<string name="otr_prog_I_stop_unverified">You have ended the unverified conversation with [NAME].</string>
|
|
<string name="otr_prog_I_stop_private" >You have ended the private conversation with [NAME].</string>
|
|
<string name="otr_prog_I_stop" >You have ended the OTR conversation with [NAME].</string>
|
|
<string name="otr_prog_they_start">[NAME] is attempting to start a private conversation.</string>
|
|
<string name="otr_prog_they_stop_unverified">[NAME] has ended the unverified conversation.</string>
|
|
<string name="otr_prog_they_stop_private" >[NAME] has ended the private conversation.</string>
|
|
<string name="otr_prog_they_stop" >[NAME] has ended the OTR conversation.</string>
|
|
<string name="otr_log_authenticated" >[NAME] is now authenticated.</string>
|
|
<string name="otr_log_start_private" >Private conversation with [NAME] started.</string>
|
|
<string name="otr_log_start_unverified">Unverified conversation started. [NAME] has not been authenticated, you should "authenticate buddy," see http://www.cypherpunks.ca/otr/help/3.2.0/authenticate.php</string>
|
|
<string name="otr_log_gone_insecure">Private conversation ended.</string>
|
|
<string name="otr_log_still_private" >Private conversation with [NAME] resumed.</string>
|
|
<string name="otr_log_still_unverified">Unverified conversation resumed. [NAME] has not been authenticated, you should "authenticate buddy," see http://www.cypherpunks.ca/otr/help/3.2.0/authenticate.php</string>
|
|
<string name="otr_not_private">OTR: Not Private</string>
|
|
<string name="otr_unverified" >OTR: Unverified</string>
|
|
<string name="otr_private" >OTR: Private</string>
|
|
<string name="otr_finished" >OTR: Finished</string>
|
|
<string name="otr_start" >Start private conversation</string>
|
|
<string name="otr_refresh">Refresh private conversation</string>
|
|
<string name="otr_restart">Restart private conversation</string>
|
|
<string name="otr_stop" >End private conversation</string>
|
|
<string name="otr_auth" >Authenticate buddy</string>
|
|
<!--[/$PLOTR$]-->
|
|
<button bottom="-40" follows="left|top" height="20" label="Profile" left="5"
|
|
name="profile_callee_btn" width="80" />
|
|
<button bottom="-40" follows="left|top" halign="center" height="20" label="Teleport" left_delta="80"
|
|
name="profile_tele_btn" width="80" />
|
|
<button bottom="-40" follows="left|top" halign="center" height="20" label="History" left_delta="80"
|
|
name="history_btn" pad_right="10" visible="true" width="80" />
|
|
<button bottom="-40" follows="left|top" halign="right" height="20"
|
|
image_overlay="icn_voice-call-start.tga" image_overlay_alignment="left"
|
|
label="Call" left_delta="80" name="start_call_btn" width="53" />
|
|
<button bottom="-40" follows="left|top" halign="right" height="20"
|
|
image_overlay="icn_voice-call-end.tga" image_overlay_alignment="left"
|
|
label="End" left_delta="0" name="end_call_btn" pad_right="10"
|
|
visible="false" width="53" />
|
|
<panel border="false" bottom="-37" follows="left|top" height="20"
|
|
left_delta="50" name="speaker_controls" width="100">
|
|
<volume_slider bottom="0" follows="left|bottom" height="15" increment="0.05" initial_val="0.5"
|
|
left_delta="0" max_val="1.0" min_val="0.0" name="speaker_volume" width="56" />
|
|
<button bottom_delta="0" height="20" image_selected="icn_speaker-muted_dark.tga"
|
|
image_unselected="icn_speaker_dark.tga" label="" left_delta="56"
|
|
name="mute_btn" tool_tip="Mute voice" width="25" />
|
|
</panel>
|
|
<text_editor type="string" length="1" bg_readonly_color="ChatHistoryBgColor" bg_writeable_color="ChatHistoryBgColor"
|
|
bottom="30" embedded_items="false" enabled="false"
|
|
follows="left|top|right|bottom" font="SansSerif" height="221" left="5"
|
|
max_length="2147483647" mouse_opaque="true" name="im_history"
|
|
text_color="ChatHistoryTextColor"
|
|
track_bottom="true"
|
|
text_readonly_color="ChatHistoryTextColor" width="487" word_wrap="true" />
|
|
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="7"
|
|
follows="left|right|bottom" font="SansSerif" height="20"
|
|
label="Click here to instant message" left="5" max_length="1022"
|
|
mouse_opaque="true" name="chat_editor" select_all_on_focus_received="false"
|
|
select_on_focus="false" tab_group="1" width="423" />
|
|
<button bottom="7" follows="right|bottom" font="SansSerif" halign="center" height="20"
|
|
label="Send" left="433" mouse_opaque="true" name="send_btn"
|
|
scale_image="true" width="60" />
|
|
<string name="live_help_dialog">
|
|
*** Welcome to Help Request ***
|
|
Please first check our SL Help Pages by pressing F1, or by accessing the Knowledge Base http://secondlife.com/knowledgebase/
|
|
If your answer is not there, please enter your question to begin, then allow a few moments for available helpers to respond.
|
|
-=-=- Response times will vary, especially during peak times -=-=-
|
|
</string>
|
|
</floater>
|