forked from len0rd/rockbox
Make 'filter roll off' strings conditional, for specific targets only.
Patch by Igor Poretsky Change-Id: Ic22ee5169015c5bdc3d7e7513dacaf2a536264f0
This commit is contained in:
parent
22c6326974
commit
58452a4cb2
21 changed files with 388 additions and 192 deletions
|
|
@ -12923,13 +12923,16 @@
|
|||
desc: in sound settings
|
||||
user: core
|
||||
<source>
|
||||
*: "DAC's filter roll-off"
|
||||
*: none
|
||||
filter_roll_off: "DAC's filter roll-off"
|
||||
</source>
|
||||
<dest>
|
||||
*: "DAC滤波器滚降"
|
||||
*: none
|
||||
filter_roll_off: "DAC滤波器滚降"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "DAC滤波器滚降"
|
||||
*: none
|
||||
filter_roll_off: "DAC滤波器滚降"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
|
|
@ -12937,13 +12940,16 @@
|
|||
desc: in sound settings
|
||||
user: core
|
||||
<source>
|
||||
*: "Sharp"
|
||||
*: none
|
||||
filter_roll_off: "Sharp"
|
||||
</source>
|
||||
<dest>
|
||||
*: "快速"
|
||||
*: none
|
||||
filter_roll_off: "快速"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "快速滚降"
|
||||
*: none
|
||||
filter_roll_off: "快速滚降"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
|
|
@ -12951,13 +12957,16 @@
|
|||
desc: in sound settings
|
||||
user: core
|
||||
<source>
|
||||
*: "Slow"
|
||||
*: none
|
||||
filter_roll_off: "Slow"
|
||||
</source>
|
||||
<dest>
|
||||
*: "平缓"
|
||||
*: none
|
||||
filter_roll_off: "平缓"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "平缓滚降"
|
||||
*: none
|
||||
filter_roll_off: "平缓滚降"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue