summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/notifications.xml
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-rw-r--r--indra/newview/skins/default/xui/en/notifications.xml152
1 files changed, 139 insertions, 13 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml
index 3042041a13..53d3e0c398 100644
--- a/indra/newview/skins/default/xui/en/notifications.xml
+++ b/indra/newview/skins/default/xui/en/notifications.xml
@@ -909,6 +909,108 @@ Please invite members within 48 hours.
<notification
icon="alertmodal.tga"
+ name="JoinGroupInaccessible"
+ type="alertmodal">
+This group is not accessible to you.
+ <tag>group_id</tag>
+ <tag>success</tag>
+ <usetemplate
+ name="okbutton"
+ yestext="OK"/>
+ </notification>
+
+ <notification
+ icon="alertmodal.tga"
+ name="JoinGroupError"
+ type="alertmodal">
+Error processing your group membership request.
+ <tag>group_id</tag>
+ <tag>success</tag>
+ <usetemplate
+ name="okbutton"
+ yestext="OK"/>
+ </notification>
+
+ <notification
+ icon="alertmodal.tga"
+ name="JoinGroupErrorReason"
+ type="alertmodal">
+Unable to join group: [reason]
+ <tag>group_id</tag>
+ <tag>success</tag>
+ <tag>reason</tag>
+ <usetemplate
+ name="okbutton"
+ yestext="OK"/>
+ </notification>
+
+ <notification
+ icon="alertmodal.tga"
+ name="JoinGroupTrialUser"
+ type="alertmodal">
+Sorry, trial users can't join groups.
+ <tag>group_id</tag>
+ <tag>success</tag>
+ <usetemplate
+ name="okbutton"
+ yestext="OK"/>
+ </notification>
+
+ <notification
+ icon="alertmodal.tga"
+ name="JoinGroupMaxGroups"
+ type="alertmodal">
+You cannot join '[group_name]':
+You are already a member of [group_count] groups, the maximum number allowed is [max_groups]
+ <tag>success</tag>
+ <tag>group_id</tag>
+ <tag>group_name</tag>
+ <tag>group_count</tag>
+ <tag>max_groups</tag>
+ <usetemplate
+ name="okbutton"
+ yestext="OK"/>
+ </notification>
+
+ <notification
+ icon="alertmodal.tga"
+ name="JoinGroupClosedEnrollment"
+ type="alertmodal">
+You cannot join '[group_name]':
+The group no longer has open enrollment.
+ <tag>group_id</tag>
+ <tag>success</tag>
+ <usetemplate
+ name="okbutton"
+ yestext="OK"/>
+ </notification>
+
+ <notification
+ icon="alertmodal.tga"
+ name="JoinGroupSuccess"
+ type="alertmodal">
+You have been added to the group
+ <tag>group_id</tag>
+ <tag>success</tag>
+ <usetemplate
+ name="okbutton"
+ yestext="OK"/>
+ </notification>
+
+ <notification
+ icon="alertmodal.tga"
+ name="JoinGroupInsufficientFunds"
+ type="alertmodal">
+Unable to transfer the required L$ [membership_fee] membership fee.
+ <tag>group_id</tag>
+ <tag>success</tag>
+ <usetemplate
+ name="okbutton"
+ yestext="OK"/>
+ </notification>
+
+ <notification
+ icon="alertmodal.tga"
name="LandBuyPass"
type="alertmodal">
<tag>fail</tag>
@@ -4984,6 +5086,17 @@ Are you sure you want to change the Estate Covenant?
<notification
icon="alertmodal.tga"
+ name="EstateParcelAccessOverride"
+ type="alertmodal">
+Unchecking this option may remove restrictions that parcel owners have added to prevent griefing, maintain privacy, or protect underage residents from adult material. Please discuss with your parcel owners as needed.
+ <tag>confirm</tag>
+ <usetemplate
+ name="okbutton"
+ yestext="OK"/>
+ </notification>
+
+ <notification
+ icon="alertmodal.tga"
name="RegionEntryAccessBlocked"
type="alertmodal">
<tag>fail</tag>
@@ -6074,13 +6187,24 @@ The folder &apos;[FOLDERNAME]&apos; is a system folder. Deleting system folders
<notification
icon="alertmodal.tga"
+ name="PurgeSelectedItems"
+ type="alertmodal">
+[COUNT] item(s) will be permanently deleted. Are you sure you want to permanently delete selected item(s) from your Trash?
+ <tag>confirm</tag>
+ <usetemplate
+ name="okcancelbuttons"
+ notext="Cancel"
+ yestext="OK"/>
+ </notification>
+
+ <notification
+ icon="alertmodal.tga"
name="ConfirmEmptyTrash"
type="alertmodal">
-Are you sure you want to permanently delete the contents of your Trash?
+[COUNT] items will be permanently deleted. Are you sure you want to permanently delete the contents of your Trash?
<tag>confirm</tag>
<usetemplate
- ignoretext="Confirm before I empty the inventory Trash folder"
- name="okcancelignore"
+ name="okcancelbuttons"
notext="Cancel"
yestext="OK"/>
</notification>
@@ -6094,7 +6218,7 @@ Your trash is overflowing. This may cause problems logging in.
<usetemplate
name="okcancelbuttons"
notext="I will empty trash later"
- yestext="Empty trash now"/>
+ yestext="Check trash folder"/>
</notification>
<notification
@@ -6391,13 +6515,6 @@ Cancelled
<notification
icon="notifytip.tga"
- name="CancelledSit"
- type="notifytip">
-Cancelled Sit
- </notification>
-
- <notification
- icon="notifytip.tga"
name="CancelledAttach"
type="notifytip">
Cancelled Attach
@@ -8507,12 +8624,21 @@ Select residents to share with.
</notification>
<notification
- name="MeshUploadError"
+ name="MeshUploadErrorDetails"
icon="alert.tga"
type="alert">
- [LABEL] failed to upload: [MESSAGE] [IDENTIFIER]
+ [LABEL] failed to upload: [MESSAGE]
[DETAILS]See SecondLife.log for details
</notification>
+
+ <notification
+ name="MeshUploadError"
+ icon="alert.tga"
+ type="alert">
+ [LABEL] failed to upload: [MESSAGE]
+
+See SecondLife.log for details
+ </notification>
<notification
name="MeshUploadPermError"