<?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 http://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 http://translatewiki.net
 *
 * @ingroup Language
 * @file
 *
 * @author Rudko
 * @author Wizzard
 */

$s_plugin_graph_title = 'Grafiky Mantis';
$s_plugin_graph_description = 'Oficiálny grafický plugin.';
$s_plugin_MantisGraph_title = 'Grafiky Mantis';
$s_plugin_MantisGraph_menu_advanced_summary = 'Rozšírené zhrnutie';
$s_plugin_MantisGraph_config = 'Nastavenie';
$s_plugin_MantisGraph_synthesis_link = 'Tvorba';
$s_plugin_MantisGraph_status_link = 'Podľa stavu';
$s_plugin_MantisGraph_priority_link = 'Podľa priority';
$s_plugin_MantisGraph_severity_link = 'Podľa náročnosti';
$s_plugin_MantisGraph_category_link = 'Podľa kategórie';
$s_plugin_MantisGraph_resolution_link = 'Podľa riešenia';
$s_plugin_MantisGraph_graph_bug_page_link = 'Grafika';
$s_plugin_MantisGraph_library = 'Použitá grafová knižnica';
$s_plugin_MantisGraph_bundled = 'Zväzok použitia';
$s_plugin_MantisGraph_window_width = 'Šírka grafiky (v pixeloch)';
$s_plugin_MantisGraph_bar_aspect = 'pomer rozmeru strán grafík (výška/šírka)';
$s_plugin_MantisGraph_summary_graphs_per_row = 'Koľko grafov na riadok sa zobrazí na stránke rozšíreného zhrnutia';
$s_plugin_MantisGraph_font = 'Písmo';
$s_plugin_MantisGraph_jpgraph_path = 'Systémová cesta ku knižnici JpGraph';
$s_plugin_MantisGraph_jpgraph_path_default = 'Nechajte prázdne pre predvolené: {mantisroot} / library/jpgraph';
$s_plugin_MantisGraph_jpgraph_antialias = 'Antialiasing JpGraph';
$s_plugin_MantisGraph_jpgraph_antialias_info = 'Antialiasing zlepšuje vzhľad niektorých grafov na úkor výkonu (až 8x pomalšie)';
$s_plugin_MantisGraph_enabled = 'Zapnúť';
$s_plugin_MantisGraph_disabled = 'Vypnúť';
$s_plugin_MantisGraph_graph_imp_status_title = 'Graf podľa stavu';
$s_plugin_MantisGraph_graph_imp_priority_title = 'Graf podľa priority';
$s_plugin_MantisGraph_graph_imp_severity_title = 'Graf podľa dôležitosti';
$s_plugin_MantisGraph_graph_imp_category_title = 'Graf podľa kategorie';
$s_plugin_MantisGraph_graph_imp_resolution_title = 'Graf podľa riešení';
$s_plugin_MantisGraph_by_status_pct = 'podľa stavu';
$s_plugin_MantisGraph_by_priority_pct = 'podľa priority';
$s_plugin_MantisGraph_by_severity_pct = 'podľa dôležitosti';
$s_plugin_MantisGraph_by_category_pct = 'podľa kategórie';
$s_plugin_MantisGraph_by_resolution_pct = 'podľa riešenia';
$s_plugin_MantisGraph_by_severity_mix = 'podľa dôležitosti a stavu';
$s_plugin_MantisGraph_by_priority_mix = 'podľa priority a stavu';
$s_plugin_MantisGraph_by_resolution_mix = 'podľa riešenia a stavu';
$s_plugin_MantisGraph_legend_still_open = 'Stále Otvorené';
$s_plugin_MantisGraph_legend_resolved = 'Vyriešené';
$s_plugin_MantisGraph_legend_assigned = 'Priradené';
$s_plugin_MantisGraph_legend_total = 'Celkom';
$s_plugin_MantisGraph_legend_opened = 'Otvorené';
$s_plugin_MantisGraph_legend_closed = 'Zatvorené';
$s_plugin_MantisGraph_legend_reported = 'Reportované';
$s_plugin_MantisGraph_cumulative = 'Kumulovano';
$s_plugin_MantisGraph_not_enough_data = 'Na vytvorenie grafiky nie je dostatok údajov';
$s_plugin_MantisGraph_period_none = 'Žiadne';
$s_plugin_MantisGraph_period_this_week = 'Tento Týždeň';
$s_plugin_MantisGraph_period_last_week = 'Posledný Týždeň';
$s_plugin_MantisGraph_period_two_weeks = 'Posledné Dva Týždne';
$s_plugin_MantisGraph_period_this_month = 'Tento Mesiac';
$s_plugin_MantisGraph_period_last_month = 'Posledný Mesiac';
$s_plugin_MantisGraph_period_this_quarter = 'Toto Štvrťročie';
$s_plugin_MantisGraph_period_last_quarter = 'Posledné Štvrťročie';
$s_plugin_MantisGraph_period_year_to_date = 'Rok podľa Dátumu';
$s_plugin_MantisGraph_period_select = 'Ľubovoľné Dátumy';
$s_plugin_MantisGraph_period_last_year = 'Posledný Rok';
$s_plugin_MantisGraph_select = 'Prosím Vybrať';
$s_plugin_MantisGraph_select_bystatus = 'podľa Stavu';
$s_plugin_MantisGraph_select_summbystatus = 'Prehľad podľa Stavu';
$s_plugin_MantisGraph_select_bycat = 'Prehľad podľa Kategórie';
$s_plugin_MantisGraph_select_both = 'Prehľad podľa Stavu a Kategórie';
$s_plugin_MantisGraph_show_as_graph = 'Zobraziť ako Graf';
$s_plugin_MantisGraph_show_as_table = 'Zobraziť ako Tabuľku';
$s_plugin_MantisGraph_show_graph = 'Zobraziť Graf';
$s_plugin_MantisGraph_graph_page = 'Graf Histórie Problémov';
