<?php

# Copyright (c) 2020 Cristóbal F. Manrique M.
# 

$s_plugin_Status_Custom_Fields_title = 'Custom Fields per Status';
$s_plugin_Status_Custom_Fields_config_title = 'Custom Fields per Status - Configuration';
$s_plugin_Status_Custom_Fields_description_text1="Let's suppose we have custom fields with id 1,2,3 and 4, and we want fields 1 and 2 to be requested for status 20(feedback) while fields 3 and 4 are to be requested for status 30(aknowledge). Then you should create the following option: plugin_Status_Custom_Fields_status_cf_array (case sensitive)";
$s_plugin_Status_Custom_Fields_description_text2='Note that for status 20, field id 2 will be required, so it has a "*", while for status 30, the required (mandatory) field is going to be the one with the id=3.';
$s_plugin_Status_Custom_Fields_description_text3='This configuration will be ignored for statusses "RESOLVED" and "CLOSED", since they are handled through the custom field standard configuration';
