diff options
Diffstat (limited to 'indra/newview/skins/default/xui/zh/floater_world_map.xml')
-rw-r--r-- | indra/newview/skins/default/xui/zh/floater_world_map.xml | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/zh/floater_world_map.xml b/indra/newview/skins/default/xui/zh/floater_world_map.xml new file mode 100644 index 0000000000..47038e3b3d --- /dev/null +++ b/indra/newview/skins/default/xui/zh/floater_world_map.xml @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<floater name="worldmap" title="世界地圖"> + <panel name="layout_panel_1"> + <text name="events_label"> + Legend + </text> + </panel> + <panel name="layout_panel_2"> + <button name="Show My Location" tool_tip="Center map on my avatar's location"/> + <text name="me_label"> + Me + </text> + <text name="person_label"> + Person + </text> + <text name="infohub_label"> + Infohub + </text> + <text name="land_sale_label"> + Land Sale + </text> + <text name="auction_label"> + land auction + </text> + <text name="by_owner_label"> + by owner + </text> + <button name="Go Home" tool_tip="瞬間傳送到我的家位置"/> + <text name="Home_label"> + 家 + </text> + <text name="events_label"> + Events: + </text> + <text name="pg_label"> + 一般 + </text> + <check_box initial_value="true" name="events_mature_chk"/> + <text name="events_mature_label"> + Moderate + </text> + <text name="events_adult_label"> + Adult + </text> + </panel> + <panel name="layout_panel_3"> + <text name="find_on_map_label"> + 在地圖上發現 + </text> + </panel> + <panel name="layout_panel_4"> + <combo_box label="線上的朋友" name="friend combo" tool_tip="顯示朋友在地圖上"> + <combo_box.item label="我線上的朋友" name="item1"/> + </combo_box> + <combo_box label="我的地標" name="landmark combo" tool_tip="將地標位置顯示在地圖上"> + <combo_box.item label="我的地標" name="item1"/> + </combo_box> + <search_editor label="Regions by Name" name="location" tool_tip="輸入一個地區的名稱"/> + <button label="Find" name="DoSearch" tool_tip="Search for region"/> + <button name="Clear" tool_tip="Clear tracking lines and reset map"/> + <text name="events_label"> + 位置: + </text> + <button label="瞬間傳送" name="Teleport" tool_tip="瞬間傳送到所選的位置"/> + <button label="覆製 SLurl" name="copy_slurl" tool_tip="Copies current location as SLurl to be used on the web."/> + <button label="Show Selection" name="Show Destination" tool_tip="Center map on selected location"/> + </panel> + <panel name="layout_panel_5"> + <text name="zoom_label"> + Zoom + </text> + </panel> +</floater> |