summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_buy_land.xml
blob: 889339c38d0366774bcabb1f40dfdf61fbdd0229 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater
 legacy_header_height="18"
 can_minimize="false"
 height="484"
 layout="topleft"
 name="buy land"
 help_topic="buy_land"
 single_instance="true"
 title="BUY LAND"
 width="740">
    <floater.string
     name="can_resell">
        May be resold.
    </floater.string>
    <floater.string
     name="can_not_resell">
        May not be resold.
    </floater.string>
    <floater.string
     name="can_change">
        May be joined or subdivided.
    </floater.string>
    <floater.string
     name="can_not_change">
        May not be joined or subdivided.
    </floater.string>
    <floater.string
     name="cant_buy_for_group">
        You do not have permission to buy land for your active group.
    </floater.string>
    <floater.string
     name="no_land_selected">
        No land selected.
    </floater.string>
    <floater.string
     name="multiple_parcels_selected">
        Multiple different parcels selected. 
Try selecting a smaller area.
    </floater.string>
    <floater.string
     name="no_permission">
        You do not have permission to buy land for your active group.
    </floater.string>
    <floater.string
     name="parcel_not_for_sale">
        The selected parcel is not for sale.
    </floater.string>
    <floater.string
     name="group_already_owns">
        The group already owns the parcel.
    </floater.string>
    <floater.string
     name="you_already_own">
        You already own the parcel.
    </floater.string>
    <floater.string
     name="set_to_sell_to_other">
        The selected parcel is set to sell to another party.
    </floater.string>
    <floater.string
     name="no_public_land">
        The selected area has no public land.
    </floater.string>
    <floater.string
     name="not_owned_by_you">
        Land owned by another Resident is selected. 
Try selecting a smaller area.
    </floater.string>
    <floater.string
     name="processing">
        Processing your purchase...
 
(This may take a minute or two.)
    </floater.string>
    <floater.string
     name="fetching_error">
        There has been an error while fetching land buying information.
    </floater.string>
    <floater.string
     name="buying_will">
        Buying this land will:
    </floater.string>
    <floater.string
     name="buying_for_group">
        Buying land for group will:
    </floater.string>
    <floater.string
     name="cannot_buy_now">
        Cannot buy now:
    </floater.string>
    <floater.string
     name="not_for_sale">
        Not for sale:
    </floater.string>
    <floater.string
     name="none_needed">
        none needed
    </floater.string>
    <floater.string
     name="must_upgrade">
        Your account must be upgraded to own land.
    </floater.string>
    <floater.string
     name="cant_own_land">
        Your account can own land.
    </floater.string>
    <floater.string
     name="land_holdings">
        You hold [BUYER] m² of land.
    </floater.string>
    <floater.string
     name="pay_to_for_land">
        Pay L$ [AMOUNT] to [SELLER] for this land
    </floater.string>
    <floater.string
     name="buy_for_US">
        Buy L$ [AMOUNT] for approx. [LOCAL_AMOUNT],
    </floater.string>
    <floater.string
     name="parcel_meters">
        This parcel is [AMOUNT] m²
    </floater.string>
    <floater.string
     name="premium_land">
        This land is premium, and will charge as [AMOUNT] m².
    </floater.string>
    <floater.string
     name="discounted_land">
        This land is discounted, and will charge as [AMOUNT] m².
    </floater.string>
    <floater.string
     name="meters_supports_object">
        [AMOUNT] m²
supports [AMOUNT2] objects
    </floater.string>
    <floater.string
     name="sold_with_objects">
        sold with objects
    </floater.string>
    <floater.string
     name="sold_without_objects">
        objects not included
    </floater.string>
    <floater.string
     name="info_price_string">
        L$ [PRICE]
(L$ [PRICE_PER_SQM]/m²)
[SOLD_WITH_OBJECTS]
    </floater.string>
    <floater.string
     name="insufficient_land_credits">
        The group [GROUP] will need sufficient contributed land use credits to cover this parcel before the purchase will complete.
    </floater.string>
    <floater.string
     name="have_enough_lindens">
        You have L$ [AMOUNT], which is enough to buy this land.
    </floater.string>
    <floater.string
     name="not_enough_lindens">
        You have only L$ [AMOUNT], and need L$ [AMOUNT2] more.
    </floater.string>
    <floater.string
     name="balance_left">
        After the purchase, you will have L$ [AMOUNT] left.
    </floater.string>
    <floater.string
     name="balance_needed">
        You need to buy at least L$ [AMOUNT] to afford this land.
    </floater.string>
    <floater.string
     name="no_parcel_selected">
        (no parcel selected)
    </floater.string>
    <floater.string
     name="icon_PG"
     translate="false"
     value="Parcel_PG_Dark"/>
    <floater.string
     name="icon_M"
     translate="false"
     value="Parcel_M_Dark"/>
    <floater.string
     name="icon_R"
     translate="false"
     value="Parcel_R_Dark"/>
    <text
     type="string"
     length="1"
     follows="left|top"
     height="14"
     layout="topleft"
     left="440"
     name="region_name_label"
     right="550"
     top="21"
     width="60"
     word_wrap="true">
        Region:
    </text>
    <text
     type="string"
     length="1"
     follows="left|top"
     height="14"
     layout="topleft"
     left_delta="125"
     name="region_name_text"
     top_delta="0"
     use_ellipses="true"
     width="150">
        (unknown)
    </text>
    <icon
     follows="left|top"
     height="16"
     layout="topleft"
     name="rating_icon"
     top_delta="-2"
     width="18"/>
    <text
     type="string"
     length="1"
     follows="left|top"
     height="14"
     layout="topleft"
     left="440"
     name="region_type_label"
     right="550"
     width="60"
     word_wrap="true">
        Type:
    </text>
    <text
     type="string"
     length="1"
     follows="left|top"
     height="14"
     layout="topleft"
     left_delta="125"
     name="region_type_text"
     top_delta="0"
     use_ellipses="true"
     width="170">
        (unknown)
    </text>
    <text
     type="string"
     length="1"
     follows="left|top"
     height="14"
     layout="topleft"
     left="440"
     name="estate_name_label"
     right="550"
     width="60"
     word_wrap="true">
        Estate:
    </text>
    <text
     type="string"
     length="1"
     follows="left|top"
     height="14"
     layout="topleft"
     left_delta="125"
     name="estate_name_text"
     top_delta="0"
     use_ellipses="true"
     width="170">
        (unknown)
    </text>
    <text
     type="string"
     length="1"
     follows="left|top"
     height="20"
     layout="topleft"
     left="440"
     name="estate_owner_label"
     right="565"
     width="120"
     word_wrap="true">
        Estate Owner:
    </text>
    <text
     type="string"
     length="1"
     follows="left|top"
     height="20"
     layout="topleft"
     left_delta="125"
     name="estate_owner_text"
     top_delta="0"
     use_ellipses="true"
     width="170">
        (unknown)
    </text>
    <text
     type="string"
     length="1"
     follows="left|top"
     font="SansSerif"
     height="16"
     layout="topleft"
     left="440"
     name="resellable_changeable_label"
     right="725"
     width="260"
     word_wrap="true">
        Purchased land in this region:
    </text>
    <text
     type="string"
     length="1"
     follows="left|top"
     height="16"
     layout="topleft"
     left="470"
     name="resellable_clause"
     right="725"
     width="260"
     word_wrap="true">
        May or may not be resold.
    </text>
    <text
     type="string"
     length="1"
     follows="left|top"
     height="16"
     layout="topleft"
     left="470"
     name="changeable_clause"
     right="725"
     width="260"
     word_wrap="true">
        May or may not be joined or subdivided.
    </text>
    <text
     type="string"
     length="1"
     height="16"
     layout="topleft"
     left="440"
     name="covenant_text"
     right="725"
     width="260">
        You must agree to the Estate Covenant:
    </text>
    <text
     follows="left|top"
     height="12"
     layout="topleft"
     name="covenant_timestamp_text"
     right="-15"
     top="175"
     width="281"
     word_wrap="true" />
    <text_editor
     type="string"
     length="1"
     enabled="false"
     follows="top|right"
     height="237"
     layout="topleft"
     left="444"
     max_length="65535"
     name="covenant_editor"
     right="725"
     top="192"
     width="271"
     word_wrap="true">
        Loading...
    </text_editor>
    <check_box
     height="20"
     label="I Agree to the Covenant Defined Above."
     layout="topleft"
     left="440"
     name="agree_covenant"
     right="725"
     width="275" />
    <texture_picker
     enabled="false"
     fallback_image="default_land_picture.j2c"
     follows="top|left"
     height="135"
     layout="topleft"
     left="16"
     name="info_image"
     top="28"
     width="180" />
    <text
     type="string"
     length="1"
     bottom_delta="-119"
     follows="top|left"
     height="16"
     layout="topleft"
     left="204"
     name="info_parcel_label"
     top="30"
     width="48">
        Parcel:
    </text>
    <text
     type="string"
     length="1"
     follows="top|left"
     font="SansSerif"
     height="16"
     layout="topleft"
     left_delta="16"
     name="info_parcel"
     top_pad="1"
     width="180">
        Scotopteryx 138,204
    </text>
    <text
     type="string"
     length="1"
     follows="top|left"
     height="16"
     layout="topleft"
     left="204"
     name="info_size_label"
     top_pad="1"
     width="48">
        Size:
    </text>
    <text
     type="string"
     length="1"
     follows="top|left"
     font="SansSerif"
     height="32"
     layout="topleft"
     left_delta="16"
     name="info_size"
     top_pad="1"
     width="180">
        1024 m²
    </text>
    <text
     type="string"
     length="1"
     follows="top|left"
     height="16"
     layout="topleft"
     left="204"
     name="info_price_label"
     top_pad="1"
     width="48">
        Price:
    </text>
    <text
     type="string"
     length="1"
     follows="top|left"
     font="SansSerif"
     height="16"
     layout="topleft"
     left_delta="16"
     name="info_price"
     top_pad="1"
     width="180">
        L$ 1500
(L$ 1.1/m²)
sold with objects
    </text>
    <text
     type="string"
     length="1"
     follows="top|left"
     font="SansSerifHuge"
     height="24"
     layout="topleft"
     left="16"
     name="info_action"
     top="166"
     width="350">
        Buying this land will:
    </text>
    <locate
     height="6"
     layout="topleft" />
    <icon
     follows="top|left"
     height="64"
     image_name="badge_note.j2c"
     layout="topleft"
     left="0"
     name="step_error"
     width="64" />
    <text
     type="string"
     length="1"
     follows="top|left"
     height="160"
     layout="topleft"
     left="72"
     name="error_message"
     right="435"
     top="208"
     width="215"
     word_wrap="true">
        Something ain&apos;t right.
    </text>
    <button
     follows="bottom|left"
     height="20"
     label="Go to website"
     layout="topleft"
     left_delta="0"
     name="error_web"
     top_delta="154"
     width="120" />
    <locate
     height="-200"
     layout="topleft" />
    <icon
     follows="top|left"
     height="64"
     image_name="badge_ok.j2c"
     layout="topleft"
     left="0"
     name="step_1"
     width="64" />
    <text
     type="string"
     length="1"
     follows="top|left"
     font="SansSerifBig"
     height="32"
     layout="topleft"
     left="72"
     name="account_action"
     right="438"
     top="200"
     width="218"
     wrap="true">
        Upgrade you to premium membership.
    </text>
    <text
     type="string"
     length="1"
     follows="top|left"
     height="16"
     layout="topleft"
     left="72"
     name="account_reason"
     right="400"
     width="180">
        Only premimum members may own land.
    </text>
    <combo_box
     follows="top|left"
     height="16"
     layout="topleft"
     left="80"
     name="account_level"
     width="336">
        <combo_box.item
         label="US$9.95/month, billed monthly"
         name="US$9.95/month,billedmonthly" />
        <combo_box.item
         label="US$7.50/month, billed quarterly"
         name="US$7.50/month,billedquarterly" />
        <combo_box.item
         label="US$6.00/month, billed annually"
         name="US$6.00/month,billedannually" />
    </combo_box>
    <locate
     height="5"
     layout="topleft" />
    <icon
     follows="top|left"
     height="64"
     image_name="badge_note.j2c"
     layout="topleft"
     left="0"
     name="step_2"
     top_pad="-10"
     width="64" />
    <text
     type="string"
     length="1"
     follows="top|left"
     font="SansSerifBig"
     height="32"
     layout="topleft"
     left="72"
     name="land_use_action"
     right="438"
     top="279"
     width="218"
     wrap="true">
        Increase your monthly land use fees to US$ 40/month.
    </text>
    <text
     type="string"
     length="1"
     follows="top|left"
     height="32"
     layout="topleft"
     left="72"
     name="land_use_reason"
     right="435"
     width="215"
     word_wrap="true">
        You hold 1309 m² of land.
This parcel is 512 m² of land.
    </text>
    <locate
     height="5"
     layout="topleft" />
    <icon
     follows="top|left"
     height="64"
     image_name="badge_note.j2c"
     layout="topleft"
     left="0"
     name="step_3"
     width="64" />
    <text
     type="string"
     length="1"
     bottom_delta="-22"
     follows="top|left"
     font="SansSerifBig"
     height="32"
     layout="topleft"
     left="72"
     name="purchase_action"
     right="438"
     wrap="true">
        Pay Joe Resident L$ 4000 for the land
    </text>
    <text
     type="string"
     length="1"
     follows="top|left"
     height="16"
     layout="topleft"
     left="72"
     name="currency_reason"
     right="400">
        You have L$ 2,100.
    </text>
    <text
     type="string"
     length="1"
     follows="top|left"
     height="16"
     layout="topleft"
     left_delta="0"
     name="currency_action"
     top_pad="9"
     width="95">
        Buy additional L$
    </text>
    <locate
     height="0"
     layout="topleft"
     width="8" />
    <line_editor
     type="string"
     length="1"
     follows="top|right"
     height="16"
     layout="topleft"
     left="170"
     name="currency_amt"
     top="424"
     width="80">
        1000
    </line_editor>
    <locate
     height="0"
     layout="topleft"
     width="8" />
    <text
     type="string"
     length="1"
     follows="top|right"
     height="16"
     layout="topleft"
     left="260"
     name="currency_est"
     top="425"
     width="178">
        for approx. [LOCAL_AMOUNT]
    </text>
    <text
     type="string"
     length="1"
     follows="top|left"
     height="16"
     layout="topleft"
     left="72"
     name="currency_balance"
     right="400">
        You have L$ 2,100.
    </text>
    <button
     follows="bottom|left"
     height="20"
     label="Purchase"
     layout="topleft"
     left="70"
     name="buy_btn"
     top="460"
     width="100" />
    <check_box
     follows="bottom|left"
     height="20"
     label="Remove [AMOUNT] m² of contribution from group."
     layout="topleft"
     left_pad="3"
     name="remove_contribution"
     visible="false"
     width="275" />
    <button
     follows="bottom|right"
     height="20"
     label="Cancel"
     layout="topleft"
     left="-90"
     name="cancel_btn"
     top="454"
     width="80" />
</floater>