<?php
/** MantisBT - a php based bugtracking system
 *
 * Copyright (C) 2000 - 2002  Kenzaburo Ito - kenito@300baud.org
 * Copyright (C) 2002 - 2016  MantisBT Team - mantisbt-dev@lists.sourceforge.net
 *
 * 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/>.
 *
 * **********************************************************************
 * ** This file contains translations stored in translatewiki.net.     **
 * ** See https://translatewiki.net/wiki/Project:About for information **
 * ** on copyright/license for translatewiki.net translations.         **
 * **********************************************************************
 * **                                                                  **
 * **                      DO NOT UPDATE MANUALLY                      **
 * **                                                                  **
 * ** To improve a translation please visit https://translatewiki.net  **
 * ** Detailed instructions on how to create or update translations at **
 * ** http://www.mantisbt.org/wiki/doku.php/mantisbt:translationshowto **
 * **********************************************************************
 */
/** Spanish (español)
 * 
 * See the qqq 'language' for message documentation incl. usage of parameters
 * To improve a translation please visit https://translatewiki.net
 *
 * @ingroup Language
 * @file
 *
 * @author Bithunter
 * @author Fitoschido
 * @author Laquin
 * @author Locos epraix
 * @author Luisangelrg
 */

$s_plugin_format_title = 'Formateado MantisBT';
$s_plugin_format_description = 'Plugin oficial de procesamiento y formateo de texto.';
$s_plugin_format_config = 'Configuración';
$s_plugin_format_process_text = 'Procesamiento de Texto';
$s_plugin_format_process_text_warning_notice = 'No lo desactive a menos que sepa lo que está haciendo. Estando desactivado, los ataques "Cross Site Scripting" (XSS) son posibles.';
$s_plugin_format_process_urls = 'Procesamiento de URL';
$s_plugin_format_process_buglinks = 'Enlaces internos MantisBT (Incidencias/Notas)';
$s_plugin_format_process_buglinks_info = 'Su configuración define las etiquedas de la siguiente forma: <em>Incidencia</em> como "%s" y <em>Nota</em> como "%s"';
$s_plugin_format_process_markdown = 'Procesando Markdown';
$s_plugin_format_process_markdown_info = 'Aplicando estilo con soporte Markdown, la síntaxis de formato de texto diseñada para que pueda ser convertida a HTML.';
$s_plugin_format_enabled = 'Habilitado';
$s_plugin_format_disabled = 'Desactivado';
$s_plugin_format_syntax_highlighting = 'Resaltado de sintaxis para bloques de código';
$s_plugin_format_syntax_highlighting_info = 'El resaltado de sintaxis solo funciona si el “Procesamiento de Markdown” está activo.';
$s_plugin_format_syntax_highlighting_theme = 'Tema para bloques de código';
$s_plugin_format_syntax_highlighting_plugins = 'Opciones para bloques de código';
$s_plugin_format_syntax_highlighting_plugin_copy_to_clipboard_name = 'Copiar al portapapeles';
$s_plugin_format_syntax_highlighting_plugin_copy_to_clipboard_desc = 'Muestra un pequeño botón para copiar el contenido del bloque de código al portapapeles.';
$s_plugin_format_syntax_highlighting_plugin_copy_to_clipboard_copy = 'Copiar';
$s_plugin_format_syntax_highlighting_plugin_copy_to_clipboard_success = '✓ Copiado';
$s_plugin_format_syntax_highlighting_plugin_copy_to_clipboard_error = 'Presione Ctrl+C para copiar';
$s_plugin_format_syntax_highlighting_plugin_show_language_name = 'Mostrar idioma';
$s_plugin_format_syntax_highlighting_plugin_show_language_desc = 'Muestra el lenguaje del bloque de código.';
$s_plugin_format_syntax_highlighting_plugin_line_numbers_name = 'Números de línea';
$s_plugin_format_syntax_highlighting_plugin_line_numbers_desc = 'Mostrar números de línea';
$s_plugin_format_syntax_highlighting_plugin_show_invisibles_name = 'Mostrar espacios en blanco';
$s_plugin_format_syntax_highlighting_plugin_show_invisibles_desc = 'Muestra caracteres ocultos (por ejemplo, para indentaciones).';
$s_plugin_format_syntax_highlighting_plugin_normalize_whitespace_name = 'Normalizar espacios en blanco';
$s_plugin_format_syntax_highlighting_plugin_normalize_whitespace_desc = 'Elimina todos los espacios en blanco iniciales y finales de un bloque de código. También elimina indentaciones adicionales y espacios en blanco finales en cada línea.';
$s_plugin_format_syntax_highlighting_plugin_match_braces_name = 'Coincidencia de llaves';
$s_plugin_format_syntax_highlighting_plugin_match_braces_desc = 'Muestra la coincidencia de corchetes al pasar el mouse. Incluye “llaves arcoíris” (cada par se colorea de forma distinta).';
$s_plugin_format_syntax_highlighting_plugin_diff_highlight_name = 'Resaltado extendido de diferencias (diff)';
$s_plugin_format_syntax_highlighting_plugin_diff_highlight_desc = 'Colorea el fondo de una línea en lugar del texto y adicionalmente al "diff" es posible definir un color específico del lenguaje (por ejemplo, "diff-javascript").';
$s_plugin_format_syntax_highlighting_plugin_inline_color_name = 'Visualizar colores CSS';
$s_plugin_format_syntax_highlighting_plugin_inline_color_desc = 'Muestra un pequeño cuadrado de color delante de una definición de color (por ejemplo, antes de "#000").';
$s_plugin_format_syntax_highlighting_plugin_previewers_name = 'Previsualizadores para algunas definiciones CSS';
$s_plugin_format_syntax_highlighting_plugin_previewers_desc = 'Aparecerá una vista previa al pasar el mouse sobre las definiciones de "angle", "color", "gradient", "easing" o "time".';
