. /** * Language File - English (English) * * ********************************************************************** * ** This file is generated from translations stored in translatewiki ** * ** Information on Copyright/License for translatewiki translations ** * ** is available at http://translatewiki.net/wiki/Project:About ** * ********************************************************************** * ** ** * ** DO NOT UPDATE MANUALLY ** * ** ** * ** To improve a translation please visit http://translatewiki.net ** * ** Detailed instructions on how to create or update translations at ** * ** http://www.mantisbt.org/wiki/doku.php/mantisbt:translationshowto ** * ********************************************************************** * * See the qqq 'language' for message documentation incl. usage of parameters * * @ingroup Language * @file * @copyright Copyright 2002 MantisBT Team - mantisbt-dev@lists.sourceforge.net * @link http://www.mantisbt.org * * @author Damien Regad * @author David Hicks * @author John Reese * @author Siebrand Mazeland */ $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 internal links (Issues and Issue Notes)'; $s_plugin_format_process_buglinks_info = 'Your configuration defines the Issue tag as "%s" and the Issue Note tag as "%s"'; $s_plugin_format_process_markdown = 'Markdown Processing'; $s_plugin_format_process_markdown_info = 'Styling with Markdown support, text formatting syntax designed so that it can be converted to HTML.'; $s_plugin_format_enabled = 'On'; $s_plugin_format_disabled = 'Off';