diff options
| author | eli_linden <none@none> | 2011-06-01 11:15:57 -0700 | 
|---|---|---|
| committer | eli_linden <none@none> | 2011-06-01 11:15:57 -0700 | 
| commit | 9b4fe70eecee820798024cd6698a68516e4c9c4f (patch) | |
| tree | 756bc9d684c0f24f7668f053922ffa35b789c1ab /indra | |
| parent | 5142751def66bfd9e527b55528fa6be83650d7a2 (diff) | |
sync with viewer-development
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 14 | ||||
| -rw-r--r-- | indra/newview/skins/default/xui/en/panel_preferences_colors.xml | 31 | ||||
| -rw-r--r-- | indra/newview/skins/default/xui/en/strings.xml | 9 | 
3 files changed, 54 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index ebfed990ec..5e7bd605d2 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -5227,6 +5227,20 @@ Insufficient permissions to rez object.    <notification     icon="notifytip.tga" +   name="IMAcrossParentEstates" +   type="notifytip"> +Unable to send IM across parent estates. +  </notification> + +  <notification +   icon="notifytip.tga" +   name="TransferInventoryAcrossParentEstates" +   type="notifytip"> +Unable to transfer inventory across parent estates. +  </notification> + +  <notification +   icon="notifytip.tga"     name="UnableToLoadNotecard"     type="notifytip">  Unable to load notecard. diff --git a/indra/newview/skins/default/xui/en/panel_preferences_colors.xml b/indra/newview/skins/default/xui/en/panel_preferences_colors.xml index 7717872a6a..2b22f0d6e3 100644 --- a/indra/newview/skins/default/xui/en/panel_preferences_colors.xml +++ b/indra/newview/skins/default/xui/en/panel_preferences_colors.xml @@ -208,6 +208,37 @@    </text>    <color_swatch     can_apply_immediately="true" +   color="LtOrange" +   follows="left|top" +   height="24" +   label_height="0" +   layout="topleft" +   left="360" +   name="direct" +   top_pad="-15" +   width="44" > +    <color_swatch.init_callback +		 function="Pref.getUIColor" +		 parameter="DirectChatColor" /> +    <color_swatch.commit_callback +		 function="Pref.applyUIColor" +		 parameter="DirectChatColor" /> +  </color_swatch> +  <text +   type="string" +   length="1" +   follows="left|top" +   height="10" +   layout="topleft" +   left_pad="5" +   mouse_opaque="false" +   name="text_box10" +   top_delta="5" +   width="95"> +    Direct +  </text> +  <color_swatch +   can_apply_immediately="true"     color="LtYellow"     follows="left|top"     height="24" diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml index f8c90106b7..339f14eacb 100644 --- a/indra/newview/skins/default/xui/en/strings.xml +++ b/indra/newview/skins/default/xui/en/strings.xml @@ -1908,6 +1908,15 @@ Requests single-word username of an avatar.  When data is available the dataserv  key llRequestDisplayName(key id)  Requests name of an avatar.  When data is available the dataserver event will be raised.  </string> +<string name="LSLTipText_llRegionSayTo" translate="false"> +llRegionSayTo(key target, integer channel, string msg) +Sends msg on channel (not DEBUG_CHANNEL) directly to prim or avatar target anywhere within the region +</string> +<string name="LSLTipText_llGetEnv" translate="false"> +llGetEnv(string name) +Returns a string with the requested data about the region +</string> +    <!-- Avatar busy/away mode -->  	<string name="AvatarSetNotAway">Not Away</string>  | 
