<?php
if(!defined('OI')) {
print '<h1>Access Error</h1>Sorry, this file can not be accessed directly, this is strictly forbidden!';
exit();
}
$lang['plug_title'] = 'Plugin';
$lang['plug_ver'] = 'Version';
$lang['plug_desc'] = 'Description';
$lang['plug_active'] = 'Status';
$lang['plug_on'] = 'Enabled';
$lang['plug_authsite'] = 'Visit the authors website';
$lang['plug_off'] = 'Disabled';
$lang['plug_switch_off'] = 'Disable';
$lang['plug_switch_on'] = 'Enable';
$lang['plug_ops'] = 'Options';
$lang['plug_home'] = 'Home Page';
$lang['plug_add'] = 'Add Plugin';
$lang['plug_instnew'] = 'Install Plugin';
$lang['plug_view'] = 'View Plugins';
?>