diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-09-30 20:20:40 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-09-30 20:20:40 +0800 |
commit | add1ab2579609ba9ce9b94bd92dc6c6bf3e05413 (patch) | |
tree | 934a5ca7f4ddd3fd869a290fff2e2001b6ba61f6 /locale/en-us/script.lua | |
parent | 81bb05dee252e5da88cfcc9a9c7c78c9af42c738 (diff) | |
download | lua-language-server-add1ab2579609ba9ce9b94bd92dc6c6bf3e05413.zip |
ask for loading plugin
Diffstat (limited to 'locale/en-us/script.lua')
-rw-r--r-- | locale/en-us/script.lua | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/locale/en-us/script.lua b/locale/en-us/script.lua index c75cfa7d..5e3983b0 100644 --- a/locale/en-us/script.lua +++ b/locale/en-us/script.lua @@ -254,3 +254,14 @@ An error occurred in the plugin, please report it to the plugin author. Please check the details in the output or log. Plugin path: {} ]] +PLUGIN_TRUST_LOAD = [[ +The current settings try to load the plugin at this location:{} + +Note that malicious plugin may harm your computer +]] +PLUGIN_TRUST_YES = [[ +Trust and load this plugin +]] +PLUGIN_TRUST_NO = [[ +Don't load this plugin +]] |