mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Added Benjamin Metzlers bookmarking feature (patch #669440)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4227 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
50b6358272
commit
a108ec2ebd
17 changed files with 1545 additions and 42 deletions
|
|
@ -1848,6 +1848,128 @@ desc: in settings_menu, option to turn display+buttos by 180 degreed
|
|||
eng: "Upside Down"
|
||||
new:
|
||||
|
||||
#Auto bookmark prompts
|
||||
id: LANG_BOOKMARK_AUTOLOAD_QUERY
|
||||
desc: prompt for user to decide to create a bookmark
|
||||
eng: "Load Last Bookmark?"
|
||||
new:
|
||||
|
||||
id: LANG_AUTO_BOOKMARK_QUERY
|
||||
desc: prompt for user to decide to create an bookmark
|
||||
eng: "Create a Bookmark?"
|
||||
new:
|
||||
|
||||
# Bookmark Select Menu Text
|
||||
id: LANG_BOOKMARK_SELECT_LIST_BOOKMARKS
|
||||
desc: From the auto-load screen, allows user to list all bookmarks
|
||||
eng: "Down = List"
|
||||
new:
|
||||
|
||||
id: LANG_BOOKMARK_SELECT_EXIT
|
||||
desc: From the bookmark list screen, allows user to exit
|
||||
eng: "OFF = Exit"
|
||||
new:
|
||||
|
||||
id: LANG_BOOKMARK_SELECT_BOOKMARK_TEXT
|
||||
desc: Used on the bookmark select window to label bookmark number
|
||||
eng: "Bookmark"
|
||||
new:
|
||||
|
||||
id: LANG_BOOKMARK_SELECT_INDEX_TEXT
|
||||
desc: Used on the bookmark select window to label index number
|
||||
eng: "Index"
|
||||
new:
|
||||
|
||||
id: LANG_BOOKMARK_SELECT_TIME_TEXT
|
||||
desc: Used on the bookmark select window to label elapsed time
|
||||
eng: "Time"
|
||||
new:
|
||||
|
||||
id: LANG_BOOKMARK_SELECT_PLAY
|
||||
desc: Used on the bookmark select window to indicated the play option
|
||||
eng: "PLAY = Select"
|
||||
new:
|
||||
|
||||
id: LANG_BOOKMARK_SELECT_DELETE
|
||||
desc: Used on the bookmark select window to indicated the bookmark delete option
|
||||
eng: "ON+Play = Delete"
|
||||
new:
|
||||
|
||||
# Bookmark creation/failure text
|
||||
id: LANG_BOOKMARK_CREATE_SUCCESS
|
||||
desc: Indicates bookmark was successfully created
|
||||
eng: "Bookmark Created"
|
||||
new:
|
||||
|
||||
id: LANG_BOOKMARK_CREATE_FAILURE
|
||||
desc: Indicates bookmark was not created
|
||||
eng: "Bookmark Failed!"
|
||||
new:
|
||||
|
||||
# Bookmark creation/failure text
|
||||
id: LANG_BOOKMARK_LOAD_EMPTY
|
||||
desc: Indicates bookmark was empty
|
||||
eng: "Bookmark Empty"
|
||||
new:
|
||||
|
||||
# Bookmark Settings Text
|
||||
id: LANG_BOOKMARK_SETTINGS
|
||||
desc: in general settings
|
||||
eng: "Bookmarking"
|
||||
new:
|
||||
|
||||
id: LANG_BOOKMARK_SETTINGS_AUTOLOAD
|
||||
desc: prompt for user to decide to create a bookmark
|
||||
eng: "Load Last Bookmark"
|
||||
new:
|
||||
|
||||
id: LANG_BOOKMARK_SETTINGS_AUTOCREATE
|
||||
desc: prompt for user to decide to create an bookmark
|
||||
eng: "Bookmark on Stop"
|
||||
new:
|
||||
|
||||
id: LANG_BOOKMARK_SETTINGS_MAINTAIN_RECENT_BOOKMARKS
|
||||
desc: Configuration option to maintain a list of recent bookmarks
|
||||
eng: "Maintain a List of Recent Bookmarks?"
|
||||
new:
|
||||
|
||||
id: LANG_BOOKMARK_SETTINGS_RECENT_ONLY_YES
|
||||
desc: Save in recent bookmarks only
|
||||
eng: "Yes - Recent only"
|
||||
new:
|
||||
|
||||
id: LANG_BOOKMARK_SETTINGS_RECENT_ONLY_ASK
|
||||
desc: Save in recent bookmarks only
|
||||
eng: "Ask - Recent only"
|
||||
new:
|
||||
|
||||
|
||||
id: LANG_BOOKMARK_SETTINGS_UNIQUE_ONLY
|
||||
desc: Save only on bookmark for each playlist in recent bookmarks
|
||||
eng: "Unique only"
|
||||
new:
|
||||
|
||||
# Main Bookmarks Menu
|
||||
id: LANG_BOOKMARK_MENU
|
||||
desc: Text on main menu to get to bookmark commands
|
||||
eng: "Bookmarks"
|
||||
new:
|
||||
|
||||
id: LANG_BOOKMARK_MENU_CREATE
|
||||
desc: Used off of the bookmark menu to create a bookmark
|
||||
eng: "Create Bookmark"
|
||||
new:
|
||||
|
||||
id: LANG_BOOKMARK_MENU_LIST
|
||||
desc: Used off of the bookmark menu to list available bookmarks for the currently playing directory or M3U
|
||||
eng: "List Bookmarks"
|
||||
new:
|
||||
|
||||
id: LANG_BOOKMARK_MENU_RECENT_BOOKMARKS
|
||||
desc: Text for the menu text to access the most recent bookmarks list
|
||||
eng: "Recent Bookmarks"
|
||||
new:
|
||||
|
||||
id: LANG_RECORD_PRERECORD
|
||||
desc: in recording and radio screen
|
||||
eng: "Prerecording"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue