aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins/default/xui/en-us
diff options
context:
space:
mode:
authorJacek Antonelli2008-09-12 14:59:33 -0500
committerJacek Antonelli2008-09-12 14:59:39 -0500
commit80a8bab2a9dd8e77262b001af973212a6cba4a5a (patch)
tree170168232fd4e2eec5f15295a9445535969cdb76 /linden/indra/newview/skins/default/xui/en-us
parentSecond Life viewer sources 1.21.1-RC (diff)
downloadmeta-impy-80a8bab2a9dd8e77262b001af973212a6cba4a5a.zip
meta-impy-80a8bab2a9dd8e77262b001af973212a6cba4a5a.tar.gz
meta-impy-80a8bab2a9dd8e77262b001af973212a6cba4a5a.tar.bz2
meta-impy-80a8bab2a9dd8e77262b001af973212a6cba4a5a.tar.xz
Second Life viewer sources 1.21.2-RC
Diffstat (limited to 'linden/indra/newview/skins/default/xui/en-us')
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/alerts.xml18
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/floater_top_objects.xml4
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/notify.xml2
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/panel_preferences_voice.xml5
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/panel_voice_options.xml4
5 files changed, 19 insertions, 14 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/alerts.xml b/linden/indra/newview/skins/default/xui/en-us/alerts.xml
index 57736b4..1dcdc7d 100644
--- a/linden/indra/newview/skins/default/xui/en-us/alerts.xml
+++ b/linden/indra/newview/skins/default/xui/en-us/alerts.xml
@@ -2101,8 +2101,22 @@ You do not have permission to buy land for your active group.
2101 </alert> 2101 </alert>
2102 <alert modal="true" name="AddFriend" title="Add Friend"> 2102 <alert modal="true" name="AddFriend" title="Add Friend">
2103 <message name="message"> 2103 <message name="message">
2104 Friends can give permissions to track each 2104Friends can give permissions to track each
2105other on the map and receive online status updates. 2105other on the map and receive online status updates.
2106
2107Offer friendship to [NAME]?
2108 </message>
2109 <option name="Offer">
2110 OK
2111 </option>
2112 <option name="Cancel">
2113 Cancel
2114 </option>
2115 </alert>
2116 <alert modal="true" name="AddFriendWithMessage" title="Add Friend">
2117 <message name="message">
2118Friends can give permissions to track each
2119other on the map and receive online status updates.
2106 2120
2107Offer friendship to [NAME]? 2121Offer friendship to [NAME]?
2108 </message> 2122 </message>
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_top_objects.xml b/linden/indra/newview/skins/default/xui/en-us/floater_top_objects.xml
index 2108b42..96f48eb 100644
--- a/linden/indra/newview/skins/default/xui/en-us/floater_top_objects.xml
+++ b/linden/indra/newview/skins/default/xui/en-us/floater_top_objects.xml
@@ -10,10 +10,10 @@
10 follows="left|top|bottom|right" height="150" left="10" multi_select="true" 10 follows="left|top|bottom|right" height="150" left="10" multi_select="true"
11 name="objects_list" width="530"> 11 name="objects_list" width="530">
12 <column label="Score" name="score" width="55" /> 12 <column label="Score" name="score" width="55" />
13 <column dynamicwidth="true" label="Name" name="name" /> 13 <column label="Name" name="name" width="140"/>
14 <column label="Owner" name="owner" width="105" /> 14 <column label="Owner" name="owner" width="105" />
15 <column label="Location" name="location" width="130" /> 15 <column label="Location" name="location" width="130" />
16 <column label="Time" name="time" width="180" /> 16 <column label="Time" name="time" width="100" />
17 </scroll_list> 17 </scroll_list>
18 <text bottom_delta="-30" follows="left|bottom" font="SansSerifSmall" height="20" 18 <text bottom_delta="-30" follows="left|bottom" font="SansSerifSmall" height="20"
19 left="10" name="id_text" width="100"> 19 left="10" name="id_text" width="100">
diff --git a/linden/indra/newview/skins/default/xui/en-us/notify.xml b/linden/indra/newview/skins/default/xui/en-us/notify.xml
index 60f70b2..6af19ee 100644
--- a/linden/indra/newview/skins/default/xui/en-us/notify.xml
+++ b/linden/indra/newview/skins/default/xui/en-us/notify.xml
@@ -997,7 +997,7 @@ Click Accept to join the chat or Decline to decline the invitation. Click Mute t
997 </notify> 997 </notify>
998 <notify name="ProximalVoiceChannelFull" tip="true" unique="true"> 998 <notify name="ProximalVoiceChannelFull" tip="true" unique="true">
999 <message name="message"> 999 <message name="message">
1000 We&apos;re sorry. This area has has reached maximum capacity for voice conversations. Please try to use voice in another area. 1000 We&apos;re sorry. This area has reached maximum capacity for voice conversations. Please try to use voice in another area.
1001 </message> 1001 </message>
1002 </notify> 1002 </notify>
1003 <notify name="VoiceChannelDisconnected" tip="true" unique="true"> 1003 <notify name="VoiceChannelDisconnected" tip="true" unique="true">
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 62fb7b7..7d72001 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
@@ -36,11 +36,6 @@
36 name="voice_chat_description" tab_stop="false" width="450" word_wrap="true"> 36 name="voice_chat_description" tab_stop="false" width="450" word_wrap="true">
37 Push-to-Talk mode lets you control when your voice is transmitted. When in toggle mode, press and release the push-to-talk trigger to switch your microphone on and off. When not in toggle mode, the microphone is active only when the trigger is held down. 37 Push-to-Talk mode lets you control when your voice is transmitted. When in toggle mode, press and release the push-to-talk trigger to switch your microphone on and off. When not in toggle mode, the microphone is active only when the trigger is held down.
38 </text_editor> 38 </text_editor>
39<!-- <check_box bottom_delta="-20" control_name="EnablePushToTalk" enabled="true" -->
40<!-- follows="left|top" font="SansSerifSmall" height="16" initial_value="false" -->
41<!-- label="Start Viewer in Push-to-Talk mode" left_delta="0" -->
42<!-- mouse_opaque="true" name="push_to_talk_check" radio_style="false" -->
43<!-- width="200" /> -->
44 <check_box bottom_delta="-20" control_name="PushToTalkToggle" enabled="true" 39 <check_box bottom_delta="-20" control_name="PushToTalkToggle" enabled="true"
45 follows="left|top" font="SansSerifSmall" height="16" initial_value="false" 40 follows="left|top" font="SansSerifSmall" height="16" initial_value="false"
46 label="Use Push-to-Talk in toggle mode" left_delta="0" mouse_opaque="true" 41 label="Use Push-to-Talk in toggle mode" left_delta="0" mouse_opaque="true"
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
index 0ecf3fc..494cd39 100644
--- 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
@@ -20,10 +20,6 @@
20 font="SansSerifSmall" height="16" initial_value="false" 20 font="SansSerifSmall" height="16" initial_value="false"
21 label="Only allow Friends to initiate Voice Calls with me" left="20" 21 label="Only allow Friends to initiate Voice Calls with me" left="20"
22 left_delta="2" name="friends_only_check" width="200" /> 22 left_delta="2" name="friends_only_check" width="200" />
23<!-- <check_box bottom_delta="-20" control_name="EnablePushToTalk" follows="left|top" -->
24<!-- font="SansSerifSmall" height="16" initial_value="false" -->
25<!-- label="Start Viewer in Push-to-Talk mode" left_delta="0" -->
26<!-- name="push_to_talk_check" width="200" /> -->
27 <check_box bottom_delta="-20" control_name="PushToTalkToggle" follows="left|top" 23 <check_box bottom_delta="-20" control_name="PushToTalkToggle" follows="left|top"
28 font="SansSerifSmall" height="16" initial_value="false" 24 font="SansSerifSmall" height="16" initial_value="false"
29 label="Use Push-to-Talk in toggle mode" left_delta="0" 25 label="Use Push-to-Talk in toggle mode" left_delta="0"