mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
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
This commit is contained in:
parent
928a09e3f4
commit
9e4262081b
24 changed files with 2310 additions and 1005 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue