blob: b46833d7e6a39e0336f0bd7deea577df6318e41e (
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">
Ses Şekillendirme Kapalı
</string>
<string name="preview_voice_effects">
Ses Şekillendirme Önizleme ▶
</string>
<string name="get_voice_effects">
Ses Şekillendirmeyi Etkinleştir ▶
</string>
<combo_box name="voice_effect" tool_tip="Sesinizi değiştirmek için bir Ses Şekli seçin">
<combo_box.item label="Ses Şekillendirme Kapalı" name="no_voice_effect"/>
</combo_box>
</panel>
|