diff options
| author | Irene Knapp <ireneista@internetsafetylabs.org> | 2025-10-08 06:59:43 -0700 |
|---|---|---|
| committer | Irene Knapp <ireneista@internetsafetylabs.org> | 2025-10-08 14:56:13 -0700 |
| commit | 028e89d0dc1aa52033d2a16cb17946abfe09e909 (patch) | |
| tree | ae08c013b723de680e3a3b1efe69e07a833d306f /lang/strings_english.txt | |
| parent | ca9e5d974a7add7ab0e25e0076a7e77e2b7072e1 (diff) | |
play nicer with MantisCoreFormatting; put cl/ syntax behind config
there had been an issue where plugin load order was inconsistent; that's fixed. also, there's now a config page for the plugin. Force-Push: initial development in a new repo Change-Id: I654eba97fe6fbb12d4e97630be79b9e3c8b21404
Diffstat (limited to 'lang/strings_english.txt')
| -rw-r--r-- | lang/strings_english.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lang/strings_english.txt b/lang/strings_english.txt index ec164f6..d3baac9 100644 --- a/lang/strings_english.txt +++ b/lang/strings_english.txt @@ -2,3 +2,10 @@ $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'; + |