blob: c76288f4ed8d3206819b0b83fcda3896cf21521b (
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="無視された住人およびオブジェクト" short_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>
|