Merged in RLVa. Viewer broken!

This commit is contained in:
Siana Gearz
2010-11-07 05:05:47 +01:00
parent ae4a9521af
commit 740b570168
94 changed files with 11249 additions and 503 deletions

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater can_close="true" can_drag_on_left="false" can_minimize="true" can_resize="true"
height="425" min_height="200" min_width="375" name="rlvBehaviours"
title="Active RLV Restrictions" width="350">
<scroll_list bottom="-400" draw_border="true" draw_heading="true"
follows="top|left|bottom|right" height="365" left="15" multi_select="false"
name="behaviour_list" right="-15">
<column label="Restriction" name="behaviour" width="170" />
<column label="Object Name" name="name" width="170" />
</scroll_list>
</floater>

View File

@@ -59,6 +59,20 @@
</form>
</template>
<template name="okcancelbuttonscanceldefault">
<form>
<button
index="0"
name="OK"
text="$yestext"/>
<button
default="true"
index="1"
name="Cancel"
text="$notext"/>
</form>
</template>
<template name="okcancelignore">
<form>
<button
@@ -6343,6 +6357,40 @@ You can find example sculpted textures in the inventory library.
You have begun playing media. Media can set to play automatically in the preferences window under Audio / Video. Note that this can be a security risk for media sites you do not trust.
</notification>
<notification
icon="notify.tga"
name="FirstRLVDetach"
type="notify">
One of your attachments was made nondetachable using Restrained Life.
Please note that this also disables the &apos;Wear&apos; option on all prim attachments in your inventory unless they are properly named.
For more information search for &apos;Restrained Life&apos; on the SL wiki.
</notification>
<notification
icon="notify.tga"
name="FirstRLVFartouch"
type="notify">
You have been fartouch restricted: you will be unable to touch objects farther than 1.5m from your avatar until the restriction is lifted.
Tip: if an object is out of range the mouse cursor will not change as you hover over it and you'll hear an error sound if you try to right-click it.
</notification>
<notification
icon="alertmodal.tga"
name="FirstRLVGiveToRLV"
type="alertmodal">
Folders starting with &apos;#RLV/~&apos; can automatically be placed under your #RLV shared folder after you accept the inventory offer.
Please note that - if enabled - the accepted inventory items will instantly be available to scripts and will have full use of the RLV API which may cause unexpected or undesirable situations.
Do you want to enable this feature?
<usetemplate
name="okcancelbuttonscanceldefault"
notext="No"
yestext="Yes"/>
</notification>
<notification
icon="notifytip.tga"
name="MaxListSelectMessage"

View File

@@ -0,0 +1,65 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rlva_strings>
<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>
<!-- 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>
<!-- Shown as notifications -->
<string name="blocked_viewxxx">Unable to open [TYPE] due to RLV restrictions</string>
<!-- 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>
</strings>
<!-- 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>