blob: ad30dfbacb473f623766979cb145988d083f56d1 (
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 type="string" length="1" name="Audio Devices">
Urządzenia Audio
</text>
<text type="string" length="1" name="Input device (microphone):">
Urządzenia Wejściowe (mikrofon):
</text>
<text type="string" length="1" name="Output device (speakers):">
Urządzenia Wyjściowe (głośniki):
</text>
<text type="string" length="1" name="Input level:">
Poziom Wejścia
</text>
<text_editor type="string" length="1" name="voice_intro_text1">
Użyj suwaka by dostosować jak głośno Cię słychać dla innych Rezydentów. By przetestować poziom wejścia, zacznij mówić do mikrofonu.
</text_editor>
<volume_slider name="mic_volume_slider"
tool_tip="By zmienić poziom głośności użyj suwaka" />
<text name="wait_text">
Proszę poczekać
</text>
<string name="default_text">
Domyślne
</string>
</panel>
|