<?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/>.
 */
/** French (français)
 * 
 * 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 = 'Import d\'instance Mantis';
$s_plugin_import_instance_description = 'Plugin d\'import d\'instance Mantis';
$s_plugin_MantisImportInstance_title = 'Import d\'instance Mantis';
$s_plugin_MantisImportInstance_config = 'Configuration';
$s_plugin_MantisImportInstance_src_table_prefix = "Préfixe des tables sources";
$s_plugin_MantisImportInstance_trg_table_prefix = "Préfixe des tables cibles";
$s_plugin_MantisImportInstance_src_table_suffix = "Suffixe des tables sources";
$s_plugin_MantisImportInstance_trg_table_suffix = "Suffixe des tables cibles";
$s_plugin_MantisImportInstance_bug_offset = "Bug offset (optionel)";
$s_plugin_MantisImportInstance_news_import = "Import des News (Non fonctionnel)";
$s_plugin_MantisImportInstance_faqs_import = "Import des FAQs (Non fonctionnel)";
$s_plugin_MantisImportInstance_ttkr_import = "Import des données TimeTracking (Non fonctionnel)";
$s_plugin_MantisImportInstance_tables_cleaning = "Suppresion tables sources après l'import";
$s_plugin_MantisImportInstance_start_import = "Démarrer l'import";
$s_plugin_MantisImportInstance_read_configuration = "Lecture de la configuration";
$s_plugin_MantisImportInstance_read_keyvalues = "Lecture des valeurs clefs";
$s_plugin_MantisImportInstance_create_tmp_tables = "Création des tables temporaires";
$s_plugin_MantisImportInstance_import_user_table = "Importation des nouveaux utilisateurs";
$s_plugin_MantisImportInstance_import_custom_field_table = "Importation des nouveaux champs personnalisés";
$s_plugin_MantisImportInstance_import_category_table = "Importation des nouvelles catégories";
$s_plugin_MantisImportInstance_migrate_bug_history_table = "Mise-à-jour de la table bug_history";
$s_plugin_MantisImportInstance_migrate_other_tables = "Mise-à-jour des autres tables";
$s_plugin_MantisImportInstance_import_other_tables = "Importation des tables restantes";
$s_plugin_MantisImportInstance_clean_after_import = "Nettoyage des tables temporaires et sources";
