diff options
author | Jacek Antonelli | 2008-08-15 23:45:54 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:54 -0500 |
commit | d0b03a62fd799317d5da0bd56615739ce3b5b052 (patch) | |
tree | 8bc79bbbb52e18294f62810d9fa66ce136f90e2d /linden/indra/newview/skins/xui/en-us | |
parent | Second Life viewer sources 1.20.8 (diff) | |
download | meta-impy-d0b03a62fd799317d5da0bd56615739ce3b5b052.zip meta-impy-d0b03a62fd799317d5da0bd56615739ce3b5b052.tar.gz meta-impy-d0b03a62fd799317d5da0bd56615739ce3b5b052.tar.bz2 meta-impy-d0b03a62fd799317d5da0bd56615739ce3b5b052.tar.xz |
Second Life viewer sources 1.20.9
Diffstat (limited to 'linden/indra/newview/skins/xui/en-us')
6 files changed, 100 insertions, 78 deletions
diff --git a/linden/indra/newview/skins/xui/en-us/alerts.xml b/linden/indra/newview/skins/xui/en-us/alerts.xml index e3d0dbf..08a316a 100644 --- a/linden/indra/newview/skins/xui/en-us/alerts.xml +++ b/linden/indra/newview/skins/xui/en-us/alerts.xml | |||
@@ -1077,7 +1077,7 @@ Your system contains a graphics card that is unknown to us at this time. | |||
1077 | This is often the case with new hardware we haven't had a chance to | 1077 | This is often the case with new hardware we haven't had a chance to |
1078 | test. Second Life will most likely run properly, but you may need to | 1078 | test. Second Life will most likely run properly, but you may need to |
1079 | adjust your graphics settings to something more appropriate. | 1079 | adjust your graphics settings to something more appropriate. |
1080 | (Edit->Preferences->Graphics). | 1080 | (Edit menu > Preferences > Graphics). |
1081 | </message> | 1081 | </message> |
1082 | <ignore name="ignore"> | 1082 | <ignore name="ignore"> |
1083 | Ignore unknown graphics card | 1083 | Ignore unknown graphics card |
diff --git a/linden/indra/newview/skins/xui/en-us/floater_critical.xml b/linden/indra/newview/skins/xui/en-us/floater_critical.xml index 126a8ac..5ce1f5c 100644 --- a/linden/indra/newview/skins/xui/en-us/floater_critical.xml +++ b/linden/indra/newview/skins/xui/en-us/floater_critical.xml | |||
@@ -2,19 +2,18 @@ | |||
2 | <floater can_close="false" can_drag_on_left="false" can_minimize="false" | 2 | <floater can_close="false" can_drag_on_left="false" can_minimize="false" |
3 | can_resize="false" height="500" min_height="100" min_width="100" | 3 | can_resize="false" height="500" min_height="100" min_width="100" |
4 | name="modal container" title="" width="600"> | 4 | name="modal container" title="" width="600"> |
5 | <button bottom="-484" font="SansSerif" halign="center" height="20" label="Continue" | 5 | <button bottom="15" font="SansSerif" halign="center" height="20" label="Continue" |
6 | label_selected="Continue" left="376" mouse_opaque="true" name="Continue" | 6 | label_selected="Continue" left="370" mouse_opaque="true" name="Continue" |
7 | width="100" /> | 7 | width="100" /> |
8 | <button bottom="-484" font="SansSerif" halign="center" height="20" label="Cancel" | 8 | <button bottom="15" font="SansSerif" halign="center" height="20" label="Cancel" |
9 | label_selected="Cancel" left_delta="108" mouse_opaque="true" name="Cancel" | 9 | label_selected="Cancel" left_delta="108" mouse_opaque="true" name="Cancel" |
10 | width="100" /> | 10 | width="100" /> |
11 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" bottom="-31" drop_shadow_visible="true" follows="left|top" font="SansSerif" h_pad="0" halign="left" height="15" left="16" mouse_opaque="true" name="tos_title" v_pad="0" width="568"> | 11 | <!-- No title text here because our "critical message" is usually the |
12 | Critical Message | 12 | community standards. JC --> |
13 | </text> | 13 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" bottom="-35" drop_shadow_visible="true" follows="left|top" font="SansSerif" h_pad="0" halign="left" height="20" left="20" mouse_opaque="true" name="tos_heading" v_pad="0" width="552"> |
14 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" bottom="-77" drop_shadow_visible="true" follows="left|top" font="SansSerif" h_pad="0" halign="left" height="30" left="32" mouse_opaque="true" name="tos_heading" v_pad="0" width="552"> | ||
15 | Please read the following message carefully. | 14 | Please read the following message carefully. |
16 | </text> | 15 | </text> |
17 | <text_editor bottom="-376" embedded_items="false" follows="left|top" font="SansSerif" height="283" left="16" max_length="65536" mouse_opaque="true" text_readonly_color="255,255,255,255" bg_readonly_color="0, 30, 80, 200" name="tos_text" width="568" word_wrap="true"> | 16 | <text_editor bottom="45" embedded_items="false" follows="left|top" font="SansSerif" left="20" max_length="65536" mouse_opaque="true" text_readonly_color="255,255,255,255" bg_readonly_color="0, 30, 80, 200" name="tos_text" right="-20" top="-45" word_wrap="true"> |
18 | TOS_TEXT | 17 | TOS_TEXT |
19 | </text_editor> | 18 | </text_editor> |
20 | </floater> \ No newline at end of file | 19 | </floater> \ No newline at end of file |
diff --git a/linden/indra/newview/skins/xui/en-us/floater_directory.xml b/linden/indra/newview/skins/xui/en-us/floater_directory.xml index 43f255c..dd7520c 100644 --- a/linden/indra/newview/skins/xui/en-us/floater_directory.xml +++ b/linden/indra/newview/skins/xui/en-us/floater_directory.xml | |||
@@ -385,71 +385,94 @@ To buy direct, visit the land and click on the place name in the title bar. | |||
385 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="4" | 385 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="4" |
386 | mouse_opaque="true" name="result_text" v_pad="0" width="328" /> | 386 | mouse_opaque="true" name="result_text" v_pad="0" width="328" /> |
387 | </panel> | 387 | </panel> |
388 | <panel border="true" bottom="-549" follows="left|top|right|bottom" height="533" | 388 | <panel border="true" bottom="-549" follows="left|top|right|bottom" height="533" |
389 | label="Places" left="1" mouse_opaque="false" | 389 | label="Places" left="1" mouse_opaque="false" name="places_panel" |
390 | name="places_panel" | ||
391 | width="778"> | 390 | width="778"> |
392 | <string name="searching_text">Searching...</string> | 391 | <string name="searching_text"> |
393 | <string name="not_found_text">None Found.</string> | 392 | Searching... |
394 | <button bottom="-30" follows="top|left" font="SansSerifSmall" height="20" | 393 | </string> |
395 | label="Back" | 394 | <string name="not_found_text"> |
396 | left="10" | 395 | None Found. |
397 | name="back_btn" width="70" /> | 396 | </string> |
398 | <button bottom_delta="0" follows="top|left" font="SansSerifSmall" height="20" | 397 | <button bottom="-533" follows="left|bottom" font="SansSerif" halign="center" |
399 | label="Forward" left_delta="75" | 398 | height="20" label="Next >" label_selected="Next >" |
400 | name="forward_btn" width="70" /> | 399 | mouse_opaque="true" name="Next >" right="344" width="80" /> |
401 | <line_editor bevel_style="in" | 400 | <button bottom_delta="0" follows="left|bottom" font="SansSerif" halign="center" |
402 | border_style="line" | 401 | height="20" label="< Prev" label_selected="< Prev" |
403 | border_thickness="1" | 402 | mouse_opaque="true" name="< Prev" right="258" width="80" /> |
404 | bottom_delta="0" | 403 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
405 | enabled="true" | 404 | bottom="-24" drop_shadow_visible="true" follows="left|top" font="SansSerif" |
406 | follows="top|left|right" | 405 | h_pad="0" halign="left" height="16" left="4" mouse_opaque="true" |
407 | font="SansSerif" | 406 | name="find" v_pad="0" width="50"> |
408 | handle_edit_keys_directly="false" | 407 | Find: |
409 | commit_on_focus_lost="false" | 408 | </text> |
410 | height="20" | 409 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-24" |
411 | hidden="false" | 410 | follows="left|top" font="SansSerif" height="18" left_delta="38" |
412 | label="Search" | 411 | max_length="63" mouse_opaque="true" name="name" width="128" /> |
413 | left_delta="80" | 412 | <check_box bottom_delta="-18" control_name="ShowMatureSims" follows="left|top" |
414 | width="180" | ||
415 | max_length="254" | ||
416 | mouse_opaque="true" | ||
417 | name="search_editor" | ||
418 | select_all_on_focus_received="false" | ||
419 | select_on_focus="false" | ||
420 | tab_group="1" | ||
421 | tool_tip="Search Second Life" /> | ||
422 | <button follows="top|right" font="SansSerif" height="20" | ||
423 | label="Search" | ||
424 | left_delta="185" | ||
425 | bottom_delta="0" | ||
426 | name="search_btn" width="70" /> | ||
427 | <check_box bottom_delta="0" | ||
428 | control_name="ShowMatureFindAll" follows="right|top" | ||
429 | font="SansSerifSmall" height="16" initial_value="false" | 413 | font="SansSerifSmall" height="16" initial_value="false" |
430 | label="Include Mature content" | 414 | label="Include parcels with Mature content" left_delta="0" |
431 | left_delta="133" | 415 | mouse_opaque="true" name="incmature" width="204" /> |
432 | name="mature_check" | 416 | <combo_box allow_text_entry="false" bottom="-24" follows="left|top" height="18" left="182" |
433 | width="156" /> | 417 | max_chars="20" mouse_opaque="true" name="Category" width="128"> |
434 | <web_browser name="places_browser" | 418 | <combo_item name="AnyCategory" value="any"> |
435 | bottom="25" | 419 | Any Category |
436 | follows="top|left|bottom|right" | 420 | </combo_item> |
437 | font="SansSerifSmall" | 421 | <combo_item name="LindenLocation" value="linden"> |
438 | left="10" | 422 | Linden Location |
439 | right="-10" | 423 | </combo_item> |
440 | top="-40" /> | 424 | <combo_item name="Adult" value="adult"> |
441 | <text bottom="5" | 425 | Adult |
442 | follows="bottom|left" | 426 | </combo_item> |
443 | halign="left" | 427 | <combo_item name="Arts&Culture" value="arts"> |
444 | left="10" | 428 | Arts & Culture |
445 | width="150" | 429 | </combo_item> |
446 | name="status_text" | 430 | <combo_item name="Business" value="store"> |
447 | height="16" /> | 431 | Business |
448 | <string name="loading_text">Loading...</string> | 432 | </combo_item> |
449 | <string name="done_text">Done</string> | 433 | <combo_item name="Educational" value="educational"> |
450 | <string name="redirect_404_url">http://secondlife.com/app/search/notfound.html</string> | 434 | Educational |
451 | <string name="default_search_page">"http://secondlife.com/app/search/index_places.php?"</string> | 435 | </combo_item> |
452 | </panel> | 436 | <combo_item name="Gaming" value="game"> |
437 | Gaming | ||
438 | </combo_item> | ||
439 | <combo_item name="Hangout" value="gather"> | ||
440 | Hangout | ||
441 | </combo_item> | ||
442 | <combo_item name="NewcomerFriendly" value="newcomer"> | ||
443 | Newcomer Friendly | ||
444 | </combo_item> | ||
445 | <combo_item name="Parks&Nature" value="park"> | ||
446 | Parks & Nature | ||
447 | </combo_item> | ||
448 | <combo_item name="Residential" value="home"> | ||
449 | Residential | ||
450 | </combo_item> | ||
451 | <combo_item name="Shopping" value="shopping"> | ||
452 | Shopping | ||
453 | </combo_item> | ||
454 | <combo_item name="Other" value="other"> | ||
455 | Other | ||
456 | </combo_item> | ||
457 | </combo_box> | ||
458 | <button bottom="-26" follows="left|top" font="SansSerif" halign="center" height="20" | ||
459 | label="Search" label_selected="Search" left_delta="136" mouse_opaque="true" | ||
460 | name="Search" width="70" /> | ||
461 | <scroll_list background_visible="false" bottom="-513" column_padding="0" draw_border="true" | ||
462 | draw_heading="true" fg_disable_color="1, 1, 1, 1" | ||
463 | fg_selected_color="1, 1, 1, 1" fg_unselected_color="1, 1, 1, 1" | ||
464 | follows="left|top|right|bottom" height="464" left="4" mouse_opaque="true" | ||
465 | multi_select="false" name="results" search_column="2" width="339"> | ||
466 | <column label="" name="icon" width="24" /> | ||
467 | <column label="" name="type" width="-1" /> | ||
468 | <column dynamicwidth="true" label="Name" name="name" /> | ||
469 | <column label="Traffic" name="dwell" width="75" /> | ||
470 | </scroll_list> | ||
471 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
472 | bottom_delta="-20" drop_shadow_visible="true" follows="left|bottom" | ||
473 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="4" | ||
474 | mouse_opaque="true" name="result_text" v_pad="0" width="328" /> | ||
475 | </panel> | ||
453 | <panel border="true" bottom="-549" follows="left|top|right|bottom" height="533" | 476 | <panel border="true" bottom="-549" follows="left|top|right|bottom" height="533" |
454 | label="People" left="1" mouse_opaque="false" name="people_panel" | 477 | label="People" left="1" mouse_opaque="false" name="people_panel" |
455 | width="778"> | 478 | width="778"> |
diff --git a/linden/indra/newview/skins/xui/en-us/floater_instant_message_group.xml b/linden/indra/newview/skins/xui/en-us/floater_instant_message_group.xml index 9ccfedb..6606980 100644 --- a/linden/indra/newview/skins/xui/en-us/floater_instant_message_group.xml +++ b/linden/indra/newview/skins/xui/en-us/floater_instant_message_group.xml | |||
@@ -72,7 +72,7 @@ | |||
72 | select_all_on_focus_received="false" select_on_focus="false" tab_group="1" | 72 | select_all_on_focus_received="false" select_on_focus="false" tab_group="1" |
73 | width="106" /> | 73 | width="106" /> |
74 | <button bottom="7" enabled="true" follows="right|bottom" font="SansSerif" | 74 | <button bottom="7" enabled="true" follows="right|bottom" font="SansSerif" |
75 | halign="right" height="20" label="Send" left="116" mouse_opaque="true" | 75 | halign="center" height="20" label="Send" left="116" mouse_opaque="true" |
76 | name="send_btn" scale_image="true" width="60" /> | 76 | name="send_btn" scale_image="true" width="60" /> |
77 | </layout_panel> | 77 | </layout_panel> |
78 | <layout_panel auto_resize="false" bottom="0" can_resize="true" | 78 | <layout_panel auto_resize="false" bottom="0" can_resize="true" |
diff --git a/linden/indra/newview/skins/xui/en-us/floater_sell_land.xml b/linden/indra/newview/skins/xui/en-us/floater_sell_land.xml index c549e29..a5d25a4 100644 --- a/linden/indra/newview/skins/xui/en-us/floater_sell_land.xml +++ b/linden/indra/newview/skins/xui/en-us/floater_sell_land.xml | |||
@@ -2,9 +2,9 @@ | |||
2 | <floater can_close="true" can_drag_on_left="false" can_minimize="false" | 2 | <floater can_close="true" can_drag_on_left="false" can_minimize="false" |
3 | can_resize="false" height="485" min_height="485" min_width="450" | 3 | can_resize="false" height="485" min_height="485" min_width="450" |
4 | name="sell land" title="Sell Land" width="450"> | 4 | name="sell land" title="Sell Land" width="450"> |
5 | <texture_picker bottom_delta="-155" enabled="false" follows="top|left" height="135" left="244" | 5 | <texture_picker bottom_delta="-175" enabled="false" follows="top|left" height="135" left="244" |
6 | name="info_image" right="424" width="180" /> | 6 | name="info_image" right="424" width="180" /> |
7 | <text bottom_delta="119" follows="top|left" font="SansSerifSmall" left="16" | 7 | <text bottom_delta="144" follows="top|left" font="SansSerifSmall" left="16" |
8 | name="info_parcel_label" width="48"> | 8 | name="info_parcel_label" width="48"> |
9 | Parcel: | 9 | Parcel: |
10 | </text> | 10 | </text> |
@@ -20,11 +20,11 @@ | |||
20 | name="info_size" right="-20" > | 20 | name="info_size" right="-20" > |
21 | [AREA] sq. m. | 21 | [AREA] sq. m. |
22 | </text> | 22 | </text> |
23 | <text bottom_delta="-64" follows="top|left" font="SansSerifHuge" height="24" | 23 | <text bottom_delta="-94" follows="top|left" font="SansSerifHuge" height="24" |
24 | left="16" name="info_action" text_color="white" width="200"> | 24 | left="16" name="info_action" text_color="white" width="200"> |
25 | To sell this parcel: | 25 | To sell this parcel: |
26 | </text> | 26 | </text> |
27 | <icon bottom_delta="-96" follows="top|left" height="64" image_name="badge_note.j2c" | 27 | <icon bottom_delta="-66" follows="top|left" height="64" image_name="badge_note.j2c" |
28 | left="0" name="step_price" width="64" /> | 28 | left="0" name="step_price" width="64" /> |
29 | <text bottom_delta="38" follows="top|left" height="16" left="72" name="price_label" | 29 | <text bottom_delta="38" follows="top|left" height="16" left="72" name="price_label" |
30 | right="-20" font="SansSerifBig" > | 30 | right="-20" font="SansSerifBig" > |
diff --git a/linden/indra/newview/skins/xui/en-us/panel_region_estate.xml b/linden/indra/newview/skins/xui/en-us/panel_region_estate.xml index 393ce42..fa172aa 100644 --- a/linden/indra/newview/skins/xui/en-us/panel_region_estate.xml +++ b/linden/indra/newview/skins/xui/en-us/panel_region_estate.xml | |||
@@ -92,7 +92,7 @@ regions in the estate. | |||
92 | <button bottom_delta="3" follows="left|top" font="SansSerifSmall" height="18" label="?" | 92 | <button bottom_delta="3" follows="left|top" font="SansSerifSmall" height="18" label="?" |
93 | name="estate_manager_help" right="470" width="18" /> | 93 | name="estate_manager_help" right="470" width="18" /> |
94 | <view_border bevel_style="none" border_thickness="1" bottom_delta="-60" follows="top|left" | 94 | <view_border bevel_style="none" border_thickness="1" bottom_delta="-60" follows="top|left" |
95 | right="470" width="200" /> | 95 | height="60" right="470" width="200" /> |
96 | <name_list bottom_delta="0" follows="left|top" height="60" left_delta="0" multi_select="true" | 96 | <name_list bottom_delta="0" follows="left|top" height="60" left_delta="0" multi_select="true" |
97 | name="estate_manager_name_list" width="200" /> | 97 | name="estate_manager_name_list" width="200" /> |
98 | <button bottom_delta="-26" enabled="true" follows="left|top" height="20" | 98 | <button bottom_delta="-26" enabled="true" follows="left|top" height="20" |