summaryrefslogtreecommitdiff
path: root/apps/lang/english.lang
diff options
context:
space:
mode:
authorroman.artiukhin <bahusdrive@gmail.com>2022-11-05 20:51:02 +0200
committerAidan MacDonald <amachronic@protonmail.com>2022-11-12 09:13:19 -0500
commitffe2df2e92cbdeb507a49279a85ac88cac2fbe4f (patch)
tree997ad849e34891f53ad55fa58fba437949e0aeaa /apps/lang/english.lang
parent30ec10c790dd09f1eb681312093e945683ec643a (diff)
downloadrockbox-ffe2df2e92cbdeb507a49279a85ac88cac2fbe4f.tar.gz
rockbox-ffe2df2e92cbdeb507a49279a85ac88cac2fbe4f.zip
Implement Rewind across tracks functionality
Useful feature for audiobooks. To rewind from the end of the previous track - press rewind at the very beginning of the current track. So if you are in the middle of the track - first rewind till beginning then release and press rewind button again (Playback Settings -> Rewind Across Tracks option should be enabled) Fixes FS#13290 Change-Id: I5d7f06f64ad76d1e8f7827fe594ccca5f621769d
Diffstat (limited to 'apps/lang/english.lang')
-rw-r--r--apps/lang/english.lang14
1 files changed, 14 insertions, 0 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang
index 31090aa861..29a2527bec 100644
--- a/apps/lang/english.lang
+++ b/apps/lang/english.lang
@@ -16388,3 +16388,17 @@
16388 clear_settings_on_hold, iriverh10: "Clear settings when reset button is held during startup" 16388 clear_settings_on_hold, iriverh10: "Clear settings when reset button is held during startup"
16389 </voice> 16389 </voice>
16390</phrase> 16390</phrase>
16391<phrase>
16392 id: LANG_REWIND_ACROSS_TRACKS
16393 desc: in playback settings menu
16394 user: core
16395 <source>
16396 *: "Rewind Across Tracks"
16397 </source>
16398 <dest>
16399 *: "Rewind Across Tracks"
16400 </dest>
16401 <voice>
16402 *: "Rewind across tracks"
16403 </voice>
16404</phrase>