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
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="place_profile">
<string name="on" value="Ligar"/>
<string name="off" value="Desligar"/>
<string name="anyone" value="Todos"/>
<string name="available" value="disponível"/>
<string name="allocated" value="alocados"/>
<string name="title_place" value="Perfil da região"/>
<string name="title_teleport_history" value="Teletransportes"/>
<string name="not_available" value="(N/A)"/>
<string name="unknown" value="(Desconhecido)"/>
<string name="public" value="(público)"/>
<string name="none_text" value="(nenhum)"/>
<string name="sale_pending_text" value="(Venda em andamento)"/>
<string name="group_owned_text" value="(Propriedade do grupo)"/>
<string name="price_text" value="L$"/>
<string name="area_text" value="m²"/>
<string name="all_residents_text" value="Todos os residentes"/>
<string name="group_text" value="Grupo"/>
<string name="can_resell">
Esta região permite a compra e venda de lotes.
</string>
<string name="can_not_resell">
Esta região não permite a compra e venda de lotes.
</string>
<string name="can_change">
Esta região permite a junção ou subdivisão de lotes.
</string>
<string name="can_not_change">
Esta região não permite a junção ou subdivisão de lotes.
</string>
<string name="server_update_text">
Dados sobre o local requerem atualização do servidor.
</string>
<string name="server_error_text">
Dados sobre o local não disponíveis no momento. Favor tentar mais tarde.
</string>
<string name="server_forbidden_text">
Dados sobre o local controlados por lista de acesso. Verifique se você está autorizado a acessá-los com o dono do lote.
</string>
<string name="acquired_date">
[wkday,datetime,local] [mth,datetime,local] [day,datetime,local] [hour,datetime,local]:[min,datetime,local]:[second,datetime,local] [year,datetime,local]
</string>
<button name="back_btn" tool_tip="Atrás"/>
<text name="title" value="Perfil da região"/>
<scroll_container name="place_scroll">
<panel name="scrolling_panel">
<text name="owner_label" value="Proprietário:"/>
<text name="maturity_value" value="(Desconhecido)"/>
<accordion name="advanced_info_accordion">
<accordion_tab name="parcel_characteristics_tab" title="Lote">
<panel name="parcel_characteristics_panel">
<text name="rating_label" value="Classificação:"/>
<text name="rating_value" value="desconhecido"/>
<text name="voice_label" value="Voz:"/>
<text name="voice_value" value="Ligado"/>
<text name="fly_label" value="Voar:"/>
<text name="fly_value" value="Ligado"/>
<text name="push_label" value="Empurrões:"/>
<text name="push_value" value="Desligado"/>
<text name="build_label" value="Construir:"/>
<text name="build_value" value="Ligado"/>
<text name="scripts_label" value="Scripts:"/>
<text name="scripts_value" value="Ligado"/>
<text name="damage_label" value="Dano:"/>
<text name="damage_value" value="Desligado"/>
<button label="Sobre o terreno" name="about_land_btn"/>
</panel>
</accordion_tab>
<accordion_tab name="region_information_tab" title="Região">
<panel name="region_information_panel">
<text name="region_name_label" value="Região:"/>
<text name="region_name" value="Alcelândia"/>
<text name="region_type_label" value="Tipo:"/>
<text name="region_type" value="Alce"/>
<text name="region_rating_label" value="Classificação:"/>
<text name="region_rating" value="Adulto"/>
<text name="region_owner_label" value="Proprietário:"/>
<text name="region_owner" value="moose Van Moose extra long name moose"/>
<text name="region_group_label" value="Grupo:"/>
<text name="region_group">
The Mighty Moose of mooseville soundvillemoose
</text>
<button label="Região/Propriedade" name="region_info_btn"/>
</panel>
</accordion_tab>
<accordion_tab name="estate_information_tab" title="Propriedade">
<panel name="estate_information_panel">
<text name="estate_name_label" value="Propriedade:"/>
<text name="estate_rating_label" value="Classificação:"/>
<text name="estate_owner_label" value="Proprietário:"/>
<text name="estate_owner" value="Testing owner name length with long name"/>
<text name="covenant_label" value="Contrato:"/>
</panel>
</accordion_tab>
<accordion_tab name="sales_tab" title="À venda">
<panel name="sales_panel">
<text name="sales_price_label" value="Preço:"/>
<text name="area_label" value="Área:"/>
<text name="traffic_label" value="Trânsito:"/>
<text name="primitives_label" value="Prims:"/>
<text name="parcel_scripts_label" value="Scripts:"/>
<text name="terraform_limits_label" value="Limite de terraplenagem:"/>
<text name="subdivide_label" value="Capacidade de juntar/subdividir:"/>
<text name="resale_label" value="Revenda:"/>
<text name="sale_to_label" value="À venda para:"/>
</panel>
</accordion_tab>
</accordion>
</panel>
</scroll_container>
</panel>
|