messageString=translate.withArguments("%0/%1 participant(s) will be added to the selected campaign step",[countValidParticipantsToAdd,countParticipantsToAdd]);
resultValue="true";
}
else
{
messageString=translate.withArguments("Not enough slots for %0/%1 participant(s)",[countValidParticipantsToAdd,countParticipantsToAdd]);
messageString=translate.withArguments("Not enough slots for %0/%1 participant(s)",[excess,countParticipantsToAdd]);
}
else
{
messageString=translate.withArguments("%0/%1 participant(s) will be added to the selected campaign step",[countValidParticipantsToAdd,countParticipantsToAdd]);