diff options
author | Chris Baker <baker@lindenlab.com> | 2012-09-24 18:04:10 +0000 |
---|---|---|
committer | Chris Baker <baker@lindenlab.com> | 2012-09-24 18:04:10 +0000 |
commit | cc342c1afc4a63caaffdfc6397d0c237e90d6194 (patch) | |
tree | 0402d1d486071466b807d82b2bb42ba7eb34382e /indra | |
parent | fe04921c21036890f0d8dd6b3212667118e47d08 (diff) |
Converted more hard-coded strings
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 118 |
1 files changed, 113 insertions, 5 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 7a03239d0c..8c3cdccbdb 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -8750,7 +8750,7 @@ Can't move object '[OBJECT_NAME]' to <notification icon="alertmodal.tga" - name="PermModifyObject" + name="NoPermModifyObject" type="notify"> <tag>fail</tag> You don't have permission to modify that object @@ -8758,6 +8758,39 @@ You don't have permission to modify that object <notification icon="alertmodal.tga" + name="CantEnablePhysObjContributesToNav" + type="notify"> + <tag>fail</tag> +Can't enable physics for an object that contributes to the navmesh. + </notification> + + <notification + icon="alertmodal.tga" + name="CantEnablePhysKeyframedObj" + type="notify"> + <tag>fail</tag> +Can't enable physics for keyframed objects. + </notification> + + <notification + icon="alertmodal.tga" + name="CantEnablePhysNotEnoughLandResources" + type="notify"> + <tag>fail</tag> +Can't enable physics for object -- insufficient land resources. + </notification> + + <notification + icon="alertmodal.tga" + name="CantEnablePhysCostTooGreat" + persist="true" + type="notify"> + <tag>fail</tag> +Can't enable physics for object with physics resource cost greater than [MAX_OBJECTS] + </notification> + + <notification + icon="alertmodal.tga" name="PhantomWithConcavePiece" type="notify"> <tag>fail</tag> @@ -8878,6 +8911,39 @@ You don't have permission to modify that object. <notification icon="alertmodal.tga" + name="CantEnablePhysObjContributesToNav" + type="notify"> + <tag>fail</tag> +Can't enable physics for an object that contributes to the navmesh. + </notification> + + <notification + icon="alertmodal.tga" + name="CantEnablePhysKeyframedObj" + type="notify"> + <tag>fail</tag> +Can't enable physics for keyframed objects. + </notification> + + <notification + icon="alertmodal.tga" + name="CantEnablePhysNotEnoughLandResources" + type="notify"> + <tag>fail</tag> +Can't enable physics for object -- insufficient land resources. + </notification> + + <notification + icon="alertmodal.tga" + name="CantEnablePhysCostTooGreat" + persist="true" + type="notify"> + <tag>fail</tag> +Can't enable physics for object with physics resource cost greater than [MAX_OBJECTS] + </notification> + + <notification + icon="alertmodal.tga" name="NoSetPhysicsPropertiesOnObjectType" type="notify"> <tag>fail</tag> @@ -9022,18 +9088,52 @@ Object uses too many physics resources -- its dynamics have been disabled. <notification icon="alertmodal.tga" - name="TeleportAgentByObjectWithParcelInfo" + name="TeleportedHomeByObjectOnParcel" + persist="true" type="notify"> <tag>fail</tag> -You have been teleported home by the object ... on the parcel ... +You have been teleported home by the object '[OBJECT_NAME]' on the parcel '[PARCEL_NAME]' </notification> <notification icon="alertmodal.tga" - name="TeleportAgentByObject" + name="TeleportedHomeByObject" + persist="true" type="notify"> <tag>fail</tag> -You have been teleported home by the object ... on the parcel ... +You have been teleported home by the object '[OBJECT_NAME]' + </notification> + + <notification + icon="alertmodal.tga" + name="TeleportedByAttachment" + type="notify"> + <tag>fail</tag> +You have been teleported by an attachment on [ITEM_ID] + </notification> + + <notification + icon="alertmodal.tga" + name="TeleportedByObjectOnParcel" + type="notify"> + <tag>fail</tag> +You have been teleported by the object '[OBJECT_NAME]' on the parcel '[PARCEL_NAME]' + </notification> + + <notification + icon="alertmodal.tga" + name="TeleportedByObjectOwnedBy" + type="notify"> + <tag>fail</tag> +You have been teleported by the object '[OBJECT_NAME]' owned by [OWNER_ID] + </notification> + + <notification + icon="alertmodal.tga" + name="TeleportedByObjectUnknownUser" + type="notify"> + <tag>fail</tag> +You have been teleported by the object '[OBJECT_NAME]' </notification> <notification @@ -9852,5 +9952,13 @@ You cannot give L$ to public objects. Inventory creation on in-world object failed. </notification> + <notification + icon="alertmodal.tga" + name="UserBalanceOrLandUsageError" + type="notify"> + <tag>fail</tag> +An internal error prevented us from properly updating your viewer. The L$ balance or parcel holdings displayed in your viewer may not reflect your actual balance on the servers. + </notification> + </notifications> |