summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/it/panel_place_profile.xml
diff options
context:
space:
mode:
authorLynx Linden <lynx@lindenlab.com>2010-02-18 15:03:03 +0000
committerLynx Linden <lynx@lindenlab.com>2010-02-18 15:03:03 +0000
commitb71f451b76ef65c6afc29a9da8c0f5d0b40cd720 (patch)
tree1f3c320f7f66eb7590f8855f71a907077a0e257f /indra/newview/skins/default/xui/it/panel_place_profile.xml
parentfa03910a34e5c32149793605bc481de00ada5e1c (diff)
EXT-5461: Reverting change 49e628c3a0c5.
Renaming skins/base back to skins/default to unblock I10n. Revert was requested by Q.
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.xml103
1 files changed, 103 insertions, 0 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
new file mode 100644
index 0000000000..70e1577199
--- /dev/null
+++ b/indra/newview/skins/default/xui/it/panel_place_profile.xml
@@ -0,0 +1,103 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<panel name="place_profile">
+ <string name="on" value="On"/>
+ <string name="off" value="Off"/>
+ <string name="anyone" value="Chiunque"/>
+ <string name="available" value="disponibile"/>
+ <string name="allocated" value="assegnato"/>
+ <string name="title_place" value="Profilo del luogo"/>
+ <string name="title_teleport_history" value="Cronologia dei Teleport"/>
+ <string name="not_available" value="(N\D)"/>
+ <string name="unknown" value="(sconosciuto)"/>
+ <string name="public" value="(publico)"/>
+ <string name="none_text" value="(nessuno)"/>
+ <string name="sale_pending_text" value="(Vendita in attesa di)"/>
+ <string name="group_owned_text" value="(Gruppo posseduto)"/>
+ <string name="price_text" value="L$"/>
+ <string name="area_text" value="m²"/>
+ <string name="all_residents_text" value="Tutti i Residenti"/>
+ <string name="group_text" value="Gruppo"/>
+ <string name="can_resell">
+ La terra acquistata in questa regione può essere rivenduta.
+ </string>
+ <string name="can_not_resell">
+ La terra acquistata in questa regione non può essere rivenduta.
+ </string>
+ <string name="can_change">
+ La terra acquistata in questa regione può essere unita o suddivisa.
+ </string>
+ <string name="can_not_change">
+ La terra acquistata in questa regione non può essere unita o suddivisa.
+ </string>
+ <string name="server_update_text">
+ Informazioni su questo luogo non disponibili senza l&apos;aggiornamento del server.
+ </string>
+ <string name="server_error_text">
+ Informazioni su questo luogo non sono disponibili ora, per favore riprova più tardi.
+ </string>
+ <string name="server_forbidden_text">
+ Informazioni su questo luogo non sono disponibili a cause delle restrizioni sull&apos;accesso. Per favore verifica i tuoi permessi con il proprietario del parcel.
+ </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>
+ <text name="title" value="Profilo del luogo"/>
+ <scroll_container name="place_scroll">
+ <panel name="scrolling_panel">
+ <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">
+ <panel>
+ <text name="rating_label" value="Valutazione:"/>
+ <text name="rating_value" value="sconosciuto"/>
+ <text name="voice_label" value="Voice:"/>
+ <text name="voice_value" value="On"/>
+ <text name="fly_label" value="Vola:"/>
+ <text name="fly_value" value="On"/>
+ <text name="push_label" value="Spingi:"/>
+ <text name="push_value" value="Off"/>
+ <text name="build_label" value="Costruisci:"/>
+ <text name="build_value" value="On"/>
+ <text name="scripts_label" value="Scripts:"/>
+ <text name="scripts_value" value="On"/>
+ <text name="damage_label" value="Danno:"/>
+ <text name="damage_value" value="Off"/>
+ <button label="Info sul terreno" name="about_land_btn"/>
+ </panel>
+ </accordion_tab>
+ <accordion_tab name="region_information_tab" title="Regione">
+ <panel>
+ <text name="region_name_label" value="Regione:"/>
+ <text name="region_type_label" value="Scrivi:"/>
+ <text name="region_rating_label" value="Valutazione:"/>
+ <text name="region_owner_label" value="Proprietario:"/>
+ <text name="region_group_label" value="Gruppo:"/>
+ <button label="Regione/Proprietà immobiliare" name="region_info_btn"/>
+ </panel>
+ </accordion_tab>
+ <accordion_tab name="estate_information_tab" title="Proprietà immobiliare">
+ <panel>
+ <text name="estate_name_label" value="Proprietà immobiliare:"/>
+ <text name="estate_rating_label" value="Valutazione:"/>
+ <text name="estate_owner_label" value="Proprietà:"/>
+ <text name="covenant_label" value="Regolamento:"/>
+ </panel>
+ </accordion_tab>
+ <accordion_tab name="sales_tab" title="In vendita">
+ <panel>
+ <text name="sales_price_label" value="Prezzo:"/>
+ <text name="area_label" value="Area:"/>
+ <text name="traffic_label" value="Traffico:"/>
+ <text name="primitives_label" value="Primitive:"/>
+ <text name="parcel_scripts_label" value="Scripts:"/>
+ <text name="terraform_limits_label" value="Limiti per Terraform:"/>
+ <text name="subdivide_label" value="Suddividi/Unisci abilità:"/>
+ <text name="resale_label" value="Rivendi abilità:"/>
+ <text name="sale_to_label" value="In vendita a:"/>
+ </panel>
+ </accordion_tab>
+ </accordion>
+ </panel>
+ </scroll_container>
+</panel>