From 2ebb8da275da1aa67d148d8ea4ddc1a3e94bd019 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Sun, 4 Aug 2019 16:51:50 -0400 Subject: Mikmod plugin improvements - Improved sound quality (use 44.1KHz) - Conventional mixer is now used - Playback is performed in a separate thread - Speech feedback in menus Patch by Igor Poretsky Change-Id: I13baa224cefd67aefe6d62b988971bfbd421757d --- apps/lang/english.lang | 114 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 114 insertions(+) (limited to 'apps/lang/english.lang') diff --git a/apps/lang/english.lang b/apps/lang/english.lang index 075272ef09..b77ae0afb7 100644 --- a/apps/lang/english.lang +++ b/apps/lang/english.lang @@ -15919,3 +15919,117 @@ id: VOICE_BAT_BENCH_KEYS *: "Failed to gather information" + + id: LANG_SWAP_CHANNELS + desc: in sound_settings + user: core + + *: "Swap Channels" + + + *: "Swap Channels" + + + *: "Swap Channels" + + + + id: LANG_PANNING_SEPARATION + desc: in mikmod settings menu + user: core + + *: none + swcodec: "Panning Separation" + lowmem: none + + + *: none + swcodec: "Panning Separation" + lowmem: none + + + *: none + swcodec: "Panning Separation" + lowmem: none + + + + id: LANG_REVERBERATION + desc: in mikmod settings menu + user: core + + *: none + swcodec: "Reverberation" + lowmem: none + + + *: none + swcodec: "Reverberation" + lowmem: none + + + *: none + swcodec: "Reverberation" + lowmem: none + + + + id: LANG_INTERPOLATION + desc: in mikmod settings menu + user: core + + *: none + swcodec: "Interpolation" + lowmem: none + + + *: none + swcodec: "Interpolation" + lowmem: none + + + *: none + swcodec: "Interpolation" + lowmem: none + + + + id: LANG_MIKMOD_SURROUND + desc: in mikmod settings menu + user: core + + *: none + swcodec: "Surround" + lowmem: none + + + *: none + swcodec: "Surround" + lowmem: none + + + *: none + swcodec: "Surround" + lowmem: none + + + + id: LANG_CPU_BOOST + desc: in mikmod settings menu + user: core + + *: none + swcodec: "CPU Boost" + lowmem: none + + + *: none + swcodec: "CPU Boost" + lowmem: none + + + *: none + swcodec: "CPU Boost" + lowmem: none + + -- cgit