diff options
Diffstat (limited to 'indra/newview/skins/default/xui/zh/panel_navigation_bar.xml')
-rw-r--r-- | indra/newview/skins/default/xui/zh/panel_navigation_bar.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/zh/panel_navigation_bar.xml b/indra/newview/skins/default/xui/zh/panel_navigation_bar.xml new file mode 100644 index 0000000000..26e03c9b3b --- /dev/null +++ b/indra/newview/skins/default/xui/zh/panel_navigation_bar.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<panel name="navigation_bar"> + <panel name="navigation_panel"> + <pull_button name="back_btn" tool_tip="Go back to previous location"/> + <pull_button name="forward_btn" tool_tip="Go forward one location"/> + <button name="home_btn" tool_tip="瞬間傳送到我家的位置"/> + <location_input label="位置" name="location_combo"/> + <search_combo_box label="搜尋" name="search_combo_box" tool_tip="搜尋"> + <combo_editor label="搜尋 [SECOND_LIFE]" name="search_combo_editor"/> + </search_combo_box> + </panel> + <favorites_bar name="favorite" tool_tip="Drag Landmarks here for quick access to your favorite places in Second Life!"> + <label name="favorites_bar_label" tool_tip="Drag Landmarks here for quick access to your favorite places in Second Life!"> + Favorites Bar + </label> + <chevron_button name=">>" tool_tip="Show more of My Favorites"/> + </favorites_bar> +</panel> |