summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/zh/floater_land_holdings.xml
diff options
context:
space:
mode:
authoreli_linden <none@none>2011-05-25 12:39:44 -0700
committereli_linden <none@none>2011-05-25 12:39:44 -0700
commit163c2c52aa860e40549d3c8deb1449f3f30d8271 (patch)
tree6a9e0519d1e6e954b9f5fc0381c6e06c9b310a15 /indra/newview/skins/default/xui/zh/floater_land_holdings.xml
parent23470d252c7eec0e149f80957d35612043553688 (diff)
WIP INTL-46 partial traditional chinese translation
Diffstat (limited to 'indra/newview/skins/default/xui/zh/floater_land_holdings.xml')
-rw-r--r--indra/newview/skins/default/xui/zh/floater_land_holdings.xml39
1 files changed, 39 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/zh/floater_land_holdings.xml b/indra/newview/skins/default/xui/zh/floater_land_holdings.xml
new file mode 100644
index 0000000000..de551f8c96
--- /dev/null
+++ b/indra/newview/skins/default/xui/zh/floater_land_holdings.xml
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<floater name="land holdings floater" title="MY LAND">
+ <floater.string name="area_string">
+ [AREA] m²
+ </floater.string>
+ <scroll_list name="parcel list">
+ <scroll_list.columns label="地段" name="name"/>
+ <scroll_list.columns label="地區" name="location"/>
+ <scroll_list.columns label="Type" name="type"/>
+ <scroll_list.columns label="Area" name="area"/>
+ </scroll_list>
+ <button label="Teleport" label_selected="Teleport" name="Teleport" tool_tip="Teleport to the center of this land."/>
+ <button label="地圖" label_selected="地圖" name="Show on Map" tool_tip="Show this land on the world map"/>
+ <text name="contrib_label">
+ Contributions to your groups:
+ </text>
+ <scroll_list name="grant list">
+ <scroll_list.columns label="Group" name="group"/>
+ <scroll_list.columns label="Area" name="area"/>
+ </scroll_list>
+ <text name="allowed_label">
+ Allowed land holdings at current payment plan:
+ </text>
+ <text name="allowed_text">
+ [AREA] m²
+ </text>
+ <text name="current_label">
+ Current land holdings:
+ </text>
+ <text name="current_text">
+ [AREA] m²
+ </text>
+ <text name="available_label">
+ Available for land purchases:
+ </text>
+ <text name="available_text">
+ [AREA] m²
+ </text>
+</floater>