diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2011-07-20 14:11:15 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2011-07-20 14:11:15 +0000 |
| commit | 97a4c1efa473e40b4dd7287571f3b1c9caaba97d (patch) | |
| tree | 384bb5b81d5c4c5b6098bff835af9a7cc75161de /apps/lang | |
| parent | 4983d052a0d73340d09086a796b4ccbb45dfd88b (diff) | |
| download | rockbox-97a4c1efa473e40b4dd7287571f3b1c9caaba97d.zip rockbox-97a4c1efa473e40b4dd7287571f3b1c9caaba97d.tar.gz rockbox-97a4c1efa473e40b4dd7287571f3b1c9caaba97d.tar.bz2 rockbox-97a4c1efa473e40b4dd7287571f3b1c9caaba97d.tar.xz | |
FS#11808 - Major playlist handling changes (on disk playlists)
* Playlists are treated similar to directories in the browser, they now open in the viewer when selected instead of automatically starting the playlist.
* Make the "Playlists" main menu item useful, it now displays the playlist catalog (and has been renamed accordingly)
* Default to storing playlists in the catalog
* Add a UI to move the catalog directory
(other minor stuff too)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30177 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/lang')
| -rw-r--r-- | apps/lang/english.lang | 46 |
1 files changed, 44 insertions, 2 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang index e0811fa..e9d1dba 100644 --- a/apps/lang/english.lang +++ b/apps/lang/english.lang @@ -502,7 +502,7 @@ </phrase> <phrase> id: LANG_PLAYLISTS - desc: in the main menu and file view setting + desc: in the file view setting user: core <source> *: "Playlists" @@ -6544,7 +6544,7 @@ </phrase> <phrase> id: LANG_CATALOG - desc: in onplay menu + desc: in main menu and onplay menu user: core <source> *: "Playlist Catalog" @@ -12757,3 +12757,45 @@ *: "Rewind on Pause" </voice> </phrase> +<phrase> + id: LANG_SET_AS_PLAYLISTCAT_DIR + desc: used in the onplay menu to set a playlist catalog dir + user: core + <source> + *: "Set As Playlist Catalog Directory" + </source> + <dest> + *: "Set As Playlist Catalog Directory" + </dest> + <voice> + *: "Set As Playlist Catalog Directory" + </voice> +</phrase> +<phrase> + id: LANG_RESET_PLAYLISTCAT_DIR + desc: + user: core + <source> + *: "Reset Playlist Catalog Directory" + </source> + <dest> + *: "Reset Playlist Catalog Directory" + </dest> + <voice> + *: "Reset Playlist Catalog Directory" + </voice> +</phrase> +<phrase> + id: LANG_CURRENT_PLAYLIST + desc: Used when you need to say playlist, also voiced + user: core + <source> + *: "Current Playlist" + </source> + <dest> + *: "Current Playlist" + </dest> + <voice> + *: "Current Playlist" + </voice> +</phrase> |