PageRenderTime 58ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 1642 lines | 1562 code | 80 blank | 0 comment | 0 complexity | ec387372a8d939d0522c98d3c301e457 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <notifications>
  3. <global name="skipnexttime">
  4. ???????
  5. </global>
  6. <global name="alwayschoose">
  7. ????????
  8. </global>
  9. <global name="implicitclosebutton">
  10. ??
  11. </global>
  12. <template name="okbutton">
  13. <form>
  14. <button name="OK_okbutton" text="$yestext"/>
  15. </form>
  16. </template>
  17. <template name="okignore">
  18. <form>
  19. <button name="OK_okignore" text="$yestext"/>
  20. </form>
  21. </template>
  22. <template name="okcancelbuttons">
  23. <form>
  24. <button name="OK_okcancelbuttons" text="$yestext"/>
  25. <button name="Cancel_okcancelbuttons" text="$notext"/>
  26. </form>
  27. </template>
  28. <template name="okcancelignore">
  29. <form>
  30. <button name="OK_okcancelignore" text="$yestext"/>
  31. <button name="Cancel_okcancelignore" text="$notext"/>
  32. </form>
  33. </template>
  34. <template name="okhelpbuttons">
  35. <form>
  36. <button name="OK_okhelpbuttons" text="$yestext"/>
  37. <button name="Help" text="$helptext"/>
  38. </form>
  39. </template>
  40. <template name="yesnocancelbuttons">
  41. <form>
  42. <button name="Yes" text="$yestext"/>
  43. <button name="No" text="$notext"/>
  44. <button name="Cancel_yesnocancelbuttons" text="$canceltext"/>
  45. </form>
  46. </template>
  47. <notification label="???????" name="MissingAlert">
  48. 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.
  49. Error details: The notification called &apos;[_NAME]&apos; was not found in notifications.xml.
  50. <usetemplate name="okbutton" yestext="??"/>
  51. </notification>
  52. <notification name="FloaterNotFound">
  53. Floater error: Could not find the following controls:
  54. [CONTROLS]
  55. <usetemplate name="okbutton" yestext="??"/>
  56. </notification>
  57. <notification name="TutorialNotFound">
  58. No tutorial is currently available.
  59. <usetemplate name="okbutton" yestext="??"/>
  60. </notification>
  61. <notification name="GenericAlert">
  62. [MESSAGE]
  63. </notification>
  64. <notification name="GenericAlertYesCancel">
  65. [MESSAGE]
  66. <usetemplate name="okcancelbuttons" notext="??" yestext="?"/>
  67. </notification>
  68. <notification name="BadInstallation">
  69. An error occurred while updating [APP_NAME]. Please [http://get.secondlife.com download the latest version] of the Viewer.
  70. <usetemplate name="okbutton" yestext="??"/>
  71. </notification>
  72. <notification name="LoginFailedNoNetwork">
  73. ?????[SECOND_LIFE_GRID].
  74. &apos;[DIAGNOSTIC]&apos;
  75. ????????????????
  76. <usetemplate name="okbutton" yestext="??"/>
  77. </notification>
  78. <notification name="MessageTemplateNotFound">
  79. Message Template [PATH] not found.
  80. <usetemplate name="okbutton" yestext="??"/>
  81. </notification>
  82. <notification name="WearableSave">
  83. ??????????/?????
  84. <usetemplate canceltext="??" name="yesnocancelbuttons" notext="????" yestext="??"/>
  85. </notification>
  86. <notification name="CompileQueueSaveText">
  87. There was a problem uploading the text for a script due to the following reason: [REASON]. Please try again later.
  88. </notification>
  89. <notification name="CompileQueueSaveBytecode">
  90. There was a problem uploading the compiled script due to the following reason: [REASON]. Please try again later.
  91. </notification>
  92. <notification name="WriteAnimationFail">
  93. There was a problem writing animation data. Please try again later.
  94. </notification>
  95. <notification name="UploadAuctionSnapshotFail">
  96. There was a problem uploading the auction snapshot due to the following reason: [REASON]
  97. </notification>
  98. <notification name="UnableToViewContentsMoreThanOne">
  99. Unable to view the contents of more than one item at a time.
  100. Please select only one object and try again.
  101. </notification>
  102. <notification name="SaveClothingBodyChanges">
  103. ???????????????
  104. <usetemplate canceltext="??" name="yesnocancelbuttons" notext="????" yestext="????"/>
  105. </notification>
  106. <notification name="FriendsAndGroupsOnly">
  107. Non-friends won&apos;t know that you&apos;ve choosen to ignore their calls and instant messages.
  108. <usetemplate name="okbutton" yestext="??"/>
  109. </notification>
  110. <notification name="FavoritesOnLogin">
  111. Note: When you turn on this option, anyone who uses this computer can see your list of favorite locations.
  112. <usetemplate name="okbutton" yestext="??"/>
  113. </notification>
  114. <notification name="GrantModifyRights">
  115. 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.
  116. Do you want to grant modify rights for [NAME]?
  117. <usetemplate name="okcancelbuttons" notext="No" yestext="?"/>
  118. </notification>
  119. <notification name="GrantModifyRightsMultiple">
  120. 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.
  121. Do you want to grant modify rights for the selected Residents?
  122. <usetemplate name="okcancelbuttons" notext="?" yestext="?"/>
  123. </notification>
  124. <notification name="RevokeModifyRights">
  125. Do you want to revoke modify rights for [NAME]?
  126. <usetemplate name="okcancelbuttons" notext="?" yestext="?"/>
  127. </notification>
  128. <notification name="RevokeModifyRightsMultiple">
  129. Do you want to revoke modify rights for the selected Residents?
  130. <usetemplate name="okcancelbuttons" notext="?" yestext="?"/>
  131. </notification>
  132. <notification name="UnableToCreateGroup">
  133. ????????
  134. [MESSAGE]
  135. <usetemplate name="okbutton" yestext="??"/>
  136. </notification>
  137. <notification name="PanelGroupApply">
  138. [NEEDS_APPLY_MESSAGE]
  139. [WANT_APPLY_MESSAGE]
  140. <usetemplate canceltext="??" name="yesnocancelbuttons" notext="????" yestext="????"/>
  141. </notification>
  142. <notification name="MustSpecifyGroupNoticeSubject">
  143. ?????????????????
  144. <usetemplate name="okbutton" yestext="??"/>
  145. </notification>
  146. <notification name="AddGroupOwnerWarning">
  147. You are about to add group members to the role of [ROLE_NAME].
  148. Members cannot be removed from that role.
  149. The members must resign from the role themselves.
  150. Are you sure you want to continue?
  151. <usetemplate ignoretext="????????????????" name="okcancelignore" notext="?" yestext="?"/>
  152. </notification>
  153. <notification name="AssignDangerousActionWarning">
  154. You are about to add the Ability &apos;[ACTION_NAME]&apos; to the Role &apos;[ROLE_NAME]&apos;.
  155. *WARNING*
  156. 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.
  157. Add this Ability to &apos;[ROLE_NAME]&apos;?
  158. <usetemplate name="okcancelbuttons" notext="?" yestext="?"/>
  159. </notification>
  160. <notification name="AssignDangerousAbilityWarning">
  161. You are about to add the Ability &apos;[ACTION_NAME]&apos; to the Role &apos;[ROLE_NAME]&apos;.
  162. *WARNING*
  163. Any Member in a Role with this Ability can assign themselves -- and any other member -- all Abilities, elevating themselves to near-Owner power.
  164. Add this Ability to &apos;[ROLE_NAME]&apos;?
  165. <usetemplate name="okcancelbuttons" notext="?" yestext="?"/>
  166. </notification>
  167. <notification name="AttachmentDrop">
  168. You are about to drop your attachment.
  169. Are you sure you want to continue?
  170. <usetemplate ignoretext="????????" name="okcancelignore" notext="?" yestext="?"/>
  171. </notification>
  172. <notification name="JoinGroupCanAfford">
  173. ???????? L$[COST]?
  174. ????????
  175. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  176. </notification>
  177. <notification name="JoinGroupNoCost">
  178. You are joining group [NAME].
  179. Do you wish to proceed?
  180. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  181. </notification>
  182. <notification name="JoinGroupCannotAfford">
  183. Joining this group costs L$[COST].
  184. You do not have enough L$ to join this group.
  185. </notification>
  186. <notification name="CreateGroupCost">
  187. Creating this group will cost L$100.
  188. Groups need more than one member, or they are deleted forever.
  189. Please invite members within 48 hours.
  190. <usetemplate canceltext="??" name="okcancelbuttons" notext="??" yestext="?? L$100 ????"/>
  191. </notification>
  192. <notification name="LandBuyPass">
  193. For L$[COST] you can enter this land (&apos;[PARCEL_NAME]&apos;) for [TIME] hours. Buy a pass?
  194. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  195. </notification>
  196. <notification name="SalePriceRestriction">
  197. Sale price must be set to more than L$0 if selling to anyone.
  198. Please select an individual to sell to if selling for L$0.
  199. </notification>
  200. <notification name="ConfirmLandSaleChange">
  201. The selected [LAND_SIZE] m˛ land is being set for sale.
  202. Your selling price will be L$[SALE_PRICE] and will be authorized for sale to [NAME].
  203. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  204. </notification>
  205. <notification name="ConfirmLandSaleToAnyoneChange">
  206. ATTENTION: Clicking &apos;sell to anyone&apos; makes your land available to the entire [SECOND_LIFE] community, even those not in this region.
  207. The selected [LAND_SIZE] m˛ land is being set for sale.
  208. Your selling price will be L$[SALE_PRICE] and will be authorized for sale to [NAME].
  209. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  210. </notification>
  211. <notification name="ReturnObjectsDeededToGroup">
  212. 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?
  213. *WARNING* This will delete the non-transferable objects deeded to the group!
  214. Objects: [N]
  215. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  216. </notification>
  217. <notification name="ReturnObjectsOwnedByUser">
  218. 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?
  219. Objects: [N]
  220. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  221. </notification>
  222. <notification name="ReturnObjectsOwnedBySelf">
  223. Are you sure you want to return all objects owned by you on this parcel of land back to your inventory?
  224. Objects: [N]
  225. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  226. </notification>
  227. <notification name="ReturnObjectsNotOwnedBySelf">
  228. 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?
  229. Transferable objects deeded to a group will be returned to their previous owners.
  230. *WARNING* This will delete the non-transferable objects deeded to the group!
  231. Objects: [N]
  232. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  233. </notification>
  234. <notification name="ReturnObjectsNotOwnedByUser">
  235. 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?
  236. Transferable objects deeded to a group will be returned to their previous owners.
  237. *WARNING* This will delete the non-transferable objects deeded to the group!
  238. Objects: [N]
  239. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  240. </notification>
  241. <notification name="ReturnAllTopObjects">
  242. Are you sure you want to return all listed objects back to their owner&apos;s inventory?
  243. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  244. </notification>
  245. <notification name="DisableAllTopObjects">
  246. Are you sure you want to disable all objects in this region?
  247. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  248. </notification>
  249. <notification name="ReturnObjectsNotOwnedByGroup">
  250. Return the objects on this parcel of land that are NOT shared with the group [NAME] back to their owners?
  251. Objects: [N]
  252. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  253. </notification>
  254. <notification name="UnableToDisableOutsideScripts">
  255. Can not disable scripts.
  256. This entire region is damage enabled.
  257. Scripts must be allowed to run for weapons to work.
  258. </notification>
  259. <notification name="MultipleFacesSelected">
  260. Multiple faces are currently selected.
  261. If you continue this action, separate instances of media will be set on multiple faces of the object.
  262. To place the media on only one face, choose Select Face and click on the desired face of that object then click Add.
  263. <usetemplate ignoretext="Media will be set on multiple selected faces" name="okcancelignore" notext="??" yestext="??"/>
  264. </notification>
  265. <notification name="MustBeInParcel">
  266. You must be standing inside the land parcel to set its Landing Point.
  267. </notification>
  268. <notification name="PromptRecipientEmail">
  269. Please enter a valid email address for the recipient(s).
  270. </notification>
  271. <notification name="PromptSelfEmail">
  272. Please enter your email address.
  273. </notification>
  274. <notification name="PromptMissingSubjMsg">
  275. Email snapshot with the default subject or message?
  276. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  277. </notification>
  278. <notification name="ErrorProcessingSnapshot">
  279. Error processing snapshot data
  280. </notification>
  281. <notification name="ErrorEncodingSnapshot">
  282. Error encoding snapshot.
  283. </notification>
  284. <notification name="ErrorUploadingPostcard">
  285. There was a problem sending a snapshot due to the following reason: [REASON]
  286. </notification>
  287. <notification name="ErrorUploadingReportScreenshot">
  288. There was a problem uploading a report screenshot due to the following reason: [REASON]
  289. </notification>
  290. <notification name="MustAgreeToLogIn">
  291. You must agree to the Terms of Service to continue logging into [SECOND_LIFE].
  292. </notification>
  293. <notification name="CouldNotPutOnOutfit">
  294. Could not put on outfit.
  295. The outfit folder contains no clothing, body parts, or attachments.
  296. </notification>
  297. <notification name="CannotWearTrash">
  298. You can not wear clothes or body parts that are in the trash
  299. </notification>
  300. <notification name="MaxAttachmentsOnOutfit">
  301. Could not attach object.
  302. Exceeds the attachments limit of [MAX_ATTACHMENTS] objects. Please detach another object first.
  303. </notification>
  304. <notification name="CannotWearInfoNotComplete">
  305. You can not wear that item because it has not yet loaded. Please try again in a minute.
  306. </notification>
  307. <notification name="MustHaveAccountToLogIn">
  308. Oops! Something was left blank.
  309. You need to enter the Username name of your avatar.
  310. You need an account to enter [SECOND_LIFE]. Would you like to create one now?
  311. <url name="url">
  312. http://join.secondlife.com/
  313. </url>
  314. <usetemplate name="okcancelbuttons" notext="????" yestext="?????"/>
  315. </notification>
  316. <notification name="InvalidCredentialFormat">
  317. You need to enter either the Username or both the First and Last name of your avatar into the Username field, then login again.
  318. </notification>
  319. <notification name="DeleteClassified">
  320. Delete classified &apos;[NAME]&apos;?
  321. There is no reimbursement for fees paid.
  322. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  323. </notification>
  324. <notification name="DeleteMedia">
  325. You have selected to delete the media associated with this face.
  326. Are you sure you want to continue?
  327. <usetemplate ignoretext="???????????????" name="okcancelignore" notext="?" yestext="?"/>
  328. </notification>
  329. <notification name="ClassifiedSave">
  330. Save changes to classified [NAME]?
  331. <usetemplate canceltext="??" name="yesnocancelbuttons" notext="????" yestext="??"/>
  332. </notification>
  333. <notification name="ClassifiedInsufficientFunds">
  334. Insufficient funds to create classified.
  335. <usetemplate name="okbutton" yestext="??"/>
  336. </notification>
  337. <notification name="DeleteAvatarPick">
  338. Delete pick &lt;nolink&gt;[PICK]&lt;/nolink&gt;?
  339. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  340. </notification>
  341. <notification name="DeleteOutfits">
  342. ?????????
  343. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  344. </notification>
  345. <notification name="PromptGoToEventsPage">
  346. ?? [SECOND_LIFE] ?????
  347. <url name="url">
  348. http://secondlife.com/events/
  349. </url>
  350. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  351. </notification>
  352. <notification name="SelectProposalToView">
  353. Please select a proposal to view.
  354. </notification>
  355. <notification name="SelectHistoryItemToView">
  356. ???????????????
  357. </notification>
  358. <notification name="CacheWillClear">
  359. ?????? [APP_NAME] ???????????
  360. </notification>
  361. <notification name="CacheWillBeMoved">
  362. ?????? [APP_NAME] ??????????
  363. ?????????????
  364. </notification>
  365. <notification name="ChangeConnectionPort">
  366. Port settings take effect after you restart [APP_NAME].
  367. </notification>
  368. <notification name="ChangeSkin">
  369. The new skin will appear after you restart [APP_NAME].
  370. </notification>
  371. <notification name="ChangeLanguage">
  372. Changing language will take effect after you restart [APP_NAME].
  373. </notification>
  374. <notification name="GoToAuctionPage">
  375. ?? [SECOND_LIFE] ?????????????
  376. <url name="url">
  377. http://secondlife.com/auctions/auction-detail.php?id=[AUCTION_ID]
  378. </url>
  379. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  380. </notification>
  381. <notification name="SaveChanges">
  382. Save Changes?
  383. <usetemplate canceltext="??" name="yesnocancelbuttons" notext="????" yestext="??"/>
  384. </notification>
  385. <notification name="GestureSaveFailedTooManySteps">
  386. Gesture save failed.
  387. This gesture has too many steps.
  388. Try removing some steps, then save again.
  389. </notification>
  390. <notification name="GestureSaveFailedTryAgain">
  391. Gesture save failed. Please try again in a minute.
  392. </notification>
  393. <notification name="GestureSaveFailedObjectNotFound">
  394. Could not save gesture because the object or the associated object inventory could not be found.
  395. The object may be out of range or may have been deleted.
  396. </notification>
  397. <notification name="GestureSaveFailedReason">
  398. There was a problem saving a gesture due to the following reason: [REASON]. Please try resaving the gesture later.
  399. </notification>
  400. <notification name="SaveNotecardFailObjectNotFound">
  401. Could not save notecard because the object or the associated object inventory could not be found.
  402. The object may be out of range or may have been deleted.
  403. </notification>
  404. <notification name="SaveNotecardFailReason">
  405. There was a problem saving a notecard due to the following reason: [REASON]. Please try re-saving the notecard later.
  406. </notification>
  407. <notification name="ScriptCannotUndo">
  408. Could not undo all changes in your version of the script.
  409. Would you like to load the server&apos;s last saved version?
  410. (**Warning** This operation cannot be undone.)
  411. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  412. </notification>
  413. <notification name="SaveScriptFailReason">
  414. There was a problem saving a script due to the following reason: [REASON]. Please try re-saving the script later.
  415. </notification>
  416. <notification name="SaveScriptFailObjectNotFound">
  417. Could not save the script because the object it is in could not be found.
  418. The object may be out of range or may have been deleted.
  419. </notification>
  420. <notification name="SaveBytecodeFailReason">
  421. There was a problem saving a compiled script due to the following reason: [REASON]. Please try re-saving the script later.
  422. </notification>
  423. <notification name="StartRegionEmpty">
  424. Oops, Your Start Region is not defined.
  425. Please type the Region name in Start Location box or choose My Last Location or My Home as your Start Location.
  426. <usetemplate name="okbutton" yestext="??"/>
  427. </notification>
  428. <notification name="CouldNotStartStopScript">
  429. Could not start or stop the script because the object it is on could not be found.
  430. The object may be out of range or may have been deleted.
  431. </notification>
  432. <notification name="CannotDownloadFile">
  433. Unable to download file
  434. </notification>
  435. <notification name="CannotWriteFile">
  436. Unable to write file [[FILE]]
  437. </notification>
  438. <notification name="UnsupportedHardware">
  439. 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&apos;t provide technical support for unsupported system configurations.
  440. Visit [_URL] for more information?
  441. <url name="url">
  442. http://www.secondlife.com/corporate/sysreqs.php
  443. </url>
  444. <usetemplate ignoretext="??????????" name="okcancelignore" notext="?" yestext="?"/>
  445. </notification>
  446. <notification name="UnknownGPU">
  447. Your system contains a graphics card that [APP_NAME] doesn&apos;t recognize.
  448. 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.
  449. (Me &gt; Preferences &gt; Graphics).
  450. <form name="form">
  451. <ignore name="ignore" text="?????????"/>
  452. </form>
  453. </notification>
  454. <notification name="DisplaySettingsNoShaders">
  455. [APP_NAME] crashed while initializing graphics drivers.
  456. Graphics Quality will be set to Low to avoid some common driver errors. This will disable some graphics features.
  457. We recommend updating your graphics card drivers.
  458. Graphics Quality can be raised in Preferences &gt; Graphics.
  459. </notification>
  460. <notification name="RegionNoTerraforming">
  461. ?? [REGION] ???????????
  462. </notification>
  463. <notification name="CannotCopyWarning">
  464. You do not have permission to copy the following items:
  465. [ITEMS]
  466. and will lose it from your inventory if you give it away. Do you really want to offer these items?
  467. <usetemplate name="okcancelbuttons" notext="?" yestext="?"/>
  468. </notification>
  469. <notification name="CannotGiveItem">
  470. ??????????
  471. </notification>
  472. <notification name="TransactionCancelled">
  473. ??????
  474. </notification>
  475. <notification name="TooManyItems">
  476. Cannot give more than 42 items in a single inventory transfer.
  477. </notification>
  478. <notification name="NoItems">
  479. You do not have permission to transfer the selected items.
  480. </notification>
  481. <notification name="CannotCopyCountItems">
  482. You do not have permission to copy [COUNT] of the selected items. You will lose these items from your inventory.
  483. Do you really want to give these items?
  484. <usetemplate name="okcancelbuttons" notext="?" yestext="?"/>
  485. </notification>
  486. <notification name="CannotGiveCategory">
  487. You do not have permission to transfer the selected folder.
  488. </notification>
  489. <notification name="FreezeAvatar">
  490. ???????
  491. ???????????????????
  492. <usetemplate canceltext="??" name="yesnocancelbuttons" notext="??" yestext="??"/>
  493. </notification>
  494. <notification name="FreezeAvatarFullname">
  495. ?? [AVATAR_NAME]?
  496. ???????????????????
  497. <usetemplate canceltext="??" name="yesnocancelbuttons" notext="??" yestext="??"/>
  498. </notification>
  499. <notification name="EjectAvatarFullname">
  500. ? [AVATAR_NAME] ????????
  501. <usetemplate canceltext="??" name="yesnocancelbuttons" notext="?????" yestext="??"/>
  502. </notification>
  503. <notification name="EjectAvatarNoBan">
  504. ??????????????
  505. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  506. </notification>
  507. <notification name="EjectAvatarFullnameNoBan">
  508. ? [AVATAR_NAME] ????????
  509. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  510. </notification>
  511. <notification name="EjectAvatarFromGroup">
  512. ??? [AVATAR_NAME] ??? [GROUP_NAME]????
  513. </notification>
  514. <notification name="AcquireErrorTooManyObjects">
  515. ?????????????
  516. </notification>
  517. <notification name="AcquireErrorObjectSpan">
  518. ACQUIRE ERROR: Objects span more than one region.
  519. Please move all objects to be acquired onto the same region.
  520. </notification>
  521. <notification name="PromptGoToCurrencyPage">
  522. [EXTRA]
  523. Go to [_URL] for information on purchasing L$?
  524. <url name="url">
  525. http://secondlife.com/app/currency/
  526. </url>
  527. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  528. </notification>
  529. <notification name="UnableToLinkObjects">
  530. Unable to link these [COUNT] objects.
  531. You can link a maximum of [MAX] objects.
  532. </notification>
  533. <notification name="CannotLinkIncompleteSet">
  534. You can only link complete sets of objects, and must select more than one object.
  535. </notification>
  536. <notification name="CannotLinkModify">
  537. Unable to link because you don&apos;t have modify permission on all the objects.
  538. Please make sure none are locked, and that you own all of them.
  539. </notification>
  540. <notification name="CannotLinkDifferentOwners">
  541. Unable to link because not all of the objects have the same owner.
  542. Please make sure you own all of the selected objects.
  543. </notification>
  544. <notification name="NoFileExtension">
  545. No file extension for the file: &apos;[FILE]&apos;
  546. Please make sure the file has a correct file extension.
  547. </notification>
  548. <notification name="InvalidFileExtension">
  549. Invalid file extension [EXTENSION]
  550. Expected [VALIDS]
  551. <usetemplate name="okbutton" yestext="??"/>
  552. </notification>
  553. <notification name="CannotUploadSoundFile">
  554. Couldn&apos;t open uploaded sound file for reading:
  555. [FILE]
  556. </notification>
  557. <notification name="SoundFileNotRIFF">
  558. File does not appear to be a RIFF WAVE file:
  559. [FILE]
  560. </notification>
  561. <notification name="SoundFileNotPCM">
  562. File does not appear to be a PCM WAVE audio file:
  563. [FILE]
  564. </notification>
  565. <notification name="SoundFileInvalidChannelCount">
  566. File has invalid number of channels (must be mono or stereo):
  567. [FILE]
  568. </notification>
  569. <notification name="SoundFileInvalidSampleRate">
  570. File does not appear to be a supported sample rate (must be 44.1k):
  571. [FILE]
  572. </notification>
  573. <notification name="SoundFileInvalidWordSize">
  574. File does not appear to be a supported word size (must be 8 or 16 bit):
  575. [FILE]
  576. </notification>
  577. <notification name="SoundFileInvalidHeader">
  578. Could not find &apos;data&apos; chunk in WAV header:
  579. [FILE]
  580. </notification>
  581. <notification name="SoundFileInvalidChunkSize">
  582. Wrong chunk size in WAV file:
  583. [FILE]
  584. </notification>
  585. <notification name="SoundFileInvalidTooLong">
  586. ????????? 10 ???
  587. [FILE]
  588. </notification>
  589. <notification name="ProblemWithFile">
  590. Problem with file [FILE]:
  591. [ERROR]
  592. </notification>
  593. <notification name="CannotOpenTemporarySoundFile">
  594. Couldn&apos;t open temporary compressed sound file for writing: [FILE]
  595. </notification>
  596. <notification name="UnknownVorbisEncodeFailure">
  597. Unknown Vorbis encode failure on: [FILE]
  598. </notification>
  599. <notification name="CannotEncodeFile">
  600. Unable to encode file: [FILE]
  601. </notification>
  602. <notification name="CorruptedProtectedDataStore">
  603. We can&apos;t fill in your username and password. This may happen when you change network setup
  604. <usetemplate name="okbutton" yestext="??"/>
  605. </notification>
  606. <notification name="CorruptResourceFile">
  607. Corrupt resource file: [FILE]
  608. </notification>
  609. <notification name="UnknownResourceFileVersion">
  610. Unknown Linden resource file version in file: [FILE]
  611. </notification>
  612. <notification name="UnableToCreateOutputFile">
  613. Unable to create output file: [FILE]
  614. </notification>
  615. <notification name="DoNotSupportBulkAnimationUpload">
  616. [APP_NAME] does not currently support bulk upload of animation files.
  617. </notification>
  618. <notification name="CannotUploadReason">
  619. Unable to upload [FILE] due to the following reason: [REASON]
  620. Please try again later.
  621. </notification>
  622. <notification name="LandmarkCreated">
  623. ????? &quot;[LANDMARK_NAME]&quot; ??? [FOLDER_NAME] ????
  624. </notification>
  625. <notification name="LandmarkAlreadyExists">
  626. ????????????
  627. <usetemplate name="okbutton" yestext="??"/>
  628. </notification>
  629. <notification name="CannotCreateLandmarkNotOwner">
  630. ?????????????????????
  631. </notification>
  632. <notification name="CannotRecompileSelectObjectsNoScripts">
  633. Not able to perform &apos;recompilation&apos;.
  634. Select an object with a script.
  635. </notification>
  636. <notification name="CannotRecompileSelectObjectsNoPermission">
  637. Not able to perform &apos;recompilation&apos;.
  638. Select objects with scripts that you have permission to modify.
  639. </notification>
  640. <notification name="CannotResetSelectObjectsNoScripts">
  641. Not able to perform &apos;reset&apos;.
  642. Select objects with scripts.
  643. </notification>
  644. <notification name="CannotResetSelectObjectsNoPermission">
  645. Not able to perform &apos;reset&apos;.
  646. Select objects with scripts that you have permission to modify.
  647. </notification>
  648. <notification name="CannotOpenScriptObjectNoMod">
  649. Unable to open script in object without modify permissions.
  650. </notification>
  651. <notification name="CannotSetRunningSelectObjectsNoScripts">
  652. Not able to set any scripts to &apos;running&apos;.
  653. Select objects with scripts.
  654. </notification>
  655. <notification name="CannotSetRunningNotSelectObjectsNoScripts">
  656. Unable to set any scripts to &apos;not running&apos;.
  657. Select objects with scripts.
  658. </notification>
  659. <notification name="NoFrontmostFloater">
  660. No frontmost floater to save.
  661. </notification>
  662. <notification name="SeachFilteredOnShortWords">
  663. Your search query was modified and the words that were too short were removed.
  664. Searched for: [FINALQUERY]
  665. </notification>
  666. <notification name="SeachFilteredOnShortWordsEmpty">
  667. Your search terms were too short so no search was performed.
  668. </notification>
  669. <notification name="CouldNotTeleportReason">
  670. ???????
  671. [REASON]
  672. </notification>
  673. <notification name="invalid_tport">
  674. Problem encountered processing your teleport request. You may need to log back in before you can teleport.
  675. If you continue to get this message, please check the [SUPPORT_SITE].
  676. </notification>
  677. <notification name="invalid_region_handoff">
  678. Problem encountered processing your region crossing. You may need to log back in before you can cross regions.
  679. If you continue to get this message, please check the [SUPPORT_SITE].
  680. </notification>
  681. <notification name="blocked_tport">
  682. 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.
  683. </notification>
  684. <notification name="nolandmark_tport">
  685. Sorry, but system was unable to locate landmark destination.
  686. </notification>
  687. <notification name="timeout_tport">
  688. Sorry, but system was unable to complete the teleport connection. Try again in a moment.
  689. </notification>
  690. <notification name="noaccess_tport">
  691. Sorry, you do not have access to that teleport destination.
  692. </notification>
  693. <notification name="missing_attach_tport">
  694. Your attachments have not arrived yet. Try waiting for a few more seconds or log out and back in again before attempting to teleport.
  695. </notification>
  696. <notification name="too_many_uploads_tport">
  697. 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.
  698. </notification>
  699. <notification name="expired_tport">
  700. Sorry, but the system was unable to complete your teleport request in a timely fashion. Please try again in a few minutes.
  701. </notification>
  702. <notification name="expired_region_handoff">
  703. Sorry, but the system was unable to complete your region crossing in a timely fashion. Please try again in a few minutes.
  704. </notification>
  705. <notification name="no_host">
  706. Unable to find teleport destination. The destination may be temporarily unavailable or no longer exists. Please try again in a few minutes.
  707. </notification>
  708. <notification name="no_inventory_host">
  709. ????????????
  710. </notification>
  711. <notification name="CannotSetLandOwnerNothingSelected">
  712. ??????????
  713. ???????
  714. </notification>
  715. <notification name="CannotSetLandOwnerMultipleRegions">
  716. Unable to force land ownership because selection spans multiple regions. Please select a smaller area and try again.
  717. </notification>
  718. <notification name="ForceOwnerAuctionWarning">
  719. This parcel is up for auction. Forcing ownership will cancel the auction and potentially make some Residents unhappy if bidding has begun.
  720. Force ownership?
  721. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  722. </notification>
  723. <notification name="CannotContentifyNothingSelected">
  724. Unable to contentify:
  725. No parcel selected.
  726. </notification>
  727. <notification name="CannotContentifyNoRegion">
  728. Unable to contentify:
  729. No region selected.
  730. </notification>
  731. <notification name="CannotReleaseLandNothingSelected">
  732. ???????
  733. ???????
  734. </notification>
  735. <notification name="CannotReleaseLandNoRegion">
  736. ???????
  737. ???????
  738. </notification>
  739. <notification name="CannotBuyLandNothingSelected">
  740. ???????
  741. ???????
  742. </notification>
  743. <notification name="CannotBuyLandNoRegion">
  744. Unable to buy land:
  745. Cannot find the region this land is in.
  746. </notification>
  747. <notification name="CannotCloseFloaterBuyLand">
  748. You cannot close the Buy Land window until [APP_NAME] estimates the price of this transaction.
  749. </notification>
  750. <notification name="CannotDeedLandNothingSelected">
  751. ???????
  752. ???????
  753. </notification>
  754. <notification name="CannotDeedLandNoGroup">
  755. ???????
  756. ???????
  757. </notification>
  758. <notification name="CannotDeedLandNoRegion">
  759. ???????
  760. ??????????????
  761. </notification>
  762. <notification name="CannotDeedLandMultipleSelected">
  763. ???????
  764. ????????
  765. ??????????
  766. </notification>
  767. <notification name="CannotDeedLandWaitingForServer">
  768. ???????
  769. ???????????
  770. ??????
  771. </notification>
  772. <notification name="CannotDeedLandNoTransfer">
  773. ???????
  774. ? [REGION] ???????????
  775. </notification>
  776. <notification name="CannotReleaseLandWatingForServer">
  777. ???????
  778. ????????????
  779. ??????????
  780. </notification>
  781. <notification name="CannotReleaseLandSelected">
  782. ???????
  783. ??????????????
  784. ??????????
  785. </notification>
  786. <notification name="CannotReleaseLandDontOwn">
  787. ???????
  788. ??????????????
  789. ?????????????
  790. </notification>
  791. <notification name="CannotReleaseLandRegionNotFound">
  792. ???????
  793. ??????????????
  794. </notification>
  795. <notification name="CannotReleaseLandNoTransfer">
  796. ???????
  797. ? [REGION] ??????????
  798. </notification>
  799. <notification name="CannotReleaseLandPartialSelection">
  800. ???????
  801. ???????????????
  802. ???????????????
  803. </notification>
  804. <notification name="ReleaseLandWarning">
  805. ???? [AREA] m˛ ?????
  806. ?????????????????????????? L$?
  807. ???????????
  808. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  809. </notification>
  810. <notification name="CannotDivideLandNothingSelected">
  811. ???????
  812. ???????
  813. </notification>
  814. <notification name="CannotDivideLandPartialSelection">
  815. ???????
  816. ??????????
  817. ????????????
  818. </notification>
  819. <notification name="LandDivideWarning">
  820. ???????????????????????????? ??????????????????????
  821. ???????
  822. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  823. </notification>
  824. <notification name="CannotDivideLandNoRegion">
  825. ???????
  826. ??????????????
  827. </notification>
  828. <notification name="CannotJoinLandNoRegion">
  829. ???????
  830. ??????????????
  831. </notification>
  832. <notification name="CannotJoinLandNothingSelected">
  833. ???????
  834. ???????
  835. </notification>
  836. <notification name="CannotJoinLandEntireParcelSelected">
  837. ???????
  838. ??????????
  839. ????????????
  840. </notification>
  841. <notification name="CannotJoinLandSelection">
  842. ???????
  843. ????????????
  844. ????????????
  845. </notification>
  846. <notification name="JoinLandWarning">
  847. ???????????????????????????
  848. ?????????????????????
  849. ???????
  850. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  851. </notification>
  852. <notification name="ConfirmNotecardSave">
  853. ??????????????????????????????
  854. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  855. </notification>
  856. <notification name="ConfirmItemCopy">
  857. ?????????????
  858. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  859. </notification>
  860. <notification name="ResolutionSwitchFail">
  861. Failed to switch resolution to [RESX] by [RESY]
  862. </notification>
  863. <notification name="ErrorUndefinedGrasses">
  864. Error: Undefined grasses: [SPECIES]
  865. </notification>
  866. <notification name="ErrorUndefinedTrees">
  867. Error: Undefined trees: [SPECIES]
  868. </notification>
  869. <notification name="CannotSaveWearableOutOfSpace">
  870. 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.
  871. </notification>
  872. <notification name="CannotSaveToAssetStore">
  873. Unable to save [NAME] to central asset store.
  874. This is usually a temporary failure. Please customize and save the wearable again in a few minutes.
  875. </notification>
  876. <notification name="YouHaveBeenLoggedOut">
  877. Darn. You have been logged out of [SECOND_LIFE]
  878. [MESSAGE]
  879. <usetemplate name="okcancelbuttons" notext="????" yestext="View IM &amp; Chat"/>
  880. </notification>
  881. <notification name="OnlyOfficerCanBuyLand">
  882. Unable to buy land for the group:
  883. You do not have permission to buy land for your active group.
  884. </notification>
  885. <notification label="????" name="AddFriendWithMessage">
  886. Friends can give permissions to track each other on the map and receive online status updates.
  887. Offer friendship to [NAME]?
  888. <form name="form">
  889. <input name="message">
  890. ???????????
  891. </input>
  892. <button name="Offer" text="??"/>
  893. <button name="Cancel" text="??"/>
  894. </form>
  895. </notification>
  896. <notification label="????" name="SaveOutfitAs">
  897. ????????????
  898. <form name="form">
  899. <input name="message">
  900. [DESC] ???
  901. </input>
  902. <button name="OK" text="??"/>
  903. <button name="Cancel" text="??"/>
  904. </form>
  905. </notification>
  906. <notification label="Save Wearable" name="SaveWearableAs">
  907. ????????????
  908. <form name="form">
  909. <input name="message">
  910. [DESC] ???
  911. </input>
  912. <button name="OK" text="??"/>
  913. <button name="Cancel" text="??"/>
  914. </form>
  915. </notification>
  916. <notification label="????" name="RenameOutfit">
  917. ??????
  918. <form name="form">
  919. <input name="new_name">
  920. [NAME]
  921. </input>
  922. <button name="OK" text="??"/>
  923. <button name="Cancel" text="??"/>
  924. </form>
  925. </notification>
  926. <notification name="RemoveFromFriends">
  927. Do you want to remove &lt;nolink&gt;[NAME]&lt;/nolink&gt; from your Friends List?
  928. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  929. </notification>
  930. <notification name="RemoveMultipleFromFriends">
  931. ??????????????????
  932. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  933. </notification>
  934. <notification name="GodDeleteAllScriptedPublicObjectsByUser">
  935. Are you sure you want to delete all scripted objects owned by
  936. ** [AVATAR_NAME] **
  937. on all others land in this sim?
  938. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  939. </notification>
  940. <notification name="GodDeleteAllScriptedObjectsByUser">
  941. Are you sure you want to DELETE ALL scripted objects owned by
  942. ** [AVATAR_NAME] **
  943. on ALL LAND in this sim?
  944. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  945. </notification>
  946. <notification name="GodDeleteAllObjectsByUser">
  947. Are you sure you want to DELETE ALL objects (scripted or not) owned by
  948. ** [AVATAR_NAME] **
  949. on ALL LAND in this sim?
  950. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  951. </notification>
  952. <notification name="BlankClassifiedName">
  953. You must specify a name for your classified.
  954. </notification>
  955. <notification name="MinClassifiedPrice">
  956. Price to pay for listing must be at least L$[MIN_PRICE].
  957. Please enter a higher price.
  958. </notification>
  959. <notification name="ConfirmItemDeleteHasLinks">
  960. 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.
  961. Are you sure you want to delete these items?
  962. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  963. </notification>
  964. <notification name="ConfirmObjectDeleteLock">
  965. At least one of the items you have selected is locked.
  966. Are you sure you want to delete these items?
  967. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  968. </notification>
  969. <notification name="ConfirmObjectDeleteNoCopy">
  970. At least one of the items you have selected is not copyable.
  971. Are you sure you want to delete these items?
  972. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  973. </notification>
  974. <notification name="ConfirmObjectDeleteNoOwn">
  975. You do not own least one of the items you have selected.
  976. Are you sure you want to delete these items?
  977. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  978. </notification>
  979. <notification name="ConfirmObjectDeleteLockNoCopy">
  980. At least one object is locked.
  981. At least one object is not copyable.
  982. Are you sure you want to delete these items?
  983. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  984. </notification>
  985. <notification name="ConfirmObjectDeleteLockNoOwn">
  986. At least one object is locked.
  987. You do not own least one object.
  988. Are you sure you want to delete these items?
  989. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  990. </notification>
  991. <notification name="ConfirmObjectDeleteNoCopyNoOwn">
  992. At least one object is not copyable.
  993. You do not own least one object.
  994. Are you sure you want to delete these items?
  995. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  996. </notification>
  997. <notification name="ConfirmObjectDeleteLockNoCopyNoOwn">
  998. At least one object is locked.
  999. At least one object is not copyable.
  1000. You do not own least one object.
  1001. Are you sure you want to delete these items?
  1002. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  1003. </notification>
  1004. <notification name="ConfirmObjectTakeLock">
  1005. At least one object is locked.
  1006. Are you sure you want to take these items?
  1007. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  1008. </notification>
  1009. <notification name="ConfirmObjectTakeNoOwn">
  1010. You do not own all of the objects you are taking.
  1011. If you continue, next owner permissions will be applied and possibly restrict your ability to modify or copy them.
  1012. Are you sure you want to take these items?
  1013. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  1014. </notification>
  1015. <notification name="ConfirmObjectTakeLockNoOwn">
  1016. At least one object is locked.
  1017. You do not own all of the objects you are taking.
  1018. If you continue, next owner permissions will be applied and possibly restrict your ability to modify or copy them.
  1019. However, you can take the current selection.
  1020. Are you sure you want to take these items?
  1021. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  1022. </notification>
  1023. <notification name="CantBuyLandAcrossMultipleRegions">
  1024. Unable to buy land because selection spans multiple regions.
  1025. Please select a smaller area and try again.
  1026. </notification>
  1027. <notification name="DeedLandToGroup">
  1028. By deeding this parcel, the group will be required to have and maintain sufficient land use credits.
  1029. The purchase price of the land is not refunded to the owner. If a deeded parcel is sold, the sale price will be divided evenly among group members.
  1030. Deed this [AREA] m˛ of land to the group &apos;[GROUP_NAME]&apos;?
  1031. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  1032. </notification>
  1033. <notification name="DeedLandToGroupWithContribution">
  1034. By deeding this parcel, the group will be required to have and maintain sufficient land use credits.
  1035. The deed will include a simultaneous land contribution to the group from &apos;[NAME]&apos;.
  1036. The purchase price of the land is not refunded to the owner. If a deeded parcel is sold, the sale price will be divided evenly among group members.
  1037. Deed this [AREA] m˛ of land to the group &apos;[GROUP_NAME]&apos;?
  1038. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  1039. </notification>
  1040. <notification name="DisplaySetToSafe">
  1041. Display settings have been set to safe levels because you have specified the -safe option.
  1042. </notification>
  1043. <notification name="DisplaySetToRecommended">
  1044. Display settings have been set to recommended levels based on your system configuration.
  1045. </notification>
  1046. <notification name="ErrorMessage">
  1047. [ERROR_MESSAGE]
  1048. <usetemplate name="okbutton" yestext="??"/>
  1049. </notification>
  1050. <notification name="AvatarMovedDesired">
  1051. Your desired location is not currently available.
  1052. You have been moved into a nearby region.
  1053. </notification>
  1054. <notification name="AvatarMovedLast">
  1055. Your last location is not currently available.
  1056. You have been moved into a nearby region.
  1057. </notification>
  1058. <notification name="AvatarMovedHome">
  1059. Your home location is not currently available.
  1060. You have been moved into a nearby region.
  1061. You may want to set a new home location.
  1062. </notification>
  1063. <notification name="ClothingLoading">
  1064. ??????????
  1065. ??????? [SECOND_LIFE]???????????????
  1066. <form name="form">
  1067. <ignore name="ignore" text="?????????"/>
  1068. </form>
  1069. </notification>
  1070. <notification name="FirstRun">
  1071. [APP_NAME] ?????
  1072. If this is your first time using [SECOND_LIFE], you will need to create an account before you can log in.
  1073. Return to [http://join.secondlife.com secondlife.com] to create a new account?
  1074. <usetemplate name="okcancelbuttons" notext="??" yestext="???..."/>
  1075. </notification>
  1076. <notification name="LoginPacketNeverReceived">
  1077. We&apos;re having trouble connecting. There may be a problem with your Internet connection or the [SECOND_LIFE_GRID].
  1078. You can either check your Internet connection and try again in a few minutes, click Help to view the [SUPPORT_SITE], or click Teleport to attempt to teleport home.
  1079. <url name="url">
  1080. http://secondlife.com/support/
  1081. </url>
  1082. <form name="form">
  1083. <button name="OK" text="??"/>
  1084. <button name="Help" text="??"/>
  1085. <button name="Teleport" text="????"/>
  1086. </form>
  1087. </notification>
  1088. <notification name="WelcomeChooseSex">
  1089. Your character will appear in a moment.
  1090. Use arrow keys to walk.
  1091. Press the F1 key at any time for help or to learn more about [SECOND_LIFE].
  1092. Please choose the male or female avatar. You can change your mind later.
  1093. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  1094. </notification>
  1095. <notification name="CantTeleportToGrid">
  1096. Could not teleport to [SLURL] as it&apos;s on a different grid ([GRID]) than the current grid ([CURRENT_GRID]). Please close your viewer and try again.
  1097. <usetemplate name="okbutton" yestext="??"/>
  1098. </notification>
  1099. <notification name="GeneralCertificateError">
  1100. ?????????
  1101. [REASON]
  1102. SubjectName: [SUBJECT_NAME_STRING]
  1103. IssuerName: [ISSUER_NAME_STRING]
  1104. Valid From: [VALID_FROM]
  1105. Valid To: [VALID_TO]
  1106. MD5 Fingerprint: [SHA1_DIGEST]
  1107. SHA1 Fingerprint: [MD5_DIGEST]
  1108. Key Usage: [KEYUSAGE]
  1109. Extended Key Usage: [EXTENDEDKEYUSAGE]
  1110. Subject Key Identifier: [SUBJECTKEYIDENTIFIER]
  1111. <usetemplate name="okbutton" yestext="??"/>
  1112. </notification>
  1113. <notification name="TrustCertificateError">
  1114. The certification authority for this server is not known.
  1115. Certificate Information:
  1116. SubjectName: [SUBJECT_NAME_STRING]
  1117. IssuerName: [ISSUER_NAME_STRING]
  1118. Valid From: [VALID_FROM]
  1119. Valid To: [VALID_TO]
  1120. MD5 Fingerprint: [SHA1_DIGEST]
  1121. SHA1 Fingerprint: [MD5_DIGEST]
  1122. Key Usage: [KEYUSAGE]
  1123. Extended Key Usage: [EXTENDEDKEYUSAGE]
  1124. Subject Key Identifier: [SUBJECTKEYIDENTIFIER]
  1125. Would you like to trust this authority?
  1126. <usetemplate name="okcancelbuttons" notext="??" yestext="Trust"/>
  1127. </notification>
  1128. <notification name="NotEnoughCurrency">
  1129. [NAME] L$ [PRICE] You don&apos;t have enough L$ to do that.
  1130. </notification>
  1131. <notification name="GrantedModifyRights">
  1132. [NAME] has given you permission to edit their objects.
  1133. </notification>
  1134. <notification name="RevokedModifyRights">
  1135. Your privilege to modify [NAME]&apos;s objects has been revoked
  1136. </notification>
  1137. <notification name="FlushMapVisibilityCaches">
  1138. This will flush the map caches on this region.
  1139. This is really only useful for debugging.
  1140. (In production, wait 5 minutes, then everyone&apos;s map will update after they relog.)
  1141. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  1142. </notification>
  1143. <notification name="BuyOneObjectOnly">
  1144. Unable to buy more than one object at a time. Please select only one object and try again.
  1145. </notification>
  1146. <notification name="OnlyCopyContentsOfSingleItem">
  1147. Unable to copy the contents of more than one item at a time.
  1148. Please select only one object and try again.
  1149. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  1150. </notification>
  1151. <notification name="KickUsersFromRegion">
  1152. ???????????????????
  1153. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  1154. </notification>
  1155. <notification name="EstateObjectReturn">
  1156. Are you sure you want to return objects owned by [USER_NAME]?
  1157. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  1158. </notification>
  1159. <notification name="InvalidTerrainBitDepth">
  1160. Couldn&apos;t set region textures:
  1161. Terrain texture [TEXTURE_NUM] has an invalid bit depth of [TEXTURE_BIT_DEPTH].
  1162. Replace texture [TEXTURE_NUM] with a 24-bit 512x512 or smaller image then click &quot;Apply&quot; again.
  1163. </notification>
  1164. <notification name="InvalidTerrainSize">
  1165. Couldn&apos;t set region textures:
  1166. Terrain texture [TEXTURE_NUM] is too large at [TEXTURE_SIZE_X]x[TEXTURE_SIZE_Y].
  1167. Replace texture [TEXTURE_NUM] with a 24-bit 512x512 or smaller image then click &quot;Apply&quot; again.
  1168. </notification>
  1169. <notification name="RawUploadStarted">
  1170. ?????????????????????????
  1171. </notification>
  1172. <notification name="ConfirmBakeTerrain">
  1173. Do you really want to bake the current terrain, make it the center for terrain raise/lower limits and the default for the &apos;Revert&apos; tool?
  1174. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  1175. </notification>
  1176. <notification name="MaxAllowedAgentOnRegion">
  1177. You can only have [MAX_AGENTS] Allowed Residents.
  1178. </notification>
  1179. <notification name="MaxBannedAgentsOnRegion">
  1180. ??????? [MAX_BANNED] ????????
  1181. </notification>
  1182. <notification name="MaxAgentOnRegionBatch">
  1183. Failure while attempting to add [NUM_ADDED] agents:
  1184. Exceeds the [MAX_AGENTS] [LIST_TYPE] limit by [NUM_EXCESS].
  1185. </notification>
  1186. <notification name="MaxAllowedGroupsOnRegion">
  1187. You can only have [MAX_GROUPS] Allowed Groups.
  1188. <usetemplate name="okcancelbuttons" notext="??" yestext="Bake"/>
  1189. </notification>
  1190. <notification name="MaxManagersOnRegion">
  1191. ??????? [MAX_MANAGER] ??????
  1192. </notification>
  1193. <notification name="OwnerCanNotBeDenied">
  1194. ????????????? &apos;??????&apos; ????
  1195. </notification>
  1196. <notification name="CanNotChangeAppearanceUntilLoaded">
  1197. ???????????????????
  1198. </notification>
  1199. <notification name="ClassifiedMustBeAlphanumeric">
  1200. The name of your classified must start with a letter from A to Z or a number. No punctuation is allowed.
  1201. </notification>
  1202. <notification name="CantSetBuyObject">
  1203. Can&apos;t set Buy Object, because the object is not for sale.
  1204. Please set the object for sale and try again.
  1205. </notification>
  1206. <notification name="FinishedRawDownload">
  1207. Finished download of raw terrain file to:
  1208. [DOWNLOAD_PATH].
  1209. </notification>
  1210. <notification name="DownloadWindowsMandatory">
  1211. ?????? [APP_NAME] ?????
  1212. [MESSAGE]
  1213. ???????????? [APP_NAME]?
  1214. <usetemplate name="okcancelbuttons" notext="????" yestext="??"/>
  1215. </notification>
  1216. <notification name="DownloadWindows">
  1217. ?? [APP_NAME] ???????????
  1218. [MESSAGE]
  1219. ?????????????????????????????
  1220. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  1221. </notification>
  1222. <notification name="DownloadWindowsReleaseForDownload">
  1223. An updated version of [APP_NAME] is available.
  1224. [MESSAGE]
  1225. This update is not required, but we suggest you install it to improve performance and stability.
  1226. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  1227. </notification>
  1228. <notification name="DownloadLinuxMandatory">
  1229. A new version of [APP_NAME] is available.
  1230. [MESSAGE]
  1231. You must download this update to use [APP_NAME].
  1232. <usetemplate name="okcancelbuttons" notext="????" yestext="??"/>
  1233. </notification>
  1234. <notification name="DownloadLinux">
  1235. An updated version of [APP_NAME] is available.
  1236. [MESSAGE]
  1237. This update is not required, but we suggest you install it to improve performance and stability.
  1238. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  1239. </notification>
  1240. <notification name="DownloadLinuxReleaseForDownload">
  1241. An updated version of [APP_NAME] is available.
  1242. [MESSAGE]
  1243. This update is not required, but we suggest you install it to improve performance and stability.
  1244. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  1245. </notification>
  1246. <notification name="DownloadMacMandatory">
  1247. A new version of [APP_NAME] is available.
  1248. [MESSAGE]
  1249. You must download this update to use [APP_NAME].
  1250. Download to your Applications folder?
  1251. <usetemplate name="okcancelbuttons" notext="????" yestext="??"/>
  1252. </notification>
  1253. <notification name="DownloadMac">
  1254. An updated version of [APP_NAME] is available.
  1255. [MESSAGE]
  1256. This update is not required, but we suggest you install it to improve performance and stability.
  1257. Download to your Applications folder?
  1258. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  1259. </notification>
  1260. <notification name="DownloadMacReleaseForDownload">
  1261. An updated version of [APP_NAME] is available.
  1262. [MESSAGE]
  1263. This update is not required, but we suggest you install it to improve performance and stability.
  1264. Download to your Applications folder?
  1265. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  1266. </notification>
  1267. <notification name="FailedUpdateInstall">
  1268. An error occurred installing the viewer update.
  1269. Please download and install the latest viewer from
  1270. http://secondlife.com/download.
  1271. <usetemplate name="okbutton" yestext="??"/>
  1272. </notification>
  1273. <notification name="FailedRequiredUpdateInstall">
  1274. We were unable to install a required update.
  1275. You will be unable to log in until [APP_NAME] has been updated.
  1276. Please download and install the latest viewer from
  1277. http://secondlife.com/download.
  1278. <usetemplate name="okbutton" yestext="????"/>
  1279. </notification>
  1280. <notification name="UpdaterServiceNotRunning">
  1281. There is a required update for your Second Life Installation.
  1282. You may download this update from http://www.secondlife.com/downloads
  1283. or you can install it now.
  1284. <usetemplate name="okcancelbuttons" notext="????????" yestext="???????"/>
  1285. </notification>
  1286. <notification name="DownloadBackgroundTip">
  1287. We have downloaded an update to your [APP_NAME] installation.
  1288. Version [VERSION] [[RELEASE_NOTES_FULL_URL] Information about this update]
  1289. <usetemplate name="okcancelbuttons" notext="??..." yestext="????????? [APP_NAME]"/>
  1290. </notification>
  1291. <notification name="DownloadBackgroundDialog">
  1292. We have downloaded an update to your [APP_NAME] installation.
  1293. Version [VERSION] [[RELEASE_NOTES_FULL_URL] Information about this update]
  1294. <usetemplate name="okcancelbuttons" notext="??..." yestext="????????? [APP_NAME]"/>
  1295. </notification>
  1296. <notification name="RequiredUpdateDownloadedVerboseDialog">
  1297. We have downloaded a required software update.
  1298. Version [VERSION]
  1299. We must restart [APP_NAME] to install the update.
  1300. <usetemplate name="okbutton" yestext="??"/>
  1301. </notification>
  1302. <notification name="RequiredUpdateDownloadedDialog">
  1303. ???????? [APP_NAME] ??????
  1304. <usetemplate name="okbutton" yestext="??"/>
  1305. </notification>
  1306. <notification name="DeedObjectToGroup">
  1307. Deeding this object will cause the group to:
  1308. * Receive L$ paid into the object
  1309. <usetemplate ignoretext="??????????????" name="okcancelignore" notext="??" yestext="??"/>
  1310. </notification>
  1311. <notification name="WebLaunchExternalTarget">
  1312. ???????????????????
  1313. <usetemplate ignoretext="??????????????" name="okcancelignore" notext="??" yestext="??"/>
  1314. </notification>
  1315. <notification name="WebLaunchJoinNow">
  1316. ????[http://secondlife.com/account/ ???]??????????
  1317. <usetemplate ignoretext="??????????????" name="okcancelignore" notext="??" yestext="??"/>
  1318. </notification>
  1319. <notification name="WebLaunchSecurityIssues">
  1320. Visit the [SECOND_LIFE] Wiki for details of how to report a security issue.
  1321. <usetemplate ignoretext="????????????????????????" name="okcancelignore" notext="??" yestext="??"/>
  1322. </notification>
  1323. <notification name="WebLaunchQAWiki">
  1324. ?? [SECOND_LIFE] ??????
  1325. <usetemplate ignoretext="?????????????????" name="okcancelignore" notext="??" yestext="??"/>
  1326. </notification>
  1327. <notification name="WebLaunchPublicIssue">
  1328. ?? [SECOND_LIFE] ???????????????????????
  1329. <usetemplate ignoretext="???????????????????" name="okcancelignore" notext="??" yestext="????"/>
  1330. </notification>
  1331. <notification name="WebLaunchSupportWiki">
  1332. ??????????????????????
  1333. <usetemplate ignoretext="???????????????" name="okcancelignore" notext="??" yestext="??"/>
  1334. </notification>
  1335. <notification name="WebLaunchLSLGuide">
  1336. ????????????????????
  1337. <usetemplate ignoretext="??????????????????" name="okcancelignore" notext="??" yestext="??"/>
  1338. </notification>
  1339. <notification name="WebLaunchLSLWiki">
  1340. ???? LSL ??????????????
  1341. <usetemplate ignoretext="???????????? LSL ??" name="okcancelignore" notext="??" yestext="????"/>
  1342. </notification>
  1343. <notification name="ReturnToOwner">
  1344. ????????????????????? ????????????????????????
  1345. *??* ???????????????!
  1346. <usetemplate ignoretext="????????????????" name="okcancelignore" notext="??" yestext="??"/>
  1347. </notification>
  1348. <notification name="GroupLeaveConfirmMember">
  1349. ???? &lt;nolink&gt;[GROUP]&lt;/nolink&gt; ??????
  1350. ????????
  1351. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  1352. </notification>
  1353. <notification name="ConfirmKick">
  1354. ????????????????
  1355. <usetemplate name="okcancelbuttons" notext="??" yestext="??????"/>
  1356. </notification>
  1357. <notification name="MuteLinden">
  1358. Sorry, you cannot block a Linden.
  1359. <usetemplate name="okbutton" yestext="??"/>
  1360. </notification>
  1361. <notification name="CannotStartAuctionAlreadyForSale">
  1362. You cannot start an auction on a parcel which is already set for sale. Disable the land sale if you are sure you want to start an auction.
  1363. </notification>
  1364. <notification label="Block object by name failed" name="MuteByNameFailed">
  1365. You already have blocked this name.
  1366. <usetemplate name="okbutton" yestext="??"/>
  1367. </notification>
  1368. <notification name="RemoveItemWarn">
  1369. Though permitted, deleting contents may damage the object. Do you want to delete that item?
  1370. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  1371. </notification>
  1372. <notification name="CantOfferCallingCard">
  1373. Cannot offer a calling card at this time. Please try again in a moment.
  1374. <usetemplate name="okbutton" yestext="??"/>
  1375. </notification>
  1376. <notification name="CantOfferFriendship">
  1377. Cannot offer friendship at this time. Please try again in a moment.
  1378. <usetemplate name="okbutton" yestext="??"/>
  1379. </notification>
  1380. <notification name="BusyModeSet">
  1381. Busy mode is set.
  1382. Chat and instant messages will be hidden. Instant messages will get your Busy mode response. All teleportation offers will be declined. All inventory offers will go to your Trash.
  1383. <usetemplate ignoretext="????????????" name="okignore" yestext="??"/>
  1384. </notification>
  1385. <notification name="JoinedTooManyGroupsMember">
  1386. You have reached your maximum number of groups. Please leave another group before joining this one, or decline the offer.
  1387. [NAME] has invited you to join a group as a member.
  1388. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  1389. </notification>
  1390. <notification name="JoinedTooManyGroups">
  1391. You have reached your maximum number of groups. Please leave some group before joining or creating a new one.
  1392. <usetemplate name="okbutton" yestext="??"/>
  1393. </notification>
  1394. <notification name="KickUser">
  1395. ???????????????
  1396. <form name="form">
  1397. <input name="message">
  1398. An administrator has logged you off.
  1399. </input>
  1400. <button name="OK" text="??"/>
  1401. <button name="Cancel" text="??"/>
  1402. </form>
  1403. </notification>
  1404. <notification name="KickAllUsers">
  1405. Kick everyone currently on the grid with what message?
  1406. <form name="form">
  1407. <input name="message">
  1408. An administrator has logged you off.
  1409. </input>
  1410. <button name="OK" text="??"/>
  1411. <button name="Cancel" text="??"/>
  1412. </form>
  1413. </notification>
  1414. <notification name="FreezeUser">
  1415. ????????????????
  1416. <form name="form">
  1417. <input name="message">
  1418. ????????????????????????????????IM??
  1419. </input>
  1420. <button name="OK" text="??"/>
  1421. <button name="Cancel" text="??"/>
  1422. </form>
  1423. </notification>
  1424. <notification name="UnFreezeUser">
  1425. ?????????????????
  1426. <form name="form">
  1427. <input name="message">
  1428. You are no longer frozen.
  1429. </input>
  1430. <button name="OK" text="??"/>
  1431. <button name="Cancel" text="??"/>
  1432. </form>
  1433. </notification>
  1434. <notification name="SetDisplayNameSuccess">
  1435. Hi [DISPLAY_NAME]!
  1436. Just like in real life, it takes a while for everyone to learn about a new name. Please allow several days for [http://wiki.secondlife.com/wiki/Setting_your_display_name your name to update] in objects, scripts, search, etc.
  1437. </notification>
  1438. <notification name="SetDisplayNameBlocked">
  1439. ??????????????????????????????????
  1440. </notification>
  1441. <notification name="SetDisplayNameFailedLength">
  1442. ?????????????????? [LENGTH] ???
  1443. ??????????
  1444. </notification>
  1445. <notification name="SetDisplayNameFailedGeneric">
  1446. Sorry, we could not set your display name. Please try again later.
  1447. </notification>
  1448. <notification name="SetDisplayNameMismatch">
  1449. The display names you entered do not match. Please re-enter.
  1450. </notification>
  1451. <notification name="AgentDisplayNameUpdateThresholdExceeded">
  1452. Sorry, you have to wait longer before you can change your display name.
  1453. See http://wiki.secondlife.com/wiki/Setting_your_display_name
  1454. Please try again later.
  1455. </notification>
  1456. <notification name="AgentDisplayNameSetBlocked">
  1457. Sorry, we could not set your requested name because it contains a banned word.
  1458. Please try a different name.
  1459. </notification>
  1460. <notification name="AgentDisplayNameSetInvalidUnicode">
  1461. The display name you wish to set contains invalid characters.
  1462. </notification>
  1463. <notification name="AgentDisplayNameSetOnlyPunctuation">
  1464. Your display name must contain letters other than punctuation.
  1465. </notification>
  1466. <notification name="DisplayNameUpdate">
  1467. [OLD_NAME] ([SLID]) is now known as [NEW_NAME].
  1468. </notification>
  1469. <notification name="OfferTeleport">
  1470. Offer a teleport to your location with the following message?
  1471. <form name="form">
  1472. <input name="message">
  1473. ???? [REGION]
  1474. </input>
  1475. <button name="OK" text="??"/>
  1476. <button name="Cancel" text="??"/>
  1477. </form>
  1478. </notification>
  1479. <notification name="OfferTeleportFromGod">
  1480. God summon Resident to your location?
  1481. <form name="form">
  1482. <input name="message">
  1483. Join me in [REGION]
  1484. </input>
  1485. <button name="OK" text="??"/>
  1486. <button name="Cancel" text="??"/>
  1487. </form>
  1488. </notification>
  1489. <notification name="TeleportFromLandmark">
  1490. Are you sure you want to teleport to &lt;nolink&gt;[LOCATION]&lt;/nolink&gt;?
  1491. <usetemplate ignoretext="Confirm that I want to teleport to a landmark" name="okcancelignore" notext="??" yestext="????"/>
  1492. </notification>
  1493. <notification name="TeleportToPick">
  1494. ????? [PICK]?
  1495. <usetemplate ignoretext="??????????????????" name="okcancelignore" notext="??" yestext="????"/>
  1496. </notification>
  1497. <notification name="TeleportToClassified">
  1498. ????? [CLASSIFIED]?
  1499. <usetemplate ignoretext="??????????????????" name="okcancelignore" notext="??" yestext="????"/>
  1500. </notification>
  1501. <notification name="TeleportToHistoryEntry">
  1502. ????? [HISTORY_ENTRY]?
  1503. <usetemplate ignoretext="?????????????????" name="okcancelignore" notext="??" yestext="????"/>
  1504. </notification>
  1505. <notification label="??????????????" name="MessageEstate">
  1506. Type a short announcement which will be sent to everyone currently in your estate.
  1507. <form name="form">
  1508. <button name="OK" text="??"/>
  1509. <button name="Cancel" text="??"/>
  1510. </form>
  1511. </notification>
  1512. <notification label="Change Linden Estate" name="ChangeLindenEstate">
  1513. You are about to change a Linden owned estate (mainland, teen grid, orientation, etc.).
  1514. This is EXTREMELY DANGEROUS because it can fundamentally affect the Resident experience. On the mainland, it will change thousands of regions and make the spaceserver hiccup.
  1515. Proceed?
  1516. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  1517. </notification>
  1518. <notification label="Change Linden Estate Access" name="ChangeLindenAccess">
  1519. You are about to change the access list for a Linden owned estate (mainland, teen grid, orientation, etc.).
  1520. This is DANGEROUS and should only be done to invoke the hack allowing objects/L$ to be transfered in/out of a grid.
  1521. It will change thousands of regions and make the spaceserver hiccup.
  1522. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  1523. </notification>
  1524. <notification label="????" name="EstateAllowedAgentAdd">
  1525. Add to allowed list for this estate only or for [ALL_ESTATES]?
  1526. <usetemplate canceltext="??" name="yesnocancelbuttons" notext="????" yestext="????"/>
  1527. </notification>
  1528. <notification label="????" name="EstateAllowedAgentRemove">
  1529. Remove from allowed list for this estate only or for [ALL_ESTATES]?
  1530. <usetemplate canceltext="??" name="yesnocancelbuttons" notext="????" yestext="????"/>
  1531. </notification>
  1532. <notification label="????" name="EstateAllowedGroupAdd">
  1533. Add to group allowed list for this estate only or for [ALL_ESTATES]?
  1534. <usetemplate canceltext="??" name="yesnocancelbuttons" notext="????" yestext="????"/>
  1535. </notification>
  1536. <notification label="????" name="EstateAllowedGroupRemove">
  1537. Remove from group allowed list for this estate only or [ALL_ESTATES]?
  1538. <usetemplate canceltext="??" name="yesnocancelbuttons" notext="????" yestext="????"/>
  1539. </notification>
  1540. <notification label="????" name="EstateBannedAgentAdd">
  1541. Deny access for this estate only or for [ALL_ESTATES]?
  1542. <usetemplate canceltext="??" name="yesnocancelbuttons" notext="????" yestext="????"/>
  1543. </notification>
  1544. <notification label="????" name="EstateBannedAgentRemove">
  1545. Remove this Resident from the ban list for access for this estate only or for [ALL_ESTATES]?
  1546. <usetemplate canceltext="??" name="yesnocancelbuttons" notext="????" yestext="????"/>
  1547. </notification>
  1548. <notification label="????" name="EstateManagerAdd">
  1549. Add estate manager for this estate only or for [ALL_ESTATES]?
  1550. <usetemplate canceltext="??" name="yesnocancelbuttons" notext="????" yestext="????"/>
  1551. </notification>
  1552. <notification label="????" name="EstateManagerRemove">
  1553. Remove estate manager for this estate only or for [ALL_ESTATES]?
  1554. <usetemplate canceltext="??" name="yesnocancelbuttons" notext="????" yestext="????"/>
  1555. </notification>
  1556. <notification label="????" name="EstateKickUser">
  1557. ? [EVIL_USER] ???????
  1558. <usetemplate name="okcancelbuttons" notext="??" yestext="??"/>
  1559. </notification>
  1560. <notification name="EstateChangeCovenant">
  1561. Are you sure you want to change the Estate Covenant?
  1562. <usetemplate name="okcancelbutton