blob: 56cb65444001b3f89183c5500c287641bb7aec45 (
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
27
28
29
30
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater label="Endroits" name="voice_effects" title="EFFET DE VOIX">
<string name="no_voice_effect">
(Aucun effet de voix)
</string>
<string name="active_voice_effect">
(Actif)
</string>
<string name="unsubscribed_voice_effect">
(Pas d'abonnement)
</string>
<string name="new_voice_effect">
(Nouveau !)
</string>
<text name="preview_text">
Aperçu
</text>
<text name="status_text">
Enregistrez un extrait et cliquez sur un effet pour obtenir un aperçu.
</text>
<button label="Enregistrer" name="record_btn" tool_tip="Enregistrez un extrait de votre voix."/>
<button label="Arrêter" name="record_stop_btn"/>
<text name="voice_morphing_link">
[[URL] S'abonner]
</text>
<scroll_list name="voice_effect_list" tool_tip="Enregistrez un extrait de votre voix, puis cliquez sur un effet pour obtenir un aperçu.">
<scroll_list.columns label="Nom de l'effet" name="name"/>
<scroll_list.columns label="Date d'expiration" name="expires"/>
</scroll_list>
</floater>
|