diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2020-10-03 18:17:11 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2020-10-09 12:41:18 -0400 |
commit | aabc8aca47e60cf745a34af28c50679fcb967910 (patch) | |
tree | cfe17f546aae9785fb13482f39527e2da0597ccb /apps/lang/english.lang | |
parent | 4231c2c83f2b5331e3e38b10a308ee3752315f9c (diff) | |
download | rockbox-aabc8aca47e60cf745a34af28c50679fcb967910.tar.gz rockbox-aabc8aca47e60cf745a34af28c50679fcb967910.zip |
New port: FiiO M3K
Most credit goes to: Roman Skylarov
Additional integration and refactoring by myself.
*** COMPLETELY UNTESTED ***
Change-Id: Ia64c36d92e0214c6b15f7a868df286f8113ea27b
Diffstat (limited to 'apps/lang/english.lang')
-rw-r--r-- | apps/lang/english.lang | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang index 3f3bd26e30..55f89161a1 100644 --- a/apps/lang/english.lang +++ b/apps/lang/english.lang @@ -12534,6 +12534,40 @@ </voice> </phrase> <phrase> + id: LANG_FILTER_SHORT_SHARP + desc: in sound settings + user: core + <source> + *: none + filter_roll_off: "Short Sharp" + </source> + <dest> + *: none + filter_roll_off: "Short Sharp" + </dest> + <voice> + *: none + filter_roll_off: "Short Sharp" + </voice> +</phrase> +<phrase> + id: LANG_FILTER_SHORT_SLOW + desc: in sound settings + user: core + <source> + *: none + filter_roll_off: "Short Slow" + </source> + <dest> + *: none + filter_roll_off: "Short Slow" + </dest> + <voice> + *: none + filter_roll_off: "Short Slow" + </voice> +</phrase> +<phrase> id: LANG_FILTER_SHORT desc: in sound settings user: core |