From 9e4262081b4ab5bad2e2708ea064643cf828685c Mon Sep 17 00:00:00 2001 From: Hardeep Sidhu Date: Tue, 1 Jul 2003 21:05:43 +0000 Subject: Added dynamic playlists. ON+PLAY->Playlist on a track, directory, or playlist from file browser to see available options. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3796 a1c6a512-1295-4272-9138-f99709370657 --- apps/lang/english.lang | 90 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) (limited to 'apps/lang') diff --git a/apps/lang/english.lang b/apps/lang/english.lang index 57bec0c656..dab8fa6bd4 100644 --- a/apps/lang/english.lang +++ b/apps/lang/english.lang @@ -1632,3 +1632,93 @@ id: LANG_STAR desc: in the games menu eng: "Star" new: + +id: LANG_QUEUE_LAST +desc: in onplay menu. queue a track/playlist at end of playlist. +eng: "Queue last" +new: + +id: LANG_INSERT +desc: in onplay menu. insert a track/playlist into dynamic playlist. +eng: "Insert" +new: + +id: LANG_INSERT_LAST +desc: in onplay menu. append a track/playlist into dynamic playlist. +eng: "Insert last" +new: + +id: LANG_QUEUE_FIRST +desc: in onplay menu. queue a track/playlist into dynamic playlist. +eng: "Queue first" +new: + +id: LANG_INSERT_FIRST +desc: in onplay menu. insert a track/playlist into dynamic playlist. +eng: "Insert first" +new: + +id: LANG_SAVE_DYNAMIC_PLAYLIST +desc: in playlist menu. +eng: "Save Dynamic Playlist" +new: + +id: LANG_PLAYLIST_MENU +desc: in main menu. +eng: "Playlist Options" +new: + +id: LANG_PLAYLIST_INSERT_COUNT +desc: splash number of tracks inserted +eng: "Inserted %d tracks (%s)" +new: + +id: LANG_PLAYLIST_QUEUE_COUNT +desc: splash number of tracks queued +eng: "Queued %d tracks (%s)" +new: + +id: LANG_PLAYLIST_SAVE_COUNT +desc: splash number of tracks saved +eng: "Saved %d tracks (%s)" +new: + +id: LANG_OFF_ABORT +desc: Used on recorder models +eng: "OFF to abort" +new: + +id: LANG_STOP_ABORT +desc: Used on player models +eng: "STOP to abort" +new: + +id: LANG_PLAYLIST_CONTROL_UPDATE_ERROR +desc: Playlist error +eng: "Error updating playlist control file" +new: + +id: LANG_PLAYLIST_ACCESS_ERROR +desc: Playlist error +eng: "Error accessing playlist file" +new: + +id: LANG_PLAYLIST_CONTROL_ACCESS_ERROR +desc: Playlist error +eng: "Error accessing playlist control file" +new: + +id: LANG_PLAYLIST_DIRECTORY_ACCESS_ERROR +desc: Playlist error +eng: "Error accessing directory" +new: + +id: LANG_PLAYLIST_CONTROL_INVALID +desc: Playlist resume error +eng: "Playlist control file is invalid" +new: + +id: LANG_RECURSE_DIRECTORY +desc: In playlist menu +eng: "Recursively Insert Directories" +new: -- cgit v1.2.3