diff options
| author | Christi Scarborough <christi@coraline.org> | 2005-06-26 15:21:29 +0000 |
|---|---|---|
| committer | Christi Scarborough <christi@coraline.org> | 2005-06-26 15:21:29 +0000 |
| commit | 314c2dec1eee9f91076f263aa038d6ef1eca672d (patch) | |
| tree | f0501c3d0aca1145e0f5b9b86c8c0d7c2055cbd4 /apps/lang | |
| parent | f69e6eaeb58afb3246be2c3bc77eb0f2c0b1a1ca (diff) | |
| download | rockbox-314c2dec1eee9f91076f263aa038d6ef1eca672d.zip rockbox-314c2dec1eee9f91076f263aa038d6ef1eca672d.tar.gz rockbox-314c2dec1eee9f91076f263aa038d6ef1eca672d.tar.bz2 rockbox-314c2dec1eee9f91076f263aa038d6ef1eca672d.tar.xz | |
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')
| -rw-r--r-- | apps/lang/english.lang | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang index 02bb3dc..3b068bf 100644 --- a/apps/lang/english.lang +++ b/apps/lang/english.lang @@ -159,8 +159,8 @@ new: id: LANG_RESUME desc: in settings_menu -eng: "Resume" -voice: "Resume" +eng: "Resume on startup" +voice: "Resume on startup" new: id: LANG_OFF @@ -3125,6 +3125,12 @@ eng: "Reshuffle" voice: "Reshuffle" new: +id: LANG_NOTHING_TO_RESUME +desc: Error message displayed when resume button pressed but no playlist +eng: "Nothing to resume" +voice: "" +new: + id: LANG_INSERT_SHUFFLED desc: in onplay menu. insert a track/playlist randomly into dynamic playlist eng: "Insert shuffled" |