12556 lines
313 KiB
XML
12556 lines
313 KiB
XML
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||
<notifications>
|
||
<global name="skipnexttime">
|
||
|
||
Don't show me this again
|
||
</global>
|
||
|
||
<global name="skipnexttimesessiononly">
|
||
Don't show me this again
|
||
(for current session)
|
||
</global>
|
||
|
||
<global name="alwayschoose">
|
||
|
||
Always choose this option
|
||
</global>
|
||
|
||
<global name="implicitclosebutton">
|
||
Close
|
||
</global>
|
||
|
||
<template name="okbutton">
|
||
<form>
|
||
<button
|
||
default="true"
|
||
index="0"
|
||
name="OK_okbutton"
|
||
text="$yestext"/>
|
||
</form>
|
||
</template>
|
||
|
||
<template name="okignore">
|
||
<form>
|
||
<button
|
||
default="true"
|
||
index="0"
|
||
name="OK_okignore"
|
||
text="$yestext"/>
|
||
<ignore text="$ignoretext"/>
|
||
</form>
|
||
</template>
|
||
|
||
<template name="notifyignore">
|
||
<form>
|
||
<ignore text="$ignoretext"/>
|
||
</form>
|
||
</template>
|
||
|
||
<template name="okcancelbuttons">
|
||
<form>
|
||
<button
|
||
default="true"
|
||
index="0"
|
||
name="OK_okcancelbuttons"
|
||
text="$yestext"/>
|
||
<button
|
||
index="1"
|
||
name="Cancel_okcancelbuttons"
|
||
text="$notext"/>
|
||
</form>
|
||
</template>
|
||
|
||
<template name="okcancelignore">
|
||
<form>
|
||
<button
|
||
default="true"
|
||
index="0"
|
||
name="OK_okcancelignore"
|
||
text="$yestext"/>
|
||
<button
|
||
index="1"
|
||
name="Cancel_okcancelignore"
|
||
text="$notext"/>
|
||
<ignore text="$ignoretext"/>
|
||
</form>
|
||
</template>
|
||
|
||
<template name="okhelpbuttons">
|
||
<form>
|
||
<button
|
||
default="true"
|
||
index="0"
|
||
name="OK_okhelpbuttons"
|
||
text="$yestext"/>
|
||
<button
|
||
index="1"
|
||
name="Help"
|
||
text="$helptext"/>
|
||
</form>
|
||
</template>
|
||
|
||
<template name="okhelpignore">
|
||
<form>
|
||
<button
|
||
default="true"
|
||
index="0"
|
||
name="OK_okhelpignore"
|
||
text="$yestext"/>
|
||
<button
|
||
index="1"
|
||
name="Help_okhelpignore"
|
||
text="$helptext"/>
|
||
<ignore text="$ignoretext"/>
|
||
</form>
|
||
</template>
|
||
|
||
<template name="yesnocancelbuttons">
|
||
<form>
|
||
<button
|
||
default="true"
|
||
index="0"
|
||
name="Yes"
|
||
text="$yestext"/>
|
||
<button
|
||
index="1"
|
||
name="No"
|
||
text="$notext"/>
|
||
<button
|
||
index="2"
|
||
name="Cancel_yesnocancelbuttons"
|
||
text="$canceltext"/>
|
||
</form>
|
||
</template>
|
||
|
||
<notification
|
||
functor="GenericAcknowledge"
|
||
icon="alertmodal.tga"
|
||
name="MissingAlert"
|
||
label="Unknown Notification Message"
|
||
type="alertmodal">
|
||
Your version of [APP_NAME] does not know how to display the notification it just received. Please verify that you have the latest Viewer installed.
|
||
|
||
Error details: The notification called '[_NAME]' was not found in notifications.xml.
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="FloaterNotFound"
|
||
type="alertmodal">
|
||
Floater error: Could not find the following controls:
|
||
|
||
[CONTROLS]
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="TutorialNotFound"
|
||
type="alertmodal">
|
||
No tutorial is currently available.
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="GenericAlert"
|
||
type="alertmodal">
|
||
[MESSAGE]
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="GenericAlertYesCancel"
|
||
type="alertmodal">
|
||
[MESSAGE]
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="Yes"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="GenericAlertOK"
|
||
type="alertmodal">
|
||
[MESSAGE]
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="BadInstallation"
|
||
type="alertmodal">
|
||
An error occurred while updating [APP_NAME]. Please [http://get.secondlife.com download the latest version] of the Viewer.
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="LoginFailedNoNetwork"
|
||
type="alertmodal">
|
||
<tag>fail</tag>
|
||
Could not connect to the [SECOND_LIFE_GRID].
|
||
'[DIAGNOSTIC]'
|
||
Make sure your Internet connection is working properly.
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="LoginFailedToParse"
|
||
type="alertmodal">
|
||
<tag>fail</tag>
|
||
Viewer received malformed response from server. Please, make sure your Internet connection is working properly and try again later.
|
||
|
||
If you feel this is in error, please contact Support.
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="MessageTemplateNotFound"
|
||
type="alertmodal">
|
||
Message Template [PATH] not found.
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="WearableSave"
|
||
type="alertmodal">
|
||
Save changes to current clothing/body part?
|
||
<usetemplate
|
||
canceltext="Cancel"
|
||
name="yesnocancelbuttons"
|
||
notext="Don't Save"
|
||
yestext="Save"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ConfirmNoCopyToOutbox"
|
||
type="alertmodal">
|
||
You don't have permission to copy one or more of these items to the Merchant Outbox. You can move them or leave them behind.
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Don't move item(s)"
|
||
yestext="Move item(s)"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="OutboxStatus_Success"
|
||
name="OutboxFolderCreated"
|
||
type="alertmodal">
|
||
<unique/>
|
||
A new folder has been created for each item you have transferred into the top level of your Merchant Outbox.
|
||
|
||
<usetemplate
|
||
ignoretext="A new folder was created in the Merchant Outbox"
|
||
name="okignore"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="OutboxStatus_Success"
|
||
name="OutboxImportComplete"
|
||
type="alertmodal">
|
||
Success
|
||
|
||
All folders were successfully sent to the Marketplace.
|
||
|
||
<usetemplate
|
||
ignoretext="All folders sent to the Marketplace"
|
||
name="okignore"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="OutboxStatus_Warning"
|
||
name="OutboxImportHadErrors"
|
||
type="alertmodal">
|
||
Some folders did not transfer
|
||
|
||
Errors occurred when some folders were sent to the Marketplace. Those folders are still in your Merchant Outbox.
|
||
|
||
See the [[MARKETPLACE_IMPORTS_URL] error log] for more information.
|
||
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="OutboxStatus_Error"
|
||
name="OutboxImportFailed"
|
||
type="alertmodal">
|
||
Transfer failed with error '[ERROR_CODE]'
|
||
|
||
No folders were sent to the Marketplace because of a system or network error. Try again later.
|
||
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="OutboxStatus_Error"
|
||
name="OutboxInitFailed"
|
||
type="alertmodal">
|
||
Marketplace initialization failed with error '[ERROR_CODE]'
|
||
|
||
Initialization with the Marketplace failed because of a system or network error. Try again later.
|
||
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="OutboxStatus_Error"
|
||
name="StockPasteFailed"
|
||
type="alertmodal">
|
||
Copy or move to Stock Folder failed with error :
|
||
|
||
'[ERROR_CODE]'
|
||
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="OutboxStatus_Error"
|
||
name="MyOutfitsPasteFailed"
|
||
type="alertmodal">
|
||
One or more items can't be used inside "My outfits"
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="OutboxStatus_Error"
|
||
name="MerchantPasteFailed"
|
||
type="alertmodal">
|
||
Copy or move to Marketplace Listings failed with error :
|
||
|
||
'[ERROR_CODE]'
|
||
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="OutboxStatus_Error"
|
||
name="MerchantTransactionFailed"
|
||
type="alertmodal">
|
||
The transaction with the Marketplace failed with the following error :
|
||
|
||
[ERROR_REASON][ERROR_DESCRIPTION]
|
||
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="OutboxStatus_Error"
|
||
name="MerchantUnprocessableEntity"
|
||
type="alertmodal">
|
||
We are unable to list this product or activate the version folder. Usually this is caused by missing information in the listing description form, but it may be due to errors in the folder structure. Either edit the listing or check the listing folder for errors.
|
||
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="OutboxStatus_Error"
|
||
name="MerchantListingFailed"
|
||
type="alertmodal">
|
||
Listing to Marketplace failed with error :
|
||
|
||
'[ERROR_CODE]'
|
||
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="OutboxStatus_Error"
|
||
name="MerchantFolderActivationFailed"
|
||
type="alertmodal">
|
||
Activating this version folder failed with error :
|
||
|
||
'[ERROR_CODE]'
|
||
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="InvalidKeystroke"
|
||
type="notifytip">
|
||
There was an invalid keystroke entered.
|
||
[REASON].
|
||
Please input a valid text.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="MerchantForceValidateListing"
|
||
type="alertmodal">
|
||
In order to create your listing, we fixed the hierarchy of your listing contents.
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Warn me that creating a listing fixes the hierarchy of the content"
|
||
name="okignore"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ConfirmMerchantActiveChange"
|
||
type="alertmodal">
|
||
This action will change the active content of this listing. Do you want to continue?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Confirm before I change an active listing on the marketplace"
|
||
name="okcancelignore"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ConfirmMerchantMoveInventory"
|
||
type="alertmodal">
|
||
Items dragged to the Marketplace Listings window are moved from their original locations, not copied. Do you want to continue?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Confirm before I move an item from the inventory to the marketplace"
|
||
name="okcancelignore"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ConfirmListingCutOrDelete"
|
||
type="alertmodal">
|
||
Moving or deleting a listing folder will delete your Marketplace listing. If you would like to keep the Marketplace listing, move or delete the contents of the version folder you would like to modify. Do you want to continue?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Confirm before I move or delete a listing from the marketplace"
|
||
name="okcancelignore"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ConfirmCopyToMarketplace"
|
||
type="alertmodal">
|
||
You don't have permission to copy one or more of these items to the Marketplace. You can move them or leave them behind.
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Confirm before I try to copy a selection containing no copy items to the marketplace"
|
||
name="yesnocancelbuttons"
|
||
yestext="Move item(s)"
|
||
notext="Don't move item(s)"
|
||
canceltext="Cancel"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ConfirmMerchantUnlist"
|
||
type="alertmodal">
|
||
This action will unlist this listing. Do you want to continue?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Confirm before I unlist an active listing on the marketplace"
|
||
name="okcancelignore"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ConfirmMerchantClearVersion"
|
||
type="alertmodal">
|
||
This action will deactivate the version folder of the current listing. Do you want to continue?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Confirm before I deactivate the version folder of a listing on the marketplace"
|
||
name="okcancelignore"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="AlertMerchantListingNotUpdated"
|
||
type="alertmodal">
|
||
This listing could not be updated.
|
||
[[URL] Click here] to edit it on the Marketplace.
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="AlertMerchantListingCannotWear"
|
||
type="alertmodal">
|
||
You cannot wear clothes or body parts that are in the Marketplace Listings folder.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="AlertMerchantListingInvalidID"
|
||
type="alertmodal">
|
||
Invalid listing ID.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="AlertMerchantListingActivateRequired"
|
||
type="alertmodal">
|
||
There are several or no version folders in this listing. You will need to select and activate one independently later.
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Alert about version folder activation when I create a listing with several version folders"
|
||
name="okignore"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="AlertMerchantStockFolderSplit"
|
||
type="alertmodal">
|
||
We have separated stock items of different types into separate stock folders, so your folder is arranged in a way that we can list it.
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Alert when stock folder is being split before being listed"
|
||
name="okignore"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="AlertMerchantStockFolderEmpty"
|
||
type="alertmodal">
|
||
We have unlisted your listing because the stock is empty. You need to add more units to the stock folder to list the listing again.
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Alert when a listing is unlisted because stock folder is empty"
|
||
name="okignore"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="AlertMerchantVersionFolderEmpty"
|
||
type="alertmodal">
|
||
We have unlisted your listing because the version folder is empty. You need to add items to the version folder to list the listing again.
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Alert when a listing is unlisted because version folder is empty"
|
||
name="okignore"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="WriteAnimationFail"
|
||
type="alertmodal">
|
||
There was a problem writing animation data. Please try again later.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="UploadAuctionSnapshotFail"
|
||
type="alertmodal">
|
||
There was a problem uploading the auction snapshot due to the following reason: [REASON]
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="UnableToViewContentsMoreThanOne"
|
||
type="alertmodal">
|
||
Unable to view the contents of more than one item at a time.
|
||
Please select only one object and try again.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="SaveClothingBodyChanges"
|
||
type="alertmodal">
|
||
Save all changes to clothing/body parts?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
canceltext="Cancel"
|
||
name="yesnocancelbuttons"
|
||
notext="Don't Save"
|
||
yestext="Save All"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="FriendsAndGroupsOnly"
|
||
type="alertmodal">
|
||
Non-friends won't know that you've chosen to ignore their calls and instant messages.
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="FavoritesOnLogin"
|
||
type="alertmodal">
|
||
Note: When you turn on this option, anyone who uses this computer can see your list of favorite locations.
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="AllowMultipleViewers"
|
||
type="alertmodal">
|
||
Running multiple Second Life viewers is not supported. It can lead to texture cache collisions, corruption and degraded visuals and performance.
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="GrantModifyRights"
|
||
type="alertmodal">
|
||
Granting modify rights to another Resident allows them to change, delete or take ANY objects you may have in-world. Be VERY careful when handing out this permission.
|
||
Do you want to grant modify rights for [NAME]?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="No"
|
||
yestext="Yes"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="GrantModifyRightsMultiple"
|
||
type="alertmodal">
|
||
Granting modify rights to another Resident allows them to change ANY objects you may have in-world. Be VERY careful when handing out this permission.
|
||
Do you want to grant modify rights for the selected Residents?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="No"
|
||
yestext="Yes"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="RevokeModifyRights"
|
||
type="alertmodal">
|
||
Do you want to revoke modify rights for [NAME]?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="No"
|
||
yestext="Yes"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="RevokeModifyRightsMultiple"
|
||
type="alertmodal">
|
||
Do you want to revoke modify rights for the selected Residents?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="No"
|
||
yestext="Yes"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="GroupNameLengthWarning"
|
||
type="alertmodal">
|
||
A group name must be between [MIN_LEN] and [MAX_LEN] characters.
|
||
<tag>group</tag>
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="UnableToCreateGroup"
|
||
type="alertmodal">
|
||
Unable to create group.
|
||
[MESSAGE]
|
||
<tag>group</tag>
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="PanelGroupApply"
|
||
type="alertmodal">
|
||
[NEEDS_APPLY_MESSAGE]
|
||
[WANT_APPLY_MESSAGE]
|
||
<tag>confirm</tag>
|
||
<tag>group</tag>
|
||
<usetemplate
|
||
canceltext="Cancel"
|
||
name="yesnocancelbuttons"
|
||
notext="Ignore Changes"
|
||
yestext="Apply Changes"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="MustSpecifyGroupNoticeSubject"
|
||
type="alertmodal">
|
||
You must specify a subject to send a group notice.
|
||
<tag>group</tag>
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="AddGroupOwnerWarning"
|
||
type="alertmodal">
|
||
You are about to add group members to the role of [ROLE_NAME].
|
||
Members cannot be removed from that role.
|
||
The members must resign from the role themselves.
|
||
Are you sure you want to continue?
|
||
<tag>group</tag>
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Confirm before I add a new group Owner"
|
||
name="okcancelignore"
|
||
notext="No"
|
||
yestext="Yes"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="AssignDangerousActionWarning"
|
||
type="alertmodal">
|
||
You are about to add the Ability '[ACTION_NAME]' to the Role '[ROLE_NAME]'.
|
||
|
||
*WARNING*
|
||
Any Member in a Role with this Ability can assign themselves -- and any other member -- to Roles that have more powers than they currently have, potentially elevating themselves to near-Owner power. Be sure you know what you're doing before assigning this Ability.
|
||
|
||
Add this Ability to '[ROLE_NAME]'?
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="No"
|
||
yestext="Yes"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="AssignDangerousAbilityWarning"
|
||
type="alertmodal">
|
||
You are about to add the Ability '[ACTION_NAME]' to the Role '[ROLE_NAME]'.
|
||
|
||
*WARNING*
|
||
Any Member in a Role with this Ability can assign themselves -- and any other member -- all Abilities, elevating themselves to near-Owner power.
|
||
|
||
Add this Ability to '[ROLE_NAME]'?
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="No"
|
||
yestext="Yes"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="AssignBanAbilityWarning"
|
||
type="alertmodal">
|
||
You are about to add the Ability '[ACTION_NAME]' to the Role '[ROLE_NAME]'.
|
||
|
||
*WARNING*
|
||
Any Member in a Role with this Ability will also be granted the Abilities '[ACTION_NAME_2]' and '[ACTION_NAME_3]'
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="RemoveBanAbilityWarning"
|
||
type="alertmodal">
|
||
You are removing the Ability '[ACTION_NAME]' to the Role '[ROLE_NAME]'.
|
||
|
||
*WARNING*
|
||
Removing this ability will NOT remove the Abilities '[ACTION_NAME_2]' and '[ACTION_NAME_3]'.
|
||
|
||
If you no longer wish to have these abilities granted to this role, disable them immediately!
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="EjectGroupMemberWarning"
|
||
type="alertmodal">
|
||
You are about to eject [AVATAR_NAME] from the group.
|
||
<tag>group</tag>
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Confirm ejecting a participant from group"
|
||
name="okcancelignore"
|
||
notext="Cancel"
|
||
yestext="Eject"/>
|
||
</notification>
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="EjectGroupMembersWarning"
|
||
type="alertmodal">
|
||
You are about to eject [COUNT] members from the group.
|
||
<tag>group</tag>
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Confirm ejecting multiple members from group"
|
||
name="okcancelignore"
|
||
notext="Cancel"
|
||
yestext="Eject"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="BanGroupMemberWarning"
|
||
type="alertmodal">
|
||
You are about to ban [AVATAR_NAME] from the group.
|
||
<tag>group</tag>
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Confirm banning a participant from group"
|
||
name="okcancelignore"
|
||
notext="Cancel"
|
||
yestext="Ban"/>
|
||
</notification>
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="BanGroupMembersWarning"
|
||
type="alertmodal">
|
||
You are about to ban [COUNT] members from group.
|
||
<tag>group</tag>
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Confirm banning multiple members from group"
|
||
name="okcancelignore"
|
||
notext="Cancel"
|
||
yestext="Ban"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="GroupBanUserOnBanlist"
|
||
type="notify">
|
||
Some residents have not been sent an invite due to being banned from the group.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="AttachmentDrop"
|
||
type="alertmodal">
|
||
You are about to drop your attachment.
|
||
Are you sure you want to continue?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Confirm before dropping attachments"
|
||
name="okcancelignore"
|
||
notext="No"
|
||
yestext="Yes"/>
|
||
</notification>
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="JoinGroupCanAfford"
|
||
type="alertmodal">
|
||
Joining this group costs L$[COST].
|
||
Do you wish to proceed?
|
||
<tag>confirm</tag>
|
||
<tag>funds</tag>
|
||
<tag>group</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="Join"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="JoinGroupNoCost"
|
||
type="alertmodal">
|
||
You are joining group <nolink>[NAME]</nolink>.
|
||
Do you wish to proceed?
|
||
<tag>group</tag>
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="Join"/>
|
||
</notification>
|
||
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="JoinGroupCannotAfford"
|
||
type="alertmodal">
|
||
Joining this group costs L$[COST].
|
||
You do not have enough L$ to join this group.
|
||
<tag>group</tag>
|
||
<tag>fail</tag>
|
||
<tag>funds</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CreateGroupCost"
|
||
type="alertmodal">
|
||
Creating this group will cost L$[COST].
|
||
Groups need more than one member, or they are deleted forever.
|
||
Please invite members within 48 hours.
|
||
<tag>group</tag>
|
||
<tag>funds</tag>
|
||
<usetemplate
|
||
canceltext="Cancel"
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="Create group for L$[COST]"/>
|
||
</notification>
|
||
|
||
<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 '<nolink>[group_name]</nolink>':
|
||
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 '<nolink>[group_name]</nolink>':
|
||
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="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>
|
||
For L$[COST] you can enter this land ('[PARCEL_NAME]') for [TIME] hours. Buy a pass?
|
||
<tag>funds</tag>
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="SalePriceRestriction"
|
||
type="alertmodal">
|
||
Sale price must be set to more than L$0 if selling to anyone.
|
||
Please select an individual to sell to if selling for L$0.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ConfirmLandSaleChange"
|
||
priority="high"
|
||
type="alertmodal">
|
||
The selected [LAND_SIZE] m² land is being set for sale.
|
||
Your selling price will be L$[SALE_PRICE] and will be authorized for sale to [NAME].
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ConfirmLandSaleToAnyoneChange"
|
||
type="alertmodal">
|
||
ATTENTION: Clicking 'sell to anyone' makes your land available to the entire [SECOND_LIFE] community, even those not in this region.
|
||
|
||
The selected [LAND_SIZE] m² land is being set for sale.
|
||
Your selling price will be L$[SALE_PRICE] and will be authorized for sale to [NAME].
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ReturnObjectsDeededToGroup"
|
||
type="alertmodal">
|
||
Are you sure you want to return all objects shared with the group '<nolink>[NAME]</nolink>' on this parcel of land back to their previous owner's inventory?
|
||
|
||
*WARNING* This will delete the non-transferable objects deeded to the group!
|
||
|
||
Objects: [N]
|
||
<tag>confirm</tag>
|
||
<tag>group</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ReturnObjectsOwnedByUser"
|
||
type="alertmodal">
|
||
Are you sure you want to return all objects owned by the Resident '[NAME]' on this parcel of land back to their inventory?
|
||
|
||
Objects: [N]
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ReturnObjectsOwnedBySelf"
|
||
type="alertmodal">
|
||
Are you sure you want to return all objects owned by you on this parcel of land back to your inventory?
|
||
|
||
Objects: [N]
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ReturnObjectsNotOwnedBySelf"
|
||
type="alertmodal">
|
||
Are you sure you want to return all objects NOT owned by you on this parcel of land back to their owner's inventory?
|
||
Transferable objects deeded to a group will be returned to their previous owners.
|
||
|
||
*WARNING* This will delete the non-transferable objects deeded to the group!
|
||
|
||
Objects: [N]
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ReturnObjectsNotOwnedByUser"
|
||
type="alertmodal">
|
||
Are you sure you want to return all objects NOT owned by [NAME] on this parcel of land back to their owner's inventory?
|
||
Transferable objects deeded to a group will be returned to their previous owners.
|
||
|
||
*WARNING* This will delete the non-transferable objects deeded to the group!
|
||
|
||
Objects: [N]
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ReturnAllTopObjects"
|
||
type="alertmodal">
|
||
Are you sure you want to return all listed objects back to their owner's inventory? This will return ALL scripted objects in the region!
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="DisableAllTopObjects"
|
||
type="alertmodal">
|
||
Are you sure you want to disable all objects in this region?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ReturnObjectsNotOwnedByGroup"
|
||
type="alertmodal">
|
||
Return the objects on this parcel of land that are NOT shared with the group <nolink>[NAME]</nolink> back to their owners?
|
||
|
||
Objects: [N]
|
||
<tag>confirm</tag>
|
||
<tag>group</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="UnableToDisableOutsideScripts"
|
||
type="alertmodal">
|
||
Can not disable scripts.
|
||
This entire region is damage enabled.
|
||
Scripts must be allowed to run for weapons to work.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="MultipleFacesSelected"
|
||
type="alertmodal">
|
||
Multiple faces are currently selected.
|
||
If you continue this action, separate instances of media will be set on multiple faces of the object.
|
||
To place the media on only one face, choose Select Face and click on the desired face of that object then click Add.
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Media will be set on multiple selected faces"
|
||
name="okcancelignore"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="MustBeInParcel"
|
||
type="alertmodal">
|
||
You must be standing inside the land parcel to set its Landing Point.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="PromptRecipientEmail"
|
||
type="alertmodal">
|
||
Please enter a valid email address for the recipient(s).
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="PromptSelfEmail"
|
||
type="alertmodal">
|
||
Please enter your email address.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="PromptMissingSubjMsg"
|
||
type="alertmodal">
|
||
Email snapshot with the default subject or message?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ErrorProcessingSnapshot"
|
||
type="alertmodal">
|
||
Error processing snapshot data
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ErrorEncodingSnapshot"
|
||
type="alertmodal">
|
||
Error encoding snapshot.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ErrorPhotoCannotAfford"
|
||
type="alertmodal">
|
||
You need L$[COST] to save a photo to your inventory. You may either buy L$ or save the photo to your computer instead.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ErrorCannotAffordUpload"
|
||
type="alertmodal">
|
||
You need L$[COST] to upload this item.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ErrorTextureCannotAfford"
|
||
type="alertmodal">
|
||
You need L$[COST] to save a texture to your inventory. You may either buy L$ or save the photo to your computer instead.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ErrorUploadingPostcard"
|
||
type="alertmodal">
|
||
There was a problem sending a snapshot due to the following reason: [REASON]
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ErrorUploadingReportScreenshot"
|
||
type="alertmodal">
|
||
There was a problem uploading a report screenshot due to the following reason: [REASON]
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="MustAgreeToLogIn"
|
||
type="alertmodal">
|
||
<tag>fail</tag>
|
||
You must agree to the Second Life Terms and Conditions, Privacy Policy, and Terms of Service to continue logging into [SECOND_LIFE].
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CouldNotBuyCurrency"
|
||
type="alertmodal">
|
||
[TITLE]
|
||
[MESSAGE]
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CouldNotPutOnOutfit"
|
||
type="alertmodal">
|
||
Could not put on outfit.
|
||
The outfit folder contains no clothing, body parts, or attachments.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotWearTrash"
|
||
type="alertmodal">
|
||
You can not wear clothes or body parts that are in the trash
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="MaxAttachmentsOnOutfit"
|
||
type="alertmodal">
|
||
Could not attach object.
|
||
Exceeds the attachments limit of [MAX_ATTACHMENTS] objects. Please detach another object first.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotWearInfoNotComplete"
|
||
type="alertmodal">
|
||
You can not wear that item because it has not yet loaded. Please try again in a minute.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="MustEnterPasswordToLogIn"
|
||
type="alertmodal">
|
||
<tag>fail</tag>
|
||
Please enter your Password to log in.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="MustHaveAccountToLogIn"
|
||
type="alertmodal">
|
||
<tag>fail</tag>
|
||
Oops! Something was left blank.
|
||
You need to enter the Username name of your avatar.
|
||
|
||
You need an account to enter [SECOND_LIFE]. Would you like to create one now?
|
||
<tag>confirm</tag>
|
||
<url
|
||
option="0"
|
||
name="url"
|
||
target = "_external">
|
||
[create_account_url]
|
||
</url>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Try again"
|
||
yestext="Create a new account"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="InvalidCredentialFormat"
|
||
type="alertmodal">
|
||
<tag>fail</tag>
|
||
You need to enter either the Username or both the First and Last name of your avatar into the Username field, then login again.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="InvalidGrid"
|
||
type="alertmodal">
|
||
<tag>fail</tag>
|
||
'[GRID]' is not a valid grid identifier.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="InvalidLocationSLURL"
|
||
type="alertmodal">
|
||
<tag>fail</tag>
|
||
Your start location did not specify a valid grid.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="DeleteClassified"
|
||
type="alertmodal">
|
||
Delete classified '[NAME]'?
|
||
There is no reimbursement for fees paid.
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="DeleteMedia"
|
||
type="alertmodal">
|
||
You have selected to delete the media associated with this face.
|
||
Are you sure you want to continue?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Confirm before I delete media from an object"
|
||
name="okcancelignore"
|
||
notext="No"
|
||
yestext="Yes"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ClassifiedSave"
|
||
type="alertmodal">
|
||
Save changes to classified [NAME]?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
canceltext="Cancel"
|
||
name="yesnocancelbuttons"
|
||
notext="Don't Save"
|
||
yestext="Save"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ClassifiedInsufficientFunds"
|
||
type="alertmodal">
|
||
Insufficient funds to create classified.
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ProfileDeleteClassified"
|
||
type="alertmodal">
|
||
Delete classified <nolink>[CLASSIFIED]</nolink>?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ProfileDeletePick"
|
||
type="alertmodal">
|
||
Delete pick <nolink>[PICK]</nolink>?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alert.tga"
|
||
name="ProfileUnpublishedClassified"
|
||
type="alertmodal">
|
||
You have unpublished classifieds. They will be lost if you close the window.
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alert.tga"
|
||
name="ProfileUnsavedChanges"
|
||
type="alertmodal">
|
||
You have unsaved changes.
|
||
<tag>confirm</tag>
|
||
<tag>save</tag>
|
||
<usetemplate
|
||
canceltext="Cancel"
|
||
name="yesnocancelbuttons"
|
||
notext="Discard"
|
||
yestext="Save"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="DeleteOutfits"
|
||
type="alertmodal">
|
||
Delete the selected outfit?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="PromptGoToEventsPage"
|
||
type="alertmodal">
|
||
Go to the [SECOND_LIFE] events web page?
|
||
<tag>confirm</tag>
|
||
<url option="0" name="url">
|
||
|
||
https://secondlife.com/my/community/events
|
||
</url>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="SelectProposalToView"
|
||
type="alertmodal">
|
||
Please select a proposal to view.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="SelectHistoryItemToView"
|
||
type="alertmodal">
|
||
Please select a history item to view.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<!--
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ResetShowNextTimeDialogs"
|
||
type="alertmodal">
|
||
Would you like to re-enable all these popups, which you previously indicated 'Don't show me again'?
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="SkipShowNextTimeDialogs"
|
||
type="alertmodal">
|
||
Would you like to disable all popups which can be skipped?
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
-->
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CacheWillClear"
|
||
type="alertmodal">
|
||
Cache will be cleared after you restart [APP_NAME].
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CacheWillBeMoved"
|
||
type="alertmodal">
|
||
Cache will be moved after you restart [APP_NAME].
|
||
Note: This will clear the cache.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ChangeConnectionPort"
|
||
type="alertmodal">
|
||
Port settings take effect after you restart [APP_NAME].
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ChangeDeferredDebugSetting"
|
||
type="alertmodal">
|
||
This debug setting change will take effect after you restart [APP_NAME].
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ChangeSkin"
|
||
type="alertmodal">
|
||
The new skin will appear after you restart [APP_NAME].
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ChangeLanguage"
|
||
type="alertmodal">
|
||
Changing language will take effect after you restart [APP_NAME].
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="GoToAuctionPage"
|
||
type="alertmodal">
|
||
Go to the [SECOND_LIFE] web page to see auction details or make a bid?
|
||
<tag>confirm</tag>
|
||
<url option="0" name="url">
|
||
http://secondlife.com/auctions/auction-detail.php?id=[AUCTION_ID]
|
||
</url>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="SaveChanges"
|
||
type="alertmodal">
|
||
Save Changes?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
canceltext="Cancel"
|
||
name="yesnocancelbuttons"
|
||
notext="Don't Save"
|
||
yestext="Save"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="DeleteNotecard"
|
||
type="alertmodal">
|
||
<unique/>
|
||
Delete Notecard?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="LoadPreviousReportScreenshot"
|
||
type="alertmodal">
|
||
<unique/>
|
||
Do you want to use previous screenshot for your report?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="GestureSaveFailedTooManySteps"
|
||
type="alertmodal">
|
||
Gesture save failed.
|
||
This gesture has too many steps.
|
||
Try removing some steps, then save again.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="GestureSaveFailedTryAgain"
|
||
type="alertmodal">
|
||
Gesture save failed. Please try again in a minute.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="GestureSaveFailedObjectNotFound"
|
||
type="alertmodal">
|
||
Could not save gesture because the object or the associated object inventory could not be found.
|
||
The object may be out of range or may have been deleted.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="GestureSaveFailedReason"
|
||
type="alertmodal">
|
||
There was a problem saving a gesture due to the following reason: [REASON]. Please try resaving the gesture later.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="SaveNotecardFailObjectNotFound"
|
||
type="alertmodal">
|
||
Could not save notecard because the object or the associated object inventory could not be found.
|
||
The object may be out of range or may have been deleted.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="SaveNotecardFailReason"
|
||
type="alertmodal">
|
||
There was a problem saving a notecard due to the following reason: [REASON]. Please try re-saving the notecard later.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ScriptCannotUndo"
|
||
type="alertmodal">
|
||
Could not undo all changes in your version of the script.
|
||
Would you like to load the server's last saved version?
|
||
(**Warning** This operation cannot be undone.)
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="SaveScriptFailObjectNotFound"
|
||
type="alertmodal">
|
||
Could not save the script because the object it is in could not be found.
|
||
The object may be out of range or may have been deleted.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="StartRegionEmpty"
|
||
type="alertmodal">
|
||
Your Start Region is not defined.
|
||
Please type the Region name in Start Location box or choose My Last Location or My Home as your Start Location.
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CouldNotStartStopScript"
|
||
type="alertmodal">
|
||
Could not start or stop the script because the object it is on could not be found.
|
||
The object may be out of range or may have been deleted.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotDownloadFile"
|
||
type="alertmodal">
|
||
Unable to download file
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
name="MediaFileDownloadUnsupported"
|
||
label=""
|
||
type="alert">
|
||
<unique/>
|
||
<tag>confirm</tag>
|
||
You have requested a file download, which is not supported within [SECOND_LIFE].
|
||
<usetemplate
|
||
ignoretext="Warn about unsupported file downloads"
|
||
name="okignore"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotWriteFile"
|
||
type="alertmodal">
|
||
Unable to write file [[FILE]]
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="UnsupportedHardware"
|
||
type="alertmodal">
|
||
Just so you know, your computer does not meet [APP_NAME]'s minimum system requirements. You may experience poor performance. Unfortunately, the [SUPPORT_SITE] can't provide technical support for unsupported system configurations.
|
||
|
||
Visit [_URL] for more information?
|
||
<tag>confirm</tag>
|
||
<url option="0" name="url">
|
||
|
||
http://www.secondlife.com/corporate/sysreqs.php
|
||
</url>
|
||
<usetemplate
|
||
ignoretext="My computer hardware is not supported"
|
||
name="okcancelignore"
|
||
notext="No"
|
||
yestext="Yes"/>
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="OldGPUDriver"
|
||
type="alertmodal">
|
||
There is likely a newer driver for your graphics chip. Updating graphics drivers can substantially improve performance.
|
||
|
||
Visit [URL] to check for driver updates?
|
||
<tag>confirm</tag>
|
||
<url option="0" name="url">
|
||
[URL]
|
||
</url>
|
||
<usetemplate
|
||
ignoretext="My graphics driver is out of date"
|
||
name="okcancelignore"
|
||
notext="No"
|
||
yestext="Yes"/>
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="UnknownGPU"
|
||
type="alertmodal">
|
||
Your system contains a graphics card that [APP_NAME] doesn't recognize.
|
||
This is often the case with new hardware that hasn't been tested yet with [APP_NAME]. It will probably be ok, but you may need to adjust your graphics settings.
|
||
(Me > Preferences > Graphics).
|
||
<form name="form">
|
||
<ignore name="ignore"
|
||
text="My graphics card could not be identified"/>
|
||
</form>
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="DisplaySettingsNoShaders"
|
||
type="alertmodal">
|
||
[APP_NAME] crashed while initializing graphics drivers.
|
||
Graphics Quality will be set to Low to avoid some common driver errors. This will disable some graphics features.
|
||
We recommend updating your graphics card drivers.
|
||
Graphics Quality can be raised in Preferences > Graphics.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="AutoFPSConfirmDisable"
|
||
type="alertmodal">
|
||
Changing this setting will disable automatic adjustment and turn off 'Automatic settings'.
|
||
Are you sure you want to continue?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="Continue"/>
|
||
</notification>
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="AdvancedLightingConfirm"
|
||
type="alertmodal">
|
||
To turn on advanced lighting, we need to increase quality to level 4.
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ShadowsConfirm"
|
||
type="alertmodal">
|
||
To enable shadows, we need to increase quality to level 4.
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="RegionNoTerraforming"
|
||
type="alertmodal">
|
||
The region [REGION] does not allow terraforming.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ParcelNoTerraforming"
|
||
type="notify">
|
||
You are not allowed to terraform parcel [PARCEL].
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotCopyWarning"
|
||
type="alertmodal">
|
||
You do not have permission to copy the following items:
|
||
<nolink>[ITEMS]</nolink>
|
||
and will lose it from your inventory if you give it away. Do you really want to offer these items?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="No"
|
||
yestext="Yes"/>
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotGiveItem"
|
||
type="alertmodal">
|
||
Unable to give inventory item.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="TransactionCancelled"
|
||
type="alertmodal">
|
||
Transaction cancelled.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="TooManyItems"
|
||
type="alertmodal">
|
||
Cannot give more than 42 items in a single inventory transfer.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="NoItems"
|
||
type="alertmodal">
|
||
You do not have permission to transfer the selected items.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotCopyCountItems"
|
||
type="alertmodal">
|
||
You do not have permission to copy [COUNT] of the selected items. You will lose these items from your inventory.
|
||
Do you really want to give these items?
|
||
<tag>confirm</tag>
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="No"
|
||
yestext="Yes"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotGiveCategory"
|
||
type="alertmodal">
|
||
You do not have permission to transfer the selected folder.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="FreezeAvatar"
|
||
type="alertmodal">
|
||
Freeze this avatar?
|
||
He or she will temporarily be unable to move, chat, or interact with the world.
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
canceltext="Cancel"
|
||
name="yesnocancelbuttons"
|
||
notext="Unfreeze"
|
||
yestext="Freeze"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="FreezeAvatarFullname"
|
||
type="alertmodal">
|
||
Freeze [AVATAR_NAME]?
|
||
He or she will temporarily be unable to move, chat, or interact with the world.
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
canceltext="Cancel"
|
||
name="yesnocancelbuttons"
|
||
notext="Unfreeze"
|
||
yestext="Freeze"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="EjectAvatarFullname"
|
||
type="alertmodal">
|
||
Eject [AVATAR_NAME] from your land?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
canceltext="Cancel"
|
||
name="yesnocancelbuttons"
|
||
notext="Eject and Ban"
|
||
yestext="Eject"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="EjectAvatarNoBan"
|
||
type="alertmodal">
|
||
Eject this avatar from your land?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="Eject"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="EjectAvatarFullnameNoBan"
|
||
type="alertmodal">
|
||
Eject [AVATAR_NAME] from your land?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="Eject"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="EjectAvatarFromGroup"
|
||
persist="true"
|
||
type="notify">
|
||
You ejected [AVATAR_NAME] from group <nolink>[GROUP_NAME]</nolink>
|
||
<tag>group</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="AcquireErrorTooManyObjects"
|
||
type="alertmodal">
|
||
ACQUIRE ERROR: Too many objects selected.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="AcquireErrorObjectSpan"
|
||
type="alertmodal">
|
||
ACQUIRE ERROR: Objects span more than one region.
|
||
Please move all objects to be acquired onto the same region.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="PromptGoToCurrencyPage"
|
||
type="alertmodal">
|
||
[EXTRA]
|
||
|
||
Go to [_URL] for information on purchasing L$?
|
||
<tag>confirm</tag>
|
||
<url option="0" name="url">
|
||
|
||
http://secondlife.com/app/currency/
|
||
</url>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="MuteLimitReached"
|
||
persist="false"
|
||
type="notify">
|
||
Unable to add new entry to block list because you reached the limit of [MUTE_LIMIT] entries.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="UnableToLinkObjects"
|
||
type="alertmodal">
|
||
Unable to link these [COUNT] objects.
|
||
You can link a maximum of [MAX] objects.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotLinkIncompleteSet"
|
||
type="alertmodal">
|
||
You can only link complete sets of objects, and must select more than one object.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotLinkModify"
|
||
type="alertmodal">
|
||
Unable to link because you don't have modify permission on all the objects.
|
||
|
||
Please make sure none are locked, and that you own all of them.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotLinkPermanent"
|
||
type="alertmodal">
|
||
Objects cannot be linked across region boundaries.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotLinkAcrossRegions"
|
||
type="alertmodal">
|
||
Objects cannot be linked across region boundaries.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotLinkDifferentOwners"
|
||
type="alertmodal">
|
||
Unable to link because not all of the objects have the same owner.
|
||
|
||
Please make sure you own all of the selected objects.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="NoFileExtension"
|
||
type="alertmodal">
|
||
No file extension for the file: '[FILE]'
|
||
|
||
Please make sure the file has a correct file extension.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="InvalidFileExtension"
|
||
type="alertmodal">
|
||
Invalid file extension [EXTENSION]
|
||
Expected [VALIDS]
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotUploadSoundFile"
|
||
type="alertmodal">
|
||
Couldn't open uploaded sound file for reading:
|
||
[FILE]
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="SoundFileNotRIFF"
|
||
type="alertmodal">
|
||
File does not appear to be a RIFF WAVE file:
|
||
[FILE]
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="SoundFileNotPCM"
|
||
type="alertmodal">
|
||
File does not appear to be a PCM WAVE audio file:
|
||
[FILE]
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="SoundFileInvalidChannelCount"
|
||
type="alertmodal">
|
||
File has invalid number of channels (must be mono or stereo):
|
||
[FILE]
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="SoundFileInvalidSampleRate"
|
||
type="alertmodal">
|
||
File does not appear to be a supported sample rate (must be 44.1k):
|
||
[FILE]
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="SoundFileInvalidWordSize"
|
||
type="alertmodal">
|
||
File does not appear to be a supported word size (must be 8 or 16 bit):
|
||
[FILE]
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="SoundFileInvalidHeader"
|
||
type="alertmodal">
|
||
Could not find 'data' chunk in WAV header:
|
||
[FILE]
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="SoundFileInvalidChunkSize"
|
||
type="alertmodal">
|
||
Wrong chunk size in WAV file:
|
||
[FILE]
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="SoundFileInvalidTooLong"
|
||
type="alertmodal">
|
||
Audio file is too long (30 second maximum):
|
||
[FILE]
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ProblemWithFile"
|
||
type="alertmodal">
|
||
Problem with file [FILE]:
|
||
|
||
[ERROR]
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotOpenTemporarySoundFile"
|
||
type="alertmodal">
|
||
Couldn't open temporary compressed sound file for writing: [FILE]
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="UnknownVorbisEncodeFailure"
|
||
type="alertmodal">
|
||
Unknown Vorbis encode failure on: [FILE]
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotEncodeFile"
|
||
type="alertmodal">
|
||
Unable to encode file: [FILE]
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CorruptedProtectedDataStore"
|
||
type="alertmodal">
|
||
We can't fill in your username and password. This may happen when you change network setup
|
||
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CorruptResourceFile"
|
||
type="alertmodal">
|
||
Corrupt resource file: [FILE]
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="UnknownResourceFileVersion"
|
||
type="alertmodal">
|
||
Unknown Linden resource file version in file: [FILE]
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="UnableToCreateOutputFile"
|
||
type="alertmodal">
|
||
Unable to create output file: [FILE]
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="DoNotSupportBulkAnimationUpload"
|
||
type="alertmodal">
|
||
<unique/>
|
||
[APP_NAME] does not currently support bulk upload of BVH format animation files.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotUploadReason"
|
||
type="alertmodal">
|
||
Unable to upload [FILE] due to the following reason: [REASON]
|
||
Please try again later.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="LandmarkCreated"
|
||
log_to_chat="false"
|
||
type="notifytip">
|
||
You have added "[LANDMARK_NAME]" to your [FOLDER_NAME] folder.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alert.tga"
|
||
name="LandmarkAlreadyExists"
|
||
type="alert">
|
||
You already have a landmark for this location.
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotCreateLandmarkNotOwner"
|
||
type="alertmodal">
|
||
You cannot create a landmark here because the owner of the land doesn't allow it.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
label="Create folder"
|
||
name="CreateLandmarkFolder"
|
||
type="alertmodal">
|
||
<unique/>
|
||
Choose a name for the folder:
|
||
<tag>confirm</tag>
|
||
<form name="form">
|
||
<input name="message" type="text">
|
||
</input>
|
||
<button
|
||
default="true"
|
||
index="0"
|
||
name="OK"
|
||
text="OK"/>
|
||
<button
|
||
index="1"
|
||
name="Cancel"
|
||
text="Cancel"/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotRecompileSelectObjectsNoScripts"
|
||
type="alertmodal">
|
||
Not able to perform 'recompilation'.
|
||
Select an object with a script.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotRecompileSelectObjectsNoPermission"
|
||
type="alertmodal">
|
||
Not able to perform 'recompilation'.
|
||
|
||
Select objects with scripts that you have permission to modify.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotResetSelectObjectsNoScripts"
|
||
type="alertmodal">
|
||
Not able to perform 'reset'.
|
||
|
||
Select objects with scripts.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotResetSelectObjectsNoPermission"
|
||
type="alertmodal">
|
||
Not able to perform 'reset'.
|
||
|
||
Select objects with scripts that you have permission to modify.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotOpenScriptObjectNoMod"
|
||
type="alertmodal">
|
||
Unable to open script in object without modify permissions.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotSetRunningSelectObjectsNoScripts"
|
||
type="alertmodal">
|
||
Not able to set any scripts to 'running'.
|
||
|
||
Select objects with scripts.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotSetRunningNotSelectObjectsNoScripts"
|
||
type="alertmodal">
|
||
Unable to set any scripts to 'not running'.
|
||
|
||
Select objects with scripts.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="NoFrontmostFloater"
|
||
type="alertmodal">
|
||
No frontmost floater to save.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="SeachFilteredOnShortWords"
|
||
type="alertmodal">
|
||
Your search query was modified and the words that were too short were removed.
|
||
|
||
Searched for: [FINALQUERY]
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="SeachFilteredOnShortWordsEmpty"
|
||
type="alertmodal">
|
||
Your search terms were too short so no search was performed.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<!-- Generic Teleport failure modes - strings will be inserted from
|
||
teleport_strings.xml if available. -->
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CouldNotTeleportReason"
|
||
type="alertmodal">
|
||
<unique/>
|
||
Teleport failed.
|
||
[REASON]
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<!-- Teleport failure modes not delivered via the generic mechanism
|
||
above (for example, delivered as an AlertMessage on
|
||
region-crossing :( ) - these paths should really be merged
|
||
in the future. -->
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="invalid_tport"
|
||
type="alertmodal">
|
||
Teleport attempts are limited to 6 per minute. If you are having trouble, wait one minute and try teleporting again. If the problem persists, log out and log in again.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="invalid_region_handoff"
|
||
type="alertmodal">
|
||
Problem encountered processing your region crossing. You may need to log back in before you can cross regions.
|
||
If you continue to get this message, please check the [SUPPORT_SITE].
|
||
<tag>fail</tag>
|
||
</notification>
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="blocked_tport"
|
||
type="alertmodal">
|
||
Sorry, teleport is currently blocked. Try again in a moment. If you still cannot teleport, please log out and log back in to resolve the problem.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="nolandmark_tport"
|
||
type="alertmodal">
|
||
Sorry, but system was unable to locate landmark destination.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="timeout_tport"
|
||
type="alertmodal">
|
||
<tag>fail</tag>
|
||
Sorry, but system was unable to complete the teleport connection. Try again in a moment.
|
||
</notification>
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="noaccess_tport"
|
||
type="alertmodal">
|
||
<tag>fail</tag>
|
||
Sorry, you do not have access to that teleport destination.
|
||
</notification>
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="missing_attach_tport"
|
||
type="alertmodal">
|
||
<tag>fail</tag>
|
||
Your attachments have not arrived yet. Try waiting for a few more seconds or log out and back in again before attempting to teleport.
|
||
</notification>
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="too_many_uploads_tport"
|
||
type="alertmodal">
|
||
<tag>fail</tag>
|
||
The asset queue in this region is currently clogged so your teleport request will not be able to succeed in a timely manner. Please try again in a few minutes or go to a less busy area.
|
||
</notification>
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="expired_tport"
|
||
type="alertmodal">
|
||
<tag>fail</tag>
|
||
Sorry, but the system was unable to complete your teleport request in a timely fashion. Please try again in a few minutes.
|
||
</notification>
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="expired_region_handoff"
|
||
type="alertmodal">
|
||
<tag>fail</tag>
|
||
Sorry, but the system was unable to complete your region crossing in a timely fashion. Please try again in a few minutes.
|
||
</notification>
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="preexisting_tport"
|
||
type="alertmodal">
|
||
<tag>fail</tag>
|
||
Sorry, but the system was unable to start your teleport. Please try again in a few minutes.
|
||
</notification>
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="no_host"
|
||
type="alertmodal">
|
||
<tag>fail</tag>
|
||
Unable to find teleport destination. The destination may be temporarily unavailable or no longer exists. Please try again in a few minutes.
|
||
</notification>
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="no_inventory_host"
|
||
type="alertmodal">
|
||
The inventory system is currently unavailable.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotSetLandOwnerNothingSelected"
|
||
type="alertmodal">
|
||
Unable to set land owner:
|
||
No parcel selected.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotSetLandOwnerMultipleRegions"
|
||
type="alertmodal">
|
||
Unable to force land ownership because selection spans multiple regions. Please select a smaller area and try again.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ForceOwnerAuctionWarning"
|
||
type="alertmodal">
|
||
This parcel is up for auction. Forcing ownership will cancel the auction and potentially make some Residents unhappy if bidding has begun.
|
||
Force ownership?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotContentifyNothingSelected"
|
||
type="alertmodal">
|
||
Unable to contentify:
|
||
No parcel selected.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotContentifyNoRegion"
|
||
type="alertmodal">
|
||
Unable to contentify:
|
||
No region selected.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotReleaseLandNothingSelected"
|
||
type="alertmodal">
|
||
Unable to abandon land:
|
||
No parcel selected.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotReleaseLandNoRegion"
|
||
type="alertmodal">
|
||
Unable to abandon land:
|
||
Cannot find region.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotBuyLandNothingSelected"
|
||
type="alertmodal">
|
||
Unable to buy land:
|
||
No parcel selected.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotBuyLandNoRegion"
|
||
type="alertmodal">
|
||
Unable to buy land:
|
||
Cannot find the region this land is in.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotCloseFloaterBuyLand"
|
||
type="alertmodal">
|
||
You cannot close the Buy Land window until [APP_NAME] estimates the price of this transaction.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotDeedLandNothingSelected"
|
||
type="alertmodal">
|
||
Unable to deed land:
|
||
No parcel selected.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotDeedLandNoGroup"
|
||
type="alertmodal">
|
||
Unable to deed land:
|
||
No Group selected.
|
||
<tag>group</tag>
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotDeedLandNoRegion"
|
||
type="alertmodal">
|
||
Unable to deed land:
|
||
Cannot find the region this land is in.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotDeedLandMultipleSelected"
|
||
type="alertmodal">
|
||
Unable to deed land:
|
||
Multiple parcels selected.
|
||
|
||
Try selecting a single parcel.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotDeedLandWaitingForServer"
|
||
type="alertmodal">
|
||
Unable to deed land:
|
||
Waiting for server to report ownership.
|
||
|
||
Please try again.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotDeedLandNoTransfer"
|
||
type="alertmodal">
|
||
Unable to deed land:
|
||
The region [REGION] does not allow transfer of land.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotReleaseLandWatingForServer"
|
||
type="alertmodal">
|
||
Unable to abandon land:
|
||
Waiting for server to update parcel information.
|
||
|
||
Try again in a few seconds.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotReleaseLandSelected"
|
||
type="alertmodal">
|
||
Unable to abandon land:
|
||
You do not own all the parcels selected.
|
||
|
||
Please select a single parcel.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotReleaseLandDontOwn"
|
||
type="alertmodal">
|
||
Unable to abandon land:
|
||
You don't have permission to release this parcel.
|
||
Parcels you own appear in green.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotReleaseLandRegionNotFound"
|
||
type="alertmodal">
|
||
Unable to abandon land:
|
||
Cannot find the region this land is in.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotReleaseLandNoTransfer"
|
||
type="alertmodal">
|
||
Unable to abandon land:
|
||
The region [REGION] does not allow transfer of land.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotReleaseLandPartialSelection"
|
||
type="alertmodal">
|
||
Unable to abandon land:
|
||
You must select an entire parcel to release it.
|
||
|
||
Select an entire parcel, or divide your parcel first.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ReleaseLandWarning"
|
||
type="alertmodal">
|
||
You are about to release [AREA] m² of land.
|
||
Releasing this parcel will remove it from your land holdings, but will not grant any L$.
|
||
|
||
Release this land?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotDivideLandNothingSelected"
|
||
type="alertmodal">
|
||
Unable to divide land:
|
||
|
||
No parcels selected.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotDivideLandPartialSelection"
|
||
type="alertmodal">
|
||
Unable to divide land:
|
||
|
||
You have an entire parcel selected.
|
||
Try selecting a part of the parcel.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="LandDivideWarning"
|
||
type="alertmodal">
|
||
Dividing this land will split this parcel into two and each parcel can have its own settings. Some settings will be reset to defaults after the operation.
|
||
|
||
Divide land?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotDivideLandNoRegion"
|
||
type="alertmodal">
|
||
Unable to divide land:
|
||
Cannot find the region this land is in.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotJoinLandNoRegion"
|
||
type="alertmodal">
|
||
Unable to join land:
|
||
Cannot find the region this land is in.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotJoinLandNothingSelected"
|
||
type="alertmodal">
|
||
Unable to join land:
|
||
No parcels selected.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotJoinLandEntireParcelSelected"
|
||
type="alertmodal">
|
||
Unable to join land:
|
||
You only have one parcel selected.
|
||
|
||
Select land across both parcels.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotJoinLandSelection"
|
||
type="alertmodal">
|
||
Unable to join land:
|
||
You must select more than one parcel.
|
||
|
||
Select land across both parcels.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="JoinLandWarning"
|
||
type="alertmodal">
|
||
Joining this land will create one large parcel out of all parcels intersecting the selected rectangle.
|
||
You will need to reset the name and options of the new parcel.
|
||
|
||
Join land?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ConfirmNotecardSave"
|
||
type="alertmodal">
|
||
This notecard needs to be saved before the item can be copied or viewed. Save notecard?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ConfirmItemCopy"
|
||
type="alertmodal">
|
||
Copy this item to your inventory?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="Copy"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ResolutionSwitchFail"
|
||
type="alertmodal">
|
||
Failed to switch resolution to [RESX] by [RESY]
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ErrorUndefinedGrasses"
|
||
type="alertmodal">
|
||
Error: Undefined grasses: [SPECIES]
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ErrorUndefinedTrees"
|
||
type="alertmodal">
|
||
Error: Undefined trees: [SPECIES]
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotSaveWearableOutOfSpace"
|
||
type="alertmodal">
|
||
Unable to save '[NAME]' to wearable file. You will need to free up some space on your computer and save the wearable again.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotSaveToAssetStore"
|
||
type="alertmodal">
|
||
Unable to save [NAME] to central asset store.
|
||
This is usually a temporary failure. Please customize and save the wearable again in a few minutes.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="OutOfDiskSpace"
|
||
type="notifytip">
|
||
The system is out of disk space. You will need to free up some space on your computer or clear the cache.
|
||
<tag>fail</tag>
|
||
<unique/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="YouHaveBeenLoggedOut"
|
||
type="alertmodal">
|
||
Darn. You have been logged out of [SECOND_LIFE].
|
||
|
||
[MESSAGE]
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Quit"
|
||
yestext="View IM & Chat"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="InventoryUnusable"
|
||
type="alertmodal">
|
||
There was a problem loading your inventory. First, try logging out and logging in again. If you see this message again, contact Support to correct the problem.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="OnlyOfficerCanBuyLand"
|
||
type="alertmodal">
|
||
Unable to buy land for the group:
|
||
You do not have permission to buy land for your active group.
|
||
<tag>group</tag>
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
label="Add Friend"
|
||
name="AddFriendWithMessage"
|
||
type="alertmodal">
|
||
<tag>friendship</tag>
|
||
Friends can give permissions to track each other on the map and receive online status updates.
|
||
|
||
Offer friendship to [NAME]?
|
||
<tag>confirm</tag>
|
||
<form name="form">
|
||
<input name="message" type="text">
|
||
Would you be my friend?
|
||
</input>
|
||
<button
|
||
default="true"
|
||
index="0"
|
||
name="Offer"
|
||
text="OK"/>
|
||
<button
|
||
index="1"
|
||
name="Cancel"
|
||
text="Cancel"/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
label="Add Auto-Replace List"
|
||
name="AddAutoReplaceList"
|
||
type="alertmodal">
|
||
<tag>addlist</tag>
|
||
Name for the new list:
|
||
<tag>confirm</tag>
|
||
<form name="form">
|
||
<input name="listname" type="text"/>
|
||
<button
|
||
default="true"
|
||
index="0"
|
||
name="SetName"
|
||
text="OK"/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
label="Rename Auto-Replace List"
|
||
name="RenameAutoReplaceList"
|
||
type="alertmodal">
|
||
The name '[DUPNAME]' is in use
|
||
Enter a new unique name:
|
||
<tag>confirm</tag>
|
||
<form name="form">
|
||
<input name="listname" type="text"/>
|
||
<button
|
||
default="false"
|
||
index="0"
|
||
name="ReplaceList"
|
||
text="Replace Current List"/>
|
||
<button
|
||
default="true"
|
||
index="1"
|
||
name="SetName"
|
||
text="Use New Name"/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="InvalidAutoReplaceEntry"
|
||
type="alertmodal">
|
||
The keyword must be a single word, and the replacement may not be empty.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="InvalidAutoReplaceList"
|
||
type="alertmodal">
|
||
That replacement list is not valid.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="SpellingDictImportRequired"
|
||
type="alertmodal">
|
||
You must specify a file, a name, and a language.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="SpellingDictIsSecondary"
|
||
type="alertmodal">
|
||
The dictionary [DIC_NAME] does not appear to have an "aff" file; this means that it is a "secondary" dictionary.
|
||
It can be used as an additional dictionary, but not as your Main dictionary.
|
||
|
||
See https://wiki.secondlife.com/wiki/Adding_Spelling_Dictionaries
|
||
<tag>confirm</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="SpellingDictImportFailed"
|
||
type="alertmodal">
|
||
Unable to copy
|
||
[FROM_NAME]
|
||
to
|
||
[TO_NAME]
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
label="Save Outfit"
|
||
name="SaveOutfitAs"
|
||
type="alertmodal">
|
||
<unique/>
|
||
Save what I'm wearing as a new Outfit:
|
||
<tag>confirm</tag>
|
||
<form name="form">
|
||
<input name="message" type="text">
|
||
[DESC] (new)
|
||
</input>
|
||
<button
|
||
default="true"
|
||
index="0"
|
||
name="OK"
|
||
text="OK"/>
|
||
<button
|
||
index="1"
|
||
name="Cancel"
|
||
text="Cancel"/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
label="Save Wearable"
|
||
name="SaveWearableAs"
|
||
type="alertmodal">
|
||
Save item to my inventory as:
|
||
<tag>confirm</tag>
|
||
<form name="form">
|
||
<input name="message" type="text">
|
||
[DESC] (new)
|
||
</input>
|
||
<button
|
||
default="true"
|
||
index="0"
|
||
name="OK"
|
||
text="OK"/>
|
||
<button
|
||
index="1"
|
||
name="Cancel"
|
||
text="Cancel"/>
|
||
</form>
|
||
</notification>
|
||
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
label="Rename Outfit"
|
||
name="RenameOutfit"
|
||
type="alertmodal">
|
||
New outfit name:
|
||
<tag>confirm</tag>
|
||
<form name="form">
|
||
<input name="new_name" type="text" width="300">
|
||
[NAME]
|
||
</input>
|
||
<button
|
||
default="true"
|
||
index="0"
|
||
name="OK"
|
||
text="OK"/>
|
||
<button
|
||
index="1"
|
||
name="Cancel"
|
||
text="Cancel"/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
label="Rename Gesture"
|
||
name="RenameGesture"
|
||
type="alertmodal">
|
||
New gesture name:
|
||
<tag>confirm</tag>
|
||
<form name="form">
|
||
<input name="new_name" type="text" width="300">
|
||
[NAME]
|
||
</input>
|
||
<button
|
||
default="true"
|
||
index="0"
|
||
name="OK"
|
||
text="OK"/>
|
||
<button
|
||
index="1"
|
||
name="Cancel"
|
||
text="Cancel"/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
label="Rename Landmark"
|
||
name="RenameLandmark"
|
||
type="alertmodal">
|
||
Choose a new name for [NAME]
|
||
<tag>confirm</tag>
|
||
<form name="form">
|
||
<input name="new_name" type="text" width="300">
|
||
[NAME]
|
||
</input>
|
||
<button
|
||
default="true"
|
||
index="0"
|
||
name="OK"
|
||
text="OK"/>
|
||
<button
|
||
index="1"
|
||
name="Cancel"
|
||
text="Cancel"/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
label="Rename Selected Item"
|
||
name="RenameItem"
|
||
type="alertmodal">
|
||
Choose a new name for:
|
||
[NAME]
|
||
<tag>confirm</tag>
|
||
<form name="form">
|
||
<input name="new_name" type="text" width="300">
|
||
[NAME]
|
||
</input>
|
||
<button
|
||
default="true"
|
||
index="0"
|
||
name="OK"
|
||
text="OK"/>
|
||
<button
|
||
index="1"
|
||
name="Cancel"
|
||
text="Cancel"/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="RemoveFromFriends"
|
||
type="alertmodal">
|
||
<tag>friendship</tag>
|
||
Do you want to remove <nolink>[NAME]</nolink> from your Friends List?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="RemoveMultipleFromFriends"
|
||
type="alertmodal">
|
||
<tag>friendship</tag>
|
||
Do you want to remove multiple friends from your Friends list?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="GodDeleteAllScriptedPublicObjectsByUser"
|
||
type="alertmodal">
|
||
Are you sure you want to delete all scripted objects owned by
|
||
** [AVATAR_NAME] **
|
||
on all others land in this region?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="GodDeleteAllScriptedObjectsByUser"
|
||
type="alertmodal">
|
||
Are you sure you want to DELETE ALL scripted objects owned by
|
||
** [AVATAR_NAME] **
|
||
on ALL LAND in this region?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="GodDeleteAllObjectsByUser"
|
||
type="alertmodal">
|
||
Are you sure you want to DELETE ALL objects (scripted or not) owned by
|
||
** [AVATAR_NAME] **
|
||
on ALL LAND in this region?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="BlankClassifiedName"
|
||
type="alertmodal">
|
||
You must specify a name for your classified.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="MinClassifiedPrice"
|
||
type="alertmodal">
|
||
Price to pay for listing must be at least L$[MIN_PRICE].
|
||
|
||
Please enter a higher price.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ConfirmItemDeleteHasLinks"
|
||
type="alertmodal">
|
||
At least one of the items has links that point to it. If you delete this item, its links will permanently stop working. It is strongly advised to delete the links first.
|
||
|
||
Are you sure you want to delete these items?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ConfirmObjectDeleteLock"
|
||
type="alertmodal">
|
||
At least one of the items you have selected is locked.
|
||
|
||
Are you sure you want to delete these items?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ConfirmObjectDeleteNoCopy"
|
||
type="alertmodal">
|
||
At least one of the items you have selected is not copyable.
|
||
|
||
Are you sure you want to delete these items?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ConfirmObjectDeleteNoOwn"
|
||
type="alertmodal">
|
||
You do not own at least one of the items you have selected.
|
||
|
||
Are you sure you want to delete these items?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ConfirmObjectDeleteLockNoCopy"
|
||
type="alertmodal">
|
||
At least one object is locked.
|
||
At least one object is not copyable.
|
||
|
||
Are you sure you want to delete these items?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ConfirmObjectDeleteLockNoOwn"
|
||
type="alertmodal">
|
||
At least one object is locked.
|
||
You do not own at least one object.
|
||
|
||
Are you sure you want to delete these items?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ConfirmObjectDeleteNoCopyNoOwn"
|
||
type="alertmodal">
|
||
At least one object is not copyable.
|
||
You do not own at least one object.
|
||
|
||
Are you sure you want to delete these items?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ConfirmObjectDeleteLockNoCopyNoOwn"
|
||
type="alertmodal">
|
||
At least one object is locked.
|
||
At least one object is not copyable.
|
||
You do not own at least one object.
|
||
|
||
Are you sure you want to delete these items?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ConfirmObjectTakeLock"
|
||
type="alertmodal">
|
||
At least one object is locked.
|
||
|
||
Are you sure you want to take these items?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ConfirmObjectTakeNoOwn"
|
||
type="alertmodal">
|
||
You do not own all of the objects you are taking.
|
||
If you continue, next owner permissions will be applied and possibly restrict your ability to modify or copy them.
|
||
|
||
Are you sure you want to take these items?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ConfirmObjectTakeLockNoOwn"
|
||
type="alertmodal">
|
||
At least one object is locked.
|
||
You do not own all of the objects you are taking.
|
||
If you continue, next owner permissions will be applied and possibly restrict your ability to modify or copy them.
|
||
However, you can take the current selection.
|
||
|
||
Are you sure you want to take these items?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantBuyLandAcrossMultipleRegions"
|
||
type="alertmodal">
|
||
Unable to buy land because selection spans multiple regions.
|
||
|
||
Please select a smaller area and try again.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="DeedLandToGroup"
|
||
type="alertmodal">
|
||
By deeding this parcel, the group will be required to have and maintain sufficient land use credits.
|
||
The purchase price of the land is not refunded to the owner. If a deeded parcel is sold, the sale price will be divided evenly among group members.
|
||
|
||
Deed this [AREA] m² of land to the group '<nolink>[GROUP_NAME]</nolink>'?
|
||
<tag>group</tag>
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="DeedLandToGroupWithContribution"
|
||
type="alertmodal">
|
||
By deeding this parcel, the group will be required to have and maintain sufficient land use credits.
|
||
The deed will include a simultaneous land contribution to the group from '[NAME]'.
|
||
The purchase price of the land is not refunded to the owner. If a deeded parcel is sold, the sale price will be divided evenly among group members.
|
||
|
||
Deed this [AREA] m² of land to the group '<nolink>[GROUP_NAME]</nolink>'?
|
||
<tag>group</tag>
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="DisplaySetToSafe"
|
||
type="alertmodal">
|
||
Display settings have been set to safe levels because you have specified the -safe option.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="DisplaySetToRecommendedGPUChange"
|
||
type="alertmodal">
|
||
Display settings have been set to recommended levels because your graphics card changed
|
||
from '[LAST_GPU]'
|
||
to '[THIS_GPU]'
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="DisplaySetToRecommendedFeatureChange"
|
||
type="alertmodal">
|
||
Display settings have been set to recommended levels because of a change to the rendering subsystem.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ErrorMessage"
|
||
type="alertmodal">
|
||
<unique>
|
||
<context>ERROR_MESSAGE</context>
|
||
</unique>
|
||
[ERROR_MESSAGE]
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="AvatarMovedDesired"
|
||
type="alertmodal">
|
||
<tag>fail</tag>
|
||
Your desired location is not currently available.
|
||
You have been moved into a nearby region.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="AvatarMovedLast"
|
||
type="alertmodal">
|
||
<tag>fail</tag>
|
||
Your requested location is not currently available.
|
||
You have been moved into a nearby region.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="AvatarMovedHome"
|
||
type="alertmodal">
|
||
<tag>fail</tag>
|
||
Your home location is not currently available.
|
||
You have been moved into a nearby region.
|
||
You may want to set a new home location.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ClothingLoading"
|
||
type="alertmodal">
|
||
<tag>fail</tag>
|
||
Your clothing is still downloading.
|
||
You can use [SECOND_LIFE] normally and other people will see you correctly.
|
||
<form name="form">
|
||
<ignore name="ignore"
|
||
text="Clothing is taking a long time to download"/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon = "notifytip.tga"
|
||
name = "AgentComplexityWithVisibility"
|
||
type = "notifytip"
|
||
log_to_chat = "false">
|
||
<unique combine = "cancel_old">
|
||
<context>AgentComplexityNotice</context>
|
||
</unique>
|
||
Your [https://community.secondlife.com/t5/English-Knowledge-Base/Avatar-Rendering-Complexity/ta-p/2967838 avatar complexity] is [AGENT_COMPLEXITY].
|
||
[OVERLIMIT_MSG]
|
||
<usetemplate
|
||
ignoretext="Warn me if my avatar complexity may be too high"
|
||
name="notifyignore"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon = "notifytip.tga"
|
||
name = "AgentComplexity"
|
||
type = "notifytip"
|
||
log_to_chat = "false">
|
||
<unique combine = "cancel_old">
|
||
<context>AgentComplexityNotice</context>
|
||
</unique>
|
||
Your [https://community.secondlife.com/t5/English-Knowledge-Base/Avatar-Rendering-Complexity/ta-p/2967838 avatar complexity] is [AGENT_COMPLEXITY].
|
||
<usetemplate
|
||
ignoretext="Warn me about my avatar complexity changes"
|
||
name="notifyignore"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon = "notifytip.tga"
|
||
name = "HUDComplexityWarning"
|
||
type = "notifytip"
|
||
log_to_chat = "false">
|
||
<unique combine = "cancel_old">
|
||
<context>HUDComplexityWarning</context>
|
||
</unique>
|
||
[HUD_REASON], it is likely to negatively affect your performance.
|
||
<usetemplate
|
||
ignoretext="Warn me when my HUD complexity is too high"
|
||
name="notifyignore"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="FirstRun"
|
||
type="alertmodal">
|
||
|
||
[APP_NAME] installation is complete.
|
||
|
||
If this is your first time using [SECOND_LIFE], you will need to create an account before you can log in.
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Continue"
|
||
yestext="Create Account..."/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="LoginCantRemoveUsername"
|
||
type="alertmodal">
|
||
<tag>fail</tag>
|
||
Already remembered user can be forgotten from Me > Preferences > Advanced > Remembered Usernames.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="LoginCantRemoveCurUsername"
|
||
type="alertmodal">
|
||
<tag>confirm</tag>
|
||
Forgetting the logged-in user requires you to log out.
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="Confirm and log out"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="LoginPacketNeverReceived"
|
||
type="alertmodal">
|
||
<tag>fail</tag>
|
||
We're having trouble connecting. There may be a problem with your Internet connection or the [SECOND_LIFE_GRID].
|
||
|
||
You can either check your Internet connection and try again in a few minutes, click Help to view the [SUPPORT_SITE], or click Teleport to attempt to teleport home.
|
||
<url option="1" name="url">
|
||
|
||
http://secondlife.com/support/
|
||
</url>
|
||
<form name="form">
|
||
<button
|
||
default="true"
|
||
index="0"
|
||
name="OK"
|
||
text="OK"/>
|
||
<button
|
||
index="1"
|
||
name="Help"
|
||
text="Help"/>
|
||
<button
|
||
index="2"
|
||
name="Teleport"
|
||
text="Teleport"/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="LoginPacketNeverReceivedNoTP"
|
||
type="alertmodal">
|
||
<tag>fail</tag>
|
||
We're having trouble connecting. There may be a problem with your Internet connection or the [SECOND_LIFE_GRID].
|
||
|
||
You can either check your Internet connection and try again in a few minutes or click Help to view the [SUPPORT_SITE].
|
||
<url option="1" name="url">
|
||
http://secondlife.com/support/
|
||
</url>
|
||
<form name="form">
|
||
<button
|
||
default="true"
|
||
index="0"
|
||
name="OK"
|
||
text="OK"/>
|
||
<button
|
||
index="1"
|
||
name="Help"
|
||
text="Help"/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="LoginRemoveMultiGridUserData"
|
||
type="alertmodal">
|
||
<tag>confirm</tag>
|
||
Local Data you are deleting is shared between multiple grids, are you sure you want to delete it?
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="Confirm"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="WelcomeChooseSex"
|
||
type="alertmodal">
|
||
Your character will appear in a moment.
|
||
|
||
Use arrow keys to walk.
|
||
Press the F1 key at any time for help or to learn more about [SECOND_LIFE].
|
||
Please choose the male or female avatar. You can change your mind later.
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Female"
|
||
yestext="Male"/>
|
||
</notification>
|
||
<notification icon="alertmodal.tga"
|
||
name="CantTeleportToGrid"
|
||
type="alertmodal">
|
||
Could not teleport to [SLURL] as it's on a different grid ([GRID]) than the current grid ([CURRENT_GRID]). Please close your viewer and try again.
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification icon="alertmodal.tga"
|
||
name="GeneralCertificateErrorShort"
|
||
type="alertmodal">
|
||
Could not connect to the server.
|
||
[REASON]
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification icon="alertmodal.tga"
|
||
name="GeneralCertificateError"
|
||
type="alertmodal">
|
||
Could not connect to the server.
|
||
[REASON]
|
||
|
||
SubjectName: [SUBJECT_NAME_STRING]
|
||
IssuerName: [ISSUER_NAME_STRING]
|
||
Valid From: [VALID_FROM]
|
||
Valid To: [VALID_TO]
|
||
MD5 Fingerprint: [SHA1_DIGEST]
|
||
SHA1 Fingerprint: [MD5_DIGEST]
|
||
Key Usage: [KEYUSAGE]
|
||
Extended Key Usage: [EXTENDEDKEYUSAGE]
|
||
Subject Key Identifier: [SUBJECTKEYIDENTIFIER]
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification icon="alertmodal.tga"
|
||
name="TrustCertificateError"
|
||
type="alertmodal">
|
||
The certification authority for this server is not known.
|
||
|
||
Certificate Information:
|
||
SubjectName: [SUBJECT_NAME_STRING]
|
||
IssuerName: [ISSUER_NAME_STRING]
|
||
Valid From: [VALID_FROM]
|
||
Valid To: [VALID_TO]
|
||
MD5 Fingerprint: [SHA1_DIGEST]
|
||
SHA1 Fingerprint: [MD5_DIGEST]
|
||
Key Usage: [KEYUSAGE]
|
||
Extended Key Usage: [EXTENDEDKEYUSAGE]
|
||
Subject Key Identifier: [SUBJECTKEYIDENTIFIER]
|
||
|
||
Would you like to trust this authority?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="Trust"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="NotEnoughCurrency"
|
||
type="alertmodal">
|
||
[NAME] L$ [PRICE] You don't have enough L$ to do that.
|
||
<tag>fail</tag>
|
||
<tag>funds</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="GrantedModifyRights"
|
||
persist="true"
|
||
log_to_im="true"
|
||
type="notify">
|
||
[NAME] has given you permission to edit their objects.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="RevokedModifyRights"
|
||
persist="true"
|
||
log_to_im="true"
|
||
type="notify">
|
||
Your privilege to modify [NAME]'s objects has been revoked
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="FlushMapVisibilityCaches"
|
||
type="alertmodal">
|
||
This will flush the map caches on this region.
|
||
This is really only useful for debugging.
|
||
(In production, wait 5 minutes, then everyone's map will update after they relog.)
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="BuyOneObjectOnly"
|
||
type="alertmodal">
|
||
Unable to buy more than one object at a time. Please select only one object and try again.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="OnlyCopyContentsOfSingleItem"
|
||
type="alertmodal">
|
||
Unable to copy the contents of more than one item at a time.
|
||
Please select only one object and try again.
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="KickUsersFromRegion"
|
||
type="alertmodal">
|
||
Teleport all Residents in this region home?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ChangeObjectBonusFactor"
|
||
type="alertmodal">
|
||
Lowering the object bonus after builds have been established in a region may cause objects to be returned or deleted. Are you sure you want to change object bonus?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Confirm changing object bonus factor"
|
||
name="okcancelignore"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="EstateObjectReturn"
|
||
type="alertmodal">
|
||
Are you sure you want to return objects owned by [USER_NAME]?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="InvalidTerrainBitDepth"
|
||
type="alertmodal">
|
||
<unique combine="cancel_old" />
|
||
Couldn't set region textures:
|
||
Terrain texture [TEXTURE_NUM] has an invalid bit depth of [TEXTURE_BIT_DEPTH].
|
||
|
||
Replace texture [TEXTURE_NUM] with an RGB [MAX_SIZE]x[MAX_SIZE] or smaller image then click "Apply" again.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="InvalidTerrainAlphaNotFullyLoaded"
|
||
type="alertmodal">
|
||
<unique combine="cancel_old" />
|
||
Couldn't set region textures:
|
||
Terrain texture [TEXTURE_NUM] is not fully loaded, but is assumed to contain transparency due to a bit depth of [TEXTURE_BIT_DEPTH]. Transparency is not currently supported for terrain textures.
|
||
|
||
If texture [TEXTURE_NUM] is opaque, wait for the texture to fully load and then click "Apply" again.
|
||
|
||
Alpha is only supported for terrain materials (PBR Metallic Roughness), when alphaMode="MASK" and doubleSided=false.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="InvalidTerrainAlpha"
|
||
type="alertmodal">
|
||
<unique combine="cancel_old" />
|
||
Couldn't set region textures:
|
||
Terrain texture [TEXTURE_NUM] contains transparency. Transparency is not currently supported for terrain textures.
|
||
|
||
Replace texture [TEXTURE_NUM] with an opaque RGB image, then click "Apply" again.
|
||
|
||
Alpha is only supported for terrain materials (PBR Metallic Roughness), when alphaMode="MASK" and doubleSided=false.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="InvalidTerrainSize"
|
||
type="alertmodal">
|
||
<unique combine="cancel_old" />
|
||
Couldn't set region textures:
|
||
Terrain texture [TEXTURE_NUM] is too large at [TEXTURE_SIZE_X]x[TEXTURE_SIZE_Y].
|
||
|
||
Replace texture [TEXTURE_NUM] with an RGB [MAX_SIZE]x[MAX_SIZE] or smaller image then click "Apply" again.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="InvalidTerrainMaterialNotLoaded"
|
||
type="alertmodal">
|
||
<unique combine="cancel_old" />
|
||
Couldn't set region materials:
|
||
Terrain material [MATERIAL_NUM] is not loaded.
|
||
|
||
Wait for the material to load, or replace material [MATERIAL_NUM] with a valid material.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="InvalidTerrainMaterialLoadFailed"
|
||
type="alertmodal">
|
||
<unique combine="cancel_old" />
|
||
Couldn't set region materials:
|
||
Terrain material [MATERIAL_NUM] failed to load.
|
||
|
||
Replace material [MATERIAL_NUM] with a valid material.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="InvalidTerrainMaterialDoubleSided"
|
||
type="alertmodal">
|
||
<unique combine="cancel_old" />
|
||
Couldn't set region materials:
|
||
Terrain material [MATERIAL_NUM] is double-sided. Double-sided materials are not currently supported for PBR terrain.
|
||
|
||
Replace material [MATERIAL_NUM] with a material with doubleSided=false.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="InvalidTerrainMaterialAlphaMode"
|
||
type="alertmodal">
|
||
<unique combine="cancel_old" />
|
||
Couldn't set region materials:
|
||
Terrain material [MATERIAL_NUM] is using the unsupported alphaMode="[MATERIAL_ALPHA_MODE]".
|
||
|
||
Replace material [MATERIAL_NUM] with a material with alphaMode="OPAQUE" or alphaMode="MASK".
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="RawUploadStarted"
|
||
type="alertmodal">
|
||
Upload started. It may take up to two minutes, depending on your connection speed.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ConfirmBakeTerrain"
|
||
type="alertmodal">
|
||
Do you really want to bake the current terrain, make it the center for terrain raise/lower limits and the default for the 'Revert' tool?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ConfirmTextureHeights"
|
||
type="alertmodal">
|
||
You're about to use low values greater than high ones for Elevation Ranges. Proceed?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="yesnocancelbuttons"
|
||
yestext="Ok"
|
||
notext="Cancel"
|
||
canceltext="Don't ask"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="MaxAllowedAgentOnRegion"
|
||
type="alertmodal">
|
||
You can only have [MAX_AGENTS] Allowed Residents.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="MaxBannedAgentsOnRegion"
|
||
type="alertmodal">
|
||
You can only have [MAX_BANNED] Banned Residents.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="MaxAgentOnRegionBatch"
|
||
type="alertmodal">
|
||
Failure while attempting to add [NUM_ADDED] agents:
|
||
Exceeds the [MAX_AGENTS] [LIST_TYPE] limit by [NUM_EXCESS].
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="MaxAllowedGroupsOnRegion"
|
||
type="alertmodal">
|
||
You can only have [MAX_GROUPS] Allowed Groups.
|
||
<tag>group</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="Bake"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="MaxManagersOnRegion"
|
||
type="alertmodal">
|
||
You can only have [MAX_MANAGER] Estate Managers.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="OwnerCanNotBeDenied"
|
||
type="alertmodal">
|
||
Can't add estate owner to estate 'Banned Resident' list.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ProblemAddingEstateManagerBanned"
|
||
type="alertmodal">
|
||
Unable to add banned resident to estate manager list.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ProblemBanningEstateManager"
|
||
type="alertmodal">
|
||
Unable to add estate manager [AGENT] to banned list.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="GroupIsAlreadyInList"
|
||
type="alertmodal">
|
||
<nolink>[GROUP]</nolink> is already in the Allowed Groups list.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="AgentIsAlreadyInList"
|
||
type="alertmodal">
|
||
[AGENT] is already in your [LIST_TYPE] list.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="AgentsAreAlreadyInList"
|
||
type="alertmodal">
|
||
[AGENT] are already in your [LIST_TYPE] list.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="AgentWasAddedToList"
|
||
type="alertmodal">
|
||
[AGENT] was added to [LIST_TYPE] list of [ESTATE].
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="AgentsWereAddedToList"
|
||
type="alertmodal">
|
||
[AGENT] were added to [LIST_TYPE] list of [ESTATE].
|
||
|
||
</notification>
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="AgentWasRemovedFromList"
|
||
type="alertmodal">
|
||
[AGENT] was removed from [LIST_TYPE] list of [ESTATE].
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="AgentsWereRemovedFromList"
|
||
type="alertmodal">
|
||
[AGENT] were removed from [LIST_TYPE] list of [ESTATE].
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CanNotChangeAppearanceUntilLoaded"
|
||
type="alertmodal">
|
||
Can't change appearance until clothing and shape are loaded.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="UsavedWearableChanges"
|
||
type="alertmodal">
|
||
You have unsaved changes.
|
||
<tag>group</tag>
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Confirm before I discard unsaved wearable changes"
|
||
name="okcancelignore"
|
||
notext="Keep Editing"
|
||
yestext="Discard"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ClassifiedMustBeAlphanumeric"
|
||
type="alertmodal">
|
||
The name of your classified must start with a letter from A to Z or a number. No punctuation is allowed.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantSetBuyObject"
|
||
type="alertmodal">
|
||
Can't set Buy Object, because the object is not for sale.
|
||
Please set the object for sale and try again.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="FinishedRawDownload"
|
||
type="alertmodal">
|
||
Finished download of raw terrain file to:
|
||
[DOWNLOAD_PATH].
|
||
</notification>
|
||
|
||
<!-- RequiredUpdate does not display release notes URL because we don't get
|
||
that from login.cgi's login failure message. -->
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="RequiredUpdate"
|
||
type="alertmodal">
|
||
Version [VERSION] is required for login.
|
||
Please download from https://secondlife.com/support/downloads/
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="PauseForUpdate"
|
||
type="alertmodal">
|
||
Version [VERSION] is required for login.
|
||
Release notes: [URL]
|
||
|
||
Click OK to download and install.
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="OptionalUpdateReady"
|
||
type="alertmodal">
|
||
Version [VERSION] has been downloaded and is ready to install.
|
||
Release notes: [URL]
|
||
|
||
Click OK to install.
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="PromptOptionalUpdate"
|
||
type="alertmodal">
|
||
Version [VERSION] has been downloaded and is ready to install.
|
||
Release notes: [URL]
|
||
|
||
Proceed?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
canceltext="Not Now"
|
||
name="yesnocancelbuttons"
|
||
notext="Skip"
|
||
yestext="Install"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="LoginFailedUnknown"
|
||
type="alertmodal">
|
||
Sorry, login failed for an unrecognized reason.
|
||
If you continue to get this message, please check the [SUPPORT_SITE].
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="Quit"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="DeedObjectToGroup"
|
||
type="alertmodal">
|
||
Deeding this object will cause the group to:
|
||
* Receive L$ paid into the object
|
||
<tag>group</tag>
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Confirm before I deed an object to a group"
|
||
name="okcancelignore"
|
||
notext="Cancel"
|
||
yestext="Deed"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="WebLaunchExternalTarget"
|
||
type="alertmodal">
|
||
Do you want to open your Web browser to view this content?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Launch my browser to view a web page"
|
||
name="okcancelignore"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="WebLaunchJoinNow"
|
||
type="alertmodal">
|
||
Go to your [http://secondlife.com/account/ Dashboard] to manage your account?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Launch my browser to manage my account"
|
||
name="okcancelignore"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="WebLaunchSecurityIssues"
|
||
type="alertmodal">
|
||
Visit the [SECOND_LIFE] Wiki for details of how to report a security issue.
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Launch my browser to learn how to report a Security Issue"
|
||
name="okcancelignore"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="WebLaunchQAWiki"
|
||
type="alertmodal">
|
||
Visit the [SECOND_LIFE] QA Wiki.
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Launch my browser to view the QA Wiki"
|
||
name="okcancelignore"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="WebLaunchPublicIssue"
|
||
type="alertmodal">
|
||
Visit the [SECOND_LIFE] Public Issue Tracker, where you can report bugs and other issues.
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Launch my browser to use the Public Issue Tracker"
|
||
name="okcancelignore"
|
||
notext="Cancel"
|
||
yestext="Go to page"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="WebLaunchSupportWiki"
|
||
type="alertmodal">
|
||
Go to the Official Linden Blog, for the latest news and information.
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Launch my browser to view the blog"
|
||
name="okcancelignore"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="WebLaunchLSLGuide"
|
||
type="alertmodal">
|
||
Do you want to open the Scripting Guide for help with scripting?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Launch my browser to view the Scripting Guide"
|
||
name="okcancelignore"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="WebLaunchLSLWiki"
|
||
type="alertmodal">
|
||
Do you want to visit the LSL Portal for help with scripting?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Launch my browser to view the LSL Portal"
|
||
name="okcancelignore"
|
||
notext="Cancel"
|
||
yestext="Go to page"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ReturnToOwner"
|
||
type="alertmodal">
|
||
Are you sure you want to return the selected objects to their owners? Transferable deeded objects will be returned to their previous owners.
|
||
|
||
*WARNING* No-transfer deeded objects will be deleted!
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Confirm before I return objects to their owners"
|
||
name="okcancelignore"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alert.tga"
|
||
name="GroupLeaveConfirmMember"
|
||
type="alert">
|
||
Leave the group '<nolink>[GROUP]</nolink>'?
|
||
Currently, the fee to join this "group" is L$ [COST].
|
||
<tag>group</tag>
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="Leave"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alert.tga"
|
||
name="GroupLeaveConfirmMemberNoFee"
|
||
type="alert">
|
||
Leave the group '<nolink>[GROUP]</nolink>'?
|
||
There is currently no fee to join this group.
|
||
<tag>group</tag>
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="Leave"/>
|
||
</notification>
|
||
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="OwnerCannotLeaveGroup"
|
||
type="alertmodal">
|
||
Unable to leave group. You cannot leave the group because you are the last owner of the group. Please assign another member to the owner role first.
|
||
<tag>group</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="GroupDepartError"
|
||
type="alertmodal">
|
||
Unable to leave group.
|
||
<tag>group</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alert.tga"
|
||
name="ConfirmKick"
|
||
type="alert">
|
||
Do you REALLY want to kick all Residents off the grid?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="Kick All Residents"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="MuteLinden"
|
||
type="alertmodal">
|
||
Sorry, you cannot block a Linden.
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotStartAuctionAlreadyForSale"
|
||
type="alertmodal">
|
||
You cannot start an auction on a parcel which is already set for sale. Disable the land sale if you are sure you want to start an auction.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
label="Block object by name failed"
|
||
name="MuteByNameFailed"
|
||
type="alertmodal">
|
||
You already have blocked this name.
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alert.tga"
|
||
name="RemoveItemWarn"
|
||
type="alert">
|
||
Though permitted, deleting contents may damage the object. Do you want to delete that item?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alert.tga"
|
||
name="CantOfferCallingCard"
|
||
type="alert">
|
||
Cannot offer a calling card at this time. Please try again in a moment.
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alert.tga"
|
||
name="CantOfferFriendship"
|
||
type="alert">
|
||
<tag>friendship</tag>
|
||
<tag>fail</tag>
|
||
Cannot offer friendship at this time. Please try again in a moment.
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alert.tga"
|
||
name="DoNotDisturbModeSet"
|
||
type="alert">
|
||
Do Not Disturb is on. You will not be notified of incoming communications.
|
||
|
||
- Other residents will receive your Do Not Disturb response (set in Preferences > General).
|
||
- Voice calls will be rejected.
|
||
<usetemplate
|
||
ignoretext="I change my status to Do Not Disturb mode"
|
||
name="okignore"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alert.tga"
|
||
name="JoinedTooManyGroupsMember"
|
||
type="alert">
|
||
You have reached your maximum number of groups. Please leave another group before joining this one, or decline the offer.
|
||
[NAME] has invited you to join a group as a member.
|
||
<tag>group</tag>
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Decline"
|
||
yestext="Join"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alert.tga"
|
||
name="JoinedTooManyGroups"
|
||
type="alert">
|
||
You have reached your maximum number of groups. Please leave some group before joining or creating a new one.
|
||
<tag>group</tag>
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alert.tga"
|
||
name="GroupLimitInfo"
|
||
type="alert">
|
||
Residents with Basic memberships may join up to [MAX_BASIC] groups.
|
||
Premium memberships allow up to [MAX_PREMIUM]. [https://secondlife.com/my/account/membership.php? Learn more or upgrade]
|
||
<tag>group</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="Close"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alert.tga"
|
||
name="GroupLimitInfoPlus"
|
||
type="alert">
|
||
Residents with Basic memberships may join up to [MAX_BASIC] groups.
|
||
Premium memberships allow up to [MAX_PREMIUM]. Premium Plus
|
||
memberships allow up to [MAX_PREMIUM_PLUS]. [https://secondlife.com/my/account/membership.php? Learn more or upgrade]
|
||
<tag>group</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="Close"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alert.tga"
|
||
name="KickUser"
|
||
type="alert">
|
||
<tag>win</tag>
|
||
Kick this Resident with what message?
|
||
<tag>confirm</tag>
|
||
<form name="form">
|
||
<input name="message" type="text">
|
||
An administrator has logged you off.
|
||
</input>
|
||
<button
|
||
default="true"
|
||
index="0"
|
||
name="OK"
|
||
text="OK"/>
|
||
<button
|
||
index="1"
|
||
name="Cancel"
|
||
text="Cancel"/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alert.tga"
|
||
name="KickAllUsers"
|
||
type="alert">
|
||
<tag>win</tag>
|
||
Kick everyone currently on the grid with what message?
|
||
<tag>confirm</tag>
|
||
<form name="form">
|
||
<input name="message" type="text">
|
||
An administrator has logged you off.
|
||
</input>
|
||
<button
|
||
default="true"
|
||
index="0"
|
||
name="OK"
|
||
text="OK"/>
|
||
<button
|
||
index="1"
|
||
name="Cancel"
|
||
text="Cancel"/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alert.tga"
|
||
name="FreezeUser"
|
||
type="alert">
|
||
<tag>win</tag>
|
||
<tag>confirm</tag>
|
||
Freeze this Resident with what message?
|
||
<form name="form">
|
||
<input name="message" type="text">
|
||
You have been frozen. You cannot move or chat. An administrator will contact you via instant message (IM).
|
||
</input>
|
||
<button
|
||
default="true"
|
||
index="0"
|
||
name="OK"
|
||
text="OK"/>
|
||
<button
|
||
index="1"
|
||
name="Cancel"
|
||
text="Cancel"/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alert.tga"
|
||
name="UnFreezeUser"
|
||
type="alert">
|
||
<tag>win</tag>
|
||
<tag>confirm</tag>
|
||
Unfreeze this Resident with what message?
|
||
<form name="form">
|
||
<input name="message" type="text">
|
||
You are no longer frozen.
|
||
</input>
|
||
<button
|
||
default="true"
|
||
index="0"
|
||
name="OK"
|
||
text="OK"/>
|
||
<button
|
||
index="1"
|
||
name="Cancel"
|
||
text="Cancel"/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="SetDisplayNameSuccess"
|
||
type="alert">
|
||
Hi [DISPLAY_NAME]!
|
||
|
||
Just like in real life, it takes a while for everyone to learn about a new name. Please allow several days for [http://wiki.secondlife.com/wiki/Setting_your_display_name your name to update] in objects, scripts, search, etc.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="SetDisplayNameBlocked"
|
||
type="alert">
|
||
Sorry, you cannot change your display name. If you feel this is in error, please contact support.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="SetDisplayNameFailedLength"
|
||
type="alertmodal">
|
||
Sorry, that name is too long. Display names can have a maximum of [LENGTH] characters.
|
||
|
||
Please try a shorter name.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="SetDisplayNameFailedGeneric"
|
||
type="alertmodal">
|
||
Sorry, we could not set your display name. Please try again later.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="SetDisplayNameMismatch"
|
||
type="alertmodal">
|
||
The display names you entered do not match. Please re-enter.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<!-- *NOTE: This should never happen -->
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="AgentDisplayNameUpdateThresholdExceeded"
|
||
type="alertmodal">
|
||
Sorry, you have to wait longer before you can change your display name.
|
||
|
||
See http://wiki.secondlife.com/wiki/Setting_your_display_name
|
||
|
||
Please try again later.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="AgentDisplayNameSetBlocked"
|
||
type="alertmodal">
|
||
Sorry, we could not set your requested name because it contains a banned word.
|
||
|
||
Please try a different name.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="AgentDisplayNameSetInvalidUnicode"
|
||
type="alertmodal">
|
||
The display name you wish to set contains invalid characters.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="AgentDisplayNameSetOnlyPunctuation"
|
||
type="alertmodal">
|
||
Your display name must contain letters other than punctuation.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="DisplayNameUpdate"
|
||
type="notifytip">
|
||
[OLD_NAME] ([SLID]) is now known as [NEW_NAME].
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="OfferTeleport"
|
||
type="alertmodal">
|
||
Offer a teleport to your location with the following message?
|
||
<tag>confirm</tag>
|
||
<form name="form">
|
||
<input name="message" type="text">
|
||
Join me in [REGION]
|
||
</input>
|
||
<button
|
||
default="true"
|
||
index="0"
|
||
name="OK"
|
||
text="OK"/>
|
||
<button
|
||
index="1"
|
||
name="Cancel"
|
||
text="Cancel"/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="TeleportRequestPrompt"
|
||
type="alertmodal">
|
||
Request a teleport to [NAME] with the following message
|
||
<tag>confirm</tag>
|
||
<form name="form">
|
||
<input name="message" type="text">
|
||
|
||
</input>
|
||
<button
|
||
default="true"
|
||
index="0"
|
||
name="OK"
|
||
text="OK"/>
|
||
<button
|
||
index="1"
|
||
name="Cancel"
|
||
text="Cancel"/>
|
||
</form>
|
||
</notification>
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="TooManyTeleportOffers"
|
||
type="alertmodal">
|
||
You attempted to make [OFFERS] teleport offers
|
||
which exceeds the limit of [LIMIT].
|
||
<tag>group</tag>
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="OfferTeleportFromGod"
|
||
type="alertmodal">
|
||
God summon Resident to your location?
|
||
<tag>confirm</tag>
|
||
<form name="form">
|
||
<input name="message" type="text">
|
||
Join me in [REGION]
|
||
</input>
|
||
<button
|
||
default="true"
|
||
index="0"
|
||
name="OK"
|
||
text="OK"/>
|
||
<button
|
||
index="1"
|
||
name="Cancel"
|
||
text="Cancel"/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="TeleportFromLandmark"
|
||
type="alertmodal">
|
||
Are you sure you want to teleport to <nolink>[LOCATION]</nolink>?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Confirm that I want to teleport to a landmark"
|
||
name="okcancelignore"
|
||
notext="Cancel"
|
||
yestext="Teleport"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="TeleportViaSLAPP"
|
||
type="alertmodal">
|
||
Are you sure you want to teleport to <nolink>[LOCATION]</nolink>?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Confirm that I want to teleport via SLAPP"
|
||
name="okcancelignore"
|
||
notext="Cancel"
|
||
yestext="Teleport"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="TeleportToPick"
|
||
type="alertmodal">
|
||
Teleport to [PICK]?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Confirm that I want to teleport to a location in Picks"
|
||
name="okcancelignore"
|
||
notext="Cancel"
|
||
yestext="Teleport"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="TeleportToClassified"
|
||
type="alertmodal">
|
||
Teleport to [CLASSIFIED]?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Confirm that I want to teleport to a location in Classifieds"
|
||
name="okcancelignore"
|
||
notext="Cancel"
|
||
yestext="Teleport"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="TeleportToHistoryEntry"
|
||
type="alertmodal">
|
||
Teleport to [HISTORY_ENTRY]?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Confirm that I want to teleport to a history location"
|
||
name="okcancelignore"
|
||
notext="Cancel"
|
||
yestext="Teleport"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alert.tga"
|
||
label="Message everyone in your Estate"
|
||
name="MessageEstate"
|
||
type="alert">
|
||
Type a short announcement which will be sent to everyone currently in your estate.
|
||
<tag>confirm</tag>
|
||
<form name="form">
|
||
<input name="message" type="text"/>
|
||
<button
|
||
default="true"
|
||
index="0"
|
||
name="OK"
|
||
text="OK"/>
|
||
<button
|
||
index="1"
|
||
name="Cancel"
|
||
text="Cancel"/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alert.tga"
|
||
label="Change Linden Estate"
|
||
name="ChangeLindenEstate"
|
||
type="alert">
|
||
You are about to change a Linden owned estate (mainland, teen grid, orientation, etc.).
|
||
|
||
This is EXTREMELY DANGEROUS because it can fundamentally affect the Resident experience. On the mainland, it will change thousands of regions and make the spaceserver hiccup.
|
||
|
||
Proceed?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alert.tga"
|
||
label="Change Linden Estate Access"
|
||
name="ChangeLindenAccess"
|
||
type="alert">
|
||
You are about to change the access list for a Linden owned estate (mainland, teen grid, orientation, etc.).
|
||
|
||
This is DANGEROUS and should only be done to invoke the hack allowing objects/L$ to be transfered in/out of a grid.
|
||
It will change thousands of regions and make the spaceserver hiccup.
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alert.tga"
|
||
label="Select estate"
|
||
name="EstateAllowedAgentAdd"
|
||
type="alert">
|
||
Add to allowed list for this estate only or for [ALL_ESTATES]?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
canceltext="Cancel"
|
||
name="yesnocancelbuttons"
|
||
notext="All Estates"
|
||
yestext="This Estate"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alert.tga"
|
||
label="Select estate"
|
||
name="EstateAllowedAgentRemove"
|
||
type="alertmodal">
|
||
<unique/>
|
||
Remove from allowed list for this estate only or for [ALL_ESTATES]?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
canceltext="Cancel"
|
||
name="yesnocancelbuttons"
|
||
notext="All Estates"
|
||
yestext="This Estate"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alert.tga"
|
||
label="Select estate"
|
||
name="EstateAllowedGroupAdd"
|
||
type="alert">
|
||
Add to group allowed list for this estate only or for [ALL_ESTATES]?
|
||
<tag>group</tag>
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
canceltext="Cancel"
|
||
name="yesnocancelbuttons"
|
||
notext="All Estates"
|
||
yestext="This Estate"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alert.tga"
|
||
label="Select estate"
|
||
name="EstateAllowedGroupRemove"
|
||
type="alertmodal">
|
||
<unique/>
|
||
Remove from group allowed list for this estate only or [ALL_ESTATES]?
|
||
<tag>group</tag>
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
canceltext="Cancel"
|
||
name="yesnocancelbuttons"
|
||
notext="All Estates"
|
||
yestext="This Estate"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alert.tga"
|
||
label="Select estate"
|
||
name="EstateBannedAgentAdd"
|
||
type="alert">
|
||
Deny access for this estate only or for [ALL_ESTATES]?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
canceltext="Cancel"
|
||
name="yesnocancelbuttons"
|
||
notext="All Estates"
|
||
yestext="This Estate"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alert.tga"
|
||
label="Select estate"
|
||
name="EstateBannedAgentRemove"
|
||
type="alertmodal">
|
||
<unique/>
|
||
Remove this Resident from the ban list for access for this estate only or for [ALL_ESTATES]?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
canceltext="Cancel"
|
||
name="yesnocancelbuttons"
|
||
notext="All Estates"
|
||
yestext="This Estate"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alert.tga"
|
||
label="Select estate"
|
||
name="EstateManagerAdd"
|
||
type="alert">
|
||
Add estate manager for this estate only or for [ALL_ESTATES]?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
canceltext="Cancel"
|
||
name="yesnocancelbuttons"
|
||
notext="All Estates"
|
||
yestext="This Estate"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alert.tga"
|
||
label="Select estate"
|
||
name="EstateManagerRemove"
|
||
type="alertmodal">
|
||
<unique/>
|
||
Remove estate manager for this estate only or for [ALL_ESTATES]?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
canceltext="Cancel"
|
||
name="yesnocancelbuttons"
|
||
notext="All Estates"
|
||
yestext="This Estate"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alert.tga"
|
||
label="Select estate"
|
||
name="EstateAllowedExperienceAdd"
|
||
type="alert">
|
||
Add to allowed list for this estate only or for [ALL_ESTATES]?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
canceltext="Cancel"
|
||
name="yesnocancelbuttons"
|
||
notext="All Estates"
|
||
yestext="This Estate"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alert.tga"
|
||
label="Select estate"
|
||
name="EstateAllowedExperienceRemove"
|
||
type="alert">
|
||
Remove from allowed list for this estate only or for [ALL_ESTATES]?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
canceltext="Cancel"
|
||
name="yesnocancelbuttons"
|
||
notext="All Estates"
|
||
yestext="This Estate"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alert.tga"
|
||
label="Select estate"
|
||
name="EstateBlockedExperienceAdd"
|
||
type="alert">
|
||
Add to blocked list for this estate only or for [ALL_ESTATES]?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
canceltext="Cancel"
|
||
name="yesnocancelbuttons"
|
||
notext="All Estates"
|
||
yestext="This Estate"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alert.tga"
|
||
label="Select estate"
|
||
name="EstateBlockedExperienceRemove"
|
||
type="alert">
|
||
Remove from blocked list for this estate only or for [ALL_ESTATES]?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
canceltext="Cancel"
|
||
name="yesnocancelbuttons"
|
||
notext="All Estates"
|
||
yestext="This Estate"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alert.tga"
|
||
label="Select estate"
|
||
name="EstateTrustedExperienceAdd"
|
||
type="alert">
|
||
Add to key list for this estate only or for [ALL_ESTATES]?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
canceltext="Cancel"
|
||
name="yesnocancelbuttons"
|
||
notext="All Estates"
|
||
yestext="This Estate"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alert.tga"
|
||
label="Select estate"
|
||
name="EstateTrustedExperienceRemove"
|
||
type="alert">
|
||
Remove from key list for this estate only or for [ALL_ESTATES]?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
canceltext="Cancel"
|
||
name="yesnocancelbuttons"
|
||
notext="All Estates"
|
||
yestext="This Estate"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alert.tga"
|
||
label="Confirm Kick"
|
||
name="EstateKickUser"
|
||
type="alert">
|
||
Kick [EVIL_USER] from this estate?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="EstateChangeCovenant"
|
||
type="alertmodal">
|
||
Are you sure you want to change the Estate Covenant?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<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="EstateParcelEnvironmentOverride"
|
||
type="alertmodal">
|
||
(Estate-wide change: [ESTATENAME]) Unchecking this option will remove any custom environments that parcel owners have added to their parcels. Please discuss with your parcel owners as needed.
|
||
Do you wish to proceed?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="RegionEntryAccessBlocked"
|
||
type="alertmodal">
|
||
<tag>fail</tag>
|
||
The region you’re trying to visit has a maturity rating exceeding your maximum maturity preference. Change this preference using Me menu > Preferences > General.
|
||
|
||
Complete information on maturity ratings can be found [https://community.secondlife.com/knowledgebase/english/maturity-ratings-r52/ here].
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="SLM_UPDATE_FOLDER"
|
||
type="alertmodal">
|
||
[MESSAGE]
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="RegionEntryAccessBlocked_AdultsOnlyContent"
|
||
type="alertmodal">
|
||
<tag>fail</tag>
|
||
<tag>confirm</tag>
|
||
The region you're trying to visit contains [REGIONMATURITY] content, which is accessible to adults only.
|
||
<url option="0" name="url">
|
||
http://wiki.secondlife.com/wiki/Linden_Lab_Official:Maturity_ratings:_an_overview
|
||
</url>
|
||
<usetemplate
|
||
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."/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="RegionEntryAccessBlocked_Notify"
|
||
log_to_im="false"
|
||
log_to_chat="true"
|
||
type="notifytip">
|
||
<tag>fail</tag>
|
||
The region you're trying to visit contains [REGIONMATURITY] content, but your current preferences are set to exclude [REGIONMATURITY] content.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="RegionEntryAccessBlocked_NotifyAdultsOnly"
|
||
log_to_im="false"
|
||
log_to_chat="true"
|
||
type="notifytip">
|
||
<tag>fail</tag>
|
||
The region you're trying to visit contains [REGIONMATURITY] content, which is accessible to adults only.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="RegionEntryAccessBlocked_Change"
|
||
type="alertmodal">
|
||
<tag>fail</tag>
|
||
<tag>confirm</tag>
|
||
The region you're trying to visit contains [REGIONMATURITY] content, but your current preferences are set to exclude [REGIONMATURITY] content. We can change your preferences, or you can cancel. After your preferences are changed, you may attempt to enter the region again.
|
||
<form name="form">
|
||
<button
|
||
index="0"
|
||
name="OK"
|
||
text="Change preferences"/>
|
||
<button
|
||
default="true"
|
||
index="1"
|
||
name="Cancel"
|
||
text="Cancel"/>
|
||
<ignore name="ignore" text="Region crossing: The region you're trying to visit contains content excluded by your preferences."/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="RegionEntryAccessBlocked_PreferencesOutOfSync"
|
||
type="alertmodal">
|
||
<tag>fail</tag>
|
||
We are having technical difficulties with your teleport because your preferences are out of sync with the server.
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="TeleportEntryAccessBlocked"
|
||
type="alertmodal">
|
||
<tag>fail</tag>
|
||
The region you’re trying to visit has a maturity rating exceeding your maximum maturity preference. Change this preference using Me menu > Preferences > General.
|
||
|
||
Complete information on maturity ratings can be found [https://community.secondlife.com/knowledgebase/english/maturity-ratings-r52/ here].
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="TeleportEntryAccessBlocked_AdultsOnlyContent"
|
||
type="alertmodal">
|
||
<unique>
|
||
<context>REGIONMATURITY</context>
|
||
</unique>
|
||
<tag>fail</tag>
|
||
<tag>confirm</tag>
|
||
The region you're trying to visit contains [REGIONMATURITY] content, which is accessible to adults only.
|
||
<url option="0" name="url">
|
||
http://wiki.secondlife.com/wiki/Linden_Lab_Official:Maturity_ratings:_an_overview
|
||
</url>
|
||
<usetemplate
|
||
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."/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="TeleportEntryAccessBlocked_Notify"
|
||
log_to_im="false"
|
||
log_to_chat="true"
|
||
type="notifytip">
|
||
<unique>
|
||
<context>REGIONMATURITY</context>
|
||
</unique>
|
||
<tag>fail</tag>
|
||
The region you're trying to visit contains [REGIONMATURITY] content, but your current preferences are set to exclude [REGIONMATURITY] content.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="TeleportEntryAccessBlocked_NotifyAdultsOnly"
|
||
log_to_im="false"
|
||
log_to_chat="true"
|
||
type="notifytip">
|
||
<unique>
|
||
<context>REGIONMATURITY</context>
|
||
</unique>
|
||
<tag>fail</tag>
|
||
The region you're trying to visit contains [REGIONMATURITY] content, which is accessible to adults only.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="TeleportEntryAccessBlocked_ChangeAndReTeleport"
|
||
type="alertmodal">
|
||
<unique>
|
||
<context>REGIONMATURITY</context>
|
||
</unique>
|
||
<tag>fail</tag>
|
||
<tag>confirm</tag>
|
||
The region you're trying to visit contains [REGIONMATURITY] content, but your current preferences are set to exclude [REGIONMATURITY] content. We can change your preferences and continue with the teleport, or you can cancel this teleport.
|
||
<form name="form">
|
||
<button
|
||
index="0"
|
||
name="OK"
|
||
text="Change and continue"/>
|
||
<button
|
||
default="true"
|
||
index="1"
|
||
name="Cancel"
|
||
text="Cancel"/>
|
||
<ignore name="ignore" text="Teleport (restartable): The region you're trying to visit contains content excluded by your preferences."/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="TeleportEntryAccessBlocked_Change"
|
||
type="alertmodal">
|
||
<unique>
|
||
<context>REGIONMATURITY</context>
|
||
</unique>
|
||
<tag>fail</tag>
|
||
<tag>confirm</tag>
|
||
The region you're trying to visit contains [REGIONMATURITY] content, but your current preferences are set to exclude [REGIONMATURITY] content. We can change your preferences, or you can cancel the teleport. After your preferences are changed, you will need to attempt the teleport again.
|
||
<form name="form">
|
||
<button
|
||
index="0"
|
||
name="OK"
|
||
text="Change preferences"/>
|
||
<button
|
||
default="true"
|
||
index="1"
|
||
name="Cancel"
|
||
text="Cancel"/>
|
||
<ignore name="ignore" text="Teleport (non-restartable): The region you're trying to visit contains content excluded by your preferences."/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="TeleportEntryAccessBlocked_PreferencesOutOfSync"
|
||
type="alertmodal">
|
||
<tag>fail</tag>
|
||
We are having technical difficulties with your teleport because your preferences are out of sync with the server.
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="RegionTPSpecialUsageBlocked"
|
||
type="alertmodal">
|
||
<tag>fail</tag>
|
||
Unable to enter region. '[REGION_NAME]' is a Skill Gaming Region, and you must meet certain criteria in order to enter. For details, please review the [http://wiki.secondlife.com/wiki/Linden_Lab_Official:Skill_Gaming_in_Second_Life Skill Gaming FAQ].
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="PreferredMaturityChanged"
|
||
type="alertmodal">
|
||
You won't receive any more notifications that you're about to visit a region with [RATING] content. You may change your content preferences in the future by using Me > Preferences > General from the menu bar.
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="MaturityChangeError"
|
||
type="alertmodal">
|
||
We were unable to change your preferences to view [PREFERRED_MATURITY] content at this time. Your preferences have been reset to view [ACTUAL_MATURITY] content. You may attempt to change your preferences again by using Me > Preferences > General from the menu bar.
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="LandClaimAccessBlocked"
|
||
type="alertmodal">
|
||
The land you're trying to claim has a maturity rating exceeding your current preferences. You can change your preferences using Me > Preferences > General.
|
||
|
||
Complete information on maturity ratings can be found [https://community.secondlife.com/knowledgebase/english/maturity-ratings-r52/ here].
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="LandClaimAccessBlocked_AdultsOnlyContent"
|
||
type="alertmodal">
|
||
Only adults can claim this land.
|
||
<tag>fail</tag>
|
||
<tag>confirm</tag>
|
||
<url option="0" name="url">
|
||
http://wiki.secondlife.com/wiki/Linden_Lab_Official:Maturity_ratings:_an_overview
|
||
</url>
|
||
<usetemplate
|
||
name="okcancelignore"
|
||
yestext="Go to Knowledge Base"
|
||
notext="Close"
|
||
ignoretext="Only adults can claim this land."/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="LandClaimAccessBlocked_Notify"
|
||
log_to_im="false"
|
||
log_to_chat="true"
|
||
type="notifytip">
|
||
The land you're trying to claim contains [REGIONMATURITY] content, but your current preferences are set to exclude [REGIONMATURITY] content.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="LandClaimAccessBlocked_NotifyAdultsOnly"
|
||
log_to_im="false"
|
||
log_to_chat="true"
|
||
type="notifytip">
|
||
<tag>fail</tag>
|
||
The land you're trying to claim contains [REGIONMATURITY] content, which is accessible to adults only.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="LandClaimAccessBlocked_Change"
|
||
type="alertmodal">
|
||
The land you're trying to claim contains [REGIONMATURITY] content, but your current preferences are set to exclude [REGIONMATURITY] content. We can change your preferences, then you can try claiming the land again.
|
||
<tag>fail</tag>
|
||
<tag>confirm</tag>
|
||
<form name="form">
|
||
<button
|
||
index="0"
|
||
name="OK"
|
||
text="Change preferences"/>
|
||
<button
|
||
default="true"
|
||
index="1"
|
||
name="Cancel"
|
||
text="Cancel"/>
|
||
<ignore name="ignore" text="The land you're trying to claim contains content excluded by your preferences."/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="LandBuyAccessBlocked"
|
||
type="alertmodal">
|
||
The land you're trying to buy has a maturity rating exceeding your current preferences. You can change your preferences using Me > Preferences > General.
|
||
|
||
Complete information on maturity ratings can be found [https://community.secondlife.com/knowledgebase/english/maturity-ratings-r52/ here].
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="LandBuyAccessBlocked_AdultsOnlyContent"
|
||
type="alertmodal">
|
||
Only adults can buy this land.
|
||
<tag>confirm</tag>
|
||
<tag>fail</tag>
|
||
<url option="0" name="url">
|
||
http://wiki.secondlife.com/wiki/Linden_Lab_Official:Maturity_ratings:_an_overview
|
||
</url>
|
||
<usetemplate
|
||
name="okcancelignore"
|
||
yestext="Go to Knowledge Base"
|
||
notext="Close"
|
||
ignoretext="Only adults can buy this land."/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="LandBuyAccessBlocked_Notify"
|
||
log_to_im="false"
|
||
log_to_chat="true"
|
||
type="notifytip">
|
||
The land you're trying to buy contains [REGIONMATURITY] content, but your current preferences are set to exclude [REGIONMATURITY] content.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="LandBuyAccessBlocked_NotifyAdultsOnly"
|
||
log_to_im="false"
|
||
log_to_chat="true"
|
||
type="notifytip">
|
||
<tag>fail</tag>
|
||
The land you're trying to buy contains [REGIONMATURITY] content, which is accessible to adults only.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="LandBuyAccessBlocked_Change"
|
||
type="alertmodal">
|
||
The land you're trying to buy contains [REGIONMATURITY] content, but your current preferences are set to exclude [REGIONMATURITY] content. We can change your preferences, then you can try buying the land again.
|
||
<tag>confirm</tag>
|
||
<tag>fail</tag>
|
||
<form name="form">
|
||
<button
|
||
index="0"
|
||
name="OK"
|
||
text="Change preferences"/>
|
||
<button
|
||
default="true"
|
||
index="1"
|
||
name="Cancel"
|
||
text="Cancel"/>
|
||
<ignore name="ignore" text="The land you're trying to buy contains content excluded by your preferences."/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="TooManyPrimsSelected"
|
||
type="alertmodal">
|
||
There are too many prims selected. Please select [MAX_PRIM_COUNT] or fewer prims and try again
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="TooManyScriptsSelected"
|
||
type="alertmodal">
|
||
Too many scripts in the objects selected. Please select fewer objects and try again
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ProblemImportingEstateCovenant"
|
||
type="alertmodal">
|
||
Problem importing estate covenant.
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ProblemAddingEstateManager"
|
||
type="alertmodal">
|
||
Problems adding a new estate manager. One or more estates may have a full manager list.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ProblemAddingEstateBanManager"
|
||
type="alertmodal">
|
||
Unable to add estate owner or manager to ban list.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ProblemAddingEstateGeneric"
|
||
type="alertmodal">
|
||
Problems adding to this estate list. One or more estates may have a full list.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="UnableToLoadNotecardAsset"
|
||
type="alertmodal">
|
||
Unable to load notecard's asset at this time.
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="NotAllowedToViewNotecard"
|
||
type="alertmodal">
|
||
Insufficient permissions to view notecard associated with asset ID requested.
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="MissingNotecardAssetID"
|
||
type="alertmodal">
|
||
Asset ID for notecard is missing from database.
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alert.tga"
|
||
name="PublishClassified"
|
||
type="alert">
|
||
Remember: Classified ad fees are non-refundable.
|
||
|
||
Publish this classified now for L$[AMOUNT]?
|
||
<tag>confirm</tag>
|
||
<tag>funds</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="SetClassifiedMature"
|
||
type="alertmodal">
|
||
Does this classified contain Moderate content?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
canceltext="Cancel"
|
||
name="yesnocancelbuttons"
|
||
notext="No"
|
||
yestext="Yes"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="SetGroupMature"
|
||
type="alertmodal">
|
||
Does this group contain Moderate content?
|
||
<tag>group</tag>
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
canceltext="Cancel"
|
||
name="yesnocancelbuttons"
|
||
notext="No"
|
||
yestext="Yes"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alert.tga"
|
||
label="Confirm restart"
|
||
name="ConfirmRestart"
|
||
type="alert">
|
||
Do you really want to restart this region in 2 minutes?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alert.tga"
|
||
label="Message everyone in this region"
|
||
name="MessageRegion"
|
||
type="alert">
|
||
Type a short announcement which will be sent to everyone in this region.
|
||
<tag>confirm</tag>
|
||
<form name="form">
|
||
<input name="message" type="text"/>
|
||
<button
|
||
default="true"
|
||
index="0"
|
||
name="OK"
|
||
text="OK"/>
|
||
<button
|
||
index="1"
|
||
name="Cancel"
|
||
text="Cancel"/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
label="Changed Region Maturity"
|
||
name="RegionMaturityChange"
|
||
type="alertmodal">
|
||
The maturity rating for this region has been changed.
|
||
It may take some time for this change to be reflected on the map.
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
label="Voice Version Mismatch"
|
||
name="VoiceVersionMismatch"
|
||
type="alertmodal">
|
||
This version of [APP_NAME] is not compatible with the Voice Chat feature in this region. In order for Voice Chat to function correctly you will need to update [APP_NAME].
|
||
<tag>fail</tag>
|
||
<tag>voice</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
label="Can't Buy Objects"
|
||
name="BuyObjectOneOwner"
|
||
type="alertmodal">
|
||
Cannot buy objects from different owners at the same time.
|
||
Please select only one object and try again.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
label="Can't Buy Contents"
|
||
name="BuyContentsOneOnly"
|
||
type="alertmodal">
|
||
Unable to buy the contents of more than one object at a time.
|
||
Please select only one object and try again.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
label="Can't Buy Contents"
|
||
name="BuyContentsOneOwner"
|
||
type="alertmodal">
|
||
Cannot buy objects from different owners at the same time.
|
||
Please select only one object and try again.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="BuyOriginal"
|
||
type="alertmodal">
|
||
Buy original object from [OWNER] for L$[PRICE]?
|
||
You will become the owner of this object.
|
||
You will be able to:
|
||
Modify: [MODIFYPERM]
|
||
Copy: [COPYPERM]
|
||
Resell or Give Away: [RESELLPERM]
|
||
<tag>confirm</tag>
|
||
<tag>funds</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="BuyOriginalNoOwner"
|
||
type="alertmodal">
|
||
Buy original object for L$[PRICE]?
|
||
You will become the owner of this object.
|
||
You will be able to:
|
||
Modify: [MODIFYPERM]
|
||
Copy: [COPYPERM]
|
||
Resell or Give Away: [RESELLPERM]
|
||
<tag>confirm</tag>
|
||
<tag>funds</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="BuyCopy"
|
||
type="alertmodal">
|
||
Buy a copy from [OWNER] for L$[PRICE]?
|
||
The object will be copied to your inventory.
|
||
You will be able to:
|
||
Modify: [MODIFYPERM]
|
||
Copy: [COPYPERM]
|
||
Resell or Give Away: [RESELLPERM]
|
||
<tag>confirm</tag>
|
||
<tag>funds</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="BuyCopyNoOwner"
|
||
type="alertmodal">
|
||
Buy a copy for L$[PRICE]?
|
||
The object will be copied to your inventory.
|
||
You will be able to:
|
||
Modify: [MODIFYPERM]
|
||
Copy: [COPYPERM]
|
||
Resell or Give Away: [RESELLPERM]
|
||
<tag>confirm</tag>
|
||
<tag>funds</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="BuyContents"
|
||
type="alertmodal">
|
||
Buy contents from [OWNER] for L$[PRICE]?
|
||
They will be copied to your inventory.
|
||
<tag>confirm</tag>
|
||
<tag>funds</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="BuyContentsNoOwner"
|
||
type="alertmodal">
|
||
Buy contents for L$[PRICE]?
|
||
They will be copied to your inventory.
|
||
<tag>confirm</tag>
|
||
<tag>funds</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ConfirmPurchase"
|
||
type="alertmodal">
|
||
This transaction will:
|
||
[ACTION]
|
||
|
||
Are you sure you want to proceed with this purchase?
|
||
<tag>confirm</tag>
|
||
<tag>funds</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ConfirmPurchasePassword"
|
||
type="password">
|
||
This transaction will:
|
||
[ACTION]
|
||
|
||
Are you sure you want to proceed with this purchase?
|
||
Please re-enter your password and click OK.
|
||
<tag>funds</tag>
|
||
<tag>confirm</tag>
|
||
<form name="form">
|
||
<input
|
||
name="message"
|
||
type="password"/>
|
||
<button
|
||
default="true"
|
||
index="0"
|
||
name="ConfirmPurchase"
|
||
text="OK"/>
|
||
<button
|
||
index="1"
|
||
name="Cancel"
|
||
text="Cancel"/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alert.tga"
|
||
name="SetPickLocation"
|
||
type="alert">
|
||
Note:
|
||
You have updated the location of this pick but the other details will retain their original values.
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ApplyInventoryToObject"
|
||
type="alertmodal">
|
||
You are applying 'no copy' inventory item.
|
||
This item will be moved to object's inventory, not copied.
|
||
|
||
Move the inventory item?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Warn me before I apply 'no-copy' items to an object"
|
||
name="okcancelignore"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="MoveInventoryFromObject"
|
||
type="alertmodal">
|
||
You have selected 'no copy' inventory items.
|
||
These items will be moved to your inventory, not copied.
|
||
|
||
Move the inventory item(s)?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Warn me before I move 'no-copy' items from an object"
|
||
name="okcancelignore"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="MoveInventoryFromScriptedObject"
|
||
type="alertmodal">
|
||
You have selected 'no copy' inventory items. These items will be moved to your inventory, not copied.
|
||
Because this object is scripted, moving these items to your inventory may cause the script to malfunction.
|
||
|
||
Move the inventory item(s)?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Warn me before I move 'no-copy' items which might break a scripted object"
|
||
name="okcancelignore"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alert.tga"
|
||
name="ClickActionNotPayable"
|
||
type="alert">
|
||
Warning: The 'Pay object' click action has been set, but it will only work if a script is added with a money() event.
|
||
<form name="form">
|
||
<ignore name="ignore"
|
||
text="I set the action 'Pay object' when building an object without a money() script"/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="PayConfirmation"
|
||
type="alertmodal">
|
||
Confirm that you want to pay L$[AMOUNT] to [TARGET].
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Confirm before paying (sums over L$200)"
|
||
name="okcancelignore"
|
||
notext="Cancel"
|
||
yestext="Pay"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="PayObjectFailed"
|
||
type="alertmodal">
|
||
Payment failed: object was not found.
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="PaymentBlockedButtonMismatch"
|
||
type="alertmodal">
|
||
Payment stopped: the price paid does not match any of the pay buttons set for this object.
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="OpenObjectCannotCopy"
|
||
type="alertmodal">
|
||
There are no items in this object that you are allowed to copy.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="WebLaunchAccountHistory"
|
||
type="alertmodal">
|
||
Go to your [http://secondlife.com/account/ Dashboard] to see your account history?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Launch my browser to see my account history"
|
||
name="okcancelignore"
|
||
notext="Cancel"
|
||
yestext="Go to page"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ConfirmAddingChatParticipants"
|
||
type="alertmodal">
|
||
<unique/>
|
||
When you add a person to an existing conversation, a new conversation will be created. All participants will receive new conversation notifications.
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Confirm adding chat paticipants"
|
||
name="okcancelignore"
|
||
notext="Cancel"
|
||
yestext="Ok"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ConfirmQuit"
|
||
type="alertmodal">
|
||
<unique/>
|
||
Are you sure you want to quit?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Confirm before I quit"
|
||
name="okcancelignore"
|
||
notext="Don't Quit"
|
||
yestext="Quit"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ConfirmRestoreToybox"
|
||
type="alertmodal">
|
||
<unique/>
|
||
This action will restore your default buttons and toolbars.
|
||
|
||
You cannot undo this action.
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ConfirmClearAllToybox"
|
||
type="alertmodal">
|
||
<unique/>
|
||
This action will return all buttons to the toolbox and your toolbars will be empty.
|
||
|
||
You cannot undo this action.
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="DeleteItems"
|
||
type="alertmodal">
|
||
<unique/>
|
||
[QUESTION]
|
||
<tag>confirm</tag>
|
||
<form name="form">
|
||
<ignore name="ignore"
|
||
session_only="true"
|
||
text="Confirm before deleting items"/>
|
||
<button
|
||
default="true"
|
||
index="0"
|
||
name="Yes"
|
||
text="OK"/>
|
||
<button
|
||
index="1"
|
||
name="No"
|
||
text="Cancel"/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="DeleteFilteredItems"
|
||
type="alertmodal">
|
||
<unique/>
|
||
Your inventory is currently filtered and not all of the items you're about to delete are currently visible.
|
||
|
||
Are you sure you want to delete them?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Confirm before deleting filtered items"
|
||
name="okcancelignore"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="DeleteWornItems"
|
||
type="alertmodal">
|
||
<unique/>
|
||
Some item(s) you wish to delete are being worn on your avatar.
|
||
Remove these items from your avatar?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="Remove item(s) and delete"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantDeleteRequiredClothing"
|
||
type="alertmodal">
|
||
<unique/>
|
||
Some item(s) you wish to delete are required clothing layers (skin, shape, hair, eyes).
|
||
You must replace those layers before deleting them.
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="DeleteThumbnail"
|
||
type="alertmodal">
|
||
<unique/>
|
||
Delete the image for this item? There is no undo.
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Warn me that thumbnail will be permanently removed"
|
||
name="okcancelignore"
|
||
notext="Cancel"
|
||
yestext="Delete"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ThumbnailDimentionsLimit"
|
||
type="alertmodal">
|
||
<unique/>
|
||
Only square images from 64 to 256 pixels per side are allowed.
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ThumbnailInsufficientPermissions"
|
||
type="alertmodal">
|
||
<unique/>
|
||
Only copy and transfer free images can be assigned as thumbnails.
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ThumbnailOutfitPhoto"
|
||
type="alertmodal">
|
||
<unique/>
|
||
To add an image to an outfit, use the Outfit Gallery window, or right-click on the outfit folder and select "Image..."
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ThumbnailSelectionTooLarge"
|
||
type="alertmodal">
|
||
<unique/>
|
||
You can only modify up to 50 thumbnails at a time.
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ConfirmUnlink"
|
||
type="alertmodal">
|
||
<unique/>
|
||
This is a large selection with linksets. If you unlink it, you may not be able to link it again. You may wish to take copies of linksets into your inventory as a precaution.
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Confirm when unlinking a linkset"
|
||
name="okcancelignore"
|
||
notext="Cancel"
|
||
yestext="Unlink"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="HelpReportAbuseConfirm"
|
||
type="alertmodal">
|
||
<unique/>
|
||
Thank you for taking the time to inform us of this issue.
|
||
We will review your report for possible violations and take
|
||
the appropriate action.
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="HelpReportAbuseSelectCategory"
|
||
type="alertmodal">
|
||
Please select a category for this abuse report.
|
||
Selecting a category helps us file and process abuse reports.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="HelpReportAbuseAbuserNameEmpty"
|
||
type="alertmodal">
|
||
Please enter the name of the abuser.
|
||
Entering an accurate value helps us file and process abuse reports.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="HelpReportAbuseAbuserLocationEmpty"
|
||
type="alertmodal">
|
||
Please enter the location where the abuse took place.
|
||
Entering an accurate value helps us file and process abuse reports.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="HelpReportAbuseSummaryEmpty"
|
||
type="alertmodal">
|
||
Please enter a summary of the abuse that took place.
|
||
Entering an accurate summary helps us file and process abuse reports.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="HelpReportAbuseDetailsEmpty"
|
||
type="alertmodal">
|
||
Please enter a detailed description of the abuse that took place.
|
||
Be as specific as you can, including names and the details of the incident you are reporting.
|
||
Entering an accurate description helps us file and process abuse reports.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="HelpReportAbuseContainsCopyright"
|
||
type="alertmodal">
|
||
Dear Resident,
|
||
|
||
You appear to be reporting intellectual property infringement. Please make sure you are reporting it correctly:
|
||
|
||
(1) The Abuse Process. You may submit an abuse report if you believe a Resident is exploiting the [SECOND_LIFE] permissions system, for example, by using CopyBot or similar copying tools, to infringe intellectual property rights. The Abuse Team investigates and issues appropriate disciplinary action for behavior that violates the [SECOND_LIFE] [http://secondlife.com/corporate/tos.php Terms of Service] or [http://secondlife.com/corporate/cs.php Community Standards]. However, the Abuse Team does not handle and will not respond to requests to remove content from the [SECOND_LIFE] world.
|
||
|
||
(2) The DMCA or Content Removal Process. To request removal of content from [SECOND_LIFE], you MUST submit a valid notification of infringement as provided in our [http://secondlife.com/corporate/dmca.php DMCA Policy].
|
||
|
||
If you still wish to continue with the abuse process, please close this window and finish submitting your report. You may need to select the specific category 'CopyBot or Permissions Exploit'.
|
||
|
||
Thank you,
|
||
|
||
Linden Lab
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="FailedRequirementsCheck"
|
||
type="alertmodal">
|
||
The following required components are missing from [FLOATER]:
|
||
[COMPONENTS]
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alert.tga"
|
||
label="Replace Existing Attachment"
|
||
name="ReplaceAttachment"
|
||
type="alert">
|
||
There is already an object attached to this point on your body.
|
||
Do you want to replace it with the selected object?
|
||
<tag>confirm</tag>
|
||
<form name="form">
|
||
<ignore name="ignore"
|
||
save_option="true"
|
||
text="Replace an existing attachment with the selected item"/>
|
||
<button
|
||
default="true"
|
||
ignore="Replace Automatically"
|
||
index="0"
|
||
name="Yes"
|
||
text="OK"/>
|
||
<button
|
||
ignore="Never Replace"
|
||
index="1"
|
||
name="No"
|
||
text="Cancel"/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="TooManyWearables"
|
||
type="alertmodal">
|
||
You can't wear a folder containing more than [AMOUNT] items. You can change this limit in Advanced > Show Debug Settings > WearFolderLimit.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alert.tga"
|
||
label="Do Not Disturb Mode Warning"
|
||
name="DoNotDisturbModePay"
|
||
type="alert">
|
||
You have turned on Do Not Disturb. You will not receive any items offered in exchange for this payment.
|
||
|
||
Would you like to turn off Do Not Disturb before completing this transaction?
|
||
<tag>confirm</tag>
|
||
<form name="form">
|
||
<ignore name="ignore"
|
||
save_option="true"
|
||
text="I am about to pay a person or object while I am in Do Not Disturb mode"/>
|
||
<button
|
||
default="true"
|
||
ignore="Always leave Do Not Disturb Mode"
|
||
index="0"
|
||
name="Yes"
|
||
text="OK"/>
|
||
<button
|
||
ignore="Never leave Do Not Disturb Mode"
|
||
index="1"
|
||
name="No"
|
||
text="Cancel"/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
label="Parcel is Playing Media"
|
||
name="ParcelPlayingMedia"
|
||
persist="false"
|
||
type="notify">
|
||
This location plays media:
|
||
[URL]
|
||
Would you like to play it?
|
||
<tag>confirm</tag>
|
||
<form name="form">
|
||
<ignore name="ignore"
|
||
checkbox_only="true"
|
||
text="Always choose this option for this land."/>
|
||
<button
|
||
ignore="Play Media"
|
||
index="1"
|
||
name="Yes"
|
||
text="Play"/>
|
||
<button
|
||
default="true"
|
||
ignore="Ignore Media"
|
||
index="0"
|
||
name="No"
|
||
text="Don't play"/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ConfirmDeleteProtectedCategory"
|
||
type="alertmodal">
|
||
The folder '[FOLDERNAME]' is a system folder. Deleting system folders can cause instability. Are you sure you want to delete it?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Confirm before I delete a system folder"
|
||
name="okcancelignore"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<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">
|
||
[COUNT] items and folders will be permanently deleted. Are you sure you want to permanently delete the contents of your Trash?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="TrashIsFull"
|
||
type="alertmodal">
|
||
Your trash is overflowing. This may cause problems logging in.
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="I will empty trash later"
|
||
yestext="Check trash folder"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="InventoryLimitReachedAISAlert"
|
||
type="alertmodal">
|
||
Your inventory is experiencing issues. Please, contact support.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ConfirmClearBrowserCache"
|
||
type="alertmodal">
|
||
Are you sure you want to delete your travel, web, and search history?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ConfirmClearCache"
|
||
type="alertmodal">
|
||
Are you sure you want to clear your viewer cache?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ConfirmClearCookies"
|
||
type="alertmodal">
|
||
Are you sure you want to clear your cookies?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="Yes"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ConfirmClearMediaUrlList"
|
||
type="alertmodal">
|
||
Are you sure you want to clear your list of saved URLs?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="Yes"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ConfirmEmptyLostAndFound"
|
||
type="alertmodal">
|
||
Are you sure you want to permanently delete the contents of your Lost And Found?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Confirm before I empty the inventory Lost And Found folder"
|
||
name="okcancelignore"
|
||
notext="No"
|
||
yestext="Yes"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ConfirmReplaceLink"
|
||
type="alertmodal">
|
||
You're about to replace '[TYPE]' body part link with the item which doesn't match the type.
|
||
Are you sure you want to proceed?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Confirm before I replace link"
|
||
name="okcancelignore"
|
||
notext="No"
|
||
yestext="Yes"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CopySLURL"
|
||
type="alertmodal">
|
||
The following SLurl has been copied to your clipboard:
|
||
[SLURL]
|
||
|
||
Link to this from a web page to give others easy access to this location, or try it out yourself by pasting it into the address bar of any web browser.
|
||
<form name="form">
|
||
<ignore name="ignore"
|
||
text="SLurl is copied to my clipboard"/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="WLSavePresetAlert"
|
||
type="alertmodal">
|
||
<unique/>
|
||
Do you wish to overwrite the saved preset?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="No"
|
||
yestext="Yes"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="WLNoEditDefault"
|
||
type="alertmodal">
|
||
You cannot edit or delete a default preset.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="WLMissingSky"
|
||
type="alertmodal">
|
||
This day cycle file references a missing sky file: [SKY].
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="WLRegionApplyFail"
|
||
type="alertmodal">
|
||
Sorry, the settings couldn't be applied to the region. Reason: [FAIL_REASON]
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="WLLocalTextureDayBlock"
|
||
type="alertmodal">
|
||
A Local texture is in use on track [TRACK], frame #[FRAMENO] ([FRAME]%) in field [FIELD].
|
||
Settings may not be saved using local textures.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="WLLocalTextureFixedBlock"
|
||
type="alertmodal">
|
||
A local texture is in use in field [FIELD].
|
||
Settings may not be saved using local textures.
|
||
</notification>
|
||
|
||
<notification
|
||
functor="GenericAcknowledge"
|
||
icon="alertmodal.tga"
|
||
name="EnvCannotDeleteLastDayCycleKey"
|
||
type="alertmodal">
|
||
Unable to delete the last key in this day cycle because you cannot have an empty day cycle. You should modify the last remaining key instead of attempting to delete it and then to create a new one.
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
functor="GenericAcknowledge"
|
||
icon="alertmodal.tga"
|
||
name="DayCycleTooManyKeyframes"
|
||
type="alertmodal">
|
||
You cannot add any more keyframes to this day cycle. The maximum number of keyframes for day cycles of [SCOPE] scope is [MAX].
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
functor="GenericAcknowledge"
|
||
icon="alertmodal.tga"
|
||
name="EnvUpdateRate"
|
||
type="alertmodal">
|
||
You may only update region environmental settings every [WAIT] seconds. Wait at least that long and then try again.
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="PPSaveEffectAlert"
|
||
type="alertmodal">
|
||
PostProcess Effect exists. Do you still wish overwrite it?
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="No"
|
||
yestext="Yes"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ChatterBoxSessionStartError"
|
||
type="alertmodal">
|
||
Unable to start a new chat session with [RECIPIENT].
|
||
[REASON]
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ChatterBoxSessionEventError"
|
||
type="alertmodal">
|
||
[EVENT]
|
||
[REASON]
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ForceCloseChatterBoxSession"
|
||
type="alertmodal">
|
||
Your chat session with [NAME] must close.
|
||
[REASON]
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="Cannot_Purchase_an_Attachment"
|
||
type="alertmodal">
|
||
You can't buy an object while it is attached.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
label="About Requests for the Debit Permission"
|
||
name="DebitPermissionDetails"
|
||
type="alertmodal">
|
||
Granting this request gives a script ongoing permission to take Linden dollars (L$) from your account. To revoke this permission, the object owner must delete the object or reset the scripts in the object.
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="AutoWearNewClothing"
|
||
type="alertmodal">
|
||
Would you like to automatically wear the clothing you are about to create?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Wear the clothing I create while editing My Appearance"
|
||
name="okcancelignore"
|
||
notext="No"
|
||
yestext="Yes"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="NotAgeVerified"
|
||
type="alertmodal">
|
||
The location you're trying to visit is restricted to residents age 18 and over.
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
ignoretext="I am not old enough to visit age restricted areas."
|
||
name="okignore"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="NotAgeVerified_Notify"
|
||
type="notifytip">
|
||
Location restricted to age 18 and over.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="Cannot enter parcel: no payment info on file"
|
||
type="alertmodal">
|
||
You must have payment information on file to visit this area. Do you want to go to the [SECOND_LIFE] website and set this up?
|
||
|
||
[_URL]
|
||
<tag>confirm</tag>
|
||
<url option="0" name="url">
|
||
|
||
https://secondlife.com/account/
|
||
</url>
|
||
<usetemplate
|
||
ignoretext="I lack payment information on file"
|
||
name="okcancelignore"
|
||
notext="No"
|
||
yestext="Yes"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="MissingString"
|
||
type="alertmodal">
|
||
The string [STRING_NAME] is missing from strings.xml
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="SystemMessageTip"
|
||
type="notifytip">
|
||
[MESSAGE]
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="IMSystemMessageTip"
|
||
log_to_im="true"
|
||
log_to_chat="false"
|
||
type="notifytip">
|
||
[MESSAGE]
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="Cancelled"
|
||
type="notifytip">
|
||
Cancelled
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="CancelledAttach"
|
||
type="notifytip">
|
||
Cancelled Attach
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="ReplacedMissingWearable"
|
||
type="notifytip">
|
||
Replaced missing clothing/body part with default.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="groupnotify"
|
||
name="GroupNotice"
|
||
persist="true"
|
||
type="groupnotify">
|
||
Topic: [SUBJECT], Message: [MESSAGE]
|
||
<tag>group</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="FriendOnlineOffline"
|
||
log_to_chat="false"
|
||
type="notifytip">
|
||
<tag>friendship</tag>
|
||
<nolink>[NAME]</nolink> is [STATUS]
|
||
<unique combine="cancel_old">
|
||
<context>NAME</context>
|
||
</unique>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="AddSelfFriend"
|
||
type="notifytip">
|
||
<tag>friendship</tag>
|
||
Although you're very nice, you can't add yourself as a friend.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="AddSelfRenderExceptions"
|
||
type="notifytip">
|
||
You can't add yourself to the rendering exceptions list.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="UploadingAuctionSnapshot"
|
||
type="notifytip">
|
||
Uploading in-world and web site snapshots...
|
||
(Takes about 5 minutes.)
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="UploadPayment"
|
||
persist="true"
|
||
type="notify">
|
||
You paid L$[AMOUNT] to upload.
|
||
<tag>funds</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="UploadWebSnapshotDone"
|
||
type="notifytip">
|
||
Web site snapshot upload done.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="UploadSnapshotDone"
|
||
type="notifytip">
|
||
In-world snapshot upload done
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="TerrainDownloaded"
|
||
type="notifytip">
|
||
Terrain.raw downloaded
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="GestureMissing"
|
||
type="notifytip">
|
||
Gesture [NAME] is missing from the database.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="UnableToLoadGesture"
|
||
type="notifytip">
|
||
Unable to load gesture [NAME].
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="LandmarkMissing"
|
||
type="notifytip">
|
||
Landmark is missing from database.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="UnableToLoadLandmark"
|
||
type="notifytip">
|
||
Unable to load landmark. Please try again.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="CapsKeyOn"
|
||
type="notifytip">
|
||
Your Caps Lock key is on.
|
||
This might affect your password.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="NotecardMissing"
|
||
type="notifytip">
|
||
Notecard is missing from database.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="NotecardNoPermissions"
|
||
type="notifytip">
|
||
You don't have permission to view this notecard.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="MaterialMissing"
|
||
type="notifytip">
|
||
Material is missing from database.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="MaterialNoPermissions"
|
||
type="notifytip">
|
||
You don't have permission to view this material.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="RezItemNoPermissions"
|
||
type="notifytip">
|
||
Insufficient permissions to rez object.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="IMAcrossParentEstates"
|
||
type="notifytip">
|
||
Unable to send IM across parent estates.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="TransferInventoryAcrossParentEstates"
|
||
type="notifytip">
|
||
Unable to transfer inventory across parent estates.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="UnableToLoadNotecard"
|
||
type="notifytip">
|
||
Unable to load notecard.
|
||
Please try again.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="UnableToLoadMaterial"
|
||
type="alertmodal">
|
||
Unable to load material.
|
||
Please try again.
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="MissingMaterialCaps"
|
||
type="notifytip">
|
||
<tag>fail</tag>
|
||
Not connected to a materials capable region.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantSelectReflectionProbe"
|
||
type="alertmodal">
|
||
<unique/>
|
||
You have placed a reflection probe, but 'Select Reflection Probes' is disabled. To be able to select reflection probes, check Build > Options > Select Reflection Probes.
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Warn if Reflection Probes selection is disabled."
|
||
name="okignore"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="ScriptMissing"
|
||
type="notifytip">
|
||
Script is missing from database.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="ScriptNoPermissions"
|
||
type="notifytip">
|
||
Insufficient permissions to view script.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="UnableToLoadScript"
|
||
type="notifytip">
|
||
Unable to load script. Please try again.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="IncompleteInventory"
|
||
type="notifytip">
|
||
The complete contents you are offering are not yet locally available. Please try offering those items again in a minute.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="CannotModifyProtectedCategories"
|
||
type="notifytip">
|
||
You cannot modify protected categories.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="CannotRemoveProtectedCategories"
|
||
type="notifytip">
|
||
You cannot remove protected categories.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="UnableToBuyWhileDownloading"
|
||
type="notifytip">
|
||
Unable to buy while downloading object data.
|
||
Please try again.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="UnableToLinkWhileDownloading"
|
||
type="notifytip">
|
||
Unable to link while downloading object data.
|
||
Please try again.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="CannotBuyObjectsFromDifferentOwners"
|
||
type="notifytip">
|
||
You can only buy objects from one owner at a time.
|
||
Please select a single object.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="ObjectNotForSale"
|
||
type="notifytip">
|
||
This object is not for sale.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="EnteringGodMode"
|
||
type="notifytip">
|
||
Entering god mode, level [LEVEL]
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="LeavingGodMode"
|
||
type="notifytip">
|
||
Now leaving god mode, level [LEVEL]
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="CopyFailed"
|
||
type="notifytip">
|
||
You don't have permission to copy this.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="InventoryAccepted"
|
||
log_to_im="true"
|
||
log_to_chat="false"
|
||
type="notifytip">
|
||
[NAME] received your inventory offer.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="InventoryDeclined"
|
||
log_to_im="true"
|
||
log_to_chat="false"
|
||
type="notifytip">
|
||
[NAME] declined your inventory offer.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="ObjectMessage"
|
||
type="notifytip">
|
||
[NAME]: [MESSAGE]
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="CallingCardAccepted"
|
||
type="notifytip">
|
||
Your calling card was accepted.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="CallingCardDeclined"
|
||
type="notifytip">
|
||
Your calling card was declined.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="TeleportToLandmark"
|
||
type="notifytip">
|
||
To teleport to locations like '[NAME]', click on the "Places" button,
|
||
then select the Landmarks tab in the window that opens. Click on any
|
||
landmark to select it, then click 'Teleport' at the bottom of the window.
|
||
(You can also double-click on the landmark, or right-click it and
|
||
choose 'Teleport'.)
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="TeleportToPerson"
|
||
type="notifytip">
|
||
To open a private conversation with someone, right-click on their avatar and choose 'IM' from the menu.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="CantSelectLandFromMultipleRegions"
|
||
type="notifytip">
|
||
Can't select land across server boundaries.
|
||
Try selecting a smaller piece of land.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="SearchWordBanned"
|
||
type="notifytip">
|
||
Some terms in your search query were excluded due to content restrictions as clarified in the Community Standards.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="NoContentToSearch"
|
||
type="notifytip">
|
||
Please select at least one type of content to search (General, Moderate, or Adult).
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="SystemMessage"
|
||
persist="true"
|
||
type="notify">
|
||
[MESSAGE]
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="PaymentReceived"
|
||
log_to_im="true"
|
||
persist="true"
|
||
type="notify">
|
||
<tag>funds</tag>
|
||
[MESSAGE]
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="PaymentSent"
|
||
log_to_im="true"
|
||
persist="true"
|
||
type="notify">
|
||
<tag>funds</tag>
|
||
[MESSAGE]
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="PaymentFailure"
|
||
persist="true"
|
||
type="notify">
|
||
<tag>funds</tag>
|
||
[MESSAGE]
|
||
</notification>
|
||
|
||
<!-- EventNotification couldn't be persist since server decide is it necessary to notify
|
||
user about subscribed event via LLEventNotifier-->
|
||
<notification
|
||
icon="notify.tga"
|
||
name="EventNotification"
|
||
type="notify">
|
||
Event Notification:
|
||
|
||
[NAME]
|
||
[DATE]
|
||
<form name="form">
|
||
<button
|
||
index="0"
|
||
name="Details"
|
||
text="Details"/>
|
||
<button
|
||
index="1"
|
||
name="Cancel"
|
||
text="Cancel"/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="TransferObjectsHighlighted"
|
||
persist="true"
|
||
type="notify">
|
||
All objects on this parcel that will transfer to the purchaser of this parcel are now highlighted.
|
||
|
||
* Trees and grasses that will transfer are not highlighted.
|
||
<form name="form">
|
||
<button
|
||
index="0"
|
||
name="Done"
|
||
text="Done"/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="DeactivatedGesturesTrigger"
|
||
persist="true"
|
||
type="notify">
|
||
Deactivated gestures with same trigger:
|
||
[NAMES]
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="NoQuickTime"
|
||
persist="true"
|
||
type="notify">
|
||
Apple's QuickTime software does not appear to be installed on your system.
|
||
If you want to view streaming media on parcels that support it you should go to the [http://www.apple.com/quicktime QuickTime site] and install the QuickTime Player.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="NoPlugin"
|
||
persist="true"
|
||
type="notify">
|
||
No Media Plugin was found to handle the "[MIME_TYPE]" mime type. Media of this type will be unavailable.
|
||
<tag>fail</tag>
|
||
<unique>
|
||
<context>MIME_TYPE</context>
|
||
</unique>
|
||
|
||
</notification>
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="MediaPluginFailed"
|
||
type="alertmodal">
|
||
The following Media Plugin has failed:
|
||
[PLUGIN]
|
||
|
||
Please re-install the plugin or contact the vendor if you continue to experience problems.
|
||
<tag>fail</tag>
|
||
<form name="form">
|
||
<ignore name="ignore"
|
||
text="A Media Plugin fails to run"/>
|
||
</form>
|
||
</notification>
|
||
<notification
|
||
icon="notify.tga"
|
||
name="OwnedObjectsReturned"
|
||
persist="true"
|
||
type="notify">
|
||
The objects you own on the selected parcel of land have been returned back to your inventory.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="OtherObjectsReturned"
|
||
persist="true"
|
||
type="notify">
|
||
The objects on the selected parcel of land that is owned by [NAME] have been returned to his or her inventory.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="OtherObjectsReturned2"
|
||
persist="true"
|
||
type="notify">
|
||
The objects on the selected parcel of land owned by the Resident '[NAME]' have been returned to their owner.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="GroupObjectsReturned"
|
||
persist="true"
|
||
type="notify">
|
||
The objects on the selected parcel of land shared with the group <nolink>[GROUPNAME]</nolink> have been returned back to their owner's inventory.
|
||
Transferable deeded objects have been returned to their previous owners.
|
||
Non-transferable objects that are deeded to the group have been deleted.
|
||
<tag>group</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="UnOwnedObjectsReturned"
|
||
persist="true"
|
||
type="notify">
|
||
The objects on the selected parcel that are NOT owned by you have been returned to their owners.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="ServerObjectMessage"
|
||
log_to_im="true"
|
||
persist="true"
|
||
type="notify">
|
||
Message from [NAME]:
|
||
<nolink>[MSG]</nolink>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="NotSafe"
|
||
persist="true"
|
||
type="notify">
|
||
<unique/>
|
||
This land has damage enabled.
|
||
You can be hurt here. If you die, you will be teleported to your home location.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="NoFly"
|
||
persist="true"
|
||
type="notify">
|
||
<unique/>
|
||
<tag>fail</tag>
|
||
This area has flying disabled.
|
||
You can't fly here.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="PushRestricted"
|
||
persist="true"
|
||
type="notify">
|
||
<unique/>
|
||
This area does not allow pushing. You can't push others here unless you own the land.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="NoVoice"
|
||
persist="true"
|
||
type="notify">
|
||
<unique/>
|
||
This area has voice chat disabled. You won't be able to hear anyone talking.
|
||
<tag>voice</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="NoBuild"
|
||
persist="true"
|
||
type="notify">
|
||
<unique/>
|
||
This area has building disabled. You can't build or rez objects here.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="PathfindingDirty"
|
||
persist="true"
|
||
type="notify">
|
||
<unique/>
|
||
The region has pending pathfinding changes. If you have build rights, you may rebake the region by clicking on the “Rebake region” button.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="PathfindingDirtyRebake"
|
||
persist="true"
|
||
type="notify">
|
||
<unique/>
|
||
The region has pending pathfinding changes. If you have build rights, you may rebake the region by clicking on the “Rebake region” button.
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="Rebake region"
|
||
/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="DynamicPathfindingDisabled"
|
||
persist="true"
|
||
type="notify">
|
||
<unique/>
|
||
Dynamic pathfinding is not enabled on this region. Scripted objects using pathfinding LSL calls may not operate as expected on this region.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="PathfindingCannotRebakeNavmesh"
|
||
type="alertmodal">
|
||
<unique/>
|
||
An error occurred. There may be a network or server problem, or you may not have build rights. Sometimes logging out and back in will solve this problem.
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"
|
||
/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="SeeAvatars"
|
||
persist="true"
|
||
type="notify">
|
||
<unique/>
|
||
This parcel hides avatars and text chat from another parcel. You can't see other residents outside the parcel, and those outside are not able to see you. Regular text chat on channel 0 is also blocked.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="ScriptsStopped"
|
||
persist="true"
|
||
type="notify">
|
||
An administrator has temporarily stopped scripts in this region.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="ScriptsNotRunning"
|
||
persist="true"
|
||
type="notify">
|
||
This region is not running any scripts.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="NoOutsideScripts"
|
||
persist="true"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
This land has outside scripts disabled.
|
||
|
||
No scripts will work here except those belonging to the land owner.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="ClaimPublicLand"
|
||
persist="true"
|
||
type="notify">
|
||
You can only claim public land in the Region you're in.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="RegionTPAccessBlocked"
|
||
type="alertmodal">
|
||
<tag>fail</tag>
|
||
The region you’re trying to visit has a maturity rating exceeding your maximum maturity preference. Change this preference using Me menu > Preferences > General.
|
||
|
||
Complete information on maturity ratings can be found [https://community.secondlife.com/knowledgebase/english/maturity-ratings-r52/ here].
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="RegionAboutToShutdown"
|
||
persist="false"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
The region you're trying to enter is about to shut down.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="URBannedFromRegion"
|
||
persist="true"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
You are banned from the region.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="NoTeenGridAccess"
|
||
persist="true"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Your account cannot connect to this teen grid region.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="ImproperPaymentStatus"
|
||
persist="true"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
You do not have proper payment status to enter this region.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="MustGetAgeRegion"
|
||
persist="true"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
You must be age 18 or over to enter this region.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="MustGetAgeParcel"
|
||
persist="true"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
You must be age 18 or over to enter this parcel.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="NoDestRegion"
|
||
persist="true"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
No destination region found.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="NotAllowedInDest"
|
||
persist="true"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
You are not allowed into the destination.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="RegionParcelBan"
|
||
persist="true"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Cannot region cross into banned parcel. Try another way.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="TelehubRedirect"
|
||
persist="true"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
You have been redirected to a telehub.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="CouldntTPCloser"
|
||
persist="true"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Could not teleport closer to destination.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="TPCancelled"
|
||
persist="true"
|
||
type="notify">
|
||
Teleport cancelled.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="FullRegionTryAgain"
|
||
persist="true"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
The region you are attempting to enter is currently full.
|
||
Please try again in a few moments.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="GeneralFailure"
|
||
persist="true"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
General failure.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="RoutedWrongRegion"
|
||
persist="true"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Routed to wrong region. Please try again.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="NoValidAgentID"
|
||
persist="true"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
No valid agent id.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="NoValidSession"
|
||
persist="true"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
No valid session id.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="NoValidCircuit"
|
||
persist="true"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
No valid circuit code.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="NoPendingConnection"
|
||
persist="true"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Unable to create pending connection.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="InternalUsherError"
|
||
persist="true"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Internal error attempting to connect agent usher.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="NoGoodTPDestination"
|
||
persist="true"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Unable to find a good teleport destination in this region.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="InternalErrorRegionResolver"
|
||
persist="true"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Internal error attempting to activate region resolver.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="NoValidLanding"
|
||
persist="true"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
A valid landing point could not be found.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="NoValidParcel"
|
||
persist="true"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
No valid parcel could be found.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="ObjectGiveItem"
|
||
type="offer">
|
||
An object named <nolink>[OBJECTFROMNAME]</nolink> owned by [NAME_SLURL] has given you this [OBJECTTYPE]:
|
||
<nolink>[ITEM_SLURL]</nolink>
|
||
<form name="form">
|
||
<button
|
||
index="0"
|
||
name="Keep"
|
||
text="Keep"/>
|
||
<button
|
||
index="1"
|
||
name="Discard"
|
||
text="Discard"/>
|
||
<button
|
||
index="2"
|
||
name="Mute"
|
||
text="Block Owner"/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="OwnObjectGiveItem"
|
||
type="offer">
|
||
Your object named <nolink>[OBJECTFROMNAME]</nolink> has given you this [OBJECTTYPE]:
|
||
<nolink>[ITEM_SLURL]</nolink>
|
||
<form name="form">
|
||
<button
|
||
index="0"
|
||
name="Keep"
|
||
text="Keep"/>
|
||
<button
|
||
index="1"
|
||
name="Discard"
|
||
text="Discard"/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="UserGiveItem"
|
||
log_to_im ="true"
|
||
type="offer"
|
||
sound="UISndNewIncomingIMSession">
|
||
[NAME_SLURL] has given you this [OBJECTTYPE]:
|
||
[ITEM_SLURL]
|
||
<form name="form">
|
||
<button
|
||
index="3"
|
||
name="Show"
|
||
text="Show"/>
|
||
<button
|
||
index="1"
|
||
name="Discard"
|
||
text="Discard"/>
|
||
<button
|
||
index="2"
|
||
name="Mute"
|
||
text="Block"/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="GodMessage"
|
||
persist="true"
|
||
type="notify">
|
||
[NAME]
|
||
|
||
[MESSAGE]
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="JoinGroup"
|
||
persist="true"
|
||
type="offer">
|
||
<tag>group</tag>
|
||
[MESSAGE]
|
||
<form name="form">
|
||
<button
|
||
index="0"
|
||
name="Join"
|
||
text="Join"/>
|
||
<button
|
||
index="1"
|
||
name="Decline"
|
||
text="Decline"/>
|
||
<button
|
||
index="2"
|
||
name="Info"
|
||
text="Info"/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="TeleportOffered"
|
||
log_to_im="true"
|
||
log_to_chat="false"
|
||
fade_toast="false"
|
||
type="offer"
|
||
sound="UISndNewIncomingIMSession">
|
||
[NAME_SLURL] has offered to teleport you to their location:
|
||
|
||
"[MESSAGE]”
|
||
<icon>[MATURITY_ICON]</icon> - [MATURITY_STR]
|
||
<tag>confirm</tag>
|
||
<form name="form">
|
||
<button
|
||
index="0"
|
||
name="Teleport"
|
||
text="Teleport"/>
|
||
<button
|
||
index="1"
|
||
name="Cancel"
|
||
text="Cancel"/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="TeleportOffered_MaturityExceeded"
|
||
log_to_im="true"
|
||
log_to_chat="false"
|
||
type="offer"
|
||
sound="UISndNewIncomingIMSession">
|
||
[NAME_SLURL] has offered to teleport you to their location:
|
||
|
||
“[MESSAGE]”
|
||
<icon>[MATURITY_ICON]</icon> - [MATURITY_STR]
|
||
|
||
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"
|
||
log_to_im="true"
|
||
log_to_chat="false"
|
||
type="notifytip"
|
||
sound="UISndNewIncomingIMSession">
|
||
[NAME_SLURL] has offered to teleport you to their location:
|
||
|
||
“[MESSAGE]”
|
||
<icon>[MATURITY_ICON]</icon> - [MATURITY_STR]
|
||
|
||
However, this region contains content accessible to adults only.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="TeleportOfferSent"
|
||
log_to_im="true"
|
||
log_to_chat="false"
|
||
show_toast="false"
|
||
type="notify">
|
||
Teleport offer sent to [TO_NAME]
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="TeleportRequest"
|
||
log_to_im="true"
|
||
fade_toast="false"
|
||
type="offer">
|
||
[NAME_SLURL] is requesting to be teleported to your location.
|
||
[MESSAGE]
|
||
|
||
Offer a teleport?
|
||
<tag>confirm</tag>
|
||
<form name="form">
|
||
<button
|
||
index="0"
|
||
name="Yes"
|
||
text="Yes"/>
|
||
<button
|
||
index="1"
|
||
name="No"
|
||
text="No"/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="GotoURL"
|
||
persist="true"
|
||
type="notify">
|
||
[MESSAGE]
|
||
[URL]
|
||
<form name="form">
|
||
<button
|
||
index="0"
|
||
name="Later"
|
||
text="Later"/>
|
||
<button
|
||
index="1"
|
||
name="GoNow..."
|
||
text="Go Now..."/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="OfferFriendship"
|
||
log_to_im="true"
|
||
type="offer">
|
||
<tag>friendship</tag>
|
||
<tag>confirm</tag>
|
||
[NAME_SLURL] is offering friendship.
|
||
|
||
[MESSAGE]
|
||
|
||
(By default, you will be able to see each other's online status.)
|
||
<form name="form">
|
||
<button
|
||
index="0"
|
||
name="Accept"
|
||
text="Accept"/>
|
||
<button
|
||
index="1"
|
||
name="Decline"
|
||
text="Decline"/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="FriendshipOffered"
|
||
log_to_im="true"
|
||
type="notify">
|
||
<tag>friendship</tag>
|
||
You have offered friendship to [TO_NAME]
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="OfferFriendshipNoMessage"
|
||
persist="true"
|
||
type="notify">
|
||
<tag>friendship</tag>
|
||
[NAME_SLURL] is offering friendship.
|
||
|
||
(By default, you will be able to see each other's online status.)
|
||
<form name="form">
|
||
<button
|
||
index="0"
|
||
name="Accept"
|
||
text="Accept"/>
|
||
<button
|
||
index="1"
|
||
name="Decline"
|
||
text="Decline"/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="FriendshipAccepted"
|
||
log_to_im="true"
|
||
type="notify">
|
||
<tag>friendship</tag>
|
||
<nolink>[NAME]</nolink> accepted your friendship offer.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="FriendshipDeclined"
|
||
log_to_im="true"
|
||
persist="true"
|
||
type="notify">
|
||
<tag>friendship</tag>
|
||
<nolink>[NAME]</nolink> declined your friendship offer.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="FriendshipAcceptedByMe"
|
||
log_to_im="true"
|
||
type="notify">
|
||
<tag>friendship</tag>
|
||
Friendship offer accepted.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="FriendshipDeclinedByMe"
|
||
log_to_im="true"
|
||
type="notify">
|
||
<tag>friendship</tag>
|
||
Friendship offer declined.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="OfferCallingCard"
|
||
persist="true"
|
||
type="notify">
|
||
[NAME] is offering their calling card.
|
||
This will add a bookmark in your inventory so you can quickly IM this Resident.
|
||
<form name="form">
|
||
<button
|
||
index="0"
|
||
name="Accept"
|
||
text="Accept"/>
|
||
<button
|
||
index="1"
|
||
name="Decline"
|
||
text="Decline"/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="RegionRestartMinutes"
|
||
show_toast="false"
|
||
priority="high"
|
||
type="notify">
|
||
The region "[NAME]" will restart in [MINUTES] minutes.
|
||
If you stay in this region you will be logged out.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="RegionRestartSeconds"
|
||
show_toast="false"
|
||
priority="high"
|
||
type="notify">
|
||
The region "[NAME]" will restart in [SECONDS] seconds.
|
||
If you stay in this region you will be logged out.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="LoadWebPage"
|
||
show_toast="false"
|
||
type="notify">
|
||
Load web page [URL] ?
|
||
|
||
[MESSAGE]
|
||
|
||
From object: <nolink>[OBJECTNAME]</nolink>, owner: [NAME_SLURL]
|
||
<tag>confirm</tag>
|
||
<form name="form">
|
||
<button
|
||
index="0"
|
||
name="Gotopage"
|
||
text="Go to page"/>
|
||
<button
|
||
index="1"
|
||
name="Cancel"
|
||
text="Cancel"/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="FailedToFindWearableUnnamed"
|
||
persist="true"
|
||
type="notify">
|
||
Failed to find [TYPE] in database.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="FailedToFindWearable"
|
||
persist="true"
|
||
type="notify">
|
||
Failed to find [TYPE] named [DESC] in database.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="InvalidWearable"
|
||
persist="true"
|
||
type="notify">
|
||
The item you are trying to wear uses a feature that your Viewer can't read. Please upgrade your version of [APP_NAME] to wear this item.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="ScriptQuestion"
|
||
persist="true"
|
||
type="notify">
|
||
'<nolink>[OBJECTNAME]</nolink>', an object owned by '[NAME]', would like to:
|
||
|
||
[QUESTIONS]
|
||
Is this OK?
|
||
<tag>confirm</tag>
|
||
<form name="form">
|
||
<button
|
||
index="0"
|
||
name="Yes"
|
||
text="Yes"/>
|
||
<button
|
||
index="1"
|
||
name="No"
|
||
text="No"/>
|
||
<button
|
||
index="2"
|
||
name="Mute"
|
||
text="Block"/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ExperienceAcquireFailed"
|
||
type="alertmodal">
|
||
Unable to acquire a new experience:
|
||
[ERROR_MESSAGE]
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="NotInGroupExperienceProfileMessage"
|
||
persist="false"
|
||
type="notify">
|
||
A change to the experience group was ignored because the owner is not a member of the selected group.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="UneditableExperienceProfileMessage"
|
||
persist="false"
|
||
type="notify">
|
||
The uneditable field '[field]' was ignored when updating the experience profile.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="RestrictedToOwnerExperienceProfileMessage"
|
||
persist="false"
|
||
type="notify">
|
||
Ignored changes to the field '[field]' which can only be set by the experience owner.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="MaturityRatingExceedsOwnerExperienceProfileMessage"
|
||
persist="false"
|
||
type="notify">
|
||
You may not set the maturity rating of an experience higher than that of the owner.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="RestrictedTermExperienceProfileMessage"
|
||
persist="false"
|
||
type="notify">
|
||
The following terms prevented the update of the experience profile name and/or description: [extra_info]
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="TeleportedHomeExperienceRemoved"
|
||
persist="false"
|
||
type="notify">
|
||
You have been teleported from the region [region_name] for removing the experience secondlife:///app/experience/[public_id]/profile and are no longer permitted in the region.
|
||
<form name="form">
|
||
<ignore name="ignore"
|
||
text="Kicked from region for removing an experience"/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="TrustedExperienceEntry"
|
||
persist="false"
|
||
type="notify">
|
||
You have been allowed into the region [region_name] by participating in the key experience secondlife:///app/experience/[public_id]/profile removing this experience may kick you from the region.
|
||
<form name="form">
|
||
<ignore name="ignore"
|
||
text="Allowed into a region by an experience"/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="TrustedExperiencesAvailable"
|
||
persist="false"
|
||
type="notify">
|
||
You do not have access to this destination. You may be allowed into the region by Accepting an experience below:
|
||
|
||
[EXPERIENCE_LIST]
|
||
|
||
Other Key Experiences may be available.
|
||
</notification>
|
||
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="ExperienceEvent"
|
||
persist="false"
|
||
type="notifytip">
|
||
An object was allowed to [EventType] by the secondlife:///app/experience/[public_id]/profile experience.
|
||
Owner: secondlife:///app/agent/[OwnerID]/inspect
|
||
Object Name: [ObjectName]
|
||
Parcel Name: [ParcelName]
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="ExperienceEventAttachment"
|
||
persist="false"
|
||
type="notifytip">
|
||
An attachment was allowed to [EventType] by the secondlife:///app/experience/[public_id]/profile experience.
|
||
Owner: secondlife:///app/agent/[OwnerID]/inspect
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="ScriptQuestionExperience"
|
||
persist="false"
|
||
fade_toast="false"
|
||
type="notify">
|
||
'<nolink>[OBJECTNAME]</nolink>', an object owned by '[NAME]', requests your participation in the [GRID_WIDE] experience:
|
||
|
||
[EXPERIENCE]
|
||
|
||
Once permission is granted you will not see this message again for this experience unless it is revoked from the experience profile.
|
||
|
||
Scripts associated with this experience will be able to do the following on regions where the experience is active:
|
||
|
||
[QUESTIONS]Is this OK?
|
||
|
||
<unique combine="combine_with_new">
|
||
<context>experience</context>
|
||
</unique>
|
||
<tag>confirm</tag>
|
||
<form name="form">
|
||
<button
|
||
index="3"
|
||
name="BlockExperience"
|
||
text="Block Experience"/>
|
||
<button
|
||
index="2"
|
||
name="Mute"
|
||
text="Block Object"/>
|
||
<button
|
||
index="0"
|
||
name="Yes"
|
||
text="Yes"/>
|
||
<button
|
||
index="1"
|
||
name="No"
|
||
text="No"/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="ScriptQuestionCaution"
|
||
priority="critical"
|
||
persist="true"
|
||
type="notify">
|
||
Warning: The object '<nolink>[OBJECTNAME]</nolink>' wants total access to your Linden Dollars account. If you allow access, it can remove funds from your account at any time, or empty your account completely, on an ongoing basis with no additional warnings.
|
||
|
||
Do not allow access if you do not fully understand why it wants access to your account.
|
||
|
||
<tag>confirm</tag>
|
||
<form name="form">
|
||
<button
|
||
index="0"
|
||
name="Grant"
|
||
text="Allow total access"/>
|
||
<button
|
||
default="true"
|
||
index="1"
|
||
name="Deny"
|
||
text="Deny"/>
|
||
</form>
|
||
<footer>
|
||
[FOOTERTEXT]
|
||
</footer>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="ScriptDialog"
|
||
show_toast="false"
|
||
type="notify">
|
||
[NAME]'s '<nolink>[TITLE]</nolink>'
|
||
[MESSAGE]
|
||
<form name="form">
|
||
<button
|
||
index="-2"
|
||
name="Client_Side_Mute"
|
||
text="Block"/>
|
||
<button
|
||
index="-1"
|
||
name="Client_Side_Ignore"
|
||
text="Ignore"/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="ScriptDialogGroup"
|
||
show_toast="false"
|
||
type="notify">
|
||
<tag>group</tag>
|
||
<nolink>[GROUPNAME]</nolink>'s '<nolink>[TITLE]</nolink>'
|
||
[MESSAGE]
|
||
<form name="form">
|
||
<button
|
||
index="-2"
|
||
name="Client_Side_Mute"
|
||
text="Block"/>
|
||
<button
|
||
index="-1"
|
||
name="Client_Side_Ignore"
|
||
text="Ignore"/>
|
||
</form>
|
||
</notification>
|
||
|
||
<!--
|
||
<notification
|
||
icon="notify.tga"
|
||
name="FirstBalanceIncrease"
|
||
persist="true"
|
||
type="notify">
|
||
<tag>win</tag>
|
||
You just received L$[AMOUNT].
|
||
Your L$ balance is shown in the upper-right.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="FirstBalanceDecrease"
|
||
persist="true"
|
||
type="notify">
|
||
You just paid L$[AMOUNT].
|
||
Your L$ balance is shown in the upper-right.
|
||
</notification>
|
||
-->
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="BuyLindenDollarSuccess"
|
||
persist="true"
|
||
type="notify">
|
||
<tag>funds</tag>
|
||
Thank you for your payment!
|
||
|
||
Your L$ balance will be updated when processing completes. If processing takes more than 20 mins, your transaction may be cancelled. In that case, the purchase amount will be credited to your US$ balance.
|
||
|
||
The status of your payment can be checked on your Transaction History page on your [http://secondlife.com/account/ Dashboard]
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="FirstOverrideKeys"
|
||
persist="true"
|
||
type="notify">
|
||
Your movement keys are now being handled by an object.
|
||
Try the arrow keys or AWSD to see what they do.
|
||
Some objects (like guns) require you to go into mouselook to use them.
|
||
Press 'M' to do this.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="FirstSandbox"
|
||
persist="true"
|
||
type="notify">
|
||
This is a sandbox area, and is meant to help Residents learn how to build.
|
||
|
||
Things you build here will be deleted after you leave, so don't forget to right-click and choose 'Take' to move your creation to your Inventory.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="MaxListSelectMessage"
|
||
type="notifytip">
|
||
You may only select up to [MAX_SELECT] items from this list.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="VoiceInviteP2P"
|
||
type="notify">
|
||
[NAME] is inviting you to a Voice Chat call.
|
||
Click Accept to join the call or Decline to decline the invitation. Click Block to block this caller.
|
||
<tag>confirm</tag>
|
||
<tag>voice</tag>
|
||
<unique>
|
||
<context>NAME</context>
|
||
</unique>
|
||
<form name="form">
|
||
<button
|
||
index="0"
|
||
name="Accept"
|
||
text="Accept"/>
|
||
<button
|
||
index="1"
|
||
name="Decline"
|
||
text="Decline"/>
|
||
<button
|
||
index="2"
|
||
name="Mute"
|
||
text="Block"/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="AutoUnmuteByIM"
|
||
persist="true"
|
||
type="notify">
|
||
[NAME] was sent an instant message and has been automatically unblocked.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="AutoUnmuteByMoney"
|
||
persist="true"
|
||
type="notify">
|
||
[NAME] was given money and has been automatically unblocked.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="AutoUnmuteByInventory"
|
||
persist="true"
|
||
type="notify">
|
||
[NAME] was offered inventory and has been automatically unblocked.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="VoiceInviteGroup"
|
||
type="notify">
|
||
[NAME] has joined a Voice Chat call with the group <nolink>[GROUP]</nolink>.
|
||
Click Accept to join the call or Decline to decline the invitation. Click Block to block this caller.
|
||
<tag>group</tag>
|
||
<tag>confirm</tag>
|
||
<tag>voice</tag>
|
||
<unique>
|
||
<context>NAME</context>
|
||
<context>GROUP</context>
|
||
</unique>
|
||
<form name="form">
|
||
<button
|
||
index="0"
|
||
name="Accept"
|
||
text="Accept"/>
|
||
<button
|
||
index="1"
|
||
name="Decline"
|
||
text="Decline"/>
|
||
<button
|
||
index="2"
|
||
name="Mute"
|
||
text="Block"/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="VoiceInviteAdHoc"
|
||
type="notify">
|
||
[NAME] has joined a voice chat call with a conference chat.
|
||
Click Accept to join the call or Decline to decline the invitation. Click Block to block this caller.
|
||
<tag>confirm</tag>
|
||
<tag>voice</tag>
|
||
<unique>
|
||
<context>NAME</context>
|
||
</unique>
|
||
<form name="form">
|
||
<button
|
||
index="0"
|
||
name="Accept"
|
||
text="Accept"/>
|
||
<button
|
||
index="1"
|
||
name="Decline"
|
||
text="Decline"/>
|
||
<button
|
||
index="2"
|
||
name="Mute"
|
||
text="Block"/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="InviteAdHoc"
|
||
type="notify">
|
||
[NAME] is inviting you to a conference chat.
|
||
Click Accept to join the chat or Decline to decline the invitation. Click Block to block this caller.
|
||
<tag>confirm</tag>
|
||
<tag>voice</tag>
|
||
<unique>
|
||
<context>NAME</context>
|
||
</unique>
|
||
<form name="form">
|
||
<button
|
||
index="0"
|
||
name="Accept"
|
||
text="Accept"/>
|
||
<button
|
||
index="1"
|
||
name="Decline"
|
||
text="Decline"/>
|
||
<button
|
||
index="2"
|
||
name="Mute"
|
||
text="Block"/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="VoiceChannelFull"
|
||
type="notifytip">
|
||
The voice call you are trying to join, [VOICE_CHANNEL_NAME], has reached maximum capacity. Please try again later.
|
||
<tag>fail</tag>
|
||
<tag>voice</tag>
|
||
<unique>
|
||
<context>VOICE_CHANNEL_NAME</context>
|
||
</unique>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="ProximalVoiceChannelFull"
|
||
type="notifytip">
|
||
<unique/>
|
||
We're sorry. This area has reached maximum capacity for voice conversations. Please try to use voice in another area.
|
||
<tag>fail</tag>
|
||
<tag>voice</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="VoiceChannelDisconnected"
|
||
type="notifytip">
|
||
You have been disconnected from [VOICE_CHANNEL_NAME]. You will now be reconnected to Nearby Voice Chat.
|
||
<tag>voice</tag>
|
||
<unique>
|
||
<context>VOICE_CHANNEL_NAME</context>
|
||
</unique>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="VoiceChannelDisconnectedP2P"
|
||
type="notifytip">
|
||
[VOICE_CHANNEL_NAME] has ended the call. You will now be reconnected to Nearby Voice Chat.
|
||
<tag>voice</tag>
|
||
<unique>
|
||
<context>VOICE_CHANNEL_NAME</context>
|
||
</unique>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="P2PCallDeclined"
|
||
type="notifytip">
|
||
[VOICE_CHANNEL_NAME] has declined your call. You will now be reconnected to Nearby Voice Chat.
|
||
<tag>voice</tag>
|
||
<tag>fail</tag>
|
||
<unique>
|
||
<context>VOICE_CHANNEL_NAME</context>
|
||
</unique>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="P2PCallNoAnswer"
|
||
type="notifytip">
|
||
[VOICE_CHANNEL_NAME] is not available to take your call. You will now be reconnected to Nearby Voice Chat.
|
||
<tag>fail</tag>
|
||
<tag>voice</tag>
|
||
<unique>
|
||
<context>VOICE_CHANNEL_NAME</context>
|
||
</unique>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="VoiceChannelJoinFailed"
|
||
type="notifytip">
|
||
Failed to connect to [VOICE_CHANNEL_NAME], please try again later. You will now be reconnected to Nearby Voice Chat.
|
||
<tag>fail</tag>
|
||
<tag>voice</tag>
|
||
<unique>
|
||
<context>VOICE_CHANNEL_NAME</context>
|
||
</unique>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="VoiceEffectsExpired"
|
||
sound="UISndAlert"
|
||
persist="true"
|
||
type="notify">
|
||
<unique/>
|
||
One or more of your subscribed Voice Morphs has expired.
|
||
[[URL] Click here] to renew your subscription.
|
||
|
||
If you are a Premium Member, [[PREMIUM_URL] click here] to receive your voice morphing perk.
|
||
<tag>fail</tag>
|
||
<tag>voice</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="VoiceEffectsExpiredInUse"
|
||
sound="UISndAlert"
|
||
persist="true"
|
||
type="notify">
|
||
<unique/>
|
||
The active Voice Morph has expired, your normal voice settings have been applied.
|
||
[[URL] Click here] to renew your subscription.
|
||
|
||
If you are a Premium Member, [[PREMIUM_URL] click here] to receive your voice morphing perk.
|
||
<tag>fail</tag>
|
||
<tag>voice</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="VoiceEffectsWillExpire"
|
||
sound="UISndAlert"
|
||
persist="true"
|
||
type="notify">
|
||
<unique/>
|
||
One or more of your Voice Morphs will expire in less than [INTERVAL] days.
|
||
[[URL] Click here] to renew your subscription.
|
||
|
||
If you are a Premium Member, [[PREMIUM_URL] click here] to receive your voice morphing perk.
|
||
<tag>fail</tag>
|
||
<tag>voice</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="VoiceEffectsNew"
|
||
sound="UISndAlert"
|
||
persist="true"
|
||
type="notify">
|
||
<unique/>
|
||
New Voice Morphs are available!
|
||
<tag>voice</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="VoiceEffectsNotSupported"
|
||
sound="UISndAlert"
|
||
persist="true"
|
||
type="alertmodal">
|
||
Voice Morphs are not supported by this viewer.
|
||
For more information about other voice morph tools, see [[FAQ_URL] this article].
|
||
<usetemplate
|
||
ignoretext="Warn me about voice morph not being supported"
|
||
name="okignore"
|
||
yestext="OK"/>
|
||
<tag>voice</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="Cannot enter parcel: not a group member"
|
||
type="notifytip">
|
||
<tag>fail</tag>
|
||
<tag>group</tag>
|
||
Only members of a certain group can visit this area.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="Cannot enter parcel: banned"
|
||
type="notifytip">
|
||
<tag>fail</tag>
|
||
Cannot enter parcel, you have been banned.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="Cannot enter parcel: not on access list"
|
||
type="notifytip">
|
||
<tag>fail</tag>
|
||
Cannot enter parcel, you are not on the access list.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="VoiceNotAllowed"
|
||
type="notifytip">
|
||
You do not have permission to connect to voice chat for [VOICE_CHANNEL_NAME].
|
||
<tag>fail</tag>
|
||
<tag>voice</tag>
|
||
<unique>
|
||
<context>VOICE_CHANNEL_NAME</context>
|
||
</unique>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="VoiceCallGenericError"
|
||
type="notifytip">
|
||
An error has occurred while trying to connect to voice chat for [VOICE_CHANNEL_NAME]. Please try again later.
|
||
<tag>fail</tag>
|
||
<tag>voice</tag>
|
||
<unique>
|
||
<context>VOICE_CHANNEL_NAME</context>
|
||
</unique>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="UnsupportedCommandSLURL"
|
||
priority="high"
|
||
type="notifytip">
|
||
The SLurl you clicked on is not supported.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="BlockedSLURL"
|
||
priority="high"
|
||
type="notifytip">
|
||
<tag>security</tag>
|
||
A SLurl was received from an untrusted browser and has been blocked for your security.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="ThrottledSLURL"
|
||
priority="high"
|
||
type="notifytip">
|
||
<tag>security</tag>
|
||
Multiple SLurls were received from an untrusted browser within a short period.
|
||
They will be blocked for a few seconds for your security.
|
||
</notification>
|
||
|
||
<notification name="IMToast" type="notifytoast">
|
||
[MESSAGE]
|
||
<form name="form">
|
||
<button index="0" name="respondbutton" text="Respond"/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alert.tga"
|
||
name="ConfirmCloseAll"
|
||
type="alertmodal">
|
||
Are you sure you want to close all IMs?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelignore"
|
||
notext="Cancel"
|
||
yestext="OK"
|
||
ignoretext="Confirm before I close all IMs"/>
|
||
</notification>
|
||
|
||
<notification icon="notifytip.tga"
|
||
name="AttachmentSaved" type="notifytip">
|
||
Attachment has been saved.
|
||
</notification>
|
||
|
||
<notification icon="notify.tga" persist="true"
|
||
name="AppearanceToXMLSaved" type="notify">
|
||
Appearance has been saved to XML to [PATH]
|
||
</notification>
|
||
|
||
<notification icon="notifytip.tga"
|
||
name="AppearanceToXMLFailed" type="notifytip">
|
||
Failed to save appearance to XML.
|
||
</notification>
|
||
|
||
<notification icon="notifytip.tga"
|
||
name="SnapshotToComputerFailed" type="notifytip">
|
||
Failed to save snapshot to [PATH]: Disk is full. [NEED_MEMORY]KB is required but only [FREE_MEMORY]KB is free.
|
||
</notification>
|
||
|
||
<notification icon="notifytip.tga"
|
||
name="SnapshotToLocalDirNotExist" type="notifytip">
|
||
Failed to save snapshot to [PATH]: Directory does not exist.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="PresetNotSaved"
|
||
type="notifytip">
|
||
Error saving preset [NAME].
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="DefaultPresetNotSaved"
|
||
type="notifytip">
|
||
Can not overwrite default preset.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="PresetAlreadyExists"
|
||
type="alertmodal">
|
||
'[NAME]' is in use. You may replace
|
||
this preset or choose another name.
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="PresetNotDeleted"
|
||
type="notifytip">
|
||
Error deleting preset [NAME].
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="UnableToFindHelpTopic"
|
||
type="alertmodal">
|
||
Unable to find the help topic for this element.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ObjectMediaFailure"
|
||
type="alertmodal">
|
||
Server Error: Media update or get failed.
|
||
'[ERROR]'
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="TextChatIsMutedByModerator"
|
||
type="alertmodal">
|
||
Your text chat has been muted by moderator.
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="VoiceIsMutedByModerator"
|
||
type="alertmodal">
|
||
Your voice has been muted by moderator.
|
||
<tag>voice</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="FailedToGetBenefits"
|
||
type="alertmodal">
|
||
Unfortunately, we were unable to get benefits information for this session. This should not happen in a normal production environment. Please contact support. This session will not work normally and we recommend that you restart.
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="BulkUploadNoCompatibleFiles"
|
||
type="alertmodal">
|
||
Selected files can not be bulk-uploaded.
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="BulkUploadIncompatibleFiles"
|
||
type="alertmodal">
|
||
Some of the selected files can not be bulk-uploaded.
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="UploadCostConfirmation"
|
||
type="alertmodal">
|
||
This upload will cost L$[PRICE], do you wish to continue with the upload?
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="Upload"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ConfirmClearTeleportHistory"
|
||
type="alertmodal">
|
||
This will delete the entire list of places you have visited, and cannot be undone. Continue?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alert.tga"
|
||
name="BottomTrayButtonCanNotBeShown"
|
||
type="alert">
|
||
Selected button can not be shown right now.
|
||
The button will be shown when there is enough space for it.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="ShareNotification"
|
||
type="notifytip">
|
||
Select residents to share with.
|
||
</notification>
|
||
|
||
<notification
|
||
name="MeshUploadErrorDetails"
|
||
icon="alert.tga"
|
||
type="alert">
|
||
[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"
|
||
icon="alert.tga"
|
||
type="alert">
|
||
Error while requesting mesh upload permissons.
|
||
</notification>
|
||
|
||
<notification
|
||
name="RegionCapabilityRequestError"
|
||
icon="alert.tga"
|
||
type="alert">
|
||
Could not get region capability '[CAPABILITY]'.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="ShareItemsConfirmation"
|
||
type="alertmodal">
|
||
Are you sure you want to share the following items:
|
||
|
||
<nolink>[ITEMS]</nolink>
|
||
|
||
With the following Residents:
|
||
|
||
<nolink>[RESIDENTS]</nolink>
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="ShareFolderConfirmation"
|
||
type="alertmodal">
|
||
Only one folder at a time can be shared.
|
||
|
||
Are you sure you want to share the following items:
|
||
|
||
<nolink>[ITEMS]</nolink>
|
||
|
||
With the following Residents:
|
||
|
||
<nolink>[RESIDENTS]</nolink>
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="Cancel"
|
||
yestext="Ok"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="ItemsShared"
|
||
type="notifytip">
|
||
Items successfully shared.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="DeedToGroupFail"
|
||
type="notifytip">
|
||
Deed to group failed.
|
||
<tag>group</tag>
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="ReleaseLandThrottled"
|
||
type="notifytip">
|
||
The parcel [PARCEL_NAME] can not be abandoned at this time.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="ReleasedLandWithReclaim"
|
||
type="notifytip">
|
||
The [AREA] m² parcel '[PARCEL_NAME]' has been released.
|
||
|
||
You will have [RECLAIM_PERIOD] hours to reclaim for L$0 before it is set for sale to anyone.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="ReleasedLandNoReclaim"
|
||
type="notifytip">
|
||
The [AREA] m² parcel '[PARCEL_NAME]' has been released.
|
||
|
||
It is now available for purchase by anyone.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="AvatarRezNotification"
|
||
type="notifytip">
|
||
( [EXISTENCE] seconds alive )
|
||
Avatar '[NAME]' declouded after [TIME] seconds.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="AvatarRezSelfBakedDoneNotification"
|
||
type="notifytip">
|
||
( [EXISTENCE] seconds alive )
|
||
You finished baking your outfit after [TIME] seconds.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="AvatarRezSelfBakedUpdateNotification"
|
||
type="notifytip">
|
||
( [EXISTENCE] seconds alive )
|
||
You sent out an update of your appearance after [TIME] seconds.
|
||
[STATUS]
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="AvatarRezCloudNotification"
|
||
type="notifytip">
|
||
( [EXISTENCE] seconds alive )
|
||
Avatar '[NAME]' became cloud.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="AvatarRezArrivedNotification"
|
||
type="notifytip">
|
||
( [EXISTENCE] seconds alive )
|
||
Avatar '[NAME]' appeared.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="AvatarRezLeftCloudNotification"
|
||
type="notifytip">
|
||
( [EXISTENCE] seconds alive )
|
||
Avatar '[NAME]' left after [TIME] seconds as cloud.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="AvatarRezEnteredAppearanceNotification"
|
||
type="notifytip">
|
||
( [EXISTENCE] seconds alive )
|
||
Avatar '[NAME]' entered appearance mode.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="AvatarRezLeftAppearanceNotification"
|
||
type="notifytip">
|
||
( [EXISTENCE] seconds alive )
|
||
Avatar '[NAME]' left appearance mode.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="NoConnect"
|
||
type="alertmodal">
|
||
We're having trouble connecting using [PROTOCOL] [HOSTID].
|
||
Please check your network and firewall setup.
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="NoVoiceConnect"
|
||
type="alertmodal">
|
||
<unique/>
|
||
We are unable to connect to the voice server:
|
||
|
||
[HOSTID]
|
||
|
||
Ports that must be allowed for voice are:
|
||
:TCP: 80, 443
|
||
:UDP: 3478, 3479, 5060, 5062, 6250, 12000-32000
|
||
|
||
Please check your network and firewall setup.
|
||
Disable any SIP ALG feature in your router.
|
||
|
||
Voice communications will not be available.
|
||
<tag>voice</tag>
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="NoVoiceConnect-GIAB"
|
||
type="alertmodal">
|
||
We're having trouble connecting to your voice server.
|
||
|
||
Voice communications will not be available.
|
||
Please check your network and firewall setup.
|
||
<tag>voice</tag>
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="AvatarRezLeftNotification"
|
||
type="notifytip">
|
||
( [EXISTENCE] seconds alive )
|
||
Avatar '[NAME]' left as fully loaded.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="AvatarRezSelfBakedTextureUploadNotification"
|
||
type="notifytip">
|
||
( [EXISTENCE] seconds alive )
|
||
You uploaded a [RESOLUTION] baked texture for '[BODYREGION]' after [TIME] seconds.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="AvatarRezSelfBakedTextureUpdateNotification"
|
||
type="notifytip">
|
||
( [EXISTENCE] seconds alive )
|
||
You locally updated a [RESOLUTION] baked texture for '[BODYREGION]' after [TIME] seconds.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotUploadTexture"
|
||
type="alertmodal">
|
||
Unable to upload texture: '[NAME]'
|
||
[REASON]
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotLoad"
|
||
type="alertmodal">
|
||
Unable to load [WHAT].
|
||
[REASON]
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CannotUploadMaterial"
|
||
type="alertmodal">
|
||
There was a problem uploading the file
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
label="Save Material"
|
||
name="SaveMaterialAs"
|
||
type="alertmodal">
|
||
<unique/>
|
||
Name this material:
|
||
<tag>confirm</tag>
|
||
<form name="form">
|
||
<input name="message" type="text">
|
||
[DESC]
|
||
</input>
|
||
<button
|
||
default="true"
|
||
index="0"
|
||
name="OK"
|
||
text="OK"/>
|
||
<button
|
||
index="1"
|
||
name="Cancel"
|
||
text="Cancel"/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="InvalidMaterialName"
|
||
type="alertmodal">
|
||
Please enter a non-empty name
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="UsavedMaterialChanges"
|
||
type="alertmodal">
|
||
You have unsaved changes.
|
||
<form name="form">
|
||
<button
|
||
index="0"
|
||
name="discard"
|
||
text="Discard changes"/>
|
||
<button
|
||
index="1"
|
||
name="keep"
|
||
text="Keep editing"/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="LivePreviewUnavailable"
|
||
type="alert">
|
||
|
||
We cannot display a preview of this texture because it is no-copy and/or no-transfer.
|
||
<usetemplate
|
||
ignoretext="Warn me that Live Preview mode is not available for no-copy and/or no-transfer textures"
|
||
name="okignore"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="LivePreviewUnavailablePBR"
|
||
type="alert">
|
||
|
||
We cannot display a preview of this material because it is no-copy, no-transfer, and/or no-modify.
|
||
<usetemplate
|
||
ignoretext="Warn me that Live Preview mode is not available for no-copy, no-transfer, and/or no-modify materials"
|
||
name="okignore"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="FacePasteFailed"
|
||
type="alertmodal">
|
||
Paste failed. [REASON]
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="FailedToApplyTextureNoCopyToMultiple"
|
||
type="alertmodal">
|
||
Failed to apply texture. You can not apply a no-copy texture to multiple objects.
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="FailedToApplyGLTFNoCopyToMultiple"
|
||
type="alertmodal">
|
||
Failed to apply GLTF material. You can not apply a no-copy material to multiple objects.
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="FacePasteTexturePermissions"
|
||
type="alertmodal">
|
||
You applied a texture with limited permissions, object will inherit permissions from texture.
|
||
<usetemplate
|
||
ignoretext="Paste: You applied a texture with limited permissions"
|
||
name="notifyignore"/>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ConfirmLeaveCall"
|
||
type="alertmodal">
|
||
Are you sure you want to leave this call?
|
||
<tag>confirm</tag>
|
||
<tag>voice</tag>
|
||
<usetemplate
|
||
ignoretext="Confirm before I leave call"
|
||
name="okcancelignore"
|
||
notext="No"
|
||
yestext="Yes">
|
||
<unique/>
|
||
</usetemplate>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ConfirmMuteAll"
|
||
type="alert">
|
||
You have selected to mute all participants in a group call.
|
||
This will also cause all residents that later join the call to be
|
||
muted, even after you have left the call.
|
||
|
||
Mute everyone?
|
||
<tag>group</tag>
|
||
<tag>confirm</tag>
|
||
<tag>voice</tag>
|
||
<usetemplate
|
||
ignoretext="Confirm before I mute all participants in a group call"
|
||
name="okcancelignore"
|
||
yestext="OK"
|
||
notext="Cancel">
|
||
<unique/>
|
||
</usetemplate>
|
||
</notification>
|
||
<notification
|
||
name="HintChat"
|
||
label="Chat"
|
||
type="hint">
|
||
<unique/>
|
||
To join the conversation, type into the chat field below.
|
||
</notification>
|
||
|
||
<notification
|
||
name="HintSit"
|
||
label="Stand"
|
||
type="hint">
|
||
<unique/>
|
||
To stand up and exit the sitting position, click the Stand button.
|
||
</notification>
|
||
|
||
<notification
|
||
name="HintSpeak"
|
||
label="Speak"
|
||
type="hint">
|
||
<unique/>
|
||
Click the Speak button to turn your microphone on and off.
|
||
|
||
Click on the up arrow to see the voice control panel.
|
||
|
||
Hiding the Speak button will disable the voice feature.
|
||
</notification>
|
||
|
||
<notification
|
||
name="HintDestinationGuide"
|
||
label="Explore the World"
|
||
type="hint">
|
||
<unique/>
|
||
The Destination Guide contains thousands of new places to discover. Select a location and choose Teleport to start exploring.
|
||
</notification>
|
||
|
||
<notification
|
||
name="HintSidePanel"
|
||
label="Side Panel"
|
||
type="hint">
|
||
<unique/>
|
||
Get quick access to your inventory, outfits, profiles and more in the side panel.
|
||
</notification>
|
||
|
||
<notification
|
||
name="HintMove"
|
||
label="Move"
|
||
type="hint">
|
||
<unique/>
|
||
To walk or run, open the Move Panel and use the directional arrows to navigate. You can also use the directional keys on your keyboard.
|
||
</notification>
|
||
|
||
<notification
|
||
name="HintMoveClick"
|
||
label=""
|
||
type="hint">
|
||
<unique/>
|
||
1. Click to Walk
|
||
Click anywhere on the ground to walk to that spot.
|
||
|
||
2. Click and Drag to Rotate View
|
||
Click and drag anywhere on the world to rotate your view
|
||
<tag>custom_skin</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
name="HintDisplayName"
|
||
label="Display Name"
|
||
type="hint">
|
||
<unique/>
|
||
Set your customizable display name here. This is in addition to your unique username, which can't be changed. You can change how you see other people's names in your preferences.
|
||
</notification>
|
||
|
||
|
||
<notification
|
||
name="HintView"
|
||
label="View"
|
||
type="hint">
|
||
<unique/>
|
||
To change your camera view, use the Orbit and Pan controls. Reset your view by pressing Escape or walking.
|
||
<tag>custom_skin</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
name="HintInventory"
|
||
label="Inventory"
|
||
type="hint">
|
||
<unique/>
|
||
Check your inventory to find items. Newest items can be easily found in the Recent tab.
|
||
</notification>
|
||
|
||
<notification
|
||
name="HintLindenDollar"
|
||
label="You've got Linden Dollars!"
|
||
type="hint">
|
||
<unique/>
|
||
Here's your current balance of L$. Click Buy L$ to purchase more Linden Dollars.
|
||
<tag>funds</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="LowMemory"
|
||
type="alertmodal">
|
||
Your memory pool is low. Some functions of SL are disabled to avoid crash. Please close other applications. Restart SL if this persists.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ForceQuitDueToLowMemory"
|
||
type="alertmodal">
|
||
SL will quit in 30 seconds due to out of memory.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="SOCKS_NOT_PERMITTED"
|
||
type="alertmodal">
|
||
The SOCKS 5 proxy "[HOST]:[PORT]" refused the connection, not allowed by rule set.
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="SOCKS_CONNECT_ERROR"
|
||
type="alertmodal">
|
||
The SOCKS 5 proxy "[HOST]:[PORT]" refused the connection, could not open TCP channel.
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="SOCKS_NOT_ACCEPTABLE"
|
||
type="alertmodal">
|
||
The SOCKS 5 proxy "[HOST]:[PORT]" refused the selected authentication system.
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="SOCKS_AUTH_FAIL"
|
||
type="alertmodal">
|
||
The SOCKS 5 proxy "[HOST]:[PORT]" reported your credentials are invalid.
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="SOCKS_UDP_FWD_NOT_GRANTED"
|
||
type="alertmodal">
|
||
The SOCKS 5 proxy "[HOST]:[PORT]" refused the UDP associate request.
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="SOCKS_HOST_CONNECT_FAILED"
|
||
type="alertmodal">
|
||
Could not connect to SOCKS 5 proxy server "[HOST]:[PORT]".
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="SOCKS_UNKNOWN_STATUS"
|
||
type="alertmodal">
|
||
Unknown proxy error with server "[HOST]:[PORT]".
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="SOCKS_INVALID_HOST"
|
||
type="alertmodal">
|
||
Invalid SOCKS proxy address or port "[HOST]:[PORT]".
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="SOCKS_BAD_CREDS"
|
||
type="alertmodal">
|
||
Invalid SOCKS 5 username or password.
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="PROXY_INVALID_HTTP_HOST"
|
||
type="alertmodal">
|
||
Invalid HTTP proxy address or port "[HOST]:[PORT]".
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="PROXY_INVALID_SOCKS_HOST"
|
||
type="alertmodal">
|
||
Invalid SOCKS proxy address or port "[HOST]:[PORT]".
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ChangeProxySettings"
|
||
type="alert">
|
||
Proxy settings take effect after you restart [APP_NAME].
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
name="AuthRequest"
|
||
type="browser">
|
||
The site at '<nolink>[HOST_NAME]</nolink>' in realm '[REALM]' requires a user name and password.
|
||
<tag>confirm</tag>
|
||
<form name="form">
|
||
<input name="username" type="text" text="User Name"/>
|
||
<input name="password" type="password" text="Password "/>
|
||
<button default="true"
|
||
index="0"
|
||
name="ok"
|
||
text="Submit"/>
|
||
<button index="1"
|
||
name="cancel"
|
||
text="Cancel"/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
name="NoClassifieds"
|
||
label=""
|
||
type="alertmodal">
|
||
<unique/>
|
||
<tag>fail</tag>
|
||
<tag>confirm</tag>
|
||
Creation and editing of Classifieds is only available in Advanced mode. Would you like to quit and change modes? The mode selector can be found on the login screen.
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
yestext="Quit"
|
||
notext="Don't Quit"/>
|
||
</notification>
|
||
|
||
<notification
|
||
name="NoGroupInfo"
|
||
label=""
|
||
type="alertmodal">
|
||
<unique/>
|
||
<tag>fail</tag>
|
||
<tag>confirm</tag>
|
||
Creation and editing of Groups is only available in Advanced mode. Would you like to quit and change modes? The mode selector can be found on the login screen.
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
yestext="Quit"
|
||
notext="Don't Quit"/>
|
||
</notification>
|
||
|
||
<notification
|
||
name="NoPlaceInfo"
|
||
label=""
|
||
type="alertmodal">
|
||
<unique/>
|
||
<tag>fail</tag>
|
||
<tag>confirm</tag>
|
||
Viewing place profile is only available in Advanced mode. Would you like to quit and change modes? The mode selector can be found on the login screen.
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
yestext="Quit"
|
||
notext="Don't Quit"/>
|
||
</notification>
|
||
|
||
<notification
|
||
name="NoPicks"
|
||
label=""
|
||
type="alertmodal">
|
||
<unique/>
|
||
<tag>fail</tag>
|
||
<tag>confirm</tag>
|
||
Creation and editing of Picks is only available in Advanced mode. Would you like to quit and change modes? The mode selector can be found on the login screen.
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
yestext="Quit"
|
||
notext="Don't Quit"/>
|
||
</notification>
|
||
|
||
<notification
|
||
name="NoWorldMap"
|
||
label=""
|
||
type="alertmodal">
|
||
<unique/>
|
||
<tag>fail</tag>
|
||
<tag>confirm</tag>
|
||
Viewing of the world map is only available in Advanced mode. Would you like to quit and change modes? The mode selector can be found on the login screen.
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
yestext="Quit"
|
||
notext="Don't Quit"/>
|
||
</notification>
|
||
|
||
<notification
|
||
name="NoVoiceCall"
|
||
label=""
|
||
type="alertmodal">
|
||
<unique/>
|
||
<tag>fail</tag>
|
||
<tag>confirm</tag>
|
||
Voice calls are only available in Advanced mode. Would you like to logout and change modes?
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
yestext="Quit"
|
||
notext="Don't Quit"/>
|
||
</notification>
|
||
|
||
<notification
|
||
name="NoAvatarShare"
|
||
label=""
|
||
type="alertmodal">
|
||
<unique/>
|
||
<tag>fail</tag>
|
||
<tag>confirm</tag>
|
||
Sharing is only available in Advanced mode. Would you like to logout and change modes?
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
yestext="Quit"
|
||
notext="Don't Quit"/>
|
||
</notification>
|
||
|
||
<notification
|
||
name="NoAvatarPay"
|
||
label=""
|
||
type="alertmodal">
|
||
<unique/>
|
||
<tag>fail</tag>
|
||
<tag>confirm</tag>
|
||
Paying other residents is only available in Advanced mode. Would you like to logout and change modes?
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
yestext="Quit"
|
||
notext="Don't Quit"/>
|
||
</notification>
|
||
|
||
<notification
|
||
name="NoInventory"
|
||
label=""
|
||
type="alertmodal">
|
||
<unique/>
|
||
<tag>fail</tag>
|
||
<tag>confirm</tag>
|
||
Viewing inventory is only available in Advanced mode. Would you like to logout and change modes?
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
yestext="Quit"
|
||
notext="Don't Quit"/>
|
||
</notification>
|
||
|
||
<notification
|
||
name="NoAppearance"
|
||
label=""
|
||
type="alertmodal">
|
||
<unique/>
|
||
<tag>fail</tag>
|
||
<tag>confirm</tag>
|
||
The appearance editor is only available in Advanced mode. Would you like to logout and change modes?
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
yestext="Quit"
|
||
notext="Don't Quit"/>
|
||
</notification>
|
||
|
||
<notification
|
||
name="NoSearch"
|
||
label=""
|
||
type="alertmodal">
|
||
<unique/>
|
||
<tag>fail</tag>
|
||
<tag>confirm</tag>
|
||
Search is only available in Advanced mode. Would you like to logout and change modes?
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
yestext="Quit"
|
||
notext="Don't Quit"/>
|
||
</notification>
|
||
|
||
<notification
|
||
name="ConfirmHideUI"
|
||
label=""
|
||
type="alertmodal">
|
||
<unique/>
|
||
<tag>confirm</tag>
|
||
This action will hide all menu items and buttons. To get them back, click [SHORTCUT] again.
|
||
<usetemplate
|
||
name="okcancelignore"
|
||
yestext="OK"
|
||
notext="Cancel"
|
||
ignoretext="Confirm before hiding UI"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="PathfindingLinksets_WarnOnPhantom"
|
||
type="alertmodal">
|
||
Some selected linksets will have the Phantom flag toggled.
|
||
|
||
Do you wish to continue?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Some selected linksets phantom flag will be toggled."
|
||
name="okcancelignore"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="PathfindingLinksets_MismatchOnRestricted"
|
||
type="alertmodal">
|
||
Some selected linksets cannot be set to be '[REQUESTED_TYPE]' because of permission restrictions on the linkset. These linksets will be set to be '[RESTRICTED_TYPE]' instead.
|
||
|
||
Do you wish to continue?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Some selected linksets cannot be set because of permission restrictions on the linkset."
|
||
name="okcancelignore"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="PathfindingLinksets_MismatchOnVolume"
|
||
type="alertmodal">
|
||
Some selected linksets cannot be set to be '[REQUESTED_TYPE]' because the shape is non-convex.
|
||
|
||
Do you wish to continue?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Some selected linksets cannot be set because the shape is non-convex"
|
||
name="okcancelignore"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="PathfindingLinksets_WarnOnPhantom_MismatchOnRestricted"
|
||
type="alertmodal">
|
||
Some selected linksets will have the Phantom flag toggled.
|
||
|
||
Some selected linksets cannot be set to be '[REQUESTED_TYPE]' because of permission restrictions on the linkset. These linksets will be set to be '[RESTRICTED_TYPE]' instead.
|
||
|
||
Do you wish to continue?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Some selected linksets phantom flag will be toggled and others cannot be set because of permission restrictions on the linkset."
|
||
name="okcancelignore"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="PathfindingLinksets_WarnOnPhantom_MismatchOnVolume"
|
||
type="alertmodal">
|
||
Some selected linksets will have the Phantom flag toggled.
|
||
|
||
Some selected linksets cannot be set to be '[REQUESTED_TYPE]' because the shape is non-convex.
|
||
|
||
Do you wish to continue?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Some selected linksets phantom flag will be toggled and others cannot be set because the shape is non-convex"
|
||
name="okcancelignore"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="PathfindingLinksets_MismatchOnRestricted_MismatchOnVolume"
|
||
type="alertmodal">
|
||
Some selected linksets cannot be set to be '[REQUESTED_TYPE]' because of permission restrictions on the linkset. These linksets will be set to be '[RESTRICTED_TYPE]' instead.
|
||
|
||
Some selected linksets cannot be set to be '[REQUESTED_TYPE]' because the shape is non-convex. These linksets' use types will not change.
|
||
|
||
Do you wish to continue?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Some selected linksets cannot be set because of permission restrictions on the linkset and because the shape is non-convex."
|
||
name="okcancelignore"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="PathfindingLinksets_WarnOnPhantom_MismatchOnRestricted_MismatchOnVolume"
|
||
type="alertmodal">
|
||
Some selected linksets will have the Phantom flag toggled.
|
||
|
||
Some selected linksets cannot be set to be '[REQUESTED_TYPE]' because of permission restrictions on the linkset. These linksets will be set to be '[RESTRICTED_TYPE]' instead.
|
||
|
||
Some selected linksets cannot be set to be '[REQUESTED_TYPE]' because the shape is non-convex. These linksets' use types will not change.
|
||
|
||
Do you wish to continue?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Some selected linksets phantom flag will be toggled and others cannot be set because of permission restrictions on the linkset and because the shape is non-convex."
|
||
name="okcancelignore"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="PathfindingLinksets_ChangeToFlexiblePath"
|
||
type="alertmodal">
|
||
The selected object affects the navmesh. Changing it to a Flexible Path will remove it from the navmesh.
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="The selected object affects the navmesh. Changing it to a Flexible Path will remove it from the navmesh."
|
||
name="okcancelignore"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<global name="UnsupportedIntelDriver">
|
||
The installed Intel graphics driver for [GPUNAME], version [VERSION], is significantly out of date and is known to cause excessive rates of program crashes. You are strongly advised to update to a current Intel driver
|
||
|
||
Do you want to check the Intel driver website?
|
||
</global>
|
||
|
||
<global name="UnsupportedCPUAmount">
|
||
796
|
||
</global>
|
||
|
||
<global name="UnsupportedRAMAmount">
|
||
510
|
||
</global>
|
||
|
||
<global name="UnsupportedGPU">
|
||
- Your graphics card does not meet the minimum requirements.
|
||
</global>
|
||
|
||
<global name="UnsupportedRAM">
|
||
- Your system memory does not meet the minimum requirements.
|
||
</global>
|
||
|
||
<global name="LLLeapUpdaterFailure">
|
||
Failed to launch updater service [UPDATER_APP]. Please verify the viewer is installed correctly and has the necessary permissions to run. If you continue to experience issues, please visit the [SUPPORT_SITE].
|
||
</global>
|
||
|
||
<!-- these are alert strings from server. the name needs to match entire the server string, and needs to be changed
|
||
whenever the server string changes -->
|
||
<global name="You can only set your 'Home Location' on your land or at a mainland Infohub.">
|
||
If you own a piece of land, you can make it your home location.
|
||
Otherwise, you can look at the Map and find places marked "Infohub".
|
||
</global>
|
||
<global name="You died and have been teleported to your home location">
|
||
You died and have been teleported to your home location.
|
||
</global>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="LocalBitmapsUpdateFileNotFound"
|
||
persist="true"
|
||
type="notify">
|
||
[FNAME] could not be updated because the file could no longer be found.
|
||
Disabling future updates for this file.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="LocalBitmapsUpdateFailedFinal"
|
||
persist="true"
|
||
type="notify">
|
||
[FNAME] could not be opened or decoded for [NRETRIES] attempts, and is now considered broken.
|
||
Disabling future updates for this file.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="LocalBitmapsVerifyFail"
|
||
persist="true"
|
||
type="notify">
|
||
Attempted to add an invalid or unreadable image file [FNAME] which could not be opened or decoded.
|
||
Attempt cancelled.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="LocalGLTFVerifyFail"
|
||
persist="true"
|
||
type="notify">
|
||
Attempted to add an invalid or unreadable GLTF material [FNAME] which could not be opened or decoded.
|
||
Attempt cancelled.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="PathfindingReturnMultipleItems"
|
||
type="alertmodal">
|
||
You are returning [NUM_ITEMS] items. Are you sure you want to continue?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Are you sure you want to return multiple items?"
|
||
name="okcancelignore"
|
||
notext="No"
|
||
yestext="Yes"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="PathfindingDeleteMultipleItems"
|
||
type="alertmodal">
|
||
You are deleting [NUM_ITEMS] items. Are you sure you want to continue?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Are you sure you want to delete multiple items?"
|
||
name="okcancelignore"
|
||
notext="No"
|
||
yestext="Yes"/>
|
||
</notification>
|
||
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="AvatarFrozen"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
[AV_FREEZER] has frozen you. You cannot move or interact with the world.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="AvatarFrozenDuration"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
[AV_FREEZER] has frozen you for [AV_FREEZE_TIME] seconds. You cannot move or interact with the world.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="YouFrozeAvatar"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Avatar frozen.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="AvatarHasUnFrozenYou"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
[AV_FREEZER] has unfrozen you.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="AvatarUnFrozen"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Avatar unfrozen.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="AvatarFreezeFailure"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Freeze failed because you don't have admin permission for that parcel.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="AvatarFreezeThaw"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Your freeze expired, go about your business.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="AvatarCantFreeze"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Sorry, can't freeze that user.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="NowOwnObject"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
You are now the owner of object [OBJECT_NAME]
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantRezOnLand"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Can't rez object at [OBJECT_POS] because the owner of this land does not allow it. Use the land tool to see land ownership.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="RezFailTooManyRequests"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Object can not be rezzed because there are too many requests.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="SitFailCantMove"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
You cannot sit because you cannot move at this time.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="SitFailNotAllowedOnLand"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
You cannot sit because you are not allowed on that land.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="SitFailNotSameRegion"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Try moving closer. Can't sit on object because
|
||
it is not in the same region as you.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="NoNewObjectRegionFull"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Unable to create new object. The region is full.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="FailedToPlaceObject"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Failed to place object at specified location. Please try again.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="NoOwnNoGardening"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
You Can't create trees and grass on land you don't own.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="NoCopyPermsNoObject"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Copy failed because you lack permission to copy the object <nolink>'[OBJ_NAME]'</nolink>.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="NoTransPermsNoObject"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Copy failed because the object <nolink>'[OBJ_NAME]'</nolink> cannot be transferred to you.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="AddToNavMeshNoCopy"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Copy failed because the object <nolink>'[OBJ_NAME]'</nolink> contributes to navmesh.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="DupeWithNoRootsSelected"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Duplicate with no root objects selected.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantDupeCuzRegionIsFull"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Can't duplicate objects because the region is full.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantDupeCuzParcelNotFound"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Can't duplicate objects - Can't find the parcel they are on.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantCreateCuzParcelFull"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Can't create object because
|
||
the parcel is full.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="RezAttemptFailed"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Attempt to rez an object failed.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ToxicInvRezAttemptFailed"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Unable to create item that has caused problems on this region.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="InvItemIsBlacklisted"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
That inventory item has been blacklisted.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="NoCanRezObjects"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
You are not currently allowed to create objects.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="LandSearchBlocked"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Land Search Blocked.
|
||
You have performed too many land searches too quickly.
|
||
Please try again in a minute.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="NotEnoughResourcesToAttach"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Not enough script resources available to attach object!
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="YouDiedAndGotTPHome"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
You died and have been teleported to your home location
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="EjectComingSoon"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
You are no longer allowed here and have [EJECT_TIME] seconds to leave.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="NoEnterRegionMaybeFull"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
You can't enter region "[NAME]".
|
||
It may be full or restarting soon.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="SaveBackToInvDisabled"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Save Back To Inventory has been disabled.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="NoExistNoSaveToContents"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Cannot save <nolink>'[OBJ_NAME]'</nolink> to object contents because the object it was rezzed from no longer exists.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="NoModNoSaveToContents"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Cannot save <nolink>'[OBJ_NAME]'</nolink> to object contents because you do not have permission to modify the object <nolink>'[DEST_NAME]'</nolink>.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="NoSaveBackToInvDisabled"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Cannot save <nolink>'[OBJ_NAME]'</nolink> back to inventory -- this operation has been disabled.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="NoCopyNoSelCopy"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
You cannot copy your selection because you do not have permission to copy the object <nolink>'[OBJ_NAME]'</nolink>.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="NoTransNoSelCopy"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
You cannot copy your selection because the object <nolink>'[OBJ_NAME]'</nolink> is not transferrable.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="NoTransNoCopy"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
You cannot copy your selection because the object <nolink>'[OBJ_NAME]'</nolink> is not transferrable.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="NoPermsNoRemoval"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Removal of the object <nolink>'[OBJ_NAME]'</nolink> from the simulator is disallowed by the permissions system.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="NoModNoSaveSelection"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Cannot save your selection because you do not have permission to modify the object <nolink>'[OBJ_NAME]'</nolink>.
|
||
</notification>
|
||
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="NoTransNoSaveToContents"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Cannot save <nolink>'[OBJ_NAME]'</nolink> to object contents because you do not have permission to transfer the object's ownership.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="NoCopyNoSaveSelection"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Cannot save your selection because the object <nolink>'[OBJ_NAME]'</nolink> is not copyable.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="NoModNoTaking"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
You cannot take your selection because you do not have permission to modify the object <nolink>'[OBJ_NAME]'</nolink>.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="RezDestInternalError"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Internal Error: Unknown destination type.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="DeleteFailObjNotFound"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Delete failed because object not found
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="SorryCantEjectUser"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Sorry, can't eject that user.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="RegionSezNotAHome"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
This region does not allow you to set your home location here.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="HomeLocationLimits"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
You can only set your 'Home Location' on your land or at a mainland Infohub.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="HomePositionSet"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Home position set.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="AvatarEjected"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Avatar ejected.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="AvatarEjectFailed"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Eject failed because you don't have admin permission for that parcel.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CMOParcelFull"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Can't move object '[O]' to
|
||
[P] in region [R] because the parcel is full.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CMOParcelPerms"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Can't move object '[O]' to
|
||
[P] in region [R] because your objects are not allowed on this parcel.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CMOParcelResources"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Can't move object '[O]' to
|
||
[P] in region [R] because there are not enough resources for this object on this parcel.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="NoParcelPermsNoObject"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Copy failed because you lack access to that parcel.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CMORegionVersion"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Can't move object '[O]' to
|
||
[P] in region [R] because the other region is running an older version which does not support receiving this object via region crossing.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CMONavMesh"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Can't move object '[O]' to
|
||
[P] in region [R] because you cannot modify the navmesh across region boundaries.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CMOWTF"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Can't move object '[O]' to
|
||
[P] in region [R] because of an unknown reason. ([F])
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="NoPermModifyObject"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
You don't have permission to modify that object
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="TooMuchObjectInventorySelected"
|
||
type="alertmodal">
|
||
<tag>fail</tag>
|
||
Too many objects with large inventory are selected. Please select fewer objects and try again.
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<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>
|
||
This object cannot have a concave piece because it is phantom and contributes to the navmesh.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="UnableAddItem"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Unable to add item!
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="UnableEditItem"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Unable to edit this!
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="NoPermToEdit"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Not permitted to edit this.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="NoPermToCopyInventory"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Not permitted to copy that inventory.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantSaveItemDoesntExist"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Cannot save to object contents: Item no longer exists.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantSaveItemAlreadyExists"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Cannot save to object contents: Item with that name already exists in inventory
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantSaveModifyAttachment"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Cannot save to object contents: This would modify the attachment permissions.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="AttachmentHasTooMuchInventory"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Your attachments contain too much inventory to add more.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="IllegalAttachment"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
The attachment has requested a nonexistent point on the avatar. It has been attached to the chest instead.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="TooManyScripts"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Too many scripts.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="UnableAddScript"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Unable to add script!
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="AssetServerTimeoutObjReturn"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Asset server didn't respond in a timely fashion. Object returned to the region.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="RegionDisablePhysicsShapes"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
This region does not have physics shapes enabled.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="NoModNavmeshAcrossRegions"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
You cannot modify the navmesh across region boundaries.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="NoSetPhysicsPropertiesOnObjectType"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Cannot set physics properties on that object type.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="NoSetRootPrimWithNoShape"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Cannot set root prim to have no shape.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="NoRegionSupportPhysMats"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
This region does not have physics materials enabled.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="OnlyRootPrimPhysMats"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Only root prims may have their physics materials adjusted.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="NoSupportCharacterPhysMats"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Setting physics materials on characters is not yet supported.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="InvalidPhysMatProperty"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
One or more of the specified physics material properties was invalid.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="NoPermsAlterStitchingMeshObj"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
You may not alter the stitching type of a mesh object.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="NoPermsAlterShapeMeshObj"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
You may not alter the shape of a mesh object
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="FullRegionCantEnter"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
You can't enter this region because \nthe region is full.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="LinkFailedOwnersDiffer"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Link failed -- owners differ
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="LinkFailedNoModNavmeshAcrossRegions"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Link failed -- cannot modify the navmesh across region boundaries.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="LinkFailedNoPermToEdit"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Link failed because you do not have edit permission.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="LinkFailedTooManyPrims"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Link failed -- too many primitives
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="LinkFailedCantLinkNoCopyNoTrans"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Link failed -- cannot link no-copy with no-transfer
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="LinkFailedNothingLinkable"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Link failed -- nothing linkable.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="LinkFailedTooManyPathfindingChars"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Link failed -- too many pathfinding characters
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="LinkFailedInsufficientLand"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Link failed -- insufficient land resources
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="LinkFailedTooMuchPhysics"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Object uses too many physics resources -- its dynamics have been disabled.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="EstateManagerFailedllTeleportHome"
|
||
persist="false"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
The object '[OBJECT_NAME]' at [SLURL] cannot teleport estate managers home.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="TeleportedHomeByObjectOnParcel"
|
||
persist="false"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
You have been teleported home by the object '[OBJECT_NAME]' on the parcel '[PARCEL_NAME]'
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="TeleportedHomeByObject"
|
||
persist="false"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
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]
|
||
<usetemplate
|
||
ignoretext="Teleport: You have been teleported by an attachment"
|
||
name="notifyignore"/>
|
||
</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]'
|
||
<usetemplate
|
||
ignoretext="Teleport: You have been teleported by an object on a parcel"
|
||
name="notifyignore"/>
|
||
</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]' owned by an unknown user.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="StandDeniedByObject"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
'[OBJECT_NAME]' will not allow you to stand at this time.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ResitDeniedByObject"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
'[OBJECT_NAME]' will not allow you to change your seat at this time.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantCreateObjectRegionFull"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Unable to create requested object. The region is full.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantCreateAnimatedObjectTooLarge"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Unable to create requested animated object because it exceeds the rigged triangle limit.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantAttackMultipleObjOneSpot"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
You can't attach multiple objects to one spot.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantCreateMultipleObjAtLoc"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
You can't create multiple objects here.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="UnableToCreateObjTimeOut"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Unable to create requested object. Object is missing from database.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="UnableToCreateObjUnknown"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Unable to create requested object. The request timed out. Please try again.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="UnableToCreateObjMissingFromDB"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Unable to create requested object. Please try again.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="RezFailureTookTooLong"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Rez failed, requested object took too long to load.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="FailedToPlaceObjAtLoc"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Failed to place object at specified location. Please try again.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantCreatePlantsOnLand"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
You cannot create plants on this land.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantRestoreObjectNoWorldPos"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Cannot restore object. No world position found.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantRezObjectInvalidMeshData"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Unable to rez object because its mesh data is invalid.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantRezObjectTooManyScripts"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Unable to rez object because there are already too many scripts in this region.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantCreateObjectNoAccess"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Your access privileges don't allow you to create objects there.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantCreateObject"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
You are not currently allowed to create objects.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="InvalidObjectParams"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Invalid object parameters
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantDuplicateObjectNoAcess"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Your access privileges don't allow you to duplicate objects here.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantChangeShape"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
You are not allowed to change this shape.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="NoPermsTooManyAttachedAnimatedObjects"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Operation would cause the number of attached animated objects to exceed the limit.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="NoPermsLinkAnimatedObjectTooLarge"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Can't link these objects because the resulting animated object would exceed the rigged triangle limit.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="NoPermsSetFlagAnimatedObjectTooLarge"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Can't make this object into an animated object because it would exceed the rigged triangle limit.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantChangeAnimatedObjectStateInsufficientLand"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Can't change animated object state for this object because it would cause parcel limit to be exceeded.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ErrorNoMeshData"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Server error: cannot complete this operation because mesh data is not loaded.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="NoAccessToClaimObjects"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Your access privileges don't allow you to claim objects here.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="DeedFailedNoPermToDeedForGroup"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Deed failed because you do not have permission to deed objects for your group.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="NoPrivsToBuyObject"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Your access privileges don't allow you to buy objects here.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantAttachObjectAvatarSittingOnIt"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Cannot attach object because an avatar is sitting on it.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="WhyAreYouTryingToWearShrubbery"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Trees and grasses cannot be worn as attachments.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantAttachGroupOwnedObjs"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Cannot attach group-owned objects.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantAttachObjectsNotOwned"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Cannot attach objects that you don't own.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantAttachNavmeshObjects"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Cannot attach objects that contribute to navmesh.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantAttachObjectNoMovePermissions"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Cannot attach object because you do not have permission to move it.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantAttachNotEnoughScriptResources"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Not enough script resources available to attach object!
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantAttachObjectBeingRemoved"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Cannot attach object because it is already being removed.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantDropItemTrialUser"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
You can't drop objects here; try the Free Trial area.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantDropMeshAttachment"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
You can't drop mesh attachments. Detach to inventory and then rez in world.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantDropAttachmentNoPermission"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Failed to drop attachment: you don't have permission to drop there.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantDropAttachmentInsufficientLandResources"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Failed to drop attachment: insufficient available land resource.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantDropAttachmentInsufficientResources"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Failed to drop attachments: insufficient available resources.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantDropObjectFullParcel"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Cannot drop object here. Parcel is full.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantTouchObjectBannedFromParcel"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Can't touch/grab this object because you are banned from the land parcel.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="PlzNarrowDeleteParams"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Please narrow your delete parameters.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="UnableToUploadAsset"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Unable to upload asset.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantTeleportCouldNotFindUser"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Could not find user to teleport home
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="GodlikeRequestFailed"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
godlike request failed
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="GenericRequestFailed"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
generic request failed
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantUploadPostcard"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Unable to upload postcard. Try again later.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantFetchInventoryForGroupNotice"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Unable to fetch inventory details for the group notice.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantSendGroupNoticeNotPermitted"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Unable to send group notice -- not permitted.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantSendGroupNoticeCantConstructInventory"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Unable to send group notice -- could not construct inventory.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantParceInventoryInNotice"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Unable to parse inventory in notice.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="TerrainUploadFailed"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Terrain upload failed.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="TerrainFileWritten"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Terrain file written.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="TerrainFileWrittenStartingDownload"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Terrain file written, starting download...
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="TerrainBaked"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Terrain baked.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="TenObjectsDisabledPlzRefresh"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Only the first 10 selected objects have been disabled. Refresh and make additional selections if required.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="UpdateViewerBuyParcel"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
You need to update your viewer to buy this parcel.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantBuyParcelNotForSale"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Unable to buy, this parcel is not for sale.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantBuySalePriceOrLandAreaChanged"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Unable to buy, the sale price or land area has changed.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantBuyParcelNotAuthorized"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
You are not the authorized buyer for this parcel.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantBuyParcelAwaitingPurchaseAuth"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
You cannot purchase this parcel because it is already awaiting purchase aut
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantBuildOverflowParcel"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
You cannot build objects here because doing so would overflow the parcel.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="SelectedMultipleOwnedLand"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
You selected land with different owners. Please select a smaller area and try again.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantJoinTooFewLeasedParcels"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Not enough leased parcels in selection to join.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantDivideLandMultipleParcelsSelected"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Can't divide land.
|
||
There is more than one parcel selected.
|
||
Try selecting a smaller piece of land.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantDivideLandCantFindParcel"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Can't divide land.
|
||
Can't find the parcel.
|
||
Please report with Help -> Report Bug...
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantDivideLandWholeParcelSelected"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Can't divide land. Whole parcel is selected.
|
||
Try selecting a smaller piece of land.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="LandHasBeenDivided"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Land has been divided.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="PassPurchased"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
You purchased a pass.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="RegionDisallowsClassifieds"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Region does not allow classified advertisements.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="LandPassExpireSoon"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Your pass to this land is about to expire.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantSitNoSuitableSurface"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
There is no suitable surface to sit on, try another spot.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantSitNoRoom"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
No room to sit here, try another spot.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ClaimObjectFailedNoPermission"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Claim object failed because you don't have permission
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ClaimObjectFailedNoMoney"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Claim object failed because you don't have enough L$.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantDeedGroupLand"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Cannot deed group-owned land.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="BuyObjectFailedNoMoney"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Buy object failed because you don't have enough L$.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="BuyInventoryFailedNoMoney"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Buy inventory failed because you do not have enough L$
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="BuyPassFailedNoMoney"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
You don't have enough L$ to buy a pass to this land.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantBuyPassTryAgain"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Unable to buy pass right now. Try again later.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantCreateObjectParcelFull"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Can't create object because \nthe parcel is full.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="FailedPlacingObject"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Failed to place object at specified location. Please try again.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantCreateLandmarkForEvent"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Unable to create landmark for event.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="GodBeatsFreeze"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Your godlike powers break the freeze!
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="SpecialPowersRequestFailedLogged"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Request for special powers failed. This request has been logged.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ExpireExplanation"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
The system is currently unable to process your request. The request timed out.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="DieExplanation"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
The system is unable to process your request.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="AddPrimitiveFailure"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Insufficient funds to create primitve.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="RezObjectFailure"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Insufficient funds to create object.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ResetHomePositionNotLegal"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Reset Home position since Home wasn't legal.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantInviteRegionFull"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
You cannot currently invite anyone to your location because the region is full. Try again later.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantSetHomeAtRegion"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
This region does not allow you to set your home location here.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ListValidHomeLocations"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
You can only set your 'Home Location' on your land or at a mainland Infohub.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="SetHomePosition"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Home position set.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantDerezInventoryError"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Cannot derez object due to inventory fault.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantCreateRequestedInv"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Cannot create requested inventory.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantCreateRequestedInvFolder"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Cannot create requested inventory folder.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantCreateInventory"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Cannot create that inventory.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantCreateLandmark"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Cannot create landmark.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantCreateOutfit"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Cannot create outfit right now. Try again in a minute.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="InventoryNotForSale"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Inventory is not for sale.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantFindInvItem"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Unable to find inventory item.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantFindObject"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Unable to find object.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantTransfterMoneyRegionDisabled"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Money transfers to objects are currently disabled in this region.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="DroppedMoneyTransferRequest"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Unable to make payment due to system load.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantPayNoAgent"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Could not figure out who to pay.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CantDonateToPublicObjects"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
You cannot give L$ to public objects.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="InventoryCreationInWorldObjectFailed"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
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>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="LargePrimAgentIntersect"
|
||
type="notify">
|
||
<tag>fail</tag>
|
||
Cannot create large prims that intersect other residents. Please re-try when other residents have moved.
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="PreferenceChatClearLog"
|
||
type="alertmodal">
|
||
This will delete the logs of previous conversations, and any backups of that file.
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Confirm before I delete the log of previous conversations."
|
||
name="okcancelignore"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="PreferenceControlsDefaults"
|
||
type="alertmodal">
|
||
Do you want to restore default values for controls?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
canceltext="Cancel"
|
||
name="yesnocancelbuttons"
|
||
notext="Current mode"
|
||
yestext="All modes"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="PreferenceChatDeleteTranscripts"
|
||
type="alertmodal">
|
||
This will delete the transcripts for all previous conversations. The list of past conversations will not be affected. All files with the suffixes .txt and txt.backup in the folder [FOLDER] will be deleted.
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Confirm before I delete transcripts."
|
||
name="okcancelignore"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alert.tga"
|
||
name="PreferenceChatPathChanged"
|
||
type="alert">
|
||
Unable to move files. Restored previous path.
|
||
<usetemplate
|
||
ignoretext="Unable to move files. Restored previous path."
|
||
name="okignore"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="DefaultObjectPermissions"
|
||
type="alert">
|
||
There was a problem saving the default object permissions: [REASON]. Please try setting the default permissions later.
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alert.tga"
|
||
name="ChatHistoryIsBusyAlert"
|
||
type="alertmodal">
|
||
Chat history file is busy with previous operation. Please try again in a few minutes or choose chat with another person.
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="AddPaymentMethod"
|
||
type="alertmodal">
|
||
On the following page, choose a L$ amount
|
||
and click a place Order button. You will be
|
||
able to add a payment method at checkout.
|
||
<tag>confirm</tag>
|
||
<form name="form">
|
||
<button
|
||
default="true"
|
||
index="0"
|
||
width="120"
|
||
name="Continue"
|
||
text="Continue"/>
|
||
<button
|
||
index="1"
|
||
name="Cancel"
|
||
text="Cancel"/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alert.tga"
|
||
name="OutfitPhotoLoadError"
|
||
type="alertmodal">
|
||
[REASON]
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="FailedToFindSettings"
|
||
persist="true"
|
||
type="alertmodal">
|
||
Could not load the settings for [NAME] from the database.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="FailedToLoadSettingsApply"
|
||
persist="true"
|
||
type="alertmodal">
|
||
Unable to apply those settings to the environment.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="FailedToBuildSettingsDay"
|
||
persist="true"
|
||
type="alertmodal">
|
||
Unable to apply those settings to the environment.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="NoEnvironmentSettings"
|
||
persist="true"
|
||
type="alertmodal">
|
||
This Region does not support environmental settings.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
label="Save Environmental Settings"
|
||
name="SaveSettingAs"
|
||
type="alertmodal">
|
||
<unique/>
|
||
Save current environmental settings as:
|
||
<tag>confirm</tag>
|
||
<form name="form">
|
||
<input name="message" type="text">
|
||
[DESC] (new)
|
||
</input>
|
||
<button
|
||
default="true"
|
||
index="0"
|
||
name="OK"
|
||
text="OK"/>
|
||
<button
|
||
index="1"
|
||
name="Cancel"
|
||
text="Cancel"/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="WLImportFail"
|
||
persist="true"
|
||
type="alertmodal">
|
||
Unable to import legacy Windlight settings [NAME] from
|
||
[FILE].
|
||
|
||
[REASONS]
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="WLParcelApplyFail"
|
||
persist="true"
|
||
type="alertmodal">
|
||
Unable to set the environment for this parcel.
|
||
Please enter or select a parcel that you have rights to modify.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="SettingsUnsuported"
|
||
persist="true"
|
||
type="alertmodal">
|
||
Settings are not supported on this region.
|
||
Please move to a settings enabled region and retry your action.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="SettingsConfirmLoss"
|
||
type="alertmodal">
|
||
You are about to lose the changes you have made to this [TYPE] named "[NAME]".
|
||
Are you sure you want to continue?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Are you sure you want to lose changes?"
|
||
name="okcancelignore"
|
||
notext="No"
|
||
yestext="Yes"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="SettingsConfirmReset"
|
||
type="alertmodal">
|
||
You are about to remove all applied settings.
|
||
Are you sure you want to continue?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="No"
|
||
yestext="Yes"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="PersonalSettingsConfirmReset"
|
||
type="alertmodal">
|
||
You are about to remove all applied Personal lighting settings.
|
||
Are you sure you want to continue?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="No"
|
||
yestext="Yes"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="SettingsMakeNoTrans"
|
||
type="alertmodal">
|
||
You are about to import non-transferable settings into this daycycle. Continuing will cause the settings you are editing to become non-transferable also.
|
||
|
||
This change can not be undone.
|
||
|
||
Are you sure you want to continue?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Are you sure you want to make settings non-transferable?"
|
||
name="okcancelignore"
|
||
notext="No"
|
||
yestext="Yes"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="NoEditFromLibrary"
|
||
persist="true"
|
||
type="alertmodal">
|
||
You may not edit settings directly from the libary.
|
||
Please copy to your own inventory and try again.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="EnvironmentApplyFailed"
|
||
persist="true"
|
||
type="alertmodal">
|
||
We have encountered an issue with these settings. They can not be saved or applied at this time.
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="TrackLoadFailed"
|
||
persist="true"
|
||
type="alertmodal">
|
||
Unable to load the track into [TRACK].
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notify.tga"
|
||
name="TrackLoadMismatch"
|
||
persist="true"
|
||
type="alertmodal">
|
||
Unable to load the track from [TRACK1] into [TRACK2].
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="CompressionTestResults"
|
||
type="alertmodal">
|
||
Test result for gzip level 6 file compression with [FILE] of size [SIZE] KB:
|
||
Packing: [PACK_TIME]s [PSIZE]KB
|
||
Unpacking: [UNPACK_TIME]s [USIZE]KB
|
||
<tag>fail</tag>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
label="Prompt for MFA Token"
|
||
name="PromptMFAToken"
|
||
type="alertmodal">
|
||
[MESSAGE]
|
||
<tag>confirm</tag>
|
||
<form name="form">
|
||
<input name="token" type="text" width="400" />
|
||
<button
|
||
default="true"
|
||
index="0"
|
||
name="continue"
|
||
text="Continue"/>
|
||
<button
|
||
index="1"
|
||
name="cancel"
|
||
text="Cancel"/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
label="Prompt for MFA Token"
|
||
name="PromptMFATokenWithSave"
|
||
type="alertmodal">
|
||
[MESSAGE]
|
||
<tag>confirm</tag>
|
||
<form name="form">
|
||
<input name="token" type="text" width="400" />
|
||
<ignore
|
||
name="ignore"
|
||
checkbox_only="true"
|
||
text="Remember this computer for 30 days."/>
|
||
<button
|
||
default="true"
|
||
index="0"
|
||
name="continue"
|
||
text="Continue"/>
|
||
<button
|
||
index="1"
|
||
name="cancel"
|
||
text="Cancel"/>
|
||
</form>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
label="Create subfolder"
|
||
name="CreateSubfolder"
|
||
type="alertmodal">
|
||
<unique/>
|
||
Name the new folder:
|
||
<tag>confirm</tag>
|
||
<form name="form">
|
||
<input name="message" type="text">
|
||
[DESC]
|
||
</input>
|
||
<button
|
||
default="true"
|
||
index="0"
|
||
name="OK"
|
||
text="OK"/>
|
||
<button
|
||
index="1"
|
||
name="Cancel"
|
||
text="Cancel"/>
|
||
</form>
|
||
</notification>
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="SameFolderRequired"
|
||
type="alert">
|
||
Selected items must be in the same folder.
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="RiggedMeshAttachedToHUD"
|
||
type="alertmodal">
|
||
An object "[NAME]" attached to HUD point "[POINT]" contains rigged mesh.
|
||
|
||
Rigged mesh objects are designed for attachment to the avatar. You will see this object but no one else will.
|
||
|
||
If you want others to see this object, remove it and re-attach it to an avatar attachment point.
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Warn me when rigged mesh is attached to HUD point."
|
||
name="okignore"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="EnableAutoFPSWarning"
|
||
type="alertmodal">
|
||
You are about to enable AutoFPS. All unsaved graphics settings will be lost.
|
||
|
||
Would you like to save them first?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="No"
|
||
yestext="Yes"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ConfirmOverwriteOutfit"
|
||
type="alertmodal">
|
||
<unique/>
|
||
This will replace the items in the
|
||
selected outfit with the items you
|
||
are wearing now.
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
ignoretext="Confirm before overwriting outfit"
|
||
name="okcancelignore"
|
||
notext="Cancel"
|
||
yestext="Save"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="ClearInventoryThumbnailsWarning"
|
||
type="alertmodal">
|
||
You are about to remove thumbnail images from the inventory items in the list. This change cannot be undone.
|
||
|
||
Would you like to proceed?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="No"
|
||
yestext="Yes"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="WriteInventoryThumbnailsWarning"
|
||
type="alertmodal">
|
||
You are about to overwrite thumbnail images for some or all of the inventory items in the list. This change cannot be undone.
|
||
|
||
Would you like to proceed?
|
||
<tag>confirm</tag>
|
||
<usetemplate
|
||
name="okcancelbuttons"
|
||
notext="No"
|
||
yestext="Yes"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="ReflectionProbeApplied"
|
||
persist="true"
|
||
type="alertmodal">
|
||
WARNING: You have made your object a Reflection Probe. This will implicitly change the object to mimic its influence volume and will make irreversible changes to the object. Do you want to continue?
|
||
<usetemplate
|
||
ignoretext="Reflection Probe tips"
|
||
name="okcancelignore"
|
||
notext="Cancel"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="notifytip.tga"
|
||
name="AutoAdjustHDRSky"
|
||
type="alertmodal">
|
||
You are editing a non-HDR sky that has been automatically converted to HDR. To remove HDR and tone mapping, set Reflection Probe Ambiance to zero.
|
||
<usetemplate
|
||
ignoretext="HDR Sky adjustment warning"
|
||
name="okignore"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="GLTFOpenSelection"
|
||
type="alert">
|
||
You must select an object to act as a handle to the GLTF asset you are previewing.
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="GLTFLoadFailed"
|
||
type="alert">
|
||
Failed to load GLTF file. See log for details.
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="GLTFSaveFailed"
|
||
type="alert">
|
||
Failed to save GLTF file. See log for details.
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="GLTFSaveSelection"
|
||
type="alert">
|
||
You must select an object that has a GLTF asset associated with it.
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="GLTFUploadSelection"
|
||
type="alert">
|
||
You must select an object that has local-only GLTF asset associated with it.
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
<notification
|
||
icon="alertmodal.tga"
|
||
name="GLTFUploadInProgress"
|
||
type="alert">
|
||
Upload is currently in progress. Please try again later.
|
||
<tag>fail</tag>
|
||
<usetemplate
|
||
name="okbutton"
|
||
yestext="OK"/>
|
||
</notification>
|
||
|
||
</notifications>
|