French: Add option to mute audio when fast-forward
This commit is contained in:
parent
695203212c
commit
d51cd37fa8
|
@ -1632,6 +1632,14 @@ MSG_HASH(
|
|||
MENU_ENUM_SUBLABEL_AUDIO_MIXER_MUTE,
|
||||
"Couper/rétablir le son du mixeur audio."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_AUDIO_FASTFORWARD_MUTE,
|
||||
"Couper le son lors de l'avance rapide"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_AUDIO_FASTFORWARD_MUTE,
|
||||
"Couper automatiquement le son lors de l'avance rapide."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_AUDIO_VOLUME,
|
||||
"Gain de volume (dB)"
|
||||
|
|
Loading…
Reference in New Issue