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
|
|
@ -13065,13 +13065,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>
|
||||
|
|
@ -13079,13 +13082,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>
|
||||
|
|
@ -13093,13 +13099,16 @@
|
|||
desc: in sound settings
|
||||
user: core
|
||||
<source>
|
||||
*: "Short"
|
||||
*: none
|
||||
es9018: "Short"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Короткий"
|
||||
*: none
|
||||
es9018: "Короткий"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Короткий"
|
||||
*: none
|
||||
es9018: "Короткий"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
|
|
@ -13107,13 +13116,16 @@
|
|||
desc: in sound settings
|
||||
user: core
|
||||
<source>
|
||||
*: "Bypass"
|
||||
*: none
|
||||
es9018: "Bypass"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Обойти"
|
||||
*: none
|
||||
es9018: "Обойти"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Обойти"
|
||||
*: none
|
||||
es9018: "Обойти"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
|
|
@ -13138,13 +13150,16 @@
|
|||
desc: in sound settings
|
||||
user: core
|
||||
<source>
|
||||
*: "DAC's filter roll-off"
|
||||
*: none
|
||||
filter_roll_off: "DAC's filter roll-off"
|
||||
</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