diff options
author | Jacek Antonelli | 2008-08-15 23:44:46 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:46 -0500 |
commit | 38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4 (patch) | |
tree | adca584755d22ca041a2dbfc35d4eca01f70b32c /linden/indra/newview/skins/xui/en-us/alerts.xml | |
parent | README.txt (diff) | |
download | meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.zip meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.tar.gz meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.tar.bz2 meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.tar.xz |
Second Life viewer sources 1.13.2.12
Diffstat (limited to 'linden/indra/newview/skins/xui/en-us/alerts.xml')
-rw-r--r-- | linden/indra/newview/skins/xui/en-us/alerts.xml | 4279 |
1 files changed, 4279 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/xui/en-us/alerts.xml b/linden/indra/newview/skins/xui/en-us/alerts.xml new file mode 100644 index 0000000..0030cfb --- /dev/null +++ b/linden/indra/newview/skins/xui/en-us/alerts.xml | |||
@@ -0,0 +1,4279 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <alerts> | ||
3 | <alert modal="true" name="MissingAlert"> | ||
4 | <message name="message"> | ||
5 | [ALERT_NAME] is missing from alerts.xml! | ||
6 | </message> | ||
7 | <option name="OK"> | ||
8 | OK | ||
9 | </option> | ||
10 | </alert> | ||
11 | <alert modal="true" name="FloaterNotFound"> | ||
12 | <message name="message"> | ||
13 | Floater error: Could not find the following controls: | ||
14 | |||
15 | [CONTROLS] | ||
16 | </message> | ||
17 | <option name="OK"> | ||
18 | OK | ||
19 | </option> | ||
20 | </alert> | ||
21 | <alert modal="false" name="MOTD" title="Message of the Day"> | ||
22 | <message name="message"> | ||
23 | [MOTD] | ||
24 | </message> | ||
25 | </alert> | ||
26 | <alert modal="true" name="GenericAlert"> | ||
27 | <message name="message"> | ||
28 | [MESSAGE] | ||
29 | </message> | ||
30 | </alert> | ||
31 | <alert modal="true" name="GenericAlertYesCancel"> | ||
32 | <message name="message"> | ||
33 | [MESSAGE] | ||
34 | </message> | ||
35 | <option name="Yes"> | ||
36 | Yes | ||
37 | </option> | ||
38 | <option name="Cancel"> | ||
39 | Cancel | ||
40 | </option> | ||
41 | </alert> | ||
42 | <alert modal="true" name="GenericServerAlert"> | ||
43 | <message name="message"> | ||
44 | [MESSAGE] | ||
45 | </message> | ||
46 | </alert> | ||
47 | <alert modal="true" name="ConnectTimeout"> | ||
48 | <message name="message"> | ||
49 | Unable to connect to [SECOND_LIFE]. | ||
50 | The system may be down. | ||
51 | Please try again in a few minutes, or click Help | ||
52 | for advice and a link to the system status web page. | ||
53 | </message> | ||
54 | <option name="OK"> | ||
55 | OK | ||
56 | </option> | ||
57 | <option name="Help"> | ||
58 | Help | ||
59 | </option> | ||
60 | </alert> | ||
61 | <alert modal="true" name="RemoveWearableSave"> | ||
62 | <message name="message"> | ||
63 | Save changes to current clothing/body part? | ||
64 | </message> | ||
65 | <option name="Save"> | ||
66 | Save | ||
67 | </option> | ||
68 | <option name="Don'tSave"> | ||
69 | Don't Save | ||
70 | </option> | ||
71 | <option name="Cancel"> | ||
72 | Cancel | ||
73 | </option> | ||
74 | </alert> | ||
75 | <alert modal="true" name="SetWearableSave"> | ||
76 | <message name="message"> | ||
77 | Save changes to current clothing/body part? | ||
78 | </message> | ||
79 | <option name="Save"> | ||
80 | Save | ||
81 | </option> | ||
82 | <option name="Don'tSave"> | ||
83 | Don't Save | ||
84 | </option> | ||
85 | <option name="Cancel"> | ||
86 | Cancel | ||
87 | </option> | ||
88 | </alert> | ||
89 | <alert modal="true" name="CompileQueueSaveText"> | ||
90 | <message name="message"> | ||
91 | There was a problem uploading the text for a script due to the following reason: [REASON]. Please try again later. | ||
92 | </message> | ||
93 | </alert> | ||
94 | <alert modal="true" name="CompileQueueSaveBytecode"> | ||
95 | <message name="message"> | ||
96 | There was a problem uploading the compiled script due to the following reason: [REASON]. Please try again later. | ||
97 | </message> | ||
98 | </alert> | ||
99 | <alert modal="true" name="WriteAnimationFail"> | ||
100 | <message name="message"> | ||
101 | Failure writing animation data. | ||
102 | </message> | ||
103 | </alert> | ||
104 | <alert modal="true" name="UploadAuctionSnapshotFail"> | ||
105 | <message name="message"> | ||
106 | There was a problem uploading the auction snapshot due to the following reason: [REASON] | ||
107 | </message> | ||
108 | </alert> | ||
109 | <alert modal="true" name="UnableToViewContentsMoreThanOne"> | ||
110 | <message name="message"> | ||
111 | Unable to view the contents of more than one item at a time. | ||
112 | Please select only one object and try again. | ||
113 | </message> | ||
114 | </alert> | ||
115 | <alert modal="true" name="MustSupplyVoteProposal"> | ||
116 | <message name="message"> | ||
117 | You must supply a proposal for the vote. | ||
118 | Enter a brief description of the group's purpose. | ||
119 | </message> | ||
120 | </alert> | ||
121 | <alert modal="true" name="InsufficientFunds"> | ||
122 | <message name="message"> | ||
123 | Insufficient funds. | ||
124 | </message> | ||
125 | </alert> | ||
126 | <alert modal="true" name="CharacterSnapshotSaved"> | ||
127 | <message name="message"> | ||
128 | A snapshot of your character has been saved. | ||
129 | |||
130 | Visit the Webpage Studio exhibit to see it. | ||
131 | </message> | ||
132 | </alert> | ||
133 | <alert modal="true" name="SaveClothingBodyChanges"> | ||
134 | <message name="message"> | ||
135 | Save all changes to clothing/body parts? | ||
136 | </message> | ||
137 | <option name="SaveAll"> | ||
138 | Save All | ||
139 | </option> | ||
140 | <option name="Don'tSave"> | ||
141 | Don't Save | ||
142 | </option> | ||
143 | <option name="Cancel"> | ||
144 | Cancel | ||
145 | </option> | ||
146 | </alert> | ||
147 | <alert modal="true" name="GrantModifyRights"> | ||
148 | <message name="message"> | ||
149 | Granting modify rights to another resident allows them to change | ||
150 | ANY objects you may have in-world. Be VERY careful when handing | ||
151 | out this permission. | ||
152 | Do you want to grant modify rights for [FIRST_NAME] [LAST_NAME]? | ||
153 | </message> | ||
154 | <option name="Yes"> | ||
155 | Yes | ||
156 | </option> | ||
157 | <option name="No"> | ||
158 | No | ||
159 | </option> | ||
160 | </alert> | ||
161 | <alert modal="true" name="RevokeModifyRights"> | ||
162 | <message name="message"> | ||
163 | Do you want to revoke modify rights for [FIRST_NAME] [LAST_NAME]? | ||
164 | </message> | ||
165 | <option name="Yes"> | ||
166 | Yes | ||
167 | </option> | ||
168 | <option name="No"> | ||
169 | No | ||
170 | </option> | ||
171 | </alert> | ||
172 | <alert modal="true" name="RemoveFriend"> | ||
173 | <message name="message"> | ||
174 | Do you want to remove [FIRST] [LAST] from your friends? | ||
175 | </message> | ||
176 | <option name="Remove"> | ||
177 | Remove | ||
178 | </option> | ||
179 | <option name="Cancel"> | ||
180 | Cancel | ||
181 | </option> | ||
182 | </alert> | ||
183 | <alert modal="true" name="GroupCreateSuccess"> | ||
184 | <message name="message"> | ||
185 | Group created successfully. | ||
186 | </message> | ||
187 | </alert> | ||
188 | <alert modal="true" name="UnableToCreateGroup"> | ||
189 | <message name="message"> | ||
190 | Unable to create group. | ||
191 | [MESSAGE] | ||
192 | </message> | ||
193 | <option name="OK"> | ||
194 | OK | ||
195 | </option> | ||
196 | </alert> | ||
197 | <alert modal="true" name="PanelGroupApply"> | ||
198 | <message name="message"> | ||
199 | [NEEDS_APPLY_MESSAGE] | ||
200 | [WANT_APPLY_MESSAGE] | ||
201 | </message> | ||
202 | <option name="ApplyChanges"> | ||
203 | Apply Changes | ||
204 | </option> | ||
205 | <option name="IgnoreChanges"> | ||
206 | Ignore Changes | ||
207 | </option> | ||
208 | <option name="Cancel"> | ||
209 | Cancel | ||
210 | </option> | ||
211 | </alert> | ||
212 | <alert modal="true" name="CreateGroupCanAfford"> | ||
213 | <message name="message"> | ||
214 | Creating a group costs L$[COST]. | ||
215 | |||
216 | To maintain the group for more than three days, | ||
217 | you must reach a total of three or more members. | ||
218 | |||
219 | Create group? | ||
220 | </message> | ||
221 | <option name="Create"> | ||
222 | Create | ||
223 | </option> | ||
224 | <option name="Cancel"> | ||
225 | Cancel | ||
226 | </option> | ||
227 | </alert> | ||
228 | <alert modal="true" name="CreateGroupCannotAfford"> | ||
229 | <message name="message"> | ||
230 | Creating a group costs L$[COST]. | ||
231 | You do not have enough money to create this group. | ||
232 | </message> | ||
233 | </alert> | ||
234 | <alert modal="true" name="GroupNameTooShort"> | ||
235 | <message name="message"> | ||
236 | Group names must be at least four letters long. | ||
237 | </message> | ||
238 | </alert> | ||
239 | <alert modal="true" name="GroupNameUsesReservedWord"> | ||
240 | <message name="message"> | ||
241 | The group name uses a reserved word. Please | ||
242 | choose a different name. | ||
243 | </message> | ||
244 | </alert> | ||
245 | <alert modal="true" name="MustSpecifyGroupNoticeSubject"> | ||
246 | <message name="message"> | ||
247 | You must specify a subject to send a group notice. | ||
248 | </message> | ||
249 | <option name="OK"> | ||
250 | OK | ||
251 | </option> | ||
252 | </alert> | ||
253 | <alert modal="true" name="MustSupplyGroupCharter"> | ||
254 | <message name="message"> | ||
255 | You must supply a charter for the group. | ||
256 | Enter a brief description of the group's purpose. | ||
257 | </message> | ||
258 | </alert> | ||
259 | <alert modal="true" name="AddGroupOwnerWarning"> | ||
260 | <message name="message"> | ||
261 | You are about to add group members to the role of [ROLE_NAME]. | ||
262 | Members cannot be removed from that role. | ||
263 | The members must resign from the role themselves. | ||
264 | Are you sure you want to continue? | ||
265 | </message> | ||
266 | <ignore> | ||
267 | When adding group members to the owner role | ||
268 | </ignore> | ||
269 | <option name="Yes"> | ||
270 | Yes | ||
271 | </option> | ||
272 | <option name="No"> | ||
273 | No | ||
274 | </option> | ||
275 | </alert> | ||
276 | <alert modal="true" name="AssignDangerousActionWarning"> | ||
277 | <message name="message"> | ||
278 | You are about to add the Ability '[ACTION_NAME]' to the | ||
279 | Role '[ROLE_NAME]'. | ||
280 | |||
281 | *WARNING* | ||
282 | Any Member in a Role with this Ability can assign themselves-- | ||
283 | and any other member--to Roles that have more powers than they | ||
284 | currently have, potentially elevating themselves to | ||
285 | near-Owner power. Be sure you know what you're doing before | ||
286 | assigning this Ability. | ||
287 | |||
288 | Add this Ability to '[ROLE_NAME]'? | ||
289 | </message> | ||
290 | <option name="Yes"> | ||
291 | Yes | ||
292 | </option> | ||
293 | <option default="true" name="No"> | ||
294 | No | ||
295 | </option> | ||
296 | </alert> | ||
297 | <alert modal="true" name="AssignDangerousAbilityWarning"> | ||
298 | <message name="message"> | ||
299 | You are about to add the Ability '[ACTION_NAME]' to the | ||
300 | Role '[ROLE_NAME]'. | ||
301 | |||
302 | *WARNING* | ||
303 | Any Member in a Role with this Ability can assign themselves-- | ||
304 | and any other member--all Abilities, elevating themselves | ||
305 | to near-Owner power. | ||
306 | |||
307 | Add this Ability to '[ROLE_NAME]'? | ||
308 | </message> | ||
309 | <option name="Yes"> | ||
310 | Yes | ||
311 | </option> | ||
312 | <option default="true" name="No"> | ||
313 | No | ||
314 | </option> | ||
315 | </alert> | ||
316 | <alert modal="true" name="ClickPublishHelpGroup"> | ||
317 | <message name="message"> | ||
318 | Selecting the "Publish on the Web" option allows us to publish | ||
319 | the group name, insignia, charter, titles, and founder on the | ||
320 | [SECOND_LIFE] website. You are responsible for indicating if any | ||
321 | of the above content is considered Mature according to the | ||
322 | Community Standards. | ||
323 | </message> | ||
324 | </alert> | ||
325 | <alert modal="true" name="ClickPublishHelpLand"> | ||
326 | <message name="message"> | ||
327 | Selecting the "Publish on the Web" option allows us to publish | ||
328 | the name, description, snapshot and location of this parcel on the | ||
329 | [SECOND_LIFE] website. You are responsible for indicating if any | ||
330 | of the above content is considered Mature according to the | ||
331 | Community Standards. | ||
332 | </message> | ||
333 | </alert> | ||
334 | <alert modal="true" name="ClickPublishHelpPostcard"> | ||
335 | <message name="message"> | ||
336 | Selecting the "Publish on the Web" option allows us to publish | ||
337 | the photographer's [SECOND_LIFE] name, subject line, location, message and | ||
338 | snapshot on the [SECOND_LIFE] website. You are responsible for indicating if any | ||
339 | of the above content for each snapshot is considered Mature according to the | ||
340 | Community Standards. | ||
341 | </message> | ||
342 | </alert> | ||
343 | <alert modal="true" name="ClickPublishHelpAvatar"> | ||
344 | <message name="message"> | ||
345 | Selecting the "Publish on the Web" option allows us to publish | ||
346 | your name, image, and 'About' text on the [SECOND_LIFE] website. | ||
347 | </message> | ||
348 | </alert> | ||
349 | <alert modal="true" name="ClickWebProfileHelpAvatar"> | ||
350 | <message name="message"> | ||
351 | If this resident has a web profile URL set then you can: | ||
352 | * Click Load to load the page with the embedded web browser. | ||
353 | * Click Open to view externally in your default web browser. | ||
354 | |||
355 | When viewing your profile you can enter any URL as your Web Profile. | ||
356 | Residents can visit the URL you specify when they view your profile. | ||
357 | </message> | ||
358 | </alert> | ||
359 | <alert modal="true" name="ClickWebProfileNoWebHelpAvatar"> | ||
360 | <message name="message"> | ||
361 | If this resident has a web profile URL set then you can: | ||
362 | * Click Open to view externally in your default web browser. | ||
363 | |||
364 | When viewing your profile you can enter any URL as your Web Profile. | ||
365 | Residents can visit the URL you specify when they view your profile. | ||
366 | </message> | ||
367 | </alert> | ||
368 | <alert modal="true" name="ReputationMinGreaterThanMax"> | ||
369 | <message name="message"> | ||
370 | Reputation minimum is greater than maximum. | ||
371 | Either lower the minimum or raise the maximum. | ||
372 | </message> | ||
373 | </alert> | ||
374 | <alert modal="true" name="MoneyMinGreaterThanMax"> | ||
375 | <message name="message"> | ||
376 | Money minimum is greater than maximum. | ||
377 | Either lower the minimum or raise the maximum. | ||
378 | </message> | ||
379 | </alert> | ||
380 | <alert modal="true" name="OfficerTitleTooLong"> | ||
381 | <message name="message"> | ||
382 | Officer titles can be at most 20 characters long. | ||
383 | Please choose a shorter title. | ||
384 | </message> | ||
385 | </alert> | ||
386 | <alert modal="true" name="MemberTitleTooLong"> | ||
387 | <message name="message"> | ||
388 | Member titles can be at most 20 characters long. | ||
389 | Please choose a shorter title. | ||
390 | </message> | ||
391 | </alert> | ||
392 | <alert modal="true" name="RunningLocally"> | ||
393 | <message name="message"> | ||
394 | Running locally... | ||
395 | Gets you no data. | ||
396 | </message> | ||
397 | <option name="OK"> | ||
398 | OK | ||
399 | </option> | ||
400 | </alert> | ||
401 | <alert modal="true" name="EjectNoMemberSelected"> | ||
402 | <message name="message"> | ||
403 | No member selected to eject. | ||
404 | </message> | ||
405 | <option name="OK"> | ||
406 | OK | ||
407 | </option> | ||
408 | </alert> | ||
409 | <alert modal="true" name="ConfirmEject"> | ||
410 | <message name="message"> | ||
411 | This will eject [MEMBER] from the group. | ||
412 | Do you wish to proceed? | ||
413 | </message> | ||
414 | <option name="Eject"> | ||
415 | Eject | ||
416 | </option> | ||
417 | <option name="Cancel"> | ||
418 | Cancel | ||
419 | </option> | ||
420 | </alert> | ||
421 | <alert modal="true" name="JoinGroupCanAfford"> | ||
422 | <message name="message"> | ||
423 | Joining this group costs L$[COST]. | ||
424 | Do you wish to proceed? | ||
425 | </message> | ||
426 | <option name="Join"> | ||
427 | Join | ||
428 | </option> | ||
429 | <option name="Cancel"> | ||
430 | Cancel | ||
431 | </option> | ||
432 | </alert> | ||
433 | <alert modal="true" name="JoinGroupCannotAfford"> | ||
434 | <message name="message"> | ||
435 | Joining this group costs L$[COST]. | ||
436 | You do not have a sufficient balance to join this group. | ||
437 | </message> | ||
438 | </alert> | ||
439 | <alert modal="true" name="LandBuyPass"> | ||
440 | <message name="message"> | ||
441 | For L$[COST] you can enter this land ('[PARCEL_NAME]') | ||
442 | for [TIME] hours. Buy a pass? | ||
443 | </message> | ||
444 | <option name="OK"> | ||
445 | OK | ||
446 | </option> | ||
447 | <option name="Cancel"> | ||
448 | Cancel | ||
449 | </option> | ||
450 | </alert> | ||
451 | <alert modal="true" name="CannotStartAuctionAlreadyForSale"> | ||
452 | <message name="message"> | ||
453 | You cannot start an auction on a parcel which is | ||
454 | already set for sale. Disable the land sale if you | ||
455 | are sure you want to start an auction. | ||
456 | </message> | ||
457 | </alert> | ||
458 | <alert modal="true" name="SalePriceRestriction"> | ||
459 | <message name="message"> | ||
460 | Sale price must be set to > L$0 if selling to anybody. | ||
461 | Please select an individual to sell to if selling for L$0. | ||
462 | </message> | ||
463 | </alert> | ||
464 | <alert modal="true" name="ConfirmLandSaleChange"> | ||
465 | <message name="message"> | ||
466 | The selected [LAND_SIZE] sq. m. land is being set for sale. | ||
467 | Your selling price will be L$[SALE_PRICE] and will be authorized for sale to [NAME]. | ||
468 | |||
469 | Would you like to continue making this change? | ||
470 | </message> | ||
471 | <option name="Continue"> | ||
472 | Continue | ||
473 | </option> | ||
474 | <option default="true" name="Cancel"> | ||
475 | Cancel | ||
476 | </option> | ||
477 | </alert> | ||
478 | <alert modal="true" name="ReturnObjectsDeededToGroup"> | ||
479 | <message name="message"> | ||
480 | Are you sure you want to return all objects shared with | ||
481 | the group '[NAME]' on this parcel of land | ||
482 | back to their previous owner's inventory? | ||
483 | |||
484 | *WARNING* This will delete the non-transferable objects | ||
485 | deeded to the group! | ||
486 | |||
487 | Objects: [N] | ||
488 | </message> | ||
489 | <option name="Return"> | ||
490 | Return | ||
491 | </option> | ||
492 | <option name="Cancel"> | ||
493 | Cancel | ||
494 | </option> | ||
495 | </alert> | ||
496 | <alert modal="true" name="ReturnObjectsOwnedByUser"> | ||
497 | <message name="message"> | ||
498 | Are you sure you want to return all objects owned by the | ||
499 | resident '[NAME]' on this parcel of land | ||
500 | back to their inventory? | ||
501 | |||
502 | Objects: [N] | ||
503 | </message> | ||
504 | <option name="Return"> | ||
505 | Return | ||
506 | </option> | ||
507 | <option name="Cancel"> | ||
508 | Cancel | ||
509 | </option> | ||
510 | </alert> | ||
511 | <alert modal="true" name="ReturnObjectsOwnedBySelf"> | ||
512 | <message name="message"> | ||
513 | Are you sure you want to return all objects | ||
514 | owned by you on this parcel of land back to | ||
515 | your inventory? | ||
516 | |||
517 | Objects: [N] | ||
518 | </message> | ||
519 | <option name="Return"> | ||
520 | Return | ||
521 | </option> | ||
522 | <option name="Cancel"> | ||
523 | Cancel | ||
524 | </option> | ||
525 | </alert> | ||
526 | <alert modal="true" name="ReturnObjectsNotOwnedBySelf"> | ||
527 | <message name="message"> | ||
528 | Are you sure you want to return all objects NOT owned | ||
529 | by you on this parcel of land back to their owner's inventory? | ||
530 | Transferable objects deeded to a group will be | ||
531 | returned to their previous owners. | ||
532 | |||
533 | *WARNING* This will delete the non-transferable objects | ||
534 | deeded to the group! | ||
535 | |||
536 | Objects: [N] | ||
537 | </message> | ||
538 | <option name="Return"> | ||
539 | Return | ||
540 | </option> | ||
541 | <option name="Cancel"> | ||
542 | Cancel | ||
543 | </option> | ||
544 | </alert> | ||
545 | <alert modal="true" name="ReturnObjectsNotOwnedByUser"> | ||
546 | <message name="message"> | ||
547 | Are you sure you want to return all objects NOT owned | ||
548 | by [NAME] on this parcel of land back to their owner's inventory? | ||
549 | Transferable objects deeded to a group will be | ||
550 | returned to their previous owners. | ||
551 | |||
552 | *WARNING* This will delete the non-transferable objects | ||
553 | deeded to the group! | ||
554 | |||
555 | Objects: [N] | ||
556 | </message> | ||
557 | <option name="Return"> | ||
558 | Return | ||
559 | </option> | ||
560 | <option name="Cancel"> | ||
561 | Cancel | ||
562 | </option> | ||
563 | </alert> | ||
564 | <alert modal="true" name="ReturnAllTopObjects"> | ||
565 | <message name="message"> | ||
566 | Are you sure you want to return all objects | ||
567 | in this region back to their owner's inventory? | ||
568 | </message> | ||
569 | <option name="Return"> | ||
570 | Return | ||
571 | </option> | ||
572 | <option name="Cancel"> | ||
573 | Cancel | ||
574 | </option> | ||
575 | </alert> | ||
576 | <alert modal="true" name="DisableAllTopObjects"> | ||
577 | <message name="message"> | ||
578 | Are you sure you want to disable all objects in this region? | ||
579 | </message> | ||
580 | <option name="Disable"> | ||
581 | Disable | ||
582 | </option> | ||
583 | <option name="Cancel"> | ||
584 | Cancel | ||
585 | </option> | ||
586 | </alert> | ||
587 | <alert modal="true" name="ReturnObjectsNotOwnedByGroup"> | ||
588 | <message name="message"> | ||
589 | Return the objects on this parcel of land | ||
590 | that are NOT shared with the group [NAME] | ||
591 | back to their owners? | ||
592 | |||
593 | Objects: [N] | ||
594 | </message> | ||
595 | <option name="Return"> | ||
596 | Return | ||
597 | </option> | ||
598 | <option name="Cancel"> | ||
599 | Cancel | ||
600 | </option> | ||
601 | </alert> | ||
602 | <alert modal="true" name="UnableToDisableOutsideScripts"> | ||
603 | <message name="message"> | ||
604 | Unable to disable outside scripts. | ||
605 | This entire region is health enabled (not safe). | ||
606 | Scripts must be allowed to run for guns to work. | ||
607 | </message> | ||
608 | </alert> | ||
609 | <alert modal="true" name="MustBeInParcel"> | ||
610 | <message name="message"> | ||
611 | You must be standing inside the land parcel | ||
612 | to set its Landing Point. | ||
613 | </message> | ||
614 | </alert> | ||
615 | <alert modal="true" name="PromptRecipientEmail"> | ||
616 | <message name="message"> | ||
617 | Please enter the recipient's email address. | ||
618 | </message> | ||
619 | </alert> | ||
620 | <alert modal="true" name="PromptSelfEmail"> | ||
621 | <message name="message"> | ||
622 | Please enter your email address. | ||
623 | </message> | ||
624 | </alert> | ||
625 | <alert modal="true" name="ErrorProcessingSnapshot"> | ||
626 | <message name="message"> | ||
627 | Error processing snapshot data | ||
628 | </message> | ||
629 | </alert> | ||
630 | <alert modal="true" name="ErrorEncodingSnapshot"> | ||
631 | <message name="message"> | ||
632 | Error encoding snapshot! | ||
633 | </message> | ||
634 | </alert> | ||
635 | <alert modal="true" name="ErrorUploadingPostcard"> | ||
636 | <message name="message"> | ||
637 | There was a problem uploading a postcard due to the following reason: [REASON] | ||
638 | </message> | ||
639 | </alert> | ||
640 | <alert modal="true" name="ErrorUploadingReportScreenshot"> | ||
641 | <message name="message"> | ||
642 | There was a problem uploading a report screenshot due to the following reason: [REASON] | ||
643 | </message> | ||
644 | </alert> | ||
645 | <alert modal="true" name="MustAgreeToLogIn"> | ||
646 | <message name="message"> | ||
647 | You must agree to the Terms of Service to continue logging into [SECOND_LIFE]. | ||
648 | </message> | ||
649 | </alert> | ||
650 | <alert modal="true" name="CouldNotPutOnOutfit"> | ||
651 | <message name="message"> | ||
652 | Could not put on outfit. | ||
653 | The outfit folder contains no clothing, body parts, or attachments. | ||
654 | </message> | ||
655 | </alert> | ||
656 | <alert modal="true" name="CannotWearTrash"> | ||
657 | <message name="message"> | ||
658 | Cannot wear clothes or body parts that are in the trash | ||
659 | </message> | ||
660 | </alert> | ||
661 | <alert modal="true" name="CannotWearInfoNotComplete"> | ||
662 | <message name="message"> | ||
663 | Cannot wear that item since the complete information set it not yet available. Please try again in a minute. | ||
664 | </message> | ||
665 | </alert> | ||
666 | <alert modal="true" name="MustHaveAccountToLogInNoLinks"> | ||
667 | <message name="message"> | ||
668 | You must have an account to connect to [SECOND_LIFE]. | ||
669 | </message> | ||
670 | <option name="OK"> | ||
671 | OK | ||
672 | </option> | ||
673 | <option name="Cancel"> | ||
674 | Cancel | ||
675 | </option> | ||
676 | </alert> | ||
677 | <alert modal="true" name="MustHaveAccountToLogIn"> | ||
678 | <message name="message"> | ||
679 | You must have an account to connect to [SECOND_LIFE]. | ||
680 | |||
681 | Go to www.secondlife.com to create a new account? | ||
682 | </message> | ||
683 | <option name="OK"> | ||
684 | OK | ||
685 | </option> | ||
686 | <option name="Cancel"> | ||
687 | Cancel | ||
688 | </option> | ||
689 | </alert> | ||
690 | <alert modal="true" name="AddClassified"> | ||
691 | <message name="message"> | ||
692 | Classified ads appear in the 'Classified' section of the | ||
693 | Search directory for one week. | ||
694 | |||
695 | Fill out your ad, then click 'Publish...' to add it to the | ||
696 | directory. | ||
697 | |||
698 | You'll be asked for a price to pay when clicking Publish. | ||
699 | Paying more makes your ad appear higher in the list, and | ||
700 | also appear higher when people search for keywords. | ||
701 | </message> | ||
702 | <option name="OK"> | ||
703 | OK | ||
704 | </option> | ||
705 | <option name="Cancel"> | ||
706 | Cancel | ||
707 | </option> | ||
708 | <ignore> | ||
709 | When adding a new Classified | ||
710 | </ignore> | ||
711 | </alert> | ||
712 | <alert modal="true" name="DeleteClassified"> | ||
713 | <message name="message"> | ||
714 | Delete classified '[NAME]'? | ||
715 | There is no reimbursement for fees paid. | ||
716 | </message> | ||
717 | <option name="Delete"> | ||
718 | Delete | ||
719 | </option> | ||
720 | <option name="Cancel"> | ||
721 | Cancel | ||
722 | </option> | ||
723 | </alert> | ||
724 | <alert modal="true" name="DeleteAvatarPick"> | ||
725 | <message name="message"> | ||
726 | Delete pick [PICK]? | ||
727 | </message> | ||
728 | <option name="Delete"> | ||
729 | Delete | ||
730 | </option> | ||
731 | <option name="Cancel"> | ||
732 | Cancel | ||
733 | </option> | ||
734 | </alert> | ||
735 | <alert modal="true" name="DisplayChangeRestart"> | ||
736 | <message name="message"> | ||
737 | Some of the display changes that you have made | ||
738 | require [SECOND_LIFE] to shut down immediately, | ||
739 | which will cause you to lose any work in progress. | ||
740 | |||
741 | Apply those changes and quit | ||
742 | </message> | ||
743 | <option name="ApplyandQuit"> | ||
744 | Apply and Quit | ||
745 | </option> | ||
746 | <option name="Cancel"> | ||
747 | Cancel | ||
748 | </option> | ||
749 | </alert> | ||
750 | <alert modal="true" name="PromptGoToEventsPage"> | ||
751 | <message name="message"> | ||
752 | Go to the [SECOND_LIFE] events web page? | ||
753 | </message> | ||
754 | <option name="GotoPage"> | ||
755 | Go to Page | ||
756 | </option> | ||
757 | <option name="Cancel"> | ||
758 | Cancel | ||
759 | </option> | ||
760 | </alert> | ||
761 | <alert modal="true" name="MustSelectCandidate"> | ||
762 | <message name="message"> | ||
763 | You must select a candidate to vote. | ||
764 | </message> | ||
765 | </alert> | ||
766 | <alert modal="true" name="SelectItemToView"> | ||
767 | <message name="message"> | ||
768 | Please select an item to view. | ||
769 | </message> | ||
770 | </alert> | ||
771 | <alert modal="true" name="SelectProposalToView"> | ||
772 | <message name="message"> | ||
773 | Please select a proposal to view. | ||
774 | </message> | ||
775 | </alert> | ||
776 | <alert modal="true" name="SelectHistoryItemToView"> | ||
777 | <message name="message"> | ||
778 | Please select a history item to view. | ||
779 | </message> | ||
780 | </alert> | ||
781 | <alert modal="true" name="ResetShowNextTimeDialogs"> | ||
782 | <message name="message"> | ||
783 | Reset all 'Show next time' dialogs? | ||
784 | </message> | ||
785 | <option name="OK"> | ||
786 | OK | ||
787 | </option> | ||
788 | <option name="Cancel"> | ||
789 | Cancel | ||
790 | </option> | ||
791 | </alert> | ||
792 | <alert modal="true" name="CacheWillClear"> | ||
793 | <message name="message"> | ||
794 | Cache will be cleared after you restart [SECOND_LIFE]. | ||
795 | </message> | ||
796 | </alert> | ||
797 | <alert modal="true" name="GoToAuctionPage"> | ||
798 | <message name="message"> | ||
799 | Go to the [SECOND_LIFE] web page to see auction details | ||
800 | or make a bid? | ||
801 | </message> | ||
802 | <option name="GotoPage"> | ||
803 | Go to Page | ||
804 | </option> | ||
805 | <option name="Cancel"> | ||
806 | Cancel | ||
807 | </option> | ||
808 | </alert> | ||
809 | <alert modal="true" name="SaveChanges"> | ||
810 | <message name="message"> | ||
811 | Save Changes? | ||
812 | </message> | ||
813 | <option name="Save"> | ||
814 | Save | ||
815 | </option> | ||
816 | <option name="Don'tSave"> | ||
817 | Don't Save | ||
818 | </option> | ||
819 | <option name="Cancel"> | ||
820 | Cancel | ||
821 | </option> | ||
822 | </alert> | ||
823 | <alert modal="true" name="GestureSaveFailedTooManySteps"> | ||
824 | <message name="message"> | ||
825 | Gesture save failed. | ||
826 | This gesture has too many steps. | ||
827 | Try removing some steps, then save again. | ||
828 | </message> | ||
829 | </alert> | ||
830 | <alert modal="true" name="GestureSaveFailedTryAgain"> | ||
831 | <message name="message"> | ||
832 | Gesture save failed. Please try again in a minute. | ||
833 | </message> | ||
834 | </alert> | ||
835 | <alert modal="true" name="GestureSaveFailedObjectNotFound"> | ||
836 | <message name="message"> | ||
837 | Could not save gesture because the object or the associated object inventory could not be found. | ||
838 | The object may be out of range or may have been deleted. | ||
839 | </message> | ||
840 | </alert> | ||
841 | <alert modal="true" name="GestureSaveFailedReason"> | ||
842 | <message name="message"> | ||
843 | There was a problem saving a gesture due to the following reason: [REASON]. Please try resaving the gesture later. | ||
844 | </message> | ||
845 | </alert> | ||
846 | <alert modal="true" name="SaveNotecardFailObjectNotFound"> | ||
847 | <message name="message"> | ||
848 | Could not save notecard because the object or the associated object inventory could not be found. | ||
849 | The object may be out of range or may have been deleted. | ||
850 | </message> | ||
851 | </alert> | ||
852 | <alert modal="true" name="SaveNotecardFailReason"> | ||
853 | <message name="message"> | ||
854 | There was a problem saving a notecard due to the following reason: [REASON]. Please try re-saving the notecard later. | ||
855 | </message> | ||
856 | </alert> | ||
857 | <alert modal="true" name="ScriptCannotUndo"> | ||
858 | <message name="message"> | ||
859 | Could not undo all changes in your version of the script. | ||
860 | Would you like to load the server's last saved version? | ||
861 | (Note: this operation cannot be undone.) | ||
862 | </message> | ||
863 | <option name="Yes"> | ||
864 | Yes | ||
865 | </option> | ||
866 | <option name="No"> | ||
867 | No | ||
868 | </option> | ||
869 | </alert> | ||
870 | <alert modal="true" name="SaveScriptFailReason"> | ||
871 | <message name="message"> | ||
872 | There was a problem saving a script due to the following reason: [REASON]. Please try re-saving the script later. | ||
873 | </message> | ||
874 | </alert> | ||
875 | <alert modal="true" name="SaveScriptFailObjectNotFound"> | ||
876 | <message name="message"> | ||
877 | Could not save the script because the object it is on could not be found. | ||
878 | The object may be out of range or may have been deleted. | ||
879 | </message> | ||
880 | </alert> | ||
881 | <alert modal="true" name="SaveBytecodeFailReason"> | ||
882 | <message name="message"> | ||
883 | There was a problem saving a compiled script due to the following reason: [REASON]. Please try re-saving the script later. | ||
884 | </message> | ||
885 | </alert> | ||
886 | <alert modal="true" name="CouldNotStartStopScript"> | ||
887 | <message name="message"> | ||
888 | Could not start or stop the script because the object it is on could not be found. | ||
889 | The object may be out of range or may have been deleted. | ||
890 | </message> | ||
891 | </alert> | ||
892 | <alert modal="true" name="CannotDownloadFile"> | ||
893 | <message name="message"> | ||
894 | Unable to download file | ||
895 | </message> | ||
896 | </alert> | ||
897 | <alert modal="true" name="CannotWriteEncode"> | ||
898 | <message name="message"> | ||
899 | Unable to encode file [[FILE]] | ||
900 | </message> | ||
901 | </alert> | ||
902 | <alert modal="true" name="CannotWriteFile"> | ||
903 | <message name="message"> | ||
904 | Unable to write file [[FILE]] | ||
905 | </message> | ||
906 | </alert> | ||
907 | <alert modal="true" name="CannotLoadWearable"> | ||
908 | <message name="message"> | ||
909 | Sorry, unable to load wearable. | ||
910 | </message> | ||
911 | </alert> | ||
912 | <alert modal="true" name="ConfirmDeleteComplicated"> | ||
913 | <message name="message"> | ||
914 | At least one selected object is locked, not copyable, or owned by someone else. | ||
915 | Are you sure you want to delete these items? | ||
916 | </message> | ||
917 | <option name="Yes"> | ||
918 | Yes | ||
919 | </option> | ||
920 | <option name="No"> | ||
921 | No | ||
922 | </option> | ||
923 | </alert> | ||
924 | <alert modal="true" name="DisplaySettingsSafe"> | ||
925 | <message name="message"> | ||
926 | Display settings have been set to safe levels | ||
927 | because you have specified the -safe option. | ||
928 | </message> | ||
929 | </alert> | ||
930 | <alert modal="true" name="DisplaySettingsRecommended"> | ||
931 | <message name="message"> | ||
932 | Display settings have been set to recommended levels | ||
933 | based on your system configuration. | ||
934 | </message> | ||
935 | <option name="OK"> | ||
936 | OK | ||
937 | </option> | ||
938 | </alert> | ||
939 | <alert modal="true" name="CannotRequestDomain"> | ||
940 | <message name="message"> | ||
941 | Unable to connect to server. | ||
942 | Could not request domain name: [HOST] | ||
943 | </message> | ||
944 | </alert> | ||
945 | <alert modal="true" name="CannotFindDomain"> | ||
946 | <message name="message"> | ||
947 | Unable to find the server domain name. | ||
948 | This could be the result of a lost network connection | ||
949 | or a server problem. | ||
950 | |||
951 | Please try again in a few minutes, or click Help | ||
952 | for advice and a link to the system status web page. | ||
953 | </message> | ||
954 | <option name="OK"> | ||
955 | OK | ||
956 | </option> | ||
957 | <option name="Help"> | ||
958 | Help | ||
959 | </option> | ||
960 | </alert> | ||
961 | <alert modal="true" name="PromptSelectServer"> | ||
962 | <message name="message"> | ||
963 | Please select a server. | ||
964 | Unable to connect to [SERVER] | ||
965 | </message> | ||
966 | </alert> | ||
967 | <alert modal="true" name="CannotConnectDNSError"> | ||
968 | <message name="message"> | ||
969 | Unable to connect to [SECOND_LIFE]. | ||
970 | DNS could not resolve the host name. | ||
971 | Please verify that you can connect to the www.secondlife.com | ||
972 | web site. If you can, but continue to receive this error, | ||
973 | please go to the support section and report this problem. | ||
974 | </message> | ||
975 | </alert> | ||
976 | <alert modal="true" name="CannotConnectSecurityError"> | ||
977 | <message name="message"> | ||
978 | Unable to establish a secure connection to the login server. | ||
979 | Often this means that your computer's clock is set incorrectly. | ||
980 | Please go to Control Panels and make sure the time and date | ||
981 | are set correctly. | ||
982 | |||
983 | If you continue to receive this error, please go | ||
984 | to the Support section of the SecondLife.com web site | ||
985 | and report the problem. | ||
986 | </message> | ||
987 | </alert> | ||
988 | <alert modal="true" name="CannotConnectVerificationError"> | ||
989 | <message name="message"> | ||
990 | Unable to connect to [SECOND_LIFE]. | ||
991 | The login server couldn't verify itself via SSL. | ||
992 | If you continue to receive this error, please go | ||
993 | to the Support section of the SecondLife.com web site | ||
994 | and report the problem. | ||
995 | </message> | ||
996 | </alert> | ||
997 | <alert modal="true" name="CannotConnectUnknownErrorWindows"> | ||
998 | <message name="message"> | ||
999 | Unable to connect to [SECOND_LIFE]. | ||
1000 | Despite our best efforts, something unexpected has gone wrong. | ||
1001 | Please go to the Support section of the SecondLife.com web site | ||
1002 | and report the problem. If possible, include your SecondLife.log | ||
1003 | file from: C:\Documents and Settings\(name)\Application Data\SecondLife\logs | ||
1004 | Thank you. | ||
1005 | </message> | ||
1006 | </alert> | ||
1007 | <alert modal="true" name="CannotConnectUnknownErrorDarwin"> | ||
1008 | <message name="message"> | ||
1009 | Unable to connect to [SECOND_LIFE]. | ||
1010 | Despite our best efforts, something unexpected has gone wrong. | ||
1011 | Please go to the Support section of the SecondLife.com web site | ||
1012 | and report the problem. If possible, include your SecondLife.log | ||
1013 | file from: ~/Library/Application Support/SecondLife/logs | ||
1014 | Thank you. | ||
1015 | </message> | ||
1016 | </alert> | ||
1017 | <alert modal="true" name="CannotResolveLoginToken"> | ||
1018 | <message name="message"> | ||
1019 | There was a problem resolving your login | ||
1020 | authentication token. Please try logging in | ||
1021 | again. If you continue to receive this error, | ||
1022 | please goto the Support section of the | ||
1023 | SecondLife.com web site. | ||
1024 | </message> | ||
1025 | </alert> | ||
1026 | <alert modal="true" name="CannotConnectNoMessage"> | ||
1027 | <message name="message"> | ||
1028 | Unknown problem trying to connect. | ||
1029 | (Blank error message from server.) | ||
1030 | |||
1031 | Please try again in a few minutes, or click Help | ||
1032 | for advice and a link to the system status web page. | ||
1033 | </message> | ||
1034 | <option name="OK"> | ||
1035 | OK | ||
1036 | </option> | ||
1037 | <option name="Help"> | ||
1038 | Help | ||
1039 | </option> | ||
1040 | </alert> | ||
1041 | <alert modal="true" name="CannotConnectNoReplyFromLogin"> | ||
1042 | <message name="message"> | ||
1043 | Unable to connect. No reply from login database. | ||
1044 | |||
1045 | Please try again in a few minutes, or click Help | ||
1046 | for advice and a link to the system status web page. | ||
1047 | </message> | ||
1048 | <option name="OK"> | ||
1049 | OK | ||
1050 | </option> | ||
1051 | <option name="Help"> | ||
1052 | Help | ||
1053 | </option> | ||
1054 | </alert> | ||
1055 | <alert modal="true" name="CannotConnectLoginTimeout"> | ||
1056 | <message name="message"> | ||
1057 | Login timed out waiting for your location in-world. Please try again. | ||
1058 | </message> | ||
1059 | </alert> | ||
1060 | <alert modal="true" name="FirstRunDialog"> | ||
1061 | <message name="message"> | ||
1062 | [SECOND_LIFE] installation is complete. | ||
1063 | |||
1064 | If this is your first time using [SECOND_LIFE], you will need to create | ||
1065 | an account before you can log on. | ||
1066 | |||
1067 | Return to www.secondlife.com to create a new account? | ||
1068 | </message> | ||
1069 | <option name="NewAccount..."> | ||
1070 | New Account... | ||
1071 | </option> | ||
1072 | <option name="Continue"> | ||
1073 | Continue | ||
1074 | </option> | ||
1075 | </alert> | ||
1076 | <alert modal="true" name="ClothingStillDownloading"> | ||
1077 | <message name="message"> | ||
1078 | Your clothing is still downloading. | ||
1079 | You can use the world normally, and other users | ||
1080 | will see you correctly. | ||
1081 | </message> | ||
1082 | </alert> | ||
1083 | <alert modal="true" name="CannotResolveDomain"> | ||
1084 | <message name="message"> | ||
1085 | Unable to connect to server. | ||
1086 | Could not resolve domain name: [DOMAIN] | ||
1087 | Please check your network connection. | ||
1088 | </message> | ||
1089 | </alert> | ||
1090 | <alert modal="true" name="CannotConnectLoginPacket"> | ||
1091 | <message name="message"> | ||
1092 | Unable to connect. Login packet never received by | ||
1093 | login server. | ||
1094 | |||
1095 | Please try again in a few minutes, or click Help | ||
1096 | for advice and a link to the system status web page. | ||
1097 | </message> | ||
1098 | <option name="OK"> | ||
1099 | OK | ||
1100 | </option> | ||
1101 | <option name="Help"> | ||
1102 | Help | ||
1103 | </option> | ||
1104 | </alert> | ||
1105 | <alert modal="true" name="WelcomeToSecondLife"> | ||
1106 | <message name="message"> | ||
1107 | Welcome to [SECOND_LIFE]! | ||
1108 | |||
1109 | Use arrow keys to walk. | ||
1110 | |||
1111 | Please choose the male or female character. | ||
1112 | You can change your mind later. | ||
1113 | </message> | ||
1114 | <option name="Male"> | ||
1115 | Male | ||
1116 | </option> | ||
1117 | <option name="Female"> | ||
1118 | Female | ||
1119 | </option> | ||
1120 | </alert> | ||
1121 | <alert modal="true" name="WelcomeToSecondLifeSimple"> | ||
1122 | <message name="message"> | ||
1123 | Welcome to [SECOND_LIFE]! | ||
1124 | |||
1125 | Use arrow keys to walk. | ||
1126 | |||
1127 | Please choose the male or female character. | ||
1128 | </message> | ||
1129 | <option name="Male"> | ||
1130 | Male | ||
1131 | </option> | ||
1132 | <option name="Female"> | ||
1133 | Female | ||
1134 | </option> | ||
1135 | </alert> | ||
1136 | <alert modal="true" name="ConfirmQuit"> | ||
1137 | <message name="message"> | ||
1138 | Are you sure you want to quit? | ||
1139 | </message> | ||
1140 | <option name="Yes"> | ||
1141 | Yes | ||
1142 | </option> | ||
1143 | <option name="No"> | ||
1144 | No | ||
1145 | </option> | ||
1146 | </alert> | ||
1147 | <alert modal="true" name="RegionNoTerraforming"> | ||
1148 | <message name="message"> | ||
1149 | The region [REGION] does not allow terraforming. | ||
1150 | You will need to buy land in another part of the world | ||
1151 | to terraform it. | ||
1152 | </message> | ||
1153 | </alert> | ||
1154 | <alert modal="true" name="CannotCopyWarning"> | ||
1155 | <message name="message"> | ||
1156 | You do not have permission to copy | ||
1157 | this item and will lose it from your | ||
1158 | inventory if you give it away. Do you | ||
1159 | really want to offer this item? | ||
1160 | </message> | ||
1161 | <option name="Yes"> | ||
1162 | Yes | ||
1163 | </option> | ||
1164 | <option name="No"> | ||
1165 | No | ||
1166 | </option> | ||
1167 | </alert> | ||
1168 | <alert modal="true" name="CannotGiveItem"> | ||
1169 | <message name="message"> | ||
1170 | Unable to give inventory item. | ||
1171 | </message> | ||
1172 | </alert> | ||
1173 | <alert modal="true" name="TransactionCancelled"> | ||
1174 | <message name="message"> | ||
1175 | Transaction cancelled. | ||
1176 | </message> | ||
1177 | </alert> | ||
1178 | <alert modal="true" name="TooManyItems"> | ||
1179 | <message name="message"> | ||
1180 | Cannot give that many items in a single inventory transfer. | ||
1181 | </message> | ||
1182 | </alert> | ||
1183 | <alert modal="true" name="NoItems"> | ||
1184 | <message name="message"> | ||
1185 | No items you can give. | ||
1186 | </message> | ||
1187 | </alert> | ||
1188 | <alert modal="true" name="CannotCopyCountItems"> | ||
1189 | <message name="message"> | ||
1190 | You do not have permission to copy [COUNT] of | ||
1191 | the selected items. You will lose these items | ||
1192 | from your inventory. | ||
1193 | Do you really want to give these items? | ||
1194 | </message> | ||
1195 | <option name="Yes"> | ||
1196 | Yes | ||
1197 | </option> | ||
1198 | <option name="No"> | ||
1199 | No | ||
1200 | </option> | ||
1201 | </alert> | ||
1202 | <alert modal="true" name="CannotGiveCategory"> | ||
1203 | <message name="message"> | ||
1204 | Unable to give inventory category. | ||
1205 | </message> | ||
1206 | </alert> | ||
1207 | <alert modal="true" name="FreezeAvatar"> | ||
1208 | <message name="message"> | ||
1209 | Freeze this avatar? | ||
1210 | He or she will temporarily be unable to move, | ||
1211 | chat, or interact with the world. | ||
1212 | </message> | ||
1213 | <option name="Freeze"> | ||
1214 | Freeze | ||
1215 | </option> | ||
1216 | <option name="Unfreeze"> | ||
1217 | Unfreeze | ||
1218 | </option> | ||
1219 | <option name="Cancel"> | ||
1220 | Cancel | ||
1221 | </option> | ||
1222 | </alert> | ||
1223 | <alert modal="true" name="EjectAvatar"> | ||
1224 | <message name="message"> | ||
1225 | Eject this avatar from your land? | ||
1226 | </message> | ||
1227 | <option name="Eject"> | ||
1228 | Eject | ||
1229 | </option> | ||
1230 | <option name="EjectandBan"> | ||
1231 | Eject and Ban | ||
1232 | </option> | ||
1233 | <option name="Cancel"> | ||
1234 | Cancel | ||
1235 | </option> | ||
1236 | </alert> | ||
1237 | <alert modal="true" name="InvalidUUID"> | ||
1238 | <message name="message"> | ||
1239 | Not a valid uuid | ||
1240 | </message> | ||
1241 | </alert> | ||
1242 | <alert modal="true" name="AcquireErrorTooManyObjects"> | ||
1243 | <message name="message"> | ||
1244 | ACQUIRE ERROR: Too many objects selected. | ||
1245 | </message> | ||
1246 | </alert> | ||
1247 | <alert modal="true" name="AcquireErrorObjectSpan"> | ||
1248 | <message name="message"> | ||
1249 | ACQUIRE ERROR: Objects span more than one region. | ||
1250 | Please move all objects to be acquired onto the | ||
1251 | same region. | ||
1252 | </message> | ||
1253 | </alert> | ||
1254 | <alert modal="true" name="TakeLockedOrNotOwnedBy"> | ||
1255 | <message name="message"> | ||
1256 | At least one object is locked or not owned by you. | ||
1257 | If an object is not owned by you and you take it, | ||
1258 | next owner permissions will be applied to it and | ||
1259 | possibly restrict your ability to modify or copy it | ||
1260 | in the future. | ||
1261 | However, you can still take the current selection. | ||
1262 | Are you sure you want to take these itmes? | ||
1263 | </message> | ||
1264 | <option name="Yes"> | ||
1265 | Yes | ||
1266 | </option> | ||
1267 | <option default="true" name="No"> | ||
1268 | No | ||
1269 | </option> | ||
1270 | </alert> | ||
1271 | <alert modal="true" name="PromptGoToCurrencyPage"> | ||
1272 | <message name="message"> | ||
1273 | [EXTRA] | ||
1274 | |||
1275 | |||
1276 | Go to [URL] for information on purchasing currency? | ||
1277 | </message> | ||
1278 | <option name="GotoPage"> | ||
1279 | Go to Page | ||
1280 | </option> | ||
1281 | <option name="Cancel"> | ||
1282 | Cancel | ||
1283 | </option> | ||
1284 | </alert> | ||
1285 | <alert modal="true" name="UnableToLinkObjects"> | ||
1286 | <message name="message"> | ||
1287 | Unable to link these [COUNT] objects. | ||
1288 | You can link a maximum of [MAX] objects. | ||
1289 | Try selecting fewer objects. | ||
1290 | </message> | ||
1291 | </alert> | ||
1292 | <alert modal="true" name="CannotLinkIncompleteSet"> | ||
1293 | <message name="message"> | ||
1294 | You can only link complete sets of objects, and must | ||
1295 | select more than one object. | ||
1296 | </message> | ||
1297 | </alert> | ||
1298 | <alert modal="true" name="CannotLinkModify"> | ||
1299 | <message name="message"> | ||
1300 | Unable to link because you don't have modify permission | ||
1301 | on all the objects. Make sure none are locked, and that | ||
1302 | you own all of them. | ||
1303 | </message> | ||
1304 | </alert> | ||
1305 | <alert modal="true" name="CannotLinkDifferentOwners"> | ||
1306 | <message name="message"> | ||
1307 | Unable to link because not all of the objects have the | ||
1308 | same owner. Make sure you own all of the selected objects. | ||
1309 | </message> | ||
1310 | </alert> | ||
1311 | <alert modal="true" name="NoFileExtension"> | ||
1312 | <message name="message"> | ||
1313 | No file extension for the file: '[FILE]' | ||
1314 | Please make sure the file has a correct file extension | ||
1315 | </message> | ||
1316 | </alert> | ||
1317 | <alert modal="true" name="InvalidFileExtension"> | ||
1318 | <message name="message"> | ||
1319 | Invalid file extension [EXTENSION] | ||
1320 | Expected [VALIDS] | ||
1321 | </message> | ||
1322 | <option name="OK"> | ||
1323 | OK | ||
1324 | </option> | ||
1325 | </alert> | ||
1326 | <alert modal="true" name="CannotUploadSoundFile"> | ||
1327 | <message name="message"> | ||
1328 | Couldn't open upload sound file for reading: | ||
1329 | [FILE] | ||
1330 | </message> | ||
1331 | </alert> | ||
1332 | <alert modal="true" name="SoundFileNotRIFF"> | ||
1333 | <message name="message"> | ||
1334 | File does not appear to be a RIFF WAVE file: | ||
1335 | [FILE] | ||
1336 | </message> | ||
1337 | </alert> | ||
1338 | <alert modal="true" name="SoundFileNotPCM"> | ||
1339 | <message name="message"> | ||
1340 | File does not appear to be a PCM WAVE audio file: | ||
1341 | [FILE] | ||
1342 | </message> | ||
1343 | </alert> | ||
1344 | <alert modal="true" name="SoundFileInvalidChannelCount"> | ||
1345 | <message name="message"> | ||
1346 | File has invalid number of channels (must be mono or stereo): | ||
1347 | [FILE] | ||
1348 | </message> | ||
1349 | </alert> | ||
1350 | <alert modal="true" name="SoundFileInvalidSampleRate"> | ||
1351 | <message name="message"> | ||
1352 | File does not appear to be a supported sample rate (must be 44.1k): | ||
1353 | [FILE] | ||
1354 | </message> | ||
1355 | </alert> | ||
1356 | <alert modal="true" name="SoundFileInvalidWordSize"> | ||
1357 | <message name="message"> | ||
1358 | File does not appear to be a supported word size (must be 8 or 16 bit): | ||
1359 | [FILE] | ||
1360 | </message> | ||
1361 | </alert> | ||
1362 | <alert modal="true" name="SoundFileInvalidHeader"> | ||
1363 | <message name="message"> | ||
1364 | Could not find 'data' chunk in WAV header: | ||
1365 | [FILE] | ||
1366 | </message> | ||
1367 | </alert> | ||
1368 | <alert modal="true" name="SoundFileInvalidTooLong"> | ||
1369 | <message name="message"> | ||
1370 | Audio file is too long (10 second maximum): | ||
1371 | [FILE] | ||
1372 | </message> | ||
1373 | </alert> | ||
1374 | <alert modal="true" name="ProblemWithFile"> | ||
1375 | <message name="message"> | ||
1376 | Problem with file [FILE]: | ||
1377 | |||
1378 | [ERROR] | ||
1379 | </message> | ||
1380 | </alert> | ||
1381 | <alert modal="true" name="CannotOpenTemporarySoundFile"> | ||
1382 | <message name="message"> | ||
1383 | Couldn't open temporary compressed sound file for writing: [FILE] | ||
1384 | </message> | ||
1385 | </alert> | ||
1386 | <alert modal="true" name="UnknownVorbisEncodeFailure"> | ||
1387 | <message name="message"> | ||
1388 | Unknown vorbis encode failure on: [FILE] | ||
1389 | </message> | ||
1390 | </alert> | ||
1391 | <alert modal="true" name="CorruptResourceFile"> | ||
1392 | <message name="message"> | ||
1393 | corrupt resource file: [FILE] | ||
1394 | </message> | ||
1395 | </alert> | ||
1396 | <alert modal="true" name="UnknownResourceFileVersion"> | ||
1397 | <message name="message"> | ||
1398 | unknown linden resource file version in file: [FILE] | ||
1399 | </message> | ||
1400 | </alert> | ||
1401 | <alert modal="true" name="UnableToCreateOutputFile"> | ||
1402 | <message name="message"> | ||
1403 | Unable to create output file: [FILE] | ||
1404 | </message> | ||
1405 | </alert> | ||
1406 | <alert modal="true" name="DoNotSupportBulkAnimationUpload"> | ||
1407 | <message name="message"> | ||
1408 | We do not currently support bulk upload of animation files | ||
1409 | </message> | ||
1410 | </alert> | ||
1411 | <alert modal="true" name="CannotAccessOutputFile"> | ||
1412 | <message name="message"> | ||
1413 | Unable to access output file: [FILE] | ||
1414 | </message> | ||
1415 | </alert> | ||
1416 | <alert modal="true" name="InsufficientFundsToUploadFile"> | ||
1417 | <message name="message"> | ||
1418 | Insufficient funds to upload file: cost is L$[COST], balance is L$[BALANCE] | ||
1419 | </message> | ||
1420 | </alert> | ||
1421 | <alert modal="true" name="InsufficientFundsToFinishUpload"> | ||
1422 | <message name="message"> | ||
1423 | Insufficient funds to finish uploading [FILE]: cost is L$[COST], balance is L$[BALANCE] | ||
1424 | </message> | ||
1425 | </alert> | ||
1426 | <alert modal="true" name="CannotUploadReason"> | ||
1427 | <message name="message"> | ||
1428 | Unable to upload [FILE] due to the following reason: [REASON] | ||
1429 | Please try again later. | ||
1430 | </message> | ||
1431 | </alert> | ||
1432 | <alert modal="true" name="CannotCreateLandmarkNotOwner"> | ||
1433 | <message name="message"> | ||
1434 | You cannot create a landmark here because | ||
1435 | the owner of the land doesn't allow it. | ||
1436 | Try moving a few meters away first. | ||
1437 | </message> | ||
1438 | </alert> | ||
1439 | <alert modal="true" name="CannotRecompileSelectObjectsNoScripts"> | ||
1440 | <message name="message"> | ||
1441 | Not able to perform recompilation. | ||
1442 | Select objects with scripts that | ||
1443 | are valid. | ||
1444 | </message> | ||
1445 | </alert> | ||
1446 | <alert modal="true" name="CannotRecompileSelectObjectsNoPermission"> | ||
1447 | <message name="message"> | ||
1448 | Not able to perform recompilation. | ||
1449 | Select objects with scripts that you | ||
1450 | have permission to modify. | ||
1451 | </message> | ||
1452 | </alert> | ||
1453 | <alert modal="true" name="CannotResetSelectObjectsNoScripts"> | ||
1454 | <message name="message"> | ||
1455 | Not able to perform reset. | ||
1456 | Select objects with scripts that you | ||
1457 | are valid. | ||
1458 | </message> | ||
1459 | </alert> | ||
1460 | <alert modal="true" name="CannotResetSelectObjectsNoPermission"> | ||
1461 | <message name="message"> | ||
1462 | Not able to perform reset. | ||
1463 | Select objects with scripts that you | ||
1464 | have permission to modify. | ||
1465 | </message> | ||
1466 | </alert> | ||
1467 | <alert modal="true" name="CannotSetRunningSelectObjectsNoScripts"> | ||
1468 | <message name="message"> | ||
1469 | Not able to set any scripts to running. | ||
1470 | Select objects with scripts that | ||
1471 | are valid. | ||
1472 | </message> | ||
1473 | </alert> | ||
1474 | <alert modal="true" name="CannotSetRunningSelectObjectsNoPermission"> | ||
1475 | <message name="message"> | ||
1476 | Not able to set any scripts to running. | ||
1477 | Select objects with scripts that you | ||
1478 | have permission to modify. | ||
1479 | </message> | ||
1480 | </alert> | ||
1481 | <alert modal="true" name="CannotSetRunningNotSelectObjectsNoScripts"> | ||
1482 | <message name="message"> | ||
1483 | Not able to set any scripts to not running. | ||
1484 | Select objects with scripts that | ||
1485 | are valid. | ||
1486 | </message> | ||
1487 | </alert> | ||
1488 | <alert modal="true" name="CannotSetRunningNotSelectObjectsNoPermission"> | ||
1489 | <message name="message"> | ||
1490 | Not able to set any scripts to not running. | ||
1491 | Select objects with scripts that you | ||
1492 | have permission to modify. | ||
1493 | </message> | ||
1494 | </alert> | ||
1495 | <alert modal="true" name="NoFrontmostFloater"> | ||
1496 | <message name="message"> | ||
1497 | No frontmost floater to save | ||
1498 | </message> | ||
1499 | </alert> | ||
1500 | <alert modal="true" name="ColladaExportFailedUnknownServerError"> | ||
1501 | <message name="message"> | ||
1502 | Collada export failed: Unknown server error. | ||
1503 | </message> | ||
1504 | </alert> | ||
1505 | <alert modal="true" name="ColladaExportFailedInvalidPermissions"> | ||
1506 | <message name="message"> | ||
1507 | Collada export failed: Invalid permissions or object locked! | ||
1508 | </message> | ||
1509 | </alert> | ||
1510 | <alert modal="true" name="ColladaExportFailedUnknownError"> | ||
1511 | <message name="message"> | ||
1512 | Collada export failed: Unknown error. | ||
1513 | </message> | ||
1514 | </alert> | ||
1515 | <alert modal="true" name="ObjectImportFailedTransfer"> | ||
1516 | <message name="message"> | ||
1517 | Object import failed. Couldn't transfer file. | ||
1518 | </message> | ||
1519 | </alert> | ||
1520 | <alert modal="true" name="ObjectImportFailedBadFormat"> | ||
1521 | <message name="message"> | ||
1522 | Object import failed. File is not in acceptable SLObject format. | ||
1523 | </message> | ||
1524 | </alert> | ||
1525 | <alert modal="true" name="ObjectImportFailedUnknownError"> | ||
1526 | <message name="message"> | ||
1527 | Object import failed. Unknown error. | ||
1528 | </message> | ||
1529 | </alert> | ||
1530 | <alert modal="true" name="CouldNotTeleportReason"> | ||
1531 | <message name="message"> | ||
1532 | Could not teleport. | ||
1533 | [REASON] | ||
1534 | </message> | ||
1535 | </alert> | ||
1536 | <alert modal="true" name="CannotSetLandOwnerNothingSelected"> | ||
1537 | <message name="message"> | ||
1538 | Unable to set land owner: | ||
1539 | Nothing selected. | ||
1540 | </message> | ||
1541 | </alert> | ||
1542 | <alert modal="true" name="CannotSetLandOwnerMultipleRegions"> | ||
1543 | <message name="message"> | ||
1544 | Unable to force land ownership because selection spans multiple | ||
1545 | regions. Please select a smaller area and try again. | ||
1546 | </message> | ||
1547 | </alert> | ||
1548 | <alert modal="true" name="ForceOwnerAuctionWarning"> | ||
1549 | <message name="message"> | ||
1550 | This parcel is up for auction. Forcing ownership will | ||
1551 | cancel the auction and potentially make some residents | ||
1552 | unhappy if bidding has begun. Force ownership? | ||
1553 | </message> | ||
1554 | <option name="Force"> | ||
1555 | Force | ||
1556 | </option> | ||
1557 | <option name="Cancel"> | ||
1558 | Cancel | ||
1559 | </option> | ||
1560 | </alert> | ||
1561 | <alert modal="true" name="CannotContentifyNothingSelected"> | ||
1562 | <message name="message"> | ||
1563 | Unable to contentify: | ||
1564 | Nothing selected. | ||
1565 | </message> | ||
1566 | </alert> | ||
1567 | <alert modal="true" name="CannotContentifyNoRegion"> | ||
1568 | <message name="message"> | ||
1569 | Unable to contentify: | ||
1570 | No region. | ||
1571 | </message> | ||
1572 | </alert> | ||
1573 | <alert modal="true" name="CannotReleaseLandNothingSelected"> | ||
1574 | <message name="message"> | ||
1575 | Unable to abandon land: | ||
1576 | Nothing selected. | ||
1577 | </message> | ||
1578 | </alert> | ||
1579 | <alert modal="true" name="CannotReleaseLandNoRegion"> | ||
1580 | <message name="message"> | ||
1581 | Unable to abandon land: | ||
1582 | Cannot find region. | ||
1583 | </message> | ||
1584 | </alert> | ||
1585 | <alert modal="true" name="CannotBuyLandNothingSelected"> | ||
1586 | <message name="message"> | ||
1587 | Unable to buy land: | ||
1588 | Nothing selected. | ||
1589 | </message> | ||
1590 | </alert> | ||
1591 | <alert modal="true" name="CannotBuyLandNoRegion"> | ||
1592 | <message name="message"> | ||
1593 | Unable to buy land: | ||
1594 | Cannot find the region this land is in. | ||
1595 | </message> | ||
1596 | </alert> | ||
1597 | <alert modal="true" name="CannotDeedLandNothingSelected"> | ||
1598 | <message name="message"> | ||
1599 | Unable to deed land: | ||
1600 | Nothing selected. | ||
1601 | </message> | ||
1602 | </alert> | ||
1603 | <alert modal="true" name="CannotDeedLandNoGroup"> | ||
1604 | <message name="message"> | ||
1605 | Unable to deed land: | ||
1606 | No Group. | ||
1607 | </message> | ||
1608 | </alert> | ||
1609 | <alert modal="true" name="CannotDeedLandNoRegion"> | ||
1610 | <message name="message"> | ||
1611 | Unable to deed land: | ||
1612 | Cannot find the region this land is in. | ||
1613 | Please use Tools -> Report Bug to report this. | ||
1614 | </message> | ||
1615 | </alert> | ||
1616 | <alert modal="true" name="CannotSetLandOwnerNothingSelected"> | ||
1617 | <message name="message"> | ||
1618 | Unable to set land owner: | ||
1619 | Nothing selected. | ||
1620 | </message> | ||
1621 | </alert> | ||
1622 | <alert modal="true" name="CannotBuyLandMultipleRegions"> | ||
1623 | <message name="message"> | ||
1624 | Unable to buy land because selection spans multiple regions. | ||
1625 | Please select a smaller area and try again. | ||
1626 | </message> | ||
1627 | </alert> | ||
1628 | <alert modal="true" name="CannotBuyLandMultipleSelected"> | ||
1629 | <message name="message"> | ||
1630 | Unable to buy land: | ||
1631 | Multiple different parcels selected. | ||
1632 | Try selecting a smaller area. | ||
1633 | </message> | ||
1634 | </alert> | ||
1635 | <alert modal="true" name="CannotDeedLandMultipleSelected"> | ||
1636 | <message name="message"> | ||
1637 | Unable to deed land: | ||
1638 | Multiple different parcels selected. | ||
1639 | Try selecting a smaller area. | ||
1640 | </message> | ||
1641 | </alert> | ||
1642 | <alert modal="true" name="RegionNotFound"> | ||
1643 | <message name="message"> | ||
1644 | Region Not Found | ||
1645 | </message> | ||
1646 | </alert> | ||
1647 | <alert modal="true" name="ParcelCanPlayMusic"> | ||
1648 | <message name="message"> | ||
1649 | This location can play streaming music. | ||
1650 | |||
1651 | Music requires a 768 kbps or faster | ||
1652 | Internet connection. | ||
1653 | |||
1654 | Play music when available? | ||
1655 | </message> | ||
1656 | <option name="PlayMusic"> | ||
1657 | Play Music | ||
1658 | </option> | ||
1659 | <option name="Disable"> | ||
1660 | Disable | ||
1661 | </option> | ||
1662 | </alert> | ||
1663 | <alert modal="true" name="ParcelCanPlayMedia"> | ||
1664 | <message name="message"> | ||
1665 | This location can play streaming video. | ||
1666 | |||
1667 | Streaming video requires a 768 kbps or | ||
1668 | faster Internet connection. | ||
1669 | |||
1670 | Play streaming video when available? | ||
1671 | |||
1672 | (You can change this option later under | ||
1673 | Preferences > Audio & Video.) | ||
1674 | </message> | ||
1675 | <option name="PlayMedia"> | ||
1676 | Play Media | ||
1677 | </option> | ||
1678 | <option name="Disable"> | ||
1679 | Disable | ||
1680 | </option> | ||
1681 | </alert> | ||
1682 | <alert modal="true" name="CannotBuyLandWaitingForServer"> | ||
1683 | <message name="message"> | ||
1684 | Unable to buy land: | ||
1685 | Waiting for server to report cost. | ||
1686 | Try again in a few seconds. | ||
1687 | </message> | ||
1688 | </alert> | ||
1689 | <alert modal="true" name="CannotDeedLandWaitingForServer"> | ||
1690 | <message name="message"> | ||
1691 | Unable to deed land: | ||
1692 | Waiting for server to report ownership. | ||
1693 | Try again in a few seconds. | ||
1694 | </message> | ||
1695 | </alert> | ||
1696 | <alert modal="true" name="CannotBuyLandNoPublic"> | ||
1697 | <message name="message"> | ||
1698 | Unable to buy land: | ||
1699 | The selection doesn't contain any public land. | ||
1700 | </message> | ||
1701 | </alert> | ||
1702 | <alert modal="true" name="CannotBuyLandLandOwned"> | ||
1703 | <message name="message"> | ||
1704 | Unable to buy land: | ||
1705 | Land owned by another user is selected. | ||
1706 | Try selecting a smaller area. | ||
1707 | </message> | ||
1708 | </alert> | ||
1709 | <alert modal="true" name="CannotButLandRegionNotFound"> | ||
1710 | <message name="message"> | ||
1711 | Unable to buy land: | ||
1712 | Cannot find the region this land is in. | ||
1713 | Please use Tools -> Report Bug to report this. | ||
1714 | </message> | ||
1715 | </alert> | ||
1716 | <alert modal="true" name="CannotBuyLandNoTransfer"> | ||
1717 | <message name="message"> | ||
1718 | Unable to buy land: | ||
1719 | The region [REGION] does not allow transfer of land. | ||
1720 | </message> | ||
1721 | </alert> | ||
1722 | <alert modal="true" name="CannotDeedLandNoTransfer"> | ||
1723 | <message name="message"> | ||
1724 | Unable to deed land: | ||
1725 | The region [REGION] does not allow transfer of land. | ||
1726 | </message> | ||
1727 | </alert> | ||
1728 | <alert modal="true" name="CannotBuyLandForGroupNotOfficer"> | ||
1729 | <message name="message"> | ||
1730 | Unable to buy land for the group: | ||
1731 | You are not an officer in your current group. | ||
1732 | Please activate another group using Edit -> Groups... | ||
1733 | </message> | ||
1734 | </alert> | ||
1735 | <alert modal="true" name="CannotBuyLandInsufficientFunds"> | ||
1736 | <message name="message"> | ||
1737 | Buying this [AREA] sq. meters of land costs L$[PRICE]. | ||
1738 | You only have L$[BALANCE]. | ||
1739 | </message> | ||
1740 | </alert> | ||
1741 | <alert modal="true" name="CannotReleaseLandNothingSelected"> | ||
1742 | <message name="message"> | ||
1743 | Unable to abandon land: | ||
1744 | Nothing selected. | ||
1745 | </message> | ||
1746 | </alert> | ||
1747 | <alert modal="true" name="CannotReleaseLandWatingForServer"> | ||
1748 | <message name="message"> | ||
1749 | Unable to abandon land: | ||
1750 | Waiting for server to report cost. | ||
1751 | Try again in a few seconds. | ||
1752 | </message> | ||
1753 | </alert> | ||
1754 | <alert modal="true" name="CannotReleaseLandSelected"> | ||
1755 | <message name="message"> | ||
1756 | Unable to abandon land: | ||
1757 | Multiple different parcels selected. | ||
1758 | Try selecting a smaller area. | ||
1759 | </message> | ||
1760 | </alert> | ||
1761 | <alert modal="true" name="CannotReleaseLandDontOwn"> | ||
1762 | <message name="message"> | ||
1763 | Unable to abandon land: | ||
1764 | You don't have permission to release this parcel. | ||
1765 | Parcels you own appear in green. | ||
1766 | </message> | ||
1767 | </alert> | ||
1768 | <alert modal="true" name="CannotReleaseLandRegionNotFound"> | ||
1769 | <message name="message"> | ||
1770 | Unable to abandon land: | ||
1771 | Cannot find the region this land is in. | ||
1772 | Please use Tools -> Report Bug to report this. | ||
1773 | </message> | ||
1774 | </alert> | ||
1775 | <alert modal="true" name="CannotReleaseLandNoTransfer"> | ||
1776 | <message name="message"> | ||
1777 | Unable to abandon land: | ||
1778 | The region [REGION] does not allow transfer of land. | ||
1779 | </message> | ||
1780 | </alert> | ||
1781 | <alert modal="true" name="CannotReleaseLandPartialSelection"> | ||
1782 | <message name="message"> | ||
1783 | Unable to abandon land: | ||
1784 | You must select an entire parcel to release it. | ||
1785 | Try double-clicking to select an entire parcel, or | ||
1786 | first divide your parcel. | ||
1787 | </message> | ||
1788 | </alert> | ||
1789 | <alert modal="true" name="ReleaseLandWarning"> | ||
1790 | <message name="message"> | ||
1791 | You are about to release [AREA] sq. meters of land. | ||
1792 | Releasing this parcel will remove it from your land | ||
1793 | holdings, but will not credit any L$. | ||
1794 | |||
1795 | Release this land? | ||
1796 | </message> | ||
1797 | <option name="Release"> | ||
1798 | Release | ||
1799 | </option> | ||
1800 | <option default="true" name="Cancel"> | ||
1801 | Cancel | ||
1802 | </option> | ||
1803 | </alert> | ||
1804 | <alert modal="true" name="CannotDivideLandNothingSelected"> | ||
1805 | <message name="message"> | ||
1806 | Unable to divide land: | ||
1807 | Nothing selected. | ||
1808 | </message> | ||
1809 | </alert> | ||
1810 | <alert modal="true" name="CannotDivideLandPartialSelection"> | ||
1811 | <message name="message"> | ||
1812 | Unable to divide land: | ||
1813 | You have an entire parcel selected. | ||
1814 | Try selecting a smaller area by clicking | ||
1815 | and dragging. | ||
1816 | </message> | ||
1817 | </alert> | ||
1818 | <alert modal="true" name="LandDivideWarning"> | ||
1819 | <message name="message"> | ||
1820 | Dividing this land will split this parcel into two | ||
1821 | and each parcel can have its own settings. Some settings | ||
1822 | will be reset to defaults after the operation. | ||
1823 | |||
1824 | Divide land? | ||
1825 | </message> | ||
1826 | <option name="Divide"> | ||
1827 | Divide | ||
1828 | </option> | ||
1829 | <option name="Cancel"> | ||
1830 | Cancel | ||
1831 | </option> | ||
1832 | </alert> | ||
1833 | <alert modal="true" name="CannotDivideLandNoRegion"> | ||
1834 | <message name="message"> | ||
1835 | Unable to divide land: | ||
1836 | Cannot find the region this land is in. | ||
1837 | Please use Tools -> Report Bug to report this. | ||
1838 | </message> | ||
1839 | </alert> | ||
1840 | <alert modal="true" name="CannotJoinLandNoRegion"> | ||
1841 | <message name="message"> | ||
1842 | Unable to join land: | ||
1843 | Cannot find the region this land is in. | ||
1844 | Please use Tools -> Report Bug to report this. | ||
1845 | </message> | ||
1846 | </alert> | ||
1847 | <alert modal="true" name="CannotJoinLandNothingSelected"> | ||
1848 | <message name="message"> | ||
1849 | Unable to join land: | ||
1850 | Nothing selected. | ||
1851 | </message> | ||
1852 | </alert> | ||
1853 | <alert modal="true" name="CannotJoinLandEntireParcelSelected"> | ||
1854 | <message name="message"> | ||
1855 | Unable to join land: | ||
1856 | You have an entire parcel selected. | ||
1857 | Try selecting a larger area by clicking | ||
1858 | and dragging. | ||
1859 | </message> | ||
1860 | </alert> | ||
1861 | <alert modal="true" name="CannotJoinLandSelection"> | ||
1862 | <message name="message"> | ||
1863 | Unable to join land: | ||
1864 | You must select more than one parcel. | ||
1865 | Try selecting a larger area by clicking | ||
1866 | and dragging. | ||
1867 | </message> | ||
1868 | </alert> | ||
1869 | <alert modal="true" name="JoinLandWarning"> | ||
1870 | <message name="message"> | ||
1871 | Joining this land will create one large parcel | ||
1872 | out of all parcels intersecting the selected rectangle. | ||
1873 | |||
1874 | You will need to reset the name and options of the | ||
1875 | new parcel. | ||
1876 | |||
1877 | Join land? | ||
1878 | </message> | ||
1879 | <option name="Join"> | ||
1880 | Join | ||
1881 | </option> | ||
1882 | <option name="Cancel"> | ||
1883 | Cancel | ||
1884 | </option> | ||
1885 | </alert> | ||
1886 | <alert modal="true" name="ConfirmNotecardSave"> | ||
1887 | <message name="message"> | ||
1888 | This notecard needs to be saved before the item can be copied or viewed. Save notecard? | ||
1889 | </message> | ||
1890 | <option default="true" name="Save"> | ||
1891 | Save | ||
1892 | </option> | ||
1893 | <option name="Cancel"> | ||
1894 | Cancel | ||
1895 | </option> | ||
1896 | </alert> | ||
1897 | <alert modal="true" name="ConfirmLandmarkCopy"> | ||
1898 | <message name="message"> | ||
1899 | Copy this item to your inventory? | ||
1900 | </message> | ||
1901 | <option name="Copy"> | ||
1902 | Copy | ||
1903 | </option> | ||
1904 | <option name="Cancel"> | ||
1905 | Cancel | ||
1906 | </option> | ||
1907 | </alert> | ||
1908 | <alert modal="true" name="ConfirmItemCopy"> | ||
1909 | <message name="message"> | ||
1910 | Copy this item to your inventory? | ||
1911 | </message> | ||
1912 | <option name="Copy"> | ||
1913 | Copy | ||
1914 | </option> | ||
1915 | <option name="Cancel"> | ||
1916 | Cancel | ||
1917 | </option> | ||
1918 | </alert> | ||
1919 | <alert modal="true" name="ResolutionSwitchFail"> | ||
1920 | <message name="message"> | ||
1921 | Failed to switch resolution to [RESX] by [RESY] | ||
1922 | </message> | ||
1923 | </alert> | ||
1924 | <alert modal="true" name="ErrorUndefinedGrasses"> | ||
1925 | <message name="message"> | ||
1926 | Error: Undefined grasses: [SPECIES] | ||
1927 | </message> | ||
1928 | </alert> | ||
1929 | <alert modal="true" name="ErrorUndefinedTrees"> | ||
1930 | <message name="message"> | ||
1931 | Error: Undefined trees: [SPECIES] | ||
1932 | </message> | ||
1933 | </alert> | ||
1934 | <alert modal="true" name="CannotSaveWearableOutOfSpace"> | ||
1935 | <message name="message"> | ||
1936 | Unable to save '[NAME]' to wearable file. You will need | ||
1937 | to free up some space on your computer and | ||
1938 | save the wearable again. | ||
1939 | </message> | ||
1940 | </alert> | ||
1941 | <alert modal="true" name="CannotSaveToAssetStore"> | ||
1942 | <message name="message"> | ||
1943 | Unable to save [NAME] to central asset store. | ||
1944 | This is usually a temporary failure. Please | ||
1945 | customize and save the wearable again in a | ||
1946 | few minutes. If this problem persists, please | ||
1947 | click on the 'Tools | Report Bug' pull down menu | ||
1948 | and provide details about your network setup. | ||
1949 | </message> | ||
1950 | </alert> | ||
1951 | <alert modal="true" name="AppEarlyExit"> | ||
1952 | <message name="message"> | ||
1953 | [MESSAGE] | ||
1954 | |||
1955 | We are unable to recover from this problem. Please | ||
1956 | uninstall and reinstall before trying again. If this | ||
1957 | problem persists, check the Tech Support FAQ at: | ||
1958 | www.secondlife.com/support. | ||
1959 | </message> | ||
1960 | <option name="Quit"> | ||
1961 | Quit | ||
1962 | </option> | ||
1963 | </alert> | ||
1964 | <alert modal="true" name="YouHaveBeenLoggedOut"> | ||
1965 | <message name="message"> | ||
1966 | You have been logged out of [SECOND_LIFE]: | ||
1967 | |||
1968 | [MESSAGE] | ||
1969 | |||
1970 | Click Continue to look at existing IM and chat. | ||
1971 | You will not be able to perform any other operations. | ||
1972 | Click Quit to exit [SECOND_LIFE] immediately. | ||
1973 | </message> | ||
1974 | <option name="Continue"> | ||
1975 | Continue | ||
1976 | </option> | ||
1977 | <option name="Quit"> | ||
1978 | Quit | ||
1979 | </option> | ||
1980 | </alert> | ||
1981 | <alert modal="true" name="SelectSingleRate"> | ||
1982 | <message name="message"> | ||
1983 | Select a single object to rate | ||
1984 | </message> | ||
1985 | <option name="OK"> | ||
1986 | OK | ||
1987 | </option> | ||
1988 | </alert> | ||
1989 | <alert modal="true" name="OnlyOfficerCanBuyLand"> | ||
1990 | <message name="message"> | ||
1991 | Unable to buy land for the group: | ||
1992 | You do not have permission to buy land for your active group. | ||
1993 | Please activate another group using Edit -> Groups... | ||
1994 | </message> | ||
1995 | </alert> | ||
1996 | <alert model="true" name="AddFriend" title="Add Friend"> | ||
1997 | <message name="message"> | ||
1998 | Friends can give permissions to | ||
1999 | track each other on the map and | ||
2000 | receive online status updates. | ||
2001 | |||
2002 | Offer friendship to [NAME]? | ||
2003 | </message> | ||
2004 | <option name="Offer"> | ||
2005 | Offer | ||
2006 | </option> | ||
2007 | <option name="Cancel"> | ||
2008 | Cancel | ||
2009 | </option> | ||
2010 | </alert> | ||
2011 | <alert modal="true" name="RemoveFromFriends"> | ||
2012 | <message name="message"> | ||
2013 | Do you want to remove [FIRST_NAME] [LAST_NAME] from your friends? | ||
2014 | </message> | ||
2015 | <option name="Remove"> | ||
2016 | Remove | ||
2017 | </option> | ||
2018 | <option name="Cancel"> | ||
2019 | Cancel | ||
2020 | </option> | ||
2021 | </alert> | ||
2022 | <alert modal="true" name="RemoveMultipleFromFriends"> | ||
2023 | <message name="message"> | ||
2024 | Do you want to remove multiple friends from your friends list? | ||
2025 | </message> | ||
2026 | <option name="Remove"> | ||
2027 | Remove | ||
2028 | </option> | ||
2029 | <option name="Cancel"> | ||
2030 | Cancel | ||
2031 | </option> | ||
2032 | </alert> | ||
2033 | <alert modal="true" name="GodDeleteAllScriptedPublicObjectsByUser"> | ||
2034 | <message name="message"> | ||
2035 | Are you sure you want to delete all scripted objects owned by | ||
2036 | |||
2037 | ** [AVATAR_NAME] ** | ||
2038 | |||
2039 | on all others land in this sim? | ||
2040 | </message> | ||
2041 | <option name="DELETE!!"> | ||
2042 | DELETE!! | ||
2043 | </option> | ||
2044 | <option default="true" name="Cancel"> | ||
2045 | Cancel | ||
2046 | </option> | ||
2047 | </alert> | ||
2048 | <alert modal="true" name="GodDeleteAllScriptedObjectsByUser"> | ||
2049 | <message name="message"> | ||
2050 | Are you sure you want to DELETE ALL scripted objects owned by | ||
2051 | |||
2052 | ** [AVATAR_NAME] ** | ||
2053 | |||
2054 | on ALL LAND in this sim? | ||
2055 | </message> | ||
2056 | <option name="!!DELETEALL!!"> | ||
2057 | !!DELETE ALL!! | ||
2058 | </option> | ||
2059 | <option default="true" name="Cancel"> | ||
2060 | Cancel | ||
2061 | </option> | ||
2062 | </alert> | ||
2063 | <alert modal="true" name="GodDeleteAllObjectsByUser"> | ||
2064 | <message name="message"> | ||
2065 | Are you sure you want to DELETE ALL objects (scripted or not) | ||
2066 | owned by | ||
2067 | |||
2068 | ** [AVATAR_NAME] ** | ||
2069 | |||
2070 | on ALL LAND in this sim? | ||
2071 | </message> | ||
2072 | <option name="!!DELETEALL!!"> | ||
2073 | !!DELETE ALL!! | ||
2074 | </option> | ||
2075 | <option default="true" name="Cancel"> | ||
2076 | Cancel | ||
2077 | </option> | ||
2078 | </alert> | ||
2079 | <alert modal="true" name="PublishGroupInfoToWeb"> | ||
2080 | <message name="message"> | ||
2081 | Selecting the "Publish on the Web" option allows us to publish | ||
2082 | the group name, insignia, charter, titles, and founder on the | ||
2083 | [SECOND_LIFE] website. You are responsible for indicating if any | ||
2084 | of the above content is considered Mature according to the | ||
2085 | Community Standards. | ||
2086 | </message> | ||
2087 | </alert> | ||
2088 | <alert modal="true" name="ErrorEncodingSnapshot"> | ||
2089 | <message name="message"> | ||
2090 | Error encoding snapshot! | ||
2091 | </message> | ||
2092 | </alert> | ||
2093 | <alert modal="true" name="BlankClassifiedName"> | ||
2094 | <message name="message"> | ||
2095 | You must specify a non-blank name for your classified. | ||
2096 | </message> | ||
2097 | </alert> | ||
2098 | <alert modal="true" name="MinClassifiedPrice"> | ||
2099 | <message name="message"> | ||
2100 | Price to pay for listing must be at least L$[MIN_PRICE]. | ||
2101 | |||
2102 | Please enter a higher price. | ||
2103 | </message> | ||
2104 | </alert> | ||
2105 | <alert modal="true" name="CantLoadVertexShaders"> | ||
2106 | <message name="message"> | ||
2107 | Unable to load Vertex Shaders. | ||
2108 | </message> | ||
2109 | </alert> | ||
2110 | <alert modal="true" name="ConfirmObjectDeleteLock"> | ||
2111 | <message name="message"> | ||
2112 | At least one object is locked. | ||
2113 | However, you can delete the current selection. | ||
2114 | Are you sure you want to delete these items? | ||
2115 | </message> | ||
2116 | <option name="Yes"> | ||
2117 | Yes | ||
2118 | </option> | ||
2119 | <option name="No"> | ||
2120 | No | ||
2121 | </option> | ||
2122 | </alert> | ||
2123 | <alert modal="true" name="ConfirmObjectDeleteNoCopy"> | ||
2124 | <message name="message"> | ||
2125 | At least one object is not copyable. | ||
2126 | However, you can delete the current selection. | ||
2127 | Are you sure you want to delete these items? | ||
2128 | </message> | ||
2129 | <option name="Yes"> | ||
2130 | Yes | ||
2131 | </option> | ||
2132 | <option name="No"> | ||
2133 | No | ||
2134 | </option> | ||
2135 | </alert> | ||
2136 | <alert modal="true" name="ConfirmObjectDeleteNoOwn"> | ||
2137 | <message name="message"> | ||
2138 | You do not own least one object. | ||
2139 | However, you can delete the current selection. | ||
2140 | Are you sure you want to delete these items? | ||
2141 | </message> | ||
2142 | <option name="Yes"> | ||
2143 | Yes | ||
2144 | </option> | ||
2145 | <option name="No"> | ||
2146 | No | ||
2147 | </option> | ||
2148 | </alert> | ||
2149 | <alert modal="true" name="ConfirmObjectDeleteLockNoCopy"> | ||
2150 | <message name="message"> | ||
2151 | At least one object is locked. | ||
2152 | At least one object is not copyable. | ||
2153 | However, you can delete the current selection. | ||
2154 | Are you sure you want to delete these items? | ||
2155 | </message> | ||
2156 | <option name="Yes"> | ||
2157 | Yes | ||
2158 | </option> | ||
2159 | <option name="No"> | ||
2160 | No | ||
2161 | </option> | ||
2162 | </alert> | ||
2163 | <alert modal="true" name="ConfirmObjectDeleteLockNoOwn"> | ||
2164 | <message name="message"> | ||
2165 | At least one object is locked. | ||
2166 | You do not own least one object. | ||
2167 | However, you can delete the current selection. | ||
2168 | Are you sure you want to delete these items? | ||
2169 | </message> | ||
2170 | <option name="Yes"> | ||
2171 | Yes | ||
2172 | </option> | ||
2173 | <option name="No"> | ||
2174 | No | ||
2175 | </option> | ||
2176 | </alert> | ||
2177 | <alert modal="true" name="ConfirmObjectDeleteNoCopyNoOwn"> | ||
2178 | <message name="message"> | ||
2179 | At least one object is not copyable. | ||
2180 | You do not own least one object. | ||
2181 | However, you can delete the current selection. | ||
2182 | Are you sure you want to delete these items? | ||
2183 | </message> | ||
2184 | <option name="Yes"> | ||
2185 | Yes | ||
2186 | </option> | ||
2187 | <option name="No"> | ||
2188 | No | ||
2189 | </option> | ||
2190 | </alert> | ||
2191 | <alert modal="true" name="ConfirmObjectDeleteLockNoCopyNoOwn"> | ||
2192 | <message name="message"> | ||
2193 | At least one object is locked. | ||
2194 | At least one object is not copyable. | ||
2195 | You do not own least one object. | ||
2196 | However, you can delete the current selection. | ||
2197 | Are you sure you want to delete these items? | ||
2198 | </message> | ||
2199 | <option name="Yes"> | ||
2200 | Yes | ||
2201 | </option> | ||
2202 | <option name="No"> | ||
2203 | No | ||
2204 | </option> | ||
2205 | </alert> | ||
2206 | <alert modal="true" name="ConfirmObjectTakeLock"> | ||
2207 | <message name="message"> | ||
2208 | At least one object is locked. | ||
2209 | However, you can take the current selection. | ||
2210 | Are you sure you want to take these items? | ||
2211 | </message> | ||
2212 | <option name="Yes"> | ||
2213 | Yes | ||
2214 | </option> | ||
2215 | <option default="true" name="No"> | ||
2216 | No | ||
2217 | </option> | ||
2218 | </alert> | ||
2219 | <alert modal="true" name="ConfirmObjectTakeNoOwn"> | ||
2220 | <message name="message"> | ||
2221 | You do not own all of the objects you are taking. | ||
2222 | If you continue, next owner permissions will be | ||
2223 | applied to the objects and possibly restrict your | ||
2224 | ability to modify or copy them in the future. | ||
2225 | However, you can take the current selection. | ||
2226 | Are you sure you want to take these items? | ||
2227 | </message> | ||
2228 | <option name="Yes"> | ||
2229 | Yes | ||
2230 | </option> | ||
2231 | <option default="true" name="No"> | ||
2232 | No | ||
2233 | </option> | ||
2234 | </alert> | ||
2235 | <alert modal="true" name="ConfirmObjectTakeLockNoOwn"> | ||
2236 | <message name="message"> | ||
2237 | At least one object is locked. | ||
2238 | You do not own all of the objects you are taking. | ||
2239 | If you continue, next owner permissions will be | ||
2240 | applied to the objects and possibly restrict your | ||
2241 | ability to modify or copy them in the future. | ||
2242 | However, you can take the current selection. | ||
2243 | Are you sure you want to take these items? | ||
2244 | </message> | ||
2245 | <option name="Yes"> | ||
2246 | Yes | ||
2247 | </option> | ||
2248 | <option default="true" name="No"> | ||
2249 | No | ||
2250 | </option> | ||
2251 | </alert> | ||
2252 | <alert modal="true" name="CantBuyLandAcrossMultipleRegions"> | ||
2253 | <message name="message"> | ||
2254 | Unable to buy land because selection spans multiple regions. | ||
2255 | Please select a smaller area and try again. | ||
2256 | </message> | ||
2257 | </alert> | ||
2258 | <alert modal="true" name="DeedLandToGroup"> | ||
2259 | <message name="message"> | ||
2260 | By deeding this parcel, the group will be required | ||
2261 | to have and maintain sufficient land use credits. | ||
2262 | |||
2263 | The purchase price of the land is not refunded to | ||
2264 | the owner. If a deeded parcel is sold, the sale | ||
2265 | price will be divided evenly among group members. | ||
2266 | |||
2267 | Deed this [AREA] square meters of land to the group | ||
2268 | '[GROUP_NAME]'? | ||
2269 | </message> | ||
2270 | <option name="Deed"> | ||
2271 | Deed | ||
2272 | </option> | ||
2273 | <option name="Cancel"> | ||
2274 | Cancel | ||
2275 | </option> | ||
2276 | </alert> | ||
2277 | <alert modal="true" name="DeedLandToGroupWithContribution"> | ||
2278 | <message name="message"> | ||
2279 | By deeding this parcel, the group will be required | ||
2280 | to have and maintain sufficient land use credits. | ||
2281 | |||
2282 | The deed will include a simultaneous land | ||
2283 | contribution to the group from '[FIRST_NAME] [LAST_NAME]'. | ||
2284 | |||
2285 | The purchase price of the land is not refunded to | ||
2286 | the owner. If a deeded parcel is sold, the sale | ||
2287 | price will be divided evenly among group members. | ||
2288 | |||
2289 | Deed this [AREA] square meters of land to the group | ||
2290 | '[GROUP_NAME]'? | ||
2291 | </message> | ||
2292 | <option name="Deed"> | ||
2293 | Deed | ||
2294 | </option> | ||
2295 | <option name="Cancel"> | ||
2296 | Cancel | ||
2297 | </option> | ||
2298 | </alert> | ||
2299 | <alert modal="true" name="DisplaySetToSafe"> | ||
2300 | <message name="message"> | ||
2301 | Display settings have been set to safe levels | ||
2302 | because you have specified the -safe option. | ||
2303 | </message> | ||
2304 | </alert> | ||
2305 | <alert modal="true" name="DisplaySetToRecommended"> | ||
2306 | <message name="message"> | ||
2307 | Display settings have been set to recommended levels | ||
2308 | based on your system configuration. | ||
2309 | </message> | ||
2310 | </alert> | ||
2311 | <alert modal="true" name="UnableToConnect"> | ||
2312 | <message name="message"> | ||
2313 | Unable to connect to server. | ||
2314 | Could not request domain name: [HOST_NAME] | ||
2315 | </message> | ||
2316 | </alert> | ||
2317 | <alert modal="true" name="CanNotFindServer"> | ||
2318 | <message name="message"> | ||
2319 | Unable to find the server domain name. | ||
2320 | This could be the result of a lost network connection | ||
2321 | or a server problem. | ||
2322 | |||
2323 | Please try again in a few minutes, or click Help | ||
2324 | for advice and a link to the system status web page. | ||
2325 | </message> | ||
2326 | <option name="OK"> | ||
2327 | OK | ||
2328 | </option> | ||
2329 | <option name="Help"> | ||
2330 | Help | ||
2331 | </option> | ||
2332 | </alert> | ||
2333 | <alert modal="true" name="PleaseSelectServer"> | ||
2334 | <message name="message"> | ||
2335 | Please select a server. | ||
2336 | Unable to connect to [IP_ADDRESS] | ||
2337 | </message> | ||
2338 | </alert> | ||
2339 | <alert modal="true" name="SystemMayBeDown"> | ||
2340 | <message name="message"> | ||
2341 | Unable to connect to [SECOND_LIFE] | ||
2342 | The system may be down. | ||
2343 | Please try again in a few minutes, or click Help | ||
2344 | for advice and a link to the system status web page. | ||
2345 | </message> | ||
2346 | <option name="OK"> | ||
2347 | OK | ||
2348 | </option> | ||
2349 | <option name="Help"> | ||
2350 | Help | ||
2351 | </option> | ||
2352 | </alert> | ||
2353 | <alert modal="true" name="ErrorMessage"> | ||
2354 | <message name="message"> | ||
2355 | [ERROR_MESSAGE] | ||
2356 | </message> | ||
2357 | </alert> | ||
2358 | <alert modal="true" name="AvatarMoved"> | ||
2359 | <message name="message"> | ||
2360 | Your [TYPE] location is not currently available. | ||
2361 | [HELP] | ||
2362 | You have been moved into a nearby region. | ||
2363 | </message> | ||
2364 | </alert> | ||
2365 | <alert modal="true" name="ClothingLoading"> | ||
2366 | <message name="message"> | ||
2367 | Your clothing is still downloading. | ||
2368 | You can use the world normally, and other users | ||
2369 | will see you correctly. | ||
2370 | </message> | ||
2371 | </alert> | ||
2372 | <alert modal="true" name="FirstRun"> | ||
2373 | <message name="message"> | ||
2374 | [SECOND_LIFE] installation is complete. | ||
2375 | |||
2376 | If this is your first time using [SECOND_LIFE], you will need to create | ||
2377 | an account before you can log on. | ||
2378 | |||
2379 | Return to www.secondlife.com to create a new account? | ||
2380 | </message> | ||
2381 | <option name="NewAccount..."> | ||
2382 | New Account... | ||
2383 | </option> | ||
2384 | <option name="Continue"> | ||
2385 | Continue | ||
2386 | </option> | ||
2387 | </alert> | ||
2388 | <alert modal="true" name="SetByHostFail"> | ||
2389 | <message name="message"> | ||
2390 | Unable to connect to server. | ||
2391 | Could not resolve domain name: [HOST_NAME] | ||
2392 | Please check your network connection. | ||
2393 | </message> | ||
2394 | </alert> | ||
2395 | <alert modal="true" name="LoginPacketNeverReceived"> | ||
2396 | <message name="message"> | ||
2397 | Unable to connect. Login packet never received by | ||
2398 | login server. | ||
2399 | |||
2400 | Please try again in a few minutes, or click Help | ||
2401 | for advice and a link to the system status web page. | ||
2402 | </message> | ||
2403 | <option name="OK"> | ||
2404 | OK | ||
2405 | </option> | ||
2406 | <option name="Help"> | ||
2407 | Help | ||
2408 | </option> | ||
2409 | </alert> | ||
2410 | <alert modal="true" name="WelcomeNoClothes"> | ||
2411 | <message name="message"> | ||
2412 | Your character will appear in a moment. | ||
2413 | |||
2414 | Use arrow keys to walk. | ||
2415 | |||
2416 | Press the F1 key at any time for help or | ||
2417 | to learn more about [SECOND_LIFE]. | ||
2418 | </message> | ||
2419 | </alert> | ||
2420 | <alert modal="true" name="WelcomeChooseSex" nodefault="true"> | ||
2421 | <message name="message"> | ||
2422 | Your character will appear in a moment. | ||
2423 | |||
2424 | Use arrow keys to walk. | ||
2425 | |||
2426 | Press the F1 key at any time for help or | ||
2427 | to learn more about [SECOND_LIFE]. | ||
2428 | |||
2429 | Please choose the male or female character. | ||
2430 | You can change your mind later. | ||
2431 | </message> | ||
2432 | <option name="Male"> | ||
2433 | Male | ||
2434 | </option> | ||
2435 | <option name="Female"> | ||
2436 | Female | ||
2437 | </option> | ||
2438 | </alert> | ||
2439 | <alert modal="true" name="NotEnoughCurrency"> | ||
2440 | <message name="message"> | ||
2441 | [NAME] L$ [PRICE] You don't have enough currency to do that. | ||
2442 | </message> | ||
2443 | </alert> | ||
2444 | <alert modal="true" name="GrantedModifyRights"> | ||
2445 | <message name="message"> | ||
2446 | You have been granted the privilege to modify [FIRST_NAME] [LAST_NAME]'s objects. | ||
2447 | </message> | ||
2448 | </alert> | ||
2449 | <alert modal="true" name="RevokedModifyRights"> | ||
2450 | <message name="message"> | ||
2451 | Your privilege to modify [FIRST_NAME] [LAST_NAME]'s objects has been revoked | ||
2452 | </message> | ||
2453 | </alert> | ||
2454 | <alert modal="true" name="FlushMapVisibilityCaches"> | ||
2455 | <message name="message"> | ||
2456 | This will flush the map caches on this region. | ||
2457 | |||
2458 | This is really only useful for debugging. | ||
2459 | |||
2460 | (In production, wait 5 minutes, then everyone's map will | ||
2461 | update after they relog.) | ||
2462 | </message> | ||
2463 | <option name="OK"> | ||
2464 | OK | ||
2465 | </option> | ||
2466 | <option name="Cancel"> | ||
2467 | Cancel | ||
2468 | </option> | ||
2469 | </alert> | ||
2470 | <alert modal="true" name="OnlyCopyContentsOfSingleItem"> | ||
2471 | <message name="message"> | ||
2472 | Unable to copy the contents of more than one item at a time. | ||
2473 | Please select only one object and try again. | ||
2474 | </message> | ||
2475 | <option name="OK"> | ||
2476 | OK | ||
2477 | </option> | ||
2478 | <option name="Cancel"> | ||
2479 | Cancel | ||
2480 | </option> | ||
2481 | </alert> | ||
2482 | <alert modal="true" name="KickUsersFromRegion"> | ||
2483 | <message name="message"> | ||
2484 | Teleport home all users in this region? | ||
2485 | </message> | ||
2486 | <option name="OK"> | ||
2487 | OK | ||
2488 | </option> | ||
2489 | <option name="Cancel"> | ||
2490 | Cancel | ||
2491 | </option> | ||
2492 | </alert> | ||
2493 | <alert modal="true" name="ReturnScriptedOnOthersLand"> | ||
2494 | <message name="message"> | ||
2495 | Are you sure you want to return all scripted objects owned by | ||
2496 | ** [USER_NAME] ** | ||
2497 | non all land but his/her own? | ||
2498 | </message> | ||
2499 | <option name="Return"> | ||
2500 | Return | ||
2501 | </option> | ||
2502 | <option default="true" name="Cancel"> | ||
2503 | Cancel | ||
2504 | </option> | ||
2505 | </alert> | ||
2506 | <alert modal="true" name="ReturnScriptedOnAllLand"> | ||
2507 | <message name="message"> | ||
2508 | Are you sure you want to return ALL scripted objects owned by | ||
2509 | ** [USER_NAME] ** | ||
2510 | non ALL LAND in this region? | ||
2511 | </message> | ||
2512 | <option name="Return"> | ||
2513 | Return | ||
2514 | </option> | ||
2515 | <option default="true" name="Cancel"> | ||
2516 | Cancel | ||
2517 | </option> | ||
2518 | </alert> | ||
2519 | <alert modal="true" name="InvalidTerrainBitDepth"> | ||
2520 | <message name="message"> | ||
2521 | Couldn't set region textures: | ||
2522 | |||
2523 | Terrain texture [TEXTURE_NUM] has an invalid bit depth of [TEXTURE_BIT_DEPTH]. | ||
2524 | |||
2525 | Replace texture [TEXTURE_NUM] with a 24 bit 512x512 or smaller image | ||
2526 | then click "Set" again. | ||
2527 | </message> | ||
2528 | </alert> | ||
2529 | <alert modal="true" name="InvalidTerrainSize"> | ||
2530 | <message name="message"> | ||
2531 | Couldn't set region textures: | ||
2532 | |||
2533 | Terrain texture [TEXTURE_NUM] is too large at [TEXTURE_SIZE_X]x[TEXTURE_SIZE_Y]. | ||
2534 | |||
2535 | Replace texture [TEXTURE_NUM] with a 24 bit 512x512 or smaller image | ||
2536 | then click "Set" again. | ||
2537 | </message> | ||
2538 | </alert> | ||
2539 | <alert modal="true" name="RawUploadStarted"> | ||
2540 | <message name="message"> | ||
2541 | Upload started. It may take up to two minutes, | ||
2542 | depending on your connection speed. | ||
2543 | </message> | ||
2544 | </alert> | ||
2545 | <alert modal="true" name="ConfirmBakeTerrain"> | ||
2546 | <message name="message"> | ||
2547 | Do you really want to bake the current terrain, | ||
2548 | make it the center for terrain raise/lower limits | ||
2549 | and the default for the 'Revert' tool? | ||
2550 | </message> | ||
2551 | <option name="Bake"> | ||
2552 | Bake | ||
2553 | </option> | ||
2554 | <option name="Cancel"> | ||
2555 | Cancel | ||
2556 | </option> | ||
2557 | </alert> | ||
2558 | <alert modal="true" name="MaxAllowedAgentOnRegion"> | ||
2559 | <message name="message"> | ||
2560 | You can only have [MAX_AGENTS] allowed residents. | ||
2561 | </message> | ||
2562 | </alert> | ||
2563 | <alert modal="true" name="MaxAllowedGroupsOnRegion"> | ||
2564 | <message name="message"> | ||
2565 | You can only have [MAX_GROUPS] allowed groups. | ||
2566 | </message> | ||
2567 | <option name="Bake"> | ||
2568 | Bake | ||
2569 | </option> | ||
2570 | <option name="Cancel"> | ||
2571 | Cancel | ||
2572 | </option> | ||
2573 | </alert> | ||
2574 | <alert modal="true" name="MaxBannedAgentsOnRegion"> | ||
2575 | <message name="message"> | ||
2576 | You can only have [MAX_BANNED] banned residents. | ||
2577 | </message> | ||
2578 | </alert> | ||
2579 | <alert modal="true" name="MaxManagersOnRegion"> | ||
2580 | <message name="message"> | ||
2581 | You can only have [MAX_MANAGER] banned residents. | ||
2582 | </message> | ||
2583 | </alert> | ||
2584 | <alert modal="true" name="OwnerCanNotBeDenied"> | ||
2585 | <message name="message"> | ||
2586 | Can't add estate owner to estate 'Access denied' list. | ||
2587 | </message> | ||
2588 | </alert> | ||
2589 | <alert modal="true" name="CanNotChangeAppearanceUntilLoaded"> | ||
2590 | <message name="message"> | ||
2591 | Can't change appearance until clothing and shape are loaded. | ||
2592 | </message> | ||
2593 | </alert> | ||
2594 | <alert modal="true" name="ClassifiedMustBeAlphanumeric"> | ||
2595 | <message name="message"> | ||
2596 | The name of your classified must start with a letter | ||
2597 | from A to Z or a number. No punctuation is allowed. | ||
2598 | </message> | ||
2599 | </alert> | ||
2600 | <alert modal="true" name="CantSetBuyObject"> | ||
2601 | <message name="message"> | ||
2602 | Can't set Buy Object, because the object is not for sale. | ||
2603 | Please set the object for sale and try again. | ||
2604 | </message> | ||
2605 | </alert> | ||
2606 | <alert modal="true" name="FinishedRawDownload"> | ||
2607 | <message name="message"> | ||
2608 | Finished download of raw terrain file to: | ||
2609 | [DOWNLOAD_PATH] | ||
2610 | </message> | ||
2611 | </alert> | ||
2612 | <alert modal="true" name="DownloadWindowsMandatory"> | ||
2613 | <message name="message"> | ||
2614 | A new version of [SECOND_LIFE] is available. | ||
2615 | [MESSAGE] | ||
2616 | |||
2617 | You must download this update to use the system. | ||
2618 | </message> | ||
2619 | <option name="Download"> | ||
2620 | Download | ||
2621 | </option> | ||
2622 | <option name="Quit"> | ||
2623 | Quit | ||
2624 | </option> | ||
2625 | </alert> | ||
2626 | <alert modal="true" name="DownloadWindows"> | ||
2627 | <message name="message"> | ||
2628 | An updated version of [SECOND_LIFE] is available. | ||
2629 | [MESSAGE] | ||
2630 | |||
2631 | This update is not required, but we suggest you install it to improve performance and stability. | ||
2632 | </message> | ||
2633 | <option name="Download"> | ||
2634 | Download | ||
2635 | </option> | ||
2636 | <option default="true" name="Continue"> | ||
2637 | Continue | ||
2638 | </option> | ||
2639 | </alert> | ||
2640 | <alert modal="true" name="DownloadWindowsReleaseForDownload"> | ||
2641 | <message name="message"> | ||
2642 | An updated version of [SECOND_LIFE] is available. | ||
2643 | [MESSAGE] | ||
2644 | |||
2645 | This update is not required, but we suggest you install it to improve performance and stability. | ||
2646 | </message> | ||
2647 | <option name="Download"> | ||
2648 | Download | ||
2649 | </option> | ||
2650 | <option name="Continue"> | ||
2651 | Continue | ||
2652 | </option> | ||
2653 | </alert> | ||
2654 | <alert modal="true" name="DownloadMacMandatory"> | ||
2655 | <message name="message"> | ||
2656 | A new version of [SECOND_LIFE] is available. | ||
2657 | [MESSAGE] | ||
2658 | |||
2659 | You must download this update to use the system. | ||
2660 | |||
2661 | Download to your Applications folder? | ||
2662 | </message> | ||
2663 | <option name="Download"> | ||
2664 | Download | ||
2665 | </option> | ||
2666 | <option name="Quit"> | ||
2667 | Quit | ||
2668 | </option> | ||
2669 | </alert> | ||
2670 | <alert modal="true" name="DownloadMac"> | ||
2671 | <message name="message"> | ||
2672 | An updated version of [SECOND_LIFE] is available. | ||
2673 | [MESSAGE] | ||
2674 | |||
2675 | This update is not required, but we suggest you install it to improve performance and stability. | ||
2676 | |||
2677 | Download to your Applications folder? | ||
2678 | </message> | ||
2679 | <option name="Download"> | ||
2680 | Download | ||
2681 | </option> | ||
2682 | <option default="true" name="Continue"> | ||
2683 | Continue | ||
2684 | </option> | ||
2685 | </alert> | ||
2686 | <alert modal="true" name="DownloadMacReleaseForDownload"> | ||
2687 | <message name="message"> | ||
2688 | An updated version of [SECOND_LIFE] is available. | ||
2689 | [MESSAGE] | ||
2690 | |||
2691 | This update is not required, but we suggest you install it to improve performance and stability. | ||
2692 | |||
2693 | Download to your Applications folder? | ||
2694 | </message> | ||
2695 | <option name="Download"> | ||
2696 | Download | ||
2697 | </option> | ||
2698 | <option name="Continue"> | ||
2699 | Continue | ||
2700 | </option> | ||
2701 | </alert> | ||
2702 | <alert modal="true" name="DeedObjectToGroup"> | ||
2703 | <message name="message"> | ||
2704 | Deeding this object will cause the group to: | ||
2705 | * Receive money paid into the object | ||
2706 | </message> | ||
2707 | <ignore> | ||
2708 | When deeding objects to groups | ||
2709 | </ignore> | ||
2710 | <option name="Deed"> | ||
2711 | Deed | ||
2712 | </option> | ||
2713 | <option name="Cancel"> | ||
2714 | Cancel | ||
2715 | </option> | ||
2716 | </alert> | ||
2717 | <alert modal="true" name="AddClassified"> | ||
2718 | <message name="message"> | ||
2719 | Classified ads appear in the 'Classified' section of the | ||
2720 | Find directory for one week. | ||
2721 | |||
2722 | Fill out your ad, then click 'Publish...' to add it to the | ||
2723 | directory. | ||
2724 | |||
2725 | You'll be asked for a price to pay when clicking Publish. | ||
2726 | Paying more makes your ad appear higher in the list, and | ||
2727 | also appear higher when people search for keywords. | ||
2728 | </message> | ||
2729 | <ignore> | ||
2730 | When adding a new Classified | ||
2731 | </ignore> | ||
2732 | <option name="OK"> | ||
2733 | OK | ||
2734 | </option> | ||
2735 | <option name="Cancel"> | ||
2736 | Cancel | ||
2737 | </option> | ||
2738 | </alert> | ||
2739 | <alert modal="true" name="WebLaunchGraphicsDriver"> | ||
2740 | <message name="message"> | ||
2741 | Your [VENDOR_LABLE] [CARD_NAME] graphics driver on this computer is out of date. | ||
2742 | |||
2743 | This is a piece of software that controls your graphics card. | ||
2744 | Old drivers can cause 3D graphics programs like [SECOND_LIFE] to run slowly or crash. | ||
2745 | |||
2746 | We strongly recommend upgrading to the "[DRIVER_NAME]" driver, available for free download from [VENDOR_LABLE]. | ||
2747 | |||
2748 | Would you like to go to the [SECOND_LIFE] drivers web page? | ||
2749 | </message> | ||
2750 | <ignore> | ||
2751 | When launching web browser to view driver update page | ||
2752 | </ignore> | ||
2753 | <option name="Gotopage"> | ||
2754 | Go to page | ||
2755 | </option> | ||
2756 | <option name="Cancel"> | ||
2757 | Cancel | ||
2758 | </option> | ||
2759 | </alert> | ||
2760 | <alert modal="true" name="WebLaunchGraphicsDriverIntelExtreme"> | ||
2761 | <message name="message"> | ||
2762 | Your Intel Extreme graphics driver on this computer is out of date. | ||
2763 | |||
2764 | This is a piece of software that controls your graphics card. | ||
2765 | Old drivers can cause 3D graphics programs like [SECOND_LIFE] to run slowly or crash. | ||
2766 | |||
2767 | We strongly recommend upgrading to the latest driver, available for free download from Intel. | ||
2768 | |||
2769 | Would you like to go to the [SECOND_LIFE] drivers web page? | ||
2770 | </message> | ||
2771 | <ignore> | ||
2772 | When launching web browser to view Intel driver update page | ||
2773 | </ignore> | ||
2774 | <option name="Gotopage"> | ||
2775 | Go to page | ||
2776 | </option> | ||
2777 | <option name="Cancel"> | ||
2778 | Cancel | ||
2779 | </option> | ||
2780 | </alert> | ||
2781 | <alert modal="true" name="RunningInPCI"> | ||
2782 | <message name="message"> | ||
2783 | GL indicates that the graphic driver on this system is running in PCI | ||
2784 | mode, a slower method of drawing graphics. If you're using a PCI video card, | ||
2785 | you can ignore this message. If you are using an AGP video card, you should | ||
2786 | update your motherboard drivers for improved performance in this and other | ||
2787 | 3D applications. If you are using a PCI Express graphics card you can enable | ||
2788 | AGP Graphics Acceleration from the Options panel in Preferences in [SECOND_LIFE]. | ||
2789 | </message> | ||
2790 | <ignore> | ||
2791 | When running in PCI mode | ||
2792 | </ignore> | ||
2793 | </alert> | ||
2794 | <alert modal="true" name="WebLaunchJoinNow"> | ||
2795 | <message name="message"> | ||
2796 | Go to www.secondlife.com to manage your account? | ||
2797 | </message> | ||
2798 | <ignore> | ||
2799 | When launching web browser to manage your account | ||
2800 | </ignore> | ||
2801 | <option name="OK"> | ||
2802 | OK | ||
2803 | </option> | ||
2804 | <option name="Cancel"> | ||
2805 | Cancel | ||
2806 | </option> | ||
2807 | </alert> | ||
2808 | <alert modal="true" name="WebLaunchForums"> | ||
2809 | <message name="message"> | ||
2810 | Search the [SECOND_LIFE] Knowledge Base for the latest tips and tricks. | ||
2811 | </message> | ||
2812 | <ignore> | ||
2813 | When launching web browser to view the knowledge base | ||
2814 | </ignore> | ||
2815 | <option name="Gotopage"> | ||
2816 | Go to page | ||
2817 | </option> | ||
2818 | <option name="Cancel"> | ||
2819 | Cancel | ||
2820 | </option> | ||
2821 | </alert> | ||
2822 | <alert modal="true" name="WebLaunchSupport"> | ||
2823 | <message name="message"> | ||
2824 | Contact [SECOND_LIFE] Support. | ||
2825 | </message> | ||
2826 | <ignore> | ||
2827 | When launching web browser to contact support | ||
2828 | </ignore> | ||
2829 | <option name="Gotopage"> | ||
2830 | Go to page | ||
2831 | </option> | ||
2832 | <option name="Cancel"> | ||
2833 | Cancel | ||
2834 | </option> | ||
2835 | </alert> | ||
2836 | <alert modal="true" name="WebLaunchSupportWiki"> | ||
2837 | <message name="message"> | ||
2838 | Go to the Official Linden Blog, for the Latest News and Information. | ||
2839 | </message> | ||
2840 | <ignore> | ||
2841 | When launching web browser to view the blog | ||
2842 | </ignore> | ||
2843 | <option name="Gotopage"> | ||
2844 | Go to page | ||
2845 | </option> | ||
2846 | <option name="Cancel"> | ||
2847 | Cancel | ||
2848 | </option> | ||
2849 | </alert> | ||
2850 | <alert modal="true" name="WebLaunchLSLGuide"> | ||
2851 | <message name="message"> | ||
2852 | Go to the LSL Guide for scripting help? | ||
2853 | </message> | ||
2854 | <ignore> | ||
2855 | When launching web browser to view the LSL Guide | ||
2856 | </ignore> | ||
2857 | <option name="Gotopage"> | ||
2858 | Go to page | ||
2859 | </option> | ||
2860 | <option name="Cancel"> | ||
2861 | Cancel | ||
2862 | </option> | ||
2863 | </alert> | ||
2864 | <alert modal="true" name="WebLaunchLSLWiki"> | ||
2865 | <message name="message"> | ||
2866 | Go to the LSL Wiki for scripting help? | ||
2867 | </message> | ||
2868 | <ignore> | ||
2869 | When launching web browser to view the LSL Wiki | ||
2870 | </ignore> | ||
2871 | <option name="Gotopage"> | ||
2872 | Go to page | ||
2873 | </option> | ||
2874 | <option name="Cancel"> | ||
2875 | Cancel | ||
2876 | </option> | ||
2877 | </alert> | ||
2878 | <alert modal="true" name="WebLaunchReleaseNotes"> | ||
2879 | <message name="message"> | ||
2880 | View the [SECOND_LIFE] Release Notes?. | ||
2881 | </message> | ||
2882 | <ignore> | ||
2883 | When launching web browser to view the Release Notes | ||
2884 | </ignore> | ||
2885 | <option name="Gotopage"> | ||
2886 | Go to page | ||
2887 | </option> | ||
2888 | <option name="Cancel"> | ||
2889 | Cancel | ||
2890 | </option> | ||
2891 | </alert> | ||
2892 | <alert modal="true" name="ReturnToOwner"> | ||
2893 | <message name="message"> | ||
2894 | Are you sure you want to return the selected | ||
2895 | objects to their owners? Transferable deeded | ||
2896 | objects will be returned to their previous owners. | ||
2897 | (All objects returned will return to the folder they were last in.) | ||
2898 | |||
2899 | *WARNING* No-transfer deeded objects will be deleted! | ||
2900 | </message> | ||
2901 | <ignore> | ||
2902 | When returning objects to their owners | ||
2903 | </ignore> | ||
2904 | <option name="Return"> | ||
2905 | Return | ||
2906 | </option> | ||
2907 | <option name="Cancel"> | ||
2908 | Cancel | ||
2909 | </option> | ||
2910 | </alert> | ||
2911 | <alert modal="true" name="ViewReleaseNotes"> | ||
2912 | <message name="message"> | ||
2913 | View the Second Life release notes? | ||
2914 | </message> | ||
2915 | <ignore> | ||
2916 | When viewing the release notes | ||
2917 | </ignore> | ||
2918 | <option name="Gotopage"> | ||
2919 | Go to page | ||
2920 | </option> | ||
2921 | <option name="Cancel"> | ||
2922 | Cancel | ||
2923 | </option> | ||
2924 | </alert> | ||
2925 | <alert name="GroupLeaveConfirmOfficer"> | ||
2926 | <message name="message"> | ||
2927 | You are currently an officer of the group [GROUP]. | ||
2928 | Leave Group? | ||
2929 | </message> | ||
2930 | <option name="Leave"> | ||
2931 | Leave | ||
2932 | </option> | ||
2933 | <option name="Cancel"> | ||
2934 | Cancel | ||
2935 | </option> | ||
2936 | </alert> | ||
2937 | <alert name="GroupLeaveConfirmMember"> | ||
2938 | <message name="message"> | ||
2939 | You are currently a member of the group [GROUP]. | ||
2940 | Leave Group? | ||
2941 | </message> | ||
2942 | <option name="Leave"> | ||
2943 | Leave | ||
2944 | </option> | ||
2945 | <option name="Cancel"> | ||
2946 | Cancel | ||
2947 | </option> | ||
2948 | </alert> | ||
2949 | <alert name="ConfirmKick" unique="true"> | ||
2950 | <message name="message"> | ||
2951 | Do you REALLY want to kick all users off the grid? | ||
2952 | </message> | ||
2953 | </alert> | ||
2954 | <alert modal="true" name="MuteLinden"> | ||
2955 | <message name="message"> | ||
2956 | Sorry, you cannot mute a Linden. | ||
2957 | </message> | ||
2958 | <option name="OK"> | ||
2959 | OK | ||
2960 | </option> | ||
2961 | </alert> | ||
2962 | <alert modal="true" name="MuteByName" title="Mute object by name"> | ||
2963 | <message name="message"> | ||
2964 | Mute by name only affects object chat and IM, not sounds. | ||
2965 | You must type the object's name exactly. | ||
2966 | </message> | ||
2967 | <editline> | ||
2968 | Object name | ||
2969 | </editline> | ||
2970 | <option name="OK"> | ||
2971 | OK | ||
2972 | </option> | ||
2973 | <option name="Cancel"> | ||
2974 | Cancel | ||
2975 | </option> | ||
2976 | </alert> | ||
2977 | <alert modal="true" name="MuteByNameFailed" title="Mute object by name failed"> | ||
2978 | <message name="message"> | ||
2979 | You already have muted this name. | ||
2980 | </message> | ||
2981 | <option name="OK"> | ||
2982 | OK | ||
2983 | </option> | ||
2984 | </alert> | ||
2985 | <alert name="RemoveItemWarn"> | ||
2986 | <message name="message"> | ||
2987 | Though permitted, deleting inventory may damage the | ||
2988 | object. Do you want to delete that inventory item? | ||
2989 | </message> | ||
2990 | <option name="Yes"> | ||
2991 | Yes | ||
2992 | </option> | ||
2993 | <option default="true" name="No"> | ||
2994 | No | ||
2995 | </option> | ||
2996 | </alert> | ||
2997 | <alert name="CantRateOwnedByGroup"> | ||
2998 | <message name="message"> | ||
2999 | Can't rate this object's owner, object is owned by a group. | ||
3000 | </message> | ||
3001 | <option name="OK"> | ||
3002 | OK | ||
3003 | </option> | ||
3004 | </alert> | ||
3005 | <alert name="CantOfferCallingCard"> | ||
3006 | <message name="message"> | ||
3007 | Cannot offer a calling card at this time. Please try again in a moment. | ||
3008 | </message> | ||
3009 | <option name="OK"> | ||
3010 | OK | ||
3011 | </option> | ||
3012 | </alert> | ||
3013 | <alert name="CantOfferFriendship"> | ||
3014 | <message name="message"> | ||
3015 | Cannot offer friendship at this time. Please try again in a moment. | ||
3016 | </message> | ||
3017 | <option name="OK"> | ||
3018 | OK | ||
3019 | </option> | ||
3020 | </alert> | ||
3021 | <alert name="CantSetHome"> | ||
3022 | <message name="message"> | ||
3023 | Can't set home to here. | ||
3024 | Your home must be on land you or your group owns. | ||
3025 | </message> | ||
3026 | <option name="OK"> | ||
3027 | OK | ||
3028 | </option> | ||
3029 | </alert> | ||
3030 | <alert name="BusyModeSet"> | ||
3031 | <message name="message"> | ||
3032 | Busy mode set. | ||
3033 | Chat and instant messages will be hidden. Instant | ||
3034 | messages will get your busy reply. All teleportation | ||
3035 | and inventory offers will be declined. | ||
3036 | </message> | ||
3037 | <ignore> | ||
3038 | When setting busy mode | ||
3039 | </ignore> | ||
3040 | <option name="OK"> | ||
3041 | OK | ||
3042 | </option> | ||
3043 | </alert> | ||
3044 | <alert name="NoPVPDetected"> | ||
3045 | <message name="message"> | ||
3046 | No player vs. player (PvP) abuse detected | ||
3047 | </message> | ||
3048 | <option name="OK"> | ||
3049 | OK | ||
3050 | </option> | ||
3051 | </alert> | ||
3052 | <alert name="NotecardAttachPermFail"> | ||
3053 | <message name="message"> | ||
3054 | Only items with unrestricted 'next owner' permissions | ||
3055 | can be attached to notecards. | ||
3056 | </message> | ||
3057 | <option name="OK"> | ||
3058 | OK | ||
3059 | </option> | ||
3060 | </alert> | ||
3061 | <alert name="JoinedTooManyGroupsMember"> | ||
3062 | <message name="message"> | ||
3063 | You are a member of too many groups to join | ||
3064 | another one. Please leave at least one group | ||
3065 | before joining this one, or decline the offer. | ||
3066 | To leave a group select the 'My Groups..' option | ||
3067 | from the 'Edit' menu. | ||
3068 | [NAME] has invited you to join a group as a member. | ||
3069 | [INVITE] | ||
3070 | </message> | ||
3071 | <option name="Join"> | ||
3072 | Join | ||
3073 | </option> | ||
3074 | <option name="Decline"> | ||
3075 | Decline | ||
3076 | </option> | ||
3077 | </alert> | ||
3078 | <alert name="JoinedTooManyGroupsOfficer"> | ||
3079 | <message name="message"> | ||
3080 | You are a member of too many groups to join | ||
3081 | another one. Please leave at least one group | ||
3082 | before joining this one, or decline the offer. | ||
3083 | To leave a group select the 'My Groups..' option | ||
3084 | from the 'Edit' menu. | ||
3085 | [NAME] has invited you to join a group as an officer. | ||
3086 | [INVITE] | ||
3087 | </message> | ||
3088 | <option name="Join"> | ||
3089 | Join | ||
3090 | </option> | ||
3091 | <option name="Decline"> | ||
3092 | Decline | ||
3093 | </option> | ||
3094 | </alert> | ||
3095 | <alert name="HandleRateOwner"> | ||
3096 | <message name="message"> | ||
3097 | Can't rate this object's owner, object is owned by a group. | ||
3098 | </message> | ||
3099 | <option name="OK"> | ||
3100 | OK | ||
3101 | </option> | ||
3102 | </alert> | ||
3103 | <alert name="KickUser"> | ||
3104 | <message name="message"> | ||
3105 | Kick this user with what message? | ||
3106 | </message> | ||
3107 | <editline> | ||
3108 | An administrator has logged you off. | ||
3109 | </editline> | ||
3110 | <option name="OK"> | ||
3111 | OK | ||
3112 | </option> | ||
3113 | <option name="Cancel"> | ||
3114 | Cancel | ||
3115 | </option> | ||
3116 | </alert> | ||
3117 | <alert name="KickAllUsers"> | ||
3118 | <message name="message"> | ||
3119 | Kick everyone currently on the grid with what message? | ||
3120 | </message> | ||
3121 | <editline> | ||
3122 | An administrator has logged you off. | ||
3123 | </editline> | ||
3124 | <option name="OK"> | ||
3125 | OK | ||
3126 | </option> | ||
3127 | <option name="Cancel"> | ||
3128 | Cancel | ||
3129 | </option> | ||
3130 | </alert> | ||
3131 | <alert name="FreezeUser"> | ||
3132 | <message name="message"> | ||
3133 | Freeze this user with what message? | ||
3134 | </message> | ||
3135 | <editline> | ||
3136 | You have been frozen. You cannot move or chat. An administrator will contact you via instant message (IM). | ||
3137 | </editline> | ||
3138 | <option name="OK"> | ||
3139 | OK | ||
3140 | </option> | ||
3141 | <option name="Cancel"> | ||
3142 | Cancel | ||
3143 | </option> | ||
3144 | </alert> | ||
3145 | <alert name="UnFreezeUser"> | ||
3146 | <message name="message"> | ||
3147 | Unfreeze this user with what message? | ||
3148 | </message> | ||
3149 | <editline> | ||
3150 | You are no longer frozen. | ||
3151 | </editline> | ||
3152 | <option name="OK"> | ||
3153 | OK | ||
3154 | </option> | ||
3155 | <option name="Cancel"> | ||
3156 | Cancel | ||
3157 | </option> | ||
3158 | </alert> | ||
3159 | <alert name="ExpungeUser"> | ||
3160 | <message name="message"> | ||
3161 | Enter the agent id of a user to expunge | ||
3162 | </message> | ||
3163 | <editline /> | ||
3164 | <option name="OK"> | ||
3165 | OK | ||
3166 | </option> | ||
3167 | <option name="Cancel"> | ||
3168 | Cancel | ||
3169 | </option> | ||
3170 | </alert> | ||
3171 | <alert modal="true" name="OfferTeleport"> | ||
3172 | <message name="message"> | ||
3173 | Offer a teleport to your location with the following message? | ||
3174 | </message> | ||
3175 | <editline> | ||
3176 | Join me in [REGION] | ||
3177 | </editline> | ||
3178 | <option name="OK"> | ||
3179 | OK | ||
3180 | </option> | ||
3181 | <option name="Cancel"> | ||
3182 | Cancel | ||
3183 | </option> | ||
3184 | </alert> | ||
3185 | <alert modal="true" name="OfferTeleportFromGod"> | ||
3186 | <message name="message"> | ||
3187 | God summon user to your location? | ||
3188 | </message> | ||
3189 | <editline> | ||
3190 | Join me in [REGION] | ||
3191 | </editline> | ||
3192 | <option name="OK"> | ||
3193 | OK | ||
3194 | </option> | ||
3195 | <option name="Cancel"> | ||
3196 | Cancel | ||
3197 | </option> | ||
3198 | </alert> | ||
3199 | <alert name="MessageEstate" title="Message everyone in your Estate"> | ||
3200 | <message name="message"> | ||
3201 | Type a short announcement which will be | ||
3202 | sent to everyone currently in your estate. | ||
3203 | </message> | ||
3204 | <editline /> | ||
3205 | <option name="OK"> | ||
3206 | OK | ||
3207 | </option> | ||
3208 | <option name="Cancel"> | ||
3209 | Cancel | ||
3210 | </option> | ||
3211 | </alert> | ||
3212 | <alert name="ChangeLindenEstate" title="Change Linden Estate"> | ||
3213 | <message name="message"> | ||
3214 | You are about to change a Linden owned estate (mainland, | ||
3215 | teen grid, orientation, etc.). | ||
3216 | |||
3217 | This is EXTREMELY DANGEROUS because it can fundamentally | ||
3218 | affect the user experience. On the mainland, it will change | ||
3219 | thousands of regions and make the spaceserver hiccup. | ||
3220 | |||
3221 | Proceed? | ||
3222 | </message> | ||
3223 | <option name="ChangeEstate"> | ||
3224 | Change Estate | ||
3225 | </option> | ||
3226 | <option name="Cancel"> | ||
3227 | Cancel | ||
3228 | </option> | ||
3229 | </alert> | ||
3230 | <alert name="ChangeLindenAccess" title="Change Linden Estate Access"> | ||
3231 | <message name="message"> | ||
3232 | You are about to change the access list for a Linden owned | ||
3233 | estate (mainland, teen grid, orientation, etc.). | ||
3234 | |||
3235 | This is DANGEROUS and should only be done to invoke the | ||
3236 | hack allowing objects/money to be transfered in/out of | ||
3237 | a grid. | ||
3238 | |||
3239 | It will change thousands of regions and make the | ||
3240 | spaceserver hiccup. | ||
3241 | |||
3242 | Proceed? | ||
3243 | </message> | ||
3244 | <option name="ChangeEstate"> | ||
3245 | Change Estate | ||
3246 | </option> | ||
3247 | <option name="Cancel"> | ||
3248 | Cancel | ||
3249 | </option> | ||
3250 | </alert> | ||
3251 | <alert name="EstateAllowedAgentAdd" title="Select estate"> | ||
3252 | <message name="message"> | ||
3253 | Add to allowed list for this estate only or for [ALL_ESTATES]? | ||
3254 | </message> | ||
3255 | <option name="ThisEstate"> | ||
3256 | This Estate | ||
3257 | </option> | ||
3258 | <option name="AllEstates"> | ||
3259 | All Estates | ||
3260 | </option> | ||
3261 | <option name="Cancel"> | ||
3262 | Cancel | ||
3263 | </option> | ||
3264 | </alert> | ||
3265 | <alert name="EstateAllowedAgentRemove" title="Select estate"> | ||
3266 | <message name="message"> | ||
3267 | Remove from allowed list for this estate only or for [ALL_ESTATES]? | ||
3268 | </message> | ||
3269 | <option name="ThisEstate"> | ||
3270 | This Estate | ||
3271 | </option> | ||
3272 | <option name="AllEstates"> | ||
3273 | All Estates | ||
3274 | </option> | ||
3275 | <option name="Cancel"> | ||
3276 | Cancel | ||
3277 | </option> | ||
3278 | </alert> | ||
3279 | <alert name="EstateAllowedGroupAdd" title="Select estate"> | ||
3280 | <message name="message"> | ||
3281 | Add to group allowed list for this estate only or for [ALL_ESTATES]? | ||
3282 | </message> | ||
3283 | <option name="ThisEstate"> | ||
3284 | This Estate | ||
3285 | </option> | ||
3286 | <option name="AllEstates"> | ||
3287 | All Estates | ||
3288 | </option> | ||
3289 | <option name="Cancel"> | ||
3290 | Cancel | ||
3291 | </option> | ||
3292 | </alert> | ||
3293 | <alert name="EstateAllowedGroupRemove" title="Select estate"> | ||
3294 | <message name="message"> | ||
3295 | Remove from group allowed list for this estate only or [ALL_ESTATES]? | ||
3296 | </message> | ||
3297 | <option name="ThisEstate"> | ||
3298 | This Estate | ||
3299 | </option> | ||
3300 | <option name="AllEstates"> | ||
3301 | All Estates | ||
3302 | </option> | ||
3303 | <option name="Cancel"> | ||
3304 | Cancel | ||
3305 | </option> | ||
3306 | </alert> | ||
3307 | <alert name="EstateBannedAgentAdd" title="Select estate"> | ||
3308 | <message name="message"> | ||
3309 | Deny access for this estate only or for [ALL_ESTATES]? | ||
3310 | </message> | ||
3311 | <option name="ThisEstate"> | ||
3312 | This Estate | ||
3313 | </option> | ||
3314 | <option name="AllEstates"> | ||
3315 | All Estates | ||
3316 | </option> | ||
3317 | <option name="Cancel"> | ||
3318 | Cancel | ||
3319 | </option> | ||
3320 | </alert> | ||
3321 | <alert name="EstateBannedAgentRemove" title="Select estate"> | ||
3322 | <message name="message"> | ||
3323 | Stop denying access for this estate only or for [ALL_ESTATES]? | ||
3324 | </message> | ||
3325 | <option name="ThisEstate"> | ||
3326 | This Estate | ||
3327 | </option> | ||
3328 | <option name="AllEstates"> | ||
3329 | All Estates | ||
3330 | </option> | ||
3331 | <option name="Cancel"> | ||
3332 | Cancel | ||
3333 | </option> | ||
3334 | </alert> | ||
3335 | <alert name="EstateManagerAdd" title="Select estate"> | ||
3336 | <message name="message"> | ||
3337 | Add estate manager for this estate only or for all your estates? | ||
3338 | </message> | ||
3339 | <option name="ThisEstate"> | ||
3340 | This Estate | ||
3341 | </option> | ||
3342 | <option name="AllEstates"> | ||
3343 | All Estates | ||
3344 | </option> | ||
3345 | <option name="Cancel"> | ||
3346 | Cancel | ||
3347 | </option> | ||
3348 | </alert> | ||
3349 | <alert name="EstateManagerRemove" title="Select estate"> | ||
3350 | <message name="message"> | ||
3351 | Remove estate manager for this estate only or for all your estates? | ||
3352 | </message> | ||
3353 | <option name="ThisEstate"> | ||
3354 | This Estate | ||
3355 | </option> | ||
3356 | <option name="AllEstates"> | ||
3357 | All Estates | ||
3358 | </option> | ||
3359 | <option name="Cancel"> | ||
3360 | Cancel | ||
3361 | </option> | ||
3362 | </alert> | ||
3363 | <alert name="EstateCovenantChange" title="Select estate"> | ||
3364 | <message name="message"> | ||
3365 | Change Covenant Message for this estate only or for [ALL_ESTATES]? | ||
3366 | </message> | ||
3367 | <option name="ThisEstate"> | ||
3368 | This Estate | ||
3369 | </option> | ||
3370 | <option name="AllEstates"> | ||
3371 | All Estates | ||
3372 | </option> | ||
3373 | <option name="Cancel"> | ||
3374 | Cancel | ||
3375 | </option> | ||
3376 | </alert> | ||
3377 | <alert name="EstateKickUser" title="Confirm Kick"> | ||
3378 | <message name="message"> | ||
3379 | Kick [EVIL_USER] from this estate? | ||
3380 | </message> | ||
3381 | <option name="Kick"> | ||
3382 | Kick | ||
3383 | </option> | ||
3384 | <option name="Cancel"> | ||
3385 | Cancel | ||
3386 | </option> | ||
3387 | </alert> | ||
3388 | <alert modal="true" name="EstateChangeCovenant"> | ||
3389 | <message name="message"> | ||
3390 | Are you sure you want to change the Estate Covenant? | ||
3391 | </message> | ||
3392 | <option name="Change"> | ||
3393 | Change | ||
3394 | </option> | ||
3395 | <option name="Cancel"> | ||
3396 | Cancel | ||
3397 | </option> | ||
3398 | </alert> | ||
3399 | <alert modal="true" name="ProblemImportingEstateCovenant"> | ||
3400 | <message name="message"> | ||
3401 | Problem importing estate covenant. | ||
3402 | </message> | ||
3403 | <option name="OK"> | ||
3404 | OK | ||
3405 | </option> | ||
3406 | </alert> | ||
3407 | <alert modal="true" name="UnableToLoadNotecard"> | ||
3408 | <message name="message"> | ||
3409 | Unable to load notecard's asset at this time. | ||
3410 | </message> | ||
3411 | <option name="OK"> | ||
3412 | OK | ||
3413 | </option> | ||
3414 | </alert> | ||
3415 | <alert modal="true" name="NotAllowedToViewNotecard"> | ||
3416 | <message name="message"> | ||
3417 | Insufficient permissions to view notecard associated with asset ID requested. | ||
3418 | </message> | ||
3419 | <option name="OK"> | ||
3420 | OK | ||
3421 | </option> | ||
3422 | </alert> | ||
3423 | <alert modal="true" name="MissingNotecardAssetID"> | ||
3424 | <message name="message"> | ||
3425 | Asset ID for notecard is missing from database. | ||
3426 | </message> | ||
3427 | <option name="OK"> | ||
3428 | OK | ||
3429 | </option> | ||
3430 | </alert> | ||
3431 | <alert name="PublishClassified"> | ||
3432 | <message name="message"> | ||
3433 | Remember: Classified ad fees are non-refundable. | ||
3434 | |||
3435 | Publish this classified now for L$[AMOUNT]? | ||
3436 | </message> | ||
3437 | <option name="Publish"> | ||
3438 | Publish | ||
3439 | </option> | ||
3440 | <option name="Cancel"> | ||
3441 | Cancel | ||
3442 | </option> | ||
3443 | </alert> | ||
3444 | <alert name="ConfirmRestart" title="Confirm restart"> | ||
3445 | <message name="message"> | ||
3446 | Do you really want to restart this region in 2 minutes? | ||
3447 | </message> | ||
3448 | <option name="Restart"> | ||
3449 | Restart | ||
3450 | </option> | ||
3451 | <option name="Cancel"> | ||
3452 | Cancel | ||
3453 | </option> | ||
3454 | </alert> | ||
3455 | <alert name="MessageRegion" title="Message everyone in this region"> | ||
3456 | <message name="message"> | ||
3457 | Type a short announcement which will be | ||
3458 | sent to everyone in this region. | ||
3459 | </message> | ||
3460 | <editline /> | ||
3461 | <option name="OK"> | ||
3462 | OK | ||
3463 | </option> | ||
3464 | <option name="Cancel"> | ||
3465 | Cancel | ||
3466 | </option> | ||
3467 | </alert> | ||
3468 | <alert modal="true" name="HelpRegionBlockTerraform" title="Block Terraform"> | ||
3469 | <message name="message"> | ||
3470 | If this box is checked, land owners will not be able to terraform | ||
3471 | their land regardless of the per-parcel 'Edit Terrain' setting. | ||
3472 | |||
3473 | Default: off | ||
3474 | </message> | ||
3475 | </alert> | ||
3476 | <alert modal="true" name="HelpRegionBlockFly" title="Block Fly"> | ||
3477 | <message name="message"> | ||
3478 | If this box is checked, people will not be able to fly in this region | ||
3479 | regardless of the per-parcel 'Fly' setting. | ||
3480 | |||
3481 | Default: off | ||
3482 | </message> | ||
3483 | </alert> | ||
3484 | <alert modal="true" name="HelpRegionAllowDamage" title="Allow Damange"> | ||
3485 | <message name="message"> | ||
3486 | Checking this box enables the health system across all parcels | ||
3487 | regardless of individual parcel settings. If this box is left | ||
3488 | unchecked, individual parcel owners will still be able to | ||
3489 | activate the health system on their parcels. | ||
3490 | |||
3491 | Default: off | ||
3492 | </message> | ||
3493 | </alert> | ||
3494 | <alert modal="true" name="HelpRegionAgentLimit" title="Agent Limit"> | ||
3495 | <message name="message"> | ||
3496 | Sets the maximum number of avatars allowed in this region. | ||
3497 | Note that the more avatars you have in one region, the worse | ||
3498 | the performance can be. | ||
3499 | |||
3500 | Default: 30 | ||
3501 | </message> | ||
3502 | </alert> | ||
3503 | <alert modal="true" name="HelpRegionObjectBonus" title="Object Bonus"> | ||
3504 | <message name="message"> | ||
3505 | The Object Bonus is a multiplier for primitives allowed on any given | ||
3506 | parcel. The range allowed is 1 to 10. Set at '1' each 512m2 parcel | ||
3507 | would be allowed 117 objects. Set at '2' each 512m2 parcel would be | ||
3508 | allowed 234, or twice as many, and so on. The max number of objects | ||
3509 | allowed per region remains 15,000 no matter what the value set for | ||
3510 | Object Bonus. Once this value is set, it should not be lowered until | ||
3511 | you are certain that changing it will not force return or deletion of | ||
3512 | the objects currently on parcels. | ||
3513 | |||
3514 | Default: 1.0 | ||
3515 | </message> | ||
3516 | </alert> | ||
3517 | <alert modal="true" name="HelpRegionMaturity" title="Maturity"> | ||
3518 | <message name="message"> | ||
3519 | Sets the maturity of the region, as shown in the upper right hand | ||
3520 | corner of the screen and in pop-up tips on the map. Maturity | ||
3521 | also affects search results - residents can choose not to find | ||
3522 | content in Mature regions. | ||
3523 | |||
3524 | The pop-up tips on the map will not change for 5 minutes, because | ||
3525 | the system only updates map information periodically. | ||
3526 | |||
3527 | Default: PG | ||
3528 | </message> | ||
3529 | </alert> | ||
3530 | <alert modal="true" name="HelpRegionRestrictPushObject" title="Restrict Pushing"> | ||
3531 | <message name="message"> | ||
3532 | Sets the full region to restricted push permissions. | ||
3533 | Agents may only push themselves, or be pushed by scripts owned by | ||
3534 | the owner of a parcel, or that are set to the group of the parcel, | ||
3535 | assuming the parcel has a group set/deeded. | ||
3536 | Push refers to the llPushObject() LSL function. | ||
3537 | |||
3538 | Default: Off | ||
3539 | </message> | ||
3540 | </alert> | ||
3541 | <alert modal="true" name="HelpParcelChanges" title="Parcel Join/Subdivide"> | ||
3542 | <message name="message"> | ||
3543 | Sets whether or not parcels not owned by the estate owner | ||
3544 | can be joined or subdivided. | ||
3545 | If this option is unchecked: | ||
3546 | * Only estate owners or managers can join or subdivide parcels. | ||
3547 | * They may only join or subdivide parcels belonging to the owner, | ||
3548 | or to a group where they have the appropriate group powers. | ||
3549 | If this option is checked: | ||
3550 | * All parcel owners can join or subdivide the parcels they own. | ||
3551 | * For group owned parcels, those with appropriate group powers | ||
3552 | may join or subdivide parcels. | ||
3553 | |||
3554 | Default: Checked | ||
3555 | </message> | ||
3556 | </alert> | ||
3557 | <alert modal="true" name="RegionMaturityChange" title="Changed Region Maturity"> | ||
3558 | <message name="message"> | ||
3559 | The maturity rating for this region has been updated. | ||
3560 | |||
3561 | The world map, however, will take approximately 5 minutes | ||
3562 | to update, because the system only updates map information | ||
3563 | periodically. | ||
3564 | </message> | ||
3565 | </alert> | ||
3566 | <alert modal="true" name="HelpRegionLandResell" title="Land Resale"> | ||
3567 | <message name="message"> | ||
3568 | Estate owners and managers can sell any land owned by the estate owner. | ||
3569 | If this option is left unchecked, buyers cannot resell their land in this region. | ||
3570 | If this option is checked, buyers can resell their land in this region. | ||
3571 | |||
3572 | Default: Disallow | ||
3573 | </message> | ||
3574 | </alert> | ||
3575 | <alert modal="true" name="HelpEstateCovenantID" title="Covenant Asset ID"> | ||
3576 | <message name="message"> | ||
3577 | Sets the notecard asset ID for the Estate Covenant belonging to this | ||
3578 | estate. | ||
3579 | |||
3580 | Default: 00000000-0000-0000-0000-000000000000 or none | ||
3581 | </message> | ||
3582 | </alert> | ||
3583 | <alert modal="true" name="HelpRegionDisableScripts" title="Disable Scripts"> | ||
3584 | <message name="message"> | ||
3585 | When sim performance is poor, a script may be to blame. Open the | ||
3586 | Statistics Bar (Ctrl-Shift-1). Look at the Simulator Physics FPS. | ||
3587 | If it is lower than 45 then open the 'Time' panel located at the | ||
3588 | bottom of the Stats Bar. If Script Time reads 25 ms or higher, click | ||
3589 | the 'Get Top Scripts' button. You will be given the name and location | ||
3590 | of scripts that may be causing poor performance. | ||
3591 | |||
3592 | Checking the 'Disable Scripts' box and then pressing the 'Apply' | ||
3593 | button will temporarily disable all scripts in this region. You may | ||
3594 | need to do this in order to travel to the location of a noted | ||
3595 | 'top script'. Once you have arrived at the location, investigate the | ||
3596 | script to determine if it is causing the problem. You may want to | ||
3597 | contact the owner of the script or delete or return the object. | ||
3598 | Uncheck the 'Disable Script' box and then 'Apply' to reactivate | ||
3599 | the scripts in the region. | ||
3600 | |||
3601 | Default: off | ||
3602 | </message> | ||
3603 | </alert> | ||
3604 | <alert modal="true" name="HelpRegionDisableCollisions" title="Disable Collisions"> | ||
3605 | <message name="message"> | ||
3606 | When sim performance is poor, physical objects may be to blame. | ||
3607 | Open the Statistics Bar (Ctrl-Shift-1). Look at the Simulator | ||
3608 | Physics FPS. If it is lower than 45 then open the 'Time' panel | ||
3609 | located at the bottom of the Stats Bar. If Sim Time (Physics) | ||
3610 | reads 20 ms or higher, click the 'Get Top Colliders' button. | ||
3611 | You will be given the name and location of physical objects | ||
3612 | that may be causing poor performance. | ||
3613 | |||
3614 | Checking the 'Disable Collisions' box and then pressing the 'Apply' | ||
3615 | button will temporarily disable object-object collisions. You may | ||
3616 | need to do this in order to travel to the location of a noted | ||
3617 | 'top collider'. Once you have arrived at the location, investigate the | ||
3618 | object - is it constantly colliding with other objects? You may want to | ||
3619 | contact the owner of the object or delete or return the object. | ||
3620 | Uncheck the 'Disable Collisions' box and then 'Apply' to reactivate | ||
3621 | collisions in the region. | ||
3622 | |||
3623 | Default: off | ||
3624 | </message> | ||
3625 | </alert> | ||
3626 | <alert modal="true" name="HelpRegionDisablePhysics" title="Disable Physics"> | ||
3627 | <message name="message"> | ||
3628 | Disable Physics is similar to Disable Collisions, except all | ||
3629 | physics simulation is disabled. This means that not only will | ||
3630 | objects stop colliding, but avatars will be unable to move. | ||
3631 | |||
3632 | This should only be used when Disable Collisions does not | ||
3633 | give back enough performance to the region to investigate | ||
3634 | a physics problem or 'Top Collider'. | ||
3635 | |||
3636 | Be sure to re-enable physics when you are done, or avatars | ||
3637 | will continue to be unable to move. | ||
3638 | |||
3639 | Default: off | ||
3640 | </message> | ||
3641 | </alert> | ||
3642 | <alert modal="true" name="HelpRegionTopColliders" title="Top Colliders"> | ||
3643 | <message name="message"> | ||
3644 | Show a list of objects experiencing the greatest number | ||
3645 | of potential object-object collisions. These objects can | ||
3646 | slow sim performance. Select View > Statistics Bar and | ||
3647 | look under Simulator > Time > Sim Time (Physics) to see | ||
3648 | if more than 20 ms is being spent in physics. | ||
3649 | </message> | ||
3650 | </alert> | ||
3651 | <alert modal="true" name="HelpRegionTopScripts" title="Top Scripts"> | ||
3652 | <message name="message"> | ||
3653 | Show a list of objects spending the most time running | ||
3654 | LSL scripts. These objects can slow sim performance. | ||
3655 | Select View > Statistics Bar and look under | ||
3656 | Simulator > Time > Script Time to see if more than | ||
3657 | 25 ms is being spent in scripts. | ||
3658 | </message> | ||
3659 | </alert> | ||
3660 | <alert modal="true" name="HelpRegionRestart" title="Restart Region"> | ||
3661 | <message name="message"> | ||
3662 | Restart the server process running this region after a | ||
3663 | two minute warning. All residents in the region will be | ||
3664 | disconnected. The region will save its data, and should | ||
3665 | come back up within 90 seconds. | ||
3666 | |||
3667 | Restarting the region will not fix most performance | ||
3668 | problems, and should usually be used only when directed. | ||
3669 | </message> | ||
3670 | </alert> | ||
3671 | <alert modal="true" name="HelpRegionWaterHeight" title="Water Height"> | ||
3672 | <message name="message"> | ||
3673 | This is the height in meters where water appears. If | ||
3674 | this setting is anything other than 20 and you have | ||
3675 | water that is adjacent to the edge of world or 'void' | ||
3676 | water, there will be a visible gap. | ||
3677 | |||
3678 | Default: 20 | ||
3679 | </message> | ||
3680 | </alert> | ||
3681 | <alert modal="true" name="HelpRegionTerrainRaise" title="Terrain Raise"> | ||
3682 | <message name="message"> | ||
3683 | This is the distance that parcel owners can raise | ||
3684 | their terrain above the 'baked' terrain default | ||
3685 | height. | ||
3686 | |||
3687 | Default: 4 | ||
3688 | </message> | ||
3689 | </alert> | ||
3690 | <alert modal="true" name="HelpRegionTerrainLower" title="Terrain Lower"> | ||
3691 | <message name="message"> | ||
3692 | This is the distance that parcel owners can lower | ||
3693 | their terrain below the 'baked' terrain default | ||
3694 | height. | ||
3695 | |||
3696 | Default: -4 | ||
3697 | </message> | ||
3698 | </alert> | ||
3699 | <alert modal="true" name="HelpRegionUploadRaw" title="Upload RAW Terrain"> | ||
3700 | <message name="message"> | ||
3701 | This button uploads a .RAW file to the region you are in. | ||
3702 | The file must have the correct dimensions/number of channels: | ||
3703 | RGB, 256x256 and 13 channels. The best way to create a | ||
3704 | terrain file is to download the existing RAW file. A good | ||
3705 | first step is to modify the first channel (land height), | ||
3706 | and upload it. | ||
3707 | |||
3708 | The upload can take up to 45 seconds. Note that uploading a | ||
3709 | terrain file *will not* move the objects that are on the land, | ||
3710 | only the terrain itself and the permissions associated with the | ||
3711 | parcels. This can result in objects going underground. | ||
3712 | |||
3713 | For more information on editing region height fields, go to: | ||
3714 | http://secondlife.com/tiki/tiki-index.php?page=RawTerrainFile | ||
3715 | </message> | ||
3716 | </alert> | ||
3717 | <alert modal="true" name="HelpRegionDownloadRaw" title="Download RAW Terrain"> | ||
3718 | <message name="message"> | ||
3719 | This button downloads a file containing the height field data, | ||
3720 | parcel dimensions, parcel for sale status and some parcel permissions | ||
3721 | for this region. When opening the file in a program such as | ||
3722 | Photoshop you must specify the document's dimensions which | ||
3723 | are: RGB, 256x256 with 13 channels. This terrain file cannot | ||
3724 | be opened in any other way. | ||
3725 | |||
3726 | For more information on editing region height fields, go to: | ||
3727 | http://secondlife.com/tiki/tiki-index.php?page=RawTerrainFile | ||
3728 | </message> | ||
3729 | </alert> | ||
3730 | <alert modal="true" name="HelpRegionUseEstateSun" title="Use Estate Sun"> | ||
3731 | <message name="message"> | ||
3732 | This checkbox makes the sun position in this region the | ||
3733 | same as the sun position in the rest of the estate. | ||
3734 | |||
3735 | Default: on | ||
3736 | </message> | ||
3737 | </alert> | ||
3738 | <alert modal="true" name="HelpRegionFixedSun" title="Fixed Sun"> | ||
3739 | <message name="message"> | ||
3740 | This checkbox sets the sun position to the position | ||
3741 | in the Phase slider and stops the sun from moving. | ||
3742 | |||
3743 | Default: off | ||
3744 | </message> | ||
3745 | </alert> | ||
3746 | <alert modal="true" name="HelpRegionBakeTerrain" title="Bake Terrain"> | ||
3747 | <message name="message"> | ||
3748 | This button saves the current shape of the terrain as the | ||
3749 | new default for the region. Once baked, the land can revert | ||
3750 | to the saved shape whenever you or others use the Edit Terrain | ||
3751 | 'Revert' option/tool. The baked terrain is also the middle | ||
3752 | point for the terrain raise and lower limits. | ||
3753 | </message> | ||
3754 | </alert> | ||
3755 | <alert modal="true" name="HelpEstateEstateManager" title="Estate Managers"> | ||
3756 | <message name="message"> | ||
3757 | An estate manager is a resident to whom you have delegated | ||
3758 | control of region and estate settings. An estate manager | ||
3759 | can change any setting in these panels, except for uploading, | ||
3760 | downloading, and baking terrain. In particular, they can | ||
3761 | allow or ban residents from your estate. | ||
3762 | |||
3763 | Estate managers can only be added or removed by the owner | ||
3764 | of the estate, not by each other. Please only choose | ||
3765 | residents you trust as estate managers, as you will be | ||
3766 | ultimately responsible for their actions. | ||
3767 | </message> | ||
3768 | </alert> | ||
3769 | <alert modal="true" name="HelpEstateUseGlobalTime" title="Use Global Time"> | ||
3770 | <message name="message"> | ||
3771 | This checkbox makes the sun in your estate follow | ||
3772 | the same position as on the Linden-owned 'mainland' | ||
3773 | estates. | ||
3774 | |||
3775 | Default: on | ||
3776 | </message> | ||
3777 | </alert> | ||
3778 | <alert modal="true" name="HelpEstateFixedSun" title="Fixed Sun"> | ||
3779 | <message name="message"> | ||
3780 | This checkbox sets the sun position to the position | ||
3781 | in the Phase slider and stops the sun from moving. | ||
3782 | </message> | ||
3783 | </alert> | ||
3784 | <alert modal="true" name="HelpEstateExternallyVisible" title="Public Access"> | ||
3785 | <message name="message"> | ||
3786 | Sets whether residents who are on other estates can enter this | ||
3787 | estate without being on an access list. | ||
3788 | |||
3789 | Default: on | ||
3790 | </message> | ||
3791 | </alert> | ||
3792 | <alert modal="true" name="HelpEstateAllowDirectTeleport" title="Allow Direct Teleport"> | ||
3793 | <message name="message"> | ||
3794 | When checked, allows residents to directly teleport to any | ||
3795 | point in your estate. When unchecked, residents teleport | ||
3796 | to the nearest telehub. | ||
3797 | |||
3798 | Default: off | ||
3799 | </message> | ||
3800 | </alert> | ||
3801 | <alert modal="true" name="HelpEstateAllowResident" title="Allow Access"> | ||
3802 | <message name="message"> | ||
3803 | If any resident is listed here, access to the estate will be | ||
3804 | limited to residents on this list and groups listed below. | ||
3805 | |||
3806 | (If the estate is visible from the mainland, access cannot be | ||
3807 | limited to a resident or group list, and these controls will be | ||
3808 | disabled. Only the 'access denied' list will be used.) | ||
3809 | </message> | ||
3810 | </alert> | ||
3811 | <alert modal="true" name="HelpEstateAllowGroup" title="Allow Group Access"> | ||
3812 | <message name="message"> | ||
3813 | If any group is listed here, access to the estate will be | ||
3814 | limited to the groups on this list and residents specifically | ||
3815 | allowed above. | ||
3816 | |||
3817 | (If the estate is visible from the mainland, access cannot be | ||
3818 | limited to a resident or group list, and these controls will be | ||
3819 | disabled. Only the 'access denied' list will be used.) | ||
3820 | </message> | ||
3821 | </alert> | ||
3822 | <alert modal="true" name="HelpEstateBanResident" title="Deny Access"> | ||
3823 | <message name="message"> | ||
3824 | Residents on this list are denied access to your estate, | ||
3825 | regardless of the allow and group settings above. | ||
3826 | |||
3827 | Adding a resident to this list will remove them from | ||
3828 | the allow list. | ||
3829 | </message> | ||
3830 | </alert> | ||
3831 | <alert modal="true" name="HelpEstateCovenant" title="Estate Covenant"> | ||
3832 | <message name="message"> | ||
3833 | Setting an estate covenant enables you to sell parcels | ||
3834 | within that estate. If a covenant is not set, you cannot | ||
3835 | sell the land. The notecard for your covenant can be empty | ||
3836 | if you do not wish to apply any rules or advise buyers of | ||
3837 | anything in relation to the land before they buy it. | ||
3838 | |||
3839 | A covenant can be used to communicate rules, guidelines, | ||
3840 | cultural information or simply your own expectations to the | ||
3841 | prospective buyer. This can include zoning, building regulations, | ||
3842 | payment options or any other information you feel it is | ||
3843 | important for the new owner to have seen and to have agreed | ||
3844 | to before they purchase. | ||
3845 | |||
3846 | The buyer must agree to the covenant by ticking the check box | ||
3847 | before they will be able to finish the purchase. Estate | ||
3848 | covenants are always visible in the About Land dialog for | ||
3849 | any parcels that have one set. | ||
3850 | </message> | ||
3851 | </alert> | ||
3852 | <alert modal="true" name="BuyObjectOneOnly" title="Can't Buy Objects"> | ||
3853 | <message name="message"> | ||
3854 | Unable to buy more than one object at a time. | ||
3855 | Please select only one object and try again. | ||
3856 | </message> | ||
3857 | </alert> | ||
3858 | <alert modal="true" name="BuyObjectOneOwner" title="Can't Buy Objects"> | ||
3859 | <message name="message"> | ||
3860 | Cannot buy objects from different owners at the same time. | ||
3861 | Please select only one object and try again. | ||
3862 | </message> | ||
3863 | </alert> | ||
3864 | <alert modal="true" name="BuyContentsOneOnly" title="Can't Buy Contents"> | ||
3865 | <message name="message"> | ||
3866 | Unable to buy the contents of more than one object at a time. | ||
3867 | Please select only one object and try again. | ||
3868 | </message> | ||
3869 | </alert> | ||
3870 | <alert modal="true" name="BuyContentsOneOwner" title="Can't Buy Contents"> | ||
3871 | <message name="message"> | ||
3872 | Cannot buy objects from different owners at the same time. | ||
3873 | Please select only one object and try again. | ||
3874 | </message> | ||
3875 | </alert> | ||
3876 | <alert name="PermYes"> | ||
3877 | <message name="message"> | ||
3878 | Yes | ||
3879 | </message> | ||
3880 | </alert> | ||
3881 | <alert name="PermNo"> | ||
3882 | <message name="message"> | ||
3883 | No | ||
3884 | </message> | ||
3885 | </alert> | ||
3886 | <alert modal="true" name="BuyOriginal"> | ||
3887 | <message name="message"> | ||
3888 | Buy original object from [OWNER] for L$[PRICE]? | ||
3889 | You will become the owner of this object. | ||
3890 | You will be able to: | ||
3891 | Modify: [MODIFYPERM] | ||
3892 | Copy: [COPYPERM] | ||
3893 | Resell or Give Away: [RESELLPERM] | ||
3894 | </message> | ||
3895 | <option name="Buy"> | ||
3896 | Buy | ||
3897 | </option> | ||
3898 | <option name="Cancel"> | ||
3899 | Cancel | ||
3900 | </option> | ||
3901 | </alert> | ||
3902 | <alert modal="true" name="BuyOriginalNoOwner"> | ||
3903 | <message name="message"> | ||
3904 | Buy original object for L$[PRICE]? | ||
3905 | You will become the owner of this object. | ||
3906 | You will be able to: | ||
3907 | Modify: [MODIFYPERM] | ||
3908 | Copy: [COPYPERM] | ||
3909 | Resell or Give Away: [RESELLPERM] | ||
3910 | </message> | ||
3911 | <option name="Buy"> | ||
3912 | Buy | ||
3913 | </option> | ||
3914 | <option name="Cancel"> | ||
3915 | Cancel | ||
3916 | </option> | ||
3917 | </alert> | ||
3918 | <alert modal="true" name="BuyCopy"> | ||
3919 | <message name="message"> | ||
3920 | Buy a copy from [OWNER] for L$[PRICE]? | ||
3921 | The object will be copied to your inventory. | ||
3922 | You will be able to: | ||
3923 | Modify: [MODIFYPERM] | ||
3924 | Copy: [COPYPERM] | ||
3925 | Resell or Give Away: [RESELLPERM] | ||
3926 | </message> | ||
3927 | <option name="Buy"> | ||
3928 | Buy | ||
3929 | </option> | ||
3930 | <option name="Cancel"> | ||
3931 | Cancel | ||
3932 | </option> | ||
3933 | </alert> | ||
3934 | <alert modal="true" name="BuyCopyNoOwner"> | ||
3935 | <message name="message"> | ||
3936 | Buy a copy for L$[PRICE]? | ||
3937 | The object will be copied to your inventory. | ||
3938 | You will be able to: | ||
3939 | Modify: [MODIFYPERM] | ||
3940 | Copy: [COPYPERM] | ||
3941 | Resell or Give Away: [RESELLPERM] | ||
3942 | </message> | ||
3943 | <option name="Buy"> | ||
3944 | Buy | ||
3945 | </option> | ||
3946 | <option name="Cancel"> | ||
3947 | Cancel | ||
3948 | </option> | ||
3949 | </alert> | ||
3950 | <alert modal="true" name="BuyContents"> | ||
3951 | <message name="message"> | ||
3952 | Buy contents from [OWNER] for L$[PRICE]? | ||
3953 | They will be copied to your inventory. | ||
3954 | </message> | ||
3955 | <option name="Buy"> | ||
3956 | Buy | ||
3957 | </option> | ||
3958 | <option name="Cancel"> | ||
3959 | Cancel | ||
3960 | </option> | ||
3961 | </alert> | ||
3962 | <alert modal="true" name="BuyContentsNoOwner"> | ||
3963 | <message name="message"> | ||
3964 | Buy contents for L$[PRICE]? | ||
3965 | They will be copied to your inventory. | ||
3966 | </message> | ||
3967 | <option name="Buy"> | ||
3968 | Buy | ||
3969 | </option> | ||
3970 | <option name="Cancel"> | ||
3971 | Cancel | ||
3972 | </option> | ||
3973 | </alert> | ||
3974 | <alert modal="true" name="ConfirmPurchase" nodefault="true"> | ||
3975 | <message name="message"> | ||
3976 | This transaction will: | ||
3977 | |||
3978 | [ACTION] | ||
3979 | |||
3980 | Are you sure you want to proceed with this purchase? | ||
3981 | </message> | ||
3982 | <option name="Confirm"> | ||
3983 | Confirm | ||
3984 | </option> | ||
3985 | <option name="Cancel"> | ||
3986 | Cancel | ||
3987 | </option> | ||
3988 | </alert> | ||
3989 | <alert modal="true" name="ConfirmPurchasePassword" nodefault="true"> | ||
3990 | <message name="message"> | ||
3991 | This transaction will: | ||
3992 | |||
3993 | [ACTION] | ||
3994 | |||
3995 | Are you sure you want to proceed with this purchase? | ||
3996 | Please re-enter your password and click Confirm. | ||
3997 | </message> | ||
3998 | <editline /> | ||
3999 | <option name="ConfirmPurchase"> | ||
4000 | Confirm Purchase | ||
4001 | </option> | ||
4002 | <option name="Cancel"> | ||
4003 | Cancel | ||
4004 | </option> | ||
4005 | </alert> | ||
4006 | <alert name="SetPickLocation"> | ||
4007 | <message name="message"> | ||
4008 | Note: | ||
4009 | You have updated the location | ||
4010 | of this pick but the other details | ||
4011 | will retain their original values. | ||
4012 | </message> | ||
4013 | <option name="OK"> | ||
4014 | OK | ||
4015 | </option> | ||
4016 | </alert> | ||
4017 | <alert modal="true" name="MoveInventoryFromObject"> | ||
4018 | <message name="message"> | ||
4019 | You have selected 'no copy' inventory items. | ||
4020 | These items will be moved to your inventory, not copied. | ||
4021 | |||
4022 | Move the inventory item(s)? | ||
4023 | </message> | ||
4024 | <ignore> | ||
4025 | When moving no-copy inventory from objects | ||
4026 | </ignore> | ||
4027 | <option name="Move"> | ||
4028 | Move | ||
4029 | </option> | ||
4030 | <option name="Don'tMove"> | ||
4031 | Don't Move | ||
4032 | </option> | ||
4033 | </alert> | ||
4034 | <alert modal="true" name="MoveInventoryFromScriptedObject"> | ||
4035 | <message name="message"> | ||
4036 | You have selected 'no copy' inventory items. These items | ||
4037 | will be moved to your inventory, not copied. | ||
4038 | |||
4039 | Because this object is scripted, moving these items | ||
4040 | to your inventory may cause the script to malfunction. | ||
4041 | |||
4042 | Move the inventory item(s)? | ||
4043 | </message> | ||
4044 | <ignore> | ||
4045 | When moving no-copy inventory from scripted objects | ||
4046 | </ignore> | ||
4047 | <option name="Move"> | ||
4048 | Move | ||
4049 | </option> | ||
4050 | <option name="Don'tMove"> | ||
4051 | Don't Move | ||
4052 | </option> | ||
4053 | </alert> | ||
4054 | <alert name="ClickActionNotPayable"> | ||
4055 | <message name="message"> | ||
4056 | Warning: The Pay Object click action has been set, but it | ||
4057 | will only work if a script is added with a money() event. | ||
4058 | This is because residents generally expect that objects | ||
4059 | will react somehow when money is payed into them. | ||
4060 | </message> | ||
4061 | <ignore> | ||
4062 | When Setting 'Pay' on objects without money() events | ||
4063 | </ignore> | ||
4064 | </alert> | ||
4065 | <alert modal="true" name="OpenObjectCannotCopy"> | ||
4066 | <message name="message"> | ||
4067 | There are no items in this object that you are allowed to copy. | ||
4068 | </message> | ||
4069 | </alert> | ||
4070 | <alert modal="true" name="LoadAccountTransactions"> | ||
4071 | <message name="message"> | ||
4072 | Go to [URL] | ||
4073 | to see transaction details? | ||
4074 | </message> | ||
4075 | <ignore> | ||
4076 | When loading transactions web page | ||
4077 | </ignore> | ||
4078 | <option name="OK"> | ||
4079 | OK | ||
4080 | </option> | ||
4081 | <option name="Cancel"> | ||
4082 | Cancel | ||
4083 | </option> | ||
4084 | </alert> | ||
4085 | <alert modal="true" name="HelpReportAbuseEmailLL" > | ||
4086 | <message name="message"> | ||
4087 | Use this tool to report violations of the Terms of Service | ||
4088 | and Community Standards. See: | ||
4089 | - | ||
4090 | http://secondlife.com/corporate/tos.php | ||
4091 | http://secondlife.com/corporate/cs.php | ||
4092 | - | ||
4093 | All reported abuses of the Terms of Service and Community Standards | ||
4094 | are investigated and resolved. You will receive an email informing you | ||
4095 | of the resolution when it occurs. You can also view the incident | ||
4096 | resolution on the Police Blotter at: | ||
4097 | - | ||
4098 | http://secondlife.com/community/blotter.php | ||
4099 | </message> | ||
4100 | </alert> | ||
4101 | <alert modal="true" name="HelpReportAbuseEmailEO"> | ||
4102 | <message name="message"> | ||
4103 | IMPORTANT: This report will go to the owner of the | ||
4104 | region you are currently in and not to Linden Lab. | ||
4105 | - | ||
4106 | As a service to residents and visitors, the owner of | ||
4107 | the region you are in has elected to receive and resolve | ||
4108 | all reports originating in this region. Linden Lab will | ||
4109 | not investigate reports you file from this location. | ||
4110 | The region owner will resolve reports based on the local | ||
4111 | rules of this region as outlined in the estate Covenant. | ||
4112 | (View covenants by going to the World menu and selecting | ||
4113 | About Land.) | ||
4114 | - | ||
4115 | The resolution of this report applies only to this Region; | ||
4116 | Residents access to other areas of Second Life will not be | ||
4117 | affected by the outcome of this report. Only Linden Lab can | ||
4118 | restrict access to the entirety of Second Life. | ||
4119 | </message> | ||
4120 | </alert> | ||
4121 | <alert modal="true" name="HelpReportBug"> | ||
4122 | <message name="message"> | ||
4123 | Use this tool to *only* report technical features that do not perform as | ||
4124 | described or expected, please provide as much detail as possible, You | ||
4125 | may reply to the auto-response email to add more details to your report. | ||
4126 | All bug reports are investigated and assessed. No email response will be sent. | ||
4127 | - | ||
4128 | If you are having a technical difficulty, please contact Support at: | ||
4129 | http://secondlife.com/community/support.php | ||
4130 | - | ||
4131 | Note: Incomplete reports will not be investigated | ||
4132 | </message> | ||
4133 | </alert> | ||
4134 | <alert modal="true" name="HelpReportAbuseSelectCategory"> | ||
4135 | <message name="message"> | ||
4136 | Please select a category for this abuse report. | ||
4137 | |||
4138 | Selecting a category helps us file and process abuse reports. | ||
4139 | </message> | ||
4140 | </alert> | ||
4141 | <alert modal="true" name="HelpReportBugSelectCategory"> | ||
4142 | <message name="message"> | ||
4143 | Please select a category for this bug. | ||
4144 | |||
4145 | Selecting a category helps us file and process bug reports. | ||
4146 | </message> | ||
4147 | </alert> | ||
4148 | <alert modal="true" name="HelpReportAbuseAbuserNameEmpty"> | ||
4149 | <message name="message"> | ||
4150 | Please enter the name of the abuser. | ||
4151 | |||
4152 | Entering an accurate value helps us file and process abuse reports. | ||
4153 | </message> | ||
4154 | </alert> | ||
4155 | <alert modal="true" name="HelpReportAbuseAbuserLocationEmpty"> | ||
4156 | <message name="message"> | ||
4157 | Please enter the location where the abuse took place. | ||
4158 | |||
4159 | Entering an accurate value helps us file and process abuse reports. | ||
4160 | </message> | ||
4161 | </alert> | ||
4162 | <alert modal="true" name="HelpReportAbuseSummaryEmpty"> | ||
4163 | <message name="message"> | ||
4164 | Please enter a summary of the abuse that took place. | ||
4165 | |||
4166 | Entering an accurate summary helps us file and process abuse reports. | ||
4167 | </message> | ||
4168 | </alert> | ||
4169 | <alert modal="true" name="HelpReportBugSummaryEmpty"> | ||
4170 | <message name="message"> | ||
4171 | Please enter a summary of the bug. | ||
4172 | |||
4173 | Entering an accurate summary helps us file and process bug reports. | ||
4174 | </message> | ||
4175 | </alert> | ||
4176 | <alert modal="true" name="HelpReportAbuseDetailsEmpty"> | ||
4177 | <message name="message"> | ||
4178 | Please enter a detailed description of the abuse that took place. | ||
4179 | Be as specific as you can, including names and the details of the | ||
4180 | incident you are reporting. | ||
4181 | |||
4182 | Entering an accurate description helps us file and process abuse reports. | ||
4183 | </message> | ||
4184 | </alert> | ||
4185 | <alert modal="true" name="HelpReportBugDetailsEmpty"> | ||
4186 | <message name="message"> | ||
4187 | Please enter a detailed description of the bug. | ||
4188 | Be as specific as you can, including steps to reproduce the bug | ||
4189 | if possible. | ||
4190 | |||
4191 | Entering an accurate description helps us file and process bug reports. | ||
4192 | </message> | ||
4193 | </alert> | ||
4194 | <alert modal="true" name="HelpReportAbuseContainsCopyright"> | ||
4195 | <message name="message"> | ||
4196 | Dear Resident, | ||
4197 | |||
4198 | Reports about copyright infringement can only be submitted | ||
4199 | as described at http://secondlife.com/corporate/dmca.php. | ||
4200 | |||
4201 | Reports concerning copyright infringement will automatically | ||
4202 | be discarded if they are submitted through the 'Abuse Report' | ||
4203 | feature. If your report does not relate to copyright infringement, | ||
4204 | you may close this window and finish submitting your report. | ||
4205 | |||
4206 | Thank you, | ||
4207 | |||
4208 | Linden Lab | ||
4209 | </message> | ||
4210 | </alert> | ||
4211 | <alert modal="true" name="FailedRequirementsCheck"> | ||
4212 | <message name="message"> | ||
4213 | The following required components are missing from [FLOATER]: | ||
4214 | [COMPONENTS] | ||
4215 | </message> | ||
4216 | </alert> | ||
4217 | <alert name="ReplaceAttachment" title="Replace Existing Attachment"> | ||
4218 | <message name="message"> | ||
4219 | There is already an object attached to this point on your body. | ||
4220 | Do you want to replace it with the selected object? | ||
4221 | </message> | ||
4222 | <ignore save_option="true"> | ||
4223 | When replacing existing attachments | ||
4224 | </ignore> | ||
4225 | <option ignore="Replace Automatically" name="Yes"> | ||
4226 | Yes | ||
4227 | </option> | ||
4228 | <option ignore="Never Replace" name="No"> | ||
4229 | No | ||
4230 | </option> | ||
4231 | </alert> | ||
4232 | <alert name="BusyModePay" title="Busy Mode Warning"> | ||
4233 | <message name="message"> | ||
4234 | You are in Busy Mode, which means you will not | ||
4235 | receive any items offered in exchange for | ||
4236 | this payment. | ||
4237 | |||
4238 | Would you like to leave Busy Mode before | ||
4239 | completing this transaction? | ||
4240 | </message> | ||
4241 | <ignore save_option="true"> | ||
4242 | When paying a person or object in busy mode | ||
4243 | </ignore> | ||
4244 | <option ignore="Always leave Busy Mode" name="Yes"> | ||
4245 | Yes | ||
4246 | </option> | ||
4247 | <option ignore="Never leave Busy Mode" name="No"> | ||
4248 | No | ||
4249 | </option> | ||
4250 | </alert> | ||
4251 | <alert modal="true" name="ConfirmEmptyTrash"> | ||
4252 | <message name="message"> | ||
4253 | Are you sure you want to permanently remove | ||
4254 | the contents of your Trash folder? | ||
4255 | </message> | ||
4256 | <ignore> | ||
4257 | When emptying your inventory trash folder | ||
4258 | </ignore> | ||
4259 | <option default="true" name="Yes"> | ||
4260 | Yes | ||
4261 | </option> | ||
4262 | <option name="No"> | ||
4263 | No | ||
4264 | </option> | ||
4265 | </alert> | ||
4266 | <alert modal="true" name="CopySLURL"> | ||
4267 | <message name="message"> | ||
4268 | The following SLURL has been copied to your clipboard: | ||
4269 | |||
4270 | [SLURL] | ||
4271 | |||
4272 | Put it in a web page to give others easy access to this location or | ||
4273 | try it out yourself by pasting it into the address bar of your web browser. | ||
4274 | </message> | ||
4275 | <ignore> | ||
4276 | When copying a SLURL to your clipboard | ||
4277 | </ignore> | ||
4278 | </alert> | ||
4279 | </alerts> | ||