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

$s_plugin_import_instance_title = 'Mantis Instance Import';
$s_plugin_import_instance_description = 'Mantis Instance Import Plugin';
$s_plugin_MantisImportInstance_title = 'Mantis Instance Import';
$s_plugin_MantisImportInstance_config = 'Configuration';
$s_plugin_MantisImportInstance_src_table_prefix = "Table Prefix for Instance to import";
$s_plugin_MantisImportInstance_trg_table_prefix = "Table Prefix for Target Instance";
$s_plugin_MantisImportInstance_src_table_suffix = "Table Suffix for Instance to import";
$s_plugin_MantisImportInstance_trg_table_suffix = "Table Suffix for Target Instance ";
$s_plugin_MantisImportInstance_bug_offset = "Bug number offset (optional)";
$s_plugin_MantisImportInstance_news_import = "Import News (Not implemented)";
$s_plugin_MantisImportInstance_faqs_import = "Import FAQ (Not implemented)";
$s_plugin_MantisImportInstance_ttkr_import = "Import TimeTracking Data (Not implemented)";
$s_plugin_MantisImportInstance_tables_cleaning = "Remove tables after import";
$s_plugin_MantisImportInstance_start_import = "Import Start";
$s_plugin_MantisImportInstance_read_configuration = "Read configuration";
$s_plugin_MantisImportInstance_read_keyvalues = "Read key values";
$s_plugin_MantisImportInstance_create_tmp_tables = "Create temporaries tables";
$s_plugin_MantisImportInstance_import_user_table = "Import users";
$s_plugin_MantisImportInstance_import_custom_field_table = "Import custom fields";
$s_plugin_MantisImportInstance_import_category_table = "Import categories";
$s_plugin_MantisImportInstance_migrate_bug_history_table = "Update bug_history table";
$s_plugin_MantisImportInstance_migrate_other_tables = "Update other tables";
$s_plugin_MantisImportInstance_import_other_tables = "Import other tables";
$s_plugin_MantisImportInstance_clean_after_import = "Remove tables";
