diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-03-25 09:05:41 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-03-25 09:05:41 +0000 |
commit | 13649ad98dafe27bf236797b0b063cde1d8c4dfe (patch) | |
tree | 06c909dbe550b3e41292c3af84d7712cb7fb0ebc /indra/newview/skins/default/xui/it/panel_place_profile.xml | |
parent | 1337c7dcb09b4c371f14282a8433878182807b60 (diff) | |
parent | cd56501f7e70c8cea7d0a3cd4f77b42087b32faf (diff) |
merge from viewer-2-0
Diffstat (limited to 'indra/newview/skins/default/xui/it/panel_place_profile.xml')
-rw-r--r-- | indra/newview/skins/default/xui/it/panel_place_profile.xml | 61 |
1 files changed, 57 insertions, 4 deletions
diff --git a/indra/newview/skins/default/xui/it/panel_place_profile.xml b/indra/newview/skins/default/xui/it/panel_place_profile.xml index 022901a55c..fef262d2b9 100644 --- a/indra/newview/skins/default/xui/it/panel_place_profile.xml +++ b/indra/newview/skins/default/xui/it/panel_place_profile.xml @@ -48,10 +48,63 @@ <text name="owner_label" value="Proprietario:"/> <text name="maturity_value" value="sconosciuto"/> <accordion name="advanced_info_accordion"> - <accordion_tab name="parcel_characteristics_tab" title="Parcel"/> - <accordion_tab name="region_information_tab" title="Regione"/> - <accordion_tab name="estate_information_tab" title="Proprietà immobiliare"/> - <accordion_tab name="sales_tab" title="In vendita"/> + <accordion_tab name="parcel_characteristics_tab" title="Parcel"> + <panel name="parcel_characteristics_panel"> + <text name="rating_label" value="Categoria:"/> + <text name="rating_value" value="sconosciuto"/> + <text name="voice_label" value="Voce:"/> + <text name="voice_value" value="Attivo"/> + <text name="fly_label" value="Vola:"/> + <text name="fly_value" value="Attivo"/> + <text name="push_label" value="Spingi:"/> + <text name="push_value" value="Disattivato"/> + <text name="build_label" value="Costruisci:"/> + <text name="build_value" value="Attivo"/> + <text name="scripts_label" value="Script:"/> + <text name="scripts_value" value="Attivo"/> + <text name="damage_label" value="Danni:"/> + <text name="damage_value" value="Disattivato"/> + <button label="Informazioni sui terreni" name="about_land_btn"/> + </panel> + </accordion_tab> + <accordion_tab name="region_information_tab" title="Regione"> + <panel name="region_information_panel"> + <text name="region_name_label" value="Regione:"/> + <text name="region_name" value="Mooseland"/> + <text name="region_type_label" value="Tipo:"/> + <text name="region_type" value="Moose"/> + <text name="region_rating_label" value="Categoria:"/> + <text name="region_rating" value="Adulti"/> + <text name="region_owner_label" value="Proprietario:"/> + <text name="region_owner" value="moose Van Moose"/> + <text name="region_group_label" value="Gruppo:"/> + <text name="region_group"> + The Mighty Moose of mooseville soundvillemoose + </text> + <button label="Regione/proprietà immobiliare" name="region_info_btn"/> + </panel> + </accordion_tab> + <accordion_tab name="estate_information_tab" title="Proprietà immobiliare"> + <panel name="estate_information_panel"> + <text name="estate_name_label" value="Proprietà immobiliare:"/> + <text name="estate_rating_label" value="Categoria:"/> + <text name="estate_owner_label" value="Proprietario:"/> + <text name="covenant_label" value="Regolamento:"/> + </panel> + </accordion_tab> + <accordion_tab name="sales_tab" title="In vendita"> + <panel name="sales_panel"> + <text name="sales_price_label" value="Prezzo:"/> + <text name="area_label" value="Zona:"/> + <text name="traffic_label" value="Traffico:"/> + <text name="primitives_label" value="Primitive:"/> + <text name="parcel_scripts_label" value="Script:"/> + <text name="terraform_limits_label" value="Limiti terraform:"/> + <text name="subdivide_label" value="Suddividi/Unisci abilità:"/> + <text name="resale_label" value="Abilità rivendita:"/> + <text name="sale_to_label" value="In vendita a:"/> + </panel> + </accordion_tab> </accordion> </panel> </scroll_container> |