温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,汇文网负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。
网站客服:3074922707
strings_estonian
<?php
/** MantisBT - a php based bugtracking system
*
* Copyright (C) 2000 - 2002 Kenzaburo Ito - kenito@300baud.org
* Copyright (C) 2002 - 2011 MantisBT Team - mantisbt-dev@
*
* 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/>.
*/
/** Estonian (Eesti)
*
* See the qqq 'language' for message documentation incl. usage of parameters
* To improve a translation please visit
*
* @ingroup Language
* @file
*
* @author Avjoska
*/
$s_plugin_MantisGraph_graph_imp_status_title = 'Graafikute süntees oleku järgi';
$s_plugin_MantisGraph_graph_imp_priority_title = 'Graafikute süntees prioriteedi järgi';
$s_plugin_MantisGraph_graph_imp_severity_title = 'Graafikute süntees raskusastme järgi';
$s_plugin_MantisGraph_graph_imp_category_title = 'Graafikute süntees kategooria järgi';
$s_plugin_MantisGraph_graph_imp_resolution_title = 'Graafikute süntees lahenduse järgi';
$s_plugin_MantisGraph_by_status_pct = 'oleku protsendi järgi';
$s_plugin_MantisGraph_by_priority_pct = 'prioriteedi protsendi järgi';
$s_plugin_MantisGraph_by_severity_pct = 'raskusastme protsendi järgi';
$s_plugin_MantisGraph_by_category_pct = 'kategooria protsendi järgi';
$s_plugin_MantisGraph_by_resolution_pct = 'lahenduse protsendi järgi';
$s_plugin_MantisGraph_by_severity_mix = 'raskusastme ja oleku järgi';
$s_plugin_MantisGraph_by_priority_mix = 'prioriteedi ja oleku järgi';
$s_plugin_MantisGraph_by_resolution_mix = 'lahenduse ja oleku järgi';
$s_plugin_MantisGraph_legend_still_open = 'Jätkuvalt avatud';
$s_plugin_MantisGraph_legend_resolved = 'Lahendatud';
$s_plugin_MantisGraph_legend_assigned = 'Määratud';
$s_plugin_MantisGraph_legend_total = 'Kokku';
$s_plugin_MantisGraph_legend_opened = 'Avatud';
$s_plugin_MantisGraph_legend_closed = 'Suletud';
$s_plugin_MantisGraph_legend_reported = 'Raporteeritud';
$s_plugin_MantisGraph_cumulative = 'Kumulatiivne';
$s_plugin_MantisGraph_not_enough_data = 'Graafiku loomiseks pole piisavalt andmeid';
$s_plugin_MantisGraph_period_this_week = 'See nädal';
$s_plugin_MantisGraph_period_last_week = 'Eelmine nädal';
$s_plugin_MantisGraph_period_two_weeks = 'Kaks viimast nädalat';
$s_plugin_MantisGraph_period_this_month = 'See kuu';
$s_plugin_MantisGraph_period_last_month = 'Eelmine kuu';
$s_plugin_MantisGraph_period_this_quarter = 'See kvartal';
$s_plugin_MantisGraph_period_last_quarter = 'Eelmine kvartal';
$s_plugin_MantisGraph_period_last_year = 'Eelmine aasta';
$s_plugin_MantisGraph_show_as_graph = 'Näita graafikuna';
$s_plugin_MantisGraph_show_as_table = 'Näita tabelina';