diff options
author | Jacek Antonelli | 2011-05-08 15:13:37 -0500 |
---|---|---|
committer | Jacek Antonelli | 2011-05-08 15:50:49 -0500 |
commit | 7278f0254a3944bd2bcbf1e855fb0d90c3086a27 (patch) | |
tree | 5d7ecb81ebf1a07482f0a7d3d13acd7f18360c0b /linden/indra/newview/skins/default | |
parent | Imprudence 1.3.1 released. (diff) | |
parent | Changed version to Experimental 2011.04.19 (diff) | |
download | meta-impy-7278f0254a3944bd2bcbf1e855fb0d90c3086a27.zip meta-impy-7278f0254a3944bd2bcbf1e855fb0d90c3086a27.tar.gz meta-impy-7278f0254a3944bd2bcbf1e855fb0d90c3086a27.tar.bz2 meta-impy-7278f0254a3944bd2bcbf1e855fb0d90c3086a27.tar.xz |
Merged Experimental branch (exp) back into main line (next).
Git thought many files (almost 100) had merge conflicts. But, after
resolving the conflicts (which were mostly trivial), almost all the
files turned out to be the same as in the exp branch. So, the
conflicts are not listed here. Check the diff between commit 244ffe8
and this commit to see what really changed.
Diffstat (limited to 'linden/indra/newview/skins/default')
270 files changed, 10079 insertions, 3338 deletions
diff --git a/linden/indra/newview/skins/default/html/en-us/loading-error/index.html b/linden/indra/newview/skins/default/html/en-us/loading-error/index.html index 71f9c86..37c8405 100644 --- a/linden/indra/newview/skins/default/html/en-us/loading-error/index.html +++ b/linden/indra/newview/skins/default/html/en-us/loading-error/index.html | |||
@@ -1,14 +1,14 @@ | |||
1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | 1 | |
2 | DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
2 | <html xmlns="http://www.w3.org/1999/xhtml"> | 3 | <html xmlns="http://www.w3.org/1999/xhtml"> |
3 | <head> | 4 | <head> |
4 | <title>Unable to Connect</title> | 5 | <title>Unable to Connect</title><style> |
5 | <style> | 6 | body {background-color:#000000;font-family:verdana,helvetica,sans-serif;font-size:85%;color:#e9f1f8;width:100%;padding:0px;margin:0px;} |
6 | body {background-color:#000000;font-family:verdana,helvetica,sans-serif;font-size:62.5%;color:#e9f1f8;width:100%;padding:0px;margin:0px;} | ||
7 | a {color:#93a9d5;} | 7 | a {color:#93a9d5;} |
8 | a:active {color:#50607C;text-decoration:underline;} | 8 | a:active {color:#50607C;text-decoration:underline;} |
9 | a:hover {color:#ff7900;text-decoration:underline;} | 9 | a:hover {color:#ff7900;text-decoration:underline;} |
10 | #infobox{position:absolute;top:40%;left:50%;z-index:1;padding:0;width:592px;margin-left:-296px;margin-top:-150px;text-align:center;font-size:1.2em; color:#ccc;} | 10 | #infobox{position:absolute;top:40%;left:50%;z-index:1;padding:0;width:592px;margin-left:-296px;margin-top:-80px;text-align:left;font-size:1.2em; color:#ccc;} |
11 | #infobox #submitbtn {padding:15px 3px 5px 15px;height:28px;width:127px;margin-left:244px;} | 11 | #infobox #submitbtn {height:28px;width:127px;} |
12 | #infobox #submitbtn input {text-transform:capitalize;color:#fff;font-size:1.0em;height:28px;width:127px;border:none;font-weight:normal;background:url(../../btn_purplepill_bg.png) bottom left no-repeat;vertical-align:text-bottom;font-weight:bold;} | 12 | #infobox #submitbtn input {text-transform:capitalize;color:#fff;font-size:1.0em;height:28px;width:127px;border:none;font-weight:normal;background:url(../../btn_purplepill_bg.png) bottom left no-repeat;vertical-align:text-bottom;font-weight:bold;} |
13 | #infobox #submitbtn input:hover.input_over, #login_box #submitbtn input:hover.input_off {color:#fff;border:none;background:url(../../btn_purplepill_bg.png) bottom right no-repeat;} | 13 | #infobox #submitbtn input:hover.input_over, #login_box #submitbtn input:hover.input_off {color:#fff;border:none;background:url(../../btn_purplepill_bg.png) bottom right no-repeat;} |
14 | #infobox #submitbtn input:active.input_over {color:#fff;border:none;background:url(../../btn_purplepill_bg.png) top left no-repeat;} | 14 | #infobox #submitbtn input:active.input_over {color:#fff;border:none;background:url(../../btn_purplepill_bg.png) top left no-repeat;} |
@@ -17,16 +17,34 @@ a:hover {color:#ff7900;text-decoration:underline;} | |||
17 | </head> | 17 | </head> |
18 | <body> | 18 | <body> |
19 | <div id="infobox"> | 19 | <div id="infobox"> |
20 | <img src="../../unabletoconnect.png"><br/> | 20 | <table> |
21 | <p> | 21 | |
22 | Second Life can't establish a connection to the login server. | 22 | <tbody style="height: 100px; overflow: scroll"> |
23 | </p> | 23 | <tr> |
24 | <p> | 24 | Imprudence can't establish a connection to the login screen of the grid you have chosen. |
25 | Please check your internet connection. If your computer or network is protected by a firewall or proxy, make sure that Second Life is permitted to access the network. | 25 | </tr> |
26 | </p> | 26 | <tr> |
27 | <div id="submitbtn"> | 27 | <td> |
28 | <input class="input_over" type="submit" value="Try Again" onclick="document.location='secondlife:///app/login_refresh'; this.className='pressed';" onmouseover="this.className='input_over';" onmouseout="this.className='input_off';" /> | 28 | <img src="../../unabletoconnect.png"><br/> |
29 | </div> | 29 | |
30 | </div> | 30 | <div id="submitbtn"> |
31 | <input class="input_over" type="submit" value="Try Again" onclick="document.location='secondlife:///app/login_refresh'; this.className='pressed';" onmouseover="this.className='input_over';" onmouseout="this.className='input_off';" /> | ||
32 | </div> | ||
33 | |||
34 | <td> | ||
35 | If you are used to see a loginscreen for that grid please | ||
36 | <ul> | ||
37 | <li>for OpenSimulator grids: check if the loginuri of that grid is still valid.</li> | ||
38 | <li>for OpenSimulator and Second Life: check the grid status page of the grid, and</li> | ||
39 | <li>if the grid status page of the grid says online check your internet connection. | ||
40 | If your computer or network is protected by a firewall or proxy, make sure that | ||
41 | Imprudence is permitted to access the network</li> | ||
42 | |||
43 | </ul> | ||
44 | </td> | ||
45 | </tr> | ||
46 | |||
47 | </tbody> | ||
48 | </table> | ||
31 | </div> | 49 | </div> |
32 | </body> \ No newline at end of file | 50 | </body> |
diff --git a/linden/indra/newview/skins/default/textures/textures.xml b/linden/indra/newview/skins/default/textures/textures.xml index ad1a1b6..60fb4e0 100644 --- a/linden/indra/newview/skins/default/textures/textures.xml +++ b/linden/indra/newview/skins/default/textures/textures.xml | |||
@@ -16,7 +16,9 @@ | |||
16 | <texture name="toolbar_btn_selected.tga" scale_left="7" scale_top="32" scale_right="121" scale_bottom="0" /> | 16 | <texture name="toolbar_btn_selected.tga" scale_left="7" scale_top="32" scale_right="121" scale_bottom="0" /> |
17 | 17 | ||
18 | <texture name="button_enabled_selected_32x128.tga" preload="true" scale_left="16" scale_top="16" scale_right="112" scale_bottom="16" /> | 18 | <texture name="button_enabled_selected_32x128.tga" preload="true" scale_left="16" scale_top="16" scale_right="112" scale_bottom="16" /> |
19 | 19 | ||
20 | <texture name="media_panel_bg.png" preload="true" scale_left="9" scale_top="9" scale_right="9" scale_bottom="9" /> | ||
21 | <texture name="media_panel_hoverrectangle.png" preload="true" scale_left="9" scale_top="9" scale_right="9" scale_bottom="9" /> | ||
20 | <texture name="checkbox_disabled_false.tga" preload="true"/> | 22 | <texture name="checkbox_disabled_false.tga" preload="true"/> |
21 | <texture name="checkbox_disabled_true.tga" preload="true"/> | 23 | <texture name="checkbox_disabled_true.tga" preload="true"/> |
22 | <texture name="checkbox_enabled_false.tga" preload="true"/> | 24 | <texture name="checkbox_enabled_false.tga" preload="true"/> |
@@ -375,4 +377,25 @@ | |||
375 | <texture name="default_land_picture.j2c"/> | 377 | <texture name="default_land_picture.j2c"/> |
376 | <texture name="default_profile_picture.j2c"/> | 378 | <texture name="default_profile_picture.j2c"/> |
377 | <texture name="locked_image.j2c"/> | 379 | <texture name="locked_image.j2c"/> |
380 | |||
381 | |||
382 | <!-- Kitty Viewer Art --> | ||
383 | <texture name="Inv_WindLight" file_name="Inv_WindLight.png" preload="false" /> | ||
384 | <texture name="Inv_WaterLight" file_name="Inv_WaterLight.png" preload="false" /> | ||
385 | |||
386 | <texture name="media_btn_back.png"/> | ||
387 | <texture name="media_btn_done.png"/> | ||
388 | <texture name="media_btn_forward.png"/> | ||
389 | <texture name="media_btn_home.png"/> | ||
390 | <texture name="media_btn_newwindow.png"/> | ||
391 | <texture name="media_btn_optimalzoom.png"/> | ||
392 | <texture name="media_btn_reload.png"/> | ||
393 | <texture name="media_btn_scrolldown.png"/> | ||
394 | <texture name="media_btn_scrollleft.png"/> | ||
395 | <texture name="media_btn_scrollright.png"/> | ||
396 | <texture name="media_btn_scrollup.png"/> | ||
397 | <texture name="media_btn_stoploading.png"/> | ||
398 | <texture name="media_panel_divider.png"/> | ||
399 | <texture name="media_panel_scrollbg.png"/> | ||
400 | |||
378 | </textures> | 401 | </textures> |
diff --git a/linden/indra/newview/skins/default/xui/da/floater_instant_message.xml b/linden/indra/newview/skins/default/xui/da/floater_instant_message.xml index 9b695b5..27dbdcb 100644 --- a/linden/indra/newview/skins/default/xui/da/floater_instant_message.xml +++ b/linden/indra/newview/skins/default/xui/da/floater_instant_message.xml | |||
@@ -33,6 +33,9 @@ | |||
33 | <string name="unavailable_text_label"> | 33 | <string name="unavailable_text_label"> |
34 | Tekst chat er ikke tilgængeligt i dette opkald. | 34 | Tekst chat er ikke tilgængeligt i dette opkald. |
35 | </string> | 35 | </string> |
36 | <string name="add_friend_string"> | ||
37 | Tilføj ven | ||
38 | </string> | ||
36 | <flyout_button label="Profil..." name="profile_callee_btn"/> | 39 | <flyout_button label="Profil..." name="profile_callee_btn"/> |
37 | <button label="Opkald" name="start_call_btn" pad_right="7" width="120"/> | 40 | <button label="Opkald" name="start_call_btn" pad_right="7" width="120"/> |
38 | <button halign="right" label="Afbryd" name="end_call_btn" width="120"/> | 41 | <button halign="right" label="Afbryd" name="end_call_btn" width="120"/> |
diff --git a/linden/indra/newview/skins/default/xui/da/floater_tools.xml b/linden/indra/newview/skins/default/xui/da/floater_tools.xml index 0cd5f68..3e47453 100644 --- a/linden/indra/newview/skins/default/xui/da/floater_tools.xml +++ b/linden/indra/newview/skins/default/xui/da/floater_tools.xml | |||
@@ -122,8 +122,11 @@ | |||
122 | Deed | 122 | Deed |
123 | </string> | 123 | </string> |
124 | <button label="Dedikér..." label_selected="Dedikér..." name="button deed" tool_tip="Gruppedelte genstande kan dedikeres af en gruppeadministrator."/> | 124 | <button label="Dedikér..." label_selected="Dedikér..." name="button deed" tool_tip="Gruppedelte genstande kan dedikeres af en gruppeadministrator."/> |
125 | <check_box label="Tillad enhver at flytte" name="checkbox allow everyone move"/> | 125 | <text name="Anyone can:"> |
126 | <check_box label="Tillad enhver at kopiére" name="checkbox allow everyone copy"/> | 126 | Enhver: |
127 | </text> | ||
128 | <check_box label="Flytte" name="checkbox allow everyone move"/> | ||
129 | <check_box label="Kopiére" name="checkbox allow everyone copy"/> | ||
127 | <check_box label="Vis i søgning" name="search_check" tool_tip="Lad folk se dette objekt i søgeresultater"/> | 130 | <check_box label="Vis i søgning" name="search_check" tool_tip="Lad folk se dette objekt i søgeresultater"/> |
128 | <check_box label="Til salg" name="checkbox for sale"/> | 131 | <check_box label="Til salg" name="checkbox for sale"/> |
129 | <text name="Cost"> | 132 | <text name="Cost"> |
@@ -134,7 +137,7 @@ | |||
134 | Original | 137 | Original |
135 | </radio_item> | 138 | </radio_item> |
136 | <radio_item name="Copy"> | 139 | <radio_item name="Copy"> |
137 | Kopi | 140 | Kopiére |
138 | </radio_item> | 141 | </radio_item> |
139 | <radio_item name="Contents"> | 142 | <radio_item name="Contents"> |
140 | Indhold | 143 | Indhold |
@@ -145,7 +148,7 @@ | |||
145 | </text> | 148 | </text> |
146 | <check_box label="Redigére" name="checkbox next owner can modify"/> | 149 | <check_box label="Redigére" name="checkbox next owner can modify"/> |
147 | <check_box label="Kopiére" name="checkbox next owner can copy" left_delta="80"/> | 150 | <check_box label="Kopiére" name="checkbox next owner can copy" left_delta="80"/> |
148 | <check_box label="Sælge/Give væk" name="checkbox next owner can transfer" left_delta="67"/> | 151 | <check_box label="Sælge/give væk" name="checkbox next owner can transfer" left_delta="67"/> |
149 | <text name="label click action"> | 152 | <text name="label click action"> |
150 | Når der venstreklikkes: | 153 | Når der venstreklikkes: |
151 | </text> | 154 | </text> |
diff --git a/linden/indra/newview/skins/default/xui/da/menu_rightclick_text.xml b/linden/indra/newview/skins/default/xui/da/menu_rightclick_text.xml new file mode 100644 index 0000000..36fa667 --- /dev/null +++ b/linden/indra/newview/skins/default/xui/da/menu_rightclick_text.xml | |||
@@ -0,0 +1,116 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | |||
3 | <menu drop_shadow="true" | ||
4 | mouse_opaque="false" name="Text Edit Menu" opaque="true"> | ||
5 | <menu_item_call label="Cut" mouse_opaque="true" | ||
6 | name="Cut Text"> | ||
7 | <on_click function="textfield_cut" userdata="about" /> | ||
8 | <on_enable function="textfield_cut_enable" /> | ||
9 | </menu_item_call> | ||
10 | <menu_item_call label="Copy" mouse_opaque="true" | ||
11 | name="Copy Text" > | ||
12 | <on_click function="textfield_copy" userdata="" /> | ||
13 | <on_enable function="textfield_copy_enable" /> | ||
14 | </menu_item_call> | ||
15 | <menu_item_call label="Paste" mouse_opaque="true" | ||
16 | name="Paste Text" > | ||
17 | <on_click function="textfield_paste" userdata="" /> | ||
18 | <on_enable function="textfield_paste_enable" /> | ||
19 | </menu_item_call> | ||
20 | <menu_item_call label="Delete" mouse_opaque="true" | ||
21 | name="Delete Text" > | ||
22 | <on_click function="textfield_delete" userdata="" /> | ||
23 | <on_enable function="textfield_delete_enable" /> | ||
24 | </menu_item_call> | ||
25 | <menu_item_separator /> | ||
26 | <menu_item_call label="Select All" mouse_opaque="true" | ||
27 | name="Select All Text" > | ||
28 | <on_click function="textfield_selectall" userdata="" /> | ||
29 | <on_enable function="textfield_selectall_enable" /> | ||
30 | </menu_item_call> | ||
31 | <menu_item_separator name="Translate" /> | ||
32 | <menu drop_shadow="true" | ||
33 | mouse_opaque="false" name="Translation Options" | ||
34 | bottom_delta="0" label="Translate To..." opaque="true" > | ||
35 | <menu_item_call label="English" mouse_opaque="true" | ||
36 | name="Translate Text" > | ||
37 | <on_click function="textfield_translate" translate="true" userdata="en" /> | ||
38 | <on_enable function="textfield_translate_enable" /> | ||
39 | </menu_item_call> | ||
40 | <menu_item_call label="Danish" mouse_opaque="true" | ||
41 | name="Translate Text" > | ||
42 | <on_click function="textfield_translate" translate="true" userdata="da" /> | ||
43 | <on_enable function="textfield_translate_enable" /> | ||
44 | </menu_item_call> | ||
45 | <menu_item_call label="Deutsch (German)" mouse_opaque="true" | ||
46 | name="Translate Text" > | ||
47 | <on_click function="textfield_translate" translate="true" userdata="de" /> | ||
48 | <on_enable function="textfield_translate_enable" /> | ||
49 | </menu_item_call> | ||
50 | <menu_item_call label="Spanish" mouse_opaque="true" | ||
51 | name="Translate Text" > | ||
52 | <on_click function="textfield_translate" translate="true" userdata="es" /> | ||
53 | <on_enable function="textfield_translate_enable" /> | ||
54 | </menu_item_call> | ||
55 | <menu_item_call label="French" mouse_opaque="true" | ||
56 | name="Translate Text" > | ||
57 | <on_click function="textfield_translate" translate="true" userdata="fr" /> | ||
58 | <on_enable function="textfield_translate_enable" /> | ||
59 | </menu_item_call> | ||
60 | <menu_item_call label="Italian" mouse_opaque="true" | ||
61 | name="Translate Text" > | ||
62 | <on_click function="textfield_translate" translate="true" userdata="it" /> | ||
63 | <on_enable function="textfield_translate_enable" /> | ||
64 | </menu_item_call> | ||
65 | <menu_item_call label="Hungarian" mouse_opaque="true" | ||
66 | name="Translate Text" > | ||
67 | <on_click function="textfield_translate" translate="true" userdata="hu" /> | ||
68 | <on_enable function="textfield_translate_enable" /> | ||
69 | </menu_item_call> | ||
70 | <menu_item_call label="Dutch" mouse_opaque="true" | ||
71 | name="Translate Text" > | ||
72 | <on_click function="textfield_translate" translate="true" userdata="nl" /> | ||
73 | <on_enable function="textfield_translate_enable" /> | ||
74 | </menu_item_call> | ||
75 | <menu_item_call label="Polish" mouse_opaque="true" | ||
76 | name="Translate Text" > | ||
77 | <on_click function="textfield_translate" translate="true" userdata="pl" /> | ||
78 | <on_enable function="textfield_translate_enable" /> | ||
79 | </menu_item_call> | ||
80 | <menu_item_call label="Portugese" mouse_opaque="true" | ||
81 | name="Translate Text" > | ||
82 | <on_click function="textfield_translate" translate="true" userdata="pt" /> | ||
83 | <on_enable function="textfield_translate_enable" /> | ||
84 | </menu_item_call> | ||
85 | <menu_item_call label="Russian" mouse_opaque="true" | ||
86 | name="Translate Text" > | ||
87 | <on_click function="textfield_translate" translate="true" userdata="ru" /> | ||
88 | <on_enable function="textfield_translate_enable" /> | ||
89 | </menu_item_call> | ||
90 | <menu_item_call label="Turkish" mouse_opaque="true" | ||
91 | name="Translate Text" > | ||
92 | <on_click function="textfield_translate" translate="true" userdata="tr" /> | ||
93 | <on_enable function="textfield_translate_enable" /> | ||
94 | </menu_item_call> | ||
95 | <menu_item_call label="Ukrainian" mouse_opaque="true" | ||
96 | name="Translate Text" > | ||
97 | <on_click function="textfield_translate" translate="true" userdata="uk" /> | ||
98 | <on_enable function="textfield_translate_enable" /> | ||
99 | </menu_item_call> | ||
100 | <menu_item_call label="Chinese" mouse_opaque="true" | ||
101 | name="Translate Text" > | ||
102 | <on_click function="textfield_translate" translate="true" userdata="zh" /> | ||
103 | <on_enable function="textfield_translate_enable" /> | ||
104 | </menu_item_call> | ||
105 | <menu_item_call label="Japanese" mouse_opaque="true" | ||
106 | name="Translate Text" > | ||
107 | <on_click function="textfield_translate" translate="true" userdata="ja" /> | ||
108 | <on_enable function="textfield_translate_enable" /> | ||
109 | </menu_item_call> | ||
110 | <menu_item_call label="Korean" mouse_opaque="true" | ||
111 | name="Translate Text" > | ||
112 | <on_click function="textfield_translate" translate="true" userdata="ko" /> | ||
113 | <on_enable function="textfield_translate_enable" /> | ||
114 | </menu_item_call> | ||
115 | </menu> | ||
116 | </menu> | ||
diff --git a/linden/indra/newview/skins/default/xui/da/strings.xml b/linden/indra/newview/skins/default/xui/da/strings.xml index 7a64666..df3d83a 100644 --- a/linden/indra/newview/skins/default/xui/da/strings.xml +++ b/linden/indra/newview/skins/default/xui/da/strings.xml | |||
@@ -480,7 +480,7 @@ | |||
480 | <string name="xml_file"> | 480 | <string name="xml_file"> |
481 | XML Fil | 481 | XML Fil |
482 | </string> | 482 | </string> |
483 | <string name="dot_raw_file"> | 483 | <string name="raw_file"> |
484 | RAW Fil | 484 | RAW Fil |
485 | </string> | 485 | </string> |
486 | <string name="compressed_image_files"> | 486 | <string name="compressed_image_files"> |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_about.xml b/linden/indra/newview/skins/default/xui/de/floater_about.xml index f7b6e70..de0c20b 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_about.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_about.xml | |||
@@ -1,6 +1,6 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <floater name="floater_about" title="Über Second Life"> | 2 | <floater name="floater_about" title="Über Second Life"> |
3 | <text name="you_are_at"> | 3 | <text name="you_are_at"> |
4 | Sie befinden sich in [POSITION] | 4 | Sie befinden sich auf [POSITION] |
5 | </text> | 5 | </text> |
6 | </floater> | 6 | </floater> |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_about_land.xml b/linden/indra/newview/skins/default/xui/de/floater_about_land.xml index 93e7297..4d3d61e 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_about_land.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_about_land.xml | |||
@@ -12,13 +12,13 @@ | |||
12 | Typ: | 12 | Typ: |
13 | </text> | 13 | </text> |
14 | <text name="LandTypeText"> | 14 | <text name="LandTypeText"> |
15 | Mainland / Homestead | 15 | Kontinent / Heimstatt |
16 | </text> | 16 | </text> |
17 | <text name="ContentRating"> | 17 | <text name="ContentRating"> |
18 | Einstufung: | 18 | Einstufung: |
19 | </text> | 19 | </text> |
20 | <text name="ContentRatingText"> | 20 | <text name="ContentRatingText"> |
21 | Adult | 21 | Erwachsen |
22 | </text> | 22 | </text> |
23 | <text name="Owner:"> | 23 | <text name="Owner:"> |
24 | Eigentümer: | 24 | Eigentümer: |
@@ -31,8 +31,8 @@ | |||
31 | Gruppe: | 31 | Gruppe: |
32 | </text> | 32 | </text> |
33 | <button label="Einstellen..." label_selected="Einstellen..." name="Set..."/> | 33 | <button label="Einstellen..." label_selected="Einstellen..." name="Set..."/> |
34 | <check_box label="Übertragung an Gruppe zulassen" name="check deed" tool_tip="Ein Gruppen-Officer kann dieses Land der Gruppe übertragen. Das Land wird dann über die Landzuteilung der Gruppe verwaltet."/> | 34 | <check_box label="Übertragung an Gruppe zulassen" name="check deed" tool_tip="Ein Gruppen-Offizier kann dieses Land der Gruppe übertragen. Das Land wird dann über die Landzuteilung der Gruppe verwaltet."/> |
35 | <button label="Übertragen..." label_selected="Übertragen..." name="Deed..." tool_tip="Sie können Land nur übertragen, wenn Sie in der ausgewählten Gruppe Officer sind."/> | 35 | <button label="Übertragen..." label_selected="Übertragen..." name="Deed..." tool_tip="Sie können Land nur übertragen, wenn Sie in der ausgewählten Gruppe Offizier sind."/> |
36 | <check_box label="Eigentümer leistet Beitrag durch Übertragung" name="check contrib" tool_tip="Wenn das Land an die Gruppe übertragen wird, trägt der frühere Eigentümer ausreichend Landnutzungsrechte bei, um es zu halten."/> | 36 | <check_box label="Eigentümer leistet Beitrag durch Übertragung" name="check contrib" tool_tip="Wenn das Land an die Gruppe übertragen wird, trägt der frühere Eigentümer ausreichend Landnutzungsrechte bei, um es zu halten."/> |
37 | <text name="For Sale:"> | 37 | <text name="For Sale:"> |
38 | Zum Verkauf: | 38 | Zum Verkauf: |
@@ -41,7 +41,7 @@ | |||
41 | Nicht zu verkaufen. | 41 | Nicht zu verkaufen. |
42 | </text> | 42 | </text> |
43 | <text name="For Sale: Price L$[PRICE]."> | 43 | <text name="For Sale: Price L$[PRICE]."> |
44 | Preis: [PRICE] L$ ([PRICE_PER_SQM] L$/qm.). | 44 | Preis: [PRICE] [CURRENCY] ([PRICE_PER_SQM] [CURRENCY]/qm.). |
45 | </text> | 45 | </text> |
46 | <text name="SalePending"/> | 46 | <text name="SalePending"/> |
47 | <button bottom="-222" label="Land verkaufen..." label_selected="Land verkaufen..." name="Sell Land..."/> | 47 | <button bottom="-222" label="Land verkaufen..." label_selected="Land verkaufen..." name="Sell Land..."/> |
@@ -59,7 +59,7 @@ | |||
59 | Gekauft am: | 59 | Gekauft am: |
60 | </text> | 60 | </text> |
61 | <text name="DateClaimText"> | 61 | <text name="DateClaimText"> |
62 | Dienstag, 15. Aug. 2006, 13:47:25 | 62 | Die 15. Aug. 13:47:25 2006 |
63 | </text> | 63 | </text> |
64 | <text name="PriceLabel"> | 64 | <text name="PriceLabel"> |
65 | Gebiet: | 65 | Gebiet: |
@@ -75,9 +75,9 @@ | |||
75 | </text> | 75 | </text> |
76 | <button label="Land kaufen..." label_selected="Land kaufen..." name="Buy Land..."/> | 76 | <button label="Land kaufen..." label_selected="Land kaufen..." name="Buy Land..."/> |
77 | <button label="Für Gruppe kaufen..." label_selected="Für Gruppe kaufen..." name="Buy For Group..."/> | 77 | <button label="Für Gruppe kaufen..." label_selected="Für Gruppe kaufen..." name="Buy For Group..."/> |
78 | <button label="Pass kaufen..." label_selected="Pass kaufen..." name="Buy Pass..." tool_tip="Ein Pass gibt Ihnen zeitbegrenzten Zugang zu diesem Land."/> | 78 | <button label="Pass kaufen..." label_selected="Pass kaufen..." name="Buy Pass..." tool_tip="Ein Pass gibt Ihnen vorübergehenden Zugang zu diesem Land."/> |
79 | <button label="Land aufgeben..." label_selected="Land aufgeben..." name="Abandon Land..."/> | 79 | <button label="Land aufgeben..." label_selected="Land aufgeben..." name="Abandon Land..."/> |
80 | <button label="Land in Besitz nehmen..." label_selected="Land in Besitz nehmen..." name="Reclaim Land..."/> | 80 | <button label="Land in Rückesitz nehmen..." label_selected="Land in Rückbesitz nehmen..." name="Reclaim Land..."/> |
81 | <button label="Linden-Verkauf..." label_selected="Linden-Verkauf..." name="Linden Sale..." tool_tip="Land muss Eigentum und auf Inhalt gesetzt sein und nicht zur Auktion stehen."/> | 81 | <button label="Linden-Verkauf..." label_selected="Linden-Verkauf..." name="Linden Sale..." tool_tip="Land muss Eigentum und auf Inhalt gesetzt sein und nicht zur Auktion stehen."/> |
82 | <string name="new users only"> | 82 | <string name="new users only"> |
83 | Nur neue Benutzer | 83 | Nur neue Benutzer |
@@ -110,7 +110,7 @@ | |||
110 | (öffentlich) | 110 | (öffentlich) |
111 | </string> | 111 | </string> |
112 | <string name="none_text"> | 112 | <string name="none_text"> |
113 | (keiner) | 113 | (niemand) |
114 | </string> | 114 | </string> |
115 | <string name="sale_pending_text"> | 115 | <string name="sale_pending_text"> |
116 | (Wird verkauft) | 116 | (Wird verkauft) |
@@ -128,19 +128,19 @@ | |||
128 | Name: | 128 | Name: |
129 | </text> | 129 | </text> |
130 | <text name="estate_name_text"> | 130 | <text name="estate_name_text"> |
131 | Mainland | 131 | Kontinent |
132 | </text> | 132 | </text> |
133 | <text name="estate_owner_lbl"> | 133 | <text name="estate_owner_lbl"> |
134 | Eigentümer: | 134 | Eigentümer: |
135 | </text> | 135 | </text> |
136 | <text name="estate_owner_text"> | 136 | <text name="estate_owner_text"> |
137 | (keiner) | 137 | (niemand) |
138 | </text> | 138 | </text> |
139 | <text_editor name="covenant_editor"> | 139 | <text_editor name="covenant_editor"> |
140 | Für dieses Grundstück fehlt der Vertrag. | 140 | Für dieses Grundstück fehlt der Vertrag. |
141 | </text_editor> | 141 | </text_editor> |
142 | <text name="covenant_timestamp_text"> | 142 | <text name="covenant_timestamp_text"> |
143 | Letzte Änderung am Mittwoch, den 31. Dez. 1969, 16:00:00 | 143 | Letzte Änderung am Mittwoch 31. Dez. 1969, 16:00:00 |
144 | </text> | 144 | </text> |
145 | <text name="region_section_lbl"> | 145 | <text name="region_section_lbl"> |
146 | Region: | 146 | Region: |
@@ -155,13 +155,13 @@ | |||
155 | Typ: | 155 | Typ: |
156 | </text> | 156 | </text> |
157 | <text name="region_landtype_text"> | 157 | <text name="region_landtype_text"> |
158 | Mainland / Homestead | 158 | Kontinent / Heimstatt |
159 | </text> | 159 | </text> |
160 | <text name="region_maturity_lbl"> | 160 | <text name="region_maturity_lbl"> |
161 | Einstufung: | 161 | Einstufung: |
162 | </text> | 162 | </text> |
163 | <text name="region_maturity_text"> | 163 | <text name="region_maturity_text"> |
164 | Adult | 164 | Erwachsen |
165 | </text> | 165 | </text> |
166 | <text name="resellable_lbl"> | 166 | <text name="resellable_lbl"> |
167 | Wiederverkauf: | 167 | Wiederverkauf: |
@@ -173,22 +173,22 @@ | |||
173 | Unterteilen: | 173 | Unterteilen: |
174 | </text> | 174 | </text> |
175 | <text name="changeable_clause"> | 175 | <text name="changeable_clause"> |
176 | Land in dieser Region kann nicht zusammengelegt/geteilt | 176 | Land in dieser Region kann nicht zusammengelegt/geteilt werden. |
177 | werden. | ||
178 | </text> | 177 | </text> |
179 | <string name="can_resell"> | 178 | <string name="can_resell"> |
180 | Gekauftes Land in dieser Region kann wiederverkauft werden. | 179 | Gekauftes Land in dieser Region kann wiederverkauft werden. |
181 | </string> | 180 | </string> |
182 | <string name="can_not_resell"> | 181 | <string name="can_not_resell"> |
183 | Gekauftes Land in dieser Region kann nicht wiederverkauft werden. | 182 | Gekauftes Land in dieser Region kann nicht wiederverkauft |
183 | werden. | ||
184 | </string> | 184 | </string> |
185 | <string name="can_change"> | 185 | <string name="can_change"> |
186 | Gekauftes Land in dieser Region kann zusammengelegt und | 186 | Gekauftes Land in dieser Region kann zusammengelegt oder |
187 | geteilt werden. | 187 | geteilt werden. |
188 | </string> | 188 | </string> |
189 | <string name="can_not_change"> | 189 | <string name="can_not_change"> |
190 | Gekauftes Land in dieser Region kann nicht zusammengelegt | 190 | Gekauftes Land in dieser Region kann nicht zusammengelegt oder |
191 | und geteilt werden. | 191 | geteilt werden. |
192 | </string> | 192 | </string> |
193 | </panel> | 193 | </panel> |
194 | <panel label="Objekte" name="land_objects_panel"> | 194 | <panel label="Objekte" name="land_objects_panel"> |
@@ -196,7 +196,7 @@ und geteilt werden. | |||
196 | Objektbonusfaktor in Region: [BONUS] | 196 | Objektbonusfaktor in Region: [BONUS] |
197 | </text> | 197 | </text> |
198 | <text name="Simulator primitive usage:"> | 198 | <text name="Simulator primitive usage:"> |
199 | Primitive in Simulator: | 199 | Primitiva in Simulator: |
200 | </text> | 200 | </text> |
201 | <text name="objects_available"> | 201 | <text name="objects_available"> |
202 | [COUNT] von [MAX] ([AVAILABLE] verfügbar) | 202 | [COUNT] von [MAX] ([AVAILABLE] verfügbar) |
@@ -244,7 +244,7 @@ und geteilt werden. | |||
244 | <button label="Anzeigen" label_selected="Anzeigen" name="ShowOther" right="-135" width="60"/> | 244 | <button label="Anzeigen" label_selected="Anzeigen" name="ShowOther" right="-135" width="60"/> |
245 | <button label="Zurückgeben..." label_selected="Zurückgeben..." name="ReturnOther..." right="-10" tool_tip="Objekte an ihre Eigentümer zurückgeben." width="119"/> | 245 | <button label="Zurückgeben..." label_selected="Zurückgeben..." name="ReturnOther..." right="-10" tool_tip="Objekte an ihre Eigentümer zurückgeben." width="119"/> |
246 | <text left="14" name="Selected / sat upon:" width="140"> | 246 | <text left="14" name="Selected / sat upon:" width="140"> |
247 | Ausgewählt/gesessen auf: | 247 | Ausgewählt / gesessen auf: |
248 | </text> | 248 | </text> |
249 | <text left="204" name="selected_objects_text" width="48"> | 249 | <text left="204" name="selected_objects_text" width="48"> |
250 | [COUNT] | 250 | [COUNT] |
@@ -261,7 +261,7 @@ und geteilt werden. | |||
261 | <name_list name="owner list"> | 261 | <name_list name="owner list"> |
262 | <column label="Typ" name="type"/> | 262 | <column label="Typ" name="type"/> |
263 | <column label="Name" name="name"/> | 263 | <column label="Name" name="name"/> |
264 | <column label="Zählen" name="count"/> | 264 | <column label="Anzahl" name="count"/> |
265 | <column label="Aktuellster" name="mostrecent"/> | 265 | <column label="Aktuellster" name="mostrecent"/> |
266 | </name_list> | 266 | </name_list> |
267 | </panel> | 267 | </panel> |
@@ -269,8 +269,8 @@ und geteilt werden. | |||
269 | <text name="allow_label"> | 269 | <text name="allow_label"> |
270 | Anderen Einwohnern gestatten: | 270 | Anderen Einwohnern gestatten: |
271 | </text> | 271 | </text> |
272 | <check_box label="Terrain bearbeiten" name="edit land check" tool_tip="Falls aktiviert, kann jeder Ihr Land terraformen. Am besten ist es, wenn Sie diese Option deaktiviert lassen. Sie können Ihr eigenes Land jederzeit bearbeiten."/> | 272 | <check_box label="Terrain bearbeiten" name="edit land check" tool_tip="Falls aktiviert, kann jeder Ihr Land terraformen. Am besten ist es, diese Option deaktiviert zu lassen. Sie können Ihr eigenes Land jederzeit bearbeiten."/> |
273 | <check_box label="Landmarken erstellen" name="check landmark"/> | 273 | <check_box label="Landmarke erstellen" name="check landmark"/> |
274 | <check_box label="Fliegen" name="check fly" tool_tip="Falls aktiviert, können Einwohner auf Ihrem Land fliegen. Falls nicht aktiviert, können Einwohner lediglich auf Ihr Land fliegen und dort landen (dann jedoch nicht wieder weiterfliegen) oder über Ihr Land hinweg fliegen."/> | 274 | <check_box label="Fliegen" name="check fly" tool_tip="Falls aktiviert, können Einwohner auf Ihrem Land fliegen. Falls nicht aktiviert, können Einwohner lediglich auf Ihr Land fliegen und dort landen (dann jedoch nicht wieder weiterfliegen) oder über Ihr Land hinweg fliegen."/> |
275 | <text name="allow_label2"> | 275 | <text name="allow_label2"> |
276 | Objekte erstellen: | 276 | Objekte erstellen: |
@@ -283,16 +283,16 @@ und geteilt werden. | |||
283 | <check_box label="Alle Einwohner" name="all object entry check"/> | 283 | <check_box label="Alle Einwohner" name="all object entry check"/> |
284 | <check_box label="Gruppe" name="group object entry check"/> | 284 | <check_box label="Gruppe" name="group object entry check"/> |
285 | <text name="allow_label4"> | 285 | <text name="allow_label4"> |
286 | Skripts ausführen: | 286 | Skripte ausführen: |
287 | </text> | 287 | </text> |
288 | <check_box label="Alle Einwohner" name="check other scripts"/> | 288 | <check_box label="Alle Einwohner" name="check other scripts"/> |
289 | <check_box label="Gruppe" name="check group scripts"/> | 289 | <check_box label="Gruppe" name="check group scripts"/> |
290 | <text name="land_options_label"> | 290 | <text name="land_options_label"> |
291 | Landoptionen: | 291 | Landoptionen: |
292 | </text> | 292 | </text> |
293 | <check_box label="Sicher (kein Schaden)" name="check safe" tool_tip="Falls aktiviert, wird Land auf Option „Sicher“ eingestellt, Kampfschäden sind deaktiviert. Falls nicht aktiviert, sind Kampfschäden aktiviert."/> | 293 | <check_box label="Sicher (kein Schaden)" name="check safe" tool_tip="Falls aktiviert, wird Land auf Option „Sicher“ gestellt, Kampfschäden sind deaktiviert. Falls nicht aktiviert, sind Kampfschäden aktiviert."/> |
294 | <check_box label="Kein Stoßen" name="PushRestrictCheck" tool_tip="Verhindert Skripte am Stoßen. Durch Aktivieren dieser Option verhindern Sie störendes Verhalten auf Ihrem Land."/> | 294 | <check_box label="Kein Stoßen" name="PushRestrictCheck" tool_tip="Hindert Skripte am Stoßen. Durch Aktivieren dieser Option verhindern Sie störendes Verhalten auf Ihrem Land."/> |
295 | <check_box label="Ort in Suche anzeigen (30 L$/Woche) unter" name="ShowDirectoryCheck" tool_tip="Diese Parzelle in Suchergebnissen anzeigen."/> | 295 | <check_box label="Ort in Suche anzeigen ([DIRECTORYFEE]) unter" name="ShowDirectoryCheck" tool_tip="Diese Parzelle in Suchergebnissen anzeigen."/> |
296 | <string name="search_enabled_tooltip"> | 296 | <string name="search_enabled_tooltip"> |
297 | Diese Parzelle in Suchergebnissen anzeigen. | 297 | Diese Parzelle in Suchergebnissen anzeigen. |
298 | </string> | 298 | </string> |
@@ -305,25 +305,25 @@ Nur große Parzellen können in der Suche aufgeführt werden. | |||
305 | </string> | 305 | </string> |
306 | <combo_box name="land category with adult"> | 306 | <combo_box name="land category with adult"> |
307 | <combo_item name="AnyCategory"> | 307 | <combo_item name="AnyCategory"> |
308 | Alle Kategorien | 308 | Jede Kategorie |
309 | </combo_item> | 309 | </combo_item> |
310 | <combo_item name="LindenLocation"> | 310 | <combo_item name="LindenLocation"> |
311 | Lindenort | 311 | Linden Position |
312 | </combo_item> | 312 | </combo_item> |
313 | <combo_item name="Adult"> | 313 | <combo_item name="Adult"> |
314 | Adult | 314 | Erwachsen |
315 | </combo_item> | 315 | </combo_item> |
316 | <combo_item name="Arts&Culture"> | 316 | <combo_item name="Arts&Culture"> |
317 | Kunst & Kultur | 317 | Kunst & Kultur |
318 | </combo_item> | 318 | </combo_item> |
319 | <combo_item name="Business"> | 319 | <combo_item name="Business"> |
320 | Business | 320 | Gewerbe |
321 | </combo_item> | 321 | </combo_item> |
322 | <combo_item name="Educational"> | 322 | <combo_item name="Educational"> |
323 | Bildung | 323 | Bildung |
324 | </combo_item> | 324 | </combo_item> |
325 | <combo_item name="Gaming"> | 325 | <combo_item name="Gaming"> |
326 | Spielen | 326 | Spiele |
327 | </combo_item> | 327 | </combo_item> |
328 | <combo_item name="Hangout"> | 328 | <combo_item name="Hangout"> |
329 | Treffpunkt | 329 | Treffpunkt |
@@ -332,13 +332,13 @@ Nur große Parzellen können in der Suche aufgeführt werden. | |||
332 | Anfängergerecht | 332 | Anfängergerecht |
333 | </combo_item> | 333 | </combo_item> |
334 | <combo_item name="Parks&Nature"> | 334 | <combo_item name="Parks&Nature"> |
335 | Parks und Natur | 335 | Parks & Natur |
336 | </combo_item> | 336 | </combo_item> |
337 | <combo_item name="Residential"> | 337 | <combo_item name="Residential"> |
338 | Wohngebiet | 338 | Wohngebiet |
339 | </combo_item> | 339 | </combo_item> |
340 | <combo_item name="Shopping"> | 340 | <combo_item name="Shopping"> |
341 | Shopping | 341 | Einkaufen |
342 | </combo_item> | 342 | </combo_item> |
343 | <combo_item name="Other"> | 343 | <combo_item name="Other"> |
344 | Sonstige | 344 | Sonstige |
@@ -346,22 +346,22 @@ Nur große Parzellen können in der Suche aufgeführt werden. | |||
346 | </combo_box> | 346 | </combo_box> |
347 | <combo_box left="266" name="land category" width="130"> | 347 | <combo_box left="266" name="land category" width="130"> |
348 | <combo_item name="AnyCategory"> | 348 | <combo_item name="AnyCategory"> |
349 | Alle Kategorien | 349 | Jede Kategorie |
350 | </combo_item> | 350 | </combo_item> |
351 | <combo_item name="LindenLocation"> | 351 | <combo_item name="LindenLocation"> |
352 | Lindenort | 352 | Linden Position |
353 | </combo_item> | 353 | </combo_item> |
354 | <combo_item name="Arts&Culture"> | 354 | <combo_item name="Arts&Culture"> |
355 | Kunst und Kultur | 355 | Kunst & Kultur |
356 | </combo_item> | 356 | </combo_item> |
357 | <combo_item name="Business"> | 357 | <combo_item name="Business"> |
358 | Business | 358 | Gewerbe |
359 | </combo_item> | 359 | </combo_item> |
360 | <combo_item name="Educational"> | 360 | <combo_item name="Educational"> |
361 | Bildung | 361 | Bildung |
362 | </combo_item> | 362 | </combo_item> |
363 | <combo_item name="Gaming"> | 363 | <combo_item name="Gaming"> |
364 | Spielen | 364 | Spiele |
365 | </combo_item> | 365 | </combo_item> |
366 | <combo_item name="Hangout"> | 366 | <combo_item name="Hangout"> |
367 | Treffpunkt | 367 | Treffpunkt |
@@ -370,31 +370,31 @@ Nur große Parzellen können in der Suche aufgeführt werden. | |||
370 | Anfängergerecht | 370 | Anfängergerecht |
371 | </combo_item> | 371 | </combo_item> |
372 | <combo_item name="Parks&Nature"> | 372 | <combo_item name="Parks&Nature"> |
373 | Parks und Natur | 373 | Parks & Natur |
374 | </combo_item> | 374 | </combo_item> |
375 | <combo_item name="Residential"> | 375 | <combo_item name="Residential"> |
376 | Wohngebiet | 376 | Wohngebiet |
377 | </combo_item> | 377 | </combo_item> |
378 | <combo_item name="Shopping"> | 378 | <combo_item name="Shopping"> |
379 | Shopping | 379 | Einkaufen |
380 | </combo_item> | 380 | </combo_item> |
381 | <combo_item name="Other"> | 381 | <combo_item name="Other"> |
382 | Sonstige | 382 | Sonstige |
383 | </combo_item> | 383 | </combo_item> |
384 | </combo_box> | 384 | </combo_box> |
385 | <button label="?" label_selected="?" name="?"/> | 385 | <button label="?" label_selected="?" name="?"/> |
386 | <check_box label="Mature-Inhalt" name="MatureCheck" tool_tip=""/> | 386 | <check_box label="Reifer Inhalt" name="MatureCheck" tool_tip=""/> |
387 | <string name="mature_check_mature"> | 387 | <string name="mature_check_mature"> |
388 | Mature-Inhalt | 388 | Reifer Inhalt |
389 | </string> | 389 | </string> |
390 | <string name="mature_check_adult"> | 390 | <string name="mature_check_adult"> |
391 | Adult-Inhalt | 391 | Erwachsenen-Inhalt |
392 | </string> | 392 | </string> |
393 | <string name="mature_check_mature_tooltip"> | 393 | <string name="mature_check_mature_tooltip"> |
394 | Die Informationen oder Inhalte Ihrer Parzelle sind „Mature“. | 394 | Die Informationen oder Inhalte Ihrer Parzelle sind als „Reif“ klassifiziert. |
395 | </string> | 395 | </string> |
396 | <string name="mature_check_adult_tooltip"> | 396 | <string name="mature_check_adult_tooltip"> |
397 | Die Informationen oder Inhalte Ihrer Parzelle sind „Adult“. | 397 | Die Informationen oder Inhalte Ihrer Parzelle sind als „Erwachsen“ klassifiziert. |
398 | </string> | 398 | </string> |
399 | <text name="Snapshot:"> | 399 | <text name="Snapshot:"> |
400 | Foto: | 400 | Foto: |
@@ -406,7 +406,7 @@ Nur große Parzellen können in der Suche aufgeführt werden. | |||
406 | <string name="landing_point_none"> | 406 | <string name="landing_point_none"> |
407 | (keiner) | 407 | (keiner) |
408 | </string> | 408 | </string> |
409 | <button label="Festlegen" label_selected="Festlegen" left="234" name="Set" tool_tip="Legt den Landepunkt fest, an dem Besucher ankommen. Legt die Position Ihres Avatars innerhalb dieser Parzelle fest." width="70"/> | 409 | <button label="Festlegen" label_selected="Festlegen" left="234" name="Set" tool_tip="Legt den Landepunkt fest, an dem Besucher ankommen. Legt den Punkt auf der Position Ihres Avatars innerhalb dieser Parzelle fest." width="70"/> |
410 | <button label="Löschen" label_selected="Löschen" left="312" name="Clear" tool_tip="Landepunkt löschen." width="70"/> | 410 | <button label="Löschen" label_selected="Löschen" left="312" name="Clear" tool_tip="Landepunkt löschen." width="70"/> |
411 | <text name="Teleport Routing: "> | 411 | <text name="Teleport Routing: "> |
412 | Teleport-Route: | 412 | Teleport-Route: |
@@ -433,7 +433,7 @@ Nur große Parzellen können in der Suche aufgeführt werden. | |||
433 | <text name="with media:"> | 433 | <text name="with media:"> |
434 | Medientyp: | 434 | Medientyp: |
435 | </text> | 435 | </text> |
436 | <combo_box name="media type" tool_tip="Geben Sie einen URL für den Film, die Webseite oder ein anderes Medium ein"/> | 436 | <combo_box name="media type" tool_tip="Geben Sie ein, ob die URL für einen Film, eine Webseite oder ein anderes Medium ist"/> |
437 | <text name="at URL:"> | 437 | <text name="at URL:"> |
438 | Medien-URL: | 438 | Medien-URL: |
439 | </text> | 439 | </text> |
@@ -496,7 +496,7 @@ Optionen: | |||
496 | Eine oder mehrere dieser Optionen gelten auf Grundstücksebene | 496 | Eine oder mehrere dieser Optionen gelten auf Grundstücksebene |
497 | </string> | 497 | </string> |
498 | <check_box label="Gruppenzugang erlauben: [GROUP]" name="GroupCheck" tool_tip="Gruppe im Register „Allgemein“ festlegen."/> | 498 | <check_box label="Gruppenzugang erlauben: [GROUP]" name="GroupCheck" tool_tip="Gruppe im Register „Allgemein“ festlegen."/> |
499 | <check_box label="Pässe verkaufen an:" name="PassCheck" tool_tip="Ermöglicht befristeten Zugang zu dieser Parzelle"/> | 499 | <check_box label="Pässe verkaufen an:" name="PassCheck" tool_tip="Ermöglicht verübergehenden Zugang zu dieser Parzelle"/> |
500 | <combo_box name="pass_combo"> | 500 | <combo_box name="pass_combo"> |
501 | <combo_item name="Anyone"> | 501 | <combo_item name="Anyone"> |
502 | Jeden | 502 | Jeden |
@@ -505,18 +505,18 @@ Optionen: | |||
505 | Gruppe | 505 | Gruppe |
506 | </combo_item> | 506 | </combo_item> |
507 | </combo_box> | 507 | </combo_box> |
508 | <spinner label="Preis in L$:" name="PriceSpin"/> | 508 | <spinner label="Preis in [CURRENCY]:" name="PriceSpin"/> |
509 | <spinner label="Online-Zeit:" name="HoursSpin"/> | 509 | <spinner label="Zugangs-Zeiten:" name="HoursSpin"/> |
510 | <text label="Immer erlauben" name="AllowedText"> | 510 | <text label="Immer erlauben" name="AllowedText"> |
511 | Zulässige Einwohner | 511 | Zulässige Einwohner |
512 | </text> | 512 | </text> |
513 | <name_list name="AccessList" tool_tip="([LISTED] angezeigt, max. [MAX])"/> | 513 | <name_list name="AccessList" tool_tip="([LISTED] angezeigt, [MAX] max.)"/> |
514 | <button label="Hinzufügen..." label_selected="Hinzufügen..." name="add_allowed"/> | 514 | <button label="Hinzufügen..." label_selected="Hinzufügen..." name="add_allowed"/> |
515 | <button label="Entfernen" label_selected="Entfernen" name="remove_allowed"/> | 515 | <button label="Entfernen" label_selected="Entfernen" name="remove_allowed"/> |
516 | <text label="Verbannen" name="BanCheck"> | 516 | <text label="Verbannen" name="BanCheck"> |
517 | Verbannte Einwohner | 517 | Verbannte Einwohner |
518 | </text> | 518 | </text> |
519 | <name_list name="BannedList" tool_tip="([LISTED] angezeigt, max. [MAX])"/> | 519 | <name_list name="BannedList" tool_tip="([LISTED] angezeigt, [MAX] max.)"/> |
520 | <button label="Hinzufügen..." label_selected="Hinzufügen..." name="add_banned"/> | 520 | <button label="Hinzufügen..." label_selected="Hinzufügen..." name="add_banned"/> |
521 | <button label="Entfernen" label_selected="Entfernen" name="remove_banned"/> | 521 | <button label="Entfernen" label_selected="Entfernen" name="remove_banned"/> |
522 | </panel> | 522 | </panel> |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_animation_preview.xml b/linden/indra/newview/skins/default/xui/de/floater_animation_preview.xml index 299b6a7..d25a031 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_animation_preview.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_animation_preview.xml | |||
@@ -14,7 +14,7 @@ | |||
14 | <text name="hand_label"> | 14 | <text name="hand_label"> |
15 | Handhaltung | 15 | Handhaltung |
16 | </text> | 16 | </text> |
17 | <combo_box label="" name="hand_pose_combo" tool_tip="Steuert während der Animation die Bewegung der Hände."> | 17 | <combo_box label="" name="hand_pose_combo" tool_tip="Steuert die Bewegung der Hände während der Animation."> |
18 | <combo_item name="Spread"> | 18 | <combo_item name="Spread"> |
19 | Dehnen | 19 | Dehnen |
20 | </combo_item> | 20 | </combo_item> |
@@ -22,7 +22,7 @@ | |||
22 | Entspannt | 22 | Entspannt |
23 | </combo_item> | 23 | </combo_item> |
24 | <combo_item name="PointBoth"> | 24 | <combo_item name="PointBoth"> |
25 | Beide zeigen | 25 | Beide zeigend |
26 | </combo_item> | 26 | </combo_item> |
27 | <combo_item name="Fist"> | 27 | <combo_item name="Fist"> |
28 | Faust | 28 | Faust |
@@ -31,7 +31,7 @@ | |||
31 | Links entspannt | 31 | Links entspannt |
32 | </combo_item> | 32 | </combo_item> |
33 | <combo_item name="PointLeft"> | 33 | <combo_item name="PointLeft"> |
34 | Nach links zeigen | 34 | Links zeigend |
35 | </combo_item> | 35 | </combo_item> |
36 | <combo_item name="FistLeft"> | 36 | <combo_item name="FistLeft"> |
37 | Linke Faust | 37 | Linke Faust |
@@ -40,7 +40,7 @@ | |||
40 | Rechts entspannt | 40 | Rechts entspannt |
41 | </combo_item> | 41 | </combo_item> |
42 | <combo_item name="PointRight"> | 42 | <combo_item name="PointRight"> |
43 | Nach rechts zeigen | 43 | Rechts zeigend |
44 | </combo_item> | 44 | </combo_item> |
45 | <combo_item name="FistRight"> | 45 | <combo_item name="FistRight"> |
46 | Rechte Faust | 46 | Rechte Faust |
@@ -52,7 +52,7 @@ | |||
52 | Tippt | 52 | Tippt |
53 | </combo_item> | 53 | </combo_item> |
54 | <combo_item name="PeaceRight"> | 54 | <combo_item name="PeaceRight"> |
55 | Friedensrecht | 55 | Friedenszeichen rechts |
56 | </combo_item> | 56 | </combo_item> |
57 | </combo_box> | 57 | </combo_box> |
58 | <text name="emote_label"> | 58 | <text name="emote_label"> |
@@ -72,7 +72,7 @@ | |||
72 | Verärgert | 72 | Verärgert |
73 | </combo_item> | 73 | </combo_item> |
74 | <combo_item name="BigSmile"> | 74 | <combo_item name="BigSmile"> |
75 | Grinst | 75 | Grinsen |
76 | </combo_item> | 76 | </combo_item> |
77 | <combo_item name="Bored"> | 77 | <combo_item name="Bored"> |
78 | Gelangweilt | 78 | Gelangweilt |
@@ -99,7 +99,7 @@ | |||
99 | Bäääh | 99 | Bäääh |
100 | </combo_item> | 100 | </combo_item> |
101 | <combo_item name="Repulsed"> | 101 | <combo_item name="Repulsed"> |
102 | Zurückgestoßen | 102 | Abgestoen |
103 | </combo_item> | 103 | </combo_item> |
104 | <combo_item name="Sad"> | 104 | <combo_item name="Sad"> |
105 | Traurig | 105 | Traurig |
@@ -128,27 +128,27 @@ | |||
128 | Stehend | 128 | Stehend |
129 | </combo_item> | 129 | </combo_item> |
130 | <combo_item name="Walking"> | 130 | <combo_item name="Walking"> |
131 | Geht | 131 | Gehend |
132 | </combo_item> | 132 | </combo_item> |
133 | <combo_item name="Sitting"> | 133 | <combo_item name="Sitting"> |
134 | Sitzt | 134 | Sitzend |
135 | </combo_item> | 135 | </combo_item> |
136 | <combo_item name="Flying"> | 136 | <combo_item name="Flying"> |
137 | Fliegend | 137 | Fliegend |
138 | </combo_item> | 138 | </combo_item> |
139 | </combo_box> | 139 | </combo_box> |
140 | <spinner label="Eingang glätten (s)" label_width="105" name="ease_in_time" tool_tip="Einblendungsgeschwindigkeit von Animationen (in Sekunden)." width="175"/> | 140 | <spinner label="Einblenden (s)" label_width="105" name="ease_in_time" tool_tip="Einblendungsgeschwindigkeit von Animationen (in Sekunden)." width="175"/> |
141 | <spinner bottom_delta="-20" label="Ausgang glätten (s)" label_width="105" left="10" name="ease_out_time" tool_tip="Ausblendungsgeschwindigkeit von Animationen (in Sekunden)." width="175"/> | 141 | <spinner bottom_delta="-20" label="Ausblenden (s)" label_width="105" left="10" name="ease_out_time" tool_tip="Ausblendungsgeschwindigkeit von Animationen (in Sekunden)." width="175"/> |
142 | <button bottom_delta="-32" label="" name="play_btn" tool_tip="Animation stoppen/wiedergeben."/> | 142 | <button bottom_delta="-32" label="" name="play_btn" tool_tip="Animation wiedergeben/anhalten."/> |
143 | <button label="" name="stop_btn" tool_tip="Animation anhalten"/> | 143 | <button label="" name="stop_btn" tool_tip="Animation stoppen."/> |
144 | <slider label="" name="playback_slider"/> | 144 | <slider label="" name="playback_slider"/> |
145 | <text name="bad_animation_text"> | 145 | <text name="bad_animation_text"> |
146 | Animationsdatei konnte nicht gelesen werden. | 146 | Animationsdatei konnte nicht gelesen werden. |
147 | 147 | ||
148 | Wir empfehlen exportierte BVH-Dateien aus Poser 4. | 148 | Wir empfehlen aus Poser 4 exportierte BVH-Dateien. |
149 | </text> | 149 | </text> |
150 | <button label="Abbrechen" name="cancel_btn"/> | 150 | <button label="Abbrechen" name="cancel_btn"/> |
151 | <button label="Hochladen ([AMOUNT] L$)" name="ok_btn"/> | 151 | <button label="Hochladen ([UPLOADFEE])" name="ok_btn"/> |
152 | <string name="failed_to_initialize"> | 152 | <string name="failed_to_initialize"> |
153 | Bewegung konnte nicht initialisiert werden | 153 | Bewegung konnte nicht initialisiert werden |
154 | </string> | 154 | </string> |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_ao.xml b/linden/indra/newview/skins/default/xui/de/floater_ao.xml index c0731ea..f080bb2 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_ao.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_ao.xml | |||
@@ -2,28 +2,28 @@ | |||
2 | <floater name="geminifloater" title="Animation Overrider"> | 2 | <floater name="geminifloater" title="Animation Overrider"> |
3 | <view_border name="ao_notecard"/> | 3 | <view_border name="ao_notecard"/> |
4 | <view_border name="ao_notecard_vis"/> | 4 | <view_border name="ao_notecard_vis"/> |
5 | <text name="Give inventory" tool_tip="ZHAO Notiz hier fallen lassen. Konfiguration und Animationen müssen im gleichen Inventar Ordner liegen!"> | 5 | <text name="Give inventory" tool_tip="ZHAO Notiz hier einstellen. Konfiguration und Animationen müssen im gleichen Inventar-Ordner liegen!"> |
6 | ZHAO II Konfiguration hier fallen lassen. | 6 | ZHAO II Konfiguration hier einstellen. |
7 | </text> | 7 | </text> |
8 | <view_border name="ao_notecard_disp"/> | 8 | <view_border name="ao_notecard_disp"/> |
9 | <text name="ao_nc_text" tool_tip=""> | 9 | <text name="ao_nc_text" tool_tip=""> |
10 | Aktuell: ITEM | 10 | Aktuell festgesetzt: ITEM |
11 | </text> | 11 | </text> |
12 | <button name="opencard" label="Laden"/> | 12 | <button name="opencard" label="Ansehen"/> |
13 | <button name="reloadcard" label="Neuladen"/> | 13 | <button name="reloadcard" label="Neuladen"/> |
14 | <button label="Mehr >>" name="more_btn" tool_tip="Erweiterte Optionen"/> | 14 | <button label="Mehr >>" name="more_btn" tool_tip="Erweiterte Optionen"/> |
15 | <button label="<< Weniger" name="less_btn" tool_tip="Erweiterte Optionen"/> | 15 | <button label="<< Weniger" name="less_btn" tool_tip="Erweiterte Optionen"/> |
16 | <check_box label="Anims übersteuern" name="EmeraldAOEnabled"/> | 16 | <check_box label="Aktivierung Animationsüberlagerung" name="EmeraldAOEnabled"/> |
17 | <check_box label="Sitzen übersteuern" name="EmeraldAOSitsEnabled"/> | 17 | <check_box label="Aktivierung Sitzüberlagerung" name="EmeraldAOSitsEnabled"/> |
18 | <text name="buttons_desc"> | 18 | <text name="buttons_desc"> |
19 | Stand: | 19 | Stände: |
20 | </text> | 20 | </text> |
21 | <combo_box name="stands" label=""/> | 21 | <combo_box name="stands" label=""/> |
22 | <button name="prevstand" tool_tip="vorheriger Stand" label="<<"/> | 22 | <button name="prevstand" tool_tip="vorheriger Stand" label="<<"/> |
23 | <button name="nextstand" tool_tip="nächster Stand" label=">>"/> | 23 | <button name="nextstand" tool_tip="nächster Stand" label=">>"/> |
24 | <check_box label="zufällige Stand Ani" name="EmeraldAOStandRandomize"/> | 24 | <check_box label="zufällige Stand-Ani" name="EmeraldAOStandRandomize"/> |
25 | <check_box label="keine Stand Ani bei Mouselook" name="EmeraldAONoStandsInMouselook"/> | 25 | <check_box label="keine Stand-Ani bei Mouselook" name="EmeraldAONoStandsInMouselook"/> |
26 | <spinner name="standtime" label="Stand Zeit" tool_tip="AO Stand zeit in Sekunden"/> | 26 | <spinner name="standtime" label="Zeit je Stand" tool_tip="AO Standzeit in Sekunden"/> |
27 | <tab_container label="Default" name="tabcontainer"> | 27 | <tab_container label="Default" name="tabcontainer"> |
28 | <panel label="Standard Anis" name="tabdefaultanims"> | 28 | <panel label="Standard Anis" name="tabdefaultanims"> |
29 | <text name="textdefaultwalk"> | 29 | <text name="textdefaultwalk"> |
@@ -39,7 +39,7 @@ | |||
39 | </text> | 39 | </text> |
40 | <combo_box name="jumps" label=""/> | 40 | <combo_box name="jumps" label=""/> |
41 | <text name="textdefaultsit"> | 41 | <text name="textdefaultsit"> |
42 | Standard sitzen: | 42 | Standard Sitz: |
43 | </text> | 43 | </text> |
44 | <combo_box name="sits" label=""/> | 44 | <combo_box name="sits" label=""/> |
45 | <text name="textdefaultgsit"> | 45 | <text name="textdefaultgsit"> |
@@ -47,19 +47,19 @@ | |||
47 | </text> | 47 | </text> |
48 | <combo_box name="gsits" label=""/> | 48 | <combo_box name="gsits" label=""/> |
49 | <text name="textdefaultcrouch"> | 49 | <text name="textdefaultcrouch"> |
50 | Standard geduckt: | 50 | Standard Hocke: |
51 | </text> | 51 | </text> |
52 | <combo_box name="crouchs" label=""/> | 52 | <combo_box name="crouchs" label=""/> |
53 | <text name="textdefaultcrouchwalk"> | 53 | <text name="textdefaultcrouchwalk"> |
54 | Standard geduckt Gang: | 54 | Standard geduckter Gang: |
55 | </text> | 55 | </text> |
56 | <combo_box name="cwalks" label=""/> | 56 | <combo_box name="cwalks" label=""/> |
57 | <text name="textdefaultfall"> | 57 | <text name="textdefaultfall"> |
58 | Standard fallen: | 58 | Standard Fall: |
59 | </text> | 59 | </text> |
60 | <combo_box name="falls" label=""/> | 60 | <combo_box name="falls" label=""/> |
61 | <text name="textdefaulthover"> | 61 | <text name="textdefaulthover"> |
62 | Standard scheweben: | 62 | Standard Schweben: |
63 | </text> | 63 | </text> |
64 | <combo_box name="hovers" label=""/> | 64 | <combo_box name="hovers" label=""/> |
65 | <text name="textdefaultfly"> | 65 | <text name="textdefaultfly"> |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_auction.xml b/linden/indra/newview/skins/default/xui/de/floater_auction.xml index 42f6a07..3117222 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_auction.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_auction.xml | |||
@@ -4,6 +4,6 @@ | |||
4 | <button label="Foto" label_selected="Foto" name="snapshot_btn" /> | 4 | <button label="Foto" label_selected="Foto" name="snapshot_btn" /> |
5 | <button label="OK" label_selected="OK" name="ok_btn" /> | 5 | <button label="OK" label_selected="OK" name="ok_btn" /> |
6 | <text name="already for sale"> | 6 | <text name="already for sale"> |
7 | Parzellen, die bereits zum Verkauf stehen, können nicht auktioniert werden. | 7 | Parzellen, die bereits zum Verkauf stehen, können nicht versteigert werden. |
8 | </text> | 8 | </text> |
9 | </floater> | 9 | </floater> |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_avatar_picker.xml b/linden/indra/newview/skins/default/xui/de/floater_avatar_picker.xml index c546d91..3d40c60 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_avatar_picker.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_avatar_picker.xml | |||
@@ -7,7 +7,7 @@ | |||
7 | Einwohners ein: | 7 | Einwohners ein: |
8 | </text> | 8 | </text> |
9 | <line_editor bottom_delta="-36" name="Edit" /> | 9 | <line_editor bottom_delta="-36" name="Edit" /> |
10 | <button label="Suchen" label_selected="Suchen" name="Find"/> | 10 | <button label="Finden" label_selected="Finden" name="Find"/> |
11 | <scroll_list height="74" name="SearchResults" bottom_delta="-79"/> | 11 | <scroll_list height="74" name="SearchResults" bottom_delta="-79"/> |
12 | </panel> | 12 | </panel> |
13 | <panel label="Visitenkarten" name="CallingCardsPanel"> | 13 | <panel label="Visitenkarten" name="CallingCardsPanel"> |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_avatar_textures.xml b/linden/indra/newview/skins/default/xui/de/floater_avatar_textures.xml index 823d6de..49159cd 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_avatar_textures.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_avatar_textures.xml | |||
@@ -6,26 +6,26 @@ | |||
6 | <text name="composite_label" width="150"> | 6 | <text name="composite_label" width="150"> |
7 | Zusammengesetzte Texturen | 7 | Zusammengesetzte Texturen |
8 | </text> | 8 | </text> |
9 | <button label="Läd IDs in Konsole ab" label_selected="Abladen" name="Dump"/> | 9 | <button label="Lädt IDs in Konsole ab" label_selected="Abladen" name="Dump"/> |
10 | <texture_picker label="Haare" name="hair-baked"/> | 10 | <texture_picker label="Haare" name="hair-baked"/> |
11 | <texture_picker label="Haar" name="hair"/> | 11 | <texture_picker label="Haar" name="hair"/> |
12 | <texture_picker label="Kopf" name="head-baked"/> | 12 | <texture_picker label="Kopf" name="head-baked"/> |
13 | <texture_picker label="Make-Uup" name="head bodypaint"/> | 13 | <texture_picker label="Make-Up" name="head bodypaint"/> |
14 | <texture_picker label="Augen" name="eyes-baked"/> | 14 | <texture_picker label="Augen" name="eyes-baked"/> |
15 | <texture_picker label="Auge" name="iris"/> | 15 | <texture_picker label="Auge" name="iris"/> |
16 | <texture_picker label="Oberkörper" name="upper-baked"/> | 16 | <texture_picker label="Oberkörper" name="upper-baked"/> |
17 | <texture_picker label="Oberkörpertattoo" name="upper bodypaint"/> | 17 | <texture_picker label="Oberkörper-Tätowierung" name="upper bodypaint"/> |
18 | <texture_picker label="Unterhemd" name="undershirt"/> | 18 | <texture_picker label="Unterhemd" name="undershirt"/> |
19 | <texture_picker label="Handschuhe" name="gloves"/> | 19 | <texture_picker label="Handschuhe" name="gloves"/> |
20 | <texture_picker label="Hemd" name="shirt"/> | 20 | <texture_picker label="Hemd" name="shirt"/> |
21 | <texture_picker label="Oberjacke" name="upper jacket"/> | 21 | <texture_picker label="Jackenoberteil" name="upper jacket"/> |
22 | <texture_picker label="Unterkörper" name="lower-baked"/> | 22 | <texture_picker label="Unterkörper" name="lower-baked"/> |
23 | <texture_picker label="Unterkörper-Tätowierung" name="lower bodypaint"/> | 23 | <texture_picker label="Unterkörper-Tätowierung" name="lower bodypaint"/> |
24 | <texture_picker label="Unterhose" name="underpants"/> | 24 | <texture_picker label="Unterhose" name="underpants"/> |
25 | <texture_picker label="Socken" name="socks"/> | 25 | <texture_picker label="Socken" name="socks"/> |
26 | <texture_picker label="Schuhe" name="shoes"/> | 26 | <texture_picker label="Schuhe" name="shoes"/> |
27 | <texture_picker label="Hose" name="pants"/> | 27 | <texture_picker label="Hose" name="pants"/> |
28 | <texture_picker label="Jacke" name="lower jacket"/> | 28 | <texture_picker label="Jackenunterteil" name="lower jacket"/> |
29 | <texture_picker label="Rock" name="skirt-baked"/> | 29 | <texture_picker label="Rock" name="skirt-baked"/> |
30 | <texture_picker label="Rock" name="skirt"/> | 30 | <texture_picker label="Rock" name="skirt"/> |
31 | </floater> | 31 | </floater> |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_beacons.xml b/linden/indra/newview/skins/default/xui/de/floater_beacons.xml index 0992727..37b3a98 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_beacons.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_beacons.xml | |||
@@ -1,15 +1,15 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes"?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes"?> |
2 | <floater name="beacons" title="Beacons"> | 2 | <floater name="beacons" title="Leitstrahl"> |
3 | <panel name="beacons_panel"> | 3 | <panel name="beacons_panel"> |
4 | <check_box label="Auf Berührung beschränkte Skriptobjekte" name="touch_only"/> | 4 | <check_box label="Auf Berührung beschränkte Skriptobjekte" name="touch_only"/> |
5 | <check_box label="Skripting-Objekte" name="scripted"/> | 5 | <check_box label="Skripting-Objekte" name="scripted"/> |
6 | <check_box label="Physische Objekte" name="physical"/> | 6 | <check_box label="Physische Objekte" name="physical"/> |
7 | <check_box label="Soundquellen" name="sounds"/> | 7 | <check_box label="Soundquellen" name="sounds"/> |
8 | <check_box label="Partikelquellen" name="particles"/> | 8 | <check_box label="Partikelquellen" name="particles"/> |
9 | <check_box label="Glanzlichter anzeigen" name="highlights"/> | 9 | <check_box label="Hervorhebungen anzeigen" name="highlights"/> |
10 | <check_box label="Beacons anzeigen" name="beacons"/> | 10 | <check_box label="Leitstrahlen anzeigen" name="beacons"/> |
11 | <text name="beacon_width_label"> | 11 | <text name="beacon_width_label"> |
12 | Beacon-Breite: | 12 | Leitstrahl-Breite: |
13 | </text> | 13 | </text> |
14 | </panel> | 14 | </panel> |
15 | </floater> | 15 | </floater> |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_build_options.xml b/linden/indra/newview/skins/default/xui/de/floater_build_options.xml index de3617e..0541116 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_build_options.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_build_options.xml | |||
@@ -1,8 +1,27 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <floater name="build options floater" title="Rasteroptionen"> | 2 | <floater name="build options floater" title="Erweiterte Bauoptionen"> |
3 | <spinner label="Rastereinheit (Meter)" name="GridResolution" /> | 3 | <text name="text_box7"> |
4 | <spinner label="Rastergröße (Meter)" name="GridDrawSize" /> | 4 | Rasteroptionen:</text> |
5 | <check_box label="Einrasten von Untereinheiten aktivieren" name="GridSubUnit" /> | 5 | <spinner label="Rastereinheit (m)" name="GridResolution" /> |
6 | <spinner label="Rastergröße (m)" name="GridDrawSize" /> | ||
7 | <check_box label="Untereinheiten einrasten" name="GridSubUnit" /> | ||
6 | <check_box label="Querschnitte anzeigen" name="GridCrossSection" /> | 8 | <check_box label="Querschnitte anzeigen" name="GridCrossSection" /> |
7 | <slider label="Rasterdeckkraft" name="GridOpacity" /> | 9 | <slider label="Rasterdeckkraft" name="GridOpacity" /> |
10 | <text name="text_box3"> | ||
11 | Objektgröße:</text> | ||
12 | <spinner label="X-Größe:" name="X size" /> | ||
13 | <spinner label="Y-Größe:" name="Y size" /> | ||
14 | <spinner label="Z-Größe:" name="Z size" /> | ||
15 | <text name="text_box6"> | ||
16 | Angelpunkt der Achsen:</text> | ||
17 | <check_box label="Größen in Prozent" tool_tip="Standardeinstellung sind Prozent und alle Achsen auf 50" name="PivotPercToggle" /> | ||
18 | <check_box label="Selektionsumrisse zeigen" name="BuildPrefsRenderHighlight_toggle" /> | ||
19 | <check_box label="Selektionsdistanz limitieren" name="limit_select_dist_check" /> | ||
20 | <check_box label="Achsen auf Hauptprim zeigen" tool_tip="Standardverhalten ist die Anzeige der Achsen auf dem Massensenter des gesamten Objekts. Aktiviert werden die Achsen stattdessen auf dem Hauptprim eines Objektes gezeigt." name="BuildPrefsActualRoot_toggle" /> | ||
21 | <check_box label="Objekteintritt mit Landesgruppe" tool_tip="Objekte auf Gruppenland mit dieser Gruppe erzeugen (wenn möglich." name="grouplandrez" /> | ||
22 | <spinner label="Dezimalstellen Bearbeitung" tool_tip="Setzt die Standard-Genauigkeit für bewegen, Größe ändern und rotieren fest." name="spinner_decimal" /> | ||
23 | <button label="Übernehmen" name="btn_apply" /> | ||
24 | <button label="Abbrechen" name="btn_cancel" /> | ||
25 | <button label="OK" name="btn_ok" /> | ||
26 | <button label="Standard wiederherstellen" name="btn_reset" /> | ||
8 | </floater> | 27 | </floater> |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_bulk_perms.xml b/linden/indra/newview/skins/default/xui/de/floater_bulk_perms.xml index f058a0e..828a72b 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_bulk_perms.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_bulk_perms.xml | |||
@@ -1,5 +1,5 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes"?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes"?> |
2 | <floater name="floaterbulkperms" title="Mehrere Inhaltsberechtigungen ändern"> | 2 | <floater name="floaterbulkperms" title="Inhaltsberechtigungen im Paket ändern"> |
3 | <text name="applyto"> | 3 | <text name="applyto"> |
4 | Inhaltsarten | 4 | Inhaltsarten |
5 | </text> | 5 | </text> |
@@ -10,8 +10,8 @@ | |||
10 | <check_box label="Landmarken" name="check_landmark"/> | 10 | <check_box label="Landmarken" name="check_landmark"/> |
11 | <check_box label="Notizkarten" name="check_notecard"/> | 11 | <check_box label="Notizkarten" name="check_notecard"/> |
12 | <check_box label="Objekte" name="check_object"/> | 12 | <check_box label="Objekte" name="check_object"/> |
13 | <check_box label="Skripts" name="check_script"/> | 13 | <check_box label="Skripte" name="check_script"/> |
14 | <check_box label="Sounds" name="check_sound"/> | 14 | <check_box label="Klänge" name="check_sound"/> |
15 | <check_box label="Texturen" name="check_texture"/> | 15 | <check_box label="Texturen" name="check_texture"/> |
16 | <button label="Alle auswählen" label_selected="Alle" name="check_all"/> | 16 | <button label="Alle auswählen" label_selected="Alle" name="check_all"/> |
17 | <button label="Keine" label_selected="Keine" name="check_none"/> | 17 | <button label="Keine" label_selected="Keine" name="check_none"/> |
@@ -19,7 +19,7 @@ | |||
19 | Neue Berechtigungen | 19 | Neue Berechtigungen |
20 | </text> | 20 | </text> |
21 | <check_box label="Mit Gruppe teilen" name="share_with_group"/> | 21 | <check_box label="Mit Gruppe teilen" name="share_with_group"/> |
22 | <check_box label="Kopieren allen erlauben" name="everyone_copy"/> | 22 | <check_box label="Allen kopieren erlauben" name="everyone_copy"/> |
23 | <text name="NextOwnerLabel"> | 23 | <text name="NextOwnerLabel"> |
24 | Nächster Eigentümer kann: | 24 | Nächster Eigentümer kann: |
25 | </text> | 25 | </text> |
@@ -36,9 +36,9 @@ | |||
36 | Berechtigungen werden eingestellt auf [NAME] | 36 | Berechtigungen werden eingestellt auf [NAME] |
37 | </string> | 37 | </string> |
38 | <string name="start_text"> | 38 | <string name="start_text"> |
39 | Start: Anforderung auf Änderung der Berechtigung... | 39 | Start: Anforderung auf Änderung der Berechtigungen... |
40 | </string> | 40 | </string> |
41 | <string name="done_text"> | 41 | <string name="done_text"> |
42 | Ende: Anforderung auf Änderung der Berechtigung. | 42 | Ende: Anforderung auf Änderung der Berechtigungen. |
43 | </string> | 43 | </string> |
44 | </floater> | 44 | </floater> |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_buy_contents.xml b/linden/indra/newview/skins/default/xui/de/floater_buy_contents.xml index 01858b3..8424a7f 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_buy_contents.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_buy_contents.xml | |||
@@ -4,7 +4,7 @@ | |||
4 | [NAME] enthält: | 4 | [NAME] enthält: |
5 | </text> | 5 | </text> |
6 | <text name="buy_text"> | 6 | <text name="buy_text"> |
7 | [AMOUNT] L$ von [NAME] kaufen? | 7 | Für[CURRENCY][AMOUNT] von [NAME] kaufen? |
8 | </text> | 8 | </text> |
9 | <button label="Abbrechen" label_selected="Abbrechen" name="cancel_btn" width="73" /> | 9 | <button label="Abbrechen" label_selected="Abbrechen" name="cancel_btn" width="73" /> |
10 | <button label="Kaufen" label_selected="Kaufen" name="buy_btn" /> | 10 | <button label="Kaufen" label_selected="Kaufen" name="buy_btn" /> |
@@ -16,6 +16,6 @@ | |||
16 | (kein Bearbeiten) | 16 | (kein Bearbeiten) |
17 | </text> | 17 | </text> |
18 | <text name="no_transfer_text"> | 18 | <text name="no_transfer_text"> |
19 | (kein Transferieren) | 19 | (kein Übertragen) |
20 | </text> | 20 | </text> |
21 | </floater> | 21 | </floater> |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_buy_currency.xml b/linden/indra/newview/skins/default/xui/de/floater_buy_currency.xml index 787f469..d678327 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_buy_currency.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_buy_currency.xml | |||
@@ -14,22 +14,22 @@ | |||
14 | </text> | 14 | </text> |
15 | <button label="Gehe zu Website" name="error_web" /> | 15 | <button label="Gehe zu Website" name="error_web" /> |
16 | <text name="contacting"> | 16 | <text name="contacting"> |
17 | LindeX wird kontaktiert... | 17 | Geldwechsler wird kontaktiert... |
18 | </text> | 18 | </text> |
19 | <text name="buy_action_unknown"> | 19 | <text name="buy_action_unknown"> |
20 | L$ an der LindeX kaufen | 20 | [CURRENCY] am Geldwechsler kaufen |
21 | </text> | 21 | </text> |
22 | <text name="buy_action"> | 22 | <text name="buy_action"> |
23 | [NAME] L$ [PRICE] | 23 | [NAME] [CURRENCY] [PRICE] |
24 | </text> | 24 | </text> |
25 | <text name="currency_action" width="90"> | 25 | <text name="currency_action" width="90"> |
26 | L$ kaufen | 26 | [CURRENCY] kaufen |
27 | </text> | 27 | </text> |
28 | <line_editor left_delta="55" name="currency_amt"> | 28 | <line_editor left_delta="55" name="currency_amt"> |
29 | 1234 | 29 | 1234 |
30 | </line_editor> | 30 | </line_editor> |
31 | <text name="currency_est"> | 31 | <text name="currency_est"> |
32 | für ca. [USD] US$ | 32 | für ca. [REALCURRENCY] [USD] |
33 | </text> | 33 | </text> |
34 | <text name="getting_data"> | 34 | <text name="getting_data"> |
35 | Daten werden geladen... | 35 | Daten werden geladen... |
@@ -38,31 +38,32 @@ | |||
38 | Sie haben zurzeit | 38 | Sie haben zurzeit |
39 | </text> | 39 | </text> |
40 | <text name="balance_amount"> | 40 | <text name="balance_amount"> |
41 | [AMT] L$ | 41 | [AMT] [CURRENCY] |
42 | </text> | 42 | </text> |
43 | <text name="buying_label"> | 43 | <text name="buying_label"> |
44 | Sie kaufen | 44 | Sie kaufen |
45 | </text> | 45 | </text> |
46 | <text name="buying_amount"> | 46 | <text name="buying_amount"> |
47 | [AMT] L$ | 47 | [AMT] [CURRENCY] |
48 | </text> | 48 | </text> |
49 | <text name="total_label"> | 49 | <text name="total_label"> |
50 | Ihr neuer Kontostand: | 50 | Ihr neuer Kontostand: |
51 | </text> | 51 | </text> |
52 | <text name="total_amount"> | 52 | <text name="total_amount"> |
53 | [AMT] L$ | 53 | [AMT] [CURRENCY] |
54 | </text> | 54 | </text> |
55 | <text name="purchase_warning_repurchase"> | 55 | <text name="purchase_warning_repurchase"> |
56 | Dieser Einkauf betrifft ausschließlich Geld. | 56 | Besttigen dieses Kaufs erwirbt ausschließlich Geld. |
57 | Wiederholen Sie den Vorgang. | 57 | Wiederholen Sie den Vorgang. |
58 | </text> | 58 | </text> |
59 | <text name="purchase_warning_notenough"> | 59 | <text name="purchase_warning_notenough"> |
60 | Sie kaufen nicht genügend Geld. | 60 | Sie kaufen nicht genügend Geld. |
61 | Kaufen Sie mehr. | 61 | Erhöhen Sie den Betrag. |
62 | </text> | 62 | </text> |
63 | <button label="Kaufen" name="buy_btn" /> | 63 | <button label="Kaufen" name="buy_btn" /> |
64 | <button label="Abbrechen" name="cancel_btn" /> | 64 | <button label="Abbrechen" name="cancel_btn" /> |
65 | <text name="buy_currency"> | 65 | <text name="buy_currency"> |
66 | [LINDENS] L$ für ca. [USD] US$ kaufen | 66 | [CURRENCY] [LINDENS] für ca. [REALCURRENCY] [USD] |
67 | kaufen | ||
67 | </text> | 68 | </text> |
68 | </floater> | 69 | </floater> |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_buy_land.xml b/linden/indra/newview/skins/default/xui/de/floater_buy_land.xml index 44ae6b0..c929470 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_buy_land.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_buy_land.xml | |||
@@ -31,7 +31,7 @@ | |||
31 | Wiederverkauf möglich oder nicht möglich. | 31 | Wiederverkauf möglich oder nicht möglich. |
32 | </text> | 32 | </text> |
33 | <text name="changeable_clause"> | 33 | <text name="changeable_clause"> |
34 | Darft oder darf nicht zusammengelegt/unterteilt werden. | 34 | Darf oder darf nicht zusammengelegt/unterteilt werden. |
35 | </text> | 35 | </text> |
36 | <text name="covenant_text"> | 36 | <text name="covenant_text"> |
37 | Sie müssen dem Grundstücksvertrag zustimmen: | 37 | Sie müssen dem Grundstücksvertrag zustimmen: |
@@ -99,7 +99,7 @@ Diese Parzelle ist 512 qm groß. | |||
99 | Sie haben 2.100 L$. | 99 | Sie haben 2.100 L$. |
100 | </text> | 100 | </text> |
101 | <text name="currency_action"> | 101 | <text name="currency_action"> |
102 | Mehr L$ kaufen | 102 | Mehr [CURRENCY] kaufen |
103 | </text> | 103 | </text> |
104 | <line_editor name="currency_amt"> | 104 | <line_editor name="currency_amt"> |
105 | 1000 | 105 | 1000 |
@@ -114,10 +114,10 @@ Diese Parzelle ist 512 qm groß. | |||
114 | <button label="Kaufen" name="buy_btn"/> | 114 | <button label="Kaufen" name="buy_btn"/> |
115 | <button label="Abbrechen" name="cancel_btn"/> | 115 | <button label="Abbrechen" name="cancel_btn"/> |
116 | <string name="can_resell"> | 116 | <string name="can_resell"> |
117 | Verkauf möglich. | 117 | Weiterverkauf möglich. |
118 | </string> | 118 | </string> |
119 | <string name="can_not_resell"> | 119 | <string name="can_not_resell"> |
120 | Verkauf nicht möglich. | 120 | Weiterverkauf nicht möglich. |
121 | </string> | 121 | </string> |
122 | <string name="can_change"> | 122 | <string name="can_change"> |
123 | Zusammenlegen/unterteilen möglich. | 123 | Zusammenlegen/unterteilen möglich. |
@@ -126,7 +126,7 @@ Diese Parzelle ist 512 qm groß. | |||
126 | Zusammenlegen/unterteilen nicht möglich. | 126 | Zusammenlegen/unterteilen nicht möglich. |
127 | </string> | 127 | </string> |
128 | <string name="cant_buy_for_group"> | 128 | <string name="cant_buy_for_group"> |
129 | Sie sind nicht berechtigt, Land für die aktive Gruppe zu kaufen. | 129 | Sie sind nicht berechtigt, Land für Ihre aktive Gruppe zu kaufen. |
130 | </string> | 130 | </string> |
131 | <string name="no_land_selected"> | 131 | <string name="no_land_selected"> |
132 | Kein Land ausgewählt. | 132 | Kein Land ausgewählt. |
@@ -136,7 +136,7 @@ Diese Parzelle ist 512 qm groß. | |||
136 | Verkleinern Sie Ihre Auswahl. | 136 | Verkleinern Sie Ihre Auswahl. |
137 | </string> | 137 | </string> |
138 | <string name="no_permission"> | 138 | <string name="no_permission"> |
139 | Sie sind nicht berechtigt, Land für die aktive Gruppe zu kaufen. | 139 | Sie sind nicht berechtigt, Land für Ihre aktive Gruppe zu kaufen. |
140 | </string> | 140 | </string> |
141 | <string name="parcel_not_for_sale"> | 141 | <string name="parcel_not_for_sale"> |
142 | Die ausgewählte Parzelle steht nicht zum Verkauf. | 142 | Die ausgewählte Parzelle steht nicht zum Verkauf. |
@@ -169,7 +169,7 @@ Verkleinern Sie Ihre Auswahl. | |||
169 | Bei Landkauf: | 169 | Bei Landkauf: |
170 | </string> | 170 | </string> |
171 | <string name="buying_for_group"> | 171 | <string name="buying_for_group"> |
172 | Landkauf für Gruppe: | 172 | Bei Landkauf für Gruppe: |
173 | </string> | 173 | </string> |
174 | <string name="cannot_buy_now"> | 174 | <string name="cannot_buy_now"> |
175 | Kaufen jetzt nicht möglich: | 175 | Kaufen jetzt nicht möglich: |
@@ -181,7 +181,7 @@ Verkleinern Sie Ihre Auswahl. | |||
181 | nicht benötigt | 181 | nicht benötigt |
182 | </string> | 182 | </string> |
183 | <string name="must_upgrade"> | 183 | <string name="must_upgrade"> |
184 | Sie müssen Ihr Konto upgraden, um Land kaufen zu können. | 184 | Sie müssen Ihr Konto erweitern, um Land kaufen zu können. |
185 | </string> | 185 | </string> |
186 | <string name="cant_own_land"> | 186 | <string name="cant_own_land"> |
187 | Mit Ihrem Konto können Sie Land kaufen. | 187 | Mit Ihrem Konto können Sie Land kaufen. |
@@ -190,10 +190,10 @@ Verkleinern Sie Ihre Auswahl. | |||
190 | Sie besitzen [BUYER] qm Land. | 190 | Sie besitzen [BUYER] qm Land. |
191 | </string> | 191 | </string> |
192 | <string name="pay_to_for_land"> | 192 | <string name="pay_to_for_land"> |
193 | [SELLER] [AMOUNT] L$ für das Land bezahlen | 193 | [SELLER] [AMOUNT] [CURRENCY] für das Land bezahlen |
194 | </string> | 194 | </string> |
195 | <string name="buy_for_US"> | 195 | <string name="buy_for_US"> |
196 | [AMOUNT] L$ für circa [AMOUNT2] US$ kaufen, | 196 | [AMOUNT] [CURRENCY] für circa [AMOUNT2] US$ kaufen, |
197 | </string> | 197 | </string> |
198 | <string name="parcel_meters"> | 198 | <string name="parcel_meters"> |
199 | Diese Parzelle ist [AMOUNT] qm groß. | 199 | Diese Parzelle ist [AMOUNT] qm groß. |
@@ -215,29 +215,29 @@ unterstützt [AMOUNT2] Objekte | |||
215 | Objekte nicht im Verkauf mit eingeschlossen | 215 | Objekte nicht im Verkauf mit eingeschlossen |
216 | </string> | 216 | </string> |
217 | <string name="info_price_string"> | 217 | <string name="info_price_string"> |
218 | [PRICE] L$ | 218 | [PRICE] [CURRENCY] |
219 | ([PRICE_PER_SQM] L$/qm) | 219 | ([PRICE_PER_SQM] [CURRENCY] /qm) |
220 | [SOLD_WITH_OBJECTS] | 220 | [SOLD_WITH_OBJECTS] |
221 | </string> | 221 | </string> |
222 | <string name="insufficient_land_credits"> | 222 | <string name="insufficient_land_credits"> |
223 | Die Gruppe [GROUP] benötigt ausreichende gespendete Landnutzungsrechte, um die Parzelle abzudecken, bevor der Kauf abgeschlossen werden kann. | 223 | Die Gruppe [GROUP] benötigt ausreichende gespendete Landnutzungsrechte, um die Parzelle abzudecken, bevor der Kauf abgeschlossen werden kann. |
224 | </string> | 224 | </string> |
225 | <string name="have_enough_lindens"> | 225 | <string name="have_enough_lindens"> |
226 | Sie haben [AMOUNT] L$, genug zum Kauf dieses Landes. | 226 | Sie haben [AMOUNT] [CURRENCY], genug zum Kauf dieses Landes. |
227 | </string> | 227 | </string> |
228 | <string name="not_enough_lindens"> | 228 | <string name="not_enough_lindens"> |
229 | Sie haben nur [AMOUNT] L$, brauchen aber mindestens [AMOUNT2] L$. | 229 | Sie haben nur [AMOUNT] [CURRENCY] , brauchen aber mindestens [AMOUNT2] [CURRENCY] . |
230 | </string> | 230 | </string> |
231 | <string name="balance_left"> | 231 | <string name="balance_left"> |
232 | Nach dem Einkauf verbleiben Ihnen noch [AMOUNT] L$. | 232 | Nach dem Einkauf verbleiben Ihnen noch [AMOUNT] [CURRENCY]. |
233 | </string> | 233 | </string> |
234 | <string name="balance_needed"> | 234 | <string name="balance_needed"> |
235 | Für dieses Land müssen Sie mindestens [AMOUNT] L$ kaufen. | 235 | Für dieses Land müssen Sie mindestens [AMOUNT] [CURRENCY] kaufen. |
236 | </string> | 236 | </string> |
237 | <string name="no_parcel_selected"> | 237 | <string name="no_parcel_selected"> |
238 | (keine Parzelle ausgewählt) | 238 | (keine Parzelle ausgewählt) |
239 | </string> | 239 | </string> |
240 | <string name="buy_currency"> | 240 | <string name="buy_currency"> |
241 | [LINDENS] L$ für ca. [USD] US$ kaufen | 241 | [LINDENS] [CURRENCY] für ca. [USD] US$ kaufen |
242 | </string> | 242 | </string> |
243 | </floater> | 243 | </floater> |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_buy_object.xml b/linden/indra/newview/skins/default/xui/de/floater_buy_object.xml index 3cfa59f..1ec4b4b 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_buy_object.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_buy_object.xml | |||
@@ -4,7 +4,7 @@ | |||
4 | samt Inhalt: | 4 | samt Inhalt: |
5 | </text> | 5 | </text> |
6 | <text name="buy_text"> | 6 | <text name="buy_text"> |
7 | [AMOUNT] L$ von [NAME] kaufen? | 7 | Von [NAME] für [AMOUNT] [CURRENCY] kaufen? |
8 | </text> | 8 | </text> |
9 | <button label="Abbrechen" label_selected="Abbrechen" name="cancel_btn" width="73" /> | 9 | <button label="Abbrechen" label_selected="Abbrechen" name="cancel_btn" width="73" /> |
10 | <button label="Kaufen" label_selected="Kaufen" name="buy_btn" /> | 10 | <button label="Kaufen" label_selected="Kaufen" name="buy_btn" /> |
@@ -21,6 +21,6 @@ | |||
21 | (kein Bearbeiten) | 21 | (kein Bearbeiten) |
22 | </text> | 22 | </text> |
23 | <text name="no_transfer_text"> | 23 | <text name="no_transfer_text"> |
24 | (kein Transferieren) | 24 | (kein Übertragen) |
25 | </text> | 25 | </text> |
26 | </floater> | 26 | </floater> |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_chat_history.xml b/linden/indra/newview/skins/default/xui/de/floater_chat_history.xml index d5370dc..fb136f8 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_chat_history.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_chat_history.xml | |||
@@ -28,7 +28,7 @@ | |||
28 | Dem Objekt „[OBJECTNAME]“, ein Objekt von „[OWNERNAME]“, in [REGIONNAME] [REGIONPOS], wurde folgende Berechtigung verweigert: [PERMISSIONS]. | 28 | Dem Objekt „[OBJECTNAME]“, ein Objekt von „[OWNERNAME]“, in [REGIONNAME] [REGIONPOS], wurde folgende Berechtigung verweigert: [PERMISSIONS]. |
29 | </string> | 29 | </string> |
30 | <string name="ScriptTakeMoney"> | 30 | <string name="ScriptTakeMoney"> |
31 | Linden-Dollar (L$) von Ihnen nehmen | 31 | Geld von Ihnen nehmen |
32 | </string> | 32 | </string> |
33 | <string name="ActOnControlInputs"> | 33 | <string name="ActOnControlInputs"> |
34 | Steuerung festlegen | 34 | Steuerung festlegen |
@@ -68,11 +68,14 @@ | |||
68 | </combo_item> | 68 | </combo_item> |
69 | </combo_box> | 69 | </combo_box> |
70 | <check_box label="Stummgeschalteten Text anzeigen" name="show mutes"/> | 70 | <check_box label="Stummgeschalteten Text anzeigen" name="show mutes"/> |
71 | <check_box label="Chat übersetzen (powered by Google)" name="translate chat" /> | ||
71 | <button label="< <" label_selected="> >" name="toggle_active_speakers_btn" tool_tip="Klicken Sie hier, um eine Liste der aktiven Teilnehmer an dieser IM-Sitzung anzuzeigen."/> | 72 | <button label="< <" label_selected="> >" name="toggle_active_speakers_btn" tool_tip="Klicken Sie hier, um eine Liste der aktiven Teilnehmer an dieser IM-Sitzung anzuzeigen."/> |
72 | <panel name="chat_panel"> | 73 | <panel name="chat_panel"> |
73 | <string name="gesture_label"> | 74 | <string name="gesture_label"> |
74 | Gesten | 75 | Gesten |
75 | </string> | 76 | </string> |
77 | <!--<spinner label="Kanal" name="channel_control" | ||
78 | tool_tip="Standardkanal für In-Welt-Chat festlegen"/>--> | ||
76 | <line_editor label="Zum Chatten hier klicken." name="Chat Editor" right="-75"/> | 79 | <line_editor label="Zum Chatten hier klicken." name="Chat Editor" right="-75"/> |
77 | <flyout_button label="Sagen" left="-70" name="Say" tool_tip="(Eingabe)" width="75"> | 80 | <flyout_button label="Sagen" left="-70" name="Say" tool_tip="(Eingabe)" width="75"> |
78 | <flyout_button_item name="shout_item"> | 81 | <flyout_button_item name="shout_item"> |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_chatterbox-vertical.xml b/linden/indra/newview/skins/default/xui/de/floater_chatterbox-vertical.xml new file mode 100644 index 0000000..de51ecc --- /dev/null +++ b/linden/indra/newview/skins/default/xui/de/floater_chatterbox-vertical.xml | |||
@@ -0,0 +1,10 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <multi_floater name="floater_chatterbox" title="Unterhalten" /> | ||
3 | <string name="unread_count_string_singular"> | ||
4 | Ungelesene IM | ||
5 | </string> | ||
6 | <string name="unread_count_string_plural"> | ||
7 | Ungelesene IMs | ||
8 | </string> | ||
9 | </multi_floater> | ||
10 | |||
diff --git a/linden/indra/newview/skins/default/xui/de/floater_chatterbox.xml b/linden/indra/newview/skins/default/xui/de/floater_chatterbox.xml index 548b615..de51ecc 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_chatterbox.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_chatterbox.xml | |||
@@ -1,2 +1,10 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <multi_floater name="floater_chatterbox" title="Unterhalten" /> | 2 | <multi_floater name="floater_chatterbox" title="Unterhalten" /> |
3 | <string name="unread_count_string_singular"> | ||
4 | Ungelesene IM | ||
5 | </string> | ||
6 | <string name="unread_count_string_plural"> | ||
7 | Ungelesene IMs | ||
8 | </string> | ||
9 | </multi_floater> | ||
10 | |||
diff --git a/linden/indra/newview/skins/default/xui/de/floater_command_line.xml b/linden/indra/newview/skins/default/xui/de/floater_command_line.xml new file mode 100644 index 0000000..e3b2ec3 --- /dev/null +++ b/linden/indra/newview/skins/default/xui/de/floater_command_line.xml | |||
@@ -0,0 +1,42 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <floater name="busy" title="Chatleisten-Befehle"> | ||
3 | <text name="loltxt2"> Innerhalb des Sims teleportieren (Nutzung: cmd x y z)</text> | ||
4 | <line_editor tool_tip="" name="CmdLineChatbarPos"/> | ||
5 | <text name="loltxt3"> Zum Boden teleportieren (Nutzung: cmd)</text> | ||
6 | <line_editor tool_tip="" name="CmdLineChatbarGround"/> | ||
7 | <text name="loltxt4"> In Höhe teleportieren (Nutzung: cmd z)</text> | ||
8 | <line_editor tool_tip="" name="CmdLineChatbarHeight"/> | ||
9 | <text name="loltxt5"> Nach Hause teleportieren (Nutzung: cmd)</text> | ||
10 | <line_editor tool_tip="" name="CmdLineChatbarTeleportHome"/> | ||
11 | <text name="loltxt6"> Eine Plattform schaffen (Nutzung: cmd 0 - 30)</text> | ||
12 | <line_editor tool_tip="" name="CmdLineChatbarRezPlatform"/> | ||
13 | <slider name="CmdLineChatbarPlatformSize" label="Breite" tool_tip="Wie groß soll die Plattform sein?"/> | ||
14 | <text name="loltxt7"> Zu Sim x teleportieren (Nutzung: cmd simname)</text> | ||
15 | <line_editor tool_tip="" name="CmdLineChatbarMapTo"/> | ||
16 | <check_box label="Gleiche Position nutzen" name="toggle"/> | ||
17 | <text name="loltxt8"> math. Ausdruck rechnen (Nutzung: cmd SIN(2+2))</text> | ||
18 | <line_editor tool_tip="" name="CmdLineChatbarCalc"/> | ||
19 | <text name="add_autokorrect">Wort zu Autokorrekt zufügen(Nutzung: cmd list|bad|good)</text> | ||
20 | <line_editor tool_tip="" name="CmdLineChatbarAutocorrect"/> | ||
21 | <text name="loltxt9"> Sichtweite ändern (Nutzung: cmd meters)</text> | ||
22 | <line_editor tool_tip="" name="CmdLineChatbarDrawDistance"/> | ||
23 | <text name="loltxt10"> Zur Kameraposition teleportieren (Nutzung: cmd)</text> | ||
24 | <line_editor tool_tip="" name="CmdLineChatbarTeleportToCam"/> | ||
25 | <text name="loltxt11"> Avatarname von Schlssel beziehen (Nutzung: cmd key)</text> | ||
26 | <line_editor tool_tip="" name="CmdLineChatbarKeyToName"/> | ||
27 | <text name="loltxt12"> Avatar Teleport anbieten (Nutzung: cmd key)</text> | ||
28 | <line_editor tool_tip="" name="CmdLineChatbarOfferTp"/> | ||
29 | <text name="loltxt13"> Zu Avatar teleportieren (Nutzung: cmd name)</text> | ||
30 | <line_editor tool_tip="Die syntax dieses Befehls erlaubt partielle Namen (ohne Groß-/Kleinschreibung). Bessere Resultate bei Nutzung mit offenem Radar." | ||
31 | name="CmdLineChatbarTP2"/> | ||
32 | <text name="loltxt14"> AO an/aus (Nutzung: cmd on/off)</text> | ||
33 | <line_editor tool_tip="" name="CmdLineChatbarAO"/> | ||
34 | <text name="loltxt15"> Chat-Historie löschen (Nutzung: cmd)</text> | ||
35 | <line_editor tool_tip="Löscht die Chat-Historie, um Lag-Effekte von Chat-Spammern zu verhindern." name="CmdLineChatbarClearChat"/> | ||
36 | <text name="loltxt15"> Medien-URL bestimmen (Nutzung: cmd url type)</text> | ||
37 | <line_editor tool_tip="Bestimmt und spielt Ihren Medienstrom auf die eingegebene URL" name="CmdLineChatbarMedia"/> | ||
38 | <text name="loltxt15"> Musik-URL bestimmen (Nutzung: cmd url)</text> | ||
39 | <line_editor tool_tip="Bestimmt und spielt Ihren Musikstrom auf die eingegebene URL" name="CmdLineChatbarMusic"/> | ||
40 | <button label="?" name="Help_CmdLine" | ||
41 | tool_tip="Hier für Hilfe betreffend der Einstellungen dieser Seite klicken."/> | ||
42 | </floater> \ No newline at end of file | ||
diff --git a/linden/indra/newview/skins/default/xui/de/floater_critical.xml b/linden/indra/newview/skins/default/xui/de/floater_critical.xml index 0b14792..d18d7d4 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_critical.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_critical.xml | |||
@@ -1,5 +1,5 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <floater name="modal container" title=" "> | 2 | <floater name="modal container" title=""> |
3 | <button label="Weiter" label_selected="Weiter" name="Continue" /> | 3 | <button label="Weiter" label_selected="Weiter" name="Continue" /> |
4 | <button label="Abbrechen" label_selected="Abbrechen" name="Cancel" /> | 4 | <button label="Abbrechen" label_selected="Abbrechen" name="Cancel" /> |
5 | <text name="tos_title"> | 5 | <text name="tos_title"> |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_customize.xml b/linden/indra/newview/skins/default/xui/de/floater_customize.xml index b27e5d2..c528b61 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_customize.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_customize.xml | |||
@@ -1,7 +1,7 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes"?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes"?> |
2 | <floater name="floater customize" title="Aussehen"> | 2 | <floater name="floater customize" title="Aussehen"> |
3 | <tab_container name="customize tab container"> | 3 | <tab_container name="customize tab container"> |
4 | <panel label="Körperteile" name="body_parts_placeholder"/> | 4 | <panel label="Körperteile" name="body_parts_placeholder" /> |
5 | <panel label="Form" name="Shape"> | 5 | <panel label="Form" name="Shape"> |
6 | <button font="SansSerifSmall" label="Zurücksetzen" label_selected="Zurücksetzen" name="Revert"/> | 6 | <button font="SansSerifSmall" label="Zurücksetzen" label_selected="Zurücksetzen" name="Revert"/> |
7 | <button label="Körper" label_selected="Körper" name="Body"/> | 7 | <button label="Körper" label_selected="Körper" name="Body"/> |
@@ -12,8 +12,8 @@ | |||
12 | <button label="Mund" label_selected="Mund" name="Mouth"/> | 12 | <button label="Mund" label_selected="Mund" name="Mouth"/> |
13 | <button label="Kinn" label_selected="Kinn" name="Chin"/> | 13 | <button label="Kinn" label_selected="Kinn" name="Chin"/> |
14 | <button label="Oberkörper" label_selected="Oberkörper" name="Torso"/> | 14 | <button label="Oberkörper" label_selected="Oberkörper" name="Torso"/> |
15 | <button label="Beine" label_selected="Beine" name="Legs"/> | 15 | <button label="Beine" label_selected="Beine" name="Legs" /> |
16 | <radio_group name="sex radio"> | 16 | <radio_group control_name="AvatarSex" name="sex radio"> |
17 | <radio_item length="1" name="radio" type="string"> | 17 | <radio_item length="1" name="radio" type="string"> |
18 | Weiblich | 18 | Weiblich |
19 | </radio_item> | 19 | </radio_item> |
@@ -51,10 +51,11 @@ und diese anziehen. | |||
51 | <button font="SansSerifSmall" label="Speichern" label_selected="Speichern" left="107" name="Save"/> | 51 | <button font="SansSerifSmall" label="Speichern" label_selected="Speichern" left="107" name="Save"/> |
52 | <button font="SansSerifSmall" label="Speichern unter..." label_selected="Speichern unter..." left="194" name="Save As" width="105"/> | 52 | <button font="SansSerifSmall" label="Speichern unter..." label_selected="Speichern unter..." left="194" name="Save As" width="105"/> |
53 | </panel> | 53 | </panel> |
54 | |||
54 | <panel label="Haut" name="Skin"> | 55 | <panel label="Haut" name="Skin"> |
55 | <button label="Hautfarbe" label_selected="Hautfarbe" left="2" name="Skin Color" width="92"/> | 56 | <button label="Hautfarbe" label_selected="Hautfarbe" left="2" name="Skin Color" width="92"/> |
56 | <button label="Gesichtsdetails" label_selected="Gesichtsdetails" left="2" name="Face Detail" width="92"/> | 57 | <button label="Gesichtsdetails" label_selected="Gesichtsdetails" left="2" name="Face Detail" width="92"/> |
57 | <button label="Make-Uup" label_selected="Make-Uup" left="2" name="Makeup" width="92"/> | 58 | <button label="Make-Up" label_selected="Make-Up" left="2" name="Makeup" width="92"/> |
58 | <button label="Körperdetails" label_selected="Körperdetails" left="2" name="Body Detail" width="92"/> | 59 | <button label="Körperdetails" label_selected="Körperdetails" left="2" name="Body Detail" width="92"/> |
59 | <text length="1" name="title" type="string"> | 60 | <text length="1" name="title" type="string"> |
60 | [DESC] | 61 | [DESC] |
@@ -82,9 +83,9 @@ und diese anziehen. | |||
82 | <text name="Item Action Label" right="100"> | 83 | <text name="Item Action Label" right="100"> |
83 | Haut: | 84 | Haut: |
84 | </text> | 85 | </text> |
85 | <texture_picker label="Kopftattoo" name="Head Tattoos" tool_tip="Klicken Sie hier, um ein Bild auszuwählen"/> | 86 | <texture_picker label="Kopftattoo" name="Head Tattoos" tool_tip="Hier klicken, um ein Bild auszuwählen"/> |
86 | <texture_picker label="Obere Tattoos" name="Upper Tattoos" tool_tip="Klicken Sie hier, um ein Bild auszuwählen"/> | 87 | <texture_picker label="Obere Tattoos" name="Upper Tattoos" tool_tip="Hier klicken, um ein Bild auszuwählen"/> |
87 | <texture_picker label="Untere Tattoos" name="Lower Tattoos" tool_tip="Klicken Sie hier, um ein Bild auszuwählen"/> | 88 | <texture_picker label="Untere Tattoos" name="Lower Tattoos" tool_tip="Hier klicken, um ein Bild auszuwählen"/> |
88 | <button label="Neue Haut" label_selected="Neue Haut" name="Create New"/> | 89 | <button label="Neue Haut" label_selected="Neue Haut" name="Create New"/> |
89 | <button font="SansSerifSmall" label="Speichern" label_selected="Speichern" left="107" name="Save"/> | 90 | <button font="SansSerifSmall" label="Speichern" label_selected="Speichern" left="107" name="Save"/> |
90 | <button font="SansSerifSmall" label="Speichern unter..." label_selected="Speichern unter..." left="194" name="Save As" width="105"/> | 91 | <button font="SansSerifSmall" label="Speichern unter..." label_selected="Speichern unter..." left="194" name="Save As" width="105"/> |
@@ -121,7 +122,7 @@ und diese anziehen. | |||
121 | <text name="Item Action Label" right="100"> | 122 | <text name="Item Action Label" right="100"> |
122 | Haare: | 123 | Haare: |
123 | </text> | 124 | </text> |
124 | <texture_picker label="Textur" name="Texture" tool_tip="Klicken Sie hier, um ein Bild auszuwählen"/> | 125 | <texture_picker label="Textur" name="Texture" tool_tip="Hier klicken, um ein Bild auszuwählen"/> |
125 | <button label="Neue Haare" label_selected="Neue Haare" name="Create New"/> | 126 | <button label="Neue Haare" label_selected="Neue Haare" name="Create New"/> |
126 | <button font="SansSerifSmall" label="Speichern" label_selected="Speichern" left="107" name="Save"/> | 127 | <button font="SansSerifSmall" label="Speichern" label_selected="Speichern" left="107" name="Save"/> |
127 | <button font="SansSerifSmall" label="Speichern unter..." label_selected="Speichern unter..." left="194" name="Save As" width="105"/> | 128 | <button font="SansSerifSmall" label="Speichern unter..." label_selected="Speichern unter..." left="194" name="Save As" width="105"/> |
@@ -154,7 +155,7 @@ und diese anziehen. | |||
154 | <text name="Item Action Label" right="100"> | 155 | <text name="Item Action Label" right="100"> |
155 | Augen: | 156 | Augen: |
156 | </text> | 157 | </text> |
157 | <texture_picker label="Iris" name="Iris" tool_tip="Klicken Sie hier, um ein Bild auszuwählen"/> | 158 | <texture_picker label="Iris" name="Iris" tool_tip="Hier klicken, um ein Bild auszuwählen"/> |
158 | <button label="Neue Augen" label_selected="Neue Augen" name="Create New"/> | 159 | <button label="Neue Augen" label_selected="Neue Augen" name="Create New"/> |
159 | <button font="SansSerifSmall" label="Speichern" label_selected="Speichern" left="107" name="Save"/> | 160 | <button font="SansSerifSmall" label="Speichern" label_selected="Speichern" left="107" name="Save"/> |
160 | <button font="SansSerifSmall" label="Speichern unter..." label_selected="Speichern unter..." left="194" name="Save As" width="105"/> | 161 | <button font="SansSerifSmall" label="Speichern unter..." label_selected="Speichern unter..." left="194" name="Save As" width="105"/> |
@@ -162,8 +163,8 @@ und diese anziehen. | |||
162 | </panel> | 163 | </panel> |
163 | <panel label="Kleidung" name="clothes_placeholder"/> | 164 | <panel label="Kleidung" name="clothes_placeholder"/> |
164 | <panel label="Hemd" name="Shirt"> | 165 | <panel label="Hemd" name="Shirt"> |
165 | <texture_picker label="Stoff" name="Fabric" tool_tip="Klicken Sie hier, um ein Bild auszuwählen"/> | 166 | <texture_picker label="Stoff" name="Fabric" tool_tip="Hier klicken, um ein Bild auszuwählen"/> |
166 | <color_swatch label="Farbe/Ton" name="Color/Tint" tool_tip="Klicken Sie hier, um die Farbauswahl zu öffnen"/> | 167 | <color_swatch label="Farbe/Ton" name="Color/Tint" tool_tip="Hier klicken, um die Farbauswahl zu öffnen"/> |
167 | <button label="Neues Hemd" label_selected="Neues Hemd" name="Create New"/> | 168 | <button label="Neues Hemd" label_selected="Neues Hemd" name="Create New"/> |
168 | <button font="SansSerifSmall" label="Ausziehen" label_selected="Ausziehen" name="Take Off"/> | 169 | <button font="SansSerifSmall" label="Ausziehen" label_selected="Ausziehen" name="Take Off"/> |
169 | <button font="SansSerifSmall" label="Speichern" label_selected="Speichern" left="107" name="Save"/> | 170 | <button font="SansSerifSmall" label="Speichern" label_selected="Speichern" left="107" name="Save"/> |
@@ -197,8 +198,8 @@ und dieses anziehen. | |||
197 | </text> | 198 | </text> |
198 | </panel> | 199 | </panel> |
199 | <panel label="Hose" name="Pants"> | 200 | <panel label="Hose" name="Pants"> |
200 | <texture_picker label="Stoff" name="Fabric" tool_tip="Klicken Sie hier, um ein Bild auszuwählen"/> | 201 | <texture_picker label="Stoff" name="Fabric" tool_tip="Hier klicken, um ein Bild auszuwählen"/> |
201 | <color_swatch label="Farbe/Ton" name="Color/Tint" tool_tip="Klicken Sie hier, um die Farbauswahl zu öffnen"/> | 202 | <color_swatch label="Farbe/Ton" name="Color/Tint" tool_tip="Hier klicken, um die Farbauswahl zu öffnen"/> |
202 | <button label="Neue Hose" label_selected="Neue Hose" name="Create New"/> | 203 | <button label="Neue Hose" label_selected="Neue Hose" name="Create New"/> |
203 | <button font="SansSerifSmall" label="Ausziehen" label_selected="Ausziehen" name="Take Off"/> | 204 | <button font="SansSerifSmall" label="Ausziehen" label_selected="Ausziehen" name="Take Off"/> |
204 | <button font="SansSerifSmall" label="Speichern" label_selected="Speichern" left="107" name="Save"/> | 205 | <button font="SansSerifSmall" label="Speichern" label_selected="Speichern" left="107" name="Save"/> |
@@ -258,8 +259,8 @@ und diese anziehen. | |||
258 | <text name="Item Action Label" right="100"> | 259 | <text name="Item Action Label" right="100"> |
259 | Schuhe: | 260 | Schuhe: |
260 | </text> | 261 | </text> |
261 | <texture_picker label="Stoff" name="Fabric" tool_tip="Klicken Sie hier, um ein Bild auszuwählen"/> | 262 | <texture_picker label="Stoff" name="Fabric" tool_tip="Hier klicken, um ein Bild auszuwählen"/> |
262 | <color_swatch label="Farbe/Ton" name="Color/Tint" tool_tip="Klicken Sie hier, um die Farbauswahl zu öffnen"/> | 263 | <color_swatch label="Farbe/Ton" name="Color/Tint" tool_tip="Hier klicken, um die Farbauswahl zu öffnen"/> |
263 | <button label="Neue Schuhe" label_selected="Neue Schuhe" name="Create New"/> | 264 | <button label="Neue Schuhe" label_selected="Neue Schuhe" name="Create New"/> |
264 | <button font="SansSerifSmall" label="Ausziehen" label_selected="Ausziehen" name="Take Off"/> | 265 | <button font="SansSerifSmall" label="Ausziehen" label_selected="Ausziehen" name="Take Off"/> |
265 | <button font="SansSerifSmall" label="Speichern" label_selected="Speichern" left="107" name="Save"/> | 266 | <button font="SansSerifSmall" label="Speichern" label_selected="Speichern" left="107" name="Save"/> |
@@ -328,9 +329,9 @@ und diese anziehen. | |||
328 | <text name="Item Action Label" right="100"> | 329 | <text name="Item Action Label" right="100"> |
329 | Jacke: | 330 | Jacke: |
330 | </text> | 331 | </text> |
331 | <texture_picker label="Oberstoff" name="Upper Fabric" tool_tip="Klicken Sie hier, um ein Bild auszuwählen"/> | 332 | <texture_picker label="Stoff oben" name="Upper Fabric" tool_tip="Hier klicken, um ein Bild auszuwählen"/> |
332 | <texture_picker label="Unterstoff" name="Lower Fabric" tool_tip="Klicken Sie hier, um ein Bild auszuwählen"/> | 333 | <texture_picker label="Stoff unten" name="Lower Fabric" tool_tip="Hier klicken, um ein Bild auszuwählen"/> |
333 | <color_swatch label="Farbe/Ton" name="Color/Tint" tool_tip="Klicken Sie hier, um die Farbauswahl zu öffnen"/> | 334 | <color_swatch label="Farbe/Ton" name="Color/Tint" tool_tip="Hier klicken, um die Farbauswahl zu öffnen"/> |
334 | <button label="Neue Jacke" label_selected="Neue Jacke" name="Create New"/> | 335 | <button label="Neue Jacke" label_selected="Neue Jacke" name="Create New"/> |
335 | <button font="SansSerifSmall" label="Ausziehen" label_selected="Ausziehen" name="Take Off"/> | 336 | <button font="SansSerifSmall" label="Ausziehen" label_selected="Ausziehen" name="Take Off"/> |
336 | <button font="SansSerifSmall" label="Speichern" label_selected="Speichern" left="107" name="Save"/> | 337 | <button font="SansSerifSmall" label="Speichern" label_selected="Speichern" left="107" name="Save"/> |
@@ -364,8 +365,8 @@ und diese anziehen. | |||
364 | <text name="Item Action Label" right="100"> | 365 | <text name="Item Action Label" right="100"> |
365 | Handschuhe: | 366 | Handschuhe: |
366 | </text> | 367 | </text> |
367 | <texture_picker label="Stoff" name="Fabric" tool_tip="Klicken Sie hier, um ein Bild auszuwählen"/> | 368 | <texture_picker label="Stoff" name="Fabric" tool_tip="Hier klicken, um ein Bild auszuwählen"/> |
368 | <color_swatch label="Farbe/Ton" name="Color/Tint" tool_tip="Klicken Sie hier, um die Farbauswahl zu öffnen"/> | 369 | <color_swatch label="Farbe/Ton" name="Color/Tint" tool_tip="Hier klicken, um die Farbauswahl zu öffnen"/> |
369 | <button label="Neue Handschuhe" label_selected="Neue Handschuhe" name="Create New"/> | 370 | <button label="Neue Handschuhe" label_selected="Neue Handschuhe" name="Create New"/> |
370 | <button font="SansSerifSmall" label="Ausziehen" label_selected="Ausziehen" name="Take Off"/> | 371 | <button font="SansSerifSmall" label="Ausziehen" label_selected="Ausziehen" name="Take Off"/> |
371 | <button font="SansSerifSmall" label="Speichern" label_selected="Speichern" left="107" name="Save"/> | 372 | <button font="SansSerifSmall" label="Speichern" label_selected="Speichern" left="107" name="Save"/> |
@@ -399,8 +400,8 @@ und dieses anziehen. | |||
399 | <text name="Item Action Label" right="100"> | 400 | <text name="Item Action Label" right="100"> |
400 | Unterhemd: | 401 | Unterhemd: |
401 | </text> | 402 | </text> |
402 | <texture_picker label="Stoff" name="Fabric" tool_tip="Klicken Sie hier, um ein Bild auszuwählen"/> | 403 | <texture_picker label="Stoff" name="Fabric" tool_tip="Hier klicken, um ein Bild auszuwählen"/> |
403 | <color_swatch label="Farbe/Ton" name="Color/Tint" tool_tip="Klicken Sie hier, um die Farbauswahl zu öffnen"/> | 404 | <color_swatch label="Farbe/Ton" name="Color/Tint" tool_tip="Hier klicken, um die Farbauswahl zu öffnen"/> |
404 | <button label="Neues Unterhemd" label_selected="Neues Unterhemd" name="Create New"/> | 405 | <button label="Neues Unterhemd" label_selected="Neues Unterhemd" name="Create New"/> |
405 | <button font="SansSerifSmall" label="Ausziehen" label_selected="Ausziehen" name="Take Off"/> | 406 | <button font="SansSerifSmall" label="Ausziehen" label_selected="Ausziehen" name="Take Off"/> |
406 | <button font="SansSerifSmall" label="Speichern" label_selected="Speichern" left="107" name="Save"/> | 407 | <button font="SansSerifSmall" label="Speichern" label_selected="Speichern" left="107" name="Save"/> |
@@ -434,8 +435,8 @@ und diese anziehen. | |||
434 | <text name="Item Action Label" right="100"> | 435 | <text name="Item Action Label" right="100"> |
435 | Unterhose: | 436 | Unterhose: |
436 | </text> | 437 | </text> |
437 | <texture_picker label="Stoff" name="Fabric" tool_tip="Klicken Sie hier, um ein Bild auszuwählen"/> | 438 | <texture_picker label="Stoff" name="Fabric" tool_tip="Hier klicken, um ein Bild auszuwählen"/> |
438 | <color_swatch label="Farbe/Ton" name="Color/Tint" tool_tip="Klicken Sie hier, um die Farbauswahl zu öffnen"/> | 439 | <color_swatch label="Farbe/Ton" name="Color/Tint" tool_tip="Hier klicken, um die Farbauswahl zu öffnen"/> |
439 | <button label="Neue Unterhose" label_selected="Neue Unterhose" name="Create New"/> | 440 | <button label="Neue Unterhose" label_selected="Neue Unterhose" name="Create New"/> |
440 | <button font="SansSerifSmall" label="Ausziehen" label_selected="Ausziehen" name="Take Off"/> | 441 | <button font="SansSerifSmall" label="Ausziehen" label_selected="Ausziehen" name="Take Off"/> |
441 | <button font="SansSerifSmall" label="Speichern" label_selected="Speichern" left="107" name="Save"/> | 442 | <button font="SansSerifSmall" label="Speichern" label_selected="Speichern" left="107" name="Save"/> |
@@ -469,16 +470,105 @@ und diesen anziehen. | |||
469 | <text name="Item Action Label" right="100"> | 470 | <text name="Item Action Label" right="100"> |
470 | Rock: | 471 | Rock: |
471 | </text> | 472 | </text> |
472 | <texture_picker label="Stoff" name="Fabric" tool_tip="Klicken Sie hier, um ein Bild auszuwählen"/> | 473 | <texture_picker label="Stoff" name="Fabric" tool_tip="Hier klicken, um ein Bild auszuwählen"/> |
473 | <color_swatch label="Farbe/Ton" name="Color/Tint" tool_tip="Klicken Sie hier, um die Farbauswahl zu öffnen"/> | 474 | <color_swatch label="Farbe/Ton" name="Color/Tint" tool_tip="Hier klicken, um die Farbauswahl zu öffnen"/> |
474 | <button label="Neuer Rock" label_selected="Neuer Rock" name="Create New"/> | 475 | <button label="Neuer Rock" label_selected="Neuer Rock" name="Create New"/> |
475 | <button font="SansSerifSmall" label="Ausziehen" label_selected="Ausziehen" name="Take Off"/> | 476 | <button font="SansSerifSmall" label="Ausziehen" label_selected="Ausziehen" name="Take Off"/> |
476 | <button font="SansSerifSmall" label="Speichern" label_selected="Speichern" left="107" name="Save"/> | 477 | <button font="SansSerifSmall" label="Speichern" label_selected="Speichern" left="107" name="Save"/> |
477 | <button font="SansSerifSmall" label="Speichern unter..." label_selected="Speichern unter..." left="194" name="Save As" width="105"/> | 478 | <button font="SansSerifSmall" label="Speichern unter..." label_selected="Speichern unter..." left="194" name="Save As" width="105"/> |
478 | <button font="SansSerifSmall" label="Zurücksetzen" label_selected="Zurücksetzen" name="Revert"/> | 479 | <button font="SansSerifSmall" label="Zurücksetzen" label_selected="Zurücksetzen" name="Revert"/> |
479 | </panel> | 480 | </panel> |
481 | <panel label="Tätowierung" name="Tattoo"> | ||
482 | <text length="1" name="title" type="string"> | ||
483 | [DESC] | ||
484 | </text> | ||
485 | <text length="1" name="title_no_modify" type="string"> | ||
486 | [DESC]: bearbeiten nicht möglich | ||
487 | </text> | ||
488 | <text length="1" name="title_loading" type="string"> | ||
489 | [DESC]: wird geladen... | ||
490 | </text> | ||
491 | <text length="1" name="title_not_worn" type="string"> | ||
492 | [DESC]: nicht getragen | ||
493 | </text> | ||
494 | <text length="1" name="path" type="string"> | ||
495 | In [PATH] | ||
496 | </text> | ||
497 | <text length="1" name="not worn instructions" type="string"> | ||
498 | Ziehen Sie eine Tätowierung aus dem Inventar auf Ihren Avatar, | ||
499 | um ihn zu tragen. Sie können auch eine neuen Tätowierung erstellen | ||
500 | und diese anziehen. | ||
501 | </text> | ||
502 | <text length="1" name="no modify instructions" type="string"> | ||
503 | Sie sind nicht berechtigt, diese Kleidung zu bearbeiten. | ||
504 | </text> | ||
505 | <text name="Item Action Label" right="100"> | ||
506 | Tätowierung: | ||
507 | </text> | ||
508 | <texture_picker label="Kopftattoo" name="Head Tattoo" tool_tip="Hier klicken, um ein Bild auszuwählen"/> | ||
509 | <texture_picker label="Tattoo oben" name="Upper Tattoo" tool_tip="Hier klicken, um ein Bild auszuwählen"/> | ||
510 | <texture_picker label="Tattoo unten" name="Lower Tattoo" tool_tip="Hier klicken, um ein Bild auszuwählen"/> <button font="SansSerifSmall" label="Neue Tätowierung" label_selected="Neue Tätowierung" name="Create New"/> | ||
511 | <button font="SansSerifSmall" label="Ausziehen" label_selected="Ausziehen" name="Take Off"/> | ||
512 | <button font="SansSerifSmall" label="Speichern" label_selected="Speichern" left="107" name="Save"/> | ||
513 | <button font="SansSerifSmall" label="Speichern unter..." label_selected="Speichern unter..." left="194" name="Save As" width="105"/> | ||
514 | <button font="SansSerifSmall" label="Zurücksetzen" label_selected="Zurücksetzen" name="Revert"/> | ||
515 | </panel> | ||
516 | <panel label="Transparenz" name="Alpha"> | ||
517 | <text length="1" name="title" type="string"> | ||
518 | [DESC] | ||
519 | </text> | ||
520 | <text length="1" name="title_no_modify" type="string"> | ||
521 | [DESC]: bearbeiten nicht möglich | ||
522 | </text> | ||
523 | <text length="1" name="title_loading" type="string"> | ||
524 | [DESC]: wird geladen... | ||
525 | </text> | ||
526 | <text length="1" name="title_not_worn" type="string"> | ||
527 | [DESC]: nicht getragen | ||
528 | </text> | ||
529 | <text length="1" name="path" type="string"> | ||
530 | In [PATH] | ||
531 | </text> | ||
532 | <text length="1" name="not worn instructions" type="string"> | ||
533 | Ziehen Sie eine Transparenz-Maske aus dem Inventar auf Ihren Avatar, | ||
534 | um ihn zu tragen. Sie können auch eine neue Maske erstellen | ||
535 | und diese anziehen. | ||
536 | </text> | ||
537 | <text length="1" name="no modify instructions" type="string"> | ||
538 | Sie sind nicht berechtigt, diese Kleidung zu bearbeiten. | ||
539 | </text> | ||
540 | <text name="Item Action Label" right="100"> | ||
541 | Transparenz: | ||
542 | </text> | ||
543 | <texture_picker label="Transp. Kopf" name="Head Alpha" tool_tip="Hier klicken, um ein Bild auszuwählen" width="68" left_delta="85" /> | ||
544 | <texture_picker label="Transp. oben" name="Upper Alpha" tool_tip="Hier klicken, um ein Bild auszuwählen" width="68" left_delta="85" /> | ||
545 | <texture_picker label="Transp. unten" name="Lower Alpha" tool_tip="Hier klicken, um ein Bild auszuwählen" width="68" left_delta="85" /> | ||
546 | <texture_picker label="Transp. Haar" name="Hair Alpha" tool_tip="Hier klicken, um ein Bild auszuwählen" width="68" left_delta="85" /> | ||
547 | <texture_picker label="Transp. Augen" name="Eye Alpha" tool_tip="Hier klicken, um ein Bild auszuwählen" width="68" left_delta="85" /> | ||
548 | <button label="Neue Maske" label_selected="Neue Maske" name="Create New"/> | ||
549 | <button font="SansSerifSmall" label="Ausziehen" label_selected="Ausziehen" name="Take Off"/> | ||
550 | <button font="SansSerifSmall" label="Speichern" label_selected="Speichern" left="107" name="Save"/> | ||
551 | <button font="SansSerifSmall" label="Speichern unter..." label_selected="Speichern unter..." left="194" name="Save As" width="105"/> | ||
552 | <button font="SansSerifSmall" label="Zurücksetzen" label_selected="Zurücksetzen" name="Revert"/> | ||
553 | </panel> | ||
480 | </tab_container> | 554 | </tab_container> |
481 | <button label="Abbrechen" label_selected="Abbrechen" name="Cancel"/> | 555 | |
482 | <button label="OK" label_selected="OK" name="Ok"/> | 556 | <text type="string" name="AvatarHeightText"> |
557 | Avatar Größe: | ||
558 | </text> | ||
559 | <text type="string" name="HeightText"> | ||
560 | Avatar Größe | ||
561 | </text> | ||
562 | <text type="string" name="HeightText2"> | ||
563 | Avatar Größe2 | ||
564 | </text> | ||
565 | <text type="string" name="includes_shoes"> | ||
566 | (inkl. Schuhe) | ||
567 | </text> | ||
568 | |||
569 | <button name="Import" label="Import." label_selected="Importieren" /> | ||
570 | <button name="Export" label="Export." label_selected="Exportieren" /> | ||
483 | <button label="Outfit erstellen..." label_selected="Outfit erstellen..." name="Make Outfit" width="115"/> | 571 | <button label="Outfit erstellen..." label_selected="Outfit erstellen..." name="Make Outfit" width="115"/> |
572 | <button label="Abbrechen" label_selected="Abbrechen" name="Cancel"/> | ||
573 | <button label="OK" label_selected="OK" name="Ok"/> | ||
484 | </floater> | 574 | </floater> |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_dictionaries.xml b/linden/indra/newview/skins/default/xui/de/floater_dictionaries.xml new file mode 100644 index 0000000..8c034b9 --- /dev/null +++ b/linden/indra/newview/skins/default/xui/de/floater_dictionaries.xml | |||
@@ -0,0 +1,11 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <floater name="EmeraldIRC_dictionaries" title="Neue Wörterbücher herunterladen"> | ||
3 | <text name="EmDics_txt"> | ||
4 | Unten stehend ist eine Liste weiterer Wörterbücher, die | ||
5 | von der Imprudence Internetseite heruntergeladen | ||
6 | werden können. | ||
7 | |||
8 | Suchen Sie bitte das Gewünschte aus und klicken Sie | ||
9 | auf die Schaltfläche „Herunterladen“.</text> | ||
10 | <button label="Herunterladen" name="Emerald_dic_download" /> | ||
11 | </floater> \ No newline at end of file | ||
diff --git a/linden/indra/newview/skins/default/xui/de/floater_directory.xml b/linden/indra/newview/skins/default/xui/de/floater_directory.xml index c3bc8f0..2c61c75 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_directory.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_directory.xml | |||
@@ -1,6 +1,37 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes"?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <floater name="directory" title="Suchen"> | 2 | <floater name="directory" title="Suche"> |
3 | <tab_container name="Directory Tabs"> | 3 | <tab_container name="Directory Tabs"> |
4 | <panel label="All" name="find_all_old_panel"> | ||
5 | <string name="searching_text"> | ||
6 | Suchen... | ||
7 | </string> | ||
8 | <string name="not_found_text"> | ||
9 | Nicht gefunden. | ||
10 | </string> | ||
11 | <button label="< Vor" label_selected="< Vor" name="< Prev" /> | ||
12 | <button label="Weiter >" label_selected="Weiter >" name="Next >" /> | ||
13 | <text name="find"> | ||
14 | Finden: | ||
15 | </text> | ||
16 | <line_editor name="name" /> | ||
17 | <button label="Suchen" label_selected="Suchen" name="Search" /> | ||
18 | <check_box control_name="ShowPGSearchAll" label="„PG“-Inhalt" name="incpg" /> | ||
19 | <check_box control_name="ShowMatureSearchAll" label="Inhalt „Reif“" name="incmature" /> | ||
20 | <check_box control_name="ShowAdultSearchAll" label="Inhalt „Erwachsen“" name="incadult" /> | ||
21 | <scroll_list name="results"> | ||
22 | <column label="" name="icon" width="24" /> | ||
23 | <column label="Name" name="name" width="235" /> | ||
24 | <column label="Preis" name="price" width="90" /> | ||
25 | <column label="Datum" name="date" width="90" /> | ||
26 | <column label="Zeit" name="time" width="-1" /> | ||
27 | <column label="Traffic" name="dwell" width="90" /> | ||
28 | <column label="Bereich" name="area" width="90" /> | ||
29 | <column label="[CURRENCY]/qm" name="per_meter" width="90" /> | ||
30 | <column label="Online" name="online" width="90" /> | ||
31 | <column label="Mitglieder" name="members" width="90" /> | ||
32 | </scroll_list> | ||
33 | <text name="result_text" /> | ||
34 | </panel> | ||
4 | <panel label="Alle" name="find_all_panel"> | 35 | <panel label="Alle" name="find_all_panel"> |
5 | <string name="searching_text"> | 36 | <string name="searching_text"> |
6 | Suchen... | 37 | Suchen... |
@@ -9,13 +40,14 @@ | |||
9 | Nicht gefunden. | 40 | Nicht gefunden. |
10 | </string> | 41 | </string> |
11 | <text name="find"> | 42 | <text name="find"> |
12 | Suchen: | 43 | Finden: |
13 | </text> | 44 | </text> |
14 | <line_editor label="Suchen" name="search_editor" tool_tip="Second Life durchsuchen"/> | 45 | <line_editor label="Suche" name="search_editor" tool_tip="Das Internet durchsuchen" /> |
15 | <button label="Zurück" name="back_btn"/> | 46 | <button label="Zurück" name="back_btn"/> |
16 | <button label="Weiter" name="forward_btn"/> | 47 | <button label="Weiter" name="forward_btn"/> |
17 | <button label="Suchen" name="search_btn"/> | 48 | <button label="Suchen" name="search_btn"/> |
18 | <combo_box name="Category"> | 49 | <combo_box name="Category"> |
50 | <combo_box name="Category"> | ||
19 | <combo_item name="AnyCategory"> | 51 | <combo_item name="AnyCategory"> |
20 | Alle Kategorien | 52 | Alle Kategorien |
21 | </combo_item> | 53 | </combo_item> |
@@ -35,10 +67,12 @@ | |||
35 | Wiki | 67 | Wiki |
36 | </combo_item> | 68 | </combo_item> |
37 | </combo_box> | 69 | </combo_box> |
38 | <check_box label="PG-Inhalt" name="incpg"/> | 70 | <check_box control_name="ShowPGSearchAll" label="„PG“-Inhalt" name="incpg" /> |
39 | <check_box label="Mature-Inhalt" name="incmature"/> | 71 | <check_box control_name="ShowMatureSearchAll" label="Inhalt „Reif“" name="incmature" /> |
40 | <check_box label="Adult-Inhalt" name="incadult"/> | 72 | <check_box control_name="ShowAdultSearchAll" label="Inhalt „Erwachsen“" name="incadult" /> |
41 | <button label="?" label_selected="?" name="?"/> | 73 | <button label="?" label_selected="?" name="?" /> |
74 | <web_browser name="find_browser" /> | ||
75 | <text name="status_text" /> | ||
42 | <string name="loading_text"> | 76 | <string name="loading_text"> |
43 | Wird geladen... | 77 | Wird geladen... |
44 | </string> | 78 | </string> |
@@ -48,7 +82,8 @@ | |||
48 | <string name="redirect_404_url"> | 82 | <string name="redirect_404_url"> |
49 | http://secondlife.com/app/search/notfound.html | 83 | http://secondlife.com/app/search/notfound.html |
50 | </string> | 84 | </string> |
51 | </panel> | 85 | <string name="default_search_page">"http://secondlife.com/app/search/index.php?"</string> |
86 | </panel> | ||
52 | <panel label="Anzeigen" name="classified_panel"> | 87 | <panel label="Anzeigen" name="classified_panel"> |
53 | <string name="searching_text"> | 88 | <string name="searching_text"> |
54 | Suchen... | 89 | Suchen... |
@@ -57,41 +92,41 @@ | |||
57 | Nicht gefunden. | 92 | Nicht gefunden. |
58 | </string> | 93 | </string> |
59 | <text name="find"> | 94 | <text name="find"> |
60 | Suchen: | 95 | Finden: |
61 | </text> | 96 | </text> |
62 | <line_editor name="name"/> | 97 | <line_editor name="name" /> |
63 | <check_box label="PG-Inhalt" name="incpg"/> | 98 | <check_box control_name="ShowPGClassifieds" label="„PG“-Inhalt" name="incpg" /> |
64 | <check_box label="Mature-Inhalt" name="incmature"/> | 99 | <check_box control_name="ShowMatureClassifieds" label="Inhalt „Reif“" name="incmature" /> |
65 | <check_box label="Adult-Inhalt" name="incadult"/> | 100 | <check_box control_name="ShowAdultClassifieds" label="Inhalt „Erwachsen“" name="incadult" /> |
66 | <combo_box name="Category"> | 101 | <combo_box name="Category"> |
67 | <combo_item name="AnyCategory"> | 102 | <combo_item name="AnyCategory" value="0"> |
68 | Alle Kategorien | 103 | Alle Kategorien |
69 | </combo_item> | 104 | </combo_item> |
70 | <combo_item name="Shopping"> | 105 | <combo_item name="Shopping" value="1"> |
71 | Shopping | 106 | Einkaufen |
72 | </combo_item> | 107 | </combo_item> |
73 | <combo_item name="LandRental"> | 108 | <combo_item name="LandRental" value="2"> |
74 | Land mieten | 109 | Land mieten |
75 | </combo_item> | 110 | </combo_item> |
76 | <combo_item name="PropertyRental"> | 111 | <combo_item name="PropertyRental" value="3"> |
77 | Immobilie mieten | 112 | Grundstück mieten |
78 | </combo_item> | 113 | </combo_item> |
79 | <combo_item name="SpecialAttraction"> | 114 | <combo_item name="SpecialAttraction" value="4"> |
80 | Attraktionen | 115 | Attraktionen |
81 | </combo_item> | 116 | </combo_item> |
82 | <combo_item name="NewProducts"> | 117 | <combo_item name="NewProducts" value="5"> |
83 | Neue Produkte | 118 | Neue Produkte |
84 | </combo_item> | 119 | </combo_item> |
85 | <combo_item name="Employment"> | 120 | <combo_item name="Employment" value="6"> |
86 | Stellenangebote | 121 | Stellenangebote |
87 | </combo_item> | 122 | </combo_item> |
88 | <combo_item name="Wanted"> | 123 | <combo_item name="Wanted" value="7"> |
89 | Gesucht | 124 | Gesucht |
90 | </combo_item> | 125 | </combo_item> |
91 | <combo_item name="Service"> | 126 | <combo_item name="Service" value="8"> |
92 | Dienstleistungen | 127 | Dienstleistungen |
93 | </combo_item> | 128 | </combo_item> |
94 | <combo_item name="Personal"> | 129 | <combo_item name="Personal" value="9"> |
95 | Persönlich | 130 | Persönlich |
96 | </combo_item> | 131 | </combo_item> |
97 | </combo_box> | 132 | </combo_box> |
@@ -100,15 +135,17 @@ | |||
100 | <button label="Anzeige aufgeben..." label_selected="Anzeige aufgeben..." name="Place an Ad..."/> | 135 | <button label="Anzeige aufgeben..." label_selected="Anzeige aufgeben..." name="Place an Ad..."/> |
101 | <button label="Löschen" label_selected="Löschen" name="Delete"/> | 136 | <button label="Löschen" label_selected="Löschen" name="Delete"/> |
102 | <scroll_list name="results"> | 137 | <scroll_list name="results"> |
103 | <column label="" name="icon"/> | 138 | <column label="" name="icon" width="24" /> |
104 | <column label="" name="type"/> | 139 | <column label="" name="type" width="-1" /> |
105 | <column label="Name" name="name"/> | 140 | <column label="Name" name="name" width="225" /> |
106 | <column label="Price" name="price"/> | 141 | <column label="Preis" name="price" width="55" /> |
107 | </scroll_list> | 142 | </scroll_list> |
108 | <button label="Weiter >" label_selected="Weiter >" name="Next >"/> | 143 | <text name="result_text" /> |
109 | <button label="< Vorherige" label_selected="< Vorherige" name="< Prev"/> | 144 | <button label="Weiter >" label_selected="Weiter >" name="Next >" /> |
145 | <button label="< Vor" label_selected="< Vor" | ||
146 | name="< Prev" /> | ||
110 | </panel> | 147 | </panel> |
111 | <panel label="Events" name="events_panel"> | 148 | <panel label="Events" left="1" name="events_panel"> |
112 | <string name="searching_text"> | 149 | <string name="searching_text"> |
113 | Suchen... | 150 | Suchen... |
114 | </string> | 151 | </string> |
@@ -116,9 +153,9 @@ | |||
116 | Nicht gefunden. | 153 | Nicht gefunden. |
117 | </string> | 154 | </string> |
118 | <text name="text2"> | 155 | <text name="text2"> |
119 | Suchen: | 156 | Finden: |
120 | </text> | 157 | </text> |
121 | <line_editor name="event_search_text"/> | 158 | <line_editor name="event_search_text" /> |
122 | <radio_group name="date_mode"> | 159 | <radio_group name="date_mode"> |
123 | <radio_item name="current"> | 160 | <radio_item name="current"> |
124 | Stattfindend und anstehend | 161 | Stattfindend und anstehend |
@@ -127,14 +164,14 @@ | |||
127 | Datum | 164 | Datum |
128 | </radio_item> | 165 | </radio_item> |
129 | </radio_group> | 166 | </radio_group> |
130 | <button label="<<" label_selected="<<" name="<<" tool_tip="Einen Tag zurück"/> | 167 | <button label="<<" label_selected="<<" name="<<" tool_tip="Einen Tag zurück" /> |
131 | <text name="date_text"> | 168 | <text name="date_text"> |
132 | 6/6 | 169 | 6/6 |
133 | </text> | 170 | </text> |
134 | <button label=">>" label_selected=">>" name=">>" tool_tip="Einen Tag weiter"/> | 171 | <button label=">>" label_selected=">>" name=">>" tool_tip="Einen Tag weiter" /> |
135 | <button label="Heute" label_selected="Heute" name="Today" tool_tip="Heutige Events anzeigen"/> | 172 | <button label="Heute" label_selected="Heute" name="Today" tool_tip="Heutige Events anzeigen" /> |
136 | <text name="text"> | 173 | <text name="text"> |
137 | Kategorie: | 174 | Kategorie: |
138 | </text> | 175 | </text> |
139 | <combo_box name="category combo" width="195" left="222"> | 176 | <combo_box name="category combo" width="195" left="222"> |
140 | <combo_item name="All"> | 177 | <combo_item name="All"> |
@@ -174,21 +211,23 @@ | |||
174 | Sonstiges | 211 | Sonstiges |
175 | </combo_item> | 212 | </combo_item> |
176 | </combo_box> | 213 | </combo_box> |
177 | <check_box label="PG-Inhalt" name="incpg"/> | 214 | <check_box control_name="ShowPGEvents" label="„PG“-Inhalt" name="incpg" /> |
178 | <check_box label="Mature-Inhalt" name="incmature"/> | 215 | <check_box control_name="ShowMatureEvents" label="Inhalt „Reif“" name="incmature" /> |
179 | <check_box label="Adult-Inhalt" name="incadult"/> | 216 | <check_box control_name="ShowAdultEvents" label="Inhalt „Erwachsen“" name="incadult" /> |
180 | <button label="Suchen" label_selected="Suchen" name="Search" tool_tip="Suchen"/> | 217 | <button label="Suchen" label_selected="Suchen" name="Search" /> |
181 | <button label="Löschen" label_selected="Löschen" name="Delete"/> | 218 | <button label="Löschen" label_selected="Löschen" name="Delete" /> |
182 | <scroll_list name="results"> | 219 | <scroll_list name="results"> |
183 | <column label="" name="icon"/> | 220 | <column label="" name="icon" width="24" /> |
184 | <column label="" name="type"/> | 221 | <column label="" name="type" width="-1" /> |
185 | <column label="Name" name="name"/> | 222 | <column dynamicwidth="true" label="Name" name="name" /> |
186 | <column label="Time (PT)" name="date"/> | 223 | <column label="Datum" name="date" sort="time" width="106" /> |
187 | <column label="" name="event_id"/> | 224 | <column label="" name="event_id" width="-1" /> |
188 | <column label="Time" name="time"/> | 225 | <column label="Zeit" name="time" width="-1" /> |
189 | </scroll_list> | 226 | </scroll_list> |
190 | <button label="Weiter >" label_selected="Weiter >" name="Next >"/> | 227 | <text name="result_text" /> |
191 | <button label="< Vorherige" label_selected="< Vorherige" name="< Prev"/> | 228 | <button label="Weiter >" label_selected="Weiter >" name="Next >" /> |
229 | <button label="< Vor" label_selected="< Vor" | ||
230 | name="< Prev" /> | ||
192 | </panel> | 231 | </panel> |
193 | <panel label="Showcase" name="showcase_panel"> | 232 | <panel label="Showcase" name="showcase_panel"> |
194 | <string name="searching_text"> | 233 | <string name="searching_text"> |
@@ -199,13 +238,18 @@ | |||
199 | </string> | 238 | </string> |
200 | <button label="Zurück" name="back_btn"/> | 239 | <button label="Zurück" name="back_btn"/> |
201 | <button label="Weiter" name="forward_btn"/> | 240 | <button label="Weiter" name="forward_btn"/> |
241 | <!-- No mature content checkbox, showcase is all PG --> | ||
242 | <web_browser name="showcase_browser" /> | ||
243 | <text name="status_text" /> | ||
202 | <string name="loading_text"> | 244 | <string name="loading_text"> |
203 | Wird geladen... | 245 | Wird geladen... |
204 | </string> | 246 | </string> |
205 | <string name="done_text"> | 247 | <string name="done_text"> |
206 | Fertig | 248 | Fertig |
207 | </string> | 249 | </string> |
208 | </panel> | 250 | <string name="redirect_404_url">http://secondlife.com/app/search/notfound.html</string> |
251 | <string name="default_search_page">"http://secondlife.com/app/showcase/index.php?"</string> | ||
252 | </panel> | ||
209 | <panel label="Landverkauf" name="land_sales_panel"> | 253 | <panel label="Landverkauf" name="land_sales_panel"> |
210 | <string name="searching_text"> | 254 | <string name="searching_text"> |
211 | Suchen... | 255 | Suchen... |
@@ -214,15 +258,16 @@ | |||
214 | Nicht gefunden. | 258 | Nicht gefunden. |
215 | </string> | 259 | </string> |
216 | <string name="land_help_text"> | 260 | <string name="land_help_text"> |
217 | Land kann direkt für Linden Dollar (L$) oder bei einer Auktion für L$ oder US$ erworben werden. | 261 | Land kann direkt für in-Welt Geld oder bei einer Auktion für echtes oder in-Welt Geld erworben werden. |
218 | Um direkt zu kaufen, klicken Sie auf dem betreffenden Land in der Titelleiste auf den Namen. | 262 | Um direkt zu kaufen, klicken Sie auf dem betreffenden Land in der Titelleiste auf den Namen. |
219 | </string> | 263 | </string> |
220 | <text name="find"> | 264 | <text name="find" v_pad="0" width="50"> |
221 | Suchen: | 265 | Finden: |
222 | </text> | 266 | </text> |
223 | <check_box label="PG-Inhalt" name="incpg"/> | 267 | <check_box control_name="ShowPGLand" label="„PG“-Inhalt" name="incpg" /> |
224 | <check_box label="Mature-Inhalt" name="incmature"/> | 268 | <check_box control_name="ShowMatureLand" label="Inhalt „Reif“" name="incmature" /> |
225 | <check_box label="Adult-Inhalt" name="incadult"/> | 269 | <check_box control_name="ShowAdultLand" label="Inhalt „Erwachsen“" name="incadult" /> |
270 | <combo_box name="type"> | ||
226 | <combo_box name="type" width="135"> | 271 | <combo_box name="type" width="135"> |
227 | <combo_item name="AllTypes"> | 272 | <combo_item name="AllTypes"> |
228 | Alle Typen | 273 | Alle Typen |
@@ -234,31 +279,33 @@ Um direkt zu kaufen, klicken Sie auf dem betreffenden Land in der Titelleiste au | |||
234 | Verkauf - Mainland | 279 | Verkauf - Mainland |
235 | </combo_item> | 280 | </combo_item> |
236 | <combo_item name="EstateSales"> | 281 | <combo_item name="EstateSales"> |
237 | Verkauf - Immobilien | 282 | Verkauf - Grundstück |
238 | </combo_item> | 283 | </combo_item> |
239 | </combo_box> | 284 | </combo_box> |
240 | <check_box label="Preis ≤ " name="pricecheck"/> | 285 | <check_box control_name="FindLandPrice" label="Preis ≤ " name="pricecheck" /> |
241 | <text left="183" name="pricecheck_symbol"> | 286 | <text name="pricecheck_symbol"> |
242 | L$ | 287 | [CURRENCY] |
243 | </text> | 288 | </text> |
244 | <check_box label="Gebiet ≥ " name="areacheck"/> | 289 | <check_box control_name="FindLandArea" label="Bereich ≥ " name="areacheck" /> |
245 | <text left="183" name="areacheck_symbol"> | 290 | <text name="areacheck_symbol"> |
246 | qm | 291 | m² |
247 | </text> | 292 | </text> |
248 | <line_editor left="130" name="priceedit"/> | 293 | <line_editor name="priceedit" /> |
249 | <line_editor left="130" name="areaedit"/> | 294 | <line_editor name="areaedit" /> |
250 | <button label="Suchen" label_selected="Suchen" name="Search"/> | 295 | <button label="Suchen" label_selected="Suchen" name="Search" /> |
251 | <scroll_list name="results"> | 296 | <scroll_list name="results"> |
252 | <column label="" name="icon"/> | 297 | <column label="" name="icon" width="24" /> |
253 | <column label="" name="type"/> | 298 | <column label="" name="type" width="-1" /> |
254 | <column label="Name" name="name"/> | 299 | <column dynamicwidth="true" label="Name" name="name" /> |
255 | <column label="Typ" name="landtype"/> | 300 | <column label="Type" name="landtype" width="50" /> |
256 | <column label="L$ Price" name="price"/> | 301 | <column label="Preis in [CURRENCY]" name="price" width="65" /> |
257 | <column label="Area" name="area"/> | 302 | <column label="Bereich" name="area" width="50" /> |
258 | <column label="L$/qm" name="per_meter"/> | 303 | <column label="[CURRENCY]/m²" name="per_meter" /> |
259 | </scroll_list> | 304 | </scroll_list> |
260 | <button label="Weiter >" label_selected="Weiter >" name="Next >"/> | 305 | <text name="result_text" /> |
261 | <button label="< Vorherige" label_selected="< Vorherige" name="< Prev"/> | 306 | <button label="Weiter >" label_selected="Weiter >" name="Next >" /> |
307 | <button label="< Vor" label_selected="< Vor" | ||
308 | name="< Prev" /> | ||
262 | </panel> | 309 | </panel> |
263 | <panel label="Orte" name="places_panel"> | 310 | <panel label="Orte" name="places_panel"> |
264 | <string name="searching_text"> | 311 | <string name="searching_text"> |
@@ -268,145 +315,163 @@ Um direkt zu kaufen, klicken Sie auf dem betreffenden Land in der Titelleiste au | |||
268 | Nicht gefunden. | 315 | Nicht gefunden. |
269 | </string> | 316 | </string> |
270 | <text name="find"> | 317 | <text name="find"> |
271 | Suchen: | 318 | Finden: |
272 | </text> | 319 | </text> |
273 | <line_editor name="name"/> | 320 | <line_editor name="name" /> |
274 | <check_box label="PG-Inhalt" name="incpg"/> | 321 | <check_box control_name="ShowPGSims" label="„PG“-Inhalt" name="incpg" /> |
275 | <check_box label="Mature-Inhalt" name="incmature"/> | 322 | <check_box control_name="ShowMatureSims" label="Inhalt „Reif“" name="incmature" /> |
276 | <check_box label="Adult-Inhalt" name="incadult"/> | 323 | <check_box control_name="ShowAdultSims" label="Inhalt „Erwachsen“" name="incadult" /> |
277 | <combo_box name="Category"> | 324 | <combo_box name="Category"> |
278 | <combo_item name="AnyCategory"> | 325 | <combo_item name="AnyCategory" value="any"> |
279 | Alle Kategorien | 326 | Alle Kategorien |
280 | </combo_item> | 327 | </combo_item> |
281 | <combo_item name="LindenLocation"> | 328 | <combo_item name="LindenLocation" value="linden"> |
282 | Lindenort | 329 | Linden-Position |
283 | </combo_item> | 330 | </combo_item> |
284 | <combo_item name="Arts&Culture"> | 331 | <combo_item name="Arts&Culture" value="arts"> |
285 | Kunst und Kultur | 332 | Kunst & Kultur |
286 | </combo_item> | 333 | </combo_item> |
287 | <combo_item name="Business"> | 334 | <combo_item name="Business" value="store"> |
288 | Business | 335 | Gewerbe |
289 | </combo_item> | 336 | </combo_item> |
290 | <combo_item name="Educational"> | 337 | <combo_item name="Educational" value="educational"> |
291 | Bildung | 338 | Bildung |
292 | </combo_item> | 339 | </combo_item> |
293 | <combo_item name="Gaming"> | 340 | <combo_item name="Gaming" value="game"> |
294 | Spielen | 341 | Spielen |
295 | </combo_item> | 342 | </combo_item> |
296 | <combo_item name="Hangout"> | 343 | <combo_item name="Hangout" value="gather"> |
297 | Treffpunkt | 344 | Treffpunkt |
298 | </combo_item> | 345 | </combo_item> |
299 | <combo_item name="NewcomerFriendly"> | 346 | <combo_item name="NewcomerFriendly" value="newcomer"> |
300 | Anfängergerecht | 347 | Anfängergerecht |
301 | </combo_item> | 348 | </combo_item> |
302 | <combo_item name="Parks&Nature"> | 349 | <combo_item name="Parks&Nature" value="park"> |
303 | Parks und Natur | 350 | Parks & Natur |
304 | </combo_item> | 351 | </combo_item> |
305 | <combo_item name="Residential"> | 352 | <combo_item name="Residential" value="home"> |
306 | Wohngebiet | 353 | Wohngebiet |
307 | </combo_item> | 354 | </combo_item> |
308 | <combo_item name="Shopping"> | 355 | <combo_item name="Shopping" value="shopping"> |
309 | Shopping | 356 | Einkaufen |
310 | </combo_item> | 357 | </combo_item> |
311 | <combo_item name="Other"> | 358 | <combo_item name="Other" value="other"> |
312 | Sonstige | 359 | Sonstige |
313 | </combo_item> | 360 | </combo_item> |
314 | </combo_box> | 361 | </combo_box> |
315 | <combo_box name="Category_Adult"> | 362 | <!-- This is used only during the AO transition and can be deleted once the AO transition is |
316 | <combo_item name="AnyCategory"> | 363 | complete. It is identical to the combo box above except that it has the Adult category. |
364 | You might also want to set it back to default visible and enabled. --> | ||
365 | <combo_box allow_text_entry="false" bottom="-46" enabled="false" follows="right|top" height="18" left="230" | ||
366 | max_chars="20" mouse_opaque="true" name="Category_Adult" width="128" visible="false"> | ||
367 | <combo_item name="AnyCategory" value="any"> | ||
317 | Alle Kategorien | 368 | Alle Kategorien |
318 | </combo_item> | 369 | </combo_item> |
319 | <combo_item name="LindenLocation"> | 370 | <combo_item name="LindenLocation" value="linden"> |
320 | Lindenort | 371 | Linden-Position |
321 | </combo_item> | 372 | </combo_item> |
322 | <combo_item name="Adult"> | 373 | <combo_item name="Adult" value="adult"> |
323 | Adult | 374 | Erwachsen |
324 | </combo_item> | 375 | </combo_item> |
325 | <combo_item name="Arts&Culture"> | 376 | <combo_item name="Arts&Culture" value="arts"> |
326 | Kunst & Kultur | 377 | Kunst & Kultur |
327 | </combo_item> | 378 | </combo_item> |
328 | <combo_item name="Business"> | 379 | <combo_item name="Business" value="store"> |
329 | Business | 380 | Gewerbe |
330 | </combo_item> | 381 | </combo_item> |
331 | <combo_item name="Educational"> | 382 | <combo_item name="Educational" value="educational"> |
332 | Bildung | 383 | Bildung |
333 | </combo_item> | 384 | </combo_item> |
334 | <combo_item name="Gaming"> | 385 | <combo_item name="Gaming" value="game"> |
335 | Spielen | 386 | Spielen |
336 | </combo_item> | 387 | </combo_item> |
337 | <combo_item name="Hangout"> | 388 | <combo_item name="Hangout" value="gather"> |
338 | Treffpunkt | 389 | Treffpunkt |
339 | </combo_item> | 390 | </combo_item> |
340 | <combo_item name="NewcomerFriendly"> | 391 | <combo_item name="NewcomerFriendly" value="newcomer"> |
341 | Anfängergerecht | 392 | Anfängergerecht |
342 | </combo_item> | 393 | </combo_item> |
343 | <combo_item name="Parks&Nature"> | 394 | <combo_item name="Parks&Nature" value="park"> |
344 | Parks und Natur | 395 | Parks & Natur |
345 | </combo_item> | 396 | </combo_item> |
346 | <combo_item name="Residential"> | 397 | <combo_item name="Residential" value="home"> |
347 | Wohngebiet | 398 | Wohngebiet |
348 | </combo_item> | 399 | </combo_item> |
349 | <combo_item name="Shopping"> | 400 | <combo_item name="Shopping" value="shopping"> |
350 | Shopping | 401 | Einkaufen |
351 | </combo_item> | 402 | </combo_item> |
352 | <combo_item name="Other"> | 403 | <combo_item name="Other" value="other"> |
353 | Sonstige | 404 | Sonstige |
354 | </combo_item> | 405 | </combo_item> |
355 | </combo_box> | 406 | </combo_box> |
356 | <button label="Suchen" label_selected="Suchen" name="Search"/> | 407 | <button label="Suchen" label_selected="Suchen" name="Search" /> |
357 | <scroll_list name="results"> | 408 | <scroll_list name="results"> |
358 | <column label="" name="icon"/> | 409 | <column label="" name="icon" width="24" /> |
359 | <column label="" name="type"/> | 410 | <column label="" name="type" width="-1" /> |
360 | <column label="Name" name="name"/> | 411 | <column dynamicwidth="true" label="Name" name="name" /> |
361 | <column label="Traffic" name="dwell"/> | 412 | <column label="Traffic" name="dwell" width="75" /> |
362 | </scroll_list> | 413 | </scroll_list> |
363 | <button label="Weiter >" label_selected="Weiter >" name="Next >"/> | 414 | <text name="result_text" /> |
364 | <button label="< Vorherige" label_selected="< Vorherige" name="< Prev"/> | 415 | <button label="Weiter >" label_selected="Weiter >" name="Next >" /> |
416 | <button label="< Vor" label_selected="< Vor" | ||
417 | name="< Prev" /> | ||
365 | </panel> | 418 | </panel> |
366 | <panel label="Leute" name="people_panel"> | 419 | <panel label="Leute" name="people_panel"> |
367 | <string name="searching_text"> | 420 | <string name="searching_text"> |
368 | Suchen... | 421 | Suchen... |
369 | </string> | 422 | </string> |
370 | <string name="not_found_text"> | 423 | <string name="not_found_text"> |
371 | Nicht gefunden. | 424 | Nicht gefunden. |
372 | </string> | 425 | </string> |
373 | <text left_delta="38" name="find"> | 426 | <text name="find"> |
374 | Suchen: | 427 | Finden: |
375 | </text> | 428 | </text> |
376 | <line_editor left_delta="48" name="name"/> | 429 | <line_editor name="name" /> |
377 | <button label="Suchen" label_selected="Suchen" name="Search"/> | 430 | <button label="Suchen" label_selected="Suchen" name="Search" /> |
378 | <scroll_list name="results" width="286"> | 431 | <scroll_list name="results"> |
379 | <column label="" name="icon"/> | 432 | <column label="" name="icon" width="24" /> |
380 | <column label="" name="type"/> | 433 | <column label="" name="type" width="-1" /> |
381 | <column label="Name" name="name" width="234"/> | 434 | <column label="Name" name="name" width="274" /> |
382 | </scroll_list> | 435 | </scroll_list> |
383 | <button right="290" label="Weiter >" label_selected="Weiter >" name="Next >"/> | 436 | <text name="result_text" /> |
384 | <button right="204" label="< Vorherige" label_selected="< Vorherige" name="< Prev"/> | 437 | <button label="Weiter >" label_selected="Weiter >" name="Next >" /> |
438 | <button label="< Vor" label_selected="< Vor" | ||
439 | name="< Prev" /> | ||
385 | </panel> | 440 | </panel> |
386 | <panel label="Gruppen" name="groups_panel"> | 441 | <panel label="Gruppen" name="groups_panel"> |
387 | <string name="searching_text"> | 442 | <string name="searching_text"> |
388 | Suchen... | 443 | Suchen... |
389 | </string> | 444 | </string> |
390 | <string name="not_found_text"> | 445 | <string name="not_found_text"> |
391 | Nicht gefunden. | 446 | Nicht gefunden. |
392 | </string> | 447 | </string> |
393 | <text left_delta="38" name="find"> | 448 | <button label="Weiter >" label_selected="Weiter >" name="Next >" /> |
394 | Suchen: | 449 | <button label="< Vor" label_selected="< Vor" |
450 | name="< Prev" /> | ||
451 | <text name="find"> | ||
452 | Finden: | ||
395 | </text> | 453 | </text> |
396 | <line_editor label="Suchen" name="search_editor" tool_tip="Second Life durchsuchen"/> | 454 | <line_editor name="name" /> |
397 | <button label="Zurück" name="back_btn"/> | 455 | <button label="Suchen" label_selected="Suchen" name="Search" /> |
398 | <button label="Weiter" name="forward_btn"/> | 456 | <check_box control_name="ShowPGGroups" label="„PG“-Inhalt" name="incpg" /> |
399 | <button label="Suchen" name="search_btn"/> | 457 | <check_box control_name="ShowMatureGroups" label="Inhalt „Reif“" name="incmature" /> |
400 | <check_box label="PG-Inhalt" name="incpg"/> | 458 | <check_box control_name="ShowAdultGroups" label="Inhalt „Erwachsen“" name="incadult" /> |
401 | <check_box label="Mature-Inhalt" name="incmature"/> | 459 | <scroll_list name="results"> |
402 | <check_box label="Adult-Inhalt" name="incadult"/> | 460 | <column label="" name="icon" sort="score" sort_ascending="false" width="24" /> |
403 | <string name="loading_text"> | 461 | <column label="" name="type" width="-1" /> |
404 | Wird geladen... | 462 | <column dynamicwidth="true" label="Name" name="name" /> |
405 | </string> | 463 | <column label="Mitglieder" name="members" /> |
406 | <string name="done_text"> | 464 | <column label="" name="score" width="-1" /> |
407 | Fertig | 465 | </scroll_list> |
408 | </string> | 466 | <text name="result_text" /> |
409 | </panel> | 467 | </panel> |
410 | </tab_container> | 468 | </tab_container> |
411 | <panel left="310" name="Panel Avatar" width="470" /> | 469 | <panel name="classified_details_panel" /> |
470 | <panel name="Panel Avatar" /> | ||
471 | <panel name="event_details_panel" /> | ||
472 | <panel name="group_details_panel_holder" /> | ||
473 | <panel name="group_details_panel" /> | ||
474 | </panel> | ||
475 | <panel name="place_details_panel" /> | ||
476 | <panel name="place_details_small_panel" /> | ||
412 | </floater> | 477 | </floater> |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_env_settings.xml b/linden/indra/newview/skins/default/xui/de/floater_env_settings.xml index 3717ff6..923b9af 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_env_settings.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_env_settings.xml | |||
@@ -4,7 +4,7 @@ | |||
4 | Tageszeit | 4 | Tageszeit |
5 | </text> | 5 | </text> |
6 | <text name="EnvTimeText2"> | 6 | <text name="EnvTimeText2"> |
7 | 12:00 | 7 | Tageszeit |
8 | </text> | 8 | </text> |
9 | <text name="EnvCloudText"> | 9 | <text name="EnvCloudText"> |
10 | Wolkendecke | 10 | Wolkendecke |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_font_test.xml b/linden/indra/newview/skins/default/xui/de/floater_font_test.xml index 54278fc..cea1fd4 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_font_test.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_font_test.xml | |||
@@ -1,5 +1,90 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes"?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes"?> |
2 | <floater name="contents" title="Schriftart-Test"> | 2 | <floater name="contents" title="Schriftart-Test"> |
3 | |||
4 | <text font="SansSerif"> | ||
5 | SansSerif, keine Größe oder Stil (sollte gleich medium sein) | ||
6 | </text> | ||
7 | |||
8 | <text font="SansSerifLarge" follows="left|top|right" bottom_delta="-20" left="16" height="16"> | ||
9 | SansSerifGroß | ||
10 | </text> | ||
11 | |||
12 | <text font="SansSerifHuge" follows="left|top|right" bottom_delta="-36" left="16" height="32"> | ||
13 | SansSerifExtraGroß | ||
14 | </text> | ||
15 | |||
16 | <text font="Monospace" follows="left|top|right" bottom_delta="-20" left="16" height="16" font_size="Large"> | ||
17 | Monospace Größe=Groß | ||
18 | </text> | ||
19 | |||
20 | <text font="SansSerifLarge" follows="left|top|right" bottom_delta="-20" left="16" height="16" font_style="BOLD"> | ||
21 | SansSerifGroß Stil=FETT | ||
22 | </text> | ||
23 | |||
24 | <text font="SansSerifBold" follows="left|top|right" bottom_delta="-20" left="16" height="16"> | ||
25 | SansSerifFett | ||
26 | </text> | ||
27 | |||
28 | <text font="SansSerif" follows="left|top|right" bottom_delta="-20" left="16" height="16" font_style="BOLD"> | ||
29 | SansSerif Stil=FETT (sollte gleich SansSerifFett sein) | ||
30 | </text> | ||
31 | |||
32 | <text font="SansSerif" follows="left|top|right" bottom_delta="-20" left="16" height="16" font-style="ITALIC"> | ||
33 | SansSerif Stil=KURSIV | ||
34 | </text> | ||
35 | |||
36 | <text font="SansSerif" follows="left|top|right" bottom_delta="-20" left="16" height="16" font-style="BOLD|ITALIC"> | ||
37 | SansSerif Stil=FETT|KURSIV | ||
38 | </text> | ||
39 | |||
40 | <text font="SansSerif" follows="left|top|right" bottom_delta="-20" left="16" height="16" font-style="BOLD|ITALIC|DROP_SHADOW_SOFT"> | ||
41 | SansSerif Stil=FETT|KURSIV|SANFTER_SCHATTEN | ||
42 | </text> | ||
43 | |||
44 | <text font="SansSerif" follows="left|top|right" bottom_delta="-20" left="16" height="16" font-style="UNDERLINE"> | ||
45 | SansSerif Stil=UNTERSTRICHEN | ||
46 | </text> | ||
47 | |||
48 | <text font="SansSerif" follows="left|top|right" bottom_delta="-20" left="16" height="16" font-style="DROP_SHADOW"> | ||
49 | SansSerif Stil=SCHATTEN | ||
50 | </text> | ||
51 | |||
52 | <text font="SansSerif" follows="left|top|right" bottom_delta="-20" left="16" height="16" font-style="DROP_SHADOW_SOFT"> | ||
53 | SansSerif Stil=SANFTER_SCHATTEN | ||
54 | </text> | ||
55 | |||
56 | <text font="DejaVu" follows="left|top|right" bottom_delta="-20" left="16" height="16" font-style="BOLD"> | ||
57 | DejaVu Stil=FETT | ||
58 | </text> | ||
59 | |||
60 | <text font="DejaVu" follows="left|top|right" bottom_delta="-20" left="16" height="16" font-style="ITALIC"> | ||
61 | DejaVu Stil=KURSIV | ||
62 | </text> | ||
63 | |||
64 | <text font="DejaVu" follows="left|top|right" bottom_delta="-20" left="16" height="16" font-style="BOLD|ITALIC"> | ||
65 | DejaVu Stil=FETT|KURSIV | ||
66 | </text> | ||
67 | |||
68 | <text font="DejaVu" follows="left|top|right" bottom_delta="-20" left="16" height="16" font_size="Large" font-style="BOLD|ITALIC"> | ||
69 | DejaVu Größe=Groß Stil=FETT|KURSIV | ||
70 | </text> | ||
71 | |||
72 | <text font="Helvetica" follows="left|top|right" bottom_delta="-20" left="16" height="16" font-style="BOLD"> | ||
73 | Helvetica Stil=FETT | ||
74 | </text> | ||
75 | |||
76 | <text font="Helvetica" follows="left|top|right" bottom_delta="-20" left="16" height="16" font-style="ITALIC"> | ||
77 | Helvetica Stil=KURSIV | ||
78 | </text> | ||
79 | |||
80 | <text font="Helvetica" follows="left|top|right" bottom_delta="-20" left="16" height="16" font-style="BOLD|ITALIC"> | ||
81 | Helvetica Stil=FETT|KURSIV | ||
82 | </text> | ||
83 | |||
84 | <text font="Helvetica" follows="left|top|right" bottom_delta="-20" left="16" height="16" font_size="Large" font-style="BOLD|ITALIC"> | ||
85 | Helvetica Größe=Groß Stil=FETT|KURSIV | ||
86 | </text> | ||
87 | |||
3 | <text name="linea"> | 88 | <text name="linea"> |
4 | OverrideTest, sollte hier als Times angezeigt werden. (Aus default/xui/en-us) | 89 | OverrideTest, sollte hier als Times angezeigt werden. (Aus default/xui/en-us) |
5 | </text> | 90 | </text> |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_gesture.xml b/linden/indra/newview/skins/default/xui/de/floater_gesture.xml index bdee3b8..bccd66f 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_gesture.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_gesture.xml | |||
@@ -4,8 +4,8 @@ | |||
4 | Doppelklicken Sie auf eine Geste, um Animationen und Sound abzuspielen. | 4 | Doppelklicken Sie auf eine Geste, um Animationen und Sound abzuspielen. |
5 | </text> | 5 | </text> |
6 | <scroll_list bottom_delta="-385" height="360" name="gesture_list"> | 6 | <scroll_list bottom_delta="-385" height="360" name="gesture_list"> |
7 | <column label="Trigger" name="trigger" /> | 7 | <column label="Auslöser" name="trigger" /> |
8 | <column label="Key" name="shortcut" /> | 8 | <column label="Schlüssel" name="shortcut" /> |
9 | <column label="" name="key" /> | 9 | <column label="" name="key" /> |
10 | <column label="Name" name="name" /> | 10 | <column label="Name" name="name" /> |
11 | </scroll_list> | 11 | </scroll_list> |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_god_tools.xml b/linden/indra/newview/skins/default/xui/de/floater_god_tools.xml index dcb6982..a96aeae 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_god_tools.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_god_tools.xml | |||
@@ -12,11 +12,11 @@ | |||
12 | <text name="Sim Name:" width="55"> | 12 | <text name="Sim Name:" width="55"> |
13 | Sim-Name: | 13 | Sim-Name: |
14 | </text> | 14 | </text> |
15 | <check_box label="Startbereich Einleitung" name="check prelude" | 15 | <check_box label="Startbereich" name="check prelude" |
16 | tool_tip="Diese Region zu einem Startbereich machen." /> | 16 | tool_tip="Diese Region zu einem Startbereich machen." /> |
17 | <check_box label="Sonne fest" name="check fixed sun" | 17 | <check_box label="Sonne fest" name="check fixed sun" |
18 | tool_tip="Fixiert den Sonnenstand (wie in „Region/Grundstück“ > „Terrain“." /> | 18 | tool_tip="Fixiert den Sonnenstand (wie in „Region/Grundstück“ > „Terrain“." /> |
19 | <check_box label="Zuhause auf Teleport zurücksetzen" name="check reset home" | 19 | <check_box label="Zuhause bei Teleport zurücksetzen" name="check reset home" |
20 | tool_tip="Wenn Einwohner wegteleportieren, ihr Zuhause auf Zielposition setzen." height="32" /> | 20 | tool_tip="Wenn Einwohner wegteleportieren, ihr Zuhause auf Zielposition setzen." height="32" /> |
21 | <check_box label="Sichtbar" name="check visible" | 21 | <check_box label="Sichtbar" name="check visible" |
22 | tool_tip="Diese Region für Nicht-Götter sichtbar machen." bottom_delta="-32" /> | 22 | tool_tip="Diese Region für Nicht-Götter sichtbar machen." bottom_delta="-32" /> |
@@ -25,7 +25,7 @@ | |||
25 | <check_box label="Trafficüberwachung blockieren" name="block dwell" | 25 | <check_box label="Trafficüberwachung blockieren" name="block dwell" |
26 | tool_tip="In dieser Region die Traffic-Berechnung abschalten." /> | 26 | tool_tip="In dieser Region die Traffic-Berechnung abschalten." /> |
27 | <check_box label="Terraformen blockieren" name="block terraform" | 27 | <check_box label="Terraformen blockieren" name="block terraform" |
28 | tool_tip="Das Terraformen von Land verbieten (Benutzen Sie dies um Leuten das Terraformen ihres Landes zu verbieten)" /> | 28 | tool_tip="Das Terraformen von Land verbieten (Benutzen Sie dies, um Leuten das Terraformen ihres Landes zu verbieten)" /> |
29 | <check_box label="Sandkasten" name="is sandbox" | 29 | <check_box label="Sandkasten" name="is sandbox" |
30 | tool_tip="Sandkastenregion ein-/ausschalten." /> | 30 | tool_tip="Sandkastenregion ein-/ausschalten." /> |
31 | <button label="Terrain formen" label_selected="Terrain formen" name="Bake Terrain" | 31 | <button label="Terrain formen" label_selected="Terrain formen" name="Bake Terrain" |
@@ -56,7 +56,7 @@ | |||
56 | Abrechnungsfaktor: | 56 | Abrechnungsfaktor: |
57 | </text> | 57 | </text> |
58 | <text name="land cost text"> | 58 | <text name="land cost text"> |
59 | L$ pro qm: | 59 | [CURRENCY] pro qm: |
60 | </text> | 60 | </text> |
61 | <button label="Aktualisieren" label_selected="Aktualisieren" name="Refresh" | 61 | <button label="Aktualisieren" label_selected="Aktualisieren" name="Refresh" |
62 | tool_tip="Klicken Sie hier, um die obigen Informationen zu aktualisieren." /> | 62 | tool_tip="Klicken Sie hier, um die obigen Informationen zu aktualisieren." /> |
@@ -76,8 +76,8 @@ | |||
76 | <text name="region name"> | 76 | <text name="region name"> |
77 | Welsh | 77 | Welsh |
78 | </text> | 78 | </text> |
79 | <check_box label="Skripts deaktivieren" name="disable scripts" | 79 | <check_box label="Skripte deaktivieren" name="disable scripts" |
80 | tool_tip="Skripts in dieser Region komplett abschalten" /> | 80 | tool_tip="Skripte in dieser Region komplett abschalten" /> |
81 | <check_box label="Kollisionen deaktivieren" name="disable collisions" | 81 | <check_box label="Kollisionen deaktivieren" name="disable collisions" |
82 | tool_tip="Nicht-Avatar-Kollisionen in dieser Region komplett abschalten" /> | 82 | tool_tip="Nicht-Avatar-Kollisionen in dieser Region komplett abschalten" /> |
83 | <check_box label="Physik deaktivieren" name="disable physics" | 83 | <check_box label="Physik deaktivieren" name="disable physics" |
@@ -96,7 +96,7 @@ | |||
96 | <button label="Geskriptete Objekte des Ziels auf *allen* Ländern löschen" | 96 | <button label="Geskriptete Objekte des Ziels auf *allen* Ländern löschen" |
97 | label_selected="Geskriptete Objekte des Ziels auf *allen* Ländern löschen" | 97 | label_selected="Geskriptete Objekte des Ziels auf *allen* Ländern löschen" |
98 | name="Delete Target's Scripted Objects On *Any* Land" | 98 | name="Delete Target's Scripted Objects On *Any* Land" |
99 | tool_tip="Alle dem Ziel gehörenden geskripteten Objekte in dieser Region löschen. Objekte (nicht kopierfähig) werden zurückgegeben." /> | 99 | tool_tip="Alle dem Ziel gehörenden geskripteten Objekte auf Land, das nicht dem Ziel gehört löschen. Objekte (nicht kopierfähig) werden zurückgegeben." /> |
100 | <button label="*ALLE* Objekte des Ziels löschen" | 100 | <button label="*ALLE* Objekte des Ziels löschen" |
101 | label_selected="*ALLE* Objekte des Ziels löschen" | 101 | label_selected="*ALLE* Objekte des Ziels löschen" |
102 | name="Delete *ALL* Of Target's Objects" | 102 | name="Delete *ALL* Of Target's Objects" |
@@ -104,11 +104,11 @@ | |||
104 | <button label="Top-Kollisionsobjekte" label_selected="Top-Kollisionsobjekte" | 104 | <button label="Top-Kollisionsobjekte" label_selected="Top-Kollisionsobjekte" |
105 | name="Get Top Colliders" | 105 | name="Get Top Colliders" |
106 | tool_tip="Zeigt eine Liste der Objekte mit den meisten Callbacks in der nahen Phase an." width="130" /> | 106 | tool_tip="Zeigt eine Liste der Objekte mit den meisten Callbacks in der nahen Phase an." width="130" /> |
107 | <button label="Top-Skripts" label_selected="Top-Skripts" name="Get Top Scripts" | 107 | <button label="Top-Skripte" label_selected="Top-Skripte" name="Get Top Scripts" |
108 | tool_tip="Zeigt eine Liste der Objekte an, die die meiste Zeit über Skripts ausführen." width="130" /> | 108 | tool_tip="Zeigt eine Liste der Objekte an, die die meiste Zeit über Skripte ausführen." width="130" /> |
109 | <button label="Scripting-Übersicht" label_selected="Scripting-Übersicht" | 109 | <button label="Skripte-Übersicht" label_selected="Skripte-Übersicht" |
110 | name="Scripts digest" | 110 | name="Scripts digest" |
111 | tool_tip="Zeigt eine Liste aller Skripts mit Häufigkeit an." width="130" /> | 111 | tool_tip="Zeigt eine Liste aller Skripte mit Häufigkeit an." width="130" /> |
112 | </panel> | 112 | </panel> |
113 | <panel label="Anfrage" name="request"> | 113 | <panel label="Anfrage" name="request"> |
114 | <text name="Destination:"> | 114 | <text name="Destination:"> |
@@ -130,7 +130,7 @@ | |||
130 | Kollisionsobjekte <Schritte> | 130 | Kollisionsobjekte <Schritte> |
131 | </combo_item> | 131 | </combo_item> |
132 | <combo_item name="scripts<count>,<optionalpattern>"> | 132 | <combo_item name="scripts<count>,<optionalpattern>"> |
133 | Skripts <Zähler>,<Optionales Muster> | 133 | Skripte <Zähler>,<Optionales Muster> |
134 | </combo_item> | 134 | </combo_item> |
135 | <combo_item name="objects<pattern>"> | 135 | <combo_item name="objects<pattern>"> |
136 | Objekte <Muster> | 136 | Objekte <Muster> |
@@ -142,7 +142,7 @@ | |||
142 | <text name="Parameter:"> | 142 | <text name="Parameter:"> |
143 | Parameter: | 143 | Parameter: |
144 | </text> | 144 | </text> |
145 | <button label="Anfrage" label_selected="Anfrage" name="Make Request" /> | 145 | <button label="Anfragen" label_selected="Anfragen" name="Make Request" /> |
146 | </panel> | 146 | </panel> |
147 | </tab_container> | 147 | </tab_container> |
148 | </floater> | 148 | </floater> |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_grid_default_selector.xml b/linden/indra/newview/skins/default/xui/de/floater_grid_default_selector.xml new file mode 100644 index 0000000..21a4b36 --- /dev/null +++ b/linden/indra/newview/skins/default/xui/de/floater_grid_default_selector.xml | |||
@@ -0,0 +1,9 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <floater name="default_grid" | ||
3 | title="Ein Standard-Netz aussuchen"> | ||
4 | <text name="select_label"> | ||
5 | Oder den Netz-Manager benutzen, um ein neues hinzuzufügen | ||
6 | </text> | ||
7 | <button label="Abbrechen" name="btn_cancel" /> | ||
8 | <button label="OK" name="btn_ok" /> | ||
9 | </floater> \ No newline at end of file | ||
diff --git a/linden/indra/newview/skins/default/xui/de/floater_grid_manager.xml b/linden/indra/newview/skins/default/xui/de/floater_grid_manager.xml new file mode 100644 index 0000000..dee3233 --- /dev/null +++ b/linden/indra/newview/skins/default/xui/de/floater_grid_manager.xml | |||
@@ -0,0 +1,119 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <floater name="floater_login" title="Netz-Manager"> | ||
3 | |||
4 | <!-- Grid Selector --> | ||
5 | <text name="grid_selector_label"> | ||
6 | Netz aussuchen: | ||
7 | </text> | ||
8 | |||
9 | <scroll_list name="grid_selector"> | ||
10 | <column label="Netzliste" name="grid" /> | ||
11 | </scroll_list> | ||
12 | |||
13 | <!-- Grid Selector Buttons --> | ||
14 | <button label="Neues Netz" name="btn_add" /> | ||
15 | <button label="Netz kopieren" name="btn_copy" /> | ||
16 | <button label="Netz löschen" name="btn_delete" /> | ||
17 | |||
18 | <!-- Grid Details --> | ||
19 | <text name="gridnick_text"> | ||
20 | Netzname: | ||
21 | </text> | ||
22 | |||
23 | <!-- | ||
24 | <text name="first_name_text"> | ||
25 | Vorname: | ||
26 | </text> | ||
27 | |||
28 | <text name="last_name_text"> | ||
29 | Nachname: | ||
30 | </text> | ||
31 | |||
32 | <text name="avatar_password_text"> | ||
33 | Passwort: | ||
34 | </text> | ||
35 | |||
36 | <text name="start_location_text"> | ||
37 | Startort: | ||
38 | </text> | ||
39 | <combo_box name="start_location_combo"> | ||
40 | <combo_item name="MyHome" value="My Home"> | ||
41 | Meine Heimat | ||
42 | </combo_item> | ||
43 | <combo_item name="MyLastLocation" value="My Last Location"> | ||
44 | Mein letzter Ort | ||
45 | </combo_item> | ||
46 | <combo_item name="Typeregionname" value="<Type region name>"> | ||
47 | <Regionsname eingeben> | ||
48 | </combo_item> | ||
49 | </combo_box> | ||
50 | --> | ||
51 | |||
52 | <text name="loginuri_text"> | ||
53 | Einwahl-URI: | ||
54 | </text> | ||
55 | |||
56 | <button label="Netzinfo holen" name="btn_gridinfo" /> | ||
57 | <button label="Info löschen" name="btn_clear" /> | ||
58 | |||
59 | <text name="loginpage_text"> | ||
60 | Netzinfo URLs: | ||
61 | </text> | ||
62 | <text name="loginpage_text"> | ||
63 | Einwahl-Seite: | ||
64 | </text> | ||
65 | |||
66 | <text name="helperuri_text"> | ||
67 | Helfer-URI: | ||
68 | </text> | ||
69 | |||
70 | <text name="website_text"> | ||
71 | Internet-Seite: | ||
72 | </text> | ||
73 | |||
74 | <text name="support_text"> | ||
75 | Support: | ||
76 | </text> | ||
77 | |||
78 | <text name="register_text"> | ||
79 | Konto: | ||
80 | </text> | ||
81 | |||
82 | <text name="password_text"> | ||
83 | Passwort: | ||
84 | </text> | ||
85 | |||
86 | <text name="websearch_text"> | ||
87 | Internetsuche: | ||
88 | </text> | ||
89 | |||
90 | <!-- Combo box for multi avatar grid manager avatar name | ||
91 | <combo_box name="name_combo" /> | ||
92 | --> | ||
93 | <!-- Buttons for multi avatar grid manager | ||
94 | <button label="Neu" label_selected="Neu" name="new_btn" /> | ||
95 | --> | ||
96 | <!-- | ||
97 | <button label="Löschen" label_selected="Löschen" name="remove_btn" /> | ||
98 | --> | ||
99 | |||
100 | <!-- Checkbox for selecting a global avatar (for when combo box avatar selector works) | ||
101 | <check_box label="Globaler Avatar" name="global_check" /> | ||
102 | <check_box label="Passwort behalten" name="remember_check" /> | ||
103 | <check_box label="Geheimgrad" name="gawd_mode" /> | ||
104 | --> | ||
105 | |||
106 | <!-- Cancel/Connect Buttons --> | ||
107 | |||
108 | <!-- | ||
109 | <button label="Als Standard setzen" label_selected="Als Standard setzen" name="set_default" /> | ||
110 | --> | ||
111 | |||
112 | <!-- <button label="Verbinden" label_selected="Verbinden" name="connect_btn" /> --> | ||
113 | <button label="Übernehmen" label_selected="Übernehmen" name="btn_apply" /> | ||
114 | <button label="Abbrechen" label_selected="Abrechen" name="btn_cancel" /> | ||
115 | <button label="OK" label_selected="OK" name="btn_ok" /> | ||
116 | <!-- | ||
117 | <combo_box name="server_combo" /> | ||
118 | --> | ||
119 | </floater> | ||
diff --git a/linden/indra/newview/skins/default/xui/de/floater_group_info.xml b/linden/indra/newview/skins/default/xui/de/floater_group_info.xml index ff5abe9..d1c5163 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_group_info.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_group_info.xml | |||
@@ -15,10 +15,10 @@ | |||
15 | Jede Person kann eine Gruppe erstellen. Eine Person kann maximal zu 15 Gruppen gehören. | 15 | Jede Person kann eine Gruppe erstellen. Eine Person kann maximal zu 15 Gruppen gehören. |
16 | </text> | 16 | </text> |
17 | <text name="txt4"> | 17 | <text name="txt4"> |
18 | Gruppen müssen aus mindestens 3 Mitgliedern bestehen. | 18 | Aktive Gruppen müssen aus mindestens 3 Mitgliedern bestehen. |
19 | </text> | 19 | </text> |
20 | <text name="group_create_text"> | 20 | <text name="group_create_text"> |
21 | Die Gründung einer Gruppe kostet 100 L$. | 21 | Die Gründung einer Gruppe kostet 100 [CURRENCY]. |
22 | </text> | 22 | </text> |
23 | <text name="lbl"> | 23 | <text name="lbl"> |
24 | Name: | 24 | Name: |
@@ -33,20 +33,20 @@ | |||
33 | <check_box label="Mitglieder in Gruppenliste anzeigen" name="sho_mem"/> | 33 | <check_box label="Mitglieder in Gruppenliste anzeigen" name="sho_mem"/> |
34 | <check_box label="Im Web veröffentlichen." name="allow_publish" tool_tip="Veröffentlicht Ihre Profilinformationen im Web."/> | 34 | <check_box label="Im Web veröffentlichen." name="allow_publish" tool_tip="Veröffentlicht Ihre Profilinformationen im Web."/> |
35 | <button label="?" label_selected="?" name="publish_help_btn"/> | 35 | <button label="?" label_selected="?" name="publish_help_btn"/> |
36 | <check_box label="Mature" name="mature" tool_tip="Ihre Profilinformationen sind als „Mature“ gekennzeichnet."/> | 36 | <check_box label="Reif" name="mature" tool_tip="Ihre Profilinformationen sind als „Reif“ gekennzeichnet."/> |
37 | </panel> | 37 | </panel> |
38 | <panel label="Titel" name="tit"> | 38 | <panel label="Titel" name="tit"> |
39 | <text name="txt"> | 39 | <text name="txt"> |
40 | Gruppentitel | 40 | Gruppentitel |
41 | </text> | 41 | </text> |
42 | <text name="txt2"> | 42 | <text name="txt2"> |
43 | Gruppen können Officer und Mitglieder haben, jeweils mit besonderen Titeln. | 43 | Gruppen können Offiziere und Mitglieder haben, jeweils mit besonderen Titeln. |
44 | </text> | 44 | </text> |
45 | <text name="txt3"> | 45 | <text name="txt3"> |
46 | Die Titel werden in der Welt, beim Chat und in IM vor dem Namen angezeigt. | 46 | Die Titel werden in der Welt, beim Chat und in IM vor dem Namen angezeigt. |
47 | </text> | 47 | </text> |
48 | <text name="lbl"> | 48 | <text name="lbl"> |
49 | Officer-Titel: | 49 | Offizierstitel: |
50 | </text> | 50 | </text> |
51 | <text name="lbl2"> | 51 | <text name="lbl2"> |
52 | Mitgliedstitel: | 52 | Mitgliedstitel: |
@@ -61,13 +61,13 @@ | |||
61 | Gruppenmitglieder | 61 | Gruppenmitglieder |
62 | </text> | 62 | </text> |
63 | <text name="txt2"> | 63 | <text name="txt2"> |
64 | Aktuelle Officers und Gruppenmitglieder. | 64 | Aktuelle Offiziere und Gruppenmitglieder. |
65 | </text> | 65 | </text> |
66 | <text name="txt3"> | 66 | <text name="txt3"> |
67 | Klicken Sie auf einen Namen, um das Mitgliedsprofil anzuzeigen. | 67 | Klicken Sie auf einen Namen, um das Mitgliedsprofil anzuzeigen. |
68 | </text> | 68 | </text> |
69 | <text name="lbl"> | 69 | <text name="lbl"> |
70 | Officers: | 70 | Offiziere: |
71 | </text> | 71 | </text> |
72 | <text name="members_label"> | 72 | <text name="members_label"> |
73 | Mitglieder: | 73 | Mitglieder: |
@@ -82,7 +82,7 @@ | |||
82 | </text> | 82 | </text> |
83 | <text name="instructions"> | 83 | <text name="instructions"> |
84 | Klicken Sie auf „Wahl starten“, um eine neue Wahl zu starten. | 84 | Klicken Sie auf „Wahl starten“, um eine neue Wahl zu starten. |
85 | Zu den Kandidaten gehören alle Mitglieder, die keine Officer sind. | 85 | Zu den Kandidaten gehören alle Mitglieder, die keine Offiziere sind. |
86 | </text> | 86 | </text> |
87 | <text name="lbl"> | 87 | <text name="lbl"> |
88 | Kandidaten: | 88 | Kandidaten: |
@@ -100,7 +100,7 @@ Zu den Kandidaten gehören alle Mitglieder, die keine Officer sind. | |||
100 | <text name="lbl3"> | 100 | <text name="lbl3"> |
101 | Mehrheit: | 101 | Mehrheit: |
102 | </text> | 102 | </text> |
103 | <radio_group name="majority" tool_tip="Majority of total votes needed to win."> | 103 | <radio_group name="majority" tool_tip="Mehrheit aller Stimmen zum Gewinn benötigt."> |
104 | <radio_item name="radio"> | 104 | <radio_item name="radio"> |
105 | Einfache Mehrheit | 105 | Einfache Mehrheit |
106 | </radio_item> | 106 | </radio_item> |
@@ -116,7 +116,7 @@ Zu den Kandidaten gehören alle Mitglieder, die keine Officer sind. | |||
116 | </text> | 116 | </text> |
117 | <spinner name="duration" tool_tip="# Tage bis zum Ende der Wahl."/> | 117 | <spinner name="duration" tool_tip="# Tage bis zum Ende der Wahl."/> |
118 | <text name="duration_days"> | 118 | <text name="duration_days"> |
119 | Tage | 119 | Tag |
120 | </text> | 120 | </text> |
121 | <text name="start_lbl"> | 121 | <text name="start_lbl"> |
122 | Beginn der Wahl: | 122 | Beginn der Wahl: |
@@ -130,7 +130,7 @@ Zu den Kandidaten gehören alle Mitglieder, die keine Officer sind. | |||
130 | Gruppenanfragen | 130 | Gruppenanfragen |
131 | </text> | 131 | </text> |
132 | <text name="instructions"> | 132 | <text name="instructions"> |
133 | Keine aktiven Anfragen. Klicken Sie auf „Neue Anfrage“, | 133 | Keine aktiven Anfragen. Klicken Sie auf „Neue Anfrage“, |
134 | um eine neue Anfrage zu erstellen. | 134 | um eine neue Anfrage zu erstellen. |
135 | </text> | 135 | </text> |
136 | <text name="proposal_lbl"> | 136 | <text name="proposal_lbl"> |
@@ -153,7 +153,7 @@ um eine neue Anfrage zu erstellen. | |||
153 | <text name="majority_lbl"> | 153 | <text name="majority_lbl"> |
154 | Mehrheit: | 154 | Mehrheit: |
155 | </text> | 155 | </text> |
156 | <radio_group name="majority" tool_tip="Majority of total votes needed to win."> | 156 | <radio_group name="majority" tool_tip="Mehrheit aller Stimmen zum Gewinn benötigt."> |
157 | <radio_item name="radio"> | 157 | <radio_item name="radio"> |
158 | Einfache Mehrheit | 158 | Einfache Mehrheit |
159 | </radio_item> | 159 | </radio_item> |
@@ -183,7 +183,7 @@ um eine neue Anfrage zu erstellen. | |||
183 | Alte Gruppenabstimmungen | 183 | Alte Gruppenabstimmungen |
184 | </text> | 184 | </text> |
185 | <text name="instructions"> | 185 | <text name="instructions"> |
186 | Sie können die Abstimmergebisse anzeigen, indem Sie die Abstimmung auswählen und auf | 186 | Sie können alte Abstimmergebisse anzeigen, indem Sie die Abstimmung auswählen und auf |
187 | </text> | 187 | </text> |
188 | <text name="instructions2"> | 188 | <text name="instructions2"> |
189 | „Objekt anzeigen“ klicken. | 189 | „Objekt anzeigen“ klicken. |
@@ -210,9 +210,9 @@ um eine neue Anfrage zu erstellen. | |||
210 | Klicken Sie auf „Hinzufügen“, um Benutzer zur Liste hinzuzufügen. | 210 | Klicken Sie auf „Hinzufügen“, um Benutzer zur Liste hinzuzufügen. |
211 | </text> | 211 | </text> |
212 | <text name="lbl"> | 212 | <text name="lbl"> |
213 | Officers: | 213 | Offiziere: |
214 | </text> | 214 | </text> |
215 | <button label="Officer hinzufügen..." label_selected="Officer hinzufügen..." name="add_officer_btn"/> | 215 | <button label="Offiziere hinzufügen..." label_selected="Officer hinzufügen..." name="add_officer_btn"/> |
216 | <button label="Auswahl entfernen" label_selected="Auswahl entfernen" name="remove_officer_btn"/> | 216 | <button label="Auswahl entfernen" label_selected="Auswahl entfernen" name="remove_officer_btn"/> |
217 | <text name="lbl2"> | 217 | <text name="lbl2"> |
218 | Mitglieder: | 218 | Mitglieder: |
@@ -222,7 +222,7 @@ um eine neue Anfrage zu erstellen. | |||
222 | <text name="lbl3"> | 222 | <text name="lbl3"> |
223 | Beitrittsgebühr: | 223 | Beitrittsgebühr: |
224 | </text> | 224 | </text> |
225 | <check_box label="Freier Beitritt (kein Einladung nötig)" name="open"/> | 225 | <check_box label="Freier Beitritt (keine Einladung nötig)" name="open"/> |
226 | </panel> | 226 | </panel> |
227 | <panel label="Land" name="land"> | 227 | <panel label="Land" name="land"> |
228 | <text name="txt"> | 228 | <text name="txt"> |
@@ -245,7 +245,8 @@ um eine neue Anfrage zu erstellen. | |||
245 | </panel> | 245 | </panel> |
246 | <panel label="Geld" name="mon"> | 246 | <panel label="Geld" name="mon"> |
247 | <tab_container name="group money history tab"> | 247 | <tab_container name="group money history tab"> |
248 | <panel label="Planung" name="money panel"/> | 248 | <panel label="Planung" name="money panel" /> |
249 | </panel> | ||
249 | <panel label="Details" name="money panel2"> | 250 | <panel label="Details" name="money panel2"> |
250 | <button label="< Früher" label_selected="< Früher" name="< Earlier" tool_tip="Zurück in der Zeit"/> | 251 | <button label="< Früher" label_selected="< Früher" name="< Earlier" tool_tip="Zurück in der Zeit"/> |
251 | <button label="Später >" label_selected="Später >" name="Later >" tool_tip="Weiter in der Zeit"/> | 252 | <button label="Später >" label_selected="Später >" name="Later >" tool_tip="Weiter in der Zeit"/> |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_group_titles.xml b/linden/indra/newview/skins/default/xui/de/floater_group_titles.xml new file mode 100644 index 0000000..4d3430d --- /dev/null +++ b/linden/indra/newview/skins/default/xui/de/floater_group_titles.xml | |||
@@ -0,0 +1,8 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <floater name="goup titles" title="Gruppentitel"> | ||
3 | <scroll_list name="titles_list"> | ||
4 | <column name="title" label="Titel"/> | ||
5 | <column name="group_name" label="Gruppe" /> | ||
6 | </scroll_list> | ||
7 | <button name="activate" label="Aktivieren" tool_tip="Den gewünschten Gruppentitel aktivieren" /> | ||
8 | </floater> | ||
diff --git a/linden/indra/newview/skins/default/xui/de/floater_html.xml b/linden/indra/newview/skins/default/xui/de/floater_html.xml index 37f9ea5..7bf1bad 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_html.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_html.xml | |||
@@ -2,7 +2,6 @@ | |||
2 | <floater name="htmlfloater" title=""> | 2 | <floater name="htmlfloater" title=""> |
3 | <button label="Schließen" name="close_btn" /> | 3 | <button label="Schließen" name="close_btn" /> |
4 | <button label="Zurück" name="back_btn" /> | 4 | <button label="Zurück" name="back_btn" /> |
5 | <button label="Zuhause" name="home_btn" /> | ||
6 | <button label="Weiter" name="forward_btn" /> | 5 | <button label="Weiter" name="forward_btn" /> |
7 | <button label="Los" name="go_btn" /> | 6 | <button label="Los" name="go_btn" /> |
8 | <string name="home_page_url"> | 7 | <string name="home_page_url"> |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_image_preview.xml b/linden/indra/newview/skins/default/xui/de/floater_image_preview.xml index 145e0bb..a851da8 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_image_preview.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_image_preview.xml | |||
@@ -47,6 +47,7 @@ | |||
47 | Speichern Sie das Bild als 24 Bit Targa (.tga). | 47 | Speichern Sie das Bild als 24 Bit Targa (.tga). |
48 | </text> | 48 | </text> |
49 | <check_box label="Verlustfreie Komprimierung verwenden" name="lossless_check" /> | 49 | <check_box label="Verlustfreie Komprimierung verwenden" name="lossless_check" /> |
50 | <check_box label="Temporäres Bild (Kostenlos)" name="temp_check" tooltip="Setzt die Speicherung auf temporär. Damit ist das Bild kostenlos, aber verschwindet nach einer kurzen Zeit." /> | ||
50 | <button label="Abbrechen" name="cancel_btn" /> | 51 | <button label="Abbrechen" name="cancel_btn" /> |
51 | <button label="Hochladen ([AMOUNT] L$)" name="ok_btn" /> | 52 | <button label="Hochladen ([UPLOADFEE])" name="ok_btn" /> |
52 | </floater> | 53 | </floater> |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_inspect.xml b/linden/indra/newview/skins/default/xui/de/floater_inspect.xml index f8c9b62..d27ac9d 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_inspect.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_inspect.xml | |||
@@ -1,7 +1,7 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <floater name="inspect" title="Objekt prüfen" min_width="450" > | 2 | <floater name="inspect" title="Objekt prüfen" min_width="450" > |
3 | <scroll_list name="object_list" | 3 | <scroll_list name="object_list" |
4 | tool_tip="Wählen Sie ein Objekt aus dieser Liste, um es in der Second Life-Welt zu markieren"> | 4 | tool_tip="Wählen Sie ein Objekt aus dieser Liste, um es in der Welt zu markieren"> |
5 | <column label="Objektname" name="object_name" /> | 5 | <column label="Objektname" name="object_name" /> |
6 | <column label="Besitzer" name="owner_name" /> | 6 | <column label="Besitzer" name="owner_name" /> |
7 | <column label="Ersteller" name="creator_name" /> | 7 | <column label="Ersteller" name="creator_name" /> |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_instant_message.xml b/linden/indra/newview/skins/default/xui/de/floater_instant_message.xml index 1e926c4..fb40e39 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_instant_message.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_instant_message.xml | |||
@@ -33,9 +33,25 @@ | |||
33 | <string name="unavailable_text_label"> | 33 | <string name="unavailable_text_label"> |
34 | Für diese Verbindung ist kein Text-Chat verfügbar. | 34 | Für diese Verbindung ist kein Text-Chat verfügbar. |
35 | </string> | 35 | </string> |
36 | <string name="add_friend_string"> | ||
37 | Freund hinzufügen | ||
38 | </string> | ||
36 | <flyout_button label="Profil..." name="profile_callee_btn"/> | 39 | <flyout_button label="Profil..." name="profile_callee_btn"/> |
40 | <flyout_button_item name="history_entry"> | ||
41 | Verlauf anzeigen | ||
42 | </flyout_button_item> | ||
43 | <flyout_button_item name="pay_entry"> | ||
44 | Bezahlen | ||
45 | </flyout_button_item> | ||
46 | <flyout_button_name="teleport_entry"> | ||
47 | Teleport anbieten | ||
48 | </flyout_button_item> | ||
49 | </flyout_button> | ||
37 | <button label="Anrufen" name="start_call_btn" pad_right="7" width="115"/> | 50 | <button label="Anrufen" name="start_call_btn" pad_right="7" width="115"/> |
38 | <button halign="right" label="Anruf beenden" name="end_call_btn" width="115"/> | 51 | <button halign="right" label="Anruf beenden" name="end_call_btn" width="115"/> |
52 | <text name="inventory_send"> | ||
53 | Inventar hier hereinziehen (Drag & Drop), um es zu senden | ||
54 | </text> | ||
39 | <panel left_delta="111" name="speaker_controls"> | 55 | <panel left_delta="111" name="speaker_controls"> |
40 | <button label="" name="mute_btn" tool_tip="Voice stummschalten"/> | 56 | <button label="" name="mute_btn" tool_tip="Voice stummschalten"/> |
41 | </panel> | 57 | </panel> |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_instant_message_ad_hoc.xml b/linden/indra/newview/skins/default/xui/de/floater_instant_message_ad_hoc.xml index 7588d56..a3ad922 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_instant_message_ad_hoc.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_instant_message_ad_hoc.xml | |||
@@ -1,29 +1,5 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <floater label="(unbekannt)" name="im_floater" title="(unbekannt)"> | 2 | <floater label="(unbekannt)" name="im_floater" title="(unbekannt)"> |
3 | <layout_stack name="panels"> | ||
4 | <layout_panel name="im_contents_panel"> | ||
5 | <button label="Anrufen" name="start_call_btn" width="145" /> | ||
6 | <button label="Anruf beenden" name="end_call_btn" width="145"/> | ||
7 | <button label="< <" label_selected="> >" name="toggle_active_speakers_btn" tool_tip="Klicken Sie hier um eine Liste der aktiven Teilnehmer dieser IM-Sitzung anzuzeigen."/> | ||
8 | <line_editor label="Für Instant Message hier klicken" name="chat_editor"/> | ||
9 | <button label="Senden" name="send_btn"/> | ||
10 | </layout_panel> | ||
11 | <layout_panel name="active_speakers_panel"> | ||
12 | <scroll_list name="speakers_list"> | ||
13 | <column label="Name" name="speaker_name"/> | ||
14 | </scroll_list> | ||
15 | <panel name="volume_container"> | ||
16 | <text name="resident_name"> | ||
17 | Rumpelstilzchen Megakrass | ||
18 | </text> | ||
19 | <text name="Mute:"> | ||
20 | Stummschalten: | ||
21 | </text> | ||
22 | <check_box label="Text" name="mute_text_btn"/> | ||
23 | <check_box label="Sprache" name="mute_btn"/> | ||
24 | </panel> | ||
25 | </layout_panel> | ||
26 | </layout_stack> | ||
27 | <string name="ringing"> | 3 | <string name="ringing"> |
28 | Voice-Chat wird beigetreten... | 4 | Voice-Chat wird beigetreten... |
29 | </string> | 5 | </string> |
@@ -36,22 +12,32 @@ | |||
36 | <string name="voice_icon"> | 12 | <string name="voice_icon"> |
37 | icn_voice-groupfocus.tga | 13 | icn_voice-groupfocus.tga |
38 | </string> | 14 | </string> |
15 | <string name="title_string"> | ||
16 | Instant Message an [NAME] | ||
17 | </string> | ||
18 | <string name="typing_start_string"> | ||
19 | [NAME] tippt... | ||
20 | </string> | ||
21 | <string name="session_start_string"> | ||
22 | Beginne Sitzung mit [NAME], bitte warten. | ||
23 | </string> | ||
39 | <string name="default_text_label"> | 24 | <string name="default_text_label"> |
40 | Für Instant Message hier klicken. | 25 | Für Instant Message hier klicken. |
41 | </string> | 26 | </string> |
42 | <text name="live_help_dialog"> | 27 | <layout_stack name="panels"> |
28 | <layout_panel name="im_contents_panel"> | ||
29 | <button label="Anrufen" name="start_call_btn" width="145" /> | ||
30 | <button label="Anruf beenden" name="end_call_btn" width="145"/> | ||
31 | <button label="< <" label_selected="> >" name="toggle_active_speakers_btn" tool_tip="Klicken Sie hier, um eine Liste der aktiven Teilnehmer dieser IM-Sitzung anzuzeigen."/> | ||
32 | <line_editor label="Für Instant Message hier klicken" name="chat_editor"/> | ||
33 | <button label="Senden" name="send_btn"/> | ||
34 | </layout_panel> | ||
35 | <layout_panel name="active_speakers_panel" /> | ||
36 | </layout_stack> | ||
37 | <string name="live_help_dialog"> | ||
43 | *** Willkommen bei Help Request *** | 38 | *** Willkommen bei Help Request *** |
44 | Bitte werfen Sie zuerst einen Blick auf unsere SL-Hilfeseiten. Drücken Sie dazu F1. Oder rufen Sie unter http://secondlife.com/knowledgebase/ die Knowledge Base auf. | 39 | Bitte werfen Sie zuerst einen Blick auf unsere SL-Hilfeseiten. Drücken Sie dazu F1. Oder rufen Sie unter http://secondlife.com/knowledgebase/ die Knowledge Base auf. |
45 | Falls Sie die gesuchte Antwort dort nicht finden, geben Sie Ihre Frage ein. Warten Sie dann einen Moment, bis ein verfügbarer Helfer antwortet. | 40 | Falls Sie die gesuchte Antwort dort nicht finden, geben Sie Ihre Frage ein. Warten Sie dann einen Moment, bis ein verfügbarer Helfer antwortet. |
46 | -=-=- Die Antwortzeiten variieren. Insbesondere zur Hauptbetriebszeit kann die Antwort etwas länger dauern. -=-=- | 41 | -=-=- Die Antwortzeiten variieren. Insbesondere zur Hauptbetriebszeit kann die Antwort etwas länger dauern. -=-=- |
47 | </text> | 42 | </string> |
48 | <text name="title_string"> | ||
49 | Instant Message an [NAME] | ||
50 | </text> | ||
51 | <text name="typing_start_string"> | ||
52 | [NAME] tippt... | ||
53 | </text> | ||
54 | <text name="session_start_string"> | ||
55 | Beginne Sitzung mit [NAME], bitte warten. | ||
56 | </text> | ||
57 | </floater> | 43 | </floater> |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_instant_message_group.xml b/linden/indra/newview/skins/default/xui/de/floater_instant_message_group.xml index 12d71a6..04a8b08 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_instant_message_group.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_instant_message_group.xml | |||
@@ -1,45 +1,5 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <floater label="(unbekannt)" name="im_floater" title="(unbekannt)" min_width="426" > | 2 | <floater label="(unbekannt)" name="im_floater" title="(unbekannt)" min_width="426" > |
3 | <layout_stack name="panels"> | ||
4 | <layout_panel name="im_contents_panel"> | ||
5 | <button label="Gruppeninfo" name="group_info_btn" width="85"/> | ||
6 | <button label="Gespräch beitreten" left_delta="90" name="start_call_btn" width="145"/> | ||
7 | <button halign="center" label="Anruf beenden" name="end_call_btn" width="145"/> | ||
8 | <button label="< <" label_selected="> >" name="toggle_active_speakers_btn" tool_tip="Klicken Sie hier um eine Liste der aktiven Teilnehmer dieser IM-Sitzung anzuzeigen."/> | ||
9 | <line_editor label="Für Instant Message hier klicken" name="chat_editor"/> | ||
10 | <button label="Senden" name="send_btn"/> | ||
11 | <text name="live_help_dialog"> | ||
12 | *** Willkommen bei Help Request *** | ||
13 | Bitte werfen Sie zuerst einen Blick auf unsere SL-Hilfeseiten. Drücken Sie dazu F1. Oder rufen Sie unter http://secondlife.com/knowledgebase/ die Knowledge Base auf. | ||
14 | Falls Sie die gesuchte Antwort dort nicht finden, geben Sie Ihre Frage ein. Warten Sie dann einen Moment, bis ein verfügbarer Helfer antwortet. | ||
15 | -=-=- Die Antwortzeiten variieren. Insbesondere zur Hauptbetriebszeit kann die Antwort etwas länger dauern. -=-=- | ||
16 | </text> | ||
17 | <text name="title_string"> | ||
18 | Instant Message an [NAME] | ||
19 | </text> | ||
20 | <text name="typing_start_string"> | ||
21 | [NAME] tippt... | ||
22 | </text> | ||
23 | <text name="session_start_string"> | ||
24 | Beginne Sitzung mit [NAME], bitte warten. | ||
25 | </text> | ||
26 | </layout_panel> | ||
27 | <layout_panel name="active_speakers_panel"> | ||
28 | <scroll_list name="speakers_list"> | ||
29 | <column label="Name" name="speaker_name"/> | ||
30 | </scroll_list> | ||
31 | <panel name="volume_container"> | ||
32 | <text name="resident_name"> | ||
33 | Rumpelstilzchen Megakrass | ||
34 | </text> | ||
35 | <text name="Mute:"> | ||
36 | Stummschalten: | ||
37 | </text> | ||
38 | <check_box label="Text" name="mute_text_btn"/> | ||
39 | <check_box label="Sprache" name="mute_btn"/> | ||
40 | </panel> | ||
41 | </layout_panel> | ||
42 | </layout_stack> | ||
43 | <string name="ringing"> | 3 | <string name="ringing"> |
44 | Voice-Chat wird beigetreten... | 4 | Voice-Chat wird beigetreten... |
45 | </string> | 5 | </string> |
@@ -76,4 +36,33 @@ | |||
76 | <string name="muted_text_label"> | 36 | <string name="muted_text_label"> |
77 | Ihr Text-Chat wurde von einem Gruppenmoderator deaktiviert. | 37 | Ihr Text-Chat wurde von einem Gruppenmoderator deaktiviert. |
78 | </string> | 38 | </string> |
39 | <layout_stack name="panels"> | ||
40 | <layout_panel name="im_contents_panel"> | ||
41 | <flyout_button label="Gruppeninfo" name="group_info_btn" width="85"/> | ||
42 | <flyout_button_item name="history_entry"> | ||
43 | Verlauf anzeigen | ||
44 | </flyout_button_item> | ||
45 | </flyout_button> | ||
46 | <button label="Gespräch beitreten" left_delta="90" name="start_call_btn" width="145"/> | ||
47 | <button halign="center" label="Anruf beenden" name="end_call_btn" width="145"/> | ||
48 | <button label="< <" label_selected="> >" name="toggle_active_speakers_btn" tool_tip="Klicken Sie hier, um eine Liste der aktiven Teilnehmer dieser IM-Sitzung anzuzeigen."/> | ||
49 | <line_editor label="Für Instant Message hier klicken" name="chat_editor"/> | ||
50 | <button label="Senden" name="send_btn"/> | ||
51 | </layout_panel> | ||
52 | <layout_panel name="active_speakers_panel"> | ||
53 | <scroll_list name="speakers_list"> | ||
54 | <column label="Name" name="speaker_name"/> | ||
55 | </scroll_list> | ||
56 | <panel name="volume_container"> | ||
57 | <text name="resident_name"> | ||
58 | Rumpelstilzchen Megakrass | ||
59 | </text> | ||
60 | <text name="Mute:"> | ||
61 | Stummschalten: | ||
62 | </text> | ||
63 | <check_box label="Text" name="mute_text_btn"/> | ||
64 | <check_box label="Sprache" name="mute_btn"/> | ||
65 | </panel> | ||
66 | </layout_panel> | ||
67 | </layout_stack> | ||
79 | </floater> | 68 | </floater> |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_inventory.xml b/linden/indra/newview/skins/default/xui/de/floater_inventory.xml index c8c6724..50d6f13 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_inventory.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_inventory.xml | |||
@@ -1,10 +1,52 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <floater name="Inventory" title="Inventar"> | 2 | <floater name="Inventory" title="Inventar"> |
3 | <search_editor label="Suchanfrage hier eintippen" name="inventory search editor" /> | 3 | <search_editor label="Suchanfrage hier eingeben" name="inventory search editor" /> |
4 | |||
5 | <text name="group_titles_textbox"> | ||
6 | Schnellfilter: | ||
7 | </text> | ||
8 | |||
9 | <!-- Inventory Type Filter Labels --> | ||
10 | <string name="filter_type_all">Alle Arten</string> | ||
11 | <string name="filter_type_animation">Animationen</string> | ||
12 | <string name="filter_type_bodypart">Körperteile</string> | ||
13 | <string name="filter_type_callingcard">Visitenkarten</string> | ||
14 | <string name="filter_type_clothing">Kleidung</string> | ||
15 | <string name="filter_type_gesture">Gesten</string> | ||
16 | <string name="filter_type_landmark">Landmarken</string> | ||
17 | <string name="filter_type_notecard">Notizkarten</string> | ||
18 | <string name="filter_type_object">Objekte</string> | ||
19 | <string name="filter_type_script">Skripte</string> | ||
20 | <string name="filter_type_sound">Klänge</string> | ||
21 | <string name="filter_type_texture">Texturen</string> | ||
22 | <string name="filter_type_snapshot">Fotos</string> | ||
23 | <string name="filter_type_custom">Anpassen...</string> | ||
24 | |||
25 | <combo_box name="Quick Filter" label="Schnellfilter"> | ||
26 | <combo_item name="filter_type_all">Alle Arten</combo_item> | ||
27 | <separator /> | ||
28 | <combo_item name="filter_type_animation">Animationen</combo_item> | ||
29 | <combo_item name="filter_type_bodypart">Körperteile</combo_item> | ||
30 | <combo_item name="filter_type_callingcard">Visitenkarten</combo_item> | ||
31 | <combo_item name="filter_type_clothing">Kleidung</combo_item> | ||
32 | <combo_item name="filter_type_gesture">Gesten</combo_item> | ||
33 | <combo_item name="filter_type_landmark">Landmarken</combo_item> | ||
34 | <combo_item name="filter_type_notecard">Notizkarten</combo_item> | ||
35 | <combo_item name="filter_type_object">Objekte</combo_item> | ||
36 | <combo_item name="filter_type_script">Skripte</combo_item> | ||
37 | <combo_item name="filter_type_sound">Klänge</combo_item> | ||
38 | <combo_item name="filter_type_texture">Texturen</combo_item> | ||
39 | <combo_item name="filter_type_snapshot">Fotos</combo_item> | ||
40 | <separator /> | ||
41 | <combo_item name="filter_type_custom">Anpassen...</combo_item> | ||
42 | </combo_box> | ||
43 | |||
4 | <tab_container name="inventory filter tabs"> | 44 | <tab_container name="inventory filter tabs"> |
5 | <inventory_panel label="Alle Objekte" name="All Items" /> | 45 | <inventory_panel label="Alle Artikel" name="All Items" /> |
6 | <inventory_panel label="Letzte Objekte" name="Recent Items" /> | 46 | <inventory_panel label="Letzte Artikel" name="Recent Items" /> |
47 | <inventory_panel label="Getragene Artikel" name="Worn Items" /> | ||
7 | </tab_container> | 48 | </tab_container> |
49 | |||
8 | <menu_bar name="Inventory Menu"> | 50 | <menu_bar name="Inventory Menu"> |
9 | <menu label="Datei" name="File"> | 51 | <menu label="Datei" name="File"> |
10 | <menu_item_call label="Öffnen" name="Open" /> | 52 | <menu_item_call label="Öffnen" name="Open" /> |
@@ -12,14 +54,14 @@ | |||
12 | <menu_item_call label="Filter anzeigen" name="Show Filters" /> | 54 | <menu_item_call label="Filter anzeigen" name="Show Filters" /> |
13 | <menu_item_call label="Filter zurücksetzen" name="Reset Current" /> | 55 | <menu_item_call label="Filter zurücksetzen" name="Reset Current" /> |
14 | <menu_item_call label="Alle Ordner schließen" name="Close All Folders" /> | 56 | <menu_item_call label="Alle Ordner schließen" name="Close All Folders" /> |
15 | <menu_item_call label="Papierkorb ausleeren" name="Empty Trash" /> | 57 | <menu_item_call label="Papierkorb leeren" name="Empty Trash" /> |
16 | </menu> | 58 | </menu> |
17 | <menu label="Erstellen" name="Create"> | 59 | <menu label="Erstellen" name="Create"> |
18 | <menu_item_call label="Neuer Ordner" name="New Folder" /> | 60 | <menu_item_call label="Neuer Ordner" name="New Folder" /> |
19 | <menu_item_call label="Neues Skript" name="New Script" /> | 61 | <menu_item_call label="Neues Skript" name="New Script" /> |
20 | <menu_item_call label="Neue Notiz" name="New Note" /> | 62 | <menu_item_call label="Neue Notiz" name="New Note" /> |
21 | <menu_item_call label="Neue Geste" name="New Gesture" /> | 63 | <menu_item_call label="Neue Geste" name="New Gesture" /> |
22 | <menu name="New Clothes"> | 64 | <menu label="Neue Kleidung" name="New Clothes"> |
23 | <menu_item_call label="Neues Hemd" name="New Shirt" /> | 65 | <menu_item_call label="Neues Hemd" name="New Shirt" /> |
24 | <menu_item_call label="Neue Hose" name="New Pants" /> | 66 | <menu_item_call label="Neue Hose" name="New Pants" /> |
25 | <menu_item_call label="Neue Schuhe" name="New Shoes" /> | 67 | <menu_item_call label="Neue Schuhe" name="New Shoes" /> |
@@ -29,8 +71,10 @@ | |||
29 | <menu_item_call label="Neue Handschuhe" name="New Gloves" /> | 71 | <menu_item_call label="Neue Handschuhe" name="New Gloves" /> |
30 | <menu_item_call label="Neues Unterhemd" name="New Undershirt" /> | 72 | <menu_item_call label="Neues Unterhemd" name="New Undershirt" /> |
31 | <menu_item_call label="Neue Unterhose" name="New Underpants" /> | 73 | <menu_item_call label="Neue Unterhose" name="New Underpants" /> |
74 | <menu_item_call label="Neue Tätowierung" name="New Tattoo" /> | ||
75 | <menu_item_call label="Neue Transparenz" name="New Alpha" /> | ||
32 | </menu> | 76 | </menu> |
33 | <menu name="New Body Parts"> | 77 | <menu label="Neues Körperteil" name="New Body Parts"> |
34 | <menu_item_call label="Neue Form/Gestalt" name="New Shape" /> | 78 | <menu_item_call label="Neue Form/Gestalt" name="New Shape" /> |
35 | <menu_item_call label="Neue Haut" name="New Skin" /> | 79 | <menu_item_call label="Neue Haut" name="New Skin" /> |
36 | <menu_item_call label="Neues Haar" name="New Hair" /> | 80 | <menu_item_call label="Neues Haar" name="New Hair" /> |
@@ -43,5 +87,12 @@ | |||
43 | <menu_item_check label="Ordner immer nach Name" name="Folders Always By Name" /> | 87 | <menu_item_check label="Ordner immer nach Name" name="Folders Always By Name" /> |
44 | <menu_item_check label="Systemordner nach oben" name="System Folders To Top" /> | 88 | <menu_item_check label="Systemordner nach oben" name="System Folders To Top" /> |
45 | </menu> | 89 | </menu> |
90 | <menu label="Suchen" name="Search"> | ||
91 | <menu_item_check label="Nach Name" name="By Name" /> | ||
92 | <menu_item_check label="Nach Ersteller" name="By Creator" /> | ||
93 | <menu_item_check label="Nach Beschreibung" name="By Description" /> | ||
94 | <menu_item_check label="Nach Allem" name="By All" /> | ||
95 | </menu> | ||
96 | |||
46 | </menu_bar> | 97 | </menu_bar> |
47 | </floater> | 98 | </floater> |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_inventory_item_properties.xml b/linden/indra/newview/skins/default/xui/de/floater_inventory_item_properties.xml index 0028f1d..7219ce6 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_inventory_item_properties.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_inventory_item_properties.xml | |||
@@ -56,7 +56,7 @@ | |||
56 | <check_box label="Kopieren" name="CheckNextOwnerCopy" left_delta="85" /> | 56 | <check_box label="Kopieren" name="CheckNextOwnerCopy" left_delta="85" /> |
57 | <check_box label="Verkaufen/Weggeben" name="CheckNextOwnerTransfer" /> | 57 | <check_box label="Verkaufen/Weggeben" name="CheckNextOwnerTransfer" /> |
58 | <text name="SaleLabel"> | 58 | <text name="SaleLabel"> |
59 | Objekt markieren: | 59 | Artikel markieren: |
60 | </text> | 60 | </text> |
61 | <check_box label="Zum Verkauf" name="CheckPurchase" /> | 61 | <check_box label="Zum Verkauf" name="CheckPurchase" /> |
62 | <radio_group name="RadioSaleType" left_delta="85" width="245" > | 62 | <radio_group name="RadioSaleType" left_delta="85" width="245" > |
@@ -64,11 +64,11 @@ | |||
64 | Original | 64 | Original |
65 | </radio_item> | 65 | </radio_item> |
66 | <radio_item name="radio2"> | 66 | <radio_item name="radio2"> |
67 | Kopieren | 67 | Kopie |
68 | </radio_item> | 68 | </radio_item> |
69 | </radio_group> | 69 | </radio_group> |
70 | <text name="TextPrice"> | 70 | <text name="TextPrice"> |
71 | Preis: L$ | 71 | Preis: [CURRENCY] |
72 | </text> | 72 | </text> |
73 | <text name="unknown"> | 73 | <text name="unknown"> |
74 | (unbekannt) | 74 | (unbekannt) |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_inventory_view_finder.xml b/linden/indra/newview/skins/default/xui/de/floater_inventory_view_finder.xml index aa24231..6ec5a08 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_inventory_view_finder.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_inventory_view_finder.xml | |||
@@ -1,16 +1,18 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <floater name="Inventory Finder" title="inventar_letzte_objekte"> | 2 | <floater name="Inventory Finder" title="inventar_letzte_artikel"> |
3 | <check_box label="Animation" name="check_animation" /> | 3 | <check_box label="Animation" name="check_animation" /> |
4 | <check_box label="Körperteile" name="check_bodypart" /> | ||
4 | <check_box label="Visitenkarten" name="check_calling_card" /> | 5 | <check_box label="Visitenkarten" name="check_calling_card" /> |
5 | <check_box label="Kleidung" name="check_clothing" /> | 6 | <check_box label="Kleidung" name="check_clothing" /> |
6 | <check_box label="Gesten" name="check_gesture" /> | 7 | <check_box label="Gesten" name="check_gesture" /> |
7 | <check_box label="Landmarken" name="check_landmark" /> | 8 | <check_box label="Landmarken" name="check_landmark" /> |
8 | <check_box label="Notizkarten" name="check_notecard" /> | 9 | <check_box label="Notizkarten" name="check_notecard" /> |
9 | <check_box label="Objekte" name="check_object" /> | 10 | <check_box label="Objekte" name="check_object" /> |
10 | <check_box label="Skripts" name="check_script" /> | 11 | <check_box label="Skripte" name="check_script" /> |
11 | <check_box label="Sounds" name="check_sound" /> | 12 | <check_box label="Klänge" name="check_sound" /> |
12 | <check_box label="Texturen" name="check_texture" /> | 13 | <check_box label="Texturen" name="check_texture" /> |
13 | <check_box label="Fotos" name="check_snapshot" /> | 14 | <check_box label="Fotos" name="check_snapshot" /> |
15 | |||
14 | <button label="Alle" label_selected="Alle" name="All" /> | 16 | <button label="Alle" label_selected="Alle" name="All" /> |
15 | <button label="Keine" label_selected="Keine" name="None" /> | 17 | <button label="Keine" label_selected="Keine" name="None" /> |
16 | <check_box label="Ordner immer anzeigen" name="check_show_empty" /> | 18 | <check_box label="Ordner immer anzeigen" name="check_show_empty" /> |
@@ -18,7 +20,9 @@ | |||
18 | <text type="string" length="1" name="- OR -"> | 20 | <text type="string" length="1" name="- OR -"> |
19 | - ODER - | 21 | - ODER - |
20 | </text> | 22 | </text> |
23 | |||
21 | <spinner label="Stunden zuvor" label_width="80" name="spin_hours_ago" /> | 24 | <spinner label="Stunden zuvor" label_width="80" name="spin_hours_ago" /> |
22 | <spinner label="Tage zuvor" name="spin_days_ago" /> | 25 | <spinner label="Tage zuvor" name="spin_days_ago" /> |
26 | |||
23 | <button label="Schließen" label_selected="Schließen" name="Close" /> | 27 | <button label="Schließen" label_selected="Schließen" name="Close" /> |
24 | </floater> | 28 | </floater> |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_joystick.xml b/linden/indra/newview/skins/default/xui/de/floater_joystick.xml index 407556b..cd1a465 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_joystick.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_joystick.xml | |||
@@ -4,6 +4,8 @@ | |||
4 | Joystick aktivieren: | 4 | Joystick aktivieren: |
5 | </check_box> | 5 | </check_box> |
6 | <text left="140" name="joystick_type" width="360"/> | 6 | <text left="140" name="joystick_type" width="360"/> |
7 | |||
8 | <check_box name="auto_enable_joystick">Joystick Autom. aktivieren</check_box> | ||
7 | <spinner label="X-Achse" name="JoystickAxis1"/> | 9 | <spinner label="X-Achse" name="JoystickAxis1"/> |
8 | <spinner label="Y-Achse" name="JoystickAxis2"/> | 10 | <spinner label="Y-Achse" name="JoystickAxis2"/> |
9 | <spinner label="Z-Achse" name="JoystickAxis0"/> | 11 | <spinner label="Z-Achse" name="JoystickAxis0"/> |
@@ -14,9 +16,11 @@ | |||
14 | <check_box label="Direkt-Zoom" name="ZoomDirect"/> | 16 | <check_box label="Direkt-Zoom" name="ZoomDirect"/> |
15 | <check_box label="3D-Cursor" left="300" name="Cursor3D"/> | 17 | <check_box label="3D-Cursor" left="300" name="Cursor3D"/> |
16 | <check_box label="Automatisch ausrichten" left="390" name="AutoLeveling"/> | 18 | <check_box label="Automatisch ausrichten" left="390" name="AutoLeveling"/> |
19 | |||
17 | <text name="Control Modes:"> | 20 | <text name="Control Modes:"> |
18 | Steuermodi: | 21 | Steuermodi: |
19 | </text> | 22 | </text> |
23 | |||
20 | <check_box name="JoystickAvatarEnabled"> | 24 | <check_box name="JoystickAvatarEnabled"> |
21 | Avatar | 25 | Avatar |
22 | </check_box> | 26 | </check_box> |
@@ -26,6 +30,7 @@ | |||
26 | <check_box name="JoystickFlycamEnabled"> | 30 | <check_box name="JoystickFlycamEnabled"> |
27 | Flycam | 31 | Flycam |
28 | </check_box> | 32 | </check_box> |
33 | |||
29 | <text name="XScale"> | 34 | <text name="XScale"> |
30 | X-Skala | 35 | X-Skala |
31 | </text> | 36 | </text> |
@@ -71,6 +76,7 @@ | |||
71 | <text name="ZoomDeadZone"> | 76 | <text name="ZoomDeadZone"> |
72 | Zoom-Totzone | 77 | Zoom-Totzone |
73 | </text> | 78 | </text> |
79 | |||
74 | <button label="SpaceNavigator-Standards" name="SpaceNavigatorDefaults"/> | 80 | <button label="SpaceNavigator-Standards" name="SpaceNavigatorDefaults"/> |
75 | <button label="OK" label_selected="OK" name="ok_btn"/> | 81 | <button label="OK" label_selected="OK" name="ok_btn"/> |
76 | <button label="Abbrechen" label_selected="Abbrechen" name="cancel_btn"/> | 82 | <button label="Abbrechen" label_selected="Abbrechen" name="cancel_btn"/> |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_lagmeter.xml b/linden/indra/newview/skins/default/xui/de/floater_lagmeter.xml index 4dd9fd6..f49fcca 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_lagmeter.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_lagmeter.xml | |||
@@ -1,6 +1,6 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <floater name="floater_lagmeter" title="Lag-Anzeige"> | 2 | <floater name="floater_lagmeter" title="Lag-Anzeige"> |
3 | <button name="client_lagmeter" tool_tip="Client-Lag-Status" /> | 3 | <button name="client_lagmeter" tool_tip="Lag-Status Client" /> |
4 | <text name="client"> | 4 | <text name="client"> |
5 | Client: | 5 | Client: |
6 | </text> | 6 | </text> |
@@ -14,7 +14,7 @@ | |||
14 | <text name="network_text"> | 14 | <text name="network_text"> |
15 | Normal | 15 | Normal |
16 | </text> | 16 | </text> |
17 | <button name="server_lagmeter" tool_tip="Server-Lag-Status" /> | 17 | <button name="server_lagmeter" tool_tip="Lag-Status Server" /> |
18 | <text name="server"> | 18 | <text name="server"> |
19 | Server: | 19 | Server: |
20 | </text> | 20 | </text> |
@@ -27,7 +27,7 @@ | |||
27 | Lag-Anzeige | 27 | Lag-Anzeige |
28 | </text> | 28 | </text> |
29 | <text name="max_width_px"> | 29 | <text name="max_width_px"> |
30 | 350 | 30 | 360 |
31 | </text> | 31 | </text> |
32 | <text name="min_title_msg"> | 32 | <text name="min_title_msg"> |
33 | Lag | 33 | Lag |
@@ -48,10 +48,10 @@ | |||
48 | Normal, Fenster im Hintergrund | 48 | Normal, Fenster im Hintergrund |
49 | </text> | 49 | </text> |
50 | <text name="client_frame_time_critical_msg"> | 50 | <text name="client_frame_time_critical_msg"> |
51 | Client-Frame-Rate unter [CLIENT_FRAME_RATE_CRITICAL] | 51 | Frame-Rate Client unter [CLIENT_FRAME_RATE_CRITICAL] |
52 | </text> | 52 | </text> |
53 | <text name="client_frame_time_warning_msg"> | 53 | <text name="client_frame_time_warning_msg"> |
54 | Client-Frame-Rate zwischen [CLIENT_FRAME_RATE_CRITICAL] und [CLIENT_FRAME_RATE_WARNING] | 54 | Frame-Rate Client zwischen [CLIENT_FRAME_RATE_CRITICAL] und [CLIENT_FRAME_RATE_WARNING] |
55 | </text> | 55 | </text> |
56 | <text name="client_frame_time_normal_msg"> | 56 | <text name="client_frame_time_normal_msg"> |
57 | Normal | 57 | Normal |
@@ -117,10 +117,10 @@ | |||
117 | 20 | 117 | 20 |
118 | </text> | 118 | </text> |
119 | <text name="server_frame_time_critical_msg"> | 119 | <text name="server_frame_time_critical_msg"> |
120 | Simulator-Frame-Rate liegt unter [SERVER_FRAME_RATE_CRITICAL] | 120 | Frame-Rate Simulator liegt unter [SERVER_FRAME_RATE_CRITICAL] |
121 | </text> | 121 | </text> |
122 | <text name="server_frame_time_warning_msg"> | 122 | <text name="server_frame_time_warning_msg"> |
123 | Simulator-Frame-Rate liegt zwischen [SERVER_FRAME_RATE_CRITICAL] und [SERVER_FRAME_RATE_WARNING] | 123 | Frame-Rate Simulator liegt zwischen [SERVER_FRAME_RATE_CRITICAL] und [SERVER_FRAME_RATE_WARNING] |
124 | </text> | 124 | </text> |
125 | <text name="server_frame_time_normal_msg"> | 125 | <text name="server_frame_time_normal_msg"> |
126 | Normal | 126 | Normal |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_local_asset_browse.xml b/linden/indra/newview/skins/default/xui/de/floater_local_asset_browse.xml new file mode 100644 index 0000000..45a19ba --- /dev/null +++ b/linden/indra/newview/skins/default/xui/de/floater_local_asset_browse.xml | |||
@@ -0,0 +1,94 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||
2 | <!-- Local Asset Browser: xui --> | ||
3 | <!-- floater definition start --> | ||
4 | |||
5 | <floater | ||
6 | name="local_bitmap_browser_floater" | ||
7 | title="Lokal Textur-Eigenschaften" | ||
8 | > | ||
9 | |||
10 | <button | ||
11 | name="add_btn" | ||
12 | label="Hinzufügen" | ||
13 | /> | ||
14 | <button | ||
15 | name="del_btn" | ||
16 | label="Entfernen" | ||
17 | /> | ||
18 | <button | ||
19 | name="upload_btn" | ||
20 | label="Bild hochladen ([UPLOADFEE])..." | ||
21 | /> | ||
22 | |||
23 | <scroll_list | ||
24 | name="bitmap_list" | ||
25 | > | ||
26 | <column name="bitmap_name" label="Name" dynamicwidth="true" /> | ||
27 | <column name="bitmap_uuid" label="UUID" width="240" /> | ||
28 | </scroll_list> | ||
29 | |||
30 | <text name="path_caption_text" | ||
31 | > | ||
32 | Lokaler Pfad: | ||
33 | </text> | ||
34 | |||
35 | <text name="uuid_caption_text" | ||
36 | > | ||
37 | Lokale UUID: | ||
38 | </text> | ||
39 | |||
40 | <texture_picker | ||
41 | label="Textur" | ||
42 | name="texture_view" | ||
43 | /> | ||
44 | |||
45 | <check_box | ||
46 | label="Aktualisierungscheck" | ||
47 | name="keep_updating_checkbox" | ||
48 | tool_tip="Periodische Checks ein- oder ausschalten, ob die Quelle auf der Festplatte aktualisiert wurde" | ||
49 | /> | ||
50 | |||
51 | <combo_box | ||
52 | name="type_combobox" | ||
53 | > | ||
54 | |||
55 | <combo_item name="type_texture" value="type_texture"> | ||
56 | Textur | ||
57 | </combo_item> | ||
58 | |||
59 | <combo_item name="type_sculptie" value="type_sculptie"> | ||
60 | Sculptmap | ||
61 | </combo_item> | ||
62 | |||
63 | <combo_item name="type_layer" value="type_layer"> | ||
64 | Kleidung | ||
65 | </combo_item> | ||
66 | |||
67 | </combo_box> | ||
68 | |||
69 | <text name="time_caption_text" | ||
70 | > | ||
71 | Zeit: | ||
72 | </text> | ||
73 | |||
74 | <text name="time_text" | ||
75 | > | ||
76 | (Hier Datum) | ||
77 | </text> | ||
78 | |||
79 | <text name="link_caption_text" | ||
80 | > | ||
81 | Link: | ||
82 | </text> | ||
83 | |||
84 | <text name="link_text" | ||
85 | > | ||
86 | (Linkstatus) | ||
87 | </text> | ||
88 | |||
89 | <text name="name_caption_text" | ||
90 | > | ||
91 | Name: | ||
92 | </text> | ||
93 | |||
94 | </floater> | ||
diff --git a/linden/indra/newview/skins/default/xui/de/floater_media_browser.xml b/linden/indra/newview/skins/default/xui/de/floater_media_browser.xml index ee25321..3bc231a 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_media_browser.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_media_browser.xml | |||
@@ -6,13 +6,17 @@ | |||
6 | <button label="Weiter" name="forward" /> | 6 | <button label="Weiter" name="forward" /> |
7 | <button label="Neu laden" name="reload" /> | 7 | <button label="Neu laden" name="reload" /> |
8 | <button label="Los" name="go" /> | 8 | <button label="Los" name="go" /> |
9 | <button label="Zuhause" name="home" /> | ||
9 | </layout_panel> | 10 | </layout_panel> |
10 | <layout_panel name="parcel_owner_controls"> | 11 | <layout_panel name="parcel_owner_controls"> |
12 | <web_browser name="browser" /> | ||
11 | <button label="Aktuelle URL an Parzelle senden" name="assign" /> | 13 | <button label="Aktuelle URL an Parzelle senden" name="assign" /> |
12 | </layout_panel> | 14 | </layout_panel> |
13 | <layout_panel name="external_controls"> | 15 | <layout_panel name="external_controls"> |
14 | <button label="In meinem Browser öffnen" name="open_browser" /> | 16 | <button label="In meinem Browser öffnen" name="open_browser" /> |
15 | <check_box label="Immer in meinem Browser öffnen" name="open_always" /> | 17 | <check_box label="Immer in meinem Browser öffnen" name="open_always" /> |
18 | <button label="Als Zuhause setzen" name="set_home" /> | ||
19 | |||
16 | <button label="Schließen" name="close" /> | 20 | <button label="Schließen" name="close" /> |
17 | </layout_panel> | 21 | </layout_panel> |
18 | </layout_stack> | 22 | </layout_stack> |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_mini_map.xml b/linden/indra/newview/skins/default/xui/de/floater_mini_map.xml index d389258..232ec3e 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_mini_map.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_mini_map.xml | |||
@@ -1,4 +1,8 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes"?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes"?> |
2 | <floater name="minimap"> | 2 | <floater name="minimap" short_title="Mini-Karte"> |
3 | <panel label="Minikarte" name="mini_mapview" tool_tip="(Karte mit Doppelklick öffnen)"/> | 3 | <panel label="Minikarte" name="mini_mapview" tool_tip="(Karte mit Doppelklick öffnen)"/> |
4 | <!-- Note: panel contents are defined in panel_radar.xml --> | ||
5 | <panel name="RadarPanel" label="Radar" /> | ||
6 | <button name="toggle_radar" label="" tool_tip="Radar anzeigen oder verstecken" /> | ||
7 | |||
4 | </floater> | 8 | </floater> |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_mute.xml b/linden/indra/newview/skins/default/xui/de/floater_mute.xml index 5dbb9fc..b39c97a 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_mute.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_mute.xml | |||
@@ -1,6 +1,6 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <floater name="mute floater" title="Stummgeschaltete Einwohner und Objekte" short_title="Stummschalten-Liste"> | 2 | <floater name="mute floater" title="Stummgeschaltete Einwohner & Objekte" short_title="Stummschalten-Liste"> |
3 | <scroll_list name="mutes" tool_tip="List of currently muted residents" /> | 3 | <scroll_list name="mutes" tool_tip="Liste derzeit stummgeschalteter Einwohner" /> |
4 | <button label="Einwohner stummschalten..." label_selected="Einwohner stummschalten..." | 4 | <button label="Einwohner stummschalten..." label_selected="Einwohner stummschalten..." |
5 | name="Mute resident..." | 5 | name="Mute resident..." |
6 | tool_tip="Wählen Sie einen Einwohner, um ihn stumm zu schalten" /> | 6 | tool_tip="Wählen Sie einen Einwohner, um ihn stumm zu schalten" /> |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_mute_object.xml b/linden/indra/newview/skins/default/xui/de/floater_mute_object.xml index 60c6ff0..bf6059f 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_mute_object.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_mute_object.xml | |||
@@ -2,7 +2,7 @@ | |||
2 | <floater name="mute by name" title="Objekt nach Name stummschalten"> | 2 | <floater name="mute by name" title="Objekt nach Name stummschalten"> |
3 | <text name="message"> | 3 | <text name="message"> |
4 | Stummschalten nach Name betrifft nur Chat und IM, keine | 4 | Stummschalten nach Name betrifft nur Chat und IM, keine |
5 | Sounds. Sie müssen den Objektnamen exakt angeben. | 5 | Klänge. Sie müssen den Objektnamen exakt eingeben. |
6 | </text> | 6 | </text> |
7 | <line_editor name="object_name"> | 7 | <line_editor name="object_name"> |
8 | Objektname | 8 | Objektname |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_name_description.xml b/linden/indra/newview/skins/default/xui/de/floater_name_description.xml index f45b1e0..608c3eb 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_name_description.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_name_description.xml | |||
@@ -7,5 +7,5 @@ | |||
7 | Beschreibung: | 7 | Beschreibung: |
8 | </text> | 8 | </text> |
9 | <button label="Abbrechen" name="cancel_btn" width="80" /> | 9 | <button label="Abbrechen" name="cancel_btn" width="80" /> |
10 | <button label="Hochladen ([AMOUNT] L$)" name="ok_btn" width="120" /> | 10 | <button label="Hochladen ([UPLOADFEE])" name="ok_btn" width="120" /> |
11 | </floater> | 11 | </floater> |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_new_outfit_dialog.xml b/linden/indra/newview/skins/default/xui/de/floater_new_outfit_dialog.xml index 73c6760..dbb96ef 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_new_outfit_dialog.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_new_outfit_dialog.xml | |||
@@ -16,6 +16,9 @@ | |||
16 | <check_box label="Unterhemd" name="checkbox_Undershirt" left="90"/> | 16 | <check_box label="Unterhemd" name="checkbox_Undershirt" left="90"/> |
17 | <check_box label="Unterhose" name="checkbox_Underpants" left="90"/> | 17 | <check_box label="Unterhose" name="checkbox_Underpants" left="90"/> |
18 | <check_box label="Rock" name="checkbox_Skirt" left="90"/> | 18 | <check_box label="Rock" name="checkbox_Skirt" left="90"/> |
19 | <check_box label="Tätowierung" name="checkbox_Tattoo" left="90"/> | ||
20 | <check_box label="Transparenz" name="checkbox_Alpha" left="90"/> | ||
21 | |||
19 | <check_box label="Brust" name="checkbox_Chest" left="190"/> | 22 | <check_box label="Brust" name="checkbox_Chest" left="190"/> |
20 | <check_box label="Schädel" name="checkbox_Skull" left="190"/> | 23 | <check_box label="Schädel" name="checkbox_Skull" left="190"/> |
21 | <check_box label="Linke Schulter" name="checkbox_Left Shoulder" left="190"/> | 24 | <check_box label="Linke Schulter" name="checkbox_Left Shoulder" left="190"/> |
@@ -59,9 +62,8 @@ | |||
59 | </text> | 62 | </text> |
60 | <text type="string" length="1" | 63 | <text type="string" length="1" |
61 | name="Outfits are folders that contain clothing and body parts. Drag an outfit folder onto your avatar to put it on. "Make New Outfit" makes a new folder and saves copies of the items you are now wearing into it."> | 64 | name="Outfits are folders that contain clothing and body parts. Drag an outfit folder onto your avatar to put it on. "Make New Outfit" makes a new folder and saves copies of the items you are now wearing into it."> |
62 | Outfits sind Ordner, die Kleider und Körperteile enthalten. | 65 | Outfits sind Ordner, die Kleidung und Körperteile enthalten. Ziehen Sie einen Outfit-Ordner auf Ihren Avatar, um ihn anzuziehen. |
63 | Ziehen Sie einen Outfit-Ordner auf Ihren Avatar, um ihn anzuziehen. | 66 | |
64 | |||
65 | „Neues Outfit“ erstellt einen neuen Ordner und speichert darin Kopien der | 67 | „Neues Outfit“ erstellt einen neuen Ordner und speichert darin Kopien der |
66 | Objekte, die Sie gerade tragen. | 68 | Objekte, die Sie gerade tragen. |
67 | </text> | 69 | </text> |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_notifications_console.xml b/linden/indra/newview/skins/default/xui/de/floater_notifications_console.xml index a1cd698..14318dd 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_notifications_console.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_notifications_console.xml | |||
@@ -2,4 +2,7 @@ | |||
2 | <floater name="notifications_console" title="Konsole: Meldungen"> | 2 | <floater name="notifications_console" title="Konsole: Meldungen"> |
3 | <combo_box label="Meldungsart auswählen" name="notification_types" width="412" /> | 3 | <combo_box label="Meldungsart auswählen" name="notification_types" width="412" /> |
4 | <button label="Hinzufügen" name="add_notification" left="417" width="78" /> | 4 | <button label="Hinzufügen" name="add_notification" left="417" width="78" /> |
5 | <button name="reload_notifications" left="497" width="85" label="Alle Neuladen"/> | ||
6 | <layout_stack name="notification_channels"> | ||
7 | </layout_stack> | ||
5 | </floater> | 8 | </floater> |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_pay.xml b/linden/indra/newview/skins/default/xui/de/floater_pay.xml index dc38697..a98894d 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_pay.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_pay.xml | |||
@@ -5,10 +5,10 @@ | |||
5 | Schnellzahlung: | 5 | Schnellzahlung: |
6 | </text> | 6 | </text> |
7 | 7 | ||
8 | <button name="fastpay 1" label="1 L$" left="115" /> | 8 | <button name="fastpay 1" label="1 [CURRENCY]" left="115" /> |
9 | <button name="fastpay 5" label="5 L$" /> | 9 | <button name="fastpay 5" label="5 [CURRENCY]" /> |
10 | <button name="fastpay 10" label="10 L$" left="115" /> | 10 | <button name="fastpay 10" label="10 [CURRENCY]" left="115" /> |
11 | <button name="fastpay 20" label="20 L$" /> | 11 | <button name="fastpay 20" label="20 [CURRENCY]" /> |
12 | 12 | ||
13 | <text name="amount text"> | 13 | <text name="amount text"> |
14 | Betrag: | 14 | Betrag: |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_pay_object.xml b/linden/indra/newview/skins/default/xui/de/floater_pay_object.xml index 55ad735..fc7c204 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_pay_object.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_pay_object.xml | |||
@@ -1,5 +1,5 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <floater name="Give Money"> | 2 | <floater name="Give Money" title="[PAY TYPE] [FIRST] [LAST]"> |
3 | 3 | ||
4 | <string name="pay group"> | 4 | <string name="pay group"> |
5 | Gruppe bezahlen: | 5 | Gruppe bezahlen: |
@@ -16,14 +16,17 @@ | |||
16 | Schnellzahlung: | 16 | Schnellzahlung: |
17 | </text> | 17 | </text> |
18 | 18 | ||
19 | <button name="fastpay 1" label="1 L$" left="115" /> | 19 | <button name="fastpay 1" label="1 [CURRENCY]" left="115" /> |
20 | <button name="fastpay 5" label="5 L$" /> | 20 | <button name="fastpay 5" label="5 [CURRENCY]" /> |
21 | <button name="fastpay 10" label="10 L$" left="115" /> | 21 | <button name="fastpay 10" label="10 [CURRENCY]" left="115" /> |
22 | <button name="fastpay 20" label="20 L$" /> | 22 | <button name="fastpay 20" label="20 [CURRENCY]" /> |
23 | 23 | ||
24 | <text name="amount text"> | 24 | <text name="amount text"> |
25 | Betrag: | 25 | Betrag: |
26 | </text> | 26 | </text> |
27 | <text name="currency text"> | ||
28 | [CURRENCY] | ||
29 | </text> | ||
27 | 30 | ||
28 | <button name="pay btn" label="Zahlen" /> | 31 | <button name="pay btn" label="Zahlen" /> |
29 | <button name="cancel btn" label="Abbrechen" /> | 32 | <button name="cancel btn" label="Abbrechen" /> |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_post_process.xml b/linden/indra/newview/skins/default/xui/de/floater_post_process.xml index e10806d..4baad69 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_post_process.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_post_process.xml | |||
@@ -32,16 +32,16 @@ | |||
32 | Rauschen-Stärke | 32 | Rauschen-Stärke |
33 | </text> | 33 | </text> |
34 | </panel> | 34 | </panel> |
35 | <panel label="Bloom" name="wmiBloomPanel"> | 35 | <panel label="Schleier" name="wmiBloomPanel"> |
36 | <check_box label="Ein" name="wmiBloomToggle" /> | 36 | <check_box label="Ein" name="wmiBloomToggle" /> |
37 | <text name="wmiBloomExtractText"> | 37 | <text name="wmiBloomExtractText"> |
38 | Luminanz-Extraktion | 38 | Luminanz-Extraktion |
39 | </text> | 39 | </text> |
40 | <text name="wmiBloomSizeText"> | 40 | <text name="wmiBloomSizeText"> |
41 | Bloom-Größe | 41 | Schleier-Größe |
42 | </text> | 42 | </text> |
43 | <text name="wmiBloomStrengthText"> | 43 | <text name="wmiBloomStrengthText"> |
44 | Bloom-Stärke | 44 | Schleier-Stärke |
45 | </text> | 45 | </text> |
46 | </panel> | 46 | </panel> |
47 | <panel label="Extras" name="Extras"> | 47 | <panel label="Extras" name="Extras"> |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_postcard.xml b/linden/indra/newview/skins/default/xui/de/floater_postcard.xml index 639a8ff..90a3c3d 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_postcard.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_postcard.xml | |||
@@ -22,18 +22,11 @@ | |||
22 | <text_editor name="msg_form"> | 22 | <text_editor name="msg_form"> |
23 | Nachricht hier eingeben. | 23 | Nachricht hier eingeben. |
24 | </text_editor> | 24 | </text_editor> |
25 | <check_box label="Im Web veröffentlichen" name="allow_publish_check" | 25 | |
26 | tool_tip="Veröffentlicht diese Postkarte im Web." /> | ||
27 | <check_box label="Ab-18-Inhalt" name="mature_check" | ||
28 | tool_tip="Diese Postkarte enthält nicht jugendfreie Inhalte." /> | ||
29 | <button label="?" name="publish_help_btn" /> | ||
30 | <text name="fine_print"> | ||
31 | Wenn sich der Empfänger bei SL anmeldet, erhalten Sie einen Empfehlungsbonus. | ||
32 | </text> | ||
33 | <button label="Abbrechen" name="cancel_btn" /> | 26 | <button label="Abbrechen" name="cancel_btn" /> |
34 | <button label="Senden" name="send_btn" /> | 27 | <button label="Senden" name="send_btn" /> |
35 | <text name="default_subject"> | 28 | <text name="default_subject"> |
36 | Postkarte aus Second Life. | 29 | Postkarte aus [GRID_NAME]. |
37 | </text> | 30 | </text> |
38 | <text name="default_message"> | 31 | <text name="default_message"> |
39 | Sehen Sie hier! | 32 | Sehen Sie hier! |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_preferences.xml b/linden/indra/newview/skins/default/xui/de/floater_preferences.xml index 5f68282..ac18f28 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_preferences.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_preferences.xml | |||
@@ -1,8 +1,7 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <floater name="Preferences" title="Einstellungen"> | 2 | <floater name="Preferences" title="Voreinstellungen"> |
3 | <button label="OK" label_selected="OK" name="OK" /> | 3 | <button label="OK" label_selected="OK" name="OK" /> |
4 | <button label="Abbrechen" label_selected="Abbrechen" name="Cancel" /> | 4 | <button label="Abbrechen" label_selected="Abbrechen" name="Cancel" /> |
5 | <button label="Übernehmen" label_selected="Übernehmen" name="Apply" /> | 5 | <button label="Übernehmen" label_selected="Übernehmen" name="Apply" /> |
6 | <button label="Info" label_selected="Info" name="About..." /> | ||
7 | <button label="Hilfe" label_selected="Hilfe" name="Help" /> | 6 | <button label="Hilfe" label_selected="Hilfe" name="Help" /> |
8 | </floater> | 7 | </floater> |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_preview_notecard.xml b/linden/indra/newview/skins/default/xui/de/floater_preview_notecard.xml index 370f242..7925ed6 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_preview_notecard.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_preview_notecard.xml | |||
@@ -1,16 +1,40 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <floater name="preview notecard" title="Hinweis:"> | 2 | <floater name="preview notecard" title="Hinweis:"> |
3 | <button label="Speichern" label_selected="Speichern" name="Save" /> | ||
4 | <text type="string" length="1" name="desc txt"> | 3 | <text type="string" length="1" name="desc txt"> |
5 | Beschreibung: | 4 | Beschreibung: |
6 | </text> | 5 | </text> |
6 | |||
7 | <menu_bar name="motecard_menu"> | ||
8 | <menu name="File"> | ||
9 | <menu_item_call label="Speichern" name="Save Menu" shortcut="control|S" /> | ||
10 | <menu_item_separator /> | ||
11 | <menu_item_call label="Text Exportieren..." name="Export Text..." /> | ||
12 | <menu_item_call label="Text Importieren..." name="Import Text..." /> | ||
13 | </menu> | ||
14 | <menu name="Edit"> | ||
15 | <menu_item_call label="Rückgängig" name="Undo" /> | ||
16 | <menu_item_call label="Wiederherstellen" name="Redo" width="139" /> | ||
17 | <menu_item_separator label="-----------" name="separator1" width="139" /> | ||
18 | <menu_item_call label="Ausschneiden" name="Cut" /> | ||
19 | <menu_item_call label="Kopieren" name="Copy" /> | ||
20 | <menu_item_call label="Einfügen" name="Paste" /> | ||
21 | <menu_item_separator label="-----------" name="separator2" width="139" /> | ||
22 | <menu_item_call label="Alle auswählen" name="Select All" width="139" /> | ||
23 | <menu_item_call label="Deselektieren" name="Deselect" width="139" /> | ||
24 | <menu_item_separator label="-----------" name="separator3" width="139" /> | ||
25 | <menu_item_call label="Suchen / Ersetzen..." | ||
26 | name="Search / Replace..." width="139" /> | ||
27 | </menu> | ||
28 | </menu_bar> | ||
29 | |||
7 | <text_editor type="string" length="1" name="Notecard Editor"> | 30 | <text_editor type="string" length="1" name="Notecard Editor"> |
8 | Wird geladen... | 31 | Wird geladen... |
9 | </text_editor> | 32 | </text_editor> |
10 | <text name="no_object"> | 33 | <button label="Sichern" label_selected="Sichern" name="Save" /> |
34 | <string name="no_object"> | ||
11 | Es wurde kein Objekt gefunden, das diese Notiz enthält. | 35 | Es wurde kein Objekt gefunden, das diese Notiz enthält. |
12 | </text> | 36 | </string> |
13 | <text name="not_allowed"> | 37 | <string name="not_allowed"> |
14 | Sie können diese Notiz nicht anzeigen. | 38 | Sie können diese Notiz nicht anzeigen. |
15 | </text> | 39 | </string> |
16 | </floater> | 40 | </floater> |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_preview_notecard_keep_discard.xml b/linden/indra/newview/skins/default/xui/de/floater_preview_notecard_keep_discard.xml index 1faf82b..7d068fe 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_preview_notecard_keep_discard.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_preview_notecard_keep_discard.xml | |||
@@ -1,16 +1,39 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <floater name="preview_notecard"> | 2 | <floater name="preview_notecard" title="Notiz:" > |
3 | <text_editor type="string" length="1" name="Notecard Editor"> | ||
4 | Wird geladen... | ||
5 | </text_editor> | ||
6 | <text type="string" length="1" name="desc txt"> | 3 | <text type="string" length="1" name="desc txt"> |
7 | Beschreibung: | 4 | Beschreibung: |
8 | </text> | 5 | </text> |
6 | <menu_bar name="motecard_menu"> | ||
7 | <menu name="File"> | ||
8 | <menu_item_call label="Sichern" name="Save Menu" /> | ||
9 | <menu_item_separator /> | ||
10 | <menu_item_call label="Text Exportieren..." name="Export Text..." /> | ||
11 | <menu_item_call label="Text Importieren..." name="Import Text..." /> | ||
12 | </menu> | ||
13 | <menu name="Edit"> | ||
14 | <menu_item_call label="Rückgängig" name="Undo" width="139" /> | ||
15 | <menu_item_call label="Wiederherstellen" name="Redo" width="139" /> | ||
16 | <menu_item_separator label="-----------" name="separator1" width="139" /> | ||
17 | <menu_item_call label="Ausschneiden" name="Cut" width="139" /> | ||
18 | <menu_item_call label="Kopieren" name="Copy" width="139" /> | ||
19 | <menu_item_call label="Einfügen" name="Paste" width="139" /> | ||
20 | <menu_item_separator label="-----------" name="separator2" width="139" /> | ||
21 | <menu_item_call label="Alle auswählen" name="Select All" width="139" /> | ||
22 | <menu_item_call label="Deselektieren" name="Deselect" width="139" /> | ||
23 | <menu_item_separator label="-----------" name="separator3" width="139" /> | ||
24 | <menu_item_call label="Suchen / Ersetzen..." | ||
25 | name="Search / Replace..." width="139" /> | ||
26 | </menu> | ||
27 | </menu_bar> | ||
28 | <text_editor type="string" length="1" name="Notecard Editor"> | ||
29 | Wird geladen... | ||
30 | </text_editor> | ||
9 | <button label="Behalten" label_selected="Behalten" name="Keep" /> | 31 | <button label="Behalten" label_selected="Behalten" name="Keep" /> |
32 | <button label="Sichern" label_selected="Sichern" name="Save" /> | ||
10 | <button label="Verwerfen" label_selected="Verwerfen" name="Discard" /> | 33 | <button label="Verwerfen" label_selected="Verwerfen" name="Discard" /> |
11 | <text name="no_object"> | 34 | <string name="no_object"> |
12 | Es wurde kein Objekt gefunden, das diese Notiz enthält: | 35 | Es wurde kein Objekt gefunden, das diese Notiz enthält. |
13 | </text> | 36 | </string> |
14 | <string name="not_allowed"> | 37 | <string name="not_allowed"> |
15 | Sie können diese Notiz nicht anzeigen. | 38 | Sie können diese Notiz nicht anzeigen. |
16 | </string> | 39 | </string> |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_preview_sound.xml b/linden/indra/newview/skins/default/xui/de/floater_preview_sound.xml index fd0a824..64e3e56 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_preview_sound.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_preview_sound.xml | |||
@@ -1,5 +1,5 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <floater name="preview_sound"> | 2 | <floater name="preview_sound" width="310"> |
3 | <text type="string" length="1" name="desc txt"> | 3 | <text type="string" length="1" name="desc txt"> |
4 | Beschreibung: | 4 | Beschreibung: |
5 | </text> | 5 | </text> |
@@ -8,5 +8,5 @@ | |||
8 | tool_tip="Gibt diesen Sound so wieder, dass andere ihn hören können." /> | 8 | tool_tip="Gibt diesen Sound so wieder, dass andere ihn hören können." /> |
9 | <button label="Lokal wiedergeben" label_selected="Lokal wiedergeben" | 9 | <button label="Lokal wiedergeben" label_selected="Lokal wiedergeben" |
10 | name="Sound audition btn" | 10 | name="Sound audition btn" |
11 | tool_tip="Gibt diesen Sound so wieder, dass nur Sie ihn hören." /> | 11 | tool_tip="Gibt diesen Sound so wieder, dass nur Sie ihn hören." width="130" /> |
12 | </floater> | 12 | </floater> |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_prim_import.xml b/linden/indra/newview/skins/default/xui/de/floater_prim_import.xml new file mode 100644 index 0000000..0e5c6b1 --- /dev/null +++ b/linden/indra/newview/skins/default/xui/de/floater_prim_import.xml | |||
@@ -0,0 +1,4 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <floater name="Import" title="Fortschritt des Imports"> | ||
3 | <text name="name_label"> Fortschritt </text> | ||
4 | </floater> | ||
diff --git a/linden/indra/newview/skins/default/xui/de/floater_report_abuse.xml b/linden/indra/newview/skins/default/xui/de/floater_report_abuse.xml index 6a7246d..048066e 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_report_abuse.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_report_abuse.xml | |||
@@ -119,6 +119,7 @@ dann auf das Objekt: | |||
119 | <combo_item name="Indecency__Broadly_offensive_content_or_conduct"> | 119 | <combo_item name="Indecency__Broadly_offensive_content_or_conduct"> |
120 | Unanständigkeit > Anstößige Inhalte oder Handlungen in der Öffentlichkeit | 120 | Unanständigkeit > Anstößige Inhalte oder Handlungen in der Öffentlichkeit |
121 | </combo_item> | 121 | </combo_item> |
122 | <!-- 58 = deprecated by AO --> | ||
122 | <combo_item name="Indecency__Inappropriate_avatar_name"> | 123 | <combo_item name="Indecency__Inappropriate_avatar_name"> |
123 | Unanständigkeit > Anstößiger Avatarname | 124 | Unanständigkeit > Anstößiger Avatarname |
124 | </combo_item> | 125 | </combo_item> |
@@ -138,7 +139,7 @@ dann auf das Objekt: | |||
138 | Intoleranz | 139 | Intoleranz |
139 | </combo_item> | 140 | </combo_item> |
140 | <combo_item name="Land__Abuse_of_sandbox_resources"> | 141 | <combo_item name="Land__Abuse_of_sandbox_resources"> |
141 | Land > Missbrauch der Sandbox-Ressourcen | 142 | Land > Missbrauch von Sandbox-Ressourcen |
142 | </combo_item> | 143 | </combo_item> |
143 | <combo_item name="Land__Encroachment__Objects_textures"> | 144 | <combo_item name="Land__Encroachment__Objects_textures"> |
144 | Land > Unbefugte Nutzung > Objekte/Texturen | 145 | Land > Unbefugte Nutzung > Objekte/Texturen |
@@ -160,7 +161,7 @@ dann auf das Objekt: | |||
160 | Name des Beschuldigten: | 161 | Name des Beschuldigten: |
161 | </text> | 162 | </text> |
162 | <button label="Einwohner auswählen" label_selected="" name="select_abuser" tool_tip="Den Namen des Beschuldigten aus einer Liste wählen"/> | 163 | <button label="Einwohner auswählen" label_selected="" name="select_abuser" tool_tip="Den Namen des Beschuldigten aus einer Liste wählen"/> |
163 | <check_box label="Name des Täters ist nicht bekannt" name="omit_abuser_name" tool_tip="Wählen Sie diese Option, wenn Ihnen der Name des Täters unbekannt ist"/> | 164 | <check_box label="Name des Täters unbekannt" name="omit_abuser_name" tool_tip="Wählen Sie diese Option, wenn Ihnen der Name des Täters nicht bekannt ist"/> |
164 | <text name="abuser_name_title2"> | 165 | <text name="abuser_name_title2"> |
165 | Ort des Missbrauchs: | 166 | Ort des Missbrauchs: |
166 | </text> | 167 | </text> |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_report_bug.xml b/linden/indra/newview/skins/default/xui/de/floater_report_bug.xml index 2c8734e..fdcde20 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_report_bug.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_report_bug.xml | |||
@@ -1,5 +1,7 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <floater name="bug_reporter" title="Fehler melden"> | 2 | <floater name="bug_reporter" title="Fehler melden"> |
3 | <texture_picker label="" name="screenshot"/> | ||
4 | <check_box bottom_delta="-20" label="Screenshot einschließen" name="screen_check"/> | ||
3 | <text name="reporter_title"> | 5 | <text name="reporter_title"> |
4 | Melder: | 6 | Melder: |
5 | </text> | 7 | </text> |
@@ -24,13 +26,11 @@ dann auf das Objekt: | |||
24 | <text name="owner_name_label"> | 26 | <text name="owner_name_label"> |
25 | Eigentümer: | 27 | Eigentümer: |
26 | </text> | 28 | </text> |
27 | <check_box label="Screenshot einschließen" name="screen_check" /> | ||
28 | <texture_picker label="Arbeitet..." name="screenshot" /> | ||
29 | <text name="owner_name"> | 29 | <text name="owner_name"> |
30 | Hendrerit Vulputate | 30 | Hendrerit Vulputate |
31 | </text> | 31 | </text> |
32 | <combo_box name="category_combo" | 32 | <combo_box name="category_combo" |
33 | tool_tip="Category -- select the category that best describes this report"> | 33 | tool_tip="Kategorie -- wählen Sie die Kategorie aus, die am besten auf diesen Bericht zutrifft"> |
34 | <combo_item name="Selectcategory"> | 34 | <combo_item name="Selectcategory"> |
35 | Kategorie auswählen | 35 | Kategorie auswählen |
36 | </combo_item> | 36 | </combo_item> |
@@ -74,7 +74,7 @@ dann auf das Objekt: | |||
74 | Skript | 74 | Skript |
75 | </combo_item> | 75 | </combo_item> |
76 | <combo_item name="Sound"> | 76 | <combo_item name="Sound"> |
77 | Sound | 77 | Klang |
78 | </combo_item> | 78 | </combo_item> |
79 | <combo_item name="Stipends"> | 79 | <combo_item name="Stipends"> |
80 | Stipendium | 80 | Stipendium |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_rlv_behaviour.xml b/linden/indra/newview/skins/default/xui/de/floater_rlv_behaviour.xml new file mode 100644 index 0000000..a08d9b2 --- /dev/null +++ b/linden/indra/newview/skins/default/xui/de/floater_rlv_behaviour.xml | |||
@@ -0,0 +1,8 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <floater name="rlvBehaviours" | ||
3 | title="Active RLV-Beschränkungen"> | ||
4 | <scroll_list name="behaviour_list"> | ||
5 | <column label="Beschränkung" name="behaviour" /> | ||
6 | <column label="Objektname" name="name" /> | ||
7 | </scroll_list> | ||
8 | </floater> \ No newline at end of file | ||
diff --git a/linden/indra/newview/skins/default/xui/de/floater_telehub.xml b/linden/indra/newview/skins/default/xui/de/floater_telehub.xml index 264411c..fef4fcd 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_telehub.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_telehub.xml | |||
@@ -23,10 +23,10 @@ | |||
23 | <text name="spawn_point_help"> | 23 | <text name="spawn_point_help"> |
24 | Wählen Sie ein Objekt und klicken zur | 24 | Wählen Sie ein Objekt und klicken zur |
25 | Positionsangabe auf „Hinzufügen“. Anschließend | 25 | Positionsangabe auf „Hinzufügen“. Anschließend |
26 | können sie das Objekt verschieben oder löschen. | 26 | können Sie das Objekt verschieben oder löschen. |
27 | Positionsangaben sind relativ zum | 27 | Positionsangaben sind relativ zum |
28 | Telehub-Mittelpunkt. | 28 | Telehub-Mittelpunkt. |
29 | Wählen Sie ein Objekt aus, um seine Position in | 29 | Wählen Sie ein Objekt der Liste aus, um seine |
30 | der Welt anzuzeigen. | 30 | Position in der Welt anzuzeigen. |
31 | </text> | 31 | </text> |
32 | </floater> | 32 | </floater> |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_teleport_history.xml b/linden/indra/newview/skins/default/xui/de/floater_teleport_history.xml new file mode 100644 index 0000000..7980f1e --- /dev/null +++ b/linden/indra/newview/skins/default/xui/de/floater_teleport_history.xml | |||
@@ -0,0 +1,35 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <floater name="teleporthistory" title="Teleportier-Historie"> | ||
3 | <tab_container label="TP-Listenregister" name="tplisttabs"> | ||
4 | <panel label="Teleportiert nach" name="TP-in"> | ||
5 | <scroll_list name="places_list_in"> | ||
6 | <column label="Region" name="region" /> | ||
7 | <column label="Position" name="position" /> | ||
8 | <column label="Besucht" name="visited" /> | ||
9 | <!--Hidden fields, used as storage for prebuilt strings, please keep at width 0--> | ||
10 | <column label="SLURL" name="slurl" /> | ||
11 | <column label="Sim String" name="simstring" /> | ||
12 | </scroll_list> | ||
13 | </panel> | ||
14 | <panel label="Teleportiert von" name="TP-out"> | ||
15 | <scroll_list name="places_list_out"> | ||
16 | <column label="Region" name="region" /> | ||
17 | <column label="Position" name="position" /> | ||
18 | <column label="Besucht" name="visited" /> | ||
19 | <!--Hidden fields, used as storage for prebuilt strings, please keep at width 0--> | ||
20 | <column label="SLURL" name="slurl" /> | ||
21 | <column label="Sim String" name="simstring" /> | ||
22 | </scroll_list> | ||
23 | </panel> | ||
24 | </tab_container> | ||
25 | <button label="Teleportieren" label_selected="Teleportieren" | ||
26 | name="teleport" tool_tip="Teleportiert zum ausgewählten Ort" /> | ||
27 | <button label="Auf Karte zeigen" label_selected="Auf Karte zeigen" | ||
28 | name="show_on_map" | ||
29 | tool_tip="Zentriert die Karte auf diesen Ort" /> | ||
30 | <button label="Historie löschen" | ||
31 | name="clear_history" | ||
32 | tool_tip="Gesicherte Teleportier-Historie löschen" /> | ||
33 | <button label="SLURL auf Zwischenablage kopieren" name="copy_slurl" | ||
34 | tool_tip="Kopiert den aktuellen Ort als SLURL, um ihn im Internet zu nutzen." /> | ||
35 | </floater> | ||
diff --git a/linden/indra/newview/skins/default/xui/de/floater_texture_ctrl.xml b/linden/indra/newview/skins/default/xui/de/floater_texture_ctrl.xml index 4aa7db4..efa21fd 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_texture_ctrl.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_texture_ctrl.xml | |||
@@ -9,16 +9,38 @@ | |||
9 | <text type="string" length="1" name="unknown"> | 9 | <text type="string" length="1" name="unknown"> |
10 | Maße: [DIMENSIONS] | 10 | Maße: [DIMENSIONS] |
11 | </text> | 11 | </text> |
12 | |||
12 | <button label="Standard" label_selected="Standard" name="Default" /> | 13 | <button label="Standard" label_selected="Standard" name="Default" /> |
13 | <button label="Keine" label_selected="Keine" name="None" /> | 14 | <button label="Keine" label_selected="Keine" name="None" /> |
14 | <button label="Leer" label_selected="Leer" name="Blank" /> | 15 | <button label="Leer" label_selected="Leer" name="Blank" /> |
16 | <button label="Unsichtbar" label_selected="Unsichtbar" name="Invisible" /> | ||
15 | <check_box label="Ordner anzeigen" name="show_folders_check" /> | 17 | <check_box label="Ordner anzeigen" name="show_folders_check" /> |
16 | <search_editor label="Suchanfrage hier eintippen" name="inventory search editor" /> | ||
17 | <check_box label="Sofort übernehmen" name="apply_immediate_check" /> | 18 | <check_box label="Sofort übernehmen" name="apply_immediate_check" /> |
18 | <button label="" label_selected="" name="Pipette" /> | 19 | <button label="" label_selected="" name="Pipette" /> |
19 | <button label="Abbrechen" label_selected="Abbrechen" name="Cancel" /> | 20 | <button label="Abbrechen" label_selected="Abbrechen" name="Cancel" /> |
20 | <button label="Auswählen" label_selected="Auswählen" name="Select" /> | 21 | <button label="Auswählen" label_selected="Auswählen" name="Select" /> |
21 | <text name="pick title"> | 22 | <string name="pick title"> |
22 | Auswählen: | 23 | Auswählen: |
23 | </text> | 24 | </string> |
25 | |||
26 | <tab_container name="actions_tab_container"> | ||
27 | <panel label="Inventar" name="server_tab"> | ||
28 | <search_editor label="Suchanfrage hier eintippen" name="inventory search editor" /> | ||
29 | <inventory_panel name="inventory panel" /> | ||
30 | </panel> | ||
31 | <panel label="Computer" name="local_tab"> | ||
32 | <!-- tag: vaa emerald local_asset_browser [begin] --> | ||
33 | <text name="select_local"> | ||
34 | Textur auf Ihrem Computer für Vorschau in-welt auswählen | ||
35 | </text> | ||
36 | <button label="Hinzufügen" name="Add" width="70" /> | ||
37 | <button label="Entfernen" name="Remove" /> | ||
38 | <button label="Eigenschaften..." name="Browser" /> | ||
39 | <scroll_list name="local_name_list" > | ||
40 | <column name="unit_name" label="Name" /> | ||
41 | <column name="unit_id_HIDDEN" label="ID" /> | ||
42 | </scroll_list> | ||
43 | <!-- tag: vaa emerald local_asset_browser [end] --> | ||
44 | </panel> | ||
45 | </tab_container> | ||
24 | </floater> | 46 | </floater> |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_tools.xml b/linden/indra/newview/skins/default/xui/de/floater_tools.xml index 44ebde6..aa8170b 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_tools.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_tools.xml | |||
@@ -1,21 +1,38 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes"?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes"?> |
2 | <floater name="toolbox floater" title="" short_title="Bauen"> | 2 | <floater name="toolbox floater" title="" short_title="Bauen" width="282"> |
3 | |||
4 | <!-- Main floater tabs --> | ||
5 | |||
3 | <button label="" label_selected="" name="button focus" tool_tip="Fokus"/> | 6 | <button label="" label_selected="" name="button focus" tool_tip="Fokus"/> |
4 | <button label="" label_selected="" name="button move" tool_tip="Verschieben"/> | 7 | <button label="" label_selected="" name="button move" tool_tip="Verschieben"/> |
5 | <button label="" label_selected="" name="button edit" tool_tip="Bearbeiten"/> | 8 | <button label="" label_selected="" name="button edit" tool_tip="Bearbeiten"/> |
6 | <button label="" label_selected="" name="button create" tool_tip="Erstellen"/> | 9 | <button label="" label_selected="" name="button create" tool_tip="Erstellen"/> |
7 | <button label="" label_selected="" name="button land" tool_tip="Land"/> | 10 | <button label="" label_selected="" name="button land" tool_tip="Land"/> |
8 | <check_box label="Zoom" name="radio zoom"/> | 11 | |
12 | <!-- Focus panel --> | ||
13 | |||
14 | <check_box label="Zoom:" name="radio zoom"/> | ||
9 | <check_box label="Orbit (Strg)" name="radio orbit"/> | 15 | <check_box label="Orbit (Strg)" name="radio orbit"/> |
10 | <check_box label="Schwenken (Strg-Umschalt)" name="radio pan"/> | 16 | <check_box label="Schwenken (Strg-Umschalt)" name="radio pan"/> |
17 | |||
18 | <!-- Move panel --> | ||
19 | |||
11 | <check_box label="Verschieben" name="radio move"/> | 20 | <check_box label="Verschieben" name="radio move"/> |
12 | <check_box label="Heben (Strg)" name="radio lift"/> | 21 | <check_box label="Heben (Strg)" name="radio lift"/> |
13 | <check_box label="Rotieren (Strg-Umschalt)" name="radio spin"/> | 22 | <check_box label="Rotieren (Strg-Umschalt)" name="radio spin"/> |
23 | |||
24 | <!-- Edit panel --> | ||
25 | |||
14 | <check_box label="Position" name="radio position"/> | 26 | <check_box label="Position" name="radio position"/> |
15 | <check_box label="Drehen (Strg)" name="radio rotate"/> | 27 | <check_box label="Drehen (Strg)" name="radio rotate"/> |
16 | <check_box label="Dehnen (Strg-Umschalt)" name="radio stretch"/> | 28 | <check_box label="Dehnen (Strg-Umschalt)" name="radio stretch"/> |
17 | <check_box label="Textur auswählen" name="radio select face"/> | 29 | <check_box label="Textur auswählen" name="radio select face"/> |
18 | <check_box label="Verknüpfte Teile bearbeiten" name="checkbox edit linked parts"/> | 30 | <check_box label="Verknüpfte Teile bearbeiten" name="checkbox edit linked parts"/> |
31 | <button label="Verknüpfen" label_selected="Verknüpfen" | ||
32 | left="10" name="link_btn" width="68" /> | ||
33 | <button label="Trennen" label_selected="Trennen" | ||
34 | name="unlink_btn" width="68" /> | ||
35 | |||
19 | <text name="text ruler mode"> | 36 | <text name="text ruler mode"> |
20 | Lineal: | 37 | Lineal: |
21 | </text> | 38 | </text> |
@@ -33,10 +50,16 @@ | |||
33 | <check_box label="Beide Seiten dehnen" name="checkbox uniform"/> | 50 | <check_box label="Beide Seiten dehnen" name="checkbox uniform"/> |
34 | <check_box label="Texturen dehnen" name="checkbox stretch textures"/> | 51 | <check_box label="Texturen dehnen" name="checkbox stretch textures"/> |
35 | <check_box label="Raster verwenden" name="checkbox snap to grid"/> | 52 | <check_box label="Raster verwenden" name="checkbox snap to grid"/> |
36 | <button label="Optionen..." label_selected="Optionen..." name="Options..."/> | 53 | <button label="Bauoptionen..." label_selected="Bauoptionen..." name="Options..."/> |
54 | |||
55 | <!-- Help text --> | ||
56 | |||
37 | <text name="text status"> | 57 | <text name="text status"> |
38 | Zum Verschieben ziehen, zum Kopieren Umschalttaste-Ziehen | 58 | Zum Verschieben ziehen, zum Kopieren Umschalttaste-Ziehen |
39 | </text> | 59 | </text> |
60 | |||
61 | <!-- Create panel --> | ||
62 | |||
40 | <button label="" label_selected="" name="ToolCube" tool_tip="Würfel"/> | 63 | <button label="" label_selected="" name="ToolCube" tool_tip="Würfel"/> |
41 | <button label="" label_selected="" name="ToolPrism" tool_tip="Prisma"/> | 64 | <button label="" label_selected="" name="ToolPrism" tool_tip="Prisma"/> |
42 | <button label="" label_selected="" name="ToolPyramid" tool_tip="Pyramide"/> | 65 | <button label="" label_selected="" name="ToolPyramid" tool_tip="Pyramide"/> |
@@ -52,10 +75,15 @@ | |||
52 | <button label="" label_selected="" name="ToolRing" tool_tip="Ring"/> | 75 | <button label="" label_selected="" name="ToolRing" tool_tip="Ring"/> |
53 | <button label="" label_selected="" name="ToolTree" tool_tip="Baum"/> | 76 | <button label="" label_selected="" name="ToolTree" tool_tip="Baum"/> |
54 | <button label="" label_selected="" name="ToolGrass" tool_tip="Gras"/> | 77 | <button label="" label_selected="" name="ToolGrass" tool_tip="Gras"/> |
78 | <text name="tree_grass_label" /> | ||
79 | <combo_box name="trees_grass" /> | ||
55 | <check_box label="Auswahl behalten" name="checkbox sticky"/> | 80 | <check_box label="Auswahl behalten" name="checkbox sticky"/> |
56 | <check_box label="Auswahl kopieren" name="checkbox copy selection"/> | 81 | <check_box label="Auswahl kopieren" name="checkbox copy selection"/> |
57 | <check_box label="Zentrieren" name="checkbox copy centers"/> | 82 | <check_box label="Zentrieren" name="checkbox copy centers"/> |
58 | <check_box label="Drehen" name="checkbox copy rotates"/> | 83 | <check_box label="Drehen" name="checkbox copy rotates"/> |
84 | |||
85 | <!-- Land panel --> | ||
86 | |||
59 | <check_box label="Land auswählen" name="radio select land"/> | 87 | <check_box label="Land auswählen" name="radio select land"/> |
60 | <check_box label="Einebnen" name="radio flatten"/> | 88 | <check_box label="Einebnen" name="radio flatten"/> |
61 | <check_box label="Anheben" name="radio raise"/> | 89 | <check_box label="Anheben" name="radio raise"/> |
@@ -68,10 +96,10 @@ | |||
68 | Planierraupe: | 96 | Planierraupe: |
69 | </text> | 97 | </text> |
70 | <text name="Dozer Size:"> | 98 | <text name="Dozer Size:"> |
71 | Größe | 99 | Größe: |
72 | </text> | 100 | </text> |
73 | <text name="Strength:"> | 101 | <text name="Strength:"> |
74 | Stärke | 102 | Stärke: |
75 | </text> | 103 | </text> |
76 | <text name="obj_count"> | 104 | <text name="obj_count"> |
77 | Ausgewählte Objekte: [COUNT] | 105 | Ausgewählte Objekte: [COUNT] |
@@ -79,7 +107,13 @@ | |||
79 | <text name="prim_count"> | 107 | <text name="prim_count"> |
80 | Primitive: [COUNT] | 108 | Primitive: [COUNT] |
81 | </text> | 109 | </text> |
82 | <tab_container name="Object Info Tabs" tab_max_width="150" tab_min_width="30"> | 110 | <text name="link_num"> |
111 | Linknummer: [NUMBER] | ||
112 | </text> | ||
113 | |||
114 | <!-- Sub-tabs --> | ||
115 | |||
116 | <tab_container name="Object Info Tabs" tab_max_width="150" tab_min_width="30" width="280"> | ||
83 | <panel label="Allgemein" name="General"> | 117 | <panel label="Allgemein" name="General"> |
84 | <text name="Name:"> | 118 | <text name="Name:"> |
85 | Name: | 119 | Name: |
@@ -91,16 +125,20 @@ | |||
91 | Ersteller: | 125 | Ersteller: |
92 | </text> | 126 | </text> |
93 | <text name="Creator Name"> | 127 | <text name="Creator Name"> |
94 | Thrax Linden | 128 | Imprudent Linden |
95 | </text> | 129 | </text> |
96 | <button label="Profil..." label_selected="Profil..." name="button creator profile"/> | ||
97 | <text name="Owner:"> | 130 | <text name="Owner:"> |
98 | Eigentümer: | 131 | Eigentümer: |
99 | </text> | 132 | </text> |
100 | <text name="Owner Name"> | 133 | <text name="Owner Name"> |
101 | Thrax Linden | 134 | Imprudent Linden |
102 | </text> | 135 | </text> |
103 | <button label="Profil..." label_selected="Profil..." name="button owner profile"/> | 136 | <text name="Last Owner:"> |
137 | Last Owner: | ||
138 | </text> | ||
139 | <text name="Last Owner Name"> | ||
140 | Imprudent Linden | ||
141 | </text> | ||
104 | <text name="Group:"> | 142 | <text name="Group:"> |
105 | Gruppe: | 143 | Gruppe: |
106 | </text> | 144 | </text> |
@@ -116,30 +154,35 @@ | |||
116 | </text> | 154 | </text> |
117 | <check_box label="Mit Gruppe teilen" left="6" name="checkbox share with group" tool_tip="Allen Mitgliedern der zugeordneten Gruppe die Erlaubnis erteilen, Ihre Berechtigungen für dieses Objekt zu teilen und zu verwenden. Sie müssen Übereignen, um Rollenbeschränkungen zu aktivieren."/> | 155 | <check_box label="Mit Gruppe teilen" left="6" name="checkbox share with group" tool_tip="Allen Mitgliedern der zugeordneten Gruppe die Erlaubnis erteilen, Ihre Berechtigungen für dieses Objekt zu teilen und zu verwenden. Sie müssen Übereignen, um Rollenbeschränkungen zu aktivieren."/> |
118 | <string name="text deed continued"> | 156 | <string name="text deed continued"> |
119 | Übertragung... | 157 | Übereignung... |
120 | </string> | 158 | </string> |
121 | <string name="text deed"> | 159 | <string name="text deed"> |
122 | Übertragung | 160 | Übereignung |
123 | </string> | 161 | </string> |
124 | <button label="Übertragung..." label_selected="Übertragung..." name="button deed" tool_tip="In der Gruppe gemeinsam verwendete Objekte können von einem Gruppenfunktionär übertragen werden."/> | 162 | <button label="Übereignung..." label_selected="Übereignung..." name="button deed" tool_tip="In der Gruppe gemeinsam verwendete Objekte können von einem Gruppenoffizier übereignet werden."/> |
125 | <check_box label="Verschieben durch beliebige Personen zulassen" left="6" name="checkbox allow everyone move"/> | ||
126 | <check_box label="Kopieren durch beliebige Personen zulassen" left="6" name="checkbox allow everyone copy"/> | ||
127 | <check_box label="In Suche anzeigen" left="6" name="search_check" tool_tip="Dieses Objekt in Suchergebnissen anzeigen"/> | 163 | <check_box label="In Suche anzeigen" left="6" name="search_check" tool_tip="Dieses Objekt in Suchergebnissen anzeigen"/> |
128 | <check_box label="Zu verkaufen" left="6" name="checkbox for sale"/> | 164 | <check_box label="Zu verkaufen:" left="6" name="checkbox for sale"/> |
129 | <text name="Cost"> | 165 | <text name="Cost"> |
130 | Preis:L$ | 166 | Preis: [CURRENCY] |
131 | </text> | 167 | </text> |
132 | <radio_group name="sale type"> | 168 | <radio_group name="sale type"> |
133 | <radio_item name="Original"> | 169 | <radio_item name="Original"> |
134 | Original | 170 | Original |
135 | </radio_item> | 171 | </radio_item> |
136 | <radio_item name="Copy"> | 172 | <radio_item name="Copy"> |
137 | Kopieren | 173 | Kopie |
138 | </radio_item> | 174 | </radio_item> |
139 | <radio_item name="Contents"> | 175 | <radio_item name="Contents"> |
140 | Inhalt | 176 | Inhalt |
141 | </radio_item> | 177 | </radio_item> |
142 | </radio_group> | 178 | </radio_group> |
179 | <button label="Schlüssel kopieren" label_selected="Schlüsselkopie" name="button copy key" width="78" | ||
180 | tool_tip="Den/die Schlüssel eines Objekts in die Zwischenablage kopieren" /> | ||
181 | <text name="Anyone can:"> | ||
182 | Jeder: | ||
183 | </text> | ||
184 | <check_box label="Bewegen" name="checkbox allow everyone move"/> | ||
185 | <check_box label="Kopieren" name="checkbox allow everyone copy"/> | ||
143 | <text name="Next owner can:"> | 186 | <text name="Next owner can:"> |
144 | Nächster Eigentümer kann: | 187 | Nächster Eigentümer kann: |
145 | </text> | 188 | </text> |
@@ -149,6 +192,8 @@ | |||
149 | <text name="label click action"> | 192 | <text name="label click action"> |
150 | Bei Linksklicken: | 193 | Bei Linksklicken: |
151 | </text> | 194 | </text> |
195 | <!-- Do not reorder these items, the index numbers are | ||
196 | used internally. JC --> | ||
152 | <combo_box name="clickaction" width="178"> | 197 | <combo_box name="clickaction" width="178"> |
153 | <combo_item name="Touch/grab(default)"> | 198 | <combo_item name="Touch/grab(default)"> |
154 | Berühren/Greifen (Standard) | 199 | Berühren/Greifen (Standard) |
@@ -206,13 +251,13 @@ | |||
206 | Gesamtes Objekt muss gewählt werden, um Berechtigungen festzulegen. | 251 | Gesamtes Objekt muss gewählt werden, um Berechtigungen festzulegen. |
207 | </string> | 252 | </string> |
208 | <string name="Cost Default"> | 253 | <string name="Cost Default"> |
209 | Preis:L$ | 254 | Preis: [CURRENCY] |
210 | </string> | 255 | </string> |
211 | <string name="Cost Total"> | 256 | <string name="Cost Total"> |
212 | Summe:L$ | 257 | Summe: [CURRENCY] |
213 | </string> | 258 | </string> |
214 | <string name="Cost Per Unit"> | 259 | <string name="Cost Per Unit"> |
215 | Stückpreis:L$ | 260 | Stückpreis: [CURRENCY] |
216 | </string> | 261 | </string> |
217 | <string name="Cost Mixed"> | 262 | <string name="Cost Mixed"> |
218 | Mischpreis | 263 | Mischpreis |
@@ -221,31 +266,43 @@ | |||
221 | Mischverkauf | 266 | Mischverkauf |
222 | </string> | 267 | </string> |
223 | </panel> | 268 | </panel> |
224 | <panel label="Objekt" name="Object"> | 269 | |
270 | <!-- Object sub-tab --> | ||
271 | |||
272 | <panel label="Objekt" name="Object" width="272"> | ||
225 | <text name="select_single"> | 273 | <text name="select_single"> |
226 | Wählen Sie nur ein Primitivum aus, um Parameter zu bearbeiten. | 274 | Nur einzelne Primitiva bearbeiten. |
227 | </text> | 275 | </text> |
228 | <text name="edit_object"> | 276 | <text name="edit_object"> |
229 | Objektparameter bearbeiten: | 277 | Objektparameter bearbeiten: |
230 | </text> | 278 | </text> |
231 | <check_box label="Gesperrt" name="checkbox locked" tool_tip="Verhindert, dass Objekt verschoben oder gelöscht wird. Oft beim Bauen nützlich, um unbeabsichtigte Bearbeitungen zu vermeiden."/> | 279 | <check_box label="Gesperrt" name="checkbox locked" tool_tip="Verhindert, dass das Objekt verschoben oder gelöscht wird. Oft beim Bauen nützlich, um unbeabsichtigte Bearbeitungen zu vermeiden."/> |
232 | <check_box label="Physisch" name="Physical Checkbox Ctrl" tool_tip="Gestattet, das Objekt geschoben und von Schwerkraft beeinflusst wird"/> | 280 | <check_box label="Physisch" name="Physical Checkbox Ctrl" tool_tip="Gestattet, dass das Objekt geschoben und von Schwerkraft beeinflusst wird"/> |
233 | <check_box label="Temporär" name="Temporary Checkbox Ctrl" tool_tip="Verursacht, dass Objekt 1 Minute nach Erstellung gelöscht wird."/> | 281 | <check_box label="Temporär" name="Temporary Checkbox Ctrl" tool_tip="Verursacht, dass das Objekt 1 Minute nach Erstellung gelöscht wird."/> |
234 | <check_box label="Phantom" name="Phantom Checkbox Ctrl" tool_tip="Verursacht, dass Objekt nicht mit anderen Objekten oder Avataren kollidiert"/> | 282 | <check_box label="Phantom" name="Phantom Checkbox Ctrl" tool_tip="Verursacht, dass Objekt nicht mit anderen Objekten oder Avataren kollidiert"/> |
283 | |||
235 | <text name="label position"> | 284 | <text name="label position"> |
236 | Position (Meter) | 285 | Position (Meter): |
237 | </text> | 286 | </text> |
238 | <spinner label="X" name="Pos X"/> | 287 | <spinner label="X" name="Pos X"/> |
239 | <spinner label="Y" name="Pos Y"/> | 288 | <spinner label="Y" name="Pos Y"/> |
240 | <spinner label="Z" name="Pos Z"/> | 289 | <spinner label="Z" name="Pos Z"/> |
290 | <button label="C" name="copypos" tool_tip="Position kopieren" /> | ||
291 | <button label="P" name="pastepos" tool_tip="Position einfügen" /> | ||
292 | <button label="p" name="pasteposclip" tool_tip="Position von Zwischenablage einfügen" /> | ||
293 | |||
241 | <text name="label size"> | 294 | <text name="label size"> |
242 | Größe (Meter) | 295 | Größe (Meter): |
243 | </text> | 296 | </text> |
244 | <spinner label="X" name="Scale X"/> | 297 | <spinner label="X" name="Scale X"/> |
245 | <spinner label="Y" name="Scale Y"/> | 298 | <spinner label="Y" name="Scale Y"/> |
246 | <spinner label="Z" name="Scale Z"/> | 299 | <spinner label="Z" name="Scale Z"/> |
300 | <button label="C" name="copysize" tool_tip="Größe kopieren" /> | ||
301 | <button label="P" name="pastesize" tool_tip="Größe einfügen" /> | ||
302 | <button label="p" name="pastesizeclip" tool_tip="Größe von Zwischenablage einfügen" /> | ||
303 | |||
247 | <text name="label rotation"> | 304 | <text name="label rotation"> |
248 | Rotation (Grad) | 305 | Rotation (Grad): |
249 | </text> | 306 | </text> |
250 | <spinner label="X" name="Rot X"/> | 307 | <spinner label="X" name="Rot X"/> |
251 | <spinner label="Y" name="Rot Y"/> | 308 | <spinner label="Y" name="Rot Y"/> |
@@ -253,6 +310,14 @@ | |||
253 | <text name="label material"> | 310 | <text name="label material"> |
254 | Material | 311 | Material |
255 | </text> | 312 | </text> |
313 | <button label="C" name="copyrot" | ||
314 | tool_tip="Rotation kopieren" /> | ||
315 | <button label="P" name="pasterot" tool_tip="Rotation einfügen" /> | ||
316 | <button label="p" name="pasterotclip" tool_tip="Rotation von Zwischenablage einfügen" /> | ||
317 | |||
318 | <text name="label material"> | ||
319 | Material: | ||
320 | </text> | ||
256 | <combo_box name="material"> | 321 | <combo_box name="material"> |
257 | <combo_item name="Stone"> | 322 | <combo_item name="Stone"> |
258 | Stein | 323 | Stein |
@@ -276,10 +341,11 @@ | |||
276 | Gummi | 341 | Gummi |
277 | </combo_item> | 342 | </combo_item> |
278 | </combo_box> | 343 | </combo_box> |
279 | <text left="115" name="label basetype"> | 344 | <button label="Bau-Mathe" label_selected="Bau-Mathe" tool_tip="mathem. Konstanten des Objekts" name="build_math_constants" /> |
345 | <text left="130" name="label basetype"> | ||
280 | Bausteintyp | 346 | Bausteintyp |
281 | </text> | 347 | </text> |
282 | <combo_box left="115" name="comboBaseType"> | 348 | <combo_box left="130" name="comboBaseType"> |
283 | <combo_item name="Box"> | 349 | <combo_item name="Box"> |
284 | Quader | 350 | Quader |
285 | </combo_item> | 351 | </combo_item> |
@@ -305,23 +371,23 @@ | |||
305 | Geformt | 371 | Geformt |
306 | </combo_item> | 372 | </combo_item> |
307 | </combo_box> | 373 | </combo_box> |
308 | <text left="115" name="text cut" width="146"> | 374 | <text left="130" name="text cut" width="146"> |
309 | Pfadschnitt Beginn und Ende | 375 | Pfadschnitt Beginn und Ende: |
310 | </text> | 376 | </text> |
311 | <spinner label="B" left="115" name="cut begin"/> | 377 | <spinner label="B" left="130" name="cut begin"/> |
312 | <spinner label="E" left="115" name="cut end"/> | 378 | <spinner label="E" left="130" name="cut end"/> |
313 | <text left="115" name="text hollow"> | 379 | <text left="130" name="text hollow"> |
314 | Hohl | 380 | Hohl: |
315 | </text> | 381 | </text> |
316 | <text left="115" name="text skew"> | 382 | <text left="130" name="text skew"> |
317 | Versatz | 383 | Versatz: |
318 | </text> | 384 | </text> |
319 | <spinner left="115" name="Scale 1"/> | 385 | <spinner left="130" name="Scale 1"/> |
320 | <spinner left="115" name="Skew"/> | 386 | <spinner left="130" name="Skew"/> |
321 | <text left="115" name="Hollow Shape"> | 387 | <text left="130" name="Hollow Shape"> |
322 | Hohlform | 388 | Hohlform: |
323 | </text> | 389 | </text> |
324 | <combo_box left="115" name="hole"> | 390 | <combo_box left="130" name="hole"> |
325 | <combo_item name="Default"> | 391 | <combo_item name="Default"> |
326 | Standard | 392 | Standard |
327 | </combo_item> | 393 | </combo_item> |
@@ -335,57 +401,59 @@ | |||
335 | Dreieck | 401 | Dreieck |
336 | </combo_item> | 402 | </combo_item> |
337 | </combo_box> | 403 | </combo_box> |
338 | <text left="115" name="text twist"> | 404 | <text left="130" name="text twist"> |
339 | Torsion | 405 | Torsion Beginn und Ende: |
340 | </text> | 406 | </text> |
341 | <spinner label="B" left="115" name="Twist Begin"/> | 407 | <spinner label="B" left="130" name="Twist Begin"/> |
342 | <spinner label="E" left="115" name="Twist End"/> | 408 | <spinner label="E" left="130" name="Twist End"/> |
343 | <text left="115" name="scale_taper"> | 409 | <text left="130" name="scale_taper"> |
344 | Verjüngung | 410 | Verjüngung: |
345 | </text> | 411 | </text> |
346 | <text left="115" name="scale_hole"> | 412 | <text left="130" name="scale_hole"> |
347 | Lochgröße | 413 | Lochgröße: |
348 | </text> | 414 | </text> |
349 | <spinner label="X" left="115" name="Taper Scale X"/> | 415 | <spinner label="X" left="130" name="Taper Scale X"/> |
350 | <spinner label="Y" left="115" name="Taper Scale Y"/> | 416 | <spinner label="Y" left="130" name="Taper Scale Y"/> |
351 | <text left="115" name="text topshear"> | 417 | <text left="130" name="text topshear"> |
352 | Verscherung | 418 | Verscherung: |
353 | </text> | 419 | </text> |
354 | <spinner label="X" left="115" name="Shear X"/> | 420 | <spinner label="X" left="130" name="Shear X"/> |
355 | <spinner label="Y" left="115" name="Shear Y"/> | 421 | <spinner label="Y" left="130" name="Shear Y"/> |
356 | <text left="115" name="advanced_cut" width="153"> | 422 | <text left="130" name="advanced_cut" width="153"> |
357 | Profilschnitt-Beginn und Ende | 423 | Profilschnitt-Beginn und Ende: |
358 | </text> | 424 | </text> |
359 | <text left="115" name="advanced_dimple"> | 425 | <text left="130" name="advanced_dimple"> |
360 | Vertiefung-Beginn und Ende | 426 | Vertiefung-Beginn und Ende: |
361 | </text> | 427 | </text> |
362 | <text name="advanced_slice"> | 428 | <text left="130" name="advanced_slice"> |
363 | Anfang/Ende abschneiden | 429 | Anfang/Ende abschneiden: |
364 | </text> | 430 | </text> |
365 | <spinner label="B" left="115" name="Path Limit Begin"/> | 431 | <spinner label="B" left="130" name="Path Limit Begin"/> |
366 | <spinner label="E" name="Path Limit End"/> | 432 | <spinner label="E" name="Path Limit End"/> |
367 | <text left="115" name="text taper2"> | 433 | <text left="130" name="text taper2"> |
368 | Verjüngung | 434 | Verjüngung: |
369 | </text> | 435 | </text> |
370 | <spinner label="X" left="115" name="Taper X"/> | 436 | <spinner label="X" left="130" name="Taper X"/> |
371 | <spinner label="Y" name="Taper Y"/> | 437 | <spinner label="Y" name="Taper Y"/> |
372 | <text left="115" name="text radius delta"> | 438 | <text left="130" name="text radius delta"> |
373 | Radius | 439 | Radius: |
374 | </text> | 440 | </text> |
375 | <text name="text revolutions" width="74"> | 441 | <text name="text revolutions" width="74"> |
376 | Umdrehungen | 442 | Umdrehungen: |
377 | </text> | 443 | </text> |
378 | <spinner left="115" name="Radius Offset"/> | 444 | <spinner left="130" name="Radius Offset"/> |
445 | <spinner name="Revolutions" /> | ||
446 | |||
379 | <texture_picker label="Textur für gestaltetes | 447 | <texture_picker label="Textur für gestaltetes |
380 | Primitiv" name="sculpt texture control" tool_tip="Klicken Sie hier, um ein Bild auszuwählen"/> | 448 | Primitiv:" name="sculpt texture control" tool_tip="Klicken Sie hier, um ein Bild auszuwählen"/> |
381 | <check_box bottom_delta="-34" label="Spiegeln" name="sculpt mirror control" tool_tip="Geformtes Primitiv entlang der X-Achse spiegeln."/> | 449 | <check_box bottom_delta="-34" label="Spiegeln" name="sculpt mirror control" tool_tip="Geformtes Primitiv entlang der X-Achse spiegeln."/> |
382 | <check_box label="Wenden" name="sculpt invert control" tool_tip="Dreht die Normalen des geformten Primitivs von innen nach außen."/> | 450 | <check_box label="Wenden" name="sculpt invert control" tool_tip="Dreht die Normalen des geformten Primitivs von innen nach außen."/> |
383 | <text name="label sculpt type"> | 451 | <text name="label sculpt type"> |
384 | Naht | 452 | Naht: |
385 | </text> | 453 | </text> |
386 | <combo_box name="sculpt type control"> | 454 | <combo_box name="sculpt type control"> |
387 | <combo_item name="None"> | 455 | <combo_item name="None"> |
388 | (keiner) | 456 | (keine) |
389 | </combo_item> | 457 | </combo_item> |
390 | <combo_item name="Sphere"> | 458 | <combo_item name="Sphere"> |
391 | Kugel | 459 | Kugel |
@@ -401,31 +469,38 @@ Primitiv" name="sculpt texture control" tool_tip="Klicken Sie hier, um ein Bild | |||
401 | </combo_item> | 469 | </combo_item> |
402 | </combo_box> | 470 | </combo_box> |
403 | </panel> | 471 | </panel> |
404 | <panel label="Eigenschaften" name="Features"> | 472 | |
473 | <!-- Features sub-tab --> | ||
474 | |||
475 | <panel label="Eigenschaften" name="Features" height="25" > | ||
405 | <text name="select_single"> | 476 | <text name="select_single"> |
406 | Wählen Sie nur einen einzelnen Baustein aus, um Eigenschaften zu bearbeiten. | 477 | Wählen Sie nur einen einzelnen Baustein aus, |
478 | um Eigenschaften zu bearbeiten. | ||
407 | </text> | 479 | </text> |
408 | <text name="edit_object"> | 480 | <text name="edit_object" bottom_delta="-10" > |
409 | Objekteigenschaften bearbeiten: | 481 | Objekteigenschaften bearbeiten: |
410 | </text> | 482 | </text> |
411 | <check_box label="Flexibler Weg" name="Flexible1D Checkbox Ctrl" tool_tip="Gestattet, dass Objekt um die Z-Achse gebogen wird. (nur Client-Seite)"/> | 483 | <check_box label="Flexibler Weg" name="Flexible1D Checkbox Ctrl" tool_tip="Gestattet, dass Objekt um die Z-Achse gebogen wird. (nur Client-Seite)"/> |
412 | <spinner label="Weichheit" name="FlexNumSections"/> | 484 | <spinner label="Weichheit:" name="FlexNumSections"/> |
413 | <spinner label="Schwerkraft" name="FlexGravity"/> | 485 | <spinner label="Schwerkraft:" name="FlexGravity"/> |
414 | <spinner label="Ziehen" name="FlexFriction"/> | 486 | <spinner label="Ziehen:" name="FlexFriction"/> |
415 | <spinner label="Wind" name="FlexWind"/> | 487 | <spinner label="Wind:" name="FlexWind"/> |
416 | <spinner label="Spannung" name="FlexTension"/> | 488 | <spinner label="Spannung:" name="FlexTension"/> |
417 | <spinner label="Erzwingen X" name="FlexForceX"/> | 489 | <spinner label="Erzwingen X:" name="FlexForceX"/> |
418 | <spinner label="Erzwingen Y" name="FlexForceY"/> | 490 | <spinner label="Erzwingen Y:" name="FlexForceY"/> |
419 | <spinner label="Erzwingen Z" name="FlexForceZ"/> | 491 | <spinner label="Erzwingen Z:" name="FlexForceZ"/> |
420 | <check_box label="Licht" name="Light Checkbox Ctrl" tool_tip="Verursacht, dass Objekt Licht emittiert"/> | 492 | <check_box label="Licht" name="Light Checkbox Ctrl" tool_tip="Verursacht, dass das Objekt Licht ausstrahlt"/> |
421 | <text name="label color"> | 493 | <text name="label color"> |
422 | Farbe | 494 | Farbe: |
423 | </text> | 495 | </text> |
424 | <color_swatch label="" name="colorswatch" tool_tip="Klicken, um Farbauswahl zu öffnen"/> | 496 | <color_swatch label="" name="colorswatch" tool_tip="Klicken, um Farbauswahl zu öffnen"/> |
425 | <spinner label="Intensität" name="Light Intensity"/> | 497 | <spinner label="Intensität:" name="Light Intensity"/> |
426 | <spinner label="Radius" name="Light Radius"/> | 498 | <spinner label="Radius:" name="Light Radius"/> |
427 | <spinner label="Abnehmend" name="Light Falloff"/> | 499 | <spinner label="Abnehmend:" name="Light Falloff"/> |
428 | </panel> | 500 | </panel> |
501 | |||
502 | <!-- Texture sub-tab --> | ||
503 | |||
429 | <panel label="Textur" name="Texture"> | 504 | <panel label="Textur" name="Texture"> |
430 | <texture_picker label="Textur" name="texture control" tool_tip="Klicken, um ein Bild zu wählen"/> | 505 | <texture_picker label="Textur" name="texture control" tool_tip="Klicken, um ein Bild zu wählen"/> |
431 | <color_swatch label="Farbe" name="colorswatch" tool_tip="Klicken, um Farbauswahl zu öffnen"/> | 506 | <color_swatch label="Farbe" name="colorswatch" tool_tip="Klicken, um Farbauswahl zu öffnen"/> |
@@ -517,12 +592,14 @@ Primitiv" name="sculpt texture control" tool_tip="Klicken Sie hier, um ein Bild | |||
517 | Stuck | 592 | Stuck |
518 | </combo_item> | 593 | </combo_item> |
519 | <combo_item name="suction"> | 594 | <combo_item name="suction"> |
520 | Saugen | 595 | Sog |
521 | </combo_item> | 596 | </combo_item> |
522 | <combo_item name="weave"> | 597 | <combo_item name="weave"> |
523 | gewoben | 598 | Gewebe |
524 | </combo_item> | 599 | </combo_item> |
525 | </combo_box> | 600 | </combo_box> |
601 | <check_box label="Ebene Texturen ausrichten" | ||
602 | name="checkbox planar align" tool_tip="Richtet Texturen auf allen ausgewählten Flächen nach der letzten Fläche aus. Benötigt ebene Texturzuordnung." /> | ||
526 | <text name="tex scale"> | 603 | <text name="tex scale"> |
527 | Wiederholungen | 604 | Wiederholungen |
528 | </text> | 605 | </text> |
@@ -553,32 +630,40 @@ Primitiv" name="sculpt texture control" tool_tip="Klicken Sie hier, um ein Bild | |||
553 | (zuerst laden) | 630 | (zuerst laden) |
554 | </text> | 631 | </text> |
555 | <button label="Ausrichten" label_selected="Ausrichten" name="button align"/> | 632 | <button label="Ausrichten" label_selected="Ausrichten" name="button align"/> |
633 | <button label="Textur Mathe" label_selected="Textur Mathe" tool_tip="Texture math constants" name="texture_math_constants" /> | ||
556 | </panel> | 634 | </panel> |
557 | <panel label="Inhalt" name="Contents"> | 635 | <panel label="Inhalt" name="Contents"> |
558 | <button label="Neues Skript" label_selected="Neues Skript..." name="button new script"/> | 636 | <button label="Neues Skript" label_selected="Neues Skript..." name="button new script"/> |
559 | <button label="Berechtigungen..." name="button permissions" width="118"/> | 637 | <button label="Berechtigungen..." name="button permissions" width="118"/> |
638 | <panel name="ContentsInventory" /> | ||
560 | </panel> | 639 | </panel> |
561 | </tab_container> | 640 | </tab_container> |
641 | |||
642 | <!-- Land Info sub-tab --> | ||
643 | |||
562 | <panel name="land info panel"> | 644 | <panel name="land info panel"> |
645 | <!-- Parcel Information --> | ||
563 | <text name="label_parcel_info"> | 646 | <text name="label_parcel_info"> |
564 | Parzelleninformation | 647 | Parzelleninformation: |
565 | </text> | 648 | </text> |
566 | <text name="label_area_price"> | 649 | <text name="label_area_price"> |
567 | Preis: L$ [PRICE] für [AREA] m2. | 650 | Preis: [CURRENCY][PRICE] für [AREA] m2. |
568 | </text> | 651 | </text> |
569 | <text name="label_area"> | 652 | <text name="label_area"> |
570 | Fläche: [AREA] m2 | 653 | Fläche: [AREA] m2 |
571 | </text> | 654 | </text> |
572 | <button label="Info zu Land..." label_selected="Info zu Land..." name="button about land" width="110"/> | 655 | <button label="Landinfo..." label_selected="Landinfo..." name="button about land" width="110" /> |
573 | <check_box label="Eigentümer anzeigen" name="checkbox show owners" tool_tip="Parzellen nach Eigentümer farbig kennzeichnen"/> | 656 | <check_box label="Eigentümer anzeigen" name="checkbox show owners" tool_tip="Parzellen nach Eigentümer farbig kennzeichnen"/> |
574 | <button label="?" label_selected="?" name="button show owners help" left_delta="130"/> | 657 | <button label="?" label_selected="?" name="button show owners help" left_delta="130"/> |
658 | <!-- Modify Parcel --> | ||
575 | <text name="label_parcel_modify"> | 659 | <text name="label_parcel_modify"> |
576 | Parzelle ändern | 660 | Parzelle ändern: |
577 | </text> | 661 | </text> |
578 | <button label="Unterteilen..." label_selected="Unterteilen..." name="button subdivide land" width="110"/> | 662 | <button label="Unterteilen..." label_selected="Unterteilen..." name="button subdivide land" width="110"/> |
579 | <button label="Zusammenlegen" label_selected="Zusammenlegen" name="button join land" width="110"/> | 663 | <button label="Zusammenlegen" label_selected="Zusammenlegen" name="button join land" width="110"/> |
664 | <!-- Land Transactions --> | ||
580 | <text name="label_parcel_trans"> | 665 | <text name="label_parcel_trans"> |
581 | Land-Transaktionen | 666 | Land-Transaktionen: |
582 | </text> | 667 | </text> |
583 | <button label="Land kaufen..." label_selected="Land kaufen..." name="button buy land" width="110"/> | 668 | <button label="Land kaufen..." label_selected="Land kaufen..." name="button buy land" width="110"/> |
584 | <button label="Land aufgeben..." label_selected="Land aufgeben..." name="button abandon land" width="110"/> | 669 | <button label="Land aufgeben..." label_selected="Land aufgeben..." name="button abandon land" width="110"/> |
@@ -602,7 +687,7 @@ Primitiv" name="sculpt texture control" tool_tip="Klicken Sie hier, um ein Bild | |||
602 | Ziehen, um Objekte zu verschieben, Strg zum Heben, Strg-Umschalt zum Drehen | 687 | Ziehen, um Objekte zu verschieben, Strg zum Heben, Strg-Umschalt zum Drehen |
603 | </string> | 688 | </string> |
604 | <string name="status_place"> | 689 | <string name="status_place"> |
605 | Inworld klicken, um zu bauen. | 690 | In-Welt klicken, um zu bauen |
606 | </string> | 691 | </string> |
607 | <string name="status_selectland"> | 692 | <string name="status_selectland"> |
608 | Klicken und ziehen, um Land auszuwählen | 693 | Klicken und ziehen, um Land auszuwählen |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_top_objects.xml b/linden/indra/newview/skins/default/xui/de/floater_top_objects.xml index f9e7bec..8a196b1 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_top_objects.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_top_objects.xml | |||
@@ -41,7 +41,7 @@ | |||
41 | Zeit | 41 | Zeit |
42 | </string> | 42 | </string> |
43 | <string name="scripts_mono_time_label"> | 43 | <string name="scripts_mono_time_label"> |
44 | Mono-Uhrzeit: | 44 | Mono-Uhrzeit |
45 | </string> | 45 | </string> |
46 | <string name="top_colliders_title"> | 46 | <string name="top_colliders_title"> |
47 | Top-Kollisionsobjekte | 47 | Top-Kollisionsobjekte |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_tos.xml b/linden/indra/newview/skins/default/xui/de/floater_tos.xml index 42f48fa..b3fa2a4 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_tos.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_tos.xml | |||
@@ -2,18 +2,8 @@ | |||
2 | <floater name="modal container" title=" "> | 2 | <floater name="modal container" title=" "> |
3 | <button label="Weiter" label_selected="Weiter" name="Continue" /> | 3 | <button label="Weiter" label_selected="Weiter" name="Continue" /> |
4 | <button label="Abbrechen" label_selected="Abbrechen" name="Cancel" /> | 4 | <button label="Abbrechen" label_selected="Abbrechen" name="Cancel" /> |
5 | <radio_group name="tos_agreement"> | 5 | <check_box label="Ich stimme den Nutzungsbedingungen zu" |
6 | <radio_item name="radio_disagree"> | 6 | name="agree_chk" /> |
7 | Ich stimme den Nutzungsbedingungen nicht zu | ||
8 | </radio_item> | ||
9 | <radio_item name="radio_agree"> | ||
10 | Ich stimme den Nutzungsbedingungen zu | ||
11 | </radio_item> | ||
12 | </radio_group> | ||
13 | <text name="tos_title"> | ||
14 | Nutzungsvereinbarung | ||
15 | </text> | ||
16 | <check_box label="Ich stimme den Nutzungsbedingungen zu" name="agree_chk" /> | ||
17 | <text name="tos_heading"> | 7 | <text name="tos_heading"> |
18 | Lesen Sie die folgenden Nutzungsbedingungen sorgfältig durch. Sie müssen dieser Vereinbarung | 8 | Lesen Sie die folgenden Nutzungsbedingungen sorgfältig durch. Sie müssen dieser Vereinbarung |
19 | zustimmen, um Second Life benutzen zu können. | 9 | zustimmen, um Second Life benutzen zu können. |
@@ -21,7 +11,8 @@ zustimmen, um Second Life benutzen zu können. | |||
21 | <text_editor name="tos_text"> | 11 | <text_editor name="tos_text"> |
22 | TOS_TEXT | 12 | TOS_TEXT |
23 | </text_editor> | 13 | </text_editor> |
24 | <text name="real_url"> | 14 | |
15 | <string name="real_url"> | ||
25 | http://secondlife.com/app/tos/ | 16 | http://secondlife.com/app/tos/ |
26 | </text> | 17 | </string> |
27 | </floater> | 18 | </floater> |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_voice_license.xml b/linden/indra/newview/skins/default/xui/de/floater_voice_license.xml new file mode 100644 index 0000000..a79224b --- /dev/null +++ b/linden/indra/newview/skins/default/xui/de/floater_voice_license.xml | |||
@@ -0,0 +1,18 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <floater name="modal container" title=""> | ||
3 | <button label="Weiter" label_selected="Weiter" name="Continue" /> | ||
4 | <button label="Abbrechen" label_selected="Abbrechen" name="Cancel" /> | ||
5 | <check_box label="Ich stimme den Bedingungen der Vivox-Richtlinie zur akzeptieren Nutzung zu" | ||
6 | name="agree_chk" /> | ||
7 | <text name="license_heading"> | ||
8 | Bitte lesen Sie das folgende Dokument sorgfältig durch. | ||
9 | Um Vivox Sprach-Chat nutzen zu können, müssen Sie den Bedingungen zustimmen. | ||
10 | </text> | ||
11 | <text_editor name="license_text"> | ||
12 | LICENSE_TEXT | ||
13 | </text_editor> | ||
14 | |||
15 | <string name="real_url"> | ||
16 | http://www.vivox.com/vivox_aup.html | ||
17 | </string> | ||
18 | </floater> | ||
diff --git a/linden/indra/newview/skins/default/xui/de/floater_water.xml b/linden/indra/newview/skins/default/xui/de/floater_water.xml index 95b4694..b768a12 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_water.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_water.xml | |||
@@ -4,7 +4,15 @@ | |||
4 | Voreinstellungen: | 4 | Voreinstellungen: |
5 | </text> | 5 | </text> |
6 | <button label="Neu" label_selected="Neu" name="WaterNewPreset" /> | 6 | <button label="Neu" label_selected="Neu" name="WaterNewPreset" /> |
7 | <button label="Speichern" label_selected="Speichern" name="WaterSavePreset" /> | 7 | <flyout_button label="Auf Platte speichern" |
8 | name="WaterSavePreset"> | ||
9 | <flyout_button_item name="save_inventory_item"> | ||
10 | In Inventar speichern | ||
11 | </flyout_button_item> | ||
12 | <flyout_button_item name="save_disk_item"> | ||
13 | Auf Platte speichern | ||
14 | </flyout_button_item> | ||
15 | </flyout_button> | ||
8 | <button label="Löschen" label_selected="Löschen" name="WaterDeletePreset" /> | 16 | <button label="Löschen" label_selected="Löschen" name="WaterDeletePreset" /> |
9 | <tab_container name="Water Tabs"> | 17 | <tab_container name="Water Tabs"> |
10 | <panel label="Einstellungen" name="Settings"> | 18 | <panel label="Einstellungen" name="Settings"> |
@@ -12,7 +20,7 @@ | |||
12 | Wassertrübungsfarbe | 20 | Wassertrübungsfarbe |
13 | </text> | 21 | </text> |
14 | <button label=" ?" name="WaterFogColorHelp" left="175" /> | 22 | <button label=" ?" name="WaterFogColorHelp" left="175" /> |
15 | <color_swatch name="WaterFogColor" tool_tip="Klicken Sie hier, um die Farbauswahl zu öffnen" /> | 23 | <color_swatch name="WaterFogColor" tool_tip="Hier klicken, um die Farbauswahl zu öffnen" /> |
16 | <text name="WaterFogDensText"> | 24 | <text name="WaterFogDensText"> |
17 | Wassertrübungsdichte | 25 | Wassertrübungsdichte |
18 | </text> | 26 | </text> |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_wearable_save_as.xml b/linden/indra/newview/skins/default/xui/de/floater_wearable_save_as.xml index 89e351e..5ca57e4 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_wearable_save_as.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_wearable_save_as.xml | |||
@@ -1,5 +1,5 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <floater name="modal container" title=" "> | 2 | <floater name="modal container" title=""> |
3 | <button label="Speichern" label_selected="Speichern" name="Save" /> | 3 | <button label="Speichern" label_selected="Speichern" name="Save" /> |
4 | <button label="Abbrechen" label_selected="Abbrechen" name="Cancel" /> | 4 | <button label="Abbrechen" label_selected="Abbrechen" name="Cancel" /> |
5 | <text type="string" length="1" name="Save item as:"> | 5 | <text type="string" length="1" name="Save item as:"> |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_windlight_options.xml b/linden/indra/newview/skins/default/xui/de/floater_windlight_options.xml index 8df412d..09ffcd2 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_windlight_options.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_windlight_options.xml | |||
@@ -4,10 +4,15 @@ | |||
4 | Voreinstellungen: | 4 | Voreinstellungen: |
5 | </text> | 5 | </text> |
6 | <button label="Neu" label_selected="Neu" name="WLNewPreset" /> | 6 | <button label="Neu" label_selected="Neu" name="WLNewPreset" /> |
7 | <button label="Speichern" label_selected="Speichern" name="WLSavePreset" /> | 7 | <flyout_button label="Auf Platte speichern" name="WLSavePreset"> |
8 | <flyout_button_item name="save_inventory_item"> | ||
9 | In Inventar speichern | ||
10 | </flyout_button_item> | ||
11 | <flyout_button_item name="save_disk_item"> | ||
12 | Auf Platte speichern | ||
13 | </flyout_button_item> | ||
14 | </flyout_button> | ||
8 | <button label="Löschen" label_selected="Löschen" name="WLDeletePreset" /> | 15 | <button label="Löschen" label_selected="Löschen" name="WLDeletePreset" /> |
9 | <button label="Tageszyklus-Editor" label_selected="Tageszyklus-Editor" | ||
10 | name="WLDayCycleMenuButton" /> | ||
11 | <tab_container name="WindLight Tabs"> | 16 | <tab_container name="WindLight Tabs"> |
12 | <panel label="Atmosphäre" name="Atmosphere"> | 17 | <panel label="Atmosphäre" name="Atmosphere"> |
13 | <text name="BHText"> | 18 | <text name="BHText"> |
@@ -184,6 +189,8 @@ | |||
184 | <button label=" ?" name="WLClassicCloudsHelp" /> | 189 | <button label=" ?" name="WLClassicCloudsHelp" /> |
185 | </panel> | 190 | </panel> |
186 | </tab_container> | 191 | </tab_container> |
192 | <button label="Tageszyklus-Editor" label_selected="Tageszyklus-Editor" | ||
193 | name="WLDayCycleMenuButton" /> | ||
187 | <string name="WLDefaultSkyNames"> | 194 | <string name="WLDefaultSkyNames"> |
188 | A-12AM:A-12PM:A-3AM:A-3PM:A-4.30PM:A-6AM:A-6PM:A-9AM:A-9PM:Barcelona:Blizzard:Blue Midday:Coastal Afternoon:Coastal Sunset:Default:Desert Sunset:Fine Day:Fluffy Big Clouds:Foggy:Funky Funky:Funky Funky Funky:Gelatto:Ghost:Incongruent Truths:Midday 1:Midday 2:Midday 3:Midday 4:Night:Pirate:Purple:Sailor's Delight:Sheer Sensuality | 195 | A-12AM:A-12PM:A-3AM:A-3PM:A-4.30PM:A-6AM:A-6PM:A-9AM:A-9PM:Barcelona:Blizzard:Blue Midday:Coastal Afternoon:Coastal Sunset:Default:Desert Sunset:Fine Day:Fluffy Big Clouds:Foggy:Funky Funky:Funky Funky Funky:Gelatto:Ghost:Incongruent Truths:Midday 1:Midday 2:Midday 3:Midday 4:Night:Pirate:Purple:Sailor's Delight:Sheer Sensuality |
189 | </string> | 196 | </string> |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_world_map.xml b/linden/indra/newview/skins/default/xui/de/floater_world_map.xml index d28b55e..e0d95e6 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_world_map.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_world_map.xml | |||
@@ -14,19 +14,19 @@ | |||
14 | Auktion | 14 | Auktion |
15 | </text> | 15 | </text> |
16 | <text font="SansSerifSmall" name="land_for_sale_label"> | 16 | <text font="SansSerifSmall" name="land_for_sale_label"> |
17 | Land erhaeltlich | 17 | Land zum Verkauf |
18 | </text> | 18 | </text> |
19 | <button label="Nach Hause" label_selected="Nach Hause" name="Go Home" tool_tip="Nach Hause teleportieren"/> | 19 | <button label="Nach Hause" label_selected="Nach Hause" name="Go Home" tool_tip="Zu Ihrem Zuhause teleportieren"/> |
20 | <check_box label="Einwohner" name="people_chk"/> | 20 | <check_box label="Einwohner" name="people_chk"/> |
21 | <check_box label="Infohub" name="infohub_chk"/> | 21 | <check_box label="Infohub" name="infohub_chk"/> |
22 | <check_box label="Telehub" name="telehubchk"/> | 22 | <check_box label="Telehub" name="telehubchk"/> |
23 | <check_box label="Land zu verkaufen" name="land_for_sale_chk"/> | 23 | <check_box label="Land zum Verkauf" name="land_for_sale_chk"/> |
24 | <text name="events_label"> | 24 | <text name="events_label"> |
25 | Events: | 25 | Events: |
26 | </text> | 26 | </text> |
27 | <check_box label="PG" name="event_chk"/> | 27 | <check_box label="PG" name="event_chk"/> |
28 | <check_box label="Mature" name="event_mature_chk"/> | 28 | <check_box label="Reif" name="event_mature_chk"/> |
29 | <check_box label="Adult" name="event_adult_chk"/> | 29 | <check_box label="Erwachsen" name="event_adult_chk"/> |
30 | <combo_box label="Online-Freunde" name="friend combo" tool_tip="Freund, der auf Karte angezeigt werden soll"> | 30 | <combo_box label="Online-Freunde" name="friend combo" tool_tip="Freund, der auf Karte angezeigt werden soll"> |
31 | <combo_item name="none_selected"> | 31 | <combo_item name="none_selected"> |
32 | Online-Freunde | 32 | Online-Freunde |
@@ -47,15 +47,15 @@ | |||
47 | <column label="" name="sim_name"/> | 47 | <column label="" name="sim_name"/> |
48 | </scroll_list> | 48 | </scroll_list> |
49 | <text name="location_label"> | 49 | <text name="location_label"> |
50 | Standort: | 50 | Ort: |
51 | </text> | 51 | </text> |
52 | <spinner name="spin x" tool_tip="X-Koordinate der Position auf der Karte"/> | 52 | <spinner name="spin x" tool_tip="X-Koordinate des Ortes auf der Karte"/> |
53 | <spinner name="spin y" tool_tip="Y-Koordinate der Position auf der Karte"/> | 53 | <spinner name="spin y" tool_tip="Y-Koordinate des Ortes auf der Karte"/> |
54 | <spinner name="spin z" tool_tip="Z-Koordinate der Position auf der Karte"/> | 54 | <spinner name="spin z" tool_tip="Z-Koordinate des Ortes auf der Karte"/> |
55 | <button label="Teleportieren" label_selected="Teleportieren" name="Teleport" tool_tip="Zu ausgewählter Position teleportieren"/> | 55 | <button label="Teleportieren" label_selected="Teleportieren" name="Teleport" tool_tip="Zu ausgewähltem Ort teleportieren"/> |
56 | <button label="Gesuchte Position" label_selected="Ziel anzeigen" name="Show Destination" tool_tip="Karte auf ausgewählte Position zentrieren"/> | 56 | <button label="Ziel anzeigen" label_selected="Ziel anzeigen" name="Show Destination" tool_tip="Karte auf ausgewählten Ort zentrieren"/> |
57 | <button label="Löschen" label_selected="Löschen" name="Clear" tool_tip="Verfolgung abschalten"/> | 57 | <button label="Löschen" label_selected="Löschen" name="Clear" tool_tip="Verfolgung abschalten"/> |
58 | <button label="Meine Position" label_selected="Wo bin ich?" name="Show My Location" tool_tip="Karte auf Position Ihres Avatars zentrieren"/> | 58 | <button label="Meine Position" label_selected="Meine Position" name="Show My Location" tool_tip="Karte auf Position Ihres Avatars zentrieren"/> |
59 | <button font="SansSerifSmall" label="SLURL in die Zwischenablage kopieren" name="copy_slurl" tool_tip="Kopiert die aktuelle Position als SLURL zur Verwendung im Web."/> | 59 | <button font="SansSerifSmall" label="SLURL in Zwischenablage kopieren" name="copy_slurl" tool_tip="Kopiert die aktuelle Position als SLURL zur Verwendung im Internet."/> |
60 | <slider label="Zoom" name="zoom slider"/> | 60 | <slider label="Zoom" name="zoom slider"/> |
61 | </floater> | 61 | </floater> |
diff --git a/linden/indra/newview/skins/default/xui/de/menu_rightclick_text.xml b/linden/indra/newview/skins/default/xui/de/menu_rightclick_text.xml new file mode 100644 index 0000000..36fa667 --- /dev/null +++ b/linden/indra/newview/skins/default/xui/de/menu_rightclick_text.xml | |||
@@ -0,0 +1,116 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | |||
3 | <menu drop_shadow="true" | ||
4 | mouse_opaque="false" name="Text Edit Menu" opaque="true"> | ||
5 | <menu_item_call label="Cut" mouse_opaque="true" | ||
6 | name="Cut Text"> | ||
7 | <on_click function="textfield_cut" userdata="about" /> | ||
8 | <on_enable function="textfield_cut_enable" /> | ||
9 | </menu_item_call> | ||
10 | <menu_item_call label="Copy" mouse_opaque="true" | ||
11 | name="Copy Text" > | ||
12 | <on_click function="textfield_copy" userdata="" /> | ||
13 | <on_enable function="textfield_copy_enable" /> | ||
14 | </menu_item_call> | ||
15 | <menu_item_call label="Paste" mouse_opaque="true" | ||
16 | name="Paste Text" > | ||
17 | <on_click function="textfield_paste" userdata="" /> | ||
18 | <on_enable function="textfield_paste_enable" /> | ||
19 | </menu_item_call> | ||
20 | <menu_item_call label="Delete" mouse_opaque="true" | ||
21 | name="Delete Text" > | ||
22 | <on_click function="textfield_delete" userdata="" /> | ||
23 | <on_enable function="textfield_delete_enable" /> | ||
24 | </menu_item_call> | ||
25 | <menu_item_separator /> | ||
26 | <menu_item_call label="Select All" mouse_opaque="true" | ||
27 | name="Select All Text" > | ||
28 | <on_click function="textfield_selectall" userdata="" /> | ||
29 | <on_enable function="textfield_selectall_enable" /> | ||
30 | </menu_item_call> | ||
31 | <menu_item_separator name="Translate" /> | ||
32 | <menu drop_shadow="true" | ||
33 | mouse_opaque="false" name="Translation Options" | ||
34 | bottom_delta="0" label="Translate To..." opaque="true" > | ||
35 | <menu_item_call label="English" mouse_opaque="true" | ||
36 | name="Translate Text" > | ||
37 | <on_click function="textfield_translate" translate="true" userdata="en" /> | ||
38 | <on_enable function="textfield_translate_enable" /> | ||
39 | </menu_item_call> | ||
40 | <menu_item_call label="Danish" mouse_opaque="true" | ||
41 | name="Translate Text" > | ||
42 | <on_click function="textfield_translate" translate="true" userdata="da" /> | ||
43 | <on_enable function="textfield_translate_enable" /> | ||
44 | </menu_item_call> | ||
45 | <menu_item_call label="Deutsch (German)" mouse_opaque="true" | ||
46 | name="Translate Text" > | ||
47 | <on_click function="textfield_translate" translate="true" userdata="de" /> | ||
48 | <on_enable function="textfield_translate_enable" /> | ||
49 | </menu_item_call> | ||
50 | <menu_item_call label="Spanish" mouse_opaque="true" | ||
51 | name="Translate Text" > | ||
52 | <on_click function="textfield_translate" translate="true" userdata="es" /> | ||
53 | <on_enable function="textfield_translate_enable" /> | ||
54 | </menu_item_call> | ||
55 | <menu_item_call label="French" mouse_opaque="true" | ||
56 | name="Translate Text" > | ||
57 | <on_click function="textfield_translate" translate="true" userdata="fr" /> | ||
58 | <on_enable function="textfield_translate_enable" /> | ||
59 | </menu_item_call> | ||
60 | <menu_item_call label="Italian" mouse_opaque="true" | ||
61 | name="Translate Text" > | ||
62 | <on_click function="textfield_translate" translate="true" userdata="it" /> | ||
63 | <on_enable function="textfield_translate_enable" /> | ||
64 | </menu_item_call> | ||
65 | <menu_item_call label="Hungarian" mouse_opaque="true" | ||
66 | name="Translate Text" > | ||
67 | <on_click function="textfield_translate" translate="true" userdata="hu" /> | ||
68 | <on_enable function="textfield_translate_enable" /> | ||
69 | </menu_item_call> | ||
70 | <menu_item_call label="Dutch" mouse_opaque="true" | ||
71 | name="Translate Text" > | ||
72 | <on_click function="textfield_translate" translate="true" userdata="nl" /> | ||
73 | <on_enable function="textfield_translate_enable" /> | ||
74 | </menu_item_call> | ||
75 | <menu_item_call label="Polish" mouse_opaque="true" | ||
76 | name="Translate Text" > | ||
77 | <on_click function="textfield_translate" translate="true" userdata="pl" /> | ||
78 | <on_enable function="textfield_translate_enable" /> | ||
79 | </menu_item_call> | ||
80 | <menu_item_call label="Portugese" mouse_opaque="true" | ||
81 | name="Translate Text" > | ||
82 | <on_click function="textfield_translate" translate="true" userdata="pt" /> | ||
83 | <on_enable function="textfield_translate_enable" /> | ||
84 | </menu_item_call> | ||
85 | <menu_item_call label="Russian" mouse_opaque="true" | ||
86 | name="Translate Text" > | ||
87 | <on_click function="textfield_translate" translate="true" userdata="ru" /> | ||
88 | <on_enable function="textfield_translate_enable" /> | ||
89 | </menu_item_call> | ||
90 | <menu_item_call label="Turkish" mouse_opaque="true" | ||
91 | name="Translate Text" > | ||
92 | <on_click function="textfield_translate" translate="true" userdata="tr" /> | ||
93 | <on_enable function="textfield_translate_enable" /> | ||
94 | </menu_item_call> | ||
95 | <menu_item_call label="Ukrainian" mouse_opaque="true" | ||
96 | name="Translate Text" > | ||
97 | <on_click function="textfield_translate" translate="true" userdata="uk" /> | ||
98 | <on_enable function="textfield_translate_enable" /> | ||
99 | </menu_item_call> | ||
100 | <menu_item_call label="Chinese" mouse_opaque="true" | ||
101 | name="Translate Text" > | ||
102 | <on_click function="textfield_translate" translate="true" userdata="zh" /> | ||
103 | <on_enable function="textfield_translate_enable" /> | ||
104 | </menu_item_call> | ||
105 | <menu_item_call label="Japanese" mouse_opaque="true" | ||
106 | name="Translate Text" > | ||
107 | <on_click function="textfield_translate" translate="true" userdata="ja" /> | ||
108 | <on_enable function="textfield_translate_enable" /> | ||
109 | </menu_item_call> | ||
110 | <menu_item_call label="Korean" mouse_opaque="true" | ||
111 | name="Translate Text" > | ||
112 | <on_click function="textfield_translate" translate="true" userdata="ko" /> | ||
113 | <on_enable function="textfield_translate_enable" /> | ||
114 | </menu_item_call> | ||
115 | </menu> | ||
116 | </menu> | ||
diff --git a/linden/indra/newview/skins/default/xui/de/panel_friends.xml b/linden/indra/newview/skins/default/xui/de/panel_friends.xml index bb2adb3..cd56366 100644 --- a/linden/indra/newview/skins/default/xui/de/panel_friends.xml +++ b/linden/indra/newview/skins/default/xui/de/panel_friends.xml | |||
@@ -11,6 +11,8 @@ | |||
11 | <column name="icon_visible_map" tool_tip="Freund kann Sie auf der Karte finden" /> | 11 | <column name="icon_visible_map" tool_tip="Freund kann Sie auf der Karte finden" /> |
12 | <column name="icon_edit_mine" | 12 | <column name="icon_edit_mine" |
13 | tool_tip="Freunde können Objekte bearbeiten, löschen und an sich nehmen" /> | 13 | tool_tip="Freunde können Objekte bearbeiten, löschen und an sich nehmen" /> |
14 | <column name="icon_visible_map_theirs" | ||
15 | tool_tip="Sie können den Freund auf der Karte finden" width="20" /> | ||
14 | <column name="icon_edit_theirs" | 16 | <column name="icon_edit_theirs" |
15 | tool_tip="Sie können die Objekte dieses Freunds bearbeiten" /> | 17 | tool_tip="Sie können die Objekte dieses Freunds bearbeiten" /> |
16 | </scroll_list> | 18 | </scroll_list> |
diff --git a/linden/indra/newview/skins/default/xui/de/panel_status_bar.xml b/linden/indra/newview/skins/default/xui/de/panel_status_bar.xml index 565e6b8..6c2da13 100644 --- a/linden/indra/newview/skins/default/xui/de/panel_status_bar.xml +++ b/linden/indra/newview/skins/default/xui/de/panel_status_bar.xml | |||
@@ -6,7 +6,7 @@ | |||
6 | <text length="1" name="BalanceText" tool_tip="Kontostand" type="string"> | 6 | <text length="1" name="BalanceText" tool_tip="Kontostand" type="string"> |
7 | Wird geladen... | 7 | Wird geladen... |
8 | </text> | 8 | </text> |
9 | <button label="" label_selected="" name="buycurrency" tool_tip="Geld kaufen"/> | 9 | <button label="[CURRENCY]" label_selected="" name="buycurrency" tool_tip="Geld kaufen"/> |
10 | <text length="12" name="TimeText" tool_tip="Aktuelle Zeit (Pazifik)" type="string"> | 10 | <text length="12" name="TimeText" tool_tip="Aktuelle Zeit (Pazifik)" type="string"> |
11 | 12:00 | 11 | 12:00 |
12 | </text> | 12 | </text> |
diff --git a/linden/indra/newview/skins/default/xui/de/strings.xml b/linden/indra/newview/skins/default/xui/de/strings.xml index f692f9e..154dfee 100644 --- a/linden/indra/newview/skins/default/xui/de/strings.xml +++ b/linden/indra/newview/skins/default/xui/de/strings.xml | |||
@@ -484,7 +484,7 @@ | |||
484 | <string name="xml_file"> | 484 | <string name="xml_file"> |
485 | XML-Datei | 485 | XML-Datei |
486 | </string> | 486 | </string> |
487 | <string name="dot_raw_file"> | 487 | <string name="raw_file"> |
488 | RAW-Datei | 488 | RAW-Datei |
489 | </string> | 489 | </string> |
490 | <string name="compressed_image_files"> | 490 | <string name="compressed_image_files"> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_about.xml b/linden/indra/newview/skins/default/xui/en-us/floater_about.xml index db4e11d..0b73d9b 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_about.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_about.xml | |||
@@ -3,69 +3,94 @@ | |||
3 | can_resize="false" height="440" min_height="100" min_width="100" | 3 | can_resize="false" height="440" min_height="100" min_width="100" |
4 | name="floater_about" rect_control="FloaterAboutRect" | 4 | name="floater_about" rect_control="FloaterAboutRect" |
5 | title="About Second Life" width="470"> | 5 | title="About Second Life" width="470"> |
6 | <text_editor bottom="-434" embedded_items="false" | 6 | <tab_container |
7 | follows="left|top|right|bottom" font="SansSerifSmall" height="168" left="6" | 7 | follows="all" |
8 | max_length="65536" mouse_opaque="true" name="credits_editor" width="458" | 8 | bottom="10" |
9 | word_wrap="true"> | 9 | left="10" |
10 | The Imprudence Viewer was rocked hard by: | 10 | height="405" |
11 | Jacek Antonelli, McCabe Maxsted, Armin Weatherwax, Elektra Hesse, and CodeBastard Redgrave. | 11 | width="450" |
12 | http://kokuaviewer.org/ | 12 | name="about_tab" |
13 | 13 | tab_position="top"> | |
14 | Imprudence is so awesome thanks to contributions from many generous people: | 14 | <panel |
15 | 15 | border="true" | |
16 | For their patches and code contributions, we thank Admiral Admiral, Aimee Trescothick, Aleric Inglewood, Alissa Sabre, Archimedies Plutonian, Angus Boyd, Ansariel Hiller, Ardy Lay, Asuka Neely, Balp Allen, Carjay McGinnis, Chalice Yao, Dale Glass, Damian Delacrois, Danny Nolan, Felix Duesenburg, Geneko Nemeth, Henri Beauchamp, Katharine Berry, KirstenLee Cinquetti, Kitty Barnett, Latif Khalifa, Lilly Zenovka, Makomk Makosen, Mana Janus, Matthew Dowd, Michelle2 Zenovka, Mm Alder, Nemurimasu Neiro, Nicholaz Beresford, Patrick Sapinski, Paul Churchill, Peter Lameth, Robin Cornelius, Stephen Zenith, Thickbrick Sleaford, Thomas Shikami, Tom Meta, tx Oh, Vaalith Jinn, Vadim Bigbear, Vex Streeter, Zi Ree, and Zwagoth Klaar. | 16 | height="386" |
17 | 17 | label="Version" | |
18 | For their WindLight presets, we thank Ana Lutetia, CodeBastard Redgrave, and Torley Linden. | 18 | help_topic="about_support_tab" |
19 | 19 | name="support_panel"> | |
20 | Thanks also to the developer(s) of the Emerald Viewer, Hippo Viewer, Cool VL Viewer, Snowglobe Viewer, Meta7 Viewer, FrozenGlobe Viewer, and Meerkat Viewer for viewer enhancements we have incorporated, as well as Kitty Barnett for RLVa. Special thanks to the folks at Linden Lab for releasing the viewer source, without which this endeavor would have been impossible. | 20 | <text_editor bottom="28" embedded_items="false" |
21 | 21 | follows="left|top|right|bottom" font="SansSerif" height="352" left="6" | |
22 | For a complete list of who did what, read the release notes! | 22 | max_length="65536" mouse_opaque="true" name="support_editor" width="423" |
23 | 23 | word_wrap="true" /> | |
24 | <button follows="left|top" label="Copy to Clipboard" name="copy_btn" | ||
25 | left="5" bottom="0" top_pad="5" height="20" width="180" /> | ||
26 | </panel> | ||
27 | <panel | ||
28 | border="true" | ||
29 | label="Credits" | ||
30 | height="386" | ||
31 | help_topic="about_credits_tab" | ||
32 | name="credits_panel"> | ||
33 | <text_editor bottom="6" embedded_items="false" | ||
34 | follows="left|top|right|bottom" font="SansSerifSmall" height="374" left="6" | ||
35 | max_length="65536" mouse_opaque="true" name="credits_editor" width="423" | ||
36 | word_wrap="true"> | ||
37 | The Imprudence Viewer was rocked hard by: | ||
38 | Jacek Antonelli, McCabe Maxsted, Armin Weatherwax, Elektra Hesse, and CodeBastard Redgrave. | ||
39 | http://kokuaviewer.org/ | ||
24 | 40 | ||
25 | Second Life Copyright (C) 1999-2009 Linden Research Inc. | 41 | Imprudence is so awesome thanks to contributions from many generous people: |
26 | |||
27 | Second Life is brought to you by Philip, Tessa, Andrew, Cory, James, Ben, Char, Charlie, Colin, Dan, Daniel, Doug, Eric, Hamlet, Haney, Eve, Hunter, Ian, Jeff, Jennifer, Jim, John, Lee, Mark, Peter, Phoenix, Richard, Robin, Xenon, Steve, Tanya, Eddie, Avi, Frank, Bruce, Aaron, Alice, Bob, Debra, Eileen, Helen, Janet, Louie, Leviathania, Stefan, Ray, Kevin, Tom, Mikeb, MikeT, Burgess, Elena, Tracy, Bill, Todd, Ryan, Zach, Sarah, Nova, Tim, Stephanie, Michael, Evan, Nicolas, Catherine, Rachelle, Dave, Holly, Bub, Kelly, Magellan, Ramzi, Don, Sabin, Jill, Rheya, Jeska, Torley, Kona, Callum, Charity, Ventrella, Jack, Vektor, Iris, Chris, Nicole, Mick, Reuben, Blue, Babbage, Yedwab, Deana, Lauren, Brent, Pathfinder, Chadrick, Altruima, Jesse, Teeny, Monroe, Icculus, David, Tess, Lizzie, Patsy, Isaac, Lawrence, Cyn, Bo, Gia, Annette, Marius, Tbone, Jonathan, Karen, Ginsu, Satoko, Yuko, Makiko, Thomas, Harry, Seth, Alexei, Brian, Guy, Runitai, Ethan, Data, Cornelius, Kenny, Swiss, Zero, Natria, Wendy, Stephen, Teeple, Thumper, Lucy, Dee, Mia, Liana, Warren, Branka, Aura, beez, Milo, Hermia, Red, Thrax, Joe, Sally, Magenta, Mogura, Paul, Jose, Rejean, Henrik, Lexie, Amber, Logan, Xan, Nora, Morpheus, Donovan, Leyla, MichaelFrancis, Beast, Cube, Bucky, Joshua, Stryfe, Harmony, Teresa, Claudia, Walker, Glenn, Fritz, Fordak, June, Cleopetra, Jean, Ivy, Betsy, Roosevelt, Spike, Ken, Which, Tofu, Chiyo, Rob, Zee, dustin, George, Del, Matthew, Cat, Jacqui, Lightfoot, Adrian, Viola, Alfred, Noel, Irfan, Sunil, Yool, Rika, Jane, Xtreme, Frontier, a2, Neo, Siobhan, Yoz, Justin, Elle, Qarl, Benjamin, Isabel, Gulliver, Everett, Christopher, Izzy, Stephany, Garry, Sejong, Sean, Tobin, Iridium, Meta, Anthony, Jeremy, JP, Jake, Maurice, Madhavi, Leopard, Kyle, Joon, Kari, Bert, Belinda, Jon, Kristi, Bridie, Pramod, KJ, Socrates, Maria, Ivan, Aric, Yamasaki, Adreanne, Jay, MitchK, Ceren, Coco, Durl, Jenny, Periapse, Kartic, Storrs, Lotte, Sandy, Rohn, Colossus, Zen, BigPapi, Brad, Pastrami, Kurz, Mani, Neuro, Jaime, MJ, Rowan, Sgt, Elvis, Gecko, Samuel, Sardonyx, Leo, Bryan, Niko, Soft, Poppy, Rachel, Aki, Angelo, Banzai, Alexa, Sue, CeeLo, Bender, CG, Gillian, Pelle, Nick, Echo, Zara, Christine, Shamiran, Emma, Blake, Keiko, Plexus, Joppa, Sidewinder, Erica, Ashlei, Twilight, Kristen, Brett, Q, Enus, Simon, Bevis, Kraft, Kip, Chandler, Ron, LauraP, Ram, KyleJM, Scouse, Prospero, Melissa, Marty, Nat, Hamilton, Kend, Lordan, Jimmy, Kosmo, Seraph, Green, Ekim, Wiggo, JT, Rome, Doris, Miz, Benoc, Whump, Trinity, Patch, Kate, TJ, Bao, Joohwan, Christy, Sofia, Matias, Cogsworth, Johan, Oreh, Cheah, Angela, Brandy, Mango, Lan, Aleks, Gloria, Heidy, Mitchell, Space, Colton, Bambers, Einstein, Maggie, Malbers, Rose, Winnie, Stella, Milton, Rothman, Niall, Marin, Allison, Katie, Dawn, Katt, Dusty, Kalpana, Judy, Andrea, Ambroff, Infinity, Gail, Rico, Raymond, Yi, William, Christa, M, Teagan, Scout, Molly, Dante, Corr, Dynamike, Usi, Kaylee, Vidtuts, Lil, Danica, Sascha, Kelv, Jacob, Nya, Rodney, Brandon, Elsie, Blondin, Grant, Katrin, Nyx, Gabriel, Locklainn, Claire, Devin, Minerva, Monty, Austin, Bradford, Si, Keira, H, Caitlin, Dita, Makai, Jenn, Ann, Meredith, Clare, Joy, Praveen, Cody, Edmund, Ruthe, Sirena, Gayathri, Spider, FJ, Davidoff, Tian, Jennie, Louise, Oskar, Landon, Noelle, Jarv, Ingrid, Al, Sommer, Doc, Aria, Huin, Gray, Lili, Vir, DJ, Yang, T, Simone, Maestro, Scott, Charlene, Quixote, Amanda, Susan, Zed, Anne, Enkidu, Esbee, Joroan, Katelin, Roxie, Tay, Scarlet, Kevin, Johnny, Wolfgang, Andren, Bob, Howard, Merov, Rand, Ray, Michon, Newell, Galen, Dessie, Les, Michon, Jenelle, Geo, Siz, Shapiro, Pete, Calyle, Selene, Allen, Phoebe, Goldin, Kimmora, Dakota, Slaton, Lindquist, Zoey, Hari, Othello, Rohit, Sheldon, Petra, Viale, Gordon, Kaye, Pink, Ferny, Emerson, Davy, Bri, Chan, Juan, Robert, Terrence, Nathan, Carl and many others. | ||
28 | 42 | ||
29 | Thank you to the following residents for helping to ensure that this is the best version yet: able whitman, Adeon Writer, adonaira aabye, Aeron Kohime, | 43 | For their patches and code contributions, we thank Admiral Admiral, Aimee Trescothick, Aleric Inglewood, Alissa Sabre, Archimedies Plutonian, Angus Boyd, Ansariel Hiller, Ardy Lay, Asuka Neely, Balp Allen, Carjay McGinnis, Chalice Yao, Dale Glass, Damian Delacrois, Danny Nolan, Felix Duesenburg, Geneko Nemeth, Henri Beauchamp, Katharine Berry, KirstenLee Cinquetti, Kitty Barnett, Latif Khalifa, Lilly Zenovka, Makomk Makosen, Mana Janus, Matthew Dowd, Michelle2 Zenovka, Mm Alder, Nemurimasu Neiro, Nicholaz Beresford, Patrick Sapinski, Paul Churchill, Peter Lameth, Robin Cornelius, Stephen Zenith, Thickbrick Sleaford, Thomas Shikami, Tom Meta, tx Oh, Vaalith Jinn, Vadim Bigbear, Vex Streeter, Zi Ree, and Zwagoth Klaar. |
30 | Agathos Frascati, Aimee Trescothick, Aleric Inglewood, Alissa Sabre, Aminom Marvin, Angela Talamasca, Aralara Rajal, Armin Weatherwax, Ashrilyn Hayashida, | ||
31 | Athanasius Skytower, Aura Dirval, Barney Boomslang, Biancaluce Robbiani, Biker Offcourse, Borg Capalini, Bulli Schumann, catherine pfeffer, Chalice Yao, | ||
32 | Corre Porta, Court Goodman, Cummere Mayo, Dale Innis, Darien Caldwell, Darjeeling Schoonhoven, Daten Thielt, dimentox travanti, Dirk Talamasca, Drew Dwi, | ||
33 | Duckless Vandyke, Elanthius Flagstaff, Electro Burnstein, emiley tomsen, Escort DeFarge, Eva Rau, Ezian Ecksol, Fire Centaur, Fluf Fredriksson, Francisco Koolhoven, Frontera Thor, Frungi Stastny, Gally Young, gearsawe stonecutter, Gigs Taggart, Gordon Wendt, Gudmund Shepherd, Gypsy Paz, Harleen Gretzky, | ||
34 | Henri Beauchamp, Inma Rau, Irene Muni, Iskar Ariantho, Jacek Antonelli, JB Kraft, Jessicka Graves, Joeseph Albanese, Joshua Philgarlic, Khyota Wulluf, kirstenlee Cinquetti, Latif Khalifa, Lex Neva, Lilibeth Andree, Lisa Lowe, Lunita Savira, Loosey Demonia, lum pfohl, Marcos Fonzarelli, MartinRJ Fayray, Marusame Arai, Matthew Dowd, Maya Remblai, McCabe Maxsted, Meghan Dench, Melchoir Tokhes, Menos Short, Michelle2 Zenovka, Mimika Oh, Minerva Memel, Mm Alder, Ochi Wolfe, Omei Turnbull, Pesho Replacement, Phantom Ninetails, phoenixflames kukulcan, Polo Gufler, prez pessoa, princess niven, Prokofy Neva, Qie Niangao, Rem Beattie, RodneyLee Jessop, Saijanai Kuhn, Seg Baphomet, Sergen Davies, Shirley Marquez, SignpostMarv Martin, Sindy Tsure, Sira Arbizu, Skips Jigsaw, Sougent Harrop, Spritely Pixel, Squirrel Wood, StarSong Bright, Subversive Writer, Sugarcult Dagger, Sylumm Grigorovich, Tammy Nowotny, Tanooki Darkes, Tayra Dagostino, Theoretical Chemistry, Thickbrick Sleaford, valerie rosewood, Vex Streeter, Vixen Heron, Whoops Babii, Winter Ventura, Xiki Luik, Yann Dufaux, Yina Yao, Yukinoroh Kamachi, Zolute Infinity, Zwagoth Klaar | ||
35 | 44 | ||
36 | 3Dconnexion SDK Copyright (C) 1992-2007 3Dconnexion | 45 | For their WindLight presets, we thank Ana Lutetia, CodeBastard Redgrave, and Torley Linden. |
37 | APR Copyright (C) 2000-2004 The Apache Software Foundation | ||
38 | cURL Copyright (C) 1996-2002, Daniel Stenberg, (daniel@haxx.se) | ||
39 | DBus/dbus-glib Copyright (C) 2002, 2003 CodeFactory AB / Copyright (C) 2003, 2004 Red Hat, Inc. | ||
40 | expat Copyright (C) 1998, 1999, 2000 Thai Open Source Software Center Ltd. | ||
41 | FreeType Copyright (C) 1996-2002, The FreeType Project (www.freetype.org). | ||
42 | GL Copyright (C) 1999-2004 Brian Paul. | ||
43 | Havok.com(TM) Copyright (C) 1999-2001, Telekinesys Research Limited. | ||
44 | jpeg2000 Copyright (C) 2001, David Taubman, The University of New South Wales (UNSW) | ||
45 | jpeglib Copyright (C) 1991-1998, Thomas G. Lane. | ||
46 | ogg/vorbis Copyright (C) 2001, Xiphophorus | ||
47 | OpenSSL Copyright (C) 1998-2002 The OpenSSL Project. | ||
48 | SDL Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Sam Lantinga | ||
49 | SSLeay Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | ||
50 | xmlrpc-epi Copyright (C) 2000 Epinions, Inc. | ||
51 | zlib Copyright (C) 1995-2002 Jean-loup Gailly and Mark Adler. | ||
52 | google-perftools Copyright (c) 2005, Google Inc. | ||
53 | Code from FAAD2 is copyright (c) Nero AG, www.nero.com | ||
54 | 46 | ||
55 | All rights reserved. See LICENSE-libraries.txt for details. | 47 | Thanks also to the developer(s) of the Emerald Viewer, Hippo Viewer, Cool VL Viewer, Snowglobe Viewer, Meta7 Viewer, FrozenGlobe Viewer, and Meerkat Viewer for viewer enhancements we have incorporated, as well as Kitty Barnett for RLVa. Special thanks to the folks at Linden Lab for releasing the viewer source, without which this endeavor would have been impossible. |
56 | 48 | ||
57 | Voice chat Audio coding: Polycom(R) Siren14(TM) (ITU-T Rec. G.722.1 Annex C) | 49 | For a complete list of who did what, read the release notes! |
58 | 50 | ||
59 | 51 | ||
60 | Begin, be bold and venture to be wise. -- Horace | 52 | Second Life Copyright (C) 1999-2009 Linden Research Inc. |
61 | 53 | ||
62 | If you don't like something, change it. If you can't change it, change your attitude. -- Maya Angelou </text_editor> | 54 | Second Life is brought to you by Philip, Tessa, Andrew, Cory, James, Ben, Char, Charlie, Colin, Dan, Daniel, Doug, Eric, Hamlet, Haney, Eve, Hunter, Ian, Jeff, Jennifer, Jim, John, Lee, Mark, Peter, Phoenix, Richard, Robin, Xenon, Steve, Tanya, Eddie, Avi, Frank, Bruce, Aaron, Alice, Bob, Debra, Eileen, Helen, Janet, Louie, Leviathania, Stefan, Ray, Kevin, Tom, Mikeb, MikeT, Burgess, Elena, Tracy, Bill, Todd, Ryan, Zach, Sarah, Nova, Tim, Stephanie, Michael, Evan, Nicolas, Catherine, Rachelle, Dave, Holly, Bub, Kelly, Magellan, Ramzi, Don, Sabin, Jill, Rheya, Jeska, Torley, Kona, Callum, Charity, Ventrella, Jack, Vektor, Iris, Chris, Nicole, Mick, Reuben, Blue, Babbage, Yedwab, Deana, Lauren, Brent, Pathfinder, Chadrick, Altruima, Jesse, Teeny, Monroe, Icculus, David, Tess, Lizzie, Patsy, Isaac, Lawrence, Cyn, Bo, Gia, Annette, Marius, Tbone, Jonathan, Karen, Ginsu, Satoko, Yuko, Makiko, Thomas, Harry, Seth, Alexei, Brian, Guy, Runitai, Ethan, Data, Cornelius, Kenny, Swiss, Zero, Natria, Wendy, Stephen, Teeple, Thumper, Lucy, Dee, Mia, Liana, Warren, Branka, Aura, beez, Milo, Hermia, Red, Thrax, Joe, Sally, Magenta, Mogura, Paul, Jose, Rejean, Henrik, Lexie, Amber, Logan, Xan, Nora, Morpheus, Donovan, Leyla, MichaelFrancis, Beast, Cube, Bucky, Joshua, Stryfe, Harmony, Teresa, Claudia, Walker, Glenn, Fritz, Fordak, June, Cleopetra, Jean, Ivy, Betsy, Roosevelt, Spike, Ken, Which, Tofu, Chiyo, Rob, Zee, dustin, George, Del, Matthew, Cat, Jacqui, Lightfoot, Adrian, Viola, Alfred, Noel, Irfan, Sunil, Yool, Rika, Jane, Xtreme, Frontier, a2, Neo, Siobhan, Yoz, Justin, Elle, Qarl, Benjamin, Isabel, Gulliver, Everett, Christopher, Izzy, Stephany, Garry, Sejong, Sean, Tobin, Iridium, Meta, Anthony, Jeremy, JP, Jake, Maurice, Madhavi, Leopard, Kyle, Joon, Kari, Bert, Belinda, Jon, Kristi, Bridie, Pramod, KJ, Socrates, Maria, Ivan, Aric, Yamasaki, Adreanne, Jay, MitchK, Ceren, Coco, Durl, Jenny, Periapse, Kartic, Storrs, Lotte, Sandy, Rohn, Colossus, Zen, BigPapi, Brad, Pastrami, Kurz, Mani, Neuro, Jaime, MJ, Rowan, Sgt, Elvis, Gecko, Samuel, Sardonyx, Leo, Bryan, Niko, Soft, Poppy, Rachel, Aki, Angelo, Banzai, Alexa, Sue, CeeLo, Bender, CG, Gillian, Pelle, Nick, Echo, Zara, Christine, Shamiran, Emma, Blake, Keiko, Plexus, Joppa, Sidewinder, Erica, Ashlei, Twilight, Kristen, Brett, Q, Enus, Simon, Bevis, Kraft, Kip, Chandler, Ron, LauraP, Ram, KyleJM, Scouse, Prospero, Melissa, Marty, Nat, Hamilton, Kend, Lordan, Jimmy, Kosmo, Seraph, Green, Ekim, Wiggo, JT, Rome, Doris, Miz, Benoc, Whump, Trinity, Patch, Kate, TJ, Bao, Joohwan, Christy, Sofia, Matias, Cogsworth, Johan, Oreh, Cheah, Angela, Brandy, Mango, Lan, Aleks, Gloria, Heidy, Mitchell, Space, Colton, Bambers, Einstein, Maggie, Malbers, Rose, Winnie, Stella, Milton, Rothman, Niall, Marin, Allison, Katie, Dawn, Katt, Dusty, Kalpana, Judy, Andrea, Ambroff, Infinity, Gail, Rico, Raymond, Yi, William, Christa, M, Teagan, Scout, Molly, Dante, Corr, Dynamike, Usi, Kaylee, Vidtuts, Lil, Danica, Sascha, Kelv, Jacob, Nya, Rodney, Brandon, Elsie, Blondin, Grant, Katrin, Nyx, Gabriel, Locklainn, Claire, Devin, Minerva, Monty, Austin, Bradford, Si, Keira, H, Caitlin, Dita, Makai, Jenn, Ann, Meredith, Clare, Joy, Praveen, Cody, Edmund, Ruthe, Sirena, Gayathri, Spider, FJ, Davidoff, Tian, Jennie, Louise, Oskar, Landon, Noelle, Jarv, Ingrid, Al, Sommer, Doc, Aria, Huin, Gray, Lili, Vir, DJ, Yang, T, Simone, Maestro, Scott, Charlene, Quixote, Amanda, Susan, Zed, Anne, Enkidu, Esbee, Joroan, Katelin, Roxie, Tay, Scarlet, Kevin, Johnny, Wolfgang, Andren, Bob, Howard, Merov, Rand, Ray, Michon, Newell, Galen, Dessie, Les, Michon, Jenelle, Geo, Siz, Shapiro, Pete, Calyle, Selene, Allen, Phoebe, Goldin, Kimmora, Dakota, Slaton, Lindquist, Zoey, Hari, Othello, Rohit, Sheldon, Petra, Viale, Gordon, Kaye, Pink, Ferny, Emerson, Davy, Bri, Chan, Juan, Robert, Terrence, Nathan, Carl and many others. |
63 | 55 | ||
64 | <text_editor bottom_delta="174" embedded_items="false" | 56 | Thank you to the following residents for helping to ensure that this is the best version yet: able whitman, Adeon Writer, adonaira aabye, Aeron Kohime, |
65 | follows="left|top|right|bottom" font="SansSerif" height="238" left="6" | 57 | Agathos Frascati, Aimee Trescothick, Aleric Inglewood, Alissa Sabre, Aminom Marvin, Angela Talamasca, Aralara Rajal, Armin Weatherwax, Ashrilyn Hayashida, |
66 | max_length="65536" mouse_opaque="true" name="support_editor" width="458" | 58 | Athanasius Skytower, Aura Dirval, Barney Boomslang, Biancaluce Robbiani, Biker Offcourse, Borg Capalini, Bulli Schumann, catherine pfeffer, Chalice Yao, |
67 | word_wrap="true" /> | 59 | Corre Porta, Court Goodman, Cummere Mayo, Dale Innis, Darien Caldwell, Darjeeling Schoonhoven, Daten Thielt, dimentox travanti, Dirk Talamasca, Drew Dwi, |
68 | <string name="you_are_at"> | 60 | Duckless Vandyke, Elanthius Flagstaff, Electro Burnstein, emiley tomsen, Escort DeFarge, Eva Rau, Ezian Ecksol, Fire Centaur, Fluf Fredriksson, Francisco Koolhoven, Frontera Thor, Frungi Stastny, Gally Young, gearsawe stonecutter, Gigs Taggart, Gordon Wendt, Gudmund Shepherd, Gypsy Paz, Harleen Gretzky, |
61 | Henri Beauchamp, Inma Rau, Irene Muni, Iskar Ariantho, Jacek Antonelli, JB Kraft, Jessicka Graves, Joeseph Albanese, Joshua Philgarlic, Khyota Wulluf, kirstenlee Cinquetti, Latif Khalifa, Lex Neva, Lilibeth Andree, Lisa Lowe, Lunita Savira, Loosey Demonia, lum pfohl, Marcos Fonzarelli, MartinRJ Fayray, Marusame Arai, Matthew Dowd, Maya Remblai, McCabe Maxsted, Meghan Dench, Melchoir Tokhes, Menos Short, Michelle2 Zenovka, Mimika Oh, Minerva Memel, Mm Alder, Ochi Wolfe, Omei Turnbull, Pesho Replacement, Phantom Ninetails, phoenixflames kukulcan, Polo Gufler, prez pessoa, princess niven, Prokofy Neva, Qie Niangao, Rem Beattie, RodneyLee Jessop, Saijanai Kuhn, Seg Baphomet, Sergen Davies, Shirley Marquez, SignpostMarv Martin, Sindy Tsure, Sira Arbizu, Skips Jigsaw, Sougent Harrop, Spritely Pixel, Squirrel Wood, StarSong Bright, Subversive Writer, Sugarcult Dagger, Sylumm Grigorovich, Tammy Nowotny, Tanooki Darkes, Tayra Dagostino, Theoretical Chemistry, Thickbrick Sleaford, valerie rosewood, Vex Streeter, Vixen Heron, Whoops Babii, Winter Ventura, Xiki Luik, Yann Dufaux, Yina Yao, Yukinoroh Kamachi, Zolute Infinity, Zwagoth Klaar | ||
62 | |||
63 | 3Dconnexion SDK Copyright (C) 1992-2007 3Dconnexion | ||
64 | APR Copyright (C) 2000-2004 The Apache Software Foundation | ||
65 | cURL Copyright (C) 1996-2002, Daniel Stenberg, (daniel@haxx.se) | ||
66 | DBus/dbus-glib Copyright (C) 2002, 2003 CodeFactory AB / Copyright (C) 2003, 2004 Red Hat, Inc. | ||
67 | expat Copyright (C) 1998, 1999, 2000 Thai Open Source Software Center Ltd. | ||
68 | FreeType Copyright (C) 1996-2002, The FreeType Project (www.freetype.org). | ||
69 | GL Copyright (C) 1999-2004 Brian Paul. | ||
70 | Havok.com(TM) Copyright (C) 1999-2001, Telekinesys Research Limited. | ||
71 | jpeg2000 Copyright (C) 2001, David Taubman, The University of New South Wales (UNSW) | ||
72 | jpeglib Copyright (C) 1991-1998, Thomas G. Lane. | ||
73 | ogg/vorbis Copyright (C) 2001, Xiphophorus | ||
74 | OpenSSL Copyright (C) 1998-2002 The OpenSSL Project. | ||
75 | SDL Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Sam Lantinga | ||
76 | SSLeay Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | ||
77 | xmlrpc-epi Copyright (C) 2000 Epinions, Inc. | ||
78 | zlib Copyright (C) 1995-2002 Jean-loup Gailly and Mark Adler. | ||
79 | google-perftools Copyright (c) 2005, Google Inc. | ||
80 | Code from FAAD2 is copyright (c) Nero AG, www.nero.com | ||
81 | |||
82 | All rights reserved. See LICENSE-libraries.txt for details. | ||
83 | |||
84 | Voice chat Audio coding: Polycom(R) Siren14(TM) (ITU-T Rec. G.722.1 Annex C) | ||
85 | |||
86 | |||
87 | Begin, be bold and venture to be wise. -- Horace | ||
88 | |||
89 | If you don't like something, change it. If you can't change it, change your attitude. -- Maya Angelou | ||
90 | </text_editor> | ||
91 | </panel> | ||
92 | </tab_container> | ||
93 | <string name="you_are_at"> | ||
69 | You are at [POSITION] | 94 | You are at [POSITION] |
70 | </string> | 95 | </string> |
71 | </floater> | 96 | </floater> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_about_land.xml b/linden/indra/newview/skins/default/xui/en-us/floater_about_land.xml index 966dc2d..453bf46 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_about_land.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_about_land.xml | |||
@@ -32,7 +32,7 @@ | |||
32 | font="SansSerifSmall" handle_edit_keys_directly="false" height="52" | 32 | font="SansSerifSmall" handle_edit_keys_directly="false" height="52" |
33 | left="96" max_length="255" mouse_opaque="true" name="Description" | 33 | left="96" max_length="255" mouse_opaque="true" name="Description" |
34 | select_all_on_focus_received="false" select_on_focus="false" | 34 | select_all_on_focus_received="false" select_on_focus="false" |
35 | width="350" word_wrap="true" /> | 35 | width="350" word_wrap="true" spell_check="true" /> |
36 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 36 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
37 | bottom="-100" drop_shadow_visible="true" enabled="true" follows="left|top" | 37 | bottom="-100" drop_shadow_visible="true" enabled="true" follows="left|top" |
38 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="4" | 38 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="4" |
@@ -292,7 +292,7 @@ Go to World menu > About Land or select another parcel to show its details. | |||
292 | <text_editor type="string" length="1" bottom="-175" embedded_items="false" enabled="false" | 292 | <text_editor type="string" length="1" bottom="-175" embedded_items="false" enabled="false" |
293 | follows="left|top|right|bottom" font="SansSerifSmall" height="115" | 293 | follows="left|top|right|bottom" font="SansSerifSmall" height="115" |
294 | left="120" max_length="65535" mouse_opaque="true" name="covenant_editor" | 294 | left="120" max_length="65535" mouse_opaque="true" name="covenant_editor" |
295 | width="330" word_wrap="true"> | 295 | width="330" word_wrap="true" spell_check="true"> |
296 | There is no Covenant provided for this Estate. | 296 | There is no Covenant provided for this Estate. |
297 | </text_editor> | 297 | </text_editor> |
298 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 298 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
@@ -800,143 +800,603 @@ Only large parcels can be listed in search. | |||
800 | No Pushing (Region Override) | 800 | No Pushing (Region Override) |
801 | </string> | 801 | </string> |
802 | </panel> | 802 | </panel> |
803 | <panel border="true" bottom="-349" enabled="true" follows="left|top|right|bottom" | 803 | <panel |
804 | height="363" label="Media" left="1" mouse_opaque="true" | 804 | border="true" |
805 | name="land_media_panel" width="458"> | 805 | border_visible="true" |
806 | <text type="string" length="1" bottom="-25" follows="left|top" font="SansSerifSmall" halign="left" height="16" | 806 | bottom="-363" |
807 | left="10" mouse_opaque="true" name="with media:" width="65"> | 807 | enabled="true" |
808 | Media Type: | 808 | follows="left|top|right|bottom" |
809 | </text> | 809 | height="513" |
810 | <combo_box allow_text_entry="false" bottom_delta="0" follows="left|top" height="18" | 810 | label="Media" |
811 | left="80" max_chars="20" name="media type" | 811 | left="1" |
812 | tool_tip="Specify if the URL is a movie, web page, or other media" | 812 | mouse_opaque="true" |
813 | width="120" /> | 813 | name="land_media_panel" |
814 | <text bottom_delta="0" follows="left|top" font="SansSerifSmall" height="16" | 814 | width="458"> |
815 | left_delta="130" name="mime_type" width="200" /> | 815 | <text |
816 | <text type="string" length="1" bottom_delta="-20" follows="left|top" font="SansSerifSmall" halign="left" | 816 | bottom="-25" |
817 | height="16" left="10" name="at URL:" width="65"> | 817 | follows="left|top" |
818 | Media URL: | 818 | font="SansSerifSmall" |
819 | </text> | 819 | halign="left" |
820 | <line_editor bottom_delta="0" follows="left|top" font="SansSerifSmall" height="16" left="80" | 820 | height="16" |
821 | max_length="255" name="media_url" right="-80" | 821 | left="10" |
822 | select_all_on_focus_received="true" select_on_focus="true" | 822 | length="1" |
823 | text_readonly_color="0.576471 0.662745 0.835294 1" /> | 823 | mouse_opaque="true" |
824 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" halign="center" | 824 | name="with media:" |
825 | height="16" label="Set..." label_selected="Set..." mouse_opaque="true" | 825 | type="string" |
826 | name="set_media_url" right="-12" scale_image="true" width="60" /> | 826 | width="65"> |
827 | <text type="string" length="1" bottom_delta="-20" follows="left|top" font="SansSerifSmall" halign="left" | 827 | Type: |
828 | height="16" left="10" name="Description:" width="364"> | 828 | </text> |
829 | <combo_box | ||
830 | allow_text_entry="false" | ||
831 | bottom_delta="0" | ||
832 | follows="left|top" | ||
833 | height="18" | ||
834 | left="80" | ||
835 | max_chars="20" | ||
836 | name="media type" | ||
837 | tool_tip="Specify if the URL is a movie, web page, or other media" | ||
838 | width="120" /> | ||
839 | <text | ||
840 | bottom_delta="0" | ||
841 | follows="left|top" | ||
842 | font="SansSerifSmall" | ||
843 | height="16" | ||
844 | left_delta="130" | ||
845 | name="mime_type" | ||
846 | width="200" /> | ||
847 | <text type="string" | ||
848 | bottom_delta="-21" | ||
849 | follows="left|top" | ||
850 | font="SansSerifSmall" halign="left" | ||
851 | height="16" | ||
852 | left="10" | ||
853 | length="1" | ||
854 | name="at URL:" | ||
855 | width="65"> | ||
856 | Home URL: | ||
857 | </text> | ||
858 | <line_editor | ||
859 | bottom_delta="0" | ||
860 | follows="left|top|right" | ||
861 | font="SansSerifSmall" | ||
862 | height="16" | ||
863 | left="80" | ||
864 | max_length="255" | ||
865 | name="media_url" | ||
866 | right="-90" | ||
867 | select_all_on_focus_received="true" | ||
868 | select_on_focus="true" | ||
869 | text_readonly_color="0.576471 0.662745 0.835294 1" /> | ||
870 | <button | ||
871 | bottom_delta="0" | ||
872 | follows="right|top" | ||
873 | font="SansSerifSmall" | ||
874 | halign="center" | ||
875 | height="16" | ||
876 | label="Set..." | ||
877 | label_selected="Set..." | ||
878 | mouse_opaque="true" | ||
879 | name="set_media_url" | ||
880 | right="-12" | ||
881 | scale_image="true" | ||
882 | width="70" /> | ||
883 | <text | ||
884 | bottom_delta="-22" | ||
885 | follows="left|top" | ||
886 | font="SansSerifSmall" | ||
887 | halign="left" | ||
888 | height="16" | ||
889 | left="10" | ||
890 | length="1" | ||
891 | name="at URL:" | ||
892 | type="string" | ||
893 | width="65"> | ||
894 | Current URL: | ||
895 | </text> | ||
896 | <text | ||
897 | bottom_delta="0" | ||
898 | follows="left|top|right" | ||
899 | font="SansSerifSmall" | ||
900 | halign="left" | ||
901 | height="16" | ||
902 | left="80" | ||
903 | name="current_url" | ||
904 | right="-90" /> | ||
905 | <button | ||
906 | bottom_delta="0" | ||
907 | follows="right|top" | ||
908 | font="SansSerifSmall" | ||
909 | halign="center" | ||
910 | height="16" | ||
911 | label="Reset..." | ||
912 | label_selected="Reset..." | ||
913 | mouse_opaque="true" | ||
914 | name="reset_media_url" | ||
915 | right="-12" | ||
916 | scale_image="true" | ||
917 | width="70" /> | ||
918 | <text | ||
919 | bottom_delta="-22" | ||
920 | follows="right|top" | ||
921 | font="SansSerifSmall" | ||
922 | halign="left" | ||
923 | height="16" | ||
924 | length="1" | ||
925 | name="media_reset" | ||
926 | left="80" | ||
927 | tool_tip="Amount of time until parcel automatically reverts to default URL (0 for never return)" | ||
928 | type="string" | ||
929 | width="120"> | ||
930 | Return to Home URL in: | ||
931 | </text> | ||
932 | <spinner | ||
933 | bottom_delta="0" | ||
934 | decimal_digits="0" | ||
935 | enabled="false" | ||
936 | follows="right|top" | ||
937 | height="16" | ||
938 | increment="1" | ||
939 | initial_val="0" | ||
940 | max_val="1024" | ||
941 | min_val="0" | ||
942 | name="media_reset_time" | ||
943 | left_delta="126" | ||
944 | tool_tip="Amount of time until parcel reverts to default URL (0 for never return)" | ||
945 | width="64" /> | ||
946 | <text | ||
947 | bottom_delta="0" | ||
948 | follows="right|top" | ||
949 | font="SansSerifSmall" | ||
950 | halign="left" | ||
951 | height="16" | ||
952 | left_delta="72" | ||
953 | length="1" | ||
954 | name="minutes" | ||
955 | type="string"> | ||
956 | minutes | ||
957 | </text> | ||
958 | <text | ||
959 | bottom_delta="-22" | ||
960 | follows="left|top" | ||
961 | font="SansSerifSmall" | ||
962 | halign="left" | ||
963 | height="16" | ||
964 | left="10" | ||
965 | length="1" | ||
966 | name="Description:" | ||
967 | type="string" | ||
968 | width="364"> | ||
829 | Description: | 969 | Description: |
830 | </text> | 970 | </text> |
831 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0" | 971 | <line_editor |
832 | follows="left|top" font="SansSerifSmall" height="16" left="80" | 972 | bevel_style="in" |
833 | max_length="255" name="url_description" right="-80" | 973 | border_style="line" |
834 | select_all_on_focus_received="true" select_on_focus="true" | 974 | border_thickness="1" |
835 | tool_tip="Text displayed next to play/load button" /> | 975 | bottom_delta="0" |
836 | <text type="string" length="1" bottom_delta="-20" follows="left|top" font="SansSerifSmall" halign="left" | 976 | follows="left|top|right" |
837 | height="16" left="10" name="Media texture:" width="364"> | 977 | font="SansSerifSmall" |
838 | Replace | 978 | height="16" |
839 | Texture: | 979 | left="80" |
840 | </text> | 980 | max_length="255" |
841 | <texture_picker allow_no_texture="true" bottom_delta="-64" can_apply_immediately="false" | 981 | name="url_description" |
842 | default_image_name="Default" follows="left|top" height="80" label="" | 982 | right="-90" |
843 | left="80" name="media texture" tool_tip="Click to choose a picture" | 983 | select_all_on_focus_received="true" |
844 | width="64" /> | 984 | select_on_focus="true" |
845 | <text type="string" length="1" bottom_delta="48" follows="left|top" font="SansSerifSmall" halign="left" | 985 | tool_tip="Text displayed next to play/load button" /> |
846 | height="16" left_delta="75" name="replace_texture_help" width="270"> | 986 | <text |
847 | (Objects using this texture will show the movie or | 987 | bottom_delta="-28" |
848 | web page after you click the play arrow.) | 988 | follows="left|top" |
849 | </text> | 989 | font="SansSerifSmall" |
850 | <text type="string" length="1" bottom_delta="-55" follows="left|top" font="SansSerifSmall" halign="left" | 990 | halign="left" |
851 | height="16" left="10" mouse_opaque="true" name="Options:" width="292"> | 991 | height="16" |
852 | Media | 992 | left="10" |
853 | Options: | 993 | length="1" |
854 | </text> | 994 | name="Media texture:" |
855 | <check_box bottom_delta="0" enabled="true" follows="left|top" font="SansSerifSmall" | 995 | type="string" |
856 | height="16" initial_value="false" label="Auto scale" left="80" | 996 | width="364"> |
857 | mouse_opaque="true" name="media_auto_scale" radio_style="false" | 997 | Texture: |
858 | tool_tip="Checking this option will scale the content for this parcel automatically. It may be slightly slower and lower quality visually but no other texture scaling or alignment will be required." | 998 | </text> |
859 | width="200" /> | 999 | <texture_picker |
860 | <check_box bottom_delta="0" enabled="true" follows="left|top" font="SansSerifSmall" | 1000 | allow_no_texture="true" |
861 | height="16" initial_value="false" label="Loop Media" left="250" | 1001 | bottom_delta="-64" |
862 | mouse_opaque="true" name="media_loop" radio_style="false" | 1002 | can_apply_immediately="false" |
863 | tool_tip="Play media in a loop. When the media has finished playing, it will restart from the beginning." | 1003 | default_image_name="Default" |
864 | width="200" /> | 1004 | follows="left|top" |
865 | <check_box bottom_delta="-20" enabled="true" follows="left|top" font="SansSerifSmall" | 1005 | height="80" |
866 | height="16" initial_value="false" label="Hide Media URL" left="80" | 1006 | label="" |
867 | mouse_opaque="true" name="hide_media_url" radio_style="false" | 1007 | left="80" |
868 | tool_tip="Checking this option will hide the media url to any non-authorized viewers of this parcel information. Note this is not available for HTML types." | 1008 | name="media texture" |
869 | width="200" /> | 1009 | tool_tip="Click to choose a texture" |
870 | <check_box bottom_delta="0" enabled="true" follows="left|top" font="SansSerifSmall" | 1010 | width="64" /> |
871 | height="16" initial_value="false" label="Hide Music URL" left="250" | 1011 | <text |
872 | mouse_opaque="true" name="hide_music_url" radio_style="false" | 1012 | type="string" |
873 | tool_tip="Checking this option will hide the music url to any non-authorized viewers of this parcel information" | 1013 | length="1" |
874 | width="200" /> | 1014 | bottom_delta="0" |
875 | <text type="string" length="1" bottom_delta="-25" follows="left|top" font="SansSerifSmall" halign="left" | 1015 | follows="left|top" |
876 | height="16" left="85" name="media_size" | 1016 | font="SansSerifSmall" |
877 | tool_tip="Size to render Web media, leave 0 for default." width="85"> | 1017 | halign="left" |
878 | Media size: | 1018 | height="80" |
879 | </text> | 1019 | left_delta="75" |
880 | <spinner bottom_delta="0" decimal_digits="0" enabled="false" follows="left|top" | 1020 | name="replace_texture_help" |
881 | halign="right" height="16" increment="1" initial_val="0" left_delta="65" | 1021 | width="270"> |
882 | max_val="1024" min_val="0" name="media_size_width" | 1022 | Objects using this texture will show the movie or |
883 | tool_tip="Size to render Web media, leave 0 for default." width="64" /> | 1023 | web page after you click the play arrow. |
884 | <spinner bottom_delta="0" decimal_digits="0" enabled="false" follows="left|top" | 1024 | |
885 | halign="right" height="16" increment="1" initial_val="0" left_delta="80" | 1025 | Select the thumbnail to choose a different texture. |
886 | max_val="1024" min_val="0" name="media_size_height" | 1026 | </text> |
887 | tool_tip="Size to render Web media, leave 0 for default." width="64" /> | 1027 | <text |
888 | <text type="string" length="1" bottom_delta="0" follows="left|top" font="SansSerifSmall" halign="left" | 1028 | bottom_delta="-16" |
889 | height="16" left_delta="70" name="pixels" right="-10"> | 1029 | follows="left|top" |
1030 | font="SansSerifSmall" | ||
1031 | halign="left" | ||
1032 | height="16" | ||
1033 | left="10" | ||
1034 | length="1" | ||
1035 | mouse_opaque="true" | ||
1036 | name="Options:" | ||
1037 | top_delta="0" | ||
1038 | type="string" | ||
1039 | width="64"> | ||
1040 | Options: | ||
1041 | </text> | ||
1042 | <check_box | ||
1043 | bottom_delta="0" | ||
1044 | enabled="true" | ||
1045 | follows="left|top" | ||
1046 | font="SansSerifSmall" | ||
1047 | height="16" | ||
1048 | initial_value="false" | ||
1049 | label="Loop" | ||
1050 | left="80" | ||
1051 | mouse_opaque="true" | ||
1052 | name="media_loop" | ||
1053 | radio_style="false" | ||
1054 | tool_tip="Play media in a loop. When the media has finished playing, it will restart from the beginning." | ||
1055 | width="200" /> | ||
1056 | <check_box | ||
1057 | bottom_delta="0" | ||
1058 | enabled="true" | ||
1059 | follows="left|top" | ||
1060 | font="SansSerifSmall" | ||
1061 | height="16" | ||
1062 | initial_value="false" | ||
1063 | label="Auto scale" | ||
1064 | left_delta="80" | ||
1065 | mouse_opaque="true" | ||
1066 | name="media_auto_scale" | ||
1067 | radio_style="false" | ||
1068 | tool_tip="Checking this option will scale the content for this parcel automatically. It may be slightly slower and lower quality visually but no other texture scaling or alignment will be required." | ||
1069 | width="200" /> | ||
1070 | <text | ||
1071 | bottom_delta="-24" | ||
1072 | follows="left|top" | ||
1073 | font="SansSerifSmall" | ||
1074 | halign="left" | ||
1075 | height="16" | ||
1076 | left="10" | ||
1077 | length="1" | ||
1078 | name="media_size" | ||
1079 | tool_tip="Size to render Web media, leave 0 for default." | ||
1080 | type="string" | ||
1081 | width="85"> | ||
1082 | Media Size: | ||
1083 | </text> | ||
1084 | <spinner | ||
1085 | bottom_delta="0" | ||
1086 | decimal_digits="0" | ||
1087 | enabled="false" | ||
1088 | follows="left|top" | ||
1089 | halign="right" | ||
1090 | height="16" | ||
1091 | increment="1" | ||
1092 | initial_val="0" | ||
1093 | left="80" | ||
1094 | max_val="1024" | ||
1095 | min_val="0" | ||
1096 | name="media_size_width" | ||
1097 | tool_tip="Width to render Web media, leave 0 for default." | ||
1098 | width="60" /> | ||
1099 | <spinner | ||
1100 | bottom_delta="0" | ||
1101 | decimal_digits="0" | ||
1102 | enabled="false" | ||
1103 | follows="left|top" | ||
1104 | halign="right" | ||
1105 | height="16" | ||
1106 | increment="1" | ||
1107 | initial_val="0" | ||
1108 | left_delta="64" | ||
1109 | max_val="1024" | ||
1110 | min_val="0" | ||
1111 | name="media_size_height" | ||
1112 | tool_tip="Height to render Web media, leave 0 for default." | ||
1113 | width="60" /> | ||
1114 | <text | ||
1115 | bottom_delta="0" | ||
1116 | follows="left|top" | ||
1117 | font="SansSerifSmall" | ||
1118 | halign="left" | ||
1119 | height="16" | ||
1120 | left_delta="64" | ||
1121 | length="1" | ||
1122 | name="pixels" | ||
1123 | type="string" | ||
1124 | width="70"> | ||
890 | pixels | 1125 | pixels |
891 | </text> | 1126 | </text> |
892 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 1127 | <text |
893 | bottom_delta="-40" drop_shadow_visible="true" enabled="true" | 1128 | bg_visible="false" |
894 | follows="left|top" font="SansSerifSmall" h_pad="0" halign="left" | 1129 | border_drop_shadow_visible="false" |
895 | height="16" left="10" mouse_opaque="true" name="MusicURL:" v_pad="0" | 1130 | border_visible="false" |
896 | width="364"> | 1131 | bottom_delta="-30" |
1132 | drop_shadow_visible="true" | ||
1133 | enabled="true" | ||
1134 | follows="left|top" | ||
1135 | font="SansSerifSmall" | ||
1136 | h_pad="0" | ||
1137 | halign="left" | ||
1138 | height="16" | ||
1139 | left="10" | ||
1140 | length="1" | ||
1141 | mouse_opaque="true" | ||
1142 | name="Interaction:" | ||
1143 | type="string" | ||
1144 | v_pad="0" | ||
1145 | width="364"> | ||
1146 | Interaction: | ||
1147 | </text> | ||
1148 | <radio_group | ||
1149 | bottom_delta="-2" | ||
1150 | draw_border="false" | ||
1151 | enabled="true" | ||
1152 | follows="left|top" | ||
1153 | height="22" | ||
1154 | left="80" | ||
1155 | mouse_opaque="true" | ||
1156 | name="radio_navigate_allow" | ||
1157 | tab_stop="true" | ||
1158 | width="219"> | ||
1159 | <radio_item | ||
1160 | bottom="-20" | ||
1161 | enabled="true" | ||
1162 | follows="left|top" | ||
1163 | height="16" | ||
1164 | left="0" | ||
1165 | length="1" | ||
1166 | mouse_opaque="true" | ||
1167 | name="Anyone" | ||
1168 | tool_tip="Any resident can interact with media." | ||
1169 | type="string" | ||
1170 | width="70"> | ||
1171 | Anyone | ||
1172 | </radio_item> | ||
1173 | <radio_item | ||
1174 | bottom="-20" | ||
1175 | enabled="true" | ||
1176 | follows="left|top" | ||
1177 | height="16" | ||
1178 | left="80" | ||
1179 | length="1" | ||
1180 | mouse_opaque="true" | ||
1181 | name="Group" | ||
1182 | tool_tip="Group permissions control who can interact with media." | ||
1183 | type="string" | ||
1184 | width="70"> | ||
1185 | Group | ||
1186 | </radio_item> | ||
1187 | </radio_group> | ||
1188 | <check_box | ||
1189 | bottom_delta="-22" | ||
1190 | enabled="true" | ||
1191 | follows="left|top" | ||
1192 | font="SansSerifSmall" | ||
1193 | height="16" | ||
1194 | initial_value="false" | ||
1195 | label="Allow browsing only within these domains:" | ||
1196 | left="80" | ||
1197 | mouse_opaque="true" | ||
1198 | name="check navigate filter" | ||
1199 | radio_style="false" | ||
1200 | width="292" /> | ||
1201 | <line_editor | ||
1202 | bevel_style="in" | ||
1203 | border_style="line" | ||
1204 | border_thickness="1" | ||
1205 | bottom_delta="-20" | ||
1206 | enabled="true" | ||
1207 | follows="left|top|right" | ||
1208 | font="SansSerifSmall" | ||
1209 | handle_edit_keys_directly="false" | ||
1210 | height="16" | ||
1211 | left="80" | ||
1212 | max_length="63" | ||
1213 | mouse_opaque="true" | ||
1214 | name="navigate_filter_domain" | ||
1215 | right="-90" | ||
1216 | select_all_on_focus_received="false" | ||
1217 | select_on_focus="false" /> | ||
1218 | <button | ||
1219 | bottom_delta="0" | ||
1220 | enabled="true" | ||
1221 | follows="right|top" | ||
1222 | font="SansSerifSmall" | ||
1223 | halign="center" | ||
1224 | height="16" | ||
1225 | label="Add..." | ||
1226 | label_selected="Add..." | ||
1227 | right="-12" | ||
1228 | mouse_opaque="true" | ||
1229 | name="add_navigate_filter" | ||
1230 | scale_image="true" | ||
1231 | width="70" /> | ||
1232 | <scroll_list | ||
1233 | bottom_delta="-52" | ||
1234 | can_resize="false" | ||
1235 | column_padding="0" | ||
1236 | draw_heading="false" | ||
1237 | draw_stripes="false" | ||
1238 | follows="left|top|right" | ||
1239 | height="50" | ||
1240 | halign="left" | ||
1241 | left="80" | ||
1242 | multi_select="false" | ||
1243 | name="filter_list" | ||
1244 | right="-90" | ||
1245 | search_column="0" | ||
1246 | sort_column="0"> | ||
1247 | <column | ||
1248 | halign="left" | ||
1249 | label="Domain" | ||
1250 | name="domain" | ||
1251 | sort="domain"/> | ||
1252 | </scroll_list> | ||
1253 | <button | ||
1254 | bottom_delta="0" | ||
1255 | enabled="true" | ||
1256 | follows="right|top" | ||
1257 | font="SansSerifSmall" | ||
1258 | halign="center" | ||
1259 | height="16" | ||
1260 | label="Remove" | ||
1261 | label_selected="Remove" | ||
1262 | right="-12" | ||
1263 | mouse_opaque="true" | ||
1264 | name="remove_navigate_filter" | ||
1265 | scale_image="true" | ||
1266 | width="70" /> | ||
1267 | </panel> | ||
1268 | <panel | ||
1269 | border="true" | ||
1270 | follows="left|top|right|bottom" | ||
1271 | height="363" | ||
1272 | label="Audio" | ||
1273 | layout="topleft" | ||
1274 | left_delta="0" | ||
1275 | name="land_audio_panel" | ||
1276 | top_delta="1" | ||
1277 | width="458"> | ||
1278 | <text | ||
1279 | bottom="-45" | ||
1280 | follows="left|top" | ||
1281 | height="16" | ||
1282 | layout="topleft" | ||
1283 | left="10" | ||
1284 | length="1" | ||
1285 | name="MusicURL:" | ||
1286 | type="string" | ||
1287 | width="364"> | ||
897 | Music URL: | 1288 | Music URL: |
898 | </text> | 1289 | </text> |
899 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0" | 1290 | <line_editor |
900 | enabled="true" follows="left|top" font="SansSerifSmall" | 1291 | border_style="line" |
901 | handle_edit_keys_directly="false" height="16" left="80" max_length="255" | 1292 | border_thickness="1" |
902 | mouse_opaque="true" name="music_url" right="-15" | 1293 | bottom_delta="0" |
903 | select_all_on_focus_received="true" select_on_focus="true"/> | 1294 | follows="left|top|right" |
904 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 1295 | height="16" |
905 | bottom_delta="-40" drop_shadow_visible="true" enabled="true" | 1296 | layout="topleft" |
906 | follows="left|top" font="SansSerifSmall" h_pad="0" halign="left" | 1297 | left="80" |
907 | height="16" left="10" mouse_opaque="true" name="Sound:" v_pad="0" | 1298 | max_length="255" |
908 | width="364"> | 1299 | name="music_url" |
1300 | right="-15" | ||
1301 | select_on_focus="true" /> | ||
1302 | <text | ||
1303 | bottom_delta="-65" | ||
1304 | follows="left|top" | ||
1305 | height="16" | ||
1306 | layout="topleft" | ||
1307 | left="10" | ||
1308 | length="1" | ||
1309 | name="Sound:" | ||
1310 | type="string" | ||
1311 | width="364"> | ||
909 | Sound: | 1312 | Sound: |
910 | </text> | 1313 | </text> |
911 | <check_box bottom_delta="0" enabled="true" follows="left|top" font="SansSerifSmall" | 1314 | <check_box |
912 | height="16" initial_value="false" | 1315 | bottom_delta="0" |
913 | label="Restrict gesture and object sounds to this parcel" left="80" | 1316 | follows="left|top" |
914 | mouse_opaque="true" name="check sound local" radio_style="false" | 1317 | height="16" |
915 | width="292" /> | 1318 | label="Restrict gesture and object sounds to this parcel" |
916 | <button bottom_delta="0" enabled="true" follows="left|top" font="SansSerif" | 1319 | layout="topleft" |
917 | halign="center" height="18" label="?" label_selected="?" left="372" | 1320 | left_delta="70" |
918 | mouse_opaque="true" name="?" width="18" /> | 1321 | name="check_sound_local" |
919 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 1322 | width="200" /> |
920 | bottom_delta="-40" enabled="true" follows="left|top" font="SansSerifSmall" | 1323 | <button |
921 | h_pad="0" halign="left" height="16" left="10" mouse_opaque="false" | 1324 | bottom_delta="0" |
922 | name="Voice settings:" tab_stop="false" v_pad="0" width="364"> | 1325 | follows="left|top" |
1326 | height="18" | ||
1327 | label="?" | ||
1328 | label_selected="?" | ||
1329 | layout="topleft" | ||
1330 | left_delta="292" | ||
1331 | name="?" | ||
1332 | width="18" /> | ||
1333 | <text | ||
1334 | bottom_delta="-65" | ||
1335 | follows="left|top" | ||
1336 | height="16" | ||
1337 | layout="topleft" | ||
1338 | left="10" | ||
1339 | length="1" | ||
1340 | mouse_opaque="false" | ||
1341 | name="Voice:" | ||
1342 | type="string" | ||
1343 | width="364"> | ||
923 | Voice: | 1344 | Voice: |
924 | </text> | 1345 | </text> |
925 | <check_box bottom_delta="-0" enabled="true" follows="left|top" | 1346 | <radio_group |
926 | height="54" left="80" mouse_opaque="true" name="parcel_enable_voice_channel" | 1347 | bottom_delta="-40" |
927 | tab_stop="true" width="463" | 1348 | draw_border="false" |
928 | label="Enable Voice" | 1349 | enabled="true" |
929 | /> | 1350 | follows="left|top" |
930 | <check_box bottom_delta="-0" enabled="false" follows="left|top" | 1351 | height="60" |
931 | height="54" left="80" mouse_opaque="true" name="parcel_enable_voice_channel_is_estate_disabled" | 1352 | left="80" |
932 | tab_stop="true" width="463" | 1353 | mouse_opaque="true" |
933 | label="Enable Voice (established by the Estate)" | 1354 | name="parcel_voice_channel" |
934 | /> | 1355 | tab_stop="true" |
935 | <check_box bottom_delta="-20" enabled="true" follows="left|top" | 1356 | width="219"> |
936 | height="54" left="100" mouse_opaque="true" name="parcel_enable_voice_channel_parcel" | 1357 | <radio_item |
937 | tab_stop="true" width="443" | 1358 | bottom="-19" |
938 | label="Restrict Voice to this parcel" | 1359 | enabled="true" |
939 | /> | 1360 | follows="left|top" |
1361 | height="16" | ||
1362 | left="0" | ||
1363 | length="1" | ||
1364 | mouse_opaque="true" | ||
1365 | name="Estate" | ||
1366 | tool_tip="Use the estate voice channel." | ||
1367 | type="string" | ||
1368 | width="70"> | ||
1369 | Estate Channel | ||
1370 | </radio_item> | ||
1371 | <radio_item | ||
1372 | bottom="-39" | ||
1373 | enabled="true" | ||
1374 | follows="left|top" | ||
1375 | height="16" | ||
1376 | left="0" | ||
1377 | length="1" | ||
1378 | mouse_opaque="true" | ||
1379 | name="Parcel" | ||
1380 | tool_tip="Restrict Voice to this parcel." | ||
1381 | type="string" | ||
1382 | width="70"> | ||
1383 | Parcel Channel | ||
1384 | </radio_item> | ||
1385 | <radio_item | ||
1386 | bottom="-59" | ||
1387 | enabled="true" | ||
1388 | follows="left|top" | ||
1389 | height="16" | ||
1390 | left="0" | ||
1391 | length="1" | ||
1392 | mouse_opaque="true" | ||
1393 | name="Disabled" | ||
1394 | tool_tip="Disable voice on this parcel." | ||
1395 | type="string" | ||
1396 | width="70"> | ||
1397 | Disabled | ||
1398 | </radio_item> | ||
1399 | </radio_group> | ||
940 | </panel> | 1400 | </panel> |
941 | <panel border="true" bottom="-349" enabled="true" follows="left|top|right|bottom" | 1401 | <panel border="true" bottom="-349" enabled="true" follows="left|top|right|bottom" |
942 | height="333" label="Access" left="1" mouse_opaque="true" | 1402 | height="333" label="Access" left="1" mouse_opaque="true" |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_animation_preview.xml b/linden/indra/newview/skins/default/xui/en-us/floater_animation_preview.xml index 1a7bdb0..80a0468 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_animation_preview.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_animation_preview.xml | |||
@@ -1,6 +1,6 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
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="556" min_height="556" min_width="300" | 3 | can_resize="false" height="556" min_height="256" min_width="300" |
4 | name="Animation Preview" title="" width="300"> | 4 | name="Animation Preview" title="" width="300"> |
5 | <pad height="12" /> | 5 | <pad height="12" /> |
6 | <text follows="top|left" height="15" left="10" name="name_label"> | 6 | <text follows="top|left" height="15" left="10" name="name_label"> |
@@ -13,7 +13,7 @@ | |||
13 | Description: | 13 | Description: |
14 | </text> | 14 | </text> |
15 | <line_editor bottom_delta="-2" follows="top|left|right" height="19" left="85" | 15 | <line_editor bottom_delta="-2" follows="top|left|right" height="19" left="85" |
16 | max_length="254" name="description_form" right="-10" /> | 16 | max_length="254" name="description_form" right="-10" spell_check="true" /> |
17 | <pad height="0" /> | 17 | <pad height="0" /> |
18 | <spinner decimal_digits="0" follows="left|top" height="18" increment="1" initial_val="0" | 18 | <spinner decimal_digits="0" follows="left|top" height="18" increment="1" initial_val="0" |
19 | label="Priority" label_width="50" left="10" max_val="4" min_val="0" | 19 | label="Priority" label_width="50" left="10" max_val="4" min_val="0" |
@@ -180,7 +180,7 @@ | |||
180 | <slider bottom_delta="0" follows="top|right" height="20" increment="0.0001" | 180 | <slider bottom_delta="0" follows="top|right" height="20" increment="0.0001" |
181 | initial_val="0" label="" label_width="0" left="80" max_val="1" min_val="0" | 181 | initial_val="0" label="" label_width="0" left="80" max_val="1" min_val="0" |
182 | name="playback_slider" right="290" show_text="false" /> | 182 | name="playback_slider" right="290" show_text="false" /> |
183 | <text bottom="250" follows="top|left" left="10" name="bad_animation_text"> | 183 | <text bottom="280" follows="top|left" left="20" name="bad_animation_text"> |
184 | Unable to read animation file. | 184 | Unable to read animation file. |
185 | 185 | ||
186 | We recommend BVH files exported from Poser 4. | 186 | We recommend BVH files exported from Poser 4. |
@@ -202,4 +202,7 @@ Maximum animation length is [MAX_LENGTH] seconds. | |||
202 | 202 | ||
203 | [STATUS] | 203 | [STATUS] |
204 | </string> | 204 | </string> |
205 | <string name="in_world"> | ||
206 | The animation preview is played on your avatar. | ||
207 | </string> | ||
205 | </floater> | 208 | </floater> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_area_search.xml b/linden/indra/newview/skins/default/xui/en-us/floater_area_search.xml index a3ec84f..9022c25 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_area_search.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_area_search.xml | |||
@@ -15,7 +15,7 @@ | |||
15 | <line_editor name="Description query chunk" tool_tip="" | 15 | <line_editor name="Description query chunk" tool_tip="" |
16 | bevel_style="in" border_style="line" border_thickness="1" | 16 | bevel_style="in" border_style="line" border_thickness="1" |
17 | height="20" width="200" left_delta="206" bottom_delta="0" follows="left|top" | 17 | height="20" width="200" left_delta="206" bottom_delta="0" follows="left|top" |
18 | font="SansSerifSmall" max_length="256" mouse_opaque="true" /> | 18 | font="SansSerifSmall" max_length="256" mouse_opaque="true" spell_check="true" /> |
19 | <text name="owner_label" bottom_delta="-20" follows="top|left" height="15" left="12"> | 19 | <text name="owner_label" bottom_delta="-20" follows="top|left" height="15" left="12"> |
20 | Owner search string: | 20 | Owner search string: |
21 | </text> | 21 | </text> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_autocorrect.xml b/linden/indra/newview/skins/default/xui/en-us/floater_autocorrect.xml new file mode 100644 index 0000000..d11b5ed --- /dev/null +++ b/linden/indra/newview/skins/default/xui/en-us/floater_autocorrect.xml | |||
@@ -0,0 +1,83 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <floater border="true" can_close="true" can_minimize="true" bottom="400" left="300" can_resize="false" height="430" width="400" | ||
3 | name="em_ac_floater" title="Autocorrect Settings"> | ||
4 | <check_box bottom_delta="-50" left_delta="5" height="16" width="100" enabled="true" follows="left|top" | ||
5 | font="SansSerifSmall" mouse_opaque="true" radio_style="false" label="Enable Autocorrect" | ||
6 | control_name="EmeraldEnableAutoCorrect" name="em_ac_enable" tool_tip="You must have this check box enabled to use any of these settings, | ||
7 | it will search your writable text entry, and replace any of the search entries with their replacement"/> | ||
8 | <button bottom_delta="-2" left_delta="150" height="22" width="80" enabled="true" follows="left|top" | ||
9 | font="SansSerif" mouse_opaque="true" halign="center" scale_image="true" | ||
10 | name="em_ac_loadlist" label="Load List.." tool_tip="Click this to load a previously exported list from a file"/> | ||
11 | <view_border bottom_delta="-10" left_delta="100" height="40" width="120" follows="left|top" | ||
12 | bevel_style="in" mouse_opaque="false" name="em_ac_notecard_target"/> | ||
13 | <text bottom_delta="18" left_delta="0" height="16" width="120" follows="left|top" halign="center" | ||
14 | font="SansSerifSmall" mouse_opaque="true" name="em_ac_notecard" | ||
15 | > | ||
16 | Drop a Notecard here | ||
17 | to load from it. | ||
18 | </text> | ||
19 | <view_border bottom="-70" left="2" height="0" width="396" follows="left|top" | ||
20 | bevel_style="none" border_thickness="1" mouse_opaque="false" name="em_divisor1"/> | ||
21 | <text bottom_delta="-20" left_delta="0" height="16" width="400" follows="left|top" halign="center" | ||
22 | font="SansSerifSmall" mouse_opaque="true" name="em_ac_text1" | ||
23 | >List Name List Entries</text> | ||
24 | <scroll_list bottom_delta="-280" left_delta="0" height="280" width="199" follows="left|top" | ||
25 | column_padding="0" draw_heading="true" multi_select="false" | ||
26 | name="em_ac_list_name" search_column="1"> | ||
27 | </scroll_list> | ||
28 | <scroll_list bottom_delta="100" left_delta="199" height="180" width="198" follows="left|top" | ||
29 | column_padding="0" draw_heading="true" multi_select="false" | ||
30 | name="em_ac_list_entry" search_column="1"> | ||
31 | </scroll_list> | ||
32 | <view_border bottom_delta="-20" left_delta="10" height="16" width="180" follows="left|top" | ||
33 | bevel_style="in" mouse_opaque="false" name="em_ac_box1"/> | ||
34 | <text bottom_delta="0" left_delta="0" height="16" width="180" follows="left|top" halign="center" | ||
35 | font="SansSerifSmall" mouse_opaque="true" name="em_ac_text_name" | ||
36 | >List Name</text> | ||
37 | <text bottom_delta="-20" left_delta="-2" height="16" width="40" follows="left|top" halign="center" | ||
38 | font="SansSerifSmall" mouse_opaque="true" name="em_ac_text2" | ||
39 | >Author:</text> | ||
40 | <view_border bottom_delta="-0" left_delta="42" height="16" width="140" follows="left|top" | ||
41 | bevel_style="in" mouse_opaque="false" name="em_ac_box2"/> | ||
42 | <text bottom_delta="0" left_delta="0" height="16" width="140" follows="left|top" halign="center" | ||
43 | font="SansSerifSmall" mouse_opaque="true" name="em_ac_text_author" | ||
44 | >Author Name</text> | ||
45 | <check_box bottom_delta="-20" left_delta="-32" height="16" width="100" enabled="true" follows="left|top" | ||
46 | font="SansSerifSmall" mouse_opaque="true" radio_style="false" label="Enabled, priority:" | ||
47 | control_name="em_ac_enabled" name="em_ac_list_enabled" tool_tip="Whether or not you with to use this particular list"/> | ||
48 | <spinner bottom_delta="-0" left_delta="120" height="16" width="50" follows="left|top" | ||
49 | decimal_digits="0" increment="1" min_val="0" max_val="10" mouse_opaque="true" | ||
50 | label="" label_width="0" name="em_ac_priority" tool_tip="This number determine what order your list will be used to replace words. A higher priority means it will be used before lower priority lists"/> | ||
51 | <check_box bottom_delta="-20" left_delta="-120" height="16" width="100" enabled="true" follows="left|top" | ||
52 | font="SansSerifSmall" mouse_opaque="true" radio_style="false" label="Show Notifications" | ||
53 | control_name="em_ac_list_show" name="em_ac_list_show" tool_tip="having this enabled will make a notification pop up every time a word is replaced"/> | ||
54 | <check_box bottom_delta="-20" left_delta="-0" height="16" width="100" enabled="true" follows="left|top" | ||
55 | font="SansSerifSmall" mouse_opaque="true" radio_style="false" label="Word Style" | ||
56 | control_name="em_ac_list_style" name="em_ac_list_style" tool_tip="having this checked means the list is for full words that should be replaced, unchecked means that it will look within words contents as well"/> | ||
57 | <view_border bottom="-405" left="201" height="40" width="0" follows="left|top" | ||
58 | bevel_style="none" border_thickness="1" mouse_opaque="false" name="em_divisor2"/> | ||
59 | <view_border bottom_delta="-0" left="2" height="0" width="396" follows="left|top" | ||
60 | bevel_style="none" border_thickness="1" mouse_opaque="false" name="em_divisor3"/> | ||
61 | <button bottom="-400" left="5" height="22" width="90" enabled="true" follows="left|top" | ||
62 | font="SansSerif" mouse_opaque="true" halign="center" scale_image="true" | ||
63 | name="em_ac_deletelist" label="Delete List" tool_tip="This will delete the entire list of words and their replacements, it is not undoable"/> | ||
64 | <button bottom_delta="-0" left_delta="95" height="22" width="90" enabled="true" follows="left|top" | ||
65 | font="SansSerif" mouse_opaque="true" halign="center" scale_image="true" | ||
66 | name="em_ac_exportlist" label="Export List" tool_tip="This will save your current list to a file so you can share it with your friends or edit it"/> | ||
67 | <button bottom_delta="0" left_delta="110" height="22" width="90" enabled="true" follows="left|top" | ||
68 | font="SansSerif" mouse_opaque="true" halign="center" scale_image="true" | ||
69 | name="em_ac_addentry" label="Add Entry"/> | ||
70 | <button bottom_delta="0" left_delta="95" height="22" width="90" enabled="true" follows="left|top" | ||
71 | font="SansSerif" mouse_opaque="true" halign="center" scale_image="true" | ||
72 | name="em_ac_rementry" label="Remove Entry"/> | ||
73 | <text bottom_delta="-25" left_delta="-240" height="16" width="170" follows="left|top" halign="center" | ||
74 | font="SansSerifSmall" mouse_opaque="true" name="em_ac_text3" | ||
75 | >Words automatically corrected:</text> | ||
76 | <view_border bottom_delta="-0" left_delta="180" height="16" width="70" follows="left|top" | ||
77 | bevel_style="in" mouse_opaque="false" name="em_ac_statsbox"/> | ||
78 | <text bottom_delta="0" left_delta="0" height="16" width="70" follows="left|top" halign="center" | ||
79 | font="SansSerifSmall" mouse_opaque="true" name="em_ac_stats" | ||
80 | >Count</text> | ||
81 | |||
82 | |||
83 | </floater> \ No newline at end of file | ||
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_avatar_picker.xml b/linden/indra/newview/skins/default/xui/en-us/floater_avatar_picker.xml index 0e5a642..cd88c2e 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_avatar_picker.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_avatar_picker.xml | |||
@@ -58,7 +58,7 @@ | |||
58 | font="SansSerif" mouse_opaque="true" name="Refresh" scale_image="TRUE" /> | 58 | font="SansSerif" mouse_opaque="true" name="Refresh" scale_image="TRUE" /> |
59 | <slider bottom_delta="-20" left="10" follows="left|top" width="175" height="15" | 59 | <slider bottom_delta="-20" left="10" follows="left|top" width="175" height="15" |
60 | name="near_me_range" label="Range" control_name="NearMeRange" | 60 | name="near_me_range" label="Range" control_name="NearMeRange" |
61 | min_val="5" max_val="40" increment="1" initial_val="20" decimal_digits="0" /> | 61 | min_val="5" max_val="512" increment="1" initial_val="20" decimal_digits="0" /> |
62 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 62 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
63 | bottom_delta="0" left="185" drop_shadow_visible="true" follows="left|top" | 63 | bottom_delta="0" left="185" drop_shadow_visible="true" follows="left|top" |
64 | font="SansSerifSmall" h_pad="0" halign="left" height="15" | 64 | font="SansSerifSmall" h_pad="0" halign="left" height="15" |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_busy.xml b/linden/indra/newview/skins/default/xui/en-us/floater_busy.xml index 6d74882..50ec87c 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_busy.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_busy.xml | |||
@@ -61,7 +61,7 @@ | |||
61 | 61 | ||
62 | <text_editor type="string" length="1" bottom_delta="-85" embedded_items="false" enabled="true" | 62 | <text_editor type="string" length="1" bottom_delta="-85" embedded_items="false" enabled="true" |
63 | follows="left|top" font="SansSerifSmall" height="75" left_delta="-15" max_length="1100" | 63 | follows="left|top" font="SansSerifSmall" height="75" left_delta="-15" max_length="1100" |
64 | mouse_opaque="true" name="im_response" width="245" word_wrap="true"/> | 64 | mouse_opaque="true" name="im_response" width="245" word_wrap="true" spell_check="true" /> |
65 | 65 | ||
66 | <check_box bottom_delta="-30" enabled="true" follows="left|top" font="SansSerifSmall" height="16" | 66 | <check_box bottom_delta="-30" enabled="true" follows="left|top" font="SansSerifSmall" height="16" |
67 | initial_value="false" label="Send an item along with the response" left_delta="0" | 67 | initial_value="false" label="Send an item along with the response" left_delta="0" |
@@ -93,4 +93,4 @@ | |||
93 | <button bottom_delta="0" follows="top|right" height="22" label="OK" | 93 | <button bottom_delta="0" follows="top|right" height="22" label="OK" |
94 | right="-85" name="btn_ok" tool_tip="" enabled="true" width="80" /> | 94 | right="-85" name="btn_ok" tool_tip="" enabled="true" width="80" /> |
95 | 95 | ||
96 | </floater> \ No newline at end of file | 96 | </floater> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_buy_land.xml b/linden/indra/newview/skins/default/xui/en-us/floater_buy_land.xml index 7cd895f..47638d5 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_buy_land.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_buy_land.xml | |||
@@ -67,7 +67,7 @@ | |||
67 | <text_editor bottom_delta="-242" enabled="false" | 67 | <text_editor bottom_delta="-242" enabled="false" |
68 | follows="top|right" font="SansSerifSmall" height="237" left="444" | 68 | follows="top|right" font="SansSerifSmall" height="237" left="444" |
69 | max_length="65535" name="covenant_editor" right="725" | 69 | max_length="65535" name="covenant_editor" right="725" |
70 | width="271" word_wrap="true"> | 70 | width="271" word_wrap="true" spell_check="true"> |
71 | Loading... | 71 | Loading... |
72 | </text_editor> | 72 | </text_editor> |
73 | <check_box follows="left|top" height="20" label="I Agree to the Covenant Defined Above." | 73 | <check_box follows="left|top" height="20" label="I Agree to the Covenant Defined Above." |
@@ -117,7 +117,7 @@ sold with objects | |||
117 | <icon follows="top|left" height="64" image_name="badge_ok.j2c" left="0" name="step_1" | 117 | <icon follows="top|left" height="64" image_name="badge_ok.j2c" left="0" name="step_1" |
118 | width="64" /> | 118 | width="64" /> |
119 | <text bottom_delta="38" follows="top|left" height="16" left="72" | 119 | <text bottom_delta="38" follows="top|left" height="16" left="72" |
120 | name="account_action" right="438" width="218" font="SansSerifBig" > | 120 | name="account_action" right="438" width="218" font="SansSerifLarge" > |
121 | Upgrade you to premium membership. | 121 | Upgrade you to premium membership. |
122 | </text> | 122 | </text> |
123 | <text follows="top|left" height="16" left="72" name="account_reason" right="400" | 123 | <text follows="top|left" height="16" left="72" name="account_reason" right="400" |
@@ -139,7 +139,7 @@ sold with objects | |||
139 | <icon follows="top|left" height="64" image_name="badge_note.j2c" left="0" | 139 | <icon follows="top|left" height="64" image_name="badge_note.j2c" left="0" |
140 | name="step_2" width="64" /> | 140 | name="step_2" width="64" /> |
141 | <text bottom_delta="38" follows="top|left" height="16" left="72" | 141 | <text bottom_delta="38" follows="top|left" height="16" left="72" |
142 | name="land_use_action" right="438" width="218" font="SansSerifBig" > | 142 | name="land_use_action" right="438" width="218" font="SansSerifLarge" > |
143 | Increase your monthly land use fees to US$ 40/month. | 143 | Increase your monthly land use fees to US$ 40/month. |
144 | </text> | 144 | </text> |
145 | <text follows="top|left" height="32" left="72" name="land_use_reason" right="435" | 145 | <text follows="top|left" height="32" left="72" name="land_use_reason" right="435" |
@@ -151,7 +151,7 @@ This parcel is 512 sq.m. of land. | |||
151 | <icon follows="top|left" height="64" image_name="badge_note.j2c" left="0" | 151 | <icon follows="top|left" height="64" image_name="badge_note.j2c" left="0" |
152 | name="step_3" width="64" /> | 152 | name="step_3" width="64" /> |
153 | <text bottom_delta="38" follows="top|left" height="16" left="72" | 153 | <text bottom_delta="38" follows="top|left" height="16" left="72" |
154 | name="purchase_action" right="438" font="SansSerifBig" > | 154 | name="purchase_action" right="438" font="SansSerifLarge" > |
155 | Pay Joe Resident L$ 4000 for the land | 155 | Pay Joe Resident L$ 4000 for the land |
156 | </text> | 156 | </text> |
157 | <text follows="top|left" height="16" left="72" name="currency_reason" right="400"> | 157 | <text follows="top|left" height="16" left="72" name="currency_reason" right="400"> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_chat_history.xml b/linden/indra/newview/skins/default/xui/en-us/floater_chat_history.xml index 0d4eca4..e83a930 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_chat_history.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_chat_history.xml | |||
@@ -67,7 +67,7 @@ | |||
67 | 67 | ||
68 | <layout_stack border="false" bottom="2" follows="left|top|right|bottom" height="250" left="2" | 68 | <layout_stack border="false" bottom="2" follows="left|top|right|bottom" height="250" left="2" |
69 | orientation="horizontal" width="430" name="panels"> | 69 | orientation="horizontal" width="430" name="panels"> |
70 | <layout_panel border="false" bottom="0" default_tab_group="1" height="130" left="0" | 70 | <layout_panel border="false" bottom="0" default_tab_group="1" height="135" left="0" |
71 | min_width="275" name="im_contents_panel" width="305"> | 71 | min_width="275" name="im_contents_panel" width="305"> |
72 | <combo_box follows="left|top" height="20" label="Gestures" left="5" name="Gesture" | 72 | <combo_box follows="left|top" height="20" label="Gestures" left="5" name="Gesture" |
73 | width="120"> | 73 | width="120"> |
@@ -75,9 +75,12 @@ | |||
75 | Gestures | 75 | Gestures |
76 | </combo_item> | 76 | </combo_item> |
77 | </combo_box> | 77 | </combo_box> |
78 | <check_box bottom_delta="0" enabled="true" follows="left|top" font="SansSerifSmall" | 78 | <check_box bottom_delta="7" enabled="true" follows="left|top" font="SansSerifSmall" |
79 | height="20" initial_value="false" label="Show muted text" left_delta="125" | 79 | height="20" initial_value="false" label="Show muted text" left_delta="125" |
80 | name="show mutes" radio_style="false" width="116" /> | 80 | name="show mutes" radio_style="false" width="116" /> |
81 | <check_box bottom_delta="-15" enabled="true" follows="left|top" font="SansSerifSmall" | ||
82 | height="20" initial_value="false" label="Translate chat (powered by Google)" left_delta="0" | ||
83 | name="translate chat" radio_style="false" width="100" /> | ||
81 | <button name="toggle_active_speakers_btn" | 84 | <button name="toggle_active_speakers_btn" |
82 | label="<<" label_selected=">>" follows="right|top" | 85 | label="<<" label_selected=">>" follows="right|top" |
83 | bottom_delta="0" left="262" right="305" height="20" | 86 | bottom_delta="0" left="262" right="305" height="20" |
@@ -106,9 +109,9 @@ | |||
106 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="0" | 109 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="0" |
107 | enabled="true" follows="left|right|bottom" font="SansSerif" | 110 | enabled="true" follows="left|right|bottom" font="SansSerif" |
108 | handle_edit_keys_directly="false" height="20" label="Click here to chat." | 111 | handle_edit_keys_directly="false" height="20" label="Click here to chat." |
109 | left="0" max_length="254" mouse_opaque="true" name="Chat Editor" | 112 | left="0" max_length="2147483647" mouse_opaque="true" name="Chat Editor" |
110 | right="-70" select_all_on_focus_received="false" select_on_focus="false" | 113 | right="-70" select_all_on_focus_received="false" select_on_focus="false" |
111 | tab_group="1" /> | 114 | tab_group="1" spell_check="true" /> |
112 | <flyout_button bottom="0" follows="right|bottom" height="20" label="Say" left="-65" | 115 | <flyout_button bottom="0" follows="right|bottom" height="20" label="Say" left="-65" |
113 | list_position="above" mouse_opaque="true" name="Say" tool_tip="(Enter)" | 116 | list_position="above" mouse_opaque="true" name="Say" tool_tip="(Enter)" |
114 | width="70"> | 117 | width="70"> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_command_line.xml b/linden/indra/newview/skins/default/xui/en-us/floater_command_line.xml new file mode 100644 index 0000000..13b334b --- /dev/null +++ b/linden/indra/newview/skins/default/xui/en-us/floater_command_line.xml | |||
@@ -0,0 +1,108 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <floater name="busy" title="Chatbar Commands" | ||
3 | height="400" width="500" | ||
4 | follows="top|right" can_close="true" can_drag_on_left="false" | ||
5 | can_minimize="true" can_resize="false" can_tear_off="false"> | ||
6 | <text bottom="-55" follows="left|top" font="SansSerifSmall" height="16" left="15" | ||
7 | name="loltxt2" width="512"> Teleport within sim (usage: cmd x y z)</text> | ||
8 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="-20" follows="left|top" | ||
9 | font="SansSerifSmall" height="20" left_delta="0" max_length="256" mouse_opaque="true" | ||
10 | tool_tip="" name="CmdLineChatbarPos" control_name="CmdLineChatbarPos" width="200"/> | ||
11 | <text bottom_delta="-18" follows="left|top" font="SansSerifSmall" height="16" left_delta="0" | ||
12 | name="loltxt3" width="512"> Teleport to ground (usage: cmd)</text> | ||
13 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="-20" follows="left|top" | ||
14 | font="SansSerifSmall" height="20" left_delta="0" max_length="256" mouse_opaque="true" | ||
15 | tool_tip="" name="CmdLineChatbarGround" control_name="CmdLineChatbarGround" width="200"/> | ||
16 | <text bottom_delta="-18" follows="left|top" font="SansSerifSmall" height="16" left_delta="0" | ||
17 | name="loltxt4" width="512"> Teleport to altitude (usage: cmd z)</text> | ||
18 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="-20" follows="left|top" | ||
19 | font="SansSerifSmall" height="20" left_delta="0" max_length="256" mouse_opaque="true" | ||
20 | tool_tip="" name="CmdLineChatbarHeight" control_name="CmdLineChatbarHeight" width="200"/> | ||
21 | <text bottom_delta="-18" follows="left|top" font="SansSerifSmall" height="16" left_delta="0" | ||
22 | name="loltxt5" width="512"> Teleport home (usage: cmd)</text> | ||
23 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="-20" follows="left|top" | ||
24 | font="SansSerifSmall" height="20" left_delta="0" max_length="256" mouse_opaque="true" | ||
25 | tool_tip="" name="CmdLineChatbarTeleportHome" control_name="CmdLineChatbarTeleportHome" | ||
26 | width="200"/> | ||
27 | <text bottom_delta="-18" follows="left|top" font="SansSerifSmall" height="16" left_delta="0" | ||
28 | name="loltxt6" width="512"> Rez a platform (usage: cmd 0 - 30)</text> | ||
29 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="-20" follows="left|top" | ||
30 | font="SansSerifSmall" height="20" left_delta="0" max_length="256" mouse_opaque="true" | ||
31 | tool_tip="" name="CmdLineChatbarRezPlatform" control_name="CmdLineChatbarRezPlatform" | ||
32 | width="200"/> | ||
33 | <slider bottom_delta="-20" left="20" name="CmdLineChatbarPlatformSize" control_name="CmdLineChatbarPlatformSize" | ||
34 | decimal_digits="1" enabled="true" follows="left|top" height="18" increment="0.5" | ||
35 | initial_val="5" label="Width" label_width="30" max_val="30" min_val="5" | ||
36 | mouse_opaque="true" show_text="true" width="200" auto_resize="false" tool_tip="How big do you want the platform to appear to be?"/> | ||
37 | <text bottom_delta="-15" follows="left|top" font="SansSerifSmall" height="16" left="15" | ||
38 | name="loltxt7" width="512"> Teleport to sim x (usage: cmd simname)</text> | ||
39 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="-20" follows="left|top" | ||
40 | font="SansSerifSmall" height="20" left_delta="0" max_length="256" mouse_opaque="true" | ||
41 | tool_tip="" name="CmdLineChatbarMapTo" control_name="CmdLineChatbarMapTo" width="200"/> | ||
42 | <check_box bottom_delta="-20" enabled="true" follows="left|top" font="SansSerifSmall" height="16" | ||
43 | initial_value="false" label="Use same position between sims" left_delta="0" mouse_opaque="true" | ||
44 | name="toggle" radio_style="false" width="270" control_name="CmdLineChatbarMapToKeepPos"/> | ||
45 | <text bottom_delta="-20" follows="left|top" font="SansSerifSmall" height="16" left_delta="0" | ||
46 | name="loltxt8" width="512"> Calc. expressions (usage: cmd SIN(2+2))</text> | ||
47 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="-20" follows="left|top" | ||
48 | font="SansSerifSmall" height="20" left_delta="0" max_length="256" mouse_opaque="true" | ||
49 | tool_tip="" name="CmdLineChatbarCalc" control_name="CmdLineChatbarCalc" width="200"/> | ||
50 | <text bottom_delta="-20" follows="left|top" font="SansSerifSmall" height="16" left_delta="0" name="add_autokorrect" | ||
51 | width="512">Add autocorrect word(cmd list|bad|good)</text> | ||
52 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="-20" follows="left|top" | ||
53 | font="SansSerifSmall" height="20" left_delta="0" max_length="256" mouse_opaque="true" | ||
54 | tool_tip="" name="CmdLineChatbarAutocorrect" control_name="CmdLineChatbarAutocorrect" width="200"/> | ||
55 | |||
56 | <text bottom_delta="326" follows="left|top" font="SansSerifSmall" height="16" left_delta="230" | ||
57 | name="loltxt9" width="512"> Change Draw Distance (usage: cmd meters)</text> | ||
58 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="-20" follows="left|top" | ||
59 | font="SansSerifSmall" height="20" left_delta="0" max_length="256" mouse_opaque="true" | ||
60 | tool_tip="" name="CmdLineChatbarDrawDistance" control_name="CmdLineChatbarDrawDistance" | ||
61 | width="200"/> | ||
62 | <text bottom_delta="-18" follows="left|top" font="SansSerifSmall" height="16" left_delta="0" | ||
63 | name="loltxt10" width="512"> Teleport to cam position (usage: cmd)</text> | ||
64 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="-20" follows="left|top" | ||
65 | font="SansSerifSmall" height="20" left_delta="0" max_length="256" mouse_opaque="true" | ||
66 | tool_tip="" name="CmdLineChatbarTeleportToCam" control_name="CmdLineChatbarTeleportToCam" | ||
67 | width="200"/> | ||
68 | <text bottom_delta="-18" follows="left|top" font="SansSerifSmall" height="16" left_delta="0" | ||
69 | name="loltxt11" width="512"> Get avatar name from key (usage: cmd key)</text> | ||
70 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="-20" follows="left|top" | ||
71 | font="SansSerifSmall" height="20" left_delta="0" max_length="256" mouse_opaque="true" | ||
72 | tool_tip="" name="CmdLineChatbarKeyToName" control_name="CmdLineChatbarKeyToName" | ||
73 | width="200"/> | ||
74 | <text bottom_delta="-18" follows="left|top" font="SansSerifSmall" height="16" left_delta="0" | ||
75 | name="loltxt12" width="512"> Offer teleport to avatar (usage: cmd key)</text> | ||
76 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="-20" follows="left|top" | ||
77 | font="SansSerifSmall" height="20" left_delta="0" max_length="256" mouse_opaque="true" | ||
78 | tool_tip="" name="CmdLineChatbarOfferTp" control_name="CmdLineChatbarOfferTp" width="200"/> | ||
79 | <text bottom_delta="-18" follows="left|top" font="SansSerifSmall" height="16" left_delta="0" | ||
80 | name="loltxt13" width="512"> Teleport to avatar (usage: cmd name)</text> | ||
81 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="-20" follows="left|top" | ||
82 | font="SansSerifSmall" height="20" left_delta="0" max_length="256" mouse_opaque="true" | ||
83 | tool_tip="The syntax of this command allows partial names and is not case sensitive. Better results if used while the Radar is open." | ||
84 | name="CmdLineChatbarTP2" control_name="CmdLineChatbarTP2" width="200"/> | ||
85 | <text bottom_delta="-18" follows="left|top" font="SansSerifSmall" height="16" left_delta="0" | ||
86 | name="loltxt14" width="512"> Turn AO on/off (usage: cmd on/off)</text> | ||
87 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="-20" follows="left|top" | ||
88 | font="SansSerifSmall" height="20" left_delta="0" max_length="256" mouse_opaque="true" | ||
89 | tool_tip="" name="CmdLineChatbarAO" control_name="CmdLineChatbarAO" width="200"/> | ||
90 | <text bottom_delta="-18" follows="left|top" font="SansSerifSmall" height="16" left_delta="0" | ||
91 | name="loltxt15" width="512"> Clear the chat history (usage: cmd)</text> | ||
92 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="-20" follows="left|top" | ||
93 | font="SansSerifSmall" height="20" left_delta="0" max_length="256" mouse_opaque="true" | ||
94 | tool_tip="Clears the Chat History to prevent lag effects from chat spammers." name="CmdLineChatbarClearChat" control_name="CmdLineChatbarClearChat" width="200"/> | ||
95 | <text bottom_delta="-18" follows="left|top" font="SansSerifSmall" height="16" left_delta="0" | ||
96 | name="loltxt15" width="512"> Set the media url (usage: cmd url type)</text> | ||
97 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="-20" follows="left|top" | ||
98 | font="SansSerifSmall" height="20" left_delta="0" max_length="256" mouse_opaque="true" | ||
99 | tool_tip="Sets and plays your media stream to the entered url" name="CmdLineChatbarMedia" control_name="CmdLineChatbarMedia" width="200"/> | ||
100 | <text bottom_delta="-18" follows="left|top" font="SansSerifSmall" height="16" left_delta="0" | ||
101 | name="loltxt15" width="512"> Set the music stream url (usage: cmd url)</text> | ||
102 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="-20" follows="left|top" | ||
103 | font="SansSerifSmall" height="20" left_delta="0" max_length="256" mouse_opaque="true" | ||
104 | tool_tip="sets and plays your music stream to the entered url" name="CmdLineChatbarMusic" control_name="CmdLineChatbarMusic" width="200"/> | ||
105 | <button bottom="-40" follows="left|top" font="SansSerifSmall" height="18" label="?" | ||
106 | name="Help_CmdLine" tool_tip="Click here for help regarding the settings in this page." | ||
107 | right="-10" width="18"/> | ||
108 | </floater> | ||
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_customize.xml b/linden/indra/newview/skins/default/xui/en-us/floater_customize.xml index a0dd938..d5b61a7 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_customize.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_customize.xml | |||
@@ -1172,11 +1172,15 @@ scratch and wear it. | |||
1172 | <texture_picker name="Lower Tattoo" label="Lower Tattoo" tool_tip="Click to choose a picture" | 1172 | <texture_picker name="Lower Tattoo" label="Lower Tattoo" tool_tip="Click to choose a picture" |
1173 | can_apply_immediately="true" default_image_name="Default" allow_no_texture="true" | 1173 | can_apply_immediately="true" default_image_name="Default" allow_no_texture="true" |
1174 | follows="left|top" width="70" height="80" left="14" bottom="-325"/> | 1174 | follows="left|top" width="70" height="80" left="14" bottom="-325"/> |
1175 | <color_swatch border_color="0.45098 0.517647 0.607843 1" bottom="-415" | ||
1176 | can_apply_immediately="true" color="1 1 1 1" follows="left|top" height="80" | ||
1177 | label="Color/Tint" left="14" mouse_opaque="true" name="Color/Tint" | ||
1178 | tool_tip="Click to open Color Picker" width="70" /> | ||
1175 | <button name="Create New" label="Create New Tattoo" label_selected="Create New Tattoo" | 1179 | <button name="Create New" label="Create New Tattoo" label_selected="Create New Tattoo" |
1176 | follows="left|top" halign="center" width="170" height="24" left="8" bottom="-128" | 1180 | follows="left|top" halign="center" width="170" height="24" left="8" bottom="-128" |
1177 | mouse_opaque="true" scale_image="true"/> | 1181 | mouse_opaque="true" scale_image="true"/> |
1178 | <button name="Take Off" label="Take Off" label_selected="Take Off" | 1182 | <button name="Take Off" label="Take Off" label_selected="Take Off" |
1179 | follows="left|top" width="82" height="20" left="8" bottom="-365"/> | 1183 | follows="left|top" width="82" height="20" left="8" bottom="-440"/> |
1180 | <button name="Save" label="Save" label_selected="Save" | 1184 | <button name="Save" label="Save" label_selected="Save" |
1181 | follows="right|bottom" width="82" height="20" left="123" bottom="-478"/> | 1185 | follows="right|bottom" width="82" height="20" left="123" bottom="-478"/> |
1182 | <button name="Save As" label="Save As..." label_selected="Save As..." | 1186 | <button name="Save As" label="Save As..." label_selected="Save As..." |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_dictionaries.xml b/linden/indra/newview/skins/default/xui/en-us/floater_dictionaries.xml new file mode 100644 index 0000000..0aec715 --- /dev/null +++ b/linden/indra/newview/skins/default/xui/en-us/floater_dictionaries.xml | |||
@@ -0,0 +1,15 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <floater border="false" can_close="true" can_minimize="true" bottom="500" left="500" can_resize="false" height="180" name="EmeraldIRC_dictionaries" title="Download new Dictionaries" width="300"> | ||
3 | <text bottom="-50" follows="left|top" font="SansSerifSmall" height="20" left="15" name="EmDics_txt" width="300"> | ||
4 | Below is a list of additional dictionaries that can | ||
5 | be downloaded from the Imprudence website. | ||
6 | |||
7 | Please select the dictionary you wish to have available | ||
8 | for install, and then press the download button.</text> | ||
9 | <combo_box allow_text_entry="false" bottom_delta="-85" left_delta="-10" follows="left|top" height="18" | ||
10 | max_chars="255" mouse_opaque="true" name="Emerald_combo_dics" width="290" | ||
11 | control_name="Emerald_combo_dics" tool_tip=""/> | ||
12 | <button bottom_delta="-35" enabled="true" follows="left|top" font="SansSerif" | ||
13 | halign="center" height="22" label="Download" left_delta="0" | ||
14 | mouse_opaque="true" name="Emerald_dic_download" scale_image="true" width="290" /> | ||
15 | </floater> \ No newline at end of file | ||
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_directory.xml b/linden/indra/newview/skins/default/xui/en-us/floater_directory.xml index 3e300da..1ea4574 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_directory.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_directory.xml | |||
@@ -27,7 +27,7 @@ | |||
27 | </text> | 27 | </text> |
28 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-24" | 28 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-24" |
29 | follows="left|top" font="SansSerif" height="18" left_delta="38" | 29 | follows="left|top" font="SansSerif" height="18" left_delta="38" |
30 | max_length="63" mouse_opaque="true" name="name" width="128" /> | 30 | max_length="63" mouse_opaque="true" name="name" width="128" spell_check="true" /> |
31 | <button bottom="-26" follows="left|top" font="SansSerif" halign="center" height="20" | 31 | <button bottom="-26" follows="left|top" font="SansSerif" halign="center" height="20" |
32 | label="Search" label_selected="Search" left_delta="136" mouse_opaque="true" | 32 | label="Search" label_selected="Search" left_delta="136" mouse_opaque="true" |
33 | name="Search" width="70" /> | 33 | name="Search" width="70" /> |
@@ -83,7 +83,7 @@ | |||
83 | label="Search" left_delta="56" max_length="254" mouse_opaque="true" | 83 | label="Search" left_delta="56" max_length="254" mouse_opaque="true" |
84 | name="search_editor" select_all_on_focus_received="false" | 84 | name="search_editor" select_all_on_focus_received="false" |
85 | select_on_focus="false" tab_group="1" tool_tip="Search the web" | 85 | select_on_focus="false" tab_group="1" tool_tip="Search the web" |
86 | width="160" /> | 86 | width="160" spell_check="true" /> |
87 | <button bottom="-26" follows="top|right" font="SansSerifSmall" height="20" label="Back" | 87 | <button bottom="-26" follows="top|right" font="SansSerifSmall" height="20" label="Back" |
88 | left="230" name="back_btn" width="70" /> | 88 | left="230" name="back_btn" width="70" /> |
89 | <button bottom="-26" follows="top|right" font="SansSerifSmall" height="20" | 89 | <button bottom="-26" follows="top|right" font="SansSerifSmall" height="20" |
@@ -159,7 +159,7 @@ | |||
159 | </text> | 159 | </text> |
160 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-24" | 160 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-24" |
161 | follows="left|right|top" font="SansSerif" height="18" left="56" | 161 | follows="left|right|top" font="SansSerif" height="18" left="56" |
162 | max_length="63" mouse_opaque="true" name="name" width="160" /> | 162 | max_length="63" mouse_opaque="true" name="name" width="160" spell_check="true" /> |
163 | <check_box bottom="-22" control_name="ShowPGClassifieds" follows="right|top" | 163 | <check_box bottom="-22" control_name="ShowPGClassifieds" follows="right|top" |
164 | font="SansSerifSmall" height="16" initial_value="true" | 164 | font="SansSerifSmall" height="16" initial_value="true" |
165 | label="PG content" left="420" mouse_opaque="true" | 165 | label="PG content" left="420" mouse_opaque="true" |
@@ -253,7 +253,7 @@ | |||
253 | </text> | 253 | </text> |
254 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-24" | 254 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-24" |
255 | follows="left|right|top" font="SansSerif" height="18" left="56" | 255 | follows="left|right|top" font="SansSerif" height="18" left="56" |
256 | max_length="63" mouse_opaque="true" name="event_search_text" width="160" /> | 256 | max_length="63" mouse_opaque="true" name="event_search_text" width="160" spell_check="true" /> |
257 | <radio_group bottom="-40" draw_border="false" follows="right|top" height="40" left="560" | 257 | <radio_group bottom="-40" draw_border="false" follows="right|top" height="40" left="560" |
258 | mouse_opaque="true" name="date_mode" width="300"> | 258 | mouse_opaque="true" name="date_mode" width="300"> |
259 | <radio_item bottom="-20" follows="left|top" height="20" left="0" mouse_opaque="true" | 259 | <radio_item bottom="-20" follows="left|top" height="20" left="0" mouse_opaque="true" |
@@ -508,7 +508,7 @@ To buy direct, visit the land and click on the place name in the title bar. | |||
508 | </text> | 508 | </text> |
509 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-24" | 509 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-24" |
510 | follows="left|right|top" font="SansSerif" height="18" left="56" | 510 | follows="left|right|top" font="SansSerif" height="18" left="56" |
511 | max_length="63" mouse_opaque="true" name="name" width="160" /> | 511 | max_length="63" mouse_opaque="true" name="name" width="160" spell_check="true" /> |
512 | <check_box bottom="-22" control_name="ShowPGSims" follows="right|top" | 512 | <check_box bottom="-22" control_name="ShowPGSims" follows="right|top" |
513 | font="SansSerifSmall" height="16" initial_value="true" | 513 | font="SansSerifSmall" height="16" initial_value="true" |
514 | label="PG content" left="420" mouse_opaque="true" | 514 | label="PG content" left="420" mouse_opaque="true" |
@@ -646,7 +646,7 @@ To buy direct, visit the land and click on the place name in the title bar. | |||
646 | </text> | 646 | </text> |
647 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-24" | 647 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-24" |
648 | follows="left|right|top" font="SansSerif" height="18" left="56" | 648 | follows="left|right|top" font="SansSerif" height="18" left="56" |
649 | max_length="63" mouse_opaque="true" name="name" width="160" /> | 649 | max_length="63" mouse_opaque="true" name="name" width="160" spell_check="true" /> |
650 | <button bottom="-48" follows="right|top" font="SansSerif" halign="center" height="20" | 650 | <button bottom="-48" follows="right|top" font="SansSerif" halign="center" height="20" |
651 | label="Search" label_selected="Search" left="121" mouse_opaque="true" | 651 | label="Search" label_selected="Search" left="121" mouse_opaque="true" |
652 | name="Search" width="95" /> | 652 | name="Search" width="95" /> |
@@ -694,7 +694,7 @@ To buy direct, visit the land and click on the place name in the title bar. | |||
694 | </text> | 694 | </text> |
695 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-24" | 695 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-24" |
696 | follows="left|top" font="SansSerif" height="18" left_delta="38" | 696 | follows="left|top" font="SansSerif" height="18" left_delta="38" |
697 | max_length="63" mouse_opaque="true" name="name" width="200" /> | 697 | max_length="63" mouse_opaque="true" name="name" width="200" spell_check="true" /> |
698 | <button bottom="-26" follows="left|top" font="SansSerif" halign="center" height="20" | 698 | <button bottom="-26" follows="left|top" font="SansSerif" halign="center" height="20" |
699 | label="Search" label_selected="Search" left_delta="210" mouse_opaque="true" | 699 | label="Search" label_selected="Search" left_delta="210" mouse_opaque="true" |
700 | name="Search" width="70" /> | 700 | name="Search" width="70" /> |
@@ -726,6 +726,10 @@ To buy direct, visit the land and click on the place name in the title bar. | |||
726 | mouse_opaque="true" name="result_text" v_pad="0" width="328" /> | 726 | mouse_opaque="true" name="result_text" v_pad="0" width="328" /> |
727 | </panel> | 727 | </panel> |
728 | </tab_container> | 728 | </tab_container> |
729 | <check_box name="save_results_check" label="Save search results" | ||
730 | bottom="-37" right="-80" height="16" width="80" | ||
731 | follows="right|top" font="SansSerifSmall" control_name="SaveSearchResults" | ||
732 | initial_value="false" mouse_opaque="true" /> | ||
729 | <panel bottom="-580" follows="right|top" height="490" left="340" | 733 | <panel bottom="-580" follows="right|top" height="490" left="340" |
730 | name="classified_details_panel" width="440" /> | 734 | name="classified_details_panel" width="440" /> |
731 | <panel bottom="-580" follows="right|top" height="506" left="350" name="Panel Avatar" | 735 | <panel bottom="-580" follows="right|top" height="506" left="350" name="Panel Avatar" |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_display_name.xml b/linden/indra/newview/skins/default/xui/en-us/floater_display_name.xml new file mode 100644 index 0000000..5875efb --- /dev/null +++ b/linden/indra/newview/skins/default/xui/en-us/floater_display_name.xml | |||
@@ -0,0 +1,42 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <floater name="Display Name" title="CHANGE DISPLAY NAME" | ||
3 | can_minimize="true" can_close="true" can_resize="false" | ||
4 | enabled="true" mouse_opaque="true" | ||
5 | height="235" width="440"> | ||
6 | <text name="info_text1" font="SansSerif" wrap="true" | ||
7 | height="18" width="380" left="42" bottom_delta="-48" follows="left|top"> | ||
8 | The name you give to your avatar is called your Display Name. | ||
9 | </text> | ||
10 | <text name="info_text2" font="SansSerif" wrap="true" | ||
11 | height="18" width="300" left="120" bottom_delta="-18" follows="left|top"> | ||
12 | You can change it once a week. | ||
13 | </text> | ||
14 | <text name="now_ok_text" font="SansSerif" | ||
15 | height="18" width="320" left="105" bottom_delta="-25" follows="left|top"> | ||
16 | You can change it now if you so wish. | ||
17 | </text> | ||
18 | <text name="lockout_text" font="SansSerif" visible="false" | ||
19 | height="18" width="380" left="20" bottom_delta="0" follows="left|top"> | ||
20 | You cannot change it before: [TIME]. | ||
21 | </text> | ||
22 | <text name="set_name_label" font="SansSerif" | ||
23 | height="20" width="380" left="20" bottom_delta="-25" follows="left|top"> | ||
24 | New Display Name: | ||
25 | </text> | ||
26 | <line_editor name="display_name_editor" max_length="31" | ||
27 | height="20" width="360" left="40" bottom_delta="-20" follows="left|top" /> | ||
28 | <text name="name_confirm_label" font="SansSerif" | ||
29 | height="20" width="380" left="20" bottom_delta="-32" follows="left|top"> | ||
30 | Type your new name again to confirm: | ||
31 | </text> | ||
32 | <line_editor name="display_name_confirm" max_length="31" | ||
33 | height="20" width="360" left="40" bottom_delta="-20" follows="left|top" /> | ||
34 | <button name="save_btn" label="Save" font="SansSerif" | ||
35 | tool_tip="Save your new Display Name" | ||
36 | height="20" width="120" left="30" bottom_delta="-32"/> | ||
37 | <button name="reset_btn" label="Reset" font="SansSerif" | ||
38 | tool_tip="Make Display Name the same as Username" | ||
39 | height="20" width="120" left_delta="130" bottom_delta="0"/> | ||
40 | <button name="cancel_btn" label="Cancel" font="SansSerif" | ||
41 | height="20" width="120" left_delta="130" bottom_delta="0"/> | ||
42 | </floater> | ||
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_env_settings.xml b/linden/indra/newview/skins/default/xui/en-us/floater_env_settings.xml index e2bafbf..0a4f2a9 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_env_settings.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_env_settings.xml | |||
@@ -58,9 +58,11 @@ | |||
58 | <button bottom="-140" follows="left|top" font="SansSerifSmall" height="20" | 58 | <button bottom="-140" follows="left|top" font="SansSerifSmall" height="20" |
59 | label="Use Estate Time" left="8" name="EnvUseEstateTimeButton" width="137" /> | 59 | label="Use Estate Time" left="8" name="EnvUseEstateTimeButton" width="137" /> |
60 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="20" | 60 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="20" |
61 | label="Advanced Sky" left="154" name="EnvAdvancedSkyButton" width="137" /> | 61 | label="Advanced Sky" left="154" name="EnvAdvancedSkyButton" width="107" /> |
62 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="20" | 62 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="20" |
63 | label="Advanced Water" left="300" name="EnvAdvancedWaterButton" width="137" /> | 63 | label="Advanced Water" left="270" name="EnvAdvancedWaterButton" width="137" /> |
64 | <button bottom="-40" follows="left|top" font="SansSerif" height="18" label="?" | 64 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="20" |
65 | label="Advanced WindLight Manager" left="416" name="EnvWLManager" width="177" /> | ||
66 | <button bottom="-40" follows="left|top" font="SansSerif" height="18" label="?" | ||
65 | left="570" name="EnvSettingsHelpButton" width="22" /> | 67 | left="570" name="EnvSettingsHelpButton" width="22" /> |
66 | </floater> | 68 | </floater> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_god_tools.xml b/linden/indra/newview/skins/default/xui/en-us/floater_god_tools.xml index ee70387..9ce4b54 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_god_tools.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_god_tools.xml | |||
@@ -133,7 +133,7 @@ | |||
133 | bottom="-146" drop_shadow_visible="true" follows="left|top" | 133 | bottom="-146" drop_shadow_visible="true" follows="left|top" |
134 | font="SansSerif" h_pad="0" halign="left" height="16" left_delta="-108" | 134 | font="SansSerif" h_pad="0" halign="left" height="16" left_delta="-108" |
135 | mouse_opaque="true" name="land cost text" v_pad="0" width="110"> | 135 | mouse_opaque="true" name="land cost text" v_pad="0" width="110"> |
136 | L$ per sq. meter: | 136 | [CURRENCY] per sq. meter: |
137 | </text> | 137 | </text> |
138 | <button bottom="-170" follows="top|right" font="SansSerifSmall" halign="center" | 138 | <button bottom="-170" follows="top|right" font="SansSerifSmall" halign="center" |
139 | height="20" label="Refresh" label_selected="Refresh" left="278" | 139 | height="20" label="Refresh" label_selected="Refresh" left="278" |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_grid_default_selector.xml b/linden/indra/newview/skins/default/xui/en-us/floater_grid_default_selector.xml index 3c26d30..51ba35f 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_grid_default_selector.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_grid_default_selector.xml | |||
@@ -7,13 +7,14 @@ | |||
7 | Or use the Grid Manager to add a new one | 7 | Or use the Grid Manager to add a new one |
8 | </text> | 8 | </text> |
9 | <scroll_list background_visible="true" bottom_delta="30" draw_border="true" | 9 | <scroll_list background_visible="true" bottom_delta="30" draw_border="true" |
10 | draw_stripes="false" sort_column="0" | 10 | draw_stripes="false" sort_column="1" |
11 | follows="top|left|bottom" height="280" left="10" multi_select="false" | 11 | follows="top|left|bottom" height="280" left="10" multi_select="false" |
12 | name="grid_list" width="240"> | 12 | name="grid_list" width="240"> |
13 | <column label="" name="grid" width="230" /> | 13 | <column label="" name="grid_nick" width="0" /> |
14 | <column label="" name="grid_name" width="230" /> | ||
14 | </scroll_list> | 15 | </scroll_list> |
15 | <button bottom="5" follows="bottom|right" height="20" label="Cancel" | 16 | <button bottom="5" follows="bottom|right" height="20" label="Cancel" |
16 | right="-5" name="btn_cancel" width="85" /> | 17 | right="-5" name="btn_cancel" width="85" /> |
17 | <button bottom_delta="0" follows="bottom|right" height="20" label="OK" | 18 | <button bottom_delta="0" follows="bottom|right" height="20" label="OK" |
18 | left_delta="-90" name="btn_ok" width="85" /> | 19 | left_delta="-90" name="btn_ok" width="85" /> |
19 | </floater> \ No newline at end of file | 20 | </floater> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_grid_manager.xml b/linden/indra/newview/skins/default/xui/en-us/floater_grid_manager.xml index f635d59..bc07373 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_grid_manager.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_grid_manager.xml | |||
@@ -1,90 +1,112 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
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="true" height="400" min_height="400" min_width="600" | 3 | can_resize="true" height="420" min_height="420" min_width="600" |
4 | name="floater_login" title="Grid Manager" width="600"> | 4 | name="floater_login" title="Grid Manager" width="600"> |
5 | 5 | ||
6 | <!-- Grid Selector --> | 6 | <!-- GRID LIST --> |
7 | |||
7 | <text type="string" length="1" enabled="true" name="grid_selector_label" | 8 | <text type="string" length="1" enabled="true" name="grid_selector_label" |
8 | height="16" width="100" left="10" top="-18" | 9 | height="16" width="100" left="10" top="-18" |
9 | h_pad="0" v_pad="0" halign="left" | 10 | h_pad="0" v_pad="0" halign="left" |
10 | font="SansSerif" | 11 | font="SansSerif" |
11 | follows="left|top" bg_visible="false" border_visible="false" mouse_opaque="true" | 12 | follows="left|top" bg_visible="false" border_visible="false" mouse_opaque="true" |
12 | drop_shadow_visible="true" border_drop_shadow_visible="false"> | 13 | drop_shadow_visible="true" border_drop_shadow_visible="false"> |
13 | Select a Grid: | 14 | Select a Grid: |
14 | </text> | 15 | </text> |
15 | 16 | ||
16 | <scroll_list background_visible="true" bottom_delta="65" draw_border="true" | 17 | <scroll_list background_visible="true" bottom_delta="65" draw_border="true" |
17 | draw_stripes="false" sort_column="0" | 18 | draw_stripes="false" sort_column="1" |
18 | follows="top|left|bottom" height="300" left="10" multi_select="false" | 19 | follows="top|left|bottom" height="320" left="10" multi_select="false" |
19 | name="grid_selector" width="170"> | 20 | name="grid_selector" width="200"> |
20 | <column label="Grid List" name="grid" width="170" /> | 21 | <column label="Grid List" name="grid_nick" width="0" /> |
22 | <column label="Grid List" name="grid_name" width="200" /> | ||
21 | </scroll_list> | 23 | </scroll_list> |
22 | 24 | ||
23 | <!-- Grid Selector Buttons --> | 25 | <!-- GRID BUTTONS --> |
26 | |||
24 | <button label="Add New Grid" enabled="true" name="btn_add" | 27 | <button label="Add New Grid" enabled="true" name="btn_add" |
25 | height="18" width="150" left="10" bottom_delta="-22" | 28 | height="18" width="150" left="35" bottom_delta="-22" |
26 | halign="center" | 29 | halign="center" |
27 | follows="left|bottom" scale_image="true" | 30 | follows="left|bottom" scale_image="true" |
28 | font="SansSerifSmall" mouse_opaque="true" /> | 31 | font="SansSerifSmall" mouse_opaque="true" /> |
29 | <button label="Duplicate Grid" enabled="true" name="btn_copy" | 32 | <button label="Duplicate Grid" enabled="true" name="btn_copy" |
30 | height="18" width="150" left_delta="0" bottom_delta="-20" | 33 | height="18" width="150" left_delta="0" bottom_delta="-20" |
31 | halign="center" | 34 | halign="center" |
32 | follows="left|bottom" scale_image="true" | 35 | follows="left|bottom" scale_image="true" |
33 | font="SansSerifSmall" mouse_opaque="true" /> | 36 | font="SansSerifSmall" mouse_opaque="true" /> |
34 | <button label="Delete Grid" enabled="true" name="btn_delete" | 37 | <button label="Delete Grid" enabled="true" name="btn_delete" |
35 | height="18" width="150" left_delta="0" bottom_delta="-20" | 38 | height="18" width="150" left_delta="0" bottom_delta="-20" |
36 | halign="center" | 39 | halign="center" |
37 | follows="left|bottom" scale_image="true" | 40 | follows="left|bottom" scale_image="true" |
38 | font="SansSerifSmall" mouse_opaque="true" /> | 41 | font="SansSerifSmall" mouse_opaque="true" /> |
39 | 42 | ||
40 | <!-- Grid Details --> | 43 | <!-- GRID NAME AND NICK --> |
44 | |||
45 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
46 | bottom="365" drop_shadow_visible="true" follows="left|top" | ||
47 | font="SansSerif" h_pad="0" halign="left" height="16" | ||
48 | left="220" mouse_opaque="true" name="gridnick_text" v_pad="0" width="120"> | ||
49 | Grid nick (unique): | ||
50 | </text> | ||
51 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0" | ||
52 | follows="left|top|right" font="SansSerif" handle_edit_keys_directly="true" | ||
53 | height="20" max_height="20" left_delta="110" max_length="40" mouse_opaque="true" | ||
54 | name="gridnick" select_all_on_focus_received="true" width="260" label="required" /> | ||
41 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 55 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
42 | top="-45" drop_shadow_visible="true" follows="left|top" | 56 | bottom_delta="-23" drop_shadow_visible="true" follows="left|top" |
43 | font="SansSerif" h_pad="0" halign="left" height="16" | 57 | font="SansSerif" h_pad="0" halign="left" height="16" |
44 | left="195" mouse_opaque="true" name="gridnick_text" v_pad="0" width="120"> | 58 | left="220" mouse_opaque="true" name="gridname_text" v_pad="0" width="120"> |
45 | Grid name: | 59 | Grid name: |
46 | </text> | 60 | </text> |
47 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="335" | 61 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0" |
48 | follows="left|top|right" font="SansSerifSmall" handle_edit_keys_directly="true" | 62 | follows="left|top|right" font="SansSerif" handle_edit_keys_directly="true" |
49 | height="20" max_height="20" left_delta="90" max_length="40" mouse_opaque="true" | 63 | height="20" max_height="20" left_delta="110" max_length="40" mouse_opaque="true" |
50 | name="gridnick" select_all_on_focus_received="true" width="300" /> | 64 | name="gridname" select_all_on_focus_received="true" width="260" label="required" /> |
51 | |||
52 | 65 | ||
53 | <!-- | 66 | <!-- NAME AND PASSWORD --> |
67 | |||
54 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 68 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
55 | bottom_delta="-23" drop_shadow_visible="true" follows="left|top" | 69 | bottom="315" drop_shadow_visible="true" follows="left|top" |
56 | font="SansSerif" h_pad="0" halign="left" height="16" | 70 | font="SansSerif" h_pad="0" halign="left" height="16" |
57 | left_delta="-90" mouse_opaque="true" name="first_name_text" v_pad="0" width="100"> | 71 | left="220" mouse_opaque="true" name="first_name_text" v_pad="0" width="100"> |
58 | First Name: | 72 | First Name: |
59 | </text> | 73 | </text> |
60 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0" | 74 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0" |
61 | follows="left|top|right" font="SansSerif" handle_edit_keys_directly="true" | 75 | follows="left|top|right" font="SansSerif" handle_edit_keys_directly="true" |
62 | height="20" left_delta="90" max_length="45" mouse_opaque="true" | 76 | height="20" left_delta="110" max_length="45" mouse_opaque="true" |
63 | name="first_name" select_all_on_focus_received="true" width="200" /> | 77 | name="first_name" select_all_on_focus_received="true" width="200" /> |
64 | |||
65 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 78 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
66 | bottom_delta="-23" drop_shadow_visible="true" follows="left|top" | 79 | bottom_delta="-23" drop_shadow_visible="true" follows="left|top" |
80 | font="SansSerif" h_pad="0" halign="left" height="16" | ||
81 | left_delta="-110" mouse_opaque="true" name="username_text" v_pad="0" width="100"> | ||
82 | Username: | ||
83 | </text> | ||
84 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0" | ||
85 | follows="left|top|right" font="SansSerif" handle_edit_keys_directly="true" | ||
86 | height="20" left_delta="110" max_length="45" mouse_opaque="true" | ||
87 | name="username" select_all_on_focus_received="true" width="200" /> | ||
88 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
89 | bottom_delta="0" drop_shadow_visible="true" follows="left|top" | ||
67 | font="SansSerif" h_pad="0" halign="left" height="16" | 90 | font="SansSerif" h_pad="0" halign="left" height="16" |
68 | left_delta="-90" mouse_opaque="true" name="last_name_text" v_pad="0" width="100"> | 91 | left_delta="-110" mouse_opaque="true" name="last_name_text" v_pad="0" width="100"> |
69 | Last Name: | 92 | Last Name: |
70 | </text> | 93 | </text> |
71 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0" | 94 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0" |
72 | follows="left|top|right" font="SansSerif" handle_edit_keys_directly="true" | 95 | follows="left|top|right" font="SansSerif" handle_edit_keys_directly="true" |
73 | height="20" left_delta="90" max_length="45" mouse_opaque="true" | 96 | height="20" left_delta="110" max_length="45" mouse_opaque="true" |
74 | name="last_name" select_all_on_focus_received="true" width="200" /> | 97 | name="last_name" select_all_on_focus_received="true" width="200" /> |
75 | |||
76 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 98 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
77 | bottom_delta="-23" drop_shadow_visible="true" follows="left|top" | 99 | bottom_delta="-23" drop_shadow_visible="true" follows="left|top" |
78 | font="SansSerif" h_pad="0" halign="left" height="16" | 100 | font="SansSerif" h_pad="0" halign="left" height="16" |
79 | left_delta="-90" mouse_opaque="true" name="avatar_password_text" v_pad="0" width="120"> | 101 | left_delta="-110" mouse_opaque="true" name="avatar_password_text" v_pad="0" width="120"> |
80 | Password: | 102 | Password: |
81 | </text> | 103 | </text> |
82 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0" | 104 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0" |
83 | follows="left|top|right" font="SansSerif" handle_edit_keys_directly="true" | 105 | follows="left|top|right" font="SansSerif" handle_edit_keys_directly="true" |
84 | height="20" left_delta="90" max_length="16" mouse_opaque="true" | 106 | height="20" left_delta="110" max_length="16" mouse_opaque="true" |
85 | name="avatar_password" select_all_on_focus_received="true" width="200" /> | 107 | name="avatar_password" select_all_on_focus_received="true" width="200" /> |
86 | 108 | ||
87 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 109 | <!--<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
88 | bottom_delta="-22" drop_shadow_visible="true" follows="left|top" | 110 | bottom_delta="-22" drop_shadow_visible="true" follows="left|top" |
89 | font="SansSerif" h_pad="0" halign="left" height="16" | 111 | font="SansSerif" h_pad="0" halign="left" height="16" |
90 | left_delta="-90" mouse_opaque="true" name="start_location_text" v_pad="0" | 112 | left_delta="-90" mouse_opaque="true" name="start_location_text" v_pad="0" |
@@ -105,112 +127,110 @@ | |||
105 | </combo_item> | 127 | </combo_item> |
106 | </combo_box> | 128 | </combo_box> |
107 | --> | 129 | --> |
130 | |||
131 | <!-- LOGIN URI STUFF --> | ||
108 | 132 | ||
109 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 133 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
110 | bottom_delta="-30" drop_shadow_visible="true" follows="left|top" | 134 | bottom_delta="-30" drop_shadow_visible="true" follows="left|top" |
111 | font="SansSerif" h_pad="0" halign="left" height="16" | 135 | font="SansSerif" h_pad="0" halign="left" height="16" |
112 | left_delta="-90" mouse_opaque="true" name="loginuri_text" v_pad="0" width="120"> | 136 | left_delta="-110" mouse_opaque="true" name="loginuri_text" v_pad="0" width="120"> |
113 | Login URI: | 137 | Login URI: |
114 | </text> | 138 | </text> |
115 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0" | 139 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0" |
116 | follows="left|top|right" font="SansSerif" handle_edit_keys_directly="true" | 140 | follows="left|top|right" font="SansSerif" handle_edit_keys_directly="true" |
117 | height="20" left_delta="90" max_length="255" mouse_opaque="true" | 141 | height="20" left_delta="110" max_length="255" mouse_opaque="true" |
118 | name="loginuri" select_all_on_focus_received="true" width="300" /> | 142 | name="loginuri" select_all_on_focus_received="true" width="260" label="required" /> |
119 | 143 | ||
120 | <button label="Get Grid Info" enabled="true" name="btn_gridinfo" | 144 | <button label="Get Grid Info" enabled="true" name="btn_gridinfo" |
121 | height="18" width="100" bottom_delta="-25" left_delta="0" | 145 | height="18" width="100" bottom_delta="-38" left_delta="0" |
122 | halign="center" follows="left|top" scale_image="true" | 146 | halign="center" follows="left|top" scale_image="true" |
123 | font="SansSerifSmall" mouse_opaque="true" /> | 147 | font="SansSerifSmall" mouse_opaque="true" /> |
124 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" halign="center" | 148 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" halign="center" |
125 | height="18" label="Clear Info" left_delta="104" | 149 | height="18" label="Clear Info" left_delta="104" |
126 | mouse_opaque="true" name="btn_clear" scale_image="true" width="100" /> | 150 | mouse_opaque="true" name="btn_clear" scale_image="true" width="100" /> |
127 | 151 | ||
152 | <!-- LOGIN URI RETURN URLS--> | ||
153 | |||
128 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 154 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
129 | bottom_delta="-30" drop_shadow_visible="true" follows="left|top" | 155 | bottom_delta="-25" drop_shadow_visible="true" follows="left|top" |
130 | font="SansSerif" h_pad="0" halign="left" height="16" | 156 | font="SansSerifSmall" h_pad="0" halign="left" height="16" |
131 | left="195" mouse_opaque="true" name="loginpage_text" v_pad="0" width="120"> | 157 | left="230" mouse_opaque="true" name="loginpage_text" v_pad="0" width="120"> |
132 | Grid Info URLs: | ||
133 | </text> | ||
134 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
135 | bottom_delta="-28" drop_shadow_visible="true" follows="left|top" | ||
136 | font="SansSerifSmall" h_pad="0" halign="left" height="16" | ||
137 | left="205" mouse_opaque="true" name="loginpage_text" v_pad="0" width="120"> | ||
138 | Login page: | 158 | Login page: |
139 | </text> | 159 | </text> |
140 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0" | 160 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0" |
141 | follows="left|top|right" font="SansSerifSmall" handle_edit_keys_directly="true" | 161 | follows="left|top|right" font="SansSerifSmall" handle_edit_keys_directly="true" |
142 | height="20" left_delta="90" max_length="255" mouse_opaque="true" | 162 | height="20" left_delta="100" max_length="255" mouse_opaque="true" |
143 | name="loginpage" select_all_on_focus_received="true" width="280" /> | 163 | name="loginpage" select_all_on_focus_received="true" width="250" /> |
144 | 164 | ||
145 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 165 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
146 | bottom_delta="-22" drop_shadow_visible="true" follows="left|top" | 166 | bottom_delta="-22" drop_shadow_visible="true" follows="left|top" |
147 | font="SansSerifSmall" h_pad="0" halign="left" height="16" | 167 | font="SansSerifSmall" h_pad="0" halign="left" height="16" |
148 | left_delta="-90" mouse_opaque="true" name="helperuri_text" v_pad="0" width="120"> | 168 | left_delta="-100" mouse_opaque="true" name="helperuri_text" v_pad="0" width="120"> |
149 | Helper URI: | 169 | Helper URI: |
150 | </text> | 170 | </text> |
151 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0" | 171 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0" |
152 | follows="left|top|right" font="SansSerifSmall" handle_edit_keys_directly="true" | 172 | follows="left|top|right" font="SansSerifSmall" handle_edit_keys_directly="true" |
153 | height="20" left_delta="90" max_length="255" mouse_opaque="true" | 173 | height="20" left_delta="100" max_length="255" mouse_opaque="true" |
154 | name="helperuri" select_all_on_focus_received="true" width="280" /> | 174 | name="helperuri" select_all_on_focus_received="true" width="250" /> |
155 | 175 | ||
156 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 176 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
157 | bottom_delta="-22" drop_shadow_visible="true" follows="left|top" | 177 | bottom_delta="-22" drop_shadow_visible="true" follows="left|top" |
158 | font="SansSerifSmall" h_pad="0" halign="left" height="16" | 178 | font="SansSerifSmall" h_pad="0" halign="left" height="16" |
159 | left_delta="-90" mouse_opaque="true" name="website_text" v_pad="0" width="120"> | 179 | left_delta="-100" mouse_opaque="true" name="website_text" v_pad="0" width="120"> |
160 | Website: | 180 | Website: |
161 | </text> | 181 | </text> |
162 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0" | 182 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0" |
163 | follows="left|top|right" font="SansSerifSmall" handle_edit_keys_directly="true" | 183 | follows="left|top|right" font="SansSerifSmall" handle_edit_keys_directly="true" |
164 | height="20" left_delta="90" max_length="255" mouse_opaque="true" | 184 | height="20" left_delta="100" max_length="255" mouse_opaque="true" |
165 | name="website" select_all_on_focus_received="true" width="280" /> | 185 | name="website" select_all_on_focus_received="true" width="250" /> |
166 | 186 | ||
167 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 187 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
168 | bottom_delta="-22" drop_shadow_visible="true" follows="left|top" | 188 | bottom_delta="-22" drop_shadow_visible="true" follows="left|top" |
169 | font="SansSerifSmall" h_pad="0" halign="left" height="16" | 189 | font="SansSerifSmall" h_pad="0" halign="left" height="16" |
170 | left_delta="-90" mouse_opaque="true" name="support_text" v_pad="0" width="120"> | 190 | left_delta="-100" mouse_opaque="true" name="support_text" v_pad="0" width="120"> |
171 | Support: | 191 | Support: |
172 | </text> | 192 | </text> |
173 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0" | 193 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0" |
174 | follows="left|top|right" font="SansSerifSmall" handle_edit_keys_directly="true" | 194 | follows="left|top|right" font="SansSerifSmall" handle_edit_keys_directly="true" |
175 | height="20" left_delta="90" max_length="255" mouse_opaque="true" | 195 | height="20" left_delta="100" max_length="255" mouse_opaque="true" |
176 | name="support" select_all_on_focus_received="true" width="280" /> | 196 | name="support" select_all_on_focus_received="true" width="250" /> |
177 | 197 | ||
178 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 198 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
179 | bottom_delta="-22" drop_shadow_visible="true" follows="left|top" | 199 | bottom_delta="-22" drop_shadow_visible="true" follows="left|top" |
180 | font="SansSerifSmall" h_pad="0" halign="left" height="16" | 200 | font="SansSerifSmall" h_pad="0" halign="left" height="16" |
181 | left_delta="-90" mouse_opaque="true" name="register_text" v_pad="0" width="120"> | 201 | left_delta="-100" mouse_opaque="true" name="register_text" v_pad="0" width="120"> |
182 | Account: | 202 | Account: |
183 | </text> | 203 | </text> |
184 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0" | 204 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0" |
185 | follows="left|top|right" font="SansSerifSmall" handle_edit_keys_directly="true" | 205 | follows="left|top|right" font="SansSerifSmall" handle_edit_keys_directly="true" |
186 | height="20" left_delta="90" max_length="255" mouse_opaque="true" | 206 | height="20" left_delta="100" max_length="255" mouse_opaque="true" |
187 | name="register" select_all_on_focus_received="true" width="280" /> | 207 | name="register" select_all_on_focus_received="true" width="250" /> |
188 | 208 | ||
189 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 209 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
190 | bottom_delta="-22" drop_shadow_visible="true" follows="left|top" | 210 | bottom_delta="-22" drop_shadow_visible="true" follows="left|top" |
191 | font="SansSerifSmall" h_pad="0" halign="left" height="16" | 211 | font="SansSerifSmall" h_pad="0" halign="left" height="16" |
192 | left_delta="-90" mouse_opaque="true" name="password_text" v_pad="0" width="120"> | 212 | left_delta="-100" mouse_opaque="true" name="password_text" v_pad="0" width="120"> |
193 | Password: | 213 | Password: |
194 | </text> | 214 | </text> |
195 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0" | 215 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0" |
196 | follows="left|top|right" font="SansSerifSmall" handle_edit_keys_directly="true" | 216 | follows="left|top|right" font="SansSerifSmall" handle_edit_keys_directly="true" |
197 | height="20" left_delta="90" max_length="255" mouse_opaque="true" | 217 | height="20" left_delta="100" max_length="255" mouse_opaque="true" |
198 | name="password" select_all_on_focus_received="true" width="280" /> | 218 | name="password" select_all_on_focus_received="true" width="250" /> |
199 | 219 | ||
200 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 220 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
201 | bottom_delta="-22" drop_shadow_visible="true" follows="left|top" | 221 | bottom_delta="-22" drop_shadow_visible="true" follows="left|top" |
202 | font="SansSerifSmall" h_pad="0" halign="left" height="16" | 222 | font="SansSerifSmall" h_pad="0" halign="left" height="16" |
203 | left_delta="-90" mouse_opaque="true" name="websearch_text" v_pad="0" width="120"> | 223 | left_delta="-100" mouse_opaque="true" name="search_text" v_pad="0" width="120"> |
204 | Web Search: | 224 | Web Search: |
205 | </text> | 225 | </text> |
206 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0" | 226 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0" |
207 | follows="left|top|right" font="SansSerifSmall" handle_edit_keys_directly="true" | 227 | follows="left|top|right" font="SansSerifSmall" handle_edit_keys_directly="true" |
208 | height="20" left_delta="90" max_length="255" mouse_opaque="true" | 228 | height="20" left_delta="100" max_length="255" mouse_opaque="true" |
209 | name="search" select_all_on_focus_received="true" width="280" /> | 229 | name="search" select_all_on_focus_received="true" width="250" /> |
210 | 230 | ||
211 | <view_border bevel_style="none" border_thickness="1" bottom_delta="-10" | 231 | <view_border bevel_style="none" border_thickness="1" bottom_delta="-10" |
212 | follows="top|left|right" height="168" left="195" | 232 | follows="top|left|right" height="193" left="220" |
213 | name="OptionalPrefsBorder" width="390" /> | 233 | name="OptionalPrefsBorder" width="370" /> |
214 | 234 | ||
215 | <!-- Combo box for multi avatar grid manager avatar name | 235 | <!-- Combo box for multi avatar grid manager avatar name |
216 | <combo_box allow_text_entry="true" bevel_style="in" border_style="line" border_thickness="1" | 236 | <combo_box allow_text_entry="true" bevel_style="in" border_style="line" border_thickness="1" |
@@ -236,39 +256,32 @@ | |||
236 | initial_value="false" label="Global Avatar" | 256 | initial_value="false" label="Global Avatar" |
237 | left_delta="0" mouse_opaque="true" name="global_check" width="138" /> | 257 | left_delta="0" mouse_opaque="true" name="global_check" width="138" /> |
238 | 258 | ||
239 | <check_box bottom="10" follows="left|bottom" font="SansSerifSmall" height="16" | 259 | <check_box bottom="10" follows="left|top" font="SansSerifSmall" height="16" |
240 | initial_value="false" label="Remember password" | 260 | initial_value="false" label="Remember password" |
241 | left_delta="165" mouse_opaque="true" name="remember_check" width="138" /> | 261 | left_delta="165" mouse_opaque="true" name="remember_check" width="138" /> |
242 | 262 | ||
243 | <check_box bottom="10" follows="left|bottom" font="SansSerifSmall" height="16" | 263 | <check_box bottom="10" follows="left|top" font="SansSerifSmall" height="16" |
244 | initial_value="false" label="secret level" | 264 | initial_value="false" label="secret level" |
245 | left_delta="165" mouse_opaque="true" name="gawd_mode" width="138" /> | 265 | left_delta="165" mouse_opaque="true" name="gawd_mode" width="138" /> |
246 | --> | 266 | --> |
247 | 267 | ||
248 | <!-- Cancel/Connect Buttons --> | 268 | <!-- Cancel/Connect Buttons --> |
249 | 269 | ||
250 | <!-- | ||
251 | <button bottom="-44" follows="right|top" font="SansSerif" halign="center" | ||
252 | height="24" label="Set as Default" label_selected="Set as Default" | ||
253 | left="470" mouse_opaque="true" name="set_default" scale_image="TRUE" | ||
254 | width="110" /> | ||
255 | --> | ||
256 | |||
257 | <!-- <button bottom="28" follows="right|bottom" font="SansSerif" halign="center" | 270 | <!-- <button bottom="28" follows="right|bottom" font="SansSerif" halign="center" |
258 | height="24" label="Connect" label_selected="Connect" | 271 | height="24" label="Connect" label_selected="Connect" |
259 | left="280" mouse_opaque="true" name="connect_btn" scale_image="TRUE" | 272 | left="280" mouse_opaque="true" name="connect_btn" scale_image="TRUE" |
260 | width="100" /> --> | 273 | width="100" /> --> |
261 | <button bottom="2" follows="right|bottom" font="SansSerif" halign="center" | 274 | <button bottom="2" follows="right|bottom" font="SansSerif" halign="center" |
262 | height="24" label="Apply" label_selected="Apply" left="-108" | 275 | height="24" label="Apply" label_selected="Apply" left="-108" |
263 | mouse_opaque="true" name="btn_apply" scale_image="TRUE" width="100" /> | 276 | mouse_opaque="true" name="btn_apply" scale_image="TRUE" width="100" /> |
264 | <button bottom="2" follows="right|bottom" font="SansSerif" halign="center" | 277 | <button bottom="2" follows="right|bottom" font="SansSerif" halign="center" |
265 | height="24" label="Cancel" label_selected="Cancel" left_delta="-104" | 278 | height="24" label="Cancel" label_selected="Cancel" left_delta="-104" |
266 | mouse_opaque="true" name="btn_cancel" scale_image="TRUE" width="100" /> | 279 | mouse_opaque="true" name="btn_cancel" scale_image="TRUE" width="100" /> |
267 | <button bottom="2" follows="right|bottom" font="SansSerif" halign="center" | 280 | <button bottom="2" follows="right|bottom" font="SansSerif" halign="center" |
268 | height="24" label="OK" label_selected="OK" left_delta="-104" | 281 | height="24" label="OK" label_selected="OK" left_delta="-104" |
269 | mouse_opaque="true" name="btn_ok" scale_image="TRUE" width="100" /> | 282 | mouse_opaque="true" name="btn_ok" scale_image="TRUE" width="100" /> |
270 | <!-- | 283 | <!-- |
271 | <combo_box allow_text_entry="true" bottom="32" follows="left|bottom" height="18" | 284 | <combo_box allow_text_entry="true" bottom="32" follows="left|top" height="18" |
272 | left_delta="135" max_chars="40" mouse_opaque="true" | 285 | left_delta="135" max_chars="40" mouse_opaque="true" |
273 | name="server_combo" width="200" /> | 286 | name="server_combo" width="200" /> |
274 | --> | 287 | --> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_group_info.xml b/linden/indra/newview/skins/default/xui/en-us/floater_group_info.xml deleted file mode 100644 index d0e11d6..0000000 --- a/linden/indra/newview/skins/default/xui/en-us/floater_group_info.xml +++ /dev/null | |||
@@ -1,657 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <floater can_close="true" can_drag_on_left="false" can_minimize="true" | ||
3 | can_resize="false" height="360" min_height="100" min_width="100" | ||
4 | name="groupinfo" title="The Lindens - Group Information" width="458"> | ||
5 | <tab_container bottom="-330" height="306" left="0" mouse_opaque="false" name="tab" | ||
6 | tab_position="top" width="458"> | ||
7 | <panel bottom="-305" follows="left|top|right|bottom" height="289" label="General" | ||
8 | left="1" mouse_opaque="true" name="gen" width="456"> | ||
9 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
10 | bottom="-24" drop_shadow_visible="true" follows="left|top" font="SansSerif" | ||
11 | h_pad="0" halign="left" height="16" left="12" mouse_opaque="true" | ||
12 | name="title_box" v_pad="0" width="436"> | ||
13 | Group Info | ||
14 | </text> | ||
15 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
16 | bottom_delta="-18" drop_shadow_visible="true" follows="left|top" | ||
17 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="12" | ||
18 | mouse_opaque="true" name="txt" v_pad="0" width="436"> | ||
19 | Groups are a fun way to collaborate with your friends. | ||
20 | </text> | ||
21 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
22 | bottom_delta="-16" drop_shadow_visible="true" follows="left|top" | ||
23 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="12" | ||
24 | mouse_opaque="true" name="txt2" v_pad="0" width="436"> | ||
25 | Groups let you have titles and insignia and vote. | ||
26 | </text> | ||
27 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
28 | bottom_delta="-16" drop_shadow_visible="true" follows="left|top" | ||
29 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="12" | ||
30 | mouse_opaque="true" name="txt3" v_pad="0" width="436"> | ||
31 | Anyone may create a group. Each person may belong to up to 15 groups. | ||
32 | </text> | ||
33 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
34 | bottom_delta="-16" drop_shadow_visible="true" follows="left|top" | ||
35 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="12" | ||
36 | mouse_opaque="true" name="txt4" v_pad="0" width="436"> | ||
37 | Groups must have at least 3 members to stay active. | ||
38 | </text> | ||
39 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
40 | bottom_delta="-16" drop_shadow_visible="true" follows="left|top" | ||
41 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="12" | ||
42 | mouse_opaque="true" name="group_create_text" v_pad="0" width="436"> | ||
43 | Creating a group costs L$100. | ||
44 | </text> | ||
45 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
46 | bottom_delta="-32" drop_shadow_visible="true" follows="left|top" | ||
47 | font="SansSerifSmall" h_pad="0" halign="right" height="16" left="12" | ||
48 | mouse_opaque="true" name="lbl" v_pad="0" width="70"> | ||
49 | Name: | ||
50 | </text> | ||
51 | <line_editor bevel_style="in" bg_readonly_color="0, 0, 0, 0" border_style="line" | ||
52 | border_thickness="1" bottom="-138" follows="left|top" font="SansSerifSmall" | ||
53 | height="16" left_delta="75" max_length="35" mouse_opaque="true" name="name" | ||
54 | text_readonly_color="1, 1, 1, 1" width="361" /> | ||
55 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
56 | bottom="-156" drop_shadow_visible="true" follows="left|top" | ||
57 | font="SansSerifSmall" h_pad="0" halign="right" height="16" left="12" | ||
58 | mouse_opaque="true" name="founder_label" v_pad="0" width="70"> | ||
59 | Founder: | ||
60 | </text> | ||
61 | <name_editor bevel_style="in" bg_readonly_color="0, 0, 0, 0" border_style="line" | ||
62 | border_thickness="1" bottom="-156" follows="left|top" font="SansSerifSmall" | ||
63 | height="16" left_delta="75" max_length="35" mouse_opaque="true" | ||
64 | name="founder" text_readonly_color="1, 1, 1, 1" width="361" /> | ||
65 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
66 | bottom="-174" drop_shadow_visible="true" follows="left|top" | ||
67 | font="SansSerifSmall" h_pad="0" halign="right" height="16" left="12" | ||
68 | mouse_opaque="true" name="lbl2" v_pad="0" width="70"> | ||
69 | Charter: | ||
70 | </text> | ||
71 | <text_editor bg_readonly_color="0, 0, 0, 0" bottom="-206" embedded_items="false" | ||
72 | follows="left|top" font="SansSerifSmall" height="48" left="87" | ||
73 | max_length="511" mouse_opaque="true" name="charter" | ||
74 | text_readonly_color="1, 1, 1, 1" width="361" word_wrap="true" /> | ||
75 | <check_box bottom_delta="-18" follows="left|top" font="SansSerifSmall" height="16" | ||
76 | initial_value="true" label="Show In Group List" left="87" | ||
77 | mouse_opaque="true" name="sho" radio_style="false" width="361" /> | ||
78 | <check_box bottom_delta="-18" follows="left|top" font="SansSerifSmall" height="16" | ||
79 | initial_value="false" label="Show Members In Group List" left="87" | ||
80 | mouse_opaque="true" name="sho_mem" radio_style="false" width="361" /> | ||
81 | <check_box bottom_delta="-18" follows="left|top" font="SansSerifSmall" height="16" | ||
82 | initial_value="false" label="Publish on the web." left="87" | ||
83 | mouse_opaque="true" name="allow_publish" radio_style="false" | ||
84 | tool_tip="Publish your profile information on the web." width="361" /> | ||
85 | <button bottom="-260" follows="left|top" font="SansSerif" halign="center" height="16" | ||
86 | label="?" label_selected="?" left_delta="130" mouse_opaque="true" | ||
87 | name="publish_help_btn" width="20" /> | ||
88 | <check_box bottom="-278" follows="left|top" font="SansSerifSmall" height="16" | ||
89 | initial_value="false" label="Mature" left="87" mouse_opaque="true" | ||
90 | name="mature" radio_style="false" | ||
91 | tool_tip="Your profile information is considered mature." width="361" /> | ||
92 | </panel> | ||
93 | <panel bottom="-305" follows="left|top|right|bottom" height="289" label="Titles" | ||
94 | left="1" mouse_opaque="true" name="tit" width="456"> | ||
95 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
96 | bottom="-24" drop_shadow_visible="true" follows="left|top" font="SansSerif" | ||
97 | h_pad="0" halign="left" height="16" left="12" mouse_opaque="true" | ||
98 | name="txt" v_pad="0" width="436"> | ||
99 | Group Titles | ||
100 | </text> | ||
101 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
102 | bottom_delta="-18" drop_shadow_visible="true" follows="left|top" | ||
103 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="12" | ||
104 | mouse_opaque="true" name="txt2" v_pad="0" width="436"> | ||
105 | Groups can have officers and members, both of whom can have special titles. | ||
106 | </text> | ||
107 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
108 | bottom_delta="-16" drop_shadow_visible="true" follows="left|top" | ||
109 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="12" | ||
110 | mouse_opaque="true" name="txt3" v_pad="0" width="436"> | ||
111 | These titles appear before their names in the world, in chat, and in IM. | ||
112 | </text> | ||
113 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
114 | bottom_delta="-32" drop_shadow_visible="true" follows="left|top" | ||
115 | font="SansSerifSmall" h_pad="0" halign="right" height="16" left="12" | ||
116 | mouse_opaque="true" name="lbl" v_pad="0" width="70"> | ||
117 | Officer Title: | ||
118 | </text> | ||
119 | <line_editor bevel_style="in" bg_readonly_color="0, 0, 0, 0" border_style="line" | ||
120 | border_thickness="1" bottom="-90" follows="left|top" font="SansSerifSmall" | ||
121 | height="16" left_delta="75" max_length="20" mouse_opaque="true" name="ohon" | ||
122 | text_readonly_color="1, 1, 1, 1" width="105" /> | ||
123 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
124 | bottom="-90" drop_shadow_visible="true" follows="left|top" | ||
125 | font="SansSerifSmall" h_pad="0" halign="right" height="16" left_delta="110" | ||
126 | mouse_opaque="true" name="lbl2" v_pad="0" width="70"> | ||
127 | Member Title: | ||
128 | </text> | ||
129 | <line_editor bevel_style="in" bg_readonly_color="0, 0, 0, 0" border_style="line" | ||
130 | border_thickness="1" bottom="-90" follows="left|top" font="SansSerifSmall" | ||
131 | height="16" left_delta="75" max_length="20" mouse_opaque="true" name="mhon" | ||
132 | text_readonly_color="1, 1, 1, 1" width="105" /> | ||
133 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
134 | bottom="-124" drop_shadow_visible="true" follows="left|top" | ||
135 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="12" | ||
136 | mouse_opaque="true" name="lbl3" v_pad="0" width="436"> | ||
137 | Drag a texture out of your inventory to set the group's insignia. | ||
138 | </text> | ||
139 | <texture_picker bottom="-220" follows="left|top" height="80" left="87" mouse_opaque="true" | ||
140 | name="insig" tool_tip="Click to choose a picture" width="64" /> | ||
141 | </panel> | ||
142 | <panel bottom="-305" follows="left|top|right|bottom" height="289" label="Members" | ||
143 | left="1" mouse_opaque="true" name="mem" width="456"> | ||
144 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
145 | bottom="-24" drop_shadow_visible="true" follows="left|top" font="SansSerif" | ||
146 | h_pad="0" halign="left" height="16" left="12" mouse_opaque="true" | ||
147 | name="txt" v_pad="0" width="436"> | ||
148 | Group Members | ||
149 | </text> | ||
150 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
151 | bottom_delta="-18" drop_shadow_visible="true" follows="left|top" | ||
152 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="12" | ||
153 | mouse_opaque="true" name="txt2" v_pad="0" width="436"> | ||
154 | Current Group officers and members. | ||
155 | </text> | ||
156 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
157 | bottom_delta="-16" drop_shadow_visible="true" follows="left|top" | ||
158 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="12" | ||
159 | mouse_opaque="true" name="txt3" v_pad="0" width="436"> | ||
160 | Click on a name to view to the member's profile. | ||
161 | </text> | ||
162 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
163 | bottom_delta="-18" drop_shadow_visible="true" follows="left|top" | ||
164 | font="SansSerifSmall" h_pad="0" halign="right" height="16" left="12" | ||
165 | mouse_opaque="true" name="lbl" v_pad="0" width="70"> | ||
166 | Officers: | ||
167 | </text> | ||
168 | <name_list allow_calling_card_drop="false" background_visible="false" | ||
169 | bg_selected_color="0.243137, 0.243137, 0.243137, 1" bottom="-132" | ||
170 | column_padding="0" draw_border="true" fg_disable_color="1, 1, 1, 1" | ||
171 | fg_selected_color="1, 1, 1, 1" fg_unselected_color="1, 1, 1, 1" | ||
172 | follows="left|top" height="72" left="87" mouse_opaque="true" | ||
173 | multi_select="false" name="officers" width="361" /> | ||
174 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
175 | bottom="-150" drop_shadow_visible="true" follows="left|top" | ||
176 | font="SansSerifSmall" h_pad="0" halign="right" height="16" left="12" | ||
177 | mouse_opaque="true" name="members_label" v_pad="0" width="70"> | ||
178 | Members: | ||
179 | </text> | ||
180 | <name_list allow_calling_card_drop="false" background_visible="false" bottom="-254" | ||
181 | column_padding="0" draw_border="true" fg_disable_color="1, 1, 1, 1" | ||
182 | fg_selected_color="1, 1, 1, 1" fg_unselected_color="1, 1, 1, 1" | ||
183 | follows="left|top" height="120" left="87" mouse_opaque="true" | ||
184 | multi_select="false" name="members" width="361" /> | ||
185 | <button bottom_delta="-27" follows="left|bottom" font="SansSerif" halign="center" | ||
186 | height="20" label="Eject Member" label_selected="Eject Member" left="87" | ||
187 | mouse_opaque="true" name="eject_member_btn" width="120" /> | ||
188 | </panel> | ||
189 | <panel bottom="-305" follows="left|top|right|bottom" height="289" label="Voting" | ||
190 | left="1" mouse_opaque="true" name="voting" width="456"> | ||
191 | <tab_container bottom="-289" height="285" left="30" mouse_opaque="false" name="tab" | ||
192 | tab_position="top" width="400"> | ||
193 | <panel bottom="-284" follows="left|top|right|bottom" height="268" label="Election" | ||
194 | left="1" mouse_opaque="true" name="recall" width="398"> | ||
195 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
196 | bottom="-18" drop_shadow_visible="true" follows="left|top" font="SansSerif" | ||
197 | h_pad="0" halign="left" height="10" left="12" mouse_opaque="false" | ||
198 | name="txt" v_pad="0" width="363"> | ||
199 | Group Election | ||
200 | </text> | ||
201 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
202 | bottom_delta="-24" drop_shadow_visible="true" follows="left|top" | ||
203 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="12" | ||
204 | mouse_opaque="false" name="instructions" v_pad="0" width="350"> | ||
205 | Press the Start Election button to start a new election. | ||
206 | The candidates will include all non-officer group members. | ||
207 | </text> | ||
208 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
209 | bottom_delta="-26" drop_shadow_visible="true" follows="left|top" | ||
210 | font="SansSerifSmall" h_pad="0" halign="right" height="10" left="12" | ||
211 | mouse_opaque="false" name="lbl" v_pad="0" width="70"> | ||
212 | Candidates: | ||
213 | </text> | ||
214 | <name_list allow_calling_card_drop="false" background_visible="false" | ||
215 | bg_selected_color="0.243137, 0.243137, 0.243137, 1" bottom="-150" | ||
216 | column_padding="0" draw_border="true" fg_disable_color="1, 1, 1, 1" | ||
217 | fg_selected_color="1, 1, 1, 1" fg_unselected_color="1, 1, 1, 1" | ||
218 | follows="left|top" height="94" left="87" mouse_opaque="true" | ||
219 | multi_select="false" name="candidates" width="290" /> | ||
220 | <button bottom_delta="-116" follows="top" font="SansSerif" halign="center" height="20" | ||
221 | label="Vote" label_selected="Vote" left="87" mouse_opaque="true" | ||
222 | name="btn_vote" width="60" /> | ||
223 | <button bottom="-266" follows="left|top" font="SansSerif" halign="center" height="20" | ||
224 | label="Abstain" label_selected="Abstain" left_delta="68" | ||
225 | mouse_opaque="true" name="btn_abstain" width="60" /> | ||
226 | <button bottom="-260" follows="top|right" font="SansSerif" halign="center" height="20" | ||
227 | label="Start Election" label_selected="Start Election" left="218" | ||
228 | mouse_opaque="true" name="btn_start_election" width="160" /> | ||
229 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
230 | bottom="-172" drop_shadow_visible="true" follows="left|top" | ||
231 | font="SansSerifSmall" h_pad="0" halign="right" height="20" left="12" | ||
232 | mouse_opaque="false" name="lbl2" v_pad="0" width="70"> | ||
233 | Quorum: | ||
234 | </text> | ||
235 | <spinner bottom="-172" decimal_digits="0" follows="left|top" height="20" increment="1" | ||
236 | initial_val="1" left_delta="75" max_val="111" min_val="1" | ||
237 | mouse_opaque="true" name="quorum" | ||
238 | tool_tip="# of total voting members needed for election results to be binding." | ||
239 | width="40" /> | ||
240 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
241 | bottom="-172" drop_shadow_visible="true" follows="left|top" | ||
242 | font="SansSerifSmall" h_pad="0" halign="left" height="20" left_delta="45" | ||
243 | mouse_opaque="false" name="quorum_text" v_pad="0" width="300"> | ||
244 | out of 111 total group members. | ||
245 | </text> | ||
246 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
247 | bottom="-196" drop_shadow_visible="true" follows="left|top" | ||
248 | font="SansSerifSmall" h_pad="0" halign="right" height="20" left="210" | ||
249 | mouse_opaque="false" name="lbl3" v_pad="0" width="65"> | ||
250 | Majority: | ||
251 | </text> | ||
252 | <radio_group bottom="-232" follows="left|top" height="60" left="270" mouse_opaque="true" | ||
253 | name="majority" tool_tip="Majority of total votes needed to win." | ||
254 | width="105"> | ||
255 | <radio_item bottom="-19" follows="left|top" height="15" left="4" mouse_opaque="true" | ||
256 | name="radio" width="99"> | ||
257 | Simple Majority | ||
258 | </radio_item> | ||
259 | <radio_item bottom_delta="-19" follows="left|top" height="15" left="4" mouse_opaque="true" | ||
260 | name="radio2" width="93"> | ||
261 | 2/3 Majority | ||
262 | </radio_item> | ||
263 | <radio_item bottom_delta="-19" follows="left|top" height="15" left="4" mouse_opaque="true" | ||
264 | name="radio3" width="93"> | ||
265 | Unanimous | ||
266 | </radio_item> | ||
267 | </radio_group> | ||
268 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
269 | bottom="-203" drop_shadow_visible="true" follows="left|top" | ||
270 | font="SansSerifSmall" h_pad="0" halign="right" height="20" left="12" | ||
271 | mouse_opaque="false" name="duration_lbl" v_pad="0" width="70"> | ||
272 | Duration: | ||
273 | </text> | ||
274 | <spinner bottom="-200" decimal_digits="0" follows="left|top" height="20" increment="1" | ||
275 | initial_val="7" left_delta="75" max_val="30" min_val="1" | ||
276 | mouse_opaque="true" name="duration" | ||
277 | tool_tip="# of days the election will last." width="40" /> | ||
278 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
279 | bottom="-203" drop_shadow_visible="true" follows="left|top" | ||
280 | font="SansSerifSmall" h_pad="0" halign="left" height="20" left_delta="45" | ||
281 | mouse_opaque="false" name="duration_days" v_pad="0" width="300"> | ||
282 | days | ||
283 | </text> | ||
284 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
285 | bottom="-224" drop_shadow_visible="true" follows="left|top" | ||
286 | font="SansSerifSmall" h_pad="0" halign="right" height="20" left="12" | ||
287 | mouse_opaque="false" name="start_lbl" v_pad="0" width="70"> | ||
288 | Election Start: | ||
289 | </text> | ||
290 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
291 | bottom="-224" drop_shadow_visible="true" follows="left|top" | ||
292 | font="SansSerifSmall" h_pad="0" halign="left" height="20" left_delta="75" | ||
293 | mouse_opaque="false" name="start_date" v_pad="0" width="200" /> | ||
294 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
295 | bottom="-242" drop_shadow_visible="true" follows="left|top" | ||
296 | font="SansSerifSmall" h_pad="0" halign="right" height="20" left="12" | ||
297 | mouse_opaque="false" name="end_lbl" v_pad="0" width="70"> | ||
298 | Election Ends: | ||
299 | </text> | ||
300 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
301 | bottom="-242" drop_shadow_visible="true" follows="left|top" | ||
302 | font="SansSerifSmall" h_pad="0" halign="left" height="20" left_delta="75" | ||
303 | mouse_opaque="false" name="end_date" v_pad="0" width="200" /> | ||
304 | </panel> | ||
305 | <panel bottom="-284" follows="left|top|right|bottom" height="268" label="Proposal" | ||
306 | left="1" mouse_opaque="true" name="panel_group_proposals" width="398"> | ||
307 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
308 | bottom="-18" drop_shadow_visible="true" follows="left|top" font="SansSerif" | ||
309 | h_pad="0" halign="left" height="10" left="12" mouse_opaque="false" | ||
310 | name="txt" v_pad="0" width="363"> | ||
311 | Group Proposals | ||
312 | </text> | ||
313 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
314 | bottom_delta="-24" drop_shadow_visible="true" follows="left|top" | ||
315 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="12" | ||
316 | mouse_opaque="false" name="instructions" v_pad="0" width="350"> | ||
317 | There are no active proposals. Press the Create Proposal button to | ||
318 | create a new proposal. | ||
319 | </text> | ||
320 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
321 | bottom_delta="-26" drop_shadow_visible="true" follows="left|top" | ||
322 | font="SansSerifSmall" h_pad="0" halign="right" height="10" left="12" | ||
323 | mouse_opaque="false" name="proposal_lbl" v_pad="0" width="70"> | ||
324 | Proposals: | ||
325 | </text> | ||
326 | <scroll_list background_visible="false" bg_selected_color="0.243137, 0.243137, 0.243137, 1" | ||
327 | bottom="-190" column_padding="5" draw_border="true" | ||
328 | fg_disable_color="1, 1, 1, 1" fg_selected_color="0, 0, 0, 1" | ||
329 | fg_unselected_color="1, 1, 1, 1" follows="left|top" height="134" left="87" | ||
330 | mouse_opaque="true" multi_select="false" name="proposals" width="290" /> | ||
331 | <text_editor bg_readonly_color="0, 0, 0, 0" bg_writeable_color="1, 1, 1, 1" | ||
332 | bottom_delta="40" embedded_items="false" follows="left|top" | ||
333 | font="SansSerif" height="94" left="87" max_length="255" mouse_opaque="true" | ||
334 | name="proposal_text" text_readonly_color="1, 1, 1, 1" width="290" | ||
335 | word_wrap="false" /> | ||
336 | <button bottom_delta="-22" follows="top" font="SansSerif" halign="center" height="20" | ||
337 | label="Yes" label_selected="Yes" left="87" mouse_opaque="true" | ||
338 | name="btn_yes" width="60" /> | ||
339 | <button bottom="-172" follows="left|top" font="SansSerif" halign="center" height="20" | ||
340 | label="No" label_selected="No" left_delta="68" mouse_opaque="true" | ||
341 | name="btn_no" width="60" /> | ||
342 | <button bottom="-172" follows="left|top" font="SansSerif" halign="center" height="20" | ||
343 | label="Abstain" label_selected="Abstain" left_delta="68" | ||
344 | mouse_opaque="true" name="btn_abstain" width="60" /> | ||
345 | <button bottom="-172" follows="left|top" font="SansSerif" halign="center" height="20" | ||
346 | label="View List" label_selected="View List" left_delta="68" | ||
347 | mouse_opaque="true" name="btn_view_list" width="90" /> | ||
348 | <button bottom_delta="-44" follows="left|top" font="SansSerif" halign="center" | ||
349 | height="20" label="View Item" label_selected="View Item" left="291" | ||
350 | mouse_opaque="true" name="btn_view_item" width="90" /> | ||
351 | <button bottom="-216" follows="left|top" font="SansSerif" halign="center" height="20" | ||
352 | label="Create Proposal" label_selected="Create Proposal" left_delta="-204" | ||
353 | mouse_opaque="true" name="btn_proposal" width="160" /> | ||
354 | <button bottom_delta="-50" follows="left|top" font="SansSerif" halign="center" | ||
355 | height="20" label="Submit" label_selected="Submit" left="87" | ||
356 | mouse_opaque="true" name="btn_submit" width="60" /> | ||
357 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
358 | bottom="-200" drop_shadow_visible="true" follows="left|top" | ||
359 | font="SansSerifSmall" h_pad="0" halign="right" height="20" left="12" | ||
360 | mouse_opaque="false" name="quorum_lbl" v_pad="0" width="70"> | ||
361 | Quorum: | ||
362 | </text> | ||
363 | <spinner bottom="-200" decimal_digits="0" follows="left|top" height="20" increment="1" | ||
364 | initial_val="0" left_delta="75" max_val="111" min_val="1" | ||
365 | mouse_opaque="true" name="quorum" | ||
366 | tool_tip="# of total voting members needed for election results to be binding." | ||
367 | width="40" /> | ||
368 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
369 | bottom="-200" drop_shadow_visible="true" follows="left|top" | ||
370 | font="SansSerifSmall" h_pad="0" halign="left" height="20" left_delta="45" | ||
371 | mouse_opaque="false" name="quorum_text" v_pad="0" width="300"> | ||
372 | out of 111 total group members. | ||
373 | </text> | ||
374 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
375 | bottom="-224" drop_shadow_visible="true" follows="left|top" | ||
376 | font="SansSerifSmall" h_pad="0" halign="right" height="20" left="210" | ||
377 | mouse_opaque="false" name="majority_lbl" v_pad="0" width="65"> | ||
378 | Majority: | ||
379 | </text> | ||
380 | <radio_group bottom="-260" follows="left|top" height="60" left="270" mouse_opaque="true" | ||
381 | name="majority" tool_tip="Majority of total votes needed to win." | ||
382 | width="105"> | ||
383 | <radio_item bottom="-19" follows="left|top" height="15" left="4" mouse_opaque="true" | ||
384 | name="radio" width="99"> | ||
385 | Simple Majority | ||
386 | </radio_item> | ||
387 | <radio_item bottom_delta="-19" follows="left|top" height="15" left="4" mouse_opaque="true" | ||
388 | name="radio2" width="93"> | ||
389 | 2/3 Majority | ||
390 | </radio_item> | ||
391 | <radio_item bottom_delta="-19" follows="left|top" height="15" left="4" mouse_opaque="true" | ||
392 | name="radio3" width="93"> | ||
393 | Unanimous | ||
394 | </radio_item> | ||
395 | </radio_group> | ||
396 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
397 | bottom="-227" drop_shadow_visible="true" follows="left|top" | ||
398 | font="SansSerifSmall" h_pad="0" halign="right" height="20" left="12" | ||
399 | mouse_opaque="false" name="duration_lbl" v_pad="0" width="70"> | ||
400 | Duration: | ||
401 | </text> | ||
402 | <spinner bottom="-224" decimal_digits="0" follows="left|top" height="20" increment="1" | ||
403 | initial_val="7" left_delta="75" max_val="30" min_val="1" | ||
404 | mouse_opaque="true" name="duration" | ||
405 | tool_tip="# of days the election will last." width="40" /> | ||
406 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
407 | bottom="-227" drop_shadow_visible="true" follows="left|top" | ||
408 | font="SansSerifSmall" h_pad="0" halign="left" height="20" left_delta="45" | ||
409 | mouse_opaque="false" name="duration_text" v_pad="0" width="300"> | ||
410 | days | ||
411 | </text> | ||
412 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
413 | bottom="-248" drop_shadow_visible="true" follows="left|top" | ||
414 | font="SansSerifSmall" h_pad="0" halign="right" height="20" left="12" | ||
415 | mouse_opaque="false" name="start_lbl" v_pad="0" width="70"> | ||
416 | Voting Start: | ||
417 | </text> | ||
418 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
419 | bottom="-248" drop_shadow_visible="true" follows="left|top" | ||
420 | font="SansSerifSmall" h_pad="0" halign="left" height="20" left_delta="75" | ||
421 | mouse_opaque="false" name="start_date" v_pad="0" width="200" /> | ||
422 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
423 | bottom="-266" drop_shadow_visible="true" follows="left|top" | ||
424 | font="SansSerifSmall" h_pad="0" halign="right" height="20" left="12" | ||
425 | mouse_opaque="false" name="end_lbl" v_pad="0" width="70"> | ||
426 | Voting Ends: | ||
427 | </text> | ||
428 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
429 | bottom="-266" drop_shadow_visible="true" follows="left|top" | ||
430 | font="SansSerifSmall" h_pad="0" halign="left" height="20" left_delta="75" | ||
431 | mouse_opaque="false" name="end_date" v_pad="0" width="200" /> | ||
432 | </panel> | ||
433 | <panel bottom="-284" follows="left|top|right|bottom" height="268" label="History" | ||
434 | left="1" mouse_opaque="true" name="History" width="398"> | ||
435 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
436 | bottom="-18" drop_shadow_visible="true" follows="left|top" font="SansSerif" | ||
437 | h_pad="0" halign="left" height="10" left="12" mouse_opaque="false" | ||
438 | name="txt" v_pad="0" width="363"> | ||
439 | Group Voting History | ||
440 | </text> | ||
441 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
442 | bottom_delta="-24" drop_shadow_visible="true" follows="left|top" | ||
443 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="12" | ||
444 | mouse_opaque="false" name="instructions" v_pad="0" width="350"> | ||
445 | You may view past group vote results by selecting the vote and. | ||
446 | </text> | ||
447 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
448 | bottom_delta="-14" drop_shadow_visible="true" follows="left|top" | ||
449 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="12" | ||
450 | mouse_opaque="false" name="instructions2" v_pad="0" width="350"> | ||
451 | pressing View Item. | ||
452 | </text> | ||
453 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
454 | bottom_delta="-12" drop_shadow_visible="true" follows="left|top" | ||
455 | font="SansSerifSmall" h_pad="0" halign="right" height="10" left="12" | ||
456 | mouse_opaque="false" name="history_list_lbl" v_pad="0" width="70"> | ||
457 | Past Votes: | ||
458 | </text> | ||
459 | <scroll_list background_visible="false" bg_selected_color="1, 1, 1, 1" bottom="-230" | ||
460 | column_padding="10" draw_border="true" fg_disable_color="1, 1, 1, 1" | ||
461 | fg_selected_color="0, 0, 0, 1" fg_unselected_color="1, 1, 1, 1" | ||
462 | follows="left|top" height="170" left="87" mouse_opaque="true" | ||
463 | multi_select="false" name="history_list" width="300" /> | ||
464 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
465 | bottom="-68" drop_shadow_visible="true" follows="left|top" | ||
466 | font="SansSerifSmall" h_pad="0" halign="right" height="10" left="12" | ||
467 | mouse_opaque="false" name="vote_text_lbl" v_pad="0" width="70"> | ||
468 | Vote Results: | ||
469 | </text> | ||
470 | <text_editor bg_readonly_color="0, 0, 0, 0" bg_writeable_color="1, 1, 1, 1" bottom="-230" | ||
471 | embedded_items="false" follows="left|top" font="SansSerif" height="170" | ||
472 | left="87" max_length="1024" mouse_opaque="true" name="vote_text" | ||
473 | text_readonly_color="1, 1, 1, 1" width="300" word_wrap="false" /> | ||
474 | <button bottom="-260" follows="top" font="SansSerif" halign="center" height="20" | ||
475 | label="View List" label_selected="View List" left="291" mouse_opaque="true" | ||
476 | name="btn_view_list" width="90" /> | ||
477 | <button bottom_delta="0" follows="top" font="SansSerif" halign="center" height="20" | ||
478 | label="View Item" label_selected="View Item" left_delta="0" | ||
479 | mouse_opaque="true" name="btn_view_item" width="90" /> | ||
480 | </panel> | ||
481 | </tab_container> | ||
482 | </panel> | ||
483 | <panel bottom="-305" follows="left|top|right|bottom" height="289" label="Invite" | ||
484 | left="1" mouse_opaque="true" name="inv" width="456"> | ||
485 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
486 | bottom="-24" drop_shadow_visible="true" follows="left|top" font="SansSerif" | ||
487 | h_pad="0" halign="left" height="16" left="12" mouse_opaque="true" | ||
488 | name="txt" v_pad="0" width="436"> | ||
489 | Group Invitations | ||
490 | </text> | ||
491 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
492 | bottom_delta="-18" drop_shadow_visible="true" follows="left|top" | ||
493 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="12" | ||
494 | mouse_opaque="true" name="txt2" v_pad="0" width="436"> | ||
495 | Invitations are sent via instant message. | ||
496 | </text> | ||
497 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
498 | bottom_delta="-16" drop_shadow_visible="true" follows="left|top" | ||
499 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="12" | ||
500 | mouse_opaque="true" name="txt3" v_pad="0" width="436"> | ||
501 | Click on the add button to add users to the list. | ||
502 | </text> | ||
503 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
504 | bottom_delta="-32" drop_shadow_visible="true" follows="left|top" | ||
505 | font="SansSerifSmall" h_pad="0" halign="right" height="16" left="12" | ||
506 | mouse_opaque="true" name="lbl" v_pad="0" width="70"> | ||
507 | Officers: | ||
508 | </text> | ||
509 | <name_list allow_calling_card_drop="true" background_visible="true" bottom="-134" | ||
510 | column_padding="5" draw_border="true" follows="top" height="60" left="87" | ||
511 | mouse_opaque="true" multi_select="false" name="inv officers" width="290" /> | ||
512 | <button bottom_delta="-22" follows="top" font="SansSerif" halign="center" height="20" | ||
513 | label="Add Officer..." label_selected="Add Officer..." left="87" | ||
514 | mouse_opaque="true" name="add_officer_btn" width="120" /> | ||
515 | <button bottom="-156" follows="top" font="SansSerif" halign="center" height="20" | ||
516 | label="Remove Selected" label_selected="Remove Selected" left_delta="128" | ||
517 | mouse_opaque="true" name="remove_officer_btn" width="120" /> | ||
518 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
519 | bottom="-174" drop_shadow_visible="true" follows="left|top" | ||
520 | font="SansSerifSmall" h_pad="0" halign="right" height="16" left="12" | ||
521 | mouse_opaque="true" name="lbl2" v_pad="0" width="70"> | ||
522 | Members: | ||
523 | </text> | ||
524 | <name_list allow_calling_card_drop="true" background_visible="true" bottom="-218" | ||
525 | column_padding="5" draw_border="true" follows="top" height="60" left="87" | ||
526 | mouse_opaque="true" multi_select="false" name="inv members" width="290" /> | ||
527 | <button bottom_delta="-22" follows="top" font="SansSerif" halign="center" height="20" | ||
528 | label="Add Member..." label_selected="Add Member..." left="87" | ||
529 | mouse_opaque="true" name="add_member_btn" width="120" /> | ||
530 | <button bottom="-240" follows="top" font="SansSerif" halign="center" height="20" | ||
531 | label="Remove Selected" label_selected="Remove Selected" left_delta="128" | ||
532 | mouse_opaque="true" name="remove_member_btn" width="120" /> | ||
533 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
534 | bottom="-258" drop_shadow_visible="true" follows="left|top" | ||
535 | font="SansSerifSmall" h_pad="0" halign="right" height="16" left="12" | ||
536 | mouse_opaque="true" name="lbl3" v_pad="0" width="70"> | ||
537 | Signup Fee: | ||
538 | </text> | ||
539 | <spinner bottom="-258" decimal_digits="0" follows="left|top" height="16" increment="1" | ||
540 | initial_val="0" left_delta="75" max_val="1e+007" min_val="0" | ||
541 | mouse_opaque="true" name="fee" width="60" /> | ||
542 | <check_box bottom_delta="-24" follows="left|top" font="SansSerifSmall" height="16" | ||
543 | initial_value="false" label="Open enrollment (no invite necessary)" | ||
544 | left="87" mouse_opaque="true" name="open" radio_style="false" width="361" /> | ||
545 | </panel> | ||
546 | <panel bottom="-305" follows="left|top|right|bottom" height="289" label="Land" | ||
547 | left="1" mouse_opaque="true" name="land" width="456"> | ||
548 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
549 | bottom="-24" drop_shadow_visible="true" follows="left|top" | ||
550 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="12" | ||
551 | mouse_opaque="true" name="txt" v_pad="0" width="436"> | ||
552 | Group Owned Land | ||
553 | </text> | ||
554 | <scroll_list background_visible="true" bottom_delta="-152" column_padding="5" | ||
555 | draw_border="true" follows="top" height="150" left="8" mouse_opaque="true" | ||
556 | multi_select="false" name="parcel list" width="440" /> | ||
557 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
558 | bottom_delta="-18" drop_shadow_visible="true" follows="left|top" | ||
559 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="12" | ||
560 | mouse_opaque="true" name="lbl" v_pad="0" width="180"> | ||
561 | Total Contributed Land: | ||
562 | </text> | ||
563 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
564 | bottom="-210" drop_shadow_visible="true" follows="left|top" | ||
565 | font="SansSerifSmall" h_pad="0" halign="left" height="32" left="192" | ||
566 | mouse_opaque="true" name="total" v_pad="0" width="75" /> | ||
567 | <button bottom="-198" follows="top" font="SansSerif" halign="center" height="20" | ||
568 | label="Map..." label_selected="Map..." left="380" mouse_opaque="true" | ||
569 | name="map_btn" width="60" /> | ||
570 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
571 | bottom="-216" drop_shadow_visible="true" follows="left|top" | ||
572 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="12" | ||
573 | mouse_opaque="true" name="lbl2" v_pad="0" width="180"> | ||
574 | Total Land In Use: | ||
575 | </text> | ||
576 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
577 | bottom="-232" drop_shadow_visible="true" follows="left|top" | ||
578 | font="SansSerifSmall" h_pad="0" halign="left" height="32" left="192" | ||
579 | mouse_opaque="true" name="committed" v_pad="0" width="75" /> | ||
580 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
581 | bottom="-238" drop_shadow_visible="true" follows="left|top" | ||
582 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="12" | ||
583 | mouse_opaque="true" name="lbl3" v_pad="0" width="180"> | ||
584 | Land Available: | ||
585 | </text> | ||
586 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
587 | bottom="-254" drop_shadow_visible="true" follows="left|top" | ||
588 | font="SansSerifSmall" h_pad="0" halign="left" height="32" left="192" | ||
589 | mouse_opaque="true" name="avail" v_pad="0" width="75" /> | ||
590 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
591 | bottom="-260" drop_shadow_visible="true" follows="left|top" | ||
592 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="12" | ||
593 | mouse_opaque="true" name="your_contrib_label" v_pad="0" width="180" /> | ||
594 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-260" | ||
595 | follows="left|top" font="SansSerifSmall" height="16" left_delta="185" | ||
596 | max_length="10" mouse_opaque="true" name="your_contrib" width="60" /> | ||
597 | <button bottom="-264" follows="top" font="SansSerif" halign="center" height="20" | ||
598 | label="Set Contribution" label_selected="Set Contribution" left_delta="103" | ||
599 | mouse_opaque="true" name="set_contrib_btn" width="140" /> | ||
600 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
601 | bottom="-284" drop_shadow_visible="true" follows="left|top" | ||
602 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="12" | ||
603 | mouse_opaque="true" name="warning_label" v_pad="0" width="436"> | ||
604 | WARNING: Group maintains too much land. Group members need to contribute more. | ||
605 | </text> | ||
606 | </panel> | ||
607 | <panel bottom="-305" follows="left|top|right|bottom" height="289" label="Money" | ||
608 | left="1" mouse_opaque="true" name="mon" width="456"> | ||
609 | <tab_container bottom="-289" height="285" left="0" mouse_opaque="false" | ||
610 | name="group money history tab" tab_position="top" width="400"> | ||
611 | <panel bottom="-284" follows="left|top|right|bottom" height="268" label="Planning" | ||
612 | left="1" mouse_opaque="true" name="money panel" width="398"> | ||
613 | <text_editor bg_readonly_color="0.784314, 0.819608, 0.8, 1" bottom="-260" | ||
614 | embedded_items="false" follows="left|top|right|bottom" font="Monospace" | ||
615 | height="252" left="8" max_length="2147483647" mouse_opaque="true" | ||
616 | name="money text" width="382" word_wrap="false" /> | ||
617 | </panel> | ||
618 | <panel bottom="-284" follows="left|top|right|bottom" height="268" label="Details" | ||
619 | left="1" mouse_opaque="true" name="money panel2" width="398"> | ||
620 | <text_editor bg_readonly_color="0.784314, 0.819608, 0.8, 1" bottom="-232" | ||
621 | embedded_items="false" follows="left|top|right|bottom" font="Monospace" | ||
622 | height="224" left="8" max_length="2147483647" mouse_opaque="true" | ||
623 | name="money text" width="382" word_wrap="false" /> | ||
624 | <button bottom="-260" follows="left|bottom" font="SansSerif" halign="center" | ||
625 | height="20" label="< Earlier" label_selected="< Earlier" left="24" | ||
626 | mouse_opaque="true" name="< Earlier" tool_tip="Go back in time" | ||
627 | width="80" /> | ||
628 | <button bottom="-260" follows="right|bottom" font="SansSerif" halign="center" | ||
629 | height="20" label="Later >" label_selected="Later >" left_delta="270" | ||
630 | mouse_opaque="true" name="Later >" tool_tip="Go forward in time" | ||
631 | width="80" /> | ||
632 | </panel> | ||
633 | <panel bottom="-284" follows="left|top|right|bottom" height="268" label="Sales" | ||
634 | left="1" mouse_opaque="true" name="money panel3" width="398"> | ||
635 | <text_editor bg_readonly_color="0.784314, 0.819608, 0.8, 1" bottom="-232" | ||
636 | embedded_items="false" follows="left|top|right|bottom" font="Monospace" | ||
637 | height="224" left="8" max_length="2147483647" mouse_opaque="true" | ||
638 | name="money text" width="382" word_wrap="false" /> | ||
639 | <button bottom="-260" follows="left|bottom" font="SansSerif" halign="center" | ||
640 | height="20" label="< Earlier" label_selected="< Earlier" left="24" | ||
641 | mouse_opaque="true" name="< Earlier" tool_tip="Go back in time" | ||
642 | width="80" /> | ||
643 | <button bottom="-260" follows="right|bottom" font="SansSerif" halign="center" | ||
644 | height="20" label="Later >" label_selected="Later >" left_delta="270" | ||
645 | mouse_opaque="true" name="Later >" tool_tip="Go forward in time" | ||
646 | width="80" /> | ||
647 | </panel> | ||
648 | </tab_container> | ||
649 | </panel> | ||
650 | </tab_container> | ||
651 | <button bottom="-352" follows="left|bottom" font="SansSerif" halign="center" | ||
652 | height="20" label="OK" label_selected="OK" left="320" mouse_opaque="true" | ||
653 | name="OK" width="60" /> | ||
654 | <button bottom="-352" follows="left|bottom" font="SansSerif" halign="center" | ||
655 | height="20" label="Cancel" label_selected="Cancel" left_delta="68" | ||
656 | mouse_opaque="true" name="Cancel" width="60" /> | ||
657 | </floater> | ||
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_image_preview.xml b/linden/indra/newview/skins/default/xui/en-us/floater_image_preview.xml index 32a715e..6e72dee 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_image_preview.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_image_preview.xml | |||
@@ -11,7 +11,7 @@ | |||
11 | Description: | 11 | Description: |
12 | </text> | 12 | </text> |
13 | <line_editor bottom_delta="-24" follows="top|left|right" height="19" max_length="254" | 13 | <line_editor bottom_delta="-24" follows="top|left|right" height="19" max_length="254" |
14 | name="description_form" width="280" /> | 14 | name="description_form" width="280" spell_check="true" /> |
15 | <text bottom_delta="-20" follows="top|left" height="15" name="preview_label"> | 15 | <text bottom_delta="-20" follows="top|left" height="15" name="preview_label"> |
16 | Preview image as: | 16 | Preview image as: |
17 | </text> | 17 | </text> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_inspect.xml b/linden/indra/newview/skins/default/xui/en-us/floater_inspect.xml index fbb1133..5e9cacd 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_inspect.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_inspect.xml | |||
@@ -1,6 +1,6 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <floater can_close="true" can_drag_on_left="false" can_minimize="true" can_resize="true" | 2 | <floater can_close="true" can_drag_on_left="false" can_minimize="true" can_resize="true" |
3 | min_height="300" min_width="400" name="inspect" | 3 | min_height="300" min_width="550" name="inspect" |
4 | rect_control="FloaterInspectRect" title="Inspect Objects"> | 4 | rect_control="FloaterInspectRect" title="Inspect Objects"> |
5 | <scroll_list bottom="30" can_resize="false" column_padding="0" draw_heading="true" | 5 | <scroll_list bottom="30" can_resize="false" column_padding="0" draw_heading="true" |
6 | follows="top|right|left|bottom" left="10" multi_select="false" | 6 | follows="top|right|left|bottom" left="10" multi_select="false" |
@@ -9,16 +9,26 @@ | |||
9 | top="-20"> | 9 | top="-20"> |
10 | <column dynamicwidth="true" label="Object Name" name="object_name" /> | 10 | <column dynamicwidth="true" label="Object Name" name="object_name" /> |
11 | <column dynamicwidth="true" label="Owner Name" name="owner_name" /> | 11 | <column dynamicwidth="true" label="Owner Name" name="owner_name" /> |
12 | <column dynamicwidth="true" label="Last Owner Name" name="last_owner_name" /> | ||
12 | <column dynamicwidth="true" label="Creator Name" name="creator_name" /> | 13 | <column dynamicwidth="true" label="Creator Name" name="creator_name" /> |
14 | <column label="Faces" name="face_num" width="70" /> | ||
15 | <column label="Vertices" name="vertex_num" width="70" /> | ||
16 | <column label="Scripts" name="script_num" width="70" /> | ||
17 | <column label="Inv Total" name="inv_num" width="70" /> | ||
13 | <column label="Creation Date" name="creation_date" width="150" /> | 18 | <column label="Creation Date" name="creation_date" width="150" /> |
14 | </scroll_list> | 19 | </scroll_list> |
15 | <button bottom="5" follows="left|bottom" font="SansSerif" halign="center" height="20" | 20 | <button bottom="5" follows="left|bottom" font="SansSerif" halign="center" height="20" |
16 | label="See Owner Profile..." label_selected="" left="10" | 21 | label="Owner Profile" label_selected="" left="10" |
17 | mouse_opaque="true" name="button owner" | 22 | mouse_opaque="true" name="button owner" |
18 | tool_tip="See profile of the highlighted object's owner" width="150" /> | 23 | tool_tip="See profile of the highlighted object's owner" width="130" /> |
19 | <button bottom="5" follows="left|bottom" font="SansSerif" halign="center" height="20" | 24 | <button bottom="5" follows="left|bottom" font="SansSerif" halign="center" height="20" |
20 | label="See Creator Profile..." label_selected="" left="170" | 25 | label="Last Owner Profile" label_selected="" left="150" |
26 | mouse_opaque="true" name="button_last_owner" | ||
27 | tool_tip="See profile of the highlighted object's last owner" | ||
28 | width="130" /> | ||
29 | <button bottom="5" follows="left|bottom" font="SansSerif" halign="center" height="20" | ||
30 | label="Creator Profile" label_selected="" left="290" | ||
21 | mouse_opaque="true" name="button creator" | 31 | mouse_opaque="true" name="button creator" |
22 | tool_tip="See profile of the highlighted object's original creator" | 32 | tool_tip="See profile of the highlighted object's original creator" |
23 | width="150" /> | 33 | width="130" /> |
24 | </floater> | 34 | </floater> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_instant_message.xml b/linden/indra/newview/skins/default/xui/en-us/floater_instant_message.xml index 98d2020..4ccfe60 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_instant_message.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_instant_message.xml | |||
@@ -37,17 +37,20 @@ | |||
37 | <string name="unavailable_text_label"> | 37 | <string name="unavailable_text_label"> |
38 | Text chat is not available for this call. | 38 | Text chat is not available for this call. |
39 | </string> | 39 | </string> |
40 | <string name="history_entry"> | 40 | <string name="add_friend_string"> |
41 | History | 41 | Add Friend |
42 | </string> | ||
43 | <string name="pay_entry"> | ||
44 | Pay | ||
45 | </string> | ||
46 | <string name="teleport_entry"> | ||
47 | Offer Teleport | ||
48 | </string> | 42 | </string> |
49 | <flyout_button bottom="-40" follows="left|top" height="20" label="Profile" left="5" width="90" | 43 | <flyout_button bottom="-40" follows="left|top" height="20" label="Profile" left="5" width="90" |
50 | list_position="below" mouse_opaque="true" name="profile_callee_btn"> | 44 | list_position="below" mouse_opaque="true" name="profile_callee_btn"> |
45 | <flyout_button_item value="history_entry" name="history_entry"> | ||
46 | View History | ||
47 | </flyout_button_item> | ||
48 | <flyout_button_item value="pay_entry" name="pay_entry"> | ||
49 | Pay | ||
50 | </flyout_button_item> | ||
51 | <flyout_button_item value="teleport_entry" name="teleport_entry"> | ||
52 | Offer Teleport | ||
53 | </flyout_button_item> | ||
51 | </flyout_button> | 54 | </flyout_button> |
52 | <button bottom="-40" follows="left|top" halign="center" height="20" | 55 | <button bottom="-40" follows="left|top" halign="center" height="20" |
53 | image_overlay="icn_voice-call-start.tga" image_overlay_alignment="left" | 56 | image_overlay="icn_voice-call-start.tga" image_overlay_alignment="left" |
@@ -74,13 +77,13 @@ | |||
74 | follows="left|top|right|bottom" font="SansSerif" height="221" left="5" | 77 | follows="left|top|right|bottom" font="SansSerif" height="221" left="5" |
75 | max_length="2147483647" mouse_opaque="true" name="im_history" | 78 | max_length="2147483647" mouse_opaque="true" name="im_history" |
76 | text_color="ChatHistoryTextColor" | 79 | text_color="ChatHistoryTextColor" |
77 | track_bottom="true" | 80 | track_bottom="true" |
78 | text_readonly_color="ChatHistoryTextColor" width="487" word_wrap="true" /> | 81 | text_readonly_color="ChatHistoryTextColor" width="487" word_wrap="true" /> |
79 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="7" | 82 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="7" |
80 | follows="left|right|bottom" font="SansSerif" height="20" | 83 | follows="left|right|bottom" font="SansSerif" height="20" |
81 | label="Click here to instant message" left="5" max_length="1022" | 84 | label="Click here to instant message" left="5" max_length="1022" |
82 | mouse_opaque="true" name="chat_editor" select_all_on_focus_received="false" | 85 | mouse_opaque="true" name="chat_editor" select_all_on_focus_received="false" |
83 | select_on_focus="false" tab_group="1" width="423" /> | 86 | select_on_focus="false" tab_group="1" width="423" spell_check="true" /> |
84 | <button bottom="7" follows="right|bottom" font="SansSerif" halign="center" height="20" | 87 | <button bottom="7" follows="right|bottom" font="SansSerif" halign="center" height="20" |
85 | label="Send" left="433" mouse_opaque="true" name="send_btn" | 88 | label="Send" left="433" mouse_opaque="true" name="send_btn" |
86 | scale_image="true" width="60" /> | 89 | scale_image="true" width="60" /> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_instant_message_ad_hoc.xml b/linden/indra/newview/skins/default/xui/en-us/floater_instant_message_ad_hoc.xml index cac33d7..a059cde 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_instant_message_ad_hoc.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_instant_message_ad_hoc.xml | |||
@@ -48,7 +48,7 @@ | |||
48 | bottom="-265" embedded_items="false" enabled="false" | 48 | bottom="-265" embedded_items="false" enabled="false" |
49 | follows="left|top|right|bottom" font="SansSerif" height="239" left="5" | 49 | follows="left|top|right|bottom" font="SansSerif" height="239" left="5" |
50 | max_length="2147483647" mouse_opaque="true" name="im_history" | 50 | max_length="2147483647" mouse_opaque="true" name="im_history" |
51 | track_bottom="true" | 51 | track_bottom="true" |
52 | text_color="ChatHistoryTextColor" | 52 | text_color="ChatHistoryTextColor" |
53 | text_readonly_color="ChatHistoryTextColor" width="490" word_wrap="true" /> | 53 | text_readonly_color="ChatHistoryTextColor" width="490" word_wrap="true" /> |
54 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="7" | 54 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="7" |
@@ -56,7 +56,7 @@ | |||
56 | handle_edit_keys_directly="false" height="20" | 56 | handle_edit_keys_directly="false" height="20" |
57 | label="Click here to instant message" left="5" max_length="1022" | 57 | label="Click here to instant message" left="5" max_length="1022" |
58 | mouse_opaque="true" name="chat_editor" select_all_on_focus_received="false" | 58 | mouse_opaque="true" name="chat_editor" select_all_on_focus_received="false" |
59 | select_on_focus="false" tab_group="1" width="426" /> | 59 | select_on_focus="false" tab_group="1" width="426" spell_check="true" /> |
60 | <button bottom_delta="0" enabled="true" follows="right|bottom" font="SansSerif" | 60 | <button bottom_delta="0" enabled="true" follows="right|bottom" font="SansSerif" |
61 | halign="center" height="20" label="Send" left="436" mouse_opaque="true" | 61 | halign="center" height="20" label="Send" left="436" mouse_opaque="true" |
62 | name="send_btn" scale_image="true" width="60" /> | 62 | name="send_btn" scale_image="true" width="60" /> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_instant_message_group.xml b/linden/indra/newview/skins/default/xui/en-us/floater_instant_message_group.xml index d851075..82311cd 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_instant_message_group.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_instant_message_group.xml | |||
@@ -44,18 +44,20 @@ | |||
44 | orientation="horizontal" tab_group="1" width="495" name="panels"> | 44 | orientation="horizontal" tab_group="1" width="495" name="panels"> |
45 | <layout_panel border="false" bottom="0" default_tab_group="1" follows="left|top|bottom|right" | 45 | <layout_panel border="false" bottom="0" default_tab_group="1" follows="left|top|bottom|right" |
46 | height="130" left="0" min_width="210" name="im_contents_panel" width="175"> | 46 | height="130" left="0" min_width="210" name="im_contents_panel" width="175"> |
47 | <button bottom="-20" follows="left|top" height="20" label="Group Info" left="5" | 47 | <flyout_button bottom="-20" follows="left|top" height="20" label="Group Info" left="5" |
48 | name="group_info_btn" tab_group="0" width="90" /> | 48 | list_position="below" name="group_info_btn" tab_group="0" width="110"> |
49 | <flyout_button_item value="history_entry" name="history_entry"> | ||
50 | View History | ||
51 | </flyout_button_item> | ||
52 | </flyout_button> | ||
49 | <button bottom_delta="0" enabled="false" follows="left|top" halign="right" height="20" | 53 | <button bottom_delta="0" enabled="false" follows="left|top" halign="right" height="20" |
50 | image_overlay="icn_voice-call-start.tga" image_overlay_alignment="left" | 54 | image_overlay="icn_voice-call-start.tga" image_overlay_alignment="left" |
51 | label="Join Call" left_delta="95" name="start_call_btn" pad_right="12" | 55 | label="Join Call" left_delta="115" name="start_call_btn" pad_right="12" |
52 | width="92" /> | 56 | width="92" /> |
53 | <button bottom_delta="0" follows="left|top" halign="right" height="20" | 57 | <button bottom_delta="0" follows="left|top" halign="right" height="20" |
54 | image_overlay="icn_voice-call-end.tga" image_overlay_alignment="left" | 58 | image_overlay="icn_voice-call-end.tga" image_overlay_alignment="left" |
55 | label="End Call" left_delta="0" name="end_call_btn" pad_right="12" | 59 | label="End Call" left_delta="0" name="end_call_btn" pad_right="12" |
56 | visible="false" width="92" /> | 60 | visible="false" width="92" /> |
57 | <button bottom="-20" follows="left|top" halign="center" height="20" label="History" left_delta="97" | ||
58 | name="history_btn" visible="true" width="85" /> | ||
59 | <button name="toggle_active_speakers_btn" | 61 | <button name="toggle_active_speakers_btn" |
60 | label="<<" label_selected=">>" follows="right|top" | 62 | label="<<" label_selected=">>" follows="right|top" |
61 | bottom_delta="0" left="133" right="176" height="20" | 63 | bottom_delta="0" left="133" right="176" height="20" |
@@ -65,14 +67,14 @@ | |||
65 | follows="left|top|right|bottom" font="SansSerif" left="4" | 67 | follows="left|top|right|bottom" font="SansSerif" left="4" |
66 | max_length="2147483647" mouse_opaque="true" name="im_history" | 68 | max_length="2147483647" mouse_opaque="true" name="im_history" |
67 | text_color="ChatHistoryTextColor" | 69 | text_color="ChatHistoryTextColor" |
68 | track_bottom="true" | 70 | track_bottom="true" |
69 | text_readonly_color="ChatHistoryTextColor" top="104" width="170" | 71 | text_readonly_color="ChatHistoryTextColor" top="104" width="170" |
70 | word_wrap="true" /> | 72 | word_wrap="true" /> |
71 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="7" | 73 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="7" |
72 | enabled="true" follows="left|right|bottom" font="SansSerif" height="20" | 74 | enabled="true" follows="left|right|bottom" font="SansSerif" height="20" |
73 | left="5" max_length="1022" mouse_opaque="true" name="chat_editor" | 75 | left="5" max_length="1022" mouse_opaque="true" name="chat_editor" |
74 | select_all_on_focus_received="false" select_on_focus="false" tab_group="1" | 76 | select_all_on_focus_received="false" select_on_focus="false" tab_group="1" |
75 | width="106" /> | 77 | width="106" spell_check="true" /> |
76 | <button bottom="7" enabled="true" follows="right|bottom" font="SansSerif" | 78 | <button bottom="7" enabled="true" follows="right|bottom" font="SansSerif" |
77 | halign="center" height="20" label="Send" left="116" mouse_opaque="true" | 79 | halign="center" height="20" label="Send" left="116" mouse_opaque="true" |
78 | name="send_btn" scale_image="true" width="60" /> | 80 | name="send_btn" scale_image="true" width="60" /> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_inventory_item_properties.xml b/linden/indra/newview/skins/default/xui/en-us/floater_inventory_item_properties.xml index 5b111eb..88992a2 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_inventory_item_properties.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_inventory_item_properties.xml | |||
@@ -24,7 +24,7 @@ | |||
24 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-61" | 24 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-61" |
25 | enabled="true" follows="left|top|right" font="SansSerifSmall" height="16" | 25 | enabled="true" follows="left|top|right" font="SansSerifSmall" height="16" |
26 | is_unicode="false" left="88" max_length="127" mouse_opaque="true" | 26 | is_unicode="false" left="88" max_length="127" mouse_opaque="true" |
27 | name="LabelItemDesc" width="252" /> | 27 | name="LabelItemDesc" width="252" spell_check="true" /> |
28 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 28 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
29 | bottom="-81" drop_shadow_visible="true" follows="left|top" | 29 | bottom="-81" drop_shadow_visible="true" follows="left|top" |
30 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="10" | 30 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="10" |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_local_asset_browse.xml b/linden/indra/newview/skins/default/xui/en-us/floater_local_asset_browse.xml new file mode 100644 index 0000000..f9bb3a7 --- /dev/null +++ b/linden/indra/newview/skins/default/xui/en-us/floater_local_asset_browse.xml | |||
@@ -0,0 +1,241 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||
2 | <!-- Local Asset Browser: xui --> | ||
3 | <!-- floater definition start --> | ||
4 | |||
5 | <floater | ||
6 | name="local_bitmap_browser_floater" | ||
7 | title="Local Texture Properties" | ||
8 | can_resize="false" | ||
9 | can_minimize="true" | ||
10 | can_close="true" | ||
11 | can_drag_on_left="false" | ||
12 | width="415" | ||
13 | height="460" | ||
14 | min_width="415" | ||
15 | min_height="460" | ||
16 | rect_control="FloaterLocalbitmapbrowserRect" | ||
17 | > | ||
18 | |||
19 | <button | ||
20 | name="add_btn" | ||
21 | label="Add" | ||
22 | left="12.5" | ||
23 | bottom="-45" | ||
24 | width="90" | ||
25 | height="20" | ||
26 | /> | ||
27 | <button | ||
28 | name="del_btn" | ||
29 | label="Remove" | ||
30 | left_delta="95" | ||
31 | bottom_delta="0" | ||
32 | width="90" | ||
33 | height="20" | ||
34 | /> | ||
35 | <button | ||
36 | name="upload_btn" | ||
37 | label="Upload Image ([UPLOADFEE])..." | ||
38 | right="-5" | ||
39 | bottom_delta="0" | ||
40 | width="170" | ||
41 | height="20" | ||
42 | follows="left|top" | ||
43 | /> | ||
44 | |||
45 | <scroll_list | ||
46 | name="bitmap_list" | ||
47 | left="10" | ||
48 | bottom_delta="-205" | ||
49 | width="395" | ||
50 | height="200" | ||
51 | column_padding="0" | ||
52 | can_resize="false" | ||
53 | draw_heading="true" | ||
54 | multi_select="false" | ||
55 | search_column="1" | ||
56 | follows="bottom|top" | ||
57 | > | ||
58 | <column name="bitmap_name" label="Name" dynamicwidth="true" /> | ||
59 | <column name="bitmap_uuid" label="UUID" width="240" /> | ||
60 | </scroll_list> | ||
61 | |||
62 | <line_editor | ||
63 | bevel_style="in" | ||
64 | border_style="line" | ||
65 | border_thickness="1" | ||
66 | mouse_opaque="true" | ||
67 | follows="left|top" | ||
68 | height="16" | ||
69 | bottom="16" | ||
70 | left="10" | ||
71 | name="path_text" | ||
72 | select_all_on_focus_received="true" | ||
73 | width="305" | ||
74 | visible="true" | ||
75 | /> | ||
76 | |||
77 | <text name="path_caption_text" | ||
78 | left_delta="0" | ||
79 | bottom_delta="20" | ||
80 | follows="left|top" | ||
81 | width="100" | ||
82 | height="16" | ||
83 | visible="true" | ||
84 | > | ||
85 | Local path: | ||
86 | </text> | ||
87 | |||
88 | <line_editor | ||
89 | bevel_style="in" | ||
90 | border_style="line" | ||
91 | border_thickness="1" | ||
92 | mouse_opaque="true" | ||
93 | follows="left|top" | ||
94 | height="16" | ||
95 | bottom_delta="20" | ||
96 | left_delta="0" | ||
97 | name="uuid_text" | ||
98 | select_all_on_focus_received="true" | ||
99 | width="305" | ||
100 | visible="true" | ||
101 | /> | ||
102 | |||
103 | <text name="uuid_caption_text" | ||
104 | left_delta="0" | ||
105 | follows="left|top" | ||
106 | bottom_delta="21" | ||
107 | width="260" | ||
108 | height="16" | ||
109 | visible="true" | ||
110 | > | ||
111 | Local UUID: | ||
112 | </text> | ||
113 | |||
114 | <texture_picker | ||
115 | allow_no_texture="false" | ||
116 | height="100" | ||
117 | width="80" | ||
118 | default_image_name="Default" | ||
119 | can_apply_immediately="true" | ||
120 | follows="left|top" | ||
121 | label="Texture" | ||
122 | bottom_delta="20" | ||
123 | left_delta="0" | ||
124 | mouse_opaque="true" | ||
125 | name="texture_view" | ||
126 | visible="true" | ||
127 | /> | ||
128 | |||
129 | <check_box | ||
130 | bottom_delta="15" | ||
131 | left_delta="100" | ||
132 | follows="left|top" | ||
133 | height="16" | ||
134 | initial_value="true" | ||
135 | label="Keep updating" | ||
136 | mouse_opaque="true" | ||
137 | name="keep_updating_checkbox" | ||
138 | tool_tip="Enable or disable periodic checks if the source bitmap on your hard drive has been updated" | ||
139 | width="166" | ||
140 | visible="true" | ||
141 | enabled="true" | ||
142 | /> | ||
143 | |||
144 | <combo_box | ||
145 | visible="true" | ||
146 | allow_text_entry="false" | ||
147 | bottom_delta="0" | ||
148 | follows="left|top" | ||
149 | height="18" | ||
150 | left_delta="120" | ||
151 | max_chars="20" | ||
152 | mouse_opaque="true" | ||
153 | name="type_combobox" | ||
154 | width="83" | ||
155 | > | ||
156 | |||
157 | <combo_item name="type_texture" value="type_texture"> | ||
158 | Texture | ||
159 | </combo_item> | ||
160 | |||
161 | <combo_item name="type_sculptie" value="type_sculptie"> | ||
162 | Sculptmap | ||
163 | </combo_item> | ||
164 | |||
165 | <combo_item name="type_layer" value="type_layer"> | ||
166 | Clothing | ||
167 | </combo_item> | ||
168 | |||
169 | </combo_box> | ||
170 | |||
171 | <text name="time_caption_text" | ||
172 | left_delta="-115" | ||
173 | bottom_delta="25" | ||
174 | follows="left|top" | ||
175 | width="260" | ||
176 | height="16" | ||
177 | visible="true" | ||
178 | > | ||
179 | Time: | ||
180 | </text> | ||
181 | |||
182 | <text name="time_text" | ||
183 | left_delta="50" | ||
184 | bottom_delta="0" | ||
185 | follows="left|top" | ||
186 | width="260" | ||
187 | height="16" | ||
188 | visible="true" | ||
189 | > | ||
190 | (date here) | ||
191 | </text> | ||
192 | |||
193 | <text name="link_caption_text" | ||
194 | left_delta="-50" | ||
195 | bottom_delta="20" | ||
196 | follows="left|top" | ||
197 | width="260" | ||
198 | height="16" | ||
199 | visible="true" | ||
200 | > | ||
201 | Link: | ||
202 | </text> | ||
203 | |||
204 | <text name="link_text" | ||
205 | left_delta="50" | ||
206 | bottom_delta="0" | ||
207 | follows="left|top" | ||
208 | width="260" | ||
209 | height="16" | ||
210 | visible="true" | ||
211 | > | ||
212 | (link status) | ||
213 | </text> | ||
214 | |||
215 | <text name="name_caption_text" | ||
216 | left_delta="-50" | ||
217 | bottom_delta="20" | ||
218 | follows="left|top" | ||
219 | width="260" | ||
220 | height="16" | ||
221 | visible="true" | ||
222 | > | ||
223 | Name: | ||
224 | </text> | ||
225 | |||
226 | <line_editor | ||
227 | bevel_style="in" | ||
228 | border_style="line" | ||
229 | border_thickness="1" | ||
230 | mouse_opaque="true" | ||
231 | follows="left|top" | ||
232 | height="16" | ||
233 | bottom_delta="0" | ||
234 | left_delta="50" | ||
235 | name="name_text" | ||
236 | select_all_on_focus_received="true" | ||
237 | width="150" | ||
238 | visible="true" | ||
239 | /> | ||
240 | |||
241 | </floater> | ||
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_media_browser.xml b/linden/indra/newview/skins/default/xui/en-us/floater_media_browser.xml index b30ca89..c1bfdcc 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_media_browser.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_media_browser.xml | |||
@@ -18,7 +18,20 @@ | |||
18 | <button bottom_delta="0" enabled="true" follows="right|top" height="20" label="Home" | 18 | <button bottom_delta="0" enabled="true" follows="right|top" height="20" label="Home" |
19 | left_delta="58" name="home" width="55" /> | 19 | left_delta="58" name="home" width="55" /> |
20 | </layout_panel> | 20 | </layout_panel> |
21 | <layout_panel auto_resize="false" bottom="0" height="20" left="0" | 21 | <layout_panel auto_resize="false" bottom="0" height="20" left="0" name="time_controls" user_resize="false" |
22 | width="800"> | ||
23 | <button bottom="0" follows="left|top" height="20" label="rewind" left="0" name="rewind" | ||
24 | width="55" /> | ||
25 | <button bottom_delta="0" follows="left|top" height="20" label="" left_delta="55" | ||
26 | name="play" width="55" image_unselected="button_anim_play.tga" image_selected="button_anim_play_selected.tga" scale_image="true" /> | ||
27 | <button bottom_delta="0" follows="left|top" height="20" label="" left_delta="0" | ||
28 | name="pause" width="55" image_unselected="button_anim_pause.tga" image_selected="button_anim_pause_selected.tga" scale_image="true" /> | ||
29 | <button bottom_delta="0" follows="left|top" height="20" label="stop" | ||
30 | left_delta="65" name="stop" width="55" /> | ||
31 | <button bottom_delta="0" follows="left|top" height="20" label="forward" | ||
32 | left_delta="75" name="seek" width="55" /> | ||
33 | </layout_panel> | ||
34 | <layout_panel auto_resize="false" bottom="0" height="20" left="0" | ||
22 | name="parcel_owner_controls" user_resize="false" width="540"> | 35 | name="parcel_owner_controls" user_resize="false" width="540"> |
23 | <button bottom="0" enabled="false" follows="left|top" height="20" | 36 | <button bottom="0" enabled="false" follows="left|top" height="20" |
24 | label="Send Current URL to Parcel" left="0" name="assign" width="200" /> | 37 | label="Send Current URL to Parcel" left="0" name="assign" width="200" /> |
@@ -38,4 +51,10 @@ | |||
38 | name="close" width="70" /> | 51 | name="close" width="70" /> |
39 | </layout_panel> | 52 | </layout_panel> |
40 | </layout_stack> | 53 | </layout_stack> |
54 | <string name="home_page_url"> | ||
55 | http://www.secondlife.com | ||
56 | </string> | ||
57 | <string name="support_page_url"> | ||
58 | http://support.secondlife.com | ||
59 | </string> | ||
41 | </floater> | 60 | </floater> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_media_filter.xml b/linden/indra/newview/skins/default/xui/en-us/floater_media_filter.xml new file mode 100644 index 0000000..f0fb3a3 --- /dev/null +++ b/linden/indra/newview/skins/default/xui/en-us/floater_media_filter.xml | |||
@@ -0,0 +1,94 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <floater name="floatermediafilter" title="Media Filter" rect_control="MediaFilterRect" | ||
3 | can_close="true" can_drag_on_left="false" can_minimize="true" can_resize="true" | ||
4 | height="410" width="600" min_height="350" min_width="600"> | ||
5 | |||
6 | <check_box control_name="MediaEnableFilter" name="enable_mediafilter" label="Enable Media Filter" | ||
7 | initial_value="true" tool_tip="Enables filtering media URLs by domain names." | ||
8 | font="SansSerifSmall" mouse_opaque="true" | ||
9 | left="14" height="16" bottom_delta="-45" width="4500" follows="left|top" /> | ||
10 | |||
11 | <check_box control_name="MediaFilterOnlyRemoteCommands" name="filter_only_remote" | ||
12 | label="Filter only when a script initiates the stream (less secure)" initial_value="false" | ||
13 | tool_tip="This will prevent popups asking about URLs that are permanently set on a parcel. | ||
14 | Only scripted changes to the media URL and scripted requests to start playing a stream will be filtered." | ||
15 | font="SansSerifSmall" mouse_opaque="true" | ||
16 | left_delta="14" height="16" width="450" follows="left|top" /> | ||
17 | |||
18 | <text name="info1" font="SansSerif" mouse_opaque="true" halign="center" | ||
19 | bottom_delta="-40" left="20" height="20" width="560" follows="left|right|top"> | ||
20 | Domains in bold are in the persistent list (i.e. they are whitelisted or blacklisted). | ||
21 | </text> | ||
22 | <text name="info2" font="SansSerif" mouse_opaque="true" halign="center" | ||
23 | bottom_delta="-20" left="20" height="20" width="560" follows="left|right|top"> | ||
24 | Domains in italics are in the session list (i.e. they are temporarily allowed or denied). | ||
25 | </text> | ||
26 | |||
27 | <scroll_list name="whitelist_list" follows="top|bottom|left" | ||
28 | background_visible="true" mouse_opaque="true" | ||
29 | multi_select="false" column_padding="5" draw_border="true" draw_heading="true" | ||
30 | bottom_delta="-200" left="15" height="200" width="280"> | ||
31 | <column name="whitelist_col" label="Allowed domains or server objects" dynamicwidth="true" /> | ||
32 | </scroll_list> | ||
33 | |||
34 | <scroll_list name="blacklist_list" follows="top|bottom|right" | ||
35 | background_visible="true" mouse_opaque="true" | ||
36 | multi_select="false" column_padding="5" draw_border="true" draw_heading="true" | ||
37 | bottom_delta="0" right="-15" height="200" width="280"> | ||
38 | <column name="blacklist_col" label="Blocked domains or server objects" dynamicwidth="true" /> | ||
39 | </scroll_list> | ||
40 | |||
41 | <button name="add_whitelist" font="SansSerif" label="Add..." halign="center" | ||
42 | tool_tip="Add a server to the whitelist" | ||
43 | enabled="true" mouse_opaque="true" follows="bottom|left" | ||
44 | bottom_delta="-25" left="15" height="20" width="80" /> | ||
45 | |||
46 | <button name="remove_whitelist" font="SansSerif" label="Remove" halign="center" | ||
47 | tool_tip="Remove the selected server from the whitelist" | ||
48 | enabled="true" mouse_opaque="true" follows="bottom|left" | ||
49 | bottom_delta="0" left="100" height="20" width="80" /> | ||
50 | |||
51 | <button name="clear_lists" font="SansSerif" label="Clear lists" halign="center" | ||
52 | tool_tip="Clear all lists" | ||
53 | enabled="true" mouse_opaque="true" follows="bottom|left" | ||
54 | bottom_delta="0" left="205" height="20" width="90" /> | ||
55 | |||
56 | <button name="show_ips" font="SansSerif" label="Show IPs" halign="center" | ||
57 | tool_tip="Show the IP associated with each domain name (makes the viewer pause while the list is refreshed, because of DNS lookups)" | ||
58 | enabled="true" mouse_opaque="true" follows="bottom|right" | ||
59 | bottom_delta="0" right="-205" height="20" width="90" /> | ||
60 | |||
61 | <button name="add_blacklist" font="SansSerif" label="Add..." halign="center" | ||
62 | tool_tip="Add a server to the blacklist" | ||
63 | enabled="true" mouse_opaque="true" follows="bottom|right" | ||
64 | bottom_delta="0" right="-100" height="20" width="80" /> | ||
65 | |||
66 | <button name="remove_blacklist" font="SansSerif" label="Remove" halign="center" | ||
67 | tool_tip="Remove the selected server from the blacklist" | ||
68 | enabled="true" mouse_opaque="true" follows="bottom|right" | ||
69 | bottom_delta="0" right="-15" height="20" width="80" /> | ||
70 | |||
71 | <text name="add_text" font="SansSerif" mouse_opaque="true" | ||
72 | bottom_delta="-25" left="20" height="20" width="450" follows="left|right|bottom"> | ||
73 | New domain: | ||
74 | </text> | ||
75 | |||
76 | <check_box name="match_ip" label="Add/remove matching IP" initial_value="true" | ||
77 | tool_tip="Add or remove any IP associated with the added or removed domain name" | ||
78 | font="SansSerifSmall" mouse_opaque="true" radio_style="false" | ||
79 | bottom_delta="2" right="-95" height="16" width="70" follows="right|bottom" /> | ||
80 | |||
81 | <line_editor name="input_domain" max_length="255" font="SansSerif" enabled="false" | ||
82 | tool_tip="Enter the new URL, domain name, IP or scripted object HTTP server path here" | ||
83 | select_all_on_focus_received="true" select_on_focus="true" | ||
84 | bevel_style="in" border_style="line" border_thickness="1" | ||
85 | bottom_delta="-22" right="-180" height="20" left="15" follows="left|bottom|right"/> | ||
86 | |||
87 | <button name="cancel_domain" font="SansSerif" label="Cancel" halign="center" enabled="false" | ||
88 | mouse_opaque="true" follows="bottom|right" | ||
89 | bottom_delta="0" right="-15" height="20" width="80"/> | ||
90 | <button name="commit_domain" font="SansSerif" label="Add" halign="center" enabled="false" | ||
91 | tool_tip="Add to the list" | ||
92 | mouse_opaque="true" follows="bottom|right" | ||
93 | bottom_delta="0" right="-95" height="20" width="80"/> | ||
94 | </floater> | ||
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_message_builder.xml b/linden/indra/newview/skins/default/xui/en-us/floater_message_builder.xml new file mode 100644 index 0000000..c7c49d8 --- /dev/null +++ b/linden/indra/newview/skins/default/xui/en-us/floater_message_builder.xml | |||
@@ -0,0 +1,15 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <floater name="Message Builder" title="Message Builder" width="400" min_width="400" height="600" min_height="600" can_close="true" can_resize="true" can_minimize="true"> | ||
3 | <scroll_list column_padding="0" draw_heading="false" follows="left|top|right" left="10" top="-25" | ||
4 | name="net_list" search_column="0" right="-10" bottom="450"> | ||
5 | <column dynamicwidth="true" name="text" label="text" /> | ||
6 | <column name="state" label="state" width="24" /> | ||
7 | </scroll_list> | ||
8 | <combo_box name="untrusted_message_combo" allow_text_entry="false" follows="left|top" left="10" top="-150" right="-370" bottom="433" tool_tip="No trust"> | ||
9 | </combo_box> | ||
10 | <combo_box name="trusted_message_combo" allow_text_entry="false" follows="left|top" left="30" top="-150" right="-350" bottom="433" tool_tip="Trust"> | ||
11 | </combo_box> | ||
12 | <text_editor name="message_edit" follows="left|top|right|bottom" left="10" top="-168" bottom="30" right="-10" max_length="65535"> | ||
13 | </text_editor> | ||
14 | <button name="send_btn" follows="right|bottom" left="310" top="-570" right="-10" bottom="10" label="Send" tool_tip="Send (Ctrl+Enter)"/> | ||
15 | </floater> | ||
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_message_log.xml b/linden/indra/newview/skins/default/xui/en-us/floater_message_log.xml new file mode 100644 index 0000000..e1ebfe2 --- /dev/null +++ b/linden/indra/newview/skins/default/xui/en-us/floater_message_log.xml | |||
@@ -0,0 +1,31 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <floater name="Message Log" title="Message Log" width="400" min_width="400" height="600" min_height="600" can_close="true" can_resize="true" can_minimize="true"> | ||
3 | <scroll_list column_padding="0" draw_heading="false" follows="left|top|right" left="10" top="-25" | ||
4 | name="net_list" search_column="0" right="-10" bottom="450"> | ||
5 | <column dynamicwidth="true" name="text" label="text" /> | ||
6 | <column name="icon0" label="icon0" width="24" /> | ||
7 | <column name="icon1" label="icon1" width="24" /> | ||
8 | </scroll_list> | ||
9 | <button name="filter_choice_btn" follows="left|top" left="10" top="-150" right="-370" bottom="430" label="…"/> | ||
10 | <line_editor name="filter_edit" follows="left|top|right" left="30" top="-149" right="-28" bottom="430" max_length="65535"/> | ||
11 | <button name="filter_apply_btn" follows="top|right" left="370" top="-150" right="-9" bottom="430" label="✔"/> | ||
12 | <button name="clear_log_btn" follows="top|right" left="370" top="-170" right="-9" bottom="410" label="C"/> | ||
13 | <scroll_list column_padding="0" draw_heading="false" follows="left|top|right" left="10" top="-190" | ||
14 | name="message_log" search_column="0" right="-10" bottom="200"> | ||
15 | <column name="sequence" label="sequence" width="48"/> | ||
16 | <column name="type" label="type" width="32"/> | ||
17 | <column name="direction" label="direction" width="32"/> | ||
18 | <column name="net" label="net" width="100"/> | ||
19 | <column name="name" label="name" width="128"/> | ||
20 | <!--<column name="flag_zer" label="zer" width="8"/> | ||
21 | <column name="flag_rel" label="rel" width="8"/> | ||
22 | <column name="flag_rsd" label="rsd" width="8"/> | ||
23 | <column name="flag_ack" label="ack" width="8"/>--> | ||
24 | <column name="summary" label="summary" dynamicwidth="true"/> | ||
25 | </scroll_list> | ||
26 | <text name="log_status_text" follows="left|top|right" left="10" top="-172" right="-10" height="20"> | ||
27 | </text> | ||
28 | <text_editor name="net_info" follows="left|top|right|bottom" left="10" top="-400" bottom="30" right="-10" enabled="false" max_length="65535"> | ||
29 | </text_editor> | ||
30 | <button name="send_to_message_builder_btn" follows="right|bottom" left="210" top="-570" right="-10" bottom="10" label="Send to Message Builder" enabled="false"/> | ||
31 | </floater> | ||
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_mini_map.xml b/linden/indra/newview/skins/default/xui/en-us/floater_mini_map.xml index 8dfd43c..e02abe2 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_mini_map.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_mini_map.xml | |||
@@ -1,7 +1,7 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | 2 | ||
3 | <floater name="minimap" short_title="Mini-Map" | 3 | <floater name="minimap" short_title="Mini-Map" |
4 | height="455" width="200" min_height="400" min_width="240" | 4 | height="455" width="200" min_height="325" min_width="200" |
5 | follows="top|right" can_close="true" can_drag_on_left="false" | 5 | follows="top|right" can_close="true" can_drag_on_left="false" |
6 | can_minimize="true" can_resize="true" can_tear_off="false" | 6 | can_minimize="true" can_resize="true" can_tear_off="false" |
7 | rect_control="FloaterMiniMapRect"> | 7 | rect_control="FloaterMiniMapRect"> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_name_description.xml b/linden/indra/newview/skins/default/xui/en-us/floater_name_description.xml index a91d9e2..e319293 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_name_description.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_name_description.xml | |||
@@ -11,7 +11,7 @@ | |||
11 | Description: | 11 | Description: |
12 | </text> | 12 | </text> |
13 | <line_editor follows="top|left|right" height="19" max_length="254" name="description_form" | 13 | <line_editor follows="top|left|right" height="19" max_length="254" name="description_form" |
14 | width="280" /> | 14 | width="280" spell_check="true" /> |
15 | <button bottom="10" follows="bottom|right" height="20" label="Cancel" left="182" | 15 | <button bottom="10" follows="bottom|right" height="20" label="Cancel" left="182" |
16 | name="cancel_btn" width="64" /> | 16 | name="cancel_btn" width="64" /> |
17 | <button bottom="10" follows="bottom|left" height="20" label="Upload ([UPLOADFEE])" left="31" | 17 | <button bottom="10" follows="bottom|left" height="20" label="Upload ([UPLOADFEE])" left="31" |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_new_im.xml b/linden/indra/newview/skins/default/xui/en-us/floater_new_im.xml index c93b890..5d766be 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_new_im.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_new_im.xml | |||
@@ -8,7 +8,7 @@ | |||
8 | column_padding="5" draw_border="true" draw_heading="false" | 8 | column_padding="5" draw_border="true" draw_heading="false" |
9 | draw_stripes="true" enabled="true" follows="left|top|right|bottom" | 9 | draw_stripes="true" enabled="true" follows="left|top|right|bottom" |
10 | height="290" left="6" mouse_opaque="true" multi_select="false" | 10 | height="290" left="6" mouse_opaque="true" multi_select="false" |
11 | name="user_list" width="421" /> | 11 | name="user_list" use_display_names="true" width="421" /> |
12 | <button bottom="-271" enabled="true" follows="right|bottom" font="SansSerif" | 12 | <button bottom="-271" enabled="true" follows="right|bottom" font="SansSerif" |
13 | halign="center" height="20" label="Start" label_selected="Start" left="435" | 13 | halign="center" height="20" label="Start" label_selected="Start" left="435" |
14 | mouse_opaque="true" name="start_btn" scale_image="true" sound_flags="0" | 14 | mouse_opaque="true" name="start_btn" scale_image="true" sound_flags="0" |
@@ -17,9 +17,6 @@ | |||
17 | halign="center" height="20" label="Close" label_selected="Close" left="435" | 17 | halign="center" height="20" label="Close" label_selected="Close" left="435" |
18 | mouse_opaque="true" name="close_btn" scale_image="true" sound_flags="0" | 18 | mouse_opaque="true" name="close_btn" scale_image="true" sound_flags="0" |
19 | width="60" /> | 19 | width="60" /> |
20 | <string name="name_format"> | ||
21 | [FIRST] [LAST] | ||
22 | </string> | ||
23 | <string name="online_descriptor"> | 20 | <string name="online_descriptor"> |
24 | (online) | 21 | (online) |
25 | </string> | 22 | </string> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_new_outfit_dialog.xml b/linden/indra/newview/skins/default/xui/en-us/floater_new_outfit_dialog.xml index 51cd2f5..69e62f8 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_new_outfit_dialog.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_new_outfit_dialog.xml | |||
@@ -21,7 +21,7 @@ | |||
21 | <check_box bottom="-276" enabled="true" follows="left|top" font="SansSerifSmall" | 21 | <check_box bottom="-276" enabled="true" follows="left|top" font="SansSerifSmall" |
22 | height="16" initial_value="false" label="Eyes" left="13" | 22 | height="16" initial_value="false" label="Eyes" left="13" |
23 | mouse_opaque="true" name="checkbox_Eyes" radio_style="false" width="100" /> | 23 | mouse_opaque="true" name="checkbox_Eyes" radio_style="false" width="100" /> |
24 | <check_box bottom="-456" enabled="true" follows="left|top" font="SansSerifSmall" | 24 | <check_box bottom="-434" enabled="true" follows="left|top" font="SansSerifSmall" |
25 | height="16" initial_value="false" label="Rename Clothing To Folder Name" | 25 | height="16" initial_value="false" label="Rename Clothing To Folder Name" |
26 | left="13" mouse_opaque="true" name="rename" radio_style="false" width="210" /> | 26 | left="13" mouse_opaque="true" name="rename" radio_style="false" width="210" /> |
27 | <check_box bottom="-216" enabled="true" follows="left|top" font="SansSerifSmall" | 27 | <check_box bottom="-216" enabled="true" follows="left|top" font="SansSerifSmall" |
@@ -256,7 +256,7 @@ now wearing into it. | |||
256 | Attachments: | 256 | Attachments: |
257 | </text> | 257 | </text> |
258 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 258 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
259 | bottom="-436" drop_shadow_visible="true" enabled="true" follows="left|top" | 259 | bottom="-414" drop_shadow_visible="true" enabled="true" follows="left|top" |
260 | font="SansSerifSmall" h_pad="0" halign="left" height="14" left="13" | 260 | font="SansSerifSmall" h_pad="0" halign="left" height="14" left="13" |
261 | mouse_opaque="true" name="Options:" v_pad="0" width="100"> | 261 | mouse_opaque="true" name="Options:" v_pad="0" width="100"> |
262 | Options: | 262 | Options: |
@@ -265,7 +265,7 @@ now wearing into it. | |||
265 | enabled="true" follows="left|top" font="SansSerif" | 265 | enabled="true" follows="left|top" font="SansSerif" |
266 | handle_edit_keys_directly="true" height="20" left="13" max_length="63" | 266 | handle_edit_keys_directly="true" height="20" left="13" max_length="63" |
267 | mouse_opaque="true" name="name ed" select_all_on_focus_received="false" | 267 | mouse_opaque="true" name="name ed" select_all_on_focus_received="false" |
268 | select_on_focus="false" width="489"> | 268 | select_on_focus="false" width="489" spell_check="true"> |
269 | New Outfit | 269 | New Outfit |
270 | </line_editor> | 270 | </line_editor> |
271 | </floater> | 271 | </floater> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_pay.xml b/linden/indra/newview/skins/default/xui/en-us/floater_pay.xml index be53b41..3938a90 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_pay.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_pay.xml | |||
@@ -43,7 +43,7 @@ | |||
43 | <line_editor name="message" max_length="140" | 43 | <line_editor name="message" max_length="140" |
44 | bottom_delta="1" left="80" height="18" right="-15" | 44 | bottom_delta="1" left="80" height="18" right="-15" |
45 | bevel_style="in" border_style="line" border_thickness="1" | 45 | bevel_style="in" border_style="line" border_thickness="1" |
46 | follows="left|top|right" font="SansSerif" /> | 46 | follows="left|top|right" font="SansSerif" spell_check="true" /> |
47 | 47 | ||
48 | 48 | ||
49 | <text name="amount text" | 49 | <text name="amount text" |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_postcard.xml b/linden/indra/newview/skins/default/xui/en-us/floater_postcard.xml index 97cbeb8..fd2ad39 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_postcard.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_postcard.xml | |||
@@ -25,13 +25,13 @@ | |||
25 | </text> | 25 | </text> |
26 | <line_editor bottom_delta="-6" follows="left|top" height="20" | 26 | <line_editor bottom_delta="-6" follows="left|top" height="20" |
27 | label="Type your subject here." left="120" max_length="100" | 27 | label="Type your subject here." left="120" max_length="100" |
28 | name="subject_form" width="150" /> | 28 | name="subject_form" width="150" spell_check="true" /> |
29 | <text bottom_delta="-23" follows="top|left" font="SansSerif" left="12" | 29 | <text bottom_delta="-23" follows="top|left" font="SansSerif" left="12" |
30 | name="msg_label"> | 30 | name="msg_label"> |
31 | Message: | 31 | Message: |
32 | </text> | 32 | </text> |
33 | <text_editor bottom_delta="-150" follows="left|top|right|bottom" height="140" left="12" | 33 | <text_editor bottom_delta="-150" follows="left|top|right|bottom" height="140" left="12" |
34 | max_length="700" name="msg_form" width="420"> | 34 | max_length="700" name="msg_form" width="420" spell_check="true"> |
35 | Type your message here. | 35 | Type your message here. |
36 | </text_editor> | 36 | </text_editor> |
37 | <text bottom_delta="-37" follows="left|bottom" font="SansSerifSmall" left="12" | 37 | <text bottom_delta="-37" follows="left|bottom" font="SansSerifSmall" left="12" |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_preferences.xml b/linden/indra/newview/skins/default/xui/en-us/floater_preferences.xml index 214db25..213147a 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_preferences.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_preferences.xml | |||
@@ -1,25 +1,28 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <floater bottom="-666" can_close="true" can_drag_on_left="false" can_minimize="true" | 2 | <floater bottom="-666" can_close="true" can_drag_on_left="false" can_minimize="true" |
3 | can_resize="false" can_tear_off="true" default_tab_group="1" enabled="true" | 3 | can_resize="false" can_tear_off="true" default_tab_group="1" enabled="true" |
4 | height="460" left="330" min_height="213" min_width="324" | 4 | height="510" left="330" min_height="213" min_width="324" |
5 | mouse_opaque="true" name="Preferences" title="Preferences" width="620"> | 5 | mouse_opaque="true" name="Preferences" title="Preferences" width="620"> |
6 | <button bottom="-455" enabled="true" follows="right|bottom" font="SansSerif" | 6 | <button bottom="-505" enabled="true" follows="right|bottom" font="SansSerif" |
7 | halign="center" height="20" label="OK" label_selected="OK" left="335" | 7 | halign="center" height="20" label="OK" label_selected="OK" left="335" |
8 | mouse_opaque="true" name="OK" scale_image="true" width="90" /> | 8 | mouse_opaque="true" name="OK" scale_image="true" width="90" /> |
9 | <button bottom="-455" enabled="true" follows="right|bottom" font="SansSerif" | 9 | <button bottom="-505" enabled="true" follows="right|bottom" font="SansSerif" |
10 | halign="center" height="20" label="Cancel" label_selected="Cancel" | 10 | halign="center" height="20" label="Cancel" label_selected="Cancel" |
11 | left_delta="93" mouse_opaque="true" name="Cancel" scale_image="true" | 11 | left_delta="93" mouse_opaque="true" name="Cancel" scale_image="true" |
12 | width="90" /> | 12 | width="90" /> |
13 | <button bottom="-455" enabled="true" follows="right|bottom" font="SansSerif" | 13 | <button bottom="-505" enabled="true" follows="right|bottom" font="SansSerif" |
14 | halign="center" height="20" label="Apply" label_selected="Apply" | 14 | halign="center" height="20" label="Apply" label_selected="Apply" |
15 | left_delta="93" mouse_opaque="true" name="Apply" scale_image="true" | 15 | left_delta="93" mouse_opaque="true" name="Apply" scale_image="true" |
16 | width="90" /> | 16 | width="90" /> |
17 | <button bottom="-455" enabled="true" follows="left|bottom" font="SansSerif" | 17 | <button bottom="-505" enabled="true" follows="left|bottom" font="SansSerif" |
18 | halign="center" height="20" | 18 | halign="center" height="20" |
19 | help_url="http://secondlife.com/app/help/technical/preferences.php" | 19 | help_url="http://support.imprudenceviewer.org/" |
20 | label="Help" label_selected="Help" left="9" mouse_opaque="true" | 20 | label="Support" left="9" mouse_opaque="true" |
21 | name="Help" scale_image="true" width="90" /> | 21 | name="Support" scale_image="true" width="90" /> |
22 | <tab_container bottom="-431" enabled="true" follows="left|top|right|bottom" height="410" | 22 | <button bottom_delta="0" follows="left|bottom" font="SansSerif" height="20" width="160" |
23 | label="Reset All To Default" name="reset_btn" left_delta="95" | ||
24 | tool_tip="Reset all preferences to their default values (requires a restart)" /> | ||
25 | <tab_container bottom="-476" enabled="true" follows="left|top|right|bottom" height="455" | ||
23 | left="0" mouse_opaque="false" name="pref core" tab_group="1" | 26 | left="0" mouse_opaque="false" name="pref core" tab_group="1" |
24 | tab_position="left" tab_width="120" width="620" /> | 27 | tab_position="left" tab_width="120" width="620" /> |
25 | </floater> | 28 | </floater> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_preview_animation.xml b/linden/indra/newview/skins/default/xui/en-us/floater_preview_animation.xml index 657898a..3eef081 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_preview_animation.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_preview_animation.xml | |||
@@ -6,7 +6,7 @@ | |||
6 | enabled="true" follows="left|top|right" font="SansSerif" | 6 | enabled="true" follows="left|top|right" font="SansSerif" |
7 | handle_edit_keys_directly="false" height="19" left="93" max_length="127" | 7 | handle_edit_keys_directly="false" height="19" left="93" max_length="127" |
8 | mouse_opaque="true" name="desc" select_all_on_focus_received="false" | 8 | mouse_opaque="true" name="desc" select_all_on_focus_received="false" |
9 | select_on_focus="false" width="194" /> | 9 | select_on_focus="false" width="194" spell_check="true" /> |
10 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 10 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
11 | bottom="-38" drop_shadow_visible="true" enabled="true" follows="left|top" | 11 | bottom="-38" drop_shadow_visible="true" enabled="true" follows="left|top" |
12 | font="SansSerif" h_pad="0" halign="left" height="19" left="13" | 12 | font="SansSerif" h_pad="0" halign="left" height="19" left="13" |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_preview_gesture.xml b/linden/indra/newview/skins/default/xui/en-us/floater_preview_gesture.xml index 09fe2c0..590ff32 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_preview_gesture.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_preview_gesture.xml | |||
@@ -19,7 +19,7 @@ | |||
19 | Description: | 19 | Description: |
20 | </text> | 20 | </text> |
21 | <line_editor bottom_delta="-6" follows="left|top" height="20" left="100" max_length="254" | 21 | <line_editor bottom_delta="-6" follows="left|top" height="20" left="100" max_length="254" |
22 | name="desc" width="330" /> | 22 | name="desc" width="330" spell_check="true" /> |
23 | <text bottom_delta="-23" follows="top|left" font="SansSerif" left="16" | 23 | <text bottom_delta="-23" follows="top|left" font="SansSerif" left="16" |
24 | name="trigger_label"> | 24 | name="trigger_label"> |
25 | Trigger: | 25 | Trigger: |
@@ -34,7 +34,7 @@ | |||
34 | <line_editor bottom_delta="-6" follows="left|top" height="20" left="300" max_length="31" | 34 | <line_editor bottom_delta="-6" follows="left|top" height="20" left="300" max_length="31" |
35 | name="replace_editor" | 35 | name="replace_editor" |
36 | tool_tip="Replace the trigger word(s) with these words. For example, trigger 'hello' replace with 'howdy' will turn the chat 'I wanted to say hello' into 'I wanted to say howdy' as well as playing the gesture" | 36 | tool_tip="Replace the trigger word(s) with these words. For example, trigger 'hello' replace with 'howdy' will turn the chat 'I wanted to say hello' into 'I wanted to say howdy' as well as playing the gesture" |
37 | width="130" /> | 37 | width="130" spell_check="true" /> |
38 | <text bottom_delta="-23" follows="top|left" font="SansSerif" left="16" | 38 | <text bottom_delta="-23" follows="top|left" font="SansSerif" left="16" |
39 | name="key_label"> | 39 | name="key_label"> |
40 | Shortcut Key: | 40 | Shortcut Key: |
@@ -78,7 +78,7 @@ unless you add wait steps. | |||
78 | <combo_box bottom_delta="0" follows="top|left" height="20" left_delta="0" | 78 | <combo_box bottom_delta="0" follows="top|left" height="20" left_delta="0" |
79 | name="sound_list" width="100" /> | 79 | name="sound_list" width="100" /> |
80 | <line_editor bottom_delta="0" follows="top|left" height="20" left_delta="0" max_length="127" | 80 | <line_editor bottom_delta="0" follows="top|left" height="20" left_delta="0" max_length="127" |
81 | name="chat_editor" width="100" /> | 81 | name="chat_editor" width="100" spell_check="true" /> |
82 | <radio_group bottom_delta="-20" draw_border="false" follows="top|left" height="40" | 82 | <radio_group bottom_delta="-20" draw_border="false" follows="top|left" height="40" |
83 | left="340" name="animation_trigger_type" width="80"> | 83 | left="340" name="animation_trigger_type" width="80"> |
84 | <radio_item bottom_delta="-5" follows="left|top" height="16" left="3" mouse_opaque="true" | 84 | <radio_item bottom_delta="-5" follows="left|top" height="16" left="3" mouse_opaque="true" |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_preview_notecard.xml b/linden/indra/newview/skins/default/xui/en-us/floater_preview_notecard.xml index a625598..fe2d977 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_preview_notecard.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_preview_notecard.xml | |||
@@ -16,7 +16,7 @@ | |||
16 | enabled="true" follows="left|top|right" font="SansSerif" | 16 | enabled="true" follows="left|top|right" font="SansSerif" |
17 | handle_edit_keys_directly="false" height="19" left="93" max_length="127" | 17 | handle_edit_keys_directly="false" height="19" left="93" max_length="127" |
18 | mouse_opaque="true" name="desc" select_all_on_focus_received="false" | 18 | mouse_opaque="true" name="desc" select_all_on_focus_received="false" |
19 | select_on_focus="false" width="294" /> | 19 | select_on_focus="false" width="294" spell_check="true" /> |
20 | <menu_bar bottom="-56" drop_shadow="false" enabled="true" follows="left|top|right" | 20 | <menu_bar bottom="-56" drop_shadow="false" enabled="true" follows="left|top|right" |
21 | height="18" left="8" mouse_opaque="false" name="motecard_menu" opaque="false" | 21 | height="18" left="8" mouse_opaque="false" name="motecard_menu" opaque="false" |
22 | tear_off="false" width="220"> | 22 | tear_off="false" width="220"> |
@@ -55,7 +55,7 @@ | |||
55 | <text_editor type="string" length="1" bottom="-344" embedded_items="true" enabled="true" | 55 | <text_editor type="string" length="1" bottom="-344" embedded_items="true" enabled="true" |
56 | follows="left|top|right|bottom" font="SansSerif" height="285" | 56 | follows="left|top|right|bottom" font="SansSerif" height="285" |
57 | ignore_tab="false" left="4" max_length="65536" mouse_opaque="true" | 57 | ignore_tab="false" left="4" max_length="65536" mouse_opaque="true" |
58 | name="Notecard Editor" width="392" word_wrap="true"> | 58 | name="Notecard Editor" width="392" word_wrap="true" spell_check="true"> |
59 | Loading... | 59 | Loading... |
60 | </text_editor> | 60 | </text_editor> |
61 | <button bottom="-370" enabled="false" follows="left|bottom" font="SansSerif" | 61 | <button bottom="-370" enabled="false" follows="left|bottom" font="SansSerif" |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_preview_notecard_keep_discard.xml b/linden/indra/newview/skins/default/xui/en-us/floater_preview_notecard_keep_discard.xml index ec3ce5a..f2be796 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_preview_notecard_keep_discard.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_preview_notecard_keep_discard.xml | |||
@@ -16,7 +16,7 @@ | |||
16 | enabled="true" follows="left|top|right" font="SansSerif" | 16 | enabled="true" follows="left|top|right" font="SansSerif" |
17 | handle_edit_keys_directly="false" height="19" left="93" max_length="127" | 17 | handle_edit_keys_directly="false" height="19" left="93" max_length="127" |
18 | mouse_opaque="true" name="desc" select_all_on_focus_received="false" | 18 | mouse_opaque="true" name="desc" select_all_on_focus_received="false" |
19 | select_on_focus="false" width="294" /> | 19 | select_on_focus="false" width="294" spell_check="true" /> |
20 | <menu_bar bottom="-56" drop_shadow="false" enabled="true" follows="left|top|right" | 20 | <menu_bar bottom="-56" drop_shadow="false" enabled="true" follows="left|top|right" |
21 | height="18" left="8" mouse_opaque="false" name="motecard_menu" opaque="false" | 21 | height="18" left="8" mouse_opaque="false" name="motecard_menu" opaque="false" |
22 | tear_off="false" width="220"> | 22 | tear_off="false" width="220"> |
@@ -55,7 +55,7 @@ | |||
55 | <text_editor type="string" length="1" bottom="-344" embedded_items="true" enabled="true" | 55 | <text_editor type="string" length="1" bottom="-344" embedded_items="true" enabled="true" |
56 | follows="left|top|right|bottom" font="SansSerif" height="285" | 56 | follows="left|top|right|bottom" font="SansSerif" height="285" |
57 | ignore_tab="false" left="4" max_length="65536" mouse_opaque="true" | 57 | ignore_tab="false" left="4" max_length="65536" mouse_opaque="true" |
58 | name="Notecard Editor" width="392" word_wrap="true"> | 58 | name="Notecard Editor" width="392" word_wrap="true" spell_check="true"> |
59 | Loading... | 59 | Loading... |
60 | </text_editor> | 60 | </text_editor> |
61 | <button bottom="-370" enabled="true" follows="left|bottom" font="SansSerif" | 61 | <button bottom="-370" enabled="true" follows="left|bottom" font="SansSerif" |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_preview_sound.xml b/linden/indra/newview/skins/default/xui/en-us/floater_preview_sound.xml index 9ac36d3..0c422f1 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_preview_sound.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_preview_sound.xml | |||
@@ -6,7 +6,7 @@ | |||
6 | enabled="true" follows="left|top|right" font="SansSerif" | 6 | enabled="true" follows="left|top|right" font="SansSerif" |
7 | handle_edit_keys_directly="false" height="19" left="95" max_length="127" | 7 | handle_edit_keys_directly="false" height="19" left="95" max_length="127" |
8 | mouse_opaque="true" name="desc" select_all_on_focus_received="false" | 8 | mouse_opaque="true" name="desc" select_all_on_focus_received="false" |
9 | select_on_focus="false" width="192" /> | 9 | select_on_focus="false" width="192" spell_check="true" /> |
10 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 10 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
11 | bottom="-38" drop_shadow_visible="true" enabled="true" follows="left|top" | 11 | bottom="-38" drop_shadow_visible="true" enabled="true" follows="left|top" |
12 | font="SansSerif" h_pad="0" halign="left" height="19" left="13" | 12 | font="SansSerif" h_pad="0" halign="left" height="19" left="13" |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_preview_texture.xml b/linden/indra/newview/skins/default/xui/en-us/floater_preview_texture.xml index f52b1b6..2ca2197 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_preview_texture.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_preview_texture.xml | |||
@@ -13,7 +13,7 @@ | |||
13 | enabled="true" follows="left|top|right" font="SansSerif" | 13 | enabled="true" follows="left|top|right" font="SansSerif" |
14 | handle_edit_keys_directly="false" height="19" left="93" max_length="127" | 14 | handle_edit_keys_directly="false" height="19" left="93" max_length="127" |
15 | mouse_opaque="true" name="desc" select_all_on_focus_received="false" | 15 | mouse_opaque="true" name="desc" select_all_on_focus_received="false" |
16 | select_on_focus="false" width="229" /> | 16 | select_on_focus="false" width="229" spell_check="true" /> |
17 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 17 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
18 | bottom="10" drop_shadow_visible="true" enabled="true" follows="left|bottom" | 18 | bottom="10" drop_shadow_visible="true" enabled="true" follows="left|bottom" |
19 | font="SansSerifSmall" h_pad="0" halign="left" height="14" left="13" | 19 | font="SansSerifSmall" h_pad="0" halign="left" height="14" left="13" |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_preview_texture_keep_discard.xml b/linden/indra/newview/skins/default/xui/en-us/floater_preview_texture_keep_discard.xml index 3c4a44d..2c24f45 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_preview_texture_keep_discard.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_preview_texture_keep_discard.xml | |||
@@ -12,7 +12,7 @@ | |||
12 | enabled="true" follows="left|top|right" font="SansSerif" | 12 | enabled="true" follows="left|top|right" font="SansSerif" |
13 | handle_edit_keys_directly="false" height="19" left="93" max_length="127" | 13 | handle_edit_keys_directly="false" height="19" left="93" max_length="127" |
14 | mouse_opaque="true" name="desc" select_all_on_focus_received="false" | 14 | mouse_opaque="true" name="desc" select_all_on_focus_received="false" |
15 | select_on_focus="false" width="194" /> | 15 | select_on_focus="false" width="194" spell_check="true" /> |
16 | <button bottom="-322" enabled="true" follows="left|bottom" font="SansSerif" | 16 | <button bottom="-322" enabled="true" follows="left|bottom" font="SansSerif" |
17 | halign="center" height="20" label="Keep" label_selected="Keep" left="9" | 17 | halign="center" height="20" label="Keep" label_selected="Keep" left="9" |
18 | mouse_opaque="true" name="Keep" scale_image="true" width="100" /> | 18 | mouse_opaque="true" name="Keep" scale_image="true" width="100" /> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_radar.xml b/linden/indra/newview/skins/default/xui/en-us/floater_radar.xml new file mode 100644 index 0000000..7db7330 --- /dev/null +++ b/linden/indra/newview/skins/default/xui/en-us/floater_radar.xml | |||
@@ -0,0 +1,327 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||
2 | <floater name="radar" title="Radar" | ||
3 | can_resize="true" can_minimize="true" can_close="true" can_drag_on_left="false" | ||
4 | rect_control="FloaterRadarRect" min_width="300" min_height="300"> | ||
5 | |||
6 | <scroll_list name="avatar_list" | ||
7 | left="10" right="-10" top="-20" bottom="140" can_resize="true" | ||
8 | column_padding="0" follows="left|top|bottom|right" | ||
9 | draw_heading="true" multi_select="true" search_column="1" | ||
10 | tool_tip="Hold shift or control while clicking to select multiple avatars"> | ||
11 | <column name="marked" label="Mark" width="12" tool_tip="Marked avatars"/> | ||
12 | <column name="avatar_name" label="Name" dynamicwidth="true" tool_tip="Hold shift or control while clicking to select multiple avatars"/> | ||
13 | <column name="distance" label="Dist." width="48" tool_tip="Distance from your avatar (red=within chat range, yellow=within shout range, green=within draw distance)"/> | ||
14 | <column name="position" label="Pos." width="60" tool_tip="Position (X, Y) within this sim, or general direction (cardinal point) for outside sims"/> | ||
15 | <column name="altitude" label="Alt." width="48" tool_tip="Altitude"/> | ||
16 | </scroll_list> | ||
17 | |||
18 | <tab_container border="false" bottom_delta="-130" height="120" left="6" mouse_opaque="false" | ||
19 | name="actions_tab_container" tab_position="top" follows="left|right|bottom"> | ||
20 | <panel border="true" bottom_delta="-130" follows="left|top|right|bottom" height="255" | ||
21 | label="Avatar" left="1" mouse_opaque="true" | ||
22 | name="actions_tab" width="398"> | ||
23 | <!-- upper row --> | ||
24 | <button | ||
25 | name="profile_btn" | ||
26 | label="Profile" | ||
27 | tool_tip="Show picture, groups, and other information" | ||
28 | left="10" | ||
29 | bottom_delta="-180" | ||
30 | width="80" | ||
31 | height="20" | ||
32 | font="SansSerifSmall" | ||
33 | follows="bottom|left" | ||
34 | /> | ||
35 | <button | ||
36 | name="track_btn" | ||
37 | label="(Un)Track" | ||
38 | tool_tip="Toggle tracking of this avatar's position" | ||
39 | left_delta="90" | ||
40 | bottom_delta="0" | ||
41 | width="80" | ||
42 | height="20" | ||
43 | font="SansSerifSmall" | ||
44 | follows="bottom|left" | ||
45 | /> | ||
46 | <button | ||
47 | name="get_key_btn" | ||
48 | label="Get Key" | ||
49 | tool_tip="Copies avatar's key to the clipboard" | ||
50 | left_delta="90" | ||
51 | bottom_delta="0" | ||
52 | width="80" | ||
53 | height="20" | ||
54 | font="SansSerifSmall" | ||
55 | follows="bottom|left" | ||
56 | /> | ||
57 | <!-- upper middle row --> | ||
58 | <button | ||
59 | name="im_btn" | ||
60 | label="IM" | ||
61 | tool_tip="Open Instant Message session" | ||
62 | left="10" | ||
63 | bottom_delta="-22" | ||
64 | width="80" | ||
65 | height="20" | ||
66 | font="SansSerifSmall" | ||
67 | follows="bottom|left" | ||
68 | /> | ||
69 | <button | ||
70 | name="offer_btn" | ||
71 | label="Offer TP" | ||
72 | tool_tip="Offer Teleport" | ||
73 | left_delta="90" | ||
74 | bottom_delta="0" | ||
75 | width="80" | ||
76 | height="20" | ||
77 | font="SansSerifSmall" | ||
78 | follows="bottom|left" | ||
79 | /> | ||
80 | <button | ||
81 | name="teleport_btn" | ||
82 | label="TP to" | ||
83 | tool_tip="Teleport to avatar's position" | ||
84 | left_delta="90" | ||
85 | bottom_delta="0" | ||
86 | width="80" | ||
87 | height="20" | ||
88 | font="SansSerifSmall" | ||
89 | follows="bottom|left" | ||
90 | /> | ||
91 | <!-- lower middle row--> | ||
92 | <button | ||
93 | name="mark_btn" | ||
94 | label="(Un)Mark" | ||
95 | tool_tip="(Un)Mark this avatar in the list" | ||
96 | left="10" | ||
97 | bottom_delta="-22" | ||
98 | width="80" | ||
99 | height="20" | ||
100 | font="SansSerifSmall" | ||
101 | follows="bottom|left" | ||
102 | /> | ||
103 | <button | ||
104 | name="prev_marked_btn" | ||
105 | label="Prev Marked" | ||
106 | tool_tip="Focus camera on previous marked avatar" | ||
107 | left_delta="90" | ||
108 | bottom_delta="0" | ||
109 | width="80" | ||
110 | height="20" | ||
111 | font="SansSerifSmall" | ||
112 | follows="bottom|left" | ||
113 | /> | ||
114 | <button | ||
115 | name="next_marked_btn" | ||
116 | label="Next Marked" | ||
117 | tool_tip="Focus camera on next marked avatar" | ||
118 | left_delta="90" | ||
119 | bottom_delta="0" | ||
120 | width="80" | ||
121 | height="20" | ||
122 | font="SansSerifSmall" | ||
123 | follows="bottom|left" | ||
124 | /> | ||
125 | <!-- lower row--> | ||
126 | <button | ||
127 | name="focus_btn" | ||
128 | label="Focus" | ||
129 | tool_tip="Focus camera on this avatar in the list" | ||
130 | left="10" | ||
131 | bottom_delta="-22" | ||
132 | width="80" | ||
133 | height="20" | ||
134 | font="SansSerifSmall" | ||
135 | follows="bottom|left" | ||
136 | /> | ||
137 | <button | ||
138 | name="prev_in_list_btn" | ||
139 | label="Previous" | ||
140 | tool_tip="Focus camera on previous avatar in list" | ||
141 | left_delta="90" | ||
142 | bottom_delta="0" | ||
143 | width="80" | ||
144 | height="20" | ||
145 | font="SansSerifSmall" | ||
146 | follows="bottom|left" | ||
147 | /> | ||
148 | <button | ||
149 | name="next_in_list_btn" | ||
150 | label="Next" | ||
151 | tool_tip="Focus camera on next avatar in list" | ||
152 | left_delta="90" | ||
153 | bottom_delta="0" | ||
154 | width="80" | ||
155 | height="20" | ||
156 | font="SansSerifSmall" | ||
157 | follows="bottom|left" | ||
158 | /> | ||
159 | |||
160 | </panel> | ||
161 | |||
162 | <panel border="true" bottom_delta="-150" follows="left|top|right|bottom" height="255" | ||
163 | label="Alerts" left="1" mouse_opaque="true" | ||
164 | name="alerts_tab" width="398"> | ||
165 | <check_box height="16" label="Display alerts in chat" | ||
166 | left="10" bottom_delta="-176" name="radar_alerts" | ||
167 | width="200" follows="bottom|left" | ||
168 | hidden="false" mouse_opaque="true" font="SansSerifSmall" | ||
169 | initial_value="true" enabled="true" radio_style="false" | ||
170 | control_name="RadarChatAlerts" | ||
171 | tool_tip="Announce alerts about incoming and outgoing avatars in chat" /> | ||
172 | |||
173 | <check_box height="16" label="Avatars entering/exiting the sim" | ||
174 | left="20" bottom_delta="-18" name="alerts_sim" | ||
175 | width="200" follows="bottom|left" | ||
176 | hidden="false" mouse_opaque="true" font="SansSerifSmall" | ||
177 | initial_value="true" enabled="true" radio_style="false" | ||
178 | control_name="RadarAlertSim" | ||
179 | tool_tip="Report avatars entering or exiting the sim" /> | ||
180 | |||
181 | <check_box height="16" label="Avatars within/beyond the draw distance" | ||
182 | left="20" bottom_delta="-18" name="alerts_draw" | ||
183 | width="200" follows="bottom|left" | ||
184 | hidden="false" mouse_opaque="true" font="SansSerifSmall" | ||
185 | initial_value="true" enabled="true" radio_style="false" | ||
186 | control_name="RadarAlertDraw" | ||
187 | tool_tip="Report avatars getting within or beyond the draw distance" /> | ||
188 | |||
189 | <check_box height="16" label="Avatars within/beyond the shout range" | ||
190 | left="20" bottom_delta="-18" name="alerts_chat" | ||
191 | width="200" follows="bottom|left" | ||
192 | hidden="false" mouse_opaque="true" font="SansSerifSmall" | ||
193 | initial_value="true" enabled="true" radio_style="false" | ||
194 | control_name="RadarAlertShoutRange" | ||
195 | tool_tip="Report avatars getting within or beyond the shout range" /> | ||
196 | |||
197 | <check_box height="16" label="Avatars within/beyond the chat range" | ||
198 | left="20" bottom_delta="-18" name="alerts_chat" | ||
199 | width="200" follows="bottom|left" | ||
200 | hidden="false" mouse_opaque="true" font="SansSerifSmall" | ||
201 | initial_value="true" enabled="true" radio_style="false" | ||
202 | control_name="RadarAlertChatRange" | ||
203 | tool_tip="Report avatars getting within or beyond the chat range" /> | ||
204 | </panel> | ||
205 | |||
206 | <panel border="true" bottom_delta="-130" follows="left|top|right|bottom" height="255" | ||
207 | label="Moderation" left="1" mouse_opaque="true" | ||
208 | name="land_tab" width="398"> | ||
209 | |||
210 | <!-- Upper row --> | ||
211 | <button | ||
212 | name="mute_btn" | ||
213 | label="(Un)Mute" | ||
214 | tool_tip="Mute or unmute this avatar (muted avatars' names are highlighted in red in the list)." | ||
215 | left="10" | ||
216 | bottom_delta="-200" | ||
217 | width="80" | ||
218 | height="20" | ||
219 | font="SansSerifSmall" | ||
220 | follows="bottom|left" | ||
221 | /> | ||
222 | <button | ||
223 | name="freeze_btn" | ||
224 | label="Freeze" | ||
225 | tool_tip="Freeze the avatar, preventing it from moving" | ||
226 | left_delta="90" | ||
227 | bottom_delta="0" | ||
228 | width="80" | ||
229 | height="20" | ||
230 | font="SansSerifSmall" | ||
231 | follows="bottom|left" | ||
232 | /> | ||
233 | <button | ||
234 | name="ar_btn" | ||
235 | label="AR" | ||
236 | tool_tip="Report abuse on this avatar" | ||
237 | left_delta="90" | ||
238 | bottom_delta="0" | ||
239 | width="80" | ||
240 | height="20" | ||
241 | font="SansSerifSmall" | ||
242 | follows="bottom|left" | ||
243 | /> | ||
244 | <!-- Lower row --> | ||
245 | <button | ||
246 | name="eject_btn" | ||
247 | label="Eject" | ||
248 | tool_tip="Eject the avatar from the parcel" | ||
249 | left="10" | ||
250 | bottom_delta="-24" | ||
251 | width="80" | ||
252 | height="20" | ||
253 | font="SansSerifSmall" | ||
254 | follows="bottom|left" | ||
255 | /> | ||
256 | |||
257 | <button | ||
258 | name="estate_eject_btn" | ||
259 | label="Eject from estate" | ||
260 | tool_tip="Eject this avatar from the estate" | ||
261 | left_delta="90" | ||
262 | bottom_delta="0" | ||
263 | width="170" | ||
264 | height="20" | ||
265 | font="SansSerifSmall" | ||
266 | follows="bottom|left" | ||
267 | /> | ||
268 | </panel> | ||
269 | |||
270 | <panel border="true" bottom_delta="-150" follows="left|top|right|bottom" height="255" | ||
271 | label="Options" left="1" mouse_opaque="true" | ||
272 | name="options_tab" width="398"> | ||
273 | <check_box height="16" label="Update" | ||
274 | left="10" bottom_delta="-180" name="update_enabled_cb" | ||
275 | width="200" follows="bottom|left" | ||
276 | hidden="false" mouse_opaque="true" font="SansSerifSmall" | ||
277 | initial_value="true" enabled="true" radio_style="false" | ||
278 | tool_tip="Set whether the avatar list should update" /> | ||
279 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
280 | bottom_delta="-24" drop_shadow_visible="true" enabled="true" font="SansSerifSmall" height="18" left="24" | ||
281 | mouse_opaque="false" name="rate" width="30"> | ||
282 | Rate: | ||
283 | </text> | ||
284 | <radio_group draw_border="true" bottom_delta="2" left_delta="44" follows="bottom|left" width="196" height="20" | ||
285 | mouse_opaque="true" name="update_rate" control_name="RadarUpdateRate" enabled="true" | ||
286 | tool_tip="Rate of the radar updates (eats up more FPS when higher)"> | ||
287 | <radio_item type="string" length="1" bottom_delta="0" height="16" left_delta="4" mouse_opaque="true" | ||
288 | name="high" width="20" follows="bottom|left"> | ||
289 | High | ||
290 | </radio_item> | ||
291 | <radio_item type="string" length="1" bottom_delta="0" height="16" left_delta="30" mouse_opaque="true" | ||
292 | name="medium" width="25" follows="bottom|left"> | ||
293 | Medium | ||
294 | </radio_item> | ||
295 | <radio_item type="string" length="1" bottom_delta="0" height="16" left_delta="35" mouse_opaque="true" | ||
296 | name="low" width="20" follows="bottom|left"> | ||
297 | Low | ||
298 | </radio_item> | ||
299 | </radio_group> | ||
300 | <check_box height="16" label="Announce even when closed" | ||
301 | left="10" bottom_delta="-24" name="keep_open" | ||
302 | width="200" follows="bottom|left" | ||
303 | hidden="false" mouse_opaque="true" font="SansSerifSmall" | ||
304 | initial_value="true" enabled="true" radio_style="false" | ||
305 | control_name="RadarKeepOpen" | ||
306 | tool_tip="Hides floater instead of closing to still announce in chat" /> | ||
307 | <check_box height="16" label="Announce keys to HUD" | ||
308 | left="10" bottom_delta="-20" name="radar_chat_keys" | ||
309 | width="200" follows="bottom|left" | ||
310 | hidden="false" mouse_opaque="true" font="SansSerifSmall" | ||
311 | initial_value="true" enabled="true" radio_style="false" | ||
312 | control_name="RadarChatKeys" | ||
313 | tool_tip="Set whether to send keys of avatars to LSL scripts" /> | ||
314 | <button | ||
315 | name="send_keys_btn" | ||
316 | label="Announce now" | ||
317 | tool_tip="Send all keys to HUD now" | ||
318 | left_delta="150" | ||
319 | bottom_delta="-2" | ||
320 | width="100" | ||
321 | height="20" | ||
322 | font="SansSerifSmall" | ||
323 | follows="bottom|left" | ||
324 | /> | ||
325 | </panel> | ||
326 | </tab_container> | ||
327 | </floater> \ No newline at end of file | ||
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_report_abuse.xml b/linden/indra/newview/skins/default/xui/en-us/floater_report_abuse.xml index ca1cfb1..7dad867 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_report_abuse.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_report_abuse.xml | |||
@@ -206,7 +206,7 @@ Other | |||
206 | border_thickness="1" bottom_delta="-18" follows="left|top" | 206 | border_thickness="1" bottom_delta="-18" follows="left|top" |
207 | font="SansSerifSmall" height="16" left="16" max_length="64" | 207 | font="SansSerifSmall" height="16" left="16" max_length="64" |
208 | mouse_opaque="true" name="summary_edit" | 208 | mouse_opaque="true" name="summary_edit" |
209 | width="356" /> | 209 | width="356" spell_check="true" /> |
210 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 210 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
211 | bottom_delta="-24" drop_shadow_visible="true" follows="left|top" | 211 | bottom_delta="-24" drop_shadow_visible="true" follows="left|top" |
212 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="16" | 212 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="16" |
@@ -224,7 +224,7 @@ if possible. | |||
224 | <text_editor bottom_delta="-152" embedded_items="false" | 224 | <text_editor bottom_delta="-152" embedded_items="false" |
225 | follows="left|top" font="SansSerifSmall" height="146" left="16" | 225 | follows="left|top" font="SansSerifSmall" height="146" left="16" |
226 | max_length="800" mouse_opaque="false" name="details_edit" | 226 | max_length="800" mouse_opaque="false" name="details_edit" |
227 | width="356" word_wrap="true" /> | 227 | width="356" word_wrap="true" spell_check="true" /> |
228 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 228 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
229 | bottom_delta="-24" drop_shadow_visible="true" follows="left|top" | 229 | bottom_delta="-24" drop_shadow_visible="true" follows="left|top" |
230 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="16" | 230 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="16" |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_report_bug.xml b/linden/indra/newview/skins/default/xui/en-us/floater_report_bug.xml index 9499690..83d7a5c 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_report_bug.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_report_bug.xml | |||
@@ -141,7 +141,7 @@ | |||
141 | border_thickness="1" bottom_delta="-16" follows="left|top" | 141 | border_thickness="1" bottom_delta="-16" follows="left|top" |
142 | font="SansSerifSmall" height="16" left="16" max_length="64" | 142 | font="SansSerifSmall" height="16" left="16" max_length="64" |
143 | mouse_opaque="true" name="summary_edit" | 143 | mouse_opaque="true" name="summary_edit" |
144 | width="356" /> | 144 | width="356" spell_check="true" /> |
145 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 145 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
146 | bottom_delta="-20" drop_shadow_visible="true" follows="left|top" | 146 | bottom_delta="-20" drop_shadow_visible="true" follows="left|top" |
147 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="16" | 147 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="16" |
@@ -151,7 +151,7 @@ | |||
151 | <text_editor bottom_delta="-112" embedded_items="false" | 151 | <text_editor bottom_delta="-112" embedded_items="false" |
152 | follows="left|top" font="SansSerifSmall" height="112" left="16" | 152 | follows="left|top" font="SansSerifSmall" height="112" left="16" |
153 | max_length="900" mouse_opaque="false" name="details_edit" | 153 | max_length="900" mouse_opaque="false" name="details_edit" |
154 | width="356" word_wrap="true"> | 154 | width="356" word_wrap="true" spell_check="true"> |
155 | Steps to reproduce the bug: | 155 | Steps to reproduce the bug: |
156 | 156 | ||
157 | Observed results: | 157 | Observed results: |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_script_ed_panel.xml b/linden/indra/newview/skins/default/xui/en-us/floater_script_ed_panel.xml index 82a65b8..0175508 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_script_ed_panel.xml +++ b/linden/indra/newview/skins/default/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" border_drop_shadow_visible="false" border_visible="false" bevel_style="none" border_style="line" border_thickness="0" | 7 | max_length="65536" mouse_opaque="true" name="Script Editor" width="492" border_drop_shadow_visible="false" border_visible="false" bevel_style="none" border_style="line" border_thickness="0" |
8 | word_wrap="true" show_line_numbers="true"> | 8 | word_wrap="true" show_line_numbers="true" spell_check="false"> |
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/default/xui/en-us/floater_script_preview.xml b/linden/indra/newview/skins/default/xui/en-us/floater_script_preview.xml index 167aeb7..2e79da2 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_script_preview.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_script_preview.xml | |||
@@ -19,5 +19,5 @@ | |||
19 | enabled="true" follows="left|top|right" font="SansSerif" | 19 | enabled="true" follows="left|top|right" font="SansSerif" |
20 | handle_edit_keys_directly="false" height="19" left="93" max_length="127" | 20 | handle_edit_keys_directly="false" height="19" left="93" max_length="127" |
21 | mouse_opaque="true" name="desc" select_all_on_focus_received="false" | 21 | mouse_opaque="true" name="desc" select_all_on_focus_received="false" |
22 | select_on_focus="false" width="394" /> | 22 | select_on_focus="false" width="394" spell_check="true" /> |
23 | </floater> | 23 | </floater> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_search_replace.xml b/linden/indra/newview/skins/default/xui/en-us/floater_search_replace.xml index 930cf37..f31f357 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_search_replace.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_search_replace.xml | |||
@@ -31,10 +31,10 @@ | |||
31 | enabled="true" follows="left|top" font="SansSerifSmall" | 31 | enabled="true" follows="left|top" font="SansSerifSmall" |
32 | handle_edit_keys_directly="false" height="16" left="55" max_length="254" | 32 | handle_edit_keys_directly="false" height="16" left="55" max_length="254" |
33 | mouse_opaque="true" name="search_text" select_all_on_focus_received="false" | 33 | mouse_opaque="true" name="search_text" select_all_on_focus_received="false" |
34 | select_on_focus="false" width="240" /> | 34 | select_on_focus="false" width="240" spell_check="true" /> |
35 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-58" | 35 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-58" |
36 | enabled="true" follows="left|top" font="SansSerifSmall" | 36 | enabled="true" follows="left|top" font="SansSerifSmall" |
37 | handle_edit_keys_directly="false" height="16" left="55" max_length="254" | 37 | handle_edit_keys_directly="false" height="16" left="55" max_length="254" |
38 | mouse_opaque="true" name="replace_text" | 38 | mouse_opaque="true" name="replace_text" |
39 | select_all_on_focus_received="false" select_on_focus="false" width="240" /> | 39 | select_all_on_focus_received="false" select_on_focus="false" width="240" spell_check="true" /> |
40 | </floater> | 40 | </floater> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_sell_land.xml b/linden/indra/newview/skins/default/xui/en-us/floater_sell_land.xml index d91b5ff..3aeba26 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_sell_land.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_sell_land.xml | |||
@@ -27,7 +27,7 @@ | |||
27 | <icon bottom_delta="-66" 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="SansSerifLarge" > |
31 | Set a price: | 31 | Set a price: |
32 | </text> | 32 | </text> |
33 | <text follows="top|left" height="16" left="72" name="price_text" right="-20"> | 33 | <text follows="top|left" height="16" left="72" name="price_text" right="-20"> |
@@ -44,7 +44,7 @@ | |||
44 | <icon follows="top|left" height="64" image_name="badge_note.j2c" left="0" | 44 | <icon follows="top|left" height="64" image_name="badge_note.j2c" left="0" |
45 | name="step_sell_to" width="64" /> | 45 | name="step_sell_to" width="64" /> |
46 | <text bottom_delta="38" follows="top|left" height="16" left="72" name="sell_to_label" | 46 | <text bottom_delta="38" follows="top|left" height="16" left="72" name="sell_to_label" |
47 | right="-20" font="SansSerifBig" > | 47 | right="-20" font="SansSerifLarge" > |
48 | Sell the land to: | 48 | Sell the land to: |
49 | </text> | 49 | </text> |
50 | <text follows="top|left" height="16" left="72" name="sell_to_text" right="-20"> | 50 | <text follows="top|left" height="16" left="72" name="sell_to_text" right="-20"> |
@@ -69,7 +69,7 @@ | |||
69 | <icon follows="top|left" height="64" image_name="badge_note.j2c" left="0" | 69 | <icon follows="top|left" height="64" image_name="badge_note.j2c" left="0" |
70 | name="step_sell_objects" width="64" /> | 70 | name="step_sell_objects" width="64" /> |
71 | <text bottom_delta="38" follows="top|left" height="16" left="72" | 71 | <text bottom_delta="38" follows="top|left" height="16" left="72" |
72 | name="sell_objects_label" right="-20" font="SansSerifBig" > | 72 | name="sell_objects_label" right="-20" font="SansSerifLarge" > |
73 | Sell the objects with the land? | 73 | Sell the objects with the land? |
74 | </text> | 74 | </text> |
75 | <text bottom_delta="-20" follows="top|left" height="16" left="72" | 75 | <text bottom_delta="-20" follows="top|left" height="16" left="72" |
@@ -89,7 +89,7 @@ | |||
89 | <button bottom_delta="4" height="16" label="Show Objects" name="show_objects" | 89 | <button bottom_delta="4" height="16" label="Show Objects" name="show_objects" |
90 | right="414" width="110" /> | 90 | right="414" width="110" /> |
91 | <text bottom_delta="-35" follows="top|left" height="16" left="72" | 91 | <text bottom_delta="-35" follows="top|left" height="16" left="72" |
92 | name="nag_message_label" right="-20" font="SansSerifBig" > | 92 | name="nag_message_label" right="-20" font="SansSerifLarge" > |
93 | REMEMBER: All sales are final. | 93 | REMEMBER: All sales are final. |
94 | </text> | 94 | </text> |
95 | <button bottom="-479" follows="bottom|left" height="20" label="Set Land For Sale" | 95 | <button bottom="-479" follows="bottom|left" height="20" label="Set Land For Sale" |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_settings_debug.xml b/linden/indra/newview/skins/default/xui/en-us/floater_settings_debug.xml index a8c0840..1dc8a5e 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_settings_debug.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_settings_debug.xml | |||
@@ -1,10 +1,12 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
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="215" name="settings_debug" | 3 | can_resize="false" height="235" name="settings_debug" |
4 | title="Debug Settings" width="350"> | 4 | title="Debug Settings" width="350"> |
5 | <combo_box allow_text_entry="true" bottom="-50" follows="top|left" font="SansSerifSmall" | 5 | <search_editor bottom="-45" height="20" name="control_search" visible="true" width="320" |
6 | left="15" label="Type here to search" /> | ||
7 | <combo_box allow_text_entry="false" bottom_delta="-30" follows="top|left" font="SansSerifSmall" | ||
6 | height="20" left="15" max_chars="255" name="settings_combo" /> | 8 | height="20" left="15" max_chars="255" name="settings_combo" /> |
7 | <text_editor bottom_delta="-75" enabled="false" height="60" width="320" hide_scrollbar="true" | 9 | <text_editor bottom_delta="-70" enabled="false" height="60" width="320" hide_scrollbar="true" |
8 | name="comment_text" word_wrap="true" /> | 10 | name="comment_text" word_wrap="true" /> |
9 | <combo_box bottom_delta="-30" follows="top|left" font="SansSerifSmall" height="20" | 11 | <combo_box bottom_delta="-30" follows="top|left" font="SansSerifSmall" height="20" |
10 | left="15" name="boolean_combo" visible="false"> | 12 | left="15" name="boolean_combo" visible="false"> |
@@ -15,7 +17,7 @@ | |||
15 | FALSE | 17 | FALSE |
16 | </combo_item> | 18 | </combo_item> |
17 | </combo_box> | 19 | </combo_box> |
18 | <line_editor bottom_delta="0" height="20" name="val_text" visible="false" width="300" /> | 20 | <line_editor bottom_delta="0" height="20" name="val_text" visible="false" width="320" /> |
19 | <color_swatch bottom="30" can_apply_immediately="true" height="55" label="Color" | 21 | <color_swatch bottom="30" can_apply_immediately="true" height="55" label="Color" |
20 | name="color_swatch" visible="true" width="37" /> | 22 | name="color_swatch" visible="true" width="37" /> |
21 | <spinner bottom_delta="25" height="20" label="x" label_width="40" max_val="10000000" | 23 | <spinner bottom_delta="25" height="20" label="x" label_width="40" max_val="10000000" |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_sound_preview.xml b/linden/indra/newview/skins/default/xui/en-us/floater_sound_preview.xml index 3738077..0a755e8 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_sound_preview.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_sound_preview.xml | |||
@@ -19,7 +19,7 @@ | |||
19 | </text> | 19 | </text> |
20 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="-23" | 20 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="-23" |
21 | follows="left|top|right" font="SansSerifSmall" height="19" left="10" | 21 | follows="left|top|right" font="SansSerifSmall" height="19" left="10" |
22 | max_length="127" mouse_opaque="true" name="description_form" width="280" /> | 22 | max_length="127" mouse_opaque="true" name="description_form" width="280" spell_check="true" /> |
23 | <button bottom="-180" follows="right|bottom" font="SansSerif" halign="center" | 23 | <button bottom="-180" follows="right|bottom" font="SansSerif" halign="center" |
24 | height="20" label="Cancel" label_selected="Cancel" left="200" | 24 | height="20" label="Cancel" label_selected="Cancel" left="200" |
25 | mouse_opaque="true" name="cancel_btn" width="90" /> | 25 | mouse_opaque="true" name="cancel_btn" width="90" /> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_teleport_history.xml b/linden/indra/newview/skins/default/xui/en-us/floater_teleport_history.xml new file mode 100644 index 0000000..13956e2 --- /dev/null +++ b/linden/indra/newview/skins/default/xui/en-us/floater_teleport_history.xml | |||
@@ -0,0 +1,50 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <floater can_close="true" can_drag_on_left="false" can_minimize="true" can_resize="true" | ||
3 | min_width="600" min_height="250" width="600" height="250" name="teleporthistory" | ||
4 | rect_control="FloaterTeleportHistoryRect" title="Teleport History"> | ||
5 | <tab_container label="TPlistTabs" bottom="40" height="185" left="5" follows="left|top|right|bottom" mouse_opaque="false" name="tplisttabs" | ||
6 | tab_min_width="50" tab_position="top" width="480" right="-10" bg_opaque_color="0,0,0,0.0"> | ||
7 | <panel border="true" bottom="-185" follows="left|top|right|bottom" height="185" | ||
8 | label="Teleported to" left="2" mouse_opaque="true" name="TP-in" width="455"> | ||
9 | <scroll_list background_visible="true" draw_border="true" draw_stripes="true" | ||
10 | draw_heading="true" follows="left|top|right|bottom" left="2" right="-2" top="5" width="450" | ||
11 | height="175" bottom_delta="-177" multi_select="false" name="places_list_in"> | ||
12 | <column dynamicwidth="true" label="Region" name="region" /> | ||
13 | <column width="100" label="Position" name="position" /> | ||
14 | <column dynamicwidth="true" label="Visited" name="visited" /> | ||
15 | <!--Hidden fields, used as storage for prebuilt strings, please keep at width 0--> | ||
16 | <column width="0" label="SLURL" name="slurl" /> | ||
17 | <column width="0" label="Sim String" name="simstring" /> | ||
18 | </scroll_list> | ||
19 | </panel> | ||
20 | <panel border="true" bottom="-185" follows="left|top|right|bottom" height="185" | ||
21 | label="Teleported from" left="2" mouse_opaque="true" name="TP-out" width="455"> | ||
22 | <scroll_list background_visible="true" draw_border="true" draw_stripes="true" | ||
23 | draw_heading="true" follows="left|top|right|bottom" left="2" right="-2" top="5" width="450" | ||
24 | height="175" bottom_delta="-177" multi_select="false" name="places_list_out"> | ||
25 | <column dynamicwidth="true" label="Region" name="region" /> | ||
26 | <column width="100" label="Position" name="position" /> | ||
27 | <column dynamicwidth="true" label="Visited" name="visited" /> | ||
28 | <!--Hidden fields, used as storage for prebuilt strings, please keep at width 0--> | ||
29 | <column width="0" label="SLURL" name="slurl" /> | ||
30 | <column width="0" label="Sim String" name="simstring" /> | ||
31 | </scroll_list> | ||
32 | </panel> | ||
33 | </tab_container> | ||
34 | <button | ||
35 | bottom_delta="-24" enabled="false" follows="left|bottom" font="SansSerif" halign="center" | ||
36 | width="90" height="20" label="Teleport" label_selected="Teleport" | ||
37 | left="10" mouse_opaque="true" name="teleport" tool_tip="Teleport to selected location" /> | ||
38 | <button bottom_delta="0" enabled="false" follows="left|bottom" font="SansSerif" halign="center" | ||
39 | height="20" label="Show On Map" label_selected="Show On Map" | ||
40 | left_delta="100" mouse_opaque="true" name="show_on_map" | ||
41 | tool_tip="Center map on this location" width="125" /> | ||
42 | <button bottom_delta="0" enabled="true" follows="left|bottom" font="SansSerif" halign="center" | ||
43 | height="20" label="Clear History" | ||
44 | left_delta="135" mouse_opaque="true" name="clear_history" | ||
45 | tool_tip="Clear Saved Teleport History" width="125" /> | ||
46 | <button bottom_delta="0" enabled="false" follows="bottom|right" font="SansSerif" | ||
47 | height="20" label="Copy SLURL to clipboard" left="-190" name="copy_slurl" | ||
48 | tool_tip="Copies current location as SLURL to be used on the web." | ||
49 | width="182" /> | ||
50 | </floater> | ||
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_texture_ctrl.xml b/linden/indra/newview/skins/default/xui/en-us/floater_texture_ctrl.xml index 97b12e0..f42ed9f 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_texture_ctrl.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_texture_ctrl.xml | |||
@@ -1,8 +1,8 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <floater bottom="-516" can_close="true" can_drag_on_left="false" can_minimize="false" | 2 | <floater bottom="-516" can_close="true" can_drag_on_left="false" can_minimize="false" |
3 | can_resize="true" can_tear_off="true" enabled="true" height="290" | 3 | can_resize="true" can_tear_off="true" enabled="true" height="330" |
4 | left="478" min_height="290" min_width="410" mouse_opaque="true" | 4 | left="478" min_height="330" min_width="460" mouse_opaque="true" |
5 | name="texture picker" title="Pick: Texture" width="410"> | 5 | name="texture picker" title="Pick: Texture" width="460"> |
6 | <string name="choose_picture"> | 6 | <string name="choose_picture"> |
7 | Click to choose a picture | 7 | Click to choose a picture |
8 | </string> | 8 | </string> |
@@ -30,31 +30,77 @@ | |||
30 | <button bottom="-252" enabled="false" follows="left|bottom" font="SansSerifSmall" | 30 | <button bottom="-252" enabled="false" follows="left|bottom" font="SansSerifSmall" |
31 | halign="center" height="20" label="Invisible" label_selected="Invisible" left="72" | 31 | halign="center" height="20" label="Invisible" label_selected="Invisible" left="72" |
32 | mouse_opaque="true" name="Invisible" scale_image="true" width="64" /> | 32 | mouse_opaque="true" name="Invisible" scale_image="true" width="64" /> |
33 | <check_box bottom="-44" enabled="true" follows="left|top" font="SansSerifSmall" | 33 | |
34 | height="24" initial_value="true" label="Show Folders" left="175" | 34 | <check_box bottom="-305" enabled="true" follows="left|bottom" font="SansSerifSmall" |
35 | height="20" initial_value="true" label="Show Folders" left="4" | ||
35 | mouse_opaque="true" name="show_folders_check" radio_style="false" | 36 | mouse_opaque="true" name="show_folders_check" radio_style="false" |
36 | width="201" /> | 37 | width="150" /> |
37 | <search_editor bottom="-36" enabled="true" follows="left|top|right" height="16" | 38 | |
38 | label="Type here to search" left="175" mouse_opaque="true" | 39 | <check_box bottom="-322" enabled="true" follows="left|bottom" font="SansSerifSmall" |
39 | name="inventory search editor" width="231" /> | ||
40 | <inventory_panel allow_multi_select="false" border="true" bottom="-256" enabled="true" | ||
41 | follows="left|top|right|bottom" height="216" left="175" mouse_opaque="true" | ||
42 | name="inventory panel" sort_order="TexturePickerSortOrder" width="231" /> | ||
43 | <check_box bottom="-282" enabled="true" follows="left|bottom" font="SansSerifSmall" | ||
44 | height="20" initial_value="true" label="Apply Immediately" left="4" | 40 | height="20" initial_value="true" label="Apply Immediately" left="4" |
45 | mouse_opaque="true" name="apply_immediate_check" radio_style="false" | 41 | mouse_opaque="true" name="apply_immediate_check" radio_style="false" |
46 | width="150" /> | 42 | width="150" /> |
47 | <button bottom="-282" enabled="true" follows="left|bottom" font="SansSerif" | 43 | <button bottom="-322" enabled="true" follows="left|bottom" font="SansSerif" |
48 | halign="center" height="32" image_selected="eye_button_active.tga" | 44 | halign="center" height="32" image_selected="eye_button_active.tga" |
49 | image_unselected="eye_button_inactive.tga" label="" label_selected="" | 45 | image_unselected="eye_button_inactive.tga" label="" label_selected="" |
50 | left="139" mouse_opaque="true" name="Pipette" scale_image="true" width="32" /> | 46 | left="139" mouse_opaque="true" name="Pipette" scale_image="true" width="32" /> |
51 | <button bottom="-282" enabled="true" follows="right|bottom" font="SansSerif" | 47 | <button bottom="-322" enabled="true" follows="right|bottom" font="SansSerif" |
52 | halign="center" height="20" label="Cancel" label_selected="Cancel" | 48 | halign="center" height="20" label="Cancel" label_selected="Cancel" |
53 | left="186" mouse_opaque="true" name="Cancel" scale_image="true" width="100" /> | 49 | left="176" mouse_opaque="true" name="Cancel" scale_image="true" width="100" /> |
54 | <button bottom="-282" enabled="true" follows="right|bottom" font="SansSerif" | 50 | <button bottom="-322" enabled="true" follows="right|bottom" font="SansSerif" |
55 | halign="center" height="20" label="Select" label_selected="Select" | 51 | halign="center" height="20" label="Select" label_selected="Select" |
56 | left="290" mouse_opaque="true" name="Select" scale_image="true" width="100" /> | 52 | left="280" mouse_opaque="true" name="Select" scale_image="true" width="100" /> |
57 | <string name="pick title"> | 53 | <string name="pick title"> |
58 | Pick: | 54 | Pick: |
59 | </string> | 55 | </string> |
56 | |||
57 | <tab_container border="false" bottom_delta="0" width="410" height="300" left="175" mouse_opaque="false" name="actions_tab_container" tab_position="top" follows="left|top|right|bottom"> | ||
58 | <panel border="false" bottom_delta="0" follows="right|top" height="300" label="Inventory" left="0" mouse_opaque="false" name="server_tab" width="410"> | ||
59 | <search_editor bottom_delta="-20" enabled="true" follows="left|top|right" height="16" | ||
60 | label="Type here to search" left="0" mouse_opaque="true" | ||
61 | name="inventory search editor" width="271" /> | ||
62 | <inventory_panel allow_multi_select="false" border="true" bottom="-270" enabled="true" | ||
63 | follows="left|top|right|bottom" height="245" left="0" mouse_opaque="true" | ||
64 | name="inventory panel" sort_order="TexturePickerSortOrder" width="271" /> | ||
65 | </panel> | ||
66 | <panel border="false" bottom_delta="0" follows="left|top" height="300" label="Computer" left="175" mouse_opaque="false" name="local_tab" width="410"> | ||
67 | <!-- tag: vaa emerald local_asset_browser [begin] --> | ||
68 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
69 | bottom_delta="-20" drop_shadow_visible="true" enabled="true" follows="left|top" | ||
70 | font="SansSerifSmall" h_pad="0" halign="left" height="14" left="4" | ||
71 | mouse_opaque="true" name="select_local" v_pad="0" width="400"> | ||
72 | Select texture on your computer to preview inworld | ||
73 | </text> | ||
74 | <button bottom_delta="-22" enabled="true" follows="left|top" | ||
75 | font="SansSerifSmall" halign="center" height="20" | ||
76 | label="Add" left="4" mouse_opaque="true" | ||
77 | name="Add" scale_image="true" width="70" visible="true" /> | ||
78 | <button bottom_delta="0" enabled="true" follows="left|top" | ||
79 | font="SansSerifSmall" halign="center" height="20" | ||
80 | label="Remove" left_delta="73" mouse_opaque="true" | ||
81 | name="Remove" scale_image="true" width="70" visible="true" /> | ||
82 | <button bottom_delta="0" enabled="true" follows="left|top" | ||
83 | font="SansSerifSmall" halign="center" height="20" | ||
84 | label="Properties..." left_delta="103" mouse_opaque="true" | ||
85 | name="Browser" scale_image="true" width="90" visible="true" /> | ||
86 | <scroll_list | ||
87 | name="local_name_list" | ||
88 | left="0" | ||
89 | bottom="-270" | ||
90 | width="271" | ||
91 | height="225" | ||
92 | follows="left|top|right|bottom" | ||
93 | column_padding="0" | ||
94 | can_resize="false" | ||
95 | draw_heading="true" | ||
96 | multi_select="true" | ||
97 | search_column="1" | ||
98 | visible="true" | ||
99 | > | ||
100 | <column name="unit_name" label="Name" dynamicwidth="true" /> | ||
101 | <column name="unit_id_HIDDEN" label="ID" width="0" /> | ||
102 | </scroll_list> | ||
103 | <!-- tag: vaa emerald local_asset_browser [end] --> | ||
104 | </panel> | ||
105 | </tab_container> | ||
60 | </floater> | 106 | </floater> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_tools.xml b/linden/indra/newview/skins/default/xui/en-us/floater_tools.xml index 7673607..3f476cf 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_tools.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_tools.xml | |||
@@ -1,6 +1,6 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <floater bottom="-374" can_close="true" can_drag_on_left="false" can_minimize="true" | 2 | <floater bottom="-374" can_close="true" can_drag_on_left="false" can_minimize="true" |
3 | can_resize="false" follows="left|top" height="565" | 3 | can_resize="false" follows="left|top" height="575" |
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 | short_title="Build" width="272"> | 6 | short_title="Build" width="272"> |
@@ -79,6 +79,10 @@ | |||
79 | <check_box bottom_delta="-15" follows="left|top" font="SansSerifSmall" height="16" | 79 | <check_box bottom_delta="-15" follows="left|top" font="SansSerifSmall" height="16" |
80 | initial_value="false" label="Select faces to texture" left="4" mouse_opaque="true" | 80 | initial_value="false" label="Select faces to texture" left="4" mouse_opaque="true" |
81 | name="radio select face" radio_style="true" width="114" /> | 81 | name="radio select face" radio_style="true" width="114" /> |
82 | <check_box bottom_delta="-15" follows="left|top" font="SansSerifSmall" height="16" | ||
83 | initial_value="false" label="Align (Shift to Pack)" left="4" mouse_opaque="true" | ||
84 | name="radio align" radio_style="true" width="114" | ||
85 | tool_tip="Align aligns all selected prims' edges along an axis, Pack moves all selected prims' edges so they're touching" /> | ||
82 | <check_box bottom_delta="-19" control_name="EditLinkedParts" follows="left|top" | 86 | <check_box bottom_delta="-19" control_name="EditLinkedParts" follows="left|top" |
83 | font="SansSerifSmall" height="16" initial_value="false" | 87 | font="SansSerifSmall" height="16" initial_value="false" |
84 | label="Edit linked parts" left="4" mouse_opaque="true" | 88 | label="Edit linked parts" left="4" mouse_opaque="true" |
@@ -321,10 +325,16 @@ | |||
321 | mouse_opaque="true" name="prim_count" v_pad="0" width="143"> | 325 | mouse_opaque="true" name="prim_count" v_pad="0" width="143"> |
322 | Primitives: [COUNT] | 326 | Primitives: [COUNT] |
323 | </text> | 327 | </text> |
328 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
329 | bottom="-168" left="118" drop_shadow_visible="true" follows="left|top" | ||
330 | font="SansSerifSmall" h_pad="0" halign="right" height="16" | ||
331 | mouse_opaque="true" name="link_num" v_pad="0" width="143"> | ||
332 | Link number: [NUMBER] | ||
333 | </text> | ||
324 | 334 | ||
325 | <!-- Sub-tabs --> | 335 | <!-- Sub-tabs --> |
326 | 336 | ||
327 | <tab_container bottom="-565" follows="left|top" height="384" left="0" mouse_opaque="false" | 337 | <tab_container bottom="-575" follows="left|top" height="384" left="0" mouse_opaque="false" |
328 | name="Object Info Tabs" tab_max_width="52" tab_min_width="40" | 338 | name="Object Info Tabs" tab_max_width="52" tab_min_width="40" |
329 | tab_position="top" width="272"> | 339 | tab_position="top" width="272"> |
330 | <panel border="true" bottom="-383" follows="left|top|right|bottom" height="367" | 340 | <panel border="true" bottom="-383" follows="left|top|right|bottom" height="367" |
@@ -348,7 +358,8 @@ | |||
348 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-46" | 358 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-46" |
349 | follows="left|top|right" font="SansSerifSmall" height="16" left="88" | 359 | follows="left|top|right" font="SansSerifSmall" height="16" left="88" |
350 | max_length="127" mouse_opaque="true" name="Object Description" | 360 | max_length="127" mouse_opaque="true" name="Object Description" |
351 | select_all_on_focus_received="true" width="172" /> | 361 | select_all_on_focus_received="true" width="172" spell_check="true" /> |
362 | |||
352 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 363 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
353 | bottom="-66" drop_shadow_visible="true" follows="left|top" | 364 | bottom="-66" drop_shadow_visible="true" follows="left|top" |
354 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="10" | 365 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="10" |
@@ -358,29 +369,25 @@ | |||
358 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 369 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
359 | bottom="-66" drop_shadow_visible="true" follows="left|top" | 370 | bottom="-66" drop_shadow_visible="true" follows="left|top" |
360 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="78" | 371 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="78" |
361 | mouse_opaque="true" name="Creator Name" v_pad="0" width="88"> | 372 | mouse_opaque="true" name="Creator Name" v_pad="0" width="145" |
362 | Thrax Linden | 373 | hover="true" hover_color="50 115 185" font-style="UNDERLINE"> |
363 | </text> | 374 | Imprudent Linden |
364 | <button bottom="-66" follows="top|right" font="SansSerifSmall" halign="center" | 375 | </text> |
365 | height="20" label="Profile..." label_selected="Profile..." left_delta="94" | 376 | |
366 | mouse_opaque="true" name="button creator profile" scale_image="TRUE" | 377 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
367 | width="78" /> | ||
368 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
369 | bottom="-86" drop_shadow_visible="true" follows="left|top" | 378 | bottom="-86" drop_shadow_visible="true" follows="left|top" |
370 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="10" | 379 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="10" |
371 | mouse_opaque="true" name="Owner:" v_pad="0" width="78"> | 380 | mouse_opaque="true" name="Owner:" v_pad="0" width="78"> |
372 | Owner: | 381 | Owner: |
373 | </text> | 382 | </text> |
374 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 383 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
375 | bottom="-86" drop_shadow_visible="true" follows="left|top" | 384 | bottom="-86" drop_shadow_visible="true" follows="left|top" |
376 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="78" | 385 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="78" |
377 | mouse_opaque="true" name="Owner Name" v_pad="0" width="88"> | 386 | mouse_opaque="true" name="Owner Name" v_pad="0" width="174" |
378 | Thrax Linden | 387 | hover="true" hover_color="50 115 185" font-style="UNDERLINE"> |
379 | </text> | 388 | Imprudent Linden |
380 | <button bottom="-86" follows="top|right" font="SansSerifSmall" halign="center" | 389 | </text> |
381 | height="20" label="Profile..." label_selected="Profile..." left_delta="94" | 390 | |
382 | mouse_opaque="true" name="button owner profile" scale_image="TRUE" | ||
383 | width="78" /> | ||
384 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 391 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
385 | bottom_delta="-20" drop_shadow_visible="true" follows="left|top" | 392 | bottom_delta="-20" drop_shadow_visible="true" follows="left|top" |
386 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="10" | 393 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="10" |
@@ -390,24 +397,22 @@ | |||
390 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 397 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
391 | bottom_delta="0" drop_shadow_visible="true" follows="left|top" | 398 | bottom_delta="0" drop_shadow_visible="true" follows="left|top" |
392 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="78" | 399 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="78" |
393 | mouse_opaque="true" name="Last Owner Name" v_pad="0" width="88"> | 400 | mouse_opaque="true" name="Last Owner Name" v_pad="0" width="174" |
394 | Thrax Linden | 401 | hover="true" hover_color="50 115 185" font-style="UNDERLINE"> |
402 | Imprudent Linden | ||
395 | </text> | 403 | </text> |
396 | <button bottom_delta="0" follows="top|right" font="SansSerifSmall" halign="center" | 404 | |
397 | height="20" label="Profile..." label_selected="Profile..." left_delta="94" | 405 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
398 | mouse_opaque="true" name="button last owner profile" scale_image="TRUE" | ||
399 | width="78" /> | ||
400 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
401 | bottom="-126" drop_shadow_visible="true" follows="left|top" | 406 | bottom="-126" drop_shadow_visible="true" follows="left|top" |
402 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="10" | 407 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="10" |
403 | mouse_opaque="true" name="Group:" v_pad="0" width="78"> | 408 | mouse_opaque="true" name="Group:" v_pad="0" width="78"> |
404 | Group: | 409 | Group: |
405 | </text> | 410 | </text> |
406 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 411 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
407 | bottom="-126" drop_shadow_visible="true" follows="left|top" | 412 | bottom="-126" drop_shadow_visible="true" follows="left|top" |
408 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="78" | 413 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="78" |
409 | mouse_opaque="true" name="Group Name Proxy" v_pad="0" visible="false" | 414 | mouse_opaque="true" name="Group Name Proxy" v_pad="0" visible="false" |
410 | width="88"> | 415 | width="88" hover="true" hover_color="50 115 185" font-style="UNDERLINE"> |
411 | The Lindens | 416 | The Lindens |
412 | </text> | 417 | </text> |
413 | <button bottom="-126" follows="top|right" font="SansSerifSmall" halign="center" | 418 | <button bottom="-126" follows="top|right" font="SansSerifSmall" halign="center" |
@@ -441,42 +446,52 @@ | |||
441 | mouse_opaque="true" name="button deed" scale_image="TRUE" | 446 | mouse_opaque="true" name="button deed" scale_image="TRUE" |
442 | tool_tip="Group shared objects can be deeded by a group officer." | 447 | tool_tip="Group shared objects can be deeded by a group officer." |
443 | width="78" /> | 448 | width="78" /> |
444 | <check_box bottom="-206" follows="left|top" font="SansSerifSmall" height="16" | 449 | <check_box bottom_delta="-20" follows="left|top" font="SansSerifSmall" height="16" |
445 | initial_value="false" label="Allow anyone to move" left="10" | ||
446 | mouse_opaque="true" name="checkbox allow everyone move" width="142" /> | ||
447 | <check_box bottom_delta="-20" follows="left|top" font="SansSerifSmall" height="16" | ||
448 | initial_value="false" label="Allow anyone to copy" left="10" | ||
449 | mouse_opaque="true" name="checkbox allow everyone copy" width="141" /> | ||
450 | <check_box bottom_delta="-20" follows="left|top" font="SansSerifSmall" height="16" | ||
451 | initial_value="false" label="Show in search" left="10" name="search_check" | 450 | initial_value="false" label="Show in search" left="10" name="search_check" |
452 | tool_tip="Let people see this object in search results" width="78" /> | 451 | tool_tip="Let people see this object in search results" width="78" /> |
453 | <check_box bottom_delta="-20" follows="left|top" font="SansSerifSmall" height="16" | 452 | <check_box bottom_delta="-20" follows="left|top" font="SansSerifSmall" height="16" |
454 | initial_value="false" label="For sale:" left="10" mouse_opaque="true" | 453 | initial_value="false" label="For sale:" left="10" mouse_opaque="true" |
455 | name="checkbox for sale" width="78" /> | 454 | name="checkbox for sale" width="78" /> |
456 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 455 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
457 | bottom_delta="0" drop_shadow_visible="true" follows="left|top" | 456 | bottom_delta="0" drop_shadow_visible="true" follows="left|top" |
458 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="90" | 457 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="90" |
459 | mouse_opaque="true" name="Cost" v_pad="0" width="78"> | 458 | mouse_opaque="true" name="Cost" v_pad="0" width="78"> |
460 | Price: [CURRENCY] | 459 | Price: [CURRENCY] |
461 | </text> | 460 | </text> |
462 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0" | 461 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0" |
463 | follows="left|top|right" font="SansSerifSmall" height="16" left_delta="80" | 462 | follows="left|top|right" font="SansSerifSmall" height="16" left_delta="80" |
464 | max_length="25" mouse_opaque="true" name="Edit Cost" width="75" /> | 463 | max_length="25" mouse_opaque="true" name="Edit Cost" width="75" /> |
465 | <radio_group bottom="-286" draw_border="false" follows="left|top|right" height="16" | 464 | <radio_group bottom_delta="-20" draw_border="false" follows="left|top|right" height="16" |
466 | left="42" mouse_opaque="true" name="sale type" width="218"> | 465 | left="42" mouse_opaque="true" name="sale type" width="218"> |
467 | <radio_item bottom="-16" follows="left|top" height="16" left="0" mouse_opaque="true" | 466 | <radio_item bottom="-16" follows="left|top" height="16" left="0" mouse_opaque="true" |
468 | name="Original" width="70"> | 467 | name="Original" width="70"> |
469 | Original | 468 | Original |
470 | </radio_item> | 469 | </radio_item> |
471 | <radio_item bottom="-16" follows="left|top" height="16" left="70" mouse_opaque="true" | 470 | <radio_item bottom="-16" follows="left|top" height="16" left="70" mouse_opaque="true" |
472 | name="Copy" width="70"> | 471 | name="Copy" width="70"> |
473 | Copy | 472 | Copy |
474 | </radio_item> | 473 | </radio_item> |
475 | <radio_item bottom="-16" follows="left|top" height="16" left="140" mouse_opaque="true" | 474 | <radio_item bottom="-16" follows="left|top" height="16" left="140" mouse_opaque="true" |
476 | name="Contents" width="76"> | 475 | name="Contents" width="76"> |
477 | Contents | 476 | Contents |
478 | </radio_item> | 477 | </radio_item> |
479 | </radio_group> | 478 | </radio_group> |
479 | <button bottom="-358" follows="top|right" font="SansSerifSmall" halign="center" | ||
480 | height="20" label="Copy Key" label_selected="Copy Key" right="-10" | ||
481 | mouse_opaque="true" name="button copy key" width="78" | ||
482 | tool_tip="Copies an object's key(s) to the clipboard" /> | ||
483 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
484 | bottom="-262" drop_shadow_visible="true" follows="left|top|right" | ||
485 | font="SansSerifSmall" h_pad="0" halign="left" height="10" left="10" | ||
486 | mouse_opaque="true" name="Anyone can:" v_pad="0" width="250"> | ||
487 | Anyone Can: | ||
488 | </text> | ||
489 | <check_box bottom_delta="-22" follows="left|top" font="SansSerifSmall" height="16" | ||
490 | initial_value="false" label="Move" left="10" | ||
491 | mouse_opaque="true" name="checkbox allow everyone move" width="142" /> | ||
492 | <check_box bottom_delta="0" follows="left|top" font="SansSerifSmall" height="16" | ||
493 | initial_value="false" label="Copy" left_delta="60" | ||
494 | mouse_opaque="true" name="checkbox allow everyone copy" width="141" /> | ||
480 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 495 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
481 | bottom="-298" drop_shadow_visible="true" follows="left|top|right" | 496 | bottom="-298" drop_shadow_visible="true" follows="left|top|right" |
482 | font="SansSerifSmall" h_pad="0" halign="left" height="10" left="10" | 497 | font="SansSerifSmall" h_pad="0" halign="left" height="10" left="10" |
@@ -644,6 +659,16 @@ | |||
644 | increment="0.01" initial_val="0" label="Z" label_width="10" left="10" | 659 | increment="0.01" initial_val="0" label="Z" label_width="10" left="10" |
645 | max_val="4096" min_val="0" mouse_opaque="true" name="Pos Z" | 660 | max_val="4096" min_val="0" mouse_opaque="true" name="Pos Z" |
646 | text_enabled_color="0, 67, 132, 255" width="96" /> | 661 | text_enabled_color="0, 67, 132, 255" width="96" /> |
662 | <button bottom_delta="36" follows="top|right" font="SansSerifSmall" halign="center" | ||
663 | height="18" label="C" left_delta="90" mouse_opaque="true" name="copypos" enabled="true" | ||
664 | tool_tip="Copy Position" width="20" /> | ||
665 | <button bottom_delta="-18" follows="top|right" font="SansSerifSmall" halign="center" | ||
666 | height="18" label="P" left_delta="0" mouse_opaque="true" name="pastepos" enabled="true" | ||
667 | tool_tip="Paste Position" width="20" /> | ||
668 | <button bottom_delta="-18" follows="top|right" font="SansSerifSmall" halign="center" | ||
669 | height="18" label="p" left_delta="0" mouse_opaque="true" name="pasteposclip" enabled="true" | ||
670 | tool_tip="Paste Position from Clipboard" width="20" /> | ||
671 | |||
647 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 672 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
648 | bottom_delta="-16" drop_shadow_visible="true" follows="left|top" | 673 | bottom_delta="-16" drop_shadow_visible="true" follows="left|top" |
649 | font="SansSerifSmall" h_pad="0" halign="left" height="10" left="10" | 674 | font="SansSerifSmall" h_pad="0" halign="left" height="10" left="10" |
@@ -662,6 +687,16 @@ | |||
662 | increment="0.01" initial_val="0" label="Z" label_width="10" left="10" | 687 | increment="0.01" initial_val="0" label="Z" label_width="10" left="10" |
663 | mouse_opaque="true" name="Scale Z" | 688 | mouse_opaque="true" name="Scale Z" |
664 | text_enabled_color="1, 1, 1, 1" width="96" /> | 689 | text_enabled_color="1, 1, 1, 1" width="96" /> |
690 | <button bottom_delta="36" follows="top|right" font="SansSerifSmall" halign="center" | ||
691 | height="18" label="C" left_delta="90" mouse_opaque="true" name="copysize" enabled="true" | ||
692 | tool_tip="Copy Size" width="20" /> | ||
693 | <button bottom_delta="-18" follows="top|right" font="SansSerifSmall" halign="center" | ||
694 | height="18" label="P" left_delta="0" mouse_opaque="true" name="pastesize" enabled="true" | ||
695 | tool_tip="Paste Size" width="20" /> | ||
696 | <button bottom_delta="-18" follows="top|right" font="SansSerifSmall" halign="center" | ||
697 | height="18" label="p" left_delta="0" mouse_opaque="true" name="pastesizeclip" enabled="true" | ||
698 | tool_tip="Paste Size from Clipboard" width="20" /> | ||
699 | |||
665 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 700 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
666 | bottom_delta="-16" drop_shadow_visible="true" follows="left|top" | 701 | bottom_delta="-16" drop_shadow_visible="true" follows="left|top" |
667 | font="SansSerifSmall" h_pad="0" halign="left" height="10" left="10" | 702 | font="SansSerifSmall" h_pad="0" halign="left" height="10" left="10" |
@@ -680,6 +715,16 @@ | |||
680 | increment="1" initial_val="0" label="Z" label_width="10" left="10" | 715 | increment="1" initial_val="0" label="Z" label_width="10" left="10" |
681 | max_val="9999" min_val="-9999" mouse_opaque="true" name="Rot Z" | 716 | max_val="9999" min_val="-9999" mouse_opaque="true" name="Rot Z" |
682 | text_enabled_color="1, 1, 1, 1" width="96" /> | 717 | text_enabled_color="1, 1, 1, 1" width="96" /> |
718 | <button bottom_delta="36" follows="top|right" font="SansSerifSmall" halign="center" | ||
719 | height="18" label="C" left_delta="90" mouse_opaque="true" name="copyrot" enabled="true" | ||
720 | tool_tip="Copy Rotation" width="20" /> | ||
721 | <button bottom_delta="-18" follows="top|right" font="SansSerifSmall" halign="center" | ||
722 | height="18" label="P" left_delta="0" mouse_opaque="true" name="pasterot" enabled="true" | ||
723 | tool_tip="Paste Rotation" width="20" /> | ||
724 | <button bottom_delta="-18" follows="top|right" font="SansSerifSmall" halign="center" | ||
725 | height="18" label="p" left_delta="0" mouse_opaque="true" name="pasterotclip" enabled="true" | ||
726 | tool_tip="Paste Rotation from Clipboard" width="20" /> | ||
727 | |||
683 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 728 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
684 | bottom_delta="-16" drop_shadow_visible="true" follows="left|top" | 729 | bottom_delta="-16" drop_shadow_visible="true" follows="left|top" |
685 | font="SansSerifSmall" h_pad="0" halign="left" height="10" left="10" | 730 | font="SansSerifSmall" h_pad="0" halign="left" height="10" left="10" |
@@ -863,12 +908,12 @@ | |||
863 | Slice Begin and End: | 908 | Slice Begin and End: |
864 | </text> | 909 | </text> |
865 | <spinner bottom_delta="-19" decimal_digits="3" follows="left|top" height="16" | 910 | <spinner bottom_delta="-19" decimal_digits="3" follows="left|top" height="16" |
866 | increment="0.025" initial_val="0" label="B" label_width="10" left="121" | 911 | increment="0.02" initial_val="0" label="B" label_width="10" left="121" |
867 | max_val="0.95" min_val="0" mouse_opaque="true" name="Path Limit Begin" | 912 | max_val="0.98" min_val="0" mouse_opaque="true" name="Path Limit Begin" |
868 | width="68" /> | 913 | width="68" /> |
869 | <spinner bottom_delta="0" decimal_digits="3" follows="left|top" height="16" | 914 | <spinner bottom_delta="0" decimal_digits="3" follows="left|top" height="16" |
870 | increment="0.025" initial_val="1" label="E" label_width="10" left_delta="73" | 915 | increment="0.02" initial_val="1" label="E" label_width="10" left_delta="73" |
871 | max_val="1" min_val="0.05" mouse_opaque="true" name="Path Limit End" | 916 | max_val="1" min_val="0.02" mouse_opaque="true" name="Path Limit End" |
872 | width="68" /> | 917 | width="68" /> |
873 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 918 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
874 | bottom_delta="-14" drop_shadow_visible="true" follows="left|top" | 919 | bottom_delta="-14" drop_shadow_visible="true" follows="left|top" |
@@ -1050,7 +1095,7 @@ | |||
1050 | Glow: | 1095 | Glow: |
1051 | </text> | 1096 | </text> |
1052 | <spinner bottom_delta="-20" decimal_digits="2" follows="left|top" height="16" | 1097 | <spinner bottom_delta="-20" decimal_digits="2" follows="left|top" height="16" |
1053 | increment="0.1" initial_val="0" left="180" max_val="1" | 1098 | increment="0.05" initial_val="0" left="180" max_val="1" |
1054 | min_val="0" mouse_opaque="true" name="glow" width="58" /> | 1099 | min_val="0" mouse_opaque="true" name="glow" width="58" /> |
1055 | <check_box bottom_delta="-23" follows="left|top" font="SansSerifSmall" height="16" | 1100 | <check_box bottom_delta="-23" follows="left|top" font="SansSerifSmall" height="16" |
1056 | initial_value="false" label="Full bright" left="180" mouse_opaque="true" | 1101 | initial_value="false" label="Full bright" left="180" mouse_opaque="true" |
@@ -1167,13 +1212,13 @@ | |||
1167 | mouse_opaque="true" name="tex scale" v_pad="0" width="160"> | 1212 | mouse_opaque="true" name="tex scale" v_pad="0" width="160"> |
1168 | Repeats Per Face: | 1213 | Repeats Per Face: |
1169 | </text> | 1214 | </text> |
1170 | <spinner bottom="-178" decimal_digits="3" follows="left|top" height="16" increment="0.1" | 1215 | <spinner bottom="-178" decimal_digits="3" follows="left|top" height="16" increment="0.05" |
1171 | initial_val="0" label="Horizontal (U):" label_width="90" left="20" | 1216 | initial_val="0" label="Horizontal (U):" label_width="90" left="20" |
1172 | max_val="10000" min_val="0" mouse_opaque="true" name="TexScaleU" width="160" /> | 1217 | max_val="10000" min_val="0" mouse_opaque="true" name="TexScaleU" width="160" /> |
1173 | <check_box bottom="-179" follows="left|top" font="SansSerifSmall" height="16" | 1218 | <check_box bottom="-179" follows="left|top" font="SansSerifSmall" height="16" |
1174 | initial_value="false" label="Flip" left_delta="170" mouse_opaque="true" | 1219 | initial_value="false" label="Flip" left_delta="170" mouse_opaque="true" |
1175 | name="checkbox flip s" width="70" /> | 1220 | name="checkbox flip s" width="70" /> |
1176 | <spinner bottom="-196" decimal_digits="3" follows="left|top" height="16" increment="0.1" | 1221 | <spinner bottom="-196" decimal_digits="3" follows="left|top" height="16" increment="0.05" |
1177 | initial_val="0" label="Vertical (V):" label_width="90" left="20" | 1222 | initial_val="0" label="Vertical (V):" label_width="90" left="20" |
1178 | max_val="10000" min_val="0" mouse_opaque="true" name="TexScaleV" width="160" /> | 1223 | max_val="10000" min_val="0" mouse_opaque="true" name="TexScaleV" width="160" /> |
1179 | <check_box bottom="-197" follows="left|top" font="SansSerifSmall" height="16" | 1224 | <check_box bottom="-197" follows="left|top" font="SansSerifSmall" height="16" |
@@ -1212,11 +1257,11 @@ | |||
1212 | mouse_opaque="true" name="tex offset" v_pad="0" width="160"> | 1257 | mouse_opaque="true" name="tex offset" v_pad="0" width="160"> |
1213 | Offset: | 1258 | Offset: |
1214 | </text> | 1259 | </text> |
1215 | <spinner bottom="-308" decimal_digits="3" follows="left|top" height="16" increment="0.1" | 1260 | <spinner bottom="-308" decimal_digits="3" follows="left|top" height="16" increment="0.05" |
1216 | initial_val="0" label="Horizontal (U):" label_width="90" left="20" | 1261 | initial_val="0" label="Horizontal (U):" label_width="90" left="20" |
1217 | max_val="1" min_val="-1" mouse_opaque="true" name="TexOffsetU" width="160" /> | 1262 | max_val="1" min_val="-1" mouse_opaque="true" name="TexOffsetU" width="160" /> |
1218 | <spinner bottom_delta="-18" decimal_digits="3" follows="left|top" height="16" | 1263 | <spinner bottom_delta="-18" decimal_digits="3" follows="left|top" height="16" |
1219 | increment="0.1" initial_val="0" label="Vertical (V):" label_width="90" | 1264 | increment="0.05" initial_val="0" label="Vertical (V):" label_width="90" |
1220 | left="20" max_val="1" min_val="-1" mouse_opaque="true" name="TexOffsetV" | 1265 | left="20" max_val="1" min_val="-1" mouse_opaque="true" name="TexOffsetV" |
1221 | width="160" /> | 1266 | width="160" /> |
1222 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 1267 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
@@ -1318,6 +1363,9 @@ | |||
1318 | <string name="status_move"> | 1363 | <string name="status_move"> |
1319 | Drag to Move, Shift-Drag to Copy | 1364 | Drag to Move, Shift-Drag to Copy |
1320 | </string> | 1365 | </string> |
1366 | <string name="status_align"> | ||
1367 | CTRL-A to align on an axis, CTRL-Shift-A to Pack | ||
1368 | </string> | ||
1321 | <string name="status_modifyland"> | 1369 | <string name="status_modifyland"> |
1322 | Click and Hold to Modify Land | 1370 | Click and Hold to Modify Land |
1323 | </string> | 1371 | </string> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_tos.xml b/linden/indra/newview/skins/default/xui/en-us/floater_tos.xml index 485cfcc..beea02f 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_tos.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_tos.xml | |||
@@ -15,15 +15,14 @@ | |||
15 | bottom="-50" drop_shadow_visible="true" follows="left|top" font="SansSerif" | 15 | bottom="-50" drop_shadow_visible="true" follows="left|top" font="SansSerif" |
16 | h_pad="0" halign="left" height="30" left="16" mouse_opaque="true" | 16 | h_pad="0" halign="left" height="30" left="16" mouse_opaque="true" |
17 | name="tos_heading" v_pad="0" width="552"> | 17 | name="tos_heading" v_pad="0" width="552"> |
18 | Please read the following Terms of Service carefully. To continue logging in to Second Life, | 18 | Please read the following Terms of Service carefully. To continue logging in you must accept the agreement. |
19 | you must accept the agreement. | ||
20 | </text> | 19 | </text> |
21 | <text_editor bottom="-376" embedded_items="false" follows="left|top" font="SansSerif" | 20 | <text_editor bottom="-376" embedded_items="false" follows="left|top" font="SansSerif" |
22 | height="283" left="16" max_length="65536" mouse_opaque="true" | 21 | height="283" left="16" max_length="65536" mouse_opaque="true" |
23 | name="tos_text" width="568" | 22 | name="tos_text" width="568" |
24 | word_wrap="true"> | 23 | word_wrap="true"> |
25 | TOS_TEXT | 24 | TOS_TEXT |
26 | </text_editor> | 25 | </text_editor> |
27 | <!-- Loading text says: "Loading Terms of Service..." URL encoded --> | 26 | <!-- Loading text says: "Loading Terms of Service..." URL encoded --> |
28 | <web_browser bottom="-406" embedded_items="false" follows="left|top" font="SansSerif" | 27 | <web_browser bottom="-406" embedded_items="false" follows="left|top" font="SansSerif" |
29 | height="340" left="16" max_length="65536" mouse_opaque="true" | 28 | height="340" left="16" max_length="65536" mouse_opaque="true" |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_water.xml b/linden/indra/newview/skins/default/xui/en-us/floater_water.xml index 7038c93..a05deb6 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_water.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_water.xml | |||
@@ -1,266 +1,276 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <floater bottom="-150" can_close="true" can_drag_on_left="false" can_minimize="true" | 2 | <floater bottom="-150" can_close="true" can_drag_on_left="false" can_minimize="true" |
3 | can_resize="false" height="240" left="50" min_height="200" | 3 | can_resize="false" height="240" left="50" min_height="200" |
4 | min_width="400" mouse_opaque="true" name="Water Floater" | 4 | min_width="400" mouse_opaque="true" name="Water Floater" |
5 | rect_control="FloaterAdvancedWaterRect" title="Advanced Water Editor" | 5 | rect_control="FloaterAdvancedWaterRect" title="Advanced Water Editor" |
6 | width="700"> | 6 | width="700"> |
7 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 7 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
8 | bottom="-50" drop_shadow_visible="true" follows="left|top|right" | 8 | bottom="-50" drop_shadow_visible="true" follows="left|top|right" |
9 | font="SansSerif" h_pad="0" halign="left" height="16" | 9 | font="SansSerif" h_pad="0" halign="left" height="16" |
10 | left="10" mouse_opaque="true" name="KeyFramePresetsText" v_pad="0" | 10 | left="10" mouse_opaque="true" name="KeyFramePresetsText" v_pad="0" |
11 | width="110"> | 11 | width="110"> |
12 | Water Presets: | 12 | Water Presets: |
13 | </text> | 13 | </text> |
14 | <combo_box allow_text_entry="false" bottom="-52" follows="left|top" height="18" | 14 | <combo_box allow_text_entry="false" bottom="-52" follows="left|top" height="18" |
15 | left_delta="120" max_chars="20" mouse_opaque="true" | 15 | left_delta="120" max_chars="20" mouse_opaque="true" |
16 | name="WaterPresetsCombo" width="150" /> | 16 | name="WaterPresetsCombo" width="150" /> |
17 | <button bottom="-53" enabled="true" font="SansSerif" halign="center" height="20" | 17 | <button bottom="-53" enabled="true" font="SansSerif" halign="center" height="20" |
18 | label="" label_selected="" left_delta="-25" image_overlay="arrow_left.tga" | 18 | label="" label_selected="" left_delta="-25" image_overlay="arrow_left.tga" |
19 | mouse_opaque="true" name="prev" scale_image="true" width="20" /> | 19 | mouse_opaque="true" name="prev" scale_image="true" width="20" /> |
20 | <button bottom="-53" enabled="true" font="SansSerif" halign="center" height="20" | 20 | <button bottom="-53" enabled="true" font="SansSerif" halign="center" height="20" |
21 | label="" label_selected="" left_delta="180" image_overlay="arrow_right.tga" | 21 | label="" label_selected="" left_delta="180" image_overlay="arrow_right.tga" |
22 | mouse_opaque="true" name="next" scale_image="true" width="20" /> | 22 | mouse_opaque="true" name="next" scale_image="true" width="20" /> |
23 | <button bottom="-53" enabled="true" font="SansSerif" halign="center" height="20" | 23 | <button bottom="-53" enabled="true" font="SansSerif" halign="center" height="20" |
24 | label="New" label_selected="New" left_delta="40" | 24 | label="New" right="-270" |
25 | mouse_opaque="true" name="WaterNewPreset" scale_image="true" width="70" /> | 25 | mouse_opaque="true" name="WaterNewPreset" scale_image="true" width="100" /> |
26 | <button bottom_delta="0" enabled="true" font="SansSerif" halign="center" height="20" | 26 | <flyout_button bottom_delta="0" follows="left|top" height="20" label="Save to Disk" |
27 | label="Save" label_selected="Save" left_delta="70" | 27 | right="-140" halign="center" list_position="above" enabled="true" |
28 | mouse_opaque="true" name="WaterSavePreset" scale_image="true" width="70" /> | 28 | mouse_opaque="true" width="125" name="WaterSavePreset"> |
29 | <button bottom_delta="0" enabled="true" font="SansSerif" halign="center" height="20" | 29 | <flyout_button_item value="save_inventory_item" name="save_inventory_item"> |
30 | label="Delete" label_selected="Delete" left_delta="70" | 30 | Save to Inventory |
31 | mouse_opaque="true" name="WaterDeletePreset" scale_image="true" width="70" /> | 31 | </flyout_button_item> |
32 | <tab_container bottom="-240" follows="left|top" height="180" left="0" | 32 | <flyout_button_item value="save_disk_item" name="save_disk_item"> |
33 | mouse_opaque="false" name="Water Tabs" tab_position="top" width="700"> | 33 | Save to Disk |
34 | <panel border="true" bottom="-240" follows="left|top|right|bottom" height="180" | 34 | </flyout_button_item> |
35 | label="Settings" left="1" mouse_opaque="false" | 35 | <flyout_button_item value="send_to_server_item" name="send_to_server_item"> |
36 | name="Settings" width="698"> | 36 | Send to Server |
37 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 37 | </flyout_button_item> |
38 | bottom="-20" drop_shadow_visible="true" follows="left|top|right" | 38 | </flyout_button> |
39 | font="SansSerif" h_pad="0" halign="left" height="16" | 39 | <button bottom_delta="0" enabled="true" font="SansSerif" halign="center" height="20" |
40 | left="10" mouse_opaque="true" name="BHText" v_pad="0" width="355"> | 40 | label="Delete File" label_selected="Delete File" right="-10" |
41 | Water Fog Color | 41 | mouse_opaque="true" name="WaterDeletePreset" scale_image="true" width="125" /> |
42 | </text> | 42 | <tab_container bottom="-240" follows="left|top" height="180" left="0" |
43 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" | 43 | mouse_opaque="false" name="Water Tabs" tab_position="top" width="700"> |
44 | left="160" name="WaterFogColorHelp" width="18" /> | 44 | <panel border="true" bottom="-240" follows="left|top|right|bottom" height="180" |
45 | <color_swatch border_color="0.45098, 0.517647, 0.607843, 1" bottom="-80" | 45 | label="Settings" left="1" mouse_opaque="false" |
46 | can_apply_immediately="true" color="0.5, 0.5, 0.5, 1" follows="left|top" | 46 | name="Settings" width="698"> |
47 | height="50" label="" left="40" mouse_opaque="true" | 47 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
48 | name="WaterFogColor" tool_tip="Click to open Color Picker" width="40" /> | 48 | bottom="-20" drop_shadow_visible="true" follows="left|top|right" |
49 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 49 | font="SansSerif" h_pad="0" halign="left" height="16" |
50 | bottom="-90" drop_shadow_visible="true" follows="left|top|right" | 50 | left="10" mouse_opaque="true" name="BHText" v_pad="0" width="355"> |
51 | font="SansSerif" h_pad="0" halign="left" height="16" | 51 | Water Fog Color |
52 | left="10" mouse_opaque="true" name="WaterFogDensText" v_pad="0" width="355"> | 52 | </text> |
53 | Fog Density Exponent | 53 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" |
54 | </text> | 54 | left="160" name="WaterFogColorHelp" width="18" /> |
55 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" | 55 | <color_swatch border_color="0.45098, 0.517647, 0.607843, 1" bottom="-80" |
56 | left="160" name="WaterFogDensityHelp" width="18" /> | 56 | can_apply_immediately="true" color="0.5, 0.5, 0.5, 1" follows="left|top" |
57 | <slider bottom_delta="-30" can_edit_text="false" control_name="WaterFogDensity" | 57 | height="50" label="" left="40" mouse_opaque="true" |
58 | decimal_digits="1" follows="left" height="10" increment=".1" | 58 | name="WaterFogColor" tool_tip="Click to open Color Picker" width="40" /> |
59 | initial_val="16" label="" left="24" max_val="10" min_val="0" | 59 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
60 | mouse_opaque="true" name="WaterFogDensity" show_text="true" value="1.0" | 60 | bottom="-90" drop_shadow_visible="true" follows="left|top|right" |
61 | width="200" /> | 61 | font="SansSerif" h_pad="0" halign="left" height="16" |
62 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 62 | left="10" mouse_opaque="true" name="WaterFogDensText" v_pad="0" width="355"> |
63 | bottom="-130" drop_shadow_visible="true" follows="left|top|right" | 63 | Fog Density Exponent |
64 | font="SansSerif" h_pad="0" halign="left" height="16" | 64 | </text> |
65 | left="10" mouse_opaque="true" name="WaterUnderWaterFogModText" v_pad="0" | 65 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" |
66 | width="355"> | 66 | left="160" name="WaterFogDensityHelp" width="18" /> |
67 | Underwater Fog Modifier | 67 | <slider bottom_delta="-30" can_edit_text="false" control_name="WaterFogDensity" |
68 | </text> | 68 | decimal_digits="1" follows="left" height="10" increment=".1" |
69 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" | 69 | initial_val="16" label="" left="24" max_val="10" min_val="0" |
70 | left="160" name="WaterUnderWaterFogModHelp" width="18" /> | 70 | mouse_opaque="true" name="WaterFogDensity" show_text="true" value="1.0" |
71 | <slider bottom_delta="-30" can_edit_text="false" control_name="" decimal_digits="2" | 71 | width="200" /> |
72 | follows="left" height="10" increment=".01" initial_val="16" label="" | 72 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
73 | left="24" max_val="2" min_val="0" mouse_opaque="true" | 73 | bottom="-130" drop_shadow_visible="true" follows="left|top|right" |
74 | name="WaterUnderWaterFogMod" show_text="true" value="0.25" width="200" /> | 74 | font="SansSerif" h_pad="0" halign="left" height="16" |
75 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 75 | left="10" mouse_opaque="true" name="WaterUnderWaterFogModText" v_pad="0" |
76 | bottom="-20" drop_shadow_visible="true" follows="left|top|right" | 76 | width="355"> |
77 | font="SansSerif" h_pad="0" halign="left" height="16" | 77 | Underwater Fog Modifier |
78 | left="245" mouse_opaque="true" name="BDensText" v_pad="0" width="355"> | 78 | </text> |
79 | Reflection Wavelet Scale | 79 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" |
80 | </text> | 80 | left="160" name="WaterUnderWaterFogModHelp" width="18" /> |
81 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" | 81 | <slider bottom_delta="-30" can_edit_text="false" control_name="" decimal_digits="2" |
82 | left="395" name="WaterNormalScaleHelp" width="18" /> | 82 | follows="left" height="10" increment=".01" initial_val="16" label="" |
83 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 83 | left="24" max_val="2" min_val="0" mouse_opaque="true" |
84 | bottom="-37" drop_shadow_visible="true" follows="left|top|right" | 84 | name="WaterUnderWaterFogMod" show_text="true" value="0.25" width="200" /> |
85 | font="SansSerifSmall" h_pad="0" halign="center" height="16" | 85 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
86 | left="245" mouse_opaque="true" name="BHText2" v_pad="0" width="10"> | 86 | bottom="-20" drop_shadow_visible="true" follows="left|top|right" |
87 | 1 | 87 | font="SansSerif" h_pad="0" halign="left" height="16" |
88 | </text> | 88 | left="245" mouse_opaque="true" name="BDensText" v_pad="0" width="355"> |
89 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 89 | Reflection Wavelet Scale |
90 | bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right" | 90 | </text> |
91 | font="SansSerifSmall" h_pad="0" halign="center" height="16" | 91 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" |
92 | left_delta="0" mouse_opaque="true" name="BHText3" v_pad="0" width="10"> | 92 | left="395" name="WaterNormalScaleHelp" width="18" /> |
93 | 2 | 93 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
94 | </text> | 94 | bottom="-37" drop_shadow_visible="true" follows="left|top|right" |
95 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 95 | font="SansSerifSmall" h_pad="0" halign="center" height="16" |
96 | bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right" | 96 | left="245" mouse_opaque="true" name="BHText2" v_pad="0" width="10"> |
97 | font="SansSerifSmall" h_pad="0" halign="center" height="16" | 97 | 1 |
98 | left_delta="0" mouse_opaque="true" name="BHText4" v_pad="0" width="10"> | 98 | </text> |
99 | 3 | 99 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
100 | </text> | 100 | bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right" |
101 | <slider bottom="-50" can_edit_text="false" control_name="WaterNormalScaleX" | 101 | font="SansSerifSmall" h_pad="0" halign="center" height="16" |
102 | decimal_digits="1" follows="left" height="10" increment="0.1" | 102 | left_delta="0" mouse_opaque="true" name="BHText3" v_pad="0" width="10"> |
103 | initial_val="0.7" label="" left="259" max_val="10" min_val="0" | 103 | 2 |
104 | mouse_opaque="true" name="WaterNormalScaleX" show_text="true" value="1.0" | 104 | </text> |
105 | width="200" /> | 105 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
106 | <slider bottom_delta="-11" can_edit_text="false" control_name="WaterNormalScaleY" | 106 | bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right" |
107 | decimal_digits="1" follows="left" height="10" increment="0.1" | 107 | font="SansSerifSmall" h_pad="0" halign="center" height="16" |
108 | initial_val="0.7" label="" left="259" max_val="10" min_val="0" | 108 | left_delta="0" mouse_opaque="true" name="BHText4" v_pad="0" width="10"> |
109 | mouse_opaque="true" name="WaterNormalScaleY" show_text="true" value="1.0" | 109 | 3 |
110 | width="200" /> | 110 | </text> |
111 | <slider bottom_delta="-11" can_edit_text="false" control_name="WaterNormalScaleZ" | 111 | <slider bottom="-50" can_edit_text="false" control_name="WaterNormalScaleX" |
112 | decimal_digits="1" follows="left" height="10" increment="0.1" | 112 | decimal_digits="1" follows="left" height="10" increment="0.1" |
113 | initial_val="0.7" label="" left="259" max_val="10" min_val="0" | 113 | initial_val="0.7" label="" left="259" max_val="10" min_val="0" |
114 | mouse_opaque="true" name="WaterNormalScaleZ" show_text="true" value="1.0" | 114 | mouse_opaque="true" name="WaterNormalScaleX" show_text="true" value="1.0" |
115 | width="200" /> | 115 | width="200" /> |
116 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 116 | <slider bottom_delta="-11" can_edit_text="false" control_name="WaterNormalScaleY" |
117 | bottom="-80" drop_shadow_visible="true" follows="left|top|right" | 117 | decimal_digits="1" follows="left" height="10" increment="0.1" |
118 | font="SansSerif" h_pad="0" halign="left" height="16" | 118 | initial_val="0.7" label="" left="259" max_val="10" min_val="0" |
119 | left="245" mouse_opaque="true" name="HDText" v_pad="0" width="355"> | 119 | mouse_opaque="true" name="WaterNormalScaleY" show_text="true" value="1.0" |
120 | Fresnel Scale | 120 | width="200" /> |
121 | </text> | 121 | <slider bottom_delta="-11" can_edit_text="false" control_name="WaterNormalScaleZ" |
122 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" | 122 | decimal_digits="1" follows="left" height="10" increment="0.1" |
123 | left="395" name="WaterFresnelScaleHelp" width="18" /> | 123 | initial_val="0.7" label="" left="259" max_val="10" min_val="0" |
124 | <slider bottom_delta="-30" can_edit_text="false" control_name="WaterFresnelScale" | 124 | mouse_opaque="true" name="WaterNormalScaleZ" show_text="true" value="1.0" |
125 | decimal_digits="2" follows="left" height="10" increment="0.01" | 125 | width="200" /> |
126 | initial_val="0.7" label="" left="259" max_val="1" min_val="0" | 126 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
127 | mouse_opaque="true" name="WaterFresnelScale" show_text="true" value="1.0" | 127 | bottom="-80" drop_shadow_visible="true" follows="left|top|right" |
128 | width="200" /> | 128 | font="SansSerif" h_pad="0" halign="left" height="16" |
129 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 129 | left="245" mouse_opaque="true" name="HDText" v_pad="0" width="355"> |
130 | bottom="-115" drop_shadow_visible="true" follows="left|top|right" | 130 | Fresnel Scale |
131 | font="SansSerif" h_pad="0" halign="left" height="16" | 131 | </text> |
132 | left="245" mouse_opaque="true" name="FresnelOffsetText" v_pad="0" | 132 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" |
133 | width="355"> | 133 | left="395" name="WaterFresnelScaleHelp" width="18" /> |
134 | Fresnel Offset | 134 | <slider bottom_delta="-30" can_edit_text="false" control_name="WaterFresnelScale" |
135 | </text> | 135 | decimal_digits="2" follows="left" height="10" increment="0.01" |
136 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" | 136 | initial_val="0.7" label="" left="259" max_val="1" min_val="0" |
137 | left="395" name="WaterFresnelOffsetHelp" width="18" /> | 137 | mouse_opaque="true" name="WaterFresnelScale" show_text="true" value="1.0" |
138 | <slider bottom_delta="-30" can_edit_text="false" control_name="WaterFresnelOffset" | 138 | width="200" /> |
139 | decimal_digits="2" follows="left" height="10" increment="0.01" | 139 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
140 | initial_val="0.7" label="" left="259" max_val="1" min_val="0" | 140 | bottom="-115" drop_shadow_visible="true" follows="left|top|right" |
141 | mouse_opaque="true" name="WaterFresnelOffset" show_text="true" value="1.0" | 141 | font="SansSerif" h_pad="0" halign="left" height="16" |
142 | width="200" /> | 142 | left="245" mouse_opaque="true" name="FresnelOffsetText" v_pad="0" |
143 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 143 | width="355"> |
144 | bottom="-20" drop_shadow_visible="true" follows="left|top|right" | 144 | Fresnel Offset |
145 | font="SansSerif" h_pad="0" halign="left" height="16" | 145 | </text> |
146 | left="480" mouse_opaque="true" name="DensMultText" v_pad="0" width="355"> | 146 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" |
147 | Refract Scale Above | 147 | left="395" name="WaterFresnelOffsetHelp" width="18" /> |
148 | </text> | 148 | <slider bottom_delta="-30" can_edit_text="false" control_name="WaterFresnelOffset" |
149 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" | 149 | decimal_digits="2" follows="left" height="10" increment="0.01" |
150 | left="630" name="WaterScaleAboveHelp" width="18" /> | 150 | initial_val="0.7" label="" left="259" max_val="1" min_val="0" |
151 | <slider bottom_delta="-30" can_edit_text="false" control_name="WaterScaleAbove" | 151 | mouse_opaque="true" name="WaterFresnelOffset" show_text="true" value="1.0" |
152 | decimal_digits="2" follows="left" height="10" increment="0.01" | 152 | width="200" /> |
153 | initial_val="0.1" label="" left="494" max_val="1" min_val="0" | 153 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
154 | mouse_opaque="true" name="WaterScaleAbove" show_text="true" value="1.0" | 154 | bottom="-20" drop_shadow_visible="true" follows="left|top|right" |
155 | width="200" /> | 155 | font="SansSerif" h_pad="0" halign="left" height="16" |
156 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 156 | left="480" mouse_opaque="true" name="DensMultText" v_pad="0" width="355"> |
157 | bottom="-53" drop_shadow_visible="true" follows="left|top|right" | 157 | Refract Scale Above |
158 | font="SansSerif" h_pad="0" halign="left" height="16" | 158 | </text> |
159 | left="480" mouse_opaque="true" name="WaterScaleBelowText" v_pad="0" | 159 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" |
160 | width="355"> | 160 | left="630" name="WaterScaleAboveHelp" width="18" /> |
161 | Refract Scale Below | 161 | <slider bottom_delta="-30" can_edit_text="false" control_name="WaterScaleAbove" |
162 | </text> | 162 | decimal_digits="2" follows="left" height="10" increment="0.01" |
163 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" | 163 | initial_val="0.1" label="" left="494" max_val="1" min_val="0" |
164 | left="630" name="WaterScaleBelowHelp" width="18" /> | 164 | mouse_opaque="true" name="WaterScaleAbove" show_text="true" value="1.0" |
165 | <slider bottom_delta="-30" can_edit_text="false" control_name="WaterScaleBelow" | 165 | width="200" /> |
166 | decimal_digits="2" follows="left" height="10" increment="0.01" | 166 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
167 | initial_val="0" label="" left="494" max_val="1" min_val="0" | 167 | bottom="-53" drop_shadow_visible="true" follows="left|top|right" |
168 | mouse_opaque="true" name="WaterScaleBelow" show_text="true" value="0.0" | 168 | font="SansSerif" h_pad="0" halign="left" height="16" |
169 | width="200" /> | 169 | left="480" mouse_opaque="true" name="WaterScaleBelowText" v_pad="0" |
170 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 170 | width="355"> |
171 | bottom="-87" drop_shadow_visible="true" follows="left|top|right" | 171 | Refract Scale Below |
172 | font="SansSerif" h_pad="0" halign="left" height="16" | 172 | </text> |
173 | left="480" mouse_opaque="true" name="MaxAltText" v_pad="0" width="355"> | 173 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" |
174 | Blur Multiplier | 174 | left="630" name="WaterScaleBelowHelp" width="18" /> |
175 | </text> | 175 | <slider bottom_delta="-30" can_edit_text="false" control_name="WaterScaleBelow" |
176 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" | 176 | decimal_digits="2" follows="left" height="10" increment="0.01" |
177 | left="630" name="WaterBlurMultiplierHelp" width="18" /> | 177 | initial_val="0" label="" left="494" max_val="1" min_val="0" |
178 | <slider bottom_delta="-30" can_edit_text="false" control_name="WaterBlurMult" | 178 | mouse_opaque="true" name="WaterScaleBelow" show_text="true" value="0.0" |
179 | decimal_digits="3" follows="left" height="10" increment=".001" | 179 | width="200" /> |
180 | initial_val="0" label="" left="494" max_val=".16" min_val="0" | 180 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
181 | mouse_opaque="true" name="WaterBlurMult" show_text="true" value="0" | 181 | bottom="-87" drop_shadow_visible="true" follows="left|top|right" |
182 | width="200" /> | 182 | font="SansSerif" h_pad="0" halign="left" height="16" |
183 | </panel> | 183 | left="480" mouse_opaque="true" name="MaxAltText" v_pad="0" width="355"> |
184 | <panel border="true" bottom="-240" follows="left|top|right|bottom" height="180" | 184 | Blur Multiplier |
185 | label="Image" left="1" mouse_opaque="false" name="Waves" | 185 | </text> |
186 | width="698"> | 186 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" |
187 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 187 | left="630" name="WaterBlurMultiplierHelp" width="18" /> |
188 | bottom="-20" drop_shadow_visible="true" follows="left|top|right" | 188 | <slider bottom_delta="-30" can_edit_text="false" control_name="WaterBlurMult" |
189 | font="SansSerif" h_pad="0" halign="left" height="16" | 189 | decimal_digits="3" follows="left" height="10" increment=".001" |
190 | left="10" mouse_opaque="true" name="BHText" v_pad="0" width="355"> | 190 | initial_val="0" label="" left="494" max_val=".16" min_val="0" |
191 | Big Wave Direction | 191 | mouse_opaque="true" name="WaterBlurMult" show_text="true" value="0" |
192 | </text> | 192 | width="200" /> |
193 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" | 193 | </panel> |
194 | left="155" name="WaterWave1Help" width="18" /> | 194 | <panel border="true" bottom="-240" follows="left|top|right|bottom" height="180" |
195 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 195 | label="Image" left="1" mouse_opaque="false" name="Waves" |
196 | bottom="-37" drop_shadow_visible="true" follows="left|top|right" | 196 | width="698"> |
197 | font="SansSerifSmall" h_pad="0" halign="center" height="16" | 197 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
198 | left="10" mouse_opaque="true" name="WaterWave1DirXText" v_pad="0" | 198 | bottom="-20" drop_shadow_visible="true" follows="left|top|right" |
199 | width="10"> | 199 | font="SansSerif" h_pad="0" halign="left" height="16" |
200 | X | 200 | left="10" mouse_opaque="true" name="BHText" v_pad="0" width="355"> |
201 | </text> | 201 | Big Wave Direction |
202 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 202 | </text> |
203 | bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right" | 203 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" |
204 | font="SansSerifSmall" h_pad="0" halign="center" height="16" | 204 | left="155" name="WaterWave1Help" width="18" /> |
205 | left_delta="0" mouse_opaque="true" name="WaterWave1DirYText" v_pad="0" | 205 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
206 | width="10"> | 206 | bottom="-37" drop_shadow_visible="true" follows="left|top|right" |
207 | Y | 207 | font="SansSerifSmall" h_pad="0" halign="center" height="16" |
208 | </text> | 208 | left="10" mouse_opaque="true" name="WaterWave1DirXText" v_pad="0" |
209 | <slider bottom="-50" can_edit_text="false" control_name="WaterWave1DirX" | 209 | width="10"> |
210 | decimal_digits="2" follows="left" height="10" increment="0.01" | 210 | X |
211 | initial_val="0.7" label="" left="24" max_val="4" min_val="-4" | 211 | </text> |
212 | mouse_opaque="true" name="WaterWave1DirX" show_text="true" value="0.7" | 212 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
213 | width="200" /> | 213 | bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right" |
214 | <slider bottom_delta="-11" can_edit_text="false" control_name="WaterWave1DirY" | 214 | font="SansSerifSmall" h_pad="0" halign="center" height="16" |
215 | decimal_digits="2" follows="left" height="10" increment="0.01" | 215 | left_delta="0" mouse_opaque="true" name="WaterWave1DirYText" v_pad="0" |
216 | initial_val="0.7" label="" left="24" max_val="4" min_val="-4" | 216 | width="10"> |
217 | mouse_opaque="true" name="WaterWave1DirY" show_text="true" value="0.7" | 217 | Y |
218 | width="200" /> | 218 | </text> |
219 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 219 | <slider bottom="-50" can_edit_text="false" control_name="WaterWave1DirX" |
220 | bottom="-70" drop_shadow_visible="true" follows="left|top|right" | 220 | decimal_digits="2" follows="left" height="10" increment="0.01" |
221 | font="SansSerif" h_pad="0" halign="left" height="16" | 221 | initial_val="0.7" label="" left="24" max_val="4" min_val="-4" |
222 | left="10" mouse_opaque="true" name="BHText2" v_pad="0" width="355"> | 222 | mouse_opaque="true" name="WaterWave1DirX" show_text="true" value="0.7" |
223 | Little Wave Direction | 223 | width="200" /> |
224 | </text> | 224 | <slider bottom_delta="-11" can_edit_text="false" control_name="WaterWave1DirY" |
225 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" | 225 | decimal_digits="2" follows="left" height="10" increment="0.01" |
226 | left="155" name="WaterWave2Help" width="18" /> | 226 | initial_val="0.7" label="" left="24" max_val="4" min_val="-4" |
227 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 227 | mouse_opaque="true" name="WaterWave1DirY" show_text="true" value="0.7" |
228 | bottom="-87" drop_shadow_visible="true" follows="left|top|right" | 228 | width="200" /> |
229 | font="SansSerifSmall" h_pad="0" halign="center" height="16" | 229 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
230 | left="10" mouse_opaque="true" name="WaterWave2DirXText" v_pad="0" | 230 | bottom="-70" drop_shadow_visible="true" follows="left|top|right" |
231 | width="10"> | 231 | font="SansSerif" h_pad="0" halign="left" height="16" |
232 | X | 232 | left="10" mouse_opaque="true" name="BHText2" v_pad="0" width="355"> |
233 | </text> | 233 | Little Wave Direction |
234 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 234 | </text> |
235 | bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right" | 235 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" |
236 | font="SansSerifSmall" h_pad="0" halign="center" height="16" | 236 | left="155" name="WaterWave2Help" width="18" /> |
237 | left_delta="0" mouse_opaque="true" name="WaterWave2DirYText" v_pad="0" | 237 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
238 | width="10"> | 238 | bottom="-87" drop_shadow_visible="true" follows="left|top|right" |
239 | Y | 239 | font="SansSerifSmall" h_pad="0" halign="center" height="16" |
240 | </text> | 240 | left="10" mouse_opaque="true" name="WaterWave2DirXText" v_pad="0" |
241 | <slider bottom="-100" can_edit_text="false" control_name="WaterWave2DirX" | 241 | width="10"> |
242 | decimal_digits="2" follows="left" height="10" increment="0.01" | 242 | X |
243 | initial_val="0.7" label="" left="24" max_val="4" min_val="-4" | 243 | </text> |
244 | mouse_opaque="true" name="WaterWave2DirX" show_text="true" value="0.7" | 244 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
245 | width="200" /> | 245 | bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right" |
246 | <slider bottom_delta="-11" can_edit_text="false" control_name="WaterWave2DirY" | 246 | font="SansSerifSmall" h_pad="0" halign="center" height="16" |
247 | decimal_digits="2" follows="left" height="10" increment="0.01" | 247 | left_delta="0" mouse_opaque="true" name="WaterWave2DirYText" v_pad="0" |
248 | initial_val="0.7" label="" left="24" max_val="4" min_val="-4" | 248 | width="10"> |
249 | mouse_opaque="true" name="WaterWave2DirY" show_text="true" value="0.7" | 249 | Y |
250 | width="200" /> | 250 | </text> |
251 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 251 | <slider bottom="-100" can_edit_text="false" control_name="WaterWave2DirX" |
252 | bottom="-20" drop_shadow_visible="true" follows="left|top|right" | 252 | decimal_digits="2" follows="left" height="10" increment="0.01" |
253 | font="SansSerif" h_pad="0" halign="left" height="16" | 253 | initial_val="0.7" label="" left="24" max_val="4" min_val="-4" |
254 | left="240" mouse_opaque="true" name="BHText3" v_pad="0" width="355"> | 254 | mouse_opaque="true" name="WaterWave2DirX" show_text="true" value="0.7" |
255 | Normal Map | 255 | width="200" /> |
256 | </text> | 256 | <slider bottom_delta="-11" can_edit_text="false" control_name="WaterWave2DirY" |
257 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" | 257 | decimal_digits="2" follows="left" height="10" increment="0.01" |
258 | left="365" name="WaterNormalMapHelp" width="18" /> | 258 | initial_val="0.7" label="" left="24" max_val="4" min_val="-4" |
259 | <texture_picker bottom="-165" height="143" label="" left="250" name="WaterNormalMap" | 259 | mouse_opaque="true" name="WaterWave2DirY" show_text="true" value="0.7" |
260 | width="128" /> | 260 | width="200" /> |
261 | </panel> | 261 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
262 | </tab_container> | 262 | bottom="-20" drop_shadow_visible="true" follows="left|top|right" |
263 | <string name="WLDefaultWaterNames"> | 263 | font="SansSerif" h_pad="0" halign="left" height="16" |
264 | Default:Glassy:Pond:Murky:Second Plague:SNAKE!!!:Valdez | 264 | left="240" mouse_opaque="true" name="BHText3" v_pad="0" width="355"> |
265 | </string> | 265 | Normal Map |
266 | </floater> | 266 | </text> |
267 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" | ||
268 | left="365" name="WaterNormalMapHelp" width="18" /> | ||
269 | <texture_picker bottom="-165" height="143" label="" left="250" name="WaterNormalMap" | ||
270 | width="128" /> | ||
271 | </panel> | ||
272 | </tab_container> | ||
273 | <string name="WLDefaultWaterNames"> | ||
274 | Default:Glassy:Pond:Murky:Second Plague:SNAKE!!!:Valdez | ||
275 | </string> | ||
276 | </floater> | ||
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_windlight_manager.xml b/linden/indra/newview/skins/default/xui/en-us/floater_windlight_manager.xml new file mode 100644 index 0000000..9ef70c8 --- /dev/null +++ b/linden/indra/newview/skins/default/xui/en-us/floater_windlight_manager.xml | |||
@@ -0,0 +1,35 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <floater bottom="-150" can_close="true" can_drag_on_left="false" can_minimize="true" | ||
3 | can_resize="false" height="130" left="50" min_height="130" | ||
4 | min_width="300" mouse_opaque="true" name="WindLight send to server floater" | ||
5 | title="WindLight Manager" | ||
6 | width="300"> | ||
7 | <button bottom="-50" enabled="true" font="SansSerif" halign="center" height="20" | ||
8 | label="This Parcel" label_selected="This Parcel" left="10" | ||
9 | mouse_opaque="true" name="this_parcel" scale_image="true" width="90" /> | ||
10 | <button bottom="-50" enabled="true" font="SansSerif" halign="center" height="20" | ||
11 | label="All Parcels" label_selected="All Parcels" left_delta="95 " | ||
12 | mouse_opaque="true" name="all_parcels" scale_image="true" width="90" /> | ||
13 | <button bottom="-50" enabled="true" font="SansSerif" halign="center" height="20" | ||
14 | label="This Region" label_selected="This Region" left_delta="95 " | ||
15 | mouse_opaque="true" name="this_region" scale_image="true" width="90" /> | ||
16 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
17 | bottom="-75" drop_shadow_visible="true" follows="left|top|right" | ||
18 | font="SansSerif" h_pad="0" halign="left" height="16" | ||
19 | left="10" mouse_opaque="true" name="KeyFramePresetsText" v_pad="0" | ||
20 | width="110"> | ||
21 | Settings: | ||
22 | </text> | ||
23 | <combo_box allow_text_entry="false" bottom="-77" follows="left|top" height="18" | ||
24 | left_delta="70" max_chars="20" mouse_opaque="true" name="WLSettingsCombo" | ||
25 | width="200" /> | ||
26 | <button bottom="-125" enabled="true" font="SansSerif" halign="center" height="20" | ||
27 | label="Show" label_selected="Show" left="10" | ||
28 | mouse_opaque="true" name="show" scale_image="true" width="80" /> | ||
29 | <button bottom="-125" enabled="true" font="SansSerif" halign="center" height="20" | ||
30 | label="Set to Current" label_selected="Set to Current" left="95" | ||
31 | mouse_opaque="true" name="set_to_current" scale_image="true" width="100" /> | ||
32 | <button bottom="-125" enabled="true" font="SansSerif" halign="center" height="20" | ||
33 | label="Remove" label_selected="Remove" left="200" | ||
34 | mouse_opaque="true" name="remove" scale_image="true" width="80" /> | ||
35 | </floater> | ||
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_windlight_options.xml b/linden/indra/newview/skins/default/xui/en-us/floater_windlight_options.xml index 471b3e5..c5e2c2a 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_windlight_options.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_windlight_options.xml | |||
@@ -21,578 +21,612 @@ | |||
21 | label="" label_selected="" left_delta="180" image_overlay="arrow_right.tga" | 21 | label="" label_selected="" left_delta="180" image_overlay="arrow_right.tga" |
22 | mouse_opaque="true" name="next" scale_image="true" width="20" /> | 22 | mouse_opaque="true" name="next" scale_image="true" width="20" /> |
23 | <button bottom="-53" enabled="true" font="SansSerif" halign="center" height="20" | 23 | <button bottom="-53" enabled="true" font="SansSerif" halign="center" height="20" |
24 | label="New" label_selected="New" left_delta="40" | 24 | label="New" right="-270" |
25 | mouse_opaque="true" name="WLNewPreset" scale_image="true" width="70" /> | 25 | mouse_opaque="true" name="WLNewPreset" scale_image="true" width="100" /> |
26 | <button bottom_delta="0" enabled="true" font="SansSerif" halign="center" height="20" | 26 | <flyout_button bottom_delta="0" follows="left|top" height="20" width="125" |
27 | label="Save" label_selected="Save" left_delta="70" | 27 | label="Save to Disk" right="-140" list_position="above" enabled="true" |
28 | mouse_opaque="true" name="WLSavePreset" scale_image="true" width="70" /> | 28 | mouse_opaque="true" halign="center" name="WLSavePreset"> |
29 | <button bottom_delta="0" enabled="true" font="SansSerif" halign="center" height="20" | 29 | <flyout_button_item value="save_inventory_item" name="save_inventory_item"> |
30 | label="Delete" label_selected="Delete" left_delta="70" | 30 | Save to Inventory |
31 | mouse_opaque="true" name="WLDeletePreset" scale_image="true" width="70" /> | 31 | </flyout_button_item> |
32 | <button bottom_delta="0" enabled="true" font="SansSerif" halign="center" height="20" | 32 | <flyout_button_item value="save_disk_item" name="save_disk_item"> |
33 | label="Day Cycle Editor" label_selected="Day Cycle Editor" | 33 | Save to Disk |
34 | left_delta="100" mouse_opaque="true" name="WLDayCycleMenuButton" | 34 | </flyout_button_item> |
35 | scale_image="true" width="125" /> | 35 | <flyout_button_item value="send_to_server_item" name="send_to_server_item"> |
36 | <tab_container bottom="-220" follows="left|top" height="160" left="0" | 36 | Send to Server |
37 | </flyout_button_item> | ||
38 | </flyout_button> | ||
39 | <button bottom_delta="0" enabled="true" font="SansSerif" halign="center" height="20" | ||
40 | label="Delete File" label_selected="Delete File" right="-10" | ||
41 | mouse_opaque="true" name="WLDeletePreset" scale_image="true" width="125" /> | ||
42 | <tab_container bottom="-220" follows="left|top" height="160" left="0" | ||
37 | mouse_opaque="false" name="WindLight Tabs" tab_position="top" width="700"> | 43 | mouse_opaque="false" name="WindLight Tabs" tab_position="top" width="700"> |
38 | <panel border="true" bottom="-220" follows="left|top|right|bottom" height="160" | 44 | <panel border="true" bottom="-220" follows="left|top|right|bottom" height="160" |
39 | label="Atmosphere" left="1" mouse_opaque="false" | 45 | label="Atmosphere" left="1" mouse_opaque="false" |
40 | name="Atmosphere" width="698"> | 46 | name="Atmosphere" width="698"> |
41 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 47 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
42 | bottom="-20" drop_shadow_visible="true" follows="left|top|right" | 48 | bottom="-20" drop_shadow_visible="true" follows="left|top|right" |
43 | font="SansSerif" h_pad="0" halign="left" height="16" | 49 | font="SansSerif" h_pad="0" halign="left" height="16" |
44 | left="10" mouse_opaque="true" name="BHText" v_pad="0" width="355"> | 50 | left="10" mouse_opaque="true" name="BHText" v_pad="0" width="355"> |
45 | Blue Horizon | 51 | Blue Horizon |
46 | </text> | 52 | </text> |
47 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" | 53 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" |
48 | left="160" name="WLBlueHorizonHelp" width="18" /> | 54 | left="160" name="WLBlueHorizonHelp" width="18" /> |
49 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 55 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
50 | bottom="-37" drop_shadow_visible="true" follows="left|top|right" | 56 | bottom="-37" drop_shadow_visible="true" follows="left|top|right" |
51 | font="SansSerifSmall" h_pad="0" halign="center" height="16" | 57 | font="SansSerifSmall" h_pad="0" halign="center" height="16" |
52 | left="10" mouse_opaque="true" name="BHText2" v_pad="0" width="10"> | 58 | left="10" mouse_opaque="true" name="BHText2" v_pad="0" width="10"> |
53 | R | 59 | R |
54 | </text> | 60 | </text> |
55 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 61 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
56 | bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right" | 62 | bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right" |
57 | font="SansSerifSmall" h_pad="0" halign="center" height="16" | 63 | font="SansSerifSmall" h_pad="0" halign="center" height="16" |
58 | left_delta="0" mouse_opaque="true" name="BHText3" v_pad="0" width="10"> | 64 | left_delta="0" mouse_opaque="true" name="BHText3" v_pad="0" width="10"> |
59 | G | 65 | G |
60 | </text> | 66 | </text> |
61 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 67 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
62 | bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right" | 68 | bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right" |
63 | font="SansSerifSmall" h_pad="0" halign="center" height="16" | 69 | font="SansSerifSmall" h_pad="0" halign="center" height="16" |
64 | left_delta="0" mouse_opaque="true" name="BHText4" v_pad="0" width="10"> | 70 | left_delta="0" mouse_opaque="true" name="BHText4" v_pad="0" width="10"> |
65 | B | 71 | B |
66 | </text> | 72 | </text> |
67 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 73 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
68 | bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right" | 74 | bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right" |
69 | font="SansSerifSmall" h_pad="0" halign="center" height="16" | 75 | font="SansSerifSmall" h_pad="0" halign="center" height="16" |
70 | left_delta="0" mouse_opaque="true" name="BHText5" v_pad="0" width="10"> | 76 | left_delta="0" mouse_opaque="true" name="BHText5" v_pad="0" width="10"> |
71 | I | 77 | I |
72 | </text> | 78 | </text> |
73 | <slider bottom="-50" can_edit_text="false" control_name="WLBlueHorizonR" | 79 | <slider bottom="-50" can_edit_text="false" control_name="WLBlueHorizonR" |
74 | decimal_digits="2" follows="left" height="10" increment="0.01" | 80 | decimal_digits="2" follows="left" height="10" increment="0.01" |
75 | initial_val="0.7" label="" left="24" max_val="1" min_val="0" | 81 | initial_val="0.7" label="" left="24" max_val="1" min_val="0" |
76 | mouse_opaque="true" name="WLBlueHorizonR" show_text="true" value="0.7" | 82 | mouse_opaque="true" name="WLBlueHorizonR" show_text="true" value="0.7" |
77 | width="200" /> | 83 | width="200" /> |
78 | <slider bottom_delta="-11" can_edit_text="false" control_name="WLBlueHorizonG" | 84 | <slider bottom_delta="-11" can_edit_text="false" control_name="WLBlueHorizonG" |
79 | decimal_digits="2" follows="left" height="10" increment="0.01" | 85 | decimal_digits="2" follows="left" height="10" increment="0.01" |
80 | initial_val="0.7" label="" left="24" max_val="1" min_val="0" | 86 | initial_val="0.7" label="" left="24" max_val="1" min_val="0" |
81 | mouse_opaque="true" name="WLBlueHorizonG" show_text="true" value="0.7" | 87 | mouse_opaque="true" name="WLBlueHorizonG" show_text="true" value="0.7" |
82 | width="200" /> | 88 | width="200" /> |
83 | <slider bottom_delta="-11" can_edit_text="false" control_name="WLBlueHorizonB" | 89 | <slider bottom_delta="-11" can_edit_text="false" control_name="WLBlueHorizonB" |
84 | decimal_digits="2" follows="left" height="10" increment="0.01" | 90 | decimal_digits="2" follows="left" height="10" increment="0.01" |
85 | initial_val="0.7" label="" left="24" max_val="1" min_val="0" | 91 | initial_val="0.7" label="" left="24" max_val="1" min_val="0" |
86 | mouse_opaque="true" name="WLBlueHorizonB" show_text="true" value="0.7" | 92 | mouse_opaque="true" name="WLBlueHorizonB" show_text="true" value="0.7" |
87 | width="200" /> | 93 | width="200" /> |
88 | <slider bottom_delta="-11" can_edit_text="false" control_name="WLBlueHorizonI" | 94 | <slider bottom_delta="-11" can_edit_text="false" control_name="WLBlueHorizonI" |
89 | decimal_digits="2" follows="left" height="10" increment="0.01" | 95 | decimal_digits="2" follows="left" height="10" increment="0.01" |
90 | initial_val="1.0" label="" left="24" max_val="1" min_val="0" | 96 | initial_val="1.0" label="" left="24" max_val="1" min_val="0" |
91 | mouse_opaque="true" name="WLBlueHorizonI" show_text="true" value="1.0" | 97 | mouse_opaque="true" name="WLBlueHorizonI" show_text="true" value="1.0" |
92 | width="200" /> | 98 | width="200" /> |
93 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 99 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
94 | bottom="-87" drop_shadow_visible="true" follows="left|top|right" | 100 | bottom="-87" drop_shadow_visible="true" follows="left|top|right" |
95 | font="SansSerif" h_pad="0" halign="left" height="16" | 101 | font="SansSerif" h_pad="0" halign="left" height="16" |
96 | left="10" mouse_opaque="true" name="BDensText" v_pad="0" width="355"> | 102 | left="10" mouse_opaque="true" name="BDensText" v_pad="0" width="355"> |
97 | Haze Horizon | 103 | Haze Horizon |
98 | </text> | 104 | </text> |
99 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" | 105 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" |
100 | left="160" name="WLHazeHorizonHelp" width="18" /> | 106 | left="160" name="WLHazeHorizonHelp" width="18" /> |
101 | <slider bottom_delta="-30" can_edit_text="false" control_name="WLHazeHorizon" | 107 | <slider bottom_delta="-30" can_edit_text="false" control_name="WLHazeHorizon" |
102 | decimal_digits="2" follows="left" height="10" increment="0.01" | 108 | decimal_digits="2" follows="left" height="10" increment="0.01" |
103 | initial_val="0.25" label="" left="24" max_val="1.0" min_val="0" | 109 | initial_val="0.25" label="" left="24" max_val="1.0" min_val="0" |
104 | mouse_opaque="true" name="WLHazeHorizon" show_text="true" value="1.0" | 110 | mouse_opaque="true" name="WLHazeHorizon" show_text="true" value="1.0" |
105 | width="200" /> | 111 | width="200" /> |
106 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 112 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
107 | bottom="-20" drop_shadow_visible="true" follows="left|top|right" | 113 | bottom="-20" drop_shadow_visible="true" follows="left|top|right" |
108 | font="SansSerif" h_pad="0" halign="left" height="16" | 114 | font="SansSerif" h_pad="0" halign="left" height="16" |
109 | left="245" mouse_opaque="true" name="BDensText2" v_pad="0" width="355"> | 115 | left="245" mouse_opaque="true" name="BDensText2" v_pad="0" width="355"> |
110 | Blue Density | 116 | Blue Density |
111 | </text> | 117 | </text> |
112 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" | 118 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" |
113 | left="395" name="WLBlueDensityHelp" width="18" /> | 119 | left="395" name="WLBlueDensityHelp" width="18" /> |
114 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 120 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
115 | bottom="-37" drop_shadow_visible="true" follows="left|top|right" | 121 | bottom="-37" drop_shadow_visible="true" follows="left|top|right" |
116 | font="SansSerifSmall" h_pad="0" halign="center" height="16" | 122 | font="SansSerifSmall" h_pad="0" halign="center" height="16" |
117 | left="245" mouse_opaque="true" name="BHText6" v_pad="0" width="10"> | 123 | left="245" mouse_opaque="true" name="BHText6" v_pad="0" width="10"> |
118 | R | 124 | R |
119 | </text> | 125 | </text> |
120 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 126 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
121 | bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right" | 127 | bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right" |
122 | font="SansSerifSmall" h_pad="0" halign="center" height="16" | 128 | font="SansSerifSmall" h_pad="0" halign="center" height="16" |
123 | left_delta="0" mouse_opaque="true" name="BHText7" v_pad="0" width="10"> | 129 | left_delta="0" mouse_opaque="true" name="BHText7" v_pad="0" width="10"> |
124 | G | 130 | G |
125 | </text> | 131 | </text> |
126 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 132 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
127 | bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right" | 133 | bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right" |
128 | font="SansSerifSmall" h_pad="0" halign="center" height="16" | 134 | font="SansSerifSmall" h_pad="0" halign="center" height="16" |
129 | left_delta="0" mouse_opaque="true" name="BHText8" v_pad="0" width="10"> | 135 | left_delta="0" mouse_opaque="true" name="BHText8" v_pad="0" width="10"> |
130 | B | 136 | B |
131 | </text> | 137 | </text> |
132 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 138 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
133 | bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right" | 139 | bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right" |
134 | font="SansSerifSmall" h_pad="0" halign="center" height="16" | 140 | font="SansSerifSmall" h_pad="0" halign="center" height="16" |
135 | left_delta="0" mouse_opaque="true" name="BHText9" v_pad="0" width="10"> | 141 | left_delta="0" mouse_opaque="true" name="BHText9" v_pad="0" width="10"> |
136 | I | 142 | I |
137 | </text> | 143 | </text> |
138 | <slider bottom="-50" can_edit_text="false" control_name="WLBlueDensityR" | 144 | <slider bottom="-50" can_edit_text="false" control_name="WLBlueDensityR" |
139 | decimal_digits="2" follows="left" height="10" increment="0.01" | 145 | decimal_digits="2" follows="left" height="10" increment="0.01" |
140 | initial_val="0.7" label="" left="259" max_val="1" min_val="0" | 146 | initial_val="0.7" label="" left="259" max_val="1" min_val="0" |
141 | mouse_opaque="true" name="WLBlueDensityR" show_text="true" value="1.0" | 147 | mouse_opaque="true" name="WLBlueDensityR" show_text="true" value="1.0" |
142 | width="200" /> | 148 | width="200" /> |
143 | <slider bottom_delta="-11" can_edit_text="false" control_name="WLBlueDensityG" | 149 | <slider bottom_delta="-11" can_edit_text="false" control_name="WLBlueDensityG" |
144 | decimal_digits="2" follows="left" height="10" increment="0.01" | 150 | decimal_digits="2" follows="left" height="10" increment="0.01" |
145 | initial_val="0.7" label="" left="259" max_val="1" min_val="0" | 151 | initial_val="0.7" label="" left="259" max_val="1" min_val="0" |
146 | mouse_opaque="true" name="WLBlueDensityG" show_text="true" value="1.0" | 152 | mouse_opaque="true" name="WLBlueDensityG" show_text="true" value="1.0" |
147 | width="200" /> | 153 | width="200" /> |
148 | <slider bottom_delta="-11" can_edit_text="false" control_name="WLBlueDensityB" | 154 | <slider bottom_delta="-11" can_edit_text="false" control_name="WLBlueDensityB" |
149 | decimal_digits="2" follows="left" height="10" increment="0.01" | 155 | decimal_digits="2" follows="left" height="10" increment="0.01" |
150 | initial_val="0.7" label="" left="259" max_val="1" min_val="0" | 156 | initial_val="0.7" label="" left="259" max_val="1" min_val="0" |
151 | mouse_opaque="true" name="WLBlueDensityB" show_text="true" value="1.0" | 157 | mouse_opaque="true" name="WLBlueDensityB" show_text="true" value="1.0" |
152 | width="200" /> | 158 | width="200" /> |
153 | <slider bottom_delta="-11" can_edit_text="false" control_name="WLBlueDensityI" | 159 | <slider bottom_delta="-11" can_edit_text="false" control_name="WLBlueDensityI" |
154 | decimal_digits="2" follows="left" height="10" increment="0.01" | 160 | decimal_digits="2" follows="left" height="10" increment="0.01" |
155 | initial_val="1" label="" left="259" max_val="1" min_val="0" | 161 | initial_val="1" label="" left="259" max_val="1" min_val="0" |
156 | mouse_opaque="true" name="WLBlueDensityI" show_text="true" value="1.0" | 162 | mouse_opaque="true" name="WLBlueDensityI" show_text="true" value="1.0" |
157 | width="200" /> | 163 | width="200" /> |
158 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 164 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
159 | bottom="-87" drop_shadow_visible="true" follows="left|top|right" | 165 | bottom="-87" drop_shadow_visible="true" follows="left|top|right" |
160 | font="SansSerif" h_pad="0" halign="left" height="16" | 166 | font="SansSerif" h_pad="0" halign="left" height="16" |
161 | left="245" mouse_opaque="true" name="HDText" v_pad="0" width="355"> | 167 | left="245" mouse_opaque="true" name="HDText" v_pad="0" width="355"> |
162 | Haze Density | 168 | Haze Density |
163 | </text> | 169 | </text> |
164 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" | 170 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" |
165 | left="395" name="WLHazeDensityHelp" width="18" /> | 171 | left="395" name="WLHazeDensityHelp" width="18" /> |
166 | <slider bottom_delta="-30" can_edit_text="false" control_name="WLHazeDensity" | 172 | <slider bottom_delta="-30" can_edit_text="false" control_name="WLHazeDensity" |
167 | decimal_digits="2" follows="left" height="10" increment="0.01" | 173 | decimal_digits="2" follows="left" height="10" increment="0.01" |
168 | initial_val="0.7" label="" left="259" max_val="4" min_val="0" | 174 | initial_val="0.7" label="" left="259" max_val="4" min_val="0" |
169 | mouse_opaque="true" name="WLHazeDensity" show_text="true" value="1.0" | 175 | mouse_opaque="true" name="WLHazeDensity" show_text="true" value="1.0" |
170 | width="200" /> | 176 | width="200" /> |
171 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 177 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
172 | bottom="-20" drop_shadow_visible="true" follows="left|top|right" | 178 | bottom="-20" drop_shadow_visible="true" follows="left|top|right" |
173 | font="SansSerif" h_pad="0" halign="left" height="16" | 179 | font="SansSerif" h_pad="0" halign="left" height="16" |
174 | left="480" mouse_opaque="true" name="DensMultText" v_pad="0" width="355"> | 180 | left="480" mouse_opaque="true" name="DensMultText" v_pad="0" width="355"> |
175 | Density Multiplier | 181 | Density Multiplier |
176 | </text> | 182 | </text> |
177 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" | 183 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" |
178 | left="630" name="WLDensityMultHelp" width="18" /> | 184 | left="630" name="WLDensityMultHelp" width="18" /> |
179 | <slider bottom_delta="-30" can_edit_text="false" control_name="WLDensityMult" | 185 | <slider bottom_delta="-30" can_edit_text="false" control_name="WLDensityMult" |
180 | decimal_digits="2" follows="left" height="10" increment="0.01" | 186 | decimal_digits="2" follows="left" height="10" increment="0.01" |
181 | initial_val="0.1" label="" left="494" max_val="0.9" min_val="0" | 187 | initial_val="0.1" label="" left="494" max_val="0.9" min_val="0" |
182 | mouse_opaque="true" name="WLDensityMult" show_text="true" value="1.0" | 188 | mouse_opaque="true" name="WLDensityMult" show_text="true" value="1.0" |
183 | width="200" /> | 189 | width="200" /> |
184 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 190 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
185 | bottom="-53" drop_shadow_visible="true" follows="left|top|right" | 191 | bottom="-53" drop_shadow_visible="true" follows="left|top|right" |
186 | font="SansSerif" h_pad="0" halign="left" height="16" | 192 | font="SansSerif" h_pad="0" halign="left" height="16" |
187 | left="480" mouse_opaque="true" name="WLDistanceMultText" v_pad="0" | 193 | left="480" mouse_opaque="true" name="WLDistanceMultText" v_pad="0" |
188 | width="355"> | 194 | width="355"> |
189 | Distance Multiplier | 195 | Distance Multiplier |
190 | </text> | 196 | </text> |
191 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" | 197 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" |
192 | left="630" name="WLDistanceMultHelp" width="18" /> | 198 | left="630" name="WLDistanceMultHelp" width="18" /> |
193 | <slider bottom_delta="-30" can_edit_text="false" control_name="WLDistancMult" | 199 | <slider bottom_delta="-30" can_edit_text="false" control_name="WLDistancMult" |
194 | decimal_digits="1" follows="left" height="10" increment="0.1" | 200 | decimal_digits="1" follows="left" height="10" increment="0.1" |
195 | initial_val="1.0" label="" left="494" max_val="100" min_val="0" | 201 | initial_val="1.0" label="" left="494" max_val="100" min_val="0" |
196 | mouse_opaque="true" name="WLDistanceMult" show_text="true" value="0.0" | 202 | mouse_opaque="true" name="WLDistanceMult" show_text="true" value="0.0" |
197 | width="207" /> | 203 | width="207" /> |
198 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 204 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
199 | bottom="-87" drop_shadow_visible="true" follows="left|top|right" | 205 | bottom="-87" drop_shadow_visible="true" follows="left|top|right" |
200 | font="SansSerif" h_pad="0" halign="left" height="16" | 206 | font="SansSerif" h_pad="0" halign="left" height="16" |
201 | left="480" mouse_opaque="true" name="MaxAltText" v_pad="0" width="355"> | 207 | left="480" mouse_opaque="true" name="MaxAltText" v_pad="0" width="355"> |
202 | Max Altitude | 208 | Max Altitude |
203 | </text> | 209 | </text> |
204 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" | 210 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" |
205 | left="630" name="WLMaxAltitudeHelp" width="18" /> | 211 | left="630" name="WLMaxAltitudeHelp" width="18" /> |
206 | <slider bottom_delta="-30" can_edit_text="false" control_name="WLMaxAltitude" | 212 | <slider bottom_delta="-30" can_edit_text="false" control_name="WLMaxAltitude" |
207 | decimal_digits="0" follows="left" height="10" increment="1" | 213 | decimal_digits="0" follows="left" height="10" increment="1" |
208 | initial_val="500" label="" left="494" max_val="4000" min_val="0" | 214 | initial_val="500" label="" left="494" max_val="4000" min_val="0" |
209 | mouse_opaque="true" name="WLMaxAltitude" show_text="true" value="4000" | 215 | mouse_opaque="true" name="WLMaxAltitude" show_text="true" value="4000" |
210 | width="205" /> | 216 | width="205" /> |
211 | </panel> | 217 | <button bottom="4" enabled="true" font="SansSerif" halign="center" height="20" |
212 | <panel border="true" bottom="-180" follows="left|top|right|bottom" height="160" | 218 | label="Day Cycle Editor" label_selected="Day Cycle Editor" |
219 | right="-10" mouse_opaque="true" name="WLDayCycleMenuButton" | ||
220 | scale_image="true" width="150" /> | ||
221 | </panel> | ||
222 | <panel border="true" bottom="-180" follows="left|top|right|bottom" height="160" | ||
213 | label="Lighting" left="1" mouse_opaque="true" | 223 | label="Lighting" left="1" mouse_opaque="true" |
214 | name="Lighting" width="698"> | 224 | name="Lighting" width="698"> |
215 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 225 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
216 | bottom="-20" drop_shadow_visible="true" follows="left|top|right" | 226 | bottom="-20" drop_shadow_visible="true" follows="left|top|right" |
217 | font="SansSerif" h_pad="0" halign="left" height="16" | 227 | font="SansSerif" h_pad="0" halign="left" height="16" |
218 | left="10" mouse_opaque="true" name="SLCText" v_pad="0" width="355"> | 228 | left="10" mouse_opaque="true" name="SLCText" v_pad="0" width="355"> |
219 | Sun/Moon Color | 229 | Sun/Moon Color |
220 | </text> | 230 | </text> |
221 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" | 231 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" |
222 | left="160" name="WLSunlightColorHelp" width="18" /> | 232 | left="160" name="WLSunlightColorHelp" width="18" /> |
223 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 233 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
224 | bottom="-37" drop_shadow_visible="true" follows="left|top|right" | 234 | bottom="-37" drop_shadow_visible="true" follows="left|top|right" |
225 | font="SansSerifSmall" h_pad="0" halign="center" height="16" | 235 | font="SansSerifSmall" h_pad="0" halign="center" height="16" |
226 | left="10" mouse_opaque="true" name="BHText" v_pad="0" width="10"> | 236 | left="10" mouse_opaque="true" name="BHText" v_pad="0" width="10"> |
227 | R | 237 | R |
228 | </text> | 238 | </text> |
229 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 239 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
230 | bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right" | 240 | bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right" |
231 | font="SansSerifSmall" h_pad="0" halign="center" height="16" | 241 | font="SansSerifSmall" h_pad="0" halign="center" height="16" |
232 | left_delta="0" mouse_opaque="true" name="BHText2" v_pad="0" width="10"> | 242 | left_delta="0" mouse_opaque="true" name="BHText2" v_pad="0" width="10"> |
233 | G | 243 | G |
234 | </text> | 244 | </text> |
235 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 245 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
236 | bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right" | 246 | bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right" |
237 | font="SansSerifSmall" h_pad="0" halign="center" height="16" | 247 | font="SansSerifSmall" h_pad="0" halign="center" height="16" |
238 | left_delta="0" mouse_opaque="true" name="BHText3" v_pad="0" width="10"> | 248 | left_delta="0" mouse_opaque="true" name="BHText3" v_pad="0" width="10"> |
239 | B | 249 | B |
240 | </text> | 250 | </text> |
241 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 251 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
242 | bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right" | 252 | bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right" |
243 | font="SansSerifSmall" h_pad="0" halign="center" height="16" | 253 | font="SansSerifSmall" h_pad="0" halign="center" height="16" |
244 | left_delta="0" mouse_opaque="true" name="BHText4" v_pad="0" width="10"> | 254 | left_delta="0" mouse_opaque="true" name="BHText4" v_pad="0" width="10"> |
245 | I | 255 | I |
246 | </text> | 256 | </text> |
247 | <slider bottom="-50" can_edit_text="false" control_name="WLSunlightR" | 257 | <slider bottom="-50" can_edit_text="false" control_name="WLSunlightR" |
248 | decimal_digits="2" follows="left" height="10" increment="0.01" | 258 | decimal_digits="2" follows="left" height="10" increment="0.01" |
249 | initial_val="0.7" label="" left="24" max_val="1" min_val="0" | 259 | initial_val="0.7" label="" left="24" max_val="1" min_val="0" |
250 | mouse_opaque="true" name="WLSunlightR" show_text="true" value="0.7" | 260 | mouse_opaque="true" name="WLSunlightR" show_text="true" value="0.7" |
251 | width="200" /> | 261 | width="200" /> |
252 | <slider bottom_delta="-11" can_edit_text="false" control_name="WLSunlightG" | 262 | <slider bottom_delta="-11" can_edit_text="false" control_name="WLSunlightG" |
253 | decimal_digits="2" follows="left" height="10" increment="0.01" | 263 | decimal_digits="2" follows="left" height="10" increment="0.01" |
254 | initial_val="0.7" label="" left="24" max_val="1" min_val="0" | 264 | initial_val="0.7" label="" left="24" max_val="1" min_val="0" |
255 | mouse_opaque="true" name="WLSunlightG" show_text="true" value="0.7" | 265 | mouse_opaque="true" name="WLSunlightG" show_text="true" value="0.7" |
256 | width="200" /> | 266 | width="200" /> |
257 | <slider bottom_delta="-11" can_edit_text="false" control_name="WLSunlightB" | 267 | <slider bottom_delta="-11" can_edit_text="false" control_name="WLSunlightB" |
258 | decimal_digits="2" follows="left" height="10" increment="0.01" | 268 | decimal_digits="2" follows="left" height="10" increment="0.01" |
259 | initial_val="0.7" label="" left="24" max_val="1" min_val="0" | 269 | initial_val="0.7" label="" left="24" max_val="1" min_val="0" |
260 | mouse_opaque="true" name="WLSunlightB" show_text="true" value="0.7" | 270 | mouse_opaque="true" name="WLSunlightB" show_text="true" value="0.7" |
261 | width="200" /> | 271 | width="200" /> |
262 | <slider bottom_delta="-11" can_edit_text="false" control_name="WLSunlightI" | 272 | <slider bottom_delta="-11" can_edit_text="false" control_name="WLSunlightI" |
263 | decimal_digits="2" follows="left" height="10" increment="0.01" | 273 | decimal_digits="2" follows="left" height="10" increment="0.01" |
264 | initial_val="1.0" label="" left="24" max_val="1" min_val="0" | 274 | initial_val="1.0" label="" left="24" max_val="1" min_val="0" |
265 | mouse_opaque="true" name="WLSunlightI" show_text="true" value="1.0" | 275 | mouse_opaque="true" name="WLSunlightI" show_text="true" value="1.0" |
266 | width="200" /> | 276 | width="200" /> |
267 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 277 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
268 | bottom="-87" drop_shadow_visible="true" follows="left|top|right" | 278 | bottom="-87" drop_shadow_visible="true" follows="left|top|right" |
269 | font="SansSerif" h_pad="0" halign="left" height="16" | 279 | font="SansSerif" h_pad="0" halign="left" height="16" |
270 | left="10" mouse_opaque="true" name="TODText" v_pad="0" width="355"> | 280 | left="10" mouse_opaque="true" name="TODText" v_pad="0" width="355"> |
271 | Sun/Moon Position | 281 | Sun/Moon Position |
272 | </text> | 282 | </text> |
273 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" | 283 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" |
274 | left="160" name="WLTimeOfDayHelp" width="18" /> | 284 | left="160" name="WLTimeOfDayHelp" width="18" /> |
275 | <icon bottom_delta="-30" follows="left|top" height="20" image_name="icon_diurnal.tga" | 285 | <icon bottom_delta="-30" follows="left|top" height="20" image_name="icon_diurnal.tga" |
276 | left="30" name="SkyDayCycle" width="148" /> | 286 | left="30" name="SkyDayCycle" width="148" /> |
277 | <slider bottom_delta="-30" can_edit_text="false" control_name="WLSunAngle" | 287 | <slider bottom_delta="-30" can_edit_text="false" control_name="WLSunAngle" |
278 | decimal_digits="3" follows="left" height="10" increment="0.001" | 288 | decimal_digits="3" follows="left" height="10" increment="0.001" |
279 | initial_val="0.7" label="" left="24" max_val="1" min_val="0" | 289 | initial_val="0.7" label="" left="24" max_val="1" min_val="0" |
280 | mouse_opaque="true" name="WLSunAngle" show_text="true" value="1.0" | 290 | mouse_opaque="true" name="WLSunAngle" show_text="true" value="1.0" |
281 | width="204" /> | 291 | width="204" /> |
282 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 292 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
283 | bottom="-20" drop_shadow_visible="true" follows="left|top|right" | 293 | bottom="-20" drop_shadow_visible="true" follows="left|top|right" |
284 | font="SansSerif" h_pad="0" halign="left" height="16" | 294 | font="SansSerif" h_pad="0" halign="left" height="16" |
285 | left="245" mouse_opaque="true" name="WLAmbientText" v_pad="0" width="355"> | 295 | left="245" mouse_opaque="true" name="WLAmbientText" v_pad="0" width="355"> |
286 | Ambient | 296 | Ambient |
287 | </text> | 297 | </text> |
288 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" | 298 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" |
289 | left="395" name="WLAmbientHelp" width="18" /> | 299 | left="395" name="WLAmbientHelp" width="18" /> |
290 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 300 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
291 | bottom="-37" drop_shadow_visible="true" follows="left|top|right" | 301 | bottom="-37" drop_shadow_visible="true" follows="left|top|right" |
292 | font="SansSerifSmall" h_pad="0" halign="center" height="16" | 302 | font="SansSerifSmall" h_pad="0" halign="center" height="16" |
293 | left="245" mouse_opaque="true" name="BHText5" v_pad="0" width="10"> | 303 | left="245" mouse_opaque="true" name="BHText5" v_pad="0" width="10"> |
294 | R | 304 | R |
295 | </text> | 305 | </text> |
296 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 306 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
297 | bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right" | 307 | bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right" |
298 | font="SansSerifSmall" h_pad="0" halign="center" height="16" | 308 | font="SansSerifSmall" h_pad="0" halign="center" height="16" |
299 | left_delta="0" mouse_opaque="true" name="BHText6" v_pad="0" width="10"> | 309 | left_delta="0" mouse_opaque="true" name="BHText6" v_pad="0" width="10"> |
300 | G | 310 | G |
301 | </text> | 311 | </text> |
302 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 312 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
303 | bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right" | 313 | bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right" |
304 | font="SansSerifSmall" h_pad="0" halign="center" height="16" | 314 | font="SansSerifSmall" h_pad="0" halign="center" height="16" |
305 | left_delta="0" mouse_opaque="true" name="BHText7" v_pad="0" width="10"> | 315 | left_delta="0" mouse_opaque="true" name="BHText7" v_pad="0" width="10"> |
306 | B | 316 | B |
307 | </text> | 317 | </text> |
308 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 318 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
309 | bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right" | 319 | bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right" |
310 | font="SansSerifSmall" h_pad="0" halign="center" height="16" | 320 | font="SansSerifSmall" h_pad="0" halign="center" height="16" |
311 | left_delta="0" mouse_opaque="true" name="BHText8" v_pad="0" width="10"> | 321 | left_delta="0" mouse_opaque="true" name="BHText8" v_pad="0" width="10"> |
312 | I | 322 | I |
313 | </text> | 323 | </text> |
314 | <slider bottom="-50" can_edit_text="false" control_name="WLAmbientR" decimal_digits="2" | 324 | <slider bottom="-50" can_edit_text="false" control_name="WLAmbientR" decimal_digits="2" |
315 | follows="left" height="10" increment="0.01" initial_val="0.7" label="" | 325 | follows="left" height="10" increment="0.01" initial_val="0.7" label="" |
316 | left="259" max_val="1" min_val="0" mouse_opaque="true" name="WLAmbientR" | 326 | left="259" max_val="1" min_val="0" mouse_opaque="true" name="WLAmbientR" |
317 | show_text="true" value="1.0" width="200" /> | 327 | show_text="true" value="1.0" width="200" /> |
318 | <slider bottom_delta="-11" can_edit_text="false" control_name="WLAmbientG" | 328 | <slider bottom_delta="-11" can_edit_text="false" control_name="WLAmbientG" |
319 | decimal_digits="2" follows="left" height="10" increment="0.01" | 329 | decimal_digits="2" follows="left" height="10" increment="0.01" |
320 | initial_val="0.7" label="" left="259" max_val="1" min_val="0" | 330 | initial_val="0.7" label="" left="259" max_val="1" min_val="0" |
321 | mouse_opaque="true" name="WLAmbientG" show_text="true" value="1.0" | 331 | mouse_opaque="true" name="WLAmbientG" show_text="true" value="1.0" |
322 | width="200" /> | 332 | width="200" /> |
323 | <slider bottom_delta="-11" can_edit_text="false" control_name="WLAmbientB" | 333 | <slider bottom_delta="-11" can_edit_text="false" control_name="WLAmbientB" |
324 | decimal_digits="2" follows="left" height="10" increment="0.01" | 334 | decimal_digits="2" follows="left" height="10" increment="0.01" |
325 | initial_val="0.7" label="" left="259" max_val="1" min_val="0" | 335 | initial_val="0.7" label="" left="259" max_val="1" min_val="0" |
326 | mouse_opaque="true" name="WLAmbientB" show_text="true" value="1.0" | 336 | mouse_opaque="true" name="WLAmbientB" show_text="true" value="1.0" |
327 | width="200" /> | 337 | width="200" /> |
328 | <slider bottom_delta="-11" can_edit_text="false" control_name="WLAmbientI" | 338 | <slider bottom_delta="-11" can_edit_text="false" control_name="WLAmbientI" |
329 | decimal_digits="2" follows="left" height="10" increment="0.01" | 339 | decimal_digits="2" follows="left" height="10" increment="0.01" |
330 | initial_val="1" label="" left="259" max_val="1" min_val="0" | 340 | initial_val="1" label="" left="259" max_val="1" min_val="0" |
331 | mouse_opaque="true" name="WLAmbientI" show_text="true" value="1.0" | 341 | mouse_opaque="true" name="WLAmbientI" show_text="true" value="1.0" |
332 | width="200" /> | 342 | width="200" /> |
333 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 343 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
334 | bottom="-87" drop_shadow_visible="true" follows="left|top|right" | 344 | bottom="-87" drop_shadow_visible="true" follows="left|top|right" |
335 | font="SansSerif" h_pad="0" halign="left" height="16" | 345 | font="SansSerif" h_pad="0" halign="left" height="16" |
336 | left="245" mouse_opaque="true" name="WLEastAngleText" v_pad="0" width="355"> | 346 | left="245" mouse_opaque="true" name="WLEastAngleText" v_pad="0" width="355"> |
337 | East Angle | 347 | East Angle |
338 | </text> | 348 | </text> |
339 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" | 349 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" |
340 | left="395" name="WLEastAngleHelp" width="18" /> | 350 | left="395" name="WLEastAngleHelp" width="18" /> |
341 | <slider bottom_delta="-30" can_edit_text="false" control_name="WLEastAngle" | 351 | <slider bottom_delta="-30" can_edit_text="false" control_name="WLEastAngle" |
342 | decimal_digits="2" follows="left" height="10" increment="0.01" | 352 | decimal_digits="2" follows="left" height="10" increment="0.01" |
343 | initial_val="0.0" label="" left="259" max_val="1" min_val="0" | 353 | initial_val="0.0" label="" left="259" max_val="1" min_val="0" |
344 | mouse_opaque="true" name="WLEastAngle" show_text="true" value="1.0" | 354 | mouse_opaque="true" name="WLEastAngle" show_text="true" value="1.0" |
345 | width="200" /> | 355 | width="200" /> |
346 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 356 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
347 | bottom="-20" drop_shadow_visible="true" follows="left|top|right" | 357 | bottom="-20" drop_shadow_visible="true" follows="left|top|right" |
348 | font="SansSerif" h_pad="0" halign="left" height="16" | 358 | font="SansSerif" h_pad="0" halign="left" height="16" |
349 | left="480" mouse_opaque="true" name="SunGlowText" v_pad="0" width="355"> | 359 | left="480" mouse_opaque="true" name="SunGlowText" v_pad="0" width="355"> |
350 | Sun Glow | 360 | Sun Glow |
351 | </text> | 361 | </text> |
352 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" | 362 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" |
353 | left="630" name="WLSunGlowHelp" width="18" /> | 363 | left="630" name="WLSunGlowHelp" width="18" /> |
354 | <slider bottom_delta="-30" can_edit_text="false" control_name="WLGlowB" | 364 | <slider bottom_delta="-30" can_edit_text="false" control_name="WLGlowB" |
355 | decimal_digits="2" follows="left" height="10" increment="0.01" | 365 | decimal_digits="2" follows="left" height="10" increment="0.01" |
356 | initial_val="0.1" label="Focus " left="494" max_val="0.5" min_val="0" | 366 | initial_val="0.1" label="Focus " left="494" max_val="0.5" min_val="0" |
357 | mouse_opaque="true" name="WLGlowB" show_text="true" value="1.0" width="200" /> | 367 | mouse_opaque="true" name="WLGlowB" show_text="true" value="1.0" width="200" /> |
358 | <slider bottom_delta="-11" can_edit_text="false" control_name="WLGlowR" | 368 | <slider bottom_delta="-11" can_edit_text="false" control_name="WLGlowR" |
359 | decimal_digits="2" follows="left" height="10" increment="0.01" | 369 | decimal_digits="2" follows="left" height="10" increment="0.01" |
360 | initial_val="0.25" label="Size " left="494" max_val="1.99" min_val="1" | 370 | initial_val="0.25" label="Size " left="494" max_val="1.99" min_val="1" |
361 | mouse_opaque="true" name="WLGlowR" show_text="true" value="1.0" width="200" /> | 371 | mouse_opaque="true" name="WLGlowR" show_text="true" value="1.0" width="200" /> |
362 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 372 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
363 | bottom="-67" drop_shadow_visible="true" follows="left|top|right" | 373 | bottom="-67" drop_shadow_visible="true" follows="left|top|right" |
364 | font="SansSerif" h_pad="0" halign="left" height="16" | 374 | font="SansSerif" h_pad="0" halign="left" height="16" |
365 | left="480" mouse_opaque="true" name="SceneGammaText" v_pad="0" width="200"> | 375 | left="480" mouse_opaque="true" name="SceneGammaText" v_pad="0" width="200"> |
366 | Scene Gamma | 376 | Scene Gamma |
367 | </text> | 377 | </text> |
368 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" | 378 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" |
369 | left="630" name="WLSceneGammaHelp" width="18" /> | 379 | left="630" name="WLSceneGammaHelp" width="18" /> |
370 | <slider bottom_delta="-30" can_edit_text="false" control_name="WLGamma" | 380 | <slider bottom_delta="-30" can_edit_text="false" control_name="WLGamma" |
371 | decimal_digits="2" follows="bottom" height="10" increment="0.01" | 381 | decimal_digits="2" follows="bottom" height="10" increment="0.01" |
372 | initial_val="2.0" label="" left="494" max_val="10.0" min_val="0" | 382 | initial_val="2.0" label="" left="494" max_val="10.0" min_val="0" |
373 | mouse_opaque="true" name="WLGamma" show_text="true" value="2.0" width="207" /> | 383 | mouse_opaque="true" name="WLGamma" show_text="true" value="2.0" width="207" /> |
374 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 384 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
375 | bottom="-102" drop_shadow_visible="true" follows="left|top|right" | 385 | bottom="-102" drop_shadow_visible="true" follows="left|top|right" |
376 | font="SansSerif" h_pad="0" halign="left" height="16" | 386 | font="SansSerif" h_pad="0" halign="left" height="16" |
377 | left="480" mouse_opaque="true" name="WLStarText" v_pad="0" width="355"> | 387 | left="480" mouse_opaque="true" name="WLStarText" v_pad="0" width="355"> |
378 | Star Brightness | 388 | Star Brightness |
379 | </text> | 389 | </text> |
380 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" | 390 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" |
381 | left="630" name="WLStarBrightnessHelp" width="18" /> | 391 | left="630" name="WLStarBrightnessHelp" width="18" /> |
382 | <slider bottom_delta="-30" can_edit_text="false" control_name="WLStarAlpha" | 392 | <slider bottom_delta="-30" can_edit_text="false" control_name="WLStarAlpha" |
383 | decimal_digits="2" follows="bottom" height="10" increment="0.01" | 393 | decimal_digits="2" follows="bottom" height="10" increment="0.01" |
384 | initial_val="0" label="" left="494" max_val="2" min_val="0" | 394 | initial_val="0" label="" left="494" max_val="2" min_val="0" |
385 | mouse_opaque="true" name="WLStarAlpha" show_text="true" value="0" | 395 | mouse_opaque="true" name="WLStarAlpha" show_text="true" value="0" |
386 | width="200" /> | 396 | width="200" /> |
387 | </panel> | 397 | </panel> |
388 | <panel border="true" bottom="-180" follows="left|top|right|bottom" height="160" | 398 | <panel border="true" bottom="-180" follows="left|top|right|bottom" height="160" |
389 | label="Clouds" left="1" mouse_opaque="false" name="Clouds" | 399 | label="Clouds" left="1" mouse_opaque="false" name="Clouds" |
390 | width="698"> | 400 | width="698"> |
391 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 401 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
392 | bottom="-20" drop_shadow_visible="true" follows="left|top|right" | 402 | bottom="-20" drop_shadow_visible="true" follows="left|top|right" |
393 | font="SansSerif" h_pad="0" halign="left" height="16" | 403 | font="SansSerif" h_pad="0" halign="left" height="16" |
394 | left="10" mouse_opaque="true" name="WLCloudColorText" v_pad="0" width="355"> | 404 | left="10" mouse_opaque="true" name="WLCloudColorText" v_pad="0" width="355"> |
395 | Cloud Color | 405 | Cloud Color |
396 | </text> | 406 | </text> |
397 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" | 407 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" |
398 | left="160" name="WLCloudColorHelp" width="18" /> | 408 | left="160" name="WLCloudColorHelp" width="18" /> |
399 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 409 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
400 | bottom="-37" drop_shadow_visible="true" follows="left|top|right" | 410 | bottom="-37" drop_shadow_visible="true" follows="left|top|right" |
401 | font="SansSerifSmall" h_pad="0" halign="center" height="16" | 411 | font="SansSerifSmall" h_pad="0" halign="center" height="16" |
402 | left="10" mouse_opaque="true" name="BHText" v_pad="0" width="10"> | 412 | left="10" mouse_opaque="true" name="BHText" v_pad="0" width="10"> |
403 | R | 413 | R |
404 | </text> | 414 | </text> |
405 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 415 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
406 | bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right" | 416 | bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right" |
407 | font="SansSerifSmall" h_pad="0" halign="center" height="16" | 417 | font="SansSerifSmall" h_pad="0" halign="center" height="16" |
408 | left_delta="0" mouse_opaque="true" name="BHText2" v_pad="0" width="10"> | 418 | left_delta="0" mouse_opaque="true" name="BHText2" v_pad="0" width="10"> |
409 | G | 419 | G |
410 | </text> | 420 | </text> |
411 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 421 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
412 | bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right" | 422 | bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right" |
413 | font="SansSerifSmall" h_pad="0" halign="center" height="16" | 423 | font="SansSerifSmall" h_pad="0" halign="center" height="16" |
414 | left_delta="0" mouse_opaque="true" name="BHText3" v_pad="0" width="10"> | 424 | left_delta="0" mouse_opaque="true" name="BHText3" v_pad="0" width="10"> |
415 | B | 425 | B |
416 | </text> | 426 | </text> |
417 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 427 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
418 | bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right" | 428 | bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right" |
419 | font="SansSerifSmall" h_pad="0" halign="center" height="16" | 429 | font="SansSerifSmall" h_pad="0" halign="center" height="16" |
420 | left_delta="0" mouse_opaque="true" name="BHText4" v_pad="0" width="10"> | 430 | left_delta="0" mouse_opaque="true" name="BHText4" v_pad="0" width="10"> |
421 | I | 431 | I |
422 | </text> | 432 | </text> |
423 | <slider bottom="-50" can_edit_text="false" control_name="WLCloudColorR" | 433 | <slider bottom="-50" can_edit_text="false" control_name="WLCloudColorR" |
424 | decimal_digits="2" follows="left" height="10" increment="0.01" | 434 | decimal_digits="2" follows="left" height="10" increment="0.01" |
425 | initial_val="0.7" label="" left="24" max_val="1" min_val="0" | 435 | initial_val="0.7" label="" left="24" max_val="1" min_val="0" |
426 | mouse_opaque="true" name="WLCloudColorR" show_text="true" value="0.7" | 436 | mouse_opaque="true" name="WLCloudColorR" show_text="true" value="0.7" |
427 | width="200" /> | 437 | width="200" /> |
428 | <slider bottom_delta="-11" can_edit_text="false" control_name="WLCloudColorG" | 438 | <slider bottom_delta="-11" can_edit_text="false" control_name="WLCloudColorG" |
429 | decimal_digits="2" follows="left" height="10" increment="0.01" | 439 | decimal_digits="2" follows="left" height="10" increment="0.01" |
430 | initial_val="0.7" label="" left="24" max_val="1" min_val="0" | 440 | initial_val="0.7" label="" left="24" max_val="1" min_val="0" |
431 | mouse_opaque="true" name="WLCloudColorG" show_text="true" value="0.7" | 441 | mouse_opaque="true" name="WLCloudColorG" show_text="true" value="0.7" |
432 | width="200" /> | 442 | width="200" /> |
433 | <slider bottom_delta="-11" can_edit_text="false" control_name="WLCloudColorB" | 443 | <slider bottom_delta="-11" can_edit_text="false" control_name="WLCloudColorB" |
434 | decimal_digits="2" follows="left" height="10" increment="0.01" | 444 | decimal_digits="2" follows="left" height="10" increment="0.01" |
435 | initial_val="0.7" label="" left="24" max_val="1" min_val="0" | 445 | initial_val="0.7" label="" left="24" max_val="1" min_val="0" |
436 | mouse_opaque="true" name="WLCloudColorB" show_text="true" value="0.7" | 446 | mouse_opaque="true" name="WLCloudColorB" show_text="true" value="0.7" |
437 | width="200" /> | 447 | width="200" /> |
438 | <slider bottom_delta="-11" can_edit_text="false" control_name="WLCloudColorI" | 448 | <slider bottom_delta="-11" can_edit_text="false" control_name="WLCloudColorI" |
439 | decimal_digits="2" follows="left" height="10" increment="0.01" | 449 | decimal_digits="2" follows="left" height="10" increment="0.01" |
440 | initial_val="1.0" label="" left="24" max_val="1" min_val="0" | 450 | initial_val="1.0" label="" left="24" max_val="1" min_val="0" |
441 | mouse_opaque="true" name="WLCloudColorI" show_text="true" value="1.0" | 451 | mouse_opaque="true" name="WLCloudColorI" show_text="true" value="1.0" |
442 | width="200" /> | 452 | width="200" /> |
443 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 453 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
444 | bottom="-87" drop_shadow_visible="true" follows="left|top|right" | 454 | bottom="-87" drop_shadow_visible="true" follows="left|top|right" |
445 | font="SansSerif" h_pad="0" halign="left" height="16" | 455 | font="SansSerif" h_pad="0" halign="left" height="16" |
446 | left="10" mouse_opaque="true" name="WLCloudColorText2" v_pad="0" | 456 | left="10" mouse_opaque="true" name="WLCloudColorText2" v_pad="0" |
447 | width="355"> | 457 | width="355"> |
448 | Cloud XY/Density | 458 | Cloud XY/Density |
449 | </text> | 459 | </text> |
450 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" | 460 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" |
451 | left="160" name="WLCloudDensityHelp" width="18" /> | 461 | left="160" name="WLCloudDensityHelp" width="18" /> |
452 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 462 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
453 | bottom="-103" drop_shadow_visible="true" follows="left|top|right" | 463 | bottom="-103" drop_shadow_visible="true" follows="left|top|right" |
454 | font="SansSerifSmall" h_pad="0" halign="center" height="16" | 464 | font="SansSerifSmall" h_pad="0" halign="center" height="16" |
455 | left="10" mouse_opaque="true" name="BHText5" v_pad="0" width="10"> | 465 | left="10" mouse_opaque="true" name="BHText5" v_pad="0" width="10"> |
456 | X | 466 | X |
457 | </text> | 467 | </text> |
458 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 468 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
459 | bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right" | 469 | bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right" |
460 | font="SansSerifSmall" h_pad="0" halign="center" height="16" | 470 | font="SansSerifSmall" h_pad="0" halign="center" height="16" |
461 | left_delta="0" mouse_opaque="true" name="BHText6" v_pad="0" width="10"> | 471 | left_delta="0" mouse_opaque="true" name="BHText6" v_pad="0" width="10"> |
462 | Y | 472 | Y |
463 | </text> | 473 | </text> |
464 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 474 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
465 | bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right" | 475 | bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right" |
466 | font="SansSerifSmall" h_pad="0" halign="center" height="16" | 476 | font="SansSerifSmall" h_pad="0" halign="center" height="16" |
467 | left_delta="0" mouse_opaque="true" name="BHText7" v_pad="0" width="10"> | 477 | left_delta="0" mouse_opaque="true" name="BHText7" v_pad="0" width="10"> |
468 | D | 478 | D |
469 | </text> | 479 | </text> |
470 | <slider bottom="-117" can_edit_text="false" control_name="WLCloudX" decimal_digits="2" | 480 | <slider bottom="-117" can_edit_text="false" control_name="WLCloudX" decimal_digits="2" |
471 | follows="left" height="10" increment="0.01" initial_val="0.5" label="" | 481 | follows="left" height="10" increment="0.01" initial_val="0.5" label="" |
472 | left="24" max_val="1" min_val="0" mouse_opaque="true" name="WLCloudX" | 482 | left="24" max_val="1" min_val="0" mouse_opaque="true" name="WLCloudX" |
473 | show_text="true" value="0.5" width="200" /> | 483 | show_text="true" value="0.5" width="200" /> |
474 | <slider bottom_delta="-11" can_edit_text="false" control_name="WLCloudY" | 484 | <slider bottom_delta="-11" can_edit_text="false" control_name="WLCloudY" |
475 | decimal_digits="2" follows="left" height="10" increment="0.01" | 485 | decimal_digits="2" follows="left" height="10" increment="0.01" |
476 | initial_val="0.5" label="" left="24" max_val="1" min_val="0" | 486 | initial_val="0.5" label="" left="24" max_val="1" min_val="0" |
477 | mouse_opaque="true" name="WLCloudY" show_text="true" value="0.5" | 487 | mouse_opaque="true" name="WLCloudY" show_text="true" value="0.5" |
478 | width="200" /> | 488 | width="200" /> |
479 | <slider bottom_delta="-11" can_edit_text="false" control_name="WLCloudDensity" | 489 | <slider bottom_delta="-11" can_edit_text="false" control_name="WLCloudDensity" |
480 | decimal_digits="2" follows="left" height="10" increment="0.01" | 490 | decimal_digits="2" follows="left" height="10" increment="0.01" |
481 | initial_val="1.0" label="" left="24" max_val="1" min_val="0" | 491 | initial_val="1.0" label="" left="24" max_val="1" min_val="0" |
482 | mouse_opaque="true" name="WLCloudDensity" show_text="true" value="1.0" | 492 | mouse_opaque="true" name="WLCloudDensity" show_text="true" value="1.0" |
483 | width="200" /> | 493 | width="200" /> |
484 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 494 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
485 | bottom="-20" drop_shadow_visible="true" follows="left|top|right" | 495 | bottom="-20" drop_shadow_visible="true" follows="left|top|right" |
486 | font="SansSerif" h_pad="0" halign="left" height="16" | 496 | font="SansSerif" h_pad="0" halign="left" height="16" |
487 | left="245" mouse_opaque="true" name="WLCloudCoverageText" v_pad="0" | 497 | left="245" mouse_opaque="true" name="WLCloudCoverageText" v_pad="0" |
488 | width="355"> | 498 | width="355"> |
489 | Cloud Coverage | 499 | Cloud Coverage |
490 | </text> | 500 | </text> |
491 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" | 501 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" |
492 | left="395" name="WLCloudCoverageHelp" width="18" /> | 502 | left="395" name="WLCloudCoverageHelp" width="18" /> |
493 | <slider bottom_delta="-30" can_edit_text="false" control_name="WLCloudCoverage" | 503 | <slider bottom_delta="-30" can_edit_text="false" control_name="WLCloudCoverage" |
494 | decimal_digits="2" follows="left" height="10" increment="0.01" | 504 | decimal_digits="2" follows="left" height="10" increment="0.01" |
495 | initial_val="0.5" label="" left="259" max_val="1" min_val="0" | 505 | initial_val="0.5" label="" left="259" max_val="1" min_val="0" |
496 | mouse_opaque="true" name="WLCloudCoverage" show_text="true" value="0.0" | 506 | mouse_opaque="true" name="WLCloudCoverage" show_text="true" value="0.0" |
497 | width="200" /> | 507 | width="200" /> |
498 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 508 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
499 | bottom="-55" drop_shadow_visible="true" follows="left|top|right" | 509 | bottom="-55" drop_shadow_visible="true" follows="left|top|right" |
500 | font="SansSerif" h_pad="0" halign="left" height="16" | 510 | font="SansSerif" h_pad="0" halign="left" height="16" |
501 | left="245" mouse_opaque="true" name="WLCloudScaleText" v_pad="0" | 511 | left="245" mouse_opaque="true" name="WLCloudScaleText" v_pad="0" |
502 | width="355"> | 512 | width="355"> |
503 | Cloud Scale | 513 | Cloud Scale |
504 | </text> | 514 | </text> |
505 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" | 515 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" |
506 | left="395" name="WLCloudScaleHelp" width="18" /> | 516 | left="395" name="WLCloudScaleHelp" width="18" /> |
507 | <slider bottom_delta="-30" can_edit_text="false" control_name="WLCloudScale" | 517 | <slider bottom_delta="-30" can_edit_text="false" control_name="WLCloudScale" |
508 | decimal_digits="2" follows="left" height="10" increment="0.01" | 518 | decimal_digits="2" follows="left" height="10" increment="0.01" |
509 | initial_val="1.0" label="" left="259" max_val="1.0" min_val="0.01" | 519 | initial_val="1.0" label="" left="259" max_val="1.0" min_val="0.01" |
510 | mouse_opaque="true" name="WLCloudScale" show_text="true" value="1.0" | 520 | mouse_opaque="true" name="WLCloudScale" show_text="true" value="1.0" |
511 | width="200" /> | 521 | width="200" /> |
512 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 522 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
513 | bottom="-87" drop_shadow_visible="true" follows="left|top|right" | 523 | bottom="-87" drop_shadow_visible="true" follows="left|top|right" |
514 | font="SansSerif" h_pad="0" halign="left" height="16" | 524 | font="SansSerif" h_pad="0" halign="left" height="16" |
515 | left="245" mouse_opaque="true" name="WLCloudDetailText" v_pad="0" | 525 | left="245" mouse_opaque="true" name="WLCloudDetailText" v_pad="0" |
516 | width="355"> | 526 | width="355"> |
517 | Cloud Detail (XY/Density) | 527 | Cloud Detail (XY/Density) |
518 | </text> | 528 | </text> |
519 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" | 529 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" |
520 | left="395" name="WLCloudDetailHelp" width="18" /> | 530 | left="395" name="WLCloudDetailHelp" width="18" /> |
521 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 531 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
522 | bottom="-103" drop_shadow_visible="true" follows="left|top|right" | 532 | bottom="-103" drop_shadow_visible="true" follows="left|top|right" |
523 | font="SansSerifSmall" h_pad="0" halign="center" height="16" | 533 | font="SansSerifSmall" h_pad="0" halign="center" height="16" |
524 | left="245" mouse_opaque="true" name="BHText8" v_pad="0" width="10"> | 534 | left="245" mouse_opaque="true" name="BHText8" v_pad="0" width="10"> |
525 | X | 535 | X |
526 | </text> | 536 | </text> |
527 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 537 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
528 | bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right" | 538 | bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right" |
529 | font="SansSerifSmall" h_pad="0" halign="center" height="16" | 539 | font="SansSerifSmall" h_pad="0" halign="center" height="16" |
530 | left_delta="0" mouse_opaque="true" name="BHText9" v_pad="0" width="10"> | 540 | left_delta="0" mouse_opaque="true" name="BHText9" v_pad="0" width="10"> |
531 | Y | 541 | Y |
532 | </text> | 542 | </text> |
533 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 543 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
534 | bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right" | 544 | bottom_delta="-11" drop_shadow_visible="true" follows="left|top|right" |
535 | font="SansSerifSmall" h_pad="0" halign="center" height="16" | 545 | font="SansSerifSmall" h_pad="0" halign="center" height="16" |
536 | left_delta="0" mouse_opaque="true" name="BHText10" v_pad="0" width="10"> | 546 | left_delta="0" mouse_opaque="true" name="BHText10" v_pad="0" width="10"> |
537 | D | 547 | D |
538 | </text> | 548 | </text> |
539 | <slider bottom="-117" can_edit_text="false" control_name="WLCloudDetailX" | 549 | <slider bottom="-117" can_edit_text="false" control_name="WLCloudDetailX" |
540 | decimal_digits="2" follows="left" height="10" increment="0.01" | 550 | decimal_digits="2" follows="left" height="10" increment="0.01" |
541 | initial_val="0.5" label="" left="259" max_val="1" min_val="0" | 551 | initial_val="0.5" label="" left="259" max_val="1" min_val="0" |
542 | mouse_opaque="true" name="WLCloudDetailX" show_text="true" value="0.5" | 552 | mouse_opaque="true" name="WLCloudDetailX" show_text="true" value="0.5" |
543 | width="200" /> | 553 | width="200" /> |
544 | <slider bottom_delta="-11" can_edit_text="false" control_name="WLCloudDetailY" | 554 | <slider bottom_delta="-11" can_edit_text="false" control_name="WLCloudDetailY" |
545 | decimal_digits="2" follows="left" height="10" increment="0.01" | 555 | decimal_digits="2" follows="left" height="10" increment="0.01" |
546 | initial_val="0.5" label="" left="259" max_val="1" min_val="0" | 556 | initial_val="0.5" label="" left="259" max_val="1" min_val="0" |
547 | mouse_opaque="true" name="WLCloudDetailY" show_text="true" value="0.5" | 557 | mouse_opaque="true" name="WLCloudDetailY" show_text="true" value="0.5" |
548 | width="200" /> | 558 | width="200" /> |
549 | <slider bottom_delta="-11" can_edit_text="false" control_name="WLCloudDetailDensity" | 559 | <slider bottom_delta="-11" can_edit_text="false" control_name="WLCloudDetailDensity" |
550 | decimal_digits="2" follows="left" height="10" increment="0.01" | 560 | decimal_digits="2" follows="left" height="10" increment="0.01" |
551 | initial_val="1.0" label="" left="259" max_val="1" min_val="0" | 561 | initial_val="1.0" label="" left="259" max_val="1" min_val="0" |
552 | mouse_opaque="true" name="WLCloudDetailDensity" show_text="true" | 562 | mouse_opaque="true" name="WLCloudDetailDensity" show_text="true" |
553 | value="1.0" width="200" /> | 563 | value="1.0" width="200" /> |
554 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 564 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
555 | bottom="-20" drop_shadow_visible="true" follows="left|top|right" | 565 | bottom="-20" drop_shadow_visible="true" follows="left|top|right" |
556 | font="SansSerif" h_pad="0" halign="left" height="16" | 566 | font="SansSerif" h_pad="0" halign="left" height="16" |
557 | left="480" mouse_opaque="true" name="WLCloudScrollXText" v_pad="0" | 567 | left="480" mouse_opaque="true" name="WLCloudScrollXText" v_pad="0" |
558 | width="355"> | 568 | width="355"> |
559 | Cloud Scroll X | 569 | Cloud Scroll X |
560 | </text> | 570 | </text> |
561 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" | 571 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" |
562 | left="605" name="WLCloudScrollXHelp" width="18" /> | 572 | left="605" name="WLCloudScrollXHelp" width="18" /> |
563 | <check_box control_name="WLCloudLockX" follows="left" font="SansSerifSmall" height="16" | 573 | <check_box control_name="WLCloudLockX" follows="left" font="SansSerifSmall" height="16" |
564 | initial_value="false" label="Lock" left="625" mouse_opaque="true" | 574 | initial_value="false" label="Lock" left="625" mouse_opaque="true" |
565 | name="WLCloudLockX" width="200" /> | 575 | name="WLCloudLockX" width="200" /> |
566 | <slider bottom_delta="-15" can_edit_text="false" control_name="WLCloudScrollX" | 576 | <slider bottom_delta="-15" can_edit_text="false" control_name="WLCloudScrollX" |
567 | decimal_digits="2" follows="left" height="10" increment="0.01" | 577 | decimal_digits="2" follows="left" height="10" increment="0.01" |
568 | initial_val="0.5" label="" left="494" max_val="10" min_val="-10" | 578 | initial_val="0.5" label="" left="494" max_val="10" min_val="-10" |
569 | mouse_opaque="true" name="WLCloudScrollX" show_text="true" value="0.0" | 579 | mouse_opaque="true" name="WLCloudScrollX" show_text="true" value="0.0" |
570 | width="200" /> | 580 | width="200" /> |
571 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 581 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
572 | bottom="-60" drop_shadow_visible="true" follows="left|top|right" | 582 | bottom="-52" drop_shadow_visible="true" follows="left|top|right" |
573 | font="SansSerif" h_pad="0" halign="left" height="16" | 583 | font="SansSerif" h_pad="0" halign="left" height="16" |
574 | left="480" mouse_opaque="true" name="WLCloudScrollYText" v_pad="0" | 584 | left="480" mouse_opaque="true" name="WLCloudScrollYText" v_pad="0" |
575 | width="355"> | 585 | width="355"> |
576 | Cloud Scroll Y | 586 | Cloud Scroll Y |
577 | </text> | 587 | </text> |
578 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" | 588 | <button bottom_delta="-2" follows="left|top" font="SansSerifSmall" height="18" label="?" |
579 | left="605" name="WLCloudScrollYHelp" width="18" /> | 589 | left="605" name="WLCloudScrollYHelp" width="18" /> |
580 | <check_box control_name="WLCloudLockY" follows="left" font="SansSerifSmall" height="16" | 590 | <check_box control_name="WLCloudLockY" follows="left" font="SansSerifSmall" height="16" |
581 | initial_value="false" label="Lock" left="625" mouse_opaque="true" | 591 | initial_value="false" label="Lock" left="625" mouse_opaque="true" |
582 | name="WLCloudLockY" width="200" /> | 592 | name="WLCloudLockY" width="200" /> |
583 | <slider bottom_delta="-15" can_edit_text="false" control_name="WLCloudScrollY" | 593 | <slider bottom_delta="-10" can_edit_text="false" control_name="WLCloudScrollY" |
584 | decimal_digits="2" follows="left" height="10" increment="0.01" | 594 | decimal_digits="2" follows="left" height="10" increment="0.01" |
585 | initial_val="0.5" label="" left="494" max_val="10" min_val="-10" | 595 | initial_val="0.5" label="" left="494" max_val="10" min_val="-10" |
586 | mouse_opaque="true" name="WLCloudScrollY" show_text="true" value="0.0" | 596 | mouse_opaque="true" name="WLCloudScrollY" show_text="true" value="0.0" |
587 | width="200" /> | 597 | width="200" /> |
588 | <check_box bottom="-120" control_name="DrawClassicClouds" follows="left" | 598 | <check_box bottom="-102" control_name="DrawClassicClouds" follows="left" |
589 | font="SansSerifSmall" height="16" initial_value="false" | 599 | font="SansSerifSmall" height="16" initial_value="false" |
590 | label="Draw Classic Clouds" left="480" mouse_opaque="true" | 600 | label="Draw Classic Clouds" left="480" mouse_opaque="true" |
591 | name="DrawClassicClouds" width="200" /> | 601 | name="DrawClassicClouds" width="200" /> |
592 | <button bottom="-102" follows="left|top" font="SansSerifSmall" height="18" label="?" | 602 | <button bottom="-85" follows="left|top" font="SansSerifSmall" height="18" label="?" |
593 | left="608" name="WLClassicCloudsHelp" width="18" /> | 603 | left="608" name="WLClassicCloudsHelp" width="18" /> |
594 | </panel> | 604 | <text bottom_delta="-19" type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
595 | </tab_container> | 605 | drop_shadow_visible="true" follows="left|top|right" |
606 | font="SansSerif" h_pad="0" halign="left" height="20" | ||
607 | left="480" mouse_opaque="true" name="WLCloudHeightText" v_pad="0" | ||
608 | width="355"> | ||
609 | Classic Cloud Height | ||
610 | </text> | ||
611 | <slider bottom_delta="-27" can_edit_text="true" control_name="WLCloudHeight" | ||
612 | decimal_digits="0" follows="left" height="16" increment="1" | ||
613 | initial_val="192" label="" left="494" max_val="1000" min_val="0" | ||
614 | mouse_opaque="true" name="WLCloudHeight" show_text="true" value="192" | ||
615 | width="200" /> | ||
616 | <text bottom_delta="0" type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
617 | drop_shadow_visible="true" follows="left|top|right" | ||
618 | font="SansSerif" h_pad="0" halign="left" height="20" | ||
619 | left="480" mouse_opaque="true" name="WLCloudClassicRangeText" v_pad="0" | ||
620 | width="355"> | ||
621 | Classic Cloud Range | ||
622 | </text> | ||
623 | <slider bottom_delta="-27" can_edit_text="true" control_name="WLCloudClassicRange" | ||
624 | decimal_digits="0" follows="left" height="16" increment="1 " | ||
625 | initial_val="48" label="" left="494" max_val="100" min_val="0" | ||
626 | mouse_opaque="true" name="WLCloudRange" show_text="true" value="48" | ||
627 | width="200" /> | ||
628 | </panel> | ||
629 | </tab_container> | ||
596 | <string name="WLDefaultSkyNames"> | 630 | <string name="WLDefaultSkyNames"> |
597 | A-12AM:A-12PM:A-3AM:A-3PM:A-4.30PM:A-6AM:A-6PM:A-9AM:A-9PM:Barcelona:Blizzard:Blue Midday:Coastal Afternoon:Coastal Sunset:Default:Desert Sunset:Fine Day:Fluffy Big Clouds:Foggy:Funky Funky:Funky Funky Funky:Gelatto:Ghost:Incongruent Truths:Midday 1:Midday 2:Midday 3:Midday 4:Night:Pirate:Purple:Sailor's Delight:Sheer Sensuality | 631 | A-12AM:A-12PM:A-3AM:A-3PM:A-4.30PM:A-6AM:A-6PM:A-9AM:A-9PM:Barcelona:Blizzard:Blue Midday:Coastal Afternoon:Coastal Sunset:Default:Desert Sunset:Fine Day:Fluffy Big Clouds:Foggy:Funky Funky:Funky Funky Funky:Gelatto:Ghost:Incongruent Truths:Midday 1:Midday 2:Midday 3:Midday 4:Night:Pirate:Purple:Sailor's Delight:Sheer Sensuality |
598 | </string> | 632 | </string> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_windlight_remote_save.xml b/linden/indra/newview/skins/default/xui/en-us/floater_windlight_remote_save.xml new file mode 100644 index 0000000..84c1d04 --- /dev/null +++ b/linden/indra/newview/skins/default/xui/en-us/floater_windlight_remote_save.xml | |||
@@ -0,0 +1,123 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <floater bottom="-150" can_close="true" can_drag_on_left="false" can_minimize="true" | ||
3 | can_resize="true" height="220" left="50" min_height="220" | ||
4 | min_width="300" mouse_opaque="true" name="WindLight send to server floater" | ||
5 | title="WindLight Send to Server" | ||
6 | width="300"> | ||
7 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
8 | left="10" bottom="180" drop_shadow_visible="true" follows="left|top" | ||
9 | font="SansSerif" h_pad="0" halign="left" height="10" | ||
10 | mouse_opaque="true" name="label Type" v_pad="0" width="275"> | ||
11 | WindLight Send to Server | ||
12 | </text> | ||
13 | <slider can_edit_text="true" control_name="max_altitude" | ||
14 | left="20" bottom="110" | ||
15 | decimal_digits="2" follows="left" height="18" increment="0.1" | ||
16 | initial_val="4096.0" label="Max Altitude" max_val="4096.001" min_val="0" | ||
17 | mouse_opaque="true" name="max_altitude" show_text="true" value="4096.0" | ||
18 | width="200" /> | ||
19 | <button follows="left|top" font="SansSerifSmall" height="18" label="?" | ||
20 | left_delta="210" bottom="125" name="max_altitude_help" width="18" enabled="true" /> | ||
21 | |||
22 | <slider can_edit_text="true" control_name="min_altitude" | ||
23 | left="20" bottom="80" | ||
24 | decimal_digits="2" follows="left" height="18" increment="0.1" | ||
25 | initial_val="1.0" label="Min Altitude" max_val="4096" min_val="0" | ||
26 | mouse_opaque="true" name="min_altitude" show_text="true" value="0" | ||
27 | width="200" /> | ||
28 | <button follows="left|top" font="SansSerifSmall" height="18" label="?" | ||
29 | left_delta="210" bottom="95" name="min_altitude_help" width="18" enabled="true" /> | ||
30 | <slider can_edit_text="true" control_name="Fade" | ||
31 | left="20" bottom="50" | ||
32 | decimal_digits="2" follows="left" height="18" increment="0.1" | ||
33 | initial_val="1.0" label="Fade" max_val="10" min_val="0" | ||
34 | mouse_opaque="true" name="Fade" show_text="true" value="1.0" | ||
35 | width="200" /> | ||
36 | <button follows="left|top" font="SansSerifSmall" height="18" label="?" | ||
37 | left_delta="210" bottom="65" name="fade_help" width="18" /> | ||
38 | |||
39 | <tab_container bottom="-220" follows="left|top" height="160" left="0" | ||
40 | mouse_opaque="false" name="WindLight_Setting_Types" tab_position="top" width="299"> | ||
41 | <panel border="true" bottom="175" follows="left|top|right|bottom" height="160" | ||
42 | label="Region" left="1" mouse_opaque="false" | ||
43 | name="Region" width="698"> | ||
44 | <check_box control_name="override_parcel" follows="left" font="SansSerifSmall" height="16" | ||
45 | left="20" bottom="30" | ||
46 | initial_value="false" label="Override Parcels" mouse_opaque="true" | ||
47 | name="override_parcel" width="200" enabled="true" /> | ||
48 | <button follows="left|top" font="SansSerifSmall" height="18" label="?" | ||
49 | left_delta="210" bottom="45" name="override_parcel_help" width="18" enabled="true" /> | ||
50 | |||
51 | <button follows="top|right" font="SansSerif" halign="center" | ||
52 | right="-10" bottom="20" | ||
53 | height="20" label="Send" label_selected="Send" | ||
54 | mouse_opaque="true" name="button_region_send_to_server" scale_image="TRUE" width="78" /> | ||
55 | </panel> | ||
56 | <panel border="true" bottom="175" follows="left|top|right|bottom" height="160" | ||
57 | label="Parcel" left="1" mouse_opaque="false" | ||
58 | name="Parcel" width="698"> | ||
59 | |||
60 | <!--<slider can_edit_text="true" control_name="max_altitude" | ||
61 | left="20" bottom="110" | ||
62 | decimal_digits="2" follows="left" height="18" increment="0.1" | ||
63 | initial_val="4096.0" label="Max Altitude" max_val="4096.001" min_val="0" | ||
64 | mouse_opaque="true" name="max_altitude" show_text="true" value="4096.0" | ||
65 | width="200" /> | ||
66 | <button follows="left|top" font="SansSerifSmall" height="18" label="?" | ||
67 | left_delta="210" bottom="125" name="max_altitude_help" width="18" enabled="true" /> | ||
68 | |||
69 | <slider can_edit_text="true" control_name="min_altitude" | ||
70 | left="20" bottom="80" | ||
71 | decimal_digits="2" follows="left" height="18" increment="0.1" | ||
72 | initial_val="1.0" label="Min Altitude" max_val="4096" min_val="0" | ||
73 | mouse_opaque="true" name="min_altitude" show_text="true" value="0" | ||
74 | width="200" /> | ||
75 | <button follows="left|top" font="SansSerifSmall" height="18" label="?" | ||
76 | left_delta="210" bottom="95" name="min_altitude_help" width="18" enabled="true" /> | ||
77 | |||
78 | <slider can_edit_text="true" control_name="Fade" | ||
79 | left="20" bottom="50" | ||
80 | decimal_digits="2" follows="left" height="18" increment="0.1" | ||
81 | initial_val="1.0" label="Fade" max_val="10" min_val="0" | ||
82 | mouse_opaque="true" name="Fade" show_text="true" value="1.0" | ||
83 | width="200" /> | ||
84 | <button follows="left|top" font="SansSerifSmall" height="18" label="?" | ||
85 | left_delta="210" bottom="65" name="fade_help" width="18" />--> | ||
86 | |||
87 | <button follows="top|right" font="SansSerif" halign="center" | ||
88 | right="-10" bottom="20" height="20" label="Send" | ||
89 | mouse_opaque="true" name="button_parcel_send_to_server" width="78" /> | ||
90 | </panel> | ||
91 | <!--<panel border="true" bottom="175" follows="left|top|right|bottom" height="160" | ||
92 | label="Area" left="1" mouse_opaque="false" | ||
93 | name="Area" width="698"> | ||
94 | |||
95 | <slider can_edit_text="true" control_name="Max Altitude" | ||
96 | left="20" bottom="110" | ||
97 | decimal_digits="2" follows="left" height="18" increment="0.1" | ||
98 | initial_val="4096.0" label="Max Altitude" max_val="4096.001" min_val="0" | ||
99 | mouse_opaque="true" name="Max Altitude" show_text="true" value="4096.0" | ||
100 | width="200" /> | ||
101 | <slider can_edit_text="true" control_name="Min Altitude" | ||
102 | left="20" bottom="80" | ||
103 | decimal_digits="2" follows="left" height="18" increment="0.1" | ||
104 | initial_val="1.0" label="Min Altitude" max_val="4096" min_val="0" | ||
105 | mouse_opaque="true" name="Min Altitude" show_text="true" value="0" | ||
106 | width="200" /> | ||
107 | |||
108 | <slider can_edit_text="true" control_name="Fade" | ||
109 | left="20" bottom="50" | ||
110 | decimal_digits="2" follows="left" height="18" increment="0.1" | ||
111 | initial_val="1.0" label="Fade" max_val="10" min_val="0" | ||
112 | mouse_opaque="true" name="Fade" show_text="true" value="1.0" | ||
113 | width="200" /> | ||
114 | <button follows="left|top" font="SansSerifSmall" height="18" label="?" | ||
115 | left_delta="210" bottom="65" name="fade_help" width="18" /> | ||
116 | |||
117 | <button follows="top|right" font="SansSerif" halign="center" | ||
118 | right="-10" bottom="20" | ||
119 | height="20" label="Send" label_selected="Send" | ||
120 | mouse_opaque="true" name="button send to server" scale_image="TRUE" width="78" /> | ||
121 | </panel>--> | ||
122 | </tab_container> | ||
123 | </floater> | ||
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_world_map.xml b/linden/indra/newview/skins/default/xui/en-us/floater_world_map.xml index 389efb5..daf217e 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_world_map.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_world_map.xml | |||
@@ -1,183 +1,183 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <floater can_close="true" can_drag_on_left="false" can_minimize="true" can_resize="true" | 2 | <floater can_close="true" can_drag_on_left="false" can_minimize="true" can_resize="true" |
3 | height="711" min_height="520" min_width="410" name="worldmap" | 3 | height="711" min_height="520" min_width="410" name="worldmap" |
4 | rect_control="FloaterWorldMapRect2" title="World Map" width="1243"> | 4 | rect_control="FloaterWorldMapRect2" title="World Map" width="1243"> |
5 | <tab_container bottom="-701" follows="left|top|right|bottom" height="681" left="15" | 5 | <tab_container bottom="-701" follows="left|top|right|bottom" height="681" left="15" |
6 | mouse_opaque="false" name="maptab" tab_position="top" width="995"> | 6 | mouse_opaque="false" name="maptab" tab_position="top" width="995"> |
7 | <panel bottom="-680" follows="left|top|right|bottom" height="664" label="Objects" | 7 | <panel bottom="-680" follows="left|top|right|bottom" height="664" label="Objects" |
8 | left="1" mouse_opaque="true" name="objects_mapview" width="993" /> | 8 | left="1" mouse_opaque="true" name="objects_mapview" width="993" /> |
9 | <panel bottom="-680" follows="left|top|right|bottom" height="664" label="Terrain" | 9 | <panel bottom="-680" follows="left|top|right|bottom" height="664" label="Terrain" |
10 | left="1" mouse_opaque="true" name="terrain_mapview" width="993" /> | 10 | left="1" mouse_opaque="true" name="terrain_mapview" width="993" /> |
11 | </tab_container> | 11 | </tab_container> |
12 | <icon bottom="-50" color="1, 1, 1, 1" follows="top|right" height="16" | 12 | <icon bottom="-50" color="1, 1, 1, 1" follows="top|right" height="16" |
13 | image_name="map_avatar_16.tga" left="1013" mouse_opaque="true" name="self" | 13 | image_name="map_avatar_16.tga" left="1013" mouse_opaque="true" name="self" |
14 | width="16" /> | 14 | width="16" /> |
15 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 15 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
16 | bottom="-50" drop_shadow_visible="true" follows="top|right" | 16 | bottom="-50" drop_shadow_visible="true" follows="top|right" |
17 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="20" | 17 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="20" |
18 | mouse_opaque="true" name="you_label" v_pad="0" width="145"> | 18 | mouse_opaque="true" name="you_label" v_pad="0" width="145"> |
19 | You | 19 | You |
20 | </text> | 20 | </text> |
21 | <icon bottom="-50" color="1, 1, 1, 1" follows="top|right" height="16" | 21 | <icon bottom="-50" color="1, 1, 1, 1" follows="top|right" height="16" |
22 | image_name="map_home.tga" left="1083" mouse_opaque="true" name="home" | 22 | image_name="map_home.tga" left="1083" mouse_opaque="true" name="home" |
23 | width="16" /> | 23 | width="16" /> |
24 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 24 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
25 | bottom="-50" drop_shadow_visible="true" follows="top|right" | 25 | bottom="-50" drop_shadow_visible="true" follows="top|right" |
26 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="20" | 26 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="20" |
27 | mouse_opaque="true" name="home_label" v_pad="0" width="145"> | 27 | mouse_opaque="true" name="home_label" v_pad="0" width="145"> |
28 | Home | 28 | Home |
29 | </text> | 29 | </text> |
30 | <icon bottom="-70" color="0.5, 0.25, 1, 1" follows="top|right" height="16" | 30 | <icon bottom="-70" color="0.5, 0.25, 1, 1" follows="top|right" height="16" |
31 | image_name="legend.tga" left="1013" mouse_opaque="true" name="square2" | 31 | image_name="legend.tga" left="1013" mouse_opaque="true" name="square2" |
32 | width="16" /> | 32 | width="16" /> |
33 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 33 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
34 | bottom="-70" drop_shadow_visible="true" follows="top|right" | 34 | bottom="-70" drop_shadow_visible="true" follows="top|right" |
35 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="20" | 35 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="20" |
36 | mouse_opaque="true" name="auction_label" v_pad="0" width="145"> | 36 | mouse_opaque="true" name="auction_label" v_pad="0" width="145"> |
37 | Auction | 37 | Auction |
38 | </text> | 38 | </text> |
39 | <icon bottom="-70" color="1, 1, 0.25, 1" follows="top|right" height="16" | 39 | <icon bottom="-70" color="1, 1, 0.25, 1" follows="top|right" height="16" |
40 | image_name="legend.tga" left="1083" mouse_opaque="true" name="square" | 40 | image_name="legend.tga" left="1083" mouse_opaque="true" name="square" |
41 | width="16" /> | 41 | width="16" /> |
42 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 42 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
43 | bottom="-70" drop_shadow_visible="true" follows="top|right" | 43 | bottom="-70" drop_shadow_visible="true" follows="top|right" |
44 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="20" | 44 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="20" |
45 | mouse_opaque="true" name="land_for_sale_label" v_pad="0" width="145"> | 45 | mouse_opaque="true" name="land_for_sale_label" v_pad="0" width="145"> |
46 | Land For Sale | 46 | Land For Sale |
47 | </text> | 47 | </text> |
48 | <button bottom="-50" follows="top|right" font="SansSerifSmall" halign="center" | 48 | <button bottom="-50" follows="top|right" font="SansSerifSmall" halign="center" |
49 | height="16" label="Go Home" label_selected="Go Home" left="1150" | 49 | height="16" label="Go Home" label_selected="Go Home" left="1150" |
50 | mouse_opaque="true" name="Go Home" tool_tip="Teleport to your home" | 50 | mouse_opaque="true" name="Go Home" tool_tip="Teleport to your home" |
51 | width="88" /> | 51 | width="88" /> |
52 | <icon bottom="-92" color="0, 1, 0, 1" follows="top|right" height="8" | 52 | <icon bottom="-92" color="0, 1, 0, 1" follows="top|right" height="8" |
53 | image_name="map_avatar_8.tga" left="1017" mouse_opaque="true" name="person" | 53 | image_name="map_avatar_8.tga" left="1017" mouse_opaque="true" name="person" |
54 | width="8" /> | 54 | width="8" /> |
55 | <check_box bottom="-96" control_name="MapShowPeople" follows="top|right" | 55 | <check_box bottom="-96" control_name="MapShowPeople" follows="top|right" |
56 | font="SansSerifSmall" height="16" initial_value="false" label="Resident" | 56 | font="SansSerifSmall" height="16" initial_value="false" label="Resident" |
57 | left_delta="16" mouse_opaque="true" name="people_chk" width="110" /> | 57 | left_delta="16" mouse_opaque="true" name="people_chk" width="110" /> |
58 | <icon bottom="-116" color="1, 1, 1, 1" follows="top|right" height="16" | 58 | <icon bottom="-116" color="1, 1, 1, 1" follows="top|right" height="16" |
59 | image_name="map_infohub.tga" left="1013" mouse_opaque="true" name="infohub" | 59 | image_name="map_infohub.tga" left="1013" mouse_opaque="true" name="infohub" |
60 | width="16" /> | 60 | width="16" /> |
61 | <check_box bottom="-116" control_name="MapShowInfohubs" follows="top|right" | 61 | <check_box bottom="-116" control_name="MapShowInfohubs" follows="top|right" |
62 | font="SansSerifSmall" height="16" initial_value="false" label="Infohub" | 62 | font="SansSerifSmall" height="16" initial_value="false" label="Infohub" |
63 | left_delta="20" mouse_opaque="true" name="infohub_chk" width="110" /> | 63 | left_delta="20" mouse_opaque="true" name="infohub_chk" width="110" /> |
64 | <icon bottom="-136" color="1, 1, 1, 1" follows="top|right" height="16" | 64 | <icon bottom="-136" color="1, 1, 1, 1" follows="top|right" height="16" |
65 | image_name="map_telehub.tga" left="1013" mouse_opaque="true" name="telehub" | 65 | image_name="map_telehub.tga" left="1013" mouse_opaque="true" name="telehub" |
66 | width="16" /> | 66 | width="16" /> |
67 | <check_box bottom="-136" control_name="MapShowTelehubs" follows="top|right" | 67 | <check_box bottom="-136" control_name="MapShowTelehubs" follows="top|right" |
68 | font="SansSerifSmall" height="16" initial_value="false" label="Telehub" | 68 | font="SansSerifSmall" height="16" initial_value="false" label="Telehub" |
69 | left_delta="20" mouse_opaque="true" name="telehubchk" width="110" /> | 69 | left_delta="20" mouse_opaque="true" name="telehubchk" width="110" /> |
70 | <icon bottom="-156" color="1, 1, 1, 1" follows="top|right" height="16" | 70 | <icon bottom="-156" color="1, 1, 1, 1" follows="top|right" height="16" |
71 | image_name="icon_for_sale.tga" left="1013" mouse_opaque="true" | 71 | image_name="icon_for_sale.tga" left="1013" mouse_opaque="true" |
72 | name="landforsale" width="16" /> | 72 | name="landforsale" width="16" /> |
73 | <check_box bottom="-156" control_name="MapShowLandForSale" follows="top|right" | 73 | <check_box bottom="-156" control_name="MapShowLandForSale" follows="top|right" |
74 | font="SansSerifSmall" height="16" initial_value="false" label="Land for Sale" | 74 | font="SansSerifSmall" height="16" initial_value="false" label="Land for Sale" |
75 | left_delta="20" mouse_opaque="true" name="land_for_sale_chk" width="110" /> | 75 | left_delta="20" mouse_opaque="true" name="land_for_sale_chk" width="110" /> |
76 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 76 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
77 | bottom="-96" drop_shadow_visible="true" follows="top|right" | 77 | bottom="-96" drop_shadow_visible="true" follows="top|right" |
78 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="1139" | 78 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="1139" |
79 | mouse_opaque="true" name="events_label" v_pad="0" width="145"> | 79 | mouse_opaque="true" name="events_label" v_pad="0" width="145"> |
80 | Events: | 80 | Events: |
81 | </text> | 81 | </text> |
82 | <icon bottom="-116" color="1, 1, 1, 1" follows="top|right" height="16" | 82 | <icon bottom="-116" color="1, 1, 1, 1" follows="top|right" height="16" |
83 | image_name="map_event.tga" left="1151" mouse_opaque="true" name="event" | 83 | image_name="map_event.tga" left="1151" mouse_opaque="true" name="event" |
84 | width="16" /> | 84 | width="16" /> |
85 | <check_box bottom="-116" control_name="MapShowEvents" follows="top|right" | 85 | <check_box bottom="-116" control_name="MapShowEvents" follows="top|right" |
86 | font="SansSerifSmall" height="16" initial_value="false" label="PG" | 86 | font="SansSerifSmall" height="16" initial_value="false" label="PG" |
87 | left_delta="20" mouse_opaque="true" name="event_chk" width="55" /> | 87 | left_delta="20" mouse_opaque="true" name="event_chk" width="55" /> |
88 | <icon bottom="-136" color="1, 1, 1, 1" follows="top|right" height="16" | 88 | <icon bottom="-136" color="1, 1, 1, 1" follows="top|right" height="16" |
89 | image_name="map_event_mature.tga" left="1151" mouse_opaque="true" | 89 | image_name="map_event_mature.tga" left="1151" mouse_opaque="true" |
90 | name="events_mature_icon" width="16" /> | 90 | name="events_mature_icon" width="16" /> |
91 | <check_box bottom="-136" control_name="ShowMatureEvents" follows="top|right" | 91 | <check_box bottom="-136" control_name="ShowMatureEvents" follows="top|right" |
92 | font="SansSerifSmall" height="16" initial_value="true" label="Mature" | 92 | font="SansSerifSmall" height="16" initial_value="true" label="Mature" |
93 | left_delta="20" mouse_opaque="true" name="event_mature_chk" width="55" /> | 93 | left_delta="20" mouse_opaque="true" name="event_mature_chk" width="55" /> |
94 | <icon bottom="-156" color="1, 1, 1, 1" follows="top|right" height="16" | 94 | <icon bottom="-156" color="1, 1, 1, 1" follows="top|right" height="16" |
95 | image_name="map_event_adult.tga" left="1151" mouse_opaque="true" | 95 | image_name="map_event_adult.tga" left="1151" mouse_opaque="true" |
96 | name="events_adult_icon" width="16" /> | 96 | name="events_adult_icon" width="16" /> |
97 | <check_box bottom="-156" control_name="ShowAdultEvents" follows="top|right" | 97 | <check_box bottom="-156" control_name="ShowAdultEvents" follows="top|right" |
98 | font="SansSerifSmall" height="16" initial_value="false" label="Adult" | 98 | font="SansSerifSmall" height="16" initial_value="false" label="Adult" |
99 | left_delta="20" mouse_opaque="true" name="event_adult_chk" width="55" /> | 99 | left_delta="20" mouse_opaque="true" name="event_adult_chk" width="55" /> |
100 | <icon bottom="-180" color="0.5, 0, 0, 1" follows="top|right" height="16" | 100 | <icon bottom="-180" color="0.5, 0, 0, 1" follows="top|right" height="16" |
101 | image_name="map_track_16.tga" left="1013" mouse_opaque="true" | 101 | image_name="map_track_16.tga" left="1013" mouse_opaque="true" |
102 | name="avatar_icon" width="16" /> | 102 | name="avatar_icon" width="16" /> |
103 | <combo_box allow_text_entry="true" bottom_delta="0" follows="top|right" height="20" | 103 | <combo_box allow_text_entry="true" bottom_delta="0" follows="top|right" height="20" |
104 | label="Online Friends" left_delta="20" max_chars="60" mouse_opaque="true" | 104 | label="Online Friends" left_delta="20" max_chars="60" mouse_opaque="true" |
105 | name="friend combo" tool_tip="Friend to Show on Map" width="202"> | 105 | name="friend combo" tool_tip="Friend to Show on Map" width="202"> |
106 | <combo_item name="none_selected" value="None"> | 106 | <combo_item name="none_selected" value="None"> |
107 | Online Friends | 107 | Online Friends |
108 | </combo_item> | 108 | </combo_item> |
109 | </combo_box> | 109 | </combo_box> |
110 | <icon bottom_delta="-25" color="0.5, 0, 0, 1" follows="top|right" height="16" | 110 | <icon bottom_delta="-25" color="0.5, 0, 0, 1" follows="top|right" height="16" |
111 | image_name="map_track_16.tga" left="1013" mouse_opaque="true" | 111 | image_name="map_track_16.tga" left="1013" mouse_opaque="true" |
112 | name="landmark_icon" width="16" /> | 112 | name="landmark_icon" width="16" /> |
113 | <combo_box allow_text_entry="true" bottom_delta="0" follows="top|right" height="20" | 113 | <combo_box allow_text_entry="true" bottom_delta="0" follows="top|right" height="20" |
114 | label="Landmarks" left_delta="20" max_chars="64" mouse_opaque="true" | 114 | label="Landmarks" left_delta="20" max_chars="64" mouse_opaque="true" |
115 | name="landmark combo" tool_tip="Landmark to Show on Map" width="202"> | 115 | name="landmark combo" tool_tip="Landmark to Show on Map" width="202"> |
116 | <combo_item name="none_selected" value="None"> | 116 | <combo_item name="none_selected" value="None"> |
117 | Landmarks | 117 | Landmarks |
118 | </combo_item> | 118 | </combo_item> |
119 | </combo_box> | 119 | </combo_box> |
120 | <icon bottom_delta="-25" color="0.5, 0, 0, 1" follows="top|right" height="16" | 120 | <icon bottom_delta="-25" color="0.5, 0, 0, 1" follows="top|right" height="16" |
121 | image_name="map_track_16.tga" left="1013" mouse_opaque="true" | 121 | image_name="map_track_16.tga" left="1013" mouse_opaque="true" |
122 | name="location_icon" width="16" /> | 122 | name="location_icon" width="16" /> |
123 | <line_editor bottom_delta="0" follows="top|right" height="20" label="Search by Region Name" | 123 | <line_editor bottom_delta="0" follows="top|right" height="20" label="Search by Region Name" |
124 | left_delta="20" name="location" select_on_focus="true" | 124 | left_delta="20" name="location" select_on_focus="true" |
125 | tool_tip="Type the name of a region" width="140" /> | 125 | tool_tip="Type the name of a region" width="140" /> |
126 | <button bottom_delta="0" follows="top|right" font="SansSerif" halign="center" | 126 | <button bottom_delta="0" follows="top|right" font="SansSerif" halign="center" |
127 | height="20" label="Search" left_delta="145" mouse_opaque="true" | 127 | height="20" label="Search" left_delta="145" mouse_opaque="true" |
128 | name="DoSearch" tool_tip="Search for region" width="60" /> | 128 | name="DoSearch" tool_tip="Search for region" width="60" /> |
129 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 129 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
130 | bottom_delta="-20" drop_shadow_visible="true" follows="top|right" | 130 | bottom_delta="-20" drop_shadow_visible="true" follows="top|right" |
131 | font="SansSerif" h_pad="0" halign="left" height="16" left="1013" | 131 | font="SansSerif" h_pad="0" halign="left" height="16" left="1013" |
132 | mouse_opaque="true" name="search_label" v_pad="0" width="222"> | 132 | mouse_opaque="true" name="search_label" v_pad="0" width="222"> |
133 | Search Results: | 133 | Search Results: |
134 | </text> | 134 | </text> |
135 | <scroll_list background_visible="true" bottom_delta="-326" draw_border="true" | 135 | <scroll_list background_visible="true" bottom_delta="-326" draw_border="true" |
136 | draw_stripes="false" | 136 | draw_stripes="false" |
137 | follows="top|right|bottom" height="320" left="1013" multi_select="false" | 137 | follows="top|right|bottom" height="320" left="1013" multi_select="false" |
138 | name="search_results" width="222"> | 138 | name="search_results" width="222"> |
139 | <column label="" name="icon" width="16" /> | 139 | <column label="" name="icon" width="16" /> |
140 | <column label="" name="sim_name" width="206" /> | 140 | <column label="" name="sim_name" width="206" /> |
141 | </scroll_list> | 141 | </scroll_list> |
142 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 142 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
143 | bottom_delta="-20" drop_shadow_visible="true" follows="bottom|right" | 143 | bottom_delta="-20" drop_shadow_visible="true" follows="bottom|right" |
144 | font="SansSerif" h_pad="0" halign="left" height="16" left="1013" | 144 | font="SansSerif" h_pad="0" halign="left" height="16" left="1013" |
145 | mouse_opaque="true" name="location_label" v_pad="0" width="98"> | 145 | mouse_opaque="true" name="location_label" v_pad="0" width="98"> |
146 | Location: | 146 | Location: |
147 | </text> | 147 | </text> |
148 | <spinner bottom_delta="0" decimal_digits="0" follows="bottom|right" height="16" | 148 | <spinner bottom_delta="0" decimal_digits="0" follows="bottom|right" height="16" |
149 | increment="1" initial_val="128" left="1090" max_val="255" min_val="0" | 149 | increment="1" initial_val="128" left="1090" max_val="99999" min_val="0" |
150 | mouse_opaque="true" name="spin x" | 150 | mouse_opaque="true" name="spin x" |
151 | tool_tip="X coordinate of location to show on map" width="48" /> | 151 | tool_tip="X coordinate of location to show on map" width="48" /> |
152 | <spinner bottom_delta="0" decimal_digits="0" follows="bottom|right" height="16" | 152 | <spinner bottom_delta="0" decimal_digits="0" follows="bottom|right" height="16" |
153 | increment="1" initial_val="128" left_delta="50" max_val="255" min_val="0" | 153 | increment="1" initial_val="128" left_delta="50" max_val="99999" min_val="0" |
154 | mouse_opaque="true" name="spin y" | 154 | mouse_opaque="true" name="spin y" |
155 | tool_tip="Y coordinate of location to show on map" width="48" /> | 155 | tool_tip="Y coordinate of location to show on map" width="48" /> |
156 | <spinner bottom_delta="0" decimal_digits="0" follows="bottom|right" height="16" | 156 | <spinner bottom_delta="0" decimal_digits="0" follows="bottom|right" height="16" |
157 | increment="1" initial_val="0" left_delta="50" max_val="4096" min_val="0" | 157 | increment="1" initial_val="0" left_delta="50" max_val="4096" min_val="0" |
158 | mouse_opaque="true" name="spin z" | 158 | mouse_opaque="true" name="spin z" |
159 | tool_tip="Z coordinate of location to show on map" width="48" /> | 159 | tool_tip="Z coordinate of location to show on map" width="48" /> |
160 | <button bottom="-625" follows="right|bottom" font="SansSerif" halign="center" | 160 | <button bottom="-625" follows="right|bottom" font="SansSerif" halign="center" |
161 | height="20" label="Teleport" label_selected="Teleport" left="-230" | 161 | height="20" label="Teleport" label_selected="Teleport" left="-230" |
162 | mouse_opaque="true" name="Teleport" | 162 | mouse_opaque="true" name="Teleport" |
163 | tool_tip="Teleport to selected location" width="90" /> | 163 | tool_tip="Teleport to selected location" width="90" /> |
164 | <button bottom_delta="0" follows="right|bottom" font="SansSerif" halign="center" | 164 | <button bottom_delta="0" follows="right|bottom" font="SansSerif" halign="center" |
165 | height="20" label="Show Destination" label_selected="Show Destination" | 165 | height="20" label="Show Destination" label_selected="Show Destination" |
166 | left_delta="100" mouse_opaque="true" name="Show Destination" | 166 | left_delta="100" mouse_opaque="true" name="Show Destination" |
167 | tool_tip="Center map on selected location" width="125" /> | 167 | tool_tip="Center map on selected location" width="125" /> |
168 | <button bottom_delta="-24" follows="right|bottom" font="SansSerif" halign="center" | 168 | <button bottom_delta="-24" follows="right|bottom" font="SansSerif" halign="center" |
169 | height="20" label="Clear" label_selected="Clear" left="-230" | 169 | height="20" label="Clear" label_selected="Clear" left="-230" |
170 | mouse_opaque="true" name="Clear" tool_tip="Stop tracking" width="90" /> | 170 | mouse_opaque="true" name="Clear" tool_tip="Stop tracking" width="90" /> |
171 | <button bottom_delta="0" follows="right|bottom" font="SansSerif" halign="center" | 171 | <button bottom_delta="0" follows="right|bottom" font="SansSerif" halign="center" |
172 | height="20" label="Show My Location" label_selected="Show My Location" | 172 | height="20" label="Show My Location" label_selected="Show My Location" |
173 | left_delta="100" mouse_opaque="true" name="Show My Location" | 173 | left_delta="100" mouse_opaque="true" name="Show My Location" |
174 | tool_tip="Center map on your avatar's location" width="125" /> | 174 | tool_tip="Center map on your avatar's location" width="125" /> |
175 | <button bottom_delta="-24" enabled="false" follows="bottom|right" font="SansSerif" | 175 | <button bottom_delta="-24" enabled="false" follows="bottom|right" font="SansSerif" |
176 | height="20" label="Copy SLURL to clipboard" left="-230" name="copy_slurl" | 176 | height="20" label="Copy SLURL to clipboard" left="-230" name="copy_slurl" |
177 | tool_tip="Copies current location as SLURL to be used on the web." | 177 | tool_tip="Copies current location as SLURL to be used on the web." |
178 | width="222" /> | 178 | width="222" /> |
179 | <slider bottom="-697" can_edit_text="false" decimal_digits="3" follows="right|bottom" | 179 | <slider bottom="-697" can_edit_text="false" decimal_digits="3" follows="right|bottom" |
180 | height="16" increment="0.2" initial_val="48.5029" label="Zoom" left="-230" | 180 | height="16" increment="0.2" initial_val="48.5029" label="Zoom" left="-230" |
181 | max_val="0" min_val="-8" mouse_opaque="true" name="zoom slider" | 181 | max_val="0" min_val="-8" mouse_opaque="true" name="zoom slider" |
182 | show_text="false" value="48.5029" width="222" /> | 182 | show_text="false" value="48.5029" width="222" /> |
183 | </floater> | 183 | </floater> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/fonts.xml b/linden/indra/newview/skins/default/xui/en-us/fonts.xml index 7343ac2..e9ede83 100644 --- a/linden/indra/newview/skins/default/xui/en-us/fonts.xml +++ b/linden/indra/newview/skins/default/xui/en-us/fonts.xml | |||
@@ -147,6 +147,10 @@ | |||
147 | comment="Size of large font (points, or 1/72 of an inch)" | 147 | comment="Size of large font (points, or 1/72 of an inch)" |
148 | size="12" | 148 | size="12" |
149 | /> | 149 | /> |
150 | <font_size name="Bigger" | ||
151 | comment="Size of medium font (points, or 1/72 of an inch)" | ||
152 | size="11" | ||
153 | /> | ||
150 | <font_size name="Medium" | 154 | <font_size name="Medium" |
151 | comment="Size of medium font (points, or 1/72 of an inch)" | 155 | comment="Size of medium font (points, or 1/72 of an inch)" |
152 | size="10" | 156 | size="10" |
diff --git a/linden/indra/newview/skins/default/xui/en-us/legacy_menu_pie_attachment.xml b/linden/indra/newview/skins/default/xui/en-us/legacy_menu_pie_attachment.xml index 18bedd0..35f3037 100644 --- a/linden/indra/newview/skins/default/xui/en-us/legacy_menu_pie_attachment.xml +++ b/linden/indra/newview/skins/default/xui/en-us/legacy_menu_pie_attachment.xml | |||
@@ -1,23 +1,23 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <pie_menu name="Attachment Pie"> | 2 | <pie_menu name="Attachment Pie"> |
3 | <menu_item_call enabled="false" label="Drop" mouse_opaque="true" name="Drop"> | 3 | <menu_item_call enabled="false" label="Drop" mouse_opaque="true" name="Drop"> |
4 | <on_click function="Attachment.Drop" /> | 4 | <on_click function="Attachment.Drop" /> |
5 | <on_enable function="Attachment.EnableDrop" /> | 5 | <on_enable function="Attachment.EnableDrop" /> |
6 | </menu_item_call> | 6 | </menu_item_call> |
7 | <menu_item_separator /> | 7 | <menu_item_separator /> |
8 | <menu_item_separator /> | 8 | <menu_item_separator /> |
9 | <menu_item_separator /> | 9 | <menu_item_separator /> |
10 | <menu_item_call enabled="true" label="Inspect" mouse_opaque="true" name="Object Inspect"> | 10 | <menu_item_call enabled="true" label="Inspect" mouse_opaque="true" name="Object Inspect"> |
11 | <on_click function="Object.Inspect" /> | 11 | <on_click function="Object.Inspect" /> |
12 | <on_enable function="Object.EnableInspect" /> | 12 | <on_enable function="Object.EnableInspect" /> |
13 | </menu_item_call> | 13 | </menu_item_call> |
14 | <menu_item_separator /> | 14 | <menu_item_separator /> |
15 | <menu_item_call enabled="false" label="Detach" mouse_opaque="true" name="Detach"> | 15 | <menu_item_call enabled="false" label="Detach" mouse_opaque="true" name="Detach"> |
16 | <on_click function="Attachment.Detach" /> | 16 | <on_click function="Attachment.Detach" /> |
17 | <on_enable function="Attachment.EnableDetach" /> | 17 | <on_enable function="Attachment.EnableDetach" /> |
18 | </menu_item_call> | 18 | </menu_item_call> |
19 | <menu_item_call enabled="false" label="Edit..." mouse_opaque="true" name="Edit"> | 19 | <menu_item_call enabled="false" label="Edit..." mouse_opaque="true" name="Edit"> |
20 | <on_click function="Object.Edit" /> | 20 | <on_click function="Object.Edit" /> |
21 | <on_enable function="EnableEdit" /> | 21 | <on_enable function="EnableEdit" /> |
22 | </menu_item_call> | 22 | </menu_item_call> |
23 | </pie_menu> | 23 | </pie_menu> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/legacy_menu_pie_avatar.xml b/linden/indra/newview/skins/default/xui/en-us/legacy_menu_pie_avatar.xml index 0e5c379..dcf7521 100644 --- a/linden/indra/newview/skins/default/xui/en-us/legacy_menu_pie_avatar.xml +++ b/linden/indra/newview/skins/default/xui/en-us/legacy_menu_pie_avatar.xml | |||
@@ -37,15 +37,18 @@ | |||
37 | <on_click function="Avatar.Eject" /> | 37 | <on_click function="Avatar.Eject" /> |
38 | <on_enable function="Avatar.EnableFreezeEject" /> | 38 | <on_enable function="Avatar.EnableFreezeEject" /> |
39 | </menu_item_call> | 39 | </menu_item_call> |
40 | <menu_item_call enabled="false" label="Debug..." mouse_opaque="true" name="Debug..."> | 40 | <menu_item_call enabled="true" label="Derender" mouse_opaque="true" name="Derender"> |
41 | <on_click function="Avatar.Debug" /> | 41 | <on_click function="Object.DERENDER" /> |
42 | <on_visible function="Avatar.VisibleDebug" /> | 42 | </menu_item_call> |
43 | <on_enable function="Avatar.EnableDebug" /> | 43 | <menu_item_call enabled="true" label="Inspect" mouse_opaque="true" name="Avatar Inspect"> |
44 | </menu_item_call> | ||
45 | <menu_item_call enabled="true" label="Inspect" mouse_opaque="true" name="Avatar Inspect"> | ||
46 | <on_click function="Object.Inspect" /> | 44 | <on_click function="Object.Inspect" /> |
47 | <on_enable function="Object.EnableInspect" /> | 45 | <on_enable function="Object.EnableInspect" /> |
48 | </menu_item_call> | 46 | </menu_item_call> |
47 | <menu_item_call enabled="false" label="Debug..." mouse_opaque="true" name="Debug..."> | ||
48 | <on_click function="Avatar.Debug" /> | ||
49 | <on_visible function="Avatar.VisibleDebug" /> | ||
50 | <on_enable function="Avatar.EnableDebug" /> | ||
51 | </menu_item_call> | ||
49 | </pie_menu> | 52 | </pie_menu> |
50 | <menu_item_call enabled="false" label="Send IM..." mouse_opaque="true" name="Send IM..."> | 53 | <menu_item_call enabled="false" label="Send IM..." mouse_opaque="true" name="Send IM..."> |
51 | <on_click function="Avatar.SendIM" /> | 54 | <on_click function="Avatar.SendIM" /> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/legacy_menu_pie_object.xml b/linden/indra/newview/skins/default/xui/en-us/legacy_menu_pie_object.xml index 23591ef..ff142b5 100644 --- a/linden/indra/newview/skins/default/xui/en-us/legacy_menu_pie_object.xml +++ b/linden/indra/newview/skins/default/xui/en-us/legacy_menu_pie_object.xml | |||
@@ -65,15 +65,17 @@ | |||
65 | <on_click function="Tools.Unlink" userdata="" /> | 65 | <on_click function="Tools.Unlink" userdata="" /> |
66 | <on_enable function="Tools.EnableUnlink" /> | 66 | <on_enable function="Tools.EnableUnlink" /> |
67 | </menu_item_call> | 67 | </menu_item_call> |
68 | <menu_item_call enabled="false" label="Mute" mouse_opaque="true" name="Object Mute"> | 68 | <menu_item_call enabled="true" label="Derender" mouse_opaque="true" name="Derender"> |
69 | <on_click function="Object.Mute" /> | 69 | <on_click function="Object.DERENDER" /> |
70 | <on_enable function="Object.EnableMute" /> | 70 | </menu_item_call> |
71 | </menu_item_call> | 71 | <menu_item_call enabled="true" label="Inspect" mouse_opaque="true" name="Object Inspect"> |
72 | <menu_item_separator /> | 72 | <on_click function="Object.Inspect" /> |
73 | <menu_item_call enabled="true" label="Inspect" mouse_opaque="true" name="Object Inspect"> | 73 | <on_enable function="Object.EnableInspect" /> |
74 | <on_click function="Object.Inspect" /> | 74 | </menu_item_call> |
75 | <on_enable function="Object.EnableInspect" /> | 75 | <menu_item_call enabled="false" label="Mute" mouse_opaque="true" name="Object Mute"> |
76 | </menu_item_call> | 76 | <on_click function="Object.Mute" /> |
77 | <on_enable function="Object.EnableMute" /> | ||
78 | </menu_item_call> | ||
77 | </pie_menu> | 79 | </pie_menu> |
78 | <menu_item_call enabled="false" label="Buy..." mouse_opaque="true" name="Buy..."> | 80 | <menu_item_call enabled="false" label="Buy..." mouse_opaque="true" name="Buy..."> |
79 | <on_click function="Object.Buy" /> | 81 | <on_click function="Object.Buy" /> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/menu_areasearch.xml b/linden/indra/newview/skins/default/xui/en-us/menu_areasearch.xml new file mode 100644 index 0000000..c55d1b3 --- /dev/null +++ b/linden/indra/newview/skins/default/xui/en-us/menu_areasearch.xml | |||
@@ -0,0 +1,16 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <menu bottom="100" color="MenuDefaultBgColor" drop_shadow="true" height="101" left="100" | ||
3 | mouse_opaque="false" name="popup" opaque="true" width="128"> | ||
4 | <menu_item_call bottom_delta="-18" height="18" label="Teleport to" left="0" | ||
5 | mouse_opaque="true" name="teleport" width="128"> | ||
6 | <on_click function="Popup.HandleMenu" userdata="teleport" /> | ||
7 | </menu_item_call> | ||
8 | <menu_item_call bottom_delta="-18" height="18" label="Cam to" left="0" | ||
9 | mouse_opaque="true" name="cam" width="128"> | ||
10 | <on_click function="Popup.HandleMenu" userdata="cam" /> | ||
11 | </menu_item_call> | ||
12 | <menu_item_call bottom_delta="-18" height="18" label="Edit" left="0" | ||
13 | mouse_opaque="true" name="edit" width="128"> | ||
14 | <on_click function="Popup.HandleMenu" userdata="edit" /> | ||
15 | </menu_item_call> | ||
16 | </menu> | ||
diff --git a/linden/indra/newview/skins/default/xui/en-us/menu_inventory.xml b/linden/indra/newview/skins/default/xui/en-us/menu_inventory.xml index ad43c9d..86dc5c7 100644 --- a/linden/indra/newview/skins/default/xui/en-us/menu_inventory.xml +++ b/linden/indra/newview/skins/default/xui/en-us/menu_inventory.xml | |||
@@ -141,6 +141,18 @@ | |||
141 | name="Open" width="128"> | 141 | name="Open" width="128"> |
142 | <on_click filter="" function="Inventory.DoToSelected" userdata="open" /> | 142 | <on_click filter="" function="Inventory.DoToSelected" userdata="open" /> |
143 | </menu_item_call> | 143 | </menu_item_call> |
144 | <menu_item_call bottom_delta="-18" height="18" label="Use WindLight Settings" left="0" mouse_opaque="true" | ||
145 | name="Use WindLight Settings" width="128"> | ||
146 | <on_click filter="" function="Inventory.DoToSelected" userdata="load_windlight" /> | ||
147 | </menu_item_call> | ||
148 | <menu_item_call bottom_delta="-18" height="18" label="Use Water Settings" left="0" mouse_opaque="true" | ||
149 | name="Use WaterLight Settings" width="128"> | ||
150 | <on_click filter="" function="Inventory.DoToSelected" userdata="load_waterlight" /> | ||
151 | </menu_item_call> | ||
152 | <menu_item_call bottom_delta="-18" height="18" label="Edit WindLight Settings" left="0" mouse_opaque="true" | ||
153 | name="Edit WindLight Settings" width="128"> | ||
154 | <on_click filter="" function="Inventory.DoToSelected" userdata="edit_windlight" /> | ||
155 | </menu_item_call> | ||
144 | <menu_item_call bottom_delta="-18" height="18" label="Properties" left="0" mouse_opaque="true" | 156 | <menu_item_call bottom_delta="-18" height="18" label="Properties" left="0" mouse_opaque="true" |
145 | name="Properties" width="128"> | 157 | name="Properties" width="128"> |
146 | <on_click filter="" function="Inventory.DoToSelected" userdata="properties" /> | 158 | <on_click filter="" function="Inventory.DoToSelected" userdata="properties" /> |
@@ -154,11 +166,15 @@ | |||
154 | <on_click filter="" function="Inventory.DoToSelected" userdata="copy_uuid" /> | 166 | <on_click filter="" function="Inventory.DoToSelected" userdata="copy_uuid" /> |
155 | </menu_item_call> | 167 | </menu_item_call> |
156 | <menu_item_separator name="Copy Separator" /> | 168 | <menu_item_separator name="Copy Separator" /> |
157 | <menu_item_call bottom_delta="-18" height="18" label="Copy" left="0" mouse_opaque="true" | 169 | <menu_item_call bottom_delta="-18" height="18" label="Cut" left="0" mouse_opaque="true" |
170 | name="Cut" width="128"> | ||
171 | <on_click filter="" function="Inventory.DoToSelected" userdata="cut" /> | ||
172 | </menu_item_call> | ||
173 | <menu_item_call bottom_delta="-18" height="18" label="Copy" left="0" mouse_opaque="true" | ||
158 | name="Copy" width="128"> | 174 | name="Copy" width="128"> |
159 | <on_click filter="" function="Inventory.DoToSelected" userdata="copy" /> | 175 | <on_click filter="" function="Inventory.DoToSelected" userdata="copy" /> |
160 | </menu_item_call> | 176 | </menu_item_call> |
161 | <menu_item_call bottom_delta="-18" height="18" label="Paste" left="0" mouse_opaque="true" | 177 | <menu_item_call bottom_delta="-18" height="18" label="Paste" left="0" mouse_opaque="true" |
162 | name="Paste" width="128"> | 178 | name="Paste" width="128"> |
163 | <on_click filter="" function="Inventory.DoToSelected" userdata="paste" /> | 179 | <on_click filter="" function="Inventory.DoToSelected" userdata="paste" /> |
164 | </menu_item_call> | 180 | </menu_item_call> |
@@ -237,13 +253,9 @@ | |||
237 | mouse_opaque="true" name="Detach From Yourself" width="128"> | 253 | mouse_opaque="true" name="Detach From Yourself" width="128"> |
238 | <on_click filter="" function="Inventory.DoToSelected" userdata="detach" /> | 254 | <on_click filter="" function="Inventory.DoToSelected" userdata="detach" /> |
239 | </menu_item_call> | 255 | </menu_item_call> |
240 | <!-- COMMENTED OUT for DEV-32347 --> | 256 | <menu_item_call bottom_delta="-18" height="18" label="Edit" left="0" mouse_opaque="true" name="Attachment Edit" width="128"> |
241 | <!-- | 257 | <on_click filter="" function="Inventory.DoToSelected" userdata="edit" /> |
242 | <menu_item_call bottom_delta="-18" height="18" label="Restore to Last Position" left="0" mouse_opaque="true" | ||
243 | name="Restore to Last Position" width="128"> | ||
244 | <on_click filter="" function="Inventory.DoToSelected" userdata="restoreToWorld" /> | ||
245 | </menu_item_call> | 258 | </menu_item_call> |
246 | --> | ||
247 | <menu_item_call bottom_delta="-18" height="18" label="Wear" left="0" mouse_opaque="true" | 259 | <menu_item_call bottom_delta="-18" height="18" label="Wear" left="0" mouse_opaque="true" |
248 | name="Object Wear" width="128"> | 260 | name="Object Wear" width="128"> |
249 | <on_click filter="" function="Inventory.DoToSelected" userdata="attach" /> | 261 | <on_click filter="" function="Inventory.DoToSelected" userdata="attach" /> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/menu_login.xml b/linden/indra/newview/skins/default/xui/en-us/menu_login.xml index 454774e..c65a737 100644 --- a/linden/indra/newview/skins/default/xui/en-us/menu_login.xml +++ b/linden/indra/newview/skins/default/xui/en-us/menu_login.xml | |||
@@ -1,32 +1,34 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <menu_bar bottom="-18" drop_shadow="false" enabled="true" follows="left|top|right" | 2 | <menu_bar name="Login Menu" opaque="true" tear_off="false" height="18" bottom="-18" follows="left|top|right"> |
3 | height="18" left="0" mouse_opaque="true" name="Login Menu" opaque="true" | 3 | <menu create_jump_keys="true" label="File" name="File" opaque="true" tear_off="false"> |
4 | tear_off="false" width="802"> | 4 | <menu_item_call label="Quit" name="Quit" shortcut="control|Q"> |
5 | <menu bottom="273" create_jump_keys="true" drop_shadow="true" enabled="true" | ||
6 | height="263" label="File" left="0" mouse_opaque="false" name="File" | ||
7 | opaque="true" tear_off="false" width="243"> | ||
8 | <menu_item_call bottom="-29" enabled="true" height="19" label="Quit" left="0" | ||
9 | mouse_opaque="true" name="Quit" shortcut="control|Q" width="243"> | ||
10 | <on_click function="File.Quit" userdata="" /> | 5 | <on_click function="File.Quit" userdata="" /> |
11 | </menu_item_call> | 6 | </menu_item_call> |
12 | </menu> | 7 | </menu> |
13 | <menu bottom="97" create_jump_keys="true" drop_shadow="true" enabled="true" | 8 | <menu create_jump_keys="true" label="Edit" name="Edit" |
14 | height="439" label="Edit" left="38" mouse_opaque="false" name="Edit" | 9 | opaque="true" tear_off="false"> |
15 | opaque="true" tear_off="false" width="153"> | 10 | <menu_item_call label="Preferences..." name="Preferences..." shortcut="control|P"> |
16 | <menu_item_call bottom="-29" enabled="true" height="19" label="Preferences..." left="0" | ||
17 | mouse_opaque="true" name="Preferences..." shortcut="control|P" width="153"> | ||
18 | <on_click function="ShowFloater" userdata="preferences" /> | 11 | <on_click function="ShowFloater" userdata="preferences" /> |
19 | </menu_item_call> | 12 | </menu_item_call> |
20 | </menu> | 13 | </menu> |
21 | <menu bottom="219" create_jump_keys="true" drop_shadow="true" enabled="true" | 14 | <menu create_jump_keys="true" label="Help" name="Help" |
22 | height="317" label="Help" left="80" mouse_opaque="false" name="Help" | 15 | opaque="true" tear_off="false"> |
23 | opaque="true" tear_off="false" width="166"> | 16 | <menu_item_call label="Grid Help" name="Grid Help" shortcut="F1"> |
24 | <menu_item_call bottom="-29" enabled="true" height="19" label="Grid Help" left="0" | ||
25 | mouse_opaque="true" name="Grid Help" shortcut="F1" width="166"> | ||
26 | <on_click function="ShowFloater" userdata="help f1" /> | 17 | <on_click function="ShowFloater" userdata="help f1" /> |
27 | </menu_item_call> | 18 | </menu_item_call> |
28 | <menu_item_call bottom="-48" enabled="true" height="19" label="About Imprudence" left="0" | 19 | <menu_item_separator /> |
29 | mouse_opaque="true" name="About Imprudence" width="166"> | 20 | <menu_item_call name="Imprudence Blog" |
21 | label="Imprudence Blog"> | ||
22 | <on_click function="PromptShowURL" | ||
23 | userdata="WebLaunchImprudenceBlog,http://imprudenceviewer.org/" /> | ||
24 | </menu_item_call> | ||
25 | <menu_item_call name="Imprudence Forums" | ||
26 | label="Imprudence Forums"> | ||
27 | <on_click function="PromptShowURL" | ||
28 | userdata="WebLaunchImprudenceForums,http://imprudenceviewer.org/forums/" /> | ||
29 | </menu_item_call> | ||
30 | <menu_item_separator /> | ||
31 | <menu_item_call label="About Imprudence" name="About Imprudence"> | ||
30 | <on_click function="ShowFloater" userdata="about" /> | 32 | <on_click function="ShowFloater" userdata="about" /> |
31 | </menu_item_call> | 33 | </menu_item_call> |
32 | </menu> | 34 | </menu> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/menu_mini_map.xml b/linden/indra/newview/skins/default/xui/en-us/menu_mini_map.xml index 039165b..4b31328 100644 --- a/linden/indra/newview/skins/default/xui/en-us/menu_mini_map.xml +++ b/linden/indra/newview/skins/default/xui/en-us/menu_mini_map.xml | |||
@@ -25,6 +25,12 @@ | |||
25 | <on_check function="MiniMap.CheckRotate" userdata="" /> | 25 | <on_check function="MiniMap.CheckRotate" userdata="" /> |
26 | </menu_item_check> | 26 | </menu_item_check> |
27 | <menu_item_separator /> | 27 | <menu_item_separator /> |
28 | <menu_item_check bottom_delta="-18" enabled="true" height="18" label="Show Objects" | ||
29 | left="0" mouse_opaque="true" name="Show Objects" width="128"> | ||
30 | <on_click function="MiniMap.ShowObjects" userdata="" /> | ||
31 | <on_check function="MiniMap.CheckShowObjects" userdata="" /> | ||
32 | </menu_item_check> | ||
33 | <menu_item_separator /> | ||
28 | <menu_item_call bottom_delta="-18" enabled = "false" height="18" label="Show World Map" | 34 | <menu_item_call bottom_delta="-18" enabled = "false" height="18" label="Show World Map" |
29 | left="0" mouse_opaque="true" name="Show Map" width="128"> | 35 | left="0" mouse_opaque="true" name="Show Map" width="128"> |
30 | <on_click function="MiniMap.ShowWorldMap" userdata="" /> | 36 | <on_click function="MiniMap.ShowWorldMap" userdata="" /> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/menu_pie_avatar.xml b/linden/indra/newview/skins/default/xui/en-us/menu_pie_avatar.xml index ead21cd..c87d7de 100644 --- a/linden/indra/newview/skins/default/xui/en-us/menu_pie_avatar.xml +++ b/linden/indra/newview/skins/default/xui/en-us/menu_pie_avatar.xml | |||
@@ -40,6 +40,9 @@ | |||
40 | <on_click function="Object.Inspect" /> | 40 | <on_click function="Object.Inspect" /> |
41 | <on_enable function="Object.EnableInspect" /> | 41 | <on_enable function="Object.EnableInspect" /> |
42 | </menu_item_call> | 42 | </menu_item_call> |
43 | <menu_item_call enabled="true" label="Derender" mouse_opaque="true" name="Derender"> | ||
44 | <on_click function="Object.DERENDER" /> | ||
45 | </menu_item_call> | ||
43 | <menu_item_separator /> | 46 | <menu_item_separator /> |
44 | <menu_item_call enabled="false" label="Debug..." mouse_opaque="true" name="Debug..."> | 47 | <menu_item_call enabled="false" label="Debug..." mouse_opaque="true" name="Debug..."> |
45 | <on_click function="Avatar.Debug" /> | 48 | <on_click function="Avatar.Debug" /> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/menu_pie_object.xml b/linden/indra/newview/skins/default/xui/en-us/menu_pie_object.xml index 169d0b9..ec828df 100644 --- a/linden/indra/newview/skins/default/xui/en-us/menu_pie_object.xml +++ b/linden/indra/newview/skins/default/xui/en-us/menu_pie_object.xml | |||
@@ -66,11 +66,13 @@ | |||
66 | <on_click function="Object.Inspect" /> | 66 | <on_click function="Object.Inspect" /> |
67 | <on_enable function="Object.EnableInspect" /> | 67 | <on_enable function="Object.EnableInspect" /> |
68 | </menu_item_call> | 68 | </menu_item_call> |
69 | <menu_item_call enabled="true" label="Derender" mouse_opaque="true" name="Derender"> | ||
70 | <on_click function="Object.DERENDER" /> | ||
71 | </menu_item_call> | ||
69 | <menu_item_call name="Link" enabled="false" label="Link"> | 72 | <menu_item_call name="Link" enabled="false" label="Link"> |
70 | <on_click function="Tools.Link" userdata="" /> | 73 | <on_click function="Tools.Link" userdata="" /> |
71 | <on_enable function="Tools.EnableLink" /> | 74 | <on_enable function="Tools.EnableLink" /> |
72 | </menu_item_call> | 75 | </menu_item_call> |
73 | <menu_item_separator /> | ||
74 | <menu_item_call name="Unlink" enabled="false" label="Unlink"> | 76 | <menu_item_call name="Unlink" enabled="false" label="Unlink"> |
75 | <on_click function="Tools.Unlink" userdata="" /> | 77 | <on_click function="Tools.Unlink" userdata="" /> |
76 | <on_enable function="Tools.EnableUnlink" /> | 78 | <on_enable function="Tools.EnableUnlink" /> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/menu_rightclick_text.xml b/linden/indra/newview/skins/default/xui/en-us/menu_rightclick_text.xml new file mode 100644 index 0000000..36fa667 --- /dev/null +++ b/linden/indra/newview/skins/default/xui/en-us/menu_rightclick_text.xml | |||
@@ -0,0 +1,116 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | |||
3 | <menu drop_shadow="true" | ||
4 | mouse_opaque="false" name="Text Edit Menu" opaque="true"> | ||
5 | <menu_item_call label="Cut" mouse_opaque="true" | ||
6 | name="Cut Text"> | ||
7 | <on_click function="textfield_cut" userdata="about" /> | ||
8 | <on_enable function="textfield_cut_enable" /> | ||
9 | </menu_item_call> | ||
10 | <menu_item_call label="Copy" mouse_opaque="true" | ||
11 | name="Copy Text" > | ||
12 | <on_click function="textfield_copy" userdata="" /> | ||
13 | <on_enable function="textfield_copy_enable" /> | ||
14 | </menu_item_call> | ||
15 | <menu_item_call label="Paste" mouse_opaque="true" | ||
16 | name="Paste Text" > | ||
17 | <on_click function="textfield_paste" userdata="" /> | ||
18 | <on_enable function="textfield_paste_enable" /> | ||
19 | </menu_item_call> | ||
20 | <menu_item_call label="Delete" mouse_opaque="true" | ||
21 | name="Delete Text" > | ||
22 | <on_click function="textfield_delete" userdata="" /> | ||
23 | <on_enable function="textfield_delete_enable" /> | ||
24 | </menu_item_call> | ||
25 | <menu_item_separator /> | ||
26 | <menu_item_call label="Select All" mouse_opaque="true" | ||
27 | name="Select All Text" > | ||
28 | <on_click function="textfield_selectall" userdata="" /> | ||
29 | <on_enable function="textfield_selectall_enable" /> | ||
30 | </menu_item_call> | ||
31 | <menu_item_separator name="Translate" /> | ||
32 | <menu drop_shadow="true" | ||
33 | mouse_opaque="false" name="Translation Options" | ||
34 | bottom_delta="0" label="Translate To..." opaque="true" > | ||
35 | <menu_item_call label="English" mouse_opaque="true" | ||
36 | name="Translate Text" > | ||
37 | <on_click function="textfield_translate" translate="true" userdata="en" /> | ||
38 | <on_enable function="textfield_translate_enable" /> | ||
39 | </menu_item_call> | ||
40 | <menu_item_call label="Danish" mouse_opaque="true" | ||
41 | name="Translate Text" > | ||
42 | <on_click function="textfield_translate" translate="true" userdata="da" /> | ||
43 | <on_enable function="textfield_translate_enable" /> | ||
44 | </menu_item_call> | ||
45 | <menu_item_call label="Deutsch (German)" mouse_opaque="true" | ||
46 | name="Translate Text" > | ||
47 | <on_click function="textfield_translate" translate="true" userdata="de" /> | ||
48 | <on_enable function="textfield_translate_enable" /> | ||
49 | </menu_item_call> | ||
50 | <menu_item_call label="Spanish" mouse_opaque="true" | ||
51 | name="Translate Text" > | ||
52 | <on_click function="textfield_translate" translate="true" userdata="es" /> | ||
53 | <on_enable function="textfield_translate_enable" /> | ||
54 | </menu_item_call> | ||
55 | <menu_item_call label="French" mouse_opaque="true" | ||
56 | name="Translate Text" > | ||
57 | <on_click function="textfield_translate" translate="true" userdata="fr" /> | ||
58 | <on_enable function="textfield_translate_enable" /> | ||
59 | </menu_item_call> | ||
60 | <menu_item_call label="Italian" mouse_opaque="true" | ||
61 | name="Translate Text" > | ||
62 | <on_click function="textfield_translate" translate="true" userdata="it" /> | ||
63 | <on_enable function="textfield_translate_enable" /> | ||
64 | </menu_item_call> | ||
65 | <menu_item_call label="Hungarian" mouse_opaque="true" | ||
66 | name="Translate Text" > | ||
67 | <on_click function="textfield_translate" translate="true" userdata="hu" /> | ||
68 | <on_enable function="textfield_translate_enable" /> | ||
69 | </menu_item_call> | ||
70 | <menu_item_call label="Dutch" mouse_opaque="true" | ||
71 | name="Translate Text" > | ||
72 | <on_click function="textfield_translate" translate="true" userdata="nl" /> | ||
73 | <on_enable function="textfield_translate_enable" /> | ||
74 | </menu_item_call> | ||
75 | <menu_item_call label="Polish" mouse_opaque="true" | ||
76 | name="Translate Text" > | ||
77 | <on_click function="textfield_translate" translate="true" userdata="pl" /> | ||
78 | <on_enable function="textfield_translate_enable" /> | ||
79 | </menu_item_call> | ||
80 | <menu_item_call label="Portugese" mouse_opaque="true" | ||
81 | name="Translate Text" > | ||
82 | <on_click function="textfield_translate" translate="true" userdata="pt" /> | ||
83 | <on_enable function="textfield_translate_enable" /> | ||
84 | </menu_item_call> | ||
85 | <menu_item_call label="Russian" mouse_opaque="true" | ||
86 | name="Translate Text" > | ||
87 | <on_click function="textfield_translate" translate="true" userdata="ru" /> | ||
88 | <on_enable function="textfield_translate_enable" /> | ||
89 | </menu_item_call> | ||
90 | <menu_item_call label="Turkish" mouse_opaque="true" | ||
91 | name="Translate Text" > | ||
92 | <on_click function="textfield_translate" translate="true" userdata="tr" /> | ||
93 | <on_enable function="textfield_translate_enable" /> | ||
94 | </menu_item_call> | ||
95 | <menu_item_call label="Ukrainian" mouse_opaque="true" | ||
96 | name="Translate Text" > | ||
97 | <on_click function="textfield_translate" translate="true" userdata="uk" /> | ||
98 | <on_enable function="textfield_translate_enable" /> | ||
99 | </menu_item_call> | ||
100 | <menu_item_call label="Chinese" mouse_opaque="true" | ||
101 | name="Translate Text" > | ||
102 | <on_click function="textfield_translate" translate="true" userdata="zh" /> | ||
103 | <on_enable function="textfield_translate_enable" /> | ||
104 | </menu_item_call> | ||
105 | <menu_item_call label="Japanese" mouse_opaque="true" | ||
106 | name="Translate Text" > | ||
107 | <on_click function="textfield_translate" translate="true" userdata="ja" /> | ||
108 | <on_enable function="textfield_translate_enable" /> | ||
109 | </menu_item_call> | ||
110 | <menu_item_call label="Korean" mouse_opaque="true" | ||
111 | name="Translate Text" > | ||
112 | <on_click function="textfield_translate" translate="true" userdata="ko" /> | ||
113 | <on_enable function="textfield_translate_enable" /> | ||
114 | </menu_item_call> | ||
115 | </menu> | ||
116 | </menu> | ||
diff --git a/linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml b/linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml index 58e3b99..d5b07c8 100644 --- a/linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml +++ b/linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml | |||
@@ -259,6 +259,11 @@ | |||
259 | userdata="appearance" /> | 259 | userdata="appearance" /> |
260 | <on_enable function="Edit.EnableCustomizeAvatar" /> | 260 | <on_enable function="Edit.EnableCustomizeAvatar" /> |
261 | </menu_item_call> | 261 | </menu_item_call> |
262 | <menu_item_call bottom="-362" enabled="true" height="19" label="Display Name..." left="0" | ||
263 | mouse_opaque="true" name="Display Name..." width="153"> | ||
264 | <on_click function="ShowFloater" userdata="displayname" /> | ||
265 | <on_enable function="Edit.EnableDisplayName" /> | ||
266 | </menu_item_call> | ||
262 | <menu_item_separator /> | 267 | <menu_item_separator /> |
263 | <menu_item_check name="Friends" label="Friends" | 268 | <menu_item_check name="Friends" label="Friends" |
264 | shortcut="control|shift|F"> | 269 | shortcut="control|shift|F"> |
@@ -267,10 +272,16 @@ | |||
267 | <on_check function="FloaterVisible" | 272 | <on_check function="FloaterVisible" |
268 | userdata="friends" /> | 273 | userdata="friends" /> |
269 | </menu_item_check> | 274 | </menu_item_check> |
270 | <menu_item_call name="Groups" label="Groups"> | 275 | <menu_item_call name="Groups" label="Groups" |
276 | shortcut="control|shift|G"> | ||
271 | <on_click function="ShowAgentGroups" | 277 | <on_click function="ShowAgentGroups" |
272 | userdata="agent" /> | 278 | userdata="agent" /> |
273 | </menu_item_call> | 279 | </menu_item_call> |
280 | <menu_item_check bottom="-192" enabled="true" height="19" label="Media Filter" left="0" | ||
281 | mouse_opaque="true" name="Media Filter" width="211"> | ||
282 | <on_click function="ShowFloater" userdata="media filter" /> | ||
283 | <on_check function="FloaterVisible" userdata="media filter" /> | ||
284 | </menu_item_check> | ||
274 | <menu_item_separator /> | 285 | <menu_item_separator /> |
275 | <menu_item_call name="Preferences..." label="Preferences..." | 286 | <menu_item_call name="Preferences..." label="Preferences..." |
276 | shortcut="control|P"> | 287 | shortcut="control|P"> |
@@ -311,10 +322,11 @@ | |||
311 | <on_enable function="View.EnableLastChatter" /> | 322 | <on_enable function="View.EnableLastChatter" /> |
312 | </menu_item_call> | 323 | </menu_item_call> |
313 | <menu_item_separator /> | 324 | <menu_item_separator /> |
314 | <menu_item_call name="Web Browser" label="Web Browser" | 325 | <menu_item_check name="Web Browser" label="Web Browser" |
315 | shortcut="control|B"> | 326 | shortcut="control|B"> |
316 | <on_click function="ShowFloater" userdata="inworld browser" /> | 327 | <on_click function="ShowFloater" userdata="inworld browser" /> |
317 | </menu_item_call> | 328 | <on_check function="FloaterVisible" userdata="inworld browser" /> |
329 | </menu_item_check> | ||
318 | <menu_item_separator /> | 330 | <menu_item_separator /> |
319 | <menu_item_check name="Toolbar" label="Toolbar"> | 331 | <menu_item_check name="Toolbar" label="Toolbar"> |
320 | <on_click function="ShowFloater" userdata="toolbar" /> | 332 | <on_click function="ShowFloater" userdata="toolbar" /> |
@@ -343,6 +355,11 @@ | |||
343 | <on_click function="ShowFloater" userdata="mute list" /> | 355 | <on_click function="ShowFloater" userdata="mute list" /> |
344 | <on_check function="FloaterVisible" userdata="mute list" /> | 356 | <on_check function="FloaterVisible" userdata="mute list" /> |
345 | </menu_item_check> | 357 | </menu_item_check> |
358 | <menu_item_check name="Teleport History" label="Teleport History" | ||
359 | shortcut="alt|H"> | ||
360 | <on_click function="ShowFloater" userdata="teleport history" /> | ||
361 | <on_check function="FloaterVisible" userdata="teleport history" /> | ||
362 | </menu_item_check> | ||
346 | <menu_item_separator /> | 363 | <menu_item_separator /> |
347 | <menu_item_check name="Camera Controls" label="Camera Controls"> | 364 | <menu_item_check name="Camera Controls" label="Camera Controls"> |
348 | <on_click function="ShowFloater" userdata="camera controls" /> | 365 | <on_click function="ShowFloater" userdata="camera controls" /> |
@@ -903,6 +920,15 @@ | |||
903 | userdata="notifications" /> | 920 | userdata="notifications" /> |
904 | </menu_item_call> | 921 | </menu_item_call> |
905 | <menu_item_separator /> | 922 | <menu_item_separator /> |
923 | <menu_item_call name="Message Log" label="Message Log"> | ||
924 | <on_click function="Advanced.MessageLog" | ||
925 | userdata="MessageLog" /> | ||
926 | </menu_item_call> | ||
927 | <menu_item_call name="Message Builder" label="Message Builder"> | ||
928 | <on_click function="Advanced.MessageBuilder" | ||
929 | userdata="MessageBuilder" /> | ||
930 | </menu_item_call> | ||
931 | <menu_item_separator /> | ||
906 | <menu_item_call name="Region Info to Debug Console" | 932 | <menu_item_call name="Region Info to Debug Console" |
907 | label="Region Info to Debug Console"> | 933 | label="Region Info to Debug Console"> |
908 | <on_click function="Advanced.DumpInfoToConsole" | 934 | <on_click function="Advanced.DumpInfoToConsole" |
@@ -981,7 +1007,12 @@ | |||
981 | <on_click function="ShowFloater" userdata="animation list" /> | 1007 | <on_click function="ShowFloater" userdata="animation list" /> |
982 | <on_check function="FloaterVisible" userdata="animation list" /> | 1008 | <on_check function="FloaterVisible" userdata="animation list" /> |
983 | </menu_item_check> | 1009 | </menu_item_check> |
984 | <menu_item_check label="Area Object Search" name="Area Object Search" shortcut="control|shift|A"> | 1010 | <menu_item_check label="Full Radar" name="Full Radar"> |
1011 | <on_click function="ShowFloater" userdata="full radar" /> | ||
1012 | <on_check function="FloaterVisible" userdata="full radar" /> | ||
1013 | </menu_item_check> | ||
1014 | <menu_item_check label="Area Object Search" name="Area Object Search" | ||
1015 | shortcut="alt|A"> | ||
985 | <on_click function="ShowFloater" userdata="areasearch" /> | 1016 | <on_click function="ShowFloater" userdata="areasearch" /> |
986 | <on_check function="FloaterVisible" userdata="areasearch" /> | 1017 | <on_check function="FloaterVisible" userdata="areasearch" /> |
987 | </menu_item_check> | 1018 | </menu_item_check> |
@@ -1265,6 +1296,18 @@ | |||
1265 | <on_check function="Advanced.CheckInfoDisplay" | 1296 | <on_check function="Advanced.CheckInfoDisplay" |
1266 | userdata="glow" /> | 1297 | userdata="glow" /> |
1267 | </menu_item_check> | 1298 | </menu_item_check> |
1299 | <menu_item_check name="Raycasting" label="Raycasting"> | ||
1300 | <on_click function="Advanced.ToggleInfoDisplay" | ||
1301 | userdata="raycasting" /> | ||
1302 | <on_check function="Advanced.CheckInfoDisplay" | ||
1303 | userdata="raycasting" /> | ||
1304 | </menu_item_check> | ||
1305 | <menu_item_check name="Sculpt" label="Sculpt"> | ||
1306 | <on_click function="Advanced.ToggleInfoDisplay" | ||
1307 | userdata="sculpt" /> | ||
1308 | <on_check function="Advanced.CheckInfoDisplay" | ||
1309 | userdata="sculpt" /> | ||
1310 | </menu_item_check> | ||
1268 | <menu_item_check name="Vectorize Perf Test" | 1311 | <menu_item_check name="Vectorize Perf Test" |
1269 | label="Vectorize Perf Test"> | 1312 | label="Vectorize Perf Test"> |
1270 | <on_click function="ToggleControl" | 1313 | <on_click function="ToggleControl" |
@@ -1462,8 +1505,8 @@ | |||
1462 | 1505 | ||
1463 | <menu_item_check name="Show Debug Messages" | 1506 | <menu_item_check name="Show Debug Messages" |
1464 | label="Show Debug Messages"> | 1507 | label="Show Debug Messages"> |
1465 | <on_click function="ToggleControl" userdata="RestrainedLifeDebug" /> | 1508 | <on_click function="ToggleControl" userdata="RestrainedLoveDebug" /> |
1466 | <on_check control="RestrainedLifeDebug" /> | 1509 | <on_check control="RestrainedLoveDebug" /> |
1467 | </menu_item_check> | 1510 | </menu_item_check> |
1468 | 1511 | ||
1469 | <menu_item_separator /> | 1512 | <menu_item_separator /> |
@@ -1510,8 +1553,8 @@ | |||
1510 | 1553 | ||
1511 | <menu_item_check name="Forbid Give to #RLV" label="Forbid Give to #RLV"> | 1554 | <menu_item_check name="Forbid Give to #RLV" label="Forbid Give to #RLV"> |
1512 | <on_click function="ToggleControl" | 1555 | <on_click function="ToggleControl" |
1513 | userdata="RestrainedLifeForbidGiveToRLV" /> | 1556 | userdata="RestrainedLoveForbidGiveToRLV" /> |
1514 | <on_check control="RestrainedLifeForbidGiveToRLV" /> | 1557 | <on_check control="RestrainedLoveForbidGiveToRLV" /> |
1515 | </menu_item_check> | 1558 | </menu_item_check> |
1516 | 1559 | ||
1517 | <menu_item_check name="Show Name Tags" label="Show Name Tags"> | 1560 | <menu_item_check name="Show Name Tags" label="Show Name Tags"> |
@@ -1549,6 +1592,11 @@ | |||
1549 | <on_check control="ShowSearchBar" /> | 1592 | <on_check control="ShowSearchBar" /> |
1550 | </menu_item_check> | 1593 | </menu_item_check> |
1551 | 1594 | ||
1595 | <menu_item_call name="Reload Balance" label="Reload [CURRENCY] balance" shortcut="control|alt|B"> | ||
1596 | <on_click function="Advanced.ReloadBalance" userdata="" /> | ||
1597 | </menu_item_call> | ||
1598 | |||
1599 | |||
1552 | <menu_item_separator /> | 1600 | <menu_item_separator /> |
1553 | 1601 | ||
1554 | <menu_item_call name="Web Browser Test" label="Web Browser Test"> | 1602 | <menu_item_call name="Web Browser Test" label="Web Browser Test"> |
@@ -1798,7 +1846,7 @@ | |||
1798 | <menu_item_call name="Test Female" label="Test Female"> | 1846 | <menu_item_call name="Test Female" label="Test Female"> |
1799 | <on_click function="Advanced.TestFemale" userdata="" /> | 1847 | <on_click function="Advanced.TestFemale" userdata="" /> |
1800 | </menu_item_call> | 1848 | </menu_item_call> |
1801 | <menu_item_call name="Toggle PG" label="Toggle PG"> | 1849 | <menu_item_call name="Toggle PG" label="Toggle Teen Mode"> |
1802 | <on_click function="Advanced.TogglePG" userdata="" /> | 1850 | <on_click function="Advanced.TogglePG" userdata="" /> |
1803 | </menu_item_call> | 1851 | </menu_item_call> |
1804 | <menu_item_check name="Allow Select Avatar" | 1852 | <menu_item_check name="Allow Select Avatar" |
diff --git a/linden/indra/newview/skins/default/xui/en-us/mime_types.xml b/linden/indra/newview/skins/default/xui/en-us/mime_types_linux.xml index e3d1021..f0ba830 100644..100755 --- a/linden/indra/newview/skins/default/xui/en-us/mime_types.xml +++ b/linden/indra/newview/skins/default/xui/en-us/mime_types_linux.xml | |||
@@ -7,7 +7,7 @@ | |||
7 | none | 7 | none |
8 | </defaultwidget> | 8 | </defaultwidget> |
9 | <defaultimpl> | 9 | <defaultimpl> |
10 | LLMediaImplLLMozLib | 10 | media_plugin_webkit |
11 | </defaultimpl> | 11 | </defaultimpl> |
12 | <widgetset name="web"> | 12 | <widgetset name="web"> |
13 | <label name="web_label"> | 13 | <label name="web_label"> |
@@ -55,27 +55,6 @@ | |||
55 | true | 55 | true |
56 | </allow_looping> | 56 | </allow_looping> |
57 | </widgetset> | 57 | </widgetset> |
58 | <widgetset name="none"> | ||
59 | <label name="none_label"> | ||
60 | No Content | ||
61 | </label> | ||
62 | <default_type> | ||
63 | none/none | ||
64 | </default_type> | ||
65 | <icon> | ||
66 | icn_media_web.tga | ||
67 | </icon> | ||
68 | <tooltip name="none_tooltip"> | ||
69 | No media here | ||
70 | </tooltip> | ||
71 | <playtip name="none_playtip" /> | ||
72 | <allow_resize> | ||
73 | false | ||
74 | </allow_resize> | ||
75 | <allow_looping> | ||
76 | false | ||
77 | </allow_looping> | ||
78 | </widgetset> | ||
79 | <widgetset name="image"> | 58 | <widgetset name="image"> |
80 | <label name="image_label"> | 59 | <label name="image_label"> |
81 | Image | 60 | Image |
@@ -129,6 +108,9 @@ | |||
129 | <widgettype> | 108 | <widgettype> |
130 | movie | 109 | movie |
131 | </widgettype> | 110 | </widgettype> |
111 | <impl> | ||
112 | media_plugin_gstreamer | ||
113 | </impl> | ||
132 | </scheme> | 114 | </scheme> |
133 | <mimetype name="blank"> | 115 | <mimetype name="blank"> |
134 | <label name="blank_label"> | 116 | <label name="blank_label"> |
@@ -138,7 +120,7 @@ | |||
138 | none | 120 | none |
139 | </widgettype> | 121 | </widgettype> |
140 | <impl> | 122 | <impl> |
141 | LLMediaImplQuickTime | 123 | media_plugin_webkit |
142 | </impl> | 124 | </impl> |
143 | </mimetype> | 125 | </mimetype> |
144 | <mimetype name="none/none"> | 126 | <mimetype name="none/none"> |
@@ -148,6 +130,9 @@ | |||
148 | <widgettype> | 130 | <widgettype> |
149 | none | 131 | none |
150 | </widgettype> | 132 | </widgettype> |
133 | <impl> | ||
134 | media_plugin_webkit | ||
135 | </impl> | ||
151 | </mimetype> | 136 | </mimetype> |
152 | <mimetype name="audio/*"> | 137 | <mimetype name="audio/*"> |
153 | <label name="audio2_label"> | 138 | <label name="audio2_label"> |
@@ -156,6 +141,9 @@ | |||
156 | <widgettype> | 141 | <widgettype> |
157 | audio | 142 | audio |
158 | </widgettype> | 143 | </widgettype> |
144 | <impl> | ||
145 | media_plugin_gstreamer | ||
146 | </impl> | ||
159 | </mimetype> | 147 | </mimetype> |
160 | <mimetype name="video/*"> | 148 | <mimetype name="video/*"> |
161 | <label name="video2_label"> | 149 | <label name="video2_label"> |
@@ -164,6 +152,9 @@ | |||
164 | <widgettype> | 152 | <widgettype> |
165 | movie | 153 | movie |
166 | </widgettype> | 154 | </widgettype> |
155 | <impl> | ||
156 | media_plugin_gstreamer | ||
157 | </impl> | ||
167 | </mimetype> | 158 | </mimetype> |
168 | <mimetype name="image/*"> | 159 | <mimetype name="image/*"> |
169 | <label name="image2_label"> | 160 | <label name="image2_label"> |
@@ -172,6 +163,9 @@ | |||
172 | <widgettype> | 163 | <widgettype> |
173 | image | 164 | image |
174 | </widgettype> | 165 | </widgettype> |
166 | <impl> | ||
167 | media_plugin_webkit | ||
168 | </impl> | ||
175 | </mimetype> | 169 | </mimetype> |
176 | <mimetype menu="1" name="video/vnd.secondlife.qt.legacy"> | 170 | <mimetype menu="1" name="video/vnd.secondlife.qt.legacy"> |
177 | <label name="vnd.secondlife.qt.legacy_label"> | 171 | <label name="vnd.secondlife.qt.legacy_label"> |
@@ -181,7 +175,7 @@ | |||
181 | movie | 175 | movie |
182 | </widgettype> | 176 | </widgettype> |
183 | <impl> | 177 | <impl> |
184 | LLMediaImplQuickTime | 178 | media_plugin_gstreamer |
185 | </impl> | 179 | </impl> |
186 | </mimetype> | 180 | </mimetype> |
187 | <mimetype name="application/javascript"> | 181 | <mimetype name="application/javascript"> |
@@ -191,6 +185,9 @@ | |||
191 | <widgettype> | 185 | <widgettype> |
192 | web | 186 | web |
193 | </widgettype> | 187 | </widgettype> |
188 | <impl> | ||
189 | media_plugin_webkit | ||
190 | </impl> | ||
194 | </mimetype> | 191 | </mimetype> |
195 | <mimetype name="application/ogg"> | 192 | <mimetype name="application/ogg"> |
196 | <label name="application/ogg_label"> | 193 | <label name="application/ogg_label"> |
@@ -199,6 +196,9 @@ | |||
199 | <widgettype> | 196 | <widgettype> |
200 | audio | 197 | audio |
201 | </widgettype> | 198 | </widgettype> |
199 | <impl> | ||
200 | media_plugin_gstreamer | ||
201 | </impl> | ||
202 | </mimetype> | 202 | </mimetype> |
203 | <mimetype name="application/pdf"> | 203 | <mimetype name="application/pdf"> |
204 | <label name="application/pdf_label"> | 204 | <label name="application/pdf_label"> |
@@ -207,6 +207,9 @@ | |||
207 | <widgettype> | 207 | <widgettype> |
208 | image | 208 | image |
209 | </widgettype> | 209 | </widgettype> |
210 | <impl> | ||
211 | media_plugin_webkit | ||
212 | </impl> | ||
210 | </mimetype> | 213 | </mimetype> |
211 | <mimetype name="application/postscript"> | 214 | <mimetype name="application/postscript"> |
212 | <label name="application/postscript_label"> | 215 | <label name="application/postscript_label"> |
@@ -215,6 +218,9 @@ | |||
215 | <widgettype> | 218 | <widgettype> |
216 | image | 219 | image |
217 | </widgettype> | 220 | </widgettype> |
221 | <impl> | ||
222 | media_plugin_webkit | ||
223 | </impl> | ||
218 | </mimetype> | 224 | </mimetype> |
219 | <mimetype name="application/rtf"> | 225 | <mimetype name="application/rtf"> |
220 | <label name="application/rtf_label"> | 226 | <label name="application/rtf_label"> |
@@ -223,14 +229,20 @@ | |||
223 | <widgettype> | 229 | <widgettype> |
224 | image | 230 | image |
225 | </widgettype> | 231 | </widgettype> |
232 | <impl> | ||
233 | media_plugin_webkit | ||
234 | </impl> | ||
226 | </mimetype> | 235 | </mimetype> |
227 | <mimetype name="application/smil"> | 236 | <mimetype name="application/smil"> |
228 | <label name="application/smil_label"> | 237 | <label name="application/smil_label"> |
229 | Synchronized Multimedia Integration Language (SMIL) | 238 | Synchronized Multimedia Integration Language (SMIL) |
230 | </label> | 239 | </label> |
231 | <widgettype> | 240 | <widgettype> |
232 | movie | 241 | movie |
233 | </widgettype> | 242 | </widgettype> |
243 | <impl> | ||
244 | media_plugin_webkit | ||
245 | </impl> | ||
234 | </mimetype> | 246 | </mimetype> |
235 | <mimetype name="application/xhtml+xml"> | 247 | <mimetype name="application/xhtml+xml"> |
236 | <label name="application/xhtml+xml_label"> | 248 | <label name="application/xhtml+xml_label"> |
@@ -239,6 +251,9 @@ | |||
239 | <widgettype> | 251 | <widgettype> |
240 | web | 252 | web |
241 | </widgettype> | 253 | </widgettype> |
254 | <impl> | ||
255 | media_plugin_webkit | ||
256 | </impl> | ||
242 | </mimetype> | 257 | </mimetype> |
243 | <mimetype name="application/x-director"> | 258 | <mimetype name="application/x-director"> |
244 | <label name="application/x-director_label"> | 259 | <label name="application/x-director_label"> |
@@ -247,14 +262,9 @@ | |||
247 | <widgettype> | 262 | <widgettype> |
248 | image | 263 | image |
249 | </widgettype> | 264 | </widgettype> |
250 | </mimetype> | 265 | <impl> |
251 | <mimetype name="application/x-shockwave-flash"> | 266 | media_plugin_webkit |
252 | <label name="application/x-shockwave-flash_label"> | 267 | </impl> |
253 | Flash | ||
254 | </label> | ||
255 | <widgettype> | ||
256 | image | ||
257 | </widgettype> | ||
258 | </mimetype> | 268 | </mimetype> |
259 | <mimetype name="audio/mid"> | 269 | <mimetype name="audio/mid"> |
260 | <label name="audio/mid_label"> | 270 | <label name="audio/mid_label"> |
@@ -263,6 +273,9 @@ | |||
263 | <widgettype> | 273 | <widgettype> |
264 | audio | 274 | audio |
265 | </widgettype> | 275 | </widgettype> |
276 | <impl> | ||
277 | media_plugin_gstreamer | ||
278 | </impl> | ||
266 | </mimetype> | 279 | </mimetype> |
267 | <mimetype name="audio/mpeg"> | 280 | <mimetype name="audio/mpeg"> |
268 | <label name="audio/mpeg_label"> | 281 | <label name="audio/mpeg_label"> |
@@ -271,6 +284,9 @@ | |||
271 | <widgettype> | 284 | <widgettype> |
272 | audio | 285 | audio |
273 | </widgettype> | 286 | </widgettype> |
287 | <impl> | ||
288 | media_plugin_gstreamer | ||
289 | </impl> | ||
274 | </mimetype> | 290 | </mimetype> |
275 | <mimetype name="audio/x-aiff"> | 291 | <mimetype name="audio/x-aiff"> |
276 | <label name="audio/x-aiff_label"> | 292 | <label name="audio/x-aiff_label"> |
@@ -279,6 +295,9 @@ | |||
279 | <widgettype> | 295 | <widgettype> |
280 | audio | 296 | audio |
281 | </widgettype> | 297 | </widgettype> |
298 | <impl> | ||
299 | media_plugin_gstreamer | ||
300 | </impl> | ||
282 | </mimetype> | 301 | </mimetype> |
283 | <mimetype name="audio/x-wav"> | 302 | <mimetype name="audio/x-wav"> |
284 | <label name="audio/x-wav_label"> | 303 | <label name="audio/x-wav_label"> |
@@ -287,6 +306,9 @@ | |||
287 | <widgettype> | 306 | <widgettype> |
288 | audio | 307 | audio |
289 | </widgettype> | 308 | </widgettype> |
309 | <impl> | ||
310 | media_plugin_gstreamer | ||
311 | </impl> | ||
290 | </mimetype> | 312 | </mimetype> |
291 | <mimetype menu="1" name="image/bmp"> | 313 | <mimetype menu="1" name="image/bmp"> |
292 | <label name="image/bmp_label"> | 314 | <label name="image/bmp_label"> |
@@ -296,7 +318,7 @@ | |||
296 | image | 318 | image |
297 | </widgettype> | 319 | </widgettype> |
298 | <impl> | 320 | <impl> |
299 | LLMediaImplLLMozLib | 321 | media_plugin_webkit |
300 | </impl> | 322 | </impl> |
301 | </mimetype> | 323 | </mimetype> |
302 | <mimetype menu="1" name="image/gif"> | 324 | <mimetype menu="1" name="image/gif"> |
@@ -307,7 +329,7 @@ | |||
307 | image | 329 | image |
308 | </widgettype> | 330 | </widgettype> |
309 | <impl> | 331 | <impl> |
310 | LLMediaImplLLMozLib | 332 | media_plugin_webkit |
311 | </impl> | 333 | </impl> |
312 | </mimetype> | 334 | </mimetype> |
313 | <mimetype menu="1" name="image/jpeg"> | 335 | <mimetype menu="1" name="image/jpeg"> |
@@ -318,7 +340,7 @@ | |||
318 | image | 340 | image |
319 | </widgettype> | 341 | </widgettype> |
320 | <impl> | 342 | <impl> |
321 | LLMediaImplLLMozLib | 343 | media_plugin_webkit |
322 | </impl> | 344 | </impl> |
323 | </mimetype> | 345 | </mimetype> |
324 | <mimetype menu="1" name="image/png"> | 346 | <mimetype menu="1" name="image/png"> |
@@ -329,7 +351,7 @@ | |||
329 | image | 351 | image |
330 | </widgettype> | 352 | </widgettype> |
331 | <impl> | 353 | <impl> |
332 | LLMediaImplLLMozLib | 354 | media_plugin_webkit |
333 | </impl> | 355 | </impl> |
334 | </mimetype> | 356 | </mimetype> |
335 | <mimetype name="image/svg+xml"> | 357 | <mimetype name="image/svg+xml"> |
@@ -340,7 +362,7 @@ | |||
340 | image | 362 | image |
341 | </widgettype> | 363 | </widgettype> |
342 | <impl> | 364 | <impl> |
343 | LLMediaImplLLMozLib | 365 | media_plugin_webkit |
344 | </impl> | 366 | </impl> |
345 | </mimetype> | 367 | </mimetype> |
346 | <mimetype menu="1" name="image/tiff"> | 368 | <mimetype menu="1" name="image/tiff"> |
@@ -351,7 +373,7 @@ | |||
351 | image | 373 | image |
352 | </widgettype> | 374 | </widgettype> |
353 | <impl> | 375 | <impl> |
354 | LLMediaImplLLMozLib | 376 | media_plugin_webkit |
355 | </impl> | 377 | </impl> |
356 | </mimetype> | 378 | </mimetype> |
357 | <mimetype menu="1" name="text/html"> | 379 | <mimetype menu="1" name="text/html"> |
@@ -362,7 +384,7 @@ | |||
362 | web | 384 | web |
363 | </widgettype> | 385 | </widgettype> |
364 | <impl> | 386 | <impl> |
365 | LLMediaImplLLMozLib | 387 | media_plugin_webkit |
366 | </impl> | 388 | </impl> |
367 | </mimetype> | 389 | </mimetype> |
368 | <mimetype menu="1" name="text/plain"> | 390 | <mimetype menu="1" name="text/plain"> |
@@ -373,7 +395,7 @@ | |||
373 | text | 395 | text |
374 | </widgettype> | 396 | </widgettype> |
375 | <impl> | 397 | <impl> |
376 | LLMediaImplLLMozLib | 398 | media_plugin_webkit |
377 | </impl> | 399 | </impl> |
378 | </mimetype> | 400 | </mimetype> |
379 | <mimetype name="text/xml"> | 401 | <mimetype name="text/xml"> |
@@ -384,7 +406,7 @@ | |||
384 | text | 406 | text |
385 | </widgettype> | 407 | </widgettype> |
386 | <impl> | 408 | <impl> |
387 | LLMediaImplLLMozLib | 409 | media_plugin_webkit |
388 | </impl> | 410 | </impl> |
389 | </mimetype> | 411 | </mimetype> |
390 | <mimetype menu="1" name="video/mpeg"> | 412 | <mimetype menu="1" name="video/mpeg"> |
@@ -395,7 +417,7 @@ | |||
395 | movie | 417 | movie |
396 | </widgettype> | 418 | </widgettype> |
397 | <impl> | 419 | <impl> |
398 | LLMediaImplQuickTime | 420 | media_plugin_gstreamer |
399 | </impl> | 421 | </impl> |
400 | </mimetype> | 422 | </mimetype> |
401 | <mimetype name="video/mp4"> | 423 | <mimetype name="video/mp4"> |
@@ -406,7 +428,18 @@ | |||
406 | movie | 428 | movie |
407 | </widgettype> | 429 | </widgettype> |
408 | <impl> | 430 | <impl> |
409 | LLMediaImplQuickTime | 431 | media_plugin_gstreamer |
432 | </impl> | ||
433 | </mimetype> | ||
434 | <mimetype name="video/x-m4v"> | ||
435 | <label name="video/m4v_label"> | ||
436 | Movie (M4V) | ||
437 | </label> | ||
438 | <widgettype> | ||
439 | movie | ||
440 | </widgettype> | ||
441 | <impl> | ||
442 | media_plugin_gstreamer | ||
410 | </impl> | 443 | </impl> |
411 | </mimetype> | 444 | </mimetype> |
412 | <mimetype menu="1" name="video/quicktime"> | 445 | <mimetype menu="1" name="video/quicktime"> |
@@ -417,7 +450,7 @@ | |||
417 | movie | 450 | movie |
418 | </widgettype> | 451 | </widgettype> |
419 | <impl> | 452 | <impl> |
420 | LLMediaImplQuickTime | 453 | media_plugin_gstreamer |
421 | </impl> | 454 | </impl> |
422 | </mimetype> | 455 | </mimetype> |
423 | <mimetype name="video/x-ms-asf"> | 456 | <mimetype name="video/x-ms-asf"> |
@@ -428,7 +461,7 @@ | |||
428 | movie | 461 | movie |
429 | </widgettype> | 462 | </widgettype> |
430 | <impl> | 463 | <impl> |
431 | LLMediaImplQuickTime | 464 | media_plugin_gstreamer |
432 | </impl> | 465 | </impl> |
433 | </mimetype> | 466 | </mimetype> |
434 | <mimetype name="video/x-ms-wmv"> | 467 | <mimetype name="video/x-ms-wmv"> |
@@ -439,7 +472,7 @@ | |||
439 | movie | 472 | movie |
440 | </widgettype> | 473 | </widgettype> |
441 | <impl> | 474 | <impl> |
442 | LLMediaImplQuickTime | 475 | media_plugin_gstreamer |
443 | </impl> | 476 | </impl> |
444 | </mimetype> | 477 | </mimetype> |
445 | <mimetype menu="1" name="video/x-msvideo"> | 478 | <mimetype menu="1" name="video/x-msvideo"> |
@@ -450,7 +483,7 @@ | |||
450 | movie | 483 | movie |
451 | </widgettype> | 484 | </widgettype> |
452 | <impl> | 485 | <impl> |
453 | LLMediaImplQuickTime | 486 | media_plugin_gstreamer |
454 | </impl> | 487 | </impl> |
455 | </mimetype> | 488 | </mimetype> |
456 | </mimetypes> | 489 | </mimetypes> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/mime_types_mac.xml b/linden/indra/newview/skins/default/xui/en-us/mime_types_mac.xml new file mode 100755 index 0000000..e1751eb --- /dev/null +++ b/linden/indra/newview/skins/default/xui/en-us/mime_types_mac.xml | |||
@@ -0,0 +1,489 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <mimetypes name="default"> | ||
3 | <defaultlabel> | ||
4 | (Unknown) | ||
5 | </defaultlabel> | ||
6 | <defaultwidget> | ||
7 | none | ||
8 | </defaultwidget> | ||
9 | <defaultimpl> | ||
10 | media_plugin_webkit | ||
11 | </defaultimpl> | ||
12 | <widgetset name="web"> | ||
13 | <label name="web_label"> | ||
14 | Web Content | ||
15 | </label> | ||
16 | <icon> | ||
17 | icn_media_web.tga | ||
18 | </icon> | ||
19 | <default_type> | ||
20 | text/html | ||
21 | </default_type> | ||
22 | <tooltip name="web_tooltip"> | ||
23 | This location has Web content | ||
24 | </tooltip> | ||
25 | <playtip name="web_playtip"> | ||
26 | Show Web content | ||
27 | </playtip> | ||
28 | <allow_resize> | ||
29 | true | ||
30 | </allow_resize> | ||
31 | <allow_looping> | ||
32 | false | ||
33 | </allow_looping> | ||
34 | </widgetset> | ||
35 | <widgetset name="movie"> | ||
36 | <label name="movie_label"> | ||
37 | Movie | ||
38 | </label> | ||
39 | <default_type> | ||
40 | video/* | ||
41 | </default_type> | ||
42 | <icon> | ||
43 | icn_media_movie.tga | ||
44 | </icon> | ||
45 | <tooltip name="movie_tooltip"> | ||
46 | There is a movie to play here | ||
47 | </tooltip> | ||
48 | <playtip name="movie_playtip"> | ||
49 | Play movie | ||
50 | </playtip> | ||
51 | <allow_resize> | ||
52 | false | ||
53 | </allow_resize> | ||
54 | <allow_looping> | ||
55 | true | ||
56 | </allow_looping> | ||
57 | </widgetset> | ||
58 | <widgetset name="image"> | ||
59 | <label name="image_label"> | ||
60 | Image | ||
61 | </label> | ||
62 | <icon> | ||
63 | icn_media_web.tga | ||
64 | </icon> | ||
65 | <default_type> | ||
66 | image/* | ||
67 | </default_type> | ||
68 | <tooltip name="image_tooltip"> | ||
69 | There is an image at this location | ||
70 | </tooltip> | ||
71 | <playtip name="image_playtip"> | ||
72 | View this location's image | ||
73 | </playtip> | ||
74 | <allow_resize> | ||
75 | false | ||
76 | </allow_resize> | ||
77 | <allow_looping> | ||
78 | false | ||
79 | </allow_looping> | ||
80 | </widgetset> | ||
81 | <widgetset name="audio"> | ||
82 | <label name="audio_label"> | ||
83 | Audio | ||
84 | </label> | ||
85 | <icon> | ||
86 | icn_media_web.tga | ||
87 | </icon> | ||
88 | <default_type> | ||
89 | audio/* | ||
90 | </default_type> | ||
91 | <tooltip name="audio_tooltip"> | ||
92 | There is audio at this location | ||
93 | </tooltip> | ||
94 | <playtip name="audio_playtip"> | ||
95 | Play this location's audio | ||
96 | </playtip> | ||
97 | <allow_resize> | ||
98 | false | ||
99 | </allow_resize> | ||
100 | <allow_looping> | ||
101 | true | ||
102 | </allow_looping> | ||
103 | </widgetset> | ||
104 | <scheme name="rtsp"> | ||
105 | <label name="rtsp_label"> | ||
106 | Real Time Streaming | ||
107 | </label> | ||
108 | <widgettype> | ||
109 | movie | ||
110 | </widgettype> | ||
111 | <impl> | ||
112 | media_plugin_quicktime | ||
113 | </impl> | ||
114 | </scheme> | ||
115 | <mimetype name="blank"> | ||
116 | <label name="blank_label"> | ||
117 | - None - | ||
118 | </label> | ||
119 | <widgettype> | ||
120 | none | ||
121 | </widgettype> | ||
122 | <impl> | ||
123 | media_plugin_quicktime | ||
124 | </impl> | ||
125 | </mimetype> | ||
126 | <mimetype name="none/none"> | ||
127 | <label name="none/none_label"> | ||
128 | - None - | ||
129 | </label> | ||
130 | <widgettype> | ||
131 | none | ||
132 | </widgettype> | ||
133 | <impl> | ||
134 | media_plugin_webkit | ||
135 | </impl> | ||
136 | </mimetype> | ||
137 | <mimetype name="audio/*"> | ||
138 | <label name="audio2_label"> | ||
139 | Audio | ||
140 | </label> | ||
141 | <widgettype> | ||
142 | audio | ||
143 | </widgettype> | ||
144 | <impl> | ||
145 | media_plugin_quicktime | ||
146 | </impl> | ||
147 | </mimetype> | ||
148 | <mimetype name="video/*"> | ||
149 | <label name="video2_label"> | ||
150 | Video | ||
151 | </label> | ||
152 | <widgettype> | ||
153 | movie | ||
154 | </widgettype> | ||
155 | <impl> | ||
156 | media_plugin_quicktime | ||
157 | </impl> | ||
158 | </mimetype> | ||
159 | <mimetype name="image/*"> | ||
160 | <label name="image2_label"> | ||
161 | Image | ||
162 | </label> | ||
163 | <widgettype> | ||
164 | image | ||
165 | </widgettype> | ||
166 | <impl> | ||
167 | media_plugin_webkit | ||
168 | </impl> | ||
169 | </mimetype> | ||
170 | <mimetype menu="1" name="video/vnd.secondlife.qt.legacy"> | ||
171 | <label name="vnd.secondlife.qt.legacy_label"> | ||
172 | Movie (QuickTime) | ||
173 | </label> | ||
174 | <widgettype> | ||
175 | movie | ||
176 | </widgettype> | ||
177 | <impl> | ||
178 | media_plugin_quicktime | ||
179 | </impl> | ||
180 | </mimetype> | ||
181 | <mimetype name="application/javascript"> | ||
182 | <label name="application/javascript_label"> | ||
183 | Javascript | ||
184 | </label> | ||
185 | <widgettype> | ||
186 | web | ||
187 | </widgettype> | ||
188 | <impl> | ||
189 | media_plugin_webkit | ||
190 | </impl> | ||
191 | </mimetype> | ||
192 | <mimetype name="application/ogg"> | ||
193 | <label name="application/ogg_label"> | ||
194 | Ogg Audio/Video | ||
195 | </label> | ||
196 | <widgettype> | ||
197 | audio | ||
198 | </widgettype> | ||
199 | <impl> | ||
200 | media_plugin_quicktime | ||
201 | </impl> | ||
202 | </mimetype> | ||
203 | <mimetype name="application/pdf"> | ||
204 | <label name="application/pdf_label"> | ||
205 | PDF Document | ||
206 | </label> | ||
207 | <widgettype> | ||
208 | image | ||
209 | </widgettype> | ||
210 | <impl> | ||
211 | media_plugin_webkit | ||
212 | </impl> | ||
213 | </mimetype> | ||
214 | <mimetype name="application/postscript"> | ||
215 | <label name="application/postscript_label"> | ||
216 | Postscript Document | ||
217 | </label> | ||
218 | <widgettype> | ||
219 | image | ||
220 | </widgettype> | ||
221 | <impl> | ||
222 | media_plugin_webkit | ||
223 | </impl> | ||
224 | </mimetype> | ||
225 | <mimetype name="application/rtf"> | ||
226 | <label name="application/rtf_label"> | ||
227 | Rich Text (RTF) | ||
228 | </label> | ||
229 | <widgettype> | ||
230 | image | ||
231 | </widgettype> | ||
232 | <impl> | ||
233 | media_plugin_webkit | ||
234 | </impl> | ||
235 | </mimetype> | ||
236 | <mimetype name="application/smil"> | ||
237 | <label name="application/smil_label"> | ||
238 | Synchronized Multimedia Integration Language (SMIL) | ||
239 | </label> | ||
240 | <widgettype> | ||
241 | movie | ||
242 | </widgettype> | ||
243 | <impl> | ||
244 | media_plugin_webkit | ||
245 | </impl> | ||
246 | </mimetype> | ||
247 | <mimetype name="application/xhtml+xml"> | ||
248 | <label name="application/xhtml+xml_label"> | ||
249 | Web Page (XHTML) | ||
250 | </label> | ||
251 | <widgettype> | ||
252 | web | ||
253 | </widgettype> | ||
254 | <impl> | ||
255 | media_plugin_webkit | ||
256 | </impl> | ||
257 | </mimetype> | ||
258 | <mimetype name="application/x-director"> | ||
259 | <label name="application/x-director_label"> | ||
260 | Macromedia Director | ||
261 | </label> | ||
262 | <widgettype> | ||
263 | image | ||
264 | </widgettype> | ||
265 | <impl> | ||
266 | media_plugin_webkit | ||
267 | </impl> | ||
268 | </mimetype> | ||
269 | <mimetype name="audio/mid"> | ||
270 | <label name="audio/mid_label"> | ||
271 | Audio (MIDI) | ||
272 | </label> | ||
273 | <widgettype> | ||
274 | audio | ||
275 | </widgettype> | ||
276 | <impl> | ||
277 | media_plugin_quicktime | ||
278 | </impl> | ||
279 | </mimetype> | ||
280 | <mimetype name="audio/mpeg"> | ||
281 | <label name="audio/mpeg_label"> | ||
282 | Audio (MP3) | ||
283 | </label> | ||
284 | <widgettype> | ||
285 | audio | ||
286 | </widgettype> | ||
287 | <impl> | ||
288 | media_plugin_quicktime | ||
289 | </impl> | ||
290 | </mimetype> | ||
291 | <mimetype name="audio/x-aiff"> | ||
292 | <label name="audio/x-aiff_label"> | ||
293 | Audio (AIFF) | ||
294 | </label> | ||
295 | <widgettype> | ||
296 | audio | ||
297 | </widgettype> | ||
298 | <impl> | ||
299 | media_plugin_quicktime | ||
300 | </impl> | ||
301 | </mimetype> | ||
302 | <mimetype name="audio/x-wav"> | ||
303 | <label name="audio/x-wav_label"> | ||
304 | Audio (WAV) | ||
305 | </label> | ||
306 | <widgettype> | ||
307 | audio | ||
308 | </widgettype> | ||
309 | <impl> | ||
310 | media_plugin_quicktime | ||
311 | </impl> | ||
312 | </mimetype> | ||
313 | <mimetype menu="1" name="image/bmp"> | ||
314 | <label name="image/bmp_label"> | ||
315 | Image (BMP) | ||
316 | </label> | ||
317 | <widgettype> | ||
318 | image | ||
319 | </widgettype> | ||
320 | <impl> | ||
321 | media_plugin_webkit | ||
322 | </impl> | ||
323 | </mimetype> | ||
324 | <mimetype menu="1" name="image/gif"> | ||
325 | <label name="image/gif_label"> | ||
326 | Image (GIF) | ||
327 | </label> | ||
328 | <widgettype> | ||
329 | image | ||
330 | </widgettype> | ||
331 | <impl> | ||
332 | media_plugin_webkit | ||
333 | </impl> | ||
334 | </mimetype> | ||
335 | <mimetype menu="1" name="image/jpeg"> | ||
336 | <label name="image/jpeg_label"> | ||
337 | Image (JPEG) | ||
338 | </label> | ||
339 | <widgettype> | ||
340 | image | ||
341 | </widgettype> | ||
342 | <impl> | ||
343 | media_plugin_webkit | ||
344 | </impl> | ||
345 | </mimetype> | ||
346 | <mimetype menu="1" name="image/png"> | ||
347 | <label name="image/png_label"> | ||
348 | Image (PNG) | ||
349 | </label> | ||
350 | <widgettype> | ||
351 | image | ||
352 | </widgettype> | ||
353 | <impl> | ||
354 | media_plugin_webkit | ||
355 | </impl> | ||
356 | </mimetype> | ||
357 | <mimetype name="image/svg+xml"> | ||
358 | <label name="image/svg+xml_label"> | ||
359 | Image (SVG) | ||
360 | </label> | ||
361 | <widgettype> | ||
362 | image | ||
363 | </widgettype> | ||
364 | <impl> | ||
365 | media_plugin_webkit | ||
366 | </impl> | ||
367 | </mimetype> | ||
368 | <mimetype menu="1" name="image/tiff"> | ||
369 | <label name="image/tiff_label"> | ||
370 | Image (TIFF) | ||
371 | </label> | ||
372 | <widgettype> | ||
373 | image | ||
374 | </widgettype> | ||
375 | <impl> | ||
376 | media_plugin_webkit | ||
377 | </impl> | ||
378 | </mimetype> | ||
379 | <mimetype menu="1" name="text/html"> | ||
380 | <label name="text/html_label"> | ||
381 | Web Page | ||
382 | </label> | ||
383 | <widgettype> | ||
384 | web | ||
385 | </widgettype> | ||
386 | <impl> | ||
387 | media_plugin_webkit | ||
388 | </impl> | ||
389 | </mimetype> | ||
390 | <mimetype menu="1" name="text/plain"> | ||
391 | <label name="text/plain_label"> | ||
392 | Text | ||
393 | </label> | ||
394 | <widgettype> | ||
395 | text | ||
396 | </widgettype> | ||
397 | <impl> | ||
398 | media_plugin_webkit | ||
399 | </impl> | ||
400 | </mimetype> | ||
401 | <mimetype name="text/xml"> | ||
402 | <label name="text/xml_label"> | ||
403 | XML | ||
404 | </label> | ||
405 | <widgettype> | ||
406 | text | ||
407 | </widgettype> | ||
408 | <impl> | ||
409 | media_plugin_webkit | ||
410 | </impl> | ||
411 | </mimetype> | ||
412 | <mimetype menu="1" name="video/mpeg"> | ||
413 | <label name="video/mpeg_label"> | ||
414 | Movie (MPEG) | ||
415 | </label> | ||
416 | <widgettype> | ||
417 | movie | ||
418 | </widgettype> | ||
419 | <impl> | ||
420 | media_plugin_quicktime | ||
421 | </impl> | ||
422 | </mimetype> | ||
423 | <mimetype name="video/mp4"> | ||
424 | <label name="video/mp4_label"> | ||
425 | Movie (MP4) | ||
426 | </label> | ||
427 | <widgettype> | ||
428 | movie | ||
429 | </widgettype> | ||
430 | <impl> | ||
431 | media_plugin_quicktime | ||
432 | </impl> | ||
433 | </mimetype> | ||
434 | <mimetype name="video/x-m4v"> | ||
435 | <label name="video/m4v_label"> | ||
436 | Movie (M4V) | ||
437 | </label> | ||
438 | <widgettype> | ||
439 | movie | ||
440 | </widgettype> | ||
441 | <impl> | ||
442 | media_plugin_gstreamer | ||
443 | </impl> | ||
444 | </mimetype> | ||
445 | <mimetype menu="1" name="video/quicktime"> | ||
446 | <label name="video/quicktime_label"> | ||
447 | Movie (QuickTime) | ||
448 | </label> | ||
449 | <widgettype> | ||
450 | movie | ||
451 | </widgettype> | ||
452 | <impl> | ||
453 | media_plugin_quicktime | ||
454 | </impl> | ||
455 | </mimetype> | ||
456 | <mimetype name="video/x-ms-asf"> | ||
457 | <label name="video/x-ms-asf_label"> | ||
458 | Movie (Windows Media ASF) | ||
459 | </label> | ||
460 | <widgettype> | ||
461 | movie | ||
462 | </widgettype> | ||
463 | <impl> | ||
464 | media_plugin_quicktime | ||
465 | </impl> | ||
466 | </mimetype> | ||
467 | <mimetype name="video/x-ms-wmv"> | ||
468 | <label name="video/x-ms-wmv_label"> | ||
469 | Movie (Windows Media WMV) | ||
470 | </label> | ||
471 | <widgettype> | ||
472 | movie | ||
473 | </widgettype> | ||
474 | <impl> | ||
475 | media_plugin_quicktime | ||
476 | </impl> | ||
477 | </mimetype> | ||
478 | <mimetype menu="1" name="video/x-msvideo"> | ||
479 | <label name="video/x-msvideo_label"> | ||
480 | Movie (AVI) | ||
481 | </label> | ||
482 | <widgettype> | ||
483 | movie | ||
484 | </widgettype> | ||
485 | <impl> | ||
486 | media_plugin_quicktime | ||
487 | </impl> | ||
488 | </mimetype> | ||
489 | </mimetypes> | ||
diff --git a/linden/indra/newview/skins/default/xui/en-us/mime_types_windows.xml b/linden/indra/newview/skins/default/xui/en-us/mime_types_windows.xml new file mode 100644 index 0000000..5217dbe --- /dev/null +++ b/linden/indra/newview/skins/default/xui/en-us/mime_types_windows.xml | |||
@@ -0,0 +1,489 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <mimetypes name="default"> | ||
3 | <defaultlabel> | ||
4 | (Unknown) | ||
5 | </defaultlabel> | ||
6 | <defaultwidget> | ||
7 | none | ||
8 | </defaultwidget> | ||
9 | <defaultimpl> | ||
10 | media_plugin_webkit | ||
11 | </defaultimpl> | ||
12 | <widgetset name="web"> | ||
13 | <label name="web_label"> | ||
14 | Web Content | ||
15 | </label> | ||
16 | <icon> | ||
17 | icn_media_web.tga | ||
18 | </icon> | ||
19 | <default_type> | ||
20 | text/html | ||
21 | </default_type> | ||
22 | <tooltip name="web_tooltip"> | ||
23 | This location has Web content | ||
24 | </tooltip> | ||
25 | <playtip name="web_playtip"> | ||
26 | Show Web content | ||
27 | </playtip> | ||
28 | <allow_resize> | ||
29 | true | ||
30 | </allow_resize> | ||
31 | <allow_looping> | ||
32 | false | ||
33 | </allow_looping> | ||
34 | </widgetset> | ||
35 | <widgetset name="movie"> | ||
36 | <label name="movie_label"> | ||
37 | Movie | ||
38 | </label> | ||
39 | <default_type> | ||
40 | video/* | ||
41 | </default_type> | ||
42 | <icon> | ||
43 | icn_media_movie.tga | ||
44 | </icon> | ||
45 | <tooltip name="movie_tooltip"> | ||
46 | There is a movie to play here | ||
47 | </tooltip> | ||
48 | <playtip name="movie_playtip"> | ||
49 | Play movie | ||
50 | </playtip> | ||
51 | <allow_resize> | ||
52 | false | ||
53 | </allow_resize> | ||
54 | <allow_looping> | ||
55 | true | ||
56 | </allow_looping> | ||
57 | </widgetset> | ||
58 | <widgetset name="image"> | ||
59 | <label name="image_label"> | ||
60 | Image | ||
61 | </label> | ||
62 | <icon> | ||
63 | icn_media_web.tga | ||
64 | </icon> | ||
65 | <default_type> | ||
66 | image/* | ||
67 | </default_type> | ||
68 | <tooltip name="image_tooltip"> | ||
69 | There is an image at this location | ||
70 | </tooltip> | ||
71 | <playtip name="image_playtip"> | ||
72 | View this location's image | ||
73 | </playtip> | ||
74 | <allow_resize> | ||
75 | false | ||
76 | </allow_resize> | ||
77 | <allow_looping> | ||
78 | false | ||
79 | </allow_looping> | ||
80 | </widgetset> | ||
81 | <widgetset name="audio"> | ||
82 | <label name="audio_label"> | ||
83 | Audio | ||
84 | </label> | ||
85 | <icon> | ||
86 | icn_media_web.tga | ||
87 | </icon> | ||
88 | <default_type> | ||
89 | audio/* | ||
90 | </default_type> | ||
91 | <tooltip name="audio_tooltip"> | ||
92 | There is audio at this location | ||
93 | </tooltip> | ||
94 | <playtip name="audio_playtip"> | ||
95 | Play this location's audio | ||
96 | </playtip> | ||
97 | <allow_resize> | ||
98 | false | ||
99 | </allow_resize> | ||
100 | <allow_looping> | ||
101 | true | ||
102 | </allow_looping> | ||
103 | </widgetset> | ||
104 | <scheme name="rtsp"> | ||
105 | <label name="rtsp_label"> | ||
106 | Real Time Streaming | ||
107 | </label> | ||
108 | <widgettype> | ||
109 | movie | ||
110 | </widgettype> | ||
111 | <impl> | ||
112 | media_plugin_quicktime | ||
113 | </impl> | ||
114 | </scheme> | ||
115 | <mimetype name="blank"> | ||
116 | <label name="blank_label"> | ||
117 | - None - | ||
118 | </label> | ||
119 | <widgettype> | ||
120 | none | ||
121 | </widgettype> | ||
122 | <impl> | ||
123 | media_plugin_webkit | ||
124 | </impl> | ||
125 | </mimetype> | ||
126 | <mimetype name="none/none"> | ||
127 | <label name="none/none_label"> | ||
128 | - None - | ||
129 | </label> | ||
130 | <widgettype> | ||
131 | none | ||
132 | </widgettype> | ||
133 | <impl> | ||
134 | media_plugin_webkit | ||
135 | </impl> | ||
136 | </mimetype> | ||
137 | <mimetype name="audio/*"> | ||
138 | <label name="audio2_label"> | ||
139 | Audio | ||
140 | </label> | ||
141 | <widgettype> | ||
142 | audio | ||
143 | </widgettype> | ||
144 | <impl> | ||
145 | media_plugin_gstreamer010 | ||
146 | </impl> | ||
147 | </mimetype> | ||
148 | <mimetype name="video/*"> | ||
149 | <label name="video2_label"> | ||
150 | Video | ||
151 | </label> | ||
152 | <widgettype> | ||
153 | movie | ||
154 | </widgettype> | ||
155 | <impl> | ||
156 | media_plugin_quicktime | ||
157 | </impl> | ||
158 | </mimetype> | ||
159 | <mimetype name="image/*"> | ||
160 | <label name="image2_label"> | ||
161 | Image | ||
162 | </label> | ||
163 | <widgettype> | ||
164 | image | ||
165 | </widgettype> | ||
166 | <impl> | ||
167 | media_plugin_webkit | ||
168 | </impl> | ||
169 | </mimetype> | ||
170 | <mimetype menu="1" name="video/vnd.secondlife.qt.legacy"> | ||
171 | <label name="vnd.secondlife.qt.legacy_label"> | ||
172 | Movie (QuickTime) | ||
173 | </label> | ||
174 | <widgettype> | ||
175 | movie | ||
176 | </widgettype> | ||
177 | <impl> | ||
178 | media_plugin_quicktime | ||
179 | </impl> | ||
180 | </mimetype> | ||
181 | <mimetype name="application/javascript"> | ||
182 | <label name="application/javascript_label"> | ||
183 | Javascript | ||
184 | </label> | ||
185 | <widgettype> | ||
186 | web | ||
187 | </widgettype> | ||
188 | <impl> | ||
189 | media_plugin_webkit | ||
190 | </impl> | ||
191 | </mimetype> | ||
192 | <mimetype name="application/ogg"> | ||
193 | <label name="application/ogg_label"> | ||
194 | Ogg Audio/Video | ||
195 | </label> | ||
196 | <widgettype> | ||
197 | audio | ||
198 | </widgettype> | ||
199 | <impl> | ||
200 | media_plugin_gstreamer010 | ||
201 | </impl> | ||
202 | </mimetype> | ||
203 | <mimetype name="application/pdf"> | ||
204 | <label name="application/pdf_label"> | ||
205 | PDF Document | ||
206 | </label> | ||
207 | <widgettype> | ||
208 | image | ||
209 | </widgettype> | ||
210 | <impl> | ||
211 | media_plugin_webkit | ||
212 | </impl> | ||
213 | </mimetype> | ||
214 | <mimetype name="application/postscript"> | ||
215 | <label name="application/postscript_label"> | ||
216 | Postscript Document | ||
217 | </label> | ||
218 | <widgettype> | ||
219 | image | ||
220 | </widgettype> | ||
221 | <impl> | ||
222 | media_plugin_webkit | ||
223 | </impl> | ||
224 | </mimetype> | ||
225 | <mimetype name="application/rtf"> | ||
226 | <label name="application/rtf_label"> | ||
227 | Rich Text (RTF) | ||
228 | </label> | ||
229 | <widgettype> | ||
230 | image | ||
231 | </widgettype> | ||
232 | <impl> | ||
233 | media_plugin_webkit | ||
234 | </impl> | ||
235 | </mimetype> | ||
236 | <mimetype name="application/smil"> | ||
237 | <label name="application/smil_label"> | ||
238 | Synchronized Multimedia Integration Language (SMIL) | ||
239 | </label> | ||
240 | <widgettype> | ||
241 | movie | ||
242 | </widgettype> | ||
243 | <impl> | ||
244 | media_plugin_webkit | ||
245 | </impl> | ||
246 | </mimetype> | ||
247 | <mimetype name="application/xhtml+xml"> | ||
248 | <label name="application/xhtml+xml_label"> | ||
249 | Web Page (XHTML) | ||
250 | </label> | ||
251 | <widgettype> | ||
252 | web | ||
253 | </widgettype> | ||
254 | <impl> | ||
255 | media_plugin_webkit | ||
256 | </impl> | ||
257 | </mimetype> | ||
258 | <mimetype name="application/x-director"> | ||
259 | <label name="application/x-director_label"> | ||
260 | Macromedia Director | ||
261 | </label> | ||
262 | <widgettype> | ||
263 | image | ||
264 | </widgettype> | ||
265 | <impl> | ||
266 | media_plugin_webkit | ||
267 | </impl> | ||
268 | </mimetype> | ||
269 | <mimetype name="audio/mid"> | ||
270 | <label name="audio/mid_label"> | ||
271 | Audio (MIDI) | ||
272 | </label> | ||
273 | <widgettype> | ||
274 | audio | ||
275 | </widgettype> | ||
276 | <impl> | ||
277 | media_plugin_gstreamer010 | ||
278 | </impl> | ||
279 | </mimetype> | ||
280 | <mimetype name="audio/mpeg"> | ||
281 | <label name="audio/mpeg_label"> | ||
282 | Audio (MP3) | ||
283 | </label> | ||
284 | <widgettype> | ||
285 | audio | ||
286 | </widgettype> | ||
287 | <impl> | ||
288 | media_plugin_gstreamer010 | ||
289 | </impl> | ||
290 | </mimetype> | ||
291 | <mimetype name="audio/x-aiff"> | ||
292 | <label name="audio/x-aiff_label"> | ||
293 | Audio (AIFF) | ||
294 | </label> | ||
295 | <widgettype> | ||
296 | audio | ||
297 | </widgettype> | ||
298 | <impl> | ||
299 | media_plugin_gstreamer010 | ||
300 | </impl> | ||
301 | </mimetype> | ||
302 | <mimetype name="audio/x-wav"> | ||
303 | <label name="audio/x-wav_label"> | ||
304 | Audio (WAV) | ||
305 | </label> | ||
306 | <widgettype> | ||
307 | audio | ||
308 | </widgettype> | ||
309 | <impl> | ||
310 | media_plugin_gstreamer010 | ||
311 | </impl> | ||
312 | </mimetype> | ||
313 | <mimetype menu="1" name="image/bmp"> | ||
314 | <label name="image/bmp_label"> | ||
315 | Image (BMP) | ||
316 | </label> | ||
317 | <widgettype> | ||
318 | image | ||
319 | </widgettype> | ||
320 | <impl> | ||
321 | media_plugin_webkit | ||
322 | </impl> | ||
323 | </mimetype> | ||
324 | <mimetype menu="1" name="image/gif"> | ||
325 | <label name="image/gif_label"> | ||
326 | Image (GIF) | ||
327 | </label> | ||
328 | <widgettype> | ||
329 | image | ||
330 | </widgettype> | ||
331 | <impl> | ||
332 | media_plugin_webkit | ||
333 | </impl> | ||
334 | </mimetype> | ||
335 | <mimetype menu="1" name="image/jpeg"> | ||
336 | <label name="image/jpeg_label"> | ||
337 | Image (JPEG) | ||
338 | </label> | ||
339 | <widgettype> | ||
340 | image | ||
341 | </widgettype> | ||
342 | <impl> | ||
343 | media_plugin_webkit | ||
344 | </impl> | ||
345 | </mimetype> | ||
346 | <mimetype menu="1" name="image/png"> | ||
347 | <label name="image/png_label"> | ||
348 | Image (PNG) | ||
349 | </label> | ||
350 | <widgettype> | ||
351 | image | ||
352 | </widgettype> | ||
353 | <impl> | ||
354 | media_plugin_webkit | ||
355 | </impl> | ||
356 | </mimetype> | ||
357 | <mimetype name="image/svg+xml"> | ||
358 | <label name="image/svg+xml_label"> | ||
359 | Image (SVG) | ||
360 | </label> | ||
361 | <widgettype> | ||
362 | image | ||
363 | </widgettype> | ||
364 | <impl> | ||
365 | media_plugin_webkit | ||
366 | </impl> | ||
367 | </mimetype> | ||
368 | <mimetype menu="1" name="image/tiff"> | ||
369 | <label name="image/tiff_label"> | ||
370 | Image (TIFF) | ||
371 | </label> | ||
372 | <widgettype> | ||
373 | image | ||
374 | </widgettype> | ||
375 | <impl> | ||
376 | media_plugin_webkit | ||
377 | </impl> | ||
378 | </mimetype> | ||
379 | <mimetype menu="1" name="text/html"> | ||
380 | <label name="text/html_label"> | ||
381 | Web Page | ||
382 | </label> | ||
383 | <widgettype> | ||
384 | web | ||
385 | </widgettype> | ||
386 | <impl> | ||
387 | media_plugin_webkit | ||
388 | </impl> | ||
389 | </mimetype> | ||
390 | <mimetype menu="1" name="text/plain"> | ||
391 | <label name="text/plain_label"> | ||
392 | Text | ||
393 | </label> | ||
394 | <widgettype> | ||
395 | text | ||
396 | </widgettype> | ||
397 | <impl> | ||
398 | media_plugin_webkit | ||
399 | </impl> | ||
400 | </mimetype> | ||
401 | <mimetype name="text/xml"> | ||
402 | <label name="text/xml_label"> | ||
403 | XML | ||
404 | </label> | ||
405 | <widgettype> | ||
406 | text | ||
407 | </widgettype> | ||
408 | <impl> | ||
409 | media_plugin_webkit | ||
410 | </impl> | ||
411 | </mimetype> | ||
412 | <mimetype menu="1" name="video/mpeg"> | ||
413 | <label name="video/mpeg_label"> | ||
414 | Movie (MPEG) | ||
415 | </label> | ||
416 | <widgettype> | ||
417 | movie | ||
418 | </widgettype> | ||
419 | <impl> | ||
420 | media_plugin_quicktime | ||
421 | </impl> | ||
422 | </mimetype> | ||
423 | <mimetype name="video/mp4"> | ||
424 | <label name="video/mp4_label"> | ||
425 | Movie (MP4) | ||
426 | </label> | ||
427 | <widgettype> | ||
428 | movie | ||
429 | </widgettype> | ||
430 | <impl> | ||
431 | media_plugin_quicktime | ||
432 | </impl> | ||
433 | </mimetype> | ||
434 | <mimetype name="video/x-m4v"> | ||
435 | <label name="video/m4v_label"> | ||
436 | Movie (M4V) | ||
437 | </label> | ||
438 | <widgettype> | ||
439 | movie | ||
440 | </widgettype> | ||
441 | <impl> | ||
442 | media_plugin_quicktime | ||
443 | </impl> | ||
444 | </mimetype> | ||
445 | <mimetype menu="1" name="video/quicktime"> | ||
446 | <label name="video/quicktime_label"> | ||
447 | Movie (QuickTime) | ||
448 | </label> | ||
449 | <widgettype> | ||
450 | movie | ||
451 | </widgettype> | ||
452 | <impl> | ||
453 | media_plugin_quicktime | ||
454 | </impl> | ||
455 | </mimetype> | ||
456 | <mimetype name="video/x-ms-asf"> | ||
457 | <label name="video/x-ms-asf_label"> | ||
458 | Movie (Windows Media ASF) | ||
459 | </label> | ||
460 | <widgettype> | ||
461 | movie | ||
462 | </widgettype> | ||
463 | <impl> | ||
464 | media_plugin_quicktime | ||
465 | </impl> | ||
466 | </mimetype> | ||
467 | <mimetype name="video/x-ms-wmv"> | ||
468 | <label name="video/x-ms-wmv_label"> | ||
469 | Movie (Windows Media WMV) | ||
470 | </label> | ||
471 | <widgettype> | ||
472 | movie | ||
473 | </widgettype> | ||
474 | <impl> | ||
475 | media_plugin_quicktime | ||
476 | </impl> | ||
477 | </mimetype> | ||
478 | <mimetype menu="1" name="video/x-msvideo"> | ||
479 | <label name="video/x-msvideo_label"> | ||
480 | Movie (AVI) | ||
481 | </label> | ||
482 | <widgettype> | ||
483 | movie | ||
484 | </widgettype> | ||
485 | <impl> | ||
486 | media_plugin_quicktime | ||
487 | </impl> | ||
488 | </mimetype> | ||
489 | </mimetypes> | ||
diff --git a/linden/indra/newview/skins/default/xui/en-us/notifications.xml b/linden/indra/newview/skins/default/xui/en-us/notifications.xml index 5a8ef78..439b102 100644 --- a/linden/indra/newview/skins/default/xui/en-us/notifications.xml +++ b/linden/indra/newview/skins/default/xui/en-us/notifications.xml | |||
@@ -1729,6 +1729,15 @@ Cannot find the region this land is in. | |||
1729 | 1729 | ||
1730 | <notification | 1730 | <notification |
1731 | icon="alertmodal.tga" | 1731 | icon="alertmodal.tga" |
1732 | name="CannotBuyLandMaturity" | ||
1733 | type="alertmodal"> | ||
1734 | Unable to buy land: | ||
1735 | |||
1736 | Your allowed/preferred maturity level does not permit you to buy this land. You may need to your maturity level in Preferences first. | ||
1737 | </notification> | ||
1738 | |||
1739 | <notification | ||
1740 | icon="alertmodal.tga" | ||
1732 | name="CannotCloseFloaterBuyLand" | 1741 | name="CannotCloseFloaterBuyLand" |
1733 | type="alertmodal"> | 1742 | type="alertmodal"> |
1734 | You cannot close the Buy Land window until [GRID_NAME] estimates the price of this transaction. | 1743 | You cannot close the Buy Land window until [GRID_NAME] estimates the price of this transaction. |
@@ -3644,6 +3653,16 @@ Default: off | |||
3644 | 3653 | ||
3645 | <notification | 3654 | <notification |
3646 | icon="alertmodal.tga" | 3655 | icon="alertmodal.tga" |
3656 | label="Minimum Age" | ||
3657 | name="HelpRegionMinimumAge" | ||
3658 | type="alertmodal"> | ||
3659 | This sets the minimum age (in days) that users entering this sim have to be to enter. | ||
3660 | |||
3661 | Default: 0 (disabled) | ||
3662 | </notification> | ||
3663 | |||
3664 | <notification | ||
3665 | icon="alertmodal.tga" | ||
3647 | label="Block Fly" | 3666 | label="Block Fly" |
3648 | name="HelpRegionBlockFly" | 3667 | name="HelpRegionBlockFly" |
3649 | type="alertmodal"> | 3668 | type="alertmodal"> |
@@ -3654,6 +3673,90 @@ Default: off | |||
3654 | 3673 | ||
3655 | <notification | 3674 | <notification |
3656 | icon="alertmodal.tga" | 3675 | icon="alertmodal.tga" |
3676 | label="Force Draw Distance" | ||
3677 | name="HelpForceDrawDistance" | ||
3678 | type="alertmodal"> | ||
3679 | If this box is checked, draw distance will be locked for all people in the sim. Note: This will lag people on older machines. PLEASE think before setting this setting. | ||
3680 | |||
3681 | Default: off | ||
3682 | </notification> | ||
3683 | |||
3684 | <notification | ||
3685 | icon="alertmodal.tga" | ||
3686 | label="Max Inventory Items To Transfer" | ||
3687 | name="HelpMaxInventoryItemsTransfer" | ||
3688 | type="alertmodal"> | ||
3689 | This box controls how many objects can be transfered between clients at a time. -1 sets no limit on the amount of objects. Default Second Life setting is 42. | ||
3690 | |||
3691 | Default: -1 | ||
3692 | </notification> | ||
3693 | <notification | ||
3694 | icon="alertmodal.tga" | ||
3695 | label="Max Groups" | ||
3696 | name="HelpMaxGroups" | ||
3697 | type="alertmodal"> | ||
3698 | This box controls how many groups an agent can join. -1 sets no limit on the amount of groups. | ||
3699 | |||
3700 | Default: -1 | ||
3701 | </notification> | ||
3702 | <notification | ||
3703 | icon="alertmodal.tga" | ||
3704 | label="Render Water" | ||
3705 | name="HelpRenderWater" | ||
3706 | type="alertmodal"> | ||
3707 | If this box is checked, water will not be shown for users in this sim. | ||
3708 | |||
3709 | Default: -1 | ||
3710 | </notification> | ||
3711 | <notification | ||
3712 | icon="alertmodal.tga" | ||
3713 | label="Allow Minimap" | ||
3714 | name="HelpAllowMinimap" | ||
3715 | type="alertmodal"> | ||
3716 | If this box is checked, the minimap will be disabled for users in this sim. | ||
3717 | |||
3718 | Default: on | ||
3719 | </notification> | ||
3720 | <notification | ||
3721 | icon="alertmodal.tga" | ||
3722 | label="Allow Minimap" | ||
3723 | name="HelpAllowPhysicalPrims" | ||
3724 | type="alertmodal"> | ||
3725 | If this box is checked, physical prims will be allowed to be created in this sim. | ||
3726 | |||
3727 | Default: on | ||
3728 | </notification> | ||
3729 | <notification | ||
3730 | icon="alertmodal.tga" | ||
3731 | label="Enable Teen Mode" | ||
3732 | name="HelpEnableTeenMode" | ||
3733 | type="alertmodal"> | ||
3734 | If this box is checked, all avatars will be forced to wear underwear and will not be able to take it off. | ||
3735 | |||
3736 | Default: off | ||
3737 | </notification> | ||
3738 | <notification | ||
3739 | icon="alertmodal.tga" | ||
3740 | label="Show Tags" | ||
3741 | name="HelpShowTags" | ||
3742 | type="alertmodal"> | ||
3743 | This box controls how avatar name tags are shown in this sim. 2 sets tags to always be shown. 1 sets tags to disappear after some time. 0 blocks the viewing of name tags. | ||
3744 | |||
3745 | Default: 2 | ||
3746 | </notification> | ||
3747 | <notification | ||
3748 | icon="alertmodal.tga" | ||
3749 | label="Allow Parcel WindLight" | ||
3750 | name="HelpAllowParcelWindLight" | ||
3751 | type="alertmodal"> | ||
3752 | If this box is checked, setting WindLight settings in parcels will be enabled. | ||
3753 | |||
3754 | Default: on | ||
3755 | </notification> | ||
3756 | |||
3757 | |||
3758 | <notification | ||
3759 | icon="alertmodal.tga" | ||
3657 | label="Bulk Change Content Permissions" | 3760 | label="Bulk Change Content Permissions" |
3658 | name="HelpBulkPermission" | 3761 | name="HelpBulkPermission" |
3659 | type="alertmodal"> | 3762 | type="alertmodal"> |
@@ -5134,6 +5237,88 @@ The string [STRING_NAME] is missing from strings.xml | |||
5134 | </notification> | 5237 | </notification> |
5135 | 5238 | ||
5136 | <notification | 5239 | <notification |
5240 | icon="alertmodal.tga" | ||
5241 | name="SetDisplayNameSuccess" | ||
5242 | type="alert"> | ||
5243 | Hi [DISPLAY_NAME]! | ||
5244 | |||
5245 | Just like in real life, it takes a while for everyone to learn about a new name. Please allow several days for your name to update in objects, scripts, search, etc. | ||
5246 | </notification> | ||
5247 | |||
5248 | <notification | ||
5249 | icon="alertmodal.tga" | ||
5250 | name="SetDisplayNameBlocked" | ||
5251 | type="alert"> | ||
5252 | Sorry, you cannot change your display name. If you feel this is in error, please contact support. | ||
5253 | </notification> | ||
5254 | |||
5255 | <notification | ||
5256 | icon="alertmodal.tga" | ||
5257 | name="SetDisplayNameFailedLength" | ||
5258 | type="alertmodal"> | ||
5259 | Sorry, that name is too long. Display names can have a maximum of [LENGTH] characters. | ||
5260 | |||
5261 | Please try a shorter name. | ||
5262 | </notification> | ||
5263 | |||
5264 | <notification | ||
5265 | icon="alertmodal.tga" | ||
5266 | name="SetDisplayNameFailedGeneric" | ||
5267 | type="alertmodal"> | ||
5268 | Sorry, we could not set your display name. Please try again later. | ||
5269 | </notification> | ||
5270 | |||
5271 | <notification | ||
5272 | icon="alertmodal.tga" | ||
5273 | name="SetDisplayNameMismatch" | ||
5274 | type="alertmodal"> | ||
5275 | The display names you entered do not match. Please re-enter. | ||
5276 | </notification> | ||
5277 | |||
5278 | <!-- *NOTE: This should never happen --> | ||
5279 | <notification | ||
5280 | icon="alertmodal.tga" | ||
5281 | name="AgentDisplayNameUpdateThresholdExceeded" | ||
5282 | type="alertmodal"> | ||
5283 | Sorry, you have to wait longer before you can change your display name. | ||
5284 | |||
5285 | See http://wiki.secondlife.com/wiki/Setting_your_display_name | ||
5286 | |||
5287 | Please try again later. | ||
5288 | </notification> | ||
5289 | |||
5290 | <notification | ||
5291 | icon="alertmodal.tga" | ||
5292 | name="AgentDisplayNameSetBlocked" | ||
5293 | type="alertmodal"> | ||
5294 | Sorry, we could not set your requested name because it contains a banned word. | ||
5295 | |||
5296 | Please try a different name. | ||
5297 | </notification> | ||
5298 | |||
5299 | <notification | ||
5300 | icon="alertmodal.tga" | ||
5301 | name="AgentDisplayNameSetInvalidUnicode" | ||
5302 | type="alertmodal"> | ||
5303 | The display name you wish to set contains invalid characters. | ||
5304 | </notification> | ||
5305 | |||
5306 | <notification | ||
5307 | icon="alertmodal.tga" | ||
5308 | name="AgentDisplayNameSetOnlyPunctuation" | ||
5309 | type="alertmodal"> | ||
5310 | Your display name must contain letters other than punctuation. | ||
5311 | </notification> | ||
5312 | |||
5313 | |||
5314 | <notification | ||
5315 | icon="notifytip.tga" | ||
5316 | name="DisplayNameUpdate" | ||
5317 | type="notifytip"> | ||
5318 | [OLD_NAME] ([SLID]) is now known as [NEW_NAME]. | ||
5319 | </notification> | ||
5320 | |||
5321 | <notification | ||
5137 | icon="notifytip.tga" | 5322 | icon="notifytip.tga" |
5138 | name="Cancelled" | 5323 | name="Cancelled" |
5139 | type="notifytip"> | 5324 | type="notifytip"> |
@@ -5547,7 +5732,25 @@ Apple's QuickTime software does not appear to be installed on your system. | |||
5547 | 5732 | ||
5548 | If you want to view streaming media on parcels that support it you should go to the QuickTime site (http://www.apple.com/quicktime) and install the QuickTime Player. | 5733 | If you want to view streaming media on parcels that support it you should go to the QuickTime site (http://www.apple.com/quicktime) and install the QuickTime Player. |
5549 | </notification> | 5734 | </notification> |
5735 | <notification | ||
5736 | icon="notify.tga" | ||
5737 | name="NoPlugin" | ||
5738 | type="notify"> | ||
5739 | No Media Plugin was found to handle the "[MIME_TYPE]" mime type. Media of this type will be unavailable. | ||
5740 | </notification> | ||
5741 | <notification | ||
5742 | icon="alertmodal.tga" | ||
5743 | name="MediaPluginFailed" | ||
5744 | type="alertmodal"> | ||
5745 | The following Media Plugin has failed: | ||
5746 | [PLUGIN] | ||
5550 | 5747 | ||
5748 | Please re-install the plugin or contact the vendor if you continue to experience problems. | ||
5749 | <form name="form"> | ||
5750 | <ignore name="ignore" | ||
5751 | text="When a Media Plugin fails"/> | ||
5752 | </form> | ||
5753 | </notification> | ||
5551 | <notification | 5754 | <notification |
5552 | icon="notify.tga" | 5755 | icon="notify.tga" |
5553 | name="OwnedObjectsReturned" | 5756 | name="OwnedObjectsReturned" |
@@ -6000,8 +6203,12 @@ An object named [OBJECTFROMNAME] owned by (an unknown user) has given you a [OBJ | |||
6000 | index="1" | 6203 | index="1" |
6001 | name="Decline" | 6204 | name="Decline" |
6002 | text="Decline"/> | 6205 | text="Decline"/> |
6206 | <button | ||
6207 | index="2" | ||
6208 | name="Profile" | ||
6209 | text="Profile"/> | ||
6003 | <button | 6210 | <button |
6004 | index="2" | 6211 | index="3" |
6005 | name="Ignore" | 6212 | name="Ignore" |
6006 | text="Ignore"/> | 6213 | text="Ignore"/> |
6007 | </form> | 6214 | </form> |
@@ -6024,7 +6231,11 @@ An object named [OBJECTFROMNAME] owned by (an unknown user) has given you a [OBJ | |||
6024 | name="Decline" | 6231 | name="Decline" |
6025 | text="Decline"/> | 6232 | text="Decline"/> |
6026 | <button | 6233 | <button |
6027 | index="2" | 6234 | index="2" |
6235 | name="Profile" | ||
6236 | text="Profile"/> | ||
6237 | <button | ||
6238 | index="3" | ||
6028 | name="Ignore" | 6239 | name="Ignore" |
6029 | text="Ignore"/> | 6240 | text="Ignore"/> |
6030 | </form> | 6241 | </form> |
@@ -6745,7 +6956,7 @@ GRAVITY -- -9.8 | |||
6745 | 6956 | ||
6746 | * -- Multiplication | 6957 | * -- Multiplication |
6747 | \ -- Division | 6958 | \ -- Division |
6748 | + -- Addition | 6959 | -- Addition |
6749 | - -- Subtraction | 6960 | - -- Subtraction |
6750 | 6961 | ||
6751 | For information about this feature, click "More Info". | 6962 | For information about this feature, click "More Info". |
@@ -6774,7 +6985,7 @@ GLOW -- Glow | |||
6774 | 6985 | ||
6775 | * -- Multiplication | 6986 | * -- Multiplication |
6776 | \ -- Division | 6987 | \ -- Division |
6777 | + -- Addition | 6988 | -- Addition |
6778 | - -- Subtraction | 6989 | - -- Subtraction |
6779 | 6990 | ||
6780 | For information about this feature, click "More Info". | 6991 | For information about this feature, click "More Info". |
@@ -6800,6 +7011,20 @@ Are you sure you want to move here? | |||
6800 | </notification> | 7011 | </notification> |
6801 | 7012 | ||
6802 | <notification | 7013 | <notification |
7014 | icon="alert.tga" | ||
7015 | name="ConfirmDerender" | ||
7016 | type="alert"> | ||
7017 | Are you sure you want to derender [NAME]? | ||
7018 | |||
7019 | [NAME] will be hidden until you exit the region or they change outfits. | ||
7020 | <usetemplate | ||
7021 | ignoretext="When using derender" | ||
7022 | name="okcancelignore" | ||
7023 | notext="Cancel" | ||
7024 | yestext="Derender"/> | ||
7025 | </notification> | ||
7026 | |||
7027 | <notification | ||
6803 | icon="alertmodal.tga" | 7028 | icon="alertmodal.tga" |
6804 | name="ConfirmDoubleClickTP" | 7029 | name="ConfirmDoubleClickTP" |
6805 | type="alertmodal"> | 7030 | type="alertmodal"> |
@@ -6931,11 +7156,14 @@ You need to specify a unique grid nickname. | |||
6931 | 7156 | ||
6932 | <notification | 7157 | <notification |
6933 | icon="alertmodal.tga" | 7158 | icon="alertmodal.tga" |
6934 | name="GridsNoLoginUri" | 7159 | name="GridInfoDirty" |
6935 | type="alertmodal"> | 7160 | type="alertmodal"> |
6936 | Cannot save new grid '[NAME]'. | 7161 | You have unsaved changes that will be lost. Continue? |
6937 | 7162 | <usetemplate | |
6938 | You need to specify a login URI. | 7163 | ignoretext="When creating new grids" |
7164 | name="okcancelignore" | ||
7165 | notext="Cancel" | ||
7166 | yestext="Continue"/> | ||
6939 | </notification> | 7167 | </notification> |
6940 | 7168 | ||
6941 | <notification | 7169 | <notification |
@@ -6948,6 +7176,13 @@ A grid with the same nickname already exists. | |||
6948 | </notification> | 7176 | </notification> |
6949 | 7177 | ||
6950 | <notification | 7178 | <notification |
7179 | icon="alertmodal.tga" | ||
7180 | name="GridInfoNoLoginUri" | ||
7181 | type="alertmodal"> | ||
7182 | A login URI is required to retrieve the grid info. | ||
7183 | </notification> | ||
7184 | |||
7185 | <notification | ||
6951 | icon="alertmodal.tga" | 7186 | icon="alertmodal.tga" |
6952 | name="GridInfoNoLoginUri" | 7187 | name="GridInfoNoLoginUri" |
6953 | type="alertmodal"> | 7188 | type="alertmodal"> |
@@ -6972,11 +7207,45 @@ IM history could not be found for [NAME]. | |||
6972 | </notification> | 7207 | </notification> |
6973 | 7208 | ||
6974 | <notification | 7209 | <notification |
7210 | icon="alertmodal.tga" | ||
7211 | name="InvalidLogInSecondLife" | ||
7212 | type="alertmodal"> | ||
7213 | Oops! The login name you entered wasn't formatted correctly! | ||
7214 | |||
7215 | [SECOND_LIFE] accepts the following login formats: | ||
7216 | |||
7217 | - username | ||
7218 | - username.Resident | ||
7219 | - firstname.lastname | ||
7220 | |||
7221 | If you don't have an account, would you like to create one now? | ||
7222 | <usetemplate | ||
7223 | name="okcancelbuttons" | ||
7224 | notext="Try again" | ||
7225 | yestext="Create an account"/> | ||
7226 | </notification> | ||
7227 | |||
7228 | <notification | ||
7229 | icon="alertmodal.tga" | ||
7230 | name="InvalidPassword" | ||
7231 | type="alertmodal"> | ||
7232 | You have entered an invalid password! Please try again. | ||
7233 | </notification> | ||
7234 | |||
7235 | <notification | ||
7236 | icon="notifytip.tga" | ||
7237 | name="IncompleteInventoryItem" | ||
7238 | type="notifytip"> | ||
7239 | The item you are accessing is not yet locally available. Please try again in a minute. | ||
7240 | </notification> | ||
7241 | |||
7242 | <notification | ||
6975 | icon="alert.tga" | 7243 | icon="alert.tga" |
6976 | name="ShowLookAtInfo" | 7244 | name="ShowLookAtInfo" |
6977 | type="alert"> | 7245 | type="alert"> |
6978 | Show Look At is a debug setting that displays where an avatar's head is looking. Be aware: this will *NOT* show where an avatar's camera is actually pointed. This setting should not be relied on for any form of privacy! | 7246 | Show Look At is a debug setting that displays where an avatar's head is looking. Be aware: this will *NOT* show where an avatar's camera is actually pointed. This setting should not be relied on for any form of privacy! |
6979 | <usetemplate | 7247 | <usetemplate |
7248 | ignoretext="When setting Show Look At" | ||
6980 | name="okignore" | 7249 | name="okignore" |
6981 | yestext="OK"/> | 7250 | yestext="OK"/> |
6982 | </notification> | 7251 | </notification> |
@@ -7039,11 +7308,29 @@ Note: To comply with the Second Life Terms of Service, Imprudence did not downlo | |||
7039 | </notification> | 7308 | </notification> |
7040 | 7309 | ||
7041 | <notification | 7310 | <notification |
7311 | icon="alert.tga" | ||
7312 | name="Help_CmdLine" | ||
7313 | type="alert"> | ||
7314 | Various options for command line features. | ||
7315 | |||
7316 | To use a command, type it in your chat bar (Local Chat) and press enter. | ||
7317 | </notification> | ||
7318 | |||
7319 | <notification | ||
7320 | icon="alertmodal.tga" | ||
7321 | label="Spell Check Help" | ||
7322 | name="EmeraldHelp_SpellCheck" | ||
7323 | type="alertmodal"> | ||
7324 | To Spell Check a word, right click on it and choose its replacement. | ||
7325 | You may choose a base dictionary which stores the language style and basic words | ||
7326 | You may also choose to install other word lists by choosing them from the list and "Install" | ||
7327 | </notification> | ||
7328 | |||
7329 | <notification | ||
7042 | name="ConfirmLightShare" | 7330 | name="ConfirmLightShare" |
7043 | type="notify" | 7331 | type="notify" |
7044 | icon="notify.tga"> | 7332 | icon="notify.tga"> |
7045 | This region is broadcasting custom sky and water settings. | 7333 | This region is broadcasting custom sky and water settings. |
7046 | |||
7047 | Apply this region's settings? ("Ignore" will ignore all region settings until you leave this region.) | 7334 | Apply this region's settings? ("Ignore" will ignore all region settings until you leave this region.) |
7048 | <form name="form"> | 7335 | <form name="form"> |
7049 | <button index="0" name="apply" text="Apply"/> | 7336 | <button index="0" name="apply" text="Apply"/> |
@@ -7076,8 +7363,143 @@ The Second Life Terms of Service do not allow you to opt out. By logging in to S | |||
7076 | notext="Cancel"/> | 7363 | notext="Cancel"/> |
7077 | </notification> | 7364 | </notification> |
7078 | 7365 | ||
7079 | <!--End Imprudence notifications--> | 7366 | <notification |
7367 | icon="alert.tga" | ||
7368 | name="MediaAlert" | ||
7369 | type="alert"> | ||
7370 | The owner of this parcel has requested the following [TYPE] URL to be loaded by your viewer: | ||
7371 | |||
7372 | [URL] | ||
7373 | |||
7374 | You may choose to allow or deny the corresponding domain or in-world scripted object server: | ||
7375 | |||
7376 | [DOMAIN] | ||
7080 | 7377 | ||
7378 | "Allow" and "Deny" apply only for this session, while "Blacklist" and "Whitelist" apply forever. | ||
7379 | <form name="form"> | ||
7380 | <button | ||
7381 | index="0" | ||
7382 | name="Allow" | ||
7383 | text="Allow"/> | ||
7384 | <button | ||
7385 | index="1" | ||
7386 | name="Deny" | ||
7387 | text="Deny"/> | ||
7388 | <button | ||
7389 | index="2" | ||
7390 | name="Blacklist" | ||
7391 | text="Blacklist"/> | ||
7392 | <button | ||
7393 | index="3" | ||
7394 | name="Whitelist" | ||
7395 | text="Whitelist"/> | ||
7396 | </form> | ||
7397 | </notification> | ||
7398 | |||
7399 | <notification | ||
7400 | icon="alert.tga" | ||
7401 | name="MediaListed" | ||
7402 | type="alert"> | ||
7403 | Media/audio URLs for [DOMAIN] now [LISTED] | ||
7404 | </notification> | ||
7405 | |||
7406 | <notification | ||
7407 | icon="notifytip.tga" | ||
7408 | name="MediaBlocked" | ||
7409 | type="notifytip"> | ||
7410 | Media/audio URL blocked for [DOMAIN] | ||
7411 | </notification> | ||
7412 | |||
7413 | <notification | ||
7414 | icon="alertmodal.tga" | ||
7415 | name="MediaFiltersCleared" | ||
7416 | type="alertmodal"> | ||
7417 | The media filters have been cleared | ||
7418 | </notification> | ||
7419 | |||
7420 | <notification | ||
7421 | icon="alertmodal.tga" | ||
7422 | name="ProxyNeedRestart" | ||
7423 | type="alertmodal"> | ||
7424 | Socks proxy settings will take effect after you restart [VIEWER_NAME]. | ||
7425 | </notification> | ||
7426 | |||
7427 | <notification | ||
7428 | icon="alertmodal.tga" | ||
7429 | name="SOCKS_CONNECT_OK" | ||
7430 | type="alertmodal"> | ||
7431 | Connection to Socks5 proxy [PROXY] was successful. | ||
7432 | </notification> | ||
7433 | |||
7434 | <notification | ||
7435 | icon="alertmodal.tga" | ||
7436 | name="SOCKS_NOT_PERMITTED" | ||
7437 | type="alertmodal"> | ||
7438 | The Socks5 proxy "[PROXY]" refused the connection, not allowed by rule set | ||
7439 | </notification> | ||
7440 | |||
7441 | <notification | ||
7442 | icon="alertmodal.tga" | ||
7443 | name="SOCKS_CONNECT_ERROR" | ||
7444 | type="alertmodal"> | ||
7445 | The Socks5 proxy "[PROXY]" refused the connection, could not open TCP channel | ||
7446 | </notification> | ||
7447 | |||
7448 | <notification | ||
7449 | icon="alertmodal.tga" | ||
7450 | name="SOCKS_NOT_ACCEPTABLE" | ||
7451 | type="alertmodal"> | ||
7452 | The Socks5 proxy "[PROXY]" refused the selected authentication system | ||
7453 | </notification> | ||
7454 | |||
7455 | <notification | ||
7456 | icon="alertmodal.tga" | ||
7457 | name="SOCKS_AUTH_FAIL" | ||
7458 | type="alertmodal"> | ||
7459 | The Socks5 proxy "[PROXY]" reported your credentials are invalid | ||
7460 | </notification> | ||
7461 | |||
7462 | <notification | ||
7463 | icon="alertmodal.tga" | ||
7464 | name="SOCKS_UDP_FWD_NOT_GRANTED" | ||
7465 | type="alertmodal"> | ||
7466 | The Socks5 proxy "[PROXY]" refused the UDP associate request | ||
7467 | </notification> | ||
7468 | |||
7469 | <notification | ||
7470 | icon="alert.tga" | ||
7471 | name="SOCKS_HOST_CONNECT_FAILED" | ||
7472 | type="alert"> | ||
7473 | Could not connect to Socks5 proxy server "[PROXY]" | ||
7474 | </notification> | ||
7475 | |||
7476 | <!--End Imprudence notifications--> | ||
7477 | <!-- [KITTY VIEWER] --> | ||
7478 | <notification | ||
7479 | icon="alertmodal.tga" | ||
7480 | name="KittyInvalidWaterlightNotecard" | ||
7481 | type="alert"> | ||
7482 | [NAME] is not a valid water settings asset. | ||
7483 | </notification> | ||
7484 | |||
7485 | <notification | ||
7486 | icon="alertmodal.tga" | ||
7487 | name="KittyInvalidWindlightNotecard" | ||
7488 | type="alert"> | ||
7489 | [NAME] is not a valid WindLight settings asset. | ||
7490 | </notification> | ||
7491 | |||
7492 | <notification | ||
7493 | icon="alertmodal.tga" | ||
7494 | name="KittyWLSaveNotecardAlert" | ||
7495 | type="alertmodal"> | ||
7496 | Do you wish to overwrite the saved preset? | ||
7497 | <usetemplate | ||
7498 | name="okcancelbuttons" | ||
7499 | notext="No" | ||
7500 | yestext="Yes"/> | ||
7501 | </notification> | ||
7502 | <!-- [/KITTY VIEWER] --> | ||
7081 | 7503 | ||
7082 | <global name="UnsupportedCPU"> | 7504 | <global name="UnsupportedCPU"> |
7083 | - Your CPU speed does not meet the minimum requirements. | 7505 | - Your CPU speed does not meet the minimum requirements. |
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_avatar.xml b/linden/indra/newview/skins/default/xui/en-us/panel_avatar.xml index 5c794c0..f459e6a 100644 --- a/linden/indra/newview/skins/default/xui/en-us/panel_avatar.xml +++ b/linden/indra/newview/skins/default/xui/en-us/panel_avatar.xml | |||
@@ -54,30 +54,30 @@ | |||
54 | mouse_opaque="true" name="online_no" v_pad="0" width="200"> | 54 | mouse_opaque="true" name="online_no" v_pad="0" width="200"> |
55 | Currently: Offline | 55 | Currently: Offline |
56 | </text> | 56 | </text> |
57 | <button bottom_delta="-19" font="SansSerif" halign="center" height="20" | 57 | <button bottom_delta="-23" font="SansSerif" halign="center" height="22" |
58 | label="Instant Message..." label_selected="Instant Message..." | 58 | label="Instant Message..." label_selected="Instant Message..." |
59 | right="-12" mouse_opaque="true" name="Instant Message..." | 59 | right="-12" mouse_opaque="true" name="Instant Message..." |
60 | tool_tip="Instant Message (IM)" width="145" /> | 60 | tool_tip="Instant Message (IM)" width="145" /> |
61 | <button bottom_delta="-23" font="SansSerif" halign="center" height="20" | 61 | <button bottom_delta="-26" font="SansSerif" halign="center" height="22" |
62 | label="Offer Teleport..." label_selected="Offer Teleport..." | 62 | label="Offer Teleport..." label_selected="Offer Teleport..." |
63 | left_delta="0" mouse_opaque="true" name="Offer Teleport..." width="145" /> | 63 | left_delta="0" mouse_opaque="true" name="Offer Teleport..." width="145" /> |
64 | <button bottom_delta="-34" font="SansSerif" halign="center" height="20" | 64 | <button bottom_delta="-26" font="SansSerif" halign="center" height="22" |
65 | label="Add to Friends..." label_selected="Add to Friends..." left_delta="0" | 65 | label="Add to Friends..." label_selected="Add to Friends..." left_delta="0" |
66 | mouse_opaque="true" name="Add Friend..." width="145" /> | 66 | mouse_opaque="true" name="Add Friend..." width="145" /> |
67 | <button bottom_delta="-23" font="SansSerif" halign="center" height="20" | 67 | <button bottom_delta="-26" font="SansSerif" halign="center" height="22" |
68 | label="Invite to Group..." label_selected="Invite to Group..." left_delta="0" | 68 | label="Invite to Group..." label_selected="Invite to Group..." left_delta="0" |
69 | mouse_opaque="true" name="Invite to Group..." width="145" /> | 69 | mouse_opaque="true" name="Invite to Group..." width="145" /> |
70 | <button bottom_delta="-23" font="SansSerif" halign="center" height="20" label="Find on Map" | 70 | <button bottom_delta="-26" font="SansSerif" halign="center" height="22" label="Find on Map" |
71 | label_selected="Find on Map" left_delta="0" mouse_opaque="true" | 71 | label_selected="Find on Map" left_delta="0" mouse_opaque="true" |
72 | name="Find on Map" width="145" /> | 72 | name="Find on Map" width="145" /> |
73 | <button bottom_delta="-34" font="SansSerif" halign="center" height="20" label="Pay..." | 73 | <button bottom_delta="-26" font="SansSerif" halign="center" height="22" label="Pay..." |
74 | label_selected="Pay..." left_delta="0" mouse_opaque="true" name="Pay..." | 74 | label_selected="Pay..." left_delta="0" mouse_opaque="true" name="Pay..." |
75 | width="145" /> | 75 | width="145" /> |
76 | <button bottom_delta="-23" font="SansSerif" halign="center" height="20" label="Mute" | 76 | <button bottom_delta="-26" font="SansSerif" halign="center" height="22" label="Mute" |
77 | label_selected="Mute" left_delta="0" mouse_opaque="true" name="Mute" | 77 | label_selected="Mute" left_delta="0" mouse_opaque="true" name="Mute" |
78 | width="145" /> | 78 | width="145" /> |
79 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 79 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
80 | bottom_delta="-25" drop_shadow_visible="true" follows="left|top" | 80 | bottom="-227" drop_shadow_visible="true" follows="left|top" |
81 | font="SansSerifSmall" h_pad="0" halign="left" height="16" right="-12" | 81 | font="SansSerifSmall" h_pad="0" halign="left" height="16" right="-12" |
82 | mouse_opaque="true" name="label" v_pad="0" width="145"> | 82 | mouse_opaque="true" name="label" v_pad="0" width="145"> |
83 | Born: | 83 | Born: |
@@ -127,6 +127,11 @@ | |||
127 | font="SansSerifSmall" height="16" is_unicode="false" left="12" | 127 | font="SansSerifSmall" height="16" is_unicode="false" left="12" |
128 | max_length="254" mouse_opaque="false" name="name" | 128 | max_length="254" mouse_opaque="false" name="name" |
129 | width="155" /> | 129 | width="155" /> |
130 | <name_editor bevel_style="in" border_style="line" visible="false" | ||
131 | border_thickness="1" bottom="-24" enabled="false" follows="left|top" | ||
132 | font="SansSerifSmall" height="16" is_unicode="false" left_delta="0" | ||
133 | max_length="254" mouse_opaque="false" name="complete_name" | ||
134 | width="155" /> | ||
130 | <button bottom_delta="0" font="SansSerif" halign="center" height="20" | 135 | <button bottom_delta="0" font="SansSerif" halign="center" height="20" |
131 | label="Copy Key" label_selected="Copy Key" | 136 | label="Copy Key" label_selected="Copy Key" |
132 | left_delta="157" mouse_opaque="true" name="btn_copy_uuid" width="80" /> | 137 | left_delta="157" mouse_opaque="true" name="btn_copy_uuid" width="80" /> |
@@ -138,12 +143,12 @@ | |||
138 | bottom_delta="-6" drop_shadow_visible="true" follows="left|top" | 143 | bottom_delta="-6" drop_shadow_visible="true" follows="left|top" |
139 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="0" | 144 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="0" |
140 | mouse_opaque="true" name="About:" v_pad="0" width="170"> | 145 | mouse_opaque="true" name="About:" v_pad="0" width="170"> |
141 | About (500 chars): | 146 | About (8196 chars): |
142 | </text> | 147 | </text> |
143 | <text_editor bottom_delta="-137" embedded_items="false" | 148 | <text_editor bottom_delta="-137" embedded_items="false" |
144 | enabled="true" follows="left|top" font="SansSerifSmall" height="137" | 149 | enabled="true" follows="left|top" font="SansSerifSmall" height="137" |
145 | is_unicode="false" left_delta="0" max_length="511" mouse_opaque="true" | 150 | is_unicode="false" left_delta="0" max_length="8196" mouse_opaque="true" |
146 | name="about" width="235" word_wrap="true" /> | 151 | name="about" width="235" word_wrap="true" spell_check="true" /> |
147 | 152 | ||
148 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 153 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
149 | bottom_delta="-20" drop_shadow_visible="true" follows="left|top" | 154 | bottom_delta="-20" drop_shadow_visible="true" follows="left|top" |
@@ -243,7 +248,7 @@ | |||
243 | <check_box bottom_delta="0" follows="left|top" font="SansSerifSmall" height="16" | 248 | <check_box bottom_delta="0" follows="left|top" font="SansSerifSmall" height="16" |
244 | initial_value="false" label="Hire" left_delta="170" mouse_opaque="true" | 249 | initial_value="false" label="Hire" left_delta="170" mouse_opaque="true" |
245 | name="chk7" width="92" /> | 250 | name="chk7" width="92" /> |
246 | <line_editor bevel_style="in" border_style="line" | 251 | <line_editor bevel_style="in" border_style="line" spell_check="true" |
247 | border_thickness="1" bottom_delta="-20" enabled="true" follows="left|top" | 252 | border_thickness="1" bottom_delta="-20" enabled="true" follows="left|top" |
248 | font="SansSerifSmall" height="16" is_unicode="false" left="80" | 253 | font="SansSerifSmall" height="16" is_unicode="false" left="80" |
249 | max_length="254" mouse_opaque="true" name="want_to_edit" | 254 | max_length="254" mouse_opaque="true" name="want_to_edit" |
@@ -272,7 +277,7 @@ | |||
272 | <check_box bottom_delta="0" follows="left|top" font="SansSerifSmall" height="16" | 277 | <check_box bottom_delta="0" follows="left|top" font="SansSerifSmall" height="16" |
273 | initial_value="false" label="Custom Characters" left_delta="170" | 278 | initial_value="false" label="Custom Characters" left_delta="170" |
274 | mouse_opaque="true" name="schk5" width="127" /> | 279 | mouse_opaque="true" name="schk5" width="127" /> |
275 | <line_editor bevel_style="in" border_style="line" | 280 | <line_editor bevel_style="in" border_style="line" spell_check="true" |
276 | border_thickness="1" bottom_delta="-20" enabled="true" follows="left|top" | 281 | border_thickness="1" bottom_delta="-20" enabled="true" follows="left|top" |
277 | font="SansSerifSmall" height="16" is_unicode="false" left="80" | 282 | font="SansSerifSmall" height="16" is_unicode="false" left="80" |
278 | max_length="254" mouse_opaque="true" name="skills_edit" | 283 | max_length="254" mouse_opaque="true" name="skills_edit" |
@@ -283,7 +288,7 @@ | |||
283 | mouse_opaque="true" name="Languages:" v_pad="0" width="70"> | 288 | mouse_opaque="true" name="Languages:" v_pad="0" width="70"> |
284 | Languages: | 289 | Languages: |
285 | </text> | 290 | </text> |
286 | <line_editor bevel_style="in" border_style="line" | 291 | <line_editor bevel_style="in" border_style="line" spell_check="true" |
287 | border_thickness="1" bottom_delta="0" enabled="true" follows="left|top" | 292 | border_thickness="1" bottom_delta="0" enabled="true" follows="left|top" |
288 | font="SansSerifSmall" height="16" is_unicode="false" left="80" | 293 | font="SansSerifSmall" height="16" is_unicode="false" left="80" |
289 | max_length="254" mouse_opaque="true" name="languages_edit" | 294 | max_length="254" mouse_opaque="true" name="languages_edit" |
@@ -350,12 +355,12 @@ | |||
350 | bottom_delta="-8" drop_shadow_visible="true" follows="left|top" | 355 | bottom_delta="-8" drop_shadow_visible="true" follows="left|top" |
351 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="12" | 356 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="12" |
352 | mouse_opaque="true" name="Info:" v_pad="0" width="161"> | 357 | mouse_opaque="true" name="Info:" v_pad="0" width="161"> |
353 | Info (250 chars): | 358 | Info (8196 chars): |
354 | </text> | 359 | </text> |
355 | <text_editor bottom_delta="-179" embedded_items="false" | 360 | <text_editor bottom_delta="-179" embedded_items="false" |
356 | enabled="true" follows="left|top" font="SansSerifSmall" height="178" | 361 | enabled="true" follows="left|top" font="SansSerifSmall" height="178" |
357 | is_unicode="false" left="12" max_length="254" mouse_opaque="false" | 362 | is_unicode="false" left="12" max_length="8196" mouse_opaque="false" |
358 | name="about" width="378" word_wrap="true" /> | 363 | name="about" width="378" word_wrap="true" spell_check="true" /> |
359 | </panel> | 364 | </panel> |
360 | <panel border="true" bottom="-482" follows="left|top|right|bottom" height="466" | 365 | <panel border="true" bottom="-482" follows="left|top|right|bottom" height="466" |
361 | label="My Notes" left="1" mouse_opaque="true" name="My Notes" width="418"> | 366 | label="My Notes" left="1" mouse_opaque="true" name="My Notes" width="418"> |
@@ -372,8 +377,8 @@ | |||
372 | </text> | 377 | </text> |
373 | <text_editor bottom_delta="-260" embedded_items="false" enabled="true" follows="left|top" | 378 | <text_editor bottom_delta="-260" embedded_items="false" enabled="true" follows="left|top" |
374 | font="SansSerif" height="256" is_unicode="false" left="10" | 379 | font="SansSerif" height="256" is_unicode="false" left="10" |
375 | max_length="1023" mouse_opaque="true" name="notes edit" width="400" | 380 | max_length="8196" mouse_opaque="true" name="notes edit" width="400" |
376 | word_wrap="false" /> | 381 | word_wrap="false" spell_check="true" /> |
377 | </panel> | 382 | </panel> |
378 | </tab_container> | 383 | </tab_container> |
379 | <button bottom="-508" font="SansSerif" halign="center" height="20" label="OK" | 384 | <button bottom="-508" font="SansSerif" halign="center" height="20" label="OK" |
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_avatar_classified.xml b/linden/indra/newview/skins/default/xui/en-us/panel_avatar_classified.xml index 5789474..f985b35 100644 --- a/linden/indra/newview/skins/default/xui/en-us/panel_avatar_classified.xml +++ b/linden/indra/newview/skins/default/xui/en-us/panel_avatar_classified.xml | |||
@@ -3,13 +3,13 @@ | |||
3 | name="Classified" title="Classified" width="350"> | 3 | name="Classified" title="Classified" width="350"> |
4 | <texture_picker bottom="-165" follows="left|top" height="155" left="10" name="snapshot_ctrl" | 4 | <texture_picker bottom="-165" follows="left|top" height="155" left="10" name="snapshot_ctrl" |
5 | width="207" /> | 5 | width="207" /> |
6 | <line_editor bottom_delta="-8" enabled="false" follows="left|top" | 6 | <line_editor bottom_delta="-8" enabled="false" follows="left|top" spell_check="true" |
7 | font="SansSerif" height="20" left="10" name="given_name_editor" | 7 | font="SansSerif" height="20" left="10" name="given_name_editor" |
8 | tool_tip="Name must begin with a letter or number, not punctuation." | 8 | tool_tip="Name must begin with a letter or number, not punctuation." |
9 | width="280" /> | 9 | width="280" /> |
10 | <text_editor enabled="false" follows="left|top" | 10 | <text_editor enabled="false" follows="left|top" |
11 | font="SansSerifSmall" height="70" left="10" max_length="1023" | 11 | font="SansSerifSmall" height="70" left="10" max_length="1023" |
12 | name="desc_editor" width="280" word_wrap="true" /> | 12 | name="desc_editor" width="280" word_wrap="true" spell_check="true" /> |
13 | <line_editor enabled="false" follows="left|top" | 13 | <line_editor enabled="false" follows="left|top" |
14 | font="SansSerifSmall" height="20" left="10" name="location_editor" | 14 | font="SansSerifSmall" height="20" left="10" name="location_editor" |
15 | tool_tip="Set the location for this classified to your current position." | 15 | tool_tip="Set the location for this classified to your current position." |
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_avatar_pick.xml b/linden/indra/newview/skins/default/xui/en-us/panel_avatar_pick.xml index af8b58c..9e67252 100644 --- a/linden/indra/newview/skins/default/xui/en-us/panel_avatar_pick.xml +++ b/linden/indra/newview/skins/default/xui/en-us/panel_avatar_pick.xml | |||
@@ -8,7 +8,7 @@ | |||
8 | width="290" /> | 8 | width="290" /> |
9 | <text_editor enabled="false" follows="left|top" | 9 | <text_editor enabled="false" follows="left|top" |
10 | font="SansSerifSmall" height="100" left="10" max_length="1023" | 10 | font="SansSerifSmall" height="100" left="10" max_length="1023" |
11 | name="desc_editor" width="290" word_wrap="true" /> | 11 | name="desc_editor" width="290" word_wrap="true" spell_check="true" /> |
12 | <line_editor enabled="false" follows="left|top" | 12 | <line_editor enabled="false" follows="left|top" |
13 | font="SansSerifSmall" height="20" left="10" name="location_editor" | 13 | font="SansSerifSmall" height="20" left="10" name="location_editor" |
14 | width="290" /> | 14 | width="290" /> |
@@ -23,7 +23,7 @@ | |||
23 | Sort: | 23 | Sort: |
24 | </text> | 24 | </text> |
25 | <line_editor bottom_delta="5" follows="left|top" height="16" left="280" | 25 | <line_editor bottom_delta="5" follows="left|top" height="16" left="280" |
26 | name="sort_order_editor" width="25" /> | 26 | name="sort_order_editor" width="25" spell_check="true" /> |
27 | <check_box bottom_delta="0" follows="left|top" height="20" label="Enabled" left="360" | 27 | <check_box bottom_delta="0" follows="left|top" height="20" label="Enabled" left="360" |
28 | name="enabled_check" width="80" /> | 28 | name="enabled_check" width="80" /> |
29 | </panel> | 29 | </panel> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_bars.xml b/linden/indra/newview/skins/default/xui/en-us/panel_bars.xml index 4a13604..aab98db 100644 --- a/linden/indra/newview/skins/default/xui/en-us/panel_bars.xml +++ b/linden/indra/newview/skins/default/xui/en-us/panel_bars.xml | |||
@@ -15,7 +15,4 @@ | |||
15 | <layout_panel auto_resize="false" filename="panel_toolbar.xml" name="toolbar" | 15 | <layout_panel auto_resize="false" filename="panel_toolbar.xml" name="toolbar" |
16 | use_bounding_rect="true" user_resize="false" width="1024" min_height="28" /> | 16 | use_bounding_rect="true" user_resize="false" width="1024" min_height="28" /> |
17 | </layout_stack> | 17 | </layout_stack> |
18 | <panel auto_resize="true" background_visible="false" bottom="50" | ||
19 | follows="left|right|top|bottom" height="728" left="0" mouse_opaque="false" | ||
20 | name="hud" user_resize="false" width="1024" /> | ||
21 | </panel> | 18 | </panel> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_chat_bar.xml b/linden/indra/newview/skins/default/xui/en-us/panel_chat_bar.xml index 780da86..dd5bf2d 100644 --- a/linden/indra/newview/skins/default/xui/en-us/panel_chat_bar.xml +++ b/linden/indra/newview/skins/default/xui/en-us/panel_chat_bar.xml | |||
@@ -13,7 +13,7 @@ | |||
13 | max_val="1000000" min_val="0" mouse_opaque="true" name="channel_control" | 13 | max_val="1000000" min_val="0" mouse_opaque="true" name="channel_control" |
14 | width="100" tool_tip="Set the default channel for inworld chat"/> | 14 | width="100" tool_tip="Set the default channel for inworld chat"/> |
15 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-23" | 15 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-23" |
16 | follows="left|right|bottom" font="SansSerif" | 16 | follows="left|right|bottom" font="SansSerif" spell_check="true" |
17 | handle_edit_keys_directly="false" height="20" label="Click here to chat." | 17 | handle_edit_keys_directly="false" height="20" label="Click here to chat." |
18 | left="212" max_length="254" name="Chat Editor" | 18 | left="212" max_length="254" name="Chat Editor" |
19 | select_all_on_focus_received="false" select_on_focus="false" tab_group="1" | 19 | select_all_on_focus_received="false" select_on_focus="false" tab_group="1" |
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_classified.xml b/linden/indra/newview/skins/default/xui/en-us/panel_classified.xml index 3c292e9..ecfa468 100644 --- a/linden/indra/newview/skins/default/xui/en-us/panel_classified.xml +++ b/linden/indra/newview/skins/default/xui/en-us/panel_classified.xml | |||
@@ -6,10 +6,10 @@ | |||
6 | <line_editor bottom_delta="-8" enabled="false" follows="left|top" | 6 | <line_editor bottom_delta="-8" enabled="false" follows="left|top" |
7 | font="SansSerif" height="20" left="20" name="given_name_editor" | 7 | font="SansSerif" height="20" left="20" name="given_name_editor" |
8 | tool_tip="Name must begin with a letter or number, not punctuation." | 8 | tool_tip="Name must begin with a letter or number, not punctuation." |
9 | width="400" /> | 9 | width="400" spell_check="true" /> |
10 | <text_editor enabled="false" follows="left|top" | 10 | <text_editor enabled="false" follows="left|top" |
11 | font="SansSerifSmall" height="90" left="20" max_length="1023" | 11 | font="SansSerifSmall" height="90" left="20" max_length="1023" |
12 | name="desc_editor" width="400" word_wrap="true" /> | 12 | name="desc_editor" width="400" word_wrap="true" spell_check="true" /> |
13 | <line_editor enabled="false" follows="left|top" font="SansSerif" | 13 | <line_editor enabled="false" follows="left|top" font="SansSerif" |
14 | height="20" left="20" name="location_editor" | 14 | height="20" left="20" name="location_editor" |
15 | tool_tip="Set the location for this classified to your current position." | 15 | tool_tip="Set the location for this classified to your current position." |
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_event.xml b/linden/indra/newview/skins/default/xui/en-us/panel_event.xml index 99156ee..6fa8904 100644 --- a/linden/indra/newview/skins/default/xui/en-us/panel_event.xml +++ b/linden/indra/newview/skins/default/xui/en-us/panel_event.xml | |||
@@ -75,7 +75,7 @@ | |||
75 | Description: | 75 | Description: |
76 | </text> | 76 | </text> |
77 | <text_editor bottom_delta="-230" follows="left|top" height="220" left="20" max_length="1024" | 77 | <text_editor bottom_delta="-230" follows="left|top" height="220" left="20" max_length="1024" |
78 | name="event_desc" width="400" /> | 78 | name="event_desc" width="400" spell_check="true" /> |
79 | <button bottom_delta="-24" follows="left|top" height="20" label="Teleport" left="20" | 79 | <button bottom_delta="-24" follows="left|top" height="20" label="Teleport" left="20" |
80 | name="teleport_btn" width="140" /> | 80 | name="teleport_btn" width="140" /> |
81 | <button bottom_delta="0" follows="left|top" height="20" label="Show on Map" left="165" | 81 | <button bottom_delta="0" follows="left|top" height="20" label="Show on Map" left="165" |
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_friends.xml b/linden/indra/newview/skins/default/xui/en-us/panel_friends.xml index bf7acd4..a64560f 100644 --- a/linden/indra/newview/skins/default/xui/en-us/panel_friends.xml +++ b/linden/indra/newview/skins/default/xui/en-us/panel_friends.xml | |||
@@ -3,41 +3,46 @@ | |||
3 | <string name="Multiple"> | 3 | <string name="Multiple"> |
4 | Multiple friends... | 4 | Multiple friends... |
5 | </string> | 5 | </string> |
6 | <scroll_list bottom="10" can_resize="true" column_padding="0" draw_heading="true" | 6 | <scroll_list bottom="10" can_resize="true" column_padding="0" draw_heading="true" |
7 | follows="left|top|bottom|right" left="10" multi_select="true" | 7 | follows="left|top|bottom|right" left="10" multi_select="true" |
8 | name="friend_list" right="-100" search_column="1" | 8 | name="friend_list" right="-100" search_column="1" |
9 | tool_tip="Hold shift or control while clicking to select multiple friends" | 9 | tool_tip="Hold shift or control while clicking to select multiple friends" |
10 | top="-10"> | 10 | top="-30"> |
11 | <column image="ff_online_status_button.tga" name="icon_online_status" | 11 | <column image="ff_online_status_button.tga" name="icon_online_status" |
12 | tool_tip="Online status" width="20" /> | 12 | tool_tip="Online status" width="20" /> |
13 | <column dynamicwidth="true" label="Name" name="friend_name" tool_tip="Name" /> | 13 | <column dynamicwidth="true" label="Name" name="friend_name" tool_tip="Name" /> |
14 | <column image="ff_visible_online_button.tga" name="icon_visible_online" | 14 | <column image="ff_visible_online_button.tga" name="icon_visible_online" |
15 | tool_tip="Friend can see when you're online" width="20" /> | 15 | tool_tip="Friend can see when you're online" width="20" /> |
16 | <column image="ff_visible_map_button.tga" name="icon_visible_map" | 16 | <column image="ff_visible_map_button.tga" name="icon_visible_map" |
17 | tool_tip="Friend can locate you on the map" width="20" /> | 17 | tool_tip="Friend can locate you on the map" width="20" /> |
18 | <column image="ff_edit_mine_button.tga" name="icon_edit_mine" | 18 | <column image="ff_edit_mine_button.tga" name="icon_edit_mine" |
19 | tool_tip="Friend can edit, delete or take objects" width="20" /> | 19 | tool_tip="Friend can edit, delete or take objects" width="20" /> |
20 | <column image="ff_edit_theirs_button.tga" name="icon_edit_theirs" | 20 | <column image="ff_visible_map_button.tga" name="icon_visible_map_theirs" |
21 | tool_tip="You can locate this friend on the map" width="20" /> | ||
22 | <column image="ff_edit_theirs_button.tga" name="icon_edit_theirs" | ||
21 | tool_tip="You can edit this friend's objects" width="20" /> | 23 | tool_tip="You can edit this friend's objects" width="20" /> |
22 | <column name="friend_last_update_generation" width="0" /> | 24 | <column name="friend_last_update_generation" width="0" /> |
23 | </scroll_list> | 25 | </scroll_list> |
24 | <pad bottom="-7" height="0" left="-90" width="1" /> | 26 | <pad bottom="-7" height="0" left="-90" width="1" /> |
25 | <button bottom_delta="-25" follows="top|right" height="22" label="IM/Call" | 27 | <button bottom_delta="-45" follows="top|right" height="22" label="IM/Call" |
26 | left_delta="0" name="im_btn" tool_tip="Open Instant Message session" | 28 | left_delta="0" name="im_btn" tool_tip="Open Instant Message session" |
27 | width="80" /> | 29 | width="80" /> |
28 | <button bottom_delta="-25" follows="top|right" height="22" label="Profile" | 30 | <button bottom_delta="-25" follows="top|right" height="22" label="Profile" |
29 | left_delta="0" name="profile_btn" | 31 | left_delta="0" name="profile_btn" |
30 | tool_tip="Show picture, groups, and other information" width="80" /> | 32 | tool_tip="Show picture, groups, and other information" width="80" /> |
31 | <button bottom_delta="-25" follows="top|right" height="22" label="Teleport..." | 33 | <button bottom_delta="-25" follows="top|right" height="22" label="Teleport..." |
32 | left_delta="0" name="offer_teleport_btn" | 34 | left_delta="0" name="offer_teleport_btn" |
33 | tool_tip="Offer this friend a teleport to your current location" width="80" /> | 35 | tool_tip="Offer this friend a teleport to your current location" width="80" /> |
34 | <button bottom_delta="-25" follows="top|right" height="22" label="Pay..." | 36 | <button bottom_delta="-25" follows="top|right" height="22" label="Pay..." |
35 | left_delta="0" name="pay_btn" | 37 | left_delta="0" name="pay_btn" |
36 | tool_tip="Give currency to this friend" width="80" /> | 38 | tool_tip="Give currency to this friend" width="80" /> |
37 | <button bottom_delta="-25" follows="top|right" height="22" label="Remove..." | 39 | <button bottom_delta="-25" follows="top|right" height="22" label="Remove..." |
38 | left_delta="0" name="remove_btn" | 40 | left_delta="0" name="remove_btn" |
39 | tool_tip="Remove this person from your friends list" width="80" /> | 41 | tool_tip="Remove this person from your friends list" width="80" /> |
40 | <button bottom_delta="-35" follows="top|right" height="22" label="Add..." | 42 | <button bottom_delta="-35" follows="top|right" height="22" label="Add..." |
41 | left_delta="0" name="add_btn" tool_tip="Offer friendship to a resident" | 43 | left_delta="0" name="add_btn" tool_tip="Offer friendship to a resident" |
42 | width="80" /> | 44 | width="80" /> |
45 | <search_editor bottom="-24" enabled="true" follows="left|right|top" font="SansSerif" | ||
46 | height="18" left="10" right="-100" name="buddy_search" | ||
47 | label="Type here to search your friends" width="130" /> | ||
43 | </panel> | 48 | </panel> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_group_general.xml b/linden/indra/newview/skins/default/xui/en-us/panel_group_general.xml index a967a90..b032b09 100644 --- a/linden/indra/newview/skins/default/xui/en-us/panel_group_general.xml +++ b/linden/indra/newview/skins/default/xui/en-us/panel_group_general.xml | |||
@@ -18,10 +18,10 @@ Hover your mouse over the options for more help. | |||
18 | bottom="-24" drop_shadow_visible="true" follows="left|top" font="SansSerif" | 18 | bottom="-24" drop_shadow_visible="true" follows="left|top" font="SansSerif" |
19 | h_pad="0" halign="left" height="16" label="Type your new group name here" | 19 | h_pad="0" halign="left" height="16" label="Type your new group name here" |
20 | left="7" max_length="35" mouse_opaque="true" name="group_name_editor" | 20 | left="7" max_length="35" mouse_opaque="true" name="group_name_editor" |
21 | prevalidate="ascii" v_pad="0" width="300" /> | 21 | prevalidate="ascii" v_pad="0" width="300" spell_check="true" /> |
22 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 22 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
23 | bottom="-20" drop_shadow_visible="true" follows="left|top" | 23 | bottom="-20" drop_shadow_visible="true" follows="left|top" |
24 | font="SansSerifBig" h_pad="0" halign="left" height="16" left="7" | 24 | font="SansSerifLarge" h_pad="0" halign="left" height="16" left="7" |
25 | mouse_opaque="true" name="group_name" v_pad="0" width="300"> | 25 | mouse_opaque="true" name="group_name" v_pad="0" width="300"> |
26 | Type your new group name here | 26 | Type your new group name here |
27 | </text> | 27 | </text> |
@@ -47,7 +47,7 @@ Hover your mouse over the options for more help. | |||
47 | font="SansSerifSmall" h_pad="0" halign="left" height="160" | 47 | font="SansSerifSmall" h_pad="0" halign="left" height="160" |
48 | hide_scrollbar="true" max_length="511" mouse_opaque="true" name="charter" | 48 | hide_scrollbar="true" max_length="511" mouse_opaque="true" name="charter" |
49 | right="410" v_pad="0" | 49 | right="410" v_pad="0" |
50 | width="265" word_wrap="true"> | 50 | width="265" word_wrap="true" spell_check="true"> |
51 | Group Charter | 51 | Group Charter |
52 | </text_editor> | 52 | </text_editor> |
53 | <button bottom_delta="0" follows="left|top" font="SansSerif" halign="center" | 53 | <button bottom_delta="0" follows="left|top" font="SansSerif" halign="center" |
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_group_land_money.xml b/linden/indra/newview/skins/default/xui/en-us/panel_group_land_money.xml index 9341d4b..b5f7b37 100644 --- a/linden/indra/newview/skins/default/xui/en-us/panel_group_land_money.xml +++ b/linden/indra/newview/skins/default/xui/en-us/panel_group_land_money.xml | |||
@@ -18,7 +18,7 @@ | |||
18 | </string> | 18 | </string> |
19 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 19 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
20 | bottom="-20" drop_shadow_visible="true" follows="left|top" | 20 | bottom="-20" drop_shadow_visible="true" follows="left|top" |
21 | font="SansSerifBig" h_pad="0" halign="left" height="16" left="7" | 21 | font="SansSerifLarge" h_pad="0" halign="left" height="16" left="7" |
22 | mouse_opaque="true" name="group_land_heading" v_pad="0" width="150"> | 22 | mouse_opaque="true" name="group_land_heading" v_pad="0" width="150"> |
23 | Group Owned Land | 23 | Group Owned Land |
24 | </text> | 24 | </text> |
@@ -105,7 +105,7 @@ | |||
105 | </text> | 105 | </text> |
106 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 106 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
107 | bottom_delta="-25" drop_shadow_visible="true" follows="left|top" | 107 | bottom_delta="-25" drop_shadow_visible="true" follows="left|top" |
108 | font="SansSerifBig" h_pad="0" halign="left" height="16" left="12" | 108 | font="SansSerifLarge" h_pad="0" halign="left" height="16" left="12" |
109 | mouse_opaque="true" name="group_money_heading" v_pad="0" width="150"> | 109 | mouse_opaque="true" name="group_money_heading" v_pad="0" width="150"> |
110 | Group [CURRENCY] | 110 | Group [CURRENCY] |
111 | </text> | 111 | </text> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_group_notices.xml b/linden/indra/newview/skins/default/xui/en-us/panel_group_notices.xml index 0e5e84d..e6d7604 100644 --- a/linden/indra/newview/skins/default/xui/en-us/panel_group_notices.xml +++ b/linden/indra/newview/skins/default/xui/en-us/panel_group_notices.xml | |||
@@ -15,7 +15,7 @@ the General tab. | |||
15 | <button bottom="-24" font="SansSerif" halign="center" height="16" label="?" | 15 | <button bottom="-24" font="SansSerif" halign="center" height="16" label="?" |
16 | label_selected="?" left="391" name="help_button" width="20" /> | 16 | label_selected="?" left="391" name="help_button" width="20" /> |
17 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 17 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
18 | bottom="-20" drop_shadow_visible="true" font="SansSerifBig" h_pad="0" | 18 | bottom="-20" drop_shadow_visible="true" font="SansSerifLarge" h_pad="0" |
19 | halign="left" height="16" left="7" mouse_opaque="true" name="lbl" v_pad="0" | 19 | halign="left" height="16" left="7" mouse_opaque="true" name="lbl" v_pad="0" |
20 | width="436"> | 20 | width="436"> |
21 | Group Notices Archive | 21 | Group Notices Archive |
@@ -51,7 +51,7 @@ Notice lists are limited to 200 notices per group on a daily basis. | |||
51 | <panel border="false" bottom="0" follows="all" height="268" label="Create New Notice" | 51 | <panel border="false" bottom="0" follows="all" height="268" label="Create New Notice" |
52 | left="1" mouse_opaque="true" name="panel_create_new_notice" width="418"> | 52 | left="1" mouse_opaque="true" name="panel_create_new_notice" width="418"> |
53 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 53 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
54 | bottom="-18" drop_shadow_visible="true" font="SansSerifBig" h_pad="0" | 54 | bottom="-18" drop_shadow_visible="true" font="SansSerifLarge" h_pad="0" |
55 | halign="left" height="16" left="7" mouse_opaque="false" name="lbl" | 55 | halign="left" height="16" left="7" mouse_opaque="false" name="lbl" |
56 | v_pad="0" width="436"> | 56 | v_pad="0" width="436"> |
57 | Create a Notice | 57 | Create a Notice |
@@ -74,7 +74,8 @@ and you can't send a folder. | |||
74 | <line_editor bevel_style="in" border_style="line" | 74 | <line_editor bevel_style="in" border_style="line" |
75 | border_thickness="1" bottom_delta="0" font="SansSerifSmall" height="16" | 75 | border_thickness="1" bottom_delta="0" font="SansSerifSmall" height="16" |
76 | is_unicode="false" left_delta="58" max_length="63" mouse_opaque="true" | 76 | is_unicode="false" left_delta="58" max_length="63" mouse_opaque="true" |
77 | name="create_subject" prevalidate="printable_not_pipe" width="264" /> | 77 | name="create_subject" prevalidate="printable_not_pipe" width="264" |
78 | spell_check="true" /> | ||
78 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 79 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
79 | bottom_delta="-18" drop_shadow_visible="true" font="SansSerifSmall" | 80 | bottom_delta="-18" drop_shadow_visible="true" font="SansSerifSmall" |
80 | h_pad="0" halign="right" height="16" left="7" mouse_opaque="true" | 81 | h_pad="0" halign="right" height="16" left="7" mouse_opaque="true" |
@@ -84,7 +85,7 @@ and you can't send a folder. | |||
84 | <text_editor bottom_delta="-106" embedded_items="false" | 85 | <text_editor bottom_delta="-106" embedded_items="false" |
85 | font="SansSerifSmall" height="120" hide_scrollbar="true" is_unicode="false" | 86 | font="SansSerifSmall" height="120" hide_scrollbar="true" is_unicode="false" |
86 | left_delta="58" max_length="511" mouse_opaque="true" name="create_message" | 87 | left_delta="58" max_length="511" mouse_opaque="true" name="create_message" |
87 | width="346" word_wrap="true" /> | 88 | width="346" word_wrap="true" spell_check="true" /> |
88 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 89 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
89 | bottom_delta="-19" drop_shadow_visible="true" font="SansSerifSmall" | 90 | bottom_delta="-19" drop_shadow_visible="true" font="SansSerifSmall" |
90 | h_pad="0" halign="right" height="16" left="7" mouse_opaque="true" | 91 | h_pad="0" halign="right" height="16" left="7" mouse_opaque="true" |
@@ -94,7 +95,7 @@ and you can't send a folder. | |||
94 | <line_editor bg_visible="false" border_visible="false" bottom_delta="-2" enabled="false" | 95 | <line_editor bg_visible="false" border_visible="false" bottom_delta="-2" enabled="false" |
95 | font="SansSerifSmall" height="16" is_unicode="false" left_delta="59" | 96 | font="SansSerifSmall" height="16" is_unicode="false" left_delta="59" |
96 | max_length="63" mouse_opaque="false" name="create_inventory_name" | 97 | max_length="63" mouse_opaque="false" name="create_inventory_name" |
97 | width="211" /> | 98 | width="211" spell_check="true" /> |
98 | <icon bottom_delta="0" height="16" left_delta="0" mouse_opaque="false" | 99 | <icon bottom_delta="0" height="16" left_delta="0" mouse_opaque="false" |
99 | name="create_inv_icon" width="16" /> | 100 | name="create_inv_icon" width="16" /> |
100 | <button bottom_delta="0" font="SansSerif" halign="center" height="20" | 101 | <button bottom_delta="0" font="SansSerif" halign="center" height="20" |
@@ -114,7 +115,7 @@ and you can't send a folder. | |||
114 | <panel border="false" bottom="0" follows="all" height="268" label="View Past Notice" | 115 | <panel border="false" bottom="0" follows="all" height="268" label="View Past Notice" |
115 | left="1" mouse_opaque="true" name="panel_view_past_notice" width="418"> | 116 | left="1" mouse_opaque="true" name="panel_view_past_notice" width="418"> |
116 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 117 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
117 | bottom="-18" drop_shadow_visible="true" font="SansSerifBig" h_pad="0" | 118 | bottom="-18" drop_shadow_visible="true" font="SansSerifLarge" h_pad="0" |
118 | halign="left" height="16" left="7" mouse_opaque="false" name="lbl" | 119 | halign="left" height="16" left="7" mouse_opaque="false" name="lbl" |
119 | v_pad="0" width="436"> | 120 | v_pad="0" width="436"> |
120 | Archived Notice | 121 | Archived Notice |
@@ -146,7 +147,7 @@ and you can't send a folder. | |||
146 | enabled="false" font="SansSerifSmall" height="206" hide_scrollbar="true" | 147 | enabled="false" font="SansSerifSmall" height="206" hide_scrollbar="true" |
147 | is_unicode="false" left_delta="0" max_length="511" mouse_opaque="true" | 148 | is_unicode="false" left_delta="0" max_length="511" mouse_opaque="true" |
148 | name="view_message" width="404" | 149 | name="view_message" width="404" |
149 | word_wrap="true" /> | 150 | word_wrap="true" spell_check="true" /> |
150 | <button bottom_delta="-24" font="SansSerif" halign="center" height="20" | 151 | <button bottom_delta="-24" font="SansSerif" halign="center" height="20" |
151 | label="Open Attachment" label_selected="Open Attachment" left="7" | 152 | label="Open Attachment" label_selected="Open Attachment" left="7" |
152 | mouse_opaque="true" name="open_attachment" width="110" /> | 153 | mouse_opaque="true" name="open_attachment" width="110" /> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_group_roles.xml b/linden/indra/newview/skins/default/xui/en-us/panel_group_roles.xml index bd64622..014b28d 100644 --- a/linden/indra/newview/skins/default/xui/en-us/panel_group_roles.xml +++ b/linden/indra/newview/skins/default/xui/en-us/panel_group_roles.xml | |||
@@ -12,7 +12,7 @@ | |||
12 | name="help_button" width="20" /> | 12 | name="help_button" width="20" /> |
13 | <panel border="false" bottom="-24" height="24" left="7" name="members_header" | 13 | <panel border="false" bottom="-24" height="24" left="7" name="members_header" |
14 | visible="true" width="380"> | 14 | visible="true" width="380"> |
15 | <text bottom_delta="-20" font="SansSerifBig" halign="left" height="16" left="0" | 15 | <text bottom_delta="-20" font="SansSerifLarge" halign="left" height="16" left="0" |
16 | name="static" width="150"> | 16 | name="static" width="150"> |
17 | Members & Roles | 17 | Members & Roles |
18 | </text> | 18 | </text> |
@@ -24,7 +24,7 @@ easily be customized, allowing for greater organization and flexibility. | |||
24 | </panel> | 24 | </panel> |
25 | <panel border="false" bottom_delta="0" height="24" left="7" name="roles_header" | 25 | <panel border="false" bottom_delta="0" height="24" left="7" name="roles_header" |
26 | visible="false" width="380"> | 26 | visible="false" width="380"> |
27 | <text bottom_delta="-20" font="SansSerifBig" halign="left" height="16" left="0" | 27 | <text bottom_delta="-20" font="SansSerifLarge" halign="left" height="16" left="0" |
28 | name="static" width="100"> | 28 | name="static" width="100"> |
29 | Roles | 29 | Roles |
30 | </text> | 30 | </text> |
@@ -47,7 +47,7 @@ easily be customized, allowing for greater organization and flexibility. | |||
47 | </panel> | 47 | </panel> |
48 | <panel border="false" bottom_delta="-20" height="24" left="7" name="actions_header" | 48 | <panel border="false" bottom_delta="-20" height="24" left="7" name="actions_header" |
49 | visible="false" width="380"> | 49 | visible="false" width="380"> |
50 | <text bottom_delta="0" font="SansSerifBig" halign="left" height="16" left="0" | 50 | <text bottom_delta="0" font="SansSerifLarge" halign="left" height="16" left="0" |
51 | name="static" width="200"> | 51 | name="static" width="200"> |
52 | Abilities | 52 | Abilities |
53 | </text> | 53 | </text> |
@@ -95,7 +95,7 @@ clicking on their names. | |||
95 | <line_editor bevel_style="in" border_style="line" | 95 | <line_editor bevel_style="in" border_style="line" |
96 | border_thickness="1" bottom="143" follows="left|top" font="SansSerifSmall" | 96 | border_thickness="1" bottom="143" follows="left|top" font="SansSerifSmall" |
97 | height="16" is_unicode="false" left="4" max_length="63" mouse_opaque="true" | 97 | height="16" is_unicode="false" left="4" max_length="63" mouse_opaque="true" |
98 | name="search_text" width="100" /> | 98 | name="search_text" width="100" spell_check="true" /> |
99 | <button bottom_delta="-2" font="SansSerifSmall" halign="center" height="20" | 99 | <button bottom_delta="-2" font="SansSerifSmall" halign="center" height="20" |
100 | label="Search" left_delta="105" name="search_button" width="60" /> | 100 | label="Search" left_delta="105" name="search_button" width="60" /> |
101 | <button bottom_delta="0" enabled="false" font="SansSerifSmall" halign="center" | 101 | <button bottom_delta="0" enabled="false" font="SansSerifSmall" halign="center" |
@@ -135,7 +135,7 @@ including the Everyone and Owner Roles. | |||
135 | <line_editor bevel_style="in" border_style="line" | 135 | <line_editor bevel_style="in" border_style="line" |
136 | border_thickness="1" bottom="143" follows="left|top" font="SansSerifSmall" | 136 | border_thickness="1" bottom="143" follows="left|top" font="SansSerifSmall" |
137 | height="16" is_unicode="false" left="6" max_length="63" mouse_opaque="true" | 137 | height="16" is_unicode="false" left="6" max_length="63" mouse_opaque="true" |
138 | name="search_text" width="100" /> | 138 | name="search_text" width="100" spell_check="true" /> |
139 | <button bottom_delta="-2" font="SansSerifSmall" halign="center" height="20" | 139 | <button bottom_delta="-2" font="SansSerifSmall" halign="center" height="20" |
140 | label="Search" left_delta="105" name="search_button" width="60" /> | 140 | label="Search" left_delta="105" name="search_button" width="60" /> |
141 | <button bottom_delta="0" enabled="false" font="SansSerifSmall" halign="center" | 141 | <button bottom_delta="0" enabled="false" font="SansSerifSmall" halign="center" |
@@ -212,7 +212,7 @@ things in this group. There's a broad variety of Abilities. | |||
212 | bottom_delta="-16" drop_shadow_visible="false" follows="left|top" | 212 | bottom_delta="-16" drop_shadow_visible="false" follows="left|top" |
213 | font="SansSerifSmall" height="16" is_unicode="false" left="0" | 213 | font="SansSerifSmall" height="16" is_unicode="false" left="0" |
214 | max_length="20" mouse_opaque="true" name="role_title" | 214 | max_length="20" mouse_opaque="true" name="role_title" |
215 | width="145"> | 215 | width="145" spell_check="true"> |
216 | (waiting) | 216 | (waiting) |
217 | </line_editor> | 217 | </line_editor> |
218 | <text_editor bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 218 | <text_editor bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
@@ -220,7 +220,7 @@ things in this group. There's a broad variety of Abilities. | |||
220 | h_pad="0" halign="left" height="48" hide_scrollbar="true" left="150" | 220 | h_pad="0" halign="left" height="48" hide_scrollbar="true" left="150" |
221 | max_length="254" name="role_description" | 221 | max_length="254" name="role_description" |
222 | v_pad="0" width="254" | 222 | v_pad="0" width="254" |
223 | word_wrap="true"> | 223 | word_wrap="true" spell_check="true"> |
224 | (waiting) | 224 | (waiting) |
225 | </text_editor> | 225 | </text_editor> |
226 | <text bottom_delta="-26" font="SansSerif" halign="left" height="16" left="0" | 226 | <text bottom_delta="-26" font="SansSerif" halign="left" height="16" left="0" |
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_group_voting.xml b/linden/indra/newview/skins/default/xui/en-us/panel_group_voting.xml index e044f34..64be465 100644 --- a/linden/indra/newview/skins/default/xui/en-us/panel_group_voting.xml +++ b/linden/indra/newview/skins/default/xui/en-us/panel_group_voting.xml | |||
@@ -20,7 +20,7 @@ vote on open proposals, and view old proposals. | |||
20 | name="help_button" width="20" /> | 20 | name="help_button" width="20" /> |
21 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 21 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
22 | bottom="446" drop_shadow_visible="true" follows="left|top" | 22 | bottom="446" drop_shadow_visible="true" follows="left|top" |
23 | font="SansSerifBig" h_pad="0" halign="left" height="16" left="7" | 23 | font="SansSerifLarge" h_pad="0" halign="left" height="16" left="7" |
24 | mouse_opaque="false" name="proposal_header" v_pad="0" width="363"> | 24 | mouse_opaque="false" name="proposal_header" v_pad="0" width="363"> |
25 | Open Group Proposals | 25 | Open Group Proposals |
26 | </text> | 26 | </text> |
@@ -57,7 +57,7 @@ vote on open proposals, and view old proposals. | |||
57 | border_visible="false" bottom="300" drop_shadow_visible="false" | 57 | border_visible="false" bottom="300" drop_shadow_visible="false" |
58 | embedded_items="false" follows="left|top" font="SansSerif" height="90" | 58 | embedded_items="false" follows="left|top" font="SansSerif" height="90" |
59 | is_unicode="false" left="11" max_length="254" mouse_opaque="true" | 59 | is_unicode="false" left="11" max_length="254" mouse_opaque="true" |
60 | name="proposal_text" width="289" word_wrap="true" /> | 60 | name="proposal_text" width="289" word_wrap="true" spell_check="true" /> |
61 | <button bottom_delta="0" follows="left|top" font="SansSerif" halign="center" | 61 | <button bottom_delta="0" follows="left|top" font="SansSerif" halign="center" |
62 | height="20" label="View List" label_selected="View List" left="304" | 62 | height="20" label="View List" label_selected="View List" left="304" |
63 | mouse_opaque="true" name="btn_view_proposal_list" width="101" /> | 63 | mouse_opaque="true" name="btn_view_proposal_list" width="101" /> |
@@ -144,7 +144,7 @@ vote on open proposals, and view old proposals. | |||
144 | mouse_opaque="true" name="btn_abstain" width="63" /> | 144 | mouse_opaque="true" name="btn_abstain" width="63" /> |
145 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 145 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
146 | bottom="-240" drop_shadow_visible="true" follows="left|top" | 146 | bottom="-240" drop_shadow_visible="true" follows="left|top" |
147 | font="SansSerifBig" h_pad="0" halign="left" height="10" left="12" | 147 | font="SansSerifLarge" h_pad="0" halign="left" height="10" left="12" |
148 | mouse_opaque="false" name="txt" v_pad="0" width="363"> | 148 | mouse_opaque="false" name="txt" v_pad="0" width="363"> |
149 | Group Voting History | 149 | Group Voting History |
150 | </text> | 150 | </text> |
@@ -180,7 +180,7 @@ vote on open proposals, and view old proposals. | |||
180 | hide_scrollbar="true" is_unicode="false" left="10" max_length="1024" | 180 | hide_scrollbar="true" is_unicode="false" left="10" max_length="1024" |
181 | mouse_opaque="true" name="vote_text" | 181 | mouse_opaque="true" name="vote_text" |
182 | text_wrap="true" v_pad="0" | 182 | text_wrap="true" v_pad="0" |
183 | width="396" word_wrap="false" /> | 183 | width="396" word_wrap="false" spell_check="true" /> |
184 | <button bottom_delta="-25" follows="top" font="SansSerif" halign="center" height="20" | 184 | <button bottom_delta="-25" follows="top" font="SansSerif" halign="center" height="20" |
185 | label="View List" label_selected="View List" left="287" mouse_opaque="true" | 185 | label="View List" label_selected="View List" left="287" mouse_opaque="true" |
186 | name="btn_view_history_list" width="120" /> | 186 | name="btn_view_history_list" width="120" /> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_groups.xml b/linden/indra/newview/skins/default/xui/en-us/panel_groups.xml index e6b78fb..9303852 100644 --- a/linden/indra/newview/skins/default/xui/en-us/panel_groups.xml +++ b/linden/indra/newview/skins/default/xui/en-us/panel_groups.xml | |||
@@ -1,12 +1,19 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <panel border="true" bottom="-371" height="300" left="280" mouse_opaque="true" | 2 | <panel border="true" bottom="-371" height="300" left="280" mouse_opaque="true" |
3 | name="groups" width="350"> | 3 | name="groups" width="350" min_width="350"> |
4 | <scroll_list background_visible="true" bottom="45" column_padding="5" draw_border="true" | 4 | <scroll_list background_visible="true" bottom="45" column_padding="5" draw_border="true" |
5 | draw_heading="false" draw_stripes="true" enabled="true" | 5 | draw_heading="true" draw_stripes="true" enabled="true" |
6 | follows="left|top|right|bottom" left="10" mouse_opaque="true" | 6 | follows="left|top|right|bottom" left="10" mouse_opaque="true" |
7 | multi_select="false" name="group list" tab_stop="true" top="-10" | 7 | multi_select="false" name="group list" tab_stop="true" top="-30" |
8 | width="240"> | 8 | width="240"> |
9 | <column label="" name="name" width="248" /> | 9 | <column label="Group Name" name="name" dynamicwidth="true" /> |
10 | <column label="Notices" name="receive_notices" width="60" | ||
11 | tool_tip="Receve notices from this group" /> | ||
12 | <column label="Chat" name="join_group_chat" width="60" | ||
13 | tool_tip="Join group IMs (group chat) from this group" /> | ||
14 | <column label="Public" name="list_in_profile" width="20" | ||
15 | image="ff_visible_online_button.tga" | ||
16 | tool_tip="Group is listed in your profile" /> | ||
10 | </scroll_list> | 17 | </scroll_list> |
11 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 18 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
12 | bottom="22" drop_shadow_visible="true" enabled="true" follows="left|bottom" | 19 | bottom="22" drop_shadow_visible="true" enabled="true" follows="left|bottom" |
@@ -21,7 +28,7 @@ | |||
21 | You belong to [COUNT] groups (of [MAX] maximum). | 28 | You belong to [COUNT] groups (of [MAX] maximum). |
22 | </text> | 29 | </text> |
23 | <pad bottom="-7" height="0" left="-90" width="1" /> | 30 | <pad bottom="-7" height="0" left="-90" width="1" /> |
24 | <button bottom_delta="-25" follows="top|right" font="SansSerif" height="22" | 31 | <button bottom_delta="-45" follows="top|right" font="SansSerif" height="22" |
25 | label="IM/Call" left_delta="0" name="IM" | 32 | label="IM/Call" left_delta="0" name="IM" |
26 | tool_tip="Open Instant Message session" width="80" /> | 33 | tool_tip="Open Instant Message session" width="80" /> |
27 | <button bottom_delta="-25" follows="top|right" font="SansSerif" height="22" | 34 | <button bottom_delta="-25" follows="top|right" font="SansSerif" height="22" |
@@ -38,6 +45,9 @@ | |||
38 | label="Search..." name="Search..." width="80" /> | 45 | label="Search..." name="Search..." width="80" /> |
39 | <button bottom_delta="-25" follows="top|right" font="SansSerif" height="22" | 46 | <button bottom_delta="-25" follows="top|right" font="SansSerif" height="22" |
40 | label="Leave" name="Leave" width="80" /> | 47 | label="Leave" name="Leave" width="80" /> |
48 | <search_editor bottom="-24" enabled="true" follows="left|right|top" font="SansSerif" | ||
49 | height="18" left="10" right="-100" name="group_search" | ||
50 | label="Type here to search your groups" width="130" /> | ||
41 | <string name="none"> | 51 | <string name="none"> |
42 | none | 52 | none |
43 | </string> | 53 | </string> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_hud.xml b/linden/indra/newview/skins/default/xui/en-us/panel_hud.xml new file mode 100644 index 0000000..95f8289 --- /dev/null +++ b/linden/indra/newview/skins/default/xui/en-us/panel_hud.xml | |||
@@ -0,0 +1,4 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <panel border="false" auto_resize="true" background_visible="false" bottom="50" | ||
3 | follows="left|right|top|bottom" height="728" left="0" mouse_opaque="false" | ||
4 | name="hud" user_resize="false" width="1024" /> | ||
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_login.xml b/linden/indra/newview/skins/default/xui/en-us/panel_login.xml index a60beac..68991b6 100644 --- a/linden/indra/newview/skins/default/xui/en-us/panel_login.xml +++ b/linden/indra/newview/skins/default/xui/en-us/panel_login.xml | |||
@@ -1,13 +1,27 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | 2 | ||
3 | <panel name="panel_login" | 3 | <panel name="panel_login" |
4 | bottom="0" left="0" height="600" width="800" | 4 | bottom="0" left="0" height="600" width="800" |
5 | follows="left|top|right|bottom" mouse_opaque="true" > | 5 | follows="left|top|right|bottom" mouse_opaque="true" > |
6 | 6 | ||
7 | <web_browser name="login_html" | 7 | <web_browser name="login_html" |
8 | bottom="102" top="600" left="0" right="800" | 8 | bottom="102" top="-1" left="0" right="-1" |
9 | border_visible="false" follows="top|left|bottom|right" | 9 | border_visible="false" follows="top|left|bottom|right" |
10 | start_url="data:text/html,%3Chtml%3E%3Chead%3E%3C/head%3E%3Cbody bgcolor=%22#000000%22 text=%22ffffff%22%3E%3Ch1%3E%3Ctt%3Eloading...%3C/tt%3E%3C/h1%3E %3C/body%3E %3C/html%3E" /> | 10 | start_url="data:text/html, |
11 | %3Chtml%3E | ||
12 | %3Chead%3E %3C/head%3E | ||
13 | %3Cbody bgcolor=%22#5a2d65%22 text=%22ffffff%22%3E | ||
14 | %3Ctable width=%22100%%22 height=%22100%%22 border=%220%22%3E | ||
15 | %3Ctr%3E | ||
16 | %3Ctd align=%22center%22 valign=%22middle%22 style=%22font-size:0.8em;%22%3E | ||
17 | %3Cimg src=%22imprudence_loading.png%22 align=%22absmiddle%22%3E | ||
18 | %3Cbr/%3E | ||
19 | %3CH1%3Eloading...%3C/H1%3E | ||
20 | %3C/td%3E | ||
21 | %3C/tr%3C | ||
22 | %3C/table%3E | ||
23 | %3C/body%3E | ||
24 | %3C/html%3E" /> | ||
11 | <string name="real_url"> | 25 | <string name="real_url"> |
12 | http://secondlife.com/app/login/ | 26 | http://secondlife.com/app/login/ |
13 | </string> | 27 | </string> |
@@ -16,32 +30,6 @@ | |||
16 | </string> | 30 | </string> |
17 | 31 | ||
18 | 32 | ||
19 | <!-- START LOCATION --> | ||
20 | |||
21 | <text name="start_location_text" | ||
22 | bottom="32" left="10" height="16" right="115" | ||
23 | follows="left|bottom" h_pad="0" halign="right" v_pad="0" | ||
24 | bg_visible="false" drop_shadow_visible="true" | ||
25 | border_visible="false" border_drop_shadow_visible="false" | ||
26 | font="SansSerifSmall" mouse_opaque="true"> | ||
27 | Start location: | ||
28 | </text> | ||
29 | <combo_box name="start_location_combo" | ||
30 | bottom_delta="2" left="120" height="16" width="150" | ||
31 | follows="left|bottom" font="SansSerifSmall" | ||
32 | mouse_opaque="true" allow_text_entry="true" max_chars="128"> | ||
33 | <combo_item name="MyHome" value="My Home"> | ||
34 | My Home | ||
35 | </combo_item> | ||
36 | <combo_item name="MyLastLocation" value="My Last Location"> | ||
37 | My Last Location | ||
38 | </combo_item> | ||
39 | <combo_item name="Typeregionname" value="<Type region name>"> | ||
40 | <Type region name> | ||
41 | </combo_item> | ||
42 | </combo_box> | ||
43 | |||
44 | |||
45 | <!-- FIRST NAME --> | 33 | <!-- FIRST NAME --> |
46 | 34 | ||
47 | <text name="first_name_text" | 35 | <text name="first_name_text" |
@@ -58,7 +46,8 @@ | |||
58 | bevel_style="in" border_style="line" border_thickness="1" | 46 | bevel_style="in" border_style="line" border_thickness="1" |
59 | max_length="31" mouse_opaque="true" | 47 | max_length="31" mouse_opaque="true" |
60 | handle_edit_keys_directly="true" | 48 | handle_edit_keys_directly="true" |
61 | select_all_on_focus_received="true" /> | 49 | select_all_on_focus_received="true" |
50 | allow_translate="false" /> | ||
62 | 51 | ||
63 | 52 | ||
64 | <!-- LAST NAME --> | 53 | <!-- LAST NAME --> |
@@ -77,13 +66,34 @@ | |||
77 | bevel_style="in" border_style="line" border_thickness="1" | 66 | bevel_style="in" border_style="line" border_thickness="1" |
78 | max_length="31" mouse_opaque="true" | 67 | max_length="31" mouse_opaque="true" |
79 | handle_edit_keys_directly="true" | 68 | handle_edit_keys_directly="true" |
80 | select_all_on_focus_received="true" /> | 69 | select_all_on_focus_received="true" |
70 | allow_translate="false" /> | ||
71 | |||
72 | |||
73 | <!-- SL USERNAME --> | ||
74 | |||
75 | <text name="username_text" | ||
76 | bottom="80" left="24" height="16" width="250" | ||
77 | follows="left|bottom" h_pad="0" halign="left" v_pad="0" | ||
78 | bg_visible="false" drop_shadow_visible="true" | ||
79 | border_visible="false" border_drop_shadow_visible="false" | ||
80 | font="SansSerif" mouse_opaque="true"> | ||
81 | Login name: | ||
82 | </text> | ||
83 | <line_editor name="username_edit" | ||
84 | bottom_delta="-20" left_delta="0" height="20" width="250" | ||
85 | follows="left|bottom" font="SansSerif" | ||
86 | bevel_style="in" border_style="line" border_thickness="1" | ||
87 | max_length="31" mouse_opaque="true" | ||
88 | handle_edit_keys_directly="true" | ||
89 | select_all_on_focus_received="true" | ||
90 | allow_translate="false" /> | ||
81 | 91 | ||
82 | 92 | ||
83 | <!-- PASSWORD --> | 93 | <!-- PASSWORD --> |
84 | 94 | ||
85 | <text name="password_text" | 95 | <text name="password_text" |
86 | bottom_delta="20" left_delta="130" height="16" width="120" | 96 | bottom_delta="20" left="285" height="16" width="120" |
87 | follows="left|bottom" h_pad="0" halign="left" v_pad="0" | 97 | follows="left|bottom" h_pad="0" halign="left" v_pad="0" |
88 | bg_visible="false" drop_shadow_visible="true" | 98 | bg_visible="false" drop_shadow_visible="true" |
89 | border_visible="false" border_drop_shadow_visible="false" | 99 | border_visible="false" border_drop_shadow_visible="false" |
@@ -96,37 +106,72 @@ | |||
96 | bevel_style="in" border_style="line" border_thickness="1" | 106 | bevel_style="in" border_style="line" border_thickness="1" |
97 | max_length="16" mouse_opaque="true" | 107 | max_length="16" mouse_opaque="true" |
98 | handle_edit_keys_directly="true" | 108 | handle_edit_keys_directly="true" |
99 | select_all_on_focus_received="true" /> | 109 | select_all_on_focus_received="true" |
100 | <check_box name="remember_check" label="Remember password" | 110 | allow_translate="false" /> |
101 | bottom_delta="-24" left_delta="0" height="16" width="140" | ||
102 | follows="left|bottom" font="SansSerifSmall" control_name="RememberPassword" | ||
103 | initial_value="false" mouse_opaque="true" /> | ||
104 | 111 | ||
105 | 112 | ||
106 | <!-- GRIDS --> | 113 | <!-- GRIDS --> |
107 | 114 | ||
108 | <text name="grid_text" | 115 | <text name="grid_text" |
109 | bottom="80" left_delta="150" height="16" width="120" | 116 | bottom="80" left_delta="150" height="16" width="120" |
110 | follows="left|bottom" h_pad="0" halign="left" v_pad="0" | 117 | follows="left|bottom" h_pad="0" halign="left" v_pad="0" |
111 | bg_visible="false" drop_shadow_visible="true" | 118 | bg_visible="false" drop_shadow_visible="true" |
112 | border_visible="false" border_drop_shadow_visible="false" | 119 | border_visible="false" border_drop_shadow_visible="false" |
113 | font="SansSerif" mouse_opaque="true"> | 120 | font="SansSerif" mouse_opaque="true"> |
114 | Grid: | 121 | Grid: |
115 | </text> | 122 | </text> |
116 | <combo_box name="server_combo" | 123 | <combo_box name="server_combo" |
117 | bottom_delta="-20" left_delta="0" height="20" width="120" | 124 | bottom_delta="-20" left_delta="0" height="20" width="120" |
118 | follows="left|bottom" allow_text_entry="false" | 125 | follows="left|bottom" allow_text_entry="false" |
119 | max_chars="20" mouse_opaque="true" /> | 126 | max_chars="20" mouse_opaque="true" /> |
120 | <button name="grid_btn" label="Grid Manager" | 127 | |
121 | bottom_delta="-24" left_delta="10" height="16" width="100" | 128 | |
122 | follows="left|bottom" font="SansSerifSmall" halign="center" | 129 | <!-- START LOCATION --> |
123 | mouse_opaque="true" scale_image="TRUE" /> | 130 | |
131 | <text name="start_location_text" | ||
132 | bottom="32" left="10" height="16" right="115" | ||
133 | follows="left|bottom" h_pad="0" halign="right" v_pad="0" | ||
134 | bg_visible="false" drop_shadow_visible="true" | ||
135 | border_visible="false" border_drop_shadow_visible="false" | ||
136 | font="SansSerifSmall" mouse_opaque="true"> | ||
137 | Start location: | ||
138 | </text> | ||
139 | <combo_box name="start_location_combo" | ||
140 | bottom_delta="2" left="120" height="16" width="150" | ||
141 | follows="left|bottom" font="SansSerifSmall" | ||
142 | mouse_opaque="true" allow_text_entry="true" max_chars="128"> | ||
143 | <combo_item name="MyHome" value="My Home"> | ||
144 | My Home | ||
145 | </combo_item> | ||
146 | <combo_item name="MyLastLocation" value="My Last Location"> | ||
147 | My Last Location | ||
148 | </combo_item> | ||
149 | <combo_item name="Typeregionname" value="<Type region name>"> | ||
150 | <Type region name> | ||
151 | </combo_item> | ||
152 | </combo_box> | ||
153 | |||
154 | |||
155 | <!-- REMEMBER PASSWORD --> | ||
156 | |||
157 | <check_box name="remember_check" label="Remember password" | ||
158 | bottom_delta="-2" left="282" height="16" width="140" | ||
159 | follows="left|bottom" font="SansSerifSmall" control_name="RememberPassword" | ||
160 | initial_value="false" mouse_opaque="true" /> | ||
161 | |||
162 | |||
163 | <!-- GRID MANAGER --> | ||
164 | |||
165 | <button name="grid_btn" label="Grid Manager" | ||
166 | bottom_delta="0" left="434" height="20" width="100" | ||
167 | follows="left|bottom" font="SansSerifSmall" halign="center" | ||
168 | mouse_opaque="true" scale_image="TRUE" /> | ||
124 | 169 | ||
125 | 170 | ||
126 | <!-- LOG IN --> | 171 | <!-- LOG IN --> |
127 | 172 | ||
128 | <button name="connect_btn" label="Log In" | 173 | <button name="connect_btn" label="Log In" |
129 | bottom="58" left_delta="140" height="24" width="120" | 174 | bottom="58" left_delta="150" height="24" width="120" |
130 | follows="left|bottom" font="SansSerif" halign="center" | 175 | follows="left|bottom" font="SansSerif" halign="center" |
131 | mouse_opaque="true" scale_image="TRUE" /> | 176 | mouse_opaque="true" scale_image="TRUE" /> |
132 | 177 | ||
@@ -168,7 +213,7 @@ | |||
168 | 213 | ||
169 | 214 | ||
170 | <web_browser name="news_bar" | 215 | <web_browser name="news_bar" |
171 | bottom="0" top="20" left="0" right="800" | 216 | bottom="0" top="20" left="0" right="-1" |
172 | border_visible="true" follows="left|bottom|right" | 217 | border_visible="true" follows="left|bottom|right" |
173 | start_url="data:text/html,%3Chtml%3E%3Chead%3E%3C/head%3E%3Cbody bgcolor=%22#000%22%3E%3C/body%3E%3C/html%3E" /> | 218 | start_url="data:text/html,%3Chtml%3E%3Chead%3E%3C/head%3E%3Cbody bgcolor=%22#000%22%3E%3C/body%3E%3C/html%3E" /> |
174 | 219 | ||
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_media_hud.xml b/linden/indra/newview/skins/default/xui/en-us/panel_media_hud.xml new file mode 100644 index 0000000..1c0781a --- /dev/null +++ b/linden/indra/newview/skins/default/xui/en-us/panel_media_hud.xml | |||
@@ -0,0 +1,68 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <panel border="false" follows="" height="160" visible="false" mouse_opaque="false" | ||
3 | label="" name="MediaHUD" width="208" background_visible="false" background_opaque="false" bg_alpha_color="1 1 1 0.0"> | ||
4 | <panel name="media_region" left="20" right="-20" bottom="35" top="-20" follows="left|right|top|bottom" visible="true" background_opaque="false" | ||
5 | mouse_opaque="false"/> | ||
6 | <!--icon name="bg_image" image_name="media_panel_hoverrectangle.png" visible="true" left="10" bottom="32" right="-10" top="-10" follows="left|right|top|bottom"/--> | ||
7 | <layout_stack orientation="horizontal" left="0" bottom="0" follows="left|right|bottom" visible="true" width="208" height="32"> | ||
8 | <layout_panel user_resize="false"/> | ||
9 | <layout_panel user_resize="false" auto_resize="false" width="210" min_width="208"> | ||
10 | <panel name="media_focused_controls" width="208" left="0" height="32" bottom="0" visible="true"> | ||
11 | <icon name="media_panel_transportcontrols_bg" image_name="media_panel_bg.png" visible="true" height="32" width="99" scale_image="true" bottom="0"/> | ||
12 | <button name="back" label="" left="4" width="20" bottom="6" height="22" image_unselected="media_btn_back.png" | ||
13 | image_selected="media_btn_back.png" scale_image="true"/> | ||
14 | <icon name="media_panel_divider-1" image_name="media_panel_divider.png" visible="true" height="22" width="3" left_delta="20" | ||
15 | scale_image="false" bottom="5"/> | ||
16 | <button name="fwd" label="" left_delta="3" width="17" bottom_delta="0" height="22" image_unselected="media_btn_forward.png" | ||
17 | image_selected="media_btn_forward.png" scale_image="true"/> | ||
18 | <icon name="media_panel_divider-2" image_name="media_panel_divider.png" visible="true" height="22" width="3" left_delta="17" | ||
19 | scale_image="false" bottom="5"/> | ||
20 | <button name="home" label="" left_delta="3" width="22" bottom_delta="0" height="22" image_unselected="media_btn_home.png" | ||
21 | image_selected="media_btn_home.png" scale_image="true"/> | ||
22 | <button name="media_stop" label="" left_delta="0" width="22" bottom_delta="0" height="22" image_unselected="button_anim_stop.tga" | ||
23 | image_selected="button_anim_stop.tga" scale_image="true"/> | ||
24 | <icon name="media_panel_divider-3" image_name="media_panel_divider.png" visible="true" height="22" width="3" left_delta="22" | ||
25 | scale_image="false" bottom="5"/> | ||
26 | <button name="reload" label="" left_delta="3" width="22" bottom_delta="0" height="22" image_unselected="media_btn_reload.png" | ||
27 | image_selected="media_btn_reload.png" scale_image="true"/> | ||
28 | <button name="stop" label="" left_delta="0" width="22" bottom_delta="0" height="22" image_unselected="media_btn_stoploading.png" | ||
29 | image_selected="media_btn_stoploading.png" scale_image="true" visible="false"/> | ||
30 | <button name="play" label="" left_delta="0" width="22" bottom_delta="0" height="22" image_unselected="button_anim_play.tga" | ||
31 | image_selected="button_anim_play.tga" scale_image="true" visible="false"/> | ||
32 | <button name="pause" label="" left_delta="0" width="22" bottom_delta="0" height="22" image_unselected="button_anim_pause.tga" | ||
33 | image_selected="button_anim_pause.tga" scale_image="true" visible="false"/> | ||
34 | <icon name="media_panel_scrollbg" image_name="media_panel_scrollbg.png" visible="true" height="32" width="32" | ||
35 | scale_image="false" bottom="0" left="97"/> | ||
36 | <button name="scrollup" label="" left="109" width="8" bottom="20" height="8" image_unselected="media_btn_scrollup.png" | ||
37 | image_selected="media_btn_scrollup.png" scale_image="false"/> | ||
38 | <button name="scrollleft" label="" left="100" width="8" bottom="12" height="8" image_unselected="media_btn_scrollleft.png" | ||
39 | image_selected="media_btn_scrollleft.png" scale_image="false"/> | ||
40 | <button name="scrollright" label="" left="117" width="8" bottom="12" height="8" image_unselected="media_btn_scrollright.png" | ||
41 | image_selected="media_btn_scrollright.png" scale_image="false"/> | ||
42 | <button name="scrolldown" label="" left="109" width="8" bottom="4" height="8" image_unselected="media_btn_scrolldown.png" | ||
43 | image_selected="media_btn_scrolldown.png" scale_image="false"/> | ||
44 | <icon name="media_panel_metacontrols_bg" image_name="media_panel_bg.png" visible="true" height="32" width="81" | ||
45 | scale_image="true" bottom="0" left="127"/> | ||
46 | <button name="zoom_frame" label="" left_delta="4" width="22" bottom="5" height="22" image_unselected="media_btn_optimalzoom.png" | ||
47 | image_selected="media_btn_optimalzoom.png" scale_image="true"/> | ||
48 | <icon name="media_panel_divider-4" image_name="media_panel_divider.png" visible="true" height="22" width="3" left_delta="22" | ||
49 | scale_image="false" bottom="5"/> | ||
50 | <button name="new_window" label="" left_delta="3" width="24" bottom_delta="1" height="22" image_unselected="media_btn_newwindow.png" | ||
51 | image_selected="media_btn_newwindow.png" scale_image="true"/> | ||
52 | <icon name="media_panel_divider-5" image_name="media_panel_divider.png" visible="true" height="22" width="3" left_delta="24" | ||
53 | scale_image="false" bottom="5"/> | ||
54 | <button name="close" label="" left_delta="3" width="21" bottom_delta="1" height="22" image_unselected="media_btn_done.png" | ||
55 | image_selected="media_btn_done.png" scale_image="true"/> | ||
56 | </panel> | ||
57 | <panel name="media_hover_controls" width="57" left="74" height="32" bottom="0" visible="false"> | ||
58 | <icon name="media_panel_metacontrols_bg-hover" image_name="media_panel_bg.png" visible="true" height="32" width="57" scale_image="true" bottom="0" left="0"/> | ||
59 | <button name="zoom_frame_hover" label="" left_delta="4" width="22" bottom="5" height="22" image_unselected="media_btn_optimalzoom.png" image_selected="media_btn_optimalzoom.png" | ||
60 | scale_image="true"/> | ||
61 | <icon name="media_panel_divider" image_name="media_panel_divider.png" visible="true" height="22" width="3" left_delta="22" scale_image="false" bottom="5"/> | ||
62 | <button name="new_window_hover" label="" left_delta="3" width="24" bottom_delta="1" height="22" image_unselected="media_btn_newwindow.png" image_selected="media_btn_newwindow.png" | ||
63 | scale_image="true"/> | ||
64 | </panel> | ||
65 | </layout_panel> | ||
66 | <layout_panel user_resize="false"/> | ||
67 | </layout_stack> | ||
68 | </panel> | ||
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_particle_settings.xml b/linden/indra/newview/skins/default/xui/en-us/panel_particle_settings.xml new file mode 100644 index 0000000..c1e1da9 --- /dev/null +++ b/linden/indra/newview/skins/default/xui/en-us/panel_particle_settings.xml | |||
@@ -0,0 +1,49 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <panel border="true" bottom="-580" follows="left|top|right|bottom" height="525" label="Particle Settings" | ||
3 | left="1" mouse_opaque="true" name="ParticleSettings" width="418"> | ||
4 | |||
5 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
6 | bottom_delta="-36" drop_shadow_visible="true" enabled="true" follows="left|top" | ||
7 | font="SansSerifSmall" h_pad="0" halign="left" height="10" left="10" | ||
8 | mouse_opaque="true" name="part_start_color_textbox" v_pad="0" width="394"> | ||
9 | Start Color: | ||
10 | </text> | ||
11 | <color_swatch border_color="0.45098 0.517647 0.607843 1" bottom_delta="-44" | ||
12 | can_apply_immediately="true" color="1 1 1 1" | ||
13 | enabled="true" follows="left|top" height="55" label="" left_delta="53" | ||
14 | mouse_opaque="true" name="part_start_color_swatch" | ||
15 | tool_tip="Click to open Color Picker" width="45" /> | ||
16 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
17 | bottom_delta="-20" drop_shadow_visible="true" enabled="true" follows="left|top" | ||
18 | font="SansSerifSmall" h_pad="0" halign="left" height="10" left="10" | ||
19 | mouse_opaque="true" name="part_end_color_textbox" v_pad="0" width="394"> | ||
20 | End Color: | ||
21 | </text> | ||
22 | <color_swatch border_color="0.45098 0.517647 0.607843 1" bottom_delta="-44" | ||
23 | can_apply_immediately="true" color="1 1 1 1" | ||
24 | enabled="true" follows="left|top" height="55" label="" left_delta="53" | ||
25 | mouse_opaque="true" name="part_end_color_swatch" | ||
26 | tool_tip="Click to open Color Picker" width="45" /> | ||
27 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
28 | bottom_delta="-20" drop_shadow_visible="true" enabled="true" follows="left|top" | ||
29 | font="SansSerifSmall" h_pad="0" halign="left" height="10" left="10" | ||
30 | mouse_opaque="true" name="part_texture_textbox" v_pad="0" width="394"> | ||
31 | Texture: | ||
32 | </text> | ||
33 | |||
34 | <texture_picker border_color="0.45098 0.517647 0.607843 1" bottom_delta="-44" | ||
35 | can_apply_immediately="true" color="1 1 1 1" | ||
36 | enabled="true" follows="left|top" height="55" label="" left_delta="53" | ||
37 | mouse_opaque="true" name="part_texture_picker" | ||
38 | tool_tip="Click to open Texture Chooser" width="45" /> | ||
39 | <button name="reset_cloud_this_account" label="reset for this account" halign="center" | ||
40 | tool_tip="reset the Avatar particle cloud to default for this account" left="12" | ||
41 | bottom_delta="-50" width="180" height="20" font="SansSerifSmall" follows="left|top"/> | ||
42 | <button name="save_cloud_this_account" label="save for this account" halign="center" | ||
43 | tool_tip="save the Avatar particle cloud for this account" left="12" | ||
44 | bottom_delta="-50" width="180" height="20" font="SansSerifSmall" follows="left|top"/> | ||
45 | <button name="save_cloud_any_account" label="save for any account" halign="center" | ||
46 | tool_tip="save the Avatar particle cloud for any account" left="12" | ||
47 | bottom_delta="-24" width="180" height="20" font="SansSerifSmall" follows="left|top"/> | ||
48 | </panel> | ||
49 | |||
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_place.xml b/linden/indra/newview/skins/default/xui/en-us/panel_place.xml index d50aa53..96d9dd5 100644 --- a/linden/indra/newview/skins/default/xui/en-us/panel_place.xml +++ b/linden/indra/newview/skins/default/xui/en-us/panel_place.xml | |||
@@ -14,7 +14,7 @@ | |||
14 | </text> | 14 | </text> |
15 | <text_editor bottom_delta="-68" enabled="false" follows="left|top" | 15 | <text_editor bottom_delta="-68" enabled="false" follows="left|top" |
16 | font="SansSerif" height="70" left="20" max_length="1023" name="desc_editor" | 16 | font="SansSerif" height="70" left="20" max_length="1023" name="desc_editor" |
17 | width="400" word_wrap="true" /> | 17 | width="400" word_wrap="true" spell_check="true" /> |
18 | <text bottom_delta="-25" follows="left|top" font="SansSerif" height="20" left="20" name="information_label"> | 18 | <text bottom_delta="-25" follows="left|top" font="SansSerif" height="20" left="20" name="information_label"> |
19 | Information: | 19 | Information: |
20 | </text> | 20 | </text> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_place_small.xml b/linden/indra/newview/skins/default/xui/en-us/panel_place_small.xml index 94024f9..64ab9f3 100644 --- a/linden/indra/newview/skins/default/xui/en-us/panel_place_small.xml +++ b/linden/indra/newview/skins/default/xui/en-us/panel_place_small.xml | |||
@@ -14,7 +14,7 @@ | |||
14 | </text> | 14 | </text> |
15 | <text_editor bg_readonly_color="clear" bottom_delta="-68" enabled="false" follows="left|top" | 15 | <text_editor bg_readonly_color="clear" bottom_delta="-68" enabled="false" follows="left|top" |
16 | font="SansSerif" height="70" left="20" max_length="1023" name="desc_editor" | 16 | font="SansSerif" height="70" left="20" max_length="1023" name="desc_editor" |
17 | width="360" word_wrap="true" /> | 17 | width="360" word_wrap="true" spell_check="true" /> |
18 | <text bottom_delta="-20" follows="left|top" font="SansSerif" height="20" left="20" name="information_label"> | 18 | <text bottom_delta="-20" follows="left|top" font="SansSerif" height="20" left="20" name="information_label"> |
19 | Information: | 19 | Information: |
20 | </text> | 20 | </text> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_advanced.xml b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_advanced.xml index dfd8c65..3b66fb8 100644 --- a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_advanced.xml +++ b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_advanced.xml | |||
@@ -2,102 +2,120 @@ | |||
2 | <panel border="true" bottom="-409" enabled="true" follows="left|top|right|bottom" | 2 | <panel border="true" bottom="-409" enabled="true" follows="left|top|right|bottom" |
3 | height="408" label="Advanced" left="102" mouse_opaque="true" | 3 | height="408" label="Advanced" left="102" mouse_opaque="true" |
4 | name="advanced_panel" width="517"> | 4 | name="advanced_panel" width="517"> |
5 | |||
6 | <!-- Start organizing these when we get enough of 'em - MC --> | 5 | <!-- Start organizing these when we get enough of 'em - MC --> |
7 | 6 | <tab_container label="Page 2" bottom="0" height="450" left="0" mouse_opaque="false" | |
8 | <check_box bottom="-30" enabled="true" | 7 | name="tab2" tab_min_width="50" tab_position="top" width="495" bg_opaque_color="0,0,0,0.0"> |
9 | follows="left|top" font="SansSerifSmall" height="16" | 8 | |
10 | initial_value="false" label="Disable login/logout screens" left="12" | 9 | <panel border="true" bottom="-409" enabled="true" follows="left|top|right|bottom" |
11 | mouse_opaque="true" name="disable_log_screen_check" radio_style="false" | 10 | height="408" label="Main" left="102" mouse_opaque="true" |
12 | width="217" /> | 11 | name="main_panel" width="517"> |
13 | <check_box bottom_delta="-18" enabled="true" follows="left|top" | 12 | <check_box bottom="-30" enabled="true" |
14 | font="SansSerifSmall" height="16" initial_value="false" | 13 | follows="left|top" font="SansSerifSmall" height="16" |
15 | label="Disable teleport screen" left="12" mouse_opaque="true" | 14 | initial_value="false" label="Disable login/logout screens" left="12" |
16 | name="disable_tp_screen_check" radio_style="false" width="217" /> | 15 | mouse_opaque="true" name="disable_log_screen_check" radio_style="false" |
17 | <check_box bottom_delta="-25" enabled="true" follows="left|top" | 16 | width="217" /> |
18 | font="SansSerifSmall" height="16" initial_value="false" | 17 | <check_box bottom_delta="-18" enabled="true" follows="left|top" |
19 | label="Show client names in nametags" left="12" mouse_opaque="true" | 18 | font="SansSerifSmall" height="16" initial_value="false" |
20 | name="client_name_tag_check" radio_style="false" width="160" /> | 19 | label="Disable teleport screen" left="12" mouse_opaque="true" |
21 | <check_box bottom_delta="-18" enabled="true" follows="left|top" | 20 | name="disable_tp_screen_check" radio_style="false" width="217" /> |
22 | font="SansSerifSmall" height="16" initial_value="false" | 21 | <check_box bottom_delta="-25" enabled="true" follows="left|top" |
23 | label="Show client names with color" left_delta="0" mouse_opaque="true" | 22 | font="SansSerifSmall" height="16" initial_value="false" |
24 | name="client_name_color_check" radio_style="false" width="160" /> | 23 | label="Show client names in nametags" left="12" mouse_opaque="true" |
25 | <check_box bottom_delta="-18" enabled="true" follows="left|top" | 24 | name="client_name_tag_check" radio_style="false" width="160" /> |
26 | font="SansSerifSmall" height="16" initial_value="false" | 25 | <check_box bottom_delta="-18" enabled="true" follows="left|top" |
27 | label="Show client names in hovertip" left_delta="0" mouse_opaque="true" | 26 | font="SansSerifSmall" height="16" initial_value="false" |
28 | name="client_name_hover_check" radio_style="false" width="160" /> | 27 | label="Show client names in hovertip" left_delta="0" mouse_opaque="true" |
29 | <check_box bottom_delta="-18" enabled="true" follows="left|top" | 28 | name="client_name_hover_check" radio_style="false" width="160" /> |
30 | font="SansSerifSmall" height="16" initial_value="false" | 29 | <check_box bottom_delta="-18" enabled="true" follows="left|top" |
31 | label="Show your client name to others" left_delta="0" mouse_opaque="true" | 30 | font="SansSerifSmall" height="16" initial_value="false" |
32 | name="client_name_tag_broadcast_check" radio_style="false" width="217" /> | 31 | label="Show your client name to others" left_delta="0" mouse_opaque="true" |
33 | <check_box bottom_delta="-25" enabled="true" follows="left|top" | 32 | name="client_name_tag_broadcast_check" radio_style="false" width="217" /> |
34 | font="SansSerifSmall" height="16" initial_value="false" | 33 | <color_swatch border_color="0.45098 0.517647 0.607843 1" bottom="-122" |
35 | label="Enable shadows (WARNING: unstable and requires Ultra graphics)" left="12" mouse_opaque="true" | 34 | can_apply_immediately="true" color="0.79 0.44 0.88 1" |
36 | name="shadows_check" radio_style="false" width="217" /> | 35 | enabled="true" follows="left|top" |
37 | 36 | height="65" label="Imprudence" left="250" mouse_opaque="true" | |
38 | <text bottom_delta="-25" left="16" height="15" width="300" | 37 | name="client_tag_color" width="65" /> |
39 | follows="top|left"> | 38 | <check_box bottom_delta="-18" enabled="true" follows="left|top" |
40 | Allow region WindLight settings (LightShare): | 39 | font="SansSerifSmall" height="16" initial_value="false" |
41 | </text> | 40 | label="Show client names with color" left_delta="0" mouse_opaque="true" |
42 | <combo_box name="lightshare_combo" | 41 | name="client_name_color_check" radio_style="false" width="160" /> |
43 | bottom_delta="-2" left_delta="250" height="18" width="135" | 42 | <check_box bottom_delta="-25" enabled="true" follows="left|top" |
44 | allow_text_entry="false" follows="left|top"> | 43 | font="SansSerifSmall" height="16" initial_value="false" |
45 | <combo_item type="string" name="never" value="0"> | 44 | label="Enable shadows (WARNING: unstable and requires Ultra graphics)" left="12" mouse_opaque="true" |
46 | Never | 45 | name="shadows_check" radio_style="false" width="217" /> |
47 | </combo_item> | 46 | <text bottom_delta="-25" left="16" height="15" width="300" |
48 | <combo_item type="string" name="ask" value="1"> | 47 | follows="top|left"> |
49 | Ask me every time | 48 | Allow region WindLight settings (LightShare): |
50 | </combo_item> | 49 | </text> |
51 | <combo_item type="string" name="always" value="2"> | 50 | <combo_box name="lightshare_combo" |
52 | Always | 51 | bottom_delta="-2" left_delta="250" height="18" width="135" |
53 | </combo_item> | 52 | allow_text_entry="false" follows="left|top"> |
54 | </combo_box> | 53 | <combo_item type="string" name="never" value="0"> |
55 | 54 | Never | |
56 | <check_box bottom_delta="-25" enabled="true" follows="left|top" | 55 | </combo_item> |
57 | font="SansSerifSmall" height="16" initial_value="false" | 56 | <combo_item type="string" name="ask" value="1"> |
58 | label="Use HTTP texture fetching (experimental)" left="12" mouse_opaque="true" | 57 | Ask me every time |
59 | name="http_texture_check" radio_style="false" width="217" /> | 58 | </combo_item> |
60 | <check_box bottom_delta="-18" enabled="true" follows="left|top" | 59 | <combo_item type="string" name="always" value="2"> |
61 | font="SansSerifSmall" height="16" initial_value="false" | 60 | Always |
62 | label="Increase rez speed via draw distance stepping" left="12" mouse_opaque="true" | 61 | </combo_item> |
63 | name="speed_rez_check" radio_style="false" width="217" /> | 62 | </combo_box> |
64 | <spinner bottom_delta="-18" decimal_digits="0" | 63 | <check_box bottom_delta="-25" enabled="true" follows="left|top" |
65 | tool_tip="Interval in seconds between each draw distance increment" | 64 | font="SansSerifSmall" height="16" initial_value="false" |
66 | follows="left|top" height="16" increment="1" initial_val="12" | 65 | label="Use HTTP texture fetching (experimental)" left="12" mouse_opaque="true" |
67 | label="Step interval every:" label_width="105" left_delta="20" max_val="20" | 66 | name="http_texture_check" radio_style="false" width="217" /> |
68 | min_val="1" mouse_opaque="true" name="speed_rez_interval_spinner" width="145" /> | 67 | <check_box bottom_delta="-18" enabled="true" follows="left|top" |
69 | <text bottom_delta="0" follows="top|left" height="15" left_delta="150" | 68 | font="SansSerifSmall" height="16" initial_value="false" |
70 | name="speed_rez_seconds_text" width="115"> | 69 | label="Increase rez speed via draw distance stepping" left="12" mouse_opaque="true" |
71 | seconds | 70 | name="speed_rez_check" radio_style="false" width="217" /> |
72 | </text> | 71 | <spinner bottom_delta="-18" decimal_digits="0" |
73 | <check_box bottom_delta="-25" enabled="true" follows="left|top" | 72 | tool_tip="Interval in seconds between each draw distance increment" |
74 | font="SansSerifSmall" height="16" initial_value="false" | 73 | follows="left|top" height="16" increment="1" initial_val="12" |
75 | tool_tip="Toggle editing animation and standing up when entering appearance mode" | 74 | label="Step interval every:" label_width="105" left_delta="20" max_val="20" |
76 | label="Animate avatar when editing appearance" left="12" mouse_opaque="true" | 75 | min_val="1" mouse_opaque="true" name="speed_rez_interval_spinner" width="145" /> |
77 | name="appearance_anim_check" radio_style="false" width="217" /> | 76 | <text bottom_delta="0" follows="top|left" height="15" left_delta="150" |
78 | <check_box bottom_delta="-25" enabled="true" | 77 | name="speed_rez_seconds_text" width="115"> |
79 | follows="left|top" font="SansSerifSmall" height="16" initial_value="false" | 78 | seconds |
80 | label="Use legacy pie menus" left="12" | 79 | </text> |
81 | mouse_opaque="true" name="legacy_pie_menu_checkbox" radio_style="false" | 80 | <check_box bottom_delta="-25" enabled="true" follows="left|top" |
82 | width="256" /> | 81 | font="SansSerifSmall" height="16" initial_value="false" |
83 | <check_box bottom_delta="-25" enabled="true" | 82 | tool_tip="Toggle editing animation and standing up when entering appearance mode" |
84 | follows="left|top" font="SansSerifSmall" height="16" hidden="false" | 83 | label="Animate avatar when editing appearance" left="12" mouse_opaque="true" |
85 | initial_value="false" label="Share language with objects" left="12" | 84 | name="appearance_anim_check" radio_style="false" width="217" /> |
86 | mouse_opaque="true" name="language_is_public" | 85 | <check_box bottom_delta="-25" control_name="HeadFollowsMouse" enabled="true" |
87 | radio_style="false" tool_tip="This lets in-world objects know your preferred language." | 86 | follows="left|top" font="SansSerifSmall" height="16" |
88 | width="256" /> | 87 | label="Head follows mouse" tooltip="If your avatars head follows your mouse movements" left="12" |
89 | <check_box bottom_delta="-25" enabled="true" | 88 | mouse_opaque="true" name="head_follows_mouse_checkbox" radio_style="false" |
90 | follows="left|top" font="SansSerifSmall" height="16" hidden="false" | 89 | width="256" /> |
91 | initial_value="false" label="Use MU* pose style chat and IM" left="12" | 90 | <check_box bottom_delta="-25" enabled="true" |
92 | mouse_opaque="true" name="allow_mupose" | 91 | follows="left|top" font="SansSerifSmall" height="16" initial_value="false" |
93 | radio_style="false" tool_tip="Use MU* pose style in chat and IM (with ':' as a synonymous to '/me ')." | 92 | label="Use legacy pie menus" left="12" |
94 | width="256" /> | 93 | mouse_opaque="true" name="legacy_pie_menu_checkbox" radio_style="false" |
95 | <check_box bottom_delta="0" enabled="true" | 94 | width="256" /> |
96 | follows="left|top" font="SansSerifSmall" height="16" hidden="false" | 95 | <check_box bottom_delta="-25" enabled="true" |
97 | initial_value="false" label="Auto-close OOC (( )) chat" left_delta="250" | 96 | follows="left|top" font="SansSerifSmall" height="16" hidden="false" |
98 | mouse_opaque="true" name="auto_close_ooc" | 97 | initial_value="false" label="Share language with objects" left="12" |
99 | radio_style="false" tool_tip="Auto-close OOC chat (i.e. add )) if not found and (( was used)." | 98 | mouse_opaque="true" name="language_is_public" |
100 | width="256" /> | 99 | radio_style="false" tool_tip="This lets in-world objects know your preferred language." |
100 | width="256" /> | ||
101 | <check_box bottom_delta="-25" enabled="true" | ||
102 | follows="left|top" font="SansSerifSmall" height="16" hidden="false" | ||
103 | initial_value="false" label="Use MU* pose style chat and IM" left="12" | ||
104 | mouse_opaque="true" name="allow_mupose" | ||
105 | radio_style="false" tool_tip="Use MU* pose style in chat and IM (with ':' as a synonymous to '/me ')." | ||
106 | width="256" /> | ||
107 | <check_box bottom_delta="0" enabled="true" | ||
108 | follows="left|top" font="SansSerifSmall" height="16" hidden="false" | ||
109 | initial_value="false" label="Auto-close OOC (( )) chat" left_delta="250" | ||
110 | mouse_opaque="true" name="auto_close_ooc" | ||
111 | radio_style="false" tool_tip="Auto-close OOC chat (i.e. add )) if not found and (( was used)." | ||
112 | width="256" /> | ||
113 | <check_box bottom_delta="-25" enabled="true" follows="left|top" font="SansSerifSmall" height="16" | ||
114 | initial_value="false" label="Use the chatbar as a command line" left="12" | ||
115 | mouse_opaque="true" name="command_line_check" radio_style="false" width="270"/> | ||
116 | <button bottom_delta="-20" follows="left|top" font="SansSerif" height="20" width="150" | ||
117 | label="Chatbar Commands" name="command_line_btn" left="12" | ||
118 | tool_tip="Set specific chatbar command line commands here" /> | ||
101 | 119 | ||
102 | <!-- Uncomment when we start using the crash logger - MC --> | 120 | <!-- Uncomment when we start using the crash logger - MC --> |
103 | <!--<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 121 | <!--<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
@@ -120,8 +138,68 @@ | |||
120 | </combo_item> | 138 | </combo_item> |
121 | </combo_box>--> | 139 | </combo_box>--> |
122 | 140 | ||
123 | <button bottom="5" follows="left|top" font="SansSerifSmall" height="20" width="250" | 141 | </panel> |
124 | label="Reset All Preferences To Default" name="reset_btn" left="12" | 142 | |
125 | tool_tip="Reset all preferences to their default values (requires a restart)" /> | 143 | <panel border="true" bottom="-580" follows="left|top|right|bottom" height="525" label="SpellCheck" |
126 | 144 | left="1" mouse_opaque="true" name="SpellCheck" width="418"> | |
145 | <button bottom="-25" follows="left|top" font="SansSerifSmall" height="18" label="?" | ||
146 | name="EmeraldHelp_SpellCheck" tool_tip="Click here for help regarding the settings in this page." | ||
147 | right="490" width="18"/> | ||
148 | <check_box bottom="-25" enabled="true" follows="left|top" font="SansSerifSmall" height="16" | ||
149 | label="Show misspelled words in red" left="12" mouse_opaque="true" name="EmeraldSpellDisplay" | ||
150 | control_name="EmeraldSpellDisplay" width="126"/> | ||
151 | <text bottom_delta="-30" follows="left|top" font="SansSerifSmall" height="16" left="12" | ||
152 | name="EmSpell_txt1" width="512"> | ||
153 | Current language (dictionary): | ||
154 | </text> | ||
155 | <combo_box allow_text_entry="false" bottom_delta="-20" left_delta="0" follows="left|top" height="18" | ||
156 | max_chars="200" mouse_opaque="true" name="EmeraldSpellBase" width="250" | ||
157 | control_name="EmeraldSpellBase" tool_tip=""/> | ||
158 | <text bottom_delta="-30" follows="left|top" font="SansSerifSmall" height="16" left="12" | ||
159 | name="EmSpell_txt3" width="512"> | ||
160 | Downloaded languages (dictionaries): | ||
161 | </text> | ||
162 | <combo_box allow_text_entry="false" bottom_delta="-20" left_delta="0" follows="left|top" height="18" | ||
163 | max_chars="200" mouse_opaque="true" name="EmSpell_Avail" width="250" | ||
164 | control_name="EmSpell_Avail" tool_tip=""/> | ||
165 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="20" label="Install" | ||
166 | name="EmSpell_Add" tool_tip="" left_delta="255" width="80"/> | ||
167 | <button bottom_delta="-22" follows="left|top" font="SansSerifSmall" height="20" label="Download More..." | ||
168 | name="EmSpell_GetMore" tool_tip="Get more dictionaries availabe online" left="12" width="250"/> | ||
169 | <text bottom_delta="-30" follows="left|top" font="SansSerifSmall" height="16" left="12" | ||
170 | name="EmSpell_txt2" width="512"> | ||
171 | Additional custom languages (dictionaries): | ||
172 | </text> | ||
173 | <combo_box allow_text_entry="false" bottom_delta="-20" left_delta="0" follows="left|top" height="18" | ||
174 | max_chars="200" mouse_opaque="true" name="EmSpell_Installed" width="250" | ||
175 | control_name="EmSpell_Installed" tool_tip=""/> | ||
176 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="20" label="Remove" | ||
177 | name="EmSpell_Remove" tool_tip="" left_delta="255" width="80"/> | ||
178 | <!--<button bottom_delta="-20" follows="left|top" font="SansSerifSmall" height="18" label="Edit Custom dictionary" | ||
179 | name="EmSpell_EditCustom" tool_tip="" left_delta="20" width="130"/>--> | ||
180 | <text bottom_delta="-30" follows="left|top" font="SansSerifSmall" height="16" left="12" | ||
181 | name="EmSpell_txt4" width="512"> | ||
182 | To use spellcheck, right-click a misspelled word | ||
183 | (red or otherwise) and select its replacement | ||
184 | </text> | ||
185 | <button name="ac_button" label="AutoCorrect Options..." halign="center" | ||
186 | tool_tip="Modify the AutoCorrect word list and settings" left="12" | ||
187 | bottom_delta="-50" width="180" height="20" font="SansSerifSmall" follows="left|top"/> | ||
188 | </panel> | ||
189 | <panel border="true" bottom="-580" follows="left|top|right|bottom" height="525" label="Eye Candy" | ||
190 | left="1" mouse_opaque="true" filename="panel_particle_settings.xml" name="AvatarCloud" width="418"> | ||
191 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
192 | bottom_delta="-20" drop_shadow_visible="true" enabled="true" follows="left|top" | ||
193 | font="SansSerifSmall" h_pad="0" halign="left" height="10" left="10" | ||
194 | mouse_opaque="true" name="must_be_logged_in_textbox" v_pad="0" width="394"> | ||
195 | You must be logged in to change this | ||
196 | </text> | ||
197 | <check_box bottom_delta="-4" control_name="PreviewAvatarAsCloud" enabled="true" | ||
198 | follows="left|top" font="SansSerifSmall" height="16" | ||
199 | label="Preview avatar as cloud" left="10" | ||
200 | mouse_opaque="true" name="preview_cloud" | ||
201 | radio_style="false" tool_tip="Preview avatar as cloud when already rezzed" | ||
202 | width="80" /> | ||
203 | </panel> | ||
204 | </tab_container> | ||
127 | </panel> | 205 | </panel> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_audio.xml b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_audio.xml index c6bb938..355d7e8 100644 --- a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_audio.xml +++ b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_audio.xml | |||
@@ -9,13 +9,13 @@ | |||
9 | Volume: | 9 | Volume: |
10 | </text> | 10 | </text> |
11 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 11 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
12 | bottom="-190" drop_shadow_visible="true" enabled="true" follows="left|top" | 12 | bottom="-202" drop_shadow_visible="true" enabled="true" follows="left|top" |
13 | font="SansSerifSmall" h_pad="0" halign="left" height="12" left="10" | 13 | font="SansSerifSmall" h_pad="0" halign="left" height="12" left="10" |
14 | mouse_opaque="true" name="streaming_prefs_text" v_pad="0" width="128"> | 14 | mouse_opaque="true" name="streaming_prefs_text" v_pad="0" width="128"> |
15 | Streaming: | 15 | Streaming: |
16 | </text> | 16 | </text> |
17 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 17 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
18 | bottom="-285" drop_shadow_visible="true" enabled="true" follows="left|top" | 18 | bottom="-315" drop_shadow_visible="true" enabled="true" follows="left|top" |
19 | font="SansSerifSmall" h_pad="0" halign="left" height="12" left="10" | 19 | font="SansSerifSmall" h_pad="0" halign="left" height="12" left="10" |
20 | mouse_opaque="true" name="audio_prefs_text" v_pad="0" width="128"> | 20 | mouse_opaque="true" name="audio_prefs_text" v_pad="0" width="128"> |
21 | Audio: | 21 | Audio: |
@@ -42,7 +42,21 @@ | |||
42 | initial_value="true" label="Automatically play media" left="162" | 42 | initial_value="true" label="Automatically play media" left="162" |
43 | mouse_opaque="true" name="auto_streaming_video" radio_style="false" | 43 | mouse_opaque="true" name="auto_streaming_video" radio_style="false" |
44 | width="338" /> | 44 | width="338" /> |
45 | <check_box bottom_delta="-27" control_name="MuteWhenMinimized" enabled="true" | 45 | <check_box bottom_delta="-20" control_name="MediaOnAPrimUI" enabled="true" |
46 | follows="left|top" font="SansSerifSmall" height="16" | ||
47 | initial_value="true" label="Media helper widget" left="162" | ||
48 | mouse_opaque="true" name="media_helper_widget" radio_style="false" | ||
49 | width="338" /> | ||
50 | <check_box bottom_delta="-20" control_name="MediaEnableFilter" enabled="true" | ||
51 | follows="left|top" font="SansSerifSmall" height="16" | ||
52 | initial_value="true" label="Filter media URLs" left="142" | ||
53 | mouse_opaque="true" name="enable_media_filter" radio_style="false" | ||
54 | width="200" /> | ||
55 | <button name="show_media_filter" font="SansSerif" label="Media Filter Settings" halign="center" | ||
56 | tool_tip="Edit settings and the blocked and allowed lists for the Media Filter." | ||
57 | enabled="false" mouse_opaque="true" follows="top|right" | ||
58 | bottom_delta="-2" right="-15" height="20" width="180" /> | ||
59 | <check_box bottom_delta="-33" control_name="MuteWhenMinimized" enabled="true" | ||
46 | follows="left|top" font="SansSerifSmall" height="16" initial_value="true" | 60 | follows="left|top" font="SansSerifSmall" height="16" initial_value="true" |
47 | label="Mute audio when window minimized" left="142" mouse_opaque="true" | 61 | label="Mute audio when window minimized" left="142" mouse_opaque="true" |
48 | name="mute_when_minimized" radio_style="false" width="215" /> | 62 | name="mute_when_minimized" radio_style="false" width="215" /> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_chat.xml b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_chat.xml index 61c6b23..9ead3bf 100644 --- a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_chat.xml +++ b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_chat.xml | |||
@@ -1,6 +1,6 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <panel border="true" bottom="-409" enabled="true" follows="left|top|right|bottom" | 2 | <panel border="true" bottom="-409" enabled="true" follows="left|top|right|bottom" |
3 | height="408" label="Text Chat" left="102" mouse_opaque="true" name="chat" | 3 | height="408" label="Chat" left="102" mouse_opaque="true" name="chat" |
4 | width="517"> | 4 | width="517"> |
5 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 5 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
6 | bottom="-20" drop_shadow_visible="true" enabled="true" follows="left|top" | 6 | bottom="-20" drop_shadow_visible="true" enabled="true" follows="left|top" |
@@ -24,60 +24,84 @@ | |||
24 | Large | 24 | Large |
25 | </radio_item> | 25 | </radio_item> |
26 | </radio_group> | 26 | </radio_group> |
27 | |||
28 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
29 | bottom_delta="-40" drop_shadow_visible="true" enabled="true" follows="left|top" | ||
30 | font="SansSerifSmall" h_pad="0" halign="left" height="10" left="12" | ||
31 | mouse_opaque="false" name="text_translate_chat" v_pad="0" width="128"> | ||
32 | Translate Chat: | ||
33 | </text> | ||
34 | <check_box bottom_delta="-3" control_name="TranslateChat" enabled="true" follows="left|top" | ||
35 | font="SansSerifSmall" height="16" initial_value="false" | ||
36 | label="Use machine translation while chatting (powered by Google)" left="148" mouse_opaque="true" | ||
37 | name="translate_chat" radio_style="false" width="237" /> | ||
38 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
39 | bottom_delta="-16" drop_shadow_visible="true" enabled="true" follows="left|top" | ||
40 | font="SansSerifSmall" h_pad="0" halign="left" height="10" left="149" | ||
41 | mouse_opaque="false" name="text_translate_chat" v_pad="0" width="160"> | ||
42 | Translate into this language: | ||
43 | </text> | ||
44 | <combo_box allow_text_entry="true" bottom_delta="-5" enabled="true" | ||
45 | follows="left|top" height="16" left_delta="183" max_chars="135" | ||
46 | mouse_opaque="true" name="translate_language_combobox" width="146"> | ||
47 | <combo_item type="string" length="1" enabled="true" name="System Default Language" value="default"> | ||
48 | System Default | ||
49 | </combo_item> | ||
50 | <combo_item type="string" length="1" enabled="true" name="English" value="en"> | ||
51 | English | ||
52 | </combo_item> | ||
53 | |||
54 | <!-- After "System Default" and "English", please keep the rest of these combo_items in alphabetical order by the first character in the string. --> | ||
55 | |||
56 | <combo_item type="string" length="1" enabled="true" name="Danish" value="da"> | ||
57 | Dansk (Danish) | ||
58 | </combo_item> | ||
59 | <combo_item type="string" length="1" enabled="true" name="Deutsch(German)" value="de"> | ||
60 | Deutsch (German) | ||
61 | </combo_item> | ||
62 | <combo_item type="string" length="1" enabled="true" name="Spanish" value="es"> | ||
63 | Español (Spanish) | ||
64 | </combo_item> | ||
65 | <combo_item type="string" length="1" enabled="true" name="French" value="fr"> | ||
66 | Français (French) | ||
67 | </combo_item> | ||
68 | <combo_item type="string" length="1" enabled="true" name="Italian" value="it"> | ||
69 | Italiano (Italian) | ||
70 | </combo_item> | ||
71 | <combo_item type="string" length="1" enabled="true" name="Hungarian" value="hu"> | ||
72 | Magyar (Hungarian) | ||
73 | </combo_item> | ||
74 | <combo_item type="string" length="1" enabled="true" name="Dutch" value="nl"> | ||
75 | Nederlands (Dutch) | ||
76 | </combo_item> | ||
77 | <combo_item type="string" length="1" enabled="true" name="Polish" value="pl"> | ||
78 | Polski (Polish) | ||
79 | </combo_item> | ||
80 | <combo_item type="string" length="1" enabled="true" name="Portugese" value="pt"> | ||
81 | Portugués (Portuguese) | ||
82 | </combo_item> | ||
83 | <combo_item type="string" length="1" enabled="true" name="Russian" value="ru"> | ||
84 | Русский (Russian) | ||
85 | </combo_item> | ||
86 | <combo_item type="string" length="1" enabled="true" name="Turkish" value="tr"> | ||
87 | Türkçe (Turkish) | ||
88 | </combo_item> | ||
89 | <combo_item type="string" length="1" enabled="true" name="Ukrainian" value="uk"> | ||
90 | Українська (Ukrainian) | ||
91 | </combo_item> | ||
92 | <combo_item type="string" length="1" enabled="true" name="Chinese" value="zh"> | ||
93 | 中文 (简体) (Chinese) | ||
94 | </combo_item> | ||
95 | <combo_item type="string" length="1" enabled="true" name="(Japanese)" value="ja"> | ||
96 | 日本語 (Japanese) | ||
97 | </combo_item> | ||
98 | <combo_item type="string" length="1" enabled="true" name="(Korean)" value="ko"> | ||
99 | 한국어 (Korean) | ||
100 | </combo_item> | ||
101 | </combo_box> | ||
102 | |||
27 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 103 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
28 | bottom="-64" drop_shadow_visible="true" enabled="true" follows="left|top" | 104 | bottom_delta="-40" drop_shadow_visible="true" enabled="true" follows="left|top" |
29 | font="SansSerifSmall" h_pad="0" halign="left" height="10" left="12" | ||
30 | mouse_opaque="false" name="text_box2" v_pad="0" width="128"> | ||
31 | Color: | ||
32 | </text> | ||
33 | <color_swatch border_color="0.45098 0.517647 0.607843 1" bottom="-108" | ||
34 | can_apply_immediately="true" color="1 1 1 1" control_name="UserChatColor" | ||
35 | enabled="true" follows="left|top" height="56" label="You" left="148" | ||
36 | mouse_opaque="true" name="user" width="54" /> | ||
37 | <color_swatch border_color="0.45098 0.517647 0.607843 1" bottom="-108" | ||
38 | can_apply_immediately="true" color="1 1 1 1" control_name="AgentChatColor" | ||
39 | enabled="true" follows="left|top" height="56" label="Others" left_delta="68" | ||
40 | mouse_opaque="true" name="agent" width="54" /> | ||
41 | <color_swatch border_color="0.45098 0.517647 0.607843 1" bottom="-108" | ||
42 | can_apply_immediately="true" color="0.6 0.6 1 1" | ||
43 | enabled="true" follows="left|top" height="56" label="IMs" left_delta="68" | ||
44 | mouse_opaque="true" name="im" width="54" /> | ||
45 | <color_swatch border_color="0.45098 0.517647 0.607843 1" bottom="-108" | ||
46 | can_apply_immediately="true" color="0.8 1 1 1" | ||
47 | enabled="true" follows="left|top" | ||
48 | height="56" label="System" left_delta="68" mouse_opaque="true" | ||
49 | name="system" width="54" /> | ||
50 | <color_swatch border_color="0.45098 0.517647 0.607843 1" bottom="-108" | ||
51 | can_apply_immediately="true" color="0.82 0.82 0.99 1" | ||
52 | control_name="ScriptErrorColor" enabled="true" follows="left|top" | ||
53 | height="56" label="Errors" left_delta="68" mouse_opaque="true" | ||
54 | name="script_error" width="54" /> | ||
55 | <color_swatch border_color="0.45098 0.517647 0.607843 1" bottom="-165" | ||
56 | can_apply_immediately="true" color="0.7 0.9 0.7 1" | ||
57 | control_name="ObjectChatColor" enabled="true" follows="left|top" | ||
58 | height="56" label="Objects" left="148" mouse_opaque="true" | ||
59 | name="objects" width="54" /> | ||
60 | <color_swatch border_color="0.45098 0.517647 0.607843 1" bottom="-165" | ||
61 | can_apply_immediately="true" color="0.7 0.9 0.7 1" | ||
62 | control_name="ObjectIMColor" enabled="true" follows="left|top" | ||
63 | height="56" label="Object IMs" left_delta="68" mouse_opaque="true" | ||
64 | name="object_ims" width="54" /> | ||
65 | <color_swatch border_color="0.45098 0.517647 0.607843 1" bottom="-165" | ||
66 | can_apply_immediately="true" color="0.7 0.9 0.7 1" | ||
67 | enabled="true" follows="left|top" | ||
68 | height="56" label="Owner" left_delta="68" mouse_opaque="true" name="owner" | ||
69 | width="54" /> | ||
70 | <color_swatch border_color="0.45098 0.517647 0.607843 1" bottom="-165" | ||
71 | can_apply_immediately="true" color="0 0 0 1" | ||
72 | enabled="true" follows="left|top" | ||
73 | height="56" label="Bubble" left_delta="68" mouse_opaque="true" | ||
74 | name="background" width="54" /> | ||
75 | <color_swatch border_color="0.45098 0.517647 0.607843 1" bottom="-165" | ||
76 | can_apply_immediately="true" color="0.6 0.6 1 1" | ||
77 | enabled="true" follows="left|top" height="56" | ||
78 | label="URLs" left_delta="68" mouse_opaque="true" name="links" width="54" /> | ||
79 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
80 | bottom_delta="-25" drop_shadow_visible="true" enabled="true" follows="left|top" | ||
81 | font="SansSerifSmall" h_pad="0" halign="left" height="10" left="12" | 105 | font="SansSerifSmall" h_pad="0" halign="left" height="10" left="12" |
82 | mouse_opaque="false" name="text_box3" v_pad="0" width="135"> | 106 | mouse_opaque="false" name="text_box3" v_pad="0" width="135"> |
83 | Chat Console: | 107 | Chat Console: |
@@ -115,8 +139,29 @@ | |||
115 | label="Use full screen width (requires restart)" left="148" | 139 | label="Use full screen width (requires restart)" left="148" |
116 | mouse_opaque="true" name="chat_full_width_check" radio_style="false" | 140 | mouse_opaque="true" name="chat_full_width_check" radio_style="false" |
117 | width="239" /> | 141 | width="239" /> |
142 | |||
143 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
144 | bottom_delta="-40" drop_shadow_visible="true" enabled="true" follows="left|top" | ||
145 | font="SansSerifSmall" h_pad="0" halign="left" height="10" left="12" | ||
146 | mouse_opaque="false" name="text_box7" v_pad="0" width="128"> | ||
147 | Chat Bubbles: | ||
148 | </text> | ||
149 | <check_box bottom_delta="-8" control_name="UseChatBubbles" enabled="true" follows="left|top" | ||
150 | font="SansSerifSmall" height="16" initial_value="false" | ||
151 | label="Show chat bubbles" left="148" mouse_opaque="true" | ||
152 | name="bubble_text_chat" radio_style="false" width="237" /> | ||
153 | <check_box bottom_delta="-0" control_name="UseLocalChatBubbles" enabled="true" follows="left|top" | ||
154 | font="SansSerifSmall" height="16" initial_value="false" | ||
155 | label="Show local chat and bubbles" left="288" mouse_opaque="true" | ||
156 | name="local_bubble_text_chat" radio_style="false" width="237" /> | ||
157 | <slider bottom_delta="-20" can_edit_text="false" control_name="ChatBubbleOpacity" | ||
158 | decimal_digits="3" enabled="true" follows="left|top" height="12" | ||
159 | increment="0.05" initial_val="1" label="Bubble opacity:" left="148" max_val="1" | ||
160 | min_val="0" mouse_opaque="true" name="bubble_chat_opacity" show_text="true" | ||
161 | value="0.5" width="225" /> | ||
162 | |||
118 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 163 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
119 | bottom_delta="-20" drop_shadow_visible="true" enabled="true" follows="left|top" | 164 | bottom_delta="-40" drop_shadow_visible="true" enabled="true" follows="left|top" |
120 | font="SansSerifSmall" h_pad="0" halign="left" height="10" left="12" | 165 | font="SansSerifSmall" h_pad="0" halign="left" height="10" left="12" |
121 | mouse_opaque="false" name="text_box6" v_pad="0" width="135"> | 166 | mouse_opaque="false" name="text_box6" v_pad="0" width="135"> |
122 | Miscellaneous: | 167 | Miscellaneous: |
@@ -147,19 +192,5 @@ | |||
147 | font="SansSerifSmall" height="16" initial_value="false" | 192 | font="SansSerifSmall" height="16" initial_value="false" |
148 | label="Show custom chat channel" left="148" mouse_opaque="true" | 193 | label="Show custom chat channel" left="148" mouse_opaque="true" |
149 | name="toggle_channel_control" radio_style="false" width="237" /> | 194 | name="toggle_channel_control" radio_style="false" width="237" /> |
150 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 195 | |
151 | bottom="-379" drop_shadow_visible="true" enabled="true" follows="left|top" | ||
152 | font="SansSerifSmall" h_pad="0" halign="left" height="10" left="12" | ||
153 | mouse_opaque="false" name="text_box7" v_pad="0" width="128"> | ||
154 | Chat Bubbles: | ||
155 | </text> | ||
156 | <check_box bottom="-386" control_name="UseChatBubbles" enabled="true" follows="left|top" | ||
157 | font="SansSerifSmall" height="16" initial_value="false" | ||
158 | label="Show chat bubbles" left="148" mouse_opaque="true" | ||
159 | name="bubble_text_chat" radio_style="false" width="237" /> | ||
160 | <slider bottom="-402" can_edit_text="false" control_name="ChatBubbleOpacity" | ||
161 | decimal_digits="3" enabled="true" follows="left|top" height="12" | ||
162 | increment="0.05" initial_val="1" label="Bubble opacity:" left="148" max_val="1" | ||
163 | min_val="0" mouse_opaque="true" name="bubble_chat_opacity" show_text="true" | ||
164 | value="0.5" width="225" /> | ||
165 | </panel> | 196 | </panel> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_colors.xml b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_colors.xml new file mode 100644 index 0000000..40a75a6 --- /dev/null +++ b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_colors.xml | |||
@@ -0,0 +1,115 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <panel border="true" bottom="-409" enabled="true" follows="left|top|right|bottom" | ||
3 | height="408" label="Chat Colors" left="102" mouse_opaque="true" name="colors" | ||
4 | width="517"> | ||
5 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
6 | bottom="-20" drop_shadow_visible="true" enabled="true" follows="left|top" | ||
7 | font="SansSerifSmall" h_pad="0" halign="left" height="10" left="12" | ||
8 | mouse_opaque="false" name="text_box2" v_pad="0" width="128"> | ||
9 | Chat Colors: | ||
10 | </text> | ||
11 | <color_swatch border_color="0.45098 0.517647 0.607843 1" bottom="-75" | ||
12 | can_apply_immediately="true" color="1 1 1 1" control_name="UserChatColor" | ||
13 | enabled="true" follows="left|top" height="65" label="Your chat" left="120" | ||
14 | mouse_opaque="true" name="user" width="65" /> | ||
15 | <color_swatch border_color="0.45098 0.517647 0.607843 1" bottom="-75" | ||
16 | can_apply_immediately="true" color="1 1 1 1" control_name="AgentChatColor" | ||
17 | enabled="true" follows="left|top" height="65" label="Others' chat" left_delta="76" | ||
18 | mouse_opaque="true" name="agent" width="65" /> | ||
19 | <color_swatch border_color="0.45098 0.517647 0.607843 1" bottom="-75" | ||
20 | can_apply_immediately="true" color="0.6 0.6 1 1" | ||
21 | enabled="true" follows="left|top" height="65" label="IMs" left_delta="76" | ||
22 | mouse_opaque="true" name="im" width="65" /> | ||
23 | <color_swatch border_color="0.45098 0.517647 0.607843 1" bottom="-75" | ||
24 | can_apply_immediately="true" color="0.8 1 1 1" | ||
25 | enabled="true" follows="left|top" | ||
26 | height="65" label="System" left_delta="76" mouse_opaque="true" | ||
27 | name="system" width="65" /> | ||
28 | <color_swatch border_color="0.45098 0.517647 0.607843 1" bottom="-75" | ||
29 | can_apply_immediately="true" color="0.82 0.82 0.99 1" | ||
30 | control_name="ScriptErrorColor" enabled="true" follows="left|top" | ||
31 | height="65" label="Script errors" left_delta="76" mouse_opaque="true" | ||
32 | name="script_error" width="65" /> | ||
33 | <color_swatch border_color="0.45098 0.517647 0.607843 1" bottom="-146" | ||
34 | can_apply_immediately="true" color="0.7 0.9 0.7 1" | ||
35 | control_name="ObjectChatColor" enabled="true" follows="left|top" | ||
36 | height="65" label="Object chat" left="120" mouse_opaque="true" | ||
37 | name="objects" width="65" /> | ||
38 | <color_swatch border_color="0.45098 0.517647 0.607843 1" bottom="-146" | ||
39 | can_apply_immediately="true" color="0.7 0.9 0.7 1" | ||
40 | control_name="ObjectIMColor" enabled="true" follows="left|top" | ||
41 | height="65" label="Object IMs" left_delta="76" mouse_opaque="true" | ||
42 | name="object_ims" width="65" /> | ||
43 | <color_swatch border_color="0.45098 0.517647 0.607843 1" bottom="-146" | ||
44 | can_apply_immediately="true" color="0.7 0.9 0.7 1" | ||
45 | enabled="true" follows="left|top" | ||
46 | height="65" label="Owner chat" left_delta="76" mouse_opaque="true" name="owner" | ||
47 | width="65" /> | ||
48 | <color_swatch border_color="0.45098 0.517647 0.607843 1" bottom="-146" | ||
49 | can_apply_immediately="true" color="0 0 0 1" | ||
50 | enabled="true" follows="left|top" | ||
51 | height="65" label="Bubble chat" left_delta="76" mouse_opaque="true" | ||
52 | name="background" width="65" /> | ||
53 | <color_swatch border_color="0.45098 0.517647 0.607843 1" bottom="-146" | ||
54 | can_apply_immediately="true" color="0.6 0.6 1 1" | ||
55 | enabled="true" follows="left|top" height="65" | ||
56 | label="Links" left_delta="76" mouse_opaque="true" name="links" width="65" /> | ||
57 | |||
58 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
59 | bottom_delta="-30" drop_shadow_visible="true" enabled="true" follows="left|top" | ||
60 | font="SansSerifSmall" h_pad="0" halign="left" height="10" left="12" | ||
61 | mouse_opaque="false" name="text_box3" v_pad="0" width="128"> | ||
62 | Line Highlighting: | ||
63 | </text> | ||
64 | |||
65 | <check_box bottom_delta="-7" enabled="true" follows="left|top" font="SansSerifSmall" height="16" | ||
66 | initial_value="true" label="Highlight chat from friends" left="120" | ||
67 | mouse_opaque="true" name="HighlightFriendsChat" radio_style="false" width="270"/> | ||
68 | <color_swatch border_color="0.45098 0.517647 0.607843 1" bottom_delta="-70" | ||
69 | can_apply_immediately="true" color="1 1 1 1" control_name="FriendsChatColor" | ||
70 | enabled="true" follows="left|top" height="65" label="Friends" left_delta="20" | ||
71 | mouse_opaque="true" name="FriendsChatColor" width="65" /> | ||
72 | |||
73 | <check_box bottom_delta="-25" enabled="true" follows="left|top" | ||
74 | font="SansSerifSmall" height="16" initial_value="true" | ||
75 | label="Highlight local chat containing your name" left="120" mouse_opaque="true" | ||
76 | name="HighlightOwnNameInChat" radio_style="false" width="217" /> | ||
77 | <check_box bottom_delta="-20" enabled="true" follows="left|top" font="SansSerifSmall" height="16" | ||
78 | initial_value="true" label="Highlight group chat containing your name" left_delta="0" | ||
79 | mouse_opaque="true" name="HighlightOwnNameInIM" radio_style="false" width="270"/> | ||
80 | <color_swatch border_color="0.45098 0.517647 0.607843 1" bottom_delta="-70" | ||
81 | can_apply_immediately="true" color="1 1 1 1" control_name="OwnNameChatColor" | ||
82 | enabled="true" follows="left|top" height="65" label="Your name" left_delta="20" | ||
83 | mouse_opaque="true" name="OwnNameChatColor" width="65" /> | ||
84 | |||
85 | <text bottom_delta="-30" follows="left|top" font="SansSerifSmall" height="20" | ||
86 | left="140" name="nick01_text" width="150"> | ||
87 | Highlight nickname 1: | ||
88 | </text> | ||
89 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="3" | ||
90 | enabled="true" follows="left|top" font="SansSerif" | ||
91 | handle_edit_keys_directly="true" height="20" left_delta="125" | ||
92 | max_length="50" mouse_opaque="true" name="nick01" | ||
93 | select_all_on_focus_received="true" width="160" word_wrap="false" /> | ||
94 | |||
95 | <text bottom_delta="-25" follows="left|top" font="SansSerifSmall" height="20" | ||
96 | left="140" name="nick02_text" width="150"> | ||
97 | Highlight nickname 2: | ||
98 | </text> | ||
99 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="3" | ||
100 | enabled="true" follows="left|top" font="SansSerif" | ||
101 | handle_edit_keys_directly="true" height="20" left_delta="125" | ||
102 | max_length="50" mouse_opaque="true" name="nick02" | ||
103 | select_all_on_focus_received="true" width="160" word_wrap="false" /> | ||
104 | |||
105 | <text bottom_delta="-25" follows="left|top" font="SansSerifSmall" height="20" | ||
106 | left="140" name="nick03_text" width="150"> | ||
107 | Highlight nickname 3: | ||
108 | </text> | ||
109 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="3" | ||
110 | enabled="true" follows="left|top" font="SansSerif" | ||
111 | handle_edit_keys_directly="true" height="20" left_delta="125" | ||
112 | max_length="50" mouse_opaque="true" name="nick03" | ||
113 | select_all_on_focus_received="true" width="160" word_wrap="false" /> | ||
114 | |||
115 | </panel> | ||
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_general.xml b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_general.xml index 70812a9..8b354b4 100644 --- a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_general.xml +++ b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_general.xml | |||
@@ -2,9 +2,18 @@ | |||
2 | <panel border="true" bottom="-409" enabled="true" follows="left|top|right|bottom" | 2 | <panel border="true" bottom="-409" enabled="true" follows="left|top|right|bottom" |
3 | height="408" label="General" left="102" mouse_opaque="true" | 3 | height="408" label="General" left="102" mouse_opaque="true" |
4 | name="general_panel" width="517"> | 4 | name="general_panel" width="517"> |
5 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
6 | bottom="-20" drop_shadow_visible="true" enabled="true" follows="left|top" | ||
7 | font="SansSerifSmall" h_pad="0" halign="left" height="10" left="10" | ||
8 | mouse_opaque="true" name="start_location_textbox" v_pad="0" width="394"> | ||
9 | Start Location: | ||
10 | </text> | ||
11 | <string name="region_name_prompt"> | ||
12 | <Type region name> | ||
13 | </string> | ||
5 | <combo_box name="default_location_combo" | 14 | <combo_box name="default_location_combo" |
6 | bottom="-22" left="155" height="16" width="150" | 15 | bottom="-22" left="155" height="16" width="150" |
7 | follows="left|bottom" font="SansSerifSmall" | 16 | follows="left|top" font="SansSerifSmall" |
8 | mouse_opaque="true" allow_text_entry="true" max_chars="128"> | 17 | mouse_opaque="true" allow_text_entry="true" max_chars="128"> |
9 | <combo_item name="MyHome" value="My Home"> | 18 | <combo_item name="MyHome" value="My Home"> |
10 | My Home | 19 | My Home |
@@ -17,14 +26,20 @@ | |||
17 | </combo_item> | 26 | </combo_item> |
18 | </combo_box> | 27 | </combo_box> |
19 | <button name="grid_btn" label="Grid Manager" | 28 | <button name="grid_btn" label="Grid Manager" |
20 | bottom_delta="0" left="330" height="16" width="100" | 29 | bottom_delta="-3" left="330" height="20" width="100" |
21 | follows="left|bottom" font="SansSerifSmall" halign="center" | 30 | follows="left|top" font="SansSerifSmall" halign="center" |
22 | mouse_opaque="true" scale_image="TRUE" /> | 31 | mouse_opaque="true" scale_image="TRUE" /> |
23 | <check_box bottom="-44" enabled="true" follows="left|top" | 32 | <check_box bottom="-44" enabled="true" follows="left|top" |
24 | font="SansSerifSmall" height="16" initial_value="true" | 33 | font="SansSerifSmall" height="16" initial_value="true" |
25 | label="Show start location at login screen" left="151" mouse_opaque="true" | 34 | label="Show start location at login screen" left="151" mouse_opaque="true" |
26 | name="show_location_checkbox" radio_style="false" width="256" /> | 35 | name="show_location_checkbox" radio_style="false" width="256" /> |
27 | <combo_box bottom_delta="-25" follows="left|top" height="18" left="155" | 36 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
37 | bottom_delta="-24" drop_shadow_visible="true" enabled="true" follows="left|top" | ||
38 | font="SansSerifSmall" h_pad="0" halign="left" height="10" left="10" | ||
39 | mouse_opaque="true" name="show_names_textbox" v_pad="0" width="394"> | ||
40 | Nametags: | ||
41 | </text> | ||
42 | <combo_box bottom_delta="0" follows="left|top" height="18" left="155" | ||
28 | mouse_opaque="true" name="fade_out_combobox" width="146"> | 43 | mouse_opaque="true" name="fade_out_combobox" width="146"> |
29 | <combo_item name="Never" value="Never"> | 44 | <combo_item name="Never" value="Never"> |
30 | Never show | 45 | Never show |
@@ -44,6 +59,34 @@ | |||
44 | font="SansSerifSmall" height="16" initial_value="false" | 59 | font="SansSerifSmall" height="16" initial_value="false" |
45 | label="Hide my name on my screen" left="151" name="show_my_name_checkbox" | 60 | label="Hide my name on my screen" left="151" name="show_my_name_checkbox" |
46 | width="200" /> | 61 | width="200" /> |
62 | |||
63 | <check_box bottom_delta="-20" follows="left|top" | ||
64 | font="SansSerifSmall" height="16" initial_value="false" | ||
65 | label="Highlight friends tags" left="151" name="highlight_friends_checkbox" | ||
66 | width="200" /> | ||
67 | <text type="string" length="1" bottom_delta="-24" follows="left|top" font="SansSerifSmall" h_pad="0" | ||
68 | halign="left" height="16" left="10" name="Display_Names_textbox" v_pad="0" | ||
69 | width="394"> | ||
70 | Display Names: | ||
71 | </text> | ||
72 | <radio_group name="displaynames" draw_border="false" | ||
73 | bottom_delta="0" left_delta="60" height="18" | ||
74 | follows="top|left" | ||
75 | control_name="DisplayNamesUsage"> | ||
76 | <radio_item name="0" bottom_delta="-8" left_delta="40" height="18"> | ||
77 | Legacy Names | ||
78 | </radio_item> | ||
79 | <radio_item name="1" bottom_delta="0" left_delta="50" height="18"> | ||
80 | Display Names | ||
81 | </radio_item> | ||
82 | <radio_item name="2" bottom_delta="0" left_delta="50" height="18"> | ||
83 | Show Both | ||
84 | </radio_item> | ||
85 | </radio_group> | ||
86 | <check_box bottom_delta="-20" follows="left|top" control_name="LegacyNamesForFriends" | ||
87 | font="SansSerifSmall" height="16" initial_value="false" | ||
88 | label="Show legacy names for friends" left="151" name="legacy_friends_checkbox" | ||
89 | width="200" /> | ||
47 | <text type="string" length="1" bottom_delta="-24" follows="left|top" font="SansSerifSmall" h_pad="0" | 90 | <text type="string" length="1" bottom_delta="-24" follows="left|top" font="SansSerifSmall" h_pad="0" |
48 | halign="left" height="16" left="10" name="group_titles_textbox" v_pad="0" | 91 | halign="left" height="16" left="10" name="group_titles_textbox" v_pad="0" |
49 | width="394"> | 92 | width="394"> |
@@ -53,41 +96,53 @@ | |||
53 | font="SansSerifSmall" height="16" initial_value="false" | 96 | font="SansSerifSmall" height="16" initial_value="false" |
54 | label="Hide all group titles" left="151" mouse_opaque="true" | 97 | label="Hide all group titles" left="151" mouse_opaque="true" |
55 | name="show_all_title_checkbox" radio_style="false" width="256" /> | 98 | name="show_all_title_checkbox" radio_style="false" width="256" /> |
56 | <check_box bottom_delta="-18" follows="left|top" | 99 | <check_box bottom_delta="0" follows="left|top" |
57 | font="SansSerifSmall" height="16" initial_value="false" | 100 | font="SansSerifSmall" height="16" initial_value="false" |
58 | label="Hide my group title" left="151" name="show_my_title_checkbox" | 101 | label="Hide my group title" left="330" name="show_my_title_checkbox" |
59 | radio_style="false" width="256" /> | 102 | radio_style="false" width="256" /> |
60 | <color_swatch border_color="0.45098 0.517647 0.607843 1" bottom="-210" | 103 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
104 | bottom_delta="-24" drop_shadow_visible="true" enabled="true" follows="left|top" | ||
105 | font="SansSerifSmall" h_pad="0" halign="left" height="10" left="10" | ||
106 | mouse_opaque="true" name="effects_color_textbox" v_pad="0" width="394"> | ||
107 | Selection Beam Color: | ||
108 | </text> | ||
109 | <color_swatch border_color="0.45098 0.517647 0.607843 1" bottom_delta="-44" | ||
61 | can_apply_immediately="false" color="1 1 1 1" | 110 | can_apply_immediately="false" color="1 1 1 1" |
62 | enabled="true" follows="left|top" height="65" label="" left="153" | 111 | enabled="true" follows="left|top" height="55" label="" left="153" |
63 | mouse_opaque="true" name="effect_color_swatch" | 112 | mouse_opaque="true" name="effect_color_swatch" |
64 | tool_tip="Click to open Color Picker" width="55" /> | 113 | tool_tip="Click to open Color Picker" width="45" /> |
65 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 114 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
66 | bottom="-215" drop_shadow_visible="true" enabled="true" follows="left|top" | 115 | bottom_delta="-18" drop_shadow_visible="true" enabled="true" follows="left|top" |
67 | font="SansSerifSmall" h_pad="0" halign="left" height="12" left="10" | 116 | font="SansSerifSmall" h_pad="0" halign="left" height="12" left="10" |
68 | mouse_opaque="true" name="UI Size:" v_pad="0" width="128"> | 117 | mouse_opaque="true" name="UI Size:" v_pad="0" width="128"> |
69 | UI Size: | 118 | UI Size: |
70 | </text> | 119 | </text> |
71 | <slider bottom="-217" can_edit_text="true" | 120 | <slider bottom_delta="42" can_edit_text="true" |
72 | decimal_digits="3" enabled="true" height="16" increment="0.001" | 121 | decimal_digits="3" enabled="true" height="16" increment="0.001" |
73 | initial_val="1" left="148" max_val="1.4" min_val="0.75" mouse_opaque="true" | 122 | initial_val="1" left="148" max_val="1.4" min_val="0.75" mouse_opaque="true" |
74 | name="ui_scale_slider" show_text="true" value="1" width="220" /> | 123 | name="ui_scale_slider" show_text="true" value="1" width="220" /> |
75 | <button bottom="-221" enabled="true" follows="left|top" | 124 | <button bottom_delta="-48" enabled="true" follows="left|top" |
76 | font="SansSerif" halign="center" height="22" label="Reset" | 125 | font="SansSerif" halign="center" height="22" label="Reset" |
77 | label_selected="Reset" left_delta="226" mouse_opaque="true" | 126 | label_selected="Reset" left_delta="226" mouse_opaque="true" |
78 | name="reset_ui_size" scale_image="true" width="80" /> | 127 | name="reset_ui_size" scale_image="true" width="80" /> |
79 | <check_box bottom="-236" enabled="true" follows="left|top" | 128 | <check_box bottom_delta="-14" enabled="true" follows="left|top" |
80 | font="SansSerifSmall" height="16" initial_value="false" | 129 | font="SansSerifSmall" height="16" initial_value="false" |
81 | label="Use resolution independent scale" left="151" mouse_opaque="true" | 130 | label="Use resolution independent scale" left="151" mouse_opaque="true" |
82 | name="ui_auto_scale" radio_style="false" width="256" /> | 131 | name="ui_auto_scale" radio_style="false" width="256" /> |
83 | <check_box bottom="-260" enabled="true" follows="left|top" | 132 | <spinner bottom_delta="-24" decimal_digits="0" enabled="true" |
84 | font="SansSerifSmall" height="16" initial_value="false" | ||
85 | label="Go Away/AFK when idle" left="330" mouse_opaque="true" | ||
86 | name="afk_timeout_checkbox" radio_style="false" width="256" /> | ||
87 | <spinner bottom="-260" decimal_digits="0" enabled="true" | ||
88 | follows="left|top" height="16" increment="1" initial_val="300" | 133 | follows="left|top" height="16" increment="1" initial_val="300" |
89 | label="Away Timeout:" label_width="141" left="10" max_val="600" | 134 | label="Away Timeout:" label_width="141" left="10" max_val="600" |
90 | min_val="30" mouse_opaque="true" name="afk_timeout_spinner" width="202" /> | 135 | min_val="30" mouse_opaque="true" name="afk_timeout_spinner" width="202" /> |
136 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
137 | bottom_delta="6" drop_shadow_visible="true" enabled="true" follows="left|top" | ||
138 | font="SansSerifSmall" h_pad="0" halign="left" height="10" left="220" | ||
139 | mouse_opaque="true" name="seconds_textbox" v_pad="0" width="128"> | ||
140 | seconds | ||
141 | </text> | ||
142 | <check_box bottom_delta="-5" enabled="true" follows="left|top" | ||
143 | font="SansSerifSmall" height="16" initial_value="false" | ||
144 | label="Go Away/AFK when idle" left="330" mouse_opaque="true" | ||
145 | name="afk_timeout_checkbox" radio_style="false" width="256" /> | ||
91 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 146 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
92 | bottom_delta="-27" drop_shadow_visible="true" enabled="true" follows="left|top" | 147 | bottom_delta="-27" drop_shadow_visible="true" enabled="true" follows="left|top" |
93 | font="SansSerifSmall" h_pad="0" halign="left" height="12" left="10" | 148 | font="SansSerifSmall" h_pad="0" halign="left" height="12" left="10" |
@@ -105,18 +160,18 @@ | |||
105 | mouse_opaque="true" name="mini_map_notify_sim" radio_style="false" | 160 | mouse_opaque="true" name="mini_map_notify_sim" radio_style="false" |
106 | width="256" /> | 161 | width="256" /> |
107 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 162 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
108 | bottom="-312" drop_shadow_visible="true" enabled="true" follows="left|top" | 163 | bottom_delta="-24" drop_shadow_visible="true" enabled="true" follows="left|top" |
109 | font="SansSerifSmall" h_pad="0" halign="left" height="10" left="10" | 164 | font="SansSerifSmall" h_pad="0" halign="left" height="10" left="10" |
110 | mouse_opaque="true" name="maturity_desired_label" v_pad="0" width="394"> | 165 | mouse_opaque="true" name="maturity_desired_label" v_pad="0" width="394"> |
111 | Rating: | 166 | Rating: |
112 | </text> | 167 | </text> |
113 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 168 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
114 | bottom="-312" drop_shadow_visible="true" enabled="true" follows="left|top" | 169 | bottom_delta="0" drop_shadow_visible="true" enabled="true" follows="left|top" |
115 | font="SansSerifSmall" h_pad="0" halign="left" height="10" left="151" | 170 | font="SansSerifSmall" h_pad="0" halign="left" height="10" left="151" |
116 | mouse_opaque="true" name="maturity_desired_prompt" v_pad="0" width="394"> | 171 | mouse_opaque="true" name="maturity_desired_prompt" v_pad="0" width="394"> |
117 | I want to access content rated: | 172 | I want to access content rated: |
118 | </text> | 173 | </text> |
119 | <combo_box bottom="-318" follows="left|top" height="18" left="320" | 174 | <combo_box bottom_delta="-6" follows="left|top" height="18" left="315" |
120 | mouse_opaque="true" name="maturity_desired_combobox" width="150"> | 175 | mouse_opaque="true" name="maturity_desired_combobox" width="150"> |
121 | <combo_item name="Desired_Adult" value="42"> | 176 | <combo_item name="Desired_Adult" value="42"> |
122 | PG, Mature and Adult | 177 | PG, Mature and Adult |
@@ -129,58 +184,20 @@ | |||
129 | </combo_item> | 184 | </combo_item> |
130 | </combo_box> | 185 | </combo_box> |
131 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 186 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
132 | bottom="-312" drop_shadow_visible="true" enabled="true" follows="left|top" | 187 | bottom_delta="0" drop_shadow_visible="true" enabled="true" follows="left|top" |
133 | font="SansSerifSmall" h_pad="0" halign="left" height="10" left="320" | 188 | font="SansSerifSmall" h_pad="0" halign="left" height="10" left="315" |
134 | mouse_opaque="true" name="maturity_desired_textbox" v_pad="0" width="150"> | 189 | mouse_opaque="true" name="maturity_desired_textbox" v_pad="0" width="150"> |
135 | PG only | 190 | PG only |
136 | </text> | 191 | </text> |
192 | |||
193 | |||
137 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 194 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
138 | bottom="-20" drop_shadow_visible="true" enabled="true" follows="left|top" | 195 | bottom_delta="-24" drop_shadow_visible="true" enabled="true" follows="left|top" |
139 | font="SansSerifSmall" h_pad="0" halign="left" height="10" left="10" | ||
140 | mouse_opaque="true" name="start_location_textbox" v_pad="0" width="394"> | ||
141 | Start Location: | ||
142 | </text> | ||
143 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
144 | bottom="-64" drop_shadow_visible="true" enabled="true" follows="left|top" | ||
145 | font="SansSerifSmall" h_pad="0" halign="left" height="10" left="10" | ||
146 | mouse_opaque="true" name="show_names_textbox" v_pad="0" width="394"> | ||
147 | Nametags: | ||
148 | </text> | ||
149 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
150 | bottom="-155" drop_shadow_visible="true" enabled="true" follows="left|top" | ||
151 | font="SansSerifSmall" h_pad="0" halign="left" height="10" left="10" | ||
152 | mouse_opaque="true" name="effects_color_textbox" v_pad="0" width="394"> | ||
153 | Selection Beam Color: | ||
154 | </text> | ||
155 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
156 | bottom="-254" drop_shadow_visible="true" enabled="true" follows="left|top" | ||
157 | font="SansSerifSmall" h_pad="0" halign="left" height="10" left="220" | ||
158 | mouse_opaque="true" name="seconds_textbox" v_pad="0" width="128"> | ||
159 | seconds | ||
160 | </text> | ||
161 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
162 | bottom="-352" drop_shadow_visible="true" enabled="true" follows="left|top" | ||
163 | font="SansSerifSmall" h_pad="0" halign="left" height="18" left="10" | 196 | font="SansSerifSmall" h_pad="0" halign="left" height="18" left="10" |
164 | mouse_opaque="true" name="time_textbox" v_pad="0" width="394"> | 197 | mouse_opaque="true" name="time_textbox" v_pad="0" width="394"> |
165 | Clock: | 198 | Clock: |
166 | </text> | 199 | </text> |
167 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 200 | <combo_box allow_text_entry="false" bottom_delta="0" enabled="true" follows="left|top" |
168 | bottom="-384" drop_shadow_visible="true" enabled="true" follows="left|top" | ||
169 | font="SansSerifSmall" h_pad="0" halign="left" height="18" left="10" | ||
170 | mouse_opaque="true" name="language_textbox" v_pad="0" width="394"> | ||
171 | Language: | ||
172 | </text> | ||
173 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
174 | bottom_delta="-1" drop_shadow_visible="true" enabled="true" | ||
175 | follows="left|top" font="SansSerifSmall" h_pad="0" halign="left" | ||
176 | height="18" left_delta="293" mouse_opaque="true" name="language_textbox2" | ||
177 | v_pad="0" width="400"> | ||
178 | (requires restart for full effect) | ||
179 | </text> | ||
180 | <string name="region_name_prompt"> | ||
181 | <Type region name> | ||
182 | </string> | ||
183 | <combo_box allow_text_entry="false" bottom="-352" enabled="true" follows="left|top" | ||
184 | height="18" left="153" max_chars="20" mouse_opaque="true" | 201 | height="18" left="153" max_chars="20" mouse_opaque="true" |
185 | name="time_combobox" width="146"> | 202 | name="time_combobox" width="146"> |
186 | <combo_item type="string" name="12HourTime" value="PST 12"> | 203 | <combo_item type="string" name="12HourTime" value="PST 12"> |
@@ -193,8 +210,14 @@ | |||
193 | UTC | 210 | UTC |
194 | </combo_item> | 211 | </combo_item> |
195 | </combo_box> | 212 | </combo_box> |
196 | <combo_box allow_text_entry="true" bottom="-382" enabled="true" | 213 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
197 | follows="left|bottom" height="16" left="153" max_chars="135" | 214 | bottom_delta="-24" drop_shadow_visible="true" enabled="true" follows="left|top" |
215 | font="SansSerifSmall" h_pad="0" halign="left" height="18" left="10" | ||
216 | mouse_opaque="true" name="language_textbox" v_pad="0" width="394"> | ||
217 | Language: | ||
218 | </text> | ||
219 | <combo_box allow_text_entry="false" bottom_delta="0" enabled="true" | ||
220 | follows="left|top" height="18" left="153" max_chars="135" | ||
198 | mouse_opaque="true" name="language_combobox" width="146"> | 221 | mouse_opaque="true" name="language_combobox" width="146"> |
199 | <combo_item type="string" length="1" enabled="true" name="System Default Language" value="default"> | 222 | <combo_item type="string" length="1" enabled="true" name="System Default Language" value="default"> |
200 | System Default | 223 | System Default |
@@ -251,5 +274,11 @@ | |||
251 | 한국어 (Korean) - Beta | 274 | 한국어 (Korean) - Beta |
252 | </combo_item> | 275 | </combo_item> |
253 | </combo_box> | 276 | </combo_box> |
254 | 277 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | |
278 | bottom_delta="0" drop_shadow_visible="true" enabled="true" | ||
279 | follows="left|top" font="SansSerifSmall" h_pad="0" halign="left" | ||
280 | height="18" left_delta="150" mouse_opaque="true" name="language_textbox2" | ||
281 | v_pad="0" width="400"> | ||
282 | (requires restart for full effect) | ||
283 | </text> | ||
255 | </panel> | 284 | </panel> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_graphics1.xml b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_graphics1.xml index 4df33e2..2ed0869 100644 --- a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_graphics1.xml +++ b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_graphics1.xml | |||
@@ -29,9 +29,6 @@ | |||
29 | <combo_box allow_text_entry="false" bottom="-67" enabled="true" follows="left|top" | 29 | <combo_box allow_text_entry="false" bottom="-67" enabled="true" follows="left|top" |
30 | height="18" left="185" max_chars="20" mouse_opaque="true" | 30 | height="18" left="185" max_chars="20" mouse_opaque="true" |
31 | name="windowsize combo" width="150"> | 31 | name="windowsize combo" width="150"> |
32 | <combo_item type="string" length="1" enabled="true" name="640x480" value="640 x 480"> | ||
33 | 640x480 | ||
34 | </combo_item> | ||
35 | <combo_item type="string" length="1" enabled="true" name="800x600" value="800 x 600"> | 32 | <combo_item type="string" length="1" enabled="true" name="800x600" value="800 x 600"> |
36 | 800x600 | 33 | 800x600 |
37 | </combo_item> | 34 | </combo_item> |
@@ -44,8 +41,16 @@ | |||
44 | <combo_item type="string" length="1" enabled="true" name="1024x768" value="1024 x 768"> | 41 | <combo_item type="string" length="1" enabled="true" name="1024x768" value="1024 x 768"> |
45 | 1024x768 | 42 | 1024x768 |
46 | </combo_item> | 43 | </combo_item> |
47 | 44 | <combo_item type="string" length="1" enabled="true" name="1280x720" value="1280 x 720"> | |
48 | </combo_box> | 45 | 1280x720 (HDV720) |
46 | </combo_item> | ||
47 | <combo_item type="string" length="1" enabled="true" name="1440x1080" value="1440 x 1080"> | ||
48 | 1440x1080 (HDV1080) | ||
49 | </combo_item> | ||
50 | <combo_item type="string" length="1" enabled="true" name="1920x1080" value="1920 x 1080"> | ||
51 | 1920x1080 (HD1080) | ||
52 | </combo_item> | ||
53 | </combo_box> | ||
49 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 54 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
50 | bottom="-62" drop_shadow_visible="true" enabled="true" follows="left|top" | 55 | bottom="-62" drop_shadow_visible="true" enabled="true" follows="left|top" |
51 | font="SansSerifSmall" h_pad="0" halign="left" height="12" left="10" | 56 | font="SansSerifSmall" h_pad="0" halign="left" height="12" left="10" |
@@ -141,16 +146,16 @@ | |||
141 | name="QualityText2" v_pad="0" width="95"> | 146 | name="QualityText2" v_pad="0" width="95"> |
142 | Quality | 147 | Quality |
143 | </text> | 148 | </text> |
144 | <icon bottom="-89" color="0.12 0.12 0.12 1.0" height="14" | 149 | <icon bottom="-89" color="0.12 0.12 0.12 1.0" height="14" follows="left|top" |
145 | image_name="rounded_square.tga" left="173" name="LowGraphicsDivet" | 150 | image_name="rounded_square.tga" left="173" name="LowGraphicsDivet" |
146 | width="2" /> | 151 | width="2" /> |
147 | <icon bottom_delta="0" color="0.12 0.12 0.12 1.0" height="14" | 152 | <icon bottom_delta="0" color="0.12 0.12 0.12 1.0" height="14" follows="left|top" |
148 | image_name="rounded_square.tga" left_delta="44" name="MidGraphicsDivet" | 153 | image_name="rounded_square.tga" left_delta="44" name="MidGraphicsDivet" |
149 | width="2" /> | 154 | width="2" /> |
150 | <icon bottom_delta="0" color="0.12 0.12 0.12 1.0" height="14" | 155 | <icon bottom_delta="0" color="0.12 0.12 0.12 1.0" height="14" follows="left|top" |
151 | image_name="rounded_square.tga" left_delta="44" name="HighGraphicsDivet" | 156 | image_name="rounded_square.tga" left_delta="44" name="HighGraphicsDivet" |
152 | width="2" /> | 157 | width="2" /> |
153 | <icon bottom_delta="0" color="0.12 0.12 0.12 1.0" height="14" | 158 | <icon bottom_delta="0" color="0.12 0.12 0.12 1.0" height="14" follows="left|top" |
154 | image_name="rounded_square.tga" left_delta="44" name="UltraGraphicsDivet" | 159 | image_name="rounded_square.tga" left_delta="44" name="UltraGraphicsDivet" |
155 | width="2" /> | 160 | width="2" /> |
156 | <slider bottom="-90" can_edit_text="false" control_name="RenderQualityPerformance" | 161 | <slider bottom="-90" can_edit_text="false" control_name="RenderQualityPerformance" |
@@ -162,8 +167,8 @@ | |||
162 | follows="left|top" font="SansSerifSmall" height="16" | 167 | follows="left|top" font="SansSerifSmall" height="16" |
163 | initial_value="true" label="Custom" left="385" mouse_opaque="true" | 168 | initial_value="true" label="Custom" left="385" mouse_opaque="true" |
164 | name="CustomSettings" radio_style="false" width="256" /> | 169 | name="CustomSettings" radio_style="false" width="256" /> |
165 | <view_border bevel_style="none" border_thickness="1" bottom="-375" follows="top|left" | 170 | <view_border bevel_style="none" border_thickness="1" bottom="-415" follows="left|top" |
166 | height="260" left="5" name="GraphicsBorder" width="485" /> | 171 | height="300" left="5" name="GraphicsBorder" width="485" /> |
167 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 172 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
168 | bottom="-130" drop_shadow_visible="true" enabled="true" follows="left|top" | 173 | bottom="-130" drop_shadow_visible="true" enabled="true" follows="left|top" |
169 | font="SansSerifSmall" h_pad="0" halign="left" height="12" | 174 | font="SansSerifSmall" h_pad="0" halign="left" height="12" |
@@ -235,26 +240,23 @@ | |||
235 | follows="left|top" font="SansSerifSmall" height="16" initial_value="true" | 240 | follows="left|top" font="SansSerifSmall" height="16" initial_value="true" |
236 | label="Avatar cloth" left_delta="0" mouse_opaque="true" name="AvatarCloth" | 241 | label="Avatar cloth" left_delta="0" mouse_opaque="true" name="AvatarCloth" |
237 | radio_style="false" width="256" /> | 242 | radio_style="false" width="256" /> |
238 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 243 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
239 | bottom="-131" drop_shadow_visible="true" enabled="true" follows="left|top" | 244 | bottom_delta="-20" drop_shadow_visible="true" enabled="true" follows="left|top" |
240 | font="SansSerifSmall" h_pad="0" halign="left" height="12" | 245 | font="SansSerifSmall" h_pad="0" halign="left" height="12" left_delta="0" |
241 | left="457" mouse_opaque="true" name="DrawDistanceMeterText1" v_pad="0" | 246 | mouse_opaque="true" name="AvatarCountText" v_pad="0" width="128"> |
242 | width="128"> | 247 | Max. non-imposters: |
243 | m | 248 | </text> |
244 | </text> | 249 | <slider bottom_delta="-20" can_edit_text="true" control_name="RenderAvatarMaxVisible" |
245 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 250 | decimal_digits="0" enabled="true" follows="left|top" height="16" |
246 | bottom="-131" drop_shadow_visible="true" enabled="true" follows="left|top" | 251 | increment="1" initial_val="35" label="" |
247 | font="SansSerifSmall" h_pad="0" halign="left" height="12" | 252 | label_width="0" left_delta="0" max_val="50" min_val="0" mouse_opaque="true" |
248 | left="463" mouse_opaque="true" name="DrawDistanceMeterText2" v_pad="0" | 253 | name="AvatarMaxVisible" show_text="true" width="100" /> |
249 | width="128"> | 254 | <slider bottom="-135" can_edit_text="true" control_name="RenderFarClip" |
250 | m | ||
251 | </text> | ||
252 | <slider bottom="-135" can_edit_text="false" control_name="RenderFarClip" | ||
253 | decimal_digits="0" enabled="true" follows="left|top" height="16" | 255 | decimal_digits="0" enabled="true" follows="left|top" height="16" |
254 | increment="8" initial_val="160" label="Draw distance:" | 256 | increment="4" initial_val="160" label="Draw distance (meters):" |
255 | label_width="140" left="215" max_val="512" min_val="32" mouse_opaque="true" | 257 | label_width="140" left="215" max_val="1024" min_val="32" mouse_opaque="true" |
256 | name="DrawDistance" show_text="true" width="255" /> | 258 | name="DrawDistance" show_text="true" width="262" /> |
257 | <slider bottom_delta="-20" can_edit_text="false" control_name="RenderMaxPartCount" | 259 | <slider bottom_delta="-20" can_edit_text="true" control_name="RenderMaxPartCount" |
258 | decimal_digits="0" enabled="true" follows="left|top" height="16" | 260 | decimal_digits="0" enabled="true" follows="left|top" height="16" |
259 | increment="256" initial_val="4096" | 261 | increment="256" initial_val="4096" |
260 | label="Max. particle count:" label_width="140" left_delta="0" | 262 | label="Max. particle count:" label_width="140" left_delta="0" |
@@ -275,7 +277,7 @@ | |||
275 | <slider bottom_delta="-22" can_edit_text="false" control_name="RenderVolumeLODFactor" | 277 | <slider bottom_delta="-22" can_edit_text="false" control_name="RenderVolumeLODFactor" |
276 | decimal_digits="3" enabled="true" follows="left|top" height="16" | 278 | decimal_digits="3" enabled="true" follows="left|top" height="16" |
277 | increment="0.125" initial_val="160" label=" Objects:" | 279 | increment="0.125" initial_val="160" label=" Objects:" |
278 | label_width="140" left_delta="0" max_val="2" min_val="0" | 280 | label_width="140" left_delta="0" max_val="4" min_val="0" |
279 | mouse_opaque="true" name="ObjectMeshDetail" show_text="false" width="223" /> | 281 | mouse_opaque="true" name="ObjectMeshDetail" show_text="false" width="223" /> |
280 | <slider bottom_delta="-20" can_edit_text="false" control_name="RenderFlexTimeFactor" | 282 | <slider bottom_delta="-20" can_edit_text="false" control_name="RenderFlexTimeFactor" |
281 | decimal_digits="3" enabled="true" follows="left|top" height="16" | 283 | decimal_digits="3" enabled="true" follows="left|top" height="16" |
@@ -387,13 +389,13 @@ | |||
387 | High | 389 | High |
388 | </radio_item> | 390 | </radio_item> |
389 | </radio_group> | 391 | </radio_group> |
390 | <button bottom="-400" enabled="true" font="SansSerif" halign="center" height="20" | 392 | <button bottom="4" enabled="true" font="SansSerif" halign="center" height="20" |
391 | label="Recommended Settings" left="130" mouse_opaque="true" | 393 | label="Recommended Settings" left="130" mouse_opaque="true" |
392 | name="Defaults" scale_image="true" width="170" /> | 394 | name="Defaults" scale_image="true" width="170" follows="left|bottom" /> |
393 | <button bottom="-400" enabled="true" font="SansSerif" halign="center" height="20" | 395 | <button bottom="4" enabled="true" font="SansSerif" halign="center" height="20" |
394 | label="Hardware Options" label_selected="Hardware Options" | 396 | label="Hardware Options" label_selected="Hardware Options" |
395 | left="310" mouse_opaque="true" name="GraphicsHardwareButton" | 397 | left="310" mouse_opaque="true" name="GraphicsHardwareButton" |
396 | scale_image="true" width="170" /> | 398 | scale_image="true" width="170" follows="left|bottom" /> |
397 | <string name="resolution_format"> | 399 | <string name="resolution_format"> |
398 | [RES_X] x [RES_Y] | 400 | [RES_X] x [RES_Y] |
399 | </string> | 401 | </string> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_im.xml b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_im.xml index b0dd026..fe17e7a 100644 --- a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_im.xml +++ b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_im.xml | |||
@@ -1,6 +1,6 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <panel border="true" bottom="-409" enabled="true" follows="left|top|right|bottom" | 2 | <panel border="true" bottom="-409" enabled="true" follows="left|top|right|bottom" |
3 | height="408" label="Communication" left="102" mouse_opaque="true" name="im" | 3 | height="408" label="IMs & Logging" left="102" mouse_opaque="true" name="im" |
4 | width="517"> | 4 | width="517"> |
5 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 5 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
6 | bottom="-20" drop_shadow_visible="true" enabled="true" follows="left|top" | 6 | bottom="-20" drop_shadow_visible="true" enabled="true" follows="left|top" |
@@ -22,6 +22,9 @@ | |||
22 | <string name="log_in_to_change"> | 22 | <string name="log_in_to_change"> |
23 | log in to change | 23 | log in to change |
24 | </string> | 24 | </string> |
25 | <string name="default_email_used"> | ||
26 | using default address | ||
27 | </string> | ||
25 | <check_box bottom="-45" enabled="true" follows="left|top" font="SansSerifSmall" | 28 | <check_box bottom="-45" enabled="true" follows="left|top" font="SansSerifSmall" |
26 | height="16" initial_value="false" label="Send IM to email ([EMAIL])" | 29 | height="16" initial_value="false" label="Send IM to email ([EMAIL])" |
27 | left="148" mouse_opaque="true" name="send_im_to_email" radio_style="false" | 30 | left="148" mouse_opaque="true" name="send_im_to_email" radio_style="false" |
@@ -61,7 +64,7 @@ | |||
61 | </text> | 64 | </text> |
62 | <text_editor type="string" length="1" bottom_delta="-60" embedded_items="false" enabled="true" follows="left|top" | 65 | <text_editor type="string" length="1" bottom_delta="-60" embedded_items="false" enabled="true" follows="left|top" |
63 | font="SansSerifSmall" height="70" left="148" max_length="255" | 66 | font="SansSerifSmall" height="70" left="148" max_length="255" |
64 | mouse_opaque="true" name="busy_response" width="330" word_wrap="true" /> | 67 | mouse_opaque="true" name="busy_response" width="330" word_wrap="true" spell_check="true" /> |
65 | <button bottom_delta="-25" follows="top|right" height="22" label="IM Response Options" | 68 | <button bottom_delta="-25" follows="top|right" height="22" label="IM Response Options" |
66 | left="164" name="busy_adv_btn" tool_tip="Instant message Auto-Response options" | 69 | left="164" name="busy_adv_btn" tool_tip="Instant message Auto-Response options" |
67 | width="180" /> | 70 | width="180" /> |
@@ -101,8 +104,8 @@ | |||
101 | font="SansSerifSmall" height="16" initial_value="false" | 104 | font="SansSerifSmall" height="16" initial_value="false" |
102 | label="Include date with timestamps" left="148" mouse_opaque="true" | 105 | label="Include date with timestamps" left="148" mouse_opaque="true" |
103 | name="log_date_timestamp" radio_style="false" width="237" /> | 106 | name="log_date_timestamp" radio_style="false" width="237" /> |
104 | <button bottom_delta="-22" follows="right|bottom" font="SansSerif" halign="center" | 107 | <button bottom_delta="-22" follows="left|top" font="SansSerif" halign="center" |
105 | height="20" label="Change Path" label_selected="Change Path" left="170" | 108 | height="20" label="Change Path" label_selected="Change Path" left="148" |
106 | mouse_opaque="true" name="log_path_button" width="96" /> | 109 | mouse_opaque="true" name="log_path_button" width="96" /> |
107 | <line_editor border_drop_shadow_visible="false" border_visible="false" bottom_delta="1" | 110 | <line_editor border_drop_shadow_visible="false" border_visible="false" bottom_delta="1" |
108 | drop_shadow_visible="true" enabled="false" follows="top|left|right" | 111 | drop_shadow_visible="true" enabled="false" follows="top|left|right" |
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_network.xml b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_network.xml index 2b9a551..7d6bb4a 100644 --- a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_network.xml +++ b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_network.xml | |||
@@ -31,12 +31,12 @@ | |||
31 | decimal_digits="0" enabled="true" follows="left|top" height="15" | 31 | decimal_digits="0" enabled="true" follows="left|top" height="15" |
32 | increment="10" initial_val="50" left_delta="0" max_val="1000" min_val="10" | 32 | increment="10" initial_val="50" left_delta="0" max_val="1000" min_val="10" |
33 | mouse_opaque="true" name="cache_size" show_text="true" width="180" /> | 33 | mouse_opaque="true" name="cache_size" show_text="true" width="180" /> |
34 | <button bottom="-55" bottom_delta="-4" enabled="true" follows="left|bottom" | 34 | <button bottom_delta="-4" enabled="true" follows="left|top" |
35 | font="SansSerif" halign="center" height="22" label="Clear Cache" left="340" | 35 | font="SansSerif" halign="center" height="22" label="Clear Disk Cache" left="340" |
36 | left_delta="186" mouse_opaque="true" name="clear_cache" scale_image="true" | 36 | left_delta="186" mouse_opaque="true" name="clear_cache" scale_image="true" |
37 | width="100" /> | 37 | width="150" /> |
38 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 38 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
39 | bottom="-70" bottom_delta="-17" drop_shadow_visible="true" enabled="true" | 39 | bottom_delta="-17" drop_shadow_visible="true" enabled="true" |
40 | follows="left|top" font="SansSerifSmall" h_pad="0" halign="left" | 40 | follows="left|top" font="SansSerifSmall" h_pad="0" halign="left" |
41 | height="10" left="12" mouse_opaque="false" name="cache_location_label" | 41 | height="10" left="12" mouse_opaque="false" name="cache_location_label" |
42 | v_pad="0" width="200"> | 42 | v_pad="0" width="200"> |
@@ -56,12 +56,123 @@ | |||
56 | name="reset_cache" scale_image="true" width="100" /> | 56 | name="reset_cache" scale_image="true" width="100" /> |
57 | <check_box bottom="-173" bottom_delta="-25" control_name="ConnectionPortEnabled" | 57 | <check_box bottom="-173" bottom_delta="-25" control_name="ConnectionPortEnabled" |
58 | enabled="true" follows="left|top" font="SansSerifSmall" height="16" | 58 | enabled="true" follows="left|top" font="SansSerifSmall" height="16" |
59 | initial_value="false" label="Custom port connection" left="12" | 59 | initial_value="false" label="Enable custom outgoing port" left="12" |
60 | mouse_opaque="true" name="connection_port_enabled" radio_style="false" | 60 | mouse_opaque="true" name="connection_port_enabled" radio_style="false" |
61 | tool_tip="Enables custom port for outgoing connections" | ||
61 | width="256" /> | 62 | width="256" /> |
62 | <spinner bottom="-193" bottom_delta="-20" control_name="ConnectionPort" | 63 | <spinner bottom="-193" bottom_delta="-20" control_name="ConnectionPort" |
63 | decimal_digits="0" enabled="true" follows="left|top" height="16" | 64 | decimal_digits="0" enabled="true" follows="left|top" height="16" |
64 | increment="1" initial_val="13000" label="Port number:" label_width="75" | 65 | increment="1" initial_val="13000" label="Port number:" label_width="75" |
65 | left_delta="20" max_val="13050" min_val="13000" mouse_opaque="true" | 66 | left_delta="20" max_val="13050" min_val="13000" mouse_opaque="true" |
66 | name="connection_port" width="150" /> | 67 | name="connection_port" width="140" /> |
68 | |||
69 | <!-- XMLRPC PROXY --> | ||
70 | |||
71 | <check_box bottom_delta="-25" enabled="true" | ||
72 | follows="left|top" font="SansSerifSmall" height="16" initial_value="false" | ||
73 | label="Enable XMLRPC proxy (Login, Land, and Money purchases)" left="15" mouse_opaque="true" | ||
74 | name="xmlrpc_proxy_enabled" radio_style="false" width="300" /> | ||
75 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
76 | bottom_delta="-18" drop_shadow_visible="true" enabled="true" | ||
77 | follows="left|top" font="SansSerifSmall" h_pad="0" halign="left" | ||
78 | height="10" left_delta="20" mouse_opaque="false" name="xmlrpc_proxy_text_label" | ||
79 | v_pad="0" width="128"> | ||
80 | Address: | ||
81 | </text> | ||
82 | <line_editor bottom_delta="-8" enabled="true" follows="left|top" font="SansSerif" | ||
83 | height="20" left="112" name="xmlrpc_proxy_editor" | ||
84 | tool_tip="The name or IP address of the proxy you would like to use" | ||
85 | width="200" /> | ||
86 | <spinner bottom_delta="-20" decimal_digits="0" | ||
87 | enabled="true" follows="left|top" height="16" increment="1" | ||
88 | initial_val="80" label="Port number:" label_width="75" left="35" | ||
89 | max_val="65535" min_val="10" mouse_opaque="true" name="xmlrpc_proxy_port" | ||
90 | width="140" /> | ||
91 | |||
92 | <!-- SOCKS 5 PROXY --> | ||
93 | |||
94 | <check_box bottom_delta="-24" enabled="true" | ||
95 | follows="left|top" font="SansSerifSmall" height="16" initial_value="false" | ||
96 | label="Enable SOCKS 5 proxy" left="15" mouse_opaque="true" | ||
97 | name="socks5_proxy_enabled" radio_style="false" width="256" /> | ||
98 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
99 | bottom_delta="-18" drop_shadow_visible="true" enabled="true" | ||
100 | follows="left|top" font="SansSerifSmall" h_pad="0" halign="left" | ||
101 | height="10" left="35" mouse_opaque="false" name="socks5_host_label" | ||
102 | v_pad="0" width="128"> | ||
103 | SOCKS 5 host: | ||
104 | </text> | ||
105 | <line_editor bottom_delta="-6" enabled="true" follows="left|top" font="SansSerif" | ||
106 | height="20" left="113" name="socks5_proxy_host" | ||
107 | tool_tip="The name or IP address of the SOCKS5 proxy you would like to use" | ||
108 | width="200" /> | ||
109 | <spinner bottom_delta="-20" decimal_digits="0" | ||
110 | enabled="true" follows="left|top" height="16" increment="1" | ||
111 | initial_val="80" label="Port number:" label_width="75" left="35" | ||
112 | max_val="65535" min_val="10" mouse_opaque="true" name="socks5_proxy_port" | ||
113 | width="140" /> | ||
114 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
115 | bottom_delta="-20" drop_shadow_visible="true" enabled="true" | ||
116 | follows="left|top" font="SansSerifSmall" h_pad="0" halign="left" | ||
117 | height="10" left="35" mouse_opaque="false" name="socks5_auth_label" | ||
118 | v_pad="0" width="128"> | ||
119 | SOCKS 5 authentication: | ||
120 | </text> | ||
121 | <radio_group bottom_delta="-6" draw_border="false" follows="left|top" height="20" left="35" | ||
122 | name="socks5_auth" width="420"> | ||
123 | <radio_item bottom="0" height="20" left_delta="80" name="None" width="50" | ||
124 | tool_tip="No authentication"> | ||
125 | None | ||
126 | </radio_item> | ||
127 | <radio_item bottom="0" height="20" left_delta="50" name="UserPass" width="50" | ||
128 | tool_tip="Username / Password authentication"> | ||
129 | Username / Password | ||
130 | </radio_item> | ||
131 | </radio_group> | ||
132 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
133 | bottom_delta="-16" drop_shadow_visible="true" enabled="true" | ||
134 | follows="left|top" font="SansSerifSmall" h_pad="0" halign="left" | ||
135 | height="10" left="122" mouse_opaque="false" name="socks5_username_label" | ||
136 | v_pad="0" width="128"> | ||
137 | Username: | ||
138 | </text> | ||
139 | <line_editor bottom_delta="-8" enabled="true" follows="left|top" font="SansSerif" | ||
140 | height="20" left="200" name="socks5_proxy_username" | ||
141 | tool_tip="Username for the Socks5 proxy" | ||
142 | width="200" /> | ||
143 | |||
144 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
145 | bottom_delta="-14" drop_shadow_visible="true" enabled="true" | ||
146 | follows="left|top" font="SansSerifSmall" h_pad="0" halign="left" | ||
147 | height="10" left="122" mouse_opaque="false" name="socks5_password_label" | ||
148 | v_pad="0" width="128"> | ||
149 | Password: | ||
150 | </text> | ||
151 | <line_editor bottom_delta="-8" enabled="true" follows="left|top" font="SansSerif" | ||
152 | height="20" left="200" name="socks5_proxy_password" | ||
153 | tool_tip="Password for the Socks5 proxy" | ||
154 | width="200" /> | ||
155 | |||
156 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
157 | bottom_delta="-20" drop_shadow_visible="true" enabled="true" | ||
158 | follows="left|top" font="SansSerifSmall" h_pad="0" halign="left" | ||
159 | height="10" left="35" mouse_opaque="false" name="http_proxy_label" | ||
160 | v_pad="0" width="128"> | ||
161 | HTTP proxy: | ||
162 | </text> | ||
163 | <radio_group bottom_delta="-8" draw_border="false" follows="left|top" height="20" left="35" | ||
164 | name="socks5_http_proxy_type" width="380" > | ||
165 | <radio_item height="20" bottom="0" left="100" name="None" width="50" | ||
166 | tool_tip="No HTTP proxy"> | ||
167 | None | ||
168 | </radio_item> | ||
169 | <radio_item height="20" bottom="0" left="170" name="Socks" width="50" | ||
170 | tool_tip="Use Socks for HTTP proxy"> | ||
171 | SOCKS 5 | ||
172 | </radio_item> | ||
173 | <radio_item height="20" bottom="0" left="250" name="Web" width="50" | ||
174 | tool_tip="Use web proxy for HTTP proxy"> | ||
175 | Web | ||
176 | </radio_item> | ||
177 | </radio_group> | ||
67 | </panel> | 178 | </panel> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_skins.xml b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_skins.xml index f0b789e..58a2989 100644 --- a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_skins.xml +++ b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_skins.xml | |||
@@ -2,21 +2,62 @@ | |||
2 | <panel border="true" bottom="-409" enabled="true" follows="left|top|right|bottom" | 2 | <panel border="true" bottom="-409" enabled="true" follows="left|top|right|bottom" |
3 | height="408" label="Skins" left="102" mouse_opaque="true" | 3 | height="408" label="Skins" left="102" mouse_opaque="true" |
4 | name="Skins panel" width="517"> | 4 | name="Skins panel" width="517"> |
5 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 5 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
6 | bottom="-22" drop_shadow_visible="true" enabled="true" follows="left|top" | 6 | bottom="-22" drop_shadow_visible="true" enabled="true" follows="left|top" |
7 | font="SansSerifSmall" h_pad="0" halign="left" height="12" left="10" | 7 | font="SansSerifSmall" h_pad="0" halign="left" height="12" left="10" |
8 | mouse_opaque="true" name="muting_text" v_pad="0" width="400"> | 8 | mouse_opaque="true" name="muting_text" v_pad="0" width="500"> |
9 | Select a Skin (Requires Restart): | 9 | Select a skin (requires restart). (Please see the skin folders for information and credits) |
10 | </text> | 10 | </text> |
11 | <radio_group bottom="0" draw_border="false" follows="top|left" height="380" left="12" | 11 | <radio_group bottom="0" draw_border="false" follows="top|left" height="380" left="12" |
12 | name="skin_selection" width="480"> | 12 | name="skin_selection" width="480"> |
13 | <radio_item bottom="-20" height="20" left="0" name="default" width="480"> | 13 | <radio_item bottom="-20" height="20" left="0" name="default" width="480"> |
14 | Default | 14 | Default |
15 | </radio_item> | 15 | </radio_item> |
16 | <radio_item bottom="-180" height="20" left="0" name="silver" width="480"> | 16 | <radio_item bottom_delta="-50" height="20" left="0" name="silver" width="480"> |
17 | Silver | 17 | Silver |
18 | </radio_item> | 18 | </radio_item> |
19 | <radio_item bottom_delta="-50" height="20" left="0" name="dark" width="480"> | ||
20 | Dark | ||
21 | </radio_item> | ||
22 | <radio_item bottom_delta="-50" height="20" left="0" name="gemini" width="480"> | ||
23 | Gemini | ||
24 | </radio_item> | ||
19 | </radio_group> | 25 | </radio_group> |
20 | <button left="130" bottom="-160" width="298" height="130" name="classic_preview" label="" scale_image="true" image_selected="skin_thumbnail_default.png" image_unselected="skin_thumbnail_default.png" image_hover_selected="skin_thumbnail_default.png" image_hover_unselected="skin_thumbnail_default.png"/> | 26 | |
21 | <button left="130" bottom="-320" width="298" height="130" name="silver_preview" label="" scale_image="true" image_selected="skin_thumbnail_silver.png" image_hover_selected="skin_thumbnail_silver.png" image_unselected="skin_thumbnail_silver.png" image_hover_unselected="skin_thumbnail_silver.png"/> | 27 | <button left="130" bottom="-125" width="216" height="95" name="classic_preview" |
28 | scale_image="true" label="" image_selected="skin_thumbnail_default.png" | ||
29 | image_unselected="skin_thumbnail_default.png" image_hover_selected="skin_thumbnail_default.png" | ||
30 | image_hover_unselected="skin_thumbnail_default.png" follows="left|top" /> | ||
31 | <button left="130" bottom_delta="-100" width="216" height="95" name="silver_preview" | ||
32 | scale_image="true" label="" image_selected="skin_thumbnail_silver.png" | ||
33 | image_hover_selected="skin_thumbnail_silver.png" image_unselected="skin_thumbnail_silver.png" | ||
34 | image_hover_unselected="skin_thumbnail_silver.png" follows="left|top" /> | ||
35 | <button left="130" bottom_delta="-100" width="216" height="95" name="dark_preview" | ||
36 | scale_image="true" label="" image_selected="skin_thumbnail_dark.png" | ||
37 | image_hover_selected="skin_thumbnail_dark.png" image_unselected="skin_thumbnail_dark.png" | ||
38 | image_hover_unselected="skin_thumbnail_dark.png" follows="left|top" /> | ||
39 | <button left="130" bottom_delta="-100" width="216" height="95" name="gemini_preview" | ||
40 | scale_image="true" label="" image_selected="skin_thumbnail_gemini.png" | ||
41 | image_hover_selected="skin_thumbnail_gemini.png" image_unselected="skin_thumbnail_gemini.png" | ||
42 | image_hover_unselected="skin_thumbnail_gemini.png" follows="left|top" /> | ||
43 | <text name="skin_current_text" | ||
44 | left="10" bottom="5" halign="left" height="12" | ||
45 | follows="left|bottom" h_pad="0" v_pad="0" | ||
46 | bg_visible="false" drop_shadow_visible="true" | ||
47 | border_visible="false" border_drop_shadow_visible="false" | ||
48 | font="SansSerif" mouse_opaque="true"> | ||
49 | Other Skin Name: | ||
50 | </text> | ||
51 | <line_editor name="skin_current_edit" | ||
52 | bottom_delta="0" left_delta="120" height="20" width="120" | ||
53 | follows="left|bottom" font="SansSerif" | ||
54 | bevel_style="in" border_style="line" border_thickness="1" | ||
55 | max_length="31" mouse_opaque="true" | ||
56 | handle_edit_keys_directly="true" | ||
57 | select_all_on_focus_received="true" /> | ||
58 | <button name="save_skin" label="Save" | ||
59 | bottom_delta="-2" left_delta="120" height="24" width="90" | ||
60 | follows="left|center" font="SansSerif" halign="center" | ||
61 | mouse_opaque="true" scale_image="TRUE" /> | ||
22 | </panel> | 62 | </panel> |
63 | |||
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_voice.xml b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_voice.xml index 1ec3fcd..b4939ca 100644 --- a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_voice.xml +++ b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_voice.xml | |||
@@ -1,6 +1,6 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <panel border="true" bottom="-409" enabled="true" follows="left|top|right|bottom" | 2 | <panel border="true" bottom="-409" enabled="true" follows="left|top|right|bottom" |
3 | height="408" label="Voice Chat" left="102" mouse_opaque="true" name="chat" | 3 | height="408" label="Voice" left="102" mouse_opaque="true" name="chat" |
4 | width="517"> | 4 | width="517"> |
5 | <text_editor type="string" length="1" allow_html="false" bg_readonly_color="0 0 0 0" bottom_delta="-26" | 5 | <text_editor type="string" length="1" allow_html="false" bg_readonly_color="0 0 0 0" bottom_delta="-26" |
6 | embedded_items="false" enabled="false" follows="left|top" | 6 | embedded_items="false" enabled="false" follows="left|top" |
@@ -55,7 +55,7 @@ | |||
55 | <button bottom_delta="-25" follows="left|top" font="SansSerif" halign="center" | 55 | <button bottom_delta="-25" follows="left|top" font="SansSerif" halign="center" |
56 | height="20" label="Set Key" left_delta="0" mouse_opaque="true" | 56 | height="20" label="Set Key" left_delta="0" mouse_opaque="true" |
57 | name="set_voice_hotkey_button" width="115" /> | 57 | name="set_voice_hotkey_button" width="115" /> |
58 | <button bottom_delta="0" follows="left" font="SansSerif" halign="center" height="20" | 58 | <button bottom_delta="0" follows="left|top" font="SansSerif" halign="center" height="20" |
59 | label="Middle Mouse Button" left_delta="120" mouse_opaque="true" | 59 | label="Middle Mouse Button" left_delta="120" mouse_opaque="true" |
60 | name="set_voice_middlemouse_button" width="160" /> | 60 | name="set_voice_middlemouse_button" width="160" /> |
61 | <text allow_html="false" bg_readonly_color="0 0 0 0" bottom_delta="-25" | 61 | <text allow_html="false" bg_readonly_color="0 0 0 0" bottom_delta="-25" |
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_web.xml b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_web.xml index 144f7db..7de8ef7 100644 --- a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_web.xml +++ b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_web.xml | |||
@@ -1,6 +1,6 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <panel border="true" bottom="-409" enabled="true" follows="left|top|right|bottom" | 2 | <panel border="true" bottom="-409" enabled="true" follows="left|top|right|bottom" |
3 | height="408" label="Web" left="102" mouse_opaque="true" name="web" | 3 | height="408" label="Web Browser" left="102" mouse_opaque="true" name="web" |
4 | width="517"> | 4 | width="517"> |
5 | <radio_group bottom="-45" draw_border="false" follows="top|left" height="40" left="12" | 5 | <radio_group bottom="-45" draw_border="false" follows="top|left" height="40" left="12" |
6 | name="use_external_browser" width="480"> | 6 | name="use_external_browser" width="480"> |
@@ -13,72 +13,56 @@ | |||
13 | Use built-in web browser | 13 | Use built-in web browser |
14 | </radio_item> | 14 | </radio_item> |
15 | </radio_group> | 15 | </radio_group> |
16 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 16 | <button bottom_delta="-30" enabled="true" follows="left|top" font="SansSerif" |
17 | bottom_delta="-25" drop_shadow_visible="true" enabled="true" | 17 | halign="center" height="22" label="Clear Built-In Browser Cache" left="35" |
18 | follows="left|top" font="SansSerifSmall" h_pad="0" halign="left" | 18 | mouse_opaque="true" name="clear_cache" scale_image="true" width="250" /> |
19 | height="10" left="15" mouse_opaque="false" name="cache_size_label_l" | 19 | <check_box bottom_delta="-35" enabled="true" follows="left|top" |
20 | v_pad="0" width="128"> | 20 | font="SansSerifSmall" height="16" initial_value="false" |
21 | Browser Cache: | 21 | label="Accept cookies while using built-in web browser" left="15" mouse_opaque="true" |
22 | </text> | 22 | tool_top="Allows the built-in web browser to accept cookies from websites" |
23 | <button bottom_delta="-10" enabled="true" follows="left|bottom" font="SansSerif" | ||
24 | halign="center" height="22" label="Clear Now" left="140" | ||
25 | mouse_opaque="true" name="clear_cache" scale_image="true" width="100" /> | ||
26 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
27 | bottom_delta="-30" drop_shadow_visible="true" enabled="true" | ||
28 | follows="left|top" font="SansSerifSmall" h_pad="0" halign="left" | ||
29 | height="10" left="15" mouse_opaque="false" name="cookie_label" v_pad="0" | ||
30 | width="128"> | ||
31 | Cookies: | ||
32 | </text> | ||
33 | <check_box bottom_delta="-7" enabled="true" follows="left|top" | ||
34 | font="SansSerifSmall" height="16" initial_value="false" | ||
35 | label="Accept cookies from sites" left="140" mouse_opaque="true" | ||
36 | name="cookies_enabled" radio_style="false" width="256" /> | 23 | name="cookies_enabled" radio_style="false" width="256" /> |
37 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 24 | <button bottom_delta="-25" enabled="true" follows="left|top" font="SansSerif" |
38 | bottom_delta="-24" drop_shadow_visible="true" enabled="true" | 25 | halign="center" height="20" label="Clear Cookies" left_delta="20" |
39 | follows="left|top" font="SansSerifSmall" h_pad="0" halign="left" | 26 | tool_tip="Clear Cookies" |
40 | height="10" left="15" mouse_opaque="false" name="proxy_label" v_pad="0" | 27 | mouse_opaque="true" name="clear_ookies" scale_image="true" width="110" /> |
41 | width="128"> | 28 | <check_box bottom_delta="-35" enabled="true" |
42 | Web Proxy: | ||
43 | </text> | ||
44 | <check_box bottom_delta="-7" enabled="true" | ||
45 | follows="left|top" font="SansSerifSmall" height="16" initial_value="false" | 29 | follows="left|top" font="SansSerifSmall" height="16" initial_value="false" |
46 | label="Enable web proxy" left="140" mouse_opaque="true" | 30 | label="Enable proxy for built-in web browser" left="15" mouse_opaque="true" |
47 | name="web_proxy_enabled" radio_style="false" width="256" /> | 31 | name="web_proxy_enabled" radio_style="false" width="256" /> |
48 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 32 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
49 | bottom_delta="-25" drop_shadow_visible="true" enabled="true" | 33 | bottom_delta="-18" drop_shadow_visible="true" enabled="true" |
50 | follows="left|top" font="SansSerifSmall" h_pad="0" halign="left" | 34 | follows="left|top" font="SansSerifSmall" h_pad="0" halign="left" |
51 | height="10" left="140" mouse_opaque="false" name="proxy_text_label" | 35 | height="10" left_delta="20" mouse_opaque="false" name="proxy_text_label" |
52 | v_pad="0" width="128"> | 36 | v_pad="0" width="128"> |
53 | Address: | 37 | Address: |
54 | </text> | 38 | </text> |
55 | <line_editor bottom_delta="-8" enabled="true" follows="left|top" font="SansSerif" | 39 | <line_editor bottom_delta="-8" enabled="true" follows="left|top" font="SansSerif" |
56 | height="20" left="217" name="web_proxy_editor" | 40 | height="20" left="112" name="web_proxy_editor" |
57 | tool_tip="The name or IP address of the proxy you would like to use" | 41 | tool_tip="The name or IP address of the proxy you would like to use" |
58 | width="200" /> | 42 | width="200" /> |
59 | <spinner bottom_delta="-25" decimal_digits="0" | 43 | <spinner bottom_delta="-20" decimal_digits="0" |
60 | enabled="true" follows="left|top" height="16" increment="1" | 44 | enabled="true" follows="left|top" height="16" increment="1" |
61 | initial_val="80" label="Port number:" label_width="75" left="140" | 45 | initial_val="80" label="Port number:" label_width="75" left="35" |
62 | max_val="12000" min_val="10" mouse_opaque="true" name="web_proxy_port" | 46 | max_val="12000" min_val="10" mouse_opaque="true" name="web_proxy_port" |
63 | width="140" /> | 47 | width="140" /> |
64 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 48 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
65 | bottom_delta="-25" drop_shadow_visible="true" enabled="true" | 49 | bottom_delta="-30" drop_shadow_visible="true" enabled="true" |
66 | follows="left|top" font="SansSerifSmall" h_pad="0" halign="left" | 50 | follows="left|top" font="SansSerifSmall" h_pad="0" halign="left" |
67 | height="10" left="15" mouse_opaque="false" name="cache_size_label_l" | 51 | height="10" left="15" mouse_opaque="false" name="cache_size_label_l" |
68 | v_pad="0" width="128"> | 52 | v_pad="0" width="200"> |
69 | World search: | 53 | Custom All (web) search tab URL: |
70 | </text> | 54 | </text> |
71 | <line_editor bottom_delta="-8" enabled="true" follows="left|top" | 55 | <line_editor bottom_delta="-25" enabled="true" follows="left|top" |
72 | font="SansSerifSmall" height="18" left="100" name="world_search_editor" | 56 | font="SansSerifSmall" height="18" left="15" name="world_search_editor" |
73 | tool_tip="Address of the world search engine you would like to use" | 57 | tool_tip="Address of the world search engine you would like to use" |
74 | width="355" /> | 58 | width="400" /> |
75 | <button bottom_delta="-22" enabled="true" follows="left|bottom" font="SansSerif" | 59 | <button bottom_delta="-22" enabled="true" follows="left|top" font="SansSerif" |
76 | halign="center" height="18" label="Reset" left="100" | 60 | halign="center" height="20" label="Reset" left="15" |
77 | tool_tip="Reset to default" | 61 | tool_tip="Reset to default" |
78 | mouse_opaque="true" name="world_search_reset_default" scale_image="true" width="65" /> | 62 | mouse_opaque="true" name="world_search_reset_default" scale_image="true" width="80" /> |
79 | <button bottom_delta="0" enabled="true" follows="left|bottom" font="SansSerif" | 63 | <button bottom_delta="0" enabled="true" follows="left|top" font="SansSerif" |
80 | halign="center" height="18" label="Clear" left="170" | 64 | halign="center" height="20" label="Clear" left_delta="85" |
81 | tool_tip="clear field" | 65 | tool_tip="clear field" |
82 | mouse_opaque="true" name="world_search_clear" scale_image="true" width="65" /> | 66 | mouse_opaque="true" name="world_search_clear" scale_image="true" width="80" /> |
83 | 67 | ||
84 | </panel> | 68 | </panel> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_radar.xml b/linden/indra/newview/skins/default/xui/en-us/panel_radar.xml index 603f2d8..4639ef3 100644 --- a/linden/indra/newview/skins/default/xui/en-us/panel_radar.xml +++ b/linden/indra/newview/skins/default/xui/en-us/panel_radar.xml | |||
@@ -41,15 +41,15 @@ | |||
41 | </text> | 41 | </text> |
42 | 42 | ||
43 | <slider name="near_me_range" label="" control_name="NearMeRange" | 43 | <slider name="near_me_range" label="" control_name="NearMeRange" |
44 | bottom_delta="0" left_delta="62" width="110" height="15" | 44 | bottom_delta="0" left_delta="58" width="110" height="15" |
45 | follows="left|top" min_val="5" max_val="512" increment="1" | 45 | follows="left|top" min_val="5" max_val="1024" increment="1" |
46 | initial_val="96" decimal_digits="0" /> | 46 | initial_val="96" decimal_digits="0" can_edit_text="true" /> |
47 | 47 | ||
48 | <text name="meters" | 48 | <text name="meters" |
49 | bottom_delta="0" left="180" height="15" width="40" | 49 | bottom_delta="0" left_delta="113" height="15" width="40" |
50 | h_pad="0" halign="left" v_pad="0" follows="left|top" | 50 | h_pad="0" halign="left" v_pad="0" follows="left|top" |
51 | bg_visible="false" border_drop_shadow_visible="false" | 51 | bg_visible="false" border_drop_shadow_visible="false" |
52 | border_visible="false" drop_shadow_visible="true" | 52 | border_visible="false" drop_shadow_visible="true" |
53 | font="SansSerifSmall" mouse_opaque="true"> | 53 | font="SansSerifSmall" mouse_opaque="true"> |
54 | m | 54 | m |
55 | </text> | 55 | </text> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_region_covenant.xml b/linden/indra/newview/skins/default/xui/en-us/panel_region_covenant.xml index 5e28bdc..9bbdbd3 100644 --- a/linden/indra/newview/skins/default/xui/en-us/panel_region_covenant.xml +++ b/linden/indra/newview/skins/default/xui/en-us/panel_region_covenant.xml | |||
@@ -48,7 +48,7 @@ | |||
48 | <text_editor type="string" length="1" bottom="-279" embedded_items="false" enabled="false" | 48 | <text_editor type="string" length="1" bottom="-279" embedded_items="false" enabled="false" |
49 | follows="left|top" font="SansSerifSmall" height="194" | 49 | follows="left|top" font="SansSerifSmall" height="194" |
50 | left="120" max_length="65535" mouse_opaque="true" name="covenant_editor" | 50 | left="120" max_length="65535" mouse_opaque="true" name="covenant_editor" |
51 | width="340" word_wrap="true"> | 51 | width="340" word_wrap="true" spell_check="true"> |
52 | There is no Covenant provided for this Estate. | 52 | There is no Covenant provided for this Estate. |
53 | </text_editor> | 53 | </text_editor> |
54 | <button bottom_delta="-25" follows="left|top" font="SansSerifSmall" height="18" | 54 | <button bottom_delta="-25" follows="left|top" font="SansSerifSmall" height="18" |
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_region_estate.xml b/linden/indra/newview/skins/default/xui/en-us/panel_region_estate.xml index 84ce9d0..5dd738a 100644 --- a/linden/indra/newview/skins/default/xui/en-us/panel_region_estate.xml +++ b/linden/indra/newview/skins/default/xui/en-us/panel_region_estate.xml | |||
@@ -25,7 +25,7 @@ regions in the estate. | |||
25 | (unknown) | 25 | (unknown) |
26 | </text> | 26 | </text> |
27 | <view_border bevel_style="in" border="true" border_thickness="1" bottom_delta="-295" | 27 | <view_border bevel_style="in" border="true" border_thickness="1" bottom_delta="-295" |
28 | follows="top|left" height="290" left="6" width="250" /> | 28 | follows="top|left" height="350" left="6" width="250" /> |
29 | <check_box bottom_delta="265" follows="left|top" height="20" label="Use Global Time" | 29 | <check_box bottom_delta="265" follows="left|top" height="20" label="Use Global Time" |
30 | left="12" name="use_global_time_check" width="200" /> | 30 | left="12" name="use_global_time_check" width="200" /> |
31 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" | 31 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" |
@@ -69,13 +69,12 @@ regions in the estate. | |||
69 | left="12" name="allow_direct_teleport" width="80" /> | 69 | left="12" name="allow_direct_teleport" width="80" /> |
70 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" | 70 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" |
71 | name="allow_direct_teleport_help" right="250" width="18" /> | 71 | name="allow_direct_teleport_help" right="250" width="18" /> |
72 | <text bottom_delta="-26" follows="left|top" font="SansSerifSmall" height="20" | 72 | <text bottom_delta="-26" follows="left|top" font="SansSerifSmall" height="20" |
73 | left="10" name="abuse_email_text" width="180"> | 73 | left="10" name="abuse_email_text" width="180"> |
74 | Abuse email address: | 74 | Abuse email address: |
75 | </text> | 75 | </text> |
76 | <line_editor bottom_delta="-16" follows="top|left" height="19" left="15" max_length="254" | 76 | <line_editor bottom_delta="-16" follows="top|left" height="19" left="15" max_length="254" |
77 | name="abuse_email_address" width="205" /> | 77 | name="abuse_email_address" width="205" /> |
78 | <string name="email_unsupported">Feature unsupported</string> | ||
79 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" | 78 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" |
80 | name="abuse_email_address_help" right="250" width="18" /> | 79 | name="abuse_email_address_help" right="250" width="18" /> |
81 | <button bottom_delta="-26" enabled="false" follows="left|top" height="20" label="Apply" | 80 | <button bottom_delta="-26" enabled="false" follows="left|top" height="20" label="Apply" |
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_region_general.xml b/linden/indra/newview/skins/default/xui/en-us/panel_region_general.xml index 6302428..70df1df 100644 --- a/linden/indra/newview/skins/default/xui/en-us/panel_region_general.xml +++ b/linden/indra/newview/skins/default/xui/en-us/panel_region_general.xml | |||
@@ -58,16 +58,21 @@ | |||
58 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" | 58 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" |
59 | left="205" name="parcel_search_help" width="18" /> | 59 | left="205" name="parcel_search_help" width="18" /> |
60 | <spinner bottom_delta="-40" follows="left|top" height="20" increment="1" | 60 | <spinner bottom_delta="-40" follows="left|top" height="20" increment="1" |
61 | label="Agent Limit" label_width="97" left="10" max_val="100" min_val="1" | 61 | label="Agent Limit" label_width="100" left="10" max_val="100" min_val="1" |
62 | name="agent_limit_spin" width="170" /> | 62 | name="agent_limit_spin" width="170" /> |
63 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" | 63 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" |
64 | left="205" name="agent_limit_help" width="18" /> | 64 | left="205" name="agent_limit_help" width="18" /> |
65 | <spinner bottom_delta="-20" follows="left|top" height="20" increment="0.5" | 65 | <spinner bottom_delta="-20" follows="left|top" height="20" increment="0.5" |
66 | label="Object Bonus" label_width="97" left="10" max_val="10" min_val="1" | 66 | label="Object Bonus" label_width="100" left="10" max_val="10" min_val="1" |
67 | name="object_bonus_spin" width="170" /> | 67 | name="object_bonus_spin" width="170" /> |
68 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" | 68 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" |
69 | left="205" name="object_bonus_help" width="18" /> | 69 | left="205" name="object_bonus_help" width="18" /> |
70 | <text bottom_delta="-30" follows="left|top" height="20" label="Maturity" left="10" | 70 | <spinner bottom_delta="-20" follows="left|top" height="20" increment="0.5" |
71 | label="Minimum Agent Age" label_width="100" left="10" max_val="1000" min_val="0" | ||
72 | name="minimum_agent_age" width="170" /> | ||
73 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" | ||
74 | left="205" name="minimum_agent_age_help" width="18" /> | ||
75 | <text bottom_delta="-30" follows="left|top" height="20" label="Maturity" left="10" | ||
71 | name="access_text" width="100"> | 76 | name="access_text" width="100"> |
72 | Rating: | 77 | Rating: |
73 | </text> | 78 | </text> |
@@ -87,7 +92,7 @@ | |||
87 | left="205" name="access_help" width="18" /> | 92 | left="205" name="access_help" width="18" /> |
88 | <button bottom_delta="-30" enabled="false" follows="left|top" height="20" label="Apply" | 93 | <button bottom_delta="-30" enabled="false" follows="left|top" height="20" label="Apply" |
89 | left="108" name="apply_btn" width="100" /> | 94 | left="108" name="apply_btn" width="100" /> |
90 | <button bottom_delta="-60" follows="left|top" height="20" | 95 | <button bottom_delta="-40" follows="left|top" height="20" |
91 | label="Teleport Home One User..." left="10" name="kick_btn" width="250" /> | 96 | label="Teleport Home One User..." left="10" name="kick_btn" width="250" /> |
92 | <button bottom_delta="-23" follows="left|top" height="20" | 97 | <button bottom_delta="-23" follows="left|top" height="20" |
93 | label="Teleport Home All Users..." left="10" name="kick_all_btn" width="250" /> | 98 | label="Teleport Home All Users..." left="10" name="kick_all_btn" width="250" /> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_region_open_region_settings.xml b/linden/indra/newview/skins/default/xui/en-us/panel_region_open_region_settings.xml new file mode 100644 index 0000000..3eb7806 --- /dev/null +++ b/linden/indra/newview/skins/default/xui/en-us/panel_region_open_region_settings.xml | |||
@@ -0,0 +1,76 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <panel border="true" bottom="100" follows="top|left" height="320" label="Region Settings" | ||
3 | left="0" name="RegionSettings" width="480"> | ||
4 | <spinner bottom_delta="-40" follows="left|top" height="20" increment="1" | ||
5 | label="Default Draw Distance" label_width="175" left="10" max_val="10000" min_val="1" | ||
6 | name="draw_distance" width="250" /> | ||
7 | <check_box bottom_delta="-20" follows="left|top" height="20" label="Force Draw Distance" | ||
8 | left="10" name="force_draw_distance" width="80" /> | ||
9 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" | ||
10 | left="285" name="force_draw_distance_help" width="18" /> | ||
11 | <spinner bottom_delta="-20" follows="left|top" height="20" increment="1" | ||
12 | label="Max Drag Distance" label_width="175" left="10" max_val="1000 0" min_val="0" | ||
13 | name="max_drag_distance" width="250" /> | ||
14 | <spinner bottom_delta="-20" follows="left|top" height="20" increment="1" | ||
15 | label="Max Prim Scale" label_width="175" left="10" max_val="10000" min_val="0" | ||
16 | name="max_prim_scale" width="250" /> | ||
17 | <spinner bottom_delta="-20" follows="left|top" height="20" increment="1" | ||
18 | label="Min Prim Scale" label_width="175" left="10" max_val="10000" min_val="0" | ||
19 | name="min_prim_scale" width="250" /> | ||
20 | <spinner bottom_delta="-20" follows="left|top" height="20" increment="1" | ||
21 | label="Max Physical Prim Scale" label_width="175" left="10" max_val="10000" min_val="0" | ||
22 | name="max_phys_prim_scale" width="250" /> | ||
23 | <spinner bottom_delta="-20" follows="left|top" height="20" increment="1" | ||
24 | label="Max Hollow Size" label_width="175" left="10" max_val="100" min_val="0" | ||
25 | name="max_hollow_size" width="250" /> | ||
26 | <spinner bottom_delta="-20" follows="left|top" height="20" increment="1" | ||
27 | label="Min Hole Size" label_width="175" left="10" max_val="100" min_val="0" | ||
28 | name="min_hole_size" width="250" /> | ||
29 | <spinner bottom_delta="-20" follows="left|top" height="20" increment="1" | ||
30 | label="Max Link Count" label_width="175" left="10" max_val="100000" min_val="0" | ||
31 | name="max_link_count" width="250" /> | ||
32 | <spinner bottom_delta="-20" follows="left|top" height="20" increment="1" | ||
33 | label="Max Link Count Phys" label_width="175" left="10" max_val="100000" min_val="0" | ||
34 | name="max_link_count_phys" width="250" /> | ||
35 | <spinner bottom_delta="-20" follows="left|top" height="20" increment="1" | ||
36 | label="Max Inventory Items To Transfer" label_width="175" left="10" max_val="10000" min_val="-1" | ||
37 | name="max_inventory_items_transfer" width="250" /> | ||
38 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" | ||
39 | left="285" name="max_inventory_items_transfer_help" width="18" /> | ||
40 | <spinner bottom_delta="-20" follows="left|top" height="20" increment="1" | ||
41 | label="Show Tags" label_width="175" left="10" max_val="2" min_val="0" | ||
42 | name="show_tags" width="250" /> | ||
43 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" | ||
44 | left="285" name="show_tags_help" width="18" /> | ||
45 | <spinner bottom_delta="-20" follows="left|top" height="20" increment="1" | ||
46 | label="Max Groups" label_width="175" left="10" max_val="1000" min_val="-1" | ||
47 | name="max_groups" width="250" /> | ||
48 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" | ||
49 | left="285" name="max_groups_help" width="18" /> | ||
50 | <check_box bottom_delta="-20" follows="left|top" height="20" label="Render Water" left="10" | ||
51 | name="render_water" width="80" /> | ||
52 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" | ||
53 | left="285" name="render_water_help" width="18" /> | ||
54 | <check_box bottom_delta="-20" follows="left|top" height="20" label="Allow Minimap" | ||
55 | left="10" name="allow_minimap" width="80" /> | ||
56 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" | ||
57 | left="285" name="allow_minimap_help" width="18" /> | ||
58 | <check_box bottom_delta="-20" follows="left|top" height="20" label="Allow Physical Prims" | ||
59 | left="10" name="allow_physical_prims" width="80" /> | ||
60 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" | ||
61 | left="285" name="allow_physical_prims_help" width="18" /> | ||
62 | <check_box bottom_delta="-20" follows="left|top" height="20" label="Enable Teen Mode" | ||
63 | left="10" name="enable_teen_mode" width="80" /> | ||
64 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" | ||
65 | left="285" name="enable_teen_mode_help" width="18" /> | ||
66 | <check_box bottom_delta="-20" follows="left|top" height="20" label="Enforce Max Build Constraints" | ||
67 | left="10" name="enforce_max_build" width="80" /> | ||
68 | <check_box bottom_delta="-20" follows="left|top" height="20" | ||
69 | label="Allow Parcel WindLight" left="10" | ||
70 | name="allow_parcel_windlight" | ||
71 | width="80" /> | ||
72 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" | ||
73 | left="285" name="allow_parcel_windlight_help" width="18" /> | ||
74 | <button bottom_delta="-30" enabled="false" follows="left|top" height="20" label="Apply" | ||
75 | left="108" name="apply_ors_btn" width="100" /> | ||
76 | </panel> | ||
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_status_bar.xml b/linden/indra/newview/skins/default/xui/en-us/panel_status_bar.xml index 1ef815e..46ba64a 100644 --- a/linden/indra/newview/skins/default/xui/en-us/panel_status_bar.xml +++ b/linden/indra/newview/skins/default/xui/en-us/panel_status_bar.xml | |||
@@ -96,8 +96,8 @@ | |||
96 | font="SansSerifSmall" handle_edit_keys_directly="false" height="11" | 96 | font="SansSerifSmall" handle_edit_keys_directly="false" height="11" |
97 | label="Search" left="-94" max_length="254" mouse_opaque="true" | 97 | label="Search" left="-94" max_length="254" mouse_opaque="true" |
98 | name="search_editor" select_all_on_focus_received="false" | 98 | name="search_editor" select_all_on_focus_received="false" |
99 | select_on_focus="false" tab_group="1" tool_tip="Search Second Life" | 99 | select_on_focus="false" tab_group="1" tool_tip="Inworld search" |
100 | width="78"/> | 100 | width="78" spell_check="true"/> |
101 | <button bottom="-17" enabled="true" follows="right|bottom" font="SansSerifSmall" | 101 | <button bottom="-17" enabled="true" follows="right|bottom" font="SansSerifSmall" |
102 | halign="center" height="16" image_unselected="status_search_btn.png" image_selected="status_search_btn_pressed.png" image_disabled_selected="status_search_btn_pressed.png" image_disabled="status_search_btn.png" | 102 | halign="center" height="16" image_unselected="status_search_btn.png" image_selected="status_search_btn_pressed.png" image_disabled_selected="status_search_btn_pressed.png" image_disabled="status_search_btn.png" |
103 | label="" label_selected="" left="-16" mouse_opaque="true" name="search_btn" | 103 | label="" label_selected="" left="-16" mouse_opaque="true" name="search_btn" |
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_top_pick.xml b/linden/indra/newview/skins/default/xui/en-us/panel_top_pick.xml index 03d0919..85ad350 100644 --- a/linden/indra/newview/skins/default/xui/en-us/panel_top_pick.xml +++ b/linden/indra/newview/skins/default/xui/en-us/panel_top_pick.xml | |||
@@ -8,7 +8,7 @@ | |||
8 | width="400" /> | 8 | width="400" /> |
9 | <text_editor enabled="false" follows="left|top" font="SansSerif" | 9 | <text_editor enabled="false" follows="left|top" font="SansSerif" |
10 | height="90" left="20" max_length="1023" name="desc_editor" | 10 | height="90" left="20" max_length="1023" name="desc_editor" |
11 | width="400" word_wrap="true" /> | 11 | width="400" word_wrap="true" spell_check="true" /> |
12 | <line_editor enabled="false" follows="left|top" font="SansSerif" | 12 | <line_editor enabled="false" follows="left|top" font="SansSerif" |
13 | height="20" left="20" name="location_editor" | 13 | height="20" left="20" name="location_editor" |
14 | width="400" /> | 14 | width="400" /> |
@@ -23,7 +23,7 @@ | |||
23 | Sort: | 23 | Sort: |
24 | </text> | 24 | </text> |
25 | <line_editor bottom_delta="5" follows="left|top" height="16" left="320" | 25 | <line_editor bottom_delta="5" follows="left|top" height="16" left="320" |
26 | name="sort_order_editor" width="25" /> | 26 | name="sort_order_editor" width="25" spell_check="true" /> |
27 | <check_box bottom_delta="0" follows="left|top" height="20" label="Enabled" left="360" | 27 | <check_box bottom_delta="0" follows="left|top" height="20" label="Enabled" left="360" |
28 | name="enabled_check" width="80" /> | 28 | name="enabled_check" width="80" /> |
29 | </panel> | 29 | </panel> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_voice_enable.xml b/linden/indra/newview/skins/default/xui/en-us/panel_voice_enable.xml deleted file mode 100644 index a5de96c..0000000 --- a/linden/indra/newview/skins/default/xui/en-us/panel_voice_enable.xml +++ /dev/null | |||
@@ -1,37 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <panel border="false" bottom="4" enabled="true" height="240" left="8" | ||
3 | mouse_opaque="true" name="content_panel" width="404"> | ||
4 | <text_editor type="string" length="1" allow_html="false" bg_readonly_color="0 0 0 0" embedded_items="false" | ||
5 | enabled="false" font="SansSerifSmall" height="85" hide_border="true" | ||
6 | hide_scrollbar="true" left_delta="0" max_length="65535" mouse_opaque="true" | ||
7 | name="voice_intro_text1" tab_stop="false" width="400" word_wrap="true"> | ||
8 | Welcome to Second Life Voice Chat! Voice Chat enables you to speak with other Residents. This wizard will guide you through the steps necessary to set up Voice Chat. Using Voice Chat requires audio speakers and, if you wish to speak with others, a microphone or stereo headset with microphone. | ||
9 | </text_editor> | ||
10 | <text_editor type="string" length="1" allow_html="false" bg_readonly_color="0 0 0 0" embedded_items="false" | ||
11 | enabled="false" font="SansSerifSmall" height="50" hide_border="true" | ||
12 | hide_scrollbar="true" left_delta="0" max_length="65535" mouse_opaque="true" | ||
13 | name="voice_intro_text2" tab_stop="false" width="400" word_wrap="true"> | ||
14 | Voice Chat is enabled by default. Do you wish to continue using Voice Chat? | ||
15 | </text_editor> | ||
16 | <radio_group bottom_delta="-30" draw_border="false" enabled="true" follows="left|top" | ||
17 | height="40" left="10" mouse_opaque="true" name="voice_enable" width="364"> | ||
18 | <radio_item type="string" length="1" bottom="-19" follows="left|top" height="16" left="3" name="1" width="315"> | ||
19 | Yes, continue using Voice Chat. | ||
20 | </radio_item> | ||
21 | <radio_item type="string" length="1" bottom="-35" follows="left|top" height="16" left="3" name="0" width="315"> | ||
22 | No, disable Voice Chat. | ||
23 | </radio_item> | ||
24 | </radio_group> | ||
25 | <text_editor length="1" allow_html="false" bg_readonly_color="0 0 0 0" bottom_delta="-50" | ||
26 | embedded_items="false" enabled="false" font="SansSerifSmall" height="40" | ||
27 | hide_border="true" hide_scrollbar="true" left="0" max_length="65535" | ||
28 | name="voice_intro_text3" tab_stop="false" width="400" word_wrap="true"> | ||
29 | You can enable Voice Chat at any time by going to the Voice Chat tab in Preferences. | ||
30 | </text_editor> | ||
31 | <text_editor length="1" allow_html="false" bg_readonly_color="0 0 0 0" bottom_delta="0" | ||
32 | embedded_items="false" enabled="false" font="SansSerifSmall" height="40" | ||
33 | hide_border="true" hide_scrollbar="true" left="0" max_length="65535" | ||
34 | name="voice_intro_text4" tab_stop="false" width="400" word_wrap="true"> | ||
35 | Click the Next button to configure Voice Chat preferences or click Finish to continue using Second Life. | ||
36 | </text_editor> | ||
37 | </panel> \ No newline at end of file | ||
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_voice_options.xml b/linden/indra/newview/skins/default/xui/en-us/panel_voice_options.xml deleted file mode 100644 index 4c6edfd..0000000 --- a/linden/indra/newview/skins/default/xui/en-us/panel_voice_options.xml +++ /dev/null | |||
@@ -1,43 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <panel border="false" bottom="36" height="240" left="8" name="content_panel" | ||
3 | width="404"> | ||
4 | <text_editor type="string" length="1" allow_html="false" bg_readonly_color="0 0 0 0" embedded_items="false" | ||
5 | enabled="false" font="SansSerifSmall" height="30" hide_border="true" | ||
6 | hide_scrollbar="true" left_delta="0" max_length="65535" | ||
7 | name="voice_intro_text1" tab_stop="false" width="414" word_wrap="true"> | ||
8 | Use the options below to configure your Voice Chat experience. | ||
9 | </text_editor> | ||
10 | <radio_group bottom_delta="-40" draw_border="false" follows="left|top" height="40" left="10" | ||
11 | name="ear_location" width="364"> | ||
12 | <radio_item type="string" length="1" bottom="-19" follows="left|top" height="16" left="3" name="0" width="315"> | ||
13 | Hear Voice Chat from camera position. | ||
14 | </radio_item> | ||
15 | <radio_item type="string" length="1" bottom="-35" follows="left|top" height="16" left="3" name="1" width="315"> | ||
16 | Hear Voice Chat from avatar position. | ||
17 | </radio_item> | ||
18 | </radio_group> | ||
19 | <check_box bottom_delta="-20" control_name="VoiceCallsFriendsOnly" follows="left|top" | ||
20 | font="SansSerifSmall" height="16" initial_value="false" | ||
21 | label="Only allow Friends to initiate Voice Calls with me" left="20" | ||
22 | left_delta="2" name="friends_only_check" width="200" /> | ||
23 | <check_box bottom_delta="-20" control_name="PushToTalkToggle" follows="left|top" | ||
24 | font="SansSerifSmall" height="16" initial_value="false" | ||
25 | label="Use Push-to-Talk in toggle mode" left_delta="0" | ||
26 | name="push_to_talk_toggle_check" width="200" /> | ||
27 | <text type="string" length="1" allow_html="false" bg_readonly_color="0 0 0 0" bottom_delta="-20" | ||
28 | embedded_items="false" follows="left|top" font="SansSerifSmall" height="16" | ||
29 | hide_border="true" hide_scrollbar="true" left_delta="4" max_length="65535" | ||
30 | name="push_to_talk_label" width="445" word_wrap="true"> | ||
31 | Push-to-Talk trigger: | ||
32 | </text> | ||
33 | <line_editor border_drop_shadow_visible="false" border_visible="false" bottom_delta="-20" | ||
34 | control_name="PushToTalkButton" drop_shadow_visible="true" enabled="false" | ||
35 | follows="top|left" font="SansSerifSmall" halign="right" height="19" | ||
36 | left_delta="0" max_length="254" name="modifier_combo" width="280" /> | ||
37 | <button bottom_delta="-25" follows="left|top" font="SansSerif" halign="center" | ||
38 | height="20" label="Set Key" left_delta="0" name="set_voice_hotkey_button" | ||
39 | width="115" /> | ||
40 | <button bottom_delta="0" follows="left|top" font="SansSerif" halign="center" | ||
41 | height="20" label="Middle Mouse Button" left_delta="120" | ||
42 | name="set_voice_middlemouse_button" width="160" /> | ||
43 | </panel> | ||
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_windlight_remote_expanded.xml b/linden/indra/newview/skins/default/xui/en-us/panel_windlight_remote_expanded.xml index 3849efd..c7769cc 100644 --- a/linden/indra/newview/skins/default/xui/en-us/panel_windlight_remote_expanded.xml +++ b/linden/indra/newview/skins/default/xui/en-us/panel_windlight_remote_expanded.xml | |||
@@ -3,24 +3,17 @@ | |||
3 | follows="right|bottom" height="67" left="0" mouse_opaque="true" | 3 | follows="right|bottom" height="67" left="0" mouse_opaque="true" |
4 | name="windlight_remote" use_bounding_rect="true" width="182"> | 4 | name="windlight_remote" use_bounding_rect="true" width="182"> |
5 | <panel bottom="1" filename="panel_bg_tab.xml" name="panel_bg_tab" height="67" left="0" width="182" /> | 5 | <panel bottom="1" filename="panel_bg_tab.xml" name="panel_bg_tab" height="67" left="0" width="182" /> |
6 | <slider bottom="-20" can_edit_text="false" control_name="RenderFarClip" | 6 | <slider bottom="-20" can_edit_text="true" control_name="RenderFarClip" |
7 | decimal_digits="0" enabled="true" height="18" | 7 | decimal_digits="0" enabled="true" height="18" |
8 | increment="8" initial_val="160" label="Draw distance:" | 8 | increment="4" initial_val="160" label="Draw distance:" |
9 | label_width="78" left="6" max_val="512" min_val="32" mouse_opaque="true" | 9 | label_width="74" left="4" max_val="1024" min_val="32" mouse_opaque="true" |
10 | name="DrawDistance" show_text="true" width="170" /> | 10 | name="DrawDistance" show_text="true" width="174" /> |
11 | <slider bottom_delta="-20" can_edit_text="false" control_name="RenderMaxPartCount" | 11 | <slider bottom_delta="-20" can_edit_text="true" control_name="RenderMaxPartCount" |
12 | decimal_digits="0" enabled="true" follows="left|top" height="18" | 12 | decimal_digits="0" enabled="true" follows="left|top" height="18" |
13 | increment="256" initial_val="4096" | 13 | increment="256" initial_val="4096" |
14 | label="Max. particles:" label_width="78" left_delta="0" | 14 | label="Max. particles:" label_width="74" left_delta="0" |
15 | max_val="8192" min_val="0" mouse_opaque="true" name="MaxParticleCount" | 15 | max_val="8192" min_val="0" mouse_opaque="true" name="MaxParticleCount" |
16 | show_text="true" width="176" /> | 16 | show_text="true" width="174" /> |
17 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
18 | bottom="-14" drop_shadow_visible="true" enabled="true" follows="left|top" | ||
19 | font="SansSerifSmall" h_pad="0" halign="left" height="12" | ||
20 | left="170" mouse_opaque="true" name="DrawDistanceMeterText2" v_pad="0" | ||
21 | width="8"> | ||
22 | m | ||
23 | </text> | ||
24 | <panel bottom="13" filename="panel_windlight_controls.xml" left="0" width="182" /> | 17 | <panel bottom="13" filename="panel_windlight_controls.xml" left="0" width="182" /> |
25 | <string name="atmosphere"> | 18 | <string name="atmosphere"> |
26 | Atmosphere | 19 | Atmosphere |
diff --git a/linden/indra/newview/skins/default/xui/en-us/rlva_strings.xml b/linden/indra/newview/skins/default/xui/en-us/rlva_strings.xml new file mode 100755 index 0000000..f82a568 --- /dev/null +++ b/linden/indra/newview/skins/default/xui/en-us/rlva_strings.xml | |||
@@ -0,0 +1,65 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <rlva_strings> | ||
3 | |||
4 | <strings> | ||
5 | <!-- Primarily used when @showloc restricted --> | ||
6 | <string name="hidden_generic">(Hidden)</string> | ||
7 | <string name="hidden_parcel">(Hidden parcel)</string> | ||
8 | <string name="hidden_region">(Hidden region)</string> | ||
9 | |||
10 | <!-- Received/sent IMs will be replaced by the matching string when @recvim/sendim restricted --> | ||
11 | <string name="blocked_recvim">*** IM blocked by your viewer</string> | ||
12 | <string name="blocked_sendim">*** IM blocked by sender's viewer</string> | ||
13 | |||
14 | <!-- Shown as notifications --> | ||
15 | <string name="blocked_viewxxx">Unable to open [TYPE] due to RLV restrictions</string> | ||
16 | |||
17 | <!-- Sent as "Busy" messages to the remote party --> | ||
18 | <string name="blocked_recvim_remote"> | ||
19 | The Resident you messaged is prevented from reading your instant messages at the moment, please try again later. | ||
20 | </string> | ||
21 | <string name="blocked_tplure_remote"> | ||
22 | The Resident you invited is prevented from accepting teleport offers. Please try again later. | ||
23 | </string> | ||
24 | </strings> | ||
25 | |||
26 | <!-- Generic names used to replace resident names when @shownames restricted --> | ||
27 | <anonyms> | ||
28 | <anonym>A resident</anonym> | ||
29 | <anonym>This resident</anonym> | ||
30 | <anonym>That resident</anonym> | ||
31 | <anonym>An individual</anonym> | ||
32 | <anonym>This individual</anonym> | ||
33 | <anonym>That individual</anonym> | ||
34 | <anonym>A person</anonym> | ||
35 | <anonym>This person</anonym> | ||
36 | <anonym>That person</anonym> | ||
37 | <anonym>A stranger</anonym> | ||
38 | <anonym>This stranger</anonym> | ||
39 | <anonym>That stranger</anonym> | ||
40 | <anonym>A being</anonym> | ||
41 | <anonym>This being</anonym> | ||
42 | <anonym>That being</anonym> | ||
43 | <anonym>An agent</anonym> | ||
44 | <anonym>This agent</anonym> | ||
45 | <anonym>That agent</anonym> | ||
46 | <anonym>A soul</anonym> | ||
47 | <anonym>This soul</anonym> | ||
48 | <anonym>That soul</anonym> | ||
49 | <anonym>Somebody</anonym> | ||
50 | <anonym>Some people</anonym> | ||
51 | <anonym>Someone</anonym> | ||
52 | <anonym>Mysterious one</anonym> | ||
53 | <anonym>An unknown being</anonym> | ||
54 | <anonym>Unidentified one</anonym> | ||
55 | <anonym>An unknown person</anonym> | ||
56 | </anonyms> | ||
57 | |||
58 | <behaviour-notifications> | ||
59 | <!-- | ||
60 | <notification behaviour="defaultwear" type="add">Text goes here</notification> | ||
61 | <notification behaviour="defaultwear" type="rem">Text goes here</notification> | ||
62 | --> | ||
63 | </behaviour-notifications> | ||
64 | |||
65 | </rlva_strings> | ||
diff --git a/linden/indra/newview/skins/default/xui/en-us/strings.xml b/linden/indra/newview/skins/default/xui/en-us/strings.xml index a17d0de..d3c9df1 100644 --- a/linden/indra/newview/skins/default/xui/en-us/strings.xml +++ b/linden/indra/newview/skins/default/xui/en-us/strings.xml | |||
@@ -20,6 +20,15 @@ | |||
20 | <string name="TitleBarMultiple"> | 20 | <string name="TitleBarMultiple"> |
21 | [FIRST_NAME] [LAST_NAME] on [GRID_NAME] | 21 | [FIRST_NAME] [LAST_NAME] on [GRID_NAME] |
22 | </string> | 22 | </string> |
23 | <string name="copy_obj_key_info"> | ||
24 | Copied key(s) for: | ||
25 | </string> | ||
26 | <string name="TeleportOfferMaturity"> | ||
27 | [NAME] is offering a TP to [DESTINATION] | ||
28 | </string> | ||
29 | <string name="TeleportLureMaturity"> | ||
30 | [NAME]'s teleport lure is to [DESTINATION] | ||
31 | </string> | ||
23 | 32 | ||
24 | <!-- Login --> | 33 | <!-- Login --> |
25 | <string name="LoginInProgress">Logging in. [APP_NAME] may appear frozen. Please wait.</string> | 34 | <string name="LoginInProgress">Logging in. [APP_NAME] may appear frozen. Please wait.</string> |
@@ -225,7 +234,7 @@ | |||
225 | <string name="avi_movie_file">AVI Movie File</string> | 234 | <string name="avi_movie_file">AVI Movie File</string> |
226 | <string name="xaf_animation_file">XAF Anim File</string> | 235 | <string name="xaf_animation_file">XAF Anim File</string> |
227 | <string name="xml_file">XML File</string> | 236 | <string name="xml_file">XML File</string> |
228 | <string name="dot_raw_file">RAW File</string> | 237 | <string name="raw_file">RAW File</string> |
229 | <string name="compressed_image_files">Compressed Images</string> | 238 | <string name="compressed_image_files">Compressed Images</string> |
230 | <string name="load_files">Load Files</string> | 239 | <string name="load_files">Load Files</string> |
231 | <string name="choose_the_directory">Choose Directory</string> | 240 | <string name="choose_the_directory">Choose Directory</string> |
diff --git a/linden/indra/newview/skins/default/xui/es/floater_instant_message.xml b/linden/indra/newview/skins/default/xui/es/floater_instant_message.xml index 30b23d1..68ed9c6 100644 --- a/linden/indra/newview/skins/default/xui/es/floater_instant_message.xml +++ b/linden/indra/newview/skins/default/xui/es/floater_instant_message.xml | |||
@@ -33,6 +33,9 @@ | |||
33 | <string name="unavailable_text_label"> | 33 | <string name="unavailable_text_label"> |
34 | Para esta llamada no está disponible el chat de texto. | 34 | Para esta llamada no está disponible el chat de texto. |
35 | </string> | 35 | </string> |
36 | <string name="add_friend_string"> | ||
37 | Añadir como amigo | ||
38 | </string> | ||
36 | <flyout_button label="Perfil..." name="profile_callee_btn"/> | 39 | <flyout_button label="Perfil..." name="profile_callee_btn"/> |
37 | <button label="Llamar" name="start_call_btn"/> | 40 | <button label="Llamar" name="start_call_btn"/> |
38 | <button label="Colgar" name="end_call_btn"/> | 41 | <button label="Colgar" name="end_call_btn"/> |
diff --git a/linden/indra/newview/skins/default/xui/es/floater_tools.xml b/linden/indra/newview/skins/default/xui/es/floater_tools.xml index e6ff6b0..f4b5787 100644 --- a/linden/indra/newview/skins/default/xui/es/floater_tools.xml +++ b/linden/indra/newview/skins/default/xui/es/floater_tools.xml | |||
@@ -122,8 +122,11 @@ | |||
122 | Transferir | 122 | Transferir |
123 | </string> | 123 | </string> |
124 | <button label="Transferir..." label_selected="Transferir..." name="button deed" tool_tip="Los objetos compartidos por el grupo pueden ser transferidos por un oficial del grupo."/> | 124 | <button label="Transferir..." label_selected="Transferir..." name="button deed" tool_tip="Los objetos compartidos por el grupo pueden ser transferidos por un oficial del grupo."/> |
125 | <check_box label="Permitir a cualquiera que lo mueva" name="checkbox allow everyone move"/> | 125 | <text name="Anyone can:"> |
126 | <check_box label="Permitir a cualquiera que lo copie" name="checkbox allow everyone copy"/> | 126 | Cualquiera: |
127 | </text> | ||
128 | <check_box label="Moverlo" name="checkbox allow everyone move"/> | ||
129 | <check_box label="Copiarlo" name="checkbox allow everyone copy"/> | ||
127 | <check_box label="Mostrar en la búsqueda" name="search_check" tool_tip="Dejar que la gente vea este objeto en los resultados de la búsqueda"/> | 130 | <check_box label="Mostrar en la búsqueda" name="search_check" tool_tip="Dejar que la gente vea este objeto en los resultados de la búsqueda"/> |
128 | <check_box label="En venta" name="checkbox for sale"/> | 131 | <check_box label="En venta" name="checkbox for sale"/> |
129 | <text name="Cost"> | 132 | <text name="Cost"> |
diff --git a/linden/indra/newview/skins/default/xui/es/menu_rightclick_text.xml b/linden/indra/newview/skins/default/xui/es/menu_rightclick_text.xml new file mode 100644 index 0000000..36fa667 --- /dev/null +++ b/linden/indra/newview/skins/default/xui/es/menu_rightclick_text.xml | |||
@@ -0,0 +1,116 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | |||
3 | <menu drop_shadow="true" | ||
4 | mouse_opaque="false" name="Text Edit Menu" opaque="true"> | ||
5 | <menu_item_call label="Cut" mouse_opaque="true" | ||
6 | name="Cut Text"> | ||
7 | <on_click function="textfield_cut" userdata="about" /> | ||
8 | <on_enable function="textfield_cut_enable" /> | ||
9 | </menu_item_call> | ||
10 | <menu_item_call label="Copy" mouse_opaque="true" | ||
11 | name="Copy Text" > | ||
12 | <on_click function="textfield_copy" userdata="" /> | ||
13 | <on_enable function="textfield_copy_enable" /> | ||
14 | </menu_item_call> | ||
15 | <menu_item_call label="Paste" mouse_opaque="true" | ||
16 | name="Paste Text" > | ||
17 | <on_click function="textfield_paste" userdata="" /> | ||
18 | <on_enable function="textfield_paste_enable" /> | ||
19 | </menu_item_call> | ||
20 | <menu_item_call label="Delete" mouse_opaque="true" | ||
21 | name="Delete Text" > | ||
22 | <on_click function="textfield_delete" userdata="" /> | ||
23 | <on_enable function="textfield_delete_enable" /> | ||
24 | </menu_item_call> | ||
25 | <menu_item_separator /> | ||
26 | <menu_item_call label="Select All" mouse_opaque="true" | ||
27 | name="Select All Text" > | ||
28 | <on_click function="textfield_selectall" userdata="" /> | ||
29 | <on_enable function="textfield_selectall_enable" /> | ||
30 | </menu_item_call> | ||
31 | <menu_item_separator name="Translate" /> | ||
32 | <menu drop_shadow="true" | ||
33 | mouse_opaque="false" name="Translation Options" | ||
34 | bottom_delta="0" label="Translate To..." opaque="true" > | ||
35 | <menu_item_call label="English" mouse_opaque="true" | ||
36 | name="Translate Text" > | ||
37 | <on_click function="textfield_translate" translate="true" userdata="en" /> | ||
38 | <on_enable function="textfield_translate_enable" /> | ||
39 | </menu_item_call> | ||
40 | <menu_item_call label="Danish" mouse_opaque="true" | ||
41 | name="Translate Text" > | ||
42 | <on_click function="textfield_translate" translate="true" userdata="da" /> | ||
43 | <on_enable function="textfield_translate_enable" /> | ||
44 | </menu_item_call> | ||
45 | <menu_item_call label="Deutsch (German)" mouse_opaque="true" | ||
46 | name="Translate Text" > | ||
47 | <on_click function="textfield_translate" translate="true" userdata="de" /> | ||
48 | <on_enable function="textfield_translate_enable" /> | ||
49 | </menu_item_call> | ||
50 | <menu_item_call label="Spanish" mouse_opaque="true" | ||
51 | name="Translate Text" > | ||
52 | <on_click function="textfield_translate" translate="true" userdata="es" /> | ||
53 | <on_enable function="textfield_translate_enable" /> | ||
54 | </menu_item_call> | ||
55 | <menu_item_call label="French" mouse_opaque="true" | ||
56 | name="Translate Text" > | ||
57 | <on_click function="textfield_translate" translate="true" userdata="fr" /> | ||
58 | <on_enable function="textfield_translate_enable" /> | ||
59 | </menu_item_call> | ||
60 | <menu_item_call label="Italian" mouse_opaque="true" | ||
61 | name="Translate Text" > | ||
62 | <on_click function="textfield_translate" translate="true" userdata="it" /> | ||
63 | <on_enable function="textfield_translate_enable" /> | ||
64 | </menu_item_call> | ||
65 | <menu_item_call label="Hungarian" mouse_opaque="true" | ||
66 | name="Translate Text" > | ||
67 | <on_click function="textfield_translate" translate="true" userdata="hu" /> | ||
68 | <on_enable function="textfield_translate_enable" /> | ||
69 | </menu_item_call> | ||
70 | <menu_item_call label="Dutch" mouse_opaque="true" | ||
71 | name="Translate Text" > | ||
72 | <on_click function="textfield_translate" translate="true" userdata="nl" /> | ||
73 | <on_enable function="textfield_translate_enable" /> | ||
74 | </menu_item_call> | ||
75 | <menu_item_call label="Polish" mouse_opaque="true" | ||
76 | name="Translate Text" > | ||
77 | <on_click function="textfield_translate" translate="true" userdata="pl" /> | ||
78 | <on_enable function="textfield_translate_enable" /> | ||
79 | </menu_item_call> | ||
80 | <menu_item_call label="Portugese" mouse_opaque="true" | ||
81 | name="Translate Text" > | ||
82 | <on_click function="textfield_translate" translate="true" userdata="pt" /> | ||
83 | <on_enable function="textfield_translate_enable" /> | ||
84 | </menu_item_call> | ||
85 | <menu_item_call label="Russian" mouse_opaque="true" | ||
86 | name="Translate Text" > | ||
87 | <on_click function="textfield_translate" translate="true" userdata="ru" /> | ||
88 | <on_enable function="textfield_translate_enable" /> | ||
89 | </menu_item_call> | ||
90 | <menu_item_call label="Turkish" mouse_opaque="true" | ||
91 | name="Translate Text" > | ||
92 | <on_click function="textfield_translate" translate="true" userdata="tr" /> | ||
93 | <on_enable function="textfield_translate_enable" /> | ||
94 | </menu_item_call> | ||
95 | <menu_item_call label="Ukrainian" mouse_opaque="true" | ||
96 | name="Translate Text" > | ||
97 | <on_click function="textfield_translate" translate="true" userdata="uk" /> | ||
98 | <on_enable function="textfield_translate_enable" /> | ||
99 | </menu_item_call> | ||
100 | <menu_item_call label="Chinese" mouse_opaque="true" | ||
101 | name="Translate Text" > | ||
102 | <on_click function="textfield_translate" translate="true" userdata="zh" /> | ||
103 | <on_enable function="textfield_translate_enable" /> | ||
104 | </menu_item_call> | ||
105 | <menu_item_call label="Japanese" mouse_opaque="true" | ||
106 | name="Translate Text" > | ||
107 | <on_click function="textfield_translate" translate="true" userdata="ja" /> | ||
108 | <on_enable function="textfield_translate_enable" /> | ||
109 | </menu_item_call> | ||
110 | <menu_item_call label="Korean" mouse_opaque="true" | ||
111 | name="Translate Text" > | ||
112 | <on_click function="textfield_translate" translate="true" userdata="ko" /> | ||
113 | <on_enable function="textfield_translate_enable" /> | ||
114 | </menu_item_call> | ||
115 | </menu> | ||
116 | </menu> | ||
diff --git a/linden/indra/newview/skins/default/xui/es/strings.xml b/linden/indra/newview/skins/default/xui/es/strings.xml index 8cd1891..0daa11a 100644 --- a/linden/indra/newview/skins/default/xui/es/strings.xml +++ b/linden/indra/newview/skins/default/xui/es/strings.xml | |||
@@ -480,7 +480,7 @@ | |||
480 | <string name="xml_file"> | 480 | <string name="xml_file"> |
481 | Archivo XML | 481 | Archivo XML |
482 | </string> | 482 | </string> |
483 | <string name="dot_raw_file"> | 483 | <string name="raw_file"> |
484 | Archivo RAW | 484 | Archivo RAW |
485 | </string> | 485 | </string> |
486 | <string name="compressed_image_files"> | 486 | <string name="compressed_image_files"> |
diff --git a/linden/indra/newview/skins/default/xui/fr/floater_instant_message.xml b/linden/indra/newview/skins/default/xui/fr/floater_instant_message.xml index 926483b..89b6cb2 100644 --- a/linden/indra/newview/skins/default/xui/fr/floater_instant_message.xml +++ b/linden/indra/newview/skins/default/xui/fr/floater_instant_message.xml | |||
@@ -33,6 +33,9 @@ | |||
33 | <string name="unavailable_text_label"> | 33 | <string name="unavailable_text_label"> |
34 | Le chat écrit n'est pas disponible pour cet appel. | 34 | Le chat écrit n'est pas disponible pour cet appel. |
35 | </string> | 35 | </string> |
36 | <string name="add_friend_string"> | ||
37 | Devenir amis | ||
38 | </string> | ||
36 | <flyout_button label="Profil..." name="profile_callee_btn"/> | 39 | <flyout_button label="Profil..." name="profile_callee_btn"/> |
37 | <button label="Appeler" name="start_call_btn"/> | 40 | <button label="Appeler" name="start_call_btn"/> |
38 | <button label="Raccrocher" name="end_call_btn"/> | 41 | <button label="Raccrocher" name="end_call_btn"/> |
diff --git a/linden/indra/newview/skins/default/xui/fr/floater_tools.xml b/linden/indra/newview/skins/default/xui/fr/floater_tools.xml index c89939f..38b137c 100644 --- a/linden/indra/newview/skins/default/xui/fr/floater_tools.xml +++ b/linden/indra/newview/skins/default/xui/fr/floater_tools.xml | |||
@@ -122,8 +122,11 @@ | |||
122 | Transférer | 122 | Transférer |
123 | </string> | 123 | </string> |
124 | <button label="Céder..." label_selected="Céder..." name="button deed" tool_tip="Les objets partagés par un groupe peuvent être cédés par un officier."/> | 124 | <button label="Céder..." label_selected="Céder..." name="button deed" tool_tip="Les objets partagés par un groupe peuvent être cédés par un officier."/> |
125 | <check_box label="Autoriser tout le monde à déplacer" name="checkbox allow everyone move"/> | 125 | <text name="Anyone can:"> |
126 | <check_box label="Autoriser tout le monde à copier" name="checkbox allow everyone copy"/> | 126 | N'importe qui : |
127 | </text> | ||
128 | <check_box label="Bouger" name="checkbox allow everyone move"/> | ||
129 | <check_box label="Copier" name="checkbox allow everyone copy"/> | ||
127 | <check_box label="Afficher dans la recherche" name="search_check" tool_tip="Afficher l'objet dans les résultats de recherche"/> | 130 | <check_box label="Afficher dans la recherche" name="search_check" tool_tip="Afficher l'objet dans les résultats de recherche"/> |
128 | <check_box label="À vendre" name="checkbox for sale"/> | 131 | <check_box label="À vendre" name="checkbox for sale"/> |
129 | <text name="Cost"> | 132 | <text name="Cost"> |
diff --git a/linden/indra/newview/skins/default/xui/fr/menu_rightclick_text.xml b/linden/indra/newview/skins/default/xui/fr/menu_rightclick_text.xml new file mode 100644 index 0000000..36fa667 --- /dev/null +++ b/linden/indra/newview/skins/default/xui/fr/menu_rightclick_text.xml | |||
@@ -0,0 +1,116 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | |||
3 | <menu drop_shadow="true" | ||
4 | mouse_opaque="false" name="Text Edit Menu" opaque="true"> | ||
5 | <menu_item_call label="Cut" mouse_opaque="true" | ||
6 | name="Cut Text"> | ||
7 | <on_click function="textfield_cut" userdata="about" /> | ||
8 | <on_enable function="textfield_cut_enable" /> | ||
9 | </menu_item_call> | ||
10 | <menu_item_call label="Copy" mouse_opaque="true" | ||
11 | name="Copy Text" > | ||
12 | <on_click function="textfield_copy" userdata="" /> | ||
13 | <on_enable function="textfield_copy_enable" /> | ||
14 | </menu_item_call> | ||
15 | <menu_item_call label="Paste" mouse_opaque="true" | ||
16 | name="Paste Text" > | ||
17 | <on_click function="textfield_paste" userdata="" /> | ||
18 | <on_enable function="textfield_paste_enable" /> | ||
19 | </menu_item_call> | ||
20 | <menu_item_call label="Delete" mouse_opaque="true" | ||
21 | name="Delete Text" > | ||
22 | <on_click function="textfield_delete" userdata="" /> | ||
23 | <on_enable function="textfield_delete_enable" /> | ||
24 | </menu_item_call> | ||
25 | <menu_item_separator /> | ||
26 | <menu_item_call label="Select All" mouse_opaque="true" | ||
27 | name="Select All Text" > | ||
28 | <on_click function="textfield_selectall" userdata="" /> | ||
29 | <on_enable function="textfield_selectall_enable" /> | ||
30 | </menu_item_call> | ||
31 | <menu_item_separator name="Translate" /> | ||
32 | <menu drop_shadow="true" | ||
33 | mouse_opaque="false" name="Translation Options" | ||
34 | bottom_delta="0" label="Translate To..." opaque="true" > | ||
35 | <menu_item_call label="English" mouse_opaque="true" | ||
36 | name="Translate Text" > | ||
37 | <on_click function="textfield_translate" translate="true" userdata="en" /> | ||
38 | <on_enable function="textfield_translate_enable" /> | ||
39 | </menu_item_call> | ||
40 | <menu_item_call label="Danish" mouse_opaque="true" | ||
41 | name="Translate Text" > | ||
42 | <on_click function="textfield_translate" translate="true" userdata="da" /> | ||
43 | <on_enable function="textfield_translate_enable" /> | ||
44 | </menu_item_call> | ||
45 | <menu_item_call label="Deutsch (German)" mouse_opaque="true" | ||
46 | name="Translate Text" > | ||
47 | <on_click function="textfield_translate" translate="true" userdata="de" /> | ||
48 | <on_enable function="textfield_translate_enable" /> | ||
49 | </menu_item_call> | ||
50 | <menu_item_call label="Spanish" mouse_opaque="true" | ||
51 | name="Translate Text" > | ||
52 | <on_click function="textfield_translate" translate="true" userdata="es" /> | ||
53 | <on_enable function="textfield_translate_enable" /> | ||
54 | </menu_item_call> | ||
55 | <menu_item_call label="French" mouse_opaque="true" | ||
56 | name="Translate Text" > | ||
57 | <on_click function="textfield_translate" translate="true" userdata="fr" /> | ||
58 | <on_enable function="textfield_translate_enable" /> | ||
59 | </menu_item_call> | ||
60 | <menu_item_call label="Italian" mouse_opaque="true" | ||
61 | name="Translate Text" > | ||
62 | <on_click function="textfield_translate" translate="true" userdata="it" /> | ||
63 | <on_enable function="textfield_translate_enable" /> | ||
64 | </menu_item_call> | ||
65 | <menu_item_call label="Hungarian" mouse_opaque="true" | ||
66 | name="Translate Text" > | ||
67 | <on_click function="textfield_translate" translate="true" userdata="hu" /> | ||
68 | <on_enable function="textfield_translate_enable" /> | ||
69 | </menu_item_call> | ||
70 | <menu_item_call label="Dutch" mouse_opaque="true" | ||
71 | name="Translate Text" > | ||
72 | <on_click function="textfield_translate" translate="true" userdata="nl" /> | ||
73 | <on_enable function="textfield_translate_enable" /> | ||
74 | </menu_item_call> | ||
75 | <menu_item_call label="Polish" mouse_opaque="true" | ||
76 | name="Translate Text" > | ||
77 | <on_click function="textfield_translate" translate="true" userdata="pl" /> | ||
78 | <on_enable function="textfield_translate_enable" /> | ||
79 | </menu_item_call> | ||
80 | <menu_item_call label="Portugese" mouse_opaque="true" | ||
81 | name="Translate Text" > | ||
82 | <on_click function="textfield_translate" translate="true" userdata="pt" /> | ||
83 | <on_enable function="textfield_translate_enable" /> | ||
84 | </menu_item_call> | ||
85 | <menu_item_call label="Russian" mouse_opaque="true" | ||
86 | name="Translate Text" > | ||
87 | <on_click function="textfield_translate" translate="true" userdata="ru" /> | ||
88 | <on_enable function="textfield_translate_enable" /> | ||
89 | </menu_item_call> | ||
90 | <menu_item_call label="Turkish" mouse_opaque="true" | ||
91 | name="Translate Text" > | ||
92 | <on_click function="textfield_translate" translate="true" userdata="tr" /> | ||
93 | <on_enable function="textfield_translate_enable" /> | ||
94 | </menu_item_call> | ||
95 | <menu_item_call label="Ukrainian" mouse_opaque="true" | ||
96 | name="Translate Text" > | ||
97 | <on_click function="textfield_translate" translate="true" userdata="uk" /> | ||
98 | <on_enable function="textfield_translate_enable" /> | ||
99 | </menu_item_call> | ||
100 | <menu_item_call label="Chinese" mouse_opaque="true" | ||
101 | name="Translate Text" > | ||
102 | <on_click function="textfield_translate" translate="true" userdata="zh" /> | ||
103 | <on_enable function="textfield_translate_enable" /> | ||
104 | </menu_item_call> | ||
105 | <menu_item_call label="Japanese" mouse_opaque="true" | ||
106 | name="Translate Text" > | ||
107 | <on_click function="textfield_translate" translate="true" userdata="ja" /> | ||
108 | <on_enable function="textfield_translate_enable" /> | ||
109 | </menu_item_call> | ||
110 | <menu_item_call label="Korean" mouse_opaque="true" | ||
111 | name="Translate Text" > | ||
112 | <on_click function="textfield_translate" translate="true" userdata="ko" /> | ||
113 | <on_enable function="textfield_translate_enable" /> | ||
114 | </menu_item_call> | ||
115 | </menu> | ||
116 | </menu> | ||
diff --git a/linden/indra/newview/skins/default/xui/fr/panel_preferences_advanced.xml b/linden/indra/newview/skins/default/xui/fr/panel_preferences_advanced.xml index 0c30199..4f33ae4 100644 --- a/linden/indra/newview/skins/default/xui/fr/panel_preferences_advanced.xml +++ b/linden/indra/newview/skins/default/xui/fr/panel_preferences_advanced.xml | |||
@@ -1,4 +1,183 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes"?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <panel name="advanced_panel"> | 2 | <panel border="true" bottom="-409" enabled="true" follows="left|top|right|bottom" |
3 | <check_box label="Partager la langue avec les objets" name="language_is_public" tool_tip="Cette option permet de faire connaître aux objets du Monde votre langue favorite."/> | 3 | height="408" label="Avancé" left="102" mouse_opaque="true" |
4 | </panel> | 4 | name="advanced_panel" width="517"> |
5 | <!-- Start organizing these when we get enough of 'em - MC --> | ||
6 | <tab_container label="Page 2" bottom="0" height="450" left="0" mouse_opaque="false" | ||
7 | name="tab2" tab_min_width="50" tab_position="top" width="495" bg_opaque_color="0,0,0,0.0"> | ||
8 | |||
9 | <panel border="true" bottom="-409" enabled="true" follows="left|top|right|bottom" | ||
10 | height="408" label="Main" left="102" mouse_opaque="true" | ||
11 | name="main_panel" width="517"> | ||
12 | <check_box label="Désactiver l'écrant de Connexion/Déconnexion" name="disable_log_screen_check" /> | ||
13 | <check_box label="Désactiver l'écrant de téléportation" name="disable_tp_screen_check" /> | ||
14 | <check_box label="Afficher les noms de clients dans les titres" name="client_name_tag_check"/> | ||
15 | <check_box label="Afficher les noms de clients avec la couleur" name="client_name_color_check"/> | ||
16 | <check_box label="Afficher les noms de clients dans les infos-bulles" name="client_name_hover_check" /> | ||
17 | <check_box label="Afficher le nom de votre clien pour les residents" name="client_name_tag_broadcast_check" radio_style="false" width="217" /> | ||
18 | <check_box label="Activer les Ombres (ATTENTION: instable et les graphiques Ultra sont requis)" name="shadows_check"/> | ||
19 | <text bottom_delta="-25" left="16" height="15" width="300" | ||
20 | follows="top|left"> | ||
21 | Laisser la région gèrer le WindLight (LightShare): | ||
22 | </text> | ||
23 | <combo_box name="lightshare_combo" | ||
24 | bottom_delta="-2" left_delta="250" height="18" width="135" | ||
25 | allow_text_entry="false" follows="left|top"> | ||
26 | <combo_item type="string" name="never" value="0"> | ||
27 | Jamais | ||
28 | </combo_item> | ||
29 | <combo_item type="string" name="ask" value="1"> | ||
30 | Toujours me le demander | ||
31 | </combo_item> | ||
32 | <combo_item type="string" name="always" value="2"> | ||
33 | Toujours | ||
34 | </combo_item> | ||
35 | </combo_box> | ||
36 | <check_box label="Utiliser le raffraichissement de texture HTTP (experimental)" name="http_texture_check" /> | ||
37 | <check_box label="Augmenter la vitesse de rez par une vue moins progressive" name="speed_rez_check"/> | ||
38 | <spinner label="Intervalle de chaque étapes:" name="speed_rez_interval_spinner" /> | ||
39 | <text bottom_delta="0" follows="top|left" height="15" left_delta="150" | ||
40 | name="speed_rez_seconds_text" width="115"> | ||
41 | secondes | ||
42 | </text> | ||
43 | <check_box label="Animer votre avatar quand vous êtes en mode apparence" name="appearance_anim_check"/> | ||
44 | <check_box label="Utiliser l'ancien menu de sélection" name="legacy_pie_menu_checkbox"/> | ||
45 | <check_box label="Partager la langue de votre client avec l'objet" name="language_is_public"/> | ||
46 | <check_box bottom_delta="-25" enabled="true" | ||
47 | follows="left|top" font="SansSerifSmall" height="16" hidden="false" | ||
48 | initial_value="false" label="Use MU* pose style chat and IM" left="12" | ||
49 | mouse_opaque="true" name="allow_mupose" | ||
50 | radio_style="false" tool_tip="Use MU* pose style in chat and IM (with ':' as a synonymous to '/me ')." | ||
51 | width="256" /> | ||
52 | <check_box bottom_delta="0" enabled="true" | ||
53 | follows="left|top" font="SansSerifSmall" height="16" hidden="false" | ||
54 | initial_value="false" label="Auto-close OOC (( )) chat" left_delta="250" | ||
55 | mouse_opaque="true" name="auto_close_ooc" | ||
56 | radio_style="false" tool_tip="Auto-close OOC chat (i.e. add )) if not found and (( was used)." | ||
57 | width="256" /> | ||
58 | <check_box bottom_delta="-25" enabled="true" follows="left|top" font="SansSerifSmall" height="16" | ||
59 | initial_value="false" label="Use the chatbar as a command line" left="12" | ||
60 | mouse_opaque="true" name="command_line_check" radio_style="false" width="270"/> | ||
61 | <button bottom_delta="-20" follows="left|top" font="SansSerif" height="20" width="150" | ||
62 | label="Chatbar Commands" name="command_line_btn" left="12" | ||
63 | tool_tip="Set specific chatbar command line commands here" /> | ||
64 | |||
65 | <!-- Uncomment when we start using the crash logger - MC --> | ||
66 | <!--<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
67 | bottom_delta="-30" drop_shadow_visible="true" enabled="true" follows="left|top" | ||
68 | font="SansSerifSmall" h_pad="0" halign="left" height="18" left="12" | ||
69 | mouse_opaque="true" name="crash_report_textbox" v_pad="0" width="394"> | ||
70 | Crash reports: | ||
71 | </text> | ||
72 | <combo_box allow_text_entry="false" bottom_delta="0" enabled="true" follows="left|top" | ||
73 | height="18" left="153" max_chars="20" mouse_opaque="true" | ||
74 | name="crash_behavior_combobox" width="146"> | ||
75 | <combo_item type="string" length="1" enabled="true" name="Askbeforesending" value="Ask before sending"> | ||
76 | Ask before sending | ||
77 | </combo_item> | ||
78 | <combo_item type="string" length="1" enabled="true" name="Alwayssend" value="Always send"> | ||
79 | Always send | ||
80 | </combo_item> | ||
81 | <combo_item type="string" length="1" enabled="true" name="Neversend" value="Never send"> | ||
82 | Never send | ||
83 | </combo_item> | ||
84 | </combo_box>--> | ||
85 | |||
86 | <button bottom="10" follows="left|bottom" font="SansSerif" height="20" width="250" | ||
87 | label="Reset All Preferences To Default" name="reset_btn" left="12" | ||
88 | tool_tip="Reset all preferences to their default values (requires a restart)" /> | ||
89 | </panel> | ||
90 | |||
91 | <panel border="true" bottom="-580" follows="left|top|right|bottom" height="525" label="SpellCheck" | ||
92 | left="1" mouse_opaque="true" name="SpellCheck" width="418"> | ||
93 | <button bottom="-25" follows="left|top" font="SansSerifSmall" height="18" label="?" | ||
94 | name="EmeraldHelp_SpellCheck" tool_tip="Click here for help regarding the settings in this page." | ||
95 | right="490" width="18"/> | ||
96 | <check_box bottom="-25" enabled="true" follows="left|top" font="SansSerifSmall" height="16" | ||
97 | label="Show misspelled words in red" left="12" mouse_opaque="true" name="EmeraldSpellDisplay" | ||
98 | control_name="EmeraldSpellDisplay" width="126"/> | ||
99 | <text bottom_delta="-30" follows="left|top" font="SansSerifSmall" height="16" left="12" | ||
100 | name="EmSpell_txt1" width="512"> | ||
101 | Current language (dictionary): | ||
102 | </text> | ||
103 | <combo_box allow_text_entry="false" bottom_delta="-20" left_delta="0" follows="left|top" height="18" | ||
104 | max_chars="200" mouse_opaque="true" name="EmeraldSpellBase" width="250" | ||
105 | control_name="EmeraldSpellBase" tool_tip=""/> | ||
106 | <text bottom_delta="-30" follows="left|top" font="SansSerifSmall" height="16" left="12" | ||
107 | name="EmSpell_txt3" width="512"> | ||
108 | Downloaded languages (dictionaries): | ||
109 | </text> | ||
110 | <combo_box allow_text_entry="false" bottom_delta="-20" left_delta="0" follows="left|top" height="18" | ||
111 | max_chars="200" mouse_opaque="true" name="EmSpell_Avail" width="250" | ||
112 | control_name="EmSpell_Avail" tool_tip=""/> | ||
113 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="20" label="Install" | ||
114 | name="EmSpell_Add" tool_tip="" left_delta="255" width="80"/> | ||
115 | <button bottom_delta="-22" follows="left|top" font="SansSerifSmall" height="20" label="Download More..." | ||
116 | name="EmSpell_GetMore" tool_tip="Get more dictionaries availabe online" left="12" width="250"/> | ||
117 | <text bottom_delta="-30" follows="left|top" font="SansSerifSmall" height="16" left="12" | ||
118 | name="EmSpell_txt2" width="512"> | ||
119 | Additional custom languages (dictionaries): | ||
120 | </text> | ||
121 | <combo_box allow_text_entry="false" bottom_delta="-20" left_delta="0" follows="left|top" height="18" | ||
122 | max_chars="200" mouse_opaque="true" name="EmSpell_Installed" width="250" | ||
123 | control_name="EmSpell_Installed" tool_tip=""/> | ||
124 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="20" label="Remove" | ||
125 | name="EmSpell_Remove" tool_tip="" left_delta="255" width="80"/> | ||
126 | <!--<button bottom_delta="-20" follows="left|top" font="SansSerifSmall" height="18" label="Edit Custom dictionary" | ||
127 | name="EmSpell_EditCustom" tool_tip="" left_delta="20" width="130"/>--> | ||
128 | <text bottom_delta="-30" follows="left|top" font="SansSerifSmall" height="16" left="12" | ||
129 | name="EmSpell_txt4" width="512"> | ||
130 | To use spellcheck, right-click a misspelled word | ||
131 | (red or otherwise) and select its replacement | ||
132 | </text> | ||
133 | <button name="ac_button" label="AutoCorrect Options..." halign="center" | ||
134 | tool_tip="Modify the AutoCorrect word list and settings" left="12" | ||
135 | bottom_delta="-50" width="180" height="20" font="SansSerifSmall" follows="left|top"/> | ||
136 | </panel> | ||
137 | |||
138 | <panel border="true" bottom="-580" follows="left|top|right|bottom" height="525" label="Extra" | ||
139 | left="1" mouse_opaque="true" name="Extra" width="418"> | ||
140 | |||
141 | <check_box bottom_delta="-30" enabled="true" follows="left|top" font="SansSerifSmall" height="16" | ||
142 | initial_value="true" label="Show chat messages from friends in a different color" left="12" | ||
143 | mouse_opaque="true" name="HighlightFriendsChat" radio_style="false" width="270"/> | ||
144 | |||
145 | <color_swatch border_color="0.45098 0.517647 0.607843 1" bottom="-100" | ||
146 | can_apply_immediately="true" color="1 1 1 1" control_name="FriendsChatColor" | ||
147 | enabled="true" follows="left|top" height="67" label="Friends" left_delta="68" | ||
148 | mouse_opaque="true" name="FriendsChatColor" width="65" /> | ||
149 | |||
150 | <check_box bottom_delta="-30" enabled="true" follows="left|top" | ||
151 | font="SansSerifSmall" height="16" initial_value="true" | ||
152 | label="Show chat messages containing your name in a different color" left="12" mouse_opaque="true" | ||
153 | name="HighlightOwnNameInChat" radio_style="false" width="217" /> | ||
154 | |||
155 | <check_box bottom_delta="-30" enabled="true" follows="left|top" font="SansSerifSmall" height="16" | ||
156 | initial_value="true" label="Show GroupIM messages containing your name in a different color" left="12" | ||
157 | mouse_opaque="true" name="HighlightOwnNameInIM" radio_style="false" width="270"/> | ||
158 | |||
159 | <color_swatch border_color="0.45098 0.517647 0.607843 1" bottom="-230" | ||
160 | can_apply_immediately="true" color="1 1 1 1" control_name="OwnNameChatColor" | ||
161 | enabled="true" follows="left|top" height="67" label="Own Name" left_delta="68" | ||
162 | mouse_opaque="true" name="OwnNameChatColor" width="65" /> | ||
163 | |||
164 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="-50" | ||
165 | enabled="true" follows="left|top" font="SansSerif" | ||
166 | handle_edit_keys_directly="true" height="20" left_delta="0" | ||
167 | max_length="50" mouse_opaque="true" name="nick01" | ||
168 | select_all_on_focus_received="true" width="400" word_wrap="false" /> | ||
169 | |||
170 | <text bottom_delta="-3" follows="left|top" font="SansSerifSmall" height="20" left="20" name="nick01_text" width="70">Nick 1</text> | ||
171 | |||
172 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="-30" | ||
173 | enabled="true" follows="left|top" font="SansSerif" | ||
174 | handle_edit_keys_directly="true" height="20" left_delta="60" | ||
175 | max_length="50" mouse_opaque="true" name="nick02" | ||
176 | select_all_on_focus_received="true" width="400" word_wrap="false" /> | ||
177 | |||
178 | <text bottom_delta="-3" follows="left|top" font="SansSerifSmall" height="20" left="20" name="nick02_text" width="70">Nick 2</text> | ||
179 | |||
180 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="-30" | ||
181 | enabled="true" follows="left|top" font="SansSerif" | ||
182 | handle_edit_keys_directly="true" height="20" left_delta="60" | ||
183 | max_length="50" mouse_opaque="true" name="nick03" | ||
diff --git a/linden/indra/newview/skins/default/xui/fr/panel_preferences_audio.xml b/linden/indra/newview/skins/default/xui/fr/panel_preferences_audio.xml index 78475bd..d4574d1 100644 --- a/linden/indra/newview/skins/default/xui/fr/panel_preferences_audio.xml +++ b/linden/indra/newview/skins/default/xui/fr/panel_preferences_audio.xml | |||
@@ -15,6 +15,7 @@ | |||
15 | <check_box label="Couper le son lorsque la fenêtre est minimisée" name="mute_when_minimized"/> | 15 | <check_box label="Couper le son lorsque la fenêtre est minimisée" name="mute_when_minimized"/> |
16 | <check_box bottom="-200" height="32" label="Jouer la musique disponible | 16 | <check_box bottom="-200" height="32" label="Jouer la musique disponible |
17 | (consommateur en bande passante)" name="streaming_music"/> | 17 | (consommateur en bande passante)" name="streaming_music"/> |
18 | <check_box bottom_delta="-30" label="Afficher le titre de la chanson" name="show_stream_title"/> | ||
18 | <check_box bottom_delta="-32" height="32" label="Jouer le média disponible | 19 | <check_box bottom_delta="-32" height="32" label="Jouer le média disponible |
19 | (consommateur en bande passante)" name="streaming_video"/> | 20 | (consommateur en bande passante)" name="streaming_video"/> |
20 | <check_box bottom_delta="-32" label="Lire automatiquement le média" name="auto_streaming_video"/> | 21 | <check_box bottom_delta="-32" label="Lire automatiquement le média" name="auto_streaming_video"/> |
@@ -22,5 +23,6 @@ | |||
22 | <slider label="Facteur d'éloignement" label_width="115" name="Distance Factor"/> | 23 | <slider label="Facteur d'éloignement" label_width="115" name="Distance Factor"/> |
23 | <slider label="Facteur d'atténuation" label_width="115" name="Rolloff Factor"/> | 24 | <slider label="Facteur d'atténuation" label_width="115" name="Rolloff Factor"/> |
24 | <spinner label="Alerte L$" name="L$ Change Threshold"/> | 25 | <spinner label="Alerte L$" name="L$ Change Threshold"/> |
25 | <spinner label="Alerte santé" name="Health Change Threshold"/> | 26 | <spinner label="Alerte santé" name="Health change threshold"/> |
27 | <check_box label="Desactiver le bruit du vent" name="mute_wind_check"/> | ||
26 | </panel> | 28 | </panel> |
diff --git a/linden/indra/newview/skins/default/xui/fr/panel_preferences_im.xml b/linden/indra/newview/skins/default/xui/fr/panel_preferences_im.xml index 2e7efd3..af5f846 100644 --- a/linden/indra/newview/skins/default/xui/fr/panel_preferences_im.xml +++ b/linden/indra/newview/skins/default/xui/fr/panel_preferences_im.xml | |||
@@ -8,9 +8,17 @@ | |||
8 | se connecter pour changer | 8 | se connecter pour changer |
9 | </text> | 9 | </text> |
10 | <check_box label="Envoyer les IM à mon adresse e-mail ([EMAIL])" name="send_im_to_email"/> | 10 | <check_box label="Envoyer les IM à mon adresse e-mail ([EMAIL])" name="send_im_to_email"/> |
11 | <check_box label="Afficher les IM dans la console du chat" name="include_im_in_chat_console"/> | 11 | <check_box bottom="-90" label="La console chat" name="include_im_in_chat_console" left="160"/> |
12 | <check_box label="Afficher l'heure dans les IM" name="show_timestamps_check"/> | 12 | <check_box bottom="-90" label="La fenêtre communiquer" name="include_im_in_chat_history" left="260" /> |
13 | <check_box label="Me prévenir quand des amis se connectent" name="friends_online_notify_checkbox"/> | 13 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
14 | bottom="-60" drop_shadow_visible="true" enabled="true" follows="left|top" | ||
15 | font="SansSerifSmall" h_pad="0" halign="left" height="10" left="160" | ||
16 | mouse_opaque="false" name="show_ims_label" v_pad="0" width="100"> | ||
17 | Afficher les IMs dans: | ||
18 | </text> | ||
19 | <check_box bottom="-120" label="Afficher l'heure dans les IM" name="show_timestamps_check"/> | ||
20 | <check_box bottom="-140" label="Me prévenir quand des amis se connectent" name="friends_online_notify_checkbox"/> | ||
21 | <check_box label="Afficher les IMs verticalement (redémarrage requis)" name="vertical-imtabs-toggle"/> | ||
14 | <text name="text_box3"> | 22 | <text name="text_box3"> |
15 | Réponse si occupé(e) : | 23 | Réponse si occupé(e) : |
16 | </text> | 24 | </text> |
@@ -24,8 +32,8 @@ | |||
24 | <check_box label="Inclure les heures" name="log_chat_timestamp"/> | 32 | <check_box label="Inclure les heures" name="log_chat_timestamp"/> |
25 | <check_box label="Inclure les IM reçus" name="log_chat_IM"/> | 33 | <check_box label="Inclure les IM reçus" name="log_chat_IM"/> |
26 | <check_box label="Inclure la date avec les heures" name="log_date_timestamp"/> | 34 | <check_box label="Inclure la date avec les heures" name="log_date_timestamp"/> |
27 | <button label="Changer d'emplacement" label_selected="Changer d'emplacement" name="log_path_button" width="150"/> | 35 | <button label="Changer d'emplacement" label_selected="Changer d'emplacement" name="log_path_button" left="145" width="170"/> |
28 | <line_editor left="308" name="log_path_string" right="-20"/> | 36 | <line_editor left="320" name="log_path_string" right="-20"/> |
29 | <text length="1" name="text_box2" type="string"> | 37 | <text length="1" name="text_box2" type="string"> |
30 | IM : | 38 | IM : |
31 | </text> | 39 | </text> |
diff --git a/linden/indra/newview/skins/default/xui/fr/strings.xml b/linden/indra/newview/skins/default/xui/fr/strings.xml index 61615b1..a73db59 100644 --- a/linden/indra/newview/skins/default/xui/fr/strings.xml +++ b/linden/indra/newview/skins/default/xui/fr/strings.xml | |||
@@ -484,7 +484,7 @@ | |||
484 | <string name="xml_file"> | 484 | <string name="xml_file"> |
485 | Fichier XML | 485 | Fichier XML |
486 | </string> | 486 | </string> |
487 | <string name="dot_raw_file"> | 487 | <string name="raw_file"> |
488 | Fichier RAW | 488 | Fichier RAW |
489 | </string> | 489 | </string> |
490 | <string name="compressed_image_files"> | 490 | <string name="compressed_image_files"> |
diff --git a/linden/indra/newview/skins/default/xui/hu/floater_instant_message.xml b/linden/indra/newview/skins/default/xui/hu/floater_instant_message.xml index 3469323..09c7af6 100644 --- a/linden/indra/newview/skins/default/xui/hu/floater_instant_message.xml +++ b/linden/indra/newview/skins/default/xui/hu/floater_instant_message.xml | |||
@@ -33,6 +33,9 @@ | |||
33 | <string name="unavailable_text_label"> | 33 | <string name="unavailable_text_label"> |
34 | Szöveges üzenetküldés nem elérhető a jelenlegi hívás alatt. | 34 | Szöveges üzenetküldés nem elérhető a jelenlegi hívás alatt. |
35 | </string> | 35 | </string> |
36 | <string name="add_friend_string"> | ||
37 | Barátokhoz ad | ||
38 | </string> | ||
36 | <flyout_button label="Adatlap" name="profile_callee_btn"/> | 39 | <flyout_button label="Adatlap" name="profile_callee_btn"/> |
37 | <button label="Hívás" name="start_call_btn"/> | 40 | <button label="Hívás" name="start_call_btn"/> |
38 | <button label="Hívás vége" name="end_call_btn"/> | 41 | <button label="Hívás vége" name="end_call_btn"/> |
diff --git a/linden/indra/newview/skins/default/xui/hu/floater_tools.xml b/linden/indra/newview/skins/default/xui/hu/floater_tools.xml index 35adb06..e146248 100644 --- a/linden/indra/newview/skins/default/xui/hu/floater_tools.xml +++ b/linden/indra/newview/skins/default/xui/hu/floater_tools.xml | |||
@@ -122,8 +122,8 @@ | |||
122 | Átruház | 122 | Átruház |
123 | </string> | 123 | </string> |
124 | <button label="Átruház" label_selected="Átruház" name="button deed" tool_tip="Csoporttal megosztott tárgyakat a csoport vezetője törölni tudja."/> | 124 | <button label="Átruház" label_selected="Átruház" name="button deed" tool_tip="Csoporttal megosztott tárgyakat a csoport vezetője törölni tudja."/> |
125 | <check_box label="Bárki mozgathatja" name="checkbox allow everyone move"/> | 125 | <check_box label="Mozgathatja" name="checkbox allow everyone move"/> |
126 | <check_box label="Bárki másolhatja" name="checkbox allow everyone copy"/> | 126 | <check_box label="Másolás" name="checkbox allow everyone copy"/> |
127 | <check_box label="Keresőben megjelenít" name="search_check" tool_tip="A tárgy megjelenítése a keresési eredmények között"/> | 127 | <check_box label="Keresőben megjelenít" name="search_check" tool_tip="A tárgy megjelenítése a keresési eredmények között"/> |
128 | <check_box label="Eladó" name="checkbox for sale"/> | 128 | <check_box label="Eladó" name="checkbox for sale"/> |
129 | <text name="Cost"> | 129 | <text name="Cost"> |
diff --git a/linden/indra/newview/skins/default/xui/hu/menu_rightclick_text.xml b/linden/indra/newview/skins/default/xui/hu/menu_rightclick_text.xml new file mode 100644 index 0000000..36fa667 --- /dev/null +++ b/linden/indra/newview/skins/default/xui/hu/menu_rightclick_text.xml | |||
@@ -0,0 +1,116 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | |||
3 | <menu drop_shadow="true" | ||
4 | mouse_opaque="false" name="Text Edit Menu" opaque="true"> | ||
5 | <menu_item_call label="Cut" mouse_opaque="true" | ||
6 | name="Cut Text"> | ||
7 | <on_click function="textfield_cut" userdata="about" /> | ||
8 | <on_enable function="textfield_cut_enable" /> | ||
9 | </menu_item_call> | ||
10 | <menu_item_call label="Copy" mouse_opaque="true" | ||
11 | name="Copy Text" > | ||
12 | <on_click function="textfield_copy" userdata="" /> | ||
13 | <on_enable function="textfield_copy_enable" /> | ||
14 | </menu_item_call> | ||
15 | <menu_item_call label="Paste" mouse_opaque="true" | ||
16 | name="Paste Text" > | ||
17 | <on_click function="textfield_paste" userdata="" /> | ||
18 | <on_enable function="textfield_paste_enable" /> | ||
19 | </menu_item_call> | ||
20 | <menu_item_call label="Delete" mouse_opaque="true" | ||
21 | name="Delete Text" > | ||
22 | <on_click function="textfield_delete" userdata="" /> | ||
23 | <on_enable function="textfield_delete_enable" /> | ||
24 | </menu_item_call> | ||
25 | <menu_item_separator /> | ||
26 | <menu_item_call label="Select All" mouse_opaque="true" | ||
27 | name="Select All Text" > | ||
28 | <on_click function="textfield_selectall" userdata="" /> | ||
29 | <on_enable function="textfield_selectall_enable" /> | ||
30 | </menu_item_call> | ||
31 | <menu_item_separator name="Translate" /> | ||
32 | <menu drop_shadow="true" | ||
33 | mouse_opaque="false" name="Translation Options" | ||
34 | bottom_delta="0" label="Translate To..." opaque="true" > | ||
35 | <menu_item_call label="English" mouse_opaque="true" | ||
36 | name="Translate Text" > | ||
37 | <on_click function="textfield_translate" translate="true" userdata="en" /> | ||
38 | <on_enable function="textfield_translate_enable" /> | ||
39 | </menu_item_call> | ||
40 | <menu_item_call label="Danish" mouse_opaque="true" | ||
41 | name="Translate Text" > | ||
42 | <on_click function="textfield_translate" translate="true" userdata="da" /> | ||
43 | <on_enable function="textfield_translate_enable" /> | ||
44 | </menu_item_call> | ||
45 | <menu_item_call label="Deutsch (German)" mouse_opaque="true" | ||
46 | name="Translate Text" > | ||
47 | <on_click function="textfield_translate" translate="true" userdata="de" /> | ||
48 | <on_enable function="textfield_translate_enable" /> | ||
49 | </menu_item_call> | ||
50 | <menu_item_call label="Spanish" mouse_opaque="true" | ||
51 | name="Translate Text" > | ||
52 | <on_click function="textfield_translate" translate="true" userdata="es" /> | ||
53 | <on_enable function="textfield_translate_enable" /> | ||
54 | </menu_item_call> | ||
55 | <menu_item_call label="French" mouse_opaque="true" | ||
56 | name="Translate Text" > | ||
57 | <on_click function="textfield_translate" translate="true" userdata="fr" /> | ||
58 | <on_enable function="textfield_translate_enable" /> | ||
59 | </menu_item_call> | ||
60 | <menu_item_call label="Italian" mouse_opaque="true" | ||
61 | name="Translate Text" > | ||
62 | <on_click function="textfield_translate" translate="true" userdata="it" /> | ||
63 | <on_enable function="textfield_translate_enable" /> | ||
64 | </menu_item_call> | ||
65 | <menu_item_call label="Hungarian" mouse_opaque="true" | ||
66 | name="Translate Text" > | ||
67 | <on_click function="textfield_translate" translate="true" userdata="hu" /> | ||
68 | <on_enable function="textfield_translate_enable" /> | ||
69 | </menu_item_call> | ||
70 | <menu_item_call label="Dutch" mouse_opaque="true" | ||
71 | name="Translate Text" > | ||
72 | <on_click function="textfield_translate" translate="true" userdata="nl" /> | ||
73 | <on_enable function="textfield_translate_enable" /> | ||
74 | </menu_item_call> | ||
75 | <menu_item_call label="Polish" mouse_opaque="true" | ||
76 | name="Translate Text" > | ||
77 | <on_click function="textfield_translate" translate="true" userdata="pl" /> | ||
78 | <on_enable function="textfield_translate_enable" /> | ||
79 | </menu_item_call> | ||
80 | <menu_item_call label="Portugese" mouse_opaque="true" | ||
81 | name="Translate Text" > | ||
82 | <on_click function="textfield_translate" translate="true" userdata="pt" /> | ||
83 | <on_enable function="textfield_translate_enable" /> | ||
84 | </menu_item_call> | ||
85 | <menu_item_call label="Russian" mouse_opaque="true" | ||
86 | name="Translate Text" > | ||
87 | <on_click function="textfield_translate" translate="true" userdata="ru" /> | ||
88 | <on_enable function="textfield_translate_enable" /> | ||
89 | </menu_item_call> | ||
90 | <menu_item_call label="Turkish" mouse_opaque="true" | ||
91 | name="Translate Text" > | ||
92 | <on_click function="textfield_translate" translate="true" userdata="tr" /> | ||
93 | <on_enable function="textfield_translate_enable" /> | ||
94 | </menu_item_call> | ||
95 | <menu_item_call label="Ukrainian" mouse_opaque="true" | ||
96 | name="Translate Text" > | ||
97 | <on_click function="textfield_translate" translate="true" userdata="uk" /> | ||
98 | <on_enable function="textfield_translate_enable" /> | ||
99 | </menu_item_call> | ||
100 | <menu_item_call label="Chinese" mouse_opaque="true" | ||
101 | name="Translate Text" > | ||
102 | <on_click function="textfield_translate" translate="true" userdata="zh" /> | ||
103 | <on_enable function="textfield_translate_enable" /> | ||
104 | </menu_item_call> | ||
105 | <menu_item_call label="Japanese" mouse_opaque="true" | ||
106 | name="Translate Text" > | ||
107 | <on_click function="textfield_translate" translate="true" userdata="ja" /> | ||
108 | <on_enable function="textfield_translate_enable" /> | ||
109 | </menu_item_call> | ||
110 | <menu_item_call label="Korean" mouse_opaque="true" | ||
111 | name="Translate Text" > | ||
112 | <on_click function="textfield_translate" translate="true" userdata="ko" /> | ||
113 | <on_enable function="textfield_translate_enable" /> | ||
114 | </menu_item_call> | ||
115 | </menu> | ||
116 | </menu> | ||
diff --git a/linden/indra/newview/skins/default/xui/hu/strings.xml b/linden/indra/newview/skins/default/xui/hu/strings.xml index 730fa28..8e1dc3b 100644 --- a/linden/indra/newview/skins/default/xui/hu/strings.xml +++ b/linden/indra/newview/skins/default/xui/hu/strings.xml | |||
@@ -480,7 +480,7 @@ | |||
480 | <string name="xml_file"> | 480 | <string name="xml_file"> |
481 | XML fájl | 481 | XML fájl |
482 | </string> | 482 | </string> |
483 | <string name="dot_raw_file"> | 483 | <string name="raw_file"> |
484 | RAW fájl | 484 | RAW fájl |
485 | </string> | 485 | </string> |
486 | <string name="compressed_image_files"> | 486 | <string name="compressed_image_files"> |
diff --git a/linden/indra/newview/skins/default/xui/it/floater_instant_message.xml b/linden/indra/newview/skins/default/xui/it/floater_instant_message.xml index 7bdc046..511dac5 100644 --- a/linden/indra/newview/skins/default/xui/it/floater_instant_message.xml +++ b/linden/indra/newview/skins/default/xui/it/floater_instant_message.xml | |||
@@ -33,6 +33,9 @@ | |||
33 | <string name="unavailable_text_label"> | 33 | <string name="unavailable_text_label"> |
34 | La chat di testo non è disponibile in questa chiamata. | 34 | La chat di testo non è disponibile in questa chiamata. |
35 | </string> | 35 | </string> |
36 | <string name="add_friend_string"> | ||
37 | Aggiungi come amico | ||
38 | </string> | ||
36 | <flyout_button label="Profilo..." name="profile_callee_btn"/> | 39 | <flyout_button label="Profilo..." name="profile_callee_btn"/> |
37 | <button label="Chiama" name="start_call_btn"/> | 40 | <button label="Chiama" name="start_call_btn"/> |
38 | <button label="Termina" name="end_call_btn"/> | 41 | <button label="Termina" name="end_call_btn"/> |
diff --git a/linden/indra/newview/skins/default/xui/it/floater_tools.xml b/linden/indra/newview/skins/default/xui/it/floater_tools.xml index c7c5890..1a8c06d 100644 --- a/linden/indra/newview/skins/default/xui/it/floater_tools.xml +++ b/linden/indra/newview/skins/default/xui/it/floater_tools.xml | |||
@@ -123,8 +123,11 @@ | |||
123 | Cedi al gruppo | 123 | Cedi al gruppo |
124 | </string> | 124 | </string> |
125 | <button left_delta="152" width="98" label="Cedi al gruppo..." label_selected="Cedi al gruppo..." name="button deed" tool_tip="Gli oggetti condivisi con il gruppo possono essere ceduti da un funzionario del gruppo."/> | 125 | <button left_delta="152" width="98" label="Cedi al gruppo..." label_selected="Cedi al gruppo..." name="button deed" tool_tip="Gli oggetti condivisi con il gruppo possono essere ceduti da un funzionario del gruppo."/> |
126 | <check_box label="Permetti a chiunque di spostare" name="checkbox allow everyone move"/> | 126 | <text name="Anyone can:"> |
127 | <check_box label="Permetti a chiunque di copiare" name="checkbox allow everyone copy"/> | 127 | Chiunque: |
128 | </text> | ||
129 | <check_box label="Sposta" name="checkbox allow everyone move"/> | ||
130 | <check_box label="Copia" name="checkbox allow everyone copy"/> | ||
128 | <check_box label="Mostra nella ricerca" name="search_check" tool_tip="Permetti che l'oggetto sia visibile nella ricerca"/> | 131 | <check_box label="Mostra nella ricerca" name="search_check" tool_tip="Permetti che l'oggetto sia visibile nella ricerca"/> |
129 | <check_box label="In vendita" name="checkbox for sale"/> | 132 | <check_box label="In vendita" name="checkbox for sale"/> |
130 | <text name="Cost"> | 133 | <text name="Cost"> |
diff --git a/linden/indra/newview/skins/default/xui/it/menu_rightclick_text.xml b/linden/indra/newview/skins/default/xui/it/menu_rightclick_text.xml new file mode 100644 index 0000000..36fa667 --- /dev/null +++ b/linden/indra/newview/skins/default/xui/it/menu_rightclick_text.xml | |||
@@ -0,0 +1,116 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | |||
3 | <menu drop_shadow="true" | ||
4 | mouse_opaque="false" name="Text Edit Menu" opaque="true"> | ||
5 | <menu_item_call label="Cut" mouse_opaque="true" | ||
6 | name="Cut Text"> | ||
7 | <on_click function="textfield_cut" userdata="about" /> | ||
8 | <on_enable function="textfield_cut_enable" /> | ||
9 | </menu_item_call> | ||
10 | <menu_item_call label="Copy" mouse_opaque="true" | ||
11 | name="Copy Text" > | ||
12 | <on_click function="textfield_copy" userdata="" /> | ||
13 | <on_enable function="textfield_copy_enable" /> | ||
14 | </menu_item_call> | ||
15 | <menu_item_call label="Paste" mouse_opaque="true" | ||
16 | name="Paste Text" > | ||
17 | <on_click function="textfield_paste" userdata="" /> | ||
18 | <on_enable function="textfield_paste_enable" /> | ||
19 | </menu_item_call> | ||
20 | <menu_item_call label="Delete" mouse_opaque="true" | ||
21 | name="Delete Text" > | ||
22 | <on_click function="textfield_delete" userdata="" /> | ||
23 | <on_enable function="textfield_delete_enable" /> | ||
24 | </menu_item_call> | ||
25 | <menu_item_separator /> | ||
26 | <menu_item_call label="Select All" mouse_opaque="true" | ||
27 | name="Select All Text" > | ||
28 | <on_click function="textfield_selectall" userdata="" /> | ||
29 | <on_enable function="textfield_selectall_enable" /> | ||
30 | </menu_item_call> | ||
31 | <menu_item_separator name="Translate" /> | ||
32 | <menu drop_shadow="true" | ||
33 | mouse_opaque="false" name="Translation Options" | ||
34 | bottom_delta="0" label="Translate To..." opaque="true" > | ||
35 | <menu_item_call label="English" mouse_opaque="true" | ||
36 | name="Translate Text" > | ||
37 | <on_click function="textfield_translate" translate="true" userdata="en" /> | ||
38 | <on_enable function="textfield_translate_enable" /> | ||
39 | </menu_item_call> | ||
40 | <menu_item_call label="Danish" mouse_opaque="true" | ||
41 | name="Translate Text" > | ||
42 | <on_click function="textfield_translate" translate="true" userdata="da" /> | ||
43 | <on_enable function="textfield_translate_enable" /> | ||
44 | </menu_item_call> | ||
45 | <menu_item_call label="Deutsch (German)" mouse_opaque="true" | ||
46 | name="Translate Text" > | ||
47 | <on_click function="textfield_translate" translate="true" userdata="de" /> | ||
48 | <on_enable function="textfield_translate_enable" /> | ||
49 | </menu_item_call> | ||
50 | <menu_item_call label="Spanish" mouse_opaque="true" | ||
51 | name="Translate Text" > | ||
52 | <on_click function="textfield_translate" translate="true" userdata="es" /> | ||
53 | <on_enable function="textfield_translate_enable" /> | ||
54 | </menu_item_call> | ||
55 | <menu_item_call label="French" mouse_opaque="true" | ||
56 | name="Translate Text" > | ||
57 | <on_click function="textfield_translate" translate="true" userdata="fr" /> | ||
58 | <on_enable function="textfield_translate_enable" /> | ||
59 | </menu_item_call> | ||
60 | <menu_item_call label="Italian" mouse_opaque="true" | ||
61 | name="Translate Text" > | ||
62 | <on_click function="textfield_translate" translate="true" userdata="it" /> | ||
63 | <on_enable function="textfield_translate_enable" /> | ||
64 | </menu_item_call> | ||
65 | <menu_item_call label="Hungarian" mouse_opaque="true" | ||
66 | name="Translate Text" > | ||
67 | <on_click function="textfield_translate" translate="true" userdata="hu" /> | ||
68 | <on_enable function="textfield_translate_enable" /> | ||
69 | </menu_item_call> | ||
70 | <menu_item_call label="Dutch" mouse_opaque="true" | ||
71 | name="Translate Text" > | ||
72 | <on_click function="textfield_translate" translate="true" userdata="nl" /> | ||
73 | <on_enable function="textfield_translate_enable" /> | ||
74 | </menu_item_call> | ||
75 | <menu_item_call label="Polish" mouse_opaque="true" | ||
76 | name="Translate Text" > | ||
77 | <on_click function="textfield_translate" translate="true" userdata="pl" /> | ||
78 | <on_enable function="textfield_translate_enable" /> | ||
79 | </menu_item_call> | ||
80 | <menu_item_call label="Portugese" mouse_opaque="true" | ||
81 | name="Translate Text" > | ||
82 | <on_click function="textfield_translate" translate="true" userdata="pt" /> | ||
83 | <on_enable function="textfield_translate_enable" /> | ||
84 | </menu_item_call> | ||
85 | <menu_item_call label="Russian" mouse_opaque="true" | ||
86 | name="Translate Text" > | ||
87 | <on_click function="textfield_translate" translate="true" userdata="ru" /> | ||
88 | <on_enable function="textfield_translate_enable" /> | ||
89 | </menu_item_call> | ||
90 | <menu_item_call label="Turkish" mouse_opaque="true" | ||
91 | name="Translate Text" > | ||
92 | <on_click function="textfield_translate" translate="true" userdata="tr" /> | ||
93 | <on_enable function="textfield_translate_enable" /> | ||
94 | </menu_item_call> | ||
95 | <menu_item_call label="Ukrainian" mouse_opaque="true" | ||
96 | name="Translate Text" > | ||
97 | <on_click function="textfield_translate" translate="true" userdata="uk" /> | ||
98 | <on_enable function="textfield_translate_enable" /> | ||
99 | </menu_item_call> | ||
100 | <menu_item_call label="Chinese" mouse_opaque="true" | ||
101 | name="Translate Text" > | ||
102 | <on_click function="textfield_translate" translate="true" userdata="zh" /> | ||
103 | <on_enable function="textfield_translate_enable" /> | ||
104 | </menu_item_call> | ||
105 | <menu_item_call label="Japanese" mouse_opaque="true" | ||
106 | name="Translate Text" > | ||
107 | <on_click function="textfield_translate" translate="true" userdata="ja" /> | ||
108 | <on_enable function="textfield_translate_enable" /> | ||
109 | </menu_item_call> | ||
110 | <menu_item_call label="Korean" mouse_opaque="true" | ||
111 | name="Translate Text" > | ||
112 | <on_click function="textfield_translate" translate="true" userdata="ko" /> | ||
113 | <on_enable function="textfield_translate_enable" /> | ||
114 | </menu_item_call> | ||
115 | </menu> | ||
116 | </menu> | ||
diff --git a/linden/indra/newview/skins/default/xui/it/strings.xml b/linden/indra/newview/skins/default/xui/it/strings.xml index 7089a93..1753f80 100644 --- a/linden/indra/newview/skins/default/xui/it/strings.xml +++ b/linden/indra/newview/skins/default/xui/it/strings.xml | |||
@@ -480,7 +480,7 @@ | |||
480 | <string name="xml_file"> | 480 | <string name="xml_file"> |
481 | File XML | 481 | File XML |
482 | </string> | 482 | </string> |
483 | <string name="dot_raw_file"> | 483 | <string name="raw_file"> |
484 | File RAW | 484 | File RAW |
485 | </string> | 485 | </string> |
486 | <string name="compressed_image_files"> | 486 | <string name="compressed_image_files"> |
diff --git a/linden/indra/newview/skins/default/xui/ja/floater_instant_message.xml b/linden/indra/newview/skins/default/xui/ja/floater_instant_message.xml index c9de54e..8bba7e3 100644 --- a/linden/indra/newview/skins/default/xui/ja/floater_instant_message.xml +++ b/linden/indra/newview/skins/default/xui/ja/floater_instant_message.xml | |||
@@ -33,6 +33,9 @@ | |||
33 | <string name="unavailable_text_label"> | 33 | <string name="unavailable_text_label"> |
34 | このコールでは文字チャットが利用できません。 | 34 | このコールでは文字チャットが利用できません。 |
35 | </string> | 35 | </string> |
36 | <string name="add_friend_string"> | ||
37 | フレンドに追加 | ||
38 | </string> | ||
36 | <flyout_button label="プロフィール" name="profile_callee_btn" width="100"/> | 39 | <flyout_button label="プロフィール" name="profile_callee_btn" width="100"/> |
37 | <button label="コール" left_delta="105" name="start_call_btn" width="100"/> | 40 | <button label="コール" left_delta="105" name="start_call_btn" width="100"/> |
38 | <button label="呼出終了" name="end_call_btn" width="100"/> | 41 | <button label="呼出終了" name="end_call_btn" width="100"/> |
diff --git a/linden/indra/newview/skins/default/xui/ja/floater_tools.xml b/linden/indra/newview/skins/default/xui/ja/floater_tools.xml index 81f221a..738f00b 100644 --- a/linden/indra/newview/skins/default/xui/ja/floater_tools.xml +++ b/linden/indra/newview/skins/default/xui/ja/floater_tools.xml | |||
@@ -122,8 +122,11 @@ | |||
122 | 譲渡 | 122 | 譲渡 |
123 | </string> | 123 | </string> |
124 | <button label="譲渡..." label_selected="譲渡..." name="button deed" tool_tip="グループ共有のオブジェクトは、グループ・オフィサーにより譲渡可能です。"/> | 124 | <button label="譲渡..." label_selected="譲渡..." name="button deed" tool_tip="グループ共有のオブジェクトは、グループ・オフィサーにより譲渡可能です。"/> |
125 | <check_box label="誰に対しても移動を許可" name="checkbox allow everyone move"/> | 125 | <text name="Anyone can:"> |
126 | <check_box label="誰に対してもコピーを許可" name="checkbox allow everyone copy"/> | 126 | 全員: |
127 | </text> | ||
128 | <check_box label="移動" name="checkbox allow everyone move"/> | ||
129 | <check_box label="コピー" name="checkbox allow everyone copy"/> | ||
127 | <check_box label="検索に表示" name="search_check" tool_tip="検索結果で、このオブジェクトを人に見せる"/> | 130 | <check_box label="検索に表示" name="search_check" tool_tip="検索結果で、このオブジェクトを人に見せる"/> |
128 | <check_box label="売り出し中" name="checkbox for sale"/> | 131 | <check_box label="売り出し中" name="checkbox for sale"/> |
129 | <text name="Cost"> | 132 | <text name="Cost"> |
diff --git a/linden/indra/newview/skins/default/xui/ja/menu_mini_map.xml b/linden/indra/newview/skins/default/xui/ja/menu_mini_map.xml index c8828a5..bdd63e8 100644 --- a/linden/indra/newview/skins/default/xui/ja/menu_mini_map.xml +++ b/linden/indra/newview/skins/default/xui/ja/menu_mini_map.xml | |||
@@ -3,6 +3,9 @@ | |||
3 | <menu_item_call label="ズーム(近)" name="Zoom Close"/> | 3 | <menu_item_call label="ズーム(近)" name="Zoom Close"/> |
4 | <menu_item_call label="ズーム(中)" name="Zoom Medium"/> | 4 | <menu_item_call label="ズーム(中)" name="Zoom Medium"/> |
5 | <menu_item_call label="ズーム(遠)" name="Zoom Far"/> | 5 | <menu_item_call label="ズーム(遠)" name="Zoom Far"/> |
6 | <menu_item_check label="カメラを中央に" name="Center on Camera"/> | ||
7 | <menu_item_check label="ミニマップを回転" name="Rotate Mini-Map"/> | ||
8 | <menu_itemcall label="世界地図を表示" name="Show Map"/> | ||
6 | <menu_item_call label="追跡をやめる" name="Stop Tracking"/> | 9 | <menu_item_call label="追跡をやめる" name="Stop Tracking"/> |
7 | <menu_item_call label="プロフィール..." name="Profile"/> | 10 | <menu_item_call label="プロフィール..." name="Profile"/> |
8 | </menu> | 11 | </menu> |
diff --git a/linden/indra/newview/skins/default/xui/ja/menu_rightclick_text.xml b/linden/indra/newview/skins/default/xui/ja/menu_rightclick_text.xml new file mode 100644 index 0000000..36fa667 --- /dev/null +++ b/linden/indra/newview/skins/default/xui/ja/menu_rightclick_text.xml | |||
@@ -0,0 +1,116 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | |||
3 | <menu drop_shadow="true" | ||
4 | mouse_opaque="false" name="Text Edit Menu" opaque="true"> | ||
5 | <menu_item_call label="Cut" mouse_opaque="true" | ||
6 | name="Cut Text"> | ||
7 | <on_click function="textfield_cut" userdata="about" /> | ||
8 | <on_enable function="textfield_cut_enable" /> | ||
9 | </menu_item_call> | ||
10 | <menu_item_call label="Copy" mouse_opaque="true" | ||
11 | name="Copy Text" > | ||
12 | <on_click function="textfield_copy" userdata="" /> | ||
13 | <on_enable function="textfield_copy_enable" /> | ||
14 | </menu_item_call> | ||
15 | <menu_item_call label="Paste" mouse_opaque="true" | ||
16 | name="Paste Text" > | ||
17 | <on_click function="textfield_paste" userdata="" /> | ||
18 | <on_enable function="textfield_paste_enable" /> | ||
19 | </menu_item_call> | ||
20 | <menu_item_call label="Delete" mouse_opaque="true" | ||
21 | name="Delete Text" > | ||
22 | <on_click function="textfield_delete" userdata="" /> | ||
23 | <on_enable function="textfield_delete_enable" /> | ||
24 | </menu_item_call> | ||
25 | <menu_item_separator /> | ||
26 | <menu_item_call label="Select All" mouse_opaque="true" | ||
27 | name="Select All Text" > | ||
28 | <on_click function="textfield_selectall" userdata="" /> | ||
29 | <on_enable function="textfield_selectall_enable" /> | ||
30 | </menu_item_call> | ||
31 | <menu_item_separator name="Translate" /> | ||
32 | <menu drop_shadow="true" | ||
33 | mouse_opaque="false" name="Translation Options" | ||
34 | bottom_delta="0" label="Translate To..." opaque="true" > | ||
35 | <menu_item_call label="English" mouse_opaque="true" | ||
36 | name="Translate Text" > | ||
37 | <on_click function="textfield_translate" translate="true" userdata="en" /> | ||
38 | <on_enable function="textfield_translate_enable" /> | ||
39 | </menu_item_call> | ||
40 | <menu_item_call label="Danish" mouse_opaque="true" | ||
41 | name="Translate Text" > | ||
42 | <on_click function="textfield_translate" translate="true" userdata="da" /> | ||
43 | <on_enable function="textfield_translate_enable" /> | ||
44 | </menu_item_call> | ||
45 | <menu_item_call label="Deutsch (German)" mouse_opaque="true" | ||
46 | name="Translate Text" > | ||
47 | <on_click function="textfield_translate" translate="true" userdata="de" /> | ||
48 | <on_enable function="textfield_translate_enable" /> | ||
49 | </menu_item_call> | ||
50 | <menu_item_call label="Spanish" mouse_opaque="true" | ||
51 | name="Translate Text" > | ||
52 | <on_click function="textfield_translate" translate="true" userdata="es" /> | ||
53 | <on_enable function="textfield_translate_enable" /> | ||
54 | </menu_item_call> | ||
55 | <menu_item_call label="French" mouse_opaque="true" | ||
56 | name="Translate Text" > | ||
57 | <on_click function="textfield_translate" translate="true" userdata="fr" /> | ||
58 | <on_enable function="textfield_translate_enable" /> | ||
59 | </menu_item_call> | ||
60 | <menu_item_call label="Italian" mouse_opaque="true" | ||
61 | name="Translate Text" > | ||
62 | <on_click function="textfield_translate" translate="true" userdata="it" /> | ||
63 | <on_enable function="textfield_translate_enable" /> | ||
64 | </menu_item_call> | ||
65 | <menu_item_call label="Hungarian" mouse_opaque="true" | ||
66 | name="Translate Text" > | ||
67 | <on_click function="textfield_translate" translate="true" userdata="hu" /> | ||
68 | <on_enable function="textfield_translate_enable" /> | ||
69 | </menu_item_call> | ||
70 | <menu_item_call label="Dutch" mouse_opaque="true" | ||
71 | name="Translate Text" > | ||
72 | <on_click function="textfield_translate" translate="true" userdata="nl" /> | ||
73 | <on_enable function="textfield_translate_enable" /> | ||
74 | </menu_item_call> | ||
75 | <menu_item_call label="Polish" mouse_opaque="true" | ||
76 | name="Translate Text" > | ||
77 | <on_click function="textfield_translate" translate="true" userdata="pl" /> | ||
78 | <on_enable function="textfield_translate_enable" /> | ||
79 | </menu_item_call> | ||
80 | <menu_item_call label="Portugese" mouse_opaque="true" | ||
81 | name="Translate Text" > | ||
82 | <on_click function="textfield_translate" translate="true" userdata="pt" /> | ||
83 | <on_enable function="textfield_translate_enable" /> | ||
84 | </menu_item_call> | ||
85 | <menu_item_call label="Russian" mouse_opaque="true" | ||
86 | name="Translate Text" > | ||
87 | <on_click function="textfield_translate" translate="true" userdata="ru" /> | ||
88 | <on_enable function="textfield_translate_enable" /> | ||
89 | </menu_item_call> | ||
90 | <menu_item_call label="Turkish" mouse_opaque="true" | ||
91 | name="Translate Text" > | ||
92 | <on_click function="textfield_translate" translate="true" userdata="tr" /> | ||
93 | <on_enable function="textfield_translate_enable" /> | ||
94 | </menu_item_call> | ||
95 | <menu_item_call label="Ukrainian" mouse_opaque="true" | ||
96 | name="Translate Text" > | ||
97 | <on_click function="textfield_translate" translate="true" userdata="uk" /> | ||
98 | <on_enable function="textfield_translate_enable" /> | ||
99 | </menu_item_call> | ||
100 | <menu_item_call label="Chinese" mouse_opaque="true" | ||
101 | name="Translate Text" > | ||
102 | <on_click function="textfield_translate" translate="true" userdata="zh" /> | ||
103 | <on_enable function="textfield_translate_enable" /> | ||
104 | </menu_item_call> | ||
105 | <menu_item_call label="Japanese" mouse_opaque="true" | ||
106 | name="Translate Text" > | ||
107 | <on_click function="textfield_translate" translate="true" userdata="ja" /> | ||
108 | <on_enable function="textfield_translate_enable" /> | ||
109 | </menu_item_call> | ||
110 | <menu_item_call label="Korean" mouse_opaque="true" | ||
111 | name="Translate Text" > | ||
112 | <on_click function="textfield_translate" translate="true" userdata="ko" /> | ||
113 | <on_enable function="textfield_translate_enable" /> | ||
114 | </menu_item_call> | ||
115 | </menu> | ||
116 | </menu> | ||
diff --git a/linden/indra/newview/skins/default/xui/ja/menu_viewer.xml b/linden/indra/newview/skins/default/xui/ja/menu_viewer.xml index c69c2e3..bc263bb 100644 --- a/linden/indra/newview/skins/default/xui/ja/menu_viewer.xml +++ b/linden/indra/newview/skins/default/xui/ja/menu_viewer.xml | |||
@@ -1,26 +1,39 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes"?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes"?> |
2 | <menu_bar name="Main Menu"> | 2 | <menu_bar name="Main Menu"> |
3 | |||
4 | |||
5 | <!-- ファイル --> | ||
6 | |||
3 | <menu label="ファイル" name="File"> | 7 | <menu label="ファイル" name="File"> |
4 | <tearoff_menu label="~~~~~~~~~~~" name="~~~~~~~~~~~"/> | 8 | <tearoff_menu label="~~~~~~~~~~~" name="~~~~~~~~~~~"/> |
5 | <menu label="アップロード" name="upload"> | 9 | <menu label="アップロード" name="Upload"> |
6 | <menu_item_call label="画像 (L$[COST])..." name="Upload Image"/> | 10 | <menu_item_call label="画像 ([UPLOADFEE])..." name="Upload Image"/> |
7 | <menu_item_call label="サウンド (L$[COST])..." name="Upload Sound"/> | 11 | <menu_item_call label="サウンド ([UPLOADFEE])..." name="Upload Sound"/> |
8 | <menu_item_call label="アニメーション (L$[COST])..." name="Upload Animation"/> | 12 | <menu_item_call label="アニメーション ([UPLOADFEE])..." name="Upload Animation"/> |
9 | <menu_item_call label="一括 (ファイルにつきL$[COST])..." name="Bulk Upload"/> | 13 | <menu_item_call label="一括 (ファイルにつき[UPLOADFEE])..." name="Bulk Upload"/> |
10 | <menu_item_separator label="-----------" name="separator"/> | 14 | <menu_item_separator label="-----------" name="separator"/> |
11 | <menu_item_call label="デフォルト権限の設定..." name="perm prefs"/> | 15 | <menu_item_call label="デフォルト権限の設定..." name="perm prefs"/> |
12 | </menu> | 16 | </menu> |
13 | <menu_item_separator label="-----------" name="separator"/> | 17 | <menu_item_separator label="-----------" name="separator"/> |
18 | <menu_item_call label="オブジェクトのインポート..." name="Import"/> | ||
19 | <menu_item_call label="インポートとアップロード... (テクスチャにつき[UPLOADFEE])" name="ImportUpload"/> | ||
20 | <menu_item_call label="選択したオブジェクトのエクスポート..." name="Export"/> | ||
21 | <menu_item_separator label="-----------" name="separator2"/> | ||
22 | <menu_item_call label="全てののウィンドウを最小化" name="Minimize All Windows"/> | ||
14 | <menu_item_call label="ウィンドウを閉じる" name="Close Window"/> | 23 | <menu_item_call label="ウィンドウを閉じる" name="Close Window"/> |
15 | <menu_item_call label="全てのウィンドウを閉じる" name="Close All Windows"/> | 24 | <menu_item_call label="全てのウィンドウを閉じる" name="Close All Windows"/> |
16 | <menu_item_separator label="-----------" name="separator2"/> | ||
17 | <menu_item_call label="テクスチャーを別名で保存..." name="Save Texture As..."/> | ||
18 | <menu_item_separator label="-----------" name="separator3"/> | 25 | <menu_item_separator label="-----------" name="separator3"/> |
26 | <menu_item_call label="テクスチャーを別名で保存..." name="Save Texture As..."/> | ||
27 | <menu_item_separator label="-----------" name="separator4"/> | ||
19 | <menu_item_call label="スナップショットを撮る" name="Take Snapshot"/> | 28 | <menu_item_call label="スナップショットを撮る" name="Take Snapshot"/> |
20 | <menu_item_call label="スナップショットをディスクに保存" name="Snapshot to Disk"/> | 29 | <menu_item_call label="スナップショットをディスクに保存" name="Snapshot to Disk"/> |
21 | <menu_item_separator label="-----------" name="separator4"/> | 30 | <menu_item_separator label="-----------" name="separator5"/> |
22 | <menu_item_call label="終了" name="Quit"/> | 31 | <menu_item_call label="終了" name="Quit"/> |
23 | </menu> | 32 | </menu> |
33 | |||
34 | |||
35 | <!-- 編集 --> | ||
36 | |||
24 | <menu label="編集" name="Edit"> | 37 | <menu label="編集" name="Edit"> |
25 | <menu_item_call label="元に戻す" name="Undo"/> | 38 | <menu_item_call label="元に戻す" name="Undo"/> |
26 | <menu_item_call label="やり直し" name="Redo"/> | 39 | <menu_item_call label="やり直し" name="Redo"/> |
@@ -51,16 +64,21 @@ | |||
51 | <menu_item_call label="スカート" name="Skirt"/> | 64 | <menu_item_call label="スカート" name="Skirt"/> |
52 | <menu_item_call label="すべての服" name="All Clothes"/> | 65 | <menu_item_call label="すべての服" name="All Clothes"/> |
53 | </menu> | 66 | </menu> |
67 | <menu_item_call label="容姿の再描画" name="Refresh Appearance"/> | ||
54 | <menu_item_separator label="-----------" name="separator6"/> | 68 | <menu_item_separator label="-----------" name="separator6"/> |
55 | <menu_item_call label="ジェスチャー…" name="Gestures..."/> | 69 | <menu_item_call label="ジェスチャー" name="Gestures"/> |
56 | <menu_item_call label="プロフィール..." name="Profile..."/> | 70 | <menu_item_call label="プロフィール..." name="Profile..."/> |
57 | <menu_item_call label="容姿..." name="Appearance..."/> | 71 | <menu_item_call label="容姿..." name="Appearance..."/> |
58 | <menu_item_separator label="-----------" name="separator7"/> | 72 | <menu_item_separator label="-----------" name="separator7"/> |
59 | <menu_item_check label="フレンド..." name="Friends..."/> | 73 | <menu_item_check label="フレンド" name="Friends"/> |
60 | <menu_item_call label="グループ..." name="Groups..."/> | 74 | <menu_item_call label="グループ" name="Groups"/> |
61 | <menu_item_separator label="-----------" name="separator8"/> | 75 | <menu_item_separator label="-----------" name="separator8"/> |
62 | <menu_item_call label="環境設定..." name="Preferences..."/> | 76 | <menu_item_call label="環境設定..." name="Preferences..."/> |
63 | </menu> | 77 | </menu> |
78 | |||
79 | |||
80 | <!-- 表示 --> | ||
81 | |||
64 | <menu label="表示" name="View"> | 82 | <menu label="表示" name="View"> |
65 | <tearoff_menu label="~~~~~~~~~~~" name="~~~~~~~~~~~"/> | 83 | <tearoff_menu label="~~~~~~~~~~~" name="~~~~~~~~~~~"/> |
66 | <menu_item_call label="一人称視点(マウスルック)" name="Mouselook"/> | 84 | <menu_item_call label="一人称視点(マウスルック)" name="Mouselook"/> |
@@ -69,23 +87,27 @@ | |||
69 | <menu_item_call label="表示をリセット" name="Reset View"/> | 87 | <menu_item_call label="表示をリセット" name="Reset View"/> |
70 | <menu_item_call label="最後のチャットを閲覧" name="Look at Last Chatter"/> | 88 | <menu_item_call label="最後のチャットを閲覧" name="Look at Last Chatter"/> |
71 | <menu_item_separator label="-----------" name="separator"/> | 89 | <menu_item_separator label="-----------" name="separator"/> |
90 | <menu_item_call label="ウェブ・ブラウザ" name="Web Browser"/> | ||
91 | <menu_item_separator label="-----------" name="separator2"/> | ||
72 | <menu_item_check label="ツールバー" name="Toolbar"/> | 92 | <menu_item_check label="ツールバー" name="Toolbar"/> |
73 | <menu_item_check label="ローカル・チャット" name="Chat History"/> | 93 | <menu_item_check label="ローカル・チャット" name="Chat History"/> |
74 | <menu_item_check label="コミュニケーション" name="Instant Message"/> | 94 | <menu_item_check label="コミュニケーション" name="Instant Message"/> |
75 | <menu_item_check label="持ち物" name="Inventory"/> | 95 | <menu_item_check label="持ち物" name="Inventory"/> |
76 | <menu_item_check label="ボイスチャット・ユーザー一覧" name="Active Speakers"/> | 96 | <menu_item_check label="ボイスチャット・ユーザー一覧" name="Active Speakers"/> |
77 | <menu_item_check label="無視リスト" name="Mute List"/> | 97 | <menu_item_check label="無視リスト" name="Mute List"/> |
78 | <menu_item_separator label="-----------" name="separator2"/> | 98 | <menu_item_separator label="-----------" name="separator3"/> |
79 | <menu_item_check label="カメラ・コントロール" name="Camera Controls"/> | 99 | <menu_item_check label="カメラ・コントロール" name="Camera Controls"/> |
80 | <menu_item_check label="移動コントロール" name="Movement Controls"/> | 100 | <menu_item_check label="移動コントロール" name="Movement Controls"/> |
81 | <menu_item_check label="世界地図" name="World Map"/> | 101 | <menu_item_check label="世界地図" name="World Map"/> |
82 | <menu_item_check label="ミニマップ" name="Mini-Map"/> | 102 | <menu_item_check label="ミニマップ" name="Mini-Map"/> |
83 | <menu_item_separator label="-----------" name="separator3"/> | 103 | <menu_item_separator label="-----------" name="separator4"/> |
104 | <menu_item_call label="AO" name="AO"/> | ||
105 | <menu_item_separator label="-----------" name="separator5"/> | ||
84 | <menu_item_check label="地域の統計情報" name="Statistics Bar"/> | 106 | <menu_item_check label="地域の統計情報" name="Statistics Bar"/> |
85 | <menu_item_check label="土地の境界線" name="Property Lines"/> | 107 | <menu_item_check label="土地の境界線" name="Property Lines"/> |
86 | <menu_item_check label="立入禁止ライン" name="Banlines"/> | 108 | <menu_item_check label="立入禁止ライン" name="Banlines"/> |
87 | <menu_item_check label="土地オーナー" name="Land Owners"/> | 109 | <menu_item_check label="土地オーナー" name="Land Owners"/> |
88 | <menu_item_separator label="-----------" name="separator4"/> | 110 | <menu_item_separator label="-----------" name="separator6"/> |
89 | <menu label="ヒントのポップアップ" name="Hover Tips"> | 111 | <menu label="ヒントのポップアップ" name="Hover Tips"> |
90 | <menu_item_check label="ヒントを表示" name="Show Tips"/> | 112 | <menu_item_check label="ヒントを表示" name="Show Tips"/> |
91 | <menu_item_separator label="-----------" name="separator"/> | 113 | <menu_item_separator label="-----------" name="separator"/> |
@@ -96,14 +118,21 @@ | |||
96 | <menu_item_check label="ビーコン(標識)" name="beacons"/> | 118 | <menu_item_check label="ビーコン(標識)" name="beacons"/> |
97 | <menu_item_check label="パーティクルを非表示" name="Hide Particles"/> | 119 | <menu_item_check label="パーティクルを非表示" name="Hide Particles"/> |
98 | <menu_item_check label="HUD装着物を表示" name="Show HUD Attachments"/> | 120 | <menu_item_check label="HUD装着物を表示" name="Show HUD Attachments"/> |
99 | <menu_item_separator label="-----------" name="separator5"/> | 121 | <menu_item_separator label="-----------" name="separator7"/> |
100 | <menu_item_call label="カメラ・ズームイン" name="Zoom In"/> | 122 | <menu label="ズーム" name="Zoom Level"> |
101 | <menu_item_call label="カメラ・デフォルト" name="Zoom Default"/> | 123 | <menu_item_call label="カメラ・ズームイン" name="Zoom In"/> |
102 | <menu_item_call label="カメラ・ズームアウト" name="Zoom Out"/> | 124 | <menu_item_call label="カメラ・デフォルト" name="Zoom Default"/> |
103 | <menu_item_separator label="-----------" name="separator6"/> | 125 | <menu_item_call label="カメラ・ズームアウト" name="Zoom Out"/> |
126 | </menu> | ||
104 | <menu_item_call label="[全画面表示]" name="Toggle Fullscreen"/> | 127 | <menu_item_call label="[全画面表示]" name="Toggle Fullscreen"/> |
105 | <menu_item_call label="UIサイズを標準設定に戻す" name="Set UI Size to Default"/> | 128 | <menu_item_call label="UIサイズを標準設定に戻す" name="Set UI Size to Default"/> |
129 | <menu_item_separator label="-----------" name="separator8"/> | ||
130 | <menu_item_check label="アドバンスメニューを表示" name="Toggle Advanced Menu"/> | ||
106 | </menu> | 131 | </menu> |
132 | |||
133 | |||
134 | <!-- 世界 --> | ||
135 | |||
107 | <menu label="世界" name="World"> | 136 | <menu label="世界" name="World"> |
108 | <menu_item_call label="チャット" name="Chat"/> | 137 | <menu_item_call label="チャット" name="Chat"/> |
109 | <menu_item_check label="常に走る" name="Always Run"/> | 138 | <menu_item_check label="常に走る" name="Always Run"/> |
@@ -116,9 +145,11 @@ | |||
116 | <menu_item_separator label="-----------" name="separator3"/> | 145 | <menu_item_separator label="-----------" name="separator3"/> |
117 | <menu_item_call label="離席中に設定" name="Set Away"/> | 146 | <menu_item_call label="離席中に設定" name="Set Away"/> |
118 | <menu_item_call label="取り込み中に設定" name="Set Busy"/> | 147 | <menu_item_call label="取り込み中に設定" name="Set Busy"/> |
148 | <menu_item_call label="IMに自動応答する" name="Auto-Respond to IMs"/> | ||
149 | <menu_item_separator label="-----------" name="separator4"/> | ||
119 | <menu_item_call label="自分のアバターのアニメーションを停止" name="Stop Animating My Avatar"/> | 150 | <menu_item_call label="自分のアバターのアニメーションを停止" name="Stop Animating My Avatar"/> |
120 | <menu_item_call label="キー制御を解除" name="Release Keys"/> | 151 | <menu_item_call label="キー制御を解除" name="Release Keys"/> |
121 | <menu_item_separator label="-----------" name="separator4"/> | 152 | <menu_item_separator label="-----------" name="separator5"/> |
122 | <menu_item_call label="アカウントの履歴..." name="Account History..."> | 153 | <menu_item_call label="アカウントの履歴..." name="Account History..."> |
123 | <on_click name="AccountHistory_url" userdata="WebLaunchAccountHistory,http://secondlife.com/account/transactions.php?lang=ja"/> | 154 | <on_click name="AccountHistory_url" userdata="WebLaunchAccountHistory,http://secondlife.com/account/transactions.php?lang=ja"/> |
124 | </menu_item_call> | 155 | </menu_item_call> |
@@ -126,12 +157,12 @@ | |||
126 | <on_click name="ManageMyAccount_url" userdata="WebLaunchJoinNow,http://secondlife.com/account/index.php?lang=ja"/> | 157 | <on_click name="ManageMyAccount_url" userdata="WebLaunchJoinNow,http://secondlife.com/account/index.php?lang=ja"/> |
127 | </menu_item_call> | 158 | </menu_item_call> |
128 | <menu_item_call label="L$(リンデン・ドル)を購入" name="Buy and Sell L$..."/> | 159 | <menu_item_call label="L$(リンデン・ドル)を購入" name="Buy and Sell L$..."/> |
129 | <menu_item_separator label="-----------" name="separator5"/> | ||
130 | <menu_item_call label="自分の土地..." name="My Land..."/> | ||
131 | <menu_item_call label="土地情報..." name="About Land..."/> | ||
132 | <menu_item_call label="土地を購入..." name="Buy Land..."/> | ||
133 | <menu_item_call label="地域/不動産..." name="Region/Estate..."/> | ||
134 | <menu_item_separator label="-----------" name="separator6"/> | 160 | <menu_item_separator label="-----------" name="separator6"/> |
161 | <menu_item_call label="自分の土地" name="My Land"/> | ||
162 | <menu_item_call label="土地情報" name="About Land"/> | ||
163 | <menu_item_call label="土地を購入..." name="Buy Land..."/> | ||
164 | <menu_item_call label="地域/不動産" name="Region/Estate"/> | ||
165 | <menu_item_separator label="-----------" name="separator7"/> | ||
135 | <menu label="環境の設定" name="Environment Settings"> | 166 | <menu label="環境の設定" name="Environment Settings"> |
136 | <menu_item_call label="日の出" name="Sunrise"/> | 167 | <menu_item_call label="日の出" name="Sunrise"/> |
137 | <menu_item_call label="正午" name="Noon"/> | 168 | <menu_item_call label="正午" name="Noon"/> |
@@ -142,6 +173,10 @@ | |||
142 | <menu_item_call label="環境編集" name="Environment Editor"/> | 173 | <menu_item_call label="環境編集" name="Environment Editor"/> |
143 | </menu> | 174 | </menu> |
144 | </menu> | 175 | </menu> |
176 | |||
177 | |||
178 | <!-- ツール --> | ||
179 | |||
145 | <menu label="ツール" name="Tools"> | 180 | <menu label="ツール" name="Tools"> |
146 | <menu label="ツールを選ぶ" name="Select Tool"> | 181 | <menu label="ツールを選ぶ" name="Select Tool"> |
147 | <menu_item_call label="フォーカス" name="Focus"/> | 182 | <menu_item_call label="フォーカス" name="Focus"/> |
@@ -151,28 +186,43 @@ | |||
151 | <menu_item_call label="土地" name="Land"/> | 186 | <menu_item_call label="土地" name="Land"/> |
152 | </menu> | 187 | </menu> |
153 | <menu_item_separator label="-----------" name="separator"/> | 188 | <menu_item_separator label="-----------" name="separator"/> |
154 | <menu_item_check label="自分のオブジェクトのみ選択" name="Select Only My Objects"/> | 189 | <menu_item_call label="選択対象に視点移動" name="Focus on Selection"/> |
155 | <menu_item_check label="移動可能なオブジェクトのみ選択" name="Select Only Movable Objects"/> | 190 | <menu_item_call label="選択範囲にズームイン" name="Zoom to Selection"/> |
156 | <menu_item_check label="環境で選択" name="Select By Surrounding"/> | 191 | <menu label="選択オプション" name="Selection Options"> |
157 | <menu_item_check label="隠れた位置の選択も表示" name="Show Hidden Selection"/> | 192 | <menu_item_check label="自分のオブジェクトのみ選択" name="Select Only My Objects"/> |
158 | <menu_item_check label="選択したものの光源範囲を表示" name="Show Light Radius for Selection"/> | 193 | <menu_item_check label="移動可能なオブジェクトのみ選択" name="Select Only Movable Objects"/> |
159 | <menu_item_check label="選択ビームを表示" name="Show Selection Beam"/> | 194 | <menu_item_check label="コピー可能なオブジェクトのみ選択" name="Select Only Copyable Objects"/> |
195 | <menu_item_check label="環境で選択" name="Select By Surrounding"/> | ||
196 | <menu_item_separator label="-----------" name="separator"/> | ||
197 | <menu_item_check label="隠れた位置の選択も表示" name="Show Hidden Selection"/> | ||
198 | <menu_item_check label="選択したものの光源範囲を表示" name="Show Light Radius for Selection"/> | ||
199 | <menu_item_check label="選択したものの輪郭を表示" name="Show Selection Outlines"/> | ||
200 | <menu_item_check label="選択ビームを表示" name="Show Selection Beam"/> | ||
201 | </menu> | ||
160 | <menu_item_separator label="-----------" name="separator2"/> | 202 | <menu_item_separator label="-----------" name="separator2"/> |
161 | <menu_item_check label="グリッドにスナップ" name="Snap to Grid"/> | 203 | <menu_item_check label="グリッドにスナップ" name="Snap to Grid"/> |
162 | <menu_item_call label="オブジェクトのXY移動をグリッドに合わせる" name="Snap Object XY to Grid"/> | 204 | <menu_item_call label="オブジェクトのXY移動をグリッドに合わせる" name="Snap Object XY to Grid"/> |
163 | <menu_item_call label="グリッドをオブジェクトの位置基準で再設定" name="Use Selection for Grid"/> | 205 | <menu_item_call label="グリッドをオブジェクトの位置基準で再設定" name="Use Selection for Grid"/> |
164 | <menu_item_call label="グリッドのオプション..." name="Grid Options..."/> | 206 | <menu_item_call label="グリッドのオプション..." name="Grid Options..."/> |
207 | <menu_item_call label="高度な制作オプション" name="Advanced Build Options..."/> | ||
165 | <menu_item_separator label="-----------" name="separator3"/> | 208 | <menu_item_separator label="-----------" name="separator3"/> |
166 | <menu_item_check label="リンクされた一部を編集" name="Edit Linked Parts"/> | 209 | <menu_item_check label="リンクされた一部を編集" name="Edit Linked Parts"/> |
210 | <menu label="リンクした部分を選択する" name="Select Linked Parts"> | ||
211 | <menu_item_call label="次の部分を選択する" name="Select Next Part"/> | ||
212 | <menu_item_call label="前回の部分を選択する" name="Select Previous Part"/> | ||
213 | <menu_item_call label="次の部分を含める" name="Include Next Part"/> | ||
214 | <menu_item_call label="前回の部分を含める" name="Include Previous Part"/> | ||
215 | </menu> | ||
167 | <menu_item_call label="リンク" name="Link"/> | 216 | <menu_item_call label="リンク" name="Link"/> |
168 | <menu_item_call label="リンク解除" name="Unlink"/> | 217 | <menu_item_call label="リンク解除" name="Unlink"/> |
169 | <menu_item_separator label="-----------" name="separator4"/> | 218 | <menu_item_separator label="-----------" name="separator4"/> |
170 | <menu_item_call label="選択対象に視点移動" name="Focus on Selection"/> | 219 | <menu_item_call label="複製" name="Duplicate"/> |
171 | <menu_item_call label="選択範囲にズームイン" name="Zoom to Selection"/> | ||
172 | <menu_item_call label="オブジェクトを購入" name="Menu Object Take"> | 220 | <menu_item_call label="オブジェクトを購入" name="Menu Object Take"> |
173 | <on_enable userdata="購入,取る" name="EnableBuyOrTake"/> | 221 | <on_enable userdata="購入,取る" name="EnableBuyOrTake"/> |
174 | </menu_item_call> | 222 | </menu_item_call> |
175 | <menu_item_call label="コピーを取る" name="Take Copy"/> | 223 | <menu_item_call label="コピーを取る" name="Take Copy"/> |
224 | <menu_item_separator label="-----------" name="separator5"/> | ||
225 | <menu_item_call label="オブジェクトを返却" name="Return..."/> | ||
176 | <menu_item_call label="オブジェクトをオブジェクト・コンテンツに戻して保存" name="Save Object Back to Object Contents"/> | 226 | <menu_item_call label="オブジェクトをオブジェクト・コンテンツに戻して保存" name="Save Object Back to Object Contents"/> |
177 | <menu_item_separator label="-----------" name="separator6"/> | 227 | <menu_item_separator label="-----------" name="separator6"/> |
178 | <menu_item_call label="スクリプト警告/エラー・ウィンドウを表示" name="Show Script Warning/Error Window"/> | 228 | <menu_item_call label="スクリプト警告/エラー・ウィンドウを表示" name="Show Script Warning/Error Window"/> |
@@ -183,37 +233,274 @@ | |||
183 | <menu_item_call label="選択したオブジェクトの中のスクリプトをリセット" name="Reset Scripts in Selection"/> | 233 | <menu_item_call label="選択したオブジェクトの中のスクリプトをリセット" name="Reset Scripts in Selection"/> |
184 | <menu_item_call label="選択したオブジェクトの中のスクリプトを起動する" name="Set Scripts to Running in Selection"/> | 234 | <menu_item_call label="選択したオブジェクトの中のスクリプトを起動する" name="Set Scripts to Running in Selection"/> |
185 | <menu_item_call label="選択したオブジェクトの中のスクリプトを停止する" name="Set Scripts to Not Running in Selection"/> | 235 | <menu_item_call label="選択したオブジェクトの中のスクリプトを停止する" name="Set Scripts to Not Running in Selection"/> |
236 | <menu_item_separator label="-----------" name="separator7"/> | ||
237 | <menu_item_call label="一括権限設定" name="Set permissions on selected task inventory"/> | ||
186 | </menu> | 238 | </menu> |
239 | |||
240 | |||
241 | <!-- ヘルプ --> | ||
242 | |||
187 | <menu label="ヘルプ" name="Help"> | 243 | <menu label="ヘルプ" name="Help"> |
188 | <menu_item_call label="Second Life ヘルプ" name="Second Life Help"/> | 244 | <menu_item_call label="ヘルプ" name="Grid Help"/> |
189 | <menu_item_call label="チュートリアル" name="Tutorial"/> | 245 | <menu_item_call label="チュートリアル" name="Tutorial"/> |
190 | <menu_item_separator label="-----------" name="separator"/> | 246 | <menu_item_separator label="-----------" name="separator"/> |
191 | <menu_item_call label="Linden公式ブログ..." name="Official Linden Blog..."/> | 247 | <menu_item_call label="Imprudenceブログ" name="Imprudence Blog"/> |
248 | <menu_item_call label="Imprudenceフォーラム" name="Imprudence Forums"/> | ||
192 | <menu_item_separator label="-----------" name="separator2"/> | 249 | <menu_item_separator label="-----------" name="separator2"/> |
193 | <menu_item_call label="スクリプト・ポータル..." name="Scripting Portal..."> | 250 | <menu_item_call label="スクリプト・ポータル" name="Scripting Portal"> |
194 | <on_click name="ScriptingPortal_url" userdata="WebLaunchLSLWiki,http://wiki.secondlife.com/wiki/LSL_Portal/ja" /> | 251 | <on_click name="ScriptingPortal_url" userdata="WebLaunchLSLWiki,http://wiki.secondlife.com/wiki/LSL_Portal/ja" /> |
195 | </menu_item_call> | 252 | </menu_item_call> |
196 | <menu_item_separator label="-----------" name="separator3"/> | 253 | <menu_item_separator label="-----------" name="separator3"/> |
197 | <menu_item_call label="嫌がらせの報告..." name="Report Abuse..."/> | 254 | <menu_item_call label="嫌がらせの報告..." name="Report Abuse..."/> |
198 | <menu_item_call label="衝突の記録..." name="Bumps, Pushes &amp; Hits..."/> | 255 | <menu_item_call label="衝突の記録" name="Bumps, Pushes &amp; Hits"/> |
199 | <menu_item_call label="ラグ メーター" name="Lag Meter"/> | 256 | <menu_item_call label="ラグ メーター" name="Lag Meter"/> |
200 | <menu_item_separator label="-----------" name="separator7"/> | 257 | <menu_item_separator label="-----------" name="separator4"/> |
201 | <menu label="バグの報告" name="Bug Reporting"> | 258 | <menu_item_call label="Imprudenceについて" name="About Imprudence"/> |
202 | <menu_item_call label="パブリック問題トラッカー..." name="Public Issue Tracker..."/> | 259 | </menu> |
203 | <menu_item_call label="パブリック問題トラッカー ヘルプ..." name="Publc Issue Tracker Help..."> | 260 | |
204 | <on_click name="PublicIssueTrackerHelp_url" userdata="WebLaunchPublicIssueHelp,http://wiki.secondlife.com/wiki/Issue_tracker/ja" /> | 261 | |
205 | </menu_item_call> | 262 | <!-- アドバンス--> |
206 | <menu_item_separator label="-----------" name="separator7"/> | 263 | |
207 | <menu_item_call label="バグの報告 101..." name="Bug Reporing 101..."> | 264 | <menu label="アドバンス" name="Advanced" drop_shadow="true"> |
208 | <on_click name="BugReporting101_url" userdata="WebLaunchBugReport101,http://wiki.secondlife.com/wiki/Bug_Reporting_101"/> | 265 | <menu label="コンソール" name="Consoles"> |
209 | </menu_item_call> | 266 | <menu_item_check label="フレームのコンソール" name="Frame Console"/> |
210 | <menu_item_call label="セキュリティ問題..." name="Security Issues..."> | 267 | <menu_item_check label="テクスチャのコンソール" name="Texture Console"/> |
211 | <on_click name="SecurityIssues_url" userdata="WebLaunchSecurityIssues,http://wiki.secondlife.com/wiki/Security_issues/ja"/> | 268 | <menu_item_check label="デバッグコンソール" name="Debug Console"/> |
212 | </menu_item_call> | 269 | <menu_item_check label="ファーストタイマー" name="Fast Timers"/> |
213 | <menu_item_call label="品質保証関連Wiki..." name="QA Wiki..."/> | 270 | <menu_item_separator label="-----------" name="separator"/> <menu_item_call label="通知コンソール" name="Notifications Console"/> |
214 | <menu_item_separator label="-----------" name="separator9"/> | 271 | <menu_item_separator label="-----------" name="separator2"/> <menu_item_call label="リージョン情報をデバッグコンソールへ" name="Region Info to Debug Console"/> |
215 | <menu_item_call label="バグの報告..." name="Report Bug..."/> | 272 | <menu_item_call label="グループ情報をデバッグコンソールへ" name="Group Info to Debug Console"/> |
216 | </menu> | 273 | <menu_item_call label="性能情報をデバッグコンソールへ" name="Capabilities Info to Debug Console"/> |
217 | <menu_item_call label="Second Lifeについて" name="About Second Life..."/> | 274 | </menu> |
275 | <menu label="HUD情報" name="HUD Info"> | ||
276 | <menu_item_check label="速度" name="Velocity"/> | ||
277 | <menu_item_check label="カメラ" name="Camera"/> | ||
278 | <menu_item_check label="風" name="Wind"/> | ||
279 | <menu_item_check label="FOV (視野角)" name="FOV"/> | ||
280 | </menu> | ||
281 | <menu_item_separator label="-----------" name="separator"/> | ||
282 | <menu_item_call label="ここにすわる" name="Ground Sit"/> | ||
283 | <menu_item_call label="地上にテレポート" name="Teleport to Ground"/> | ||
284 | <menu_item_check label="アバターをファントムにする" name="Phantom"/> | ||
285 | <menu_item_check label="アニメーション・リスト" name="Animation List"/> | ||
286 | <menu_item_check label="このエリアのオブジェクトを検索" name="Area Object Search"/> | ||
287 | <menu_item_check label="テクスチャ・ブラウザ" name="asset browser"/> | ||
288 | <menu_item_separator label="-----------" name="separator2"/> | ||
289 | <menu label="レンダリング" name="Rendering"> | ||
290 | <menu label="種類" name="Types"> | ||
291 | <menu_item_check label="シンプル" name="Simple"/> | ||
292 | <menu_item_check label="アルファ" name="Alpha"/> | ||
293 | <menu_item_check label="木" name="Tree"/> | ||
294 | <menu_item_check label="アバター" name="Character"/> | ||
295 | <menu_item_check label="地表" name="SurfacePatch"/> | ||
296 | <menu_item_check label="空" name="Sky"/> | ||
297 | <menu_item_check label="水" name="Water"/> | ||
298 | <menu_item_check label="地面" name="Ground"/> | ||
299 | <menu_item_check label="ボリューム" name="Volume"/> | ||
300 | <menu_item_check label="草" name="Grass"/> | ||
301 | <menu_item_check label="雲" name="Clouds"/> | ||
302 | <menu_item_check label="パーティクル" name="Particles"/> | ||
303 | <menu_item_check label="衝突" name="Bump"/> | ||
304 | </menu> | ||
305 | <menu label="機能" name="Features"> | ||
306 | <menu_item_check label="UI" name="UI"/> | ||
307 | <menu_item_check label="選択済" name="Selected"/> | ||
308 | <menu_item_check label="ハイライト" name="Highlighted"/> | ||
309 | <menu_item_check label="ダイナミックテクスチャ" name="Dynamic Textures"/> | ||
310 | <menu_item_check label="足の影" name="Foot Shadows"/> | ||
311 | <menu_item_check label="くもり" name="Fog"/> | ||
312 | <menu_item_check label="FRInfo のテスト" name="Test FRInfo"/> | ||
313 | <menu_item_check label="フレキシブルオブジェクト" name="Flexible Objects"/> | ||
314 | </menu> | ||
315 | <menu label="情報を表示" name="Info Displays"> | ||
316 | <menu_item_check label="検証" name="Verify"/> | ||
317 | <menu_item_check label="バウンディングボックス" name="BBoxes"/> | ||
318 | <menu_item_check label="先端" name="Points"/> | ||
319 | <menu_item_check label="オクトリー" name="Octree"/> | ||
320 | <menu_item_check label="オクルージョン" name="Occlusion"/> | ||
321 | <menu_item_check label="バッチの描画" name="Render Batches"/> | ||
322 | <menu_item_check label="アニメーション・テクスチャ" name="Animated Textures"/> | ||
323 | <menu_item_check label="テクスチャ優先度" name="Texture Priority"/> | ||
324 | <menu_item_check label="アバターのレンダリングコストを表示する" name="Avatar Rendering Cost"/> | ||
325 | <menu_item_check label="テクスチャの範囲" name="Texture Area (sqrt(A))"/> | ||
326 | <menu_item_check label="側面" name="Face Area (sqrt(A))"/> | ||
327 | <menu_item_check label="光" name="Lights"/> | ||
328 | <menu_item_check label="パーティクル" name="Particles"/> | ||
329 | </menu> | ||
330 | <menu label="レンダーテスト" name="Render Tests"> | ||
331 | <menu_item_check label="カメラオフセット" name="Camera Offset"/> | ||
332 | <menu_item_check label="フレームレートをランダム化" name="Randomize Framerate"/> | ||
333 | <menu_item_check label="定期的に遅いフレームを挿入する" name="Periodic Slow Frame"/> | ||
334 | <menu_item_check label="フレームテスト" name="Frame Test"/> | ||
335 | </menu> | ||
336 | <menu_item_separator label="-----------" name="separator"/> | ||
337 | <menu_item_check label="軸" name="Axes"/> | ||
338 | <menu_item_separator label="-----------" name="separator2"/> | ||
339 | <menu_item_check label="選択したものを非表示にする" name="Hide Selected"/> | ||
340 | <menu_item_separator label="-----------" name="separator3"/> | ||
341 | <menu_item_check label="接線基底" name="Tangent Basis"/> | ||
342 | <menu_item_call label="選択したテクスチャ情報" name="Selected Texture Info"/> | ||
343 | <menu_item_check label="ワイヤーフレーム" name="Wireframe"/> | ||
344 | <menu_item_check label="オブジェクト間オクルージョン" name="Object-Object Occlusion"/> | ||
345 | <menu_item_check label="GL デバッグ" name="Debug GL"/> | ||
346 | <menu_item_check label="経路をデバッグ" name="Debug Pipeline"/> | ||
347 | <menu_item_check label="ファーストアルファ" name="Fast Alpha"/> | ||
348 | <menu_item_check label="木のアニメーション" name="Animate Trees"/> | ||
349 | <menu_item_check label="テクスチャのアニメーション" name="Animate Textures"/> | ||
350 | <menu_item_check label="テクスチャを無効にする" name="Disable Textures"/> | ||
351 | <menu_item_check label="マルチスレッド処理" name="Run Multiple Threads"/> | ||
352 | <menu_item_check label="チージービーコン" name="Cheesy Beacon"/> | ||
353 | <menu_item_check label="装着された光源を描画する" name="Attached Lights"/> | ||
354 | <menu_item_check label="装着されたパーティクルを描画する" name="Attached Particles"/> | ||
355 | </menu> | ||
356 | <menu label="世界" name="World"> | ||
357 | <menu_item_check label="シムの太陽の設定を無視する" name="Sim Sun Override"/> | ||
358 | <menu_item_call label="スクリプト付きカメラをダンプ" name="Dump Scripted Camera"/> | ||
359 | <menu_item_check label="固定された天気" name="Fixed Weather"/> | ||
360 | <menu_item_call label="リージョンオブジェクトのキャッシュをダンプする" name="Dump Region Object Cache"/> | ||
361 | </menu> | ||
362 | <menu label="RLVa" name="RLVa"> | ||
363 | <menu label="デバッグ" name="Debug"> | ||
364 | <menu_item_check label="デバッグ・メッセージを表示" name="Show Debug Messages"/> | ||
365 | <menu_item_separator label="-----------" name="separator"/> | ||
366 | <menu_item_check label="古い名称を有効にする" name="Enable Legacy Naming"/> | ||
367 | </menu> | ||
368 | <menu_item_separator label="-----------" name="separator"/> | ||
369 | <menu_item_check label="装着を有効にする" name="Enable Wear"/> | ||
370 | <menu_item_separator label="-----------" name="separator2"/> | ||
371 | <menu_item_check label="ロックされたレイヤーを非表示" name="Hide locked layers"/> | ||
372 | <menu_item_check label="ロックされたアタッチメントを非表示" name="Hide locked attachments"/> | ||
373 | <menu_item_separator label="-----------" name="separator3"/> | ||
374 | <menu_item_check label="#RLVフォルダの共有を禁止" name="Forbid Give to #RLV"/> | ||
375 | <menu_item_check label="タグを表示" name="Show Name Tags"/> | ||
376 | <menu_item_separator label="-----------" name="separator4"/> | ||
377 | <menu_item_call label="制限..." name="Restrictions..."/> | ||
378 | </menu> | ||
379 | <menu label="UI" name="UI"> | ||
380 | <menu_item_check label="デフォルトのカラー・ピッカーを使用する" name="Use default system color picker"/> | ||
381 | <menu_item_check label="メニュー・バーに検索ボックスを表示" name="Show search panel in overlay bar"/> | ||
382 | <menu_item_separator label="-----------" name="separator"/> | ||
383 | <menu_item_call label="Web ブラウザのテスト" name="Web Browser Test"/> | ||
384 | <menu_item_call label="UIを編集可能にする" name="Editable UI"/> | ||
385 | <menu_item_call label="SelectMgrをダンプ" name="Dump SelectMgr"/> | ||
386 | <menu_item_call label="持ち物の出力" name="Dump Inventory"/> | ||
387 | <menu_item_call label="フォーカスホールダーをダンプ" name="Dump Focus Holder"/> | ||
388 | <menu_item_call label="選択したオブジェクト情報をプリント" name="Print Selected Object Info"/> | ||
389 | <menu_item_call label="エージェント情報をプリント" name="Print Agent Info"/> | ||
390 | <menu_item_call label="メモリ使用状況" name="Memory Stats"/> | ||
391 | <menu_item_call label="グループ情報のキャッシュをクリア" name="Clear Cached Group Info"/> | ||
392 | <menu_item_separator label="-----------" name="separator2"/> | ||
393 | <menu_item_check label="SelectMgr のデバッグ" name="Debug SelectMgr"/> | ||
394 | <menu_item_check label="ダブルクリック" name="Debug Clicks"/> | ||
395 | <menu_item_check label="表示のデバッグ" name="Debug Views"/> | ||
396 | <menu_item_check label="名称ツールチップのデバッグ" name="Show Name Tooltips"/> | ||
397 | <menu_item_check label="マウス操作によるイベントのデバッグ" name="Debug Mouse Events"/> | ||
398 | <menu_item_check label="キーのデバッグ" name="Debug Keys"/> | ||
399 | <menu_item_check label="WindowProcのデバッグ" name="Debug WindowProc"/> | ||
400 | <menu_item_check label="テキスト・エディタのヒントをデバッグ" name="Debug Text Editor Tips"/> | ||
401 | <menu_item_separator label="-----------" name="separator3"/> | ||
402 | <menu_item_check label="時間を表示する" name="Show Time"/> | ||
403 | <menu_item_check label="描画情報を表示する" name="Show Render Info"/> | ||
404 | <menu_item_check label="マトリックスを表示する" name="Show Matrices"/> | ||
405 | <menu_item_check label="カーソルを乗せた場所の色を表示する" name="Show Color Under Cursor"/> | ||
406 | </menu> | ||
407 | <menu label="XUI" name="XUI"> | ||
408 | <menu_item_call label="ウィンドウのテスト" name="Floater Test"/> | ||
409 | <menu_item_call label="フォントのテスト" name="Font Test"/> | ||
410 | <menu_item_call label="メニューをXMLで書き出し..." name="Export Menus to XML..."/> | ||
411 | <menu_item_call label="UIの編集..." name="Edit UI..."/> | ||
412 | <menu_item_call label="XMLから読み込む" name="Load from XML..."/> | ||
413 | <menu_item_call label="XMLで保存する" name="Save to XML..."/> | ||
414 | <menu_item_check label="XUIネームを表示する" name="Show XUI Names"/> | ||
415 | <menu_item_call label="テスト用 IM を送信する" name="Send Test IMs"/> | ||
416 | </menu> | ||
417 | <menu label="アバター" name="Character"> | ||
418 | <menu label="ベークドテクスチャを取得する" name="Grab Baked Texture"> | ||
419 | <menu_item_call label="瞳" name="Iris"/> | ||
420 | <menu_item_call label="頭" name="Head"/> | ||
421 | <menu_item_call label="上半身" name="Upper Body"/> | ||
422 | <menu_item_call label="下半身" name="Lower Body"/> | ||
423 | <menu_item_call label="スカート" name="Skirt"/> | ||
424 | </menu> | ||
425 | <menu label="キャラクターテスト" name="Character Tests"> | ||
426 | <menu_item_call label="容姿を XML に保存する" name="Appearance To XML"/> | ||
427 | <menu_item_call label="キャラクタジオメトリの切り替え" name="Toggle Character Geometry"/> | ||
428 | <menu_item_call label="男性アバターのテスト" name="Test Male"/> | ||
429 | <menu_item_call label="女性アバターのテスト" name="Test Female"/> | ||
430 | <menu_item_call label="PGを有効にする" name="Toggle PG"/> | ||
431 | <menu_item_check label="アバターの選択を許可" name="Allow Select Avatar"/> | ||
432 | </menu> | ||
433 | <menu_item_check label="ボイスに合わせて唇を動かす" name="Enable Lip Sync (Beta)"/> | ||
434 | <menu_item_check label="矢印キーのTap-Tap-Holdで走る" name="Tap-Tap-Hold To Run"/> | ||
435 | <menu_item_call label="パラメータを強制的にデフォルトにする" name="Force Params to Default"/> | ||
436 | <menu_item_call label="頂点シェーダの再読込" name="Reload Vertex Shader"/> | ||
437 | <menu_item_check label="アニメーション情報" name="Animation Info"/> | ||
438 | <menu_item_check label="スローモーションのアニメーション" name="Slow Motion Animations"/> | ||
439 | <menu_item_check label="見ているものを表示する" name="Show Look At"/> | ||
440 | <menu_item_check label="クリックした場所を表示する" name="Show Point At"/> | ||
441 | <menu_item_check label="見ているものを自分にだけ表示" name="Private Look At"/> | ||
442 | <menu_item_check label="クリックした場所を自分にだけ表示" name="Private Point At"/> | ||
443 | <menu_item_check label="結合部のアップデートのデバッグ" name="Debug Joint Updates"/> | ||
444 | <menu_item_check label="LOD を無効にする" name="Disable LOD"/> | ||
445 | <menu_item_check label="キャラクターVis のデバッグ" name="Debug Character Vis"/> | ||
446 | <menu_item_check label="骨組みの衝突判定を表示する" name="Show Collision Skeleton"/> | ||
447 | <menu_item_check label="エージェントのターゲットを表示する" name="Display Agent Target"/> | ||
448 | <menu_item_check label="回転をデバッグ" name="Debug Rotation"/> | ||
449 | <menu_item_call label="アタッチメントをダンプ" name="Dump Attachments"/> | ||
450 | </menu> | ||
451 | <menu label="クラッシュ" name="Crash"> | ||
452 | <menu_item_call label="バッドメモリアクセスを実行する" name="Force Bad Memory Access"/> | ||
453 | <menu_item_call label="LLErrorとクラッシュを実行する" name="Force LLError And Crash"/> | ||
454 | <menu_item_call label="無限ループ" name="Force Infinite Loop"/> | ||
455 | <menu_item_call label="ドライバのクラッシュを実行する" name="Force Driver Crash"/> | ||
456 | <menu_item_call label="ビューワの接続遮断を実行する" name="Force Disconnect Viewer"/> | ||
457 | <menu_item_separator label="-----------" name="separator"/> | ||
458 | <menu_item_check label="デバッグ用のミニダンプを出力する" name="Output Debug Minidump"/> | ||
459 | </menu> | ||
460 | <menu label="ネットワーク" name="Network"> | ||
461 | <menu_item_call label="メッセージログを有効にする" name="Enable Message Log"/> | ||
462 | <menu_item_call label="メッセージログを使用不可にする" name="Disable Message Log"/> | ||
463 | <menu_item_separator label="-----------" name="separator"/> | ||
464 | <menu_item_check label="速力が挿入されたオブジェクト" name="Velocity Interpolate Objects"/> | ||
465 | <menu_item_check label="挿入されたオブジェクトの位置の Ping" name="Ping Interpolate Object Positions"/> | ||
466 | <menu_item_separator label="-----------" name="separator2"/> | ||
467 | <menu_item_call label="パケットドロップ" name="Drop a Packet"/> | ||
468 | </menu> | ||
469 | <menu label="レコーダー" name="Recorder"> | ||
470 | <menu_item_call label="全セッションのログを記録" name="Full Session Logging"/> | ||
471 | <menu_item_call label="ログの記録開始" name="Start Logging"/> | ||
472 | <menu_item_call label="ログの記録停止" name="Stop Logging"/> | ||
473 | <menu_item_call label="10秒間ログを記録" name="Log 10 Seconds"/> | ||
474 | <menu_item_call label="30秒間ログを記録" name="Log 30 Seconds"/> | ||
475 | <menu_item_call label="60秒間ログを記録" name="Log 60 Seconds"/> | ||
476 | <menu_item_separator label="-----------" name="separator"/> | ||
477 | <menu_item_call label="再生開始" name="Start Playback"/> | ||
478 | <menu_item_call label="再生停止" name="Stop Playback"/> | ||
479 | <menu_item_check label="再生をループ" name="Loop Playback"/> | ||
480 | <menu_item_call label="記録開始" name="Start Record"/> | ||
481 | <menu_item_call label="記録停止" name="Stop Record"/> | ||
482 | </menu> | ||
483 | <menu label="管理者オプション" name="Admin Options"> | ||
484 | <menu_item_check label="管理者メニューを表示する" name="View Admin Options"/> | ||
485 | <menu_item_call label="管理者ステータスの呼び出し" name="Request Admin Status"/> | ||
486 | <menu_item_call label="管理者ステータス解除" name="Leave Admin Status"/> | ||
487 | </menu> | ||
488 | <menu_item_separator label="-----------" name="separator3"/> | ||
489 | <menu_item_check label="オブジェクトのアップデートを表示する" name="Show Updates"/> | ||
490 | <menu_item_separator label="-----------" name="separator4"/> | ||
491 | <menu_item_check label="シャッター音とアニメーションなしでスナップショットをディスクに保存する" name="Quiet Snapshots to Disk"/> | ||
492 | <menu_item_call label="画像を圧縮" name="Compress Image..."/> | ||
493 | <menu_item_check label="ビルドの最大制限を解除" name="Disable Max Build Constraints"/> | ||
494 | <menu_item_check label="権限の詳細を表示する" name="Debug Permissions"/> | ||
495 | <menu_item_check label="マウスの動きをスムーズに" name="Mouse Smoothing"/> | ||
496 | <menu_item_check label="マウスルック時に十字カーソルを表示" name="Show Mouselook Crosshairs"/> | ||
497 | <menu_item_separator label="-----------" name="separator5"/> | ||
498 | <menu_item_check label="次回の起動時にコンソールウィンドウを表示する" name="Console Window"/> | ||
499 | <menu_item_check label="Restrained Loveの使用" name="Restrained Love Support"/> | ||
500 | <menu_item_check label="複数のImprudenceの同時起動を許可" name="Allow Multiple Instances"/> | ||
501 | <menu_item_call label="ログアウト" name="Logout"/> | ||
502 | <menu_item_call label="デバッグ設定を表示する" name="Debug Settings"/> | ||
218 | </menu> | 503 | </menu> |
504 | |||
505 | |||
219 | </menu_bar> | 506 | </menu_bar> |
diff --git a/linden/indra/newview/skins/default/xui/ja/notifications.xml b/linden/indra/newview/skins/default/xui/ja/notifications.xml index 77c6068..6da6ccc 100644 --- a/linden/indra/newview/skins/default/xui/ja/notifications.xml +++ b/linden/indra/newview/skins/default/xui/ja/notifications.xml | |||
@@ -3271,6 +3271,30 @@ Macの場合は、Cmd-Opt-Shift-Dを押してください。 | |||
3271 | <notification name="UnableToOpenCommandURL"> | 3271 | <notification name="UnableToOpenCommandURL"> |
3272 | クリックしたURLはこのウェブブラウザでは開けません | 3272 | クリックしたURLはこのウェブブラウザでは開けません |
3273 | </notification> | 3273 | </notification> |
3274 | |||
3275 | |||
3276 | <!-- ここから Imprudence 固有の通知 --> | ||
3277 | |||
3278 | |||
3279 | <notification name="ConfirmAutoPilot"> | ||
3280 | 本当にここまで歩きますか? | ||
3281 | <usetemplate ignoretext="オートパイロットする時" name="okcancelignore" notext="キャンセル" yestext="歩く"/> | ||
3282 | </notification> | ||
3283 | |||
3284 | <notification name="ConfirmDoubleClickTP"> | ||
3285 | 本当にここにテレポートしますか? | ||
3286 | <usetemplate ignoretext="ダブルクリックテレポート時" name="okcancelignore" notext="キャンセル" yestext="テレポート"/> | ||
3287 | </notification> | ||
3288 | |||
3289 | <notification name="ConfirmTeleportHome"> | ||
3290 | 本当にホームにテレポートしますか? | ||
3291 | <usetemplate ignoretext="ホームにテレポートする時" name="okcancelignore" notext="キャンセル" yestext="テレポート"/> | ||
3292 | </notification> | ||
3293 | |||
3294 | |||
3295 | <!-- ここまで Imprudence 固有の通知 --> | ||
3296 | |||
3297 | |||
3274 | <global name="UnsupportedCPU"> | 3298 | <global name="UnsupportedCPU"> |
3275 | - あなたの CPU の速度は必須動作環境の条件を満たしていません。 | 3299 | - あなたの CPU の速度は必須動作環境の条件を満たしていません。 |
3276 | </global> | 3300 | </global> |
diff --git a/linden/indra/newview/skins/default/xui/ja/panel_avatar.xml b/linden/indra/newview/skins/default/xui/ja/panel_avatar.xml index a3745a2..147a5f6 100644 --- a/linden/indra/newview/skins/default/xui/ja/panel_avatar.xml +++ b/linden/indra/newview/skins/default/xui/ja/panel_avatar.xml | |||
@@ -60,6 +60,7 @@ | |||
60 | <text name="Photo:"> | 60 | <text name="Photo:"> |
61 | 写真: | 61 | 写真: |
62 | </text> | 62 | </text> |
63 | <button label="UUIDコピー" name="btn_copy_uuid"/> | ||
63 | <texture_picker label="" name="img" tool_tip="写真をクリックして選択"/> | 64 | <texture_picker label="" name="img" tool_tip="写真をクリックして選択"/> |
64 | <text name="Groups:"> | 65 | <text name="Groups:"> |
65 | グループ: | 66 | グループ: |
@@ -77,8 +78,11 @@ | |||
77 | </text> | 78 | </text> |
78 | <view_border name="drop_target_rect" /> | 79 | <view_border name="drop_target_rect" /> |
79 | <view_border name="drop_target_rect_vis" /> | 80 | <view_border name="drop_target_rect_vis" /> |
80 | <text name="Give inventory" tool_tip="ここに物品目をドロップしてこの人に贈ります"> | 81 | <text name="drop target" tool_tip="ここに持ち物アイテムをドロップしてこの人に贈ります"> |
81 | 持ち物アイテムをここにドロップします | 82 | 持ち物アイテムを |
83 | </text> | ||
84 | <text name="Give inventory 2" tool_tip="ここに持ち物アイテムをドロップしてこの人に贈ります"> | ||
85 | ここにドロップします | ||
82 | </text> | 86 | </text> |
83 | <check_box label="検索に表示" name="allow_publish" tool_tip="検索で、詳細やイメージなどさらなるプロフィール情報を公開する。"/> | 87 | <check_box label="検索に表示" name="allow_publish" tool_tip="検索で、詳細やイメージなどさらなるプロフィール情報を公開する。"/> |
84 | <button label="?" label_selected="?" name="?"/> | 88 | <button label="?" label_selected="?" name="?"/> |
@@ -87,6 +91,7 @@ | |||
87 | <button label="フレンドに追加" label_selected="フレンドに追加" name="Add Friend..." /> | 91 | <button label="フレンドに追加" label_selected="フレンドに追加" name="Add Friend..." /> |
88 | <button label="支払う" label_selected="支払う" name="Pay..."/> | 92 | <button label="支払う" label_selected="支払う" name="Pay..."/> |
89 | <button label="IMを送る" label_selected="IMを送る" name="Instant Message..." tool_tip="インスタント・メッセージ (IM)" /> | 93 | <button label="IMを送る" label_selected="IMを送る" name="Instant Message..." tool_tip="インスタント・メッセージ (IM)" /> |
94 | <button label="グループに招待..." label_selected="グループに招待" name="Invite to Group..." /> | ||
90 | <button label="無視する" label_selected="無視する" name="Mute" /> | 95 | <button label="無視する" label_selected="無視する" name="Mute" /> |
91 | </panel> | 96 | </panel> |
92 | <panel label="ウェブ" name="WebProfile"> | 97 | <panel label="ウェブ" name="WebProfile"> |
diff --git a/linden/indra/newview/skins/default/xui/ja/panel_groups.xml b/linden/indra/newview/skins/default/xui/ja/panel_groups.xml index adfdcd4..f326a13 100644 --- a/linden/indra/newview/skins/default/xui/ja/panel_groups.xml +++ b/linden/indra/newview/skins/default/xui/ja/panel_groups.xml | |||
@@ -13,6 +13,8 @@ | |||
13 | <button label="抜ける" name="Leave" /> | 13 | <button label="抜ける" name="Leave" /> |
14 | <button label="作成..." name="Create" /> | 14 | <button label="作成..." name="Create" /> |
15 | <button label="検索..." name="Search..." /> | 15 | <button label="検索..." name="Search..." /> |
16 | <button label="招待..." name="Invite..." /> | ||
17 | <button label="タイトル..." name="Titles..." /> | ||
16 | <string name="none"> | 18 | <string name="none"> |
17 | グループなし | 19 | グループなし |
18 | </string> | 20 | </string> |
diff --git a/linden/indra/newview/skins/default/xui/ja/panel_mini_map.xml b/linden/indra/newview/skins/default/xui/ja/panel_mini_map.xml index fdc4465..2f07116 100644 --- a/linden/indra/newview/skins/default/xui/ja/panel_mini_map.xml +++ b/linden/indra/newview/skins/default/xui/ja/panel_mini_map.xml | |||
@@ -24,4 +24,15 @@ | |||
24 | <text name="nw_label" width="40"> | 24 | <text name="nw_label" width="40"> |
25 | 北西 | 25 | 北西 |
26 | </text> | 26 | </text> |
27 | |||
28 | <string name="tooltip_tp"> | ||
29 | ダブルクリックでテレポートします | ||
30 | </string> | ||
31 | <string name="tooltip_pan"> | ||
32 | Shift+ドラッグでパンします | ||
33 | </string> | ||
34 | <string name="tooltip_map"> | ||
35 | ダブルクリックで地図を開きます | ||
36 | </string> | ||
37 | |||
27 | </panel> | 38 | </panel> |
diff --git a/linden/indra/newview/skins/default/xui/ja/panel_preferences_advanced.xml b/linden/indra/newview/skins/default/xui/ja/panel_preferences_advanced.xml index ef13a75..4b5a2bb 100644 --- a/linden/indra/newview/skins/default/xui/ja/panel_preferences_advanced.xml +++ b/linden/indra/newview/skins/default/xui/ja/panel_preferences_advanced.xml | |||
@@ -1,4 +1,33 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes"?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes"?> |
2 | <panel name="advanced_panel"> | 2 | <panel label="高度な設定" name="advanced_panel"> |
3 | <check_box label="ログイン/ログアウト画面を非表示" name="disable_log_screen_check"/> | ||
4 | <check_box label="テレポート画面を非表示" name="disable_tp_screen_check"/> | ||
5 | <check_box label="名前タグに使用ビューワの名称を表示" name="client_name_tag_check"/> | ||
6 | <check_box label="ビューワを色で識別" name="client_name_color_check"/> | ||
7 | <check_box label="ビューワの名称にヒントを表示" name="client_name_hover_check"/> | ||
8 | <check_box label="自分のビューワ名称をタグに表示" name="client_name_tag_broadcast_check"/> | ||
9 | <check_box label="影を有効にする(警告:動作が不安定になり、高いグラフィック性能が必要です。)" name="shadows_check"/> | ||
10 | <text bottom_delta="-25" left="16" height="15" width="300" | ||
11 | follows="top|left"> | ||
12 | LightShare機能の使用(OpenSimのみ): | ||
13 | </text> | ||
14 | <combo_box name="lightshare_combo"> | ||
15 | <combo_item name="never"> | ||
16 | 使用しない | ||
17 | </combo_item> | ||
18 | <combo_item name="ask"> | ||
19 | 毎回確認 | ||
20 | </combo_item> | ||
21 | <combo_item name="always"> | ||
22 | 常に使用 | ||
23 | </combo_item> | ||
24 | </combo_box> | ||
25 | <check_box label="HTTPテクスチャを使用(試験中の機能)" name="http_texture_check"/> | ||
26 | <check_box label="遠距離の描画をスキップして早く読み込む" name="speed_rez_check"/> | ||
27 | <check_box label="容姿編集中のアニメーションを表示" name="appearance_anim_check"/> | ||
28 | <check_box label="伝統的なパイメニューを使用" name="legacy_pie_menu_checkbox"/> | ||
3 | <check_box label="言語をオブジェクトと共有" name="language_is_public" tool_tip="優先言語をインワールドのオブジェクトが認識する"/> | 29 | <check_box label="言語をオブジェクトと共有" name="language_is_public" tool_tip="優先言語をインワールドのオブジェクトが認識する"/> |
30 | <check_box label="チャットとIMで MU* ポーズ・スタイルを使用" name="allow_mupose"/> | ||
31 | <check_box label="OOCチャットの自動クローズ" name="auto_close_ooc"/> | ||
32 | <button label="全ての設定を初期値に戻す" name="reset_btn"/> | ||
4 | </panel> | 33 | </panel> |
diff --git a/linden/indra/newview/skins/default/xui/ja/panel_preferences_audio.xml b/linden/indra/newview/skins/default/xui/ja/panel_preferences_audio.xml index 9a8d175..c617ba1 100644 --- a/linden/indra/newview/skins/default/xui/ja/panel_preferences_audio.xml +++ b/linden/indra/newview/skins/default/xui/ja/panel_preferences_audio.xml | |||
@@ -20,6 +20,7 @@ | |||
20 | </text> | 20 | </text> |
21 | <check_box label="音楽がある場合再生する(通信が重くなる)" | 21 | <check_box label="音楽がある場合再生する(通信が重くなる)" |
22 | name="streaming_music" /> | 22 | name="streaming_music" /> |
23 | <check_box label="音楽のタイトルをチャットに表示" name="show_stream_title"/> | ||
23 | <check_box | 24 | <check_box |
24 | label="ストリーミング・メディア使用可時に再生(帯域幅の消費増)" | 25 | label="ストリーミング・メディア使用可時に再生(帯域幅の消費増)" |
25 | name="streaming_video" /> | 26 | name="streaming_video" /> |
@@ -35,11 +36,15 @@ | |||
35 | <text type="string" length="1" name="ui_volume_text"> | 36 | <text type="string" length="1" name="ui_volume_text"> |
36 | UI音量: | 37 | UI音量: |
37 | </text> | 38 | </text> |
39 | <text name="ambient_prefs_text"> | ||
40 | 環境音: | ||
41 | </text> | ||
42 | <check_box label="風の発生を有効にする" name="mute_wind_check"/> | ||
38 | <slider label="ドップラー効果" name="Doppler Effect" /> | 43 | <slider label="ドップラー効果" name="Doppler Effect" /> |
39 | <slider label="遠隔要因" name="Distance Factor" /> | 44 | <slider label="遠隔要因" name="Distance Factor" /> |
40 | <slider label="ロールオフ係数" name="Rolloff Factor" /> | 45 | <slider label="ロールオフ係数" name="Rolloff Factor" /> |
41 | <spinner label="L$変更基準点" name="L$ Change Threshold" /> | 46 | <spinner label="L$変更基準点" name="L$ Change Threshold" /> |
42 | <spinner label="ヘルス変化基準点" name="Health Change Threshold" /> | 47 | <spinner label="ヘルス変化基準点" name="Health change threshold" /> |
43 | <text type="string" length="1" name="doppler_effect_text"> | 48 | <text type="string" length="1" name="doppler_effect_text"> |
44 | オーディオ環境設定: | 49 | オーディオ環境設定: |
45 | </text> | 50 | </text> |
diff --git a/linden/indra/newview/skins/default/xui/ja/panel_preferences_fonts.xml b/linden/indra/newview/skins/default/xui/ja/panel_preferences_fonts.xml new file mode 100644 index 0000000..3cf54b7 --- /dev/null +++ b/linden/indra/newview/skins/default/xui/ja/panel_preferences_fonts.xml | |||
@@ -0,0 +1,9 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | |||
3 | <panel label="フォント" name="font_panel"> | ||
4 | |||
5 | <text> | ||
6 | ユーザー・インターフェースのフォントを変更できます。(再起動後に有効) | ||
7 | </text> | ||
8 | |||
9 | </panel> | ||
diff --git a/linden/indra/newview/skins/default/xui/ja/panel_preferences_general.xml b/linden/indra/newview/skins/default/xui/ja/panel_preferences_general.xml index 83b21b8..ee99373 100644 --- a/linden/indra/newview/skins/default/xui/ja/panel_preferences_general.xml +++ b/linden/indra/newview/skins/default/xui/ja/panel_preferences_general.xml | |||
@@ -32,8 +32,16 @@ | |||
32 | UI サイズ: | 32 | UI サイズ: |
33 | </text> | 33 | </text> |
34 | <check_box label="解像度独立スケールを使用" name="ui_auto_scale"/> | 34 | <check_box label="解像度独立スケールを使用" name="ui_auto_scale"/> |
35 | <check_box label="操作していない時は退席/AFK" name="afk_timeout_checkbox"/> | ||
35 | <spinner label="退席までの時間:" name="afk_timeout_spinner"/> | 36 | <spinner label="退席までの時間:" name="afk_timeout_spinner"/> |
37 | <!-- リンデン・ドル支払/受取の通知は「ポップアップ」タブへ移動 | ||
36 | <check_box label="リンデン・ドル(L$)の支払い/受け取りを通知" name="notify_money_change_checkbox"/> | 38 | <check_box label="リンデン・ドル(L$)の支払い/受け取りを通知" name="notify_money_change_checkbox"/> |
39 | --> | ||
40 | <text name="Mini-Map Notify:"> | ||
41 | ミニマップ通知: | ||
42 | </text> | ||
43 | <check_box label="チャット範囲に入った時" name="mini_map_notify_chat"/> | ||
44 | <check_box label="SIMに入った時" name="mini_map_notify_sim"/> | ||
37 | <text name="maturity_desired_label"> | 45 | <text name="maturity_desired_label"> |
38 | レーティング区分: | 46 | レーティング区分: |
39 | </text> | 47 | </text> |
diff --git a/linden/indra/newview/skins/default/xui/ja/panel_preferences_graphics1.xml b/linden/indra/newview/skins/default/xui/ja/panel_preferences_graphics1.xml index 167bc2a..bca61d9 100644 --- a/linden/indra/newview/skins/default/xui/ja/panel_preferences_graphics1.xml +++ b/linden/indra/newview/skins/default/xui/ja/panel_preferences_graphics1.xml | |||
@@ -5,6 +5,7 @@ | |||
5 | </text> | 5 | </text> |
6 | <button label="?" name="GraphicsPreferencesHelpButton" /> | 6 | <button label="?" name="GraphicsPreferencesHelpButton" /> |
7 | <check_box label="ウィンドウ内で Second Life を起動" name="windowed mode" /> | 7 | <check_box label="ウィンドウ内で Second Life を起動" name="windowed mode" /> |
8 | <check_box label="Windlightツールバーを表示" name="toggle_windlight_control"/> | ||
8 | <text_editor name="voice_chat_description"> | 9 | <text_editor name="voice_chat_description"> |
9 | チェック無しの場合は、ログイン時にフルスクリーン表示 | 10 | チェック無しの場合は、ログイン時にフルスクリーン表示 |
10 | </text_editor> | 11 | </text_editor> |
diff --git a/linden/indra/newview/skins/default/xui/ja/panel_preferences_im.xml b/linden/indra/newview/skins/default/xui/ja/panel_preferences_im.xml index a2c13bb..8d4a564 100644 --- a/linden/indra/newview/skins/default/xui/ja/panel_preferences_im.xml +++ b/linden/indra/newview/skins/default/xui/ja/panel_preferences_im.xml | |||
@@ -11,9 +11,14 @@ | |||
11 | ログインして変更してください | 11 | ログインして変更してください |
12 | </text> | 12 | </text> |
13 | <check_box label="IMを電子メール([EMAIL])へ送信" name="send_im_to_email"/> | 13 | <check_box label="IMを電子メール([EMAIL])へ送信" name="send_im_to_email"/> |
14 | <check_box label="チャットコンソールにIMを表示する" name="include_im_in_chat_console"/> | 14 | <text name="show_ims_label"> |
15 | IMの表示: | ||
16 | </text> | ||
17 | <check_box label="チャットコンソールに表示" name="include_im_in_chat_console" left="208"/> | ||
18 | <check_box label="チャット履歴に表示" name="include_im_in_chat_history" left="358"/> | ||
15 | <check_box label="IMにタイムスタンプを表示" name="show_timestamps_check"/> | 19 | <check_box label="IMにタイムスタンプを表示" name="show_timestamps_check"/> |
16 | <check_box label="オンライン・フレンド通知を表示" name="friends_online_notify_checkbox"/> | 20 | <check_box label="オンライン・フレンド通知を表示" name="friends_online_notify_checkbox"/> |
21 | <check_box label="IMタブを縦並びに(再起動後に有効)" name="vertical-imtabs-toggle"/> | ||
17 | <text name="text_box4"> | 22 | <text name="text_box4"> |
18 | 記録オプション: | 23 | 記録オプション: |
19 | </text> | 24 | </text> |
@@ -29,4 +34,5 @@ | |||
29 | 取り込み中 | 34 | 取り込み中 |
30 | 応答メッセージ: | 35 | 応答メッセージ: |
31 | </text> | 36 | </text> |
37 | <button label="IM応答オプション" name="busy_adv_btn"/> | ||
32 | </panel> | 38 | </panel> |
diff --git a/linden/indra/newview/skins/default/xui/ja/panel_preferences_input.xml b/linden/indra/newview/skins/default/xui/ja/panel_preferences_input.xml index ded6f9d..ed20af2 100644 --- a/linden/indra/newview/skins/default/xui/ja/panel_preferences_input.xml +++ b/linden/indra/newview/skins/default/xui/ja/panel_preferences_input.xml | |||
@@ -21,11 +21,42 @@ | |||
21 | <text name="Camera Follow Distance:"> | 21 | <text name="Camera Follow Distance:"> |
22 | カメラ追従距離: | 22 | カメラ追従距離: |
23 | </text> | 23 | </text> |
24 | <text name="Camera Transition Time:"> | ||
25 | カメラ切替時間: | ||
26 | </text> | ||
27 | <text name="Camera Smoothing:"> | ||
28 | カメラの滑らかさ: | ||
29 | </text> | ||
30 | |||
24 | <check_box label="編集カメラの自動移動" name="edit_camera_movement" tool_tip="編集モードの開始、終了時はカメラ自動位置調整を使用"/> | 31 | <check_box label="編集カメラの自動移動" name="edit_camera_movement" tool_tip="編集モードの開始、終了時はカメラ自動位置調整を使用"/> |
25 | <check_box label="容姿カメラの自動移動" name="appearance_camera_movement" tool_tip="編集モードでは、カメラ自動位置調整を使用"/> | 32 | <check_box label="容姿カメラの自動移動" name="appearance_camera_movement" tool_tip="編集モードでは、カメラ自動位置調整を使用"/> |
33 | <check_box label="カメラ移動の制限を解除" name="Disable camera constraints"/> | ||
34 | <check_box label="ズームの最短距離制限を解除" name="disable_min_zoom_check"/> | ||
26 | <text name="text2"> | 35 | <text name="text2"> |
27 | アバター表示: | 36 | アバター表示: |
28 | </text> | 37 | </text> |
29 | <check_box label="アバターを一人称視点(マウスルック)で表示" name="first_person_avatar_visible"/> | 38 | <check_box label="アバターを一人称視点(マウスルック)で表示" name="first_person_avatar_visible"/> |
30 | <button label="ジョイスティック設定" name="joystick_setup_button"/> | 39 | <button label="ジョイスティック設定" name="joystick_setup_button"/> |
40 | <text name="double_click_action_label"> | ||
41 | ダブルクリック時の動作: | ||
42 | </text> | ||
43 | <combo_box name="double_click_action"> | ||
44 | <combo_item name="None"> | ||
45 | なし | ||
46 | </combo_item> | ||
47 | <combo_item name="Go"> | ||
48 | オートパイロット | ||
49 | </combo_item> | ||
50 | </combo_box> | ||
51 | <text name="go_action_label"> | ||
52 | オートパイロットの種類: | ||
53 | </text> | ||
54 | <combo_box name="go_action"> | ||
55 | <combo_item name="Move"> | ||
56 | 歩く | ||
57 | </combo_item> | ||
58 | <combo_item name="Teleport"> | ||
59 | テレポート | ||
60 | </combo_item> | ||
61 | </combo_box> | ||
31 | </panel> | 62 | </panel> |
diff --git a/linden/indra/newview/skins/default/xui/ja/panel_preferences_popups.xml b/linden/indra/newview/skins/default/xui/ja/panel_preferences_popups.xml index 9c1ca6e..75b316c 100644 --- a/linden/indra/newview/skins/default/xui/ja/panel_preferences_popups.xml +++ b/linden/indra/newview/skins/default/xui/ja/panel_preferences_popups.xml | |||
@@ -18,4 +18,5 @@ | |||
18 | <button width="235" label="ポップアップ全てを有効化..." label_selected="「次回表示」ダイアログリセット..." name="reset_dialogs_btn" tool_tip="全てのオプショナルポップアップと「初回使用」通知を有効にしてください。"/> | 18 | <button width="235" label="ポップアップ全てを有効化..." label_selected="「次回表示」ダイアログリセット..." name="reset_dialogs_btn" tool_tip="全てのオプショナルポップアップと「初回使用」通知を有効にしてください。"/> |
19 | <button width="235" label="これらのポップアップ全てを無効化..." name="skip_dialogs_btn" tool_tip="全てのオプショナルポップアップと「初回使用」通知を無効にしてください。"/> | 19 | <button width="235" label="これらのポップアップ全てを無効化..." name="skip_dialogs_btn" tool_tip="全てのオプショナルポップアップと「初回使用」通知を無効にしてください。"/> |
20 | <check_box label="新たに受け取ったオブジェクトを持ち物に自動的に表示" name="show_in_inventory"/> | 20 | <check_box label="新たに受け取ったオブジェクトを持ち物に自動的に表示" name="show_in_inventory"/> |
21 | <check_box label="[CURRENCY]を使用・受け取る時に通知" name="notify_money_change_checkbox"/> | ||
21 | </panel> | 22 | </panel> |
diff --git a/linden/indra/newview/skins/default/xui/ja/panel_radar.xml b/linden/indra/newview/skins/default/xui/ja/panel_radar.xml new file mode 100644 index 0000000..ae86ae6 --- /dev/null +++ b/linden/indra/newview/skins/default/xui/ja/panel_radar.xml | |||
@@ -0,0 +1,59 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | |||
3 | <!-- Note: panel rect (size) is specified in floater_mini_map.xml --> | ||
4 | |||
5 | <panel name="RadarPanel" label="レーダー"> | ||
6 | |||
7 | <string name="no_one_near"> | ||
8 | 近くに誰もいません | ||
9 | </string> | ||
10 | <string name="is_muted"> | ||
11 | (ミュート) | ||
12 | </string> | ||
13 | <string name="is_typing"> | ||
14 | (タイプ中) | ||
15 | </string> | ||
16 | <string name="entering_chat_range"> | ||
17 | [NAME] さんがチャットレンジに入ってきました。 ([DISTANCE]m) | ||
18 | </string> | ||
19 | <string name="entering_sim_range"> | ||
20 | [NAME] さんがSIMに入ってきました。 ([DISTANCE]m) | ||
21 | </string> | ||
22 | <string name="avatars_in_singular"> | ||
23 | [COUNT]人のアバター | ||
24 | </string> | ||
25 | <string name="avatars_in_plural"> | ||
26 | [COUNT]人のアバター | ||
27 | </string> | ||
28 | <string name="unknown_avatar"> | ||
29 | (不明) | ||
30 | </string> | ||
31 | |||
32 | <tab_container name="radar_tab_container"> | ||
33 | <panel name="avatar_tab" label="アバター"> | ||
34 | <button name="im_btn" label="IM/コール" tool_tip="IMウィンドウを開きます" /> | ||
35 | <button name="profile_btn" label="プロフィール" tool_tip="写真、所属グループ、その他の情報"/> | ||
36 | <button name="offer_teleport_btn" label="TPを送る" tool_tip="この人にテレポートを送って自分のところに呼びます"/> | ||
37 | <button name="teleport_btn" label="居場所へTP" tool_tip="この人のいるところにテレポートします"/> | ||
38 | <button name="track_btn" label="追跡する" tool_tip="地図上のフレンドにビーコンを作成、追跡します"/> | ||
39 | <button name="invite_btn" label="招待..." tool_tip="この人を自分の所属グループに招待します"/> | ||
40 | <button name="add_btn" label="追加..." tool_tip="この人にフレンド要請を送ります"/> | ||
41 | </panel> | ||
42 | <panel name="estate_tab" label="不動産管理"> | ||
43 | <button name="cam_btn" label="カメラ追跡"/> | ||
44 | <button name="freeze_btn" label="動けなくする..."/> | ||
45 | <button name="eject_btn" label="追い出す..."/> | ||
46 | <button name="ban_btn" label="立入禁止..."/> | ||
47 | <button name="mute_btn" label="ミュート..."/> | ||
48 | <button name="unmute_btn" label="ミュート解除..."/> | ||
49 | <button name="ar_btn" label="報告..."/> | ||
50 | </panel> | ||
51 | </tab_container> | ||
52 | |||
53 | <scroll_list name="RadarList"> | ||
54 | <column name="avatar_name" label="名前"/> | ||
55 | <column name="avatar_distance" label="距離"/> | ||
56 | </scroll_list> | ||
57 | |||
58 | </panel> | ||
59 | |||
diff --git a/linden/indra/newview/skins/default/xui/ja/panel_windlight_controls.xml b/linden/indra/newview/skins/default/xui/ja/panel_windlight_controls.xml new file mode 100644 index 0000000..bfe6a42 --- /dev/null +++ b/linden/indra/newview/skins/default/xui/ja/panel_windlight_controls.xml | |||
@@ -0,0 +1,6 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <panel name="windlight_controls"> | ||
3 | <button label="環境編集" name="Environment"/> | ||
4 | <flyout_button label="空" name="Presets"> | ||
5 | </flyout_button> | ||
6 | </panel> | ||
diff --git a/linden/indra/newview/skins/default/xui/ja/strings.xml b/linden/indra/newview/skins/default/xui/ja/strings.xml index b71ab22..03ab8d3 100644 --- a/linden/indra/newview/skins/default/xui/ja/strings.xml +++ b/linden/indra/newview/skins/default/xui/ja/strings.xml | |||
@@ -484,7 +484,7 @@ | |||
484 | <string name="xml_file"> | 484 | <string name="xml_file"> |
485 | XMLファイル | 485 | XMLファイル |
486 | </string> | 486 | </string> |
487 | <string name="dot_raw_file"> | 487 | <string name="raw_file"> |
488 | RAWファイル | 488 | RAWファイル |
489 | </string> | 489 | </string> |
490 | <string name="compressed_image_files"> | 490 | <string name="compressed_image_files"> |
diff --git a/linden/indra/newview/skins/default/xui/ko/floater_instant_message.xml b/linden/indra/newview/skins/default/xui/ko/floater_instant_message.xml index f1d0a48..68284be 100644 --- a/linden/indra/newview/skins/default/xui/ko/floater_instant_message.xml +++ b/linden/indra/newview/skins/default/xui/ko/floater_instant_message.xml | |||
@@ -21,6 +21,9 @@ | |||
21 | <string name="default_text_label"> | 21 | <string name="default_text_label"> |
22 | 메신저를 사용하려면 여기를 클릭하십시오. | 22 | 메신저를 사용하려면 여기를 클릭하십시오. |
23 | </string> | 23 | </string> |
24 | <string name="add_friend_string"> | ||
25 | 친구 추가 | ||
26 | </string> | ||
24 | <flyout_button label="프로필" name="profile_callee_btn" /> | 27 | <flyout_button label="프로필" name="profile_callee_btn" /> |
25 | <button label="음성연결" name="start_call_btn" /> | 28 | <button label="음성연결" name="start_call_btn" /> |
26 | <button label="연결종료" name="end_call_btn" /> | 29 | <button label="연결종료" name="end_call_btn" /> |
diff --git a/linden/indra/newview/skins/default/xui/ko/floater_tools.xml b/linden/indra/newview/skins/default/xui/ko/floater_tools.xml index b430cd1..1161196 100644 --- a/linden/indra/newview/skins/default/xui/ko/floater_tools.xml +++ b/linden/indra/newview/skins/default/xui/ko/floater_tools.xml | |||
@@ -146,8 +146,7 @@ | |||
146 | </text> | 146 | </text> |
147 | <button label="양도..." label_selected="양도..." name="button deed" | 147 | <button label="양도..." label_selected="양도..." name="button deed" |
148 | tool_tip="그룹 공유 오브젝트는 그룹 운영진이 양도할 수 있습니다." /> | 148 | tool_tip="그룹 공유 오브젝트는 그룹 운영진이 양도할 수 있습니다." /> |
149 | <check_box label="아무나 이동 허용" name="checkbox allow everyone move" /> | 149 | <check_box label="복사" name="checkbox allow everyone copy" /> |
150 | <check_box label="아무나 복사 허용" name="checkbox allow everyone copy" /> | ||
151 | <check_box label="검색 보기" name="search_check" | 150 | <check_box label="검색 보기" name="search_check" |
152 | tool_tip="사람들이 이 오브젝트 검색 결과를 보게 합니다." /> | 151 | tool_tip="사람들이 이 오브젝트 검색 결과를 보게 합니다." /> |
153 | <check_box label="판매 여부" name="checkbox for sale" /> | 152 | <check_box label="판매 여부" name="checkbox for sale" /> |
diff --git a/linden/indra/newview/skins/default/xui/ko/menu_rightclick_text.xml b/linden/indra/newview/skins/default/xui/ko/menu_rightclick_text.xml new file mode 100644 index 0000000..36fa667 --- /dev/null +++ b/linden/indra/newview/skins/default/xui/ko/menu_rightclick_text.xml | |||
@@ -0,0 +1,116 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | |||
3 | <menu drop_shadow="true" | ||
4 | mouse_opaque="false" name="Text Edit Menu" opaque="true"> | ||
5 | <menu_item_call label="Cut" mouse_opaque="true" | ||
6 | name="Cut Text"> | ||
7 | <on_click function="textfield_cut" userdata="about" /> | ||
8 | <on_enable function="textfield_cut_enable" /> | ||
9 | </menu_item_call> | ||
10 | <menu_item_call label="Copy" mouse_opaque="true" | ||
11 | name="Copy Text" > | ||
12 | <on_click function="textfield_copy" userdata="" /> | ||
13 | <on_enable function="textfield_copy_enable" /> | ||
14 | </menu_item_call> | ||
15 | <menu_item_call label="Paste" mouse_opaque="true" | ||
16 | name="Paste Text" > | ||
17 | <on_click function="textfield_paste" userdata="" /> | ||
18 | <on_enable function="textfield_paste_enable" /> | ||
19 | </menu_item_call> | ||
20 | <menu_item_call label="Delete" mouse_opaque="true" | ||
21 | name="Delete Text" > | ||
22 | <on_click function="textfield_delete" userdata="" /> | ||
23 | <on_enable function="textfield_delete_enable" /> | ||
24 | </menu_item_call> | ||
25 | <menu_item_separator /> | ||
26 | <menu_item_call label="Select All" mouse_opaque="true" | ||
27 | name="Select All Text" > | ||
28 | <on_click function="textfield_selectall" userdata="" /> | ||
29 | <on_enable function="textfield_selectall_enable" /> | ||
30 | </menu_item_call> | ||
31 | <menu_item_separator name="Translate" /> | ||
32 | <menu drop_shadow="true" | ||
33 | mouse_opaque="false" name="Translation Options" | ||
34 | bottom_delta="0" label="Translate To..." opaque="true" > | ||
35 | <menu_item_call label="English" mouse_opaque="true" | ||
36 | name="Translate Text" > | ||
37 | <on_click function="textfield_translate" translate="true" userdata="en" /> | ||
38 | <on_enable function="textfield_translate_enable" /> | ||
39 | </menu_item_call> | ||
40 | <menu_item_call label="Danish" mouse_opaque="true" | ||
41 | name="Translate Text" > | ||
42 | <on_click function="textfield_translate" translate="true" userdata="da" /> | ||
43 | <on_enable function="textfield_translate_enable" /> | ||
44 | </menu_item_call> | ||
45 | <menu_item_call label="Deutsch (German)" mouse_opaque="true" | ||
46 | name="Translate Text" > | ||
47 | <on_click function="textfield_translate" translate="true" userdata="de" /> | ||
48 | <on_enable function="textfield_translate_enable" /> | ||
49 | </menu_item_call> | ||
50 | <menu_item_call label="Spanish" mouse_opaque="true" | ||
51 | name="Translate Text" > | ||
52 | <on_click function="textfield_translate" translate="true" userdata="es" /> | ||
53 | <on_enable function="textfield_translate_enable" /> | ||
54 | </menu_item_call> | ||
55 | <menu_item_call label="French" mouse_opaque="true" | ||
56 | name="Translate Text" > | ||
57 | <on_click function="textfield_translate" translate="true" userdata="fr" /> | ||
58 | <on_enable function="textfield_translate_enable" /> | ||
59 | </menu_item_call> | ||
60 | <menu_item_call label="Italian" mouse_opaque="true" | ||
61 | name="Translate Text" > | ||
62 | <on_click function="textfield_translate" translate="true" userdata="it" /> | ||
63 | <on_enable function="textfield_translate_enable" /> | ||
64 | </menu_item_call> | ||
65 | <menu_item_call label="Hungarian" mouse_opaque="true" | ||
66 | name="Translate Text" > | ||
67 | <on_click function="textfield_translate" translate="true" userdata="hu" /> | ||
68 | <on_enable function="textfield_translate_enable" /> | ||
69 | </menu_item_call> | ||
70 | <menu_item_call label="Dutch" mouse_opaque="true" | ||
71 | name="Translate Text" > | ||
72 | <on_click function="textfield_translate" translate="true" userdata="nl" /> | ||
73 | <on_enable function="textfield_translate_enable" /> | ||
74 | </menu_item_call> | ||
75 | <menu_item_call label="Polish" mouse_opaque="true" | ||
76 | name="Translate Text" > | ||
77 | <on_click function="textfield_translate" translate="true" userdata="pl" /> | ||
78 | <on_enable function="textfield_translate_enable" /> | ||
79 | </menu_item_call> | ||
80 | <menu_item_call label="Portugese" mouse_opaque="true" | ||
81 | name="Translate Text" > | ||
82 | <on_click function="textfield_translate" translate="true" userdata="pt" /> | ||
83 | <on_enable function="textfield_translate_enable" /> | ||
84 | </menu_item_call> | ||
85 | <menu_item_call label="Russian" mouse_opaque="true" | ||
86 | name="Translate Text" > | ||
87 | <on_click function="textfield_translate" translate="true" userdata="ru" /> | ||
88 | <on_enable function="textfield_translate_enable" /> | ||
89 | </menu_item_call> | ||
90 | <menu_item_call label="Turkish" mouse_opaque="true" | ||
91 | name="Translate Text" > | ||
92 | <on_click function="textfield_translate" translate="true" userdata="tr" /> | ||
93 | <on_enable function="textfield_translate_enable" /> | ||
94 | </menu_item_call> | ||
95 | <menu_item_call label="Ukrainian" mouse_opaque="true" | ||
96 | name="Translate Text" > | ||
97 | <on_click function="textfield_translate" translate="true" userdata="uk" /> | ||
98 | <on_enable function="textfield_translate_enable" /> | ||
99 | </menu_item_call> | ||
100 | <menu_item_call label="Chinese" mouse_opaque="true" | ||
101 | name="Translate Text" > | ||
102 | <on_click function="textfield_translate" translate="true" userdata="zh" /> | ||
103 | <on_enable function="textfield_translate_enable" /> | ||
104 | </menu_item_call> | ||
105 | <menu_item_call label="Japanese" mouse_opaque="true" | ||
106 | name="Translate Text" > | ||
107 | <on_click function="textfield_translate" translate="true" userdata="ja" /> | ||
108 | <on_enable function="textfield_translate_enable" /> | ||
109 | </menu_item_call> | ||
110 | <menu_item_call label="Korean" mouse_opaque="true" | ||
111 | name="Translate Text" > | ||
112 | <on_click function="textfield_translate" translate="true" userdata="ko" /> | ||
113 | <on_enable function="textfield_translate_enable" /> | ||
114 | </menu_item_call> | ||
115 | </menu> | ||
116 | </menu> | ||
diff --git a/linden/indra/newview/skins/default/xui/pl/floater_instant_message.xml b/linden/indra/newview/skins/default/xui/pl/floater_instant_message.xml index 1d918b8..40b7c6e 100755 --- a/linden/indra/newview/skins/default/xui/pl/floater_instant_message.xml +++ b/linden/indra/newview/skins/default/xui/pl/floater_instant_message.xml | |||
@@ -24,6 +24,9 @@ | |||
24 | <string name="typing_start_string"> | 24 | <string name="typing_start_string"> |
25 | [NAME] pisze... | 25 | [NAME] pisze... |
26 | </string> | 26 | </string> |
27 | <string name="add_friend_string"> | ||
28 | Dodaj Znajomość | ||
29 | </string> | ||
27 | <string name="session_start_string"> | 30 | <string name="session_start_string"> |
28 | Rozpoczęcie rozmowy z [NAME]. Proszę czekać... | 31 | Rozpoczęcie rozmowy z [NAME]. Proszę czekać... |
29 | </string> | 32 | </string> |
diff --git a/linden/indra/newview/skins/default/xui/pl/floater_tools.xml b/linden/indra/newview/skins/default/xui/pl/floater_tools.xml index c896222..62da67d 100755 --- a/linden/indra/newview/skins/default/xui/pl/floater_tools.xml +++ b/linden/indra/newview/skins/default/xui/pl/floater_tools.xml | |||
@@ -126,8 +126,11 @@ | |||
126 | Przypisz | 126 | Przypisz |
127 | </string> | 127 | </string> |
128 | <button label="Przypisz..." label_selected="Przypisz..." name="button deed" tool_tip=""/> | 128 | <button label="Przypisz..." label_selected="Przypisz..." name="button deed" tool_tip=""/> |
129 | <check_box label="Pozwól przesuwać każdemu" name="checkbox allow everyone move"/> | 129 | <text name="Anyone can:"> |
130 | <check_box label="Pozwól kopiować każdemu" name="checkbox allow everyone copy"/> | 130 | Każdy: |
131 | </text> | ||
132 | <check_box label="Przesuń" name="checkbox allow everyone move"/> | ||
133 | <check_box label="Kopiuj" name="checkbox allow everyone copy"/> | ||
131 | <check_box label="Pokaż w wyszukiwarce" name="search_check" tool_tip="Udostępnij wyświetlanie się tego przedmiotu w wynikach wyszukiwania"/> | 134 | <check_box label="Pokaż w wyszukiwarce" name="search_check" tool_tip="Udostępnij wyświetlanie się tego przedmiotu w wynikach wyszukiwania"/> |
132 | <check_box label="Na Sprzedaż" name="checkbox for sale"/> | 135 | <check_box label="Na Sprzedaż" name="checkbox for sale"/> |
133 | <text name="Cost"> | 136 | <text name="Cost"> |
diff --git a/linden/indra/newview/skins/default/xui/pl/menu_rightclick_text.xml b/linden/indra/newview/skins/default/xui/pl/menu_rightclick_text.xml new file mode 100644 index 0000000..36fa667 --- /dev/null +++ b/linden/indra/newview/skins/default/xui/pl/menu_rightclick_text.xml | |||
@@ -0,0 +1,116 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | |||
3 | <menu drop_shadow="true" | ||
4 | mouse_opaque="false" name="Text Edit Menu" opaque="true"> | ||
5 | <menu_item_call label="Cut" mouse_opaque="true" | ||
6 | name="Cut Text"> | ||
7 | <on_click function="textfield_cut" userdata="about" /> | ||
8 | <on_enable function="textfield_cut_enable" /> | ||
9 | </menu_item_call> | ||
10 | <menu_item_call label="Copy" mouse_opaque="true" | ||
11 | name="Copy Text" > | ||
12 | <on_click function="textfield_copy" userdata="" /> | ||
13 | <on_enable function="textfield_copy_enable" /> | ||
14 | </menu_item_call> | ||
15 | <menu_item_call label="Paste" mouse_opaque="true" | ||
16 | name="Paste Text" > | ||
17 | <on_click function="textfield_paste" userdata="" /> | ||
18 | <on_enable function="textfield_paste_enable" /> | ||
19 | </menu_item_call> | ||
20 | <menu_item_call label="Delete" mouse_opaque="true" | ||
21 | name="Delete Text" > | ||
22 | <on_click function="textfield_delete" userdata="" /> | ||
23 | <on_enable function="textfield_delete_enable" /> | ||
24 | </menu_item_call> | ||
25 | <menu_item_separator /> | ||
26 | <menu_item_call label="Select All" mouse_opaque="true" | ||
27 | name="Select All Text" > | ||
28 | <on_click function="textfield_selectall" userdata="" /> | ||
29 | <on_enable function="textfield_selectall_enable" /> | ||
30 | </menu_item_call> | ||
31 | <menu_item_separator name="Translate" /> | ||
32 | <menu drop_shadow="true" | ||
33 | mouse_opaque="false" name="Translation Options" | ||
34 | bottom_delta="0" label="Translate To..." opaque="true" > | ||
35 | <menu_item_call label="English" mouse_opaque="true" | ||
36 | name="Translate Text" > | ||
37 | <on_click function="textfield_translate" translate="true" userdata="en" /> | ||
38 | <on_enable function="textfield_translate_enable" /> | ||
39 | </menu_item_call> | ||
40 | <menu_item_call label="Danish" mouse_opaque="true" | ||
41 | name="Translate Text" > | ||
42 | <on_click function="textfield_translate" translate="true" userdata="da" /> | ||
43 | <on_enable function="textfield_translate_enable" /> | ||
44 | </menu_item_call> | ||
45 | <menu_item_call label="Deutsch (German)" mouse_opaque="true" | ||
46 | name="Translate Text" > | ||
47 | <on_click function="textfield_translate" translate="true" userdata="de" /> | ||
48 | <on_enable function="textfield_translate_enable" /> | ||
49 | </menu_item_call> | ||
50 | <menu_item_call label="Spanish" mouse_opaque="true" | ||
51 | name="Translate Text" > | ||
52 | <on_click function="textfield_translate" translate="true" userdata="es" /> | ||
53 | <on_enable function="textfield_translate_enable" /> | ||
54 | </menu_item_call> | ||
55 | <menu_item_call label="French" mouse_opaque="true" | ||
56 | name="Translate Text" > | ||
57 | <on_click function="textfield_translate" translate="true" userdata="fr" /> | ||
58 | <on_enable function="textfield_translate_enable" /> | ||
59 | </menu_item_call> | ||
60 | <menu_item_call label="Italian" mouse_opaque="true" | ||
61 | name="Translate Text" > | ||
62 | <on_click function="textfield_translate" translate="true" userdata="it" /> | ||
63 | <on_enable function="textfield_translate_enable" /> | ||
64 | </menu_item_call> | ||
65 | <menu_item_call label="Hungarian" mouse_opaque="true" | ||
66 | name="Translate Text" > | ||
67 | <on_click function="textfield_translate" translate="true" userdata="hu" /> | ||
68 | <on_enable function="textfield_translate_enable" /> | ||
69 | </menu_item_call> | ||
70 | <menu_item_call label="Dutch" mouse_opaque="true" | ||
71 | name="Translate Text" > | ||
72 | <on_click function="textfield_translate" translate="true" userdata="nl" /> | ||
73 | <on_enable function="textfield_translate_enable" /> | ||
74 | </menu_item_call> | ||
75 | <menu_item_call label="Polish" mouse_opaque="true" | ||
76 | name="Translate Text" > | ||
77 | <on_click function="textfield_translate" translate="true" userdata="pl" /> | ||
78 | <on_enable function="textfield_translate_enable" /> | ||
79 | </menu_item_call> | ||
80 | <menu_item_call label="Portugese" mouse_opaque="true" | ||
81 | name="Translate Text" > | ||
82 | <on_click function="textfield_translate" translate="true" userdata="pt" /> | ||
83 | <on_enable function="textfield_translate_enable" /> | ||
84 | </menu_item_call> | ||
85 | <menu_item_call label="Russian" mouse_opaque="true" | ||
86 | name="Translate Text" > | ||
87 | <on_click function="textfield_translate" translate="true" userdata="ru" /> | ||
88 | <on_enable function="textfield_translate_enable" /> | ||
89 | </menu_item_call> | ||
90 | <menu_item_call label="Turkish" mouse_opaque="true" | ||
91 | name="Translate Text" > | ||
92 | <on_click function="textfield_translate" translate="true" userdata="tr" /> | ||
93 | <on_enable function="textfield_translate_enable" /> | ||
94 | </menu_item_call> | ||
95 | <menu_item_call label="Ukrainian" mouse_opaque="true" | ||
96 | name="Translate Text" > | ||
97 | <on_click function="textfield_translate" translate="true" userdata="uk" /> | ||
98 | <on_enable function="textfield_translate_enable" /> | ||
99 | </menu_item_call> | ||
100 | <menu_item_call label="Chinese" mouse_opaque="true" | ||
101 | name="Translate Text" > | ||
102 | <on_click function="textfield_translate" translate="true" userdata="zh" /> | ||
103 | <on_enable function="textfield_translate_enable" /> | ||
104 | </menu_item_call> | ||
105 | <menu_item_call label="Japanese" mouse_opaque="true" | ||
106 | name="Translate Text" > | ||
107 | <on_click function="textfield_translate" translate="true" userdata="ja" /> | ||
108 | <on_enable function="textfield_translate_enable" /> | ||
109 | </menu_item_call> | ||
110 | <menu_item_call label="Korean" mouse_opaque="true" | ||
111 | name="Translate Text" > | ||
112 | <on_click function="textfield_translate" translate="true" userdata="ko" /> | ||
113 | <on_enable function="textfield_translate_enable" /> | ||
114 | </menu_item_call> | ||
115 | </menu> | ||
116 | </menu> | ||
diff --git a/linden/indra/newview/skins/default/xui/pl/strings.xml b/linden/indra/newview/skins/default/xui/pl/strings.xml index 325fe79..713cbb3 100755 --- a/linden/indra/newview/skins/default/xui/pl/strings.xml +++ b/linden/indra/newview/skins/default/xui/pl/strings.xml | |||
@@ -480,7 +480,7 @@ | |||
480 | <string name="xml_file"> | 480 | <string name="xml_file"> |
481 | Plik XML | 481 | Plik XML |
482 | </string> | 482 | </string> |
483 | <string name="dot_raw_file"> | 483 | <string name="raw_file"> |
484 | Plik RAW | 484 | Plik RAW |
485 | </string> | 485 | </string> |
486 | <string name="compressed_image_files"> | 486 | <string name="compressed_image_files"> |
diff --git a/linden/indra/newview/skins/default/xui/pt/floater_instant_message.xml b/linden/indra/newview/skins/default/xui/pt/floater_instant_message.xml index 983a13c..dc69246 100644 --- a/linden/indra/newview/skins/default/xui/pt/floater_instant_message.xml +++ b/linden/indra/newview/skins/default/xui/pt/floater_instant_message.xml | |||
@@ -33,6 +33,9 @@ | |||
33 | <string name="unavailable_text_label"> | 33 | <string name="unavailable_text_label"> |
34 | Conversa por texto não está disponível para esta chamada. | 34 | Conversa por texto não está disponível para esta chamada. |
35 | </string> | 35 | </string> |
36 | <string name="add_friend_string"> | ||
37 | Adicionar amigo | ||
38 | </string> | ||
36 | <flyout_button label="Perfil..." name="profile_callee_btn"/> | 39 | <flyout_button label="Perfil..." name="profile_callee_btn"/> |
37 | <button label="Chamar" name="start_call_btn"/> | 40 | <button label="Chamar" name="start_call_btn"/> |
38 | <button label="Terminar Chamada" name="end_call_btn"/> | 41 | <button label="Terminar Chamada" name="end_call_btn"/> |
diff --git a/linden/indra/newview/skins/default/xui/pt/floater_tools.xml b/linden/indra/newview/skins/default/xui/pt/floater_tools.xml index 4f5054d..b5e4e4a 100644 --- a/linden/indra/newview/skins/default/xui/pt/floater_tools.xml +++ b/linden/indra/newview/skins/default/xui/pt/floater_tools.xml | |||
@@ -122,8 +122,11 @@ | |||
122 | Doar | 122 | Doar |
123 | </string> | 123 | </string> |
124 | <button label="Doar..." label_selected="Doar..." name="button deed" tool_tip="Objetos compartilhados do Grupo pode ser doados pelo gerente do grupo."/> | 124 | <button label="Doar..." label_selected="Doar..." name="button deed" tool_tip="Objetos compartilhados do Grupo pode ser doados pelo gerente do grupo."/> |
125 | <check_box label="Permitir que qualquer um mova" name="checkbox allow everyone move"/> | 125 | <text name="Anyone can:"> |
126 | <check_box label="Permitir que qualquer um copie" name="checkbox allow everyone copy"/> | 126 | Todos: |
127 | </text> | ||
128 | <check_box label="Movimentar" name="checkbox allow everyone move"/> | ||
129 | <check_box label="Copiar" name="checkbox allow everyone copy"/> | ||
127 | <check_box label="Mostrar na busca" name="search_check" tool_tip="Permitir que as pessoas vejam este objeto nos resultados de busca"/> | 130 | <check_box label="Mostrar na busca" name="search_check" tool_tip="Permitir que as pessoas vejam este objeto nos resultados de busca"/> |
128 | <check_box label="À Venda" name="checkbox for sale"/> | 131 | <check_box label="À Venda" name="checkbox for sale"/> |
129 | <text name="Cost"> | 132 | <text name="Cost"> |
diff --git a/linden/indra/newview/skins/default/xui/pt/menu_rightclick_text.xml b/linden/indra/newview/skins/default/xui/pt/menu_rightclick_text.xml new file mode 100644 index 0000000..36fa667 --- /dev/null +++ b/linden/indra/newview/skins/default/xui/pt/menu_rightclick_text.xml | |||
@@ -0,0 +1,116 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | |||
3 | <menu drop_shadow="true" | ||
4 | mouse_opaque="false" name="Text Edit Menu" opaque="true"> | ||
5 | <menu_item_call label="Cut" mouse_opaque="true" | ||
6 | name="Cut Text"> | ||
7 | <on_click function="textfield_cut" userdata="about" /> | ||
8 | <on_enable function="textfield_cut_enable" /> | ||
9 | </menu_item_call> | ||
10 | <menu_item_call label="Copy" mouse_opaque="true" | ||
11 | name="Copy Text" > | ||
12 | <on_click function="textfield_copy" userdata="" /> | ||
13 | <on_enable function="textfield_copy_enable" /> | ||
14 | </menu_item_call> | ||
15 | <menu_item_call label="Paste" mouse_opaque="true" | ||
16 | name="Paste Text" > | ||
17 | <on_click function="textfield_paste" userdata="" /> | ||
18 | <on_enable function="textfield_paste_enable" /> | ||
19 | </menu_item_call> | ||
20 | <menu_item_call label="Delete" mouse_opaque="true" | ||
21 | name="Delete Text" > | ||
22 | <on_click function="textfield_delete" userdata="" /> | ||
23 | <on_enable function="textfield_delete_enable" /> | ||
24 | </menu_item_call> | ||
25 | <menu_item_separator /> | ||
26 | <menu_item_call label="Select All" mouse_opaque="true" | ||
27 | name="Select All Text" > | ||
28 | <on_click function="textfield_selectall" userdata="" /> | ||
29 | <on_enable function="textfield_selectall_enable" /> | ||
30 | </menu_item_call> | ||
31 | <menu_item_separator name="Translate" /> | ||
32 | <menu drop_shadow="true" | ||
33 | mouse_opaque="false" name="Translation Options" | ||
34 | bottom_delta="0" label="Translate To..." opaque="true" > | ||
35 | <menu_item_call label="English" mouse_opaque="true" | ||
36 | name="Translate Text" > | ||
37 | <on_click function="textfield_translate" translate="true" userdata="en" /> | ||
38 | <on_enable function="textfield_translate_enable" /> | ||
39 | </menu_item_call> | ||
40 | <menu_item_call label="Danish" mouse_opaque="true" | ||
41 | name="Translate Text" > | ||
42 | <on_click function="textfield_translate" translate="true" userdata="da" /> | ||
43 | <on_enable function="textfield_translate_enable" /> | ||
44 | </menu_item_call> | ||
45 | <menu_item_call label="Deutsch (German)" mouse_opaque="true" | ||
46 | name="Translate Text" > | ||
47 | <on_click function="textfield_translate" translate="true" userdata="de" /> | ||
48 | <on_enable function="textfield_translate_enable" /> | ||
49 | </menu_item_call> | ||
50 | <menu_item_call label="Spanish" mouse_opaque="true" | ||
51 | name="Translate Text" > | ||
52 | <on_click function="textfield_translate" translate="true" userdata="es" /> | ||
53 | <on_enable function="textfield_translate_enable" /> | ||
54 | </menu_item_call> | ||
55 | <menu_item_call label="French" mouse_opaque="true" | ||
56 | name="Translate Text" > | ||
57 | <on_click function="textfield_translate" translate="true" userdata="fr" /> | ||
58 | <on_enable function="textfield_translate_enable" /> | ||
59 | </menu_item_call> | ||
60 | <menu_item_call label="Italian" mouse_opaque="true" | ||
61 | name="Translate Text" > | ||
62 | <on_click function="textfield_translate" translate="true" userdata="it" /> | ||
63 | <on_enable function="textfield_translate_enable" /> | ||
64 | </menu_item_call> | ||
65 | <menu_item_call label="Hungarian" mouse_opaque="true" | ||
66 | name="Translate Text" > | ||
67 | <on_click function="textfield_translate" translate="true" userdata="hu" /> | ||
68 | <on_enable function="textfield_translate_enable" /> | ||
69 | </menu_item_call> | ||
70 | <menu_item_call label="Dutch" mouse_opaque="true" | ||
71 | name="Translate Text" > | ||
72 | <on_click function="textfield_translate" translate="true" userdata="nl" /> | ||
73 | <on_enable function="textfield_translate_enable" /> | ||
74 | </menu_item_call> | ||
75 | <menu_item_call label="Polish" mouse_opaque="true" | ||
76 | name="Translate Text" > | ||
77 | <on_click function="textfield_translate" translate="true" userdata="pl" /> | ||
78 | <on_enable function="textfield_translate_enable" /> | ||
79 | </menu_item_call> | ||
80 | <menu_item_call label="Portugese" mouse_opaque="true" | ||
81 | name="Translate Text" > | ||
82 | <on_click function="textfield_translate" translate="true" userdata="pt" /> | ||
83 | <on_enable function="textfield_translate_enable" /> | ||
84 | </menu_item_call> | ||
85 | <menu_item_call label="Russian" mouse_opaque="true" | ||
86 | name="Translate Text" > | ||
87 | <on_click function="textfield_translate" translate="true" userdata="ru" /> | ||
88 | <on_enable function="textfield_translate_enable" /> | ||
89 | </menu_item_call> | ||
90 | <menu_item_call label="Turkish" mouse_opaque="true" | ||
91 | name="Translate Text" > | ||
92 | <on_click function="textfield_translate" translate="true" userdata="tr" /> | ||
93 | <on_enable function="textfield_translate_enable" /> | ||
94 | </menu_item_call> | ||
95 | <menu_item_call label="Ukrainian" mouse_opaque="true" | ||
96 | name="Translate Text" > | ||
97 | <on_click function="textfield_translate" translate="true" userdata="uk" /> | ||
98 | <on_enable function="textfield_translate_enable" /> | ||
99 | </menu_item_call> | ||
100 | <menu_item_call label="Chinese" mouse_opaque="true" | ||
101 | name="Translate Text" > | ||
102 | <on_click function="textfield_translate" translate="true" userdata="zh" /> | ||
103 | <on_enable function="textfield_translate_enable" /> | ||
104 | </menu_item_call> | ||
105 | <menu_item_call label="Japanese" mouse_opaque="true" | ||
106 | name="Translate Text" > | ||
107 | <on_click function="textfield_translate" translate="true" userdata="ja" /> | ||
108 | <on_enable function="textfield_translate_enable" /> | ||
109 | </menu_item_call> | ||
110 | <menu_item_call label="Korean" mouse_opaque="true" | ||
111 | name="Translate Text" > | ||
112 | <on_click function="textfield_translate" translate="true" userdata="ko" /> | ||
113 | <on_enable function="textfield_translate_enable" /> | ||
114 | </menu_item_call> | ||
115 | </menu> | ||
116 | </menu> | ||
diff --git a/linden/indra/newview/skins/default/xui/pt/strings.xml b/linden/indra/newview/skins/default/xui/pt/strings.xml index 7f0b8a8..c7c6a48 100644 --- a/linden/indra/newview/skins/default/xui/pt/strings.xml +++ b/linden/indra/newview/skins/default/xui/pt/strings.xml | |||
@@ -480,7 +480,7 @@ | |||
480 | <string name="xml_file"> | 480 | <string name="xml_file"> |
481 | Arquivo XML | 481 | Arquivo XML |
482 | </string> | 482 | </string> |
483 | <string name="dot_raw_file"> | 483 | <string name="raw_file"> |
484 | Arquivo RAW | 484 | Arquivo RAW |
485 | </string> | 485 | </string> |
486 | <string name="compressed_image_files"> | 486 | <string name="compressed_image_files"> |
diff --git a/linden/indra/newview/skins/default/xui/ru/floater_instant_message.xml b/linden/indra/newview/skins/default/xui/ru/floater_instant_message.xml index 7aa1c19..f0379e1 100644 --- a/linden/indra/newview/skins/default/xui/ru/floater_instant_message.xml +++ b/linden/indra/newview/skins/default/xui/ru/floater_instant_message.xml | |||
@@ -33,6 +33,9 @@ | |||
33 | <string name="unavailable_text_label"> | 33 | <string name="unavailable_text_label"> |
34 | Текстовый чат недоступен для этого вызова. | 34 | Текстовый чат недоступен для этого вызова. |
35 | </string> | 35 | </string> |
36 | <string name="add_friend_string"> | ||
37 | Добавить Друга | ||
38 | </string> | ||
36 | <flyout_button label="Профиль..." name="profile_callee_btn"/> | 39 | <flyout_button label="Профиль..." name="profile_callee_btn"/> |
37 | <button label="Звонок" name="start_call_btn"/> | 40 | <button label="Звонок" name="start_call_btn"/> |
38 | <button label="Конец звонка" name="end_call_btn"/> | 41 | <button label="Конец звонка" name="end_call_btn"/> |
diff --git a/linden/indra/newview/skins/default/xui/ru/floater_tools.xml b/linden/indra/newview/skins/default/xui/ru/floater_tools.xml index 63697ac..8400270 100644 --- a/linden/indra/newview/skins/default/xui/ru/floater_tools.xml +++ b/linden/indra/newview/skins/default/xui/ru/floater_tools.xml | |||
@@ -122,8 +122,7 @@ | |||
122 | Дело | 122 | Дело |
123 | </string> | 123 | </string> |
124 | <button label="Дело..." label_selected="Дело..." name="button deed" tool_tip="Офицер группы может передать групповые объекты для применения."/> | 124 | <button label="Дело..." label_selected="Дело..." name="button deed" tool_tip="Офицер группы может передать групповые объекты для применения."/> |
125 | <check_box label="Разрешить двигать всем" name="checkbox allow everyone move"/> | 125 | <check_box label="Копир" name="checkbox allow everyone copy"/> |
126 | <check_box label="Разрешить копировать всем" name="checkbox allow everyone copy"/> | ||
127 | <check_box label="Показывать в поиске" name="search_check" tool_tip="Позволяет людям видеть объект в результатах поиска"/> | 126 | <check_box label="Показывать в поиске" name="search_check" tool_tip="Позволяет людям видеть объект в результатах поиска"/> |
128 | <check_box label="Для продажи" name="checkbox for sale"/> | 127 | <check_box label="Для продажи" name="checkbox for sale"/> |
129 | <text name="Cost" left_delta="110" width="78"> | 128 | <text name="Cost" left_delta="110" width="78"> |
diff --git a/linden/indra/newview/skins/default/xui/ru/menu_rightclick_text.xml b/linden/indra/newview/skins/default/xui/ru/menu_rightclick_text.xml new file mode 100644 index 0000000..36fa667 --- /dev/null +++ b/linden/indra/newview/skins/default/xui/ru/menu_rightclick_text.xml | |||
@@ -0,0 +1,116 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | |||
3 | <menu drop_shadow="true" | ||
4 | mouse_opaque="false" name="Text Edit Menu" opaque="true"> | ||
5 | <menu_item_call label="Cut" mouse_opaque="true" | ||
6 | name="Cut Text"> | ||
7 | <on_click function="textfield_cut" userdata="about" /> | ||
8 | <on_enable function="textfield_cut_enable" /> | ||
9 | </menu_item_call> | ||
10 | <menu_item_call label="Copy" mouse_opaque="true" | ||
11 | name="Copy Text" > | ||
12 | <on_click function="textfield_copy" userdata="" /> | ||
13 | <on_enable function="textfield_copy_enable" /> | ||
14 | </menu_item_call> | ||
15 | <menu_item_call label="Paste" mouse_opaque="true" | ||
16 | name="Paste Text" > | ||
17 | <on_click function="textfield_paste" userdata="" /> | ||
18 | <on_enable function="textfield_paste_enable" /> | ||
19 | </menu_item_call> | ||
20 | <menu_item_call label="Delete" mouse_opaque="true" | ||
21 | name="Delete Text" > | ||
22 | <on_click function="textfield_delete" userdata="" /> | ||
23 | <on_enable function="textfield_delete_enable" /> | ||
24 | </menu_item_call> | ||
25 | <menu_item_separator /> | ||
26 | <menu_item_call label="Select All" mouse_opaque="true" | ||
27 | name="Select All Text" > | ||
28 | <on_click function="textfield_selectall" userdata="" /> | ||
29 | <on_enable function="textfield_selectall_enable" /> | ||
30 | </menu_item_call> | ||
31 | <menu_item_separator name="Translate" /> | ||
32 | <menu drop_shadow="true" | ||
33 | mouse_opaque="false" name="Translation Options" | ||
34 | bottom_delta="0" label="Translate To..." opaque="true" > | ||
35 | <menu_item_call label="English" mouse_opaque="true" | ||
36 | name="Translate Text" > | ||
37 | <on_click function="textfield_translate" translate="true" userdata="en" /> | ||
38 | <on_enable function="textfield_translate_enable" /> | ||
39 | </menu_item_call> | ||
40 | <menu_item_call label="Danish" mouse_opaque="true" | ||
41 | name="Translate Text" > | ||
42 | <on_click function="textfield_translate" translate="true" userdata="da" /> | ||
43 | <on_enable function="textfield_translate_enable" /> | ||
44 | </menu_item_call> | ||
45 | <menu_item_call label="Deutsch (German)" mouse_opaque="true" | ||
46 | name="Translate Text" > | ||
47 | <on_click function="textfield_translate" translate="true" userdata="de" /> | ||
48 | <on_enable function="textfield_translate_enable" /> | ||
49 | </menu_item_call> | ||
50 | <menu_item_call label="Spanish" mouse_opaque="true" | ||
51 | name="Translate Text" > | ||
52 | <on_click function="textfield_translate" translate="true" userdata="es" /> | ||
53 | <on_enable function="textfield_translate_enable" /> | ||
54 | </menu_item_call> | ||
55 | <menu_item_call label="French" mouse_opaque="true" | ||
56 | name="Translate Text" > | ||
57 | <on_click function="textfield_translate" translate="true" userdata="fr" /> | ||
58 | <on_enable function="textfield_translate_enable" /> | ||
59 | </menu_item_call> | ||
60 | <menu_item_call label="Italian" mouse_opaque="true" | ||
61 | name="Translate Text" > | ||
62 | <on_click function="textfield_translate" translate="true" userdata="it" /> | ||
63 | <on_enable function="textfield_translate_enable" /> | ||
64 | </menu_item_call> | ||
65 | <menu_item_call label="Hungarian" mouse_opaque="true" | ||
66 | name="Translate Text" > | ||
67 | <on_click function="textfield_translate" translate="true" userdata="hu" /> | ||
68 | <on_enable function="textfield_translate_enable" /> | ||
69 | </menu_item_call> | ||
70 | <menu_item_call label="Dutch" mouse_opaque="true" | ||
71 | name="Translate Text" > | ||
72 | <on_click function="textfield_translate" translate="true" userdata="nl" /> | ||
73 | <on_enable function="textfield_translate_enable" /> | ||
74 | </menu_item_call> | ||
75 | <menu_item_call label="Polish" mouse_opaque="true" | ||
76 | name="Translate Text" > | ||
77 | <on_click function="textfield_translate" translate="true" userdata="pl" /> | ||
78 | <on_enable function="textfield_translate_enable" /> | ||
79 | </menu_item_call> | ||
80 | <menu_item_call label="Portugese" mouse_opaque="true" | ||
81 | name="Translate Text" > | ||
82 | <on_click function="textfield_translate" translate="true" userdata="pt" /> | ||
83 | <on_enable function="textfield_translate_enable" /> | ||
84 | </menu_item_call> | ||
85 | <menu_item_call label="Russian" mouse_opaque="true" | ||
86 | name="Translate Text" > | ||
87 | <on_click function="textfield_translate" translate="true" userdata="ru" /> | ||
88 | <on_enable function="textfield_translate_enable" /> | ||
89 | </menu_item_call> | ||
90 | <menu_item_call label="Turkish" mouse_opaque="true" | ||
91 | name="Translate Text" > | ||
92 | <on_click function="textfield_translate" translate="true" userdata="tr" /> | ||
93 | <on_enable function="textfield_translate_enable" /> | ||
94 | </menu_item_call> | ||
95 | <menu_item_call label="Ukrainian" mouse_opaque="true" | ||
96 | name="Translate Text" > | ||
97 | <on_click function="textfield_translate" translate="true" userdata="uk" /> | ||
98 | <on_enable function="textfield_translate_enable" /> | ||
99 | </menu_item_call> | ||
100 | <menu_item_call label="Chinese" mouse_opaque="true" | ||
101 | name="Translate Text" > | ||
102 | <on_click function="textfield_translate" translate="true" userdata="zh" /> | ||
103 | <on_enable function="textfield_translate_enable" /> | ||
104 | </menu_item_call> | ||
105 | <menu_item_call label="Japanese" mouse_opaque="true" | ||
106 | name="Translate Text" > | ||
107 | <on_click function="textfield_translate" translate="true" userdata="ja" /> | ||
108 | <on_enable function="textfield_translate_enable" /> | ||
109 | </menu_item_call> | ||
110 | <menu_item_call label="Korean" mouse_opaque="true" | ||
111 | name="Translate Text" > | ||
112 | <on_click function="textfield_translate" translate="true" userdata="ko" /> | ||
113 | <on_enable function="textfield_translate_enable" /> | ||
114 | </menu_item_call> | ||
115 | </menu> | ||
116 | </menu> | ||
diff --git a/linden/indra/newview/skins/default/xui/ru/strings.xml b/linden/indra/newview/skins/default/xui/ru/strings.xml index 8d74f34..77d27a7 100644 --- a/linden/indra/newview/skins/default/xui/ru/strings.xml +++ b/linden/indra/newview/skins/default/xui/ru/strings.xml | |||
@@ -480,7 +480,7 @@ | |||
480 | <string name="xml_file"> | 480 | <string name="xml_file"> |
481 | XML файл | 481 | XML файл |
482 | </string> | 482 | </string> |
483 | <string name="dot_raw_file"> | 483 | <string name="raw_file"> |
484 | RAW файл | 484 | RAW файл |
485 | </string> | 485 | </string> |
486 | <string name="compressed_image_files"> | 486 | <string name="compressed_image_files"> |
diff --git a/linden/indra/newview/skins/default/xui/tr/floater_instant_message.xml b/linden/indra/newview/skins/default/xui/tr/floater_instant_message.xml index b627271..3fcb891 100644 --- a/linden/indra/newview/skins/default/xui/tr/floater_instant_message.xml +++ b/linden/indra/newview/skins/default/xui/tr/floater_instant_message.xml | |||
@@ -33,6 +33,9 @@ | |||
33 | <string name="unavailable_text_label"> | 33 | <string name="unavailable_text_label"> |
34 | Bu arama için yazılı sohbet mevcut değil. | 34 | Bu arama için yazılı sohbet mevcut değil. |
35 | </string> | 35 | </string> |
36 | <string name="add_friend_string"> | ||
37 | Arkadaş ol | ||
38 | </string> | ||
36 | <flyout_button label="Profil..." name="profile_callee_btn"/> | 39 | <flyout_button label="Profil..." name="profile_callee_btn"/> |
37 | <button label="Ara" name="start_call_btn"/> | 40 | <button label="Ara" name="start_call_btn"/> |
38 | <button label="Kapat" name="end_call_btn"/> | 41 | <button label="Kapat" name="end_call_btn"/> |
diff --git a/linden/indra/newview/skins/default/xui/tr/floater_tools.xml b/linden/indra/newview/skins/default/xui/tr/floater_tools.xml index 07ee005..932db0a 100644 --- a/linden/indra/newview/skins/default/xui/tr/floater_tools.xml +++ b/linden/indra/newview/skins/default/xui/tr/floater_tools.xml | |||
@@ -122,8 +122,7 @@ | |||
122 | Bağışla | 122 | Bağışla |
123 | </string> | 123 | </string> |
124 | <button label="Bağışla..." label_selected="Bağışla..." name="button deed" tool_tip="Grup paylaşımlı objeler grup yetkilisi tarafından bağışlanabilir."/> | 124 | <button label="Bağışla..." label_selected="Bağışla..." name="button deed" tool_tip="Grup paylaşımlı objeler grup yetkilisi tarafından bağışlanabilir."/> |
125 | <check_box label="Herhangi biri taşıyabilir" name="checkbox allow everyone move"/> | 125 | <check_box label="Kopyalama" name="checkbox allow everyone copy"/> |
126 | <check_box label="Herhangi biri kopyalayabilir" name="checkbox allow everyone copy"/> | ||
127 | <check_box label="Aramada göster" name="search_check" tool_tip="İnsanların bu objeyi arama sonuçlarında görmelerine izin verin"/> | 126 | <check_box label="Aramada göster" name="search_check" tool_tip="İnsanların bu objeyi arama sonuçlarında görmelerine izin verin"/> |
128 | <check_box label="Satılık" name="checkbox for sale"/> | 127 | <check_box label="Satılık" name="checkbox for sale"/> |
129 | <text name="Cost"> | 128 | <text name="Cost"> |
diff --git a/linden/indra/newview/skins/default/xui/tr/menu_rightclick_text.xml b/linden/indra/newview/skins/default/xui/tr/menu_rightclick_text.xml new file mode 100644 index 0000000..36fa667 --- /dev/null +++ b/linden/indra/newview/skins/default/xui/tr/menu_rightclick_text.xml | |||
@@ -0,0 +1,116 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | |||
3 | <menu drop_shadow="true" | ||
4 | mouse_opaque="false" name="Text Edit Menu" opaque="true"> | ||
5 | <menu_item_call label="Cut" mouse_opaque="true" | ||
6 | name="Cut Text"> | ||
7 | <on_click function="textfield_cut" userdata="about" /> | ||
8 | <on_enable function="textfield_cut_enable" /> | ||
9 | </menu_item_call> | ||
10 | <menu_item_call label="Copy" mouse_opaque="true" | ||
11 | name="Copy Text" > | ||
12 | <on_click function="textfield_copy" userdata="" /> | ||
13 | <on_enable function="textfield_copy_enable" /> | ||
14 | </menu_item_call> | ||
15 | <menu_item_call label="Paste" mouse_opaque="true" | ||
16 | name="Paste Text" > | ||
17 | <on_click function="textfield_paste" userdata="" /> | ||
18 | <on_enable function="textfield_paste_enable" /> | ||
19 | </menu_item_call> | ||
20 | <menu_item_call label="Delete" mouse_opaque="true" | ||
21 | name="Delete Text" > | ||
22 | <on_click function="textfield_delete" userdata="" /> | ||
23 | <on_enable function="textfield_delete_enable" /> | ||
24 | </menu_item_call> | ||
25 | <menu_item_separator /> | ||
26 | <menu_item_call label="Select All" mouse_opaque="true" | ||
27 | name="Select All Text" > | ||
28 | <on_click function="textfield_selectall" userdata="" /> | ||
29 | <on_enable function="textfield_selectall_enable" /> | ||
30 | </menu_item_call> | ||
31 | <menu_item_separator name="Translate" /> | ||
32 | <menu drop_shadow="true" | ||
33 | mouse_opaque="false" name="Translation Options" | ||
34 | bottom_delta="0" label="Translate To..." opaque="true" > | ||
35 | <menu_item_call label="English" mouse_opaque="true" | ||
36 | name="Translate Text" > | ||
37 | <on_click function="textfield_translate" translate="true" userdata="en" /> | ||
38 | <on_enable function="textfield_translate_enable" /> | ||
39 | </menu_item_call> | ||
40 | <menu_item_call label="Danish" mouse_opaque="true" | ||
41 | name="Translate Text" > | ||
42 | <on_click function="textfield_translate" translate="true" userdata="da" /> | ||
43 | <on_enable function="textfield_translate_enable" /> | ||
44 | </menu_item_call> | ||
45 | <menu_item_call label="Deutsch (German)" mouse_opaque="true" | ||
46 | name="Translate Text" > | ||
47 | <on_click function="textfield_translate" translate="true" userdata="de" /> | ||
48 | <on_enable function="textfield_translate_enable" /> | ||
49 | </menu_item_call> | ||
50 | <menu_item_call label="Spanish" mouse_opaque="true" | ||
51 | name="Translate Text" > | ||
52 | <on_click function="textfield_translate" translate="true" userdata="es" /> | ||
53 | <on_enable function="textfield_translate_enable" /> | ||
54 | </menu_item_call> | ||
55 | <menu_item_call label="French" mouse_opaque="true" | ||
56 | name="Translate Text" > | ||
57 | <on_click function="textfield_translate" translate="true" userdata="fr" /> | ||
58 | <on_enable function="textfield_translate_enable" /> | ||
59 | </menu_item_call> | ||
60 | <menu_item_call label="Italian" mouse_opaque="true" | ||
61 | name="Translate Text" > | ||
62 | <on_click function="textfield_translate" translate="true" userdata="it" /> | ||
63 | <on_enable function="textfield_translate_enable" /> | ||
64 | </menu_item_call> | ||
65 | <menu_item_call label="Hungarian" mouse_opaque="true" | ||
66 | name="Translate Text" > | ||
67 | <on_click function="textfield_translate" translate="true" userdata="hu" /> | ||
68 | <on_enable function="textfield_translate_enable" /> | ||
69 | </menu_item_call> | ||
70 | <menu_item_call label="Dutch" mouse_opaque="true" | ||
71 | name="Translate Text" > | ||
72 | <on_click function="textfield_translate" translate="true" userdata="nl" /> | ||
73 | <on_enable function="textfield_translate_enable" /> | ||
74 | </menu_item_call> | ||
75 | <menu_item_call label="Polish" mouse_opaque="true" | ||
76 | name="Translate Text" > | ||
77 | <on_click function="textfield_translate" translate="true" userdata="pl" /> | ||
78 | <on_enable function="textfield_translate_enable" /> | ||
79 | </menu_item_call> | ||
80 | <menu_item_call label="Portugese" mouse_opaque="true" | ||
81 | name="Translate Text" > | ||
82 | <on_click function="textfield_translate" translate="true" userdata="pt" /> | ||
83 | <on_enable function="textfield_translate_enable" /> | ||
84 | </menu_item_call> | ||
85 | <menu_item_call label="Russian" mouse_opaque="true" | ||
86 | name="Translate Text" > | ||
87 | <on_click function="textfield_translate" translate="true" userdata="ru" /> | ||
88 | <on_enable function="textfield_translate_enable" /> | ||
89 | </menu_item_call> | ||
90 | <menu_item_call label="Turkish" mouse_opaque="true" | ||
91 | name="Translate Text" > | ||
92 | <on_click function="textfield_translate" translate="true" userdata="tr" /> | ||
93 | <on_enable function="textfield_translate_enable" /> | ||
94 | </menu_item_call> | ||
95 | <menu_item_call label="Ukrainian" mouse_opaque="true" | ||
96 | name="Translate Text" > | ||
97 | <on_click function="textfield_translate" translate="true" userdata="uk" /> | ||
98 | <on_enable function="textfield_translate_enable" /> | ||
99 | </menu_item_call> | ||
100 | <menu_item_call label="Chinese" mouse_opaque="true" | ||
101 | name="Translate Text" > | ||
102 | <on_click function="textfield_translate" translate="true" userdata="zh" /> | ||
103 | <on_enable function="textfield_translate_enable" /> | ||
104 | </menu_item_call> | ||
105 | <menu_item_call label="Japanese" mouse_opaque="true" | ||
106 | name="Translate Text" > | ||
107 | <on_click function="textfield_translate" translate="true" userdata="ja" /> | ||
108 | <on_enable function="textfield_translate_enable" /> | ||
109 | </menu_item_call> | ||
110 | <menu_item_call label="Korean" mouse_opaque="true" | ||
111 | name="Translate Text" > | ||
112 | <on_click function="textfield_translate" translate="true" userdata="ko" /> | ||
113 | <on_enable function="textfield_translate_enable" /> | ||
114 | </menu_item_call> | ||
115 | </menu> | ||
116 | </menu> | ||
diff --git a/linden/indra/newview/skins/default/xui/tr/strings.xml b/linden/indra/newview/skins/default/xui/tr/strings.xml index f3a5c6a..559c1cb 100644 --- a/linden/indra/newview/skins/default/xui/tr/strings.xml +++ b/linden/indra/newview/skins/default/xui/tr/strings.xml | |||
@@ -454,7 +454,7 @@ | |||
454 | <string name="xml_file"> | 454 | <string name="xml_file"> |
455 | XML dosyası | 455 | XML dosyası |
456 | </string> | 456 | </string> |
457 | <string name="dot_raw_file"> | 457 | <string name="raw_file"> |
458 | RAW dosyası | 458 | RAW dosyası |
459 | </string> | 459 | </string> |
460 | <string name="compressed_image_files"> | 460 | <string name="compressed_image_files"> |
diff --git a/linden/indra/newview/skins/default/xui/uk/floater_instant_message.xml b/linden/indra/newview/skins/default/xui/uk/floater_instant_message.xml index 60ac3b8..a017d38 100644 --- a/linden/indra/newview/skins/default/xui/uk/floater_instant_message.xml +++ b/linden/indra/newview/skins/default/xui/uk/floater_instant_message.xml | |||
@@ -33,6 +33,9 @@ | |||
33 | <string name="unavailable_text_label"> | 33 | <string name="unavailable_text_label"> |
34 | Текстовий чат недоступний для цього виклику. | 34 | Текстовий чат недоступний для цього виклику. |
35 | </string> | 35 | </string> |
36 | <string name="add_friend_string"> | ||
37 | Додати Друга | ||
38 | </string> | ||
36 | <flyout_button label="Профіль..." name="profile_callee_btn"/> | 39 | <flyout_button label="Профіль..." name="profile_callee_btn"/> |
37 | <button label="Дзвінок" name="start_call_btn"/> | 40 | <button label="Дзвінок" name="start_call_btn"/> |
38 | <button label="Кінець дзвінка" name="end_call_btn"/> | 41 | <button label="Кінець дзвінка" name="end_call_btn"/> |
diff --git a/linden/indra/newview/skins/default/xui/uk/floater_tools.xml b/linden/indra/newview/skins/default/xui/uk/floater_tools.xml index c9e2497..38510a4 100644 --- a/linden/indra/newview/skins/default/xui/uk/floater_tools.xml +++ b/linden/indra/newview/skins/default/xui/uk/floater_tools.xml | |||
@@ -122,8 +122,7 @@ | |||
122 | Справа | 122 | Справа |
123 | </string> | 123 | </string> |
124 | <button label="Справа..." label_selected="Справа..." name="button deed" tool_tip="Офіцер групи може передати групові об'єкти для застосування."/> | 124 | <button label="Справа..." label_selected="Справа..." name="button deed" tool_tip="Офіцер групи може передати групові об'єкти для застосування."/> |
125 | <check_box label="Дозволити рухати усім" name="checkbox allow everyone move"/> | 125 | <check_box label="Коп." name="checkbox allow everyone copy"/> |
126 | <check_box label="Дозволити копіювати усім" name="checkbox allow everyone copy"/> | ||
127 | <check_box label="Показувати в пошуку" name="search_check" tool_tip="Дозволяє людям бачити об'єкт в результатах пошуку"/> | 126 | <check_box label="Показувати в пошуку" name="search_check" tool_tip="Дозволяє людям бачити об'єкт в результатах пошуку"/> |
128 | <check_box label="Для продажу" name="checkbox for sale"/> | 127 | <check_box label="Для продажу" name="checkbox for sale"/> |
129 | <text name="Cost" left_delta="110" width="78"> | 128 | <text name="Cost" left_delta="110" width="78"> |
diff --git a/linden/indra/newview/skins/default/xui/uk/menu_rightclick_text.xml b/linden/indra/newview/skins/default/xui/uk/menu_rightclick_text.xml new file mode 100644 index 0000000..36fa667 --- /dev/null +++ b/linden/indra/newview/skins/default/xui/uk/menu_rightclick_text.xml | |||
@@ -0,0 +1,116 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | |||
3 | <menu drop_shadow="true" | ||
4 | mouse_opaque="false" name="Text Edit Menu" opaque="true"> | ||
5 | <menu_item_call label="Cut" mouse_opaque="true" | ||
6 | name="Cut Text"> | ||
7 | <on_click function="textfield_cut" userdata="about" /> | ||
8 | <on_enable function="textfield_cut_enable" /> | ||
9 | </menu_item_call> | ||
10 | <menu_item_call label="Copy" mouse_opaque="true" | ||
11 | name="Copy Text" > | ||
12 | <on_click function="textfield_copy" userdata="" /> | ||
13 | <on_enable function="textfield_copy_enable" /> | ||
14 | </menu_item_call> | ||
15 | <menu_item_call label="Paste" mouse_opaque="true" | ||
16 | name="Paste Text" > | ||
17 | <on_click function="textfield_paste" userdata="" /> | ||
18 | <on_enable function="textfield_paste_enable" /> | ||
19 | </menu_item_call> | ||
20 | <menu_item_call label="Delete" mouse_opaque="true" | ||
21 | name="Delete Text" > | ||
22 | <on_click function="textfield_delete" userdata="" /> | ||
23 | <on_enable function="textfield_delete_enable" /> | ||
24 | </menu_item_call> | ||
25 | <menu_item_separator /> | ||
26 | <menu_item_call label="Select All" mouse_opaque="true" | ||
27 | name="Select All Text" > | ||
28 | <on_click function="textfield_selectall" userdata="" /> | ||
29 | <on_enable function="textfield_selectall_enable" /> | ||
30 | </menu_item_call> | ||
31 | <menu_item_separator name="Translate" /> | ||
32 | <menu drop_shadow="true" | ||
33 | mouse_opaque="false" name="Translation Options" | ||
34 | bottom_delta="0" label="Translate To..." opaque="true" > | ||
35 | <menu_item_call label="English" mouse_opaque="true" | ||
36 | name="Translate Text" > | ||
37 | <on_click function="textfield_translate" translate="true" userdata="en" /> | ||
38 | <on_enable function="textfield_translate_enable" /> | ||
39 | </menu_item_call> | ||
40 | <menu_item_call label="Danish" mouse_opaque="true" | ||
41 | name="Translate Text" > | ||
42 | <on_click function="textfield_translate" translate="true" userdata="da" /> | ||
43 | <on_enable function="textfield_translate_enable" /> | ||
44 | </menu_item_call> | ||
45 | <menu_item_call label="Deutsch (German)" mouse_opaque="true" | ||
46 | name="Translate Text" > | ||
47 | <on_click function="textfield_translate" translate="true" userdata="de" /> | ||
48 | <on_enable function="textfield_translate_enable" /> | ||
49 | </menu_item_call> | ||
50 | <menu_item_call label="Spanish" mouse_opaque="true" | ||
51 | name="Translate Text" > | ||
52 | <on_click function="textfield_translate" translate="true" userdata="es" /> | ||
53 | <on_enable function="textfield_translate_enable" /> | ||
54 | </menu_item_call> | ||
55 | <menu_item_call label="French" mouse_opaque="true" | ||
56 | name="Translate Text" > | ||
57 | <on_click function="textfield_translate" translate="true" userdata="fr" /> | ||
58 | <on_enable function="textfield_translate_enable" /> | ||
59 | </menu_item_call> | ||
60 | <menu_item_call label="Italian" mouse_opaque="true" | ||
61 | name="Translate Text" > | ||
62 | <on_click function="textfield_translate" translate="true" userdata="it" /> | ||
63 | <on_enable function="textfield_translate_enable" /> | ||
64 | </menu_item_call> | ||
65 | <menu_item_call label="Hungarian" mouse_opaque="true" | ||
66 | name="Translate Text" > | ||
67 | <on_click function="textfield_translate" translate="true" userdata="hu" /> | ||
68 | <on_enable function="textfield_translate_enable" /> | ||
69 | </menu_item_call> | ||
70 | <menu_item_call label="Dutch" mouse_opaque="true" | ||
71 | name="Translate Text" > | ||
72 | <on_click function="textfield_translate" translate="true" userdata="nl" /> | ||
73 | <on_enable function="textfield_translate_enable" /> | ||
74 | </menu_item_call> | ||
75 | <menu_item_call label="Polish" mouse_opaque="true" | ||
76 | name="Translate Text" > | ||
77 | <on_click function="textfield_translate" translate="true" userdata="pl" /> | ||
78 | <on_enable function="textfield_translate_enable" /> | ||
79 | </menu_item_call> | ||
80 | <menu_item_call label="Portugese" mouse_opaque="true" | ||
81 | name="Translate Text" > | ||
82 | <on_click function="textfield_translate" translate="true" userdata="pt" /> | ||
83 | <on_enable function="textfield_translate_enable" /> | ||
84 | </menu_item_call> | ||
85 | <menu_item_call label="Russian" mouse_opaque="true" | ||
86 | name="Translate Text" > | ||
87 | <on_click function="textfield_translate" translate="true" userdata="ru" /> | ||
88 | <on_enable function="textfield_translate_enable" /> | ||
89 | </menu_item_call> | ||
90 | <menu_item_call label="Turkish" mouse_opaque="true" | ||
91 | name="Translate Text" > | ||
92 | <on_click function="textfield_translate" translate="true" userdata="tr" /> | ||
93 | <on_enable function="textfield_translate_enable" /> | ||
94 | </menu_item_call> | ||
95 | <menu_item_call label="Ukrainian" mouse_opaque="true" | ||
96 | name="Translate Text" > | ||
97 | <on_click function="textfield_translate" translate="true" userdata="uk" /> | ||
98 | <on_enable function="textfield_translate_enable" /> | ||
99 | </menu_item_call> | ||
100 | <menu_item_call label="Chinese" mouse_opaque="true" | ||
101 | name="Translate Text" > | ||
102 | <on_click function="textfield_translate" translate="true" userdata="zh" /> | ||
103 | <on_enable function="textfield_translate_enable" /> | ||
104 | </menu_item_call> | ||
105 | <menu_item_call label="Japanese" mouse_opaque="true" | ||
106 | name="Translate Text" > | ||
107 | <on_click function="textfield_translate" translate="true" userdata="ja" /> | ||
108 | <on_enable function="textfield_translate_enable" /> | ||
109 | </menu_item_call> | ||
110 | <menu_item_call label="Korean" mouse_opaque="true" | ||
111 | name="Translate Text" > | ||
112 | <on_click function="textfield_translate" translate="true" userdata="ko" /> | ||
113 | <on_enable function="textfield_translate_enable" /> | ||
114 | </menu_item_call> | ||
115 | </menu> | ||
116 | </menu> | ||
diff --git a/linden/indra/newview/skins/default/xui/uk/strings.xml b/linden/indra/newview/skins/default/xui/uk/strings.xml index b737a08..f2d2169 100644 --- a/linden/indra/newview/skins/default/xui/uk/strings.xml +++ b/linden/indra/newview/skins/default/xui/uk/strings.xml | |||
@@ -480,7 +480,7 @@ | |||
480 | <string name="xml_file"> | 480 | <string name="xml_file"> |
481 | XML файл | 481 | XML файл |
482 | </string> | 482 | </string> |
483 | <string name="dot_raw_file"> | 483 | <string name="raw_file"> |
484 | RAW файл | 484 | RAW файл |
485 | </string> | 485 | </string> |
486 | <string name="compressed_image_files"> | 486 | <string name="compressed_image_files"> |
diff --git a/linden/indra/newview/skins/default/xui/zh/floater_instant_message.xml b/linden/indra/newview/skins/default/xui/zh/floater_instant_message.xml index ace6d8c..a59000c 100644 --- a/linden/indra/newview/skins/default/xui/zh/floater_instant_message.xml +++ b/linden/indra/newview/skins/default/xui/zh/floater_instant_message.xml | |||
@@ -30,7 +30,10 @@ | |||
30 | <string name="unavailable_text_label"> | 30 | <string name="unavailable_text_label"> |
31 | 本次通话不可以文字聊天。 | 31 | 本次通话不可以文字聊天。 |
32 | </string> | 32 | </string> |
33 | <flyout_button label="档案..." name="profile_callee_btn"/> | 33 | <string name="add_friend_string"> |
34 | 添加为好友 | ||
35 | </string> | ||
36 | <flyout_button label="档案..." name="profile_callee_btn"/> | ||
34 | <button label="呼叫" name="start_call_btn"/> | 37 | <button label="呼叫" name="start_call_btn"/> |
35 | <button label="结束呼叫" name="end_call_btn" pad_right="10" visible="false"/> | 38 | <button label="结束呼叫" name="end_call_btn" pad_right="10" visible="false"/> |
36 | <panel name="speaker_controls"> | 39 | <panel name="speaker_controls"> |
diff --git a/linden/indra/newview/skins/default/xui/zh/floater_tools.xml b/linden/indra/newview/skins/default/xui/zh/floater_tools.xml index a6eb482..4f7bcf1 100644 --- a/linden/indra/newview/skins/default/xui/zh/floater_tools.xml +++ b/linden/indra/newview/skins/default/xui/zh/floater_tools.xml | |||
@@ -122,8 +122,7 @@ | |||
122 | 转让 | 122 | 转让 |
123 | </string> | 123 | </string> |
124 | <button label="契约..." label_selected="契约..." name="button deed" tool_tip="社团共享的物体可被社团官员认可。"/> | 124 | <button label="契约..." label_selected="契约..." name="button deed" tool_tip="社团共享的物体可被社团官员认可。"/> |
125 | <check_box label="允许任何人移动" name="checkbox allow everyone move"/> | 125 | <check_box label="复制" name="checkbox allow everyone copy"/> |
126 | <check_box label="允许任何人复制" name="checkbox allow everyone copy"/> | ||
127 | <check_box label="在搜索中显示" name="search_check" tool_tip="让别人可以在搜索结果中看到这件物体。"/> | 126 | <check_box label="在搜索中显示" name="search_check" tool_tip="让别人可以在搜索结果中看到这件物体。"/> |
128 | <check_box label="出售" name="checkbox for sale"/> | 127 | <check_box label="出售" name="checkbox for sale"/> |
129 | <text name="Cost"> | 128 | <text name="Cost"> |
diff --git a/linden/indra/newview/skins/default/xui/zh/menu_rightclick_text.xml b/linden/indra/newview/skins/default/xui/zh/menu_rightclick_text.xml new file mode 100644 index 0000000..36fa667 --- /dev/null +++ b/linden/indra/newview/skins/default/xui/zh/menu_rightclick_text.xml | |||
@@ -0,0 +1,116 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | |||
3 | <menu drop_shadow="true" | ||
4 | mouse_opaque="false" name="Text Edit Menu" opaque="true"> | ||
5 | <menu_item_call label="Cut" mouse_opaque="true" | ||
6 | name="Cut Text"> | ||
7 | <on_click function="textfield_cut" userdata="about" /> | ||
8 | <on_enable function="textfield_cut_enable" /> | ||
9 | </menu_item_call> | ||
10 | <menu_item_call label="Copy" mouse_opaque="true" | ||
11 | name="Copy Text" > | ||
12 | <on_click function="textfield_copy" userdata="" /> | ||
13 | <on_enable function="textfield_copy_enable" /> | ||
14 | </menu_item_call> | ||
15 | <menu_item_call label="Paste" mouse_opaque="true" | ||
16 | name="Paste Text" > | ||
17 | <on_click function="textfield_paste" userdata="" /> | ||
18 | <on_enable function="textfield_paste_enable" /> | ||
19 | </menu_item_call> | ||
20 | <menu_item_call label="Delete" mouse_opaque="true" | ||
21 | name="Delete Text" > | ||
22 | <on_click function="textfield_delete" userdata="" /> | ||
23 | <on_enable function="textfield_delete_enable" /> | ||
24 | </menu_item_call> | ||
25 | <menu_item_separator /> | ||
26 | <menu_item_call label="Select All" mouse_opaque="true" | ||
27 | name="Select All Text" > | ||
28 | <on_click function="textfield_selectall" userdata="" /> | ||
29 | <on_enable function="textfield_selectall_enable" /> | ||
30 | </menu_item_call> | ||
31 | <menu_item_separator name="Translate" /> | ||
32 | <menu drop_shadow="true" | ||
33 | mouse_opaque="false" name="Translation Options" | ||
34 | bottom_delta="0" label="Translate To..." opaque="true" > | ||
35 | <menu_item_call label="English" mouse_opaque="true" | ||
36 | name="Translate Text" > | ||
37 | <on_click function="textfield_translate" translate="true" userdata="en" /> | ||
38 | <on_enable function="textfield_translate_enable" /> | ||
39 | </menu_item_call> | ||
40 | <menu_item_call label="Danish" mouse_opaque="true" | ||
41 | name="Translate Text" > | ||
42 | <on_click function="textfield_translate" translate="true" userdata="da" /> | ||
43 | <on_enable function="textfield_translate_enable" /> | ||
44 | </menu_item_call> | ||
45 | <menu_item_call label="Deutsch (German)" mouse_opaque="true" | ||
46 | name="Translate Text" > | ||
47 | <on_click function="textfield_translate" translate="true" userdata="de" /> | ||
48 | <on_enable function="textfield_translate_enable" /> | ||
49 | </menu_item_call> | ||
50 | <menu_item_call label="Spanish" mouse_opaque="true" | ||
51 | name="Translate Text" > | ||
52 | <on_click function="textfield_translate" translate="true" userdata="es" /> | ||
53 | <on_enable function="textfield_translate_enable" /> | ||
54 | </menu_item_call> | ||
55 | <menu_item_call label="French" mouse_opaque="true" | ||
56 | name="Translate Text" > | ||
57 | <on_click function="textfield_translate" translate="true" userdata="fr" /> | ||
58 | <on_enable function="textfield_translate_enable" /> | ||
59 | </menu_item_call> | ||
60 | <menu_item_call label="Italian" mouse_opaque="true" | ||
61 | name="Translate Text" > | ||
62 | <on_click function="textfield_translate" translate="true" userdata="it" /> | ||
63 | <on_enable function="textfield_translate_enable" /> | ||
64 | </menu_item_call> | ||
65 | <menu_item_call label="Hungarian" mouse_opaque="true" | ||
66 | name="Translate Text" > | ||
67 | <on_click function="textfield_translate" translate="true" userdata="hu" /> | ||
68 | <on_enable function="textfield_translate_enable" /> | ||
69 | </menu_item_call> | ||
70 | <menu_item_call label="Dutch" mouse_opaque="true" | ||
71 | name="Translate Text" > | ||
72 | <on_click function="textfield_translate" translate="true" userdata="nl" /> | ||
73 | <on_enable function="textfield_translate_enable" /> | ||
74 | </menu_item_call> | ||
75 | <menu_item_call label="Polish" mouse_opaque="true" | ||
76 | name="Translate Text" > | ||
77 | <on_click function="textfield_translate" translate="true" userdata="pl" /> | ||
78 | <on_enable function="textfield_translate_enable" /> | ||
79 | </menu_item_call> | ||
80 | <menu_item_call label="Portugese" mouse_opaque="true" | ||
81 | name="Translate Text" > | ||
82 | <on_click function="textfield_translate" translate="true" userdata="pt" /> | ||
83 | <on_enable function="textfield_translate_enable" /> | ||
84 | </menu_item_call> | ||
85 | <menu_item_call label="Russian" mouse_opaque="true" | ||
86 | name="Translate Text" > | ||
87 | <on_click function="textfield_translate" translate="true" userdata="ru" /> | ||
88 | <on_enable function="textfield_translate_enable" /> | ||
89 | </menu_item_call> | ||
90 | <menu_item_call label="Turkish" mouse_opaque="true" | ||
91 | name="Translate Text" > | ||
92 | <on_click function="textfield_translate" translate="true" userdata="tr" /> | ||
93 | <on_enable function="textfield_translate_enable" /> | ||
94 | </menu_item_call> | ||
95 | <menu_item_call label="Ukrainian" mouse_opaque="true" | ||
96 | name="Translate Text" > | ||
97 | <on_click function="textfield_translate" translate="true" userdata="uk" /> | ||
98 | <on_enable function="textfield_translate_enable" /> | ||
99 | </menu_item_call> | ||
100 | <menu_item_call label="Chinese" mouse_opaque="true" | ||
101 | name="Translate Text" > | ||
102 | <on_click function="textfield_translate" translate="true" userdata="zh" /> | ||
103 | <on_enable function="textfield_translate_enable" /> | ||
104 | </menu_item_call> | ||
105 | <menu_item_call label="Japanese" mouse_opaque="true" | ||
106 | name="Translate Text" > | ||
107 | <on_click function="textfield_translate" translate="true" userdata="ja" /> | ||
108 | <on_enable function="textfield_translate_enable" /> | ||
109 | </menu_item_call> | ||
110 | <menu_item_call label="Korean" mouse_opaque="true" | ||
111 | name="Translate Text" > | ||
112 | <on_click function="textfield_translate" translate="true" userdata="ko" /> | ||
113 | <on_enable function="textfield_translate_enable" /> | ||
114 | </menu_item_call> | ||
115 | </menu> | ||
116 | </menu> | ||
diff --git a/linden/indra/newview/skins/default/xui/zh/mime_types.xml b/linden/indra/newview/skins/default/xui/zh/mime_types.xml index fc5fae4..0cc6f2f 100644 --- a/linden/indra/newview/skins/default/xui/zh/mime_types.xml +++ b/linden/indra/newview/skins/default/xui/zh/mime_types.xml | |||
@@ -1,14 +1,5 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <mimetypes name="default"> | 2 | <mimetypes name="default"> |
3 | <defaultlabel> | ||
4 | (未知) | ||
5 | </defaultlabel> | ||
6 | <defaultwidget> | ||
7 | 无 | ||
8 | </defaultwidget> | ||
9 | <defaultimpl> | ||
10 | LLMediaImplLLMozLib | ||
11 | </defaultimpl> | ||
12 | <widgetset name="web"> | 3 | <widgetset name="web"> |
13 | <label name="web_label"> | 4 | <label name="web_label"> |
14 | 网页内容 | 5 | 网页内容 |
diff --git a/linden/indra/newview/skins/default/xui/zh/strings.xml b/linden/indra/newview/skins/default/xui/zh/strings.xml index c6b3c5a..3eb0014 100644 --- a/linden/indra/newview/skins/default/xui/zh/strings.xml +++ b/linden/indra/newview/skins/default/xui/zh/strings.xml | |||
@@ -480,7 +480,7 @@ | |||
480 | <string name="xml_file"> | 480 | <string name="xml_file"> |
481 | XML文件 | 481 | XML文件 |
482 | </string> | 482 | </string> |
483 | <string name="dot_raw_file"> | 483 | <string name="raw_file"> |
484 | RAW文件 | 484 | RAW文件 |
485 | </string> | 485 | </string> |
486 | <string name="compressed_image_files"> | 486 | <string name="compressed_image_files"> |