diff options
| author | Hardeep Sidhu <dyp@pobox.com> | 2004-01-26 17:05:21 +0000 |
|---|---|---|
| committer | Hardeep Sidhu <dyp@pobox.com> | 2004-01-26 17:05:21 +0000 |
| commit | 107ebc5ba950acee1108a5cb52f25be371b2ec8f (patch) | |
| tree | 08a833f8f7a1242612cb2ef8cf97299048f46743 /apps/lang | |
| parent | 1c7a88de787c612598ac47a59b99e00e9a2e3106 (diff) | |
| download | rockbox-107ebc5ba950acee1108a5cb52f25be371b2ec8f.zip rockbox-107ebc5ba950acee1108a5cb52f25be371b2ec8f.tar.gz rockbox-107ebc5ba950acee1108a5cb52f25be371b2ec8f.tar.bz2 rockbox-107ebc5ba950acee1108a5cb52f25be371b2ec8f.tar.xz | |
Modified playlist handling to allow for multiple playlists to be edited at the same time. Added support in playlist viewer for viewing/editing playlists on disk (accessed via ON+PLAY->Playlist->View on a playlist). Added menu in playlist viewer for changing a few settings and saving playlist. Added File Options menu in playlist viewer ON+PLAY menu.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4276 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/lang')
| -rw-r--r-- | apps/lang/english.lang | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang index 9995ac2..f88e211 100644 --- a/apps/lang/english.lang +++ b/apps/lang/english.lang @@ -1666,3 +1666,38 @@ id: LANG_CREATE_DIR desc: in main menu eng: "Create directory" new: + +id: LANG_VIEW +desc: in on+play menu +eng: "View" +new: + +id: LANG_SHOW_INDICES +desc: in playlist viewer menu +eng: "Show Indices" +new: + +id: LANG_TRACK_DISPLAY +desc: in playlist viewer on+play menu +eng: "Track Display" +new: + +id: LANG_DISPLAY_TRACK_NAME_ONLY +desc: track display options +eng: "Track name only" +new: + +id: LANG_DISPLAY_FULL_PATH +desc: track display options +eng: "Full path" +new: + +id: LANG_REMOVE +desc: in playlist viewer on+play menu +eng: "Remove" +new: + +id: LANG_FILE_OPTIONS +desc: in playlist viewer on+play menu +eng: "File Options" +new: |