aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins/default/xui/en-us/notifications.xml
diff options
context:
space:
mode:
authorJacek Antonelli2009-04-30 13:04:20 -0500
committerJacek Antonelli2009-04-30 13:07:16 -0500
commitca8149ca6d157eb4b5fc8ba0e5ba3a6e56f72e7e (patch)
tree8348301d0ac44a524f1819b777686bf086907d76 /linden/indra/newview/skins/default/xui/en-us/notifications.xml
parentSecond Life viewer sources 1.22.11 (diff)
downloadmeta-impy-ca8149ca6d157eb4b5fc8ba0e5ba3a6e56f72e7e.zip
meta-impy-ca8149ca6d157eb4b5fc8ba0e5ba3a6e56f72e7e.tar.gz
meta-impy-ca8149ca6d157eb4b5fc8ba0e5ba3a6e56f72e7e.tar.bz2
meta-impy-ca8149ca6d157eb4b5fc8ba0e5ba3a6e56f72e7e.tar.xz
Second Life viewer sources 1.23.0-RC
Diffstat (limited to 'linden/indra/newview/skins/default/xui/en-us/notifications.xml')
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/notifications.xml6295
1 files changed, 6295 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/notifications.xml b/linden/indra/newview/skins/default/xui/en-us/notifications.xml
new file mode 100644
index 0000000..df7646a
--- /dev/null
+++ b/linden/indra/newview/skins/default/xui/en-us/notifications.xml
@@ -0,0 +1,6295 @@
1<?xml version="1.0" ?><notifications>
2
3 <global name="skipnexttime">
4
5 Don&apos;t show me this again
6 </global>
7
8 <global name="alwayschoose">
9
10 Always choose this option
11 </global>
12
13 <template name="okbutton">
14 <form>
15 <button
16 default="true"
17 index="0"
18 name="OK"
19 text="$yestext"/>
20 </form>
21 </template>
22
23 <template name="okignore">
24 <form>
25 <button
26 default="true"
27 index="0"
28 name="OK"
29 text="$yestext"/>
30 <ignore text="$ignoretext"/>
31 </form>
32 </template>
33
34 <template name="okcancelbuttons">
35 <form>
36 <button
37 default="true"
38 index="0"
39 name="OK"
40 text="$yestext"/>
41 <button
42 index="1"
43 name="Cancel"
44 text="$notext"/>
45 </form>
46 </template>
47
48 <template name="okcancelignore">
49 <form>
50 <button
51 default="true"
52 index="0"
53 name="OK"
54 text="$yestext"/>
55 <button
56 index="1"
57 name="Cancel"
58 text="$notext"/>
59 <ignore text="$ignoretext"/>
60 </form>
61 </template>
62
63 <template name="okhelpbuttons">
64 <form>
65 <button
66 default="true"
67 index="0"
68 name="OK"
69 text="$yestext"/>
70 <button
71 index="1"
72 name="Help"
73 text="$helptext"/>
74 </form>
75 </template>
76
77 <template name="yesnocancelbuttons">
78 <form>
79 <button
80 default="true"
81 index="0"
82 name="Yes"
83 text="$yestext"/>
84 <button
85 index="1"
86 name="No"
87 text="$notext"/>
88 <button
89 index="2"
90 name="Cancel"
91 text="$canceltext"/>
92 </form>
93 </template>
94
95 <notification
96 functor="GenericAcknowledge"
97 icon="alertmodal.tga"
98 name="MissingAlert"
99 label="Unknown Alert Message"
100 type="alertmodal">
101Your version of Second Life does not know how to display the alert message it just received.
102
103Error details: The alert called &apos;[_NAME]&apos; was not found in notifications.xml.
104 <usetemplate
105 name="okbutton"
106 yestext="OK"/>
107 </notification>
108
109 <notification
110 icon="alertmodal.tga"
111 name="FloaterNotFound"
112 type="alertmodal">
113Floater error: Could not find the following controls:
114
115[CONTROLS]
116 <usetemplate
117 name="okbutton"
118 yestext="OK"/>
119 </notification>
120
121 <notification
122 icon="alertmodal.tga"
123 name="TutorialNotFound"
124 type="alertmodal">
125No tutorial is currently available.
126 <usetemplate
127 name="okbutton"
128 yestext="OK"/>
129 </notification>
130
131 <notification
132 icon="alertmodal.tga"
133 name="GenericAlert"
134 type="alertmodal">
135[MESSAGE]
136 </notification>
137
138 <notification
139 icon="alertmodal.tga"
140 name="GenericAlertYesCancel"
141 type="alertmodal">
142[MESSAGE]
143 <usetemplate
144 name="okcancelbuttons"
145 notext="Cancel"
146 yestext="Yes"/>
147 </notification>
148
149 <notification
150 icon="alertmodal.tga"
151 name="BadInstallation"
152 type="alertmodal">
153An error occurred while updating Second Life. Please download the latest version from secondlife.com.
154 <usetemplate
155 name="okbutton"
156 yestext="Ok"/>
157 </notification>
158
159 <notification
160 icon="alertmodal.tga"
161 name="LoginFailedNoNetwork"
162 type="alertmodal">
163Network Error: Could not establish a connection.
164&apos;[DIAGNOSTIC]&apos;
165Please check your network connection.
166 <usetemplate
167 name="okbutton"
168 yestext="Ok"/>
169 </notification>
170
171 <notification
172 icon="alertmodal.tga"
173 name="MessageTemplateNotFound"
174 type="alertmodal">
175Message Template [PATH] not found.
176 <usetemplate
177 name="okbutton"
178 yestext="Ok"/>
179 </notification>
180
181 <notification
182 icon="alertmodal.tga"
183 name="WearableSave"
184 type="alertmodal">
185Save changes to current clothing/body part?
186 <usetemplate
187 canceltext="Cancel"
188 name="yesnocancelbuttons"
189 notext="Don&apos;t Save"
190 yestext="Save"/>
191 </notification>
192
193 <notification
194 icon="alertmodal.tga"
195 name="CompileQueueSaveText"
196 type="alertmodal">
197There was a problem uploading the text for a script due to the following reason: [REASON]. Please try again later.
198 </notification>
199
200 <notification
201 icon="alertmodal.tga"
202 name="CompileQueueSaveBytecode"
203 type="alertmodal">
204There was a problem uploading the compiled script due to the following reason: [REASON]. Please try again later.
205 </notification>
206
207 <notification
208 icon="alertmodal.tga"
209 name="WriteAnimationFail"
210 type="alertmodal">
211There was a problem writing animation data. Please try again later.
212 </notification>
213
214 <notification
215 icon="alertmodal.tga"
216 name="UploadAuctionSnapshotFail"
217 type="alertmodal">
218There was a problem uploading the auction snapshot due to the following reason: [REASON]
219 </notification>
220
221 <notification
222 icon="alertmodal.tga"
223 name="UnableToViewContentsMoreThanOne"
224 type="alertmodal">
225Unable to view the contents of more than one item at a time.
226Please select only one object and try again.
227 </notification>
228
229 <notification
230 icon="alertmodal.tga"
231 name="SaveClothingBodyChanges"
232 type="alertmodal">
233Save all changes to clothing/body parts?
234 <usetemplate
235 canceltext="Cancel"
236 name="yesnocancelbuttons"
237 notext="Don&apos;t Save"
238 yestext="Save All"/>
239 </notification>
240
241 <notification
242 icon="alertmodal.tga"
243 name="GrantModifyRights"
244 type="alertmodal">
245Granting 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.
246Do you want to grant modify rights for [FIRST_NAME] [LAST_NAME]?
247 <usetemplate
248 name="okcancelbuttons"
249 notext="No"
250 yestext="Yes"/>
251 </notification>
252
253 <notification
254 icon="alertmodal.tga"
255 name="GrantModifyRightsMultiple"
256 type="alertmodal">
257Granting modify rights to another resident allows them to change ANY objects you may have in-world. Be VERY careful when handing out this permission.
258Do you want to grant modify rights for the selected Residents?
259 <usetemplate
260 name="okcancelbuttons"
261 notext="No"
262 yestext="Yes"/>
263 </notification>
264
265 <notification
266 icon="alertmodal.tga"
267 name="RevokeModifyRights"
268 type="alertmodal">
269Do you want to revoke modify rights for [FIRST_NAME] [LAST_NAME]?
270 <usetemplate
271 name="okcancelbuttons"
272 notext="No"
273 yestext="Yes"/>
274 </notification>
275
276 <notification
277 icon="alertmodal.tga"
278 name="RevokeModifyRightsMultiple"
279 type="alertmodal">
280Do you want to revoke modify rights for the selected Residents?
281 <usetemplate
282 name="okcancelbuttons"
283 notext="No"
284 yestext="Yes"/>
285 </notification>
286
287 <notification
288 icon="alertmodal.tga"
289 name="UnableToCreateGroup"
290 type="alertmodal">
291Unable to create group.
292[MESSAGE]
293 <usetemplate
294 name="okbutton"
295 yestext="OK"/>
296 </notification>
297
298 <notification
299 icon="alertmodal.tga"
300 name="PanelGroupApply"
301 type="alertmodal">
302[NEEDS_APPLY_MESSAGE]
303[WANT_APPLY_MESSAGE]
304 <usetemplate
305 canceltext="Cancel"
306 name="yesnocancelbuttons"
307 notext="Ignore Changes"
308 yestext="Apply Changes"/>
309 </notification>
310
311 <notification
312 icon="alertmodal.tga"
313 name="MustSpecifyGroupNoticeSubject"
314 type="alertmodal">
315You must specify a subject to send a group notice.
316 <usetemplate
317 name="okbutton"
318 yestext="OK"/>
319 </notification>
320
321 <notification
322 icon="alertmodal.tga"
323 name="AddGroupOwnerWarning"
324 type="alertmodal">
325You are about to add group members to the role of [ROLE_NAME].
326Members cannot be removed from that role.
327The members must resign from the role themselves.
328Are you sure you want to continue?
329 <usetemplate
330 ignoretext="When adding group members to the owner role"
331 name="okcancelignore"
332 notext="No"
333 yestext="Yes"/>
334 </notification>
335
336 <notification
337 icon="alertmodal.tga"
338 name="AssignDangerousActionWarning"
339 type="alertmodal">
340You are about to add the Ability &apos;[ACTION_NAME]&apos; to the Role &apos;[ROLE_NAME]&apos;.
341
342 *WARNING*
343 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.
344
345Add this Ability to &apos;[ROLE_NAME]&apos;?
346 <usetemplate
347 name="okcancelbuttons"
348 notext="No"
349 yestext="Yes"/>
350 </notification>
351
352 <notification
353 icon="alertmodal.tga"
354 name="AssignDangerousAbilityWarning"
355 type="alertmodal">
356You are about to add the Ability &apos;[ACTION_NAME]&apos; to the Role &apos;[ROLE_NAME]&apos;.
357
358 *WARNING*
359 Any Member in a Role with this Ability can assign themselves -- and any other member -- all Abilities, elevating themselves to near-Owner power.
360
361Add this Ability to &apos;[ROLE_NAME]&apos;?
362 <usetemplate
363 name="okcancelbuttons"
364 notext="No"
365 yestext="Yes"/>
366 </notification>
367
368 <notification
369 icon="alertmodal.tga"
370 name="ClickPublishHelpLand"
371 type="alertmodal">
372Selecting the &quot;Publish in Search&quot;
373Checking this box will show:
374- this parcel in search results
375- this parcel&apos;s public objects
376- this parcel in web search
377 </notification>
378
379 <notification
380 icon="alertmodal.tga"
381 name="ClickSoundHelpLand"
382 type="alertmodal">Media and Music can only be experienced within the parcel. Sound and Voice options can be restricted to the parcel or will be heard by residents outside the parcel depending on their maturity Rating. Go to Knowledge Base to learn more about how to set these options?
383 <url option="0" name="url">
384 https://support.secondlife.com/ics/support/default.asp?deptID=4417&amp;task=knowledge&amp;questionID=5046
385 </url>
386 <usetemplate
387 name="okcancelbuttons"
388 yestext="Go to Knowledge Base"
389 notext="Close" />
390 </notification>
391
392 <notification
393 icon="alertmodal.tga"
394 name="ClickSearchHelpAll"
395 type="alertmodal">
396Search results are organized based on the tab you are in, your maturity Rating, the category chosen, and other factors. For more details, please see the Knowledge Base.
397 <url option="0" name="url">
398 https://support.secondlife.com/ics/support/default.asp?deptID=4417&amp;task=knowledge&amp;questionID=4722
399 </url>
400 <usetemplate
401 name="okcancelbuttons"
402 yestext="Go to Knowledge Base"
403 notext="Close" />
404 </notification>
405
406 <notification
407 icon="alertmodal.tga"
408 name="ClickPublishHelpLandDisabled"
409 type="alertmodal">
410You can&apos;t make this parcel show in search because it is located in a region that forbids this.
411 </notification>
412
413 <notification
414 icon="alertmodal.tga"
415 name="ClickPublishHelpAvatar"
416 type="alertmodal">
417Selecting &quot;Show in Search&quot; will show:
418- my profile in search results
419- a link to my profile in public group pages
420 </notification>
421
422 <notification
423 icon="alertmodal.tga"
424 name="ClickPartnerHelpAvatar"
425 type="alertmodal">
426You can propose to another Resident or dissolve an existing partnership through the [SECOND_LIFE] website.
427
428Go to the Second Life web site for more information on partnering?
429 <usetemplate
430 name="okcancelbuttons"
431 notext="Cancel"
432 yestext="Go to Page"/>
433 </notification>
434
435 <notification
436 icon="alertmodal.tga"
437 name="ClickUploadHelpPermissions"
438 type="alertmodal">
439Your default permissions may not work in older regions.
440 </notification>
441
442 <notification
443 icon="alertmodal.tga"
444 name="ClickWebProfileHelpAvatar"
445 type="alertmodal">
446If this Resident has set a web profile URL then you can:
447 * Click &apos;Load&apos; to see the page in this Web tab.
448 * Click Load &gt; &apos;In external browser&apos; to view the page in your default web browser.
449 * Click Load &gt; &apos;Home URL&apos; to return to this Resident&apos;s web profile if you&apos;ve navigated away.
450
451When viewing your own profile, you can enter any URL as your web profile and click OK to set it.
452Other residents can visit the URL you set when they look at your profile.
453 </notification>
454
455 <notification
456 icon="alertmodal.tga"
457 name="JoinGroupCanAfford"
458 type="alertmodal">
459Joining this group costs L$[COST].
460Do you wish to proceed?
461 <usetemplate
462 name="okcancelbuttons"
463 notext="Cancel"
464 yestext="Join"/>
465 </notification>
466
467 <notification
468 icon="alertmodal.tga"
469 name="JoinGroupCannotAfford"
470 type="alertmodal">
471Joining this group costs L$[COST].
472You do not have enough L$ to join this group.
473 </notification>
474
475 <notification
476 icon="alertmodal.tga"
477 name="LandBuyPass"
478 type="alertmodal">
479For L$[COST] you can enter this land (&apos;[PARCEL_NAME]&apos;) for [TIME] hours. Buy a pass?
480 <usetemplate
481 name="okcancelbuttons"
482 notext="Cancel"
483 yestext="OK"/>
484 </notification>
485
486 <notification
487 icon="alertmodal.tga"
488 name="SalePriceRestriction"
489 type="alertmodal">
490Sale price must be set to more than L$0 if selling to anyone.
491Please select an individual to sell to if selling for L$0.
492 </notification>
493
494 <notification
495 icon="alertmodal.tga"
496 name="ConfirmLandSaleChange"
497 priority="high"
498 type="alertmodal">
499The selected [LAND_SIZE] m² land is being set for sale.
500Your selling price will be L$[SALE_PRICE] and will be authorized for sale to [NAME].
501 <usetemplate
502 name="okcancelbuttons"
503 notext="Cancel"
504 yestext="OK"/>
505 </notification>
506
507 <notification
508 icon="alertmodal.tga"
509 name="ConfirmLandSaleToAnyoneChange"
510 type="alertmodal">
511ATTENTION: Clicking &apos;sell to anyone&apos; makes your land available to the entire Second Life community, even those not in this region.
512
513The selected [LAND_SIZE] m² land is being set for sale.
514Your selling price will be L$[SALE_PRICE] and will be authorized for sale to [NAME].
515 <usetemplate
516 name="okcancelbuttons"
517 notext="Cancel"
518 yestext="OK"/>
519 </notification>
520
521 <notification
522 icon="alertmodal.tga"
523 name="ReturnObjectsDeededToGroup"
524 type="alertmodal">
525Are 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?
526
527*WARNING* This will delete the non-transferable objects deeded to the group!
528
529Objects: [N]
530 <usetemplate
531 name="okcancelbuttons"
532 notext="Cancel"
533 yestext="OK"/>
534 </notification>
535
536 <notification
537 icon="alertmodal.tga"
538 name="ReturnObjectsOwnedByUser"
539 type="alertmodal">
540Are you sure you want to return all objects owned by the Resident &apos;[NAME]&apos; on this parcel of land back to their inventory?
541
542Objects: [N]
543 <usetemplate
544 name="okcancelbuttons"
545 notext="Cancel"
546 yestext="OK"/>
547 </notification>
548
549 <notification
550 icon="alertmodal.tga"
551 name="ReturnObjectsOwnedBySelf"
552 type="alertmodal">
553Are you sure you want to return all objects owned by you on this parcel of land back to your inventory?
554
555Objects: [N]
556 <usetemplate
557 name="okcancelbuttons"
558 notext="Cancel"
559 yestext="OK"/>
560 </notification>
561
562 <notification
563 icon="alertmodal.tga"
564 name="ReturnObjectsNotOwnedBySelf"
565 type="alertmodal">
566Are you sure you want to return all objects NOT owned by you on this parcel of land back to their owner&apos;s inventory?
567Transferable objects deeded to a group will be returned to their previous owners.
568
569*WARNING* This will delete the non-transferable objects deeded to the group!
570
571Objects: [N]
572 <usetemplate
573 name="okcancelbuttons"
574 notext="Cancel"
575 yestext="OK"/>
576 </notification>
577
578 <notification
579 icon="alertmodal.tga"
580 name="ReturnObjectsNotOwnedByUser"
581 type="alertmodal">
582Are you sure you want to return all objects NOT owned by [NAME] on this parcel of land back to their owner&apos;s inventory?
583Transferable objects deeded to a group will be returned to their previous owners.
584
585*WARNING* This will delete the non-transferable objects deeded to the group!
586
587Objects: [N]
588 <usetemplate
589 name="okcancelbuttons"
590 notext="Cancel"
591 yestext="OK"/>
592 </notification>
593
594 <notification
595 icon="alertmodal.tga"
596 name="ReturnAllTopObjects"
597 type="alertmodal">
598Are you sure you want to return all listed objects back to their owner&apos;s inventory?
599 <usetemplate
600 name="okcancelbuttons"
601 notext="Cancel"
602 yestext="OK"/>
603 </notification>
604
605 <notification
606 icon="alertmodal.tga"
607 name="DisableAllTopObjects"
608 type="alertmodal">
609Are you sure you want to disable all objects in this region?
610 <usetemplate
611 name="okcancelbuttons"
612 notext="Cancel"
613 yestext="OK"/>
614 </notification>
615
616 <notification
617 icon="alertmodal.tga"
618 name="ReturnObjectsNotOwnedByGroup"
619 type="alertmodal">
620Return the objects on this parcel of land that are NOT shared with the group [NAME] back to their owners?
621
622Objects: [N]
623 <usetemplate
624 name="okcancelbuttons"
625 notext="Cancel"
626 yestext="OK"/>
627 </notification>
628
629 <notification
630 icon="alertmodal.tga"
631 name="UnableToDisableOutsideScripts"
632 type="alertmodal">
633Can not disable scripts.
634This entire region is damage enabled.
635Scripts must be allowed to run for weapons to work.
636 </notification>
637
638 <notification
639 icon="alertmodal.tga"
640 name="MustBeInParcel"
641 type="alertmodal">
642You must be standing inside the land parcel to set its Landing Point.
643 </notification>
644
645 <notification
646 icon="alertmodal.tga"
647 name="PromptRecipientEmail"
648 type="alertmodal">
649Please enter a valid email address for the recipient(s).
650 </notification>
651
652 <notification
653 icon="alertmodal.tga"
654 name="PromptSelfEmail"
655 type="alertmodal">
656Please enter your email address.
657 </notification>
658
659 <notification
660 icon="alertmodal.tga"
661 name="PromptMissingSubjMsg"
662 type="alertmodal">
663Email snapshot with the default subject or message?
664 <usetemplate
665 name="okcancelbuttons"
666 notext="Cancel"
667 yestext="OK"/>
668 </notification>
669
670 <notification
671 icon="alertmodal.tga"
672 name="ErrorProcessingSnapshot"
673 type="alertmodal">
674Error processing snapshot data
675 </notification>
676
677 <notification
678 icon="alertmodal.tga"
679 name="ErrorEncodingSnapshot"
680 type="alertmodal">
681Error encoding snapshot.
682 </notification>
683
684 <notification
685 icon="alertmodal.tga"
686 name="ErrorUploadingPostcard"
687 type="alertmodal">
688There was a problem sending a snapshot due to the following reason: [REASON]
689 </notification>
690
691 <notification
692 icon="alertmodal.tga"
693 name="ErrorUploadingReportScreenshot"
694 type="alertmodal">
695There was a problem uploading a report screenshot due to the following reason: [REASON]
696 </notification>
697
698 <notification
699 icon="alertmodal.tga"
700 name="MustAgreeToLogIn"
701 type="alertmodal">
702You must agree to the Terms of Service to continue logging into [SECOND_LIFE].
703 </notification>
704
705 <notification
706 icon="alertmodal.tga"
707 name="CouldNotPutOnOutfit"
708 type="alertmodal">
709Could not put on outfit.
710The outfit folder contains no clothing, body parts, or attachments.
711 </notification>
712
713 <notification
714 icon="alertmodal.tga"
715 name="CannotWearTrash"
716 type="alertmodal">
717You can not wear clothes or body parts that are in the trash
718 </notification>
719
720 <notification
721 icon="alertmodal.tga"
722 name="CannotWearInfoNotComplete"
723 type="alertmodal">
724You can not wear that item because it has not yet loaded. Please try again in a minute.
725 </notification>
726
727 <notification
728 icon="alertmodal.tga"
729 name="MustHaveAccountToLogIn"
730 type="alertmodal">
731Oops! Something was left blank.
732You need to enter both the First and Last name of your avatar.
733
734You need an account to enter [SECOND_LIFE]. Would you like to create one now?
735 <usetemplate
736 name="okcancelbuttons"
737 notext="Try again"
738 yestext="Create a new account"/>
739 </notification>
740
741 <notification
742 icon="alertmodal.tga"
743 name="AddClassified"
744 type="alertmodal">
745Classified ads appear in the &apos;Classified&apos; section of the Search directory and on www.secondlife.com for one week.
746Fill out your ad, then click &apos;Publish...&apos; to add it to the directory.
747You&apos;ll be asked for a price to pay when clicking Publish.
748Paying more makes your ad appear higher in the list, and also appear higher when people search for keywords.
749 <usetemplate
750 ignoretext="When adding a new Classified"
751 name="okcancelignore"
752 notext="Cancel"
753 yestext="OK"/>
754 </notification>
755
756 <notification
757 icon="alertmodal.tga"
758 name="DeleteClassified"
759 type="alertmodal">
760Delete classified &apos;[NAME]&apos;?
761There is no reimbursement for fees paid.
762 <usetemplate
763 name="okcancelbuttons"
764 notext="Cancel"
765 yestext="OK"/>
766 </notification>
767
768 <notification
769 icon="alertmodal.tga"
770 name="ClassifiedSave"
771 type="alertmodal">
772Save changes to classified [NAME]?
773 <usetemplate
774 canceltext="Cancel"
775 name="yesnocancelbuttons"
776 notext="Don&apos;t Save"
777 yestext="Save"/>
778 </notification>
779
780 <notification
781 icon="alertmodal.tga"
782 name="DeleteAvatarPick"
783 type="alertmodal">
784Delete pick [PICK]?
785 <usetemplate
786 name="okcancelbuttons"
787 notext="Cancel"
788 yestext="OK"/>
789 </notification>
790
791 <notification
792 icon="alertmodal.tga"
793 name="PromptGoToEventsPage"
794 type="alertmodal">
795Go to the [SECOND_LIFE] events web page?
796 <usetemplate
797 name="okcancelbuttons"
798 notext="Cancel"
799 yestext="OK"/>
800 </notification>
801
802 <notification
803 icon="alertmodal.tga"
804 name="SelectProposalToView"
805 type="alertmodal">
806Please select a proposal to view.
807 </notification>
808
809 <notification
810 icon="alertmodal.tga"
811 name="SelectHistoryItemToView"
812 type="alertmodal">
813Please select a history item to view.
814 </notification>
815
816 <notification
817 icon="alertmodal.tga"
818 name="ResetShowNextTimeDialogs"
819 type="alertmodal">
820Would you like to re-enable all these popups, which you previously indicated &apos;Don&apos;t show me again&apos;?
821 <usetemplate
822 name="okcancelbuttons"
823 notext="Cancel"
824 yestext="OK"/>
825 </notification>
826
827 <notification
828 icon="alertmodal.tga"
829 name="SkipShowNextTimeDialogs"
830 type="alertmodal">
831Would you like to disable all popups which can be skipped?
832 <usetemplate
833 name="okcancelbuttons"
834 notext="Cancel"
835 yestext="OK"/>
836 </notification>
837
838 <notification
839 icon="alertmodal.tga"
840 name="CacheWillClear"
841 type="alertmodal">
842Cache will be cleared after you restart [SECOND_LIFE].
843 </notification>
844
845 <notification
846 icon="alertmodal.tga"
847 name="CacheWillBeMoved"
848 type="alertmodal">
849Cache will be moved after you restart [SECOND_LIFE].
850Note: This will clear the cache.
851 </notification>
852
853 <notification
854 icon="alertmodal.tga"
855 name="ChangeConnectionPort"
856 type="alertmodal">
857Port settings take effect after you restart [SECOND_LIFE].
858 </notification>
859
860 <notification
861 icon="alertmodal.tga"
862 name="ChangeSkin"
863 type="alertmodal">
864The new skin will appear after you restart [SECOND_LIFE].
865 </notification>
866
867 <notification
868 icon="alertmodal.tga"
869 name="GoToAuctionPage"
870 type="alertmodal">
871Go to the [SECOND_LIFE] web page to see auction details or make a bid?
872 <usetemplate
873 name="okcancelbuttons"
874 notext="Cancel"
875 yestext="OK"/>
876 </notification>
877
878 <notification
879 icon="alertmodal.tga"
880 name="SaveChanges"
881 type="alertmodal">
882Save Changes?
883 <usetemplate
884 canceltext="Cancel"
885 name="yesnocancelbuttons"
886 notext="Don&apos;t Save"
887 yestext="Save"/>
888 </notification>
889
890 <notification
891 icon="alertmodal.tga"
892 name="GestureSaveFailedTooManySteps"
893 type="alertmodal">
894Gesture save failed.
895This gesture has too many steps.
896Try removing some steps, then save again.
897 </notification>
898
899 <notification
900 icon="alertmodal.tga"
901 name="GestureSaveFailedTryAgain"
902 type="alertmodal">
903Gesture save failed. Please try again in a minute.
904 </notification>
905
906 <notification
907 icon="alertmodal.tga"
908 name="GestureSaveFailedObjectNotFound"
909 type="alertmodal">
910Could not save gesture because the object or the associated object inventory could not be found.
911The object may be out of range or may have been deleted.
912 </notification>
913
914 <notification
915 icon="alertmodal.tga"
916 name="GestureSaveFailedReason"
917 type="alertmodal">
918There was a problem saving a gesture due to the following reason: [REASON]. Please try resaving the gesture later.
919 </notification>
920
921 <notification
922 icon="alertmodal.tga"
923 name="SaveNotecardFailObjectNotFound"
924 type="alertmodal">
925Could not save notecard because the object or the associated object inventory could not be found.
926The object may be out of range or may have been deleted.
927 </notification>
928
929 <notification
930 icon="alertmodal.tga"
931 name="SaveNotecardFailReason"
932 type="alertmodal">
933There was a problem saving a notecard due to the following reason: [REASON]. Please try re-saving the notecard later.
934 </notification>
935
936 <notification
937 icon="alertmodal.tga"
938 name="ScriptCannotUndo"
939 type="alertmodal">
940Could not undo all changes in your version of the script.
941Would you like to load the server&apos;s last saved version?
942(**Warning** This operation cannot be undone.)
943 <usetemplate
944 name="okcancelbuttons"
945 notext="Cancel"
946 yestext="OK"/>
947 </notification>
948
949 <notification
950 icon="alertmodal.tga"
951 name="SaveScriptFailReason"
952 type="alertmodal">
953There was a problem saving a script due to the following reason: [REASON]. Please try re-saving the script later.
954 </notification>
955
956 <notification
957 icon="alertmodal.tga"
958 name="SaveScriptFailObjectNotFound"
959 type="alertmodal">
960Could not save the script because the object it is in could not be found.
961The object may be out of range or may have been deleted.
962 </notification>
963
964 <notification
965 icon="alertmodal.tga"
966 name="SaveBytecodeFailReason"
967 type="alertmodal">
968There was a problem saving a compiled script due to the following reason: [REASON]. Please try re-saving the script later.
969 </notification>
970
971 <notification
972 icon="alertmodal.tga"
973 name="CouldNotStartStopScript"
974 type="alertmodal">
975Could not start or stop the script because the object it is on could not be found.
976The object may be out of range or may have been deleted.
977 </notification>
978
979 <notification
980 icon="alertmodal.tga"
981 name="CannotDownloadFile"
982 type="alertmodal">
983Unable to download file
984 </notification>
985
986 <notification
987 icon="alertmodal.tga"
988 name="CannotWriteFile"
989 type="alertmodal">
990Unable to write file [[FILE]]
991 </notification>
992
993 <notification
994 icon="alertmodal.tga"
995 name="UnsupportedHardware"
996 type="alertmodal">
997Warning: Your system does not meet Second Life&apos;s minimum system requirements. If you continue using Second Life, you may experience poor performance. Unfortunately, we cannot provide technical support for unsupported system configurations.
998
999MINSPECS
1000Do you wish to visit [_URL] for more information?
1001 <url option="0" name="url">
1002
1003 http://www.secondlife.com/corporate/sysreqs.php
1004 </url>
1005 <usetemplate
1006 ignoretext="When detecting unsupported hardware"
1007 name="okcancelignore"
1008 notext="No"
1009 yestext="Yes"/>
1010 </notification>
1011
1012 <notification
1013 icon="alertmodal.tga"
1014 name="UnknownGPU"
1015 type="alertmodal">
1016Your system contains a graphics card that is unknown to us at this time.
1017This is often the case with new hardware we haven&apos;t had a chance to test. Second Life will most likely run properly, but you may need to adjust your graphics settings to something more appropriate.
1018(Edit menu &gt; Preferences &gt; Graphics).
1019 <form name="form">
1020 <ignore name="ignore"
1021 text="When detecting an unknown graphics card"/>
1022 </form>
1023 </notification>
1024
1025 <notification
1026 icon="alertmodal.tga"
1027 name="DisplaySettingsNoShaders"
1028 type="alertmodal">
1029[SECOND_LIFE] crashed while initializing graphics drivers.
1030Graphics Quality will be set to low to avoid some common driver errors.
1031This will disable some graphics features.
1032We recommend updating your graphics card drivers.
1033Graphics Quality can be raised in Preferences &gt; Graphics.
1034 </notification>
1035
1036 <notification
1037 icon="alertmodal.tga"
1038 name="RegionNoTerraforming"
1039 type="alertmodal">
1040The region [REGION] does not allow terraforming.
1041 </notification>
1042
1043 <notification
1044 icon="alertmodal.tga"
1045 name="CannotCopyWarning"
1046 type="alertmodal">
1047You do not have permission to copy this item and will lose it from your inventory if you give it away. Do you really want to offer this item?
1048 <usetemplate
1049 name="okcancelbuttons"
1050 notext="No"
1051 yestext="Yes"/>
1052 </notification>
1053
1054 <notification
1055 icon="alertmodal.tga"
1056 name="CannotGiveItem"
1057 type="alertmodal">
1058Unable to give inventory item.
1059 </notification>
1060
1061 <notification
1062 icon="alertmodal.tga"
1063 name="TransactionCancelled"
1064 type="alertmodal">
1065Transaction cancelled.
1066 </notification>
1067
1068 <notification
1069 icon="alertmodal.tga"
1070 name="TooManyItems"
1071 type="alertmodal">
1072Cannot give more than 42 items in a single inventory transfer.
1073 </notification>
1074
1075 <notification
1076 icon="alertmodal.tga"
1077 name="NoItems"
1078 type="alertmodal">
1079You do not have permission to transfer the selected items.
1080 </notification>
1081
1082 <notification
1083 icon="alertmodal.tga"
1084 name="CannotCopyCountItems"
1085 type="alertmodal">
1086You do not have permission to copy [COUNT] of the selected items. You will lose these items from your inventory.
1087Do you really want to give these items?
1088 <usetemplate
1089 name="okcancelbuttons"
1090 notext="No"
1091 yestext="Yes"/>
1092 </notification>
1093
1094 <notification
1095 icon="alertmodal.tga"
1096 name="CannotGiveCategory"
1097 type="alertmodal">
1098You do not have permission to transfer the selected folder.
1099 </notification>
1100
1101 <notification
1102 icon="alertmodal.tga"
1103 name="FreezeAvatar"
1104 type="alertmodal">
1105Freeze this avatar?
1106He or she will temporarily be unable to move, chat, or interact with the world.
1107 <usetemplate
1108 canceltext="Cancel"
1109 name="yesnocancelbuttons"
1110 notext="Unfreeze"
1111 yestext="Freeze"/>
1112 </notification>
1113
1114 <notification
1115 icon="alertmodal.tga"
1116 name="FreezeAvatarFullname"
1117 type="alertmodal">
1118Freeze [AVATAR_NAME]?
1119He or she will temporarily be unable to move, chat, or interact with the world.
1120 <usetemplate
1121 canceltext="Cancel"
1122 name="yesnocancelbuttons"
1123 notext="Unfreeze"
1124 yestext="Freeze"/>
1125 </notification>
1126
1127 <notification
1128 icon="alertmodal.tga"
1129 name="EjectAvatarFullname"
1130 type="alertmodal">
1131Eject [AVATAR_NAME] from your land?
1132 <usetemplate
1133 canceltext="Cancel"
1134 name="yesnocancelbuttons"
1135 notext="Eject and Ban"
1136 yestext="Eject"/>
1137 </notification>
1138
1139 <notification
1140 icon="alertmodal.tga"
1141 name="EjectAvatarNoBan"
1142 type="alertmodal">
1143Eject this avatar from your land?
1144 <usetemplate
1145 name="okcancelbuttons"
1146 notext="Cancel"
1147 yestext="Eject"/>
1148 </notification>
1149
1150 <notification
1151 icon="alertmodal.tga"
1152 name="EjectAvatarFullnameNoBan"
1153 type="alertmodal">
1154Eject [AVATAR_NAME] from your land?
1155 <usetemplate
1156 name="okcancelbuttons"
1157 notext="Cancel"
1158 yestext="Eject"/>
1159 </notification>
1160
1161 <notification
1162 icon="alertmodal.tga"
1163 name="AcquireErrorTooManyObjects"
1164 type="alertmodal">
1165ACQUIRE ERROR: Too many objects selected.
1166 </notification>
1167
1168 <notification
1169 icon="alertmodal.tga"
1170 name="AcquireErrorObjectSpan"
1171 type="alertmodal">
1172ACQUIRE ERROR: Objects span more than one region.
1173Please move all objects to be acquired onto the same region.
1174 </notification>
1175
1176 <notification
1177 icon="alertmodal.tga"
1178 name="PromptGoToCurrencyPage"
1179 type="alertmodal">
1180[EXTRA]
1181
1182Go to [URL] for information on purchasing currency?
1183 <usetemplate
1184 name="okcancelbuttons"
1185 notext="Cancel"
1186 yestext="OK"/>
1187 </notification>
1188
1189 <notification
1190 icon="alertmodal.tga"
1191 name="UnableToLinkObjects"
1192 type="alertmodal">
1193Unable to link these [COUNT] objects.
1194You can link a maximum of [MAX] objects.
1195 </notification>
1196
1197 <notification
1198 icon="alertmodal.tga"
1199 name="CannotLinkIncompleteSet"
1200 type="alertmodal">
1201You can only link complete sets of objects, and must select more than one object.
1202 </notification>
1203
1204 <notification
1205 icon="alertmodal.tga"
1206 name="CannotLinkModify"
1207 type="alertmodal">
1208Unable to link because you don&apos;t have modify permission on all the objects.
1209
1210Please make sure none are locked, and that you own all of them.
1211 </notification>
1212
1213 <notification
1214 icon="alertmodal.tga"
1215 name="CannotLinkDifferentOwners"
1216 type="alertmodal">
1217Unable to link because not all of the objects have the same owner.
1218
1219Please make sure you own all of the selected objects.
1220 </notification>
1221
1222 <notification
1223 icon="alertmodal.tga"
1224 name="NoFileExtension"
1225 type="alertmodal">
1226No file extension for the file: &apos;[FILE]&apos;
1227
1228Please make sure the file has a correct file extension.
1229 </notification>
1230
1231 <notification
1232 icon="alertmodal.tga"
1233 name="InvalidFileExtension"
1234 type="alertmodal">
1235Invalid file extension [EXTENSION]
1236Expected [VALIDS]
1237 <usetemplate
1238 name="okbutton"
1239 yestext="OK"/>
1240 </notification>
1241
1242 <notification
1243 icon="alertmodal.tga"
1244 name="CannotUploadSoundFile"
1245 type="alertmodal">
1246Couldn&apos;t open uploaded sound file for reading:
1247[FILE]
1248 </notification>
1249
1250 <notification
1251 icon="alertmodal.tga"
1252 name="SoundFileNotRIFF"
1253 type="alertmodal">
1254File does not appear to be a RIFF WAVE file:
1255[FILE]
1256 </notification>
1257
1258 <notification
1259 icon="alertmodal.tga"
1260 name="SoundFileNotPCM"
1261 type="alertmodal">
1262File does not appear to be a PCM WAVE audio file:
1263[FILE]
1264 </notification>
1265
1266 <notification
1267 icon="alertmodal.tga"
1268 name="SoundFileInvalidChannelCount"
1269 type="alertmodal">
1270File has invalid number of channels (must be mono or stereo):
1271[FILE]
1272 </notification>
1273
1274 <notification
1275 icon="alertmodal.tga"
1276 name="SoundFileInvalidSampleRate"
1277 type="alertmodal">
1278File does not appear to be a supported sample rate (must be 44.1k):
1279[FILE]
1280 </notification>
1281
1282 <notification
1283 icon="alertmodal.tga"
1284 name="SoundFileInvalidWordSize"
1285 type="alertmodal">
1286File does not appear to be a supported word size (must be 8 or 16 bit):
1287[FILE]
1288 </notification>
1289
1290 <notification
1291 icon="alertmodal.tga"
1292 name="SoundFileInvalidHeader"
1293 type="alertmodal">
1294Could not find &apos;data&apos; chunk in WAV header:
1295[FILE]
1296 </notification>
1297
1298 <notification
1299 icon="alertmodal.tga"
1300 name="SoundFileInvalidTooLong"
1301 type="alertmodal">
1302Audio file is too long (10 second maximum):
1303[FILE]
1304 </notification>
1305
1306 <notification
1307 icon="alertmodal.tga"
1308 name="ProblemWithFile"
1309 type="alertmodal">
1310Problem with file [FILE]:
1311
1312[ERROR]
1313 </notification>
1314
1315 <notification
1316 icon="alertmodal.tga"
1317 name="CannotOpenTemporarySoundFile"
1318 type="alertmodal">
1319Couldn&apos;t open temporary compressed sound file for writing: [FILE]
1320 </notification>
1321
1322 <notification
1323 icon="alertmodal.tga"
1324 name="UnknownVorbisEncodeFailure"
1325 type="alertmodal">
1326Unknown Vorbis encode failure on: [FILE]
1327 </notification>
1328
1329 <notification
1330 icon="alertmodal.tga"
1331 name="CannotEncodeFile"
1332 type="alertmodal">
1333Unable to encode file: [FILE]
1334 </notification>
1335
1336 <notification
1337 icon="alertmodal.tga"
1338 name="CorruptResourceFile"
1339 type="alertmodal">
1340Corrupt resource file: [FILE]
1341 </notification>
1342
1343 <notification
1344 icon="alertmodal.tga"
1345 name="UnknownResourceFileVersion"
1346 type="alertmodal">
1347Unknown Linden resource file version in file: [FILE]
1348 </notification>
1349
1350 <notification
1351 icon="alertmodal.tga"
1352 name="UnableToCreateOutputFile"
1353 type="alertmodal">
1354Unable to create output file: [FILE]
1355 </notification>
1356
1357 <notification
1358 icon="alertmodal.tga"
1359 name="DoNotSupportBulkAnimationUpload"
1360 type="alertmodal">
1361We do not currently support bulk upload of animation files.
1362 </notification>
1363
1364 <notification
1365 icon="alertmodal.tga"
1366 name="CannotUploadReason"
1367 type="alertmodal">
1368Unable to upload [FILE] due to the following reason: [REASON]
1369Please try again later.
1370 </notification>
1371
1372 <notification
1373 icon="alertmodal.tga"
1374 name="CannotCreateLandmarkNotOwner"
1375 type="alertmodal">
1376You cannot create a landmark here because the owner of the land doesn&apos;t allow it.
1377 </notification>
1378
1379 <notification
1380 icon="alertmodal.tga"
1381 name="CannotRecompileSelectObjectsNoScripts"
1382 type="alertmodal">
1383Not able to perform &apos;recompilation&apos;.
1384Select an object with a script.
1385 </notification>
1386
1387 <notification
1388 icon="alertmodal.tga"
1389 name="CannotRecompileSelectObjectsNoPermission"
1390 type="alertmodal">
1391Not able to perform &apos;recompilation&apos;.
1392
1393Select objects with scripts that you have permission to modify.
1394 </notification>
1395
1396 <notification
1397 icon="alertmodal.tga"
1398 name="CannotResetSelectObjectsNoScripts"
1399 type="alertmodal">
1400Not able to perform &apos;reset&apos;.
1401
1402Select objects with scripts.
1403 </notification>
1404
1405 <notification
1406 icon="alertmodal.tga"
1407 name="CannotResetSelectObjectsNoPermission"
1408 type="alertmodal">
1409Not able to perform &apos;reset&apos;.
1410
1411Select objects with scripts that you have permission to modify.
1412 </notification>
1413
1414 <notification
1415 icon="alertmodal.tga"
1416 name="CannotSetRunningSelectObjectsNoScripts"
1417 type="alertmodal">
1418Not able to set any scripts to &apos;running&apos;.
1419
1420Select objects with scripts.
1421 </notification>
1422
1423 <notification
1424 icon="alertmodal.tga"
1425 name="CannotSetRunningNotSelectObjectsNoScripts"
1426 type="alertmodal">
1427Unable to set any scripts to &apos;not running&apos;.
1428
1429Select objects with scripts.
1430 </notification>
1431
1432 <notification
1433 icon="alertmodal.tga"
1434 name="NoFrontmostFloater"
1435 type="alertmodal">
1436No frontmost floater to save.
1437 </notification>
1438
1439 <notification
1440 icon="alertmodal.tga"
1441 name="SeachFilteredOnShortWords"
1442 type="alertmodal">
1443Your search query was modified and the words that were too short were removed.
1444
1445Searched for: [FINALQUERY]
1446 </notification>
1447
1448 <notification
1449 icon="alertmodal.tga"
1450 name="SeachFilteredOnShortWordsEmpty"
1451 type="alertmodal">
1452Your search terms were too short so no search was performed.
1453 </notification>
1454
1455 <notification
1456 icon="alertmodal.tga"
1457 name="CouldNotTeleportReason"
1458 type="alertmodal">
1459Could not teleport.
1460[REASON]
1461 </notification>
1462
1463 <notification
1464 icon="alertmodal.tga"
1465 name="CannotSetLandOwnerNothingSelected"
1466 type="alertmodal">
1467Unable to set land owner:
1468No parcel selected.
1469 </notification>
1470
1471 <notification
1472 icon="alertmodal.tga"
1473 name="CannotSetLandOwnerMultipleRegions"
1474 type="alertmodal">
1475Unable to force land ownership because selection spans multiple regions. Please select a smaller area and try again.
1476 </notification>
1477
1478 <notification
1479 icon="alertmodal.tga"
1480 name="ForceOwnerAuctionWarning"
1481 type="alertmodal">
1482This parcel is up for auction. Forcing ownership will cancel the auction and potentially make some residents unhappy if bidding has begun. Force ownership?
1483 <usetemplate
1484 name="okcancelbuttons"
1485 notext="Cancel"
1486 yestext="OK"/>
1487 </notification>
1488
1489 <notification
1490 icon="alertmodal.tga"
1491 name="CannotContentifyNothingSelected"
1492 type="alertmodal">
1493Unable to contentify:
1494No parcel selected.
1495 </notification>
1496
1497 <notification
1498 icon="alertmodal.tga"
1499 name="CannotContentifyNoRegion"
1500 type="alertmodal">
1501Unable to contentify:
1502No region selected.
1503 </notification>
1504
1505 <notification
1506 icon="alertmodal.tga"
1507 name="CannotReleaseLandNothingSelected"
1508 type="alertmodal">
1509Unable to abandon land:
1510No parcel selected.
1511 </notification>
1512
1513 <notification
1514 icon="alertmodal.tga"
1515 name="CannotReleaseLandNoRegion"
1516 type="alertmodal">
1517Unable to abandon land:
1518Cannot find region.
1519 </notification>
1520
1521 <notification
1522 icon="alertmodal.tga"
1523 name="CannotBuyLandNothingSelected"
1524 type="alertmodal">
1525Unable to buy land:
1526No parcel selected.
1527 </notification>
1528
1529 <notification
1530 icon="alertmodal.tga"
1531 name="CannotBuyLandNoRegion"
1532 type="alertmodal">
1533Unable to buy land:
1534Cannot find the region this land is in.
1535 </notification>
1536
1537 <notification
1538 icon="alertmodal.tga"
1539 name="CannotCloseFloaterBuyLand"
1540 type="alertmodal">
1541You cannot close the Buy Land window until Second Life estimates the price of this transaction.
1542 </notification>
1543
1544 <notification
1545 icon="alertmodal.tga"
1546 name="CannotDeedLandNothingSelected"
1547 type="alertmodal">
1548Unable to deed land:
1549No parcel selected.
1550 </notification>
1551
1552 <notification
1553 icon="alertmodal.tga"
1554 name="CannotDeedLandNoGroup"
1555 type="alertmodal">
1556Unable to deed land:
1557No Group selected.
1558 </notification>
1559
1560 <notification
1561 icon="alertmodal.tga"
1562 name="CannotDeedLandNoRegion"
1563 type="alertmodal">
1564Unable to deed land:
1565Cannot find the region this land is in.
1566Please use Tools -&gt; Report Bug to report this.
1567 </notification>
1568
1569 <notification
1570 icon="alertmodal.tga"
1571 name="CannotDeedLandMultipleSelected"
1572 type="alertmodal">
1573Unable to deed land:
1574Multiple parcels selected.
1575
1576Try selecting a single parcel.
1577 </notification>
1578
1579 <notification
1580 icon="alertmodal.tga"
1581 name="ParcelCanPlayMedia"
1582 type="alertmodal">
1583This location can play streaming media.
1584Streaming media requires a fast Internet connection.
1585
1586Play streaming media when available?
1587(You can change this option later under Preferences &gt; Audio &amp; Video.)
1588 <usetemplate
1589 name="okcancelbuttons"
1590 notext="Disable"
1591 yestext="Play Media"/>
1592 </notification>
1593
1594 <notification
1595 icon="alertmodal.tga"
1596 name="CannotDeedLandWaitingForServer"
1597 type="alertmodal">
1598Unable to deed land:
1599Waiting for server to report ownership.
1600
1601Please try again.
1602 </notification>
1603
1604 <notification
1605 icon="alertmodal.tga"
1606 name="CannotDeedLandNoTransfer"
1607 type="alertmodal">
1608Unable to deed land:
1609The region [REGION] does not allow transfer of land.
1610 </notification>
1611
1612 <notification
1613 icon="alertmodal.tga"
1614 name="CannotReleaseLandWatingForServer"
1615 type="alertmodal">
1616Unable to abandon land:
1617Waiting for server to update parcel information.
1618
1619Try again in a few seconds.
1620 </notification>
1621
1622 <notification
1623 icon="alertmodal.tga"
1624 name="CannotReleaseLandSelected"
1625 type="alertmodal">
1626Unable to abandon land:
1627You do not own all the parcels selected.
1628
1629Please select a single parcel.
1630 </notification>
1631
1632 <notification
1633 icon="alertmodal.tga"
1634 name="CannotReleaseLandDontOwn"
1635 type="alertmodal">
1636Unable to abandon land:
1637You don&apos;t have permission to release this parcel.
1638Parcels you own appear in green.
1639 </notification>
1640
1641 <notification
1642 icon="alertmodal.tga"
1643 name="CannotReleaseLandRegionNotFound"
1644 type="alertmodal">
1645Unable to abandon land:
1646Cannot find the region this land is in.
1647
1648Please use Tools -&gt; Report Bug to report this.
1649 </notification>
1650
1651 <notification
1652 icon="alertmodal.tga"
1653 name="CannotReleaseLandNoTransfer"
1654 type="alertmodal">
1655Unable to abandon land:
1656The region [REGION] does not allow transfer of land.
1657 </notification>
1658
1659 <notification
1660 icon="alertmodal.tga"
1661 name="CannotReleaseLandPartialSelection"
1662 type="alertmodal">
1663Unable to abandon land:
1664You must select an entire parcel to release it.
1665
1666Select an entire parcel, or divide your parcel first.
1667 </notification>
1668
1669 <notification
1670 icon="alertmodal.tga"
1671 name="ReleaseLandWarning"
1672 type="alertmodal">
1673You are about to release [AREA] m² of land.
1674Releasing this parcel will remove it from your land holdings, but will not grant any L$.
1675
1676Release this land?
1677 <usetemplate
1678 name="okcancelbuttons"
1679 notext="Cancel"
1680 yestext="OK"/>
1681 </notification>
1682
1683 <notification
1684 icon="alertmodal.tga"
1685 name="CannotDivideLandNothingSelected"
1686 type="alertmodal">
1687Unable to divide land:
1688
1689No parcels selected.
1690 </notification>
1691
1692 <notification
1693 icon="alertmodal.tga"
1694 name="CannotDivideLandPartialSelection"
1695 type="alertmodal">
1696Unable to divide land:
1697
1698You have an entire parcel selected.
1699Try selecting a part of the parcel.
1700 </notification>
1701
1702 <notification
1703 icon="alertmodal.tga"
1704 name="LandDivideWarning"
1705 type="alertmodal">
1706Dividing 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.
1707
1708Divide land?
1709 <usetemplate
1710 name="okcancelbuttons"
1711 notext="Cancel"
1712 yestext="OK"/>
1713 </notification>
1714
1715 <notification
1716 icon="alertmodal.tga"
1717 name="CannotDivideLandNoRegion"
1718 type="alertmodal">
1719Unable to divide land:
1720Cannot find the region this land is in.
1721
1722Please use Tools -&gt; Report Bug to report this.
1723 </notification>
1724
1725 <notification
1726 icon="alertmodal.tga"
1727 name="CannotJoinLandNoRegion"
1728 type="alertmodal">
1729Unable to join land:
1730Cannot find the region this land is in.
1731
1732Please use Tools -&gt; Report Bug to report this.
1733 </notification>
1734
1735 <notification
1736 icon="alertmodal.tga"
1737 name="CannotJoinLandNothingSelected"
1738 type="alertmodal">
1739Unable to join land:
1740No parcels selected.
1741 </notification>
1742
1743 <notification
1744 icon="alertmodal.tga"
1745 name="CannotJoinLandEntireParcelSelected"
1746 type="alertmodal">
1747Unable to join land:
1748You only have one parcel selected.
1749
1750Select land across both parcels.
1751 </notification>
1752
1753 <notification
1754 icon="alertmodal.tga"
1755 name="CannotJoinLandSelection"
1756 type="alertmodal">
1757Unable to join land:
1758You must select more than one parcel.
1759
1760Select land across both parcels.
1761 </notification>
1762
1763 <notification
1764 icon="alertmodal.tga"
1765 name="JoinLandWarning"
1766 type="alertmodal">
1767Joining this land will create one large parcel out of all parcels intersecting the selected rectangle.
1768You will need to reset the name and options of the new parcel.
1769
1770Join land?
1771 <usetemplate
1772 name="okcancelbuttons"
1773 notext="Cancel"
1774 yestext="OK"/>
1775 </notification>
1776
1777 <notification
1778 icon="alertmodal.tga"
1779 name="ShowOwnersHelp"
1780 type="alertmodal">
1781Show owners:
1782Color parcels to show the owner type.
1783
1784Green = Your land
1785Aqua = Your Group&apos;s land
1786Red = Owned by others
1787Yellow = For sale
1788Purple = For auction
1789Grey = Public
1790 </notification>
1791
1792 <notification
1793 icon="alertmodal.tga"
1794 name="ConfirmNotecardSave"
1795 type="alertmodal">
1796This notecard needs to be saved before the item can be copied or viewed. Save notecard?
1797 <usetemplate
1798 name="okcancelbuttons"
1799 notext="Cancel"
1800 yestext="OK"/>
1801 </notification>
1802
1803 <notification
1804 icon="alertmodal.tga"
1805 name="ConfirmItemCopy"
1806 type="alertmodal">
1807Copy this item to your inventory?
1808 <usetemplate
1809 name="okcancelbuttons"
1810 notext="Cancel"
1811 yestext="Copy"/>
1812 </notification>
1813
1814 <notification
1815 icon="alertmodal.tga"
1816 name="ResolutionSwitchFail"
1817 type="alertmodal">
1818Failed to switch resolution to [RESX] by [RESY]
1819 </notification>
1820
1821 <notification
1822 icon="alertmodal.tga"
1823 name="ErrorUndefinedGrasses"
1824 type="alertmodal">
1825Error: Undefined grasses: [SPECIES]
1826 </notification>
1827
1828 <notification
1829 icon="alertmodal.tga"
1830 name="ErrorUndefinedTrees"
1831 type="alertmodal">
1832Error: Undefined trees: [SPECIES]
1833 </notification>
1834
1835 <notification
1836 icon="alertmodal.tga"
1837 name="CannotSaveWearableOutOfSpace"
1838 type="alertmodal">
1839Unable to save &apos;[NAME]&apos; to wearable file. You will need to free up some space on your computer and save the wearable again.
1840 </notification>
1841
1842 <notification
1843 icon="alertmodal.tga"
1844 name="CannotSaveToAssetStore"
1845 type="alertmodal">
1846Unable to save [NAME] to central asset store.
1847This is usually a temporary failure. Please customize and save the wearable again in a few minutes.
1848
1849If this problem persists, please click on the &apos;Tools &gt; Report Bug&apos; pull down menu
1850and provide details about your network setup.
1851 </notification>
1852
1853 <notification
1854 icon="alertmodal.tga"
1855 name="YouHaveBeenLoggedOut"
1856 type="alertmodal">
1857You have been logged out of [SECOND_LIFE]:
1858 [MESSAGE]
1859You can still look at existing IM and chat by clicking &apos;View IM &amp; Chat&apos;. Otherwise, click &apos;Quit&apos; to exit [SECOND_LIFE] immediately.
1860 <usetemplate
1861 name="okcancelbuttons"
1862 notext="Quit"
1863 yestext="View IM &amp; Chat"/>
1864 </notification>
1865
1866 <notification
1867 icon="alertmodal.tga"
1868 name="OnlyOfficerCanBuyLand"
1869 type="alertmodal">
1870Unable to buy land for the group:
1871You do not have permission to buy land for your active group.
1872 </notification>
1873
1874 <notification
1875 icon="alertmodal.tga"
1876 label="Add Friend"
1877 name="AddFriend"
1878 type="alertmodal">
1879Friends can give permissions to track each other on the map and receive online status updates.
1880
1881Offer friendship to [NAME]?
1882 <usetemplate
1883 name="okcancelbuttons"
1884 notext="Cancel"
1885 yestext="OK"/>
1886 </notification>
1887
1888 <notification
1889 icon="alertmodal.tga"
1890 label="Add Friend"
1891 name="AddFriendWithMessage"
1892 type="alertmodal">
1893Friends can give permissions to track each other on the map and receive online status updates.
1894
1895Offer friendship to [NAME]?
1896 <form name="form">
1897 <input name="message" type="text">
1898Would you be my friend?
1899 </input>
1900 <button
1901 default="true"
1902 index="0"
1903 name="Offer"
1904 text="OK"/>
1905 <button
1906 index="1"
1907 name="Cancel"
1908 text="Cancel"/>
1909 </form>
1910 </notification>
1911
1912 <notification
1913 icon="alertmodal.tga"
1914 name="RemoveFromFriends"
1915 type="alertmodal">
1916Do you want to remove [FIRST_NAME] [LAST_NAME] from your Friends List?
1917 <usetemplate
1918 name="okcancelbuttons"
1919 notext="Cancel"
1920 yestext="OK"/>
1921 </notification>
1922
1923 <notification
1924 icon="alertmodal.tga"
1925 name="RemoveMultipleFromFriends"
1926 type="alertmodal">
1927Do you want to remove multiple friends from your Friends list?
1928 <usetemplate
1929 name="okcancelbuttons"
1930 notext="Cancel"
1931 yestext="OK"/>
1932 </notification>
1933
1934 <notification
1935 icon="alertmodal.tga"
1936 name="GodDeleteAllScriptedPublicObjectsByUser"
1937 type="alertmodal">
1938Are you sure you want to delete all scripted objects owned by
1939** [AVATAR_NAME] **
1940on all others land in this sim?
1941 <usetemplate
1942 name="okcancelbuttons"
1943 notext="Cancel"
1944 yestext="OK"/>
1945 </notification>
1946
1947 <notification
1948 icon="alertmodal.tga"
1949 name="GodDeleteAllScriptedObjectsByUser"
1950 type="alertmodal">
1951Are you sure you want to DELETE ALL scripted objects owned by
1952** [AVATAR_NAME] **
1953on ALL LAND in this sim?
1954 <usetemplate
1955 name="okcancelbuttons"
1956 notext="Cancel"
1957 yestext="OK"/>
1958 </notification>
1959
1960 <notification
1961 icon="alertmodal.tga"
1962 name="GodDeleteAllObjectsByUser"
1963 type="alertmodal">
1964Are you sure you want to DELETE ALL objects (scripted or not) owned by
1965** [AVATAR_NAME] **
1966on ALL LAND in this sim?
1967 <usetemplate
1968 name="okcancelbuttons"
1969 notext="Cancel"
1970 yestext="OK"/>
1971 </notification>
1972
1973 <notification
1974 icon="alertmodal.tga"
1975 name="BlankClassifiedName"
1976 type="alertmodal">
1977You must specify a name for your classified.
1978 </notification>
1979
1980 <notification
1981 icon="alertmodal.tga"
1982 name="MinClassifiedPrice"
1983 type="alertmodal">
1984Price to pay for listing must be at least L$[MIN_PRICE].
1985
1986Please enter a higher price.
1987 </notification>
1988
1989 <notification
1990 icon="alertmodal.tga"
1991 name="ConfirmObjectDeleteLock"
1992 type="alertmodal">
1993At least one of the items you have selected is locked.
1994
1995Are you sure you want to delete these items?
1996 <usetemplate
1997 name="okcancelbuttons"
1998 notext="Cancel"
1999 yestext="OK"/>
2000 </notification>
2001
2002 <notification
2003 icon="alertmodal.tga"
2004 name="ConfirmObjectDeleteNoCopy"
2005 type="alertmodal">
2006At least one of the items you have selected is not copyable.
2007
2008Are you sure you want to delete these items?
2009 <usetemplate
2010 name="okcancelbuttons"
2011 notext="Cancel"
2012 yestext="OK"/>
2013 </notification>
2014
2015 <notification
2016 icon="alertmodal.tga"
2017 name="ConfirmObjectDeleteNoOwn"
2018 type="alertmodal">
2019You do not own least one of the items you have selected.
2020
2021Are you sure you want to delete these items?
2022 <usetemplate
2023 name="okcancelbuttons"
2024 notext="Cancel"
2025 yestext="OK"/>
2026 </notification>
2027
2028 <notification
2029 icon="alertmodal.tga"
2030 name="ConfirmObjectDeleteLockNoCopy"
2031 type="alertmodal">
2032At least one object is locked.
2033At least one object is not copyable.
2034
2035Are you sure you want to delete these items?
2036 <usetemplate
2037 name="okcancelbuttons"
2038 notext="Cancel"
2039 yestext="OK"/>
2040 </notification>
2041
2042 <notification
2043 icon="alertmodal.tga"
2044 name="ConfirmObjectDeleteLockNoOwn"
2045 type="alertmodal">
2046At least one object is locked.
2047You do not own least one object.
2048
2049Are you sure you want to delete these items?
2050 <usetemplate
2051 name="okcancelbuttons"
2052 notext="Cancel"
2053 yestext="OK"/>
2054 </notification>
2055
2056 <notification
2057 icon="alertmodal.tga"
2058 name="ConfirmObjectDeleteNoCopyNoOwn"
2059 type="alertmodal">
2060At least one object is not copyable.
2061You do not own least one object.
2062
2063Are you sure you want to delete these items?
2064 <usetemplate
2065 name="okcancelbuttons"
2066 notext="Cancel"
2067 yestext="OK"/>
2068 </notification>
2069
2070 <notification
2071 icon="alertmodal.tga"
2072 name="ConfirmObjectDeleteLockNoCopyNoOwn"
2073 type="alertmodal">
2074At least one object is locked.
2075At least one object is not copyable.
2076You do not own least one object.
2077
2078Are you sure you want to delete these items?
2079 <usetemplate
2080 name="okcancelbuttons"
2081 notext="cancel"
2082 yestext="OK"/>
2083 </notification>
2084
2085 <notification
2086 icon="alertmodal.tga"
2087 name="ConfirmObjectTakeLock"
2088 type="alertmodal">
2089At least one object is locked.
2090
2091Are you sure you want to take these items?
2092 <usetemplate
2093 name="okcancelbuttons"
2094 notext="Cancel"
2095 yestext="OK"/>
2096 </notification>
2097
2098 <notification
2099 icon="alertmodal.tga"
2100 name="ConfirmObjectTakeNoOwn"
2101 type="alertmodal">
2102You do not own all of the objects you are taking.
2103If you continue, next owner permissions will be applied and possibly restrict your ability to modify or copy them.
2104
2105Are you sure you want to take these items?
2106 <usetemplate
2107 name="okcancelbuttons"
2108 notext="Cancel"
2109 yestext="OK"/>
2110 </notification>
2111
2112 <notification
2113 icon="alertmodal.tga"
2114 name="ConfirmObjectTakeLockNoOwn"
2115 type="alertmodal">
2116At least one object is locked.
2117You do not own all of the objects you are taking.
2118If you continue, next owner permissions will be applied and possibly restrict your ability to modify or copy them.
2119However, you can take the current selection.
2120
2121Are you sure you want to take these items?
2122 <usetemplate
2123 name="okcancelbuttons"
2124 notext="Cancel"
2125 yestext="OK"/>
2126 </notification>
2127
2128 <notification
2129 icon="alertmodal.tga"
2130 name="CantBuyLandAcrossMultipleRegions"
2131 type="alertmodal">
2132Unable to buy land because selection spans multiple regions.
2133
2134Please select a smaller area and try again.
2135 </notification>
2136
2137 <notification
2138 icon="alertmodal.tga"
2139 name="DeedLandToGroup"
2140 type="alertmodal">
2141By deeding this parcel, the group will be required to have and maintain sufficient land use credits.
2142The 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.
2143
2144Deed this [AREA] m² of land to the group &apos;[GROUP_NAME]&apos;?
2145 <usetemplate
2146 name="okcancelbuttons"
2147 notext="Cancel"
2148 yestext="OK"/>
2149 </notification>
2150
2151 <notification
2152 icon="alertmodal.tga"
2153 name="DeedLandToGroupWithContribution"
2154 type="alertmodal">
2155By deeding this parcel, the group will be required to have and maintain sufficient land use credits.
2156The deed will include a simultaneous land contribution to the group from &apos;[FIRST_NAME] [LAST_NAME]&apos;.
2157The 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.
2158
2159Deed this [AREA] m² of land to the group &apos;[GROUP_NAME]&apos;?
2160 <usetemplate
2161 name="okcancelbuttons"
2162 notext="Cancel"
2163 yestext="OK"/>
2164 </notification>
2165
2166 <notification
2167 icon="alertmodal.tga"
2168 name="DisplaySetToSafe"
2169 type="alertmodal">
2170Display settings have been set to safe levels because you have specified the -safe option.
2171 </notification>
2172
2173 <notification
2174 icon="alertmodal.tga"
2175 name="DisplaySetToRecommended"
2176 type="alertmodal">
2177Display settings have been set to recommended levels based on your system configuration.
2178 </notification>
2179
2180 <notification
2181 icon="alertmodal.tga"
2182 name="ErrorMessage"
2183 type="alertmodal">
2184[ERROR_MESSAGE]
2185 </notification>
2186
2187 <notification
2188 icon="alertmodal.tga"
2189 name="AvatarMoved"
2190 type="alertmodal">
2191Your [TYPE] location is not currently available. [HELP]
2192You have been moved into a nearby region.
2193 </notification>
2194
2195 <notification
2196 icon="alertmodal.tga"
2197 name="ClothingLoading"
2198 type="alertmodal">
2199Your clothing is still downloading.
2200You can use [SECOND_LIFE] normally and other users will see you correctly.
2201 <form name="form">
2202 <ignore name="ignore"
2203 text="When clothing is taking a long time to download"/>
2204 </form>
2205 </notification>
2206
2207 <notification
2208 icon="alertmodal.tga"
2209 name="FirstRun"
2210 type="alertmodal">
2211[SECOND_LIFE] installation is complete.
2212
2213If this is your first time using [SECOND_LIFE], you will need to create an account before you can log on.
2214Return to www.secondlife.com to create a new account?
2215 <usetemplate
2216 name="okcancelbuttons"
2217 notext="Continue"
2218 yestext="New Account..."/>
2219 </notification>
2220
2221 <notification
2222 icon="alertmodal.tga"
2223 name="LoginPacketNeverReceived"
2224 type="alertmodal">
2225We&apos;re having trouble connecting. There may be a problem with your internet connection or the Second Life servers.
2226
2227You can either check your internet connection and try again in a few minutes, click Help to connect to our support site, or click Teleport to attempt to teleport home.
2228 <form name="form">
2229 <button
2230 default="true"
2231 index="0"
2232 name="OK"
2233 text="OK"/>
2234 <button
2235 index="1"
2236 name="Help"
2237 text="Help"/>
2238 <button
2239 index="2"
2240 name="Teleport"
2241 text="Teleport"/>
2242 </form>
2243 </notification>
2244
2245 <notification
2246 icon="alertmodal.tga"
2247 name="WelcomeChooseSex"
2248 type="alertmodal">
2249Your character will appear in a moment.
2250
2251Use arrow keys to walk.
2252Press the F1 key at any time for help or to learn more about [SECOND_LIFE].
2253Please choose the male or female avatar. You can change your mind later.
2254 <usetemplate
2255 name="okcancelbuttons"
2256 notext="Female"
2257 yestext="Male"/>
2258 </notification>
2259
2260 <notification
2261 icon="alertmodal.tga"
2262 name="NotEnoughCurrency"
2263 type="alertmodal">
2264[NAME] L$ [PRICE] You don&apos;t have enough L$ to do that.
2265 </notification>
2266
2267 <notification
2268 icon="alertmodal.tga"
2269 name="GrantedModifyRights"
2270 type="alertmodal">
2271You have been granted the privilege to modify [FIRST_NAME] [LAST_NAME]&apos;s objects.
2272 </notification>
2273
2274 <notification
2275 icon="alertmodal.tga"
2276 name="RevokedModifyRights"
2277 type="alertmodal">
2278Your privilege to modify [FIRST_NAME] [LAST_NAME]&apos;s objects has been revoked
2279 </notification>
2280
2281 <notification
2282 icon="alertmodal.tga"
2283 name="FlushMapVisibilityCaches"
2284 type="alertmodal">
2285This will flush the map caches on this region.
2286This is really only useful for debugging.
2287(In production, wait 5 minutes, then everyone&apos;s map will update after they relog.)
2288 <usetemplate
2289 name="okcancelbuttons"
2290 notext="Cancel"
2291 yestext="OK"/>
2292 </notification>
2293
2294 <notification
2295 icon="alertmodal.tga"
2296 name="BuyOneObjectOnly"
2297 type="alertmodal">
2298Unable to buy more than one object at a time. Please select only one object and try again.
2299 </notification>
2300
2301 <notification
2302 icon="alertmodal.tga"
2303 name="OnlyCopyContentsOfSingleItem"
2304 type="alertmodal">
2305Unable to copy the contents of more than one item at a time.
2306Please select only one object and try again.
2307 <usetemplate
2308 name="okcancelbuttons"
2309 notext="Cancel"
2310 yestext="OK"/>
2311 </notification>
2312
2313 <notification
2314 icon="alertmodal.tga"
2315 name="KickUsersFromRegion"
2316 type="alertmodal">
2317Teleport all Residents in this region home?
2318 <usetemplate
2319 name="okcancelbuttons"
2320 notext="Cancel"
2321 yestext="OK"/>
2322 </notification>
2323
2324 <notification
2325 icon="alertmodal.tga"
2326 name="EstateObjectReturn"
2327 type="alertmodal">
2328Are you sure you want to return objects owned by [USER_NAME]?
2329 <usetemplate
2330 name="okcancelbuttons"
2331 notext="Cancel"
2332 yestext="OK"/>
2333 </notification>
2334
2335 <notification
2336 icon="alertmodal.tga"
2337 name="InvalidTerrainBitDepth"
2338 type="alertmodal">
2339Couldn&apos;t set region textures:
2340Terrain texture [TEXTURE_NUM] has an invalid bit depth of [TEXTURE_BIT_DEPTH].
2341
2342Replace texture [TEXTURE_NUM] with a 24-bit 512x512 or smaller image then click &quot;Apply&quot; again.
2343 </notification>
2344
2345 <notification
2346 icon="alertmodal.tga"
2347 name="InvalidTerrainSize"
2348 type="alertmodal">
2349Couldn&apos;t set region textures:
2350Terrain texture [TEXTURE_NUM] is too large at [TEXTURE_SIZE_X]x[TEXTURE_SIZE_Y].
2351
2352Replace texture [TEXTURE_NUM] with a 24-bit 512x512 or smaller image then click &quot;Apply&quot; again.
2353 </notification>
2354
2355 <notification
2356 icon="alertmodal.tga"
2357 name="RawUploadStarted"
2358 type="alertmodal">
2359Upload started. It may take up to two minutes, depending on your connection speed.
2360 </notification>
2361
2362 <notification
2363 icon="alertmodal.tga"
2364 name="ConfirmBakeTerrain"
2365 type="alertmodal">
2366Do 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?
2367 <usetemplate
2368 name="okcancelbuttons"
2369 notext="Cancel"
2370 yestext="OK"/>
2371 </notification>
2372
2373 <notification
2374 icon="alertmodal.tga"
2375 name="MaxAllowedAgentOnRegion"
2376 type="alertmodal">
2377You can only have [MAX_AGENTS] Allowed Residents.
2378 </notification>
2379
2380 <notification
2381 icon="alertmodal.tga"
2382 name="MaxBannedAgentsOnRegion"
2383 type="alertmodal">
2384You can only have [MAX_BANNED] Banned Residents.
2385 </notification>
2386
2387 <notification
2388 icon="alertmodal.tga"
2389 name="MaxAgentOnRegionBatch"
2390 type="alertmodal">
2391Failure while attempting to add [NUM_ADDED] agents:
2392Exceeds the [MAX_AGENTS] [LIST_TYPE] limit by [NUM_EXCESS].
2393 </notification>
2394
2395 <notification
2396 icon="alertmodal.tga"
2397 name="MaxAllowedGroupsOnRegion"
2398 type="alertmodal">
2399You can only have [MAX_GROUPS] Allowed Groups.
2400 <usetemplate
2401 name="okcancelbuttons"
2402 notext="Cancel"
2403 yestext="Bake"/>
2404 </notification>
2405
2406 <notification
2407 icon="alertmodal.tga"
2408 name="MaxManagersOnRegion"
2409 type="alertmodal">
2410You can only have [MAX_MANAGER] Estate Managers.
2411 </notification>
2412
2413 <notification
2414 icon="alertmodal.tga"
2415 name="OwnerCanNotBeDenied"
2416 type="alertmodal">
2417Can&apos;t add estate owner to estate &apos;Banned Resident&apos; list.
2418 </notification>
2419
2420 <notification
2421 icon="alertmodal.tga"
2422 name="CanNotChangeAppearanceUntilLoaded"
2423 type="alertmodal">
2424Can&apos;t change appearance until clothing and shape are loaded.
2425 </notification>
2426
2427 <notification
2428 icon="alertmodal.tga"
2429 name="ClassifiedMustBeAlphanumeric"
2430 type="alertmodal">
2431The name of your classified must start with a letter from A to Z or a number. No punctuation is allowed.
2432 </notification>
2433
2434 <notification
2435 icon="alertmodal.tga"
2436 name="CantSetBuyObject"
2437 type="alertmodal">
2438Can&apos;t set Buy Object, because the object is not for sale.
2439Please set the object for sale and try again.
2440 </notification>
2441
2442 <notification
2443 icon="alertmodal.tga"
2444 name="FinishedRawDownload"
2445 type="alertmodal">
2446Finished download of raw terrain file to:
2447[DOWNLOAD_PATH].
2448 </notification>
2449
2450 <notification
2451 icon="alertmodal.tga"
2452 name="DownloadWindowsMandatory"
2453 type="alertmodal">
2454A new version of [SECOND_LIFE] is available.
2455[MESSAGE]
2456You must download this update to use [SECOND_LIFE].
2457 <usetemplate
2458 name="okcancelbuttons"
2459 notext="Quit"
2460 yestext="Download"/>
2461 </notification>
2462
2463 <notification
2464 icon="alertmodal.tga"
2465 name="DownloadWindows"
2466 type="alertmodal">
2467An updated version of [SECOND_LIFE] is available.
2468[MESSAGE]
2469This update is not required, but we suggest you install it to improve performance and stability.
2470 <usetemplate
2471 name="okcancelbuttons"
2472 notext="Continue"
2473 yestext="Download"/>
2474 </notification>
2475
2476 <notification
2477 icon="alertmodal.tga"
2478 name="DownloadWindowsReleaseForDownload"
2479 type="alertmodal">
2480An updated version of [SECOND_LIFE] is available.
2481[MESSAGE]
2482This update is not required, but we suggest you install it to improve performance and stability.
2483 <usetemplate
2484 name="okcancelbuttons"
2485 notext="Continue"
2486 yestext="Download"/>
2487 </notification>
2488
2489 <notification
2490 icon="alertmodal.tga"
2491 name="DownloadMacMandatory"
2492 type="alertmodal">
2493A new version of [SECOND_LIFE] is available.
2494[MESSAGE]
2495You must download this update to use [SECOND_LIFE].
2496
2497Download to your Applications folder?
2498 <usetemplate
2499 name="okcancelbuttons"
2500 notext="Quit"
2501 yestext="Download"/>
2502 </notification>
2503
2504 <notification
2505 icon="alertmodal.tga"
2506 name="DownloadMac"
2507 type="alertmodal">
2508An updated version of [SECOND_LIFE] is available.
2509[MESSAGE]
2510This update is not required, but we suggest you install it to improve performance and stability.
2511
2512Download to your Applications folder?
2513 <usetemplate
2514 name="okcancelbuttons"
2515 notext="Continue"
2516 yestext="Download"/>
2517 </notification>
2518
2519 <notification
2520 icon="alertmodal.tga"
2521 name="DownloadMacReleaseForDownload"
2522 type="alertmodal">
2523An updated version of [SECOND_LIFE] is available.
2524[MESSAGE]
2525This update is not required, but we suggest you install it to improve performance and stability.
2526
2527Download to your Applications folder?
2528 <usetemplate
2529 name="okcancelbuttons"
2530 notext="Continue"
2531 yestext="Download"/>
2532 </notification>
2533
2534 <notification
2535 icon="alertmodal.tga"
2536 name="DeedObjectToGroup"
2537 type="alertmodal">
2538Deeding this object will cause the group to:
2539* Receive L$ paid into the object
2540 <usetemplate
2541 ignoretext="When deeding objects to groups"
2542 name="okcancelignore"
2543 notext="Cancel"
2544 yestext="Deed"/>
2545 </notification>
2546
2547 <notification
2548 icon="alertmodal.tga"
2549 name="WebLaunchExternalTarget"
2550 type="alertmodal">
2551Open your system Web browser to view this content?
2552 <usetemplate
2553 ignoretext="When opening your system browser to view a Web page"
2554 name="okcancelignore"
2555 notext="Cancel"
2556 yestext="OK"/>
2557 </notification>
2558
2559 <notification
2560 icon="alertmodal.tga"
2561 name="WebLaunchJoinNow"
2562 type="alertmodal">
2563Go to www.secondlife.com to manage your account?
2564 <usetemplate
2565 ignoretext="When launching web browser to manage your account"
2566 name="okcancelignore"
2567 notext="Cancel"
2568 yestext="OK"/>
2569 </notification>
2570
2571 <notification
2572 icon="alertmodal.tga"
2573 name="WebLaunchBugReport101"
2574 type="alertmodal">
2575Visit the [SECOND_LIFE] Wiki and learn how to report bugs correctly.
2576 <usetemplate
2577 ignoretext="When launching web browser to view the Bug Reporting 101 Wiki"
2578 name="okcancelignore"
2579 notext="Cancel"
2580 yestext="OK"/>
2581 </notification>
2582
2583 <notification
2584 icon="alertmodal.tga"
2585 name="WebLaunchSecurityIssues"
2586 type="alertmodal">
2587Visit the [SECOND_LIFE] Wiki for details of how to report a security issue.
2588 <usetemplate
2589 ignoretext="When launching web browser to view Security Issues Wiki"
2590 name="okcancelignore"
2591 notext="Cancel"
2592 yestext="OK"/>
2593 </notification>
2594
2595 <notification
2596 icon="alertmodal.tga"
2597 name="WebLaunchQAWiki"
2598 type="alertmodal">
2599Visit the [SECOND_LIFE] QA Wiki.
2600 <usetemplate
2601 ignoretext="When launching web browser to view the QA Wiki"
2602 name="okcancelignore"
2603 notext="Cancel"
2604 yestext="OK"/>
2605 </notification>
2606
2607 <notification
2608 icon="alertmodal.tga"
2609 name="WebLaunchPublicIssue"
2610 type="alertmodal">
2611Visit the [SECOND_LIFE] Public Issue Tracker, where you can report bugs and other issues.
2612 <usetemplate
2613 ignoretext="When launching web browser to view the Public Issue Tracker"
2614 name="okcancelignore"
2615 notext="Cancel"
2616 yestext="Go to page"/>
2617 </notification>
2618
2619 <notification
2620 icon="alertmodal.tga"
2621 name="WebLaunchPublicIssueHelp"
2622 type="alertmodal">
2623Visit the [SECOND_LIFE] Wiki for info on how to use the Public Issue Tracker.
2624 <usetemplate
2625 ignoretext="When launching web browser to view Public Issue Tracker Wiki"
2626 name="okcancelignore"
2627 notext="Cancel"
2628 yestext="Go to page"/>
2629 </notification>
2630
2631 <notification
2632 icon="alertmodal.tga"
2633 name="WebLaunchSupportWiki"
2634 type="alertmodal">
2635Go to the Official Linden Blog, for the latest news and information.
2636 <usetemplate
2637 ignoretext="When launching web browser to view the blog"
2638 name="okcancelignore"
2639 notext="Cancel"
2640 yestext="OK"/>
2641 </notification>
2642
2643 <notification
2644 icon="alertmodal.tga"
2645 name="WebLaunchLSLGuide"
2646 type="alertmodal">
2647Go to the Scripting Guide for scripting help?
2648 <usetemplate
2649 ignoretext="When launching web browser to view the Scripting Guide"
2650 name="okcancelignore"
2651 notext="Cancel"
2652 yestext="OK"/>
2653 </notification>
2654
2655 <notification
2656 icon="alertmodal.tga"
2657 name="WebLaunchLSLWiki"
2658 type="alertmodal">
2659Go to the LSL Portal for scripting help?
2660 <usetemplate
2661 ignoretext="When launching web browser to view the LSL Portal"
2662 name="okcancelignore"
2663 notext="Cancel"
2664 yestext="Go to page"/>
2665 </notification>
2666
2667 <notification
2668 icon="alertmodal.tga"
2669 name="ReturnToOwner"
2670 type="alertmodal">
2671Are you sure you want to return the selected objects to their owners? Transferable deeded objects will be returned to their previous owners.
2672
2673*WARNING* No-transfer deeded objects will be deleted!
2674 <usetemplate
2675 ignoretext="When returning objects to their owners"
2676 name="okcancelignore"
2677 notext="Cancel"
2678 yestext="OK"/>
2679 </notification>
2680
2681 <notification
2682 icon="alert.tga"
2683 name="GroupLeaveConfirmMember"
2684 type="alert">
2685You are currently a member of the group [GROUP].
2686Leave Group?
2687 <usetemplate
2688 name="okcancelbuttons"
2689 notext="Cancel"
2690 yestext="OK"/>
2691 </notification>
2692
2693 <notification
2694 icon="alert.tga"
2695 name="ConfirmKick"
2696 type="alert">
2697Do you REALLY want to kick all users off the grid?
2698 <usetemplate
2699 name="okcancelbuttons"
2700 notext="Cancel"
2701 yestext="Kick All Users"/>
2702 </notification>
2703
2704 <notification
2705 icon="alertmodal.tga"
2706 name="MuteLinden"
2707 type="alertmodal">
2708Sorry, you cannot mute a Linden.
2709 <usetemplate
2710 name="okbutton"
2711 yestext="OK"/>
2712 </notification>
2713
2714 <notification
2715 icon="alertmodal.tga"
2716 name="CannotStartAuctionAlreadyForSale"
2717 type="alertmodal">
2718You 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.
2719 </notification>
2720
2721 <notification
2722 icon="alertmodal.tga"
2723 label="Mute object by name failed"
2724 name="MuteByNameFailed"
2725 type="alertmodal">
2726You already have muted this name.
2727 <usetemplate
2728 name="okbutton"
2729 yestext="OK"/>
2730 </notification>
2731
2732 <notification
2733 icon="alert.tga"
2734 name="RemoveItemWarn"
2735 type="alert">
2736Though permitted, deleting contents may damage the object. Do you want to delete that item?
2737 <usetemplate
2738 name="okcancelbuttons"
2739 notext="Cancel"
2740 yestext="OK"/>
2741 </notification>
2742
2743 <notification
2744 icon="alert.tga"
2745 name="CantOfferCallingCard"
2746 type="alert">
2747Cannot offer a calling card at this time. Please try again in a moment.
2748 <usetemplate
2749 name="okbutton"
2750 yestext="OK"/>
2751 </notification>
2752
2753 <notification
2754 icon="alert.tga"
2755 name="CantOfferFriendship"
2756 type="alert">
2757Cannot offer friendship at this time. Please try again in a moment.
2758 <usetemplate
2759 name="okbutton"
2760 yestext="OK"/>
2761 </notification>
2762
2763 <notification
2764 icon="alert.tga"
2765 name="BusyModeSet"
2766 type="alert">
2767Busy mode set.
2768Chat 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.
2769 <usetemplate
2770 ignoretext="When setting busy mode"
2771 name="okignore"
2772 yestext="OK"/>
2773 </notification>
2774
2775 <notification
2776 icon="alert.tga"
2777 name="JoinedTooManyGroupsMember"
2778 type="alert">
2779You are a member of too many groups to join another one. Please leave at least one group before joining this one, or decline the offer.
2780To leave a group select the &apos;Groups...&apos; option from the &apos;Edit&apos; menu.
2781[NAME] has invited you to join a group as a member.
2782[INVITE]
2783 <usetemplate
2784 name="okcancelbuttons"
2785 notext="Decline"
2786 yestext="Join"/>
2787 </notification>
2788
2789 <notification
2790 icon="alert.tga"
2791 name="KickUser"
2792 type="alert">
2793Kick this user with what message?
2794 <form name="form">
2795 <input name="message" type="text">
2796An administrator has logged you off.
2797 </input>
2798 <button
2799 default="true"
2800 index="0"
2801 name="OK"
2802 text="OK"/>
2803 <button
2804 index="1"
2805 name="Cancel"
2806 text="Cancel"/>
2807 </form>
2808 </notification>
2809
2810 <notification
2811 icon="alert.tga"
2812 name="KickAllUsers"
2813 type="alert">
2814Kick everyone currently on the grid with what message?
2815 <form name="form">
2816 <input name="message" type="text">
2817An administrator has logged you off.
2818 </input>
2819 <button
2820 default="true"
2821 index="0"
2822 name="OK"
2823 text="OK"/>
2824 <button
2825 index="1"
2826 name="Cancel"
2827 text="Cancel"/>
2828 </form>
2829 </notification>
2830
2831 <notification
2832 icon="alert.tga"
2833 name="FreezeUser"
2834 type="alert">
2835Freeze this user with what message?
2836 <form name="form">
2837 <input name="message" type="text">
2838You have been frozen. You cannot move or chat. An administrator will contact you via instant message (IM).
2839 </input>
2840 <button
2841 default="true"
2842 index="0"
2843 name="OK"
2844 text="OK"/>
2845 <button
2846 index="1"
2847 name="Cancel"
2848 text="Cancel"/>
2849 </form>
2850 </notification>
2851
2852 <notification
2853 icon="alert.tga"
2854 name="UnFreezeUser"
2855 type="alert">
2856Unfreeze this user with what message?
2857 <form name="form">
2858 <input name="message" type="text">
2859You are no longer frozen.
2860 </input>
2861 <button
2862 default="true"
2863 index="0"
2864 name="OK"
2865 text="OK"/>
2866 <button
2867 index="1"
2868 name="Cancel"
2869 text="Cancel"/>
2870 </form>
2871 </notification>
2872
2873 <notification
2874 icon="alertmodal.tga"
2875 name="OfferTeleport"
2876 type="alertmodal">
2877Offer a teleport to your location with the following message?
2878 <form name="form">
2879 <input name="message" type="text">
2880Join me in [REGION]
2881 </input>
2882 <button
2883 default="true"
2884 index="0"
2885 name="OK"
2886 text="OK"/>
2887 <button
2888 index="1"
2889 name="Cancel"
2890 text="Cancel"/>
2891 </form>
2892 </notification>
2893
2894 <notification
2895 icon="alertmodal.tga"
2896 name="OfferTeleportFromGod"
2897 type="alertmodal">
2898God summon user to your location?
2899 <form name="form">
2900 <input name="message" type="text">
2901Join me in [REGION]
2902 </input>
2903 <button
2904 default="true"
2905 index="0"
2906 name="OK"
2907 text="OK"/>
2908 <button
2909 index="1"
2910 name="Cancel"
2911 text="Cancel"/>
2912 </form>
2913 </notification>
2914
2915 <notification
2916 icon="alertmodal.tga"
2917 name="TeleportFromLandmark"
2918 type="alertmodal">
2919Are you sure you want to teleport?
2920 <usetemplate
2921 ignoretext="When teleporting from a landmark in inventory"
2922 name="okcancelignore"
2923 notext="Cancel"
2924 yestext="Teleport"/>
2925 </notification>
2926
2927 <notification
2928 icon="alert.tga"
2929 label="Message everyone in your Estate"
2930 name="MessageEstate"
2931 type="alert">
2932Type a short announcement which will be sent to everyone currently in your estate.
2933 <form name="form">
2934 <input name="message" type="text"/>
2935 <button
2936 default="true"
2937 index="0"
2938 name="OK"
2939 text="OK"/>
2940 <button
2941 index="1"
2942 name="Cancel"
2943 text="Cancel"/>
2944 </form>
2945 </notification>
2946
2947 <notification
2948 icon="alert.tga"
2949 label="Change Linden Estate"
2950 name="ChangeLindenEstate"
2951 type="alert">
2952You are about to change a Linden owned estate (mainland, teen grid, orientation, etc.).
2953
2954This is EXTREMELY DANGEROUS because it can fundamentally affect the user experience. On the mainland, it will change thousands of regions and make the spaceserver hiccup.
2955
2956Proceed?
2957 <usetemplate
2958 name="okcancelbuttons"
2959 notext="Cancel"
2960 yestext="OK"/>
2961 </notification>
2962
2963 <notification
2964 icon="alert.tga"
2965 label="Change Linden Estate Access"
2966 name="ChangeLindenAccess"
2967 type="alert">
2968You are about to change the access list for a Linden owned estate (mainland, teen grid, orientation, etc.).
2969
2970This is DANGEROUS and should only be done to invoke the hack allowing objects/L$ to be transfered in/out of a grid.
2971It will change thousands of regions and make the spaceserver hiccup.
2972 <usetemplate
2973 name="okcancelbuttons"
2974 notext="Cancel"
2975 yestext="OK"/>
2976 </notification>
2977
2978 <notification
2979 icon="alert.tga"
2980 label="Select estate"
2981 name="EstateAllowedAgentAdd"
2982 type="alert">
2983Add to allowed list for this estate only or for [ALL_ESTATES]?
2984 <usetemplate
2985 canceltext="Cancel"
2986 name="yesnocancelbuttons"
2987 notext="All Estates"
2988 yestext="This Estate"/>
2989 </notification>
2990
2991 <notification
2992 icon="alert.tga"
2993 label="Select estate"
2994 name="EstateAllowedAgentRemove"
2995 type="alert">
2996Remove from allowed list for this estate only or for [ALL_ESTATES]?
2997 <usetemplate
2998 canceltext="Cancel"
2999 name="yesnocancelbuttons"
3000 notext="All Estates"
3001 yestext="This Estate"/>
3002 </notification>
3003
3004 <notification
3005 icon="alert.tga"
3006 label="Select estate"
3007 name="EstateAllowedGroupAdd"
3008 type="alert">
3009Add to group allowed list for this estate only or for [ALL_ESTATES]?
3010 <usetemplate
3011 canceltext="Cancel"
3012 name="yesnocancelbuttons"
3013 notext="All Estates"
3014 yestext="This Estate"/>
3015 </notification>
3016
3017 <notification
3018 icon="alert.tga"
3019 label="Select estate"
3020 name="EstateAllowedGroupRemove"
3021 type="alert">
3022Remove from group allowed list for this estate only or [ALL_ESTATES]?
3023 <usetemplate
3024 canceltext="Cancel"
3025 name="yesnocancelbuttons"
3026 notext="All Estates"
3027 yestext="This Estate"/>
3028 </notification>
3029
3030 <notification
3031 icon="alert.tga"
3032 label="Select estate"
3033 name="EstateBannedAgentAdd"
3034 type="alert">
3035Deny access for this estate only or for [ALL_ESTATES]?
3036 <usetemplate
3037 canceltext="Cancel"
3038 name="yesnocancelbuttons"
3039 notext="All Estates"
3040 yestext="This Estate"/>
3041 </notification>
3042
3043 <notification
3044 icon="alert.tga"
3045 label="Select estate"
3046 name="EstateBannedAgentRemove"
3047 type="alert">
3048Remove this Resident from the ban list for access for this estate only or for [ALL_ESTATES]?
3049 <usetemplate
3050 canceltext="Cancel"
3051 name="yesnocancelbuttons"
3052 notext="All Estates"
3053 yestext="This Estate"/>
3054 </notification>
3055
3056 <notification
3057 icon="alert.tga"
3058 label="Select estate"
3059 name="EstateManagerAdd"
3060 type="alert">
3061Add estate manager for this estate only or for [ALL_ESTATES]?
3062 <usetemplate
3063 canceltext="Cancel"
3064 name="yesnocancelbuttons"
3065 notext="All Estates"
3066 yestext="This Estate"/>
3067 </notification>
3068
3069 <notification
3070 icon="alert.tga"
3071 label="Select estate"
3072 name="EstateManagerRemove"
3073 type="alert">
3074Remove estate manager for this estate only or for [ALL_ESTATES]?
3075 <usetemplate
3076 canceltext="Cancel"
3077 name="yesnocancelbuttons"
3078 notext="All Estates"
3079 yestext="This Estate"/>
3080 </notification>
3081
3082 <notification
3083 icon="alert.tga"
3084 label="Confirm Kick"
3085 name="EstateKickUser"
3086 type="alert">
3087Kick [EVIL_USER] from this estate?
3088 <usetemplate
3089 name="okcancelbuttons"
3090 notext="Cancel"
3091 yestext="OK"/>
3092 </notification>
3093
3094 <notification
3095 icon="alertmodal.tga"
3096 name="EstateChangeCovenant"
3097 type="alertmodal">
3098Are you sure you want to change the Estate Covenant?
3099 <usetemplate
3100 name="okcancelbuttons"
3101 notext="Cancel"
3102 yestext="OK"/>
3103 </notification>
3104
3105 <notification
3106 icon="alertmodal.tga"
3107 name="RegionEntryAccessBlocked"
3108 type="alertmodal">
3109You are not allowed in that Region due to your maturity Rating. This may be a result of a lack of information validating your age. Please verify you have the latest Viewer installed, and go to the Knowledge Base for details on accessing areas with this maturity rating.
3110 <usetemplate
3111 name="okbutton"
3112 yestext="OK"/>
3113 </notification>
3114
3115 <notification
3116 icon="alertmodal.tga"
3117 name="RegionEntryAccessBlocked_KB"
3118 type="alertmodal">
3119You are not allowed in that region due to your maturity Rating.
3120Go to the Knowledge Base for more information about maturity Ratings?
3121 <url option="0" name="url">
3122 https://support.secondlife.com/ics/support/default.asp?deptID=4417&amp;task=knowledge&amp;questionID=6010
3123 </url>
3124 <usetemplate
3125 name="okcancelignore"
3126 yestext="Go to Knowledge Base"
3127 notext="Close"
3128 ignoretext="Region entry blocked due to maturity Rating"/>
3129 </notification>
3130
3131 <notification
3132 icon="notifytip.tga"
3133 name="RegionEntryAccessBlocked_Notify"
3134 type="notifytip">
3135You are not allowed in that region due to your maturity Rating.
3136 </notification>
3137
3138 <notification
3139 icon="alertmodal.tga"
3140 name="RegionEntryAccessBlocked_Change"
3141 type="alertmodal">
3142You are not allowed in that Region due to your maturity Rating preference.
3143Clicking Change Preference will set your maturity Rating preference and allow you to enter. You will be able to access [REGIONMATURITY] content from now on; if you would like to change this setting back, open the Preferences window to the General tab.
3144 <form>
3145 <button
3146 index="0"
3147 name="OK"
3148 text="Change Preference"/>
3149 <button
3150 default="true"
3151 index="1"
3152 name="Cancel"
3153 text="Close"/>
3154 <ignore text="Region entry blocked due to maturity Rating preference"/>
3155 </form>
3156 </notification>
3157
3158 <notification
3159 icon="alertmodal.tga"
3160 name="LandClaimAccessBlocked"
3161 type="alertmodal">
3162You cannot claim this land due to your maturity Rating. This may be a result of a lack of information validating your age. Please verify you have the latest Viewer installed, and go to the Knowledge Base for details on accessing areas with this maturity rating.
3163 <usetemplate
3164 name="okbutton"
3165 yestext="OK"/>
3166 </notification>
3167
3168 <notification
3169 icon="alertmodal.tga"
3170 name="LandClaimAccessBlocked_KB"
3171 type="alertmodal">
3172You cannot claim this land due to your maturity Rating.
3173Go to the Knowledge Base for more information about maturity Ratings?
3174 <url option="0" name="url">
3175 https://support.secondlife.com/ics/support/default.asp?deptID=4417&amp;task=knowledge&amp;questionID=6010
3176 </url>
3177 <usetemplate
3178 name="okcancelignore"
3179 yestext="Go to Knowledge Base"
3180 notext="Close"
3181 ignoretext="Land claim blocked due to maturity Rating"/>
3182 </notification>
3183
3184 <notification
3185 icon="notifytip.tga"
3186 name="LandClaimAccessBlocked_Notify"
3187 type="notifytip">
3188You cannot claim this land due to your maturity Rating.
3189 </notification>
3190
3191 <notification
3192 icon="alertmodal.tga"
3193 name="LandClaimAccessBlocked_Change"
3194 type="alertmodal">
3195You cannot claim this land due to your maturity Rating preference.
3196Clicking Change Preference will set your maturity Rating preference and allow you to enter. You will be able to access [REGIONMATURITY] content from now on; if you would like to change this setting back, open the Preferences window to the General tab.
3197 <usetemplate
3198 name="okcancelignore"
3199 yestext="Change Preference"
3200 notext="Close"
3201 ignoretext="Land claim blocked due to maturity Rating preference"/>
3202 </notification>
3203
3204 <notification
3205 icon="alertmodal.tga"
3206 name="LandBuyAccessBlocked"
3207 type="alertmodal">
3208You cannot buy this land due to your maturity Rating. This may be a result of a lack of information validating your age. Please verify you have the latest Viewer installed, and go to the Knowledge Base for details on accessing areas with this maturity rating.
3209 <usetemplate
3210 name="okbutton"
3211 yestext="OK"/>
3212 </notification>
3213
3214 <notification
3215 icon="alertmodal.tga"
3216 name="LandBuyAccessBlocked_KB"
3217 type="alertmodal">
3218You cannot buy this land due to your maturity Rating.
3219Go to the Knowledge Base for more information about maturity Ratings?
3220 <url option="0" name="url">
3221 https://support.secondlife.com/ics/support/default.asp?deptID=4417&amp;task=knowledge&amp;questionID=6010
3222 </url>
3223 <usetemplate
3224 name="okcancelignore"
3225 yestext="Go to Knowledge Base"
3226 notext="Close"
3227 ignoretext="Land purchase blocked due to maturity Rating"/>
3228 </notification>
3229
3230 <notification
3231 icon="notifytip.tga"
3232 name="LandBuyAccessBlocked_Notify"
3233 type="notifytip">
3234You cannot buy this land due to your maturity Rating.
3235 </notification>
3236
3237 <notification
3238 icon="alertmodal.tga"
3239 name="LandBuyAccessBlocked_Change"
3240 type="alertmodal">
3241You cannot buy this land due to your maturity Rating preference.
3242Clicking Change Preference will set your maturity Rating preference and allow you to enter. You will be able to access [REGIONMATURITY] content from now on; if you would like to change this setting back, open the Preferences window to the General tab.
3243 <usetemplate
3244 name="okcancelignore"
3245 yestext="Change Preference"
3246 notext="Close"
3247 ignoretext="Land purchase blocked due to maturity Rating preference"/>
3248 </notification>
3249
3250 <notification
3251 icon="alertmodal.tga"
3252 name="ProblemImportingEstateCovenant"
3253 type="alertmodal">
3254Problem importing estate covenant.
3255 <usetemplate
3256 name="okbutton"
3257 yestext="OK"/>
3258 </notification>
3259
3260 <notification
3261 icon="alertmodal.tga"
3262 name="ProblemAddingEstateManager"
3263 type="alertmodal">
3264Problems adding a new estate manager. One or more estates may have a full manager list.
3265 </notification>
3266
3267 <notification
3268 icon="alertmodal.tga"
3269 name="ProblemAddingEstateGeneric"
3270 type="alertmodal">
3271Problems adding to this estate list. One or more estates may have a full list.
3272 </notification>
3273
3274 <notification
3275 icon="alertmodal.tga"
3276 name="UnableToLoadNotecardAsset"
3277 type="alertmodal">
3278Unable to load notecard&apos;s asset at this time.
3279 <usetemplate
3280 name="okbutton"
3281 yestext="OK"/>
3282 </notification>
3283
3284 <notification
3285 icon="alertmodal.tga"
3286 name="NotAllowedToViewNotecard"
3287 type="alertmodal">
3288Insufficient permissions to view notecard associated with asset ID requested.
3289 <usetemplate
3290 name="okbutton"
3291 yestext="OK"/>
3292 </notification>
3293
3294 <notification
3295 icon="alertmodal.tga"
3296 name="MissingNotecardAssetID"
3297 type="alertmodal">
3298Asset ID for notecard is missing from database.
3299 <usetemplate
3300 name="okbutton"
3301 yestext="OK"/>
3302 </notification>
3303
3304 <notification
3305 icon="alert.tga"
3306 name="PublishClassified"
3307 type="alert">
3308Remember: Classified ad fees are non-refundable.
3309
3310Publish this classified now for L$[AMOUNT]?
3311 <usetemplate
3312 name="okcancelbuttons"
3313 notext="Cancel"
3314 yestext="OK"/>
3315 </notification>
3316
3317 <notification
3318 icon="alertmodal.tga"
3319 name="SetClassifiedMature"
3320 type="alertmodal">
3321Does this classified contain Mature content?
3322 <usetemplate
3323 canceltext="Cancel"
3324 name="yesnocancelbuttons"
3325 notext="No"
3326 yestext="Yes"/>
3327 </notification>
3328
3329 <notification
3330 icon="alertmodal.tga"
3331 name="SetGroupMature"
3332 type="alertmodal">
3333Does this group contain Mature content?
3334 <usetemplate
3335 canceltext="Cancel"
3336 name="yesnocancelbuttons"
3337 notext="No"
3338 yestext="Yes"/>
3339 </notification>
3340
3341 <notification
3342 icon="alert.tga"
3343 label="Confirm restart"
3344 name="ConfirmRestart"
3345 type="alert">
3346Do you really want to restart this region in 2 minutes?
3347 <usetemplate
3348 name="okcancelbuttons"
3349 notext="Cancel"
3350 yestext="OK"/>
3351 </notification>
3352
3353 <notification
3354 icon="alert.tga"
3355 label="Message everyone in this region"
3356 name="MessageRegion"
3357 type="alert">
3358Type a short announcement which will be sent to everyone in this region.
3359 <form name="form">
3360 <input name="message" type="text"/>
3361 <button
3362 default="true"
3363 index="0"
3364 name="OK"
3365 text="OK"/>
3366 <button
3367 index="1"
3368 name="Cancel"
3369 text="Cancel"/>
3370 </form>
3371 </notification>
3372
3373 <notification
3374 icon="alertmodal.tga"
3375 label="Block Terraform"
3376 name="HelpRegionBlockTerraform"
3377 type="alertmodal">
3378If this box is checked, land owners will not be able to terraform their land regardless of the per-parcel &apos;Edit Terrain&apos; setting.
3379
3380Default: off
3381 </notification>
3382
3383 <notification
3384 icon="alertmodal.tga"
3385 label="Block Fly"
3386 name="HelpRegionBlockFly"
3387 type="alertmodal">
3388If this box is checked, people will not be able to fly in this region regardless of the per-parcel &apos;Fly&apos; setting.
3389
3390Default: off
3391 </notification>
3392
3393 <notification
3394 icon="alertmodal.tga"
3395 label="Allow Damage"
3396 name="HelpRegionAllowDamage"
3397 type="alertmodal">
3398If this box is checked, the health system across all parcels regardless of individual parcel settings. If this box is left unchecked, individual parcel owners will still be able to activate the health system on their parcels.
3399
3400Default: off
3401 </notification>
3402
3403 <notification
3404 icon="alertmodal.tga"
3405 label="Agent Limit"
3406 name="HelpRegionAgentLimit"
3407 type="alertmodal">
3408Sets the maximum number of avatars allowed in this region.
3409Performance may vary depending on the number avatars present.
3410
3411Default: 40
3412 </notification>
3413
3414 <notification
3415 icon="alertmodal.tga"
3416 label="Object Bonus"
3417 name="HelpRegionObjectBonus"
3418 type="alertmodal">
3419The Object Bonus is a multiplier for primitives allowed on any given parcel. The range allowed is 1 to 10. Set at &apos;1&apos;, each 512m² parcel is allowed 117 objects. Set at &apos;2&apos;, each 512m² parcel is allowed 234, or twice as many, and so on. The max number of objects allowed per region remains 15,000 no matter what the Object Bonus is. Once set, be aware that lowering the Object Bonus may cause objects to be returned or deleted.
3420
3421Default: 1.0
3422 </notification>
3423
3424 <notification
3425 icon="alertmodal.tga"
3426 label="Maturity"
3427 name="HelpRegionMaturity"
3428 type="alertmodal">
3429Sets the maturity Rating of the Region, as shown in the menu bar at the top of any Resident&apos;s viewer, and in tooltips on the World Map when the cursor hovers over this Region. This setting also affects access to this Region and search results. Other Residents may only enter Regions or view search results with the same maturity Ratings they have chosen in their preferences.
3430
3431It may take some time for this change to be reflected on the map.
3432 </notification>
3433
3434 <notification
3435 icon="alertmodal.tga"
3436 label="Restrict Pushing"
3437 name="HelpRegionRestrictPushObject"
3438 type="alertmodal">
3439This checkbox sets the full region to restricted push permissions.
3440When enabled, Residents may only be pushed by themselves or by the parcel&apos;s owner.
3441(Push refers to the llPushObject() LSL function.)
3442
3443Default: Off
3444 </notification>
3445
3446 <notification
3447 icon="alertmodal.tga"
3448 label="Parcel Join/Subdivide"
3449 name="HelpParcelChanges"
3450 type="alertmodal">
3451This checkbox sets whether or not parcels not owned by the estate owner can be joined or subdivided.
3452If this option is unchecked:
3453 * Only estate owners or managers can join or subdivide parcels.
3454 * They may only join or subdivide parcels belonging to the owner, or to a group where they have the appropriate group powers.
3455If this option is checked:
3456 * All parcel owners can join or subdivide the parcels they own.
3457 * For group owned parcels, those with appropriate group powers may join or subdivide parcels.
3458
3459Default: Checked
3460 </notification>
3461
3462 <notification
3463 icon="alertmodal.tga"
3464 label="Do Not Show In Search"
3465 name="HelpRegionSearch"
3466 type="alertmodal">
3467Checking this box will block parcel owners from listing their parcels in search.
3468
3469Default: Off
3470 </notification>
3471
3472 <notification
3473 icon="alertmodal.tga"
3474 label="Changed Region Maturity"
3475 name="RegionMaturityChange"
3476 type="alertmodal">
3477The maturity rating for this region has been updated.
3478It may take some time for the change to be reflected on the map.
3479 </notification>
3480
3481 <notification
3482 icon="alertmodal.tga"
3483 label="Land Resale"
3484 name="HelpRegionLandResell"
3485 type="alertmodal">
3486Estate owners and managers can sell any land owned by the estate owner.
3487If this option is left unchecked, buyers cannot resell their land in this region.
3488If this option is checked, buyers can resell their land in this region.
3489
3490Default: Disallow
3491 </notification>
3492
3493 <notification
3494 icon="alertmodal.tga"
3495 label="Disable Scripts"
3496 name="HelpRegionDisableScripts"
3497 type="alertmodal">
3498When sim performance is poor, a script may be to blame. Open the Statistics Bar (Ctrl-Shift-1). Look at the Simulator Physics FPS.
3499If it is lower than 45, open the Time panel located at the bottom of the Stats Bar. If Script Time reads 25 ms or higher, click the Get Top Scripts button. You will be given the name and location of scripts that may be causing poor performance.
3500
3501Checking the Disable Scripts box and then pressing the Apply button will temporarily disable all scripts in this region. You may need to do this in order to travel to the location of a noted &apos;top script&apos;. Once you have arrived at the location, investigate the script to determine if it is causing the problem. You may want to contact the owner of the script or delete or return the object.
3502Uncheck the Disable Script box and then Apply to reactivate the scripts in the region.
3503
3504Default: off
3505 </notification>
3506
3507 <notification
3508 icon="alertmodal.tga"
3509 label="Disable Collisions"
3510 name="HelpRegionDisableCollisions"
3511 type="alertmodal">
3512When sim performance is poor, physical objects may be to blame.
3513Open the Statistics Bar (Ctrl-Shift-1). Look at the Simulator Physics FPS. If it is lower than 45, open the Time panel located at the bottom of the Stats Bar. If Sim Time (Physics) reads 20 ms or higher, click the Get Top Colliders button.
3514You will be given the name and location of physical objects that may be causing poor performance.
3515
3516Checking the Disable Collisions box and then pressing the Apply button will temporarily disable object-object collisions. You may need to do this in order to travel to the location of a noted &apos;top collider&apos;. Once you have arrived at the location, investigate the object - is it constantly colliding with other objects? You may want to contact the owner of the object or delete or return the object.
3517Uncheck the Disable Collisions box and then Apply to reactivate collisions in the region.
3518
3519Default: off
3520 </notification>
3521
3522 <notification
3523 icon="alertmodal.tga"
3524 label="Disable Physics"
3525 name="HelpRegionDisablePhysics"
3526 type="alertmodal">
3527Disable Physics is similar to Disable Collisions, except all physics simulation is disabled. This means that not only will objects stop colliding, but avatars will be unable to move.
3528
3529This should only be used when Disable Collisions does not give back enough performance to the region to investigate a physics problem or Top Collider.
3530
3531Be sure to re-enable physics when you are done, or avatars will continue to be unable to move.
3532
3533Default: off
3534 </notification>
3535
3536 <notification
3537 icon="alertmodal.tga"
3538 label="Top Colliders"
3539 name="HelpRegionTopColliders"
3540 type="alertmodal">
3541Show a list of objects experiencing the greatest number of potential object-object collisions. These objects can slow performance. Select View &gt; Statistics Bar and look under Simulator &gt; Time &gt; Sim Time (Physics) to see if more than 20 ms is being spent in physics.
3542 </notification>
3543
3544 <notification
3545 icon="alertmodal.tga"
3546 label="Top Scripts"
3547 name="HelpRegionTopScripts"
3548 type="alertmodal">
3549Show a list of objects spending the most time running LSL scripts. These objects can slow performance.
3550Select View &gt; Statistics Bar and look under Simulator &gt; Time &gt; Script Time to see if more than 25 ms is being spent in scripts.
3551 </notification>
3552
3553 <notification
3554 icon="alertmodal.tga"
3555 label="Restart Region"
3556 name="HelpRegionRestart"
3557 type="alertmodal">
3558Restart the server process running this region after a two minute warning. All Residents in the region will be disconnected. The region will save its data, and should come back up within 90 seconds.
3559
3560Restarting the region will not fix most performance problems, and should usually be used only when directed.
3561 </notification>
3562
3563 <notification
3564 icon="alertmodal.tga"
3565 label="Water Height"
3566 name="HelpRegionWaterHeight"
3567 type="alertmodal">
3568This is the height in meters where water appears. If this setting is anything other than 20 and you have water that is adjacent to the edge of world or &apos;void&apos; water, there will be a visible gap.
3569
3570Default: 20
3571 </notification>
3572
3573 <notification
3574 icon="alertmodal.tga"
3575 label="Terrain Raise"
3576 name="HelpRegionTerrainRaise"
3577 type="alertmodal">
3578This is the distance in meters that parcel owners can raise their terrain above the &apos;baked&apos; terrain default height.
3579
3580Default: 4
3581 </notification>
3582
3583 <notification
3584 icon="alertmodal.tga"
3585 label="Terrain Lower"
3586 name="HelpRegionTerrainLower"
3587 type="alertmodal">
3588This is the distance in meters that parcel owners can lower their terrain below the &apos;baked&apos; terrain default height.
3589
3590Default: -4
3591 </notification>
3592
3593 <notification
3594 icon="alertmodal.tga"
3595 label="Upload RAW Terrain"
3596 name="HelpRegionUploadRaw"
3597 type="alertmodal">
3598This button uploads a .RAW file to the region you are in.
3599The file must have the correct dimensions (RGB, 256x256) and 13 channels. The best way to create a terrain file is to download the existing RAW file. A good first step is to modify the red channel (land height), and upload it.
3600
3601The upload can take up to 45 seconds. Note that uploading a terrain file *will not* move the objects that are on the land, only the terrain itself and the permissions associated with the parcels. This can result in objects going underground.
3602
3603For more information on editing region height fields, consult F1 Help.
3604 </notification>
3605
3606 <notification
3607 icon="alertmodal.tga"
3608 label="Download RAW Terrain"
3609 name="HelpRegionDownloadRaw"
3610 type="alertmodal">
3611This button downloads a file containing the height field data, parcel dimensions, parcel for sale status and some parcel permissions for this region. When opening the file in a program such as Photoshop you must specify the document&apos;s dimensions which are: RGB, 256x256 with 13 channels. This terrain file cannot be opened in any other way.
3612
3613For more information on editing region height fields, consult F1 help.
3614 </notification>
3615
3616 <notification
3617 icon="alertmodal.tga"
3618 label="Use Estate Sun"
3619 name="HelpRegionUseEstateSun"
3620 type="alertmodal">
3621This checkbox makes the sun position in this region the same as the sun position in the rest of the estate.
3622
3623Default: on
3624 </notification>
3625
3626 <notification
3627 icon="alertmodal.tga"
3628 label="Fixed Sun"
3629 name="HelpRegionFixedSun"
3630 type="alertmodal">
3631This checkbox sets the sun position to the position in the Phase slider and stops the sun from moving.
3632
3633Default: off
3634 </notification>
3635
3636 <notification
3637 icon="alertmodal.tga"
3638 label="Bake Terrain"
3639 name="HelpRegionBakeTerrain"
3640 type="alertmodal">
3641This button saves the current shape of the terrain as the new default for the region. Once baked, the land can revert to the saved shape whenever you or others use the Edit Terrain &apos;Revert&apos; option. The baked terrain is also the middle point for the terrain raise and lower limits.
3642 </notification>
3643
3644 <notification
3645 icon="alertmodal.tga"
3646 label="Estate Managers"
3647 name="HelpEstateEstateManager"
3648 type="alertmodal">
3649An estate manager is a Resident to whom you have delegated control of region and estate settings. An estate manager can change any setting in these panels, except for uploading, downloading, and baking terrain. In particular, they can allow or ban Residents from your estate.
3650
3651Estate managers can only be added or removed by the owner of the estate, not by each other. Please only choose Residents you trust as estate managers, as you will be ultimately responsible for their actions.
3652 </notification>
3653
3654 <notification
3655 icon="alertmodal.tga"
3656 label="Use Global Time"
3657 name="HelpEstateUseGlobalTime"
3658 type="alertmodal">
3659This checkbox makes the sun in your estate follow the same position as on the Linden-owned &apos;mainland&apos; estates.
3660
3661Default: on
3662 </notification>
3663
3664 <notification
3665 icon="alertmodal.tga"
3666 label="Fixed Sun"
3667 name="HelpEstateFixedSun"
3668 type="alertmodal">
3669This checkbox sets the sun position to the position in the Phase slider and stops the sun from moving.
3670 </notification>
3671
3672 <notification
3673 icon="alertmodal.tga"
3674 label="Public Access"
3675 name="HelpEstateExternallyVisible"
3676 type="alertmodal">
3677This checkbox sets whether Residents who are on other estates can enter this estate without being on an access list.
3678
3679Default: on
3680 </notification>
3681
3682 <notification
3683 icon="alertmodal.tga"
3684 label="Allow Direct Teleport"
3685 name="HelpEstateAllowDirectTeleport"
3686 type="alertmodal">
3687When checked, allows Residents to directly teleport to any point in your estate. When unchecked, Residents teleport to the nearest telehub.
3688
3689Default: off
3690 </notification>
3691
3692 <notification
3693 icon="alertmodal.tga"
3694 label="Allow Access"
3695 name="HelpEstateAllowResident"
3696 type="alertmodal">
3697Access to this estate will be limited to Residents listed here and any groups below. This setting is only available when Public Access is unchecked.
3698 </notification>
3699
3700 <notification
3701 icon="alertmodal.tga"
3702 label="Allow Group Access"
3703 name="HelpEstateAllowGroup"
3704 type="alertmodal">
3705Access to this estate will be limited to groups listed here and any Residents above. This setting is only available when Public Access is unchecked.
3706 </notification>
3707
3708 <notification
3709 icon="alertmodal.tga"
3710 label="Abuse Email Address"
3711 name="HelpEstateAbuseEmailAddress"
3712 type="alertmodal">
3713Setting this to a valid email address will cause abuse reports on this estate to be sent to that address.
3714Setting it blank will cause abuse reports to be sent only to Linden Lab.
3715 </notification>
3716
3717 <notification
3718 icon="alertmodal.tga"
3719 label="Deny Access"
3720 name="HelpEstateBanResident"
3721 type="alertmodal">
3722Residents on this list are denied access to your estate, regardless of any other settings.
3723 </notification>
3724
3725 <notification
3726 icon="alertmodal.tga"
3727 label="Allow Voice Chat"
3728 name="HelpEstateVoiceChat"
3729 type="alertmodal">
3730Parcels in this estate are allowed to have their own voice channels in which residents may hear and talk with others nearby.
3731
3732Default: off
3733 </notification>
3734
3735 <notification
3736 icon="alertmodal.tga"
3737 label="Voice Version Mismatch"
3738 name="VoiceVersionMismatch"
3739 type="alertmodal">
3740This version of Second Life is not compatible with the Voice Chat feature in this region. In order for Voice Chat to function correctly you will need to update Second Life.
3741 </notification>
3742
3743 <notification
3744 icon="alertmodal.tga"
3745 label="Estate Covenant"
3746 name="HelpEstateCovenant"
3747 type="alertmodal">
3748Setting an estate covenant enables you to sell parcels within that estate. If a covenant is not set, you cannot sell the land. The notecard for your covenant can be empty if you do not wish to apply any rules or advise buyers of anything in relation to the land before they buy it.
3749
3750A covenant can be used to communicate rules, guidelines, cultural information or simply your own expectations to the prospective buyer. This can include zoning, building regulations, payment options or any other information you feel it is important for the new owner to have seen and to have agreed to before they purchase.
3751
3752The buyer must agree to the covenant by ticking the check box before they will be able to finish the purchase. Estate covenants are always visible in the About Land dialog for any parcels that have one set.
3753 </notification>
3754
3755 <notification
3756 icon="alertmodal.tga"
3757 label="Can&apos;t Buy Objects"
3758 name="BuyObjectOneOwner"
3759 type="alertmodal">
3760Cannot buy objects from different owners at the same time.
3761Please select only one object and try again.
3762 </notification>
3763
3764 <notification
3765 icon="alertmodal.tga"
3766 label="Can&apos;t Buy Contents"
3767 name="BuyContentsOneOnly"
3768 type="alertmodal">
3769Unable to buy the contents of more than one object at a time.
3770Please select only one object and try again.
3771 </notification>
3772
3773 <notification
3774 icon="alertmodal.tga"
3775 label="Can&apos;t Buy Contents"
3776 name="BuyContentsOneOwner"
3777 type="alertmodal">
3778Cannot buy objects from different owners at the same time.
3779Please select only one object and try again.
3780 </notification>
3781
3782 <notification
3783 icon="alertmodal.tga"
3784 name="BuyOriginal"
3785 type="alertmodal">
3786Buy original object from [OWNER] for L$[PRICE]?
3787You will become the owner of this object.
3788You will be able to:
3789 Modify: [MODIFYPERM]
3790 Copy: [COPYPERM]
3791 Resell or Give Away: [RESELLPERM]
3792 <usetemplate
3793 name="okcancelbuttons"
3794 notext="Cancel"
3795 yestext="OK"/>
3796 </notification>
3797
3798 <notification
3799 icon="alertmodal.tga"
3800 name="BuyOriginalNoOwner"
3801 type="alertmodal">
3802Buy original object for L$[PRICE]?
3803You will become the owner of this object.
3804You will be able to:
3805 Modify: [MODIFYPERM]
3806 Copy: [COPYPERM]
3807 Resell or Give Away: [RESELLPERM]
3808 <usetemplate
3809 name="okcancelbuttons"
3810 notext="Cancel"
3811 yestext="OK"/>
3812 </notification>
3813
3814 <notification
3815 icon="alertmodal.tga"
3816 name="BuyCopy"
3817 type="alertmodal">
3818Buy a copy from [OWNER] for L$[PRICE]?
3819The object will be copied to your inventory.
3820You will be able to:
3821 Modify: [MODIFYPERM]
3822 Copy: [COPYPERM]
3823 Resell or Give Away: [RESELLPERM]
3824 <usetemplate
3825 name="okcancelbuttons"
3826 notext="Cancel"
3827 yestext="OK"/>
3828 </notification>
3829
3830 <notification
3831 icon="alertmodal.tga"
3832 name="BuyCopyNoOwner"
3833 type="alertmodal">
3834Buy a copy for L$[PRICE]?
3835The object will be copied to your inventory.
3836You will be able to:
3837 Modify: [MODIFYPERM]
3838 Copy: [COPYPERM]
3839 Resell or Give Away: [RESELLPERM]
3840 <usetemplate
3841 name="okcancelbuttons"
3842 notext="Cancel"
3843 yestext="OK"/>
3844 </notification>
3845
3846 <notification
3847 icon="alertmodal.tga"
3848 name="BuyContents"
3849 type="alertmodal">
3850Buy contents from [OWNER] for L$[PRICE]?
3851They will be copied to your inventory.
3852 <usetemplate
3853 name="okcancelbuttons"
3854 notext="Cancel"
3855 yestext="OK"/>
3856 </notification>
3857
3858 <notification
3859 icon="alertmodal.tga"
3860 name="BuyContentsNoOwner"
3861 type="alertmodal">
3862Buy contents for L$[PRICE]?
3863They will be copied to your inventory.
3864 <usetemplate
3865 name="okcancelbuttons"
3866 notext="Cancel"
3867 yestext="OK"/>
3868 </notification>
3869
3870 <notification
3871 icon="alertmodal.tga"
3872 name="ConfirmPurchase"
3873 type="alertmodal">
3874This transaction will:
3875[ACTION]
3876
3877Are you sure you want to proceed with this purchase?
3878 <usetemplate
3879 name="okcancelbuttons"
3880 notext="Cancel"
3881 yestext="OK"/>
3882 </notification>
3883
3884 <notification
3885 icon="alertmodal.tga"
3886 name="ConfirmPurchasePassword"
3887 type="password">
3888This transaction will:
3889[ACTION]
3890
3891Are you sure you want to proceed with this purchase?
3892Please re-enter your password and click OK.
3893 <form name="form">
3894 <input
3895 name="message"
3896 type="password"/>
3897 <button
3898 default="true"
3899 index="0"
3900 name="ConfirmPurchase"
3901 text="OK"/>
3902 <button
3903 index="1"
3904 name="Cancel"
3905 text="Cancel"/>
3906 </form>
3907 </notification>
3908
3909 <notification
3910 icon="alert.tga"
3911 name="SetPickLocation"
3912 type="alert">
3913Note:
3914You have updated the location of this pick but the other details will retain their original values.
3915 <usetemplate
3916 name="okbutton"
3917 yestext="OK"/>
3918 </notification>
3919
3920 <notification
3921 icon="alertmodal.tga"
3922 name="MoveInventoryFromObject"
3923 type="alertmodal">
3924You have selected &apos;no copy&apos; inventory items.
3925These items will be moved to your inventory, not copied.
3926
3927Move the inventory item(s)?
3928 <usetemplate
3929 ignoretext="When moving no-copy inventory from objects"
3930 name="okcancelignore"
3931 notext="Cancel"
3932 yestext="OK"/>
3933 </notification>
3934
3935 <notification
3936 icon="alertmodal.tga"
3937 name="MoveInventoryFromScriptedObject"
3938 type="alertmodal">
3939You have selected &apos;no copy&apos; inventory items. These items will be moved to your inventory, not copied.
3940Because this object is scripted, moving these items to your inventory may cause the script to malfunction.
3941
3942Move the inventory item(s)?
3943 <usetemplate
3944 ignoretext="When moving no-copy inventory from scripted objects"
3945 name="okcancelignore"
3946 notext="Cancel"
3947 yestext="OK"/>
3948 </notification>
3949
3950 <notification
3951 icon="alert.tga"
3952 name="ClickActionNotPayable"
3953 type="alert">
3954Warning: The Pay Object click action has been set, but it will only work if a script is added with a money() event.
3955 <form name="form">
3956 <ignore name="ignore"
3957 text="When Setting &apos;Pay&apos; on objects without money() events"/>
3958 </form>
3959 </notification>
3960
3961 <notification
3962 icon="alertmodal.tga"
3963 name="OpenObjectCannotCopy"
3964 type="alertmodal">
3965There are no items in this object that you are allowed to copy.
3966 </notification>
3967
3968 <notification
3969 icon="alertmodal.tga"
3970 name="WebLaunchAccountHistory"
3971 type="alertmodal">
3972Go to the Second Life web site to see your account history?
3973 <usetemplate
3974 ignoretext="When loading account history web page"
3975 name="okcancelignore"
3976 notext="Cancel"
3977 yestext="Go to page"/>
3978 </notification>
3979
3980 <notification
3981 icon="alertmodal.tga"
3982 name="ClickOpenF1Help"
3983 type="alertmodal">
3984Visit the Second Life Support Web site?
3985 <usetemplate
3986 ignoretext="When visiting the Second Life Support Website."
3987 name="okcancelignore"
3988 notext="Cancel"
3989 yestext="Go"/>
3990 </notification>
3991
3992 <notification
3993 icon="alertmodal.tga"
3994 name="ConfirmQuit"
3995 type="alertmodal">
3996Are you sure you want to quit?
3997 <usetemplate
3998 ignoretext="When Quitting Second Life."
3999 name="okcancelignore"
4000 notext="Continue"
4001 yestext="Quit"/>
4002 </notification>
4003
4004 <notification
4005 icon="alertmodal.tga"
4006 name="HelpReportAbuseEmailLL"
4007 type="alertmodal">
4008Use this tool to report violations of the Terms of Service and Community Standards. See:
4009
4010http://secondlife.com/corporate/tos.php
4011http://secondlife.com/corporate/cs.php
4012
4013All reported abuses of the Terms of Service and Community Standards are investigated and resolved. You can view the incident resolution on the Incident Report at:
4014
4015http://secondlife.com/support/incidentreport.php
4016 </notification>
4017
4018 <notification
4019 icon="alertmodal.tga"
4020 name="HelpReportAbuseEmailEO"
4021 type="alertmodal">
4022IMPORTANT: This report will go to the owner of the region you are currently in and not to Linden Lab.
4023
4024As a service to residents and visitors, the owner of the region you are in has elected to receive and resolve all reports originating in this region. Linden Lab will not investigate reports you file from this location.
4025
4026The region owner will resolve reports based on the local rules of this region as outlined in the estate Covenant.
4027(View covenants by going to the World menu and selecting About Land.)
4028
4029The resolution of this report applies only to this Region; Residents access to other areas of Second Life will not be affected by the outcome of this report. Only Linden Lab can restrict access to the entirety of Second Life.
4030 </notification>
4031
4032 <notification
4033 icon="alertmodal.tga"
4034 name="HelpReportBug"
4035 type="alertmodal">
4036Use this tool to *only* report technical features that do not perform as described or expected, please provide as much detail as possible.
4037You may reply to the auto-response email to add more details to your report.
4038
4039All bug reports are investigated and assessed. No email response will be sent.
4040
4041If you are having a technical difficulty, please contact Support at:
4042
4043http://secondlife.com/community/support.php
4044
4045Note: Incomplete reports will not be investigated
4046 </notification>
4047
4048 <notification
4049 icon="alertmodal.tga"
4050 name="HelpReportAbuseSelectCategory"
4051 type="alertmodal">
4052Please select a category for this abuse report.
4053Selecting a category helps us file and process abuse reports.
4054 </notification>
4055
4056 <notification
4057 icon="alertmodal.tga"
4058 name="HelpReportBugSelectCategory"
4059 type="alertmodal">
4060Please select a category for this bug.
4061Selecting a category helps us file and process bug reports.
4062 </notification>
4063
4064 <notification
4065 icon="alertmodal.tga"
4066 name="HelpReportAbuseAbuserNameEmpty"
4067 type="alertmodal">
4068Please enter the name of the abuser.
4069Entering an accurate value helps us file and process abuse reports.
4070 </notification>
4071
4072 <notification
4073 icon="alertmodal.tga"
4074 name="HelpReportAbuseAbuserLocationEmpty"
4075 type="alertmodal">
4076Please enter the location where the abuse took place.
4077Entering an accurate value helps us file and process abuse reports.
4078 </notification>
4079
4080 <notification
4081 icon="alertmodal.tga"
4082 name="HelpReportAbuseSummaryEmpty"
4083 type="alertmodal">
4084Please enter a summary of the abuse that took place.
4085Entering an accurate summary helps us file and process abuse reports.
4086 </notification>
4087
4088 <notification
4089 icon="alertmodal.tga"
4090 name="HelpReportBugSummaryEmpty"
4091 type="alertmodal">
4092Please enter a summary of the bug.
4093Entering an accurate summary helps us file and process bug reports.
4094 </notification>
4095
4096 <notification
4097 icon="alertmodal.tga"
4098 name="HelpReportAbuseDetailsEmpty"
4099 type="alertmodal">
4100Please enter a detailed description of the abuse that took place.
4101Be as specific as you can, including names and the details of the incident you are reporting.
4102Entering an accurate description helps us file and process abuse reports.
4103 </notification>
4104
4105 <notification
4106 icon="alertmodal.tga"
4107 name="HelpReportBugDetailsEmpty"
4108 type="alertmodal">
4109Please enter a detailed description of the bug.
4110Be as specific as you can, including steps to reproduce the bug if possible.
4111Entering an accurate description helps us file and process bug reports.
4112 </notification>
4113
4114 <notification
4115 icon="alertmodal.tga"
4116 name="HelpReportAbuseContainsCopyright"
4117 type="alertmodal">
4118Dear Resident,
4119
4120You appear to be reporting intellectual property infringement. Please make sure you are reporting it correctly:
4121
4122(1) The Abuse Process. You may submit an abuse report if you believe a Resident is exploiting the Second Life permissions system, for example, by using CopyBot or similar copying tools, to infringe intellectual property rights. The Abuse Team investigates and issues appropriate disciplinary action for behavior that violates the Second Life Community Standards or Terms of Service. However, the Abuse Team does not handle and will not respond to requests to remove content from the Second Life world.
4123
4124(2) The DMCA or Content Removal Process. To request removal of content from Second Life, you MUST submit a valid notification of infringement as provided in our DMCA Policy at http://secondlife.com/corporate/dmca.php.
4125
4126If you still wish to continue with the abuse process, please close this window and finish submitting your report. You may need to select the specific category &apos;CopyBot or Permissions Exploit&apos;.
4127
4128Thank you,
4129
4130Linden Lab
4131 </notification>
4132
4133 <notification
4134 icon="alertmodal.tga"
4135 name="FailedRequirementsCheck"
4136 type="alertmodal">
4137The following required components are missing from [FLOATER]:
4138[COMPONENTS]
4139 </notification>
4140
4141 <notification
4142 icon="alert.tga"
4143 label="Replace Existing Attachment"
4144 name="ReplaceAttachment"
4145 type="alert">
4146There is already an object attached to this point on your body.
4147Do you want to replace it with the selected object?
4148 <form name="form">
4149 <ignore name="ignore"
4150 save_option="true"
4151 text="When replacing existing attachments"/>
4152 <button
4153 default="true"
4154 ignore="Replace Automatically"
4155 index="0"
4156 name="Yes"
4157 text="OK"/>
4158 <button
4159 ignore="Never Replace"
4160 index="1"
4161 name="No"
4162 text="Cancel"/>
4163 </form>
4164 </notification>
4165
4166 <notification
4167 icon="alert.tga"
4168 label="Busy Mode Warning"
4169 name="BusyModePay"
4170 type="alert">
4171You are in Busy Mode, which means you will not receive any items offered in exchange for this payment.
4172
4173Would you like to leave Busy Mode before completing this transaction?
4174 <form name="form">
4175 <ignore name="ignore"
4176 save_option="true"
4177 text="When paying a person or object in busy mode"/>
4178 <button
4179 default="true"
4180 ignore="Always leave Busy Mode"
4181 index="0"
4182 name="Yes"
4183 text="OK"/>
4184 <button
4185 ignore="Never leave Busy Mode"
4186 index="1"
4187 name="No"
4188 text="Cancel"/>
4189 </form>
4190 </notification>
4191
4192 <notification
4193 icon="alertmodal.tga"
4194 name="ConfirmEmptyTrash"
4195 type="alertmodal">
4196Are you sure you want to permanently remove the contents of your Trash folder?
4197 <usetemplate
4198 ignoretext="When emptying your inventory trash folder"
4199 name="okcancelignore"
4200 notext="Cancel"
4201 yestext="OK"/>
4202 </notification>
4203
4204 <notification
4205 icon="alertmodal.tga"
4206 name="ConfirmClearBrowserCache"
4207 type="alertmodal">
4208Are you sure you want to clear your browser cache?
4209 <usetemplate
4210 name="okcancelbuttons"
4211 notext="Cancel"
4212 yestext="Yes"/>
4213 </notification>
4214
4215 <notification
4216 icon="alertmodal.tga"
4217 name="ConfirmClearCookies"
4218 type="alertmodal">
4219Are you sure you want to clear your cookies?
4220 <usetemplate
4221 name="okcancelbuttons"
4222 notext="Cancel"
4223 yestext="Yes"/>
4224 </notification>
4225
4226 <notification
4227 icon="alertmodal.tga"
4228 name="ConfirmClearMediaUrlList"
4229 type="alertmodal">
4230Are you sure you want to clear your list of saved URLs?
4231 <usetemplate
4232 name="okcancelbuttons"
4233 notext="Cancel"
4234 yestext="Yes"/>
4235 </notification>
4236
4237 <notification
4238 icon="alertmodal.tga"
4239 name="ConfirmEmptyLostAndFound"
4240 type="alertmodal">
4241Are you sure you want to permanently remove the contents of your Lost And Found folder?
4242 <usetemplate
4243 ignoretext="When emptying your inventory Lost And Found folder"
4244 name="okcancelignore"
4245 notext="No"
4246 yestext="Yes"/>
4247 </notification>
4248
4249 <notification
4250 icon="alertmodal.tga"
4251 name="CopySLURL"
4252 type="alertmodal">
4253The following SLURL has been copied to your clipboard:
4254 [SLURL]
4255
4256Put it in a web page to give others easy access to this location or try it out yourself by pasting it into the address bar of your web browser.
4257 <form name="form">
4258 <ignore name="ignore"
4259 text="When copying a SLURL to your clipboard"/>
4260 </form>
4261 </notification>
4262
4263 <notification
4264 icon="alertmodal.tga"
4265 name="GraphicsPreferencesHelp"
4266 type="alertmodal">
4267This panel controls window size and resolution and the quality of the client&apos;s graphics. The Preferences &gt; Graphics interface allows you to choose between four graphics levels: Low, Mid, High, and Ultra. You may also customize your graphics settings by checking the Custom checkbox and manipulating the following settings:
4268
4269Shaders: Enable or disable various types of pixel shaders.
4270
4271Reflection Detail: Sets the types of objects that water can reflect.
4272
4273Avatar Rendering: Sets options that affect how the client renders avatars.
4274
4275Draw Distance: Affects how far out from your viewpoint objects will be rendered in the scene.
4276
4277Max Particle Count: Sets the maximum number of particles you are able to see on your screen at once.
4278
4279Post Process Quality: Sets the resolution with which Glow is rendered.
4280
4281Mesh Detail: Sets the amount of detail or number of triangles used in rendering certain objects. A higher value takes longer to render, but makes these objects appear with more detail.
4282
4283Lighting Detail: Selects what types of lights you would like to render.
4284
4285Terrain Detail: Sets the amount of detail you would like to see for the terrain texture.
4286 </notification>
4287
4288 <notification
4289 icon="alertmodal.tga"
4290 name="WLSavePresetAlert"
4291 type="alertmodal">
4292Do you wish to overwrite the saved preset?
4293 <usetemplate
4294 name="okcancelbuttons"
4295 notext="No"
4296 yestext="Yes"/>
4297 </notification>
4298
4299 <notification
4300 icon="alertmodal.tga"
4301 name="WLDeletePresetAlert"
4302 type="alertmodal">
4303Do you wish to delete [SKY]?
4304 <usetemplate
4305 name="okcancelbuttons"
4306 notext="No"
4307 yestext="Yes"/>
4308 </notification>
4309
4310 <notification
4311 icon="alertmodal.tga"
4312 name="WLNoEditDefault"
4313 type="alertmodal">
4314You cannot edit or delete a default preset.
4315 </notification>
4316
4317 <notification
4318 icon="alertmodal.tga"
4319 name="WLMissingSky"
4320 type="alertmodal">
4321This day cycle file references a missing sky file: [SKY].
4322 </notification>
4323
4324 <notification
4325 icon="alertmodal.tga"
4326 name="PPSaveEffectAlert"
4327 type="alertmodal">
4328PostProcess Effect exists. Do you still wish overwrite it?
4329 <usetemplate
4330 name="okcancelbuttons"
4331 notext="No"
4332 yestext="Yes"/>
4333 </notification>
4334
4335 <notification
4336 icon="alertmodal.tga"
4337 name="HelpEditSky"
4338 type="alertmodal">
4339Edit the WindLight sliders to create and save a set of skies.
4340 </notification>
4341
4342 <notification
4343 icon="alertmodal.tga"
4344 name="HelpEditDayCycle"
4345 type="alertmodal">
4346Set which skies to turn to throughout the day.
4347 </notification>
4348
4349 <notification
4350 icon="alertmodal.tga"
4351 name="EnvSettingsHelpButton"
4352 type="alertmodal">
4353These settings adjust the way the environment looks locally on your computer. Your graphics card needs to support atmospheric shaders in order to have access to all of the settings.
4354
4355Adjust the &quot;Time of Day&quot; slider to change the day&apos;s phase locally on the viewer.
4356
4357Adjust the &quot;Cloud Cover&quot; slider to control how much the clouds cover the sky.
4358
4359Pick a color in the &quot;Water Color&quot; color picker to change the color of the water.
4360
4361Adjust the &quot;Water Fog&quot; slider to control how dense the fog is underwater.
4362
4363Click &quot;Use Estate Time&quot; to reset the time of day to the region&apos;s current time of day and remain linked to it.
4364
4365Click &quot;Advanced Sky&quot; to bring up an editor with more advanced settings for the sky.
4366
4367Click &quot;Advanced Water&quot; to bring up an editor with more advanced settings for the water.
4368 </notification>
4369
4370 <notification
4371 icon="alertmodal.tga"
4372 name="HelpDayCycle"
4373 type="alertmodal">
4374The Day Cycle Editor gives you control over the sky during Second Life&apos;s day/night cycle. This is the cycle that is used by the Basic Environment Editor&apos;s Time of Day slider.
4375
4376The Day Cycle Editor works by setting keyframes. These are nodes (represented by the gray blips on the time graph) that have Sky Presets associated with them. As the Time of Day progresses, the WindLight sky &quot;animates&quot; as it interpolates between these keyframes.
4377
4378The yellow arrow above the timeline represents your current view, based on Time of Day. Click and drag it to see how your day will animate. You may add or delete keyframes by pressing the Add Key and Delete Key buttons to the right of the timeline.
4379
4380You can set the time position of a keyframe by either dragging it along the timeline, or by setting its value manually in the Key Frame Settings frame. Within the Key Frame Settings frame, you&apos;ll be able to associate the keyframe with its respective WindLight preset.
4381
4382Length of Cycle dictates the overall duration of a &quot;day&quot;. Setting this to a low value (for instance, 2 min.) will mean your entire 24-hour timeline will animate in only two real minutes! Once you are satisfied with your timeline and keyframe cycle, use the Play and Stop buttons to preview the results. Remember- you can also move the yellow time-indicator arrow above the timeline to see the cycle animate interactively. Using the Use Estate Time button will synchronize your day length and time of day with the Estate&apos;s day cycle.
4383
4384Once you are pleased with your Day Cycle, you can save and load it with the Save Test Day and Load Test Day buttons. Note that, for now, we only allow one Day Cycle.
4385 </notification>
4386
4387 <notification
4388 icon="alertmodal.tga"
4389 name="HelpBlueHorizon"
4390 type="alertmodal">
4391Use the Red/Green/Blue (RGB) sliders to adjust the color of the sky. You can use the Intensity (I) slider to move all three RGB sliders in unison.
4392 </notification>
4393
4394 <notification
4395 icon="alertmodal.tga"
4396 name="HelpHazeHorizon"
4397 type="alertmodal">
4398Haze Horizon is one of the most useful parameters for adjusting overall light exposure in the scene. It is effective for simulating many exposure settings, such as white-outs from the sun and darker, closed-iris settings.
4399 </notification>
4400
4401 <notification
4402 icon="alertmodal.tga"
4403 name="HelpBlueDensity"
4404 type="alertmodal">
4405Blue Density affects the overall color saturation of the sky and fog. If you move the Intensity (I) slider to the right, colors will become brighter and more vibrant. If you move it all the way to the left, the colors will become duller, eventually fading to black and white. If you want to fine-tune the sky&apos;s color balance, you can control individual elements of saturation by using the Red/Green/Blue (RGB) sliders.
4406 </notification>
4407
4408 <notification
4409 icon="alertmodal.tga"
4410 name="HelpHazeDensity"
4411 type="alertmodal">
4412Haze Density controls the level of dull, gray haze in the atmosphere. It is effective for simulating scenes with high levels of smoke and man-made pollutants. It is also effective for simulating fog and mist.
4413 </notification>
4414
4415 <notification
4416 icon="alertmodal.tga"
4417 name="HelpDensityMult"
4418 type="alertmodal">
4419The Density Multiplier can be used to affect the overall atmospheric density. At lower settings, it creates a feeling of &quot;thin air&quot;, and at higher settings, it creates a very heavy, smoggy effect.
4420 </notification>
4421
4422 <notification
4423 icon="alertmodal.tga"
4424 name="HelpDistanceMult"
4425 type="alertmodal">
4426Adjusts WindLight&apos;s perceived distance. A value of zero effectively turns off WindLight&apos;s influence on terrain and objects. Values greater than 1 simulate greater distances for thicker atmospheric effects.
4427 </notification>
4428
4429 <notification
4430 icon="alertmodal.tga"
4431 name="HelpMaxAltitude"
4432 type="alertmodal">
4433Max Altitude adjusts the altitude calculations WindLight performs when computing its atmospheric lighting. At later times of day, it is useful for adjusting how &quot;deep&quot; the sunset appears.
4434 </notification>
4435
4436 <notification
4437 icon="alertmodal.tga"
4438 name="HelpSunlightColor"
4439 type="alertmodal">
4440Adjusts the color and intensity of the direct light in the scene.
4441 </notification>
4442
4443 <notification
4444 icon="alertmodal.tga"
4445 name="HelpSunAmbient"
4446 type="alertmodal">
4447Adjusts the color and intensity of ambient atmospheric light in the scene.
4448 </notification>
4449
4450 <notification
4451 icon="alertmodal.tga"
4452 name="HelpSunGlow"
4453 type="alertmodal">
4454The Size slider controls the size of the sun.
4455The Focus slider controls how blurred the sun is over the sky.
4456 </notification>
4457
4458 <notification
4459 icon="alertmodal.tga"
4460 name="HelpSceneGamma"
4461 type="alertmodal">
4462Adjust the screen&apos;s distribution of light and dark.
4463 </notification>
4464
4465 <notification
4466 icon="alertmodal.tga"
4467 name="HelpStarBrightness"
4468 type="alertmodal">
4469Adjusts the brightness of the stars in the sky.
4470 </notification>
4471
4472 <notification
4473 icon="alertmodal.tga"
4474 name="HelpTimeOfDay"
4475 type="alertmodal">
4476Controls the location of the sun in the sky.
4477Similar to elevation.
4478 </notification>
4479
4480 <notification
4481 icon="alertmodal.tga"
4482 name="HelpEastAngle"
4483 type="alertmodal">
4484Controls the location of the sun in the sky.
4485Similar to azimuth.
4486 </notification>
4487
4488 <notification
4489 icon="alertmodal.tga"
4490 name="HelpCloudColor"
4491 type="alertmodal">
4492Edits the color of the clouds. It is generally recommended to keep it whitish, but hey, have fun if you want.
4493 </notification>
4494
4495 <notification
4496 icon="alertmodal.tga"
4497 name="HelpCloudDetail"
4498 type="alertmodal">
4499Controls the detail image layered on top of the main cloud image. X and Y control its position. D (Density) controls how puffy or fractured the clouds appear.
4500 </notification>
4501
4502 <notification
4503 icon="alertmodal.tga"
4504 name="HelpCloudDensity"
4505 type="alertmodal">
4506Allows you to control the position of the clouds with the X and Y sliders and how dense they are with the the D slider.
4507 </notification>
4508
4509 <notification
4510 icon="alertmodal.tga"
4511 name="HelpCloudCoverage"
4512 type="alertmodal">
4513Controls how much the clouds cover the sky.
4514 </notification>
4515
4516 <notification
4517 icon="alertmodal.tga"
4518 name="HelpCloudScale"
4519 type="alertmodal">
4520Controls the scaling of the cloud image on the sky dome.
4521 </notification>
4522
4523 <notification
4524 icon="alertmodal.tga"
4525 name="HelpCloudScrollX"
4526 type="alertmodal">
4527Controls the speed of the clouds as they move in the X direction.
4528 </notification>
4529
4530 <notification
4531 icon="alertmodal.tga"
4532 name="HelpCloudScrollY"
4533 type="alertmodal">
4534Controls the speed of the clouds as they move in the Y direction.
4535 </notification>
4536
4537 <notification
4538 icon="alertmodal.tga"
4539 name="HelpClassicClouds"
4540 type="alertmodal">
4541Check this box to enable rendering of Second Life&apos;s older classic clouds in addition to WindLight&apos;s clouds.
4542 </notification>
4543
4544 <notification
4545 icon="alertmodal.tga"
4546 name="HelpWaterFogColor"
4547 type="alertmodal">
4548Chooses the color of the underwater fog.
4549 </notification>
4550
4551 <notification
4552 icon="alertmodal.tga"
4553 name="HelpWaterFogDensity"
4554 type="alertmodal">
4555Controls how dense the water fog is and how far you can see underwater.
4556 </notification>
4557
4558 <notification
4559 icon="alertmodal.tga"
4560 name="HelpUnderWaterFogMod"
4561 type="alertmodal">
4562Modifies the effect of the Fog Density Exponent to control how far you can see when your avatar is underwater.
4563 </notification>
4564
4565 <notification
4566 icon="alertmodal.tga"
4567 name="HelpWaterGlow"
4568 type="alertmodal">
4569Controls how much the surface of the water glows.
4570 </notification>
4571
4572 <notification
4573 icon="alertmodal.tga"
4574 name="HelpWaterNormalScale"
4575 type="alertmodal">
4576Controls the scaling of the three wavelets that make up the water.
4577 </notification>
4578
4579 <notification
4580 icon="alertmodal.tga"
4581 name="HelpWaterFresnelScale"
4582 type="alertmodal">
4583Controls how much light is reflected at different angles.
4584 </notification>
4585
4586 <notification
4587 icon="alertmodal.tga"
4588 name="HelpWaterFresnelOffset"
4589 type="alertmodal">
4590Controls how much light intensity is reflected.
4591 </notification>
4592
4593 <notification
4594 icon="alertmodal.tga"
4595 name="HelpWaterScaleAbove"
4596 type="alertmodal">
4597Controls how much light is refracted from looking above the surface of the water.
4598 </notification>
4599
4600 <notification
4601 icon="alertmodal.tga"
4602 name="HelpWaterScaleBelow"
4603 type="alertmodal">
4604Controls how much light is refracted from looking from below the surface of the water.
4605 </notification>
4606
4607 <notification
4608 icon="alertmodal.tga"
4609 name="HelpWaterBlurMultiplier"
4610 type="alertmodal">
4611Controls how waves and reflections are mixed.
4612 </notification>
4613
4614 <notification
4615 icon="alertmodal.tga"
4616 name="HelpWaterNormalMap"
4617 type="alertmodal">
4618Controls what normal map is layered across the water to determine reflections/refractions.
4619 </notification>
4620
4621 <notification
4622 icon="alertmodal.tga"
4623 name="HelpWaterWave1"
4624 type="alertmodal">
4625Controls where and how fast the large scaled version of the normal map moves in the X and Y direction.
4626 </notification>
4627
4628 <notification
4629 icon="alertmodal.tga"
4630 name="HelpWaterWave2"
4631 type="alertmodal">
4632Controls where and how fast the the small scaled version of the normal map moves in the X and Y direction.
4633 </notification>
4634
4635 <notification
4636 icon="alert.tga"
4637 name="NewSkyPreset"
4638 type="alert">
4639Give me a name for the new sky.
4640 <form name="form">
4641 <input name="message" type="text">
4642New Preset
4643 </input>
4644 <button
4645 default="true"
4646 index="0"
4647 name="OK"
4648 text="OK"/>
4649 <button
4650 index="1"
4651 name="Cancel"
4652 text="Cancel"/>
4653 </form>
4654 </notification>
4655
4656 <notification
4657 icon="alertmodal.tga"
4658 name="ExistsSkyPresetAlert"
4659 type="alertmodal">
4660Preset already exists!
4661 </notification>
4662
4663 <notification
4664 icon="alert.tga"
4665 name="NewWaterPreset"
4666 type="alert">
4667Give me a name for the new water preset.
4668 <form name="form">
4669 <input name="message" type="text">
4670New Preset
4671 </input>
4672 <button
4673 default="true"
4674 index="0"
4675 name="OK"
4676 text="OK"/>
4677 <button
4678 index="1"
4679 name="Cancel"
4680 text="Cancel"/>
4681 </form>
4682 </notification>
4683
4684 <notification
4685 icon="alertmodal.tga"
4686 name="ExistsWaterPresetAlert"
4687 type="alertmodal">
4688Preset already exists!
4689 </notification>
4690
4691 <notification
4692 icon="alertmodal.tga"
4693 name="WaterNoEditDefault"
4694 type="alertmodal">
4695You cannot edit or delete a default preset.
4696 </notification>
4697
4698 <notification
4699 icon="alertmodal.tga"
4700 name="ChatterBoxSessionStartError"
4701 type="alertmodal">
4702Unable to start a new chat session with [RECIPIENT].
4703[REASON]
4704 <usetemplate
4705 name="okbutton"
4706 yestext="OK"/>
4707 </notification>
4708
4709 <notification
4710 icon="alertmodal.tga"
4711 name="ChatterBoxSessionEventError"
4712 type="alertmodal">
4713[EVENT]
4714[REASON]
4715 <usetemplate
4716 name="okbutton"
4717 yestext="OK"/>
4718 </notification>
4719
4720 <notification
4721 icon="alertmodal.tga"
4722 name="ForceCloseChatterBoxSession"
4723 type="alertmodal">
4724Your chat session with [NAME] must close.
4725[REASON]
4726 <usetemplate
4727 name="okbutton"
4728 yestext="OK"/>
4729 </notification>
4730
4731 <notification
4732 icon="alertmodal.tga"
4733 name="Cannot_Purchase_an_Attachment"
4734 type="alertmodal">
4735Items may not be purchased while they are part of an attachment.
4736 </notification>
4737
4738 <notification
4739 icon="alertmodal.tga"
4740 label="About Requests for the Debit Permission"
4741 name="DebitPermissionDetails"
4742 type="alertmodal">
4743Granting this request gives a script ongoing permission to take Linden dollars (L$) from your account. To revoke this permission, the object owner must delete the object or reset the scripts in the object.
4744 <usetemplate
4745 name="okbutton"
4746 yestext="OK"/>
4747 </notification>
4748
4749 <notification
4750 icon="alertmodal.tga"
4751 name="AutoWearNewClothing"
4752 type="alertmodal">
4753Would you like to automatically wear the clothing item you create?
4754 <usetemplate
4755 ignoretext="Automatically wear new clothing"
4756 name="okcancelignore"
4757 notext="No"
4758 yestext="Yes"/>
4759 </notification>
4760
4761 <notification
4762 icon="alertmodal.tga"
4763 name="NotAgeVerified"
4764 type="alertmodal">
4765You need to be age-verified in order to access this parcel.
4766Would you like to visit the Second Life website to verify your age?
4767
4768[_URL]
4769 <url option="0" name="url">
4770
4771 https://secondlife.com/account/verification.php
4772 </url>
4773 <usetemplate
4774 ignoretext="Warn about lack of age verification"
4775 name="okcancelignore"
4776 notext="No"
4777 yestext="Yes"/>
4778 </notification>
4779
4780 <notification
4781 icon="alertmodal.tga"
4782 name="Cannot enter parcel: no payment info on file"
4783 type="alertmodal">
4784This parcel requires that you have payment information on file before you can access it.
4785Would you like to visit the Second Life website to set this up?
4786
4787[_URL]
4788 <url option="0" name="url">
4789
4790 https://secondlife.com/account/
4791 </url>
4792 <usetemplate
4793 ignoretext="Warn about lack of payment info"
4794 name="okcancelignore"
4795 notext="No"
4796 yestext="Yes"/>
4797 </notification>
4798
4799 <notification
4800 icon="alertmodal.tga"
4801 name="MissingString"
4802 type="alertmodal">
4803The string [STRING_NAME] is missing from strings.xml
4804 </notification>
4805
4806 <notification
4807 icon="notifytip.tga"
4808 name="SystemMessageTip"
4809 type="notifytip">
4810[MESSAGE]
4811 </notification>
4812
4813 <notification
4814 icon="notifytip.tga"
4815 name="Cancelled"
4816 type="notifytip">
4817Cancelled
4818 </notification>
4819
4820 <notification
4821 icon="notifytip.tga"
4822 name="CancelledSit"
4823 type="notifytip">
4824Cancelled Sit
4825 </notification>
4826
4827 <notification
4828 icon="notifytip.tga"
4829 name="CancelledAttach"
4830 type="notifytip">
4831Cancelled Attach
4832 </notification>
4833
4834 <notification
4835 icon="notifytip.tga"
4836 name="ReplacedMissingWearable"
4837 type="notifytip">
4838Replaced missing clothing/body part with default.
4839 </notification>
4840
4841 <notification
4842 icon="groupnotify"
4843 name="GroupNotice"
4844 type="groupnotify">
4845Topic: [SUBJECT], Message: [MESSAGE]
4846 </notification>
4847
4848 <notification
4849 icon="notifytip.tga"
4850 name="FriendOnline"
4851 type="notifytip">
4852[FIRST] [LAST] is Online
4853 </notification>
4854
4855 <notification
4856 icon="notifytip.tga"
4857 name="FriendOffline"
4858 type="notifytip">
4859[FIRST] [LAST] is Offline
4860 </notification>
4861
4862 <notification
4863 icon="notifytip.tga"
4864 name="AddSelfFriend"
4865 type="notifytip">
4866You cannot add yourself as a friend.
4867 </notification>
4868
4869 <notification
4870 icon="notifytip.tga"
4871 name="UploadingAuctionSnapshot"
4872 type="notifytip">
4873Uploading in-world and web site snapshots...
4874(Takes about 5 minutes.)
4875 </notification>
4876
4877 <notification
4878 icon="notify.tga"
4879 name="UploadPayment"
4880 type="notify">
4881You paid L$[AMOUNT] to upload.
4882 </notification>
4883
4884 <notification
4885 icon="notifytip.tga"
4886 name="UploadWebSnapshotDone"
4887 type="notifytip">
4888Web site snapshot upload done.
4889 </notification>
4890
4891 <notification
4892 icon="notifytip.tga"
4893 name="UploadSnapshotDone"
4894 type="notifytip">
4895In-world snapshot upload done
4896 </notification>
4897
4898 <notification
4899 icon="notifytip.tga"
4900 name="TerrainDownloaded"
4901 type="notifytip">
4902Terrain.raw downloaded
4903 </notification>
4904
4905 <notification
4906 icon="notifytip.tga"
4907 name="GestureMissing"
4908 type="notifytip">
4909Gesture [NAME] is missing from database.
4910 </notification>
4911
4912 <notification
4913 icon="notifytip.tga"
4914 name="UnableToLoadGesture"
4915 type="notifytip">
4916Unable to load gesture [NAME].
4917Please try again.
4918 </notification>
4919
4920 <notification
4921 icon="notifytip.tga"
4922 name="LandmarkMissing"
4923 type="notifytip">
4924Landmark is missing from database.
4925 </notification>
4926
4927 <notification
4928 icon="notifytip.tga"
4929 name="UnableToLoadLandmark"
4930 type="notifytip">
4931Unable to load landmark. Please try again.
4932 </notification>
4933
4934 <notification
4935 icon="notifytip.tga"
4936 name="CapsKeyOn"
4937 type="notifytip">
4938Your Caps Lock key is on.
4939As this will affect the password you type in, you will probably want to turn it off.
4940 </notification>
4941
4942 <notification
4943 icon="notifytip.tga"
4944 name="NotecardMissing"
4945 type="notifytip">
4946Notecard is missing from database.
4947 </notification>
4948
4949 <notification
4950 icon="notifytip.tga"
4951 name="NotecardNoPermissions"
4952 type="notifytip">
4953Insufficient permissions to view notecard.
4954 </notification>
4955
4956 <notification
4957 icon="notifytip.tga"
4958 name="RezItemNoPermissions"
4959 type="notifytip">
4960Insufficient permissions to rez object.
4961 </notification>
4962
4963 <notification
4964 icon="notifytip.tga"
4965 name="UnableToLoadNotecard"
4966 type="notifytip">
4967Unable to load notecard.
4968Please try again.
4969 </notification>
4970
4971 <notification
4972 icon="notifytip.tga"
4973 name="ScriptMissing"
4974 type="notifytip">
4975Script is missing from database.
4976 </notification>
4977
4978 <notification
4979 icon="notifytip.tga"
4980 name="ScriptNoPermissions"
4981 type="notifytip">
4982Insufficient permissions to view script.
4983 </notification>
4984
4985 <notification
4986 icon="notifytip.tga"
4987 name="UnableToLoadScript"
4988 type="notifytip">
4989Unable to load script. Please try again.
4990 </notification>
4991
4992 <notification
4993 icon="notifytip.tga"
4994 name="IncompleteInventory"
4995 type="notifytip">
4996The complete contents you are offering are not yet locally available. Please try offering those items again in a minute.
4997 </notification>
4998
4999 <notification
5000 icon="notifytip.tga"
5001 name="CannotModifyProtectedCategories"
5002 type="notifytip">
5003You cannot modify protected categories.
5004 </notification>
5005
5006 <notification
5007 icon="notifytip.tga"
5008 name="CannotRemoveProtectedCategories"
5009 type="notifytip">
5010You cannot remove protected categories.
5011 </notification>
5012
5013 <notification
5014 icon="notifytip.tga"
5015 name="OfferedCard"
5016 type="notifytip">
5017You have offered a calling card to [FIRST] [LAST]
5018 </notification>
5019
5020 <notification
5021 icon="notifytip.tga"
5022 name="UnableToBuyWhileDownloading"
5023 type="notifytip">
5024Unable to buy while downloading object data.
5025Please try again.
5026 </notification>
5027
5028 <notification
5029 icon="notifytip.tga"
5030 name="UnableToLinkWhileDownloading"
5031 type="notifytip">
5032Unable to link while downloading object data.
5033Please try again.
5034 </notification>
5035
5036 <notification
5037 icon="notifytip.tga"
5038 name="CannotBuyObjectsFromDifferentOwners"
5039 type="notifytip">
5040Cannot buy objects from different owners at the same time.
5041Please select a single object.
5042 </notification>
5043
5044 <notification
5045 icon="notifytip.tga"
5046 name="ObjectNotForSale"
5047 type="notifytip">
5048Object does not appear to be for sale.
5049 </notification>
5050
5051 <notification
5052 icon="notifytip.tga"
5053 name="EnteringGodMode"
5054 type="notifytip">
5055Entering god mode, level [LEVEL]
5056 </notification>
5057
5058 <notification
5059 icon="notifytip.tga"
5060 name="LeavingGodMode"
5061 type="notifytip">
5062Leaving god mode, level [LEVEL]
5063 </notification>
5064
5065 <notification
5066 icon="notifytip.tga"
5067 name="CopyFailed"
5068 type="notifytip">
5069Copy failed because you lack copy permission
5070 </notification>
5071
5072 <notification
5073 icon="notifytip.tga"
5074 name="InventoryAccepted"
5075 type="notifytip">
5076[NAME] accepted your inventory offer.
5077 </notification>
5078
5079 <notification
5080 icon="notifytip.tga"
5081 name="InventoryDeclined"
5082 type="notifytip">
5083[NAME] declined your inventory offer.
5084 </notification>
5085
5086 <notification
5087 icon="notifytip.tga"
5088 name="ObjectMessage"
5089 type="notifytip">
5090[NAME]: [MESSAGE]
5091 </notification>
5092
5093 <notification
5094 icon="notifytip.tga"
5095 name="CallingCardAccepted"
5096 type="notifytip">
5097Your calling card was accepted.
5098 </notification>
5099
5100 <notification
5101 icon="notifytip.tga"
5102 name="CallingCardDeclined"
5103 type="notifytip">
5104Your calling card was declined.
5105 </notification>
5106
5107 <notification
5108 icon="notifytip.tga"
5109 name="TeleportToLandmark"
5110 type="notifytip">
5111Now that you have reached the mainland, you can teleport to locations like &apos;[NAME]&apos; by clicking on the Inventory button on the bottom right of your screen, and then select the Landmarks folder.
5112Double click on the landmark and click on Teleport to travel there.
5113 </notification>
5114
5115 <notification
5116 icon="notifytip.tga"
5117 name="TeleportToPerson"
5118 type="notifytip">
5119Now that you have reached the mainland, you can contact residents like &apos;[NAME]&apos; by clicking on the Inventory button on the bottom right of your screen, and then select the Calling Cards folder.
5120Double click on the card, click on Instant Message, and type a message.
5121 </notification>
5122
5123 <notification
5124 icon="notifytip.tga"
5125 name="CantSelectLandFromMultipleRegions"
5126 type="notifytip">
5127Can&apos;t select land across server boundaries.
5128Try selecting a smaller piece of land.
5129 </notification>
5130
5131 <notification
5132 icon="notifytip.tga"
5133 name="SearchWordBanned"
5134 type="notifytip">
5135Some terms in your search query were excluded due to content restrictions as clarified in the Community Standards.
5136 </notification>
5137
5138 <notification
5139 icon="notifytip.tga"
5140 name="NoContentToSearch"
5141 type="notifytip">
5142Please select at least one type of content to search (PG, Mature, or Adult).
5143 </notification>
5144
5145 <notification
5146 icon="notify.tga"
5147 name="GroupVote"
5148 type="notify">
5149[NAME] has proposed to vote on:
5150[MESSAGE]
5151 <form name="form">
5152 <button
5153 index="0"
5154 name="VoteNow"
5155 text="Vote Now"/>
5156 <button
5157 index="1"
5158 name="Later"
5159 text="Later"/>
5160 </form>
5161 </notification>
5162
5163 <notification
5164 icon="notify.tga"
5165 name="SystemMessage"
5166 type="notify">
5167[MESSAGE]
5168 </notification>
5169
5170 <notification
5171 icon="notify.tga"
5172 name="EventNotification"
5173 type="notify">
5174Event Notification:
5175
5176[NAME]
5177[DATE]
5178 <form name="form">
5179 <button
5180 index="0"
5181 name="Teleport"
5182 text="Teleport"/>
5183 <button
5184 index="1"
5185 name="Description"
5186 text="Description"/>
5187 <button
5188 index="2"
5189 name="Cancel"
5190 text="Cancel"/>
5191 </form>
5192 </notification>
5193
5194 <notification
5195 icon="notify.tga"
5196 name="TransferObjectsHighlighted"
5197 type="notify">
5198All objects on this parcel that will transfer to the purchaser of this parcel are now highlighted.
5199
5200* Trees and grasses that will transfer are not highlighted.
5201 <form name="form">
5202 <button
5203 index="0"
5204 name="Done"
5205 text="Done"/>
5206 </form>
5207 </notification>
5208
5209 <notification
5210 icon="notify.tga"
5211 name="DeactivatedGesturesTrigger"
5212 type="notify">
5213Deactivated gestures with same trigger:
5214[NAMES]
5215 </notification>
5216
5217 <notification
5218 icon="notify.tga"
5219 name="NoQuickTime"
5220 type="notify">
5221Apple&apos;s QuickTime software does not appear to be installed on your system.
5222If you want to view streaming media on parcels that support it you should go to the QuickTime site (http://www.apple.com/quicktime) and install the QuickTime Player.
5223 </notification>
5224
5225 <notification
5226 icon="notify.tga"
5227 name="OwnedObjectsReturned"
5228 type="notify">
5229The objects you own on the selected parcel of land have been returned back to your inventory.
5230 </notification>
5231
5232 <notification
5233 icon="notify.tga"
5234 name="OtherObjectsReturned"
5235 type="notify">
5236The objects on the selected parcel of land that is owned by [FIRST] [LAST] have been returned to his or her inventory.
5237 </notification>
5238
5239 <notification
5240 icon="notify.tga"
5241 name="OtherObjectsReturned2"
5242 type="notify">
5243The objects on the selected parcel of land owned by the resident &apos;[NAME]&apos; have been returned to their owner.
5244 </notification>
5245
5246 <notification
5247 icon="notify.tga"
5248 name="GroupObjectsReturned"
5249 type="notify">
5250The objects on the selected parcel of land shared with the group [GROUPNAME] have been returned back to their owner&apos;s inventory.
5251Transferable deeded objects have been returned to their previous owners.
5252Non-transferable objects that are deeded to the group have been deleted.
5253 </notification>
5254
5255 <notification
5256 icon="notify.tga"
5257 name="UnOwnedObjectsReturned"
5258 type="notify">
5259The objects on the selected parcel that are NOT owned by you have been returned to their owners.
5260 </notification>
5261
5262 <notification
5263 icon="notify.tga"
5264 name="NotSafe"
5265 type="notify">
5266This land has damage enabled (&apos;not safe&apos;).
5267You can be hurt here. If you die, you will be teleported to your home location.
5268 <unique/>
5269 </notification>
5270
5271 <notification
5272 icon="notify.tga"
5273 name="NoFly"
5274 type="notify">
5275This land has flying disabled (&apos;no fly&apos;).
5276You cannot fly here.
5277 <unique/>
5278 </notification>
5279
5280 <notification
5281 icon="notify.tga"
5282 name="PushRestricted"
5283 type="notify">
5284This land is &apos;No Pushing&apos;.
5285You cannot push others here unless you own the land.
5286 <unique/>
5287 </notification>
5288
5289 <notification
5290 icon="notify.tga"
5291 name="NoVoice"
5292 type="notify">
5293This land has voice disabled.
5294 <unique/>
5295 </notification>
5296
5297 <notification
5298 icon="notify.tga"
5299 name="NoBuild"
5300 type="notify">
5301This land has building disabled (&apos;no build&apos;).
5302You cannot create objects here.
5303 <unique/>
5304 </notification>
5305
5306 <notification
5307 icon="notify.tga"
5308 name="ScriptsStopped"
5309 type="notify">
5310An administrator has temporarily stopped scripts in this region.
5311 </notification>
5312
5313 <notification
5314 icon="notify.tga"
5315 name="ScriptsNotRunning"
5316 type="notify">
5317This region is not running any scripts.
5318 </notification>
5319
5320 <notification
5321 icon="notify.tga"
5322 name="NoOutsideScripts"
5323 type="notify">
5324This land has outside scripts disabled (&apos;no outside scripts&apos;).
5325No scripts will run except those belonging to the land owner.
5326 </notification>
5327
5328 <notification
5329 icon="notify.tga"
5330 name="ClaimPublicLand"
5331 type="notify">
5332Can only claim public land in region you&apos;re in.
5333 </notification>
5334
5335 <notification
5336 icon="notify.tga"
5337 name="RegionTPAccessBlocked"
5338 type="notify">
5339You aren&apos;t allowed in that Region due to your maturity Rating. You may need to validate your age and/or install the latest Viewer. Please go to the Knowledge Base for details on accessing areas with this maturity Rating.
5340 </notification>
5341
5342 <notification
5343 icon="notify.tga"
5344 name="URBannedFromRegion"
5345 type="notify">
5346You are banned from the region.
5347 </notification>
5348
5349 <notification
5350 icon="notify.tga"
5351 name="NoTeenGridAccess"
5352 type="notify">
5353Your account cannot connect to this teen grid region.
5354 </notification>
5355
5356 <notification
5357 icon="notify.tga"
5358 name="NoHelpIslandTP"
5359 type="notify">
5360You cannot teleport back to Help Island.
5361Go to &apos;Help Island Public&apos; to repeat the tutorial.
5362 </notification>
5363
5364 <notification
5365 icon="notify.tga"
5366 name="ImproperPaymentStatus"
5367 type="notify">
5368You do not have proper payment status to enter this region.
5369 </notification>
5370
5371 <notification
5372 icon="notify.tga"
5373 name="MustGetAgeRgion"
5374 type="notify">
5375You must be age-verified to enter this region.
5376 </notification>
5377
5378 <notification
5379 icon="notify.tga"
5380 name="MustGetAgeParcel"
5381 type="notify">
5382You must be age-verified to enter this parcel.
5383 </notification>
5384
5385 <notification
5386 icon="notify.tga"
5387 name="NoDestRegion"
5388 type="notify">
5389No destination region found.
5390 </notification>
5391
5392 <notification
5393 icon="notify.tga"
5394 name="NotAllowedInDest"
5395 type="notify">
5396You are not allowed into the destination.
5397 </notification>
5398
5399 <notification
5400 icon="notify.tga"
5401 name="RegionParcelBan"
5402 type="notify">
5403Cannot region cross into banned parcel. Try another way.
5404 </notification>
5405
5406 <notification
5407 icon="notify.tga"
5408 name="TelehubRedirect"
5409 type="notify">
5410You have been redirected to a telehub.
5411 </notification>
5412
5413 <notification
5414 icon="notify.tga"
5415 name="CouldntTPCloser"
5416 type="notify">
5417Could not teleport closer to destination.
5418 </notification>
5419
5420 <notification
5421 icon="notify.tga"
5422 name="TPCancelled"
5423 type="notify">
5424 Teleport cancelled.
5425 </notification>
5426
5427 <notification
5428 icon="notify.tga"
5429 name="FullRegionTryAgain"
5430 type="notify">
5431The region you are attempting to enter is currently full.
5432Please try again in a few moments.
5433 </notification>
5434
5435 <notification
5436 icon="notify.tga"
5437 name="GeneralFailure"
5438 type="notify">
5439General failure.
5440 </notification>
5441
5442 <notification
5443 icon="notify.tga"
5444 name="RoutedWrongRegion"
5445 type="notify">
5446Routed to wrong region. Please try again.
5447 </notification>
5448
5449 <notification
5450 icon="notify.tga"
5451 name="NoValidAgentID"
5452 type="notify">
5453No valid agent id.
5454 </notification>
5455
5456 <notification
5457 icon="notify.tga"
5458 name="NoValidSession"
5459 type="notify">
5460No valid session id.
5461 </notification>
5462
5463 <notification
5464 icon="notify.tga"
5465 name="NoValidCircuit"
5466 type="notify">
5467No valid circuit code.
5468 </notification>
5469
5470 <notification
5471 icon="notify.tga"
5472 name="NoValidTimestamp"
5473 type="notify">
5474No valid timestamp.
5475 </notification>
5476
5477 <notification
5478 icon="notify.tga"
5479 name="NoPendingConnection"
5480 type="notify">
5481Unable to create pending connection.
5482 </notification>
5483
5484 <notification
5485 icon="notify.tga"
5486 name="InternalUsherError"
5487 type="notify">
5488Internal error attempting to connect agent usher.
5489 </notification>
5490
5491 <notification
5492 icon="notify.tga"
5493 name="NoGoodTPDestination"
5494 type="notify">
5495Unable to find a good teleport destination in this region.
5496 </notification>
5497
5498 <notification
5499 icon="notify.tga"
5500 name="InternalErrorRegionResolver"
5501 type="notify">
5502Internal error attempting to activate region resolver.
5503 </notification>
5504
5505 <notification
5506 icon="notify.tga"
5507 name="NoValidLanding"
5508 type="notify">
5509A valid landing point could not be found.
5510 </notification>
5511
5512 <notification
5513 icon="notify.tga"
5514 name="NoValidParcel"
5515 type="notify">
5516No valid parcel could be found.
5517 </notification>
5518
5519 <notification
5520 icon="notify.tga"
5521 name="ObjectGiveItem"
5522 type="notify">
5523An object named [OBJECTFROMNAME] owned by [FIRST] [LAST] has given you a [OBJECTTYPE] named [OBJECTNAME].
5524 <form name="form">
5525 <button
5526 index="0"
5527 name="Keep"
5528 text="Keep"/>
5529 <button
5530 index="1"
5531 name="Discard"
5532 text="Discard"/>
5533 <button
5534 index="2"
5535 name="Mute"
5536 text="Mute"/>
5537 </form>
5538 </notification>
5539
5540 <notification
5541 icon="notify.tga"
5542 name="ObjectGiveItemUnknownUser"
5543 type="notify">
5544An object named [OBJECTFROMNAME] owned by (an unknown user) has given you a [OBJECTTYPE] named [OBJECTNAME].
5545 <form name="form">
5546 <button
5547 index="0"
5548 name="Keep"
5549 text="Keep"/>
5550 <button
5551 index="1"
5552 name="Discard"
5553 text="Discard"/>
5554 <button
5555 index="2"
5556 name="Mute"
5557 text="Mute"/>
5558 </form>
5559 </notification>
5560
5561 <notification
5562 icon="notify.tga"
5563 name="UserGiveItem"
5564 type="notify">
5565[NAME] has given you a [OBJECTTYPE] named &apos;[OBJECTNAME]&apos;.
5566 <form name="form">
5567 <button
5568 index="0"
5569 name="Keep"
5570 text="Keep"/>
5571 <button
5572 index="1"
5573 name="Discard"
5574 text="Discard"/>
5575 <button
5576 index="2"
5577 name="Mute"
5578 text="Mute"/>
5579 </form>
5580 </notification>
5581
5582 <notification
5583 icon="notify.tga"
5584 name="GodMessage"
5585 type="notify">
5586[NAME]
5587[MESSAGE]
5588 </notification>
5589
5590 <notification
5591 icon="notify.tga"
5592 name="JoinGroup"
5593 type="notify">
5594[MESSAGE]
5595 <form name="form">
5596 <button
5597 index="0"
5598 name="Join"
5599 text="Join"/>
5600 <button
5601 index="1"
5602 name="Decline"
5603 text="Decline"/>
5604 <button
5605 index="2"
5606 name="Info"
5607 text="Info"/>
5608 </form>
5609 </notification>
5610
5611 <notification
5612 icon="notify.tga"
5613 name="TeleportOffered"
5614 type="notify">
5615[NAME] has offered to teleport you to his or her location:
5616
5617[MESSAGE]
5618 <form name="form">
5619 <button
5620 index="0"
5621 name="Teleport"
5622 text="Teleport"/>
5623 <button
5624 index="1"
5625 name="Cancel"
5626 text="Cancel"/>
5627 </form>
5628 </notification>
5629
5630 <notification
5631 icon="notify.tga"
5632 name="GotoURL"
5633 type="notify">
5634[MESSAGE]
5635[URL]
5636 <form name="form">
5637 <button
5638 index="0"
5639 name="Later"
5640 text="Later"/>
5641 <button
5642 index="1"
5643 name="GoNow..."
5644 text="Go Now..."/>
5645 </form>
5646 </notification>
5647
5648 <notification
5649 icon="notify.tga"
5650 name="OfferFriendship"
5651 type="notify">
5652[NAME] is offering friendship.
5653
5654[MESSAGE]
5655
5656(By default, you will be able to see each other&apos;s online status.)
5657 <form name="form">
5658 <button
5659 index="0"
5660 name="Accept"
5661 text="Accept"/>
5662 <button
5663 index="1"
5664 name="Decline"
5665 text="Decline"/>
5666 </form>
5667 </notification>
5668
5669 <notification
5670 icon="notify.tga"
5671 name="OfferFriendshipNoMessage"
5672 type="notify">
5673[NAME] is offering friendship.
5674
5675(By default, you will be able to see each other&apos;s online status.)
5676 <form name="form">
5677 <button
5678 index="0"
5679 name="Accept"
5680 text="Accept"/>
5681 <button
5682 index="1"
5683 name="Decline"
5684 text="Decline"/>
5685 </form>
5686 </notification>
5687
5688 <notification
5689 icon="notify.tga"
5690 name="FriendshipAccepted"
5691 type="notify">
5692[NAME] accepted your friendship offer.
5693 </notification>
5694
5695 <notification
5696 icon="notify.tga"
5697 name="FriendshipDeclined"
5698 type="notify">
5699[NAME] declined your friendship offer.
5700 </notification>
5701
5702 <notification
5703 icon="notify.tga"
5704 name="OfferCallingCard"
5705 type="notify">
5706[FIRST] [LAST] is offering their calling card.
5707This will add a bookmark in your inventory so you can quickly IM this resident.
5708 <form name="form">
5709 <button
5710 index="0"
5711 name="Accept"
5712 text="Accept"/>
5713 <button
5714 index="1"
5715 name="Decline"
5716 text="Decline"/>
5717 </form>
5718 </notification>
5719
5720 <notification
5721 icon="notify.tga"
5722 name="RegionRestartMinutes"
5723 priority="high"
5724 sound="UISndAlert"
5725 type="notify">
5726Region is restarting in [MINUTES] minutes.
5727If you remain in this region you will be logged out.
5728 </notification>
5729
5730 <notification
5731 icon="notify.tga"
5732 name="RegionRestartSeconds"
5733 priority="high"
5734 sound="UISndAlert"
5735 type="notify">
5736Region is restarting in [SECONDS] seconds.
5737If you remain in this region you will be logged out.
5738 </notification>
5739
5740 <notification
5741 icon="notify.tga"
5742 name="LoadWebPage"
5743 type="notify">
5744Load web page [URL]?
5745
5746[MESSAGE]
5747
5748From object: [OBJECTNAME], owner: [NAME]?
5749 <form name="form">
5750 <button
5751 index="0"
5752 name="Gotopage"
5753 text="Go to page"/>
5754 <button
5755 index="1"
5756 name="Cancel"
5757 text="Cancel"/>
5758 </form>
5759 </notification>
5760
5761 <notification
5762 icon="notify.tga"
5763 name="FailedToFindWearableUnnamed"
5764 type="notify">
5765Failed to find [TYPE] in database.
5766 </notification>
5767
5768 <notification
5769 icon="notify.tga"
5770 name="FailedToFindWearable"
5771 type="notify">
5772Failed to find [TYPE] named [DESC] in database.
5773 </notification>
5774
5775 <notification
5776 icon="notify.tga"
5777 name="InvalidWearable"
5778 type="notify">
5779 The item you are trying to wear uses a feature that your viewer can&apos;t read. Please upgrade your version of Second Life to wear this item.
5780 </notification>
5781
5782 <notification
5783 icon="notify.tga"
5784 name="ScriptQuestion"
5785 type="notify">
5786&apos;[OBJECTNAME]&apos;, an object owned by &apos;[NAME]&apos;, would like to:
5787
5788[QUESTIONS]
5789Is this OK?
5790 <form name="form">
5791 <button
5792 index="0"
5793 name="Yes"
5794 text="Yes"/>
5795 <button
5796 index="1"
5797 name="No"
5798 text="No"/>
5799 <button
5800 index="2"
5801 name="Mute"
5802 text="Mute"/>
5803 </form>
5804 </notification>
5805
5806 <notification
5807 icon="notify.tga"
5808 name="ScriptQuestionCaution"
5809 priority="high"
5810 type="notify">
5811&apos;[OBJECTNAME]&apos;, an object owned by &apos;[NAME]&apos;, would like to:
5812
5813[QUESTIONS]
5814If you do not trust this object and its creator, you should deny the request. For additional information, click the Details button.
5815
5816Grant this request?
5817 <form name="form">
5818 <button
5819 index="0"
5820 name="Grant"
5821 text="Grant"/>
5822 <button
5823 default="true"
5824 index="1"
5825 name="Deny"
5826 text="Deny"/>
5827 <button
5828 index="2"
5829 name="Details"
5830 text="Details..."/>
5831 </form>
5832 </notification>
5833
5834 <notification
5835 icon="notify.tga"
5836 name="ScriptDialog"
5837 type="notify">
5838[FIRST] [LAST]&apos;s &apos;[TITLE]&apos;
5839[MESSAGE]
5840 <form name="form">
5841 <button
5842 index="-1"
5843 name="Ignore"
5844 text="Ignore"/>
5845 </form>
5846 </notification>
5847
5848 <notification
5849 icon="notify.tga"
5850 name="ScriptDialogGroup"
5851 type="notify">
5852[GROUPNAME]&apos;s &apos;[TITLE]&apos;
5853[MESSAGE]
5854 <form name="form">
5855 <button
5856 index="-1"
5857 name="Ignore"
5858 text="Ignore"/>
5859 </form>
5860 </notification>
5861
5862 <notification
5863 icon="notify.tga"
5864 name="FirstBalanceIncrease"
5865 type="notify">
5866You just received L$[AMOUNT].
5867Objects and other users may give you L$.
5868Your balance is shown in the upper-right corner of the screen.
5869 </notification>
5870
5871 <notification
5872 icon="notify.tga"
5873 name="FirstBalanceDecrease"
5874 type="notify">
5875You just paid L$[AMOUNT].
5876Your balance is shown in the upper-right corner of the screen.
5877 </notification>
5878
5879 <notification
5880 icon="notify.tga"
5881 name="FirstSit"
5882 type="notify">
5883You are sitting.
5884Use the arrow keys (or AWSD) to change the view.
5885Click the &apos;Stand Up&apos; button to get up.
5886 </notification>
5887
5888 <notification
5889 icon="notify.tga"
5890 name="FirstMap"
5891 type="notify">
5892Click and drag to scroll the map.
5893Double-click to teleport.
5894Use the controls on the right to find things and display different backgrounds.
5895 </notification>
5896
5897 <notification
5898 icon="notify.tga"
5899 name="FirstBuild"
5900 type="notify">
5901You can build new objects in some areas of [SECOND_LIFE].
5902Use the tools in the upper left to build, and try holding down Ctrl or Alt to rapidly switch tools.
5903Press Esc to stop building.
5904 </notification>
5905
5906 <notification
5907 icon="notify.tga"
5908 name="FirstLeftClickNoHit"
5909 type="notify">
5910Left-clicking interacts with special objects.
5911If the mouse pointer changes to a hand, you can interact with the object.
5912Right-click always shows a menu of things you can do.
5913 </notification>
5914
5915 <notification
5916 icon="notify.tga"
5917 name="FirstTeleport"
5918 type="notify">
5919This region doesn&apos;t allow point-to-point teleports, so you&apos;ve been transported to the nearest telehub.
5920Your destination is marked with a tall beacon.
5921Follow the red arrow to the beacon, or click the arrow to dismiss the beacon.
5922 </notification>
5923
5924 <notification
5925 icon="notify.tga"
5926 name="FirstOverrideKeys"
5927 type="notify">
5928Your movement keys are now being handled by an object.
5929Try the arrow keys or AWSD to see what they do.
5930Some objects (like guns) require you to go into mouselook to use them.
5931Press &apos;M&apos; to do this.
5932 </notification>
5933
5934 <notification
5935 icon="notify.tga"
5936 name="FirstAppearance"
5937 type="notify">
5938You are editing your appearance.
5939To rotate and zoom view, use the arrow keys.
5940When you are finished, press &apos;Save All&apos; to save your look and exit.
5941You can edit your appearance as often as you like.
5942 </notification>
5943
5944 <notification
5945 icon="notify.tga"
5946 name="FirstInventory"
5947 type="notify">
5948This is your inventory, which contains objects, notecards, clothing, and other things you own.
5949* To wear an object or outfit folder, drag it onto yourself.
5950* To bring an object into the world, drag it onto the ground.
5951* To read a notecard, double-click it.
5952 </notification>
5953
5954 <notification
5955 icon="notify.tga"
5956 name="FirstSandbox"
5957 type="notify">
5958This is a sandbox region.
5959Objects you build here may be deleted after you leave the area, Sandboxes clean on a regular basis, please refer to the information at the top of the screen next to the region name.
5960
5961Sandbox regions are uncommon, and are marked with signs.
5962 </notification>
5963
5964 <notification
5965 icon="notify.tga"
5966 name="FirstFlexible"
5967 type="notify">
5968This object is flexible.
5969Flexible objects may not be physical and must be phantom until the flexible checkbox is unchecked.
5970 </notification>
5971
5972 <notification
5973 icon="notify.tga"
5974 name="FirstDebugMenus"
5975 type="notify">
5976You have enabled the Advanced menu.
5977This menu contains features useful for developers debugging Second Life.
5978To toggle this menu on Windows press Ctrl-Alt-D. On Mac press Cmd-Opt-Shift-D.
5979 </notification>
5980
5981 <notification
5982 icon="notify.tga"
5983 name="FirstSculptedPrim"
5984 type="notify">
5985You are editing a sculpted prim.
5986Sculpted prims require a special texture to specify their shape.
5987You can find example sculpted textures in the inventory library.
5988 </notification>
5989
5990 <notification
5991 icon="notify.tga"
5992 name="FirstMedia"
5993 type="notify">
5994You have begun playing media. Media can set to play automatically in the preferences window under Audio / Video. Note that this can be a security risk for media sites you do not trust.
5995 </notification>
5996
5997 <notification
5998 icon="notifytip.tga"
5999 name="MaxListSelectMessage"
6000 type="notifytip">
6001You may only select up to [MAX_SELECT] items from this list.
6002 </notification>
6003
6004 <notification
6005 icon="notify.tga"
6006 name="VoiceInviteP2P"
6007 type="notify">
6008[NAME] is inviting you to a Voice Chat call.
6009Click Accept to join the call or Decline to decline the invitation. Click Mute to mute this caller.
6010 <unique>
6011 <context key="NAME"/>
6012 </unique>
6013 <form name="form">
6014 <button
6015 index="0"
6016 name="Accept"
6017 text="Accept"/>
6018 <button
6019 index="1"
6020 name="Decline"
6021 text="Decline"/>
6022 <button
6023 index="2"
6024 name="Mute"
6025 text="Mute"/>
6026 </form>
6027 </notification>
6028
6029 <notification
6030 icon="notify.tga"
6031 name="AutoUnmuteByIM"
6032 type="notify">
6033[FIRST] [LAST] was sent an instant message and has been automatically unmuted.
6034 </notification>
6035
6036 <notification
6037 icon="notify.tga"
6038 name="AutoUnmuteByMoney"
6039 type="notify">
6040[FIRST] [LAST] was given money and has been automatically unmuted.
6041 </notification>
6042
6043 <notification
6044 icon="notify.tga"
6045 name="AutoUnmuteByInventory"
6046 type="notify">
6047[FIRST] [LAST] was offered inventory and has been automatically unmuted.
6048 </notification>
6049
6050 <notification
6051 icon="notify.tga"
6052 name="VoiceInviteGroup"
6053 type="notify">
6054[NAME] has joined a Voice Chat call with the group [GROUP].
6055Click Accept to join the call or Decline to decline the invitation. Click Mute to mute this caller.
6056 <unique>
6057 <context key="NAME"/>
6058 <context key="GROUP"/>
6059 </unique>
6060 <form name="form">
6061 <button
6062 index="0"
6063 name="Accept"
6064 text="Accept"/>
6065 <button
6066 index="1"
6067 name="Decline"
6068 text="Decline"/>
6069 <button
6070 index="2"
6071 name="Mute"
6072 text="Mute"/>
6073 </form>
6074 </notification>
6075
6076 <notification
6077 icon="notify.tga"
6078 name="VoiceInviteAdHoc"
6079 type="notify">
6080[NAME] has joined a Voice Chat call with a conference chat...
6081Click Accept to join the call or Decline to decline the invitation. Click Mute to mute this user.
6082 <unique>
6083 <context key="NAME"/>
6084 </unique>
6085 <form name="form">
6086 <button
6087 index="0"
6088 name="Accept"
6089 text="Accept"/>
6090 <button
6091 index="1"
6092 name="Decline"
6093 text="Decline"/>
6094 <button
6095 index="2"
6096 name="Mute"
6097 text="Mute"/>
6098 </form>
6099 </notification>
6100
6101 <notification
6102 icon="notify.tga"
6103 name="InviteAdHoc"
6104 type="notify">
6105[NAME] is inviting you to a conference chat.
6106Click Accept to join the chat or Decline to decline the invitation. Click Mute to mute this user.
6107 <unique>
6108 <context key="NAME"/>
6109 </unique>
6110 <form name="form">
6111 <button
6112 index="0"
6113 name="Accept"
6114 text="Accept"/>
6115 <button
6116 index="1"
6117 name="Decline"
6118 text="Decline"/>
6119 <button
6120 index="2"
6121 name="Mute"
6122 text="Mute"/>
6123 </form>
6124 </notification>
6125
6126 <notification
6127 icon="notifytip.tga"
6128 name="VoiceChannelFull"
6129 type="notifytip">
6130The voice call you are trying to join, [VOICE_CHANNEL_NAME], has reached maximum capacity. Please try again later.
6131 <unique>
6132 <context key="VOICE_CHANNEL_NAME"/>
6133 </unique>
6134 </notification>
6135
6136 <notification
6137 icon="notifytip.tga"
6138 name="ProximalVoiceChannelFull"
6139 type="notifytip">
6140We&apos;re sorry. This area has reached maximum capacity for voice conversations. Please try to use voice in another area.
6141 <unique/>
6142 </notification>
6143
6144 <notification
6145 icon="notifytip.tga"
6146 name="VoiceChannelDisconnected"
6147 type="notifytip">
6148You have been disconnected from [VOICE_CHANNEL_NAME]. You will now be reconnected to spatial voice chat.
6149 <unique>
6150 <context key="VOICE_CHANNEL_NAME"/>
6151 </unique>
6152 </notification>
6153
6154 <notification
6155 icon="notifytip.tga"
6156 name="VoiceChannelDisconnectedP2P"
6157 type="notifytip">
6158[VOICE_CHANNEL_NAME] has ended the call. You will now be reconnected to spatial voice chat.
6159 <unique>
6160 <context key="VOICE_CHANNEL_NAME"/>
6161 </unique>
6162 </notification>
6163
6164 <notification
6165 icon="notifytip.tga"
6166 name="P2PCallDeclined"
6167 type="notifytip">
6168[VOICE_CHANNEL_NAME] has declined your call. You will now be reconnected to spatial voice chat.
6169 <unique>
6170 <context key="VOICE_CHANNEL_NAME"/>
6171 </unique>
6172 </notification>
6173
6174 <notification
6175 icon="notifytip.tga"
6176 name="P2PCallNoAnswer"
6177 type="notifytip">
6178[VOICE_CHANNEL_NAME] is not available to take your call. You will now be reconnected to spatial voice chat.
6179 <unique>
6180 <context key="VOICE_CHANNEL_NAME"/>
6181 </unique>
6182 </notification>
6183
6184 <notification
6185 icon="notifytip.tga"
6186 name="VoiceChannelJoinFailed"
6187 type="notifytip">
6188Failed to connect to [VOICE_CHANNEL_NAME], please try again later. You will now be reconnected to spatial voice chat.
6189 <unique>
6190 <context key="VOICE_CHANNEL_NAME"/>
6191 </unique>
6192 </notification>
6193
6194 <notification
6195 duration="10"
6196 icon="notifytip.tga"
6197 name="VoiceLoginRetry"
6198 type="notifytip">
6199We are creating a voice channel for you. This may take up to one minute.
6200 <unique/>
6201 </notification>
6202
6203 <notification
6204 icon="notifytip.tga"
6205 name="Cannot enter parcel: not a group member"
6206 type="notifytip">
6207Cannot enter parcel, you are not a member of the appropriate group.
6208 </notification>
6209
6210 <notification
6211 icon="notifytip.tga"
6212 name="Cannot enter parcel: banned"
6213 type="notifytip">
6214Cannot enter parcel, you have been banned.
6215 </notification>
6216
6217 <notification
6218 icon="notifytip.tga"
6219 name="Cannot enter parcel: not on access list"
6220 type="notifytip">
6221Cannot enter parcel, you are not on the access list.
6222 </notification>
6223
6224 <notification
6225 icon="notifytip.tga"
6226 name="VoiceNotAllowed"
6227 type="notifytip">
6228You do not have permission to connect to voice chat for [VOICE_CHANNEL_NAME].
6229 <unique>
6230 <context key="VOICE_CHANNEL_NAME"/>
6231 </unique>
6232 </notification>
6233
6234 <notification
6235 icon="notifytip.tga"
6236 name="VoiceCallGenericError"
6237 type="notifytip">
6238An error has occurred while trying to connect to voice chat for [VOICE_CHANNEL_NAME]. Please try again later.
6239 <unique>
6240 <context key="VOICE_CHANNEL_NAME"/>
6241 </unique>
6242 </notification>
6243
6244 <notification
6245 duration="10"
6246 icon="notifytip.tga"
6247 name="ServerVersionChanged"
6248 priority="high"
6249 type="notifytip">
6250The region you have entered is running a different simulator version. Click this message for details.
6251 </notification>
6252
6253 <notification
6254 icon="notifytip.tga"
6255 name="UnableToOpenCommandURL"
6256 priority="high"
6257 type="notifytip">
6258The URL you clicked cannot be opened from this web browser.
6259 </notification>
6260
6261 <global name="UnsupportedCPU">
6262- Your CPU speed does not meet the minimum requirements.
6263 </global>
6264
6265 <global name="UnsupportedGLRequirements">
6266You do not appear to have the proper hardware requirements for Second Life. Second Life requires an OpenGL graphics card that has multitexture support. If this is the case, you may want to make sure that you have the latest drivers for your graphics card, and service packs and patches for your operating system.
6267
6268If you continue to have problems, please visit: http://www.secondlife.com/support
6269 </global>
6270
6271 <global name="UnsupportedCPUAmount">
6272796
6273 </global>
6274
6275 <global name="UnsupportedRAMAmount">
6276510
6277 </global>
6278
6279 <global name="UnsupportedGPU">
6280- Your graphics card does not meet the minimum requirements.
6281 </global>
6282
6283 <global name="UnsupportedRAM">
6284- Your system memory does not meet the minimum requirements.
6285 </global>
6286
6287 <global name="PermYes">
6288Yes
6289 </global>
6290
6291 <global name="PermNo">
6292No
6293 </global>
6294</notifications>
6295