Files
SingularityViewer/indra/newview/skins/default/xui/en-us/floater_pathfinding_linksets.xml
2013-04-26 20:03:28 -03:00

641 lines
17 KiB
XML

<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
positioning="cascading"
can_close="true"
can_minimize="true"
can_resize="true"
height="395"
width="1075"
min_height="395"
min_width="990"
layout="topleft"
name="floater_pathfinding_linksets"
title="Pathfinding linksets">
<string name="messaging_initial"></string>
<string name="messaging_get_inprogress">Querying for pathfinding linksets ...</string>
<string name="messaging_get_error">Error detected while querying for pathfinding linksets.</string>
<string name="messaging_set_inprogress">Modifying selected pathfinding linksets ...</string>
<string name="messaging_set_error">Error detected while modifying selected pathfinding linksets.</string>
<string name="messaging_complete_none_found">No pathfinding linksets.</string>
<string name="messaging_complete_available">[NUM_SELECTED] linksets selected out of [NUM_TOTAL].</string>
<string name="messaging_not_enabled">This region is not enabled for pathfinding.</string>
<string name="linkset_terrain_name">[Terrain]</string>
<string name="linkset_terrain_description">--</string>
<string name="linkset_terrain_owner">--</string>
<string name="linkset_terrain_scripted">--</string>
<string name="linkset_terrain_land_impact">--</string>
<string name="linkset_terrain_dist_from_you">--</string>
<string name="linkset_owner_loading">[Loading]</string>
<string name="linkset_owner_unknown">[Unknown]</string>
<string name="linkset_owner_group">[group]</string>
<string name="linkset_is_scripted">Yes</string>
<string name="linkset_is_not_scripted">No</string>
<string name="linkset_is_unknown_scripted">Unknown</string>
<string name="linkset_use_walkable">Walkable</string>
<string name="linkset_use_static_obstacle">Static obstacle</string>
<string name="linkset_use_dynamic_obstacle">Movable obstacle</string>
<string name="linkset_use_material_volume">Material volume</string>
<string name="linkset_use_exclusion_volume">Exclusion volume</string>
<string name="linkset_use_dynamic_phantom">Movable phantom</string>
<string name="linkset_is_terrain">[unmodifiable]</string>
<string name="linkset_is_restricted_state">[restricted]</string>
<string name="linkset_is_non_volume_state">[concave]</string>
<string name="linkset_is_restricted_non_volume_state">[restricted,concave]</string>
<string name="linkset_choose_use">Choose linkset use...</string>
<panel name="pathfinding_linksets_main"
bottom="160"
border="false"
bevel_style="none"
follows="left|top|right|bottom"
layout="topleft"
height="226"
mouse_opaque="false"
width="1059">
<text name="linksets_filter_label"
height="13"
word_wrap="false"
use_ellipses="false"
type="string"
text_color="LabelTextColor"
length="1"
follows="left|top"
layout="topleft"
left="20"
bottom_delta="-34"
width="67">
Filter by:
</text>
<text name="linksets_name_label"
height="13"
word_wrap="false"
use_ellipses="false"
type="string"
text_color="LabelTextColor"
length="1"
follows="left|top"
layout="topleft"
left_delta="67"
bottom_delta="0"
width="62">
Name
</text>
<line_editor
border_style="line"
border_thickness="1"
follows="left|top"
height="20"
layout="topleft"
left_delta="62"
top_pad="-18"
max_length_chars="255"
name="filter_by_name"
bottom_delta="-5"
width="161" />
<text name="linksets_desc_label"
height="13"
word_wrap="false"
use_ellipses="false"
type="string"
text_color="LabelTextColor"
length="1"
follows="left|top"
layout="topleft"
left_delta="183"
top_pad="-15"
bottom_delta="5"
width="88">
Description
</text>
<line_editor
border_style="line"
border_thickness="1"
follows="left|top"
height="20"
layout="topleft"
left_delta="88"
top_pad="-17"
max_length_chars="255"
name="filter_by_description"
bottom_delta="-5"
width="162" />
<combo_box
height="20"
layout="topleft"
follows="left|top"
name="filter_by_linkset_use"
left_delta="194"
top_pad="-20"
bottom_delta="0"
width="199">
<combo_item
name="filter_by_linkset_use_none"
value="0">
Filter by linkset use...
</combo_item>
<combo_item
name="filter_by_linkset_use_walkable"
value="1">
Walkable
</combo_item>
<combo_item
name="filter_by_linkset_use_static_obstacle"
value="2">
Static obstacle
</combo_item>
<combo_item
name="filter_by_linkset_use_dynamic_obstacle"
value="3">
Movable obstacle
</combo_item>
<combo_item
name="filter_by_linkset_use_material_volume"
value="4">
Material volume
</combo_item>
<combo_item
name="filter_by_linkset_use_exclusion_volume"
value="5">
Exclusion volume
</combo_item>
<combo_item
name="filter_by_linkset_use_dynamic_phantom"
value="6">
Movable phantom
</combo_item>
</combo_box>
<button
follows="right|top"
height="21"
label="Apply"
layout="topleft"
name="apply_filters"
top_pad="-21"
left_delta="290"
bottom_delta="0"
width="73"/>
<button
follows="right|top"
height="21"
label="Clear"
layout="topleft"
name="clear_filters"
top_pad="-21"
left_delta="81"
bottom_delta="0"
width="73"/>
<scroll_list
column_padding="0"
draw_heading="true"
follows="all"
height="135"
layout="topleft"
left="18"
bottom_delta="-150"
top_pad="15"
tab_stop="false"
multi_select="true"
name="objects_scroll_list"
width="1040">
<column
label="Name (root prim)"
name="name"
dynamicwidth="true" />
<column
label="Description (root prim)"
name="description"
width="158" />
<column
label="Owner"
name="owner"
width="141" />
<column
label="Scripted"
name="scripted"
width="65" />
<column
label="Impact"
name="land_impact"
width="60" />
<column
label="Distance"
name="dist_from_you"
width="70" />
<column
label="Linkset use"
name="linkset_use"
width="236" />
<column
label="A%"
name="a_percent"
width="44" />
<column
label="B%"
name="b_percent"
width="44" />
<column
label="C%"
name="c_percent"
width="44" />
<column
label="D%"
name="d_percent"
width="44" />
</scroll_list>
<text
height="13"
word_wrap="false"
use_ellipses="false"
type="string"
text_color="LabelTextColor"
length="1"
follows="left|bottom|right"
layout="topleft"
name="messaging_status"
bottom_delta="-23"
width="679">
Linksets:
</text>
<button
follows="right|bottom"
height="21"
label="Refresh list"
layout="topleft"
name="refresh_objects_list"
top_pad="-16"
left_delta="685"
bottom_delta="-5"
width="115"/>
<button
follows="right|bottom"
height="21"
label="Select all"
layout="topleft"
name="select_all_objects"
top_pad="-21"
left_pad="8"
left_delta="120"
bottom_delta="0"
width="115"/>
<button
follows="right|bottom"
height="21"
label="Select none"
layout="topleft"
name="select_none_objects"
top_pad="-21"
left_pad="8"
left_delta="120"
bottom_delta="0"
width="115"/>
</panel>
<view_border
bevel_style="none"
follows="left|bottom|right"
height="0"
layout="topleft"
name="horiz_separator"
top_pad="0"
left="18"
width="1039"/>
<panel name="pathfinding_linksets_actions"
border="false"
bevel_style="none"
follows="left|right|bottom"
layout="topleft"
left="0"
height="67"
mouse_opaque="false"
width="1010">
<text name="linksets_actions_label"
height="13"
word_wrap="false"
use_ellipses="false"
type="string"
text_color="LabelTextColor"
text_readonly_color="LabelDisabledColor"
length="1"
left="18"
follows="left|bottom|right"
layout="topleft"
top_pad="8"
width="580">
Actions on selected linksets (If a linkset is removed from the world, its attributes may be lost):
</text>
<check_box
height="19"
follows="left|bottom"
label="Show beacon"
layout="topleft"
name="show_beacon"
left_delta="625"
top_pad="-16"
bottom_delta="-5"
width="90" />
<button
follows="left|bottom"
height="21"
label="Take"
layout="topleft"
name="take_objects"
top_pad="9"
left="18"
bottom_delta="-29"
width="95"/>
<button
follows="left|bottom"
height="21"
label="Take copy"
layout="topleft"
name="take_copy_objects"
top_pad="-21"
left_delta="100"
bottom_delta="0"
width="95"/>
<button
follows="left|bottom"
height="21"
label="Teleport me to it"
layout="topleft"
name="teleport_me_to_object"
top_pad="-21"
left_delta="334"
bottom_delta="0"
width="160"/>
<button
follows="right|bottom"
height="21"
label="Return"
layout="topleft"
name="return_objects"
top_pad="-21"
left_delta="412"
bottom_delta="0"
width="95"/>
<button
follows="right|bottom"
height="21"
label="Delete"
layout="topleft"
name="delete_objects"
top_pad="-21"
left_delta="100"
bottom_delta="0"
width="95"/>
</panel>
<view_border
bevel_style="none"
follows="left|bottom|right"
height="0"
layout="topleft"
name="horiz_separator"
top_pad="0"
left="18"
width="1039"/>
<panel name="pathfinding_linksets_attributes"
border="false"
bevel_style="none"
follows="left|right|bottom"
layout="topleft"
left="0"
height="75"
mouse_opaque="false"
width="1010">
<text name="linksets_attributes_label"
height="13"
word_wrap="false"
use_ellipses="false"
type="string"
text_color="LabelTextColor"
length="1"
follows="left|bottom"
layout="topleft"
left="18"
top_pad="8"
bottom_delta="-20"
width="972">
Edit attributes of selected linksets and press the button to apply changes
</text>
<combo_box
height="20"
layout="topleft"
follows="left|top"
name="edit_linkset_use"
left="18"
top_pad="17"
bottom_delta="-34"
width="199">
</combo_box>
<text
height="13"
word_wrap="false"
use_ellipses="false"
type="string"
text_color="LabelTextColor"
text_readonly_color="LabelDisabledColor"
name="walkability_coefficients_label"
length="1"
follows="left|bottom"
layout="topleft"
left_delta="235"
top_pad="-17"
bottom_delta="4"
width="110">
Walkability:
</text>
<text
height="13"
word_wrap="false"
use_ellipses="false"
type="string"
text_color="LabelTextColor"
text_readonly_color="LabelDisabledColor"
name="edit_a_label"
length="1"
follows="left|bottom"
layout="topleft"
left_delta="110"
bottom_delta="0"
width="18">
A
</text>
<line_editor
border_style="line"
border_thickness="1"
follows="left|bottom"
height="21"
layout="topleft"
left_delta="18"
top_pad="-19"
max_length_chars="3"
name="edit_a_value"
tool_tip="Walkability for characters of type A. Example character type is humanoid."
bottom_delta="-4"
width="45" />
<text
height="13"
word_wrap="false"
use_ellipses="false"
type="string"
text_color="LabelTextColor"
text_readonly_color="LabelDisabledColor"
name="edit_b_label"
length="1"
follows="left|bottom"
layout="topleft"
left_delta="95"
top_pad="-15"
bottom_delta="4"
width="18">
B
</text>
<line_editor
border_style="line"
border_thickness="1"
follows="left|bottom"
height="21"
layout="topleft"
left_delta="18"
top_pad="-19"
max_length_chars="3"
name="edit_b_value"
tool_tip="Walkability for characters of type B. Example character type is creature."
bottom_delta="-4"
width="45" />
<text
height="13"
word_wrap="false"
use_ellipses="false"
type="string"
text_color="LabelTextColor"
text_readonly_color="LabelDisabledColor"
name="edit_c_label"
length="1"
follows="left|bottom"
layout="topleft"
left_delta="95"
top_pad="-15"
bottom_delta="4"
width="18">
C
</text>
<line_editor
border_style="line"
border_thickness="1"
follows="left|bottom"
height="21"
layout="topleft"
left_delta="18"
top_pad="-19"
max_length_chars="3"
name="edit_c_value"
tool_tip="Walkability for characters of type C. Example character type is mechanical."
bottom_delta="-4"
width="45" />
<text
height="13"
word_wrap="false"
use_ellipses="false"
type="string"
text_color="LabelTextColor"
text_readonly_color="LabelDisabledColor"
name="edit_d_label"
length="1"
follows="left|bottom"
layout="topleft"
left_delta="95"
top_pad="-15"
bottom_delta="4"
width="18">
D
</text>
<line_editor
border_style="line"
border_thickness="1"
follows="left|bottom"
height="21"
layout="topleft"
left_delta="18"
top_pad="-19"
max_length_chars="3"
name="edit_d_value"
tool_tip="Walkability for characters of type D. Example character type is other."
bottom_delta="-4"
width="45" />
<button
follows="left|bottom"
height="21"
label="Apply changes"
layout="topleft"
name="apply_edit_values"
top_pad="-21"
left_delta="95"
bottom_delta="0"
width="160"/>
<text
height="13"
word_wrap="false"
use_ellipses="false"
type="string"
text_color="LabelTextColor"
text_readonly_color="LabelDisabledColor"
name="suggested_use_a_label"
length="1"
follows="left|bottom"
layout="topleft"
left="375"
top_pad="5"
bottom_delta="-15"
width="107">
(Humanoid)
</text>
<text
height="13"
word_wrap="false"
use_ellipses="false"
type="string"
text_color="LabelTextColor"
text_readonly_color="LabelDisabledColor"
name="suggested_use_b_label"
length="1"
follows="left|bottom"
layout="topleft"
left_delta="112"
bottom_delta="0"
width="107">
(Creature)
</text>
<text
height="13"
word_wrap="false"
use_ellipses="false"
type="string"
text_color="LabelTextColor"
text_readonly_color="LabelDisabledColor"
name="suggested_use_c_label"
length="1"
follows="left|bottom"
layout="topleft"
left_delta="112"
bottom_delta="0"
width="107">
(Mechanical)
</text>
<text
height="13"
word_wrap="false"
use_ellipses="false"
type="string"
text_color="LabelTextColor"
text_readonly_color="LabelDisabledColor"
name="suggested_use_d_label"
length="1"
follows="left|bottom"
layout="topleft"
left_delta="112"
bottom_delta="0"
width="107">
(Other)
</text>
</panel>
</floater>