summaryrefslogtreecommitdiff
path: root/apps/lang/english.lang
diff options
context:
space:
mode:
authorChristian Soffke <christian.soffke@gmail.com>2024-08-02 22:02:05 +0200
committerChristian Soffke <christian.soffke@gmail.com>2024-08-11 17:30:19 +0200
commit8dcd781291a5fe8d8605a0e5aab2dc0dd371b33b (patch)
tree152d12e16db8492e91d2c8b3622cd14d24111f9e /apps/lang/english.lang
parent1f7ea715db2341cc3da067a75a20761324489655 (diff)
downloadrockbox-8dcd781291a5fe8d8605a0e5aab2dc0dd371b33b.tar.gz
rockbox-8dcd781291a5fe8d8605a0e5aab2dc0dd371b33b.zip
plugins: Playing Time: Add 'Remaining' and 'Single Mode' options
1) Remaining: Sometimes, you may only be interested in how much time is left in a playlist, but don't care about the progress already made. The new option will disregard already played tracks, which can be much faster, depending on your position in the playlist. 2) Single Mode: When 'Single Mode' is enabled (and set to something other than 'Track'), you now have the option to see the time elapsed and remaining specifically for that section of the playlist (e.g. the playing album). Change-Id: I786eaababc537f565ab3fa4de1c46b7d5f3d1101
Diffstat (limited to 'apps/lang/english.lang')
-rw-r--r--apps/lang/english.lang22
1 files changed, 18 insertions, 4 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang
index 0635f7b569..ada1129a43 100644
--- a/apps/lang/english.lang
+++ b/apps/lang/english.lang
@@ -12614,16 +12614,16 @@
12614</phrase> 12614</phrase>
12615<phrase> 12615<phrase>
12616 id: LANG_PLAYTIME_REMAINING 12616 id: LANG_PLAYTIME_REMAINING
12617 desc: playing time screen 12617 desc: deprecated
12618 user: core 12618 user: core
12619 <source> 12619 <source>
12620 *: "Playlist remaining:" 12620 *: ""
12621 </source> 12621 </source>
12622 <dest> 12622 <dest>
12623 *: "Playlist remaining:" 12623 *: ""
12624 </dest> 12624 </dest>
12625 <voice> 12625 <voice>
12626 *: "Playlist remaining" 12626 *: ""
12627 </voice> 12627 </voice>
12628</phrase> 12628</phrase>
12629<phrase> 12629<phrase>
@@ -16500,3 +16500,17 @@
16500 *: "Choose File" 16500 *: "Choose File"
16501 </voice> 16501 </voice>
16502</phrase> 16502</phrase>
16503<phrase>
16504 id: LANG_REMAINING
16505 desc: Playing Time
16506 user: core
16507 <source>
16508 *: "Remaining"
16509 </source>
16510 <dest>
16511 *: "Remaining"
16512 </dest>
16513 <voice>
16514 *: "Remaining"
16515 </voice>
16516</phrase>