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