@inherits MSGComponentBase @(string.Format(T("Do you really want to delete the configuration plugin '{0}'? This permanently deletes its local plugin files."), this.PluginName)) @if (this.Consequences.Count > 0) { @T("This also removes everything the configuration plugin had set up:") @foreach (var consequence in this.Consequences) { @consequence } } else { @T("The configuration plugin is not running, so we cannot tell what it had set up. Anything it configured will be removed as well.") } @T("You can install the plugin again later, but any changes you made to its settings are lost.") @T("No") @T("Yes, delete it")