diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2010-02-18 18:39:56 -0800 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2010-02-18 18:39:56 -0800 |
commit | e9056ef59ddc7eec7d948b4f7cbf54220f1e3499 (patch) | |
tree | 15c3a0eca87f2912d1f67cb085b3706810a3a98e /indra/newview/skins/default/xui/ja/panel_outfits_inventory.xml | |
parent | 363f4e877c0a3c7cac15b23645afb8d9337f1b6f (diff) | |
parent | e0249da7fd8af278b286b444da96fd2b5a54354e (diff) |
Merge
Diffstat (limited to 'indra/newview/skins/default/xui/ja/panel_outfits_inventory.xml')
-rw-r--r-- | indra/newview/skins/default/xui/ja/panel_outfits_inventory.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/ja/panel_outfits_inventory.xml b/indra/newview/skins/default/xui/ja/panel_outfits_inventory.xml new file mode 100644 index 0000000000..b941763388 --- /dev/null +++ b/indra/newview/skins/default/xui/ja/panel_outfits_inventory.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<panel label="もの" name="Outfits"> + <tab_container name="appearance_tabs"> + <inventory_panel label="マイ アウトフィット" name="outfitslist_tab"/> + <inventory_panel label="着用中" name="cof_tab"/> + </tab_container> + <panel name="bottom_panel"> + <button name="options_gear_btn" tool_tip="その他のオプションを表示します"/> + <dnd_button name="trash_btn" tool_tip="選択したアイテムを削除します"/> + <button label="アウトフィットを保存する" name="make_outfit_btn" tool_tip="容姿をアウトフィットに保存します" width="140"/> + <button label="装着" name="wear_btn" tool_tip="選択したアウトフィットを着用します"/> + <button label="M" name="look_edit_btn"/> + </panel> +</panel> |