<?php
/** MantisBT - a php based bugtracking system
 *
 * 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/>.
 */

/** 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 Roman Allenstein <http://roman-allenstein.de>
 */

$s_plugin_Activity_title = 'Aktivität';
$s_plugin_Activity_config = 'Konfiguration';
$s_plugin_Activity_description = 'Zeige Einträge nach Datum.';
$s_plugin_Activity_activity   = 'Aktivität';
$s_plugin_Activity_get_info_button = 'Wähle Notizen';
$s_plugin_Activity_lbl_show_status_legend = 'Zeige Status-Legende';
$s_plugin_Activity_lbl_show_avatar = 'Zeige Avatare';
$s_plugin_Activity_lbl_limit_bug_notes = 'Anzahl der Notizen limitieren';
$s_plugin_Activity_lbl_day_count = 'Anzahl der Tage im Filter (standardmäßig)';
$s_plugin_Activity_enabled = 'Eingeschaltet';
$s_plugin_Activity_disabled = 'Ausgeschaltet';

