shop.balmet.com

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

pp_standard.php (2047B)


      1 <?php
      2 // Heading
      3 $_['heading_title']					 = 'PayPal Payments Standard';
      4 
      5 // Text
      6 $_['text_extension']				 = 'Extensions';
      7 $_['text_success']					 = 'Success: You have modified PayPal account details!';
      8 $_['text_edit']                      = 'Edit PayPal Payments Standard';
      9 $_['text_pp_standard']				 = '<a target="_BLANK" href="https://www.paypal.com/uk/mrb/pal=V4T754QB63XXL"><img src="view/image/payment/paypal.png" alt="PayPal Website Payment Pro" title="PayPal Website Payment Pro iFrame" style="border: 1px solid #EEEEEE;" /></a>';
     10 $_['text_authorization']			 = 'Authorization';
     11 $_['text_sale']						 = 'Sale'; 
     12 
     13 // Entry
     14 $_['entry_email']					 = 'E-Mail';
     15 $_['entry_test']					 = 'Sandbox Mode';
     16 $_['entry_transaction']				 = 'Transaction Method';
     17 $_['entry_debug']					 = 'Debug Mode';
     18 $_['entry_total']					 = 'Total';
     19 $_['entry_canceled_reversal_status'] = 'Canceled Reversal Status';
     20 $_['entry_completed_status']		 = 'Completed Status';
     21 $_['entry_denied_status']			 = 'Denied Status';
     22 $_['entry_expired_status']			 = 'Expired Status';
     23 $_['entry_failed_status']			 = 'Failed Status';
     24 $_['entry_pending_status']			 = 'Pending Status';
     25 $_['entry_processed_status']		 = 'Processed Status';
     26 $_['entry_refunded_status']			 = 'Refunded Status';
     27 $_['entry_reversed_status']			 = 'Reversed Status';
     28 $_['entry_voided_status']			 = 'Voided Status';
     29 $_['entry_geo_zone']				 = 'Geo Zone';
     30 $_['entry_status']					 = 'Status';
     31 $_['entry_sort_order']				 = 'Sort Order';
     32 
     33 // Tab
     34 $_['tab_general']					 = 'General';
     35 $_['tab_order_status']       		 = 'Order Status';
     36 
     37 // Help
     38 $_['help_test']						 = 'Use the live or testing (sandbox) gateway server to process transactions?';
     39 $_['help_debug']			    	 = 'Logs additional information to the system log';
     40 $_['help_total']					 = 'The checkout total the order must reach before this payment method becomes active';
     41 
     42 // Error
     43 $_['error_permission']				 = 'Warning: You do not have permission to modify payment PayPal!';
     44 $_['error_email']					 = 'E-Mail required!';