diff options
author | Jacek Antonelli | 2008-09-06 18:24:57 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-09-06 18:25:07 -0500 |
commit | 798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch) | |
tree | 1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/newview/skins/silver/xui | |
parent | Second Life viewer sources 1.20.15 (diff) | |
download | meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2 meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz |
Second Life viewer sources 1.21.0-RC
Diffstat (limited to 'linden/indra/newview/skins/silver/xui')
4 files changed, 42 insertions, 10 deletions
diff --git a/linden/indra/newview/skins/silver/xui/en-us/floater_about_land.xml b/linden/indra/newview/skins/silver/xui/en-us/floater_about_land.xml index b9c3755..d7a6540 100644 --- a/linden/indra/newview/skins/silver/xui/en-us/floater_about_land.xml +++ b/linden/indra/newview/skins/silver/xui/en-us/floater_about_land.xml | |||
@@ -227,6 +227,10 @@ | |||
227 | <string name="sale_pending_text"> | 227 | <string name="sale_pending_text"> |
228 | (Sale Pending) | 228 | (Sale Pending) |
229 | </string> | 229 | </string> |
230 | <string name="no_selection_text"> | ||
231 | No parcel selected. | ||
232 | Go to World menu > About Land or select another parcel to show its details. | ||
233 | </string> | ||
230 | </panel> | 234 | </panel> |
231 | <panel border="true" bottom="-349" enabled="true" follows="left|top|right|bottom" | 235 | <panel border="true" bottom="-349" enabled="true" follows="left|top|right|bottom" |
232 | height="333" label="Covenant" left="0" mouse_opaque="true" | 236 | height="333" label="Covenant" left="0" mouse_opaque="true" |
@@ -310,7 +314,7 @@ | |||
310 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 314 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
311 | bottom="-20" drop_shadow_visible="true" enabled="true" follows="left|top" | 315 | bottom="-20" drop_shadow_visible="true" enabled="true" follows="left|top" |
312 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="4" | 316 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="4" |
313 | mouse_opaque="true" name="parcel_object_bonus" v_pad="0" visible="fakse" | 317 | mouse_opaque="true" name="parcel_object_bonus" v_pad="0" visible="false" |
314 | width="364"> | 318 | width="364"> |
315 | Region Object Bonus Factor: [BONUS] | 319 | Region Object Bonus Factor: [BONUS] |
316 | </text> | 320 | </text> |
@@ -454,7 +458,7 @@ | |||
454 | halign="center" height="16" label="Return objects..." | 458 | halign="center" height="16" label="Return objects..." |
455 | label_selected="Return objects..." left="220" mouse_opaque="true" | 459 | label_selected="Return objects..." left="220" mouse_opaque="true" |
456 | name="Return objects..." width="164" /> | 460 | name="Return objects..." width="164" /> |
457 | <name_list allow_calling_card_drop="false" background_visible="false" bottom="-329" | 461 | <name_list allow_calling_card_drop="false" background_visible="true" bottom="-329" |
458 | column_padding="0" draw_border="true" draw_heading="true" | 462 | column_padding="0" draw_border="true" draw_heading="true" |
459 | draw_stripes="true" enabled="true" | 463 | draw_stripes="true" enabled="true" |
460 | follows="left|top|right|bottom" height="117" left="4" mouse_opaque="true" | 464 | follows="left|top|right|bottom" height="117" left="4" mouse_opaque="true" |
@@ -463,6 +467,7 @@ | |||
463 | <column name="online_status" width="-1" /> | 467 | <column name="online_status" width="-1" /> |
464 | <column name="name" dynamicwidth="true" label="Name" /> | 468 | <column name="name" dynamicwidth="true" label="Name" /> |
465 | <column name="count" label="Count" width="70" /> | 469 | <column name="count" label="Count" width="70" /> |
470 | <column label="Most Recent" width="160" /> | ||
466 | </name_list> | 471 | </name_list> |
467 | </panel> | 472 | </panel> |
468 | <panel border="true" bottom="-349" enabled="true" follows="left|top|right|bottom" | 473 | <panel border="true" bottom="-349" enabled="true" follows="left|top|right|bottom" |
@@ -819,7 +824,7 @@ Options: | |||
819 | tool_tip="Ban residents who have not verified their age. See support.secondlife.com for more information." | 824 | tool_tip="Ban residents who have not verified their age. See support.secondlife.com for more information." |
820 | width="278" /> | 825 | width="278" /> |
821 | <string name="estate_override"> | 826 | <string name="estate_override"> |
822 | One ore more of these options is set at the estate level | 827 | One or more of these options is set at the estate level |
823 | </string> | 828 | </string> |
824 | <check_box bottom_delta="-20" enabled="true" follows="left|top" font="SansSerifSmall" | 829 | <check_box bottom_delta="-20" enabled="true" follows="left|top" font="SansSerifSmall" |
825 | height="16" initial_value="false" label="Allow Group Access: [GROUP]" | 830 | height="16" initial_value="false" label="Allow Group Access: [GROUP]" |
diff --git a/linden/indra/newview/skins/silver/xui/en-us/floater_live_lsleditor.xml b/linden/indra/newview/skins/silver/xui/en-us/floater_live_lsleditor.xml index f7e230f..fa7db4e 100644 --- a/linden/indra/newview/skins/silver/xui/en-us/floater_live_lsleditor.xml +++ b/linden/indra/newview/skins/silver/xui/en-us/floater_live_lsleditor.xml | |||
@@ -11,6 +11,9 @@ | |||
11 | mouse_opaque="true" name="running" radio_style="false" width="100" /> | 11 | mouse_opaque="true" name="running" radio_style="false" width="100" /> |
12 | <panel bottom="-524" enabled="true" follows="left|top|right|bottom" height="506" | 12 | <panel bottom="-524" enabled="true" follows="left|top|right|bottom" height="506" |
13 | left="1" name="script ed panel" width="497" /> | 13 | left="1" name="script ed panel" width="497" /> |
14 | <check_box bottom="-545" enabled="false" follows="left|bottom" font="SansSerif" | ||
15 | height="18" hidden="false" initial_value="true" label="Mono" left="82" | ||
16 | mouse_opaque="true" name="mono" radio_style="false" width="100" /> | ||
14 | <string name="not_allowed"> | 17 | <string name="not_allowed"> |
15 | You are not allowed to view this script. | 18 | You are not allowed to view this script. |
16 | </string> | 19 | </string> |
diff --git a/linden/indra/newview/skins/silver/xui/en-us/floater_script_ed_panel.xml b/linden/indra/newview/skins/silver/xui/en-us/floater_script_ed_panel.xml index 0eca4ac..022065e 100644 --- a/linden/indra/newview/skins/silver/xui/en-us/floater_script_ed_panel.xml +++ b/linden/indra/newview/skins/silver/xui/en-us/floater_script_ed_panel.xml | |||
@@ -5,7 +5,7 @@ | |||
5 | embedded_items="false" enabled="true" follows="left|top|right|bottom" | 5 | embedded_items="false" enabled="true" follows="left|top|right|bottom" |
6 | font="Monospace" height="376" ignore_tab="false" left="4" | 6 | font="Monospace" height="376" ignore_tab="false" left="4" |
7 | max_length="65536" mouse_opaque="true" name="Script Editor" width="492" | 7 | max_length="65536" mouse_opaque="true" name="Script Editor" width="492" |
8 | word_wrap="true"> | 8 | word_wrap="true" show_line_numbers="true"> |
9 | Loading... | 9 | Loading... |
10 | </text_editor> | 10 | </text_editor> |
11 | <button bottom="-499" enabled="true" follows="right|bottom" font="SansSerif" | 11 | <button bottom="-499" enabled="true" follows="right|bottom" font="SansSerif" |
diff --git a/linden/indra/newview/skins/silver/xui/en-us/floater_tools.xml b/linden/indra/newview/skins/silver/xui/en-us/floater_tools.xml index cd453fa..63e1be2 100644 --- a/linden/indra/newview/skins/silver/xui/en-us/floater_tools.xml +++ b/linden/indra/newview/skins/silver/xui/en-us/floater_tools.xml | |||
@@ -3,7 +3,7 @@ | |||
3 | can_resize="false" follows="left|top" height="550" | 3 | can_resize="false" follows="left|top" height="550" |
4 | left="308" min_height="100" min_width="100" mouse_opaque="true" | 4 | left="308" min_height="100" min_width="100" mouse_opaque="true" |
5 | name="toolbox floater" rect_control="ToolboxRect" sound_flags="0" title="" | 5 | name="toolbox floater" rect_control="ToolboxRect" sound_flags="0" title="" |
6 | width="272"> | 6 | short_title="Build" width="272"> |
7 | 7 | ||
8 | <!-- Main floater tabs --> | 8 | <!-- Main floater tabs --> |
9 | 9 | ||
@@ -278,6 +278,15 @@ | |||
278 | Large | 278 | Large |
279 | </combo_item> | 279 | </combo_item> |
280 | </combo_box> | 280 | </combo_box> |
281 | <volume_slider bottom_delta="-19" follows="left|top" height="16" hidden="false" increment="0.1" | ||
282 | initial_val="0.00" left="176" max_val="2.0" min_val="-1.0" | ||
283 | mouse_opaque="true" name="slider force" width="70" /> | ||
284 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
285 | bottom_delta="4" drop_shadow_visible="true" enabled="true" follows="left|top" | ||
286 | font="SansSerifSmall" h_pad="0" halign="left" height="12" hidden="false" | ||
287 | left="126" mouse_opaque="true" name="Strength:" v_pad="0" width="128"> | ||
288 | Strength: | ||
289 | </text> | ||
281 | <button bottom_delta="-20" follows="left|top" font="SansSerifSmall" halign="center" | 290 | <button bottom_delta="-20" follows="left|top" font="SansSerifSmall" halign="center" |
282 | height="16" label="Apply to selection" label_selected="Apply to selection" | 291 | height="16" label="Apply to selection" label_selected="Apply to selection" |
283 | left="118" mouse_opaque="true" name="button apply to selection" | 292 | left="118" mouse_opaque="true" name="button apply to selection" |
@@ -417,13 +426,13 @@ | |||
417 | name="checkbox for sale" width="78" /> | 426 | name="checkbox for sale" width="78" /> |
418 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 427 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
419 | bottom_delta="0" drop_shadow_visible="true" follows="left|top" | 428 | bottom_delta="0" drop_shadow_visible="true" follows="left|top" |
420 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="100" | 429 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="90" |
421 | mouse_opaque="true" name="Price: L$" v_pad="0" width="56"> | 430 | mouse_opaque="true" name="Cost" v_pad="0" width="78"> |
422 | Price: L$ | 431 | Price: L$ |
423 | </text> | 432 | </text> |
424 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0" | 433 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0" |
425 | follows="left|top|right" font="SansSerifSmall" height="16" left_delta="56" | 434 | follows="left|top|right" font="SansSerifSmall" height="16" left_delta="80" |
426 | max_length="25" mouse_opaque="true" name="EdCost" width="84" /> | 435 | max_length="25" mouse_opaque="true" name="Edit Cost" width="75" /> |
427 | <radio_group bottom="-286" draw_border="false" follows="left|top|right" height="16" | 436 | <radio_group bottom="-286" draw_border="false" follows="left|top|right" height="16" |
428 | left="42" mouse_opaque="true" name="sale type" width="218"> | 437 | left="42" mouse_opaque="true" name="sale type" width="218"> |
429 | <radio_item bottom="-16" follows="left|top" height="16" left="0" mouse_opaque="true" | 438 | <radio_item bottom="-16" follows="left|top" height="16" left="0" mouse_opaque="true" |
@@ -537,6 +546,21 @@ | |||
537 | <string name="text modify warning"> | 546 | <string name="text modify warning"> |
538 | Must select entire object to set permissions. | 547 | Must select entire object to set permissions. |
539 | </string> | 548 | </string> |
549 | <string name="Cost Default"> | ||
550 | Price: L$ | ||
551 | </string> | ||
552 | <string name="Cost Total"> | ||
553 | Total Price: L$ | ||
554 | </string> | ||
555 | <string name="Cost Per Unit"> | ||
556 | Price Per: L$ | ||
557 | </string> | ||
558 | <string name="Cost Mixed"> | ||
559 | Mixed Price | ||
560 | </string> | ||
561 | <string name="Sale Mixed"> | ||
562 | Mixed Sale | ||
563 | </string> | ||
540 | </panel> | 564 | </panel> |
541 | 565 | ||
542 | <!-- Object sub-tab --> | 566 | <!-- Object sub-tab --> |
@@ -1178,7 +1202,7 @@ | |||
1178 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 1202 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
1179 | bottom_delta="0" drop_shadow_visible="true" follows="left|top" | 1203 | bottom_delta="0" drop_shadow_visible="true" follows="left|top" |
1180 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="4" | 1204 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="4" |
1181 | mouse_opaque="true" name="label_area" v_pad="0" width="72"> | 1205 | mouse_opaque="true" name="label_area" v_pad="0" width="128"> |
1182 | Area: [AREA] sq. m. | 1206 | Area: [AREA] sq. m. |
1183 | </text> | 1207 | </text> |
1184 | <button bottom_delta="-38" follows="left|top" font="SansSerif" halign="center" | 1208 | <button bottom_delta="-38" follows="left|top" font="SansSerif" halign="center" |