blob: 37eb17127653961457226b7ca6c75f58e7525b8e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel name="device_settings">
<text name="Audio Devices">
오디오 장치
</text>
<text name="Output device (speakers):">
출력 장치(스피커):
</text>
<text name="Input device (microphone):">
입력 장치(마이크):
</text>
<text name="Input level:">
입력 레벨
</text>
<text_editor name="voice_intro_text1">
슬라이더를 조절하여 다른 주민들에게 들리는 음성을 조절할 수 있습니다. 입력 레벨을 테스트하려면 마이크로폰으로 말을 하실 수 있습니다.
</text_editor>
<volume_slider name="mic_volume_slider"
tool_tip="이 슬라이더를 사용하여 볼륨을 변경" />
<text name="wait_text">
기다리세요.
</text>
<text name="default_text">
기본 설정
</text>
</panel>
|