diff options
author | William Wilgus <wilgus.william@gmail.com> | 2020-08-17 11:05:26 -0400 |
---|---|---|
committer | William Wilgus <wilgus.william@gmail.com> | 2020-08-17 22:17:15 -0400 |
commit | 889bcc0f763fcb31b9ac66a23199ce31746664ed (patch) | |
tree | ab566a98dfb4bad3812c2ba3a124196b223d7618 /apps/lang | |
parent | 96e1bb655651ad7e0d5bd7841ce5b4642e9458dc (diff) |
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')
-rw-r--r-- | apps/lang/english.lang | 98 |
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 @@ *: "Parameter" </voice> </phrase> +<phrase> + id: LANG_NAME + desc: + user: core + <source> + *: "Name" + </source> + <dest> + *: "Name" + </dest> + <voice> + *: "Name" + </voice> +</phrase> +<phrase> + id: LANG_ADD + desc: + user: core + <source> + *: "Add" + </source> + <dest> + *: "Add" + </dest> + <voice> + *: "Add" + </voice> +</phrase> +<phrase> + id: LANG_BACK + desc: + user: core + <source> + *: "Back" + </source> + <dest> + *: "Back" + </dest> + <voice> + *: "Back" + </voice> +</phrase> +<phrase> + id: LANG_EDIT + desc: + user: core + <source> + *: "Edit" + </source> + <dest> + *: "Edit" + </dest> + <voice> + *: "Edit" + </voice> +</phrase> +<phrase> + id: LANG_RUN + desc: + user: core + <source> + *: "Run" + </source> + <dest> + *: "Run" + </dest> + <voice> + *: "Run" + </voice> +</phrase> +<phrase> + id: LANG_EXPORT + desc: + user: core + <source> + *: "Export" + </source> + <dest> + *: "Export" + </dest> + <voice> + *: "Export" + </voice> +</phrase> +<phrase> + id: LANG_BROWSE + desc: + user: core + <source> + *: "Browse" + </source> + <dest> + *: "Browse" + </dest> + <voice> + *: "Browse" + </voice> +</phrase> |