/* CustomCheck.js */ 
var CUSTOMCHECK_SELECT_CHECK = 'Select a line';
var CUSTOMCHECK_SELECT_MODELE = 'Select a checklist model';
var CUSTOMCHECK_TYPE_APPAREIL = 'Inform a aircraft type ';
var CUSTOMCHECK_LIMIT_NBLINE = 'Limited number of lines impossible to add more lines.';
var CUSTOMCHECK_PHASE_TITLE = 'phase of flight mandatory !';
var CUSTOMCHECK_PHASE_TITLE_LENGHT = 'The text of the title of the phase of flight is too long it can not be printed correctly !';
var CUSTOMCHECK_CHECK_LENGHT = 'The text is too long it can not be edited!'; 
var CUSTOMCHECK_NAME_MAND =  'Name is mandatory !';
var CUSTOMCHECK_MAIL_MAND =  'Email is mandatory !';
var CUSTOMCHECK_OBJECT_MAND = 'Object required !';
var CUSTOMCHECK_MESSAGE_MAND = 'Message is mandatory !';
var CUSTOMCHECK_SELECT_CL = 'Select a check-list to order !';
var CUSTOMCHECK_QUANTITY_FORMAT = 'The quantity must be a number !';
var CUSTOMCHECK_VALID_COMMAND = 'You will definitely validate your order, do you want to continue ? ';
var CUSTOMCHECK_VALID_CG = 'You must validate the general conditions of sale before paying ! ';
var CUSTOMCHECK_CONFIRM_DELETE = 'Are you sure you want to delete this record ?';
var CUSTOMCHECK_CONFIRM_VALID_CL = 'Are you sure you want to validate all the checklist and move to the order section ?'; var CUSTOMCHECK_CONFIRM_VALID_CL = 'Are you sure you want to validate all the checklist and move to the order section ?'; var CUSTOMCHECK_MAX_NUMBER_PAGE = 'Maximum page is reached !';

