
var m_javaStringTable = new Array();

m_javaStringTable[0] = 'This is not a valid number entry';
m_javaStringTable[1] = 'This is not a valid integer entry';
m_javaStringTable[2] = 'This is not a valid date entry';
m_javaStringTable[3] = 'This is not a valid time entry';
m_javaStringTable[4] = 'The value must be greater than %1';
m_javaStringTable[5] = 'The value must be less than %1';
m_javaStringTable[6] = 'The value must be between %1 and %2';
m_javaStringTable[7] = 'The value must be equal to %1';
m_javaStringTable[8] = 'The value must be greater than or equal to %1';
m_javaStringTable[9] = 'The value must be less than or equal to %1';
m_javaStringTable[10] = 'The value cannot be greater than %1';
m_javaStringTable[11] = 'The value cannot be less than %1';
m_javaStringTable[12] = 'The value cannot be between %1 and %2';
m_javaStringTable[13] = 'The value cannot be equal to %1';
m_javaStringTable[14] = 'The value cannot be greater than or equal to %1';
m_javaStringTable[15] = 'The value cannot be less than or equal to %1';
m_javaStringTable[16] = 'The maximum number of decimal places allowed in this field is %1';
m_javaStringTable[17] = 'The maximum number of characters allowed in this field is %1.\n(You have entered %2 too many).';
m_javaStringTable[18] = 'Not enough room to paste text into field. The text is 1 character too long.';
m_javaStringTable[19] = 'Invalid Year Entry';
m_javaStringTable[20] = 'Pound signs are not valid for this field';
m_javaStringTable[21] = 'Commas are not valid for this field';
m_javaStringTable[22] = 'Percentage signs are not valid for this field';
m_javaStringTable[23] = 'The date must be before today\'s date';
m_javaStringTable[24] = 'The date must be after today\'s date';
m_javaStringTable[25] = 'The date cannot be before today\'s date';
m_javaStringTable[26] = 'The date cannot be after today\'s date';
m_javaStringTable[27] = 'There is too much text to fit on the printed form.';
m_javaStringTable[28] = 'There is too much text to fit on the printed form.\n\nIt has been changed to indicate where the limit has been reached.';
m_javaStringTable[29] = 'Not enough room to paste text into field. The text is %1 characters too long.';
m_javaStringTable[30] = 'Not enough room to paste text into field.';
m_javaStringTable[31] = 'Are you sure you want to cancel the spell check and lose the spelling corrections you have made?';
m_javaStringTable[1000] = 'You cannot press buttons while you are assisting someone.\n\n(Except for \'Deactivate Assistance\' - to stop assisting).';
m_javaStringTable[1001] = 'If the customer clicks to check spelling, you will only see the initial spell check screen.  You will not see each incorrect word as it is flagged to the customer.';
m_javaStringTable[1002] = 'If the customer downloads a file, for example retrieves a PDF file for printing or opens/saves a form attachment, you will only see the screen where they press the button to get the file.  You will not see the file itself.  (You cannot obtain a copy of the file unless, for example, you ask the customer to save it and email it to you).\n\nIf the customer uploads a file, for example adds an attachment to their form, you will see the screen where they press \'Browse\' to choose a file, but you will not see them navigating through folders on their PC in order to find the file to upload.';

if(typeof(validationLoadStringTable) != "undefined") {
	validationLoadStringTable();
}
if(typeof(ajaxLoadStringTable) != "undefined") {
	ajaxLoadStringTable();
}

