aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins/xui/ko/panel_media_remote.xml
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:44:46 -0500
committerJacek Antonelli2008-08-15 23:44:46 -0500
commit38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4 (patch)
treeadca584755d22ca041a2dbfc35d4eca01f70b32c /linden/indra/newview/skins/xui/ko/panel_media_remote.xml
parentREADME.txt (diff)
downloadmeta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.zip
meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.tar.gz
meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.tar.bz2
meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.tar.xz
Second Life viewer sources 1.13.2.12
Diffstat (limited to 'linden/indra/newview/skins/xui/ko/panel_media_remote.xml')
-rw-r--r--linden/indra/newview/skins/xui/ko/panel_media_remote.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/xui/ko/panel_media_remote.xml b/linden/indra/newview/skins/xui/ko/panel_media_remote.xml
new file mode 100644
index 0000000..8cec895
--- /dev/null
+++ b/linden/indra/newview/skins/xui/ko/panel_media_remote.xml
@@ -0,0 +1,13 @@
1<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
2<panel name="music_remote">
3 <text type="string" length="1" name="text">
4 이동 제어
5 </text>
6 <button label="" label_selected="" name="stop_btn" tool_tip="미디어 중지" />
7 <button label="" label_selected="" name="play_btn"
8 tool_tip="미디어 스트림 재생" />
9 <button label="" label_selected="" name="pause_btn"
10 tool_tip="미디어 스트림 일시 정지" />
11 <volume_slider name="volume_slider"
12 tool_tip="이 슬라이더를 사용하여 볼륨을 변경" />
13</panel>