<?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 Marchenko Sergey, sergey@mzsl.ru
 */

$s_plugin_Activity_title = 'Activity';
$s_plugin_Activity_config = 'Configuration';
$s_plugin_Activity_description = 'Show bug notes by date.';
$s_plugin_Activity_activity   = 'Activity';
$s_plugin_Activity_get_info_button = 'Select notes';
$s_plugin_Activity_lbl_show_status_legend = 'Show status legend';
$s_plugin_Activity_lbl_show_avatar = 'Show avatar';
$s_plugin_Activity_lbl_limit_bug_notes = 'Limit bug notes';
$s_plugin_Activity_lbl_day_count = 'Day count in filter (by default)';
$s_plugin_Activity_lbl_notify = 'Send comments of user by email <small>(add script "php [mantis root]/plugins/Activity/scripts/notify.php" to cron)</small>';
$s_plugin_Activity_lbl_notify_login = 'Run scheduled script on the account of';
$s_plugin_Activity_lbl_notify_subject = 'Subject of the email';
$s_plugin_Activity_lbl_notify_project    = 'Project';
$s_plugin_Activity_lbl_notify_users    = 'Managers';
$s_plugin_Activity_lbl_notify_note_users    = 'Note By';
$s_plugin_Activity_lbl_notify_use_html    = 'Use HTML messages';
$s_plugin_Activity_lbl_notify_path    = 'URL to your mantis installation (example: http://mantisbt.org/bugs/)';
$s_plugin_Activity_enabled = 'On';
$s_plugin_Activity_disabled = 'Off';
$s_plugin_Activity_issues   = 'Issues';
$s_plugin_Activity_notes    = 'Notes';
$s_plugin_Activity_total_issues   = 'Total issues';
$s_plugin_Activity_total_notes    = 'Total notes';
