summaryrefslogtreecommitdiff
path: root/apps/lang
diff options
context:
space:
mode:
authorWilliam Wilgus <wilgus.william@gmail.com>2024-07-30 12:47:36 -0400
committerWilliam Wilgus <me.theuser@yahoo.com>2024-07-30 14:55:07 -0400
commite3097bf92c9fc74ed3b724caf338dd24d7f21621 (patch)
treea35143bc929914630258467cca20880e732ad147 /apps/lang
parentef9490f68329821fc36b2ef9d3c19dc6d7698c55 (diff)
downloadrockbox-e3097bf92c9fc74ed3b724caf338dd24d7f21621.tar.gz
rockbox-e3097bf92c9fc74ed3b724caf338dd24d7f21621.zip
[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
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 aa13faf77d..0635f7b569 100644
--- a/apps/lang/english.lang
+++ b/apps/lang/english.lang
@@ -16486,3 +16486,17 @@
16486 *: none 16486 *: none
16487 </voice> 16487 </voice>
16488</phrase> 16488</phrase>
16489<phrase>
16490 id: LANG_CHOOSE_FILE
16491 desc: file_picker plugin ask user to select a file
16492 user: core
16493 <source>
16494 *: "Choose File"
16495 </source>
16496 <dest>
16497 *: "Choose File"
16498 </dest>
16499 <voice>
16500 *: "Choose File"
16501 </voice>
16502</phrase>