/* fichier avec les textes francais pour les javascripts de la demande de devis */

var txt_alert = new Array();

txt_alert[1] = 'You have to select a shape !';
txt_alert[2] = 'You have to select an edge type !';
txt_alert[3] = new Array();
txt_alert[3]['w'] = 'You have to specify te badge\'s width !';
txt_alert[3]['w0'] = 'Width must be positive !';
txt_alert[3]['h'] = 'You have to specify te badge\'s height !';
txt_alert[3]['h0'] = 'Height must be positive !';
txt_alert[3]['q'] = 'You must specify a quantity !';
txt_alert[3]['q0'] = 'You have to ask at least 25 units !';
txt_alert[4] = 'You have to specify an approximative percentage of embroidery !';
txt_alert[5] = 'You have to specify a finish !';

