| 110 | | $lang["admin_theme_plugins_guide"] = "Plugin Management Guide"; |
| 111 | | $lang["admin_theme_plugins_guide1"] = "To upgrade a plugin, simply turn it off, overwrite the plugin files and turn it back on."; |
| 112 | | $lang["admin_theme_plugins_guide2"] = "The order column is used to determine which plugins are checked for hooks first."; |
| 113 | | $lang["admin_theme_plugins_guide3"] = "Uninstalling a plugin will delete it from the <i>plugins</i> and <i>pluginhooks</i> tables, but not <i>pluginsettings</i>."; |
| 114 | | $lang["admin_theme_plugins_guide4"] = "Any other database entries created by the plugin will not be removed."; |
| 115 | | |