blob: e32a54cec5d7ac49149915b6c6e34bfe0f54f667 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="block_list_panel">
<panel label="bottom_panel" name="blocked_buttons_panel">
<filter_editor label="フィルタ" name="blocked_filter_input"/>
<menu_button name="blocked_gear_btn" tool_tip="選択した住人・オブジェクトに対するアクション"/>
<menu_button name="view_btn" tool_tip="オプションを並べ替える"/>
<menu_button name="plus_btn" tool_tip="ブロックする住人・オブジェクトを選択"/>
<button name="unblock_btn" tool_tip="ブロックリストから住人・オブジェクトを削除"/>
</panel>
<text name="block_limit">
[COUNT]件のエントリーが、ブロックリストにあり、制限は[LIMIT]です。
</text>
<block_list name="blocked" tool_tip="現在ブロックされている住人一覧"/>
</panel>
|