Blame | Last modification | View Log | Download
<?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 *** ***********************************************************************//** Lithuanian (lietuvių)** See the qqq 'language' for message documentation incl. usage of parameters* To improve a translation please visit https://translatewiki.net** @ingroup Language* @file** @author Cyklopas* @author Eitvys200* @author Nersip* @author Nokeoo*/$s_plugin_MantisGraph_title = 'Mantis grafikai';$s_plugin_MantisGraph_description = 'Oficialus grafikų įskiepis.';$s_plugin_MantisGraph_config = 'KonfigÅ«racija';$s_plugin_MantisGraph_tab_label = 'Grafikai';$s_plugin_MantisGraph_status_link = 'Pagal BÅ«senÄ…';$s_plugin_MantisGraph_priority_link = 'Pagal Prioritetą';$s_plugin_MantisGraph_severity_link = 'Pagal sunkumą';$s_plugin_MantisGraph_category_link = 'Pagal Kategoriją';$s_plugin_MantisGraph_resolution_link = 'Pagal Rezoliuciją';$s_plugin_MantisGraph_issue_trends_link = 'Problemų tendencijos';$s_plugin_MantisGraph_graph_imp_status_title = 'Pagal BÅ«senos Grafikus';$s_plugin_MantisGraph_graph_imp_priority_title = 'Pagal prioriteto grafikus';$s_plugin_MantisGraph_graph_imp_severity_title = 'Pagal svarbumo grafikus';$s_plugin_MantisGraph_graph_imp_category_title = 'Pagal Kategorijos Grafikus';$s_plugin_MantisGraph_graph_imp_resolution_title = 'Pagal rezoliucijos grafikus';$s_plugin_MantisGraph_graph_developer_title = 'Pagal kÅ«rÄ—jo grafikus';$s_plugin_MantisGraph_graph_reporter_title = 'Pagal pranešėjo grafikus';$s_plugin_MantisGraph_graph_issues_trend_title = 'Atidarytos, išspręstos ir likusios problemos';$s_plugin_MantisGraph_by_status_pct = 'pagal bÅ«senÄ… santykinai';$s_plugin_MantisGraph_by_priority_pct = 'pagal prioritetą santykinai';$s_plugin_MantisGraph_by_severity_pct = 'pagal svarbą santykinai';$s_plugin_MantisGraph_by_category_pct = 'pagal kategoriją santykinai';$s_plugin_MantisGraph_by_resolution_pct = 'pagal sprendimą santykinai';$s_plugin_MantisGraph_by_severity_mix = 'pagal svarbÄ… ir bÅ«senÄ…';$s_plugin_MantisGraph_by_priority_mix = 'pagal prioritetÄ… ir bÅ«senÄ…';$s_plugin_MantisGraph_by_resolution_mix = 'pagal sprendimÄ… ir bÅ«senÄ…';$s_plugin_MantisGraph_legend_still_open = 'Vis dar atviros';$s_plugin_MantisGraph_legend_resolved = 'Išspręstų';$s_plugin_MantisGraph_legend_reported = 'PraÅ¡tų';$s_plugin_MantisGraph_period_none = 'NÄ—ra';$s_plugin_MantisGraph_period_this_week = 'Šią savaitę';$s_plugin_MantisGraph_period_last_week = 'Praeitą savaitę';$s_plugin_MantisGraph_period_two_weeks = 'Paskutines 2 sav.';$s_plugin_MantisGraph_period_this_month = 'Šį mÄ—nesį';$s_plugin_MantisGraph_period_last_month = 'PraeitÄ… mÄ—nesį';$s_plugin_MantisGraph_period_this_quarter = 'Šį ketvirtį';$s_plugin_MantisGraph_period_last_quarter = 'PraeitÄ… ketvirtį';$s_plugin_MantisGraph_period_year_to_date = 'Nuo metų pradžios';$s_plugin_MantisGraph_period_select = 'Pasirinkta data';$s_plugin_MantisGraph_period_last_year = 'Praeitais metais';$s_plugin_MantisGraph_graph_page = 'Atvaizduoti problemų istorijÄ… grafike';$s_plugin_MantisGraph_graph_topdev = 'Geriausi kÅ«rÄ—jai pagal iÅ¡sprÄ™stas problemas';$s_plugin_MantisGraph_graph_opendev = 'KÅ«rÄ—jai pagal atviras problemas';$s_plugin_MantisGraph_graph_topreporter_fixed = 'Geriausi pranešėjai pagal išspręstas problemas';$s_plugin_MantisGraph_other_categories = 'kitos kategorijos (%d)';