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:
Barry Wardell 2006-11-11 01:18:57 +00:00
parent b3d2017057
commit 8d2711b7d2
7 changed files with 402 additions and 86 deletions

View file

@ -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>