. */ /** English (English) * * See the qqq 'language' for message documentation incl. usage of parameters * To improve a translation please visit http://translatewiki.net * * @ingroup Language * @file * * @author Kenzaburo Ito, kenito@300baud.org * @author various developers */ $s_plugin_format_title = 'MantisBT Formatting'; $s_plugin_format_description = 'Official text processing and formatting plugin.'; $s_plugin_format_config = 'Configuration'; $s_plugin_format_process_text = 'Text Processing'; $s_plugin_format_process_text_warning_notice = 'Do not turn off unless you really know what you\'re doing. In the off state, cross site scripting (XSS) attacks are possible.'; $s_plugin_format_process_urls = 'URL Processing'; $s_plugin_format_process_buglinks = 'MantisBT Links ( Issue/Issuenote )'; $s_plugin_format_process_vcslinks = 'VCS Links'; $s_plugin_format_enabled = 'On'; $s_plugin_format_disabled = 'Off';