summaryrefslogtreecommitdiff
path: root/apps/lang/english.lang
diff options
context:
space:
mode:
authorMichael Hohmuth <sideral@rockbox.org>2011-02-08 20:31:35 +0000
committerMichael Hohmuth <sideral@rockbox.org>2011-02-08 20:31:35 +0000
commit7141ff45133c9c669e9a0769a6c13e05cbe0595c (patch)
tree329e47007c157841d61bc604431223fce3d34ab7 /apps/lang/english.lang
parent4844142e161f24102bbe45f1f6207f3468649e78 (diff)
downloadrockbox-7141ff45133c9c669e9a0769a6c13e05cbe0595c.tar.gz
rockbox-7141ff45133c9c669e9a0769a6c13e05cbe0595c.zip
Add option to resume next track on automatic track change
Move autoresume setting into its own menu. Add option to customize which tracks should be resumed on automatic track change. Tracks can be selected based on their their file location or genre tag (comma-separated list of filename / genre substrings). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29251 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/lang/english.lang')
-rw-r--r--apps/lang/english.lang28
1 files changed, 28 insertions, 0 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang
index dd8ed84caf..7da2cc2959 100644
--- a/apps/lang/english.lang
+++ b/apps/lang/english.lang
@@ -12716,3 +12716,31 @@
12716 *: "Automatic resume" 12716 *: "Automatic resume"
12717 </voice> 12717 </voice>
12718</phrase> 12718</phrase>
12719<phrase>
12720 id: LANG_AUTORESUME_AUTOMATIC
12721 desc: resume on automatic track change
12722 user: core
12723 <source>
12724 *: "Resume on automatic track change"
12725 </source>
12726 <dest>
12727 *: "Resume on automatic track change"
12728 </dest>
12729 <voice>
12730 *: "Resume on automatic track change"
12731 </voice>
12732</phrase>
12733<phrase>
12734 id: LANG_AUTORESUME_CUSTOM
12735 desc: enable customization of resume on automatic track change
12736 user: core
12737 <source>
12738 *: "Custom path/genre substrings (comma-separated)"
12739 </source>
12740 <dest>
12741 *: "Custom path/genre substrings (comma-separated)"
12742 </dest>
12743 <voice>
12744 *: "Custom path/genre substrings (comma-separated)"
12745 </voice>
12746</phrase>