/indra/newview/skins/default/xui/en/notifications.xml
XML | 2649 lines | 2317 code | 303 blank | 29 comment | 0 complexity | c39a590cb2494949fb118aea043186a7 MD5 | raw file
Possible License(s): LGPL-2.1
Large files files are truncated, but you can click here to view the full file
- <?xml version="1.0" ?><notifications>
- <global name="skipnexttime">
- Don't show me this again
- </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="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="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="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="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="outbox">
- <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="outbox">
- 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="outbox">
- 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="outbox">
- Transfer failed
- 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="outbox">
- Marketplace initialization failed
- Initialization with the Marketplace failed because of a system or network error. Try again later.
- <usetemplate
- name="okbutton"
- yestext="OK"/>
- </notification>
-
- <notification
- icon="alertmodal.tga"
- name="CompileQueueSaveText"
- type="alertmodal">
- There was a problem uploading the text for a script due to the following reason: [REASON]. Please try again later.
- <tag>fail</tag>
- </notification>
- <notification
- icon="alertmodal.tga"
- name="CompileQueueSaveBytecode"
- type="alertmodal">
- There was a problem uploading the compiled script due to the following reason: [REASON]. Please try again later.
- <tag>fail</tag>
- </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 choosen 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="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="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="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 [NAME].
- 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$100.
- 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$100"/>
- </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 '[NAME]' 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?
- <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 [NAME] 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="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 Terms of Service to continue logging into [SECOND_LIFE].
- </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="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">
- http://join.secondlife.com/
- </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="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="DeleteAvatarPick"
- type="alertmodal">
- Delete pick <nolink>[PICK]</nolink>?
- <tag>confirm</tag>
- <usetemplate
- name="okcancelbuttons"
- notext="Cancel"
- yestext="OK"/>
- </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">
- http://secondlife.com/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="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="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="SaveScriptFailReason"
- type="alertmodal">
- There was a problem saving a script due to the following reason: [REASON]. Please try re-saving the script later.
- <tag>fail</tag>
- </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="SaveBytecodeFailReason"
- type="alertmodal">
- There was a problem saving a compiled script due to the following reason: [REASON]. Please try re-saving the script later.
- <tag>fail</tag>
- </notification>
- <notification
- icon="alertmodal.tga"
- name="StartRegionEmpty"
- type="alertmodal">
- Oops, 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
- 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="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="RegionNoTerraforming"
- type="alertmodal">
- The region [REGION] does not allow terraforming.
- <tag>fail</tag>
- </notification>
- <notification
- icon="alertmodal.tga"
- name="CannotCopyWarning"
- type="alertmodal">
- You do not have permission to copy the following items:
- [ITEMS]
- 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 [GROUP_NAME]
- <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="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="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 (10 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">
- [APP_NAME] does not currently support bulk upload of 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"
- 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"
- 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">
- 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">
- Problem encountered processing your teleport request. You may need to log back in before you can teleport.
- If you continue to get this message, please check the [SUPPORT_SITE].
- <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="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"
- na…
Large files files are truncated, but you can click here to view the full file