<?php
/** MantisBT - a php based bugtracking system
 *
 * Copyright (C) 2000 - 2002  Kenzaburo Ito - kenito@300baud.org
 * Copyright (C) 2002 - 2026  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 **
 * **********************************************************************
 */
/** Slovak (slovenčina)
 * 
 * See the qqq 'language' for message documentation incl. usage of parameters
 * To improve a translation please visit https://translatewiki.net
 *
 * @ingroup Language
 * @file
 *
 * @author Kusavica
 * @author Rudko
 * @author Wizzard
 * @author Yardom78
 */

$s_plugin_format_title = 'Formátovanie MantisBT';
$s_plugin_format_description = 'Oficiálne textové spracovanie a formátovacie rozšírenie.';
$s_plugin_format_config = 'Nastavenie';
$s_plugin_format_process_text = 'Textové Spracovanie';
$s_plugin_format_process_text_warning_notice = 'Nevypínajte, ak naozaj neviete, čo robíte. Vo vypnutom stave hrozia útoky typu cross site scripting (XSS).';
$s_plugin_format_process_urls = 'URL Spracovanie';
$s_plugin_format_process_buglinks = 'MantisBT - interné odkazy (Problém a poznámka o probléme)';
$s_plugin_format_process_buglinks_info = 'Vaša konfigurácia definuje značku <em>problému</em> ako „%1$s“ a značku <em>poznámky k problému</em> ako „%2$s“';
$s_plugin_format_process_markdown = 'Spracovanie markdown';
$s_plugin_format_process_markdown_info = 'Štylizovanie pomocou Markown umožňuje formátovanie dizajnu syntaxu tak, aby mohol byť konvertovaný do HTML.';
$s_plugin_format_enabled = 'Zapnuté';
$s_plugin_format_disabled = 'Vypnuté';
$s_plugin_format_syntax_highlighting = 'Zvýrazňovanie syntaxe pre bloky kódu';
$s_plugin_format_syntax_highlighting_info = 'Zvýrazňovanie syntaxe funguje iba vtedy, ak je aktívne „spracovanie Markdown“.';
$s_plugin_format_syntax_highlighting_theme = 'Téma blokov kódu';
$s_plugin_format_syntax_highlighting_plugins = 'Možnosti blokov kódu';
$s_plugin_format_syntax_highlighting_plugin_copy_to_clipboard_name = 'Kopírovať do schránky';
$s_plugin_format_syntax_highlighting_plugin_copy_to_clipboard_desc = 'Zobrazí malé tlačidlo na kopírovanie obsahu bloku kódu do schránky.';
$s_plugin_format_syntax_highlighting_plugin_copy_to_clipboard_copy = 'Kopírovať';
$s_plugin_format_syntax_highlighting_plugin_copy_to_clipboard_success = '✓ Skopírované';
$s_plugin_format_syntax_highlighting_plugin_copy_to_clipboard_error = 'Stlačením Ctrl+C skopírujete';
$s_plugin_format_syntax_highlighting_plugin_show_language_name = 'Zobraziť jazyk';
$s_plugin_format_syntax_highlighting_plugin_show_language_desc = 'Zobrazuje, ktorý jazyk blok kódu obsahuje.';
$s_plugin_format_syntax_highlighting_plugin_line_numbers_name = 'Čísla riadkov';
$s_plugin_format_syntax_highlighting_plugin_line_numbers_desc = 'Zobrazuje čísla riadkov.';
$s_plugin_format_syntax_highlighting_plugin_show_invisibles_name = 'Zobraziť biele znaky';
$s_plugin_format_syntax_highlighting_plugin_show_invisibles_desc = 'Zobrazuje skryté znaky (napr. pri odsadeniach).';
$s_plugin_format_syntax_highlighting_plugin_normalize_whitespace_name = 'Normalizovať biele znaky';
$s_plugin_format_syntax_highlighting_plugin_normalize_whitespace_desc = 'Odstráni všetky úvodné a koncové biele znaky bloku kódu. Odstráni tiež nadbytočné odsadenia a koncové biele znaky na každom riadku.';
$s_plugin_format_syntax_highlighting_plugin_match_braces_name = 'Párovanie zátvoriek';
$s_plugin_format_syntax_highlighting_plugin_match_braces_desc = 'Zobrazí párovanie zátvoriek pri prejdení myšou. Vrátane „dúhových zátvoriek“ (každý pár má vlastnú farbu).';
$s_plugin_format_syntax_highlighting_plugin_diff_highlight_name = 'Rozšírené zvýrazňovanie rozdielov (diff)';
$s_plugin_format_syntax_highlighting_plugin_diff_highlight_desc = 'Zafarbí pozadie riadka namiesto textu a okrem „diff“ je možné aj zvýrazňovanie špecifické pre jazyk (napr. „diff-javascript“).';
$s_plugin_format_syntax_highlighting_plugin_inline_color_name = 'Vizualizovať CSS farby';
$s_plugin_format_syntax_highlighting_plugin_inline_color_desc = 'Zobrazí malý farebný štvorček pred definíciou farby (napr. pred „#000“).';
$s_plugin_format_syntax_highlighting_plugin_previewers_name = 'Náhľady pre niektoré CSS definície';
$s_plugin_format_syntax_highlighting_plugin_previewers_desc = 'Náhľad sa zobrazí pri prejdení myšou nad definíciami „angle“, „color“, „gradient“, „easing“ alebo „time“.';
