<?php /** * MyBB 1.2 English Language Pack * Copyright © 2006 MyBB Group, All Rights Reserved * * $Id: plugins.lang.php 1398 2006-04-27 07:42:09Z chris $ */ $l['nav_plugins'] = "Plugin Manager"; $l['plugin_manager'] = "Plugin Manager"; $l['plugin'] = "Plugin"; $l['version'] = "Version"; $l['author'] = "Author"; $l['action'] = "Action"; $l['deactivate_plugin'] = "Deactivate"; $l['activate_plugin'] = "Activate"; $l['plugin_activated'] = "The plugin has successfully been activated."; $l['plugin_deactivated'] = "The plugin has successfully been deactivated."; $l['no_plugins'] = "You do not currently have any plugins installed that exist in your plugins directory."; $l['plugin_not_found'] = "The plugin specified does not exist in the plugins directory"; ?>