shop.balmet.com

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

securetrading_pp.php (5740B)


      1 <?php
      2 $_['heading_title']                              = 'Secure Trading Payment Pages';
      3 
      4 $_['text_securetrading_pp']                      = '<a href="http://www.securetradingfs.com/partner/open-cart/" target="_blank"><img src="view/image/payment/secure_trading.png" alt="Secure Trading" title="Secure Trading" style="border: 1px solid #EEEEEE;" /></a>';
      5 $_['text_extension']                             = 'Extensions';
      6 $_['text_all_geo_zones']                         = 'All Geo Zones';
      7 $_['text_process_immediately']                   = 'Process immediately';
      8 $_['text_wait_x_days']                           = 'Wait %d days';
      9 $_['text_success']                               = 'Success: You have modified Secure Trading module!';
     10 $_['text_pending_settlement']                    = 'Pending Settlement';
     11 $_['text_authorisation_reversed']                = 'Authorisation was successfully reversed';
     12 $_['text_refund_issued']                         = 'Refund was successfully issued';
     13 $_['text_pending_settlement_manually_overriden'] = 'Pending Settlement, manually overriden';
     14 $_['text_pending_suspended']                     = 'Suspended';
     15 $_['text_pending_settled']                       = 'Settled';
     16 
     17 $_['entry_site_reference']                       = 'Site reference';
     18 $_['entry_username']                             = 'Username';
     19 $_['entry_password']                             = 'Password';
     20 $_['entry_site_security_status']                 = 'Use Site Security hash';
     21 $_['entry_site_security_password']               = 'Site Security password';
     22 $_['entry_notification_password']                = 'Notification password';
     23 $_['entry_order_status']                         = 'Order status';
     24 $_['entry_declined_order_status']                = 'Declined order status';
     25 $_['entry_refunded_order_status']                = 'Refunded order status';
     26 $_['entry_authorisation_reversed_order_status']  = 'Authorisation reversed order status';
     27 $_['entry_settle_status']                        = 'Settlement status';
     28 $_['entry_settle_due_date']                      = 'Settlement due date';
     29 $_['entry_geo_zone']                             = 'Geo Zone';
     30 $_['entry_sort_order']                           = 'Sort Order';
     31 $_['entry_status']                               = 'Status';
     32 $_['entry_total']                                = 'Total';
     33 $_['entry_parent_css']                           = 'Parent CSS';
     34 $_['entry_child_css']                            = 'Child CSS';
     35 $_['entry_cards_accepted']                       = 'Accepted cards';
     36 $_['entry_reverse_authorisation']                = 'Reverse Authorisation:';
     37 $_['entry_refunded']                             = 'Refunded:';
     38 $_['entry_refund']                               = 'Issue refund (%s):';
     39 
     40 $_['error_permission']                           = 'You do not have permissions to modify this module';
     41 $_['error_site_reference']                       = 'Site Reference is required';
     42 $_['error_notification_password']                = 'Notification password is required';
     43 $_['error_cards_accepted']                       = 'Accepted cards is required';
     44 $_['error_username']                             = 'Username is required';
     45 $_['error_password']                             = 'Password is required';
     46 $_['error_connection']                           = 'Could not connect to Secure Trading';
     47 $_['error_data_missing']                         = 'Data missing';
     48 
     49 $_['help_username']                              = 'Your webservice username';
     50 $_['help_password']                              = 'Your webservice password';
     51 $_['help_refund']                                = 'Please include the decimal point and the decimal part of the amount';
     52 $_['help_total']                                 = 'The checkout total the order must reach before this payment method becomes active';
     53 
     54 $_['button_reverse_authorisation']               = 'Reverse Authorisation';
     55 $_['button_refund']                              = 'Refund';
     56 
     57 
     58 // Order page - payment tab
     59 $_['text_payment_info']                          = 'Payment information';
     60 $_['text_release_status']                        = 'Payment released';
     61 $_['text_void_status']                           = 'Reverse Authorisation';
     62 $_['text_rebate_status']                         = 'Payment rebated';
     63 $_['text_order_ref']                             = 'Order ref';
     64 $_['text_order_total']                           = 'Total authorised';
     65 $_['text_total_released']                        = 'Total released';
     66 $_['text_transactions']                          = 'Transactions';
     67 $_['text_column_amount']                         = 'Amount';
     68 $_['text_column_type']                           = 'Type';
     69 $_['text_column_created']                        = 'Created';
     70 $_['text_release_ok']                            = 'Release was successful';
     71 $_['text_release_ok_order']                      = 'Release was successful, order status updated to success - settled';
     72 $_['text_rebate_ok']                             = 'Rebate was successful';
     73 $_['text_rebate_ok_order']                       = 'Rebate was successful, order status updated to rebated';
     74 $_['text_void_ok']                               = 'Void was successful, order status updated to voided';
     75 
     76 $_['text_confirm_void']                          = 'Are you sure you want to reverse the authorisation?';
     77 $_['text_confirm_release']                       = 'Are you sure you want to release the payment?';
     78 $_['text_confirm_rebate']                        = 'Are you sure you want to rebate the payment?';
     79 
     80 $_['button_release']                             = 'Release';
     81 $_['button_rebate']                              = 'Rebate / refund';
     82 $_['button_void']                                = 'Reverse Authorisation';