

FD.Texts = new FD_Texts() ;
FD.Texts.lang = 5 ;
FD.Texts.set( {
ALERT_CANCEL_FORM:'WARNING:%0AYou are about to quit the form. The entries you just entered will be lost.',
DATE_FORMAT:'jj/mm/aaaa',
FORCED_LOG_OUT:'Logging out . . .',
CHARACTER_COUNT:'caractères'
}
) ;
FD.Texts.create( 'Progress', {
TITLE_INIT_FORM:'Initialisation...',
TITLE_LOAD_DATA:'',
WAIT:'%3Cb%3EVeuillez patienter svp%3C/b%3E'
}
) ;
FD.Texts.create( 'Help', {
TITLE:'Aide',
CLOSE:'Fermer',
CLICK_HERE:'Cliquez ici pour aide'
}
) ;
FD.Texts.create( 'Error', {
CLIENT_ERROR_INFO:'Faute sur cette page',
CLIENT_ERROR_LINE:'Ligne : ',
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:'Champ obligatoire.',
NUMERIC:'Nombre non valide.',
DATE_FORMAT:'Vous devez entrer une date selon le mode de notation proposé',
DATE_PAST:'La date doit être dans le passé.',
DATE_FUTURE:'La date doit être dans le futur.',
DATE_PAST_PRESENT:'La date doit être dans le passé ou être celle d%27aujourd%27hui.',
DATE_FUTURE_PRESENT:'La date doit être dans le futur ou être celle d%27aujourd%27hui.',
CHARACTER:'Vous avez entré un signe non valide en position ',
DOT_COM:'Vous avez entré .com ce qui est interdit. Entrez un nom, pas un site Internet.',
MIN_VALUE:'Vous devez entrer au moins ',
MAX_VALUE:'Le maximum autorisé est de ',
SELECT_OPTIONS:' Choisissez une ou plusieurs options.',
SINGLE_VALUE:'Vous devez sélectionner cette option.',
MIN_OPTIONS:'Vous devez indiquer au moins 2 options.',
EMAIL:'Adresse e-mail non valide.',
EMAIL_CHARACTER:'Vous avez entré un signe non valide en position ',
ALTERNATIVE:'Vous avez choisi une option qui nécessite des informations complémentaires.',
URL:'Vous avez entré un signe non valide.%0A%0ALes signes acceptés sont : a à z, A à Z, 0 à 9 et -_.!~*%27%28%29.',
FILE_EXTENSION:'Invalid file type.%0AValid file types are:%0A ',
AT_QUESTION:'A la question: ',
INVALID_INPUT:'Entrée non valide.'
}
) ;

