

FD.Texts = new FD_Texts() ;
FD.Texts.lang = 2 ;
FD.Texts.set( {
ALERT_CANCEL_FORM:'WARNING:%0AYou are about to quit the form. The entries you just entered will be lost.',
DATE_FORMAT:'mm/dd/yyyy',
FORCED_LOG_OUT:'Logging out . . .',
CHARACTER_COUNT:'characters'
}
) ;
FD.Texts.create( 'Progress', {
TITLE_INIT_FORM:'Initializing . . .',
TITLE_LOAD_DATA:'',
WAIT:'%3Cb%3EOne moment please%3C/b%3E'
}
) ;
FD.Texts.create( 'Help', {
TITLE:'Help',
CLOSE:'Close',
CLICK_HERE:'Click here for help'
}
) ;
FD.Texts.create( 'Error', {
CLIENT_ERROR_INFO:'Error on page.',
CLIENT_ERROR_LINE:'Line: ',
CLIENT_ERROR_MSG:'Description: ',
SCRIPT_ERROR_CALC:'An error was found in one or more calculations.%0AThe calculations in error are now blinking.',
SCRIPT_ERROR_DEP:'An error occurred in a dependency at the item on%0Aposition: ',
SCRIPT_ERROR_UDS:'There is an error in one of your validation scripts.',
ERROR_FORM_SUBMIT:'An error occurred before sending the form entries.%5CnThe form could not be submitted!%5Cn%5CnDid you attach an existing file?'
}
) ;
FD.Texts.create( 'Validate', {
FORM_VALIDATING:'Validating form entries . . .',
CONTINUE_SAVE:'Do you want to store your entries / modifications anyway?',
REQUIRED:'Input is required.',
NUMERIC:'Invalid number.',
DATE_FORMAT:'Please enter a date as',
DATE_PAST:'Please enter a date in the past.',
DATE_FUTURE:'Please enter a future date.',
DATE_PAST_PRESENT:'The date must be today or in the past.',
DATE_FUTURE_PRESENT:'The date must be today or in the future.',
CHARACTER:'You entered an invalid character at position ',
DOT_COM:'You are not allowed to enter a .com, .htm or .html as your folder. Please enter a name, not an url..',
MIN_VALUE:'Please select at least ',
MAX_VALUE:'Please do not select more than ',
SELECT_OPTIONS:' options.',
SINGLE_VALUE:'You have to select this option..',
MIN_OPTIONS:'You must enter at least two options.',
EMAIL:'Invalid e-mail address.',
EMAIL_CHARACTER:'You have entered an invalid character at position ',
ALTERNATIVE:'You have selected an option that requires comment.',
URL:'You entered an invalid character.%0A%0APlease only use alphnumeric characters, -, _, . and ~.%0A%0ASpaces are not allowed.',
FILE_EXTENSION:'Invalid file type.%0AValid file types are:%0A ',
AT_QUESTION:'For the question: ',
INVALID_INPUT:'Invalid input.'
}
) ;

