summaryrefslogtreecommitdiff
path: root/apps/lang
diff options
context:
space:
mode:
authorMichael Hohmuth <sideral@rockbox.org>2011-05-13 22:28:47 +0000
committerMichael Hohmuth <sideral@rockbox.org>2011-05-13 22:28:47 +0000
commit5aec3c2400fdd47c7b2098f1a1c5506a6aa3156c (patch)
tree875e48e0cf80f749a79d138b8787d84568171f70 /apps/lang
parent0a070c54202d946b37946343ea2f083fee82871a (diff)
downloadrockbox-5aec3c2400fdd47c7b2098f1a1c5506a6aa3156c.tar.gz
rockbox-5aec3c2400fdd47c7b2098f1a1c5506a6aa3156c.zip
FS#11931 part 2: Allow a short rewind when playback is paused. Patch
by John Morris. This patch adds an option to rewind the current track by a few seconds when it is paused, irrespective of what has caused the pause. This is useful for audiobooks and podcasts to allow the listener to recall where the track was left off. The patch subsumes the existing rewind-on-headphone-unplug feature and extends it to all invocations of pause: play/pause button (or touch area), headphone removal, and power-supply unplug in car-adapter mode. It also subsumes FS#9448 (rewind on fade). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29876 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/lang')
-rw-r--r--apps/lang/english.lang25
1 files changed, 18 insertions, 7 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang
index 26a2274680..71dee79ee3 100644
--- a/apps/lang/english.lang
+++ b/apps/lang/english.lang
@@ -2069,19 +2069,16 @@
2069</phrase> 2069</phrase>
2070<phrase> 2070<phrase>
2071 id: LANG_HEADPHONE_UNPLUG_RW 2071 id: LANG_HEADPHONE_UNPLUG_RW
2072 desc: in pause_phones_menu. 2072 desc: deprecated
2073 user: core 2073 user: core
2074 <source> 2074 <source>
2075 *: none 2075 *: ""
2076 headphone_detection: "Duration to Rewind"
2077 </source> 2076 </source>
2078 <dest> 2077 <dest>
2079 *: none 2078 *: ""
2080 headphone_detection: "Duration to Rewind"
2081 </dest> 2079 </dest>
2082 <voice> 2080 <voice>
2083 *: none 2081 *: ""
2084 headphone_detection: "Duration to Rewind"
2085 </voice> 2082 </voice>
2086</phrase> 2083</phrase>
2087<phrase> 2084<phrase>
@@ -12744,3 +12741,17 @@
12744 *: "In custom directories only" 12741 *: "In custom directories only"
12745 </voice> 12742 </voice>
12746</phrase> 12743</phrase>
12744<phrase>
12745 id: LANG_PAUSE_REWIND
12746 desc: Seconds to rewind when rewind on pause is enabled.
12747 user: core
12748 <source>
12749 *: "Rewind on Pause"
12750 </source>
12751 <dest>
12752 *: "Rewind on Pause"
12753 </dest>
12754 <voice>
12755 *: "Rewind on Pause"
12756 </voice>
12757</phrase>