summaryrefslogtreecommitdiff
path: root/apps/lang
diff options
context:
space:
mode:
authorWilliam Wilgus <wilgus.william@gmail.com>2020-07-31 22:45:10 -0400
committerWilliam Wilgus <wilgus.william@gmail.com>2020-08-17 10:15:14 -0400
commit35502834423049b319fde41ff305b48de67d2d51 (patch)
tree00d638d9348cd38f15cf6d341e700bc36153b3f8 /apps/lang
parentd553bb1149800daf16dcb92bc0608fe6248e1dab (diff)
downloadrockbox-35502834423049b319fde41ff305b48de67d2d51.tar.gz
rockbox-35502834423049b319fde41ff305b48de67d2d51.zip
Add open_plugin to core
open_plugin allows arbitrary plugins to be called in hotkey and start screen replaces PictureFlow Integration shortcuts menu plays plugins now too rather than store paths and parameters in the settings that reside in memory instead entries in a file are searched by hash. after all, the plugin has to be loaded from disk anyways ---------------------------------------------------------------------------- shortcut_viewer.rock-- can now call plugins rather than taking you to them in the browser ----------------------------------------------------------------------------- Added a new option to menus: F_CB_ON_SELECT_ONLY instead of option callback every time a item is accessed F_CB_ON_SELECT_ONLY fires callback only when item is selected ----------------------------------------------------------------------------- Added manual entries ----------------------------------------------------------------------------- Change-Id: I078b57b1d2b4dd633c89212c1082fcbc1b516e6a
Diffstat (limited to 'apps/lang')
-rw-r--r--apps/lang/english.lang56
1 files changed, 56 insertions, 0 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang
index 5937df64c0..8af6e55c5e 100644
--- a/apps/lang/english.lang
+++ b/apps/lang/english.lang
@@ -16150,3 +16150,59 @@
16150 hotkey: "Hold for settings" 16150 hotkey: "Hold for settings"
16151 </voice> 16151 </voice>
16152</phrase> 16152</phrase>
16153<phrase>
16154 id: LANG_OPEN_PLUGIN
16155 desc: onplay open plugin
16156 user: core
16157 <source>
16158 *: "Open Plugin"
16159 </source>
16160 <dest>
16161 *: "Open Plugin"
16162 </dest>
16163 <voice>
16164 *: "Open Plugin"
16165 </voice>
16166</phrase>
16167<phrase>
16168 id: LANG_OPEN_PLUGIN_NOT_A_PLUGIN
16169 desc: open plugin module
16170 user: core
16171 <source>
16172 *: "Not a plugin: %s"
16173 </source>
16174 <dest>
16175 *: "Not a plugin: %s"
16176 </dest>
16177 <voice>
16178 *: "Not a plugin"
16179 </voice>
16180</phrase>
16181<phrase>
16182 id: LANG_OPEN_PLUGIN_SET_WPS_CONTEXT_PLUGIN
16183 desc: open plugin module
16184 user: core
16185 <source>
16186 *: "Set Wps Context Plugin"
16187 </source>
16188 <dest>
16189 *: "Set Wps Context Plugin"
16190 </dest>
16191 <voice>
16192 *: "Set Wps Context Plugin"
16193 </voice>
16194</phrase>
16195<phrase>
16196 id: LANG_PARAMETER
16197 desc:
16198 user: core
16199 <source>
16200 *: "Parameter"
16201 </source>
16202 <dest>
16203 *: "Parameter"
16204 </dest>
16205 <voice>
16206 *: "Parameter"
16207 </voice>
16208</phrase>