<?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 = "Allow to have differents values for a custom field by project";

$s_plugin_ProjectCustomFieldList_custom_field_title = "Custom fields values management";
$s_plugin_ProjectCustomFieldList_custom_field_value = "Custom field value";
$s_plugin_ProjectCustomFieldList_add_button = "Add this value to the custom field";
$s_plugin_ProjectCustomFieldList_remove_button = "Delete";
$s_plugin_ProjectCustomFieldList_remove_button_force = "Delete anyway";
$s_plugin_ProjectCustomFieldList_validate_custom_field = "Validate";
$s_plugin_ProjectCustomFieldList_cancel_modify_custom_field = "Cancel";
$s_plugin_ProjectCustomFieldList_modify_custom_field = "Modify";
$s_plugin_ProjectCustomFieldList_reorder_value = "Update";
$s_plugin_ProjectCustomFieldList_alphabethical_reorder = "Order by Alphabet order";
$s_plugin_ProjectCustomFieldList_export_xml = "Export to XML format";
$s_plugin_ProjectCustomFieldList_export_xml_download = "Download the XML file";
$s_plugin_ProjectCustomFieldList_import_xml = "Import XML";
$s_plugin_ProjectCustomFieldList_import_xml_error_content = "Error : Impossible to read the content of the XML file";
$s_plugin_ProjectCustomFieldList_import_xml_error_format = "Error : the XML file does not respect the XML format expected";
$s_plugin_ProjectCustomFieldList_import_xml_error_name = "Error : The name of the XML file does not match with the custom field name : ";
$s_plugin_ProjectCustomFieldList_import_xml_error_no_upload = "Error : No XML file uploaded, Please upload a file to import in the previous page";

$s_plugin_ProjectCustomFieldList_verif_remove_message = "Warning : the value that you want to remove is used at several place !";
$s_plugin_ProjectCustomFieldList_verif_remove_value = "Value to remove : ";
$s_plugin_ProjectCustomFieldList_verif_remove_bug_id = "BUG ID";
$s_plugin_ProjectCustomFieldList_verif_remove_bug_title = "TITLE";
$s_plugin_ProjectCustomFieldList_verif_remove_return = "Return to the project";
$s_plugin_ProjectCustomFieldList_filter_results = "Filter theses results in the main page";

$s_plugin_ProjectCustomFieldList_log_custom_name_not_found = "No custom field found for the name";
$s_plugin_ProjectCustomFieldList_log_remove_custom_field_value_before_value = "the value to remove ";
$s_plugin_ProjectCustomFieldList_log_remove_custom_field_value_after_value = " was not found in the custom field values array";
$s_plugin_ProjectCustomFieldList_log_remove_custom_field_value_impossible_case = "IMPOSSIBLE -> the size of the custom field values array is equal or inferior to zero. Size of the array : ";
$s_plugin_ProjectCustomFieldList_log_replacement_field_no_value_for_project = "No value found for the custom field n°";
$s_plugin_ProjectCustomFieldList_log_replacement_field_no_value_for_bug_id = " for the bug_id : ";
$s_plugin_ProjectCustomFieldList_log_xml_no_valid_document = "the document isn't valid";
$s_plugin_ProjectCustomFieldList_log_xml_valid_document = "the document is valid";
$s_plugin_ProjectCustomFieldList_log_at_line = " at line ";