summaryrefslogtreecommitdiff
path: root/apps/lang/english.lang
diff options
context:
space:
mode:
authorWilliam Wilgus <wilgus.william@gmail.com>2020-08-17 11:05:26 -0400
committerWilliam Wilgus <wilgus.william@gmail.com>2020-08-17 22:17:15 -0400
commit889bcc0f763fcb31b9ac66a23199ce31746664ed (patch)
treeab566a98dfb4bad3812c2ba3a124196b223d7618 /apps/lang/english.lang
parent96e1bb655651ad7e0d5bd7841ce5b4642e9458dc (diff)
downloadrockbox-889bcc0f763fcb31b9ac66a23199ce31746664ed.tar.gz
rockbox-889bcc0f763fcb31b9ac66a23199ce31746664ed.zip
WIP open_plugins.rock viewer
OP allows you to use Open With.. to call plugins with parameters called directly it acts as a shortcut list for plugins open_plugins.rock interfaces with the open_plugin core When opened directly it acts as a viewer for the plugin.dat file this allows you to edit the paths and parameters for core shortcuts as well as your added plugins If a plugin is supplied to the viewer it is added to the dat file If instead the plugin has previously been added then it is run with the parameters you previously supplied ----------------------------------------------------------------------------- Added export to .opx files this allows shortcuts to plugins with parameters to be called from the file browser Change-Id: Ib8b05a60b049fb1d5881031ca09a07e3307d375a
Diffstat (limited to 'apps/lang/english.lang')
-rw-r--r--apps/lang/english.lang98
1 files changed, 98 insertions, 0 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang
index 8af6e55c5e..fc5a37c569 100644
--- a/apps/lang/english.lang
+++ b/apps/lang/english.lang
@@ -16206,3 +16206,101 @@
16206 *: "Parameter" 16206 *: "Parameter"
16207 </voice> 16207 </voice>
16208</phrase> 16208</phrase>
16209<phrase>
16210 id: LANG_NAME
16211 desc:
16212 user: core
16213 <source>
16214 *: "Name"
16215 </source>
16216 <dest>
16217 *: "Name"
16218 </dest>
16219 <voice>
16220 *: "Name"
16221 </voice>
16222</phrase>
16223<phrase>
16224 id: LANG_ADD
16225 desc:
16226 user: core
16227 <source>
16228 *: "Add"
16229 </source>
16230 <dest>
16231 *: "Add"
16232 </dest>
16233 <voice>
16234 *: "Add"
16235 </voice>
16236</phrase>
16237<phrase>
16238 id: LANG_BACK
16239 desc:
16240 user: core
16241 <source>
16242 *: "Back"
16243 </source>
16244 <dest>
16245 *: "Back"
16246 </dest>
16247 <voice>
16248 *: "Back"
16249 </voice>
16250</phrase>
16251<phrase>
16252 id: LANG_EDIT
16253 desc:
16254 user: core
16255 <source>
16256 *: "Edit"
16257 </source>
16258 <dest>
16259 *: "Edit"
16260 </dest>
16261 <voice>
16262 *: "Edit"
16263 </voice>
16264</phrase>
16265<phrase>
16266 id: LANG_RUN
16267 desc:
16268 user: core
16269 <source>
16270 *: "Run"
16271 </source>
16272 <dest>
16273 *: "Run"
16274 </dest>
16275 <voice>
16276 *: "Run"
16277 </voice>
16278</phrase>
16279<phrase>
16280 id: LANG_EXPORT
16281 desc:
16282 user: core
16283 <source>
16284 *: "Export"
16285 </source>
16286 <dest>
16287 *: "Export"
16288 </dest>
16289 <voice>
16290 *: "Export"
16291 </voice>
16292</phrase>
16293<phrase>
16294 id: LANG_BROWSE
16295 desc:
16296 user: core
16297 <source>
16298 *: "Browse"
16299 </source>
16300 <dest>
16301 *: "Browse"
16302 </dest>
16303 <voice>
16304 *: "Browse"
16305 </voice>
16306</phrase>