summaryrefslogtreecommitdiff
path: root/apps/lang/english.lang
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2010-10-04 10:34:38 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2010-10-04 10:34:38 +0000
commitefbcece07b3a91f4b475559997f892e24751f0e6 (patch)
treec7ee12626dbd268df4a94bd46b29f6fc7126d2d4 /apps/lang/english.lang
parentae75c6eb0ae9c75173ab1b06a26cad30fc5344c9 (diff)
downloadrockbox-efbcece07b3a91f4b475559997f892e24751f0e6.tar.gz
rockbox-efbcece07b3a91f4b475559997f892e24751f0e6.zip
New setting to control the file browser start location.
Set using the menu item in folder context menus, clear in the filebrowser settings. Can be abused to start selecting a *file* (or have a folder selected) instead of a starting inside a folder by removing the trailing / in the .cfg This only affects the file browser when it would open in / before (on boot, or when entereing after backing out of the browser before (*not* when exited with the menu action) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28206 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/lang/english.lang')
-rw-r--r--apps/lang/english.lang28
1 files changed, 28 insertions, 0 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang
index 653a0be3ed..3074ab3baf 100644
--- a/apps/lang/english.lang
+++ b/apps/lang/english.lang
@@ -12619,3 +12619,31 @@
12619 *: "Update on Stop" 12619 *: "Update on Stop"
12620 </voice> 12620 </voice>
12621</phrase> 12621</phrase>
12622<phrase>
12623 id: LANG_SET_AS_START_DIR
12624 desc: used in the onplay menu to set a starting browser dir
12625 user: core
12626 <source>
12627 *: "Start File Browser Here"
12628 </source>
12629 <dest>
12630 *: "Start File Browser Here"
12631 </dest>
12632 <voice>
12633 *: "Start File Browser Here"
12634 </voice>
12635</phrase>
12636<phrase>
12637 id: LANG_RESET_START_DIR
12638 desc: reset the browser start directory
12639 user: core
12640 <source>
12641 *: "Start File Browser at /"
12642 </source>
12643 <dest>
12644 *: "Start File Browser at /"
12645 </dest>
12646 <voice>
12647 *: "Start File Browser at root"
12648 </voice>
12649</phrase>