Current File : /home/escuelai/public_html/mantis/plugins/XmlImportExport/lang/strings_english.txt
<?php
# MantisBT - A PHP based bugtracking system

# 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/>.

/**
 * Language File - English (English)
 *
 * **********************************************************************
 * ** This file is generated from translations stored in translatewiki **
 * ** Information on Copyright/License for translatewiki translations  **
 * ** is available at http://translatewiki.net/wiki/Project:About      **
 * **********************************************************************
 * **                                                                  **
 * **                      DO NOT UPDATE MANUALLY                      **
 * **                                                                  **
 * ** To improve a translation please visit http://translatewiki.net   **
 * ** Detailed instructions on how to create or update translations at **
 * ** http://www.mantisbt.org/wiki/doku.php/mantisbt:translationshowto **
 * **********************************************************************
 *
 * See the qqq 'language' for message documentation incl. usage of parameters
 *
 * @ingroup Language
 * @file
 * @copyright Copyright 2002  MantisBT Team - mantisbt-dev@lists.sourceforge.net
 * @link http://www.mantisbt.org
 *
 * @author Damien Regad
 * @author David Hicks
 * @author Gianluca Sforna
 * @author Paul Richards
 * @author Siebrand Mazeland
 */

$s_plugin_XmlImportExport_title = 'Import/Export issues';
$s_plugin_XmlImportExport_description = 'Adds XML based import and export capabilities to MantisBT.';

$s_plugin_XmlImportExport_import = 'Import issues';
$s_plugin_XmlImportExport_export = 'XML Export';

$s_plugin_XmlImportExport_config_title = 'XML Import/Export Access Levels Configuration';
$s_plugin_XmlImportExport_import_threshold = 'Import issues';
$s_plugin_XmlImportExport_export_threshold = 'Export issues';

$s_plugin_XmlImportExport_action_update = 'Update';

$s_plugin_XmlImportExport_importing_in_project = 'Importing issues into project: \'%s\'';
$s_plugin_XmlImportExport_import_options = 'Import options';

$s_plugin_XmlImportExport_cross_references = 'Cross references';
$s_plugin_XmlImportExport_default_strategy = 'Default conversion strategy:';
$s_plugin_XmlImportExport_renumber = 'Renumber';
$s_plugin_XmlImportExport_renumber_desc = 'Try to convert references to new numbering';
$s_plugin_XmlImportExport_link = 'Link';
$s_plugin_XmlImportExport_link_desc = 'Convert into a link to the original item';
$s_plugin_XmlImportExport_disable = 'Disable';
$s_plugin_XmlImportExport_disable_desc = 'Disable the link';

$s_plugin_XmlImportExport_fallback = 'Fallback strategy (when "Renumber" does not apply):';

$s_plugin_XmlImportExport_fallback_category = 'Fallback category:';
$s_plugin_XmlImportExport_keep_same_category = 'Try keeping same category';

$s_plugin_XmlImportExport_error_no_xml = 'can not find xmlreader and xmlwriter extensions';