aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins/xui/ja/panel_music_remote.xml
blob: 35b4c70077954ad05b826ccc9ba324a1575fa1e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel name="music_remote">
	<text type="string" length="6" name="text">
		ミュージック
	</text>
	<volume_slider name="volume_slider"
	     tool_tip="このスライダーでボリュームを調整" />
	<button label="" label_selected="" name="stop_btn" tool_tip="メディアを停止" />
	<button label="" label_selected="" name="play_btn"
	     tool_tip="メディア・ストリームを再生" />
	<button label="" label_selected="" name="pause_btn"
	     tool_tip="メデイア・ストリームを一時停止" />
	<button name="music_stop" tool_tip="メディアを停止します。" />
	<button name="music_play"
	     tool_tip="メディア・ストリームを再生します。" />
	<button name="music_pause"
	     tool_tip="メデイア・ストリームを一時停止します。" />
</panel>