aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins/default/xui/en-us
diff options
context:
space:
mode:
authorJacek Antonelli2008-10-17 20:15:09 -0500
committerJacek Antonelli2008-10-17 20:15:09 -0500
commitc4ea23e62280445bcce20aafe3a97b38bbdd9b0d (patch)
tree70f45a226712ac617d185623bd74205f5d3ee5bf /linden/indra/newview/skins/default/xui/en-us
parentMerge branch 'merge-1.21.6' into rebranding (diff)
parentwindows compile fix and rebranded help menu (diff)
downloadmeta-impy-c4ea23e62280445bcce20aafe3a97b38bbdd9b0d.zip
meta-impy-c4ea23e62280445bcce20aafe3a97b38bbdd9b0d.tar.gz
meta-impy-c4ea23e62280445bcce20aafe3a97b38bbdd9b0d.tar.bz2
meta-impy-c4ea23e62280445bcce20aafe3a97b38bbdd9b0d.tar.xz
Merge commit 'mccabe/rebranding' into rebranding
Diffstat (limited to 'linden/indra/newview/skins/default/xui/en-us')
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/alerts.xml20
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml51
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/panel_groups.xml78
3 files changed, 67 insertions, 82 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 8bbdc3d..c2d4301 100644
--- a/linden/indra/newview/skins/default/xui/en-us/alerts.xml
+++ b/linden/indra/newview/skins/default/xui/en-us/alerts.xml
@@ -2957,9 +2957,9 @@ Download to your Applications folder?
2957 Cancel 2957 Cancel
2958 </option> 2958 </option>
2959 </alert> 2959 </alert>
2960 <alert modal="true" name="WebLaunchSupportWiki"> 2960 <alert modal="true" name="WebLaunchImprudenceBlog">
2961 <message name="message"> 2961 <message name="message">
2962 Go to the Official Linden Blog, for the Latest News and Information. 2962 Go to the Official Imprudence Blog, for the Latest News and Information.
2963 </message> 2963 </message>
2964 <ignore name="ignore"> 2964 <ignore name="ignore">
2965 When launching web browser to view the blog 2965 When launching web browser to view the blog
@@ -2971,6 +2971,20 @@ Download to your Applications folder?
2971 Cancel 2971 Cancel
2972 </option> 2972 </option>
2973 </alert> 2973 </alert>
2974 <alert modal="true" name="WebLaunchImprudenceForums">
2975 <message name="message">
2976 Go to the Official Imprudence Forums to discuss the Imprudence Project.
2977 </message>
2978 <ignore name="ignore">
2979 When launching web browser to view the forums
2980 </ignore>
2981 <option name="Gotopage">
2982 OK
2983 </option>
2984 <option name="Cancel">
2985 Cancel
2986 </option>
2987 </alert>
2974 <alert modal="true" name="WebLaunchLSLGuide"> 2988 <alert modal="true" name="WebLaunchLSLGuide">
2975 <message name="message"> 2989 <message name="message">
2976 Go to the Scripting Guide for scripting help? 2990 Go to the Scripting Guide for scripting help?
@@ -4225,7 +4239,7 @@ will only work if a script is added with a money() event.
4225 </alert> 4239 </alert>
4226 <alert modal="true" name="ClickOpenF1Help"> 4240 <alert modal="true" name="ClickOpenF1Help">
4227 <message name="message"> 4241 <message name="message">
4228 Visit the Second Life Support Web site? 4242 Visit the Second Life Support Web site? (note: this is not an Imprudence Help site)
4229 </message> 4243 </message>
4230 <ignore name="ignore"> 4244 <ignore name="ignore">
4231 When visiting the Second Life Support Website. 4245 When visiting the Second Life Support Website.
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 f82f254..71044a0 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
@@ -764,7 +764,7 @@
764 764
765 <menu name="Help" create_jump_keys="true" label="Help" 765 <menu name="Help" create_jump_keys="true" label="Help"
766 opaque="true" tear_off="true"> 766 opaque="true" tear_off="true">
767 <menu_item_call name="Second Life Help" label="Second Life Help" 767 <menu_item_call name="Viewer Help" label="Viewer Help"
768 shortcut="F1"> 768 shortcut="F1">
769 <on_click function="ShowFloater" userdata="help f1" /> 769 <on_click function="ShowFloater" userdata="help f1" />
770 </menu_item_call> 770 </menu_item_call>
@@ -772,10 +772,15 @@
772 <on_click function="ShowFloater" userdata="help tutorial" /> 772 <on_click function="ShowFloater" userdata="help tutorial" />
773 </menu_item_call> 773 </menu_item_call>
774 <menu_item_separator /> 774 <menu_item_separator />
775 <menu_item_call name="Official Linden Blog..." 775 <menu_item_call name="Imprudence Blog..."
776 label="Official Linden Blog..."> 776 label="Imprudence Blog...">
777 <on_click function="PromptShowURL" 777 <on_click function="PromptShowURL"
778 userdata="WebLaunchSupportWiki,http://blog.secondlife.com/" /> 778 userdata="WebLaunchImprudenceBlog,http://www.imprudenceviewer.org/" />
779 </menu_item_call>
780 <menu_item_call name="Imprudence Forums..."
781 label="Imprudence Forums...">
782 <on_click function="PromptShowURL"
783 userdata="WebLaunchImprudenceForums,http://www.imprudenceviewer.org/forums/" />
779 </menu_item_call> 784 </menu_item_call>
780 <menu_item_separator /> 785 <menu_item_separator />
781 <menu_item_call name="Scripting Guide..." 786 <menu_item_call name="Scripting Guide..."
@@ -801,42 +806,8 @@
801 <on_click function="ShowFloater" userdata="lag meter" /> 806 <on_click function="ShowFloater" userdata="lag meter" />
802 </menu_item_call> 807 </menu_item_call>
803 <menu_item_separator /> 808 <menu_item_separator />
804 <menu name="Bug Reporting" create_jump_keys="true" 809 <menu_item_call name="About Imprudence..."
805 label="Bug Reporting" opaque="true" tear_off="true"> 810 label="About Imprudence...">
806 <menu_item_call name="Public Issue Tracker..."
807 label="Public Issue Tracker...">
808 <on_click function="PromptShowURL"
809 userdata="WebLaunchPublicIssue,http://jira.secondlife.com" />
810 </menu_item_call>
811 <menu_item_call name="Publc Issue Tracker Help..."
812 label="Public Issue Tracker Help...">
813 <on_click function="PromptShowURL"
814 userdata="WebLaunchPublicIssueHelp,http://wiki.secondlife.com/wiki/Issue_tracker" />
815 </menu_item_call>
816 <menu_item_separator />
817 <menu_item_call name="Bug Reporing 101..."
818 label="Bug Reporting 101...">
819 <on_click function="PromptShowURL"
820 userdata="WebLaunchBugReport101,http://wiki.secondlife.com/wiki/Bug_Reporting_101" />
821 </menu_item_call>
822 <menu_item_call name="Security Issues..."
823 label="Security Issues...">
824 <on_click function="PromptShowURL"
825 userdata="WebLaunchSecurityIssues,http://wiki.secondlife.com/wiki/Security_issues" />
826 </menu_item_call>
827 <menu_item_call name="QA Wiki..." label="QA Wiki...">
828 <on_click function="PromptShowURL"
829 userdata="WebLaunchQAWiki,http://wiki.secondlife.com/wiki/QA_Portal" />
830 </menu_item_call>
831 <menu_item_separator />
832 <menu_item_call name="Report Bug..." label="Report Bug...">
833 <on_click function="PromptShowURL"
834 userdata="WebLaunchPublicIssue,http://jira.secondlife.com" />
835 </menu_item_call>
836 </menu>
837 <menu_item_separator />
838 <menu_item_call name="About Second Life..."
839 label="About Second Life...">
840 <on_click function="ShowFloater" userdata="about" /> 811 <on_click function="ShowFloater" userdata="about" />
841 </menu_item_call> 812 </menu_item_call>
842 </menu> 813 </menu>
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 02d5504..6fa099e 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,39 +1,39 @@
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">
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="false" 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="-10"
8 width="240"> 8 width="240">
9 <column label="" name="name" width="248" /> 9 <column label="" name="name" width="248" />
10 </scroll_list> 10 </scroll_list>
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="22" drop_shadow_visible="true" enabled="true" follows="left|bottom" 12 bottom="22" drop_shadow_visible="true" enabled="true" follows="left|bottom"
13 font="SansSerifSmall" h_pad="0" halign="left" height="16" left="12" 13 font="SansSerifSmall" h_pad="0" halign="left" height="16" left="12"
14 mouse_opaque="false" name="groupdesc" v_pad="0" width="248"> 14 mouse_opaque="false" name="groupdesc" v_pad="0" width="248">
15 Your currently active group is displayed in bold. 15 Your currently active group is displayed in bold.
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="5" drop_shadow_visible="true" enabled="true" follows="left|bottom" 18 bottom="5" drop_shadow_visible="true" enabled="true" follows="left|bottom"
19 font="SansSerifSmall" h_pad="0" halign="left" height="16" left="12" 19 font="SansSerifSmall" h_pad="0" halign="left" height="16" left="12"
20 mouse_opaque="false" name="groupcount" v_pad="0" width="248"> 20 mouse_opaque="false" name="groupcount" v_pad="0" width="248">
21 You belong to [COUNT] groups (of [MAX] maximum). 21 You belong to [COUNT] groups (of [MAX] maximum).
22 </text> 22 </text>
23 <pad bottom="-7" height="0" left="-90" width="1" /> 23 <pad bottom="-7" height="0" left="-90" width="1" />
24 <button bottom_delta="-25" follows="top|right" font="SansSerif" height="22" 24 <button bottom_delta="-25" follows="top|right" font="SansSerif" height="22"
25 label="IM/Call" left_delta="0" name="IM" 25 label="IM/Call" left_delta="0" name="IM"
26 tool_tip="Open Instant Message session" width="80" /> 26 tool_tip="Open Instant Message session" width="80" />
27 <button bottom_delta="-25" follows="top|right" font="SansSerif" height="22" 27 <button bottom_delta="-25" follows="top|right" font="SansSerif" height="22"
28 label="Info" name="Info" width="80" /> 28 label="Info" name="Info" width="80" />
29 <button bottom_delta="-25" follows="top|right" font="SansSerif" height="22" 29 <button bottom_delta="-25" follows="top|right" font="SansSerif" height="22"
30 label="Activate" name="Activate" width="80" /> 30 label="Activate" name="Activate" width="80" />
31 <button bottom_delta="-25" follows="top|right" font="SansSerif" height="22" 31 <button bottom_delta="-25" follows="top|right" font="SansSerif" height="22"
32 label="Leave" name="Leave" width="80" /> 32 label="Leave" name="Leave" width="80" />
33 <button bottom_delta="-35" follows="top|right" font="SansSerif" height="22" 33 <button bottom_delta="-35" follows="top|right" font="SansSerif" height="22"
34 label="Create..." name="Create" width="80" /> 34 label="Create..." name="Create" width="80" />
35 <button bottom_delta="-25" follows="top|right" font="SansSerif" height="22" 35 <button bottom_delta="-25" follows="top|right" font="SansSerif" height="22"
36 label="Search..." name="Search..." width="80" /> 36 label="Search..." name="Search..." width="80" />
37 <button bottom_delta="-25" follows="top|right" font="SansSerif" height="22" 37 <button bottom_delta="-25" follows="top|right" font="SansSerif" height="22"
38 label="Invite..." name="Invite..." width="80" /> 38 label="Invite..." name="Invite..." width="80" />
39</panel> 39</panel>