Merge remote-tracking branch 'Liru/master'
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 22 B |
32
indra/newview/skins/default/xui/de/floater_autoreplace.xml
Normal file
32
indra/newview/skins/default/xui/de/floater_autoreplace.xml
Normal file
@@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<floater name="autoreplace_floater" title="Einstellungen für automatische Ersetzung...">
|
||||
<check_box label="Automatische Ersetzung aktivieren..." name="autoreplace_enable" tool_tip="Eines oder mehrere Schlüsselwörter bei der Eingabe von Chat-Text durch die entsprechende Ersetzung substituieren"/>
|
||||
<button label="Liste importieren..." name="autoreplace_import_list" tool_tip="Exportierte Liste aus einer Datei laden."/>
|
||||
<button label="Liste exportieren..." name="autoreplace_export_list" tool_tip="Ausgewählte Liste zur Weitergabe in einer Datei speichern."/>
|
||||
<button label="Neue Liste..." name="autoreplace_new_list" tool_tip="Neue Liste erstellen."/>
|
||||
<button label="Liste löschen" name="autoreplace_delete_list" tool_tip="Ausgewählte Liste löschen."/>
|
||||
<button name="autoreplace_list_up" tool_tip="Dieser Liste eine höhere Priorität einräumen."/>
|
||||
<button name="autoreplace_list_down" tool_tip="Dieser Liste eine niedrigere Priorität einräumen."/>
|
||||
<scroll_list name="autoreplace_list_replacements">
|
||||
<scroll_list.columns label="Schlüsselwort" name="Keyword"/>
|
||||
<scroll_list.columns label="Ersetzung" name="Replacement"/>
|
||||
</scroll_list>
|
||||
<button label="Hinzufügen..." name="autoreplace_add_entry"/>
|
||||
<button label="Entfernen" name="autoreplace_delete_entry"/>
|
||||
<button label="Eintrag speichern" name="autoreplace_save_entry" tool_tip="Diesen Eintrag speichern."/>
|
||||
<button label="Änderungen speichern" name="autoreplace_save_changes" tool_tip="Alle Änderungen speichern."/>
|
||||
<button label="Abbrechen" name="autoreplace_cancel" tool_tip="Alle Änderungen löschen."/>
|
||||
</floater>
|
||||
<!--
|
||||
<text
|
||||
top_pad="10"
|
||||
left="10"
|
||||
height="16"
|
||||
width="260"
|
||||
follows="left|top"
|
||||
halign="center"
|
||||
mouse_opaque="true"
|
||||
name="autoreplace_text2">
|
||||
Entries
|
||||
</text>
|
||||
-->
|
||||
291
indra/newview/skins/default/xui/en-us/floater_autoreplace.xml
Normal file
291
indra/newview/skins/default/xui/en-us/floater_autoreplace.xml
Normal file
@@ -0,0 +1,291 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<floater
|
||||
border="true"
|
||||
can_close="true"
|
||||
can_minimize="true"
|
||||
can_resize="false"
|
||||
help_topic="autoreplace_settings"
|
||||
save_rect="true"
|
||||
height="455"
|
||||
width="490"
|
||||
name="autoreplace_floater"
|
||||
title="Auto-Replace Settings">
|
||||
<check_box
|
||||
bottom="-40"
|
||||
left_delta="15"
|
||||
height="16"
|
||||
width="100"
|
||||
follows="left|top"
|
||||
label="Enable Auto-Replace"
|
||||
name="autoreplace_enable"
|
||||
tool_tip="As you enter chat text, replace any of the keywords entered with the corresponding replacement"/>
|
||||
<view_border
|
||||
bottom_delta="-15"
|
||||
left="2"
|
||||
height="0"
|
||||
width="491"
|
||||
follows="left|top"
|
||||
bevel_style="none"
|
||||
border_thickness="1"
|
||||
mouse_opaque="false"
|
||||
name="divisor1"/>
|
||||
<button
|
||||
bottom_delta="-30"
|
||||
left="10"
|
||||
height="22"
|
||||
width="110"
|
||||
enabled="true"
|
||||
follows="left|top"
|
||||
mouse_opaque="true"
|
||||
halign="center"
|
||||
scale_image="true"
|
||||
name="autoreplace_import_list"
|
||||
label="Import List..."
|
||||
tool_tip="Load a previously exported list from a file."/>
|
||||
<button
|
||||
bottom_delta="0"
|
||||
left_delta="120"
|
||||
height="22"
|
||||
width="110"
|
||||
enabled="true"
|
||||
follows="left|top"
|
||||
mouse_opaque="true"
|
||||
halign="center"
|
||||
scale_image="true"
|
||||
name="autoreplace_export_list"
|
||||
label="Export List..."
|
||||
tool_tip="Save the selected list to a file so you can share it."/>
|
||||
<button
|
||||
bottom_delta="0"
|
||||
left_delta="120"
|
||||
height="22"
|
||||
width="110"
|
||||
enabled="true"
|
||||
follows="left|top"
|
||||
mouse_opaque="true"
|
||||
halign="center"
|
||||
scale_image="true"
|
||||
name="autoreplace_new_list"
|
||||
label="New List..."
|
||||
tool_tip="Create a new list."/>
|
||||
<button
|
||||
bottom_delta="0"
|
||||
left_delta="120"
|
||||
height="22"
|
||||
width="110"
|
||||
enabled="true"
|
||||
follows="left|top"
|
||||
mouse_opaque="true"
|
||||
halign="center"
|
||||
scale_image="true"
|
||||
name="autoreplace_delete_list"
|
||||
label="Delete List"
|
||||
tool_tip="Delete the selected list."/>
|
||||
<scroll_list
|
||||
bottom_delta="-112"
|
||||
left="10"
|
||||
height="100"
|
||||
width="370"
|
||||
follows="left|top"
|
||||
column_padding="0"
|
||||
draw_heading="false"
|
||||
multi_select="false"
|
||||
name="autoreplace_list_name"
|
||||
search_column="0">
|
||||
</scroll_list>
|
||||
<button
|
||||
bottom_delta="56"
|
||||
left_delta="380"
|
||||
height="22"
|
||||
width="90"
|
||||
enabled="true"
|
||||
follows="left|top"
|
||||
mouse_opaque="true"
|
||||
halign="center"
|
||||
scale_image="true"
|
||||
name="autoreplace_list_up"
|
||||
image_overlay="up_arrow.tga"
|
||||
label=""
|
||||
tool_tip="Move this list up in priority."/>
|
||||
<button
|
||||
bottom_delta="-32"
|
||||
left_delta="0"
|
||||
height="22"
|
||||
width="90"
|
||||
enabled="true"
|
||||
follows="left|top"
|
||||
mouse_opaque="true"
|
||||
halign="center"
|
||||
scale_image="true"
|
||||
name="autoreplace_list_down"
|
||||
image_overlay="down_arrow.tga"
|
||||
label=""
|
||||
tool_tip="Move this list down in priority."/>
|
||||
<view_border
|
||||
bottom_delta="-36"
|
||||
left="2"
|
||||
height="0"
|
||||
width="491"
|
||||
follows="left|top"
|
||||
bevel_style="none"
|
||||
border_thickness="1"
|
||||
mouse_opaque="false"
|
||||
name="divisor2"/>
|
||||
<scroll_list
|
||||
bottom_delta="-130"
|
||||
left="10"
|
||||
height="120"
|
||||
width="370"
|
||||
follows="left|top"
|
||||
column_padding="0"
|
||||
draw_heading="true"
|
||||
multi_select="true"
|
||||
name="autoreplace_list_replacements"
|
||||
search_column="0">
|
||||
<scroll_list.columns
|
||||
label="Keyword"
|
||||
name="Keyword"
|
||||
relative_width="0.30" />
|
||||
<scroll_list.columns
|
||||
label="Replacement"
|
||||
name="Replacement"
|
||||
relative_width="0.70" />
|
||||
</scroll_list>
|
||||
<button
|
||||
bottom_delta="64"
|
||||
left_delta="380"
|
||||
height="22"
|
||||
width="90"
|
||||
enabled="true"
|
||||
follows="left|top"
|
||||
mouse_opaque="true"
|
||||
halign="center"
|
||||
scale_image="true"
|
||||
name="autoreplace_add_entry"
|
||||
label="Add..."/>
|
||||
<button
|
||||
bottom_delta="-32"
|
||||
left_delta="0"
|
||||
height="22"
|
||||
width="90"
|
||||
enabled="true"
|
||||
follows="left|top"
|
||||
mouse_opaque="true"
|
||||
halign="center"
|
||||
scale_image="true"
|
||||
name="autoreplace_delete_entry"
|
||||
label="Remove"/>
|
||||
<view_border
|
||||
bottom_delta="-42"
|
||||
left="2"
|
||||
height="0"
|
||||
width="491"
|
||||
follows="left|top"
|
||||
bevel_style="none"
|
||||
border_thickness="1"
|
||||
mouse_opaque="false"
|
||||
name="divisor3"/>
|
||||
<text
|
||||
type="string"
|
||||
follows="left|top"
|
||||
height="16"
|
||||
layout="topleft"
|
||||
left="10"
|
||||
bottom_delta="-29"
|
||||
width="50">
|
||||
Keyword:
|
||||
</text>
|
||||
<line_editor
|
||||
name="autoreplace_keyword"
|
||||
follows="left|top"
|
||||
height="23"
|
||||
layout="topleft"
|
||||
left="100"
|
||||
max_length_bytes="255"
|
||||
bottom_delta="0"
|
||||
width="150"
|
||||
/>
|
||||
<text
|
||||
type="string"
|
||||
follows="left|top"
|
||||
height="16"
|
||||
layout="topleft"
|
||||
left="10"
|
||||
right="90"
|
||||
bottom_delta="-29"
|
||||
>
|
||||
Replacement:
|
||||
</text>
|
||||
<line_editor
|
||||
name="autoreplace_replacement"
|
||||
follows="left|top"
|
||||
height="23"
|
||||
layout="topleft"
|
||||
left="100"
|
||||
max_length_bytes="255"
|
||||
bottom_delta="0"
|
||||
width="280"
|
||||
/>
|
||||
<button
|
||||
bottom_delta="0"
|
||||
right="-10"
|
||||
height="22"
|
||||
width="90"
|
||||
enabled="false"
|
||||
follows="left|top"
|
||||
mouse_opaque="true"
|
||||
halign="center"
|
||||
scale_image="true"
|
||||
name="autoreplace_save_entry"
|
||||
label="Save Entry"
|
||||
tool_tip="Save this entry."/>
|
||||
<view_border
|
||||
bottom_delta="-10"
|
||||
left="2"
|
||||
height="0"
|
||||
width="491"
|
||||
follows="left|top"
|
||||
bevel_style="none"
|
||||
border_thickness="1"
|
||||
mouse_opaque="false"
|
||||
name="divisor4"/>
|
||||
<button
|
||||
bottom_delta="-29"
|
||||
right="380"
|
||||
height="22"
|
||||
width="90"
|
||||
enabled="true"
|
||||
follows="left|top"
|
||||
mouse_opaque="true"
|
||||
halign="center"
|
||||
scale_image="true"
|
||||
name="autoreplace_save_changes"
|
||||
label="Save Changes"
|
||||
tool_tip="Save all changes."/>
|
||||
<button
|
||||
bottom_delta="0"
|
||||
right="480"
|
||||
height="22"
|
||||
width="90"
|
||||
enabled="true"
|
||||
follows="left|top"
|
||||
mouse_opaque="true"
|
||||
halign="center"
|
||||
scale_image="true"
|
||||
name="autoreplace_cancel"
|
||||
label="Cancel"
|
||||
tool_tip="Discard all changes."/>
|
||||
</floater>
|
||||
<!--
|
||||
<text
|
||||
top_pad="10"
|
||||
left="10"
|
||||
height="16"
|
||||
width="260"
|
||||
follows="left|top"
|
||||
halign="center"
|
||||
mouse_opaque="true"
|
||||
name="autoreplace_text2">
|
||||
Entries
|
||||
</text>
|
||||
-->
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<floater border="true" bottom="-298" can_close="true" can_minimize="false" can_resize="true" default_tab_group="1" enabled="true" follows="left|top|right|bottom" height="197" label="(unknown)" left="1" min_height="100" min_width="300" name="im_floater" rect_control="" title="(unknown)" width="501">
|
||||
<floater border="true" bottom="-298" can_close="true" can_minimize="false" can_resize="true" default_tab_group="1" enabled="true" follows="left|top|right|bottom" height="197" label="(unknown)" left="1" min_height="100" min_width="345" name="im_floater" rect_control="" title="(unknown)" width="501">
|
||||
<string name="ringing">Joining Voice Chat...</string>
|
||||
<string name="connected">Connected, click End Call to hang up</string>
|
||||
<string name="hang_up">Left Voice Chat</string>
|
||||
@@ -8,8 +8,8 @@
|
||||
<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>
|
||||
<button bottom="-20" follows="right|top" height="20" label="History" right="-165" name="history_btn" width="80"/>
|
||||
<button bottom_delta="0" follows="left|top" height="20" left_delta="80" width="50" toggle="true" name="ding_btn" label="Ding">
|
||||
<button bottom="-20" follows="right|top" height="20" label="History" right="-210" name="history_btn" width="80"/>
|
||||
<button bottom_delta="0" follows="right|top" height="20" left_delta="80" width="50" toggle="true" name="ding_btn" label="Ding">
|
||||
<button.commit_callback function="FlipDing"/>
|
||||
</button>
|
||||
<button bottom_delta="0" enabled="false" follows="right|top" height="20" image_overlay="icn_voice-call-start.tga" image_overlay_alignment="left" label="Call" left_delta="50" name="start_call_btn" width="80"/>
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
<string name="unavailable_text_label">Text chat is not available for this call.</string>
|
||||
<string name="inventory_item_offered">Inventory item offered</string>
|
||||
<flyout_button bottom="-20" follows="right|top" halign="center" height="20" label="Profile" left="280" name="instant_message_flyout" width="80" list_position="below">
|
||||
<flyout_button_item label="Profile" name="profile_item" value="0"/>
|
||||
<flyout_button_item label="History" name="history_btn" value="1"/>
|
||||
<flyout_button_item label="Offer Teleport" name="profile_tele_btn" value="2"/>
|
||||
<flyout_button_item label="Request Teleport" name="request_teleport_item" value="3"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<floater border="true" bottom="-298" can_close="true" can_minimize="true" can_resize="true" default_tab_group="1" enabled="true" follows="left|top|right|bottom" height="197" label="(unknown)" left="1" min_height="100" min_width="330" name="im_floater" rect_control="" title="(unknown)" width="501">
|
||||
<floater border="true" bottom="-298" can_close="true" can_minimize="true" can_resize="true" default_tab_group="1" enabled="true" follows="left|top|right|bottom" height="197" label="(unknown)" left="1" min_height="100" min_width="375" name="im_floater" rect_control="" title="(unknown)" width="501">
|
||||
<string name="ringing">Joining Voice Chat...</string>
|
||||
<string name="connected">Connected, click End Call to hang up</string>
|
||||
<string name="hang_up">Left Voice Chat</string>
|
||||
@@ -10,9 +10,9 @@
|
||||
<string name="default_text_label">Click here to instant message.</string>
|
||||
<string name="moderated_chat_label">(Moderated: Voices off by default)</string>
|
||||
<string name="muted_text_label">Your text chat has been disabled by a Group Moderator.</string>
|
||||
<button bottom="-20" follows="right|top" height="20" label="Group Info" right="-245" name="group_info_btn" tab_group="0" width="80"/>
|
||||
<button bottom="-20" follows="right|top" height="20" label="Group Info" right="-290" name="group_info_btn" tab_group="0" width="80"/>
|
||||
<button bottom_delta="0" follows="right|top" height="20" label="History" left_delta="80" name="history_btn" width="80"/>
|
||||
<button bottom_delta="0" follows="left|top" height="20" left_delta="80" width="50" toggle="true" name="ding_btn" label="Ding">
|
||||
<button bottom_delta="0" follows="right|top" height="20" left_delta="80" width="50" toggle="true" name="ding_btn" label="Ding">
|
||||
<button.commit_callback function="FlipDing"/>
|
||||
</button>
|
||||
<button bottom_delta="0" enabled="false" follows="right|top" halign="right" height="20" image_overlay="icn_voice-call-start.tga" image_overlay_alignment="left" label="Join Call" left_delta="50" name="start_call_btn" width="80"/>
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
<column name="position" label="Pos." width="60" tool_tip="Position (X, Y) within this sim, or general direction (cardinal point) for outside sims"/>
|
||||
<column name="altitude" label="Alt." width="48" tool_tip="Altitude"/>
|
||||
<column name="activity" label="Act." width="24" tool_tip="Activity"/>
|
||||
<column name="voice" image_overlay="inv_item_sound.tga" width="24" tool_tip="Voice Status"/>
|
||||
<column name="age" label="Age" width="45" tool_tip="Age"/>
|
||||
<column name="time" label="Time" width="52" tool_tip="Time since arrival in the sim."/>
|
||||
<column name="client" label="Client" width="80" dynamicwidth="true" tool_tip="Client the avatar is possibly using"/>
|
||||
@@ -355,7 +356,8 @@
|
||||
<check_box follows="bottom|left" bottom_delta="-25" left="5" control_name="RadarColumnMarkHidden" name="hide_mark" label="Mark"/>
|
||||
<check_box follows="bottom|left" bottom_delta="0" left_delta="70" control_name="RadarColumnPositionHidden" name="hide_pos" label="Pos." tool_tip="Position"/>
|
||||
<check_box follows="bottom|left" bottom_delta="0" left_delta="70" control_name="RadarColumnAltitudeHidden" name="hide_alt" label="Alt." tool_tip="Altitude"/>
|
||||
<check_box follows="bottom|left" bottom_delta="-20" left="5" control_name="RadarColumnActivityHidden" name="hide_act" label="Act." tool_tip="Activity"/>
|
||||
<check_box follows="bottom|left" bottom_delta="0" left_delta="70" control_name="RadarColumnActivityHidden" name="hide_act" label="Act." tool_tip="Activity"/>
|
||||
<check_box follows="bottom|left" bottom_delta="-20" left="5" control_name="RadarColumnVoiceHidden" name="hide_voice" label="Voice" tool_tip="Voice Status"/>
|
||||
<check_box follows="bottom|left" bottom_delta="0" left_delta="70" control_name="RadarColumnAgeHidden" name="hide_age" label="Age"/>
|
||||
<check_box follows="bottom|left" bottom_delta="0" left_delta="70" control_name="RadarColumnTimeHidden" name="hide_time" label="Time"/>
|
||||
<check_box follows="bottom|left" bottom_delta="0" left_delta="70" control_name="RadarColumnClientHidden" name="hide_client" label="Client"/>
|
||||
|
||||
@@ -1,55 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<!--agentd teleport floater-->
|
||||
<floater
|
||||
name="teleport_floater"
|
||||
title="Teleport"
|
||||
can_resize="true"
|
||||
can_minimize="true"
|
||||
can_close="true"
|
||||
can_drag_on_left="false"
|
||||
width="300"
|
||||
height="150"
|
||||
min_width="80"
|
||||
min_height="150"
|
||||
>
|
||||
|
||||
<text name="teleport_text"
|
||||
font="SansSerifSmall"
|
||||
left="10"
|
||||
bottom_delta="-40"
|
||||
width="260"
|
||||
height="16"
|
||||
follows="left|top"
|
||||
> Public Region Seed: </text>
|
||||
|
||||
|
||||
<combo_box allow_text_entry="true"
|
||||
name="teleport_edit"
|
||||
width="250"
|
||||
height="20"
|
||||
left="10"
|
||||
bottom_delta="-30"
|
||||
follows="left|top"
|
||||
hidden="false"
|
||||
mouse_opaque="true"
|
||||
max_length="420"
|
||||
font="SansSerif"
|
||||
bevel_style="in"
|
||||
border_style="line"
|
||||
border_thickness="1"
|
||||
select_all_on_focus_received="true"
|
||||
/>
|
||||
|
||||
<button
|
||||
name="teleport_btn"
|
||||
label="Teleport"
|
||||
font="SansSerifSmall"
|
||||
left="10"
|
||||
bottom_delta="-25"
|
||||
width="100"
|
||||
height="20"
|
||||
follows="top|left"
|
||||
/>
|
||||
<button bottom_delta="0" follows="bottom|right" height="20" label="Cancel" right="224"
|
||||
name="cancel_btn" width="90" />
|
||||
</floater>
|
||||
@@ -0,0 +1,96 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<floater bottom_delta="-20" can_close="true" can_minimize="true" can_resize="false" follows="left|right|bottom" height="330" name="floater_toolbar_prefs.xml" width="1024" title="Choose the buttons you want shown on the toolbar" rect_control="FloaterUploadRect">
|
||||
<check_box bottom="-38" image_selected="btn_chatbar_selected.tga" scale_image="true" image_unselected="btn_chatbar.tga" label="Chatbar Toggle" left="5" name="chat_btn" follows="left|right" control_name="ToolbarVisibleChatbar"/>
|
||||
<check_box bottom_delta="-20" label="Communicate Flyout" name="communicate_flyout" follows="left|right" control_name="ToolbarVisibleCommunicateIM"/>
|
||||
<check_box bottom_delta="-20" label="Communicate Button" name="communicate_btn" follows="left|right" control_name="ToolbarVisibleCommunicate"/>
|
||||
<check_box control_name="ToolbarVisibleFriends" bottom_delta="-20" label="Friends" name="friends_btn" follows="left|right"/>
|
||||
<check_box bottom_delta="-20" label="Groups" name="groups_btn" follows="left|right" control_name="ToolbarVisibleGroups"/>
|
||||
<check_box bottom_delta="-20" label="Group Titles" name="group_titles_btn" follows="left|right" control_name="ToolbarVisibleGroupTitles"/>
|
||||
<check_box bottom_delta="-20" label="Local Chat" name="chat_history_btn" follows="left|right" control_name="ToolbarVisibleChatHistory"/>
|
||||
<check_box bottom_delta="-20" label="Active Speakers" name="active_speakers_btn" follows="left|right" control_name="ToolbarVisibleActiveSpeakers"/>
|
||||
<check_box bottom_delta="-20" label="Mute List" name="mute_list_btn" follows="left|right" control_name="ToolbarVisibleMuteList"/>
|
||||
<check_box bottom_delta="-20" label="Asset Blacklist" name="black_list_btn" follows="left|right" control_name="ToolbarVisibleAssetBlacklist"/>
|
||||
<check_box bottom_delta="-20" label="Voice FX" name="voice_effects_btn" follows="left|right" control_name="ToolbarVisibleVoiceEffect"/>
|
||||
<check_box bottom_delta="-20" label="Gestures" name="gestures_btn" follows="left|right" control_name="ToolbarVisibleGestures"/>
|
||||
<check_box bottom_delta="-20" label="Beacons" name="beacons_btn" follows="left|right" control_name="ToolbarVisibleBeacons"/>
|
||||
<check_box bottom_delta="-20" label="Radar" name="radar_list_btn" follows="left|right" control_name="ToolbarVisibleRadar"/>
|
||||
<check_box bottom_delta="-20" label="Camera Controls" name="camera_controls_btn" follows="left|right" control_name="ToolbarVisibleCameraControls"/>
|
||||
<check_box bottom="-38" label="Movement Controls" name="movement_controls_btn" follows="left|right" control_name="ToolbarVisibleMovementControls" left_delta="160"/>
|
||||
<check_box bottom_delta="-20" label="Mouselook" name="look_btn" follows="left|right" control_name="ToolbarVisibleMouselook"/>
|
||||
<check_box bottom_delta="-20" label="Fly" name="fly_btn" follows="left|right" control_name="ToolbarVisibleFly"/>
|
||||
<check_box bottom_delta="-20" label="Sit" name="sit_btn" follows="left|right" control_name="ToolbarVisibleSit"/>
|
||||
<check_box bottom_delta="-20" label="Run" name="run_btn" follows="left|right" control_name="ToolbarVisibleAlwaysRun"/>
|
||||
<check_box bottom_delta="-20" label="Velocity" name="velocity_btn" follows="left|right" control_name="ToolbarVisibleVelocity"/>
|
||||
<check_box bottom_delta="-20" label="Bumps" name="bumps_btn" follows="left|right" control_name="ToolbarVisibleMeanEvents"/>
|
||||
<check_box bottom_delta="-20" label="Stream Display" name="media_ticker_btn" follows="left|right" control_name="ToolbarVisibleMediaTicker"/>
|
||||
<check_box bottom_delta="-20" label="Media Filter" name="media_filter_btn" follows="left|right" control_name="ToolbarVisibleMediaFilter"/>
|
||||
<check_box bottom_delta="-20" label="Snapshot" name="snapshot_btn" follows="left|right" control_name="ToolbarVisibleSnapshot"/>
|
||||
<check_box bottom_delta="-20" label="Appearance" name="appearance_btn" follows="left|right" control_name="ToolbarVisibleAppearance"/>
|
||||
<check_box bottom_delta="-20" label="Search" name="directory_btn" follows="left|right" control_name="ToolbarVisibleSearch"/>
|
||||
<check_box bottom_delta="-20" label="Web Browser" name="web_browser_btn" follows="left|right" control_name="ToolbarVisibleWeb"/>
|
||||
<check_box bottom_delta="-20" label="AO Settings" name="ao_btn" follows="left|right" control_name="ToolbarVisibleAO"/>
|
||||
<check_box bottom_delta="-20" label="Debug Settings" name="debug_settings_btn" follows="left|right" control_name="ToolbarVisibleDebugSettings"/>
|
||||
<check_box bottom="-38" label="Debug Avatar" name="debug_avatar_btn" follows="left|right" control_name="ToolbarVisibleDebugAvatar" left_delta="160"/>
|
||||
<check_box bottom_delta="-20" label="Anims Explorer" name="anims_explorer_btn" follows="left|right" control_name="ToolbarVisibleAnimsExplorer"/>
|
||||
<check_box bottom_delta="-20" label="Sound Explorer" name="sound_explorer_btn" follows="left|right" control_name="ToolbarVisibleSoundExplorer"/>
|
||||
<check_box bottom_delta="-20" label="Area Search" name="areasearch_btn" follows="left|right" control_name="ToolbarVisibleAreaSearch"/>
|
||||
<check_box bottom_delta="-20" label="Inspect" name="inspect_btn" follows="left|right" control_name="ToolbarVisibleInspect"/>
|
||||
<check_box bottom_delta="-20" label="Characters" name="pathing_characters_btn" follows="left|right" control_name="ToolbarVisiblePathfindingCharacters"/>
|
||||
<check_box bottom_delta="-20" label="Linksets" name="pathing_linksets_btn" follows="left|right" control_name="ToolbarVisiblePathfindingLinksets"/>
|
||||
<check_box bottom_delta="-20" label="Build" name="build_btn" follows="left|right" control_name="ToolbarVisibleBuild"/>
|
||||
<check_box bottom_delta="-20" label="Grid Options" name="grid_options_btn" follows="left|right" control_name="ToolbarVisibleGridOptions"/>
|
||||
<check_box bottom_delta="-20" label="Local Textures" name="local_textures_btn" follows="left|right" control_name="ToolbarVisibleLocalAssets"/>
|
||||
<check_box bottom_delta="-20" label="Upload Perms" name="perm_prefs_btn" follows="left|right" control_name="ToolbarVisiblePermPrefs"/>
|
||||
<check_box bottom_delta="-20" label="Script Errors" name="script_errors_btn" follows="left|right" control_name="ToolbarVisibleScriptErrors"/>
|
||||
<check_box bottom_delta="-20" label="Environment Editor" name="env_editor_btn" follows="left|right" control_name="ToolbarVisibleEnvSettings"/>
|
||||
<check_box bottom_delta="-20" label="Day Cycle Editor" name="day_cycle_editor_btn" follows="left|right" control_name="ToolbarVisibleDayCycle"/>
|
||||
<check_box bottom_delta="-20" label="Windlight" name="windlight_btn" follows="left|right" control_name="ToolbarVisibleWindlight"/>
|
||||
<check_box bottom="-38" label="Water Editor" name="water_editor_btn" follows="left|right" control_name="ToolbarVisibleWaterSettings" left_delta="160"/>
|
||||
<check_box bottom_delta="-20" label="Post-Process FX" name="post_process_btn" follows="left|right" control_name="ToolbarVisiblePostProcess"/>
|
||||
<check_box bottom_delta="-20" label="Buy [CURRENCY]" name="buy_currency_btn" follows="left|right" control_name="ToolbarVisibleBuyCurrency"/>
|
||||
<check_box bottom_delta="-20" label="Buy Land" name="buy_land_btn" follows="left|right" control_name="ToolbarVisibleBuyLand"/>
|
||||
<check_box bottom_delta="-20" label="My Land" name="my_land_btn" follows="left|right" control_name="ToolbarVisibleMyLand"/>
|
||||
<check_box bottom_delta="-20" label="About Land" name="about_land_btn" follows="left|right" control_name="ToolbarVisibleAboutLand"/>
|
||||
<check_box bottom_delta="-20" label="Script Info" name="script_info_btn" follows="left|right" control_name="ToolbarVisibleScriptInfo"/>
|
||||
<check_box bottom_delta="-20" label="Region/Estate" name="about_region_btn" follows="left|right" control_name="ToolbarVisibleAboutRegion"/>
|
||||
<check_box bottom_delta="-20" label="God Tools" name="god_tools_btn" follows="left|right" control_name="ToolbarVisibleGodTools"/>
|
||||
<check_box bottom_delta="-20" label="TP History" name="teleport_history_btn" follows="left|right" control_name="ToolbarVisibleTeleportHistory"/>
|
||||
<check_box bottom_delta="-20" label="Map" name="map_btn" follows="left|right" control_name="ToolbarVisibleWorldMap"/>
|
||||
<check_box bottom_delta="-20" label="Mini-Map" name="minimap_btn" follows="left|right" control_name="ToolbarVisibleMiniMap"/>
|
||||
<!-- [RLVa:LF] -->
|
||||
<check_box bottom_delta="-20" label="RLVa Restrictions" name="rlv_restrictions_btn" follows="left|right" control_name="ToolbarVisibleRLVRestrictions"/>
|
||||
<check_box bottom_delta="-20" label="RLVa Locks" name="rlv_locks_btn" follows="left|right" control_name="ToolbarVisibleRLVLocks"/>
|
||||
<check_box bottom_delta="-20" label="RLVa Strings" name="rlv_strings_btn" follows="left|right" control_name="ToolbarVisibleRLVStrings"/>
|
||||
<!-- [/RLVa:LF] -->
|
||||
<check_box bottom="-38" label="Memory Leak" name="memleak_btn" follows="left|right" control_name="ToolbarVisibleMemLeak" visibility_control="QAMode" left_delta="160"/>
|
||||
<check_box bottom_delta="-20" label="Message Log" name="message_log_btn" follows="left|right" control_name="ToolbarVisibleMessageLog"/>
|
||||
<check_box bottom_delta="-20" label="Statistics" name="stats_btn" follows="left|right" control_name="ToolbarVisibleStatBar"/>
|
||||
<check_box bottom_delta="-20" label="Notifications Console" name="notifications_console_btn" follows="left|right" control_name="ToolbarVisibleNotificationsConsole"/>
|
||||
<check_box bottom_delta="-20" label="Debug Console" name="debug_console_btn" follows="left|right" control_name="ToolbarVisibleDebugConsole"/>
|
||||
<check_box bottom_delta="-20" label="Region Console" name="region_console_btn" follows="left|right" control_name="ToolbarVisibleRegionDebugConsole"/>
|
||||
<check_box bottom_delta="-20" label="Fast Timers" name="fast_timers_btn" follows="left|right" control_name="ToolbarVisibleFastTimers"/>
|
||||
<check_box bottom_delta="-20" label="Frame Console" name="frame_console_btn" follows="left|right" control_name="ToolbarVisibleFrameConsole"/>
|
||||
<check_box bottom_delta="-20" label="HTTP Console" name="http_console_btn" follows="left|right" control_name="ToolbarVisibleHTTPConsole"/>
|
||||
<check_box bottom_delta="-20" label="Texture Console" name="texture_console_btn" follows="left|right" control_name="ToolbarVisibleTextureConsole"/>
|
||||
<check_box bottom_delta="-20" label="Texture Category Console" name="texture_category_console_btn" follows="left|right" control_name="ToolbarVisibleTextureCategoryConsole" visibility_control="AuditTexture"/>
|
||||
<check_box bottom_delta="-20" label="Texture Size Console" name="texture_size_console_btn" follows="left|right" control_name="ToolbarVisibleTextureSizeConsole" visibility_control="AuditTexture"/>
|
||||
<check_box bottom_delta="-20" label="Inventory" name="directory_btn" follows="left|right" control_name="ToolbarVisibleInventory"/>
|
||||
<check_box bottom_delta="-20" label="Make Outfit" name="make_outfit_btn" follows="left|right" control_name="ToolbarVisibleOutfit"/>
|
||||
<check_box bottom_delta="-20" label="Outfits" name="outfits_btn" follows="left|right" control_name="ToolbarVisibleInventoryOutfits"/>
|
||||
<check_box bottom="-38" label="Favorites" name="favs_btn" follows="left|right" control_name="ToolbarVisibleInventoryFavs" left_delta="160"/>
|
||||
<check_box bottom_delta="-20" label="Outbox" name="outbox_btn" follows="left|right" control_name="ToolbarVisibleOutbox"/>
|
||||
<check_box bottom_delta="-20" label="Preferences" name="preferences_btn" follows="left|right" control_name="ToolbarVisiblePreferences"/>
|
||||
<check_box bottom_delta="-20" label="Autoreplace" name="auto_replace_btn" follows="left|right" control_name="ToolbarVisibleAutoReplace"/>
|
||||
<check_box bottom_delta="-20" label="Display Name" name="display_name_btn" follows="left|right" control_name="ToolbarVisibleDisplayName"/>
|
||||
<check_box bottom_delta="-20" label="Floater Test" name="floater_test_btn" follows="left|right" control_name="ToolbarVisibleTest"/>
|
||||
<check_box bottom_delta="-20" label="Edit UI" name="edit_ui_btn" follows="left|right" control_name="ToolbarVisibleEditUI"/>
|
||||
<check_box bottom_delta="-20" label="Font Test" name="font_test_btn" follows="left|right" control_name="ToolbarVisibleFontTest"/>
|
||||
<check_box bottom_delta="-20" label="Lag Meter" name="lag_meter_btn" follows="left|right" control_name="ToolbarVisibleLagMeter"/>
|
||||
<check_box bottom_delta="-20" label="Report Abuse" name="abuse_btn" follows="left|right" control_name="ToolbarVisibleComplaintReporter"/>
|
||||
<!-- Singu TODO: Re-implement f1 help.
|
||||
<check_box bottom_delta="-20" label="Help" name="help_btn" follows="left|right" control_name="ToolbarVisibleHelp"/>
|
||||
-->
|
||||
<check_box bottom_delta="-20" label="Tutorial" name="tutorial_btn" follows="left|right" control_name="ToolbarVisibleHelpTutorial"/>
|
||||
<check_box bottom_delta="-20" label="About [SHORT_APP_NAME]" name="about_btn" follows="left|right" control_name="ToolbarVisibleAbout"/>
|
||||
<check_box bottom_delta="-20" label="Change Buttons" name="change_buttons_btn" follows="left|right" control_name="ToolbarVisibleToolbarPrefs"/>
|
||||
</floater>
|
||||
@@ -176,6 +176,10 @@
|
||||
<on_click function="ToggleControl" userdata="RadarColumnActivityHidden"/>
|
||||
<on_check control="RadarColumnActivityHidden"/>
|
||||
</menu_item_check>
|
||||
<menu_item_check label="Voice" name="Voice">
|
||||
<on_click function="ToggleControl" userdata="RadarColumnVoiceHidden"/>
|
||||
<on_check control="RadarColumnVoiceHidden"/>
|
||||
</menu_item_check>
|
||||
<menu_item_check label="Age" name="Age">
|
||||
<on_click function="ToggleControl" userdata="RadarColumnAgeHidden"/>
|
||||
<on_check control="RadarColumnAgeHidden"/>
|
||||
|
||||
@@ -324,6 +324,9 @@
|
||||
<on_click function="ShowFloater" userdata="toolbar" />
|
||||
<on_check function="FloaterVisible" userdata="toolbar" />
|
||||
</menu_item_check>
|
||||
<menu_item_call label="Change toolbar buttons" name="toolbar_prefs">
|
||||
<on_click function="ShowFloater" userdata="floater_toolbar_prefs.xml"/>
|
||||
</menu_item_call>
|
||||
<menu_item_check bottom="-132" enabled="true" height="19" label="Local Chat" left="0"
|
||||
mouse_opaque="true" name="Chat History" shortcut="control|H" width="211">
|
||||
<on_click function="ShowFloater" userdata="chat history"/>
|
||||
|
||||
@@ -2456,6 +2456,55 @@ Do you want to remove multiple friends from your Friends list?
|
||||
yestext="OK"/>
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
icon="alertmodal.tga"
|
||||
label="Add Auto-Replace List"
|
||||
name="AddAutoReplaceList"
|
||||
type="alertmodal">
|
||||
<tag>addlist</tag>
|
||||
Name for the new list:
|
||||
<tag>confirm</tag>
|
||||
<form name="form">
|
||||
<input name="listname" type="text"/>
|
||||
<button
|
||||
default="true"
|
||||
index="0"
|
||||
name="SetName"
|
||||
text="OK"/>
|
||||
</form>
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
icon="alertmodal.tga"
|
||||
label="Rename Auto-Replace List"
|
||||
name="RenameAutoReplaceList"
|
||||
type="alertmodal">
|
||||
The name '[DUPNAME]' is in use
|
||||
Enter a new unique name:
|
||||
<tag>confirm</tag>
|
||||
<form name="form">
|
||||
<input name="listname" type="text"/>
|
||||
<button
|
||||
default="false"
|
||||
index="0"
|
||||
name="ReplaceList"
|
||||
text="Replace Current List"/>
|
||||
<button
|
||||
default="true"
|
||||
index="1"
|
||||
name="SetName"
|
||||
text="Use New Name"/>
|
||||
</form>
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
icon="alertmodal.tga"
|
||||
name="InvalidAutoReplaceEntry"
|
||||
type="alertmodal">
|
||||
The keyword must be a single word, and the replacement may not be empty.
|
||||
<tag>fail</tag>
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
icon="alertmodal.tga"
|
||||
name="GodDeleteAllScriptedPublicObjectsByUser"
|
||||
|
||||
@@ -172,16 +172,17 @@ To use spellcheck, right-click a misspelled word
|
||||
(red or otherwise) and select its replacement
|
||||
</text>
|
||||
|
||||
<view_border bevel_style="none" border_thickness="1" bottom_delta="-16" follows="top" height="0" left="5" name="CmdDivisor" width="356"/>
|
||||
<button bottom_delta="-26" left="12" follows="top" height="20" width="250" label="Autoreplace Preferences" name="autoreplace"/>
|
||||
<view_border bevel_style="none" border_thickness="1" bottom_delta="-5" follows="top" height="0" left="5" name="CmdDivisor" width="376"/>
|
||||
|
||||
<check_box bottom_delta="-24" follows="left|top" font="SansSerifSmall" height="16"
|
||||
label="Highlight messages if any of them contain the terms" name="KeywordsOn" width="270"/>
|
||||
<text bottom_delta="-20" follows="top" height="20" left="12" name="keyword_txt1">(separated by commas)</text>
|
||||
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="-20" follows="top" height="20" left_delta="5" max_length="500" name="KeywordsList" width="300"/>
|
||||
<text bottom_delta="-24" follows="top" height="20" left_delta="15" name="EmKeyw">Is found within:</text>
|
||||
<check_box bottom_delta="3" follows="top" height="16" left_delta="100" label="Local Chat Floater" name="KeywordsInChat"/>
|
||||
<check_box bottom_delta="-15" follows="left|top" height="16" label="Instant Message Floater" name="KeywordsInIM"/>
|
||||
<check_box bottom_delta="-24" follows="top" height="16" label="Highlight the message in this color:" left_delta="-110" name="KeywordsChangeColor"/>
|
||||
<text bottom_delta="-24" follows="top" height="20" left_delta="0" name="EmKeyw">Is found within:</text>
|
||||
<check_box bottom_delta="3" follows="top" height="16" left_delta="80" label="Local Chat Floater" name="KeywordsInChat"/>
|
||||
<check_box bottom_delta="0" left_delta="120" follows="left|top" height="16" label="Instant Message Floater" name="KeywordsInIM"/>
|
||||
<check_box bottom_delta="-24" follows="top" height="16" label="Highlight the message in this color:" left_delta="-195" name="KeywordsChangeColor"/>
|
||||
<color_swatch border_color="0.45098, 0.517647, 0.607843, 1" bottom_delta="-16" can_apply_immediately="true" color="1, 1, 1, 1" follows="left|top" height="35" left_delta="210" name="KeywordsColor" tool_tip="Click to open Color Picker" width="50"/>
|
||||
<check_box bottom_delta="-10" follows="top" height="16" left_delta="-210" label="Play this sound alert: (UUID)" name="KeywordsPlaySound"/>
|
||||
<line_editor bottom_delta="-20" follows="left|top" bevel_style="in" border_style="line" border_thickness="1" height="20" left_delta="-5" max_length="36" name="KeywordsSound" width="300"/>
|
||||
|
||||
@@ -85,7 +85,7 @@
|
||||
<panel border="true" left="1" bottom="-408" height="408" width="500" label="Security" name="Security">
|
||||
<check_box bottom_delta="-25" control_name="BroadcastViewerEffects" follows="top" initial_value="true" label="Broadcast Viewer Effects (does not affect pointat and lookat)" left="10" name="broadcast_viewer_effects" width="400"/>
|
||||
<check_box bottom_delta="-20" control_name="DisablePointAtAndBeam" follows="top" initial_value="true" label="Disable Point At And Beam" tool_tip="Don't point at or show your edit beam when selecting an object." name="disable_point_at_and_beams_check"/>
|
||||
<check_box bottom_delta="-20" control_name="PrivateLookAt" follows="top" initial_value="false" label="Do not Look At objects and/or avatars" tool_tip="Disables headturns and lookat beacons: causes your avatar to look straight ahead like a zombie." name="private_look_at_check"/>
|
||||
<check_box bottom_delta="-20" control_name="PrivateLookAt" follows="top" initial_value="false" label="Do not Look At objects and/or avatars" tool_tip="Disables headturns and lookat beacons, causing your avatar to look straight ahead (unless scripted to do otherwise)." name="private_look_at_check"/>
|
||||
<check_box bottom_delta="-20" control_name="AscentShowLookAt" follows="top" initial_value="false" label="Show others' LookAt beacons" tool_tip="Shows you where others are looking." name="show_look_at_check"/>
|
||||
<check_box bottom_delta="-20" control_name="SGDetachBridge" follows="top" initial_value="false" label="Auto detach LSL Bridge" tool_tip="Automatically detach LSL Bridge of Phoenix or Firestorm viewer." name="detach_bridge"/>
|
||||
<check_box bottom_delta="-20" control_name="QuietSnapshotsToDisk" follows="top" initial_value="false" label="Quiet Snapshots to Disk" tool_tip="Doesn't make a camera sound nor alert everyone when you take a snapshot to your computer." name="quiet_snapshots_check"/>
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
<check_box bottom_delta="-18" follows="top" height="16" control_name="LiruMouselookHidesFloaters" name="mouselook_hides_floaters" label="Floaters"/>
|
||||
<check_box left_delta="80" bottom_delta="0" follows="top" height="16" control_name="LiruMouselookHidesNotices" name="mouselook_hides_notices" label="Notices"/>
|
||||
<check_box left="148" bottom_delta="-18" follows="top" height="16" control_name="LiruMouselookHidesMenubar" name="mouselook_hides_menubar" label="Menubar"/>
|
||||
<check_box left_delta="80" bottom_delta="0" follows="top" height="16" control_name="LiruMouselookHidesToolbar" name="mouselook_hides_toolbar" label="Toolbar"/>
|
||||
<text bottom_delta="-30" follows="top" height="10" left="10" name=" Movement Options:">Movement Options:</text>
|
||||
<check_box bottom_delta="-6" follows="top" height="16" label="Fly/land on holding up/down" left="148" name="automatic_fly"/>
|
||||
<check_box bottom_delta="-18" follows="top" height="16" label="Allow crouch toggle by holding shift" name="crouch_toggle" control_name="SGShiftCrouchToggle"/>
|
||||
|
||||
@@ -404,6 +404,11 @@
|
||||
<button.commit_callback function="ShowFloater" parameter="Preferences"/>
|
||||
</button>
|
||||
</layout_panel>
|
||||
<layout_panel name="panelautoreplace" height="24" width="50" user_resize="false" visibility_control="ToolbarVisibleAutoReplace">
|
||||
<button bottom="0" height="24" label="Autoreplace" name="auto_replace_btn" image_overlay="icn_toolbar_auto_replace.tga" image_overlay_alignment="left" image_selected="toolbar_btn_selected.tga" image_unselected="toolbar_btn_enabled.tga" image_disabled="toolbar_btn_disabled.tga" scale_image="true" width="50" follows="left|right">
|
||||
<button.commit_callback function="ShowFloater" parameter="autoreplace"/>
|
||||
</button>
|
||||
</layout_panel>
|
||||
<layout_panel name="paneldisplayname" height="24" width="50" user_resize="false" visibility_control="ToolbarVisibleDisplayName">
|
||||
<button bottom="0" height="24" label="Display Name" name="display_name_btn" image_overlay="icn_toolbar_display_name.tga" image_overlay_alignment="left" image_selected="toolbar_btn_selected.tga" image_unselected="toolbar_btn_enabled.tga" image_disabled="toolbar_btn_disabled.tga" scale_image="true" width="50" follows="left|right">
|
||||
<button.commit_callback function="ShowFloater" parameter="displayname"/>
|
||||
|
||||
32
indra/newview/skins/default/xui/es/floater_autoreplace.xml
Normal file
32
indra/newview/skins/default/xui/es/floater_autoreplace.xml
Normal file
@@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<floater name="autoreplace_floater" title="Configuración de reemplazo automático">
|
||||
<check_box label="Habilitar el reemplazo automático" name="autoreplace_enable" tool_tip="Al escribir el texto del chat, reemplaza las palabras clave especificadas con la sustitución correspondiente"/>
|
||||
<button label="Importar lista..." name="autoreplace_import_list" tool_tip="Carga una lista previamente exportada desde un archivo."/>
|
||||
<button label="Exportar lista..." name="autoreplace_export_list" tool_tip="Guarda la lista seleccionada en un archivo para poder compartirla."/>
|
||||
<button label="Lista nueva..." name="autoreplace_new_list" tool_tip="Crea una lista nueva."/>
|
||||
<button label="Eliminar lista" name="autoreplace_delete_list" tool_tip="Elimina la lista seleccionada."/>
|
||||
<button name="autoreplace_list_up" tool_tip="Aumenta la prioridad de esta lista."/>
|
||||
<button name="autoreplace_list_down" tool_tip="Baja la prioridad de esta lista."/>
|
||||
<scroll_list name="autoreplace_list_replacements">
|
||||
<scroll_list.columns label="Palabra clave" name="Keyword"/>
|
||||
<scroll_list.columns label="Reemplazo" name="Replacement"/>
|
||||
</scroll_list>
|
||||
<button label="Añadir..." name="autoreplace_add_entry"/>
|
||||
<button label="Eliminar" name="autoreplace_delete_entry"/>
|
||||
<button label="Guardar entrada" name="autoreplace_save_entry" tool_tip="Guarda esta entrada."/>
|
||||
<button label="Guardar cambios" name="autoreplace_save_changes" tool_tip="Guarda todos los cambios."/>
|
||||
<button label="Cancelar" name="autoreplace_cancel" tool_tip="Descarta todos los cambios."/>
|
||||
</floater>
|
||||
<!--
|
||||
<text
|
||||
top_pad="10"
|
||||
left="10"
|
||||
height="16"
|
||||
width="260"
|
||||
follows="left|top"
|
||||
halign="center"
|
||||
mouse_opaque="true"
|
||||
name="autoreplace_text2">
|
||||
Entries
|
||||
</text>
|
||||
-->
|
||||
@@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<!--agentd teleport floater-->
|
||||
<floater name="teleport_floater" title="Teleportar" >
|
||||
<text name="teleport_text"> Semillas Región Pública: </text>
|
||||
<combo_box name="teleport_edit"/>
|
||||
<button name="teleport_btn" label="Teleportar"/>
|
||||
<button label="Cancelar" name="cancel_btn"/>
|
||||
</floater>
|
||||
32
indra/newview/skins/default/xui/fr/floater_autoreplace.xml
Normal file
32
indra/newview/skins/default/xui/fr/floater_autoreplace.xml
Normal file
@@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<floater name="autoreplace_floater" title="Paramètres Rechercher/Remplacer">
|
||||
<check_box label="Activer la fonction Rechercher/Remplacer" name="autoreplace_enable" tool_tip="Lors de la saisie du texte d'un chat, remplace chaque mot-clé spécifié par la valeur correspondante."/>
|
||||
<button label="Importer une liste..." name="autoreplace_import_list" tool_tip="Charger une liste précédemment exportée à partir d'un fichier."/>
|
||||
<button label="Exporter la liste..." name="autoreplace_export_list" tool_tip="Enregistrer la liste sélectionnée dans un fichier afin de pouvoir la partager."/>
|
||||
<button label="Nouvelle liste..." name="autoreplace_new_list" tool_tip="Créer une nouvelle liste."/>
|
||||
<button label="Supprimer la liste" name="autoreplace_delete_list" tool_tip="Supprimer la liste sélectionnée."/>
|
||||
<button name="autoreplace_list_up" tool_tip="Augmenter la priorité de cette liste."/>
|
||||
<button name="autoreplace_list_down" tool_tip="Diminuer la priorité de cette liste."/>
|
||||
<scroll_list name="autoreplace_list_replacements">
|
||||
<scroll_list.columns label="Mot-clé" name="Keyword"/>
|
||||
<scroll_list.columns label="Remplacement" name="Replacement"/>
|
||||
</scroll_list>
|
||||
<button label="Ajouter..." name="autoreplace_add_entry"/>
|
||||
<button label="Supprimer" name="autoreplace_delete_entry"/>
|
||||
<button label="Enregistrer" name="autoreplace_save_entry" tool_tip="Enregistrer cette entrée."/>
|
||||
<button label="Enregistrer les modifications" name="autoreplace_save_changes" tool_tip="Enregistrer toutes les modifications."/>
|
||||
<button label="Annuler" name="autoreplace_cancel" tool_tip="Ignorer toutes les modifications."/>
|
||||
</floater>
|
||||
<!--
|
||||
<text
|
||||
top_pad="10"
|
||||
left="10"
|
||||
height="16"
|
||||
width="260"
|
||||
follows="left|top"
|
||||
halign="center"
|
||||
mouse_opaque="true"
|
||||
name="autoreplace_text2">
|
||||
Entries
|
||||
</text>
|
||||
-->
|
||||
32
indra/newview/skins/default/xui/it/floater_autoreplace.xml
Normal file
32
indra/newview/skins/default/xui/it/floater_autoreplace.xml
Normal file
@@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<floater name="autoreplace_floater" title="Impostazioni sostituzione automatica">
|
||||
<check_box label="Attiva sostituzione automatica" name="autoreplace_enable" tool_tip="Quando inserisci testo nella chat, sostituisci le parole chiave inserite con l'elemento sostitutivo corrispondente."/>
|
||||
<button label="Importa lista..." name="autoreplace_import_list" tool_tip="Carica da file una lista esportata in precedenza."/>
|
||||
<button label="Esporta lista..." name="autoreplace_export_list" tool_tip="Salva la lista selezionata in un file per condividerla."/>
|
||||
<button label="Nuova lista..." name="autoreplace_new_list" tool_tip="Crea una nuova lista"/>
|
||||
<button label="Cancella lista" name="autoreplace_delete_list" tool_tip="Cancella la lista selezionata"/>
|
||||
<button name="autoreplace_list_up" tool_tip="Aumenta la priorità di questa lista."/>
|
||||
<button name="autoreplace_list_down" tool_tip="Diminuisci la priorità di questa lista."/>
|
||||
<scroll_list name="autoreplace_list_replacements">
|
||||
<scroll_list.columns label="Parola chiave" name="Keyword"/>
|
||||
<scroll_list.columns label="Sostituzione" name="Replacement"/>
|
||||
</scroll_list>
|
||||
<button label="Aggiungi..." name="autoreplace_add_entry"/>
|
||||
<button label="Rimuovi" name="autoreplace_delete_entry"/>
|
||||
<button label="Salva elemento" name="autoreplace_save_entry" tool_tip="Salva questo elemento."/>
|
||||
<button label="Salva modifiche" name="autoreplace_save_changes" tool_tip="Salva tutte le modifiche."/>
|
||||
<button label="Annulla" name="autoreplace_cancel" tool_tip="Annulla tutte le modifiche."/>
|
||||
</floater>
|
||||
<!--
|
||||
<text
|
||||
top_pad="10"
|
||||
left="10"
|
||||
height="16"
|
||||
width="260"
|
||||
follows="left|top"
|
||||
halign="center"
|
||||
mouse_opaque="true"
|
||||
name="autoreplace_text2">
|
||||
Entries
|
||||
</text>
|
||||
-->
|
||||
32
indra/newview/skins/default/xui/pt/floater_autoreplace.xml
Normal file
32
indra/newview/skins/default/xui/pt/floater_autoreplace.xml
Normal file
@@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<floater name="autoreplace_floater" title="Configurações da substituição automática">
|
||||
<check_box label="Habilitar substituição automática" name="autoreplace_enable" tool_tip="Ao inserir texto de bate-papo, substitua quaisquer palavras-chave inseridas pela substituição correspondente"/>
|
||||
<button label="Importar lista..." name="autoreplace_import_list" tool_tip="Carrega uma lista exportada anteriormente de um arquivo."/>
|
||||
<button label="Exportar lista..." name="autoreplace_export_list" tool_tip="Salva um arquivo da lista selecionada para compartilhá-la."/>
|
||||
<button label="Nova lista..." name="autoreplace_new_list" tool_tip="Cria uma nova lista."/>
|
||||
<button label="Excluir lista" name="autoreplace_delete_list" tool_tip="Exclui a lista selecionada."/>
|
||||
<button name="autoreplace_list_up" tool_tip="Aumenta a prioridade desta lista."/>
|
||||
<button name="autoreplace_list_down" tool_tip="Diminui a prioridade desta lista."/>
|
||||
<scroll_list name="autoreplace_list_replacements">
|
||||
<scroll_list.columns label="Palavra-chave" name="Keyword"/>
|
||||
<scroll_list.columns label="Substituição" name="Replacement"/>
|
||||
</scroll_list>
|
||||
<button label="Adicionar..." name="autoreplace_add_entry"/>
|
||||
<button label="Remover" name="autoreplace_delete_entry"/>
|
||||
<button label="Salvar entrada" name="autoreplace_save_entry" tool_tip="Salva esta entrada."/>
|
||||
<button label="Salvar alterações" name="autoreplace_save_changes" tool_tip="Salvar todas as alterações."/>
|
||||
<button label="Cancelar" name="autoreplace_cancel" tool_tip="Descarta todas as alterações."/>
|
||||
</floater>
|
||||
<!--
|
||||
<text
|
||||
top_pad="10"
|
||||
left="10"
|
||||
height="16"
|
||||
width="260"
|
||||
follows="left|top"
|
||||
halign="center"
|
||||
mouse_opaque="true"
|
||||
name="autoreplace_text2">
|
||||
Entries
|
||||
</text>
|
||||
-->
|
||||
Reference in New Issue
Block a user