From 9b7f38f6fb1a4b19c5cc7cab2f673e2bc9f5ae93 Mon Sep 17 00:00:00 2001
From: andreykproductengine <akleshchev@productengine.com>
Date: Wed, 6 Jul 2016 17:49:47 +0300
Subject: [PATCH] MAINT-4066 Missing notifications

---
 .../skins/default/xui/en/notifications.xml    | 96 +++++++++++++++++++
 1 file changed, 96 insertions(+)

diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml
index 9e11a530f78..b0d8a3cf7ef 100644
--- a/indra/newview/skins/default/xui/en/notifications.xml
+++ b/indra/newview/skins/default/xui/en/notifications.xml
@@ -831,6 +831,13 @@ If you no longer wish to have these abilities granted to this role, disable them
       yestext="Ban"/>
   </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"
@@ -3663,6 +3670,13 @@ You can only have [MAX_MANAGER] Estate Managers.
 Can&apos;t add estate owner to estate &apos;Banned Resident&apos; list.
   </notification>
 
+  <notification
+   icon="alertmodal.tga"
+   name="ProblemAddingEstateManagerBanned"
+   type="alertmodal">
+Unable to add banned resident to estate manager list.
+  </notification>
+
   <notification
    icon="alertmodal.tga"
    name="CanNotChangeAppearanceUntilLoaded"
@@ -4177,6 +4191,14 @@ Leave Group?
      yestext="OK"/>
   </notification>
 
+  <notification
+   icon="notify.tga"
+   name="GroupDepart"
+   type="notify">
+You have left the group &apos;[group_name]&apos;.
+    <tag>group</tag>
+  </notification>
+
   <notification
    icon="alertmodal.tga"
    name="OwnerCannotLeaveGroup"
@@ -4188,6 +4210,17 @@ Leave Group?
      yestext="OK"/>
   </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"
@@ -5303,6 +5336,17 @@ You won't receive any more notifications that you're about to visit a region wit
 	  name="TooManyPrimsSelected"
 	  type="alertmodal">
 There are too many prims selected.  Please select [MAX_PRIM_COUNT] or fewer prims and try again
+  <tag>fail</tag>
+		<usetemplate
+		 name="okbutton"
+		 yestext="OK"/>
+	</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"
@@ -5726,6 +5770,17 @@ Warning: The &apos;Pay object&apos; click action has been set, but it will only
      yestext="OK"/>
   </notification>
 
+  <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"
@@ -6900,6 +6955,15 @@ This area has voice chat disabled. You won&apos;t be able to hear anyone talking
 This area has building disabled. You can&apos;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"
@@ -9783,6 +9847,14 @@ Can't move object '[OBJECT_NAME]' to
 [OBJ_POSITION] in region [REGION_NAME] because there are not enough resources for this object on this parcel.
   </notification>
 
+  <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"
@@ -9926,6 +9998,22 @@ Cannot save to object contents: Item with that name already exists in inventory
 Cannot save to object contents: This would modify the attachment permissions.
   </notification>
 
+  <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"
@@ -10964,6 +11052,14 @@ Unable to find object.
 Money transfers to objects are currently disabled in this region.
   </notification>
 
+  <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"
-- 
GitLab