summaryrefslogtreecommitdiff
path: root/apps/lang/english.lang
diff options
context:
space:
mode:
authorChristi Scarborough <christi@coraline.org>2005-06-26 15:21:29 +0000
committerChristi Scarborough <christi@coraline.org>2005-06-26 15:21:29 +0000
commit314c2dec1eee9f91076f263aa038d6ef1eca672d (patch)
treef0501c3d0aca1145e0f5b9b86c8c0d7c2055cbd4 /apps/lang/english.lang
parentf69e6eaeb58afb3246be2c3bc77eb0f2c0b1a1ca (diff)
downloadrockbox-314c2dec1eee9f91076f263aa038d6ef1eca672d.tar.gz
rockbox-314c2dec1eee9f91076f263aa038d6ef1eca672d.zip
Resume behaviour. Resume setting renamed to 'Resume on Startup'. Pressing the resume button from the WPS now resumes without prompting, regardless of the resume on startup setting. Error message displayed if no playlist in memory. (Bug in iriver playlist handling means that playlists don't get unloaded at the end of the playlist, so this feature does not currently work on iRiver.)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6872 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/lang/english.lang')
-rw-r--r--apps/lang/english.lang10
1 files changed, 8 insertions, 2 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang
index 02bb3dca07..3b068bf50d 100644
--- a/apps/lang/english.lang
+++ b/apps/lang/english.lang
@@ -159,8 +159,8 @@ new:
159 159
160id: LANG_RESUME 160id: LANG_RESUME
161desc: in settings_menu 161desc: in settings_menu
162eng: "Resume" 162eng: "Resume on startup"
163voice: "Resume" 163voice: "Resume on startup"
164new: 164new:
165 165
166id: LANG_OFF 166id: LANG_OFF
@@ -3125,6 +3125,12 @@ eng: "Reshuffle"
3125voice: "Reshuffle" 3125voice: "Reshuffle"
3126new: 3126new:
3127 3127
3128id: LANG_NOTHING_TO_RESUME
3129desc: Error message displayed when resume button pressed but no playlist
3130eng: "Nothing to resume"
3131voice: ""
3132new:
3133
3128id: LANG_INSERT_SHUFFLED 3134id: LANG_INSERT_SHUFFLED
3129desc: in onplay menu. insert a track/playlist randomly into dynamic playlist 3135desc: in onplay menu. insert a track/playlist randomly into dynamic playlist
3130eng: "Insert shuffled" 3136eng: "Insert shuffled"