<?php

# This program 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 3 of the License, or
# (at your option) any later version.
#
# This program 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.
 
 /**
 * SVN Keywords
 * $Revision: 183 $
 * $Author: CLM $
 * $Date: 2017-01-16 09:48:00 +0100 (lun., 16 janv. 2017) $
 */
 
$s_plugin_ProjectCustomFieldList_title = "Project Custom Field List";
$s_plugin_ProjectCustomFieldList_description = "Permet la d'avoir des valeurs différentes pour un champs personaliser par projet";

$s_plugin_ProjectCustomFieldList_custom_field_title = "Gestion des valeurs des champs personnalisés";
$s_plugin_ProjectCustomFieldList_custom_field_value = "Valeurs du champs personnalisé";
$s_plugin_ProjectCustomFieldList_add_button = "Ajouter cette valeur au champs personnalisé";
$s_plugin_ProjectCustomFieldList_remove_button = "Supprimer";
$s_plugin_ProjectCustomFieldList_remove_button_force = "Supprimer quand même";
$s_plugin_ProjectCustomFieldList_validate_custom_field = "Valider";
$s_plugin_ProjectCustomFieldList_cancel_modify_custom_field = "Annuler";
$s_plugin_ProjectCustomFieldList_modify_custom_field = "Modifier";
$s_plugin_ProjectCustomFieldList_reorder_value = "Mettre à jour";
$s_plugin_ProjectCustomFieldList_alphabethical_reorder = "Ordonner par ordre Alphabetique";
$s_plugin_ProjectCustomFieldList_export_xml = "Exporter au format XML";
$s_plugin_ProjectCustomFieldList_export_xml_download = "Télécharger le fichier XML";
$s_plugin_ProjectCustomFieldList_import_xml = "Import XML";
$s_plugin_ProjectCustomFieldList_import_xml_error_content = "Erreur : Impossible de lire le contenu du fichier XML";
$s_plugin_ProjectCustomFieldList_import_xml_error_format = "Erreur : Le fichier XML ne respecte pas le format XML attendu";
$s_plugin_ProjectCustomFieldList_import_xml_error_name = "Erreur : Le nom du fichier XML ne correspond pas avec le nom du champs personnalisée : ";
$s_plugin_ProjectCustomFieldList_import_xml_error_no_upload = "Erreur : Aucun fichier XML charger, veuillez charger un fichier à importer dans la page précédente.";

$s_plugin_ProjectCustomFieldList_verif_remove_message = "Attention : la valeur que vous voulez supprimer est utilisé à plusieurs endroit !";
$s_plugin_ProjectCustomFieldList_verif_remove_value = "Valeur à supprimer : ";
$s_plugin_ProjectCustomFieldList_verif_remove_bug_id = "BUG ID";
$s_plugin_ProjectCustomFieldList_verif_remove_bug_title = "TITRE";
$s_plugin_ProjectCustomFieldList_verif_remove_return = "Retour au projet";
$s_plugin_ProjectCustomFieldList_filter_results = "Filtrer ces résultats dans la page principal";

$s_plugin_ProjectCustomFieldList_log_custom_name_not_found = "Aucun champs personnaliser trouver pour le nom";
$s_plugin_ProjectCustomFieldList_log_remove_custom_field_value_before_value = "la valeur à supprimer ";
$s_plugin_ProjectCustomFieldList_log_remove_custom_field_value_after_value = " n'a pas été trouver dans la liste des valeurs du custom field";
$s_plugin_ProjectCustomFieldList_log_remove_custom_field_value_impossible_case = "IMPOSSIBLE -> la taille de la liste des valeurs du custom field est égale ou inférieur à zéro. Taille de la liste : ";
$s_plugin_ProjectCustomFieldList_log_replacement_field_no_value_for_project = "Aucune valeur trouver pour le champs personalisée n°";
$s_plugin_ProjectCustomFieldList_log_replacement_field_no_value_for_bug_id = " pour le bug_id : ";
$s_plugin_ProjectCustomFieldList_log_xml_no_valid_document = "Le document n'est pas valide";
$s_plugin_ProjectCustomFieldList_log_xml_valid_document = "Le document est valide";
$s_plugin_ProjectCustomFieldList_log_at_line = " à la ligne ";