shop.balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

fraudlabspro.php (5133B)


      1 <?php
      2 // Heading
      3 $_['heading_title']              = 'FraudLabs Pro';
      4 
      5 // Text
      6 $_['text_extension']             = 'Extensions';
      7 $_['text_success']               = 'Success: You have modified FraudLabs Pro Settings!';
      8 $_['text_edit']                  = 'Settings';
      9 $_['text_signup']                = 'FraudLabs Pro is a fraud detection service. You can <a href="http://www.fraudlabspro.com/plan?ref=1730" target="_blank"><u>sign up here</u></a> for a free API Key.';
     10 $_['text_id']                    = 'FraudLabs Pro ID';
     11 $_['text_ip_address']            = 'IP Address';
     12 $_['text_ip_net_speed']          = 'IP Net Speed';
     13 $_['text_ip_isp_name']           = 'IP ISP Name';
     14 $_['text_ip_usage_type']         = 'IP Usage Type';
     15 $_['text_ip_domain']             = 'IP Domain';
     16 $_['text_ip_time_zone']          = 'IP Time Zone';
     17 $_['text_ip_location']           = 'IP Location';
     18 $_['text_ip_distance']           = 'IP Distance';
     19 $_['text_ip_latitude']           = 'IP Latitude';
     20 $_['text_ip_longitude']          = 'IP Longitude';
     21 $_['text_risk_country']          = 'High Risk Country';
     22 $_['text_free_email']            = 'Free Email';
     23 $_['text_ship_forward']          = 'Ship Forward';
     24 $_['text_using_proxy']           = 'Using Proxy';
     25 $_['text_bin_found']             = 'BIN Found';
     26 $_['text_email_blacklist']       = 'Email Blacklist';
     27 $_['text_credit_card_blacklist'] = 'Credit Card Blacklist';
     28 $_['text_score']                 = 'FraudLabs Pro Score';
     29 $_['text_status']                = 'FraudLabs Pro Status';
     30 $_['text_message']               = 'Message';
     31 $_['text_transaction_id']        = 'Transaction ID';
     32 $_['text_credits']               = 'Balance';
     33 $_['text_error']                 = 'Error:';
     34 $_['text_flp_upgrade']           = '<a href="http://www.fraudlabspro.com/plan" target="_blank">[Upgrade]</a>';
     35 $_['text_flp_merchant_area']     = 'Please login to <a href="http://www.fraudlabspro.com/merchant/login" target="_blank">FraudLabs Pro Merchant Area</a> for more information about this order.';
     36 
     37 // Entry
     38 $_['entry_status']               = 'Status';
     39 $_['entry_key']                  = 'API Key';
     40 $_['entry_score']                = 'Risk Score';
     41 $_['entry_order_status']         = 'Order Status';
     42 $_['entry_review_status']        = 'Review Status';
     43 $_['entry_approve_status']       = 'Approve Status';
     44 $_['entry_reject_status']        = 'Reject Status';
     45 $_['entry_simulate_ip']          = 'Simulate IP';
     46 
     47 // Help
     48 $_['help_order_status']          = 'Orders that have a score over your set risk score will be assigned this order status.';
     49 $_['help_review_status']         = 'Orders that marked as review by FraudLabs Pro will be assigned this order status.';
     50 $_['help_approve_status']        = 'Orders that marked as approve by FraudLabs Pro will be assigned this order status.';
     51 $_['help_reject_status']         = 'Orders that marked as reject by FraudLabs Pro will be assigned this order status.';
     52 $_['help_simulate_ip']           = 'Simulate the visitor IP address for testing. Leave blank to disable it.';
     53 $_['help_fraudlabspro_id']       = 'Unique identifier for a transaction screened by FraudLabs Pro system.';
     54 $_['help_ip_address']            = 'IP Address.';
     55 $_['help_ip_net_speed']          = 'Connection speed.';
     56 $_['help_ip_isp_name']           = 'ISP of the IP address.';
     57 $_['help_ip_usage_type']         = 'Usage type of the IP address. E.g, ISP, Commercial, Residential.';
     58 $_['help_ip_domain']             = 'Domain name of the IP address.';
     59 $_['help_ip_time_zone']          = 'Time zone of the IP address.';
     60 $_['help_ip_location']           = 'Location of the IP address.';
     61 $_['help_ip_distance']           = 'Distance from IP address to Billing Location.';
     62 $_['help_ip_latitude']           = 'Latitude of the IP address.';
     63 $_['help_ip_longitude']          = 'Longitude of the IP address.';
     64 $_['help_risk_country']          = 'Whether IP address country is in the latest high risk country list.';
     65 $_['help_free_email']            = 'Whether e-mail is from free e-mail provider.';
     66 $_['help_ship_forward']          = 'Whether shipping address is a freight forwarder address.';
     67 $_['help_using_proxy']           = 'Whether IP address is from Anonymous Proxy Server.';
     68 $_['help_bin_found']             = 'Whether the BIN information matches our BIN list.';
     69 $_['help_email_blacklist']       = 'Whether the email address is in our blacklist database.';
     70 $_['help_credit_card_blacklist'] = 'Whether the credit card is in our blacklist database.';
     71 $_['help_score']                 = 'Risk score, 0 (low risk) - 100 (high risk).';
     72 $_['help_status']                = 'FraudLabs Pro status.';
     73 $_['help_message']               = 'FraudLabs Pro error message description.';
     74 $_['help_transaction_id']        = 'Unique identifier for a transaction screened by FraudLabs Pro system.';
     75 $_['help_credits']               = 'Balance of the credits available after this transaction.';
     76 
     77 // Error
     78 $_['error_permission']           = 'Warning: You do not have permission to modify FraudLabs Pro settings!';
     79 $_['error_key']                  = 'API Key Required!';