| 110 | | $lang["admin_theme_plugins_guide_title"] = "Plugin Management Guide"; |
| 111 | | $lang["admin_theme_plugins_guide_text"] = "» To upgrade a plugin, simply turn it off, overwrite the plugin files and turn it back on.<br />» The order column is used to determine which plugins are checked for hooks first.<br />» Uninstalling a plugin will delete it from the <i>plugins</i> and <i>pluginhooks</i> tables, but not <i>pluginsettings</i>.<br />» Any other database entries created by the plugin will not be removed.<br />» If <i>SYS_UPDATES</i> is enabled in Settings, click \"Update\" to check if plugin updates are available."; |
| | 111 | $lang["admin_theme_no_plugins_to_install"] = "There are no localy available plugins to install"; |
| | 112 | $lang['admin_theme_no_installed_plugins'] = 'No Installed Plugins'; |
| | 113 | $lang["admin_theme_plugins_guide"] = "Plugin Management Guide"; |
| | 114 | $lang["admin_theme_plugins_guide1"] = "To upgrade a plugin, simply turn it off, overwrite the plugin files and turn it back on."; |
| | 115 | $lang["admin_theme_plugins_guide2"] = "The order column is used to determine which plugins are checked for hooks first."; |
| | 116 | $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>."; |
| | 117 | $lang["admin_theme_plugins_guide4"] = "Any other database entries created by the plugin will not be removed."; |
| 270 | | |
| 271 | | /* zip files */ |
| 272 | | $lang["admin_theme_filecopy_error"] = "There was an error trying to copy "; |
| 273 | | $lang["admin_theme_filecopy_success"] = " was copied succesfully"; |
| 274 | | $lang["admin_theme_unzip_error"] = "There was an error trying to unzip "; |
| 275 | | $lang["admin_theme_unzip_success"] = " was unzipped succesfully"; |
| 276 | | $lang["admin_theme_fileexist_error"] = " file could not be found on plugin server"; |
| 277 | | $lang["admin_theme_zipdelete_error"] = " file could not be deleted from plugin folder"; |
| 278 | | $lang["admin_theme_filecopy_permission_error"] = "The files could not be copied due to a permissions error.<br/>You might want to ask your server admin about enabling SuExec on your server"; |
| 279 | | |
| 280 | | /* Updating */ |
| 281 | | $lang["admin_theme_need_cron"] = "You need the 'cron' plugin installed to use this feature"; |
| 282 | | $lang["admin_theme_check_latest_plugin_versions"] = "Update"; |
| 283 | | $lang["admin_theme_search"] = "Search"; |
| 284 | | $lang["admin_theme_version_check_completed"] = "The version numbers have been updated"; |
| 285 | | $lang["admin_theme_version_latest_version_installed"] = "Latest version installed"; |
| 286 | | $lang["admin_theme_version_update_to"] = "Update to "; |
| 287 | | |
| 288 | | /* Plugin search */ |
| 289 | | $lang["admin_theme_plugin_search_submit"] = "Search"; |
| 290 | | |
| 291 | | |
| 292 | | |
| 293 | | ?> |