<?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 **
 * **********************************************************************
 */
/** Interlingua (interlingua)
 * 
 * See the qqq 'language' for message documentation incl. usage of parameters
 * To improve a translation please visit https://translatewiki.net
 *
 * @ingroup Language
 * @file
 *
 * @author Karmwiki
 * @author McDutchie
 */

$s_plugin_format_title = 'Formatation de MantisBT';
$s_plugin_format_description = 'Plug-in official de tractamento e formatation de texto.';
$s_plugin_format_config = 'Configuration';
$s_plugin_format_process_text = 'Tractamento de texto';
$s_plugin_format_process_text_warning_notice = 'Non disactivar sin saper precisemente lo que tu face. In stato disactivate, attaccos de scripting trans sitos (XSS) es possibile.';
$s_plugin_format_process_urls = 'Tractamento de URL';
$s_plugin_format_process_buglinks = 'Ligamines interne de MantisBT (problemas e notas)';
$s_plugin_format_process_buglinks_info = 'Tu configuration defini le etiquetta <em>Issue</em> como "%s" e le etiquetta <em>Issue Note</em> como "%s"';
$s_plugin_format_process_markdown = 'Processamento Markdown';
$s_plugin_format_process_markdown_info = 'Application de stilo con supporto de Markdown, un syntaxe pro formatar texto de maniera que pote esser convertite in HTML.';
$s_plugin_format_enabled = 'Active';
$s_plugin_format_disabled = 'Non active';
$s_plugin_format_syntax_highlighting = 'Coloration syntactic pro blocos de codice';
$s_plugin_format_syntax_highlighting_info = 'Le coloration syntactic functiona solmente si le “processamento Markdown” es active.';
$s_plugin_format_syntax_highlighting_theme = 'Thema de blocos de codice';
$s_plugin_format_syntax_highlighting_plugins = 'Optiones de blocos de codice';
$s_plugin_format_syntax_highlighting_plugin_copy_to_clipboard_name = 'Copiar al area de transferentia';
$s_plugin_format_syntax_highlighting_plugin_copy_to_clipboard_desc = 'Monstra un micre button pro copiar le contento del bloco de codice al area de transferentia.';
$s_plugin_format_syntax_highlighting_plugin_copy_to_clipboard_copy = 'Copiar';
$s_plugin_format_syntax_highlighting_plugin_copy_to_clipboard_success = '✓ Copiate';
$s_plugin_format_syntax_highlighting_plugin_copy_to_clipboard_error = 'Preme Ctrl+C pro copiar';
$s_plugin_format_syntax_highlighting_plugin_show_language_name = 'Monstrar lingua';
$s_plugin_format_syntax_highlighting_plugin_show_language_desc = 'Monstra qual linguage le bloco de codice contine.';
$s_plugin_format_syntax_highlighting_plugin_line_numbers_name = 'Numeros de linea';
$s_plugin_format_syntax_highlighting_plugin_line_numbers_desc = 'Monstra numeros de linea.';
$s_plugin_format_syntax_highlighting_plugin_show_invisibles_name = 'Monstrar spatios blanc';
$s_plugin_format_syntax_highlighting_plugin_show_invisibles_desc = 'Monstra characteres celate (p.ex. pro indentationes).';
$s_plugin_format_syntax_highlighting_plugin_normalize_whitespace_name = 'Normalisar spatios blanc';
$s_plugin_format_syntax_highlighting_plugin_normalize_whitespace_desc = 'Elimina tote le spatio blanc initial e final de un bloco de codice. Remove etiam le indentationes extra e le spatios blanc final de cata linea.';
$s_plugin_format_syntax_highlighting_plugin_match_braces_name = 'Accolladas correspondente';
$s_plugin_format_syntax_highlighting_plugin_match_braces_desc = 'Monstrar le correspondentia de accolladas quando le mouse passa supra illos. Include le “accolladas de iride” (cata par ha su proprie color).';
$s_plugin_format_syntax_highlighting_plugin_diff_highlight_name = 'Coloration extendite de differentias (diff)';
$s_plugin_format_syntax_highlighting_plugin_diff_highlight_desc = 'Colora le fundo de un linea in vice del texto. In addition a “diff”, un coloration specific al linguage es possibile (p.ex. “diff-javascript”).';
$s_plugin_format_syntax_highlighting_plugin_inline_color_name = 'Visualisar colores CSS';
$s_plugin_format_syntax_highlighting_plugin_inline_color_desc = 'Monstra un micre quadrato colorate ante le definition de un color (p.ex. ante “#000”).';
$s_plugin_format_syntax_highlighting_plugin_previewers_name = 'Previsualisatores pro alcun definitiones CSS';
$s_plugin_format_syntax_highlighting_plugin_previewers_desc = 'Un previsualisator apparera quando le mouse passa supra le definitiones “angle”, “color”, “gradient”, “easing” o “time”.';
