<?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 Amethyst 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 "%s" and the <em>Issue Note</em> 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';

$s_plugin_format_syntax_highlighting = 'Syntax highlighting for code blocks';
$s_plugin_format_syntax_highlighting_info = 'Syntax highlighting works only if "Markdown processing" is active.';
$s_plugin_format_syntax_highlighting_theme = 'Code blocks theme';
$s_plugin_format_syntax_highlighting_plugins = 'Code blocks options';

$s_plugin_format_syntax_highlighting_plugin_copy_to_clipboard_name = 'Copy to clipboard';
$s_plugin_format_syntax_highlighting_plugin_copy_to_clipboard_desc = 'Shows a small button to copy the content of the code block to the clipboard.';
$s_plugin_format_syntax_highlighting_plugin_copy_to_clipboard_copy = 'Copy';
$s_plugin_format_syntax_highlighting_plugin_copy_to_clipboard_success = '✓ Copied';
$s_plugin_format_syntax_highlighting_plugin_copy_to_clipboard_error = 'Press Ctrl+C to copy';

$s_plugin_format_syntax_highlighting_plugin_show_language_name = 'Show language';
$s_plugin_format_syntax_highlighting_plugin_show_language_desc = 'Shows which language the code block contains.';

$s_plugin_format_syntax_highlighting_plugin_line_numbers_name = 'Line numbers';
$s_plugin_format_syntax_highlighting_plugin_line_numbers_desc = 'Shows line numbers.';

$s_plugin_format_syntax_highlighting_plugin_show_invisibles_name = 'Show whitespaces';
$s_plugin_format_syntax_highlighting_plugin_show_invisibles_desc = 'Displays hidden characters (e.g. for indentations).';

$s_plugin_format_syntax_highlighting_plugin_normalize_whitespace_name = 'Normalize whitespaces';
$s_plugin_format_syntax_highlighting_plugin_normalize_whitespace_desc = 'Trims all leading and trailing whitespace of a code block. It also removes extra indents and trailing whitespace on every line.';

$s_plugin_format_syntax_highlighting_plugin_match_braces_name = 'Matching braces';
$s_plugin_format_syntax_highlighting_plugin_match_braces_desc = 'Shows the pairing of brackets on mouse over. Including "rainbow braces" (each pair has its own color).';

$s_plugin_format_syntax_highlighting_plugin_diff_highlight_name = 'Extended highlighting of differences (diff)';
$s_plugin_format_syntax_highlighting_plugin_diff_highlight_desc = 'Colors the background of a line rather than the text and in addition to "diff" a language specific coloring is possible (e.g. "diff-javascript").';

$s_plugin_format_syntax_highlighting_plugin_inline_color_name = 'Visualise CSS colors';
$s_plugin_format_syntax_highlighting_plugin_inline_color_desc = 'Shows a small colored square in front of a color definition (e.g. before "#000").';

$s_plugin_format_syntax_highlighting_plugin_previewers_name = 'Previewers for some CSS definitions';
$s_plugin_format_syntax_highlighting_plugin_previewers_desc = 'A previewer will appear on mouse over "angle", "color", "gradient", "easing" or "time" definitions.';
