<?php

# Copyright (c) 2011 Robert Munteanu (robert@lmn.ro)

# Zip export plugin for 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.
#
# Zip export plugin for 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 Zip export plugin for MantisBT.  
# If not, see <http://www.gnu.org/licenses/>.

$s_plugin_ZipExport_ = '';
$s_plugin_ZipExport_title = 'Zip export';
$s_plugin_ZipExport_description = 'Allows exporting multiple issues as a Zip archive';
$s_plugin_ZipExport_export_related_issues_link = 'Zip export';