blob: 9074296bd53bc268d690771956b28a727c82f160 (
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">
Urządzenia audio
</text>
<text name="Input device (microphone):">
Urządzenia wejściowe (mikrofon):
</text>
<text name="Output device (speakers):">
Urządzenia wyjściowe (głośniki):
</text>
<text name="Input level:">
Poziom wejścia
</text>
<text_editor name="voice_intro_text1">
Za pomocą suwaka ustaw poziom głośności Twojego mówienia dla innych Rezydentów. W celu przetestowania poziomu 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>
|