diff options
| -rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 96 | 
1 files changed, 96 insertions, 0 deletions
| diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 9e11a530f7..b0d8a3cf7e 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -832,6 +832,13 @@ If you no longer wish to have these abilities granted to this role, disable them    </notification>    <notification +    icon="notify.tga" +    name="GroupBanUserOnBanlist" +    type="notify"> +Some residents have not been sent an invite due to being banned from the group. +  </notification> + +  <notification     icon="alertmodal.tga"     name="AttachmentDrop"     type="alertmodal"> @@ -3665,6 +3672,13 @@ Can't add estate owner to estate 'Banned Resident' list.    <notification     icon="alertmodal.tga" +   name="ProblemAddingEstateManagerBanned" +   type="alertmodal"> +Unable to add banned resident to estate manager list. +  </notification> + +  <notification +   icon="alertmodal.tga"     name="CanNotChangeAppearanceUntilLoaded"     type="alertmodal">  Can't change appearance until clothing and shape are loaded. @@ -4178,6 +4192,14 @@ Leave Group?    </notification>    <notification +   icon="notify.tga" +   name="GroupDepart" +   type="notify"> +You have left the group '[group_name]'. +    <tag>group</tag> +  </notification> + +  <notification     icon="alertmodal.tga"     name="OwnerCannotLeaveGroup"     type="alertmodal"> @@ -4189,6 +4211,17 @@ Leave Group?    </notification>    <notification +   icon="alertmodal.tga" +   name="GroupDepartError" +   type="alertmodal"> +    Unable to leave group. +    <tag>group</tag> +    <usetemplate +     name="okbutton" +     yestext="OK"/> +  </notification> + +  <notification     icon="alert.tga"     name="ConfirmKick"     type="alert"> @@ -5310,6 +5343,17 @@ There are too many prims selected.  Please select [MAX_PRIM_COUNT] or fewer prim  	</notification>  	<notification +	  icon="alertmodal.tga" +	  name="TooManyScriptsSelected" +	  type="alertmodal"> +Too many scripts in the objects selected.  Please select fewer objects and try again +  <tag>fail</tag> +		<usetemplate +		 name="okbutton" +		 yestext="OK"/> +	</notification> + +	<notification     icon="alertmodal.tga"     name="ProblemImportingEstateCovenant"     type="alertmodal"> @@ -5728,6 +5772,17 @@ Warning: The 'Pay object' click action has been set, but it will only    <notification     icon="alertmodal.tga" +   name="PaymentBlockedButtonMismatch" +   type="alertmodal"> +    Payment stopped:  the price paid does not match any of the pay buttons set for this object. +    <tag>fail</tag> +    <usetemplate +     name="okbutton" +     yestext="OK"/> +  </notification> + +  <notification +   icon="alertmodal.tga"     name="OpenObjectCannotCopy"     type="alertmodal">  There are no items in this object that you are allowed to copy. @@ -6901,6 +6956,15 @@ This area has building disabled. You can't build or rez objects here.    </notification>    <notification +   icon="notify.tga" +   name="AutopilotCanceled" +   persist="true" +   type="notify"> +    <unique/> +Autopilot canceled +  </notification> + +  <notification       icon="notify.tga"       name="PathfindingDirty"       persist="true" @@ -9785,6 +9849,14 @@ Can't move object '[OBJECT_NAME]' to    <notification     icon="alertmodal.tga" +   name="NoParcelPermsNoObject" +   type="notify"> +   <tag>fail</tag> +Copy failed because you lack access to that parcel. +  </notification> + +  <notification +   icon="alertmodal.tga"     name="CantMoveObjectRegionVersion"     type="notify">     <tag>fail</tag> @@ -9928,6 +10000,22 @@ Cannot save to object contents: This would modify the attachment permissions.    <notification     icon="alertmodal.tga" +   name="AttachmentHasTooMuchInventory" +   type="notify"> +   <tag>fail</tag> +Your attachments contain too much inventory to add more. +  </notification> + +  <notification +   icon="alertmodal.tga" +   name="IllegalAttachment" +   type="notify"> +   <tag>fail</tag> +The attachment has requested a nonexistent point on the avatar. It has been attached to the chest instead. +  </notification> + +  <notification +   icon="alertmodal.tga"     name="TooManyScripts"     type="notify">     <tag>fail</tag> @@ -10966,6 +11054,14 @@ Money transfers to objects are currently disabled in this region.    <notification     icon="alertmodal.tga" +   name="DroppedMoneyTransferRequest" +   type="notify"> +   <tag>fail</tag> +Unable to make payment due to system load. +  </notification> + +  <notification +   icon="alertmodal.tga"     name="CantPayNoAgent"     type="notify">     <tag>fail</tag> | 
