blob: f8a076424f34f40ea50335211b793cf6dcfe830e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="panel_voice_effect">
<string name="no_voice_effect">
Wyłącz Voice Morph
</string>
<string name="preview_voice_effects">
Przeglądaj Voice Morphing ▶
</string>
<string name="get_voice_effects">
Uzyskaj Voice Morphing ▶
</string>
<combo_box name="voice_effect" tool_tip="Wybierz Voice Morph aby zmienić Twój głos">
<combo_box.item label="Wyłącz Voice Morph" name="no_voice_effect"/>
</combo_box>
</panel>
|