Current File : /home/escuelai/public_html/mantis/plugins/MantisCoreFormatting/lang/strings_english.txt
<?php
# MantisBT - A PHP based bugtracking system

# MantisBT is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# MantisBT is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with MantisBT.  If not, see <http://www.gnu.org/licenses/>.

/**
 * 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 <em>Issue</em> tag as "<literal>%s</literal>" and the <em>Issue Note</em> tag as "<literal>%s</literal>"';
$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';