. /** * 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';