<?php
/** MantisBT - a php based bugtracking system
 *
 * Copyright (C) 2000 - 2002  Kenzaburo Ito - kenito@300baud.org
 * Copyright (C) 2002 - 2010  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
 */

# Script directionality (currently supported: ltr and rtl)
$s_plugin_patch_title = 'TimeTracking Patch';
$s_plugin_patch_description = 'A patch to fix the errors in TimeTracking module for billing.';

$s_plugin_TimeTrackingPatch_billing_link = "Billing";
$s_plugin_TimeTrackingPatch_price_lbl = 'Apply Hourly Project Rates';
$s_plugin_TimeTrackingPatch_price = 'Price';
$s_plugin_TimeTrackingPatch_default_price_lbl = 'Default Hourly Rate $';
$s_plugin_TimeTrackingPatch_price_per_hour_lbl = 'Price Per Hour';
$s_plugin_TimeTrackingPatch_project_price_per_hour_lbl = 'Default Hourly Rate $';
$s_plugin_TimeTrackingPatch_project_hour_rate_lbl = 'Hourly Rate $';
$s_plugin_TimeTrackingPatch_change_lbl = 'Update';
$s_plugin_TimeTrackingPatch_ttl_amt_lbl = 'Total Amount $';
$s_plugin_TimeTrackingPatch_ttls_lbl = 'Totals';
$s_plugin_TimeTrackingPatch_cost_lbl = 'Average Rate Amount';
$s_plugin_TimeTrackingPatch_project_required = 'Please select a project to apply hourly project rates';
$s_plugin_TimeTrackingPatch_reporting_period = 'Reporting Period :';
$s_plugin_TimeTrackingPatch_username_csv = 'Name';
$s_plugin_TimeTrackingPatch_desc_csv = 'Description';
$s_plugin_TimeTrackingPatch_bug_csv = 'Bug ID';
$s_plugin_TimeTrackingPatch_hours_csv = 'Hours';
$s_plugin_TimeTrackingPatch_total_csv = 'Total Amount';
$s_plugin_TimeTrackingPatch_hourly_rate_csv = 'Hourly Rate';
$s_plugin_TimeTrackingPatch_no_record_csv = 'No Record Found';
$s_plugin_TimeTrackingPatch_max_roundoff_hint = '(Values equal to or than more 100000 will be ronded off to 99999.99)';
$s_plugin_TimeTrackingPatch_roundoff_hint = '(Values will be rounded off to two decimal places)';