labels = new Array();
labels[0] = "The next fields are required";
labels[1] = "Only use numbers in these fields";
labels[2] = "In these fields you can only use commas";
labels[3] = "These fields contain invalid e-mail addresses";
labels[4] = "These fields contain invalid dates (DD-MM-YYYY)";
labels[5] = "The following errors occurred whilst filling out the form";
labels[6] = "These fields contain an invalid postal code";
labels[7] = "The following fields are not equal";
labels[8] = "These fields contain an invalid bank account number";
labels[9] = "These fields contain an invalid time";
labels[10] = "Do not use special characters";
labels[11] = "Minimum value exceeded";
labels[12] = "Maximum value exceeded";
labels[13] = "The file you have added is a wrong type of document. Please make sure this file is a Word document or an Excel document";
labels[14] = "The file you have added is a wrong type of image. Please make sure this file is a .jpg or .gif image";
labels[15] = "These fields contain an invalid date/time combination (DD-MM-YYYY HH:MM:SS)";

