PageRenderTime 51ms CodeModel.GetById 15ms RepoModel.GetById 1ms app.codeStats 0ms

/indra/newview/skins/default/xui/en/notifications.xml

https://bitbucket.org/lindenlab/viewer-beta/
XML | 2649 lines | 2317 code | 303 blank | 29 comment | 0 complexity | c39a590cb2494949fb118aea043186a7 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" ?><notifications>
  2. <global name="skipnexttime">
  3. Don&apos;t show me this again
  4. </global>
  5. <global name="alwayschoose">
  6. Always choose this option
  7. </global>
  8. <global name="implicitclosebutton">
  9. Close
  10. </global>
  11. <template name="okbutton">
  12. <form>
  13. <button
  14. default="true"
  15. index="0"
  16. name="OK_okbutton"
  17. text="$yestext"/>
  18. </form>
  19. </template>
  20. <template name="okignore">
  21. <form>
  22. <button
  23. default="true"
  24. index="0"
  25. name="OK_okignore"
  26. text="$yestext"/>
  27. <ignore text="$ignoretext"/>
  28. </form>
  29. </template>
  30. <template name="okcancelbuttons">
  31. <form>
  32. <button
  33. default="true"
  34. index="0"
  35. name="OK_okcancelbuttons"
  36. text="$yestext"/>
  37. <button
  38. index="1"
  39. name="Cancel_okcancelbuttons"
  40. text="$notext"/>
  41. </form>
  42. </template>
  43. <template name="okcancelignore">
  44. <form>
  45. <button
  46. default="true"
  47. index="0"
  48. name="OK_okcancelignore"
  49. text="$yestext"/>
  50. <button
  51. index="1"
  52. name="Cancel_okcancelignore"
  53. text="$notext"/>
  54. <ignore text="$ignoretext"/>
  55. </form>
  56. </template>
  57. <template name="okhelpbuttons">
  58. <form>
  59. <button
  60. default="true"
  61. index="0"
  62. name="OK_okhelpbuttons"
  63. text="$yestext"/>
  64. <button
  65. index="1"
  66. name="Help"
  67. text="$helptext"/>
  68. </form>
  69. </template>
  70. <template name="yesnocancelbuttons">
  71. <form>
  72. <button
  73. default="true"
  74. index="0"
  75. name="Yes"
  76. text="$yestext"/>
  77. <button
  78. index="1"
  79. name="No"
  80. text="$notext"/>
  81. <button
  82. index="2"
  83. name="Cancel_yesnocancelbuttons"
  84. text="$canceltext"/>
  85. </form>
  86. </template>
  87. <notification
  88. functor="GenericAcknowledge"
  89. icon="alertmodal.tga"
  90. name="MissingAlert"
  91. label="Unknown Notification Message"
  92. type="alertmodal">
  93. 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.
  94. Error details: The notification called &apos;[_NAME]&apos; was not found in notifications.xml.
  95. <tag>fail</tag>
  96. <usetemplate
  97. name="okbutton"
  98. yestext="OK"/>
  99. </notification>
  100. <notification
  101. icon="alertmodal.tga"
  102. name="FloaterNotFound"
  103. type="alertmodal">
  104. Floater error: Could not find the following controls:
  105. [CONTROLS]
  106. <tag>fail</tag>
  107. <usetemplate
  108. name="okbutton"
  109. yestext="OK"/>
  110. </notification>
  111. <notification
  112. icon="alertmodal.tga"
  113. name="TutorialNotFound"
  114. type="alertmodal">
  115. No tutorial is currently available.
  116. <tag>fail</tag>
  117. <usetemplate
  118. name="okbutton"
  119. yestext="OK"/>
  120. </notification>
  121. <notification
  122. icon="alertmodal.tga"
  123. name="GenericAlert"
  124. type="alertmodal">
  125. [MESSAGE]
  126. </notification>
  127. <notification
  128. icon="alertmodal.tga"
  129. name="GenericAlertYesCancel"
  130. type="alertmodal">
  131. [MESSAGE]
  132. <usetemplate
  133. name="okcancelbuttons"
  134. notext="Cancel"
  135. yestext="Yes"/>
  136. </notification>
  137. <notification
  138. icon="alertmodal.tga"
  139. name="BadInstallation"
  140. type="alertmodal">
  141. An error occurred while updating [APP_NAME]. Please [http://get.secondlife.com download the latest version] of the Viewer.
  142. <tag>fail</tag>
  143. <usetemplate
  144. name="okbutton"
  145. yestext="OK"/>
  146. </notification>
  147. <notification
  148. icon="alertmodal.tga"
  149. name="LoginFailedNoNetwork"
  150. type="alertmodal">
  151. <tag>fail</tag>
  152. Could not connect to the [SECOND_LIFE_GRID].
  153. &apos;[DIAGNOSTIC]&apos;
  154. Make sure your Internet connection is working properly.
  155. <usetemplate
  156. name="okbutton"
  157. yestext="OK"/>
  158. </notification>
  159. <notification
  160. icon="alertmodal.tga"
  161. name="MessageTemplateNotFound"
  162. type="alertmodal">
  163. Message Template [PATH] not found.
  164. <tag>fail</tag>
  165. <usetemplate
  166. name="okbutton"
  167. yestext="OK"/>
  168. </notification>
  169. <notification
  170. icon="alertmodal.tga"
  171. name="WearableSave"
  172. type="alertmodal">
  173. Save changes to current clothing/body part?
  174. <usetemplate
  175. canceltext="Cancel"
  176. name="yesnocancelbuttons"
  177. notext="Don&apos;t Save"
  178. yestext="Save"/>
  179. </notification>
  180. <notification
  181. icon="alertmodal.tga"
  182. name="ConfirmNoCopyToOutbox"
  183. type="alertmodal">
  184. 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.
  185. <usetemplate
  186. name="okcancelbuttons"
  187. notext="Don't move item(s)"
  188. yestext="Move item(s)"/>
  189. </notification>
  190. <notification
  191. icon="OutboxStatus_Success"
  192. name="OutboxFolderCreated"
  193. type="outbox">
  194. <unique/>
  195. A new folder has been created for each item you have transferred into the top level of your Merchant Outbox.
  196. <usetemplate
  197. ignoretext="A new folder was created in the Merchant Outbox"
  198. name="okignore"
  199. yestext="OK"/>
  200. </notification>
  201. <notification
  202. icon="OutboxStatus_Success"
  203. name="OutboxImportComplete"
  204. type="outbox">
  205. Success
  206. All folders were successfully sent to the Marketplace.
  207. <usetemplate
  208. ignoretext="All folders sent to the Marketplace"
  209. name="okignore"
  210. yestext="OK"/>
  211. </notification>
  212. <notification
  213. icon="OutboxStatus_Warning"
  214. name="OutboxImportHadErrors"
  215. type="outbox">
  216. Some folders did not transfer
  217. Errors occurred when some folders were sent to the Marketplace. Those folders are still in your Merchant Outbox.
  218. See the [[MARKETPLACE_IMPORTS_URL] error log] for more information.
  219. <usetemplate
  220. name="okbutton"
  221. yestext="OK"/>
  222. </notification>
  223. <notification
  224. icon="OutboxStatus_Error"
  225. name="OutboxImportFailed"
  226. type="outbox">
  227. Transfer failed
  228. No folders were sent to the Marketplace because of a system or network error. Try again later.
  229. <usetemplate
  230. name="okbutton"
  231. yestext="OK"/>
  232. </notification>
  233. <notification
  234. icon="OutboxStatus_Error"
  235. name="OutboxInitFailed"
  236. type="outbox">
  237. Marketplace initialization failed
  238. Initialization with the Marketplace failed because of a system or network error. Try again later.
  239. <usetemplate
  240. name="okbutton"
  241. yestext="OK"/>
  242. </notification>
  243. <notification
  244. icon="alertmodal.tga"
  245. name="CompileQueueSaveText"
  246. type="alertmodal">
  247. There was a problem uploading the text for a script due to the following reason: [REASON]. Please try again later.
  248. <tag>fail</tag>
  249. </notification>
  250. <notification
  251. icon="alertmodal.tga"
  252. name="CompileQueueSaveBytecode"
  253. type="alertmodal">
  254. There was a problem uploading the compiled script due to the following reason: [REASON]. Please try again later.
  255. <tag>fail</tag>
  256. </notification>
  257. <notification
  258. icon="alertmodal.tga"
  259. name="WriteAnimationFail"
  260. type="alertmodal">
  261. There was a problem writing animation data. Please try again later.
  262. <tag>fail</tag>
  263. </notification>
  264. <notification
  265. icon="alertmodal.tga"
  266. name="UploadAuctionSnapshotFail"
  267. type="alertmodal">
  268. There was a problem uploading the auction snapshot due to the following reason: [REASON]
  269. <tag>fail</tag>
  270. </notification>
  271. <notification
  272. icon="alertmodal.tga"
  273. name="UnableToViewContentsMoreThanOne"
  274. type="alertmodal">
  275. Unable to view the contents of more than one item at a time.
  276. Please select only one object and try again.
  277. <tag>fail</tag>
  278. </notification>
  279. <notification
  280. icon="alertmodal.tga"
  281. name="SaveClothingBodyChanges"
  282. type="alertmodal">
  283. Save all changes to clothing/body parts?
  284. <tag>confirm</tag>
  285. <usetemplate
  286. canceltext="Cancel"
  287. name="yesnocancelbuttons"
  288. notext="Don&apos;t Save"
  289. yestext="Save All"/>
  290. </notification>
  291. <notification
  292. icon="alertmodal.tga"
  293. name="FriendsAndGroupsOnly"
  294. type="alertmodal">
  295. Non-friends won't know that you've choosen to ignore their calls and instant messages.
  296. <usetemplate
  297. name="okbutton"
  298. yestext="OK"/>
  299. </notification>
  300. <notification
  301. icon="alertmodal.tga"
  302. name="FavoritesOnLogin"
  303. type="alertmodal">
  304. Note: When you turn on this option, anyone who uses this computer can see your list of favorite locations.
  305. <usetemplate
  306. name="okbutton"
  307. yestext="OK"/>
  308. </notification>
  309. <notification
  310. icon="alertmodal.tga"
  311. name="GrantModifyRights"
  312. type="alertmodal">
  313. 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.
  314. Do you want to grant modify rights for [NAME]?
  315. <tag>confirm</tag>
  316. <usetemplate
  317. name="okcancelbuttons"
  318. notext="No"
  319. yestext="Yes"/>
  320. </notification>
  321. <notification
  322. icon="alertmodal.tga"
  323. name="GrantModifyRightsMultiple"
  324. type="alertmodal">
  325. 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.
  326. Do you want to grant modify rights for the selected Residents?
  327. <tag>confirm</tag>
  328. <usetemplate
  329. name="okcancelbuttons"
  330. notext="No"
  331. yestext="Yes"/>
  332. </notification>
  333. <notification
  334. icon="alertmodal.tga"
  335. name="RevokeModifyRights"
  336. type="alertmodal">
  337. Do you want to revoke modify rights for [NAME]?
  338. <tag>confirm</tag>
  339. <usetemplate
  340. name="okcancelbuttons"
  341. notext="No"
  342. yestext="Yes"/>
  343. </notification>
  344. <notification
  345. icon="alertmodal.tga"
  346. name="RevokeModifyRightsMultiple"
  347. type="alertmodal">
  348. Do you want to revoke modify rights for the selected Residents?
  349. <tag>confirm</tag>
  350. <usetemplate
  351. name="okcancelbuttons"
  352. notext="No"
  353. yestext="Yes"/>
  354. </notification>
  355. <notification
  356. icon="alertmodal.tga"
  357. name="UnableToCreateGroup"
  358. type="alertmodal">
  359. Unable to create group.
  360. [MESSAGE]
  361. <tag>group</tag>
  362. <tag>fail</tag>
  363. <usetemplate
  364. name="okbutton"
  365. yestext="OK"/>
  366. </notification>
  367. <notification
  368. icon="alertmodal.tga"
  369. name="PanelGroupApply"
  370. type="alertmodal">
  371. [NEEDS_APPLY_MESSAGE]
  372. [WANT_APPLY_MESSAGE]
  373. <tag>confirm</tag>
  374. <tag>group</tag>
  375. <usetemplate
  376. canceltext="Cancel"
  377. name="yesnocancelbuttons"
  378. notext="Ignore Changes"
  379. yestext="Apply Changes"/>
  380. </notification>
  381. <notification
  382. icon="alertmodal.tga"
  383. name="MustSpecifyGroupNoticeSubject"
  384. type="alertmodal">
  385. You must specify a subject to send a group notice.
  386. <tag>group</tag>
  387. <tag>fail</tag>
  388. <usetemplate
  389. name="okbutton"
  390. yestext="OK"/>
  391. </notification>
  392. <notification
  393. icon="alertmodal.tga"
  394. name="AddGroupOwnerWarning"
  395. type="alertmodal">
  396. You are about to add group members to the role of [ROLE_NAME].
  397. Members cannot be removed from that role.
  398. The members must resign from the role themselves.
  399. Are you sure you want to continue?
  400. <tag>group</tag>
  401. <tag>confirm</tag>
  402. <usetemplate
  403. ignoretext="Confirm before I add a new group Owner"
  404. name="okcancelignore"
  405. notext="No"
  406. yestext="Yes"/>
  407. </notification>
  408. <notification
  409. icon="alertmodal.tga"
  410. name="AssignDangerousActionWarning"
  411. type="alertmodal">
  412. You are about to add the Ability &apos;[ACTION_NAME]&apos; to the Role &apos;[ROLE_NAME]&apos;.
  413. *WARNING*
  414. 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&apos;re doing before assigning this Ability.
  415. Add this Ability to &apos;[ROLE_NAME]&apos;?
  416. <usetemplate
  417. name="okcancelbuttons"
  418. notext="No"
  419. yestext="Yes"/>
  420. </notification>
  421. <notification
  422. icon="alertmodal.tga"
  423. name="AssignDangerousAbilityWarning"
  424. type="alertmodal">
  425. You are about to add the Ability &apos;[ACTION_NAME]&apos; to the Role &apos;[ROLE_NAME]&apos;.
  426. *WARNING*
  427. Any Member in a Role with this Ability can assign themselves -- and any other member -- all Abilities, elevating themselves to near-Owner power.
  428. Add this Ability to &apos;[ROLE_NAME]&apos;?
  429. <usetemplate
  430. name="okcancelbuttons"
  431. notext="No"
  432. yestext="Yes"/>
  433. </notification>
  434. <notification
  435. icon="alertmodal.tga"
  436. name="AttachmentDrop"
  437. type="alertmodal">
  438. You are about to drop your attachment.
  439. Are you sure you want to continue?
  440. <tag>confirm</tag>
  441. <usetemplate
  442. ignoretext="Confirm before dropping attachments"
  443. name="okcancelignore"
  444. notext="No"
  445. yestext="Yes"/>
  446. </notification>
  447. <notification
  448. icon="alertmodal.tga"
  449. name="JoinGroupCanAfford"
  450. type="alertmodal">
  451. Joining this group costs L$[COST].
  452. Do you wish to proceed?
  453. <tag>confirm</tag>
  454. <tag>funds</tag>
  455. <tag>group</tag>
  456. <usetemplate
  457. name="okcancelbuttons"
  458. notext="Cancel"
  459. yestext="Join"/>
  460. </notification>
  461. <notification
  462. icon="alertmodal.tga"
  463. name="JoinGroupNoCost"
  464. type="alertmodal">
  465. You are joining group [NAME].
  466. Do you wish to proceed?
  467. <tag>group</tag>
  468. <tag>confirm</tag>
  469. <usetemplate
  470. name="okcancelbuttons"
  471. notext="Cancel"
  472. yestext="Join"/>
  473. </notification>
  474. <notification
  475. icon="alertmodal.tga"
  476. name="JoinGroupCannotAfford"
  477. type="alertmodal">
  478. Joining this group costs L$[COST].
  479. You do not have enough L$ to join this group.
  480. <tag>group</tag>
  481. <tag>fail</tag>
  482. <tag>funds</tag>
  483. </notification>
  484. <notification
  485. icon="alertmodal.tga"
  486. name="CreateGroupCost"
  487. type="alertmodal">
  488. Creating this group will cost L$100.
  489. Groups need more than one member, or they are deleted forever.
  490. Please invite members within 48 hours.
  491. <tag>group</tag>
  492. <tag>funds</tag>
  493. <usetemplate
  494. canceltext="Cancel"
  495. name="okcancelbuttons"
  496. notext="Cancel"
  497. yestext="Create group for L$100"/>
  498. </notification>
  499. <notification
  500. icon="alertmodal.tga"
  501. name="LandBuyPass"
  502. type="alertmodal">
  503. <tag>fail</tag>
  504. For L$[COST] you can enter this land (&apos;[PARCEL_NAME]&apos;) for [TIME] hours. Buy a pass?
  505. <tag>funds</tag>
  506. <tag>confirm</tag>
  507. <usetemplate
  508. name="okcancelbuttons"
  509. notext="Cancel"
  510. yestext="OK"/>
  511. </notification>
  512. <notification
  513. icon="alertmodal.tga"
  514. name="SalePriceRestriction"
  515. type="alertmodal">
  516. Sale price must be set to more than L$0 if selling to anyone.
  517. Please select an individual to sell to if selling for L$0.
  518. <tag>fail</tag>
  519. </notification>
  520. <notification
  521. icon="alertmodal.tga"
  522. name="ConfirmLandSaleChange"
  523. priority="high"
  524. type="alertmodal">
  525. The selected [LAND_SIZE] mË› land is being set for sale.
  526. Your selling price will be L$[SALE_PRICE] and will be authorized for sale to [NAME].
  527. <tag>confirm</tag>
  528. <usetemplate
  529. name="okcancelbuttons"
  530. notext="Cancel"
  531. yestext="OK"/>
  532. </notification>
  533. <notification
  534. icon="alertmodal.tga"
  535. name="ConfirmLandSaleToAnyoneChange"
  536. type="alertmodal">
  537. ATTENTION: Clicking &apos;sell to anyone&apos; makes your land available to the entire [SECOND_LIFE] community, even those not in this region.
  538. The selected [LAND_SIZE] mË› land is being set for sale.
  539. Your selling price will be L$[SALE_PRICE] and will be authorized for sale to [NAME].
  540. <tag>confirm</tag>
  541. <usetemplate
  542. name="okcancelbuttons"
  543. notext="Cancel"
  544. yestext="OK"/>
  545. </notification>
  546. <notification
  547. icon="alertmodal.tga"
  548. name="ReturnObjectsDeededToGroup"
  549. type="alertmodal">
  550. Are you sure you want to return all objects shared with the group &apos;[NAME]&apos; on this parcel of land back to their previous owner&apos;s inventory?
  551. *WARNING* This will delete the non-transferable objects deeded to the group!
  552. Objects: [N]
  553. <tag>confirm</tag>
  554. <tag>group</tag>
  555. <usetemplate
  556. name="okcancelbuttons"
  557. notext="Cancel"
  558. yestext="OK"/>
  559. </notification>
  560. <notification
  561. icon="alertmodal.tga"
  562. name="ReturnObjectsOwnedByUser"
  563. type="alertmodal">
  564. Are you sure you want to return all objects owned by the Resident &apos;[NAME]&apos; on this parcel of land back to their inventory?
  565. Objects: [N]
  566. <tag>confirm</tag>
  567. <usetemplate
  568. name="okcancelbuttons"
  569. notext="Cancel"
  570. yestext="OK"/>
  571. </notification>
  572. <notification
  573. icon="alertmodal.tga"
  574. name="ReturnObjectsOwnedBySelf"
  575. type="alertmodal">
  576. Are you sure you want to return all objects owned by you on this parcel of land back to your inventory?
  577. Objects: [N]
  578. <tag>confirm</tag>
  579. <usetemplate
  580. name="okcancelbuttons"
  581. notext="Cancel"
  582. yestext="OK"/>
  583. </notification>
  584. <notification
  585. icon="alertmodal.tga"
  586. name="ReturnObjectsNotOwnedBySelf"
  587. type="alertmodal">
  588. Are you sure you want to return all objects NOT owned by you on this parcel of land back to their owner&apos;s inventory?
  589. Transferable objects deeded to a group will be returned to their previous owners.
  590. *WARNING* This will delete the non-transferable objects deeded to the group!
  591. Objects: [N]
  592. <tag>confirm</tag>
  593. <usetemplate
  594. name="okcancelbuttons"
  595. notext="Cancel"
  596. yestext="OK"/>
  597. </notification>
  598. <notification
  599. icon="alertmodal.tga"
  600. name="ReturnObjectsNotOwnedByUser"
  601. type="alertmodal">
  602. Are you sure you want to return all objects NOT owned by [NAME] on this parcel of land back to their owner&apos;s inventory?
  603. Transferable objects deeded to a group will be returned to their previous owners.
  604. *WARNING* This will delete the non-transferable objects deeded to the group!
  605. Objects: [N]
  606. <tag>confirm</tag>
  607. <usetemplate
  608. name="okcancelbuttons"
  609. notext="Cancel"
  610. yestext="OK"/>
  611. </notification>
  612. <notification
  613. icon="alertmodal.tga"
  614. name="ReturnAllTopObjects"
  615. type="alertmodal">
  616. Are you sure you want to return all listed objects back to their owner&apos;s inventory?
  617. <tag>confirm</tag>
  618. <usetemplate
  619. name="okcancelbuttons"
  620. notext="Cancel"
  621. yestext="OK"/>
  622. </notification>
  623. <notification
  624. icon="alertmodal.tga"
  625. name="DisableAllTopObjects"
  626. type="alertmodal">
  627. Are you sure you want to disable all objects in this region?
  628. <tag>confirm</tag>
  629. <usetemplate
  630. name="okcancelbuttons"
  631. notext="Cancel"
  632. yestext="OK"/>
  633. </notification>
  634. <notification
  635. icon="alertmodal.tga"
  636. name="ReturnObjectsNotOwnedByGroup"
  637. type="alertmodal">
  638. Return the objects on this parcel of land that are NOT shared with the group [NAME] back to their owners?
  639. Objects: [N]
  640. <tag>confirm</tag>
  641. <tag>group</tag>
  642. <usetemplate
  643. name="okcancelbuttons"
  644. notext="Cancel"
  645. yestext="OK"/>
  646. </notification>
  647. <notification
  648. icon="alertmodal.tga"
  649. name="UnableToDisableOutsideScripts"
  650. type="alertmodal">
  651. Can not disable scripts.
  652. This entire region is damage enabled.
  653. Scripts must be allowed to run for weapons to work.
  654. <tag>fail</tag>
  655. </notification>
  656. <notification
  657. icon="alertmodal.tga"
  658. name="MultipleFacesSelected"
  659. type="alertmodal">
  660. Multiple faces are currently selected.
  661. If you continue this action, separate instances of media will be set on multiple faces of the object.
  662. To place the media on only one face, choose Select Face and click on the desired face of that object then click Add.
  663. <tag>confirm</tag>
  664. <usetemplate
  665. ignoretext="Media will be set on multiple selected faces"
  666. name="okcancelignore"
  667. notext="Cancel"
  668. yestext="OK"/>
  669. </notification>
  670. <notification
  671. icon="alertmodal.tga"
  672. name="MustBeInParcel"
  673. type="alertmodal">
  674. You must be standing inside the land parcel to set its Landing Point.
  675. <tag>fail</tag>
  676. </notification>
  677. <notification
  678. icon="alertmodal.tga"
  679. name="PromptRecipientEmail"
  680. type="alertmodal">
  681. Please enter a valid email address for the recipient(s).
  682. <tag>fail</tag>
  683. </notification>
  684. <notification
  685. icon="alertmodal.tga"
  686. name="PromptSelfEmail"
  687. type="alertmodal">
  688. Please enter your email address.
  689. <tag>fail</tag>
  690. </notification>
  691. <notification
  692. icon="alertmodal.tga"
  693. name="PromptMissingSubjMsg"
  694. type="alertmodal">
  695. Email snapshot with the default subject or message?
  696. <tag>confirm</tag>
  697. <usetemplate
  698. name="okcancelbuttons"
  699. notext="Cancel"
  700. yestext="OK"/>
  701. </notification>
  702. <notification
  703. icon="alertmodal.tga"
  704. name="ErrorProcessingSnapshot"
  705. type="alertmodal">
  706. Error processing snapshot data
  707. <tag>fail</tag>
  708. </notification>
  709. <notification
  710. icon="alertmodal.tga"
  711. name="ErrorEncodingSnapshot"
  712. type="alertmodal">
  713. Error encoding snapshot.
  714. <tag>fail</tag>
  715. </notification>
  716. <notification
  717. icon="alertmodal.tga"
  718. name="ErrorUploadingPostcard"
  719. type="alertmodal">
  720. There was a problem sending a snapshot due to the following reason: [REASON]
  721. <tag>fail</tag>
  722. </notification>
  723. <notification
  724. icon="alertmodal.tga"
  725. name="ErrorUploadingReportScreenshot"
  726. type="alertmodal">
  727. There was a problem uploading a report screenshot due to the following reason: [REASON]
  728. <tag>fail</tag>
  729. </notification>
  730. <notification
  731. icon="alertmodal.tga"
  732. name="MustAgreeToLogIn"
  733. type="alertmodal">
  734. <tag>fail</tag>
  735. You must agree to the Terms of Service to continue logging into [SECOND_LIFE].
  736. </notification>
  737. <notification
  738. icon="alertmodal.tga"
  739. name="CouldNotPutOnOutfit"
  740. type="alertmodal">
  741. Could not put on outfit.
  742. The outfit folder contains no clothing, body parts, or attachments.
  743. <tag>fail</tag>
  744. </notification>
  745. <notification
  746. icon="alertmodal.tga"
  747. name="CannotWearTrash"
  748. type="alertmodal">
  749. You can not wear clothes or body parts that are in the trash
  750. <tag>fail</tag>
  751. </notification>
  752. <notification
  753. icon="alertmodal.tga"
  754. name="MaxAttachmentsOnOutfit"
  755. type="alertmodal">
  756. Could not attach object.
  757. Exceeds the attachments limit of [MAX_ATTACHMENTS] objects. Please detach another object first.
  758. <tag>fail</tag>
  759. </notification>
  760. <notification
  761. icon="alertmodal.tga"
  762. name="CannotWearInfoNotComplete"
  763. type="alertmodal">
  764. You can not wear that item because it has not yet loaded. Please try again in a minute.
  765. <tag>fail</tag>
  766. </notification>
  767. <notification
  768. icon="alertmodal.tga"
  769. name="MustHaveAccountToLogIn"
  770. type="alertmodal">
  771. <tag>fail</tag>
  772. Oops! Something was left blank.
  773. You need to enter the Username name of your avatar.
  774. You need an account to enter [SECOND_LIFE]. Would you like to create one now?
  775. <tag>confirm</tag>
  776. <url
  777. option="0"
  778. name="url"
  779. target = "_external">
  780. http://join.secondlife.com/
  781. </url>
  782. <usetemplate
  783. name="okcancelbuttons"
  784. notext="Try again"
  785. yestext="Create a new account"/>
  786. </notification>
  787. <notification
  788. icon="alertmodal.tga"
  789. name="InvalidCredentialFormat"
  790. type="alertmodal">
  791. <tag>fail</tag>
  792. You need to enter either the Username or both the First and Last name of your avatar into the Username field, then login again.
  793. </notification>
  794. <notification
  795. icon="alertmodal.tga"
  796. name="DeleteClassified"
  797. type="alertmodal">
  798. Delete classified &apos;[NAME]&apos;?
  799. There is no reimbursement for fees paid.
  800. <tag>confirm</tag>
  801. <usetemplate
  802. name="okcancelbuttons"
  803. notext="Cancel"
  804. yestext="OK"/>
  805. </notification>
  806. <notification
  807. icon="alertmodal.tga"
  808. name="DeleteMedia"
  809. type="alertmodal">
  810. You have selected to delete the media associated with this face.
  811. Are you sure you want to continue?
  812. <tag>confirm</tag>
  813. <usetemplate
  814. ignoretext="Confirm before I delete media from an object"
  815. name="okcancelignore"
  816. notext="No"
  817. yestext="Yes"/>
  818. </notification>
  819. <notification
  820. icon="alertmodal.tga"
  821. name="ClassifiedSave"
  822. type="alertmodal">
  823. Save changes to classified [NAME]?
  824. <tag>confirm</tag>
  825. <usetemplate
  826. canceltext="Cancel"
  827. name="yesnocancelbuttons"
  828. notext="Don&apos;t Save"
  829. yestext="Save"/>
  830. </notification>
  831. <notification
  832. icon="alertmodal.tga"
  833. name="ClassifiedInsufficientFunds"
  834. type="alertmodal">
  835. Insufficient funds to create classified.
  836. <tag>fail</tag>
  837. <usetemplate
  838. name="okbutton"
  839. yestext="OK"/>
  840. </notification>
  841. <notification
  842. icon="alertmodal.tga"
  843. name="DeleteAvatarPick"
  844. type="alertmodal">
  845. Delete pick &lt;nolink&gt;[PICK]&lt;/nolink&gt;?
  846. <tag>confirm</tag>
  847. <usetemplate
  848. name="okcancelbuttons"
  849. notext="Cancel"
  850. yestext="OK"/>
  851. </notification>
  852. <notification
  853. icon="alertmodal.tga"
  854. name="DeleteOutfits"
  855. type="alertmodal">
  856. Delete the selected outfit?
  857. <tag>confirm</tag>
  858. <usetemplate
  859. name="okcancelbuttons"
  860. notext="Cancel"
  861. yestext="OK"/>
  862. </notification>
  863. <notification
  864. icon="alertmodal.tga"
  865. name="PromptGoToEventsPage"
  866. type="alertmodal">
  867. Go to the [SECOND_LIFE] events web page?
  868. <tag>confirm</tag>
  869. <url option="0" name="url">
  870. http://secondlife.com/events/
  871. </url>
  872. <usetemplate
  873. name="okcancelbuttons"
  874. notext="Cancel"
  875. yestext="OK"/>
  876. </notification>
  877. <notification
  878. icon="alertmodal.tga"
  879. name="SelectProposalToView"
  880. type="alertmodal">
  881. Please select a proposal to view.
  882. <tag>fail</tag>
  883. </notification>
  884. <notification
  885. icon="alertmodal.tga"
  886. name="SelectHistoryItemToView"
  887. type="alertmodal">
  888. Please select a history item to view.
  889. <tag>fail</tag>
  890. </notification>
  891. <!--
  892. <notification
  893. icon="alertmodal.tga"
  894. name="ResetShowNextTimeDialogs"
  895. type="alertmodal">
  896. Would you like to re-enable all these popups, which you previously indicated &apos;Don&apos;t show me again&apos;?
  897. <usetemplate
  898. name="okcancelbuttons"
  899. notext="Cancel"
  900. yestext="OK"/>
  901. </notification>
  902. <notification
  903. icon="alertmodal.tga"
  904. name="SkipShowNextTimeDialogs"
  905. type="alertmodal">
  906. Would you like to disable all popups which can be skipped?
  907. <usetemplate
  908. name="okcancelbuttons"
  909. notext="Cancel"
  910. yestext="OK"/>
  911. </notification>
  912. -->
  913. <notification
  914. icon="alertmodal.tga"
  915. name="CacheWillClear"
  916. type="alertmodal">
  917. Cache will be cleared after you restart [APP_NAME].
  918. </notification>
  919. <notification
  920. icon="alertmodal.tga"
  921. name="CacheWillBeMoved"
  922. type="alertmodal">
  923. Cache will be moved after you restart [APP_NAME].
  924. Note: This will clear the cache.
  925. </notification>
  926. <notification
  927. icon="alertmodal.tga"
  928. name="ChangeConnectionPort"
  929. type="alertmodal">
  930. Port settings take effect after you restart [APP_NAME].
  931. </notification>
  932. <notification
  933. icon="alertmodal.tga"
  934. name="ChangeSkin"
  935. type="alertmodal">
  936. The new skin will appear after you restart [APP_NAME].
  937. </notification>
  938. <notification
  939. icon="alertmodal.tga"
  940. name="ChangeLanguage"
  941. type="alertmodal">
  942. Changing language will take effect after you restart [APP_NAME].
  943. </notification>
  944. <notification
  945. icon="alertmodal.tga"
  946. name="GoToAuctionPage"
  947. type="alertmodal">
  948. Go to the [SECOND_LIFE] web page to see auction details or make a bid?
  949. <tag>confirm</tag>
  950. <url option="0" name="url">
  951. http://secondlife.com/auctions/auction-detail.php?id=[AUCTION_ID]
  952. </url>
  953. <usetemplate
  954. name="okcancelbuttons"
  955. notext="Cancel"
  956. yestext="OK"/>
  957. </notification>
  958. <notification
  959. icon="alertmodal.tga"
  960. name="SaveChanges"
  961. type="alertmodal">
  962. Save Changes?
  963. <tag>confirm</tag>
  964. <usetemplate
  965. canceltext="Cancel"
  966. name="yesnocancelbuttons"
  967. notext="Don&apos;t Save"
  968. yestext="Save"/>
  969. </notification>
  970. <notification
  971. icon="alertmodal.tga"
  972. name="GestureSaveFailedTooManySteps"
  973. type="alertmodal">
  974. Gesture save failed.
  975. This gesture has too many steps.
  976. Try removing some steps, then save again.
  977. <tag>fail</tag>
  978. </notification>
  979. <notification
  980. icon="alertmodal.tga"
  981. name="GestureSaveFailedTryAgain"
  982. type="alertmodal">
  983. Gesture save failed. Please try again in a minute.
  984. <tag>fail</tag>
  985. </notification>
  986. <notification
  987. icon="alertmodal.tga"
  988. name="GestureSaveFailedObjectNotFound"
  989. type="alertmodal">
  990. Could not save gesture because the object or the associated object inventory could not be found.
  991. The object may be out of range or may have been deleted.
  992. <tag>fail</tag>
  993. </notification>
  994. <notification
  995. icon="alertmodal.tga"
  996. name="GestureSaveFailedReason"
  997. type="alertmodal">
  998. There was a problem saving a gesture due to the following reason: [REASON]. Please try resaving the gesture later.
  999. <tag>fail</tag>
  1000. </notification>
  1001. <notification
  1002. icon="alertmodal.tga"
  1003. name="SaveNotecardFailObjectNotFound"
  1004. type="alertmodal">
  1005. Could not save notecard because the object or the associated object inventory could not be found.
  1006. The object may be out of range or may have been deleted.
  1007. <tag>fail</tag>
  1008. </notification>
  1009. <notification
  1010. icon="alertmodal.tga"
  1011. name="SaveNotecardFailReason"
  1012. type="alertmodal">
  1013. There was a problem saving a notecard due to the following reason: [REASON]. Please try re-saving the notecard later.
  1014. <tag>fail</tag>
  1015. </notification>
  1016. <notification
  1017. icon="alertmodal.tga"
  1018. name="ScriptCannotUndo"
  1019. type="alertmodal">
  1020. Could not undo all changes in your version of the script.
  1021. Would you like to load the server&apos;s last saved version?
  1022. (**Warning** This operation cannot be undone.)
  1023. <tag>confirm</tag>
  1024. <usetemplate
  1025. name="okcancelbuttons"
  1026. notext="Cancel"
  1027. yestext="OK"/>
  1028. </notification>
  1029. <notification
  1030. icon="alertmodal.tga"
  1031. name="SaveScriptFailReason"
  1032. type="alertmodal">
  1033. There was a problem saving a script due to the following reason: [REASON]. Please try re-saving the script later.
  1034. <tag>fail</tag>
  1035. </notification>
  1036. <notification
  1037. icon="alertmodal.tga"
  1038. name="SaveScriptFailObjectNotFound"
  1039. type="alertmodal">
  1040. Could not save the script because the object it is in could not be found.
  1041. The object may be out of range or may have been deleted.
  1042. <tag>fail</tag>
  1043. </notification>
  1044. <notification
  1045. icon="alertmodal.tga"
  1046. name="SaveBytecodeFailReason"
  1047. type="alertmodal">
  1048. There was a problem saving a compiled script due to the following reason: [REASON]. Please try re-saving the script later.
  1049. <tag>fail</tag>
  1050. </notification>
  1051. <notification
  1052. icon="alertmodal.tga"
  1053. name="StartRegionEmpty"
  1054. type="alertmodal">
  1055. Oops, Your Start Region is not defined.
  1056. Please type the Region name in Start Location box or choose My Last Location or My Home as your Start Location.
  1057. <tag>fail</tag>
  1058. <usetemplate
  1059. name="okbutton"
  1060. yestext="OK"/>
  1061. </notification>
  1062. <notification
  1063. icon="alertmodal.tga"
  1064. name="CouldNotStartStopScript"
  1065. type="alertmodal">
  1066. Could not start or stop the script because the object it is on could not be found.
  1067. The object may be out of range or may have been deleted.
  1068. <tag>fail</tag>
  1069. </notification>
  1070. <notification
  1071. icon="alertmodal.tga"
  1072. name="CannotDownloadFile"
  1073. type="alertmodal">
  1074. Unable to download file
  1075. <tag>fail</tag>
  1076. </notification>
  1077. <notification
  1078. icon="alertmodal.tga"
  1079. name="CannotWriteFile"
  1080. type="alertmodal">
  1081. Unable to write file [[FILE]]
  1082. <tag>fail</tag>
  1083. </notification>
  1084. <notification
  1085. icon="alertmodal.tga"
  1086. name="UnsupportedHardware"
  1087. type="alertmodal">
  1088. Just so you know, your computer does not meet [APP_NAME]&apos;s minimum system requirements. You may experience poor performance. Unfortunately, the [SUPPORT_SITE] can't provide technical support for unsupported system configurations.
  1089. Visit [_URL] for more information?
  1090. <tag>confirm</tag>
  1091. <url option="0" name="url">
  1092. http://www.secondlife.com/corporate/sysreqs.php
  1093. </url>
  1094. <usetemplate
  1095. ignoretext="My computer hardware is not supported"
  1096. name="okcancelignore"
  1097. notext="No"
  1098. yestext="Yes"/>
  1099. <tag>fail</tag>
  1100. </notification>
  1101. <notification
  1102. icon="alertmodal.tga"
  1103. name="UnknownGPU"
  1104. type="alertmodal">
  1105. Your system contains a graphics card that [APP_NAME] doesn't recognize.
  1106. This is often the case with new hardware that hasn&apos;t been tested yet with [APP_NAME]. It will probably be ok, but you may need to adjust your graphics settings.
  1107. (Me &gt; Preferences &gt; Graphics).
  1108. <form name="form">
  1109. <ignore name="ignore"
  1110. text="My graphics card could not be identified"/>
  1111. </form>
  1112. <tag>fail</tag>
  1113. </notification>
  1114. <notification
  1115. icon="alertmodal.tga"
  1116. name="DisplaySettingsNoShaders"
  1117. type="alertmodal">
  1118. [APP_NAME] crashed while initializing graphics drivers.
  1119. Graphics Quality will be set to Low to avoid some common driver errors. This will disable some graphics features.
  1120. We recommend updating your graphics card drivers.
  1121. Graphics Quality can be raised in Preferences &gt; Graphics.
  1122. <tag>fail</tag>
  1123. </notification>
  1124. <notification
  1125. icon="alertmodal.tga"
  1126. name="RegionNoTerraforming"
  1127. type="alertmodal">
  1128. The region [REGION] does not allow terraforming.
  1129. <tag>fail</tag>
  1130. </notification>
  1131. <notification
  1132. icon="alertmodal.tga"
  1133. name="CannotCopyWarning"
  1134. type="alertmodal">
  1135. You do not have permission to copy the following items:
  1136. [ITEMS]
  1137. and will lose it from your inventory if you give it away. Do you really want to offer these items?
  1138. <tag>confirm</tag>
  1139. <usetemplate
  1140. name="okcancelbuttons"
  1141. notext="No"
  1142. yestext="Yes"/>
  1143. <tag>fail</tag>
  1144. </notification>
  1145. <notification
  1146. icon="alertmodal.tga"
  1147. name="CannotGiveItem"
  1148. type="alertmodal">
  1149. Unable to give inventory item.
  1150. <tag>fail</tag>
  1151. </notification>
  1152. <notification
  1153. icon="alertmodal.tga"
  1154. name="TransactionCancelled"
  1155. type="alertmodal">
  1156. Transaction cancelled.
  1157. </notification>
  1158. <notification
  1159. icon="alertmodal.tga"
  1160. name="TooManyItems"
  1161. type="alertmodal">
  1162. Cannot give more than 42 items in a single inventory transfer.
  1163. <tag>fail</tag>
  1164. </notification>
  1165. <notification
  1166. icon="alertmodal.tga"
  1167. name="NoItems"
  1168. type="alertmodal">
  1169. You do not have permission to transfer the selected items.
  1170. <tag>fail</tag>
  1171. </notification>
  1172. <notification
  1173. icon="alertmodal.tga"
  1174. name="CannotCopyCountItems"
  1175. type="alertmodal">
  1176. You do not have permission to copy [COUNT] of the selected items. You will lose these items from your inventory.
  1177. Do you really want to give these items?
  1178. <tag>confirm</tag>
  1179. <tag>fail</tag>
  1180. <usetemplate
  1181. name="okcancelbuttons"
  1182. notext="No"
  1183. yestext="Yes"/>
  1184. </notification>
  1185. <notification
  1186. icon="alertmodal.tga"
  1187. name="CannotGiveCategory"
  1188. type="alertmodal">
  1189. You do not have permission to transfer the selected folder.
  1190. <tag>fail</tag>
  1191. </notification>
  1192. <notification
  1193. icon="alertmodal.tga"
  1194. name="FreezeAvatar"
  1195. type="alertmodal">
  1196. Freeze this avatar?
  1197. He or she will temporarily be unable to move, chat, or interact with the world.
  1198. <tag>confirm</tag>
  1199. <usetemplate
  1200. canceltext="Cancel"
  1201. name="yesnocancelbuttons"
  1202. notext="Unfreeze"
  1203. yestext="Freeze"/>
  1204. </notification>
  1205. <notification
  1206. icon="alertmodal.tga"
  1207. name="FreezeAvatarFullname"
  1208. type="alertmodal">
  1209. Freeze [AVATAR_NAME]?
  1210. He or she will temporarily be unable to move, chat, or interact with the world.
  1211. <tag>confirm</tag>
  1212. <usetemplate
  1213. canceltext="Cancel"
  1214. name="yesnocancelbuttons"
  1215. notext="Unfreeze"
  1216. yestext="Freeze"/>
  1217. </notification>
  1218. <notification
  1219. icon="alertmodal.tga"
  1220. name="EjectAvatarFullname"
  1221. type="alertmodal">
  1222. Eject [AVATAR_NAME] from your land?
  1223. <tag>confirm</tag>
  1224. <usetemplate
  1225. canceltext="Cancel"
  1226. name="yesnocancelbuttons"
  1227. notext="Eject and Ban"
  1228. yestext="Eject"/>
  1229. </notification>
  1230. <notification
  1231. icon="alertmodal.tga"
  1232. name="EjectAvatarNoBan"
  1233. type="alertmodal">
  1234. Eject this avatar from your land?
  1235. <tag>confirm</tag>
  1236. <usetemplate
  1237. name="okcancelbuttons"
  1238. notext="Cancel"
  1239. yestext="Eject"/>
  1240. </notification>
  1241. <notification
  1242. icon="alertmodal.tga"
  1243. name="EjectAvatarFullnameNoBan"
  1244. type="alertmodal">
  1245. Eject [AVATAR_NAME] from your land?
  1246. <tag>confirm</tag>
  1247. <usetemplate
  1248. name="okcancelbuttons"
  1249. notext="Cancel"
  1250. yestext="Eject"/>
  1251. </notification>
  1252. <notification
  1253. icon="alertmodal.tga"
  1254. name="EjectAvatarFromGroup"
  1255. persist="true"
  1256. type="notify">
  1257. You ejected [AVATAR_NAME] from group [GROUP_NAME]
  1258. <tag>group</tag>
  1259. </notification>
  1260. <notification
  1261. icon="alertmodal.tga"
  1262. name="AcquireErrorTooManyObjects"
  1263. type="alertmodal">
  1264. ACQUIRE ERROR: Too many objects selected.
  1265. <tag>fail</tag>
  1266. </notification>
  1267. <notification
  1268. icon="alertmodal.tga"
  1269. name="AcquireErrorObjectSpan"
  1270. type="alertmodal">
  1271. ACQUIRE ERROR: Objects span more than one region.
  1272. Please move all objects to be acquired onto the same region.
  1273. <tag>fail</tag>
  1274. </notification>
  1275. <notification
  1276. icon="alertmodal.tga"
  1277. name="PromptGoToCurrencyPage"
  1278. type="alertmodal">
  1279. [EXTRA]
  1280. Go to [_URL] for information on purchasing L$?
  1281. <tag>confirm</tag>
  1282. <url option="0" name="url">
  1283. http://secondlife.com/app/currency/
  1284. </url>
  1285. <usetemplate
  1286. name="okcancelbuttons"
  1287. notext="Cancel"
  1288. yestext="OK"/>
  1289. </notification>
  1290. <notification
  1291. icon="alertmodal.tga"
  1292. name="UnableToLinkObjects"
  1293. type="alertmodal">
  1294. Unable to link these [COUNT] objects.
  1295. You can link a maximum of [MAX] objects.
  1296. <tag>fail</tag>
  1297. </notification>
  1298. <notification
  1299. icon="alertmodal.tga"
  1300. name="CannotLinkIncompleteSet"
  1301. type="alertmodal">
  1302. You can only link complete sets of objects, and must select more than one object.
  1303. <tag>fail</tag>
  1304. </notification>
  1305. <notification
  1306. icon="alertmodal.tga"
  1307. name="CannotLinkModify"
  1308. type="alertmodal">
  1309. Unable to link because you don&apos;t have modify permission on all the objects.
  1310. Please make sure none are locked, and that you own all of them.
  1311. <tag>fail</tag>
  1312. </notification>
  1313. <notification
  1314. icon="alertmodal.tga"
  1315. name="CannotLinkDifferentOwners"
  1316. type="alertmodal">
  1317. Unable to link because not all of the objects have the same owner.
  1318. Please make sure you own all of the selected objects.
  1319. <tag>fail</tag>
  1320. </notification>
  1321. <notification
  1322. icon="alertmodal.tga"
  1323. name="NoFileExtension"
  1324. type="alertmodal">
  1325. No file extension for the file: &apos;[FILE]&apos;
  1326. Please make sure the file has a correct file extension.
  1327. <tag>fail</tag>
  1328. </notification>
  1329. <notification
  1330. icon="alertmodal.tga"
  1331. name="InvalidFileExtension"
  1332. type="alertmodal">
  1333. Invalid file extension [EXTENSION]
  1334. Expected [VALIDS]
  1335. <usetemplate
  1336. name="okbutton"
  1337. yestext="OK"/>
  1338. <tag>fail</tag>
  1339. </notification>
  1340. <notification
  1341. icon="alertmodal.tga"
  1342. name="CannotUploadSoundFile"
  1343. type="alertmodal">
  1344. Couldn&apos;t open uploaded sound file for reading:
  1345. [FILE]
  1346. <tag>fail</tag>
  1347. </notification>
  1348. <notification
  1349. icon="alertmodal.tga"
  1350. name="SoundFileNotRIFF"
  1351. type="alertmodal">
  1352. File does not appear to be a RIFF WAVE file:
  1353. [FILE]
  1354. <tag>fail</tag>
  1355. </notification>
  1356. <notification
  1357. icon="alertmodal.tga"
  1358. name="SoundFileNotPCM"
  1359. type="alertmodal">
  1360. File does not appear to be a PCM WAVE audio file:
  1361. [FILE]
  1362. <tag>fail</tag>
  1363. </notification>
  1364. <notification
  1365. icon="alertmodal.tga"
  1366. name="SoundFileInvalidChannelCount"
  1367. type="alertmodal">
  1368. File has invalid number of channels (must be mono or stereo):
  1369. [FILE]
  1370. <tag>fail</tag>
  1371. </notification>
  1372. <notification
  1373. icon="alertmodal.tga"
  1374. name="SoundFileInvalidSampleRate"
  1375. type="alertmodal">
  1376. File does not appear to be a supported sample rate (must be 44.1k):
  1377. [FILE]
  1378. <tag>fail</tag>
  1379. </notification>
  1380. <notification
  1381. icon="alertmodal.tga"
  1382. name="SoundFileInvalidWordSize"
  1383. type="alertmodal">
  1384. File does not appear to be a supported word size (must be 8 or 16 bit):
  1385. [FILE]
  1386. <tag>fail</tag>
  1387. </notification>
  1388. <notification
  1389. icon="alertmodal.tga"
  1390. name="SoundFileInvalidHeader"
  1391. type="alertmodal">
  1392. Could not find &apos;data&apos; chunk in WAV header:
  1393. [FILE]
  1394. <tag>fail</tag>
  1395. </notification>
  1396. <notification
  1397. icon="alertmodal.tga"
  1398. name="SoundFileInvalidChunkSize"
  1399. type="alertmodal">
  1400. Wrong chunk size in WAV file:
  1401. [FILE]
  1402. <tag>fail</tag>
  1403. </notification>
  1404. <notification
  1405. icon="alertmodal.tga"
  1406. name="SoundFileInvalidTooLong"
  1407. type="alertmodal">
  1408. Audio file is too long (10 second maximum):
  1409. [FILE]
  1410. <tag>fail</tag>
  1411. </notification>
  1412. <notification
  1413. icon="alertmodal.tga"
  1414. name="ProblemWithFile"
  1415. type="alertmodal">
  1416. Problem with file [FILE]:
  1417. [ERROR]
  1418. <tag>fail</tag>
  1419. </notification>
  1420. <notification
  1421. icon="alertmodal.tga"
  1422. name="CannotOpenTemporarySoundFile"
  1423. type="alertmodal">
  1424. Couldn&apos;t open temporary compressed sound file for writing: [FILE]
  1425. <tag>fail</tag>
  1426. </notification>
  1427. <notification
  1428. icon="alertmodal.tga"
  1429. name="UnknownVorbisEncodeFailure"
  1430. type="alertmodal">
  1431. Unknown Vorbis encode failure on: [FILE]
  1432. <tag>fail</tag>
  1433. </notification>
  1434. <notification
  1435. icon="alertmodal.tga"
  1436. name="CannotEncodeFile"
  1437. type="alertmodal">
  1438. Unable to encode file: [FILE]
  1439. <tag>fail</tag>
  1440. </notification>
  1441. <notification
  1442. icon="alertmodal.tga"
  1443. name="CorruptedProtectedDataStore"
  1444. type="alertmodal">
  1445. We can't fill in your username and password. This may happen when you change network setup
  1446. <tag>fail</tag>
  1447. <usetemplate
  1448. name="okbutton"
  1449. yestext="OK"/>
  1450. </notification>
  1451. <notification
  1452. icon="alertmodal.tga"
  1453. name="CorruptResourceFile"
  1454. type="alertmodal">
  1455. Corrupt resource file: [FILE]
  1456. <tag>fail</tag>
  1457. </notification>
  1458. <notification
  1459. icon="alertmodal.tga"
  1460. name="UnknownResourceFileVersion"
  1461. type="alertmodal">
  1462. Unknown Linden resource file version in file: [FILE]
  1463. <tag>fail</tag>
  1464. </notification>
  1465. <notification
  1466. icon="alertmodal.tga"
  1467. name="UnableToCreateOutputFile"
  1468. type="alertmodal">
  1469. Unable to create output file: [FILE]
  1470. <tag>fail</tag>
  1471. </notification>
  1472. <notification
  1473. icon="alertmodal.tga"
  1474. name="DoNotSupportBulkAnimationUpload"
  1475. type="alertmodal">
  1476. [APP_NAME] does not currently support bulk upload of animation files.
  1477. <tag>fail</tag>
  1478. </notification>
  1479. <notification
  1480. icon="alertmodal.tga"
  1481. name="CannotUploadReason"
  1482. type="alertmodal">
  1483. Unable to upload [FILE] due to the following reason: [REASON]
  1484. Please try again later.
  1485. <tag>fail</tag>
  1486. </notification>
  1487. <notification
  1488. icon="notifytip.tga"
  1489. name="LandmarkCreated"
  1490. type="notifytip">
  1491. You have added "[LANDMARK_NAME]" to your [FOLDER_NAME] folder.
  1492. </notification>
  1493. <notification
  1494. icon="alert.tga"
  1495. name="LandmarkAlreadyExists"
  1496. type="alert">
  1497. You already have a landmark for this location.
  1498. <usetemplate
  1499. name="okbutton"
  1500. yestext="OK"/>
  1501. <tag>fail</tag>
  1502. </notification>
  1503. <notification
  1504. icon="alertmodal.tga"
  1505. name="CannotCreateLandmarkNotOwner"
  1506. type="alertmodal">
  1507. You cannot create a landmark here because the owner of the land doesn&apos;t allow it.
  1508. <tag>fail</tag>
  1509. </notification>
  1510. <notification
  1511. icon="alertmodal.tga"
  1512. name="CannotRecompileSelectObjectsNoScripts"
  1513. type="alertmodal">
  1514. Not able to perform &apos;recompilation&apos;.
  1515. Select an object with a script.
  1516. <tag>fail</tag>
  1517. </notification>
  1518. <notification
  1519. icon="alertmodal.tga"
  1520. name="CannotRecompileSelectObjectsNoPermission"
  1521. type="alertmodal">
  1522. Not able to perform &apos;recompilation&apos;.
  1523. Select objects with scripts that you have permission to modify.
  1524. <tag>fail</tag>
  1525. </notification>
  1526. <notification
  1527. icon="alertmodal.tga"
  1528. name="CannotResetSelectObjectsNoScripts"
  1529. type="alertmodal">
  1530. Not able to perform &apos;reset&apos;.
  1531. Select objects with scripts.
  1532. <tag>fail</tag>
  1533. </notification>
  1534. <notification
  1535. icon="alertmodal.tga"
  1536. name="CannotResetSelectObjectsNoPermission"
  1537. type="alertmodal">
  1538. Not able to perform &apos;reset&apos;.
  1539. Select objects with scripts that you have permission to modify.
  1540. <tag>fail</tag>
  1541. </notification>
  1542. <notification
  1543. icon="alertmodal.tga"
  1544. name="CannotOpenScriptObjectNoMod"
  1545. type="alertmodal">
  1546. Unable to open script in object without modify permissions.
  1547. <tag>fail</tag>
  1548. </notification>
  1549. <notification
  1550. icon="alertmodal.tga"
  1551. name="CannotSetRunningSelectObjectsNoScripts"
  1552. type="alertmodal">
  1553. Not able to set any scripts to &apos;running&apos;.
  1554. Select objects with scripts.
  1555. <tag>fail</tag>
  1556. </notification>
  1557. <notification
  1558. icon="alertmodal.tga"
  1559. name="CannotSetRunningNotSelectObjectsNoScripts"
  1560. type="alertmodal">
  1561. Unable to set any scripts to &apos;not running&apos;.
  1562. Select objects with scripts.
  1563. <tag>fail</tag>
  1564. </notification>
  1565. <notification
  1566. icon="alertmodal.tga"
  1567. name="NoFrontmostFloater"
  1568. type="alertmodal">
  1569. No frontmost floater to save.
  1570. <tag>fail</tag>
  1571. </notification>
  1572. <notification
  1573. icon="alertmodal.tga"
  1574. name="SeachFilteredOnShortWords"
  1575. type="alertmodal">
  1576. Your search query was modified and the words that were too short were removed.
  1577. Searched for: [FINALQUERY]
  1578. </notification>
  1579. <notification
  1580. icon="alertmodal.tga"
  1581. name="SeachFilteredOnShortWordsEmpty"
  1582. type="alertmodal">
  1583. Your search terms were too short so no search was performed.
  1584. <tag>fail</tag>
  1585. </notification>
  1586. <!-- Generic Teleport failure modes - strings will be inserted from
  1587. teleport_strings.xml if available. -->
  1588. <notification
  1589. icon="alertmodal.tga"
  1590. name="CouldNotTeleportReason"
  1591. type="alertmodal">
  1592. Teleport failed.
  1593. [REASON]
  1594. <tag>fail</tag>
  1595. </notification>
  1596. <!-- Teleport failure modes not delivered via the generic mechanism
  1597. above (for example, delivered as an AlertMessage on
  1598. region-crossing :( ) - these paths should really be merged
  1599. in the future. -->
  1600. <notification
  1601. icon="alertmodal.tga"
  1602. name="invalid_tport"
  1603. type="alertmodal">
  1604. Problem encountered processing your teleport request. You may need to log back in before you can teleport.
  1605. If you continue to get this message, please check the [SUPPORT_SITE].
  1606. <tag>fail</tag>
  1607. </notification>
  1608. <notification
  1609. icon="alertmodal.tga"
  1610. name="invalid_region_handoff"
  1611. type="alertmodal">
  1612. Problem encountered processing your region crossing. You may need to log back in before you can cross regions.
  1613. If you continue to get this message, please check the [SUPPORT_SITE].
  1614. <tag>fail</tag>
  1615. </notification>
  1616. <notification
  1617. icon="alertmodal.tga"
  1618. name="blocked_tport"
  1619. type="alertmodal">
  1620. 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.
  1621. <tag>fail</tag>
  1622. </notification>
  1623. <notification
  1624. icon="alertmodal.tga"
  1625. name="nolandmark_tport"
  1626. type="alertmodal">
  1627. Sorry, but system was unable to locate landmark destination.
  1628. <tag>fail</tag>
  1629. </notification>
  1630. <notification
  1631. icon="alertmodal.tga"
  1632. name="timeout_tport"
  1633. type="alertmodal">
  1634. <tag>fail</tag>
  1635. Sorry, but system was unable to complete the teleport connection. Try again in a moment.
  1636. </notification>
  1637. <notification
  1638. icon="alertmodal.tga"
  1639. name="noaccess_tport"
  1640. type="alertmodal">
  1641. <tag>fail</tag>
  1642. Sorry, you do not have access to that teleport destination.
  1643. </notification>
  1644. <notification
  1645. icon="alertmodal.tga"
  1646. name="missing_attach_tport"
  1647. type="alertmodal">
  1648. <tag>fail</tag>
  1649. Your attachments have not arrived yet. Try waiting for a few more seconds or log out and back in again before attempting to teleport.
  1650. </notification>
  1651. <notification
  1652. icon="alertmodal.tga"
  1653. name="too_many_uploads_tport"
  1654. type="alertmodal">
  1655. <tag>fail</tag>
  1656. 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.
  1657. </notification>
  1658. <notification
  1659. icon="alertmodal.tga"
  1660. name="expired_tport"
  1661. type="alertmodal">
  1662. <tag>fail</tag>
  1663. Sorry, but the system was unable to complete your teleport request in a timely fashion. Please try again in a few minutes.
  1664. </notification>
  1665. <notification
  1666. icon="alertmodal.tga"
  1667. name="expired_region_handoff"
  1668. type="alertmodal">
  1669. <tag>fail</tag>
  1670. Sorry, but the system was unable to complete your region crossing in a timely fashion. Please try again in a few minutes.
  1671. </notification>
  1672. <notification
  1673. icon="alertmodal.tga"
  1674. name="no_host"
  1675. type="alertmodal">
  1676. <tag>fail</tag>
  1677. Unable to find teleport destination. The destination may be temporarily unavailable or no longer exists. Please try again in a few minutes.
  1678. </notification>
  1679. <notification
  1680. icon="alertmodal.tga"
  1681. name="no_inventory_host"
  1682. type="alertmodal">
  1683. The inventory system is currently unavailable.
  1684. <tag>fail</tag>
  1685. </notification>
  1686. <notification
  1687. icon="alertmodal.tga"
  1688. name="CannotSetLandOwnerNothingSelected"
  1689. type="alertmodal">
  1690. Unable to set land owner:
  1691. No parcel selected.
  1692. <tag>fail</tag>
  1693. </notification>
  1694. <notification
  1695. icon="alertmodal.tga"
  1696. name="CannotSetLandOwnerMultipleRegions"
  1697. type="alertmodal">
  1698. Unable to force land ownership because selection spans multiple regions. Please select a smaller area and try again.
  1699. <tag>fail</tag>
  1700. </notification>
  1701. <notification
  1702. icon="alertmodal.tga"
  1703. name="ForceOwnerAuctionWarning"
  1704. type="alertmodal">
  1705. This parcel is up for auction. Forcing ownership will cancel the auction and potentially make some Residents unhappy if bidding has begun.
  1706. Force ownership?
  1707. <tag>confirm</tag>
  1708. <usetemplate
  1709. name="okcancelbuttons"
  1710. notext="Cancel"
  1711. yestext="OK"/>
  1712. </notification>
  1713. <notification
  1714. icon="alertmodal.tga"
  1715. name="CannotContentifyNothingSelected"
  1716. type="alertmodal">
  1717. Unable to contentify:
  1718. No parcel selected.
  1719. <tag>fail</tag>
  1720. </notification>
  1721. <notification
  1722. icon="alertmodal.tga"
  1723. name="CannotContentifyNoRegion"
  1724. type="alertmodal">
  1725. Unable to contentify:
  1726. No region selected.
  1727. <tag>fail</tag>
  1728. </notification>
  1729. <notification
  1730. icon="alertmodal.tga"
  1731. name="CannotReleaseLandNothingSelected"
  1732. type="alertmodal">
  1733. Unable to abandon land:
  1734. No parcel selected.
  1735. <tag>fail</tag>
  1736. </notification>
  1737. <notification
  1738. icon="alertmodal.tga"
  1739. name="CannotReleaseLandNoRegion"
  1740. type="alertmodal">
  1741. Unable to abandon land:
  1742. Cannot find region.
  1743. <tag>fail</tag>
  1744. </notification>
  1745. <notification
  1746. icon="alertmodal.tga"
  1747. name="CannotBuyLandNothingSelected"
  1748. type="alertmodal">
  1749. Unable to buy land:
  1750. No parcel selected.
  1751. <tag>fail</tag>
  1752. </notification>
  1753. <notification
  1754. icon="alertmodal.tga"
  1755. name="CannotBuyLandNoRegion"
  1756. type="alertmodal">
  1757. Unable to buy land:
  1758. Cannot find the region this land is in.
  1759. <tag>fail</tag>
  1760. </notification>
  1761. <notification
  1762. icon="alertmodal.tga"
  1763. name="CannotCloseFloaterBuyLand"
  1764. type="alertmodal">
  1765. You cannot close the Buy Land window until [APP_NAME] estimates the price of this transaction.
  1766. <tag>fail</tag>
  1767. </notification>
  1768. <notification
  1769. icon="alertmodal.tga"
  1770. name="CannotDeedLandNothingSelected"
  1771. type="alertmodal">
  1772. Unable to deed land:
  1773. No parcel selected.
  1774. <tag>fail</tag>
  1775. </notification>
  1776. <notification
  1777. icon="alertmodal.tga"
  1778. name="CannotDeedLandNoGroup"
  1779. type="alertmodal">
  1780. Unable to deed land:
  1781. No Group selected.
  1782. <tag>group</tag>
  1783. <tag>fail</tag>
  1784. </notification>
  1785. <notification
  1786. icon="alertmodal.tga"
  1787. name="CannotDeedLandNoRegion"
  1788. type="alertmodal">
  1789. Unable to deed land:
  1790. Cannot find the region this land is in.
  1791. <tag>fail</tag>
  1792. </notification>
  1793. <notification
  1794. icon="alertmodal.tga"
  1795. name="CannotDeedLandMultipleSelected"
  1796. type="alertmodal">
  1797. Unable to deed land:
  1798. Multiple parcels selected.
  1799. Try selecting a single parcel.
  1800. <tag>fail</tag>
  1801. </notification>
  1802. <notification
  1803. icon="alertmodal.tga"
  1804. name="CannotDeedLandWaitingForServer"
  1805. type="alertmodal">
  1806. Unable to deed land:
  1807. Waiting for server to report ownership.
  1808. Please try again.
  1809. <tag>fail</tag>
  1810. </notification>
  1811. <notification
  1812. icon="alertmodal.tga"
  1813. name="CannotDeedLandNoTransfer"
  1814. type="alertmodal">
  1815. Unable to deed land:
  1816. The region [REGION] does not allow transfer of land.
  1817. <tag>fail</tag>
  1818. </notification>
  1819. <notification
  1820. icon="alertmodal.tga"
  1821. name="CannotReleaseLandWatingForServer"
  1822. type="alertmodal">
  1823. Unable to abandon land:
  1824. Waiting for server to update parcel information.
  1825. Try again in a few seconds.
  1826. <tag>fail</tag>
  1827. </notification>
  1828. <notification
  1829. icon="alertmodal.tga"
  1830. name="CannotReleaseLandSelected"
  1831. type="alertmodal">
  1832. Unable to abandon land:
  1833. You do not own all the parcels selected.
  1834. Please select a single parcel.
  1835. <tag>fail</tag>
  1836. </notification>
  1837. <notification
  1838. icon="alertmodal.tga"
  1839. name="CannotReleaseLandDontOwn"
  1840. type="alertmodal">
  1841. Unable to abandon land:
  1842. You don&apos;t have permission to release this parcel.
  1843. Parcels you own appear in green.
  1844. <tag>fail</tag>
  1845. </notification>
  1846. <notification
  1847. icon="alertmodal.tga"
  1848. name="CannotReleaseLandRegionNotFound"
  1849. type="alertmodal">
  1850. Unable to abandon land:
  1851. Cannot find the region this land is in.
  1852. <tag>fail</tag>
  1853. </notification>
  1854. <notification
  1855. icon="alertmodal.tga"
  1856. name="CannotReleaseLandNoTransfer"
  1857. type="alertmodal">
  1858. Unable to abandon land:
  1859. The region [REGION] does not allow transfer of land.
  1860. <tag>fail</tag>
  1861. </notification>
  1862. <notification
  1863. icon="alertmodal.tga"
  1864. name="CannotReleaseLandPartialSelection"
  1865. type="alertmodal">
  1866. Unable to abandon land:
  1867. You must select an entire parcel to release it.
  1868. Select an entire parcel, or divide your parcel first.
  1869. <tag>fail</tag>
  1870. </notification>
  1871. <notification
  1872. icon="alertmodal.tga"
  1873. name="ReleaseLandWarning"
  1874. type="alertmodal">
  1875. You are about to release [AREA] mË› of land.
  1876. Releasing this parcel will remove it from your land holdings, but will not grant any L$.
  1877. Release this land?
  1878. <tag>confirm</tag>
  1879. <usetemplate
  1880. name="okcancelbuttons"
  1881. notext="Cancel"
  1882. yestext="OK"/>
  1883. </notification>
  1884. <notification
  1885. icon="alertmodal.tga"
  1886. name="CannotDivideLandNothingSelected"
  1887. type="alertmodal">
  1888. Unable to divide land:
  1889. No parcels selected.
  1890. <tag>fail</tag>
  1891. </notification>
  1892. <notification
  1893. icon="alertmodal.tga"
  1894. name="CannotDivideLandPartialSelection"
  1895. type="alertmodal">
  1896. Unable to divide land:
  1897. You have an entire parcel selected.
  1898. Try selecting a part of the parcel.
  1899. <tag>fail</tag>
  1900. </notification>
  1901. <notification
  1902. icon="alertmodal.tga"
  1903. name="LandDivideWarning"
  1904. type="alertmodal">
  1905. 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.
  1906. Divide land?
  1907. <tag>confirm</tag>
  1908. <usetemplate
  1909. name="okcancelbuttons"
  1910. notext="Cancel"
  1911. yestext="OK"/>
  1912. </notification>
  1913. <notification
  1914. icon="alertmodal.tga"
  1915. name="CannotDivideLandNoRegion"
  1916. type="alertmodal">
  1917. Unable to divide land:
  1918. Cannot find the region this land is in.
  1919. <tag>fail</tag>
  1920. </notification>
  1921. <notification
  1922. icon="alertmodal.tga"
  1923. name="CannotJoinLandNoRegion"
  1924. type="alertmodal">
  1925. Unable to join land:
  1926. Cannot find the region this land is in.
  1927. <tag>fail</tag>
  1928. </notification>
  1929. <notification
  1930. icon="alertmodal.tga"
  1931. name="CannotJoinLandNothingSelected"
  1932. type="alertmodal">
  1933. Unable to join land:
  1934. No parcels selected.
  1935. <tag>fail</tag>
  1936. </notification>
  1937. <notification
  1938. icon="alertmodal.tga"
  1939. name="CannotJoinLandEntireParcelSelected"
  1940. type="alertmodal">
  1941. Unable to join land:
  1942. You only have one parcel selected.
  1943. Select land across both parcels.
  1944. <tag>fail</tag>
  1945. </notification>
  1946. <notification
  1947. icon="alertmodal.tga"
  1948. name="CannotJoinLandSelection"
  1949. type="alertmodal">
  1950. Unable to join land:
  1951. You must select more than one parcel.
  1952. Select land across both parcels.
  1953. <tag>fail</tag>
  1954. </notification>
  1955. <notification
  1956. icon="alertmodal.tga"
  1957. name="JoinLandWarning"
  1958. type="alertmodal">
  1959. Joining this land will create one large parcel out of all parcels intersecting the selected rectangle.
  1960. You will need to reset the name and options of the new parcel.
  1961. Join land?
  1962. <tag>confirm</tag>
  1963. <usetemplate
  1964. name="okcancelbuttons"
  1965. notext="Cancel"
  1966. yestext="OK"/>
  1967. </notification>
  1968. <notification
  1969. icon="alertmodal.tga"
  1970. name="ConfirmNotecardSave"
  1971. type="alertmodal">
  1972. This notecard needs to be saved before the item can be copied or viewed. Save notecard?
  1973. <tag>confirm</tag>
  1974. <usetemplate
  1975. name="okcancelbuttons"
  1976. notext="Cancel"
  1977. yestext="OK"/>
  1978. </notification>
  1979. <notification
  1980. icon="alertmodal.tga"
  1981. name="ConfirmItemCopy"
  1982. type="alertmodal">
  1983. Copy this item to your inventory?
  1984. <tag>confirm</tag>
  1985. <usetemplate
  1986. name="okcancelbuttons"
  1987. notext="Cancel"
  1988. yestext="Copy"/>
  1989. </notification>
  1990. <notification
  1991. icon="alertmodal.tga"
  1992. name="ResolutionSwitchFail"
  1993. type="alertmodal">
  1994. Failed to switch resolution to [RESX] by [RESY]
  1995. <tag>fail</tag>
  1996. </notification>
  1997. <notification
  1998. icon="alertmodal.tga"
  1999. name="ErrorUndefinedGrasses"
  2000. type="alertmodal">
  2001. Error: Undefined grasses: [SPECIES]
  2002. <tag>fail</tag>
  2003. </notification>
  2004. <notification
  2005. icon="alertmodal.tga"
  2006. name="ErrorUndefinedTrees"
  2007. type="alertmodal">
  2008. Error: Undefined trees: [SPECIES]
  2009. <tag>fail</tag>
  2010. </notification>
  2011. <notification
  2012. icon="alertmodal.tga"
  2013. name="CannotSaveWearableOutOfSpace"
  2014. type="alertmodal">
  2015. Unable to save &apos;[NAME]&apos; to wearable file. You will need to free up some space on your computer and save the wearable again.
  2016. <tag>fail</tag>
  2017. </notification>
  2018. <notification
  2019. icon="alertmodal.tga"
  2020. name="CannotSaveToAssetStore"
  2021. type="alertmodal">
  2022. Unable to save [NAME] to central asset store.
  2023. This is usually a temporary failure. Please customize and save the wearable again in a few minutes.
  2024. <tag>fail</tag>
  2025. </notification>
  2026. <notification
  2027. icon="alertmodal.tga"
  2028. name="YouHaveBeenLoggedOut"
  2029. type="alertmodal">
  2030. Darn. You have been logged out of [SECOND_LIFE]
  2031. [MESSAGE]
  2032. <usetemplate
  2033. name="okcancelbuttons"
  2034. notext="Quit"
  2035. yestext="View IM &amp; Chat"/>
  2036. </notification>
  2037. <notification
  2038. icon="alertmodal.tga"
  2039. name="OnlyOfficerCanBuyLand"
  2040. type="alertmodal">
  2041. Unable to buy land for the group:
  2042. You do not have permission to buy land for your active group.
  2043. <tag>group</tag>
  2044. <tag>fail</tag>
  2045. </notification>
  2046. <notification
  2047. icon="alertmodal.tga"
  2048. label="Add Friend"
  2049. name="AddFriendWithMessage"
  2050. type="alertmodal">
  2051. <tag>friendship</tag>
  2052. Friends can give permissions to track each other on the map and receive online status updates.
  2053. Offer friendship to [NAME]?
  2054. <tag>confirm</tag>
  2055. <form name="form">
  2056. <input name="message" type="text">
  2057. Would you be my friend?
  2058. </input>
  2059. <button
  2060. default="true"
  2061. index="0"
  2062. name="Offer"
  2063. text="OK"/>
  2064. <button
  2065. index="1"
  2066. name="Cancel"
  2067. text="Cancel"/>
  2068. </form>
  2069. </notification>
  2070. <notification
  2071. icon="alertmodal.tga"
  2072. label="Save Outfit"
  2073. name="SaveOutfitAs"
  2074. type="alertmodal">
  2075. <unique/>
  2076. Save what I'm wearing as a new Outfit:
  2077. <tag>confirm</tag>
  2078. <form name="form">
  2079. <input name="message" type="text">
  2080. [DESC] (new)
  2081. </input>
  2082. <button
  2083. default="true"
  2084. index="0"
  2085. name="OK"
  2086. text="OK"/>
  2087. <button
  2088. index="1"
  2089. name="Cancel"
  2090. text="Cancel"/>
  2091. </form>
  2092. </notification>
  2093. <notification
  2094. icon="alertmodal.tga"
  2095. label="Save Wearable"
  2096. name="SaveWearableAs"
  2097. type="alertmodal">
  2098. Save item to my inventory as:
  2099. <tag>confirm</tag>
  2100. <form name="form">
  2101. <input name="message" type="text">
  2102. [DESC] (new)
  2103. </input>
  2104. <button
  2105. default="true"
  2106. index="0"
  2107. name="OK"
  2108. text="OK"/>
  2109. <button
  2110. index="1"
  2111. name="Cancel"
  2112. text="Cancel"/>
  2113. </form>
  2114. </notification>
  2115. <notification
  2116. icon="alertmodal.tga"
  2117. label="Rename Outfit"
  2118. name="RenameOutfit"
  2119. type="alertmodal">
  2120. New outfit name:
  2121. <tag>confirm</tag>
  2122. <form name="form">
  2123. <input name="new_name" type="text" width="300">
  2124. [NAME]
  2125. </input>
  2126. <button
  2127. default="true"
  2128. index="0"
  2129. name="OK"
  2130. text="OK"/>
  2131. <button
  2132. index="1"
  2133. name="Cancel"
  2134. text="Cancel"/>
  2135. </form>
  2136. </notification>
  2137. <notification
  2138. icon="alertmodal.tga"
  2139. name="RemoveFromFriends"
  2140. type="alertmodal">
  2141. <tag>friendship</tag>
  2142. Do you want to remove &lt;nolink&gt;[NAME]&lt;/nolink&gt; from your Friends List?
  2143. <tag>confirm</tag>
  2144. <usetemplate
  2145. name="okcancelbuttons"
  2146. notext="Cancel"
  2147. yestext="OK"/>
  2148. </notification>
  2149. <notification
  2150. icon="alertmodal.tga"
  2151. name="RemoveMultipleFromFriends"
  2152. type="alertmodal">
  2153. <tag>friendship</tag>
  2154. Do you want to remove multiple friends from your Friends list?
  2155. <tag>confirm</tag>
  2156. <usetemplate
  2157. name="okcancelbuttons"
  2158. notext="Cancel"
  2159. yestext="OK"/>
  2160. </notification>
  2161. <notification
  2162. icon="alertmodal.tga"
  2163. name="GodDeleteAllScriptedPublicObjectsByUser"
  2164. type="alertmodal">
  2165. Are you sure you want to delete all scripted objects owned by
  2166. ** [AVATAR_NAME] **
  2167. on all others land in this sim?
  2168. <tag>confirm</tag>
  2169. <usetemplate
  2170. name="okcancelbuttons"
  2171. notext="Cancel"
  2172. yestext="OK"/>
  2173. </notification>
  2174. <notification
  2175. icon="alertmodal.tga"
  2176. name="GodDeleteAllScriptedObjectsByUser"
  2177. type="alertmodal">
  2178. Are you sure you want to DELETE ALL scripted objects owned by
  2179. ** [AVATAR_NAME] **
  2180. on ALL LAND in this sim?
  2181. <tag>confirm</tag>
  2182. <usetemplate
  2183. name="okcancelbuttons"
  2184. notext="Cancel"
  2185. yestext="OK"/>
  2186. </notification>
  2187. <notification
  2188. icon="alertmodal.tga"
  2189. name="GodDeleteAllObjectsByUser"
  2190. type="alertmodal">
  2191. Are you sure you want to DELETE ALL objects (scripted or not) owned by
  2192. ** [AVATAR_NAME] **
  2193. on ALL LAND in this sim?
  2194. <tag>confirm</tag>
  2195. <usetemplate
  2196. name="okcancelbuttons"
  2197. notext="Cancel"
  2198. yestext="OK"/>
  2199. </notification>
  2200. <notification
  2201. icon="alertmodal.tga"
  2202. name="BlankClassifiedName"
  2203. type="alertmodal">
  2204. You must specify a name for your classified.
  2205. <tag>fail</tag>
  2206. </notification>
  2207. <notification
  2208. icon="alertmodal.tga"
  2209. name="MinClassifiedPrice"
  2210. type="alertmodal">
  2211. Price to pay for listing must be at least L$[MIN_PRICE].
  2212. Please enter a higher price.
  2213. <tag>fail</tag>
  2214. </notification>
  2215. <notification
  2216. icon="alertmodal.tga"
  2217. name="ConfirmItemDeleteHasLinks"
  2218. type="alertmodal">
  2219. At least one of the items you has link items that point to it. If you delete this item, its links will permanently stop working. It is strongly advised to delete the links first.
  2220. Are you sure you want to delete these items?
  2221. <tag>confirm</tag>
  2222. <usetemplate
  2223. name="okcancelbuttons"
  2224. notext="Cancel"
  2225. yestext="OK"/>
  2226. </notification>
  2227. <notification
  2228. icon="alertmodal.tga"
  2229. name="ConfirmObjectDeleteLock"
  2230. type="alertmodal">
  2231. At least one of the items you have selected is locked.
  2232. Are you sure you want to delete these items?
  2233. <tag>confirm</tag>
  2234. <usetemplate
  2235. name="okcancelbuttons"
  2236. notext="Cancel"
  2237. yestext="OK"/>
  2238. </notification>
  2239. <notification
  2240. icon="alertmodal.tga"
  2241. name="ConfirmObjectDeleteNoCopy"
  2242. type="alertmodal">
  2243. At least one of the items you have selected is not copyable.
  2244. Are you sure you want to delete these items?
  2245. <tag>confirm</tag>
  2246. <usetemplate
  2247. name="okcancelbuttons"
  2248. notext="Cancel"
  2249. yestext="OK"/>
  2250. </notification>
  2251. <notification
  2252. icon="alertmodal.tga"
  2253. name="ConfirmObjectDeleteNoOwn"
  2254. type="alertmodal">
  2255. You do not own least one of the items you have selected.
  2256. Are you sure you want to delete these items?
  2257. <tag>confirm</tag>
  2258. <usetemplate
  2259. name="okcancelbuttons"
  2260. notext="Cancel"
  2261. yestext="OK"/>
  2262. </notification>
  2263. <notification
  2264. icon="alertmodal.tga"
  2265. name="ConfirmObjectDeleteLockNoCopy"
  2266. type="alertmodal">
  2267. At least one object is locked.
  2268. At least one object is not copyable.
  2269. Are you sure you want to delete these items?
  2270. <tag>confirm</tag>
  2271. <usetemplate
  2272. name="okcancelbuttons"
  2273. notext="Cancel"
  2274. yestext="OK"/>
  2275. </notification>
  2276. <notification
  2277. icon="alertmodal.tga"
  2278. name="ConfirmObjectDeleteLockNoOwn"
  2279. type="alertmodal">
  2280. At least one object is locked.
  2281. You do not own least one object.
  2282. Are you sure you want to delete these items?
  2283. <tag>confirm</tag>
  2284. <usetemplate
  2285. name="okcancelbuttons"
  2286. notext="Cancel"
  2287. yestext="OK"/>
  2288. </notification>
  2289. <notification
  2290. icon="alertmodal.tga"
  2291. name="ConfirmObjectDeleteNoCopyNoOwn"
  2292. type="alertmodal">
  2293. At least one object is not copyable.
  2294. You do not own least one object.
  2295. Are you sure you want to delete these items?
  2296. <tag>confirm</tag>
  2297. <usetemplate
  2298. name="okcancelbuttons"
  2299. notext="Cancel"
  2300. yestext="OK"/>
  2301. </notification>
  2302. <notification
  2303. icon="alertmodal.tga"
  2304. name="ConfirmObjectDeleteLockNoCopyNoOwn"
  2305. type="alertmodal">
  2306. At least one object is locked.
  2307. At least one object is not copyable.
  2308. You do not own least one object.
  2309. Are you sure you want to delete these items?
  2310. <tag>confirm</tag>
  2311. <usetemplate
  2312. name="okcancelbuttons"
  2313. notext="cancel"
  2314. yestext="OK"/>
  2315. </notification>
  2316. <notification
  2317. icon="alertmodal.tga"
  2318. name="ConfirmObjectTakeLock"
  2319. type="alertmodal">
  2320. At least one object is locked.
  2321. Are you sure you want to take these items?
  2322. <tag>confirm</tag>
  2323. <usetemplate
  2324. name="okcancelbuttons"
  2325. notext="Cancel"
  2326. yestext="OK"/>
  2327. </notification>
  2328. <notification
  2329. icon="alertmodal.tga"
  2330. name="ConfirmObjectTakeNoOwn"
  2331. type="alertmodal">
  2332. You do not own all of the objects you are taking.
  2333. If you continue, next owner permissions will be applied and possibly restrict your ability to modify or copy them.
  2334. Are you sure you want to take these items?
  2335. <tag>confirm</tag>
  2336. <usetemplate
  2337. name="okcancelbuttons"
  2338. notext="Cancel"
  2339. yestext="OK"/>
  2340. </notification>
  2341. <notification
  2342. icon="alertmodal.tga"
  2343. name="ConfirmObjectTakeLockNoOwn"
  2344. type="alertmodal">
  2345. At