summaryrefslogtreecommitdiff
path: root/apps/lang
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2010-03-20 15:02:29 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2010-03-20 15:02:29 +0000
commitb6c12a129e22dadff4be67e5b0fe8993c888d6d8 (patch)
treeee6e855a5d998e3c5bae6d74a86641f3d01ebd50 /apps/lang
parent181e0e0878aac10dd9a6651842fbb59c4fed7a9b (diff)
downloadrockbox-b6c12a129e22dadff4be67e5b0fe8993c888d6d8.tar.gz
rockbox-b6c12a129e22dadff4be67e5b0fe8993c888d6d8.zip
Submit FS#11065. Introduce a new system setting for en-/disabling the Line-out. For now only implemented on iPod Video. This allows to save power if the user does not use the player's Line-out. On iPod 5G the saving is ~0.5 mA.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25257 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/lang')
-rw-r--r--apps/lang/english.lang18
1 files changed, 17 insertions, 1 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang
index ab5b6b59cf..3c847cff81 100644
--- a/apps/lang/english.lang
+++ b/apps/lang/english.lang
@@ -13377,4 +13377,20 @@
13377 recording_histogram: "Histogram interval" 13377 recording_histogram: "Histogram interval"
13378 </voice> 13378 </voice>
13379</phrase> 13379</phrase>
13380 13380<phrase>
13381 id: LANG_LINEOUT_ONOFF
13382 desc: in system settings menu
13383 user: core
13384 <source>
13385 *: none
13386 lineout_poweroff: "Line-out"
13387 </source>
13388 <dest>
13389 *: none
13390 lineout_poweroff: "Line-out"
13391 </dest>
13392 <voice>
13393 *: none
13394 lineout_poweroff: "Line-out"
13395 </voice>
13396</phrase>