blob: 363ee013e3d6cf160f6bb29ce25167dcf44e08af (
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">
Kein Voice-Morphing
</string>
<string name="preview_voice_effects">
Voice-Morphing ausprobieren ▶
</string>
<string name="get_voice_effects">
Voice-Morphing abonnieren ▶
</string>
<combo_box name="voice_effect" tool_tip="Wählen Sie einen Voice-Morph-Effekt aus, um Ihre Stimme zu verändern.">
<combo_box.item label="Kein Voice-Morphing" name="no_voice_effect"/>
</combo_box>
</panel>
|