You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/en.xaml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -32,13 +32,17 @@
32
32
<system:Stringx:Key="plugin_pluginsmanager_update_failed_subtitle">Please check if you can connect to github.com. This error means you may not be able to install or update plugins.</system:String>
33
33
<system:Stringx:Key="plugin_pluginsmanager_update_all_title">Update all plugins</system:String>
34
34
<system:Stringx:Key="plugin_pluginsmanager_update_all_subtitle">Would you like to update all plugins?</system:String>
35
+
<system:Stringx:Key="plugin_pluginsmanager_update_all_prompt">Would you like to update {0} plugins?{1}FlowLauncher will restart after updating all plugins.</system:String>
36
+
<system:Stringx:Key="plugin_pluginsmanager_update_all_prompt_no_restart">Would you like to update {0} plugins?</system:String>
<system:Stringx:Key="plugin_pluginsmanager_install_unknown_source_warning_title">Installing from an unknown source</system:String>
37
40
<system:Stringx:Key="plugin_pluginsmanager_install_unknown_source_warning">You are installing this plugin from an unknown source and it may contain potential risks!{0}{0}Please ensure you understand where this plugin is from and that it is safe.{0}{0}Would you like to continue still?{0}{0}(You can switch off this warning via settings)</system:String>
<system:Stringx:Key="plugin_pluginsmanager_plugin_modified_error">Plugin {0} has already been modified. Please restart Flow before making any further changes.</system:String>
0 commit comments