phoenix-firestorm/indra/newview/skins/default/xui/ja/floater_openobject.xml

18 lines
733 B
XML
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="objectcontents" title="オブジェクトのコンテンツ">
<text name="object_name">
[DESC]
</text>
<layout_stack name="button_bar_ls">
<layout_panel name="copy_btn_lp">
<flyout_button label="インベントリにコピー" name="copy_flyout">
<flyout_button.item label="中身をアウトフィットと置き換える" name="replace"/>
<flyout_button.item label="中身をアウトフィットに追加する" name="add"/>
</flyout_button>
</layout_panel>
<layout_panel name="cancel_btn_lp">
<button label="キャンセル" label_selected="キャンセル" name="cancel_button"/>
</layout_panel>
</layout_stack>
</floater>