diff options
| author | Uwe Freese <thebreaker@rockbox.org> | 2002-12-14 15:41:42 +0000 |
|---|---|---|
| committer | Uwe Freese <thebreaker@rockbox.org> | 2002-12-14 15:41:42 +0000 |
| commit | 9c970442ac0de77b5199c1c0020545a7d4d02acd (patch) | |
| tree | ef78be851bed25c85c4c5b22dfd91208fbc23c2f /apps | |
| parent | eec501ee4dac711705beb3bd26f7a1bb7509cb0f (diff) | |
| download | rockbox-9c970442ac0de77b5199c1c0020545a7d4d02acd.zip rockbox-9c970442ac0de77b5199c1c0020545a7d4d02acd.tar.gz rockbox-9c970442ac0de77b5199c1c0020545a7d4d02acd.tar.bz2 rockbox-9c970442ac0de77b5199c1c0020545a7d4d02acd.tar.xz | |
new strings for trickle charge
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2985 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/lang/english.lang | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang index babbad3..bc69a52 100644 --- a/apps/lang/english.lang +++ b/apps/lang/english.lang @@ -1200,4 +1200,19 @@ new: id: LANG_SCROLL_SPEED desc: in display_settings_menu() eng: "Scroll Speed" -new:
\ No newline at end of file +new: + +id: LANG_TRICKLE_CHARGE +desc: in settings_menu +eng: "Trickle Charge" +new: + +id: LANG_BATTERY_TOPOFF_CHARGE +desc: in info display, shows that top off charge is running +eng: "Battery: Top-Off Chg" +new: + +id: LANG_BATTERY_TRICKLE_CHARGE +desc: in info display, shows that trickle charge is running +eng: "Battery: Trickle Chg" +new: |