mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Improved power management (FS#3001). Shutdown rockbox when the battery gets to a level where the device doesn't function properly. Calculate remaining charging time while charging (rather than remaining running time). Show "Low Battery" and "Battery Empty" warnings. Also fixes FS#4786.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11507 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b3d2017057
commit
8d2711b7d2
7 changed files with 402 additions and 86 deletions
|
|
@ -9782,3 +9782,31 @@
|
|||
*: "Keine Abspielliste"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_WARNING_BATTERY_LOW
|
||||
desc: general warning
|
||||
user:
|
||||
<source>
|
||||
*: "WARNING! Low Battery!"
|
||||
</source>
|
||||
<dest>
|
||||
*: "WARNUNG! Batterie fast leer!"
|
||||
</dest>
|
||||
<voice>
|
||||
*: ""
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_WARNING_BATTERY_EMPTY
|
||||
desc: general warning
|
||||
user:
|
||||
<source>
|
||||
*: "Battery empty! RECHARGE!"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Batterie ist leer! AUFLADEN!"
|
||||
</dest>
|
||||
<voice>
|
||||
*: ""
|
||||
</voice>
|
||||
</phrase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue