summaryrefslogtreecommitdiff
path: root/apps/lang
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2012-07-18 23:26:21 +0200
committerThomas Martitz <kugel@rockbox.org>2012-07-30 21:20:51 +0200
commit8c655cfdc09b0be326e7d9f190ae728d4e2bdc87 (patch)
tree668b5e8506dd8eea506067535f593a4c2524d021 /apps/lang
parent9dd2eb49bec19de06c5cfd168a0e4cd4dc44c867 (diff)
downloadrockbox-8c655cfdc09b0be326e7d9f190ae728d4e2bdc87.tar.gz
rockbox-8c655cfdc09b0be326e7d9f190ae728d4e2bdc87.zip
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
Diffstat (limited to 'apps/lang')
-rw-r--r--apps/lang/english.lang14
1 files changed, 14 insertions, 0 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang
index 7366a80030..42acad2609 100644
--- a/apps/lang/english.lang
+++ b/apps/lang/english.lang
@@ -13086,3 +13086,17 @@
13086 swcodec: "Custom" 13086 swcodec: "Custom"
13087 </voice> 13087 </voice>
13088</phrase> 13088</phrase>
13089<phrase>
13090 id: LANG_SELECT_FOLDER
13091 desc: in settings_menu
13092 user: core
13093 <source>
13094 *: "Select one or more directories"
13095 </source>
13096 <dest>
13097 *: "Select one or more directories"
13098 </dest>
13099 <voice>
13100 *: "Select one or more directories"
13101 </voice>
13102</phrase>