[RLVa] rlva_strings update.
rlva strings floater coming soon! I highly doubt the translations work anymore If they still can be translated, I leave it up to translators to decide if they should be Contact me if you need translation code improved here.
This commit is contained in:
@@ -1,77 +1,149 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<rlva_strings>
|
||||
<llsd>
|
||||
<map>
|
||||
|
||||
<strings>
|
||||
<!-- Primarily used when @showloc restricted -->
|
||||
<string name="hidden_generic">(Hidden)</string>
|
||||
<string name="hidden_parcel">(Hidden parcel)</string>
|
||||
<string name="hidden_region">(Hidden region)</string>
|
||||
<key>strings</key>
|
||||
<map>
|
||||
<!-- Primarily used when @showloc restricted -->
|
||||
<key>hidden_generic</key>
|
||||
<map>
|
||||
<key>value</key>
|
||||
<string>(Hidden)</string>
|
||||
</map>
|
||||
<key>hidden_parcel</key>
|
||||
<map>
|
||||
<key>value</key>
|
||||
<string>(Hidden parcel)</string>
|
||||
</map>
|
||||
<key>hidden_region</key>
|
||||
<map>
|
||||
<key>value</key>
|
||||
<string>(Hidden region)</string>
|
||||
</map>
|
||||
|
||||
<!-- Received/sent IMs will be replaced by the matching string when @recvim/sendim restricted -->
|
||||
<string name="blocked_recvim">*** IM blocked by your viewer</string>
|
||||
<string name="blocked_sendim">*** IM blocked by sender's viewer</string>
|
||||
<!-- Received/sent IMs will be replaced by the matching string when @recvim/sendim restricted -->
|
||||
<key>blocked_recvim</key>
|
||||
<map>
|
||||
<key>value</key>
|
||||
<string>*** IM blocked by your viewer</string>
|
||||
<key>description</key>
|
||||
<string>Shown in place of the original message when an incoming IM is blocked</string>
|
||||
<key>label</key>
|
||||
<string>Blocked incoming IM message (local)</string>
|
||||
<key>customizable</key>
|
||||
<boolean>1</boolean>
|
||||
</map>
|
||||
<key>blocked_sendim</key>
|
||||
<map>
|
||||
<key>value</key>
|
||||
<string>*** IM blocked by sender's viewer</string>
|
||||
<key>description</key>
|
||||
<string>Shown (and sent to the remote party) when an outgoing IM is blocked</string>
|
||||
<key>label</key>
|
||||
<string>Blocked outgoing IM message (local + remote)</string>
|
||||
<key>customizable</key>
|
||||
<boolean>1</boolean>
|
||||
</map>
|
||||
|
||||
<!-- Shown as notifications -->
|
||||
<string name="blocked_generic">Unable to perform action due to RLV restrictions</string>
|
||||
<string name="blocked_permattach">Attempt to attach '[OBJECT]' was denied due to RLV restrictions</string>
|
||||
<string name="blocked_startim">Unable to start IM session with [RECIPIENT] due to RLV restrictions</string>
|
||||
<string name="blocked_startconf">Unable to start conference due to RLV restrictions</string>
|
||||
<string name="blocked_teleport">Unable to initiate teleport due to RLV restrictions</string>
|
||||
<string name="blocked_viewxxx">Unable to open [TYPE] due to RLV restrictions</string>
|
||||
<!-- Shown as notifications -->
|
||||
<key>blocked_generic</key>
|
||||
<map>
|
||||
<key>value</key>
|
||||
<string>Unable to perform action due to RLV restrictions</string>
|
||||
</map>
|
||||
<key>blocked_permattach</key>
|
||||
<map>
|
||||
<key>value</key>
|
||||
<string>Attempt to attach '[OBJECT]' was denied due to RLV restrictions</string>
|
||||
</map>
|
||||
<key>blocked_permteleport</key>
|
||||
<map>
|
||||
<key>value</key>
|
||||
<string>[OBJECT]' was denied permission to teleport you due to RLV restrictions</string>
|
||||
</map>
|
||||
<key>blocked_startim</key>
|
||||
<map>
|
||||
<key>value</key>
|
||||
<string>Unable to start IM session with [RECIPIENT] due to RLV restrictions</string>
|
||||
</map>
|
||||
<key>blocked_startconf</key>
|
||||
<map>
|
||||
<key>value</key>
|
||||
<string>Unable to start conference with [RECIPIENT] due to RLV restrictions</string>
|
||||
</map>
|
||||
<key>blocked_teleport</key>
|
||||
<map>
|
||||
<key>value</key>
|
||||
<string>Unable to initiate teleport due to RLV restrictions</string>
|
||||
</map>
|
||||
<key>blocked_viewxxx</key>
|
||||
<map>
|
||||
<key>value</key>
|
||||
<string>Unable to open [TYPE] due to RLV restrictions</string>
|
||||
</map>
|
||||
<key>blocked_wireframe</key>
|
||||
<map>
|
||||
<key>value</key>
|
||||
<string>Unable to enable wireframe mode due to RLV restrictions</string>
|
||||
</map>
|
||||
|
||||
<!-- Sent as "Busy" messages to the remote party -->
|
||||
<string name="blocked_recvim_remote">
|
||||
The Resident you messaged is prevented from reading your instant messages at the moment, please try again later.
|
||||
</string>
|
||||
<string name="blocked_tplure_remote">
|
||||
The Resident you invited is prevented from accepting teleport offers. Please try again later.
|
||||
</string>
|
||||
<!-- Sent as "Busy" messages to the remote party -->
|
||||
<key>blocked_recvim_remote</key>
|
||||
<map>
|
||||
<key>value</key>
|
||||
<string>The Resident you messaged is currently prevented from reading your instant messages at the moment, please try again later.</string>
|
||||
<key>description</key>
|
||||
<string>Sent to the remote party when their IM was blocked</string>
|
||||
<key>label</key>
|
||||
<string>Blocked incoming IM message (remote)</string>
|
||||
<key>customizable</key>
|
||||
<boolean>1</boolean>
|
||||
</map>
|
||||
<key>blocked_tplurerequest_remote</key>
|
||||
<map>
|
||||
<key>value</key>
|
||||
<string>The Resident is currently prevented from accepting. Please try again later.</string>
|
||||
<key>description</key>
|
||||
<string>Sent to the remote party when their teleport offer or request was blocked</string>
|
||||
<key>label</key>
|
||||
<string>Blocked teleport offer/request (remote)</string>
|
||||
<key>customizable</key>
|
||||
<boolean>1</boolean>
|
||||
</map>
|
||||
</map>
|
||||
|
||||
<!-- Shown in local chat when dropping inventory onto a nearby agent (moved to strings.xml since it needs to be accesible by LLTrans) -->
|
||||
<!--
|
||||
<string name="inventory_item_offered_rlv">
|
||||
Inventory item offered to [NAME]
|
||||
</string>
|
||||
-->
|
||||
</strings>
|
||||
<!-- Generic names used to replace resident names when @shownames restricted -->
|
||||
<key>anonyms</key>
|
||||
<array>
|
||||
<string>A resident</string>
|
||||
<string>This resident</string>
|
||||
<string>That resident</string>
|
||||
<string>An individual</string>
|
||||
<string>This individual</string>
|
||||
<string>That individual</string>
|
||||
<string>A person</string>
|
||||
<string>This person</string>
|
||||
<string>That person</string>
|
||||
<string>A stranger</string>
|
||||
<string>This stranger</string>
|
||||
<string>That stranger</string>
|
||||
<string>A being</string>
|
||||
<string>This being</string>
|
||||
<string>That being</string>
|
||||
<string>An agent</string>
|
||||
<string>This agent</string>
|
||||
<string>That agent</string>
|
||||
<string>A soul</string>
|
||||
<string>This soul</string>
|
||||
<string>That soul</string>
|
||||
<string>Somebody</string>
|
||||
<string>Some people</string>
|
||||
<string>Someone</string>
|
||||
<string>Mysterious one</string>
|
||||
<string>An unknown being</string>
|
||||
<string>Unidentified one</string>
|
||||
<string>An unknown person</string>
|
||||
</array>
|
||||
|
||||
<!-- Generic names used to replace resident names when @shownames restricted -->
|
||||
<anonyms>
|
||||
<anonym>A resident</anonym>
|
||||
<anonym>This resident</anonym>
|
||||
<anonym>That resident</anonym>
|
||||
<anonym>An individual</anonym>
|
||||
<anonym>This individual</anonym>
|
||||
<anonym>That individual</anonym>
|
||||
<anonym>A person</anonym>
|
||||
<anonym>This person</anonym>
|
||||
<anonym>That person</anonym>
|
||||
<anonym>A stranger</anonym>
|
||||
<anonym>This stranger</anonym>
|
||||
<anonym>That stranger</anonym>
|
||||
<anonym>A being</anonym>
|
||||
<anonym>This being</anonym>
|
||||
<anonym>That being</anonym>
|
||||
<anonym>An agent</anonym>
|
||||
<anonym>This agent</anonym>
|
||||
<anonym>That agent</anonym>
|
||||
<anonym>A soul</anonym>
|
||||
<anonym>This soul</anonym>
|
||||
<anonym>That soul</anonym>
|
||||
<anonym>Somebody</anonym>
|
||||
<anonym>Some people</anonym>
|
||||
<anonym>Someone</anonym>
|
||||
<anonym>Mysterious one</anonym>
|
||||
<anonym>An unknown being</anonym>
|
||||
<anonym>Unidentified one</anonym>
|
||||
<anonym>An unknown person</anonym>
|
||||
</anonyms>
|
||||
|
||||
<behaviour-notifications>
|
||||
<!--
|
||||
<notification behaviour="defaultwear" type="add">Text goes here</notification>
|
||||
<notification behaviour="defaultwear" type="rem">Text goes here</notification>
|
||||
-->
|
||||
</behaviour-notifications>
|
||||
|
||||
</rlva_strings>
|
||||
</map>
|
||||
</llsd>
|
||||
|
||||
Reference in New Issue
Block a user