<?php
/**
 *
 * Copyright (C) 2013 Kjell-Inge Gustafsson, kigkonsult, All rights reserved <ical@kigkonsult.se>
 *
 * iCalExport 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.
 *
 * iCalExport 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 iCalExport.  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 Kjell-Inge Gustafsson
 */
$s_plugin_iCalExport_title         = 'Calendar Export';
$s_plugin_iCalExport_description   = 'Adds calendar export capabilities to MantisBT. '
                                   . 'Export selected bug reports as calendar tasks (i.e. TODOs) '
                                   . 'for import to a public calendar (ex. Google) '
                                   . 'or a private calendar in a PC, pad or smartphone';
$s_plugin_iCalExport_export_name   = 'Calendar Export';
$s_plugin_iCalExport_export_title  = 'Export bug reports as calendar tasks (i.e. TODOs)';
$s_plugin_iCalExport_x_wr_calname  = ' selected bug reports';
$s_plugin_iCalExport_x_wr_caldesc  = ' selected bug reports at ';
