summaryrefslogtreecommitdiff
path: root/indra/newview/skins
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2012-11-09 17:24:47 -0800
committerMerov Linden <merov@lindenlab.com>2012-11-09 17:24:47 -0800
commit04e84eb826e0f2ea2a8c222d705afc945d3340dc (patch)
tree22ddb166dd5ae1b78d64ff08bff856655b8946d2 /indra/newview/skins
parentff1dab1792f8d8ba6681e59978383304e25dabe2 (diff)
parent1786a7150e754ea10dfd5172ec2491dd67e83a9a (diff)
Pull merge from viewer-chui
Diffstat (limited to 'indra/newview/skins')
-rw-r--r--indra/newview/skins/default/xui/en/menu_viewer.xml37
-rw-r--r--indra/newview/skins/default/xui/en/notifications.xml11
-rw-r--r--indra/newview/skins/default/xui/en/panel_preferences_chat.xml596
-rw-r--r--indra/newview/skins/default/xui/en/panel_preferences_general.xml2
-rw-r--r--indra/newview/skins/default/xui/en/strings.xml10
5 files changed, 329 insertions, 327 deletions
diff --git a/indra/newview/skins/default/xui/en/menu_viewer.xml b/indra/newview/skins/default/xui/en/menu_viewer.xml
index f6a307d9d0..b1e3a2d41f 100644
--- a/indra/newview/skins/default/xui/en/menu_viewer.xml
+++ b/indra/newview/skins/default/xui/en/menu_viewer.xml
@@ -130,19 +130,22 @@
label="Status"
name="Status"
tear_off="true">
- <menu_item_call
- label="Away"
- name="Set Away">
- <menu_item_call.on_click
+ <menu_item_check
+ label="Away">
+ <menu_item_check.on_check
+ function="View.Status.CheckAway" />
+ <menu_item_check.on_click
function="World.SetAway" />
- </menu_item_call>
- <menu_item_call
- label="Busy"
- name="set_do_not_disturb">
- <menu_item_call.on_click
+ </menu_item_check>
+ <menu_item_check
+ label="Do Not Disturb">
+ <menu_item_check.on_check
+ function="View.Status.CheckDoNotDisturb" />
+ <menu_item_check.on_click
function="World.SetDoNotDisturb"/>
- </menu_item_call>
- </menu>
+ </menu_item_check>
+
+ </menu>
<menu_item_separator/>
@@ -254,8 +257,7 @@
parameter="speak" />
</menu_item_check>
<menu_item_check
- label="Conversations Log..."
- name="ConversationsLog">
+ label="Conversation Log...">
<menu_item_check.on_check
function="Floater.Visible"
parameter="conversation" />
@@ -318,6 +320,15 @@
function="SideTray.PanelPeopleTab"
parameter="blocked_panel" />
</menu_item_call>
+ <menu_item_separator/>
+ <menu_item_check
+ label="Do Not Disturb">
+ <menu_item_check.on_check
+ function="View.Status.CheckDoNotDisturb" />
+ <menu_item_check.on_click
+ function="World.SetDoNotDisturb"/>
+ </menu_item_check>
+
</menu>
<menu
create_jump_keys="true"
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml
index 1c1642abac..d63c91a0e6 100644
--- a/indra/newview/skins/default/xui/en/notifications.xml
+++ b/indra/newview/skins/default/xui/en/notifications.xml
@@ -3693,8 +3693,11 @@ Cannot offer friendship at this time. Please try again in a moment.
icon="alert.tga"
name="DoNotDisturbModeSet"
type="alert">
-Busy mode is set.
-Chat and instant messages will be hidden. Instant messages will get your Busy mode response. All teleportation offers will be declined. All inventory offers will go to your Trash.
+Do Not Disturb is on. You will not be notified of incoming communications.
+
+- Other residents will receive your Do Not Disturb response (set in Preferences &gt; General).
+- Teleportation offers will be declined.
+- Inventory offers will go to your Trash.
<usetemplate
ignoretext="I change my status to Do Not Disturb mode"
name="okignore"
@@ -5170,9 +5173,9 @@ Do you want to replace it with the selected object?
label="Do Not Disturb Mode Warning"
name="DoNotDisturbModePay"
type="alert">
-You are in Busy Mode, which means you will not receive any items offered in exchange for this payment.
+You have turned on Do Not Disturb. You will not receive any items offered in exchange for this payment.
-Would you like to leave Busy Mode before completing this transaction?
+Would you like to turn off Do Not Disturb before completing this transaction?
<tag>confirm</tag>
<form name="form">
<ignore name="ignore"
diff --git a/indra/newview/skins/default/xui/en/panel_preferences_chat.xml b/indra/newview/skins/default/xui/en/panel_preferences_chat.xml
index 28434a670e..4964df53bb 100644
--- a/indra/newview/skins/default/xui/en/panel_preferences_chat.xml
+++ b/indra/newview/skins/default/xui/en/panel_preferences_chat.xml
@@ -1,151 +1,150 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
- border="true"
- follows="left|top|right|bottom"
- height="408"
- label="Text Chat"
- layout="topleft"
- left="102"
- name="chat"
- top="1"
- width="517">
+ border="true"
+ follows="left|top|right|bottom"
+ height="408"
+ label="Text Chat"
+ layout="topleft"
+ left="102"
+ name="chat"
+ top="1"
+ width="517">
<panel
- border="false"
- follows="left|top"
- height="90"
- layout="topleft"
- top="10"
- left="13"
- width="517">
+ border="false"
+ follows="left|top"
+ height="90"
+ layout="topleft"
+ top="10"
+ left="13"
+ width="517">
<check_box
- control_name="PlayTypingAnim"
- height="16"
- initial_value="true"
- label="Play typing animation when chatting"
- layout="topleft"
- top="0"
- name="play_typing_animation"
- width="330" />
+ control_name="PlayTypingAnim"
+ height="16"
+ initial_value="true"
+ label="Play typing animation when chatting"
+ layout="topleft"
+ top="0"
+ name="play_typing_animation"
+ width="330" />
<check_box
- enabled="false"
- height="16"
- label="Email me IMs when I'm offline"
- layout="topleft"
- name="send_im_to_email"
- top_pad="6"
- width="330" />
+ enabled="false"
+ height="16"
+ label="Email me IMs when I'm offline"
+ layout="topleft"
+ name="send_im_to_email"
+ top_pad="6"
+ width="330" />
<check_box
- height="16"
- label="Keep a conversation log and transcripts"
- layout="topleft"
- name="keep_convo_log_and_transcripts"
- top_pad="6"
- width="330" />
+ height="16"
+ label="Keep a conversation log and transcripts"
+ layout="topleft"
+ name="keep_convo_log_and_transcripts"
+ top_pad="6"
+ width="330" />
<check_box
- control_name="UseChatBubbles"
- follows="left|top"
- height="16"
- label="Bubble Chat"
- layout="topleft"
- top_pad="6"
- name="bubble_text_chat"
- width="330" />
+ control_name="UseChatBubbles"
+ follows="left|top"
+ height="16"
+ label="Bubble Chat"
+ layout="topleft"
+ top_pad="6"
+ name="bubble_text_chat"
+ width="330" />
<text
- follows="left|top"
- layout="topleft"
- left="345"
- height="12"
- name="font_size"
- width="120"
- top="0">
+ follows="left|top"
+ layout="topleft"
+ left="345"
+ height="12"
+ name="font_size"
+ width="120"
+ top="0">
Font size:
</text>
<radio_group
- height="90"
- layout="topleft"
- left="352"
- control_name="ChatFontSize"
- name="chat_font_size"
- top_pad="0"
- width="50">
+ height="90"
+ layout="topleft"
+ left="352"
+ control_name="ChatFontSize"
+ name="chat_font_size"
+ top_pad="0"
+ width="50">
<radio_item
- height="16"
- label="Small"
- layout="topleft"
- name="radio"
- value="0"
- top="10"
- width="125" />
+ height="16"
+ label="Small"
+ layout="topleft"
+ name="radio"
+ value="0"
+ top="10"
+ width="125" />
<radio_item
- height="16"
- label="Medium"
- layout="topleft"
- name="radio2"
- value="1"
- top_pad="6"
- width="125" />
+ height="16"
+ label="Medium"
+ layout="topleft"
+ name="radio2"
+ value="1"
+ top_pad="6"
+ width="125" />
<radio_item
- height="16"
- label="Large"
- layout="topleft"
- name="radio3"
- value="2"
- top_pad="6"
- width="125" />
+ height="16"
+ label="Large"
+ layout="topleft"
+ name="radio3"
+ value="2"
+ top_pad="6"
+ width="125" />
</radio_group>
</panel>
<panel
- border="false"
- follows="left|top"
- height="193"
- layout="topleft"
- left="13"
- width="517">
+ border="false"
+ follows="left|top"
+ height="198"
+ layout="topleft"
+ left="13"
+ width="517">
<text
- follows="left|top"
- layout="topleft"
- height="12"
- name="notifications"
- left="0"
- width="120">
+ follows="left|top"
+ layout="topleft"
+ height="12"
+ name="notifications"
+ left="0"
+ width="120">
Notifications:
</text>
<text
- follows="left|top"
- layout="topleft"
- height="12"
- name="friend_ims"
- width="145"
- left="0"
- top_pad="15"
- >
+ follows="left|top"
+ layout="topleft"
+ height="12"
+ name="friend_ims"
+ width="145"
+ left="0"
+ top_pad="15">
Friend IMs:
</text>
<combo_box
- control_name="NotificationFriendIMOptions"
- height="23"
- layout="topleft"
- left_pad="5"
- top_delta="-6"
- name="FriendIMOptions"
- width="223">
+ control_name="NotificationFriendIMOptions"
+ height="23"
+ layout="topleft"
+ left_pad="5"
+ top_delta="-6"
+ name="FriendIMOptions"
+ width="223">
<combo_box.item
- label="Pop up the message"
- name="0"
- value="0"/>
+ label="Pop up the message"
+ name="0"
+ value="0"/>
<combo_box.item
- label="Flash toolbar button"
- name="1"
- value="1"/>
+ label="Flash toolbar button"
+ name="1"
+ value="1"/>
<combo_box.item
- label="None"
- name="2"
- value="2"/>
+ label="None"
+ name="2"
+ value="2"/>
</combo_box>
<text
follows="left|top"
@@ -154,244 +153,239 @@
name="non_friend_ims"
width="145"
left="0"
- top_pad="15"
- >
+ top_pad="15">
Non-friend IMs:
</text>
<combo_box
- control_name="NotificationNonFriendIMOptions"
- height="23"
- layout="topleft"
- left_pad="5"
- top_delta="-6"
- name="NonFriendIMOptions"
- width="223">
+ control_name="NotificationNonFriendIMOptions"
+ height="23"
+ layout="topleft"
+ left_pad="5"
+ top_delta="-6"
+ name="NonFriendIMOptions"
+ width="223">
<combo_box.item
- label="Pop up the message"
- name="0"
- value="0"/>
+ label="Pop up the message"
+ name="0"
+ value="0"/>
<combo_box.item
- label="Flash toolbar button"
- name="1"
- value="1"/>
+ label="Flash toolbar button"
+ name="1"
+ value="1"/>
<combo_box.item
- label="None"
- name="2"
- value="2"/>
+ label="None"
+ name="2"
+ value="2"/>
</combo_box>
<text
- follows="left|top"
- layout="topleft"
- left="0"
- height="13"
- name="conference_ims"
- width="145"
- top_pad="14"
- >
+ follows="left|top"
+ layout="topleft"
+ left="0"
+ height="13"
+ name="conference_ims"
+ width="145"
+ top_pad="14">
Conference IMs:
</text>
<combo_box
- control_name="NotificationConferenceIMOptions"
- height="23"
- layout="topleft"
- left_pad="5"
- top_delta="-6"
- name="ConferenceIMOptions"
- width="223">
+ control_name="NotificationConferenceIMOptions"
+ height="23"
+ layout="topleft"
+ left_pad="5"
+ top_delta="-6"
+ name="ConferenceIMOptions"
+ width="223">
<combo_box.item
- label="Pop up the message"
- name="0"
- value="0"/>
+ label="Pop up the message"
+ name="0"
+ value="0"/>
<combo_box.item
- label="Flash toolbar button"
- name="1"
- value="1"/>
+ label="Flash toolbar button"
+ name="1"
+ value="1"/>
<combo_box.item
- label="None"
- name="2"
- value="2"/>
+ label="None"
+ name="2"
+ value="2"/>
</combo_box>
<text
- follows="left|top"
- layout="topleft"
- left="0"
- height="13"
- name="group_chat"
- width="145"
- top_pad="14"
- >
+ follows="left|top"
+ layout="topleft"
+ left="0"
+ height="13"
+ name="group_chat"
+ width="145"
+ top_pad="14">
Group chat:
</text>
<combo_box
- control_name="NotificationGroupChatOptions"
- height="23"
- layout="topleft"
- left_pad="5"
- top_delta="-6"
- name="GroupChatOptions"
- width="223">
+ control_name="NotificationGroupChatOptions"
+ height="23"
+ layout="topleft"
+ left_pad="5"
+ top_delta="-6"
+ name="GroupChatOptions"
+ width="223">
<combo_box.item
- label="Pop up the message"
- name="0"
- value="0"/>
+ label="Pop up the message"
+ name="0"
+ value="0"/>
<combo_box.item
- label="Flash toolbar button"
- name="1"
- value="1"/>
+ label="Flash toolbar button"
+ name="1"
+ value="1"/>
<combo_box.item
- label="None"
- name="2"
- value="2"/>
+ label="None"
+ name="2"
+ value="2"/>
</combo_box>
<text
- follows="left|top"
- layout="topleft"
- left="0"
- height="12"
- name="nearby_chat"
- width="145"
- top_pad="14"
- >
+ follows="left|top"
+ layout="topleft"
+ left="0"
+ height="12"
+ name="nearby_chat"
+ width="145"
+ top_pad="14">
Nearby chat:
</text>
<combo_box
- control_name="NotificationNearbyChatOptions"
- height="23"
- layout="topleft"
- left_pad="5"
- top_delta="-6"
- name="NearbyChatOptions"
- width="223">
+ control_name="NotificationNearbyChatOptions"
+ height="23"
+ layout="topleft"
+ left_pad="5"
+ top_delta="-6"
+ name="NearbyChatOptions"
+ width="223">
<combo_box.item
- label="Pop up the message"
- name="0"
- value="0"/>
+ label="Pop up the message"
+ name="0"
+ value="0"/>
<combo_box.item
- label="Flash toolbar button"
- name="1"
- value="1"/>
+ label="Flash toolbar button"
+ name="1"
+ value="1"/>
<combo_box.item
- label="None"
- name="2"
- value="2"/>
+ label="None"
+ name="2"
+ value="2"/>
</combo_box>
<text
- follows="left|top"
- layout="topleft"
- left="0"
- height="12"
- name="notifications_alert"
- width="350"
- top_pad="11"
- visible="true"
- text_color="DrYellow"
- >
- To temporarily stop all notifications, use Me > Status > Busy.
+ follows="left|top"
+ layout="topleft"
+ left="0"
+ height="13"
+ name="notifications_alert"
+ width="500"
+ top_pad="11"
+ visible="true"
+ text_color="DrYellow">
+ To temporarily stop all notifications, use Communicate &gt; Do Not Disturb.
</text>
</panel>
<panel
- border="false"
- follows="left|top"
- height="1"
- layout="topleft"
- left="13"
- width="517">
-
- <text
+ border="false"
follows="left|top"
+ height="67"
layout="topleft"
- left="0"
- name="play_sound"
- width="100"
- top_pad="13"
- visible="true">
+ left="13"
+ width="517">
+
+ <text
+ follows="left|top"
+ layout="topleft"
+ left="0"
+ name="play_sound"
+ width="100"
+ top_pad="8"
+ visible="true">
Play sound:
</text>
<check_box
- control_name="NewConversation"
- height="16"
- initial_value="true"
- label="New conversation"
- layout="topleft"
- left_pad="15"
- top_pad="-10"
- name="new_conversation"
- width="150" />
+ control_name="NewConversation"
+ height="16"
+ initial_value="true"
+ label="New conversation"
+ layout="topleft"
+ left_pad="15"
+ top_pad="-10"
+ name="new_conversation"
+ width="150" />
<check_box
- control_name="IncomingVoiceCall"
- height="16"
- initial_value="true"
- label="Incoming voice call"
- layout="topleft"
- top_pad="6"
- name="incoming_voice_call"
- width="150" />
+ control_name="IncomingVoiceCall"
+ height="16"
+ initial_value="true"
+ label="Incoming voice call"
+ layout="topleft"
+ top_pad="6"
+ name="incoming_voice_call"
+ width="150" />
<check_box
- control_name="GroupChatMessages"
- height="16"
- initial_value="false"
- label="Group chat messages"
- layout="topleft"
- top_pad="6"
- name="group_chat_messages"
- width="150" />
+ control_name="GroupChatMessages"
+ height="16"
+ initial_value="false"
+ label="Group chat messages"
+ layout="topleft"
+ top_pad="6"
+ name="group_chat_messages"
+ width="150" />
<check_box
- control_name="TeleportOffer"
- height="16"
- initial_value="true"
- label="Teleport offer"
- layout="topleft"
- left_pad="35"
- top_pad="-59"
- name="teleport_offer"
- width="150" />
+ control_name="TeleportOffer"
+ height="16"
+ initial_value="true"
+ label="Teleport offer"
+ layout="topleft"
+ left_pad="35"
+ top_pad="-59"
+ name="teleport_offer"
+ width="150" />
<check_box
- control_name="InventoryOffer"
- height="16"
- initial_value="false"
- label="Inventory offer"
- layout="topleft"
- top_pad="6"
- name="inventory_offer"
- width="150" />
+ control_name="InventoryOffer"
+ height="16"
+ initial_value="false"
+ label="Inventory offer"
+ layout="topleft"
+ top_pad="6"
+ name="inventory_offer"
+ width="150" />
</panel>
-
+
<button
- follows="left|top"
- height="23"
- label="Translation..."
- layout="topleft"
- left="9"
- name="ok_btn"
- top="-29"
- width="170">
- <button.commit_callback
- function="Pref.TranslationSettings" />
+ follows="left|top"
+ height="23"
+ label="Translation..."
+ layout="topleft"
+ left="9"
+ name="ok_btn"
+ top="-29"
+ width="170">
+ <button.commit_callback
+ function="Pref.TranslationSettings" />
</button>
<button
- follows="top|left"
- height="23"
- layout="topleft"
- top_pad="-23"
- left_pad="5"
- name="autoreplace_showgui"
- commit_callback.function="Pref.AutoReplace"
- label="Auto-Replace..."
- width="150">
+ follows="top|left"
+ height="23"
+ layout="topleft"
+ top_pad="-23"
+ left_pad="5"
+ name="autoreplace_showgui"
+ commit_callback.function="Pref.AutoReplace"
+ label="Auto-Replace..."
+ width="150">
</button>
<button
- follows="top|left"
- height="23"
- layout="topleft"
- top_pad="-23"
- left_pad="5"
- name="spellcheck_showgui"
- commit_callback.function="Pref.SpellChecker"
- label="Spell Checking..."
- width="150">
+ follows="top|left"
+ height="23"
+ layout="topleft"
+ top_pad="-23"
+ left_pad="5"
+ name="spellcheck_showgui"
+ commit_callback.function="Pref.SpellChecker"
+ label="Spell Checking..."
+ width="150">
</button>
</panel>
diff --git a/indra/newview/skins/default/xui/en/panel_preferences_general.xml b/indra/newview/skins/default/xui/en/panel_preferences_general.xml
index 2cb063e8ee..ea0f7d8593 100644
--- a/indra/newview/skins/default/xui/en/panel_preferences_general.xml
+++ b/indra/newview/skins/default/xui/en/panel_preferences_general.xml
@@ -409,7 +409,7 @@
name="text_box3"
top_pad="3"
width="240">
- Busy mode response:
+ Do Not Disturb response:
</text>
<text_editor
control_name="DoNotDisturbModeResponse"
diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml
index 04b6326769..8310e0c62d 100644
--- a/indra/newview/skins/default/xui/en/strings.xml
+++ b/indra/newview/skins/default/xui/en/strings.xml
@@ -295,7 +295,7 @@ Please try logging in again in a minute.</string>
<!-- llvoavatar. Displayed in the avatar chat bubble -->
<string name="AvatarEditingAppearance">(Editing Appearance)</string>
<string name="AvatarAway">Away</string>
- <string name="AvatarDoNotDisturb">Busy</string>
+ <string name="AvatarDoNotDisturb">Do Not Disturb</string>
<string name="AvatarMuted">Blocked</string>
<!-- animations -->
@@ -2074,12 +2074,6 @@ For AI Character: Get the closest navigable point to the point provided.
</string>
- <!-- Avatar busy/away mode -->
- <string name="AvatarSetNotAway">Not Away</string>
- <string name="AvatarSetAway">Away</string>
- <string name="AvatarSetAvailable">Not Busy</string>
- <string name="AvatarSetDoNotDisturb">Busy</string>
-
<!-- Wearable Types -->
<string name="shape">Shape</string>
<string name="skin">Skin</string>
@@ -2526,7 +2520,7 @@ Drag folders to this area and click "Send to Marketplace" to list them for sale
<string name="PanelContentsNewScript">New Script</string>
<!-- panel preferences general -->
- <string name="DoNotDisturbModeResponseDefault">The Resident you messaged is in &apos;busy mode&apos; which means they have requested not to be disturbed. Your message will still be shown in their IM panel for later viewing.</string>
+ <string name="DoNotDisturbModeResponseDefault">This resident has turned on &apos;Do Not Disturb&apos; and will see your message later.</string>
<!-- Mute -->
<string name="MuteByName">(By name)</string>