'); timer = setTimeout(function() { clearTimeout(timer); $('.loading-overlay').addClass('toggle'); },50); } } function get_browser() { var ua=navigator.userAgent,tem,M=ua.match(/(opera|chrome|safari|firefox|msie|trident(?=\/))\/?\s*(\d+)/i) || []; if(/trident/i.test(M[1])){ tem=/\brv[ :]+(\d+)/g.exec(ua) || []; return {name:'IE',version:(tem[1]||'')}; } if(M[1]==='Chrome'){ tem=ua.match(/\bOPR|Edge\/(\d+)/); if(tem!=null) {return {name:'Opera', version:tem[1]};} } M=M[2]? [M[1], M[2]]: [navigator.appName, navigator.appVersion, '-?']; if((tem=ua.match(/version\/(\d+)/i))!=null) {M.splice(1,1,tem[1]);} return { name: M[0], version: M[1] }; } var traduction = {}; traduction['different_password'] = 'Your passwords do not match.'; traduction['no_email'] = 'Please enter your email address.'; traduction['renew_download'] = 'Do you want to send a renewal request?'; traduction['pending_query'] = 'Request in process. Please wait.'; traduction['query_error'] = 'An error has occured while processing your request.'; traduction['loading'] = 'Loading of content in progress'; traduction['locate_address'] = 'Location processing. Please wait.'; traduction['error_address'] = 'Unable to find shipping address.'; traduction['form_error'] = 'Please fill-in the mandatory fields.'; traduction['conditions'] = 'Please accept sales policies.'; traduction['pending_payment'] = 'Payment in progress. Please wait.'; traduction['format'] = 'Please choose a format'; traduction['card_address'] = 'The address of your credit card does not match your billing address.'; traduction['read_more'] = 'Read more'; traduction['read_less'] = 'Read less'; traduction['captcha_error'] = 'Security error. Please contact us to resolve the issue.'; traduction['card_error'] = 'Your bank information is incorrect.'; traduction['card_declined'] = 'Votre carte a été refusée.'; traduction['expired_card'] = 'Votre carte est expirée.'; traduction['generic_decline'] = 'Impossible de procéder au paiement. Veuillez contacter un administrateur.'; traduction['incorrect_number'] = 'Numéro de carte invalide.'; traduction['invalid_number'] = 'Numéro de carte invalide.'; traduction['invalid_cvc'] = 'CVC invalide.'; traduction['incorrect_cvc'] = 'CVC invalide.'; traduction['incorrect_zip'] = 'La vérification du code postal de la carte a échouée.'; traduction['invalid_expiry_month'] = 'Le mois d\'expiration de la carte est invalide.'; traduction['invalid_expiry_year'] = 'L\'année d\'expiration de la carte est invalide.'; traduction['validate_form'] = 'Veuillez compléter les champs obligatoires et case à cocher.';