forked from len0rd/rockbox
xduoox3: Include curves for both battery types
There is no way to detect this at runtime so it is a user setting Change-Id: Ibc5b87312238c59e3678d512af27e3a3bcb9a58a
This commit is contained in:
parent
f4bf27c26e
commit
a52eb1d8cc
49 changed files with 128 additions and 99 deletions
|
|
@ -3561,37 +3561,43 @@
|
|||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_BATTERY_TYPE_ALKALINE
|
||||
id: LANG_BATTERY_TYPE_1
|
||||
desc: in battery settings
|
||||
user: core
|
||||
<source>
|
||||
*: none
|
||||
battery_types: "Alkaline"
|
||||
xduoox3: "Newer (2000 mAh)"
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
battery_types: "Alkaline"
|
||||
xduoox3: "Newer (2000 mAh)"
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
battery_types: "Alkaline"
|
||||
xduoox3: "Newer 2000 milliamp hour"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_BATTERY_TYPE_NIMH
|
||||
id: LANG_BATTERY_TYPE_2
|
||||
desc: in battery settings
|
||||
user: core
|
||||
<source>
|
||||
*: none
|
||||
battery_types: "NiMH"
|
||||
xduoox3: "Older (1500 mAh)"
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
battery_types: "NiMH"
|
||||
xduoox3: "Older (1500 mAh)"
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
battery_types: "Nickel metal hydride"
|
||||
xduoox3: "Older 1500 milliamp hour"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue