diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-06-08 18:28:19 -0700 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-06-08 18:28:19 -0700 |
commit | 68c3d1bb2ef19550d1549342b4bd597938c473b7 (patch) | |
tree | 7b8ef6a0e2bb35ff738bcb1b3e308f00a8470e1a /indra/newview/skins | |
parent | 9aeae2a87e79a8e612fa052a5db2866489cb6fae (diff) |
EXP-1953: First pass at implementing the maturity flow during a teleport via lure.
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 46 |
1 files changed, 40 insertions, 6 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 458b164ce0..4d78014ffd 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -4090,7 +4090,7 @@ Are you sure you want to change the Estate Covenant? name="okcancelignore" yestext="Go to Knowledge Base" notext="Close" - ignoretext="Region crossing: The region you're trying to visit contains content, which is accessible to adults only."/> + ignoretext="Region crossing: The region you're trying to visit contains content which is accessible to adults only."/> </notification> <notification @@ -4106,7 +4106,7 @@ The region you're trying to visit contains [REGIONMATURITY] content, but your cu name="RegionEntryAccessBlocked_NotifyAdultsOnly" type="notifytip"> <tag>fail</tag> - The region you're trying to visit contains content, which is accessible to adults only. + The region you're trying to visit contains [REGIONMATURITY] content, which is accessible to adults only. </notification> <notification @@ -4166,7 +4166,7 @@ The region you're trying to visit contains [REGIONMATURITY] content, but your cu name="okcancelignore" yestext="Go to Knowledge Base" notext="Close" - ignoretext="Teleport: The region you're trying to visit contains content, which is accessible to adults only."/> + ignoretext="Teleport: The region you're trying to visit contains content which is accessible to adults only."/> </notification> <notification @@ -4182,7 +4182,7 @@ The region you're trying to visit contains [REGIONMATURITY] content, but your cu name="RegionEntryAccessBlocked_NotifyAdultsOnly" type="notifytip"> <tag>fail</tag> - The region you're trying to visit contains content, which is accessible to adults only. + The region you're trying to visit contains [REGIONMATURITY] content, which is accessible to adults only. </notification> <notification @@ -4301,7 +4301,7 @@ You won't receive any more notifications that you're about to visit a region wit name="LandClaimAccessBlocked_NotifyAdultsOnly" type="notifytip"> <tag>fail</tag> - The land you're trying to claim contains content, which is accessible to adults only. + The land you're trying to claim contains [REGIONMATURITY] content, which is accessible to adults only. </notification> <notification @@ -4366,7 +4366,7 @@ You won't receive any more notifications that you're about to visit a region wit name="LandBuyAccessBlocked_NotifyAdultsOnly" type="notifytip"> <tag>fail</tag> - The land you're trying to buy contains content, which is accessible to adults only. + The land you're trying to buy contains [REGIONMATURITY] content, which is accessible to adults only. </notification> <notification @@ -6286,6 +6286,40 @@ Your object named <nolink>[OBJECTFROMNAME]</nolink> has given you th <notification icon="notify.tga" + name="TeleportOffered_MaturityExceeded" + type="offer"> +[NAME_SLURL] has offered to teleport you to their location: + +[MESSAGE] - [MATURITY_STR] <icon>[MATURITY_ICON]</icon> + +However, this region contains [REGION_CONTENT_MATURITY] content, but your current preferences are set to exclude [REGION_CONTENT_MATURITY] content. We can change your preferences and continue with the teleport, or you can cancel this teleport. + <tag>confirm</tag> + <form name="form"> + <button + index="0" + name="Teleport" + text="Change and Continue"/> + <button + index="1" + name="Cancel" + text="Cancel"/> + </form> + </notification> + + <notification + icon="notify.tga" + name="TeleportOffered_MaturityBlocked" + type="notifytip"> +[NAME_SLURL] has offered to teleport you to their location: + +[MESSAGE] - [MATURITY_STR] <icon>[MATURITY_ICON]</icon> + +However, this region contains [REGION_CONTENT_MATURITY] content, which is accessible to adults only. + <tag>fail</tag> + </notification> + + <notification + icon="notify.tga" name="TeleportOfferSent" type="offer"> Teleport offer sent to [TO_NAME] |