blob: dbc89f8f846e7fa1af68a33e8b5978329f4afda7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="mute floater"
title="ミュートされた住人およびオブジェクト">
<scroll_list name="mutes" tool_tip="List of currently muted residents" />
<button label="住人をミュートする..."
label_selected="住人をミュートする..." name="Mute resident..."
tool_tip="ミュートする住人を選択" />
<button label="オブジェクトを名前でミュート..."
label_selected="オブジェクトを名前でミュート..."
name="Mute object by name..." />
<button label="ミュートしない" label_selected="ミュートしない"
name="Unmute"
tool_tip="住人またはオブジェクトをミュート・リストから削除" />
</floater>
|