<?php

$s_plugin_MantisSimpleBB_title = 'Mantis SimpleBB';
$s_plugin_MantisSimpleBB_description = 'Simple BBCode implementation for Mantis.';

$s_plugin_MantisSimpleBB_enabled = 'On';
$s_plugin_MantisSimpleBB_disabled = 'Off';

$s_plugin_MantisSimpleBB_quote = 'Quote';
$s_plugin_MantisSimpleBB_quote_from = 'Quote from';

?>