forked from len0rd/rockbox
[Feature] File Picker Plugin
allows viewers to pop a file browser to let the user pick a relevant file which then gets run by the viewer (only lua so far) Change-Id: I7e6b4c2827fab5e9f596d336f546100636c4b871
This commit is contained in:
parent
ef9490f683
commit
e3097bf92c
5 changed files with 328 additions and 0 deletions
|
|
@ -16486,3 +16486,17 @@
|
|||
*: none
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_CHOOSE_FILE
|
||||
desc: file_picker plugin ask user to select a file
|
||||
user: core
|
||||
<source>
|
||||
*: "Choose File"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Choose File"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Choose File"
|
||||
</voice>
|
||||
</phrase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue