aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/skins')
-rw-r--r--linden/indra/newview/skins/default/xui/de/floater_pay_object.xml2
-rw-r--r--linden/indra/newview/skins/default/xui/de/panel_status_bar.xml2
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/floater_media_filter.xml61
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml5
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/notifications.xml50
5 files changed, 118 insertions, 2 deletions
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 07dee37..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" title="[PAY TYPE] [FIRST] [LAST> 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:
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/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..9b7355c
--- /dev/null
+++ b/linden/indra/newview/skins/default/xui/en-us/floater_media_filter.xml
@@ -0,0 +1,61 @@
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="350" width="600" min_height="350" min_width="600">
5 <text name="info1" font="SansSerif" mouse_opaque="true" halign="center"
6 bottom_delta="-45" left="20" height="20" width="560" follows="left|right|top">
7 Domains in bold are in the persistent list (i.e. they are whitelisted or blacklisted).
8 </text>
9 <text name="info2" font="SansSerif" mouse_opaque="true" halign="center"
10 bottom_delta="-20" left="20" height="20" width="560" follows="left|right|top">
11 Domains in italics are in the session list (i.e. they are temporarily allowed or denied).
12 </text>
13
14 <scroll_list name="whitelist_list" follows="top|bottom|left"
15 background_visible="true" mouse_opaque="true"
16 multi_select="false" column_padding="5" draw_border="true" draw_heading="true"
17 bottom_delta="-205" left="15" height="200" width="280">
18 <column name="whitelist_col" label="Allowed domains/objects" dynamicwidth="true" />
19 </scroll_list>
20
21 <scroll_list name="blacklist_list" follows="top|bottom|right"
22 background_visible="true" mouse_opaque="true"
23 multi_select="false" column_padding="5" draw_border="true" draw_heading="true"
24 bottom_delta="0" right="-15" height="200" width="280">
25 <column name="blacklist_col" label="Blocked domains/objects" dynamicwidth="true" />
26 </scroll_list>
27
28 <button name="add_whitelist" font="SansSerif" label="Add..." halign="center"
29 enabled="true" mouse_opaque="true" follows="bottom|left"
30 bottom_delta="-25" left="30" height="20" width="80" />
31
32 <button name="remove_whitelist" font="SansSerif" label="Remove" halign="center"
33 enabled="true" mouse_opaque="true" follows="bottom|left"
34 bottom_delta="0" left_delta="100" height="20" width="80" />
35
36 <button name="clear_lists" font="SansSerif" label="Clear lists" halign="center"
37 enabled="true" mouse_opaque="true" follows="bottom|left|right"
38 bottom_delta="0" left_delta="110" height="20" width="120" />
39
40 <button name="add_blacklist" font="SansSerif" label="Add..." halign="center"
41 enabled="true" mouse_opaque="true" follows="bottom|right"
42 bottom_delta="0" right="-130" height="20" width="80" />
43
44 <button name="remove_blacklist" font="SansSerif" label="Remove" halign="center"
45 enabled="true" mouse_opaque="true" follows="bottom|right"
46 bottom_delta="0" right="-30" height="20" width="80" />
47
48 <text name="add_text" font="SansSerif" mouse_opaque="true" enabled="true"
49 bottom_delta="-25" left="20" height="20" width="500" follows="left|right|bottom">
50 New domain:
51 </text>
52
53 <line_editor name="input_domain" max_length="255" font="SansSerif" enabled="false"
54 select_all_on_focus_received="true" select_on_focus="true"
55 bevel_style="in" border_style="line" border_thickness="1"
56 bottom_delta="-20" right="-100" height="20" left="15" follows="left|bottom|right"/>
57
58 <button name="commit_domain" font="SansSerif" label="Add" halign="center" enabled="false"
59 mouse_opaque="true" follows="bottom|right"
60 bottom_delta="0" right="-15" height="20" width="80"/>
61</floater>
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 4bde0f0..5fbf337 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
@@ -277,6 +277,11 @@
277 <on_click function="ShowAgentGroups" 277 <on_click function="ShowAgentGroups"
278 userdata="agent" /> 278 userdata="agent" />
279 </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>
280 <menu_item_separator /> 285 <menu_item_separator />
281 <menu_item_call name="Preferences..." label="Preferences..." 286 <menu_item_call name="Preferences..." label="Preferences..."
282 shortcut="control|P"> 287 shortcut="control|P">
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 47d3dbb..27f5529 100644
--- a/linden/indra/newview/skins/default/xui/en-us/notifications.xml
+++ b/linden/indra/newview/skins/default/xui/en-us/notifications.xml
@@ -7320,6 +7320,56 @@ The Second Life Terms of Service do not allow you to opt out. By logging in to S
7320 notext="Cancel"/> 7320 notext="Cancel"/>
7321</notification> 7321</notification>
7322 7322
7323 <notification
7324 icon="alert.tga"
7325 name="MediaAlert"
7326 type="alert">
7327The owner of this parcel has requested [TYPE] URL pertaining to the following domain or scripted object to be loaded by your viewer[WARNING]:
7328
7329[DOMAIN]
7330
7331"Allow" and "Deny" apply only for this session, while "Blacklist" and "Whitelist" apply forever to the above domain or scripted object.
7332 <form name="form">
7333 <button
7334 index="0"
7335 name="Allow"
7336 text="Allow"/>
7337 <button
7338 index="1"
7339 name="Deny"
7340 text="Deny"/>
7341 <button
7342 index="2"
7343 name="Blacklist"
7344 text="Blacklist"/>
7345 <button
7346 index="3"
7347 name="Whitelist"
7348 text="Whitelist"/>
7349 </form>
7350 </notification>
7351
7352 <notification
7353 icon="alert.tga"
7354 name="MediaListed"
7355 type="alert">
7356Media/audio URLs for [DOMAIN] now [LISTED]
7357 </notification>
7358
7359 <notification
7360 icon="notifytip.tga"
7361 name="MediaBlocked"
7362 type="notifytip">
7363Media/audio URL blocked for [DOMAIN]
7364 </notification>
7365
7366 <notification
7367 icon="alertmodal.tga"
7368 name="MediaFiltersCleared"
7369 type="alertmodal">
7370The media filters have been cleared
7371 </notification>
7372
7323<!--End Imprudence notifications--> 7373<!--End Imprudence notifications-->
7324 <!-- [KITTY VIEWER] --> 7374 <!-- [KITTY VIEWER] -->
7325 <notification 7375 <notification