blob: d3baac9dc7e6ea2800feeeb2001c9d6b495e18d5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
<?php
$s_plugin_MantisSmalltech_title = 'MantisSmalltech';
$s_plugin_MantisSmalltech_description = 'The Smalltech extensions to the Mantis bug tracker';
$s_plugin_MantisSmalltech_config = 'Configuration';
$s_plugin_smalltech_process_gerrit_links = 'Gerrit Link Processing';
$s_plugin_smalltech_process_gerrit_links_info = 'Convert Gerrit CL numbers into links, when they\'re in the format cl/123.';
$s_plugin_smalltech_enabled = 'On';
$s_plugin_smalltech_disabled = 'Off';
|