<?php
/** MantisBT - a php based bugtracking system
 *
 * Copyright (C) 2000 - 2002  Kenzaburo Ito - kenito@300baud.org
 * Copyright (C) 2002 - 2014  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/>.
 */
/** Danish (dansk)
 * 
 * See the qqq 'language' for message documentation incl. usage of parameters
 * To improve a translation please visit http://translatewiki.net
 *
 * @ingroup Language
 * @file
 *
 * @author Christian List
 * @author Tjernobyl
 */

$s_plugin_graph_title = 'Mantis grafer';
$s_plugin_graph_description = 'Officiel graf plugin.';
$s_plugin_MantisGraph_title = 'Mantis grafer';
$s_plugin_MantisGraph_menu_advanced_summary = 'Avanceret oversigt';
$s_plugin_MantisGraph_config = 'Konfiguration';
$s_plugin_MantisGraph_synthesis_link = 'Syntese';
$s_plugin_MantisGraph_status_link = 'Pr. tilstand';
$s_plugin_MantisGraph_priority_link = 'Pr. prioritet';
$s_plugin_MantisGraph_severity_link = 'Pr. alvorlighedsgrad';
$s_plugin_MantisGraph_category_link = 'Pr. kategori';
$s_plugin_MantisGraph_resolution_link = 'Pr. løsningsstatus';
$s_plugin_MantisGraph_graph_bug_page_link = 'Graf';
$s_plugin_MantisGraph_library = 'Grafbibliotek som skal bruges';
$s_plugin_MantisGraph_bundled = 'Bundtet';
$s_plugin_MantisGraph_window_width = 'Grafbredde (i pixels)';
$s_plugin_MantisGraph_bar_aspect = 'Søjlediagram aspekt ratio (højde og bredde)';
$s_plugin_MantisGraph_summary_graphs_per_row = 'Grafer der vises pr. række på den avancerede oversigtsside';
$s_plugin_MantisGraph_font = 'Skrifttype';
$s_plugin_MantisGraph_jpgraph_path = 'Systemsti til JpGraph biblioteket';
$s_plugin_MantisGraph_jpgraph_path_default = 'Lad stå tom for standard: {mantisroot}/library/jpgraph';
$s_plugin_MantisGraph_jpgraph_antialias = 'JpGraph anti-aliasing';
$s_plugin_MantisGraph_jpgraph_antialias_info = 'Anti-aliasing forbedrer det visuelle udseende af visse grafer på bekostning af ydeevne (op til 8x langsommere)';
$s_plugin_MantisGraph_enabled = 'Til';
$s_plugin_MantisGraph_disabled = 'Fra';
$s_plugin_MantisGraph_graph_imp_status_title = 'Sammenfattende grafik efter status';
$s_plugin_MantisGraph_graph_imp_priority_title = 'Sammenfattende grafik efter prioritet';
$s_plugin_MantisGraph_graph_imp_severity_title = 'Sammenfattende grafik efter alvorlighed';
$s_plugin_MantisGraph_graph_imp_category_title = 'Sammenfattende grafik efter kategori';
$s_plugin_MantisGraph_graph_imp_resolution_title = 'Sammenfattende grafik efter løsning';
$s_plugin_MantisGraph_by_status_pct = 'efter status i procent';
$s_plugin_MantisGraph_by_priority_pct = 'efter prioritet i procent';
$s_plugin_MantisGraph_by_severity_pct = 'efter alvorlighed i procent';
$s_plugin_MantisGraph_by_category_pct = 'efter kategori i procent';
$s_plugin_MantisGraph_by_resolution_pct = 'efter løsning i procent';
$s_plugin_MantisGraph_by_severity_mix = 'efter alvorlighed og status';
$s_plugin_MantisGraph_by_priority_mix = 'efter prioritet og status';
$s_plugin_MantisGraph_by_resolution_mix = 'efter løsning og status';
$s_plugin_MantisGraph_legend_still_open = 'Stadig åben';
$s_plugin_MantisGraph_legend_resolved = 'Løst';
$s_plugin_MantisGraph_legend_assigned = 'Tildelt';
$s_plugin_MantisGraph_legend_total = 'I alt';
$s_plugin_MantisGraph_legend_opened = 'Åben';
$s_plugin_MantisGraph_legend_closed = 'Lukket';
$s_plugin_MantisGraph_legend_reported = 'Rapporteret';
$s_plugin_MantisGraph_cumulative = 'Kumulativ';
$s_plugin_MantisGraph_not_enough_data = 'Ikke data nok til at lave graf';
$s_plugin_MantisGraph_period_none = 'Ingen';
$s_plugin_MantisGraph_period_this_week = 'Denne uge';
$s_plugin_MantisGraph_period_last_week = 'Sidste uge';
$s_plugin_MantisGraph_period_two_weeks = 'Sidste to uger';
$s_plugin_MantisGraph_period_this_month = 'Denne måned';
$s_plugin_MantisGraph_period_last_month = 'Sidste måned';
$s_plugin_MantisGraph_period_this_quarter = 'Dette kvartal';
$s_plugin_MantisGraph_period_last_quarter = 'Sidste kvartal';
$s_plugin_MantisGraph_period_year_to_date = 'År til dato';
$s_plugin_MantisGraph_period_select = 'Vilkårlige datoer';
$s_plugin_MantisGraph_period_last_year = 'Sidste år';
$s_plugin_MantisGraph_select = 'Vælg venligst';
$s_plugin_MantisGraph_select_bystatus = 'efter status';
$s_plugin_MantisGraph_select_summbystatus = 'Opsummering efter status';
$s_plugin_MantisGraph_select_bycat = 'Opsummering efter kategori';
$s_plugin_MantisGraph_select_both = 'Opsummering efter status og kategori';
$s_plugin_MantisGraph_show_as_graph = 'Vis som graf';
$s_plugin_MantisGraph_show_as_table = 'Vis som tabel';
$s_plugin_MantisGraph_show_graph = 'Vis graf';
$s_plugin_MantisGraph_graph_page = 'Vis rapporthistorik som graf';
