blob: 68a8cbb3a823f372cb6c29204a8a34ce08fadaf6 (
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>
|