1
0
Fork 0
forked from len0rd/rockbox

New GUI browser to select one (or more) folders.

The browser lets the user pick one or more directories in a convinient
GUI browser. The initial directory list is read from a string
(separated by colons) and the resulting list is written back to the same
string (again separated by colons).

Note: The work was initially done by Jonathan Gordon, however I changed
it substantially so I claim autorship.

This selector is going to be used for autoresume and database scan folders.

Change-Id: Id1d3186dad783411eb5c6056ce93f5b6123c7aa0
This commit is contained in:
Thomas Martitz 2012-07-18 23:26:21 +02:00
parent 9dd2eb49be
commit 8c655cfdc0
6 changed files with 556 additions and 0 deletions

View file

@ -13086,3 +13086,17 @@
swcodec: "Custom"
</voice>
</phrase>
<phrase>
id: LANG_SELECT_FOLDER
desc: in settings_menu
user: core
<source>
*: "Select one or more directories"
</source>
<dest>
*: "Select one or more directories"
</dest>
<voice>
*: "Select one or more directories"
</voice>
</phrase>