<?php
/** MantisBT - a php based bugtracking system
 *
 * Copyright (C) 2002 - 2011  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/>.
 */

/** English (English)
 *
 * See the qqq 'language' for message documentation incl. usage of parameters
 * To improve a translation please visit http://translatewiki.net
 *
 * @ingroup Language
 * @file
 *
 * @author Kenzaburo Ito, kenito@300baud.org
 * @author various developers
 */

$s_plugin_graph_title = 'Mantis Graphs';
$s_plugin_graph_description = 'Official graph plugin.';

$s_plugin_MantisGraph_title = 'Mantis Graphs';
$s_plugin_MantisGraph_menu_advanced_summary = 'Advanced Summary';
$s_plugin_MantisGraph_config = 'Configuration';

$s_plugin_MantisGraph_synthesis_link = 'Synthesis';
$s_plugin_MantisGraph_status_link = 'Per state';
$s_plugin_MantisGraph_priority_link = 'Per priority';
$s_plugin_MantisGraph_severity_link = 'Per severity';
$s_plugin_MantisGraph_category_link = 'Per category';
$s_plugin_MantisGraph_resolution_link = 'Per resolution';

$s_plugin_MantisGraph_graph_bug_page_link = 'Graph';

$s_plugin_MantisGraph_library = 'Graph library to use';
$s_plugin_MantisGraph_bundled = 'Bundled';

$s_plugin_MantisGraph_window_width = 'Graph width (in pixels)';
$s_plugin_MantisGraph_bar_aspect = 'Bar graph aspect ratio (height/width)';
$s_plugin_MantisGraph_summary_graphs_per_row = 'Graphs to display per row on the advanced summary page';
$s_plugin_MantisGraph_font = 'Font';

$s_plugin_MantisGraph_jpgraph_path = 'JpGraph library system path';
$s_plugin_MantisGraph_jpgraph_path_default = 'Leave blank for default: {mantisroot}/library/jpgraph';
$s_plugin_MantisGraph_jpgraph_antialias = 'JpGraph anti-aliasing';
$s_plugin_MantisGraph_jpgraph_antialias_info = 'Anti-aliasing improves the visual appearance of certain graphs at the expense of performance (up to 8x slower)';

$s_plugin_MantisGraph_enabled = 'On';
$s_plugin_MantisGraph_disabled = 'Off';

$s_plugin_MantisGraph_graph_imp_status_title = 'Synthesis graphs by status';
$s_plugin_MantisGraph_graph_imp_priority_title = 'Synthesis graphs by priority';
$s_plugin_MantisGraph_graph_imp_severity_title = 'Synthesis graphs by severity';
$s_plugin_MantisGraph_graph_imp_category_title = 'Synthesis graphs by category';
$s_plugin_MantisGraph_graph_imp_resolution_title = 'Synthesis graphs by resolution';
$s_plugin_MantisGraph_by_status_pct = 'By status percentage';
$s_plugin_MantisGraph_by_priority_pct = 'By priority percentage';
$s_plugin_MantisGraph_by_severity_pct = 'By severity percentage';
$s_plugin_MantisGraph_by_category_pct = 'By category percentage';
$s_plugin_MantisGraph_by_resolution_pct = 'By resolution percentage';
$s_plugin_MantisGraph_by_severity_mix = 'By severity and status';
$s_plugin_MantisGraph_by_priority_mix = 'By priority and status';
$s_plugin_MantisGraph_by_resolution_mix = 'By resolution and status';
$s_plugin_MantisGraph_legend_still_open = 'Still Open';
$s_plugin_MantisGraph_legend_resolved = 'Resolved';
$s_plugin_MantisGraph_legend_assigned = 'Assigned';
$s_plugin_MantisGraph_legend_total = 'Total';
$s_plugin_MantisGraph_legend_opened = 'Opened';
$s_plugin_MantisGraph_legend_closed = 'Closed';
$s_plugin_MantisGraph_legend_reported = 'Reported';
$s_plugin_MantisGraph_cumulative = 'Cumulative';
$s_plugin_MantisGraph_not_enough_data = 'Not enough data to create graph';

# Period class (core/Period.php)
#$s_plugin_MantisGraph_all_dates = 'All Dates';
$s_plugin_MantisGraph_period_none = 'None';
$s_plugin_MantisGraph_period_this_week = 'This Week';
$s_plugin_MantisGraph_period_last_week = 'Last Week';
$s_plugin_MantisGraph_period_two_weeks = 'Last Two Weeks';
$s_plugin_MantisGraph_period_this_month = 'This Month';
$s_plugin_MantisGraph_period_last_month = 'Last Month';
$s_plugin_MantisGraph_period_this_quarter = 'This Quarter';
$s_plugin_MantisGraph_period_last_quarter = 'Last Quarter';
$s_plugin_MantisGraph_period_year_to_date = 'Year to Date';
$s_plugin_MantisGraph_period_select = 'Arbitrary Dates';
$s_plugin_MantisGraph_period_last_year = 'Last Year';
$s_plugin_MantisGraph_select = 'Please Select';
$s_plugin_MantisGraph_select_bystatus = 'by Status';
$s_plugin_MantisGraph_select_summbystatus = 'Summary by Status';
$s_plugin_MantisGraph_select_bycat = 'Summary by Category';
$s_plugin_MantisGraph_select_both = 'Summary by Status and Category';
$s_plugin_MantisGraph_show_as_graph = 'Show as Graph';
$s_plugin_MantisGraph_show_as_table = 'Show as Table';
$s_plugin_MantisGraph_show_graph = 'Show Graph';
$s_plugin_MantisGraph_graph_page = 'Graph Issue History';
