diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2011-07-15 12:14:34 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2011-07-15 12:14:34 -0600 |
commit | d9512674678bbb80b8d0d9c5105f56dbd1b2252b (patch) | |
tree | c3c8d64c683cd46d9d1e5d953dc6caca22213db4 /indra/newview/skins/default/xui/zh/inspect_avatar.xml | |
parent | d31e6735370711088f01cff448aa22f71c4c10c4 (diff) | |
parent | 44c7c6feaa824f4049d326965cb066e76ebefee3 (diff) |
Merge from viewer-development
Diffstat (limited to 'indra/newview/skins/default/xui/zh/inspect_avatar.xml')
-rw-r--r-- | indra/newview/skins/default/xui/zh/inspect_avatar.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/zh/inspect_avatar.xml b/indra/newview/skins/default/xui/zh/inspect_avatar.xml new file mode 100644 index 0000000000..02e81983a6 --- /dev/null +++ b/indra/newview/skins/default/xui/zh/inspect_avatar.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<!-- + Not can_close / no title to avoid window chrome + Single instance - only have one at a time, recycle it each spawn +--> +<floater name="inspect_avatar"> + <string name="Subtitle"> + [AGE] + </string> + <string name="Details"> + [SL_PROFILE] + </string> + <text name="user_subtitle" value="11 Months, 3 days old"/> + <text name="user_details"> + This is my second life description and I really think it is great. But for some reason my description is super extra long because I like to talk a whole lot + </text> + <slider name="volume_slider" tool_tip="Voice volume" value="0.5"/> + <button label="加為朋友" name="add_friend_btn"/> + <button label="IM" name="im_btn"/> + <button label="檔案" name="view_profile_btn"/> + <panel name="moderator_panel"> + <button label="Disable Voice" name="disable_voice"/> + <button label="Enable Voice" name="enable_voice"/> + </panel> +</floater> |