maxmind.php (934B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'MaxMind'; 4 5 // Text 6 $_['text_maxmind'] = 'Fraud detection service.'; 7 $_['text_success'] = 'MaxMind fraud service has been installed'; 8 $_['text_signup'] = 'If you don\'t have a license key you can sign up <a href="http://www.maxmind.com/?rId=opencart" target="_blank">here</a>.'; 9 10 // Entry 11 $_['entry_key'] = 'License Key'; 12 $_['entry_score'] = 'Risk score'; 13 $_['entry_order_status'] = 'Fraud Order Status'; 14 15 // Help 16 $_['help_score'] = 'The higher the score the more likely the order is fraudulent. Set a score between 0 - 100.'; 17 $_['help_order_status'] = 'Orders over your set score will be assigned this order status and will not be allowed to reach the complete status automatically.'; 18 19 // Error 20 $_['error_key'] = 'Maxmind licence key required'; 21 $_['error_score'] = 'A score between 0 and 100 is accepted';