Current Path : /var/www/upload/install/language/en-gb/3rd_party/ |
Current File : /var/www/upload/install/language/en-gb/3rd_party/maxmind.php |
<?php // Heading $_['heading_title'] = 'MaxMind'; $_['text_maxmind'] = 'Fraud detection service.'; $_['text_success'] = 'MaxMind fraud service has been installed'; $_['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>.'; // Entry $_['entry_key'] = 'License Key'; $_['entry_score'] = 'Risk score'; $_['entry_order_status'] = 'Fraud Order Status'; // Help $_['help_score'] = 'The higher the score the more likely the order is fraudulent. Set a score between 0 - 100.'; $_['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.'; // Error $_['error_key'] = 'Maxmind licence key required'; $_['error_score'] = 'A score between 0 and 100 is accepted';