shop.balmet.com

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

pp_express_search.php (2764B)


      1 <?php
      2 // Heading
      3 $_['heading_title']			   = 'Search Transactions';
      4 
      5 // Text
      6 $_['text_pp_express']		   = 'PayPal Express Checkout';
      7 $_['text_date_search']		   = 'Search by date';
      8 $_['text_searching']		   = 'Searching';
      9 $_['text_name']				   = 'Name';
     10 $_['text_buyer_info']		   = 'Buyer information';
     11 $_['text_view']				   = 'View';
     12 $_['text_format']			   = 'Format';
     13 
     14 // Column
     15 $_['column_date']			   = 'Date';
     16 $_['column_type']			   = 'Type';
     17 $_['column_email']			   = 'Email';
     18 $_['column_name']			   = 'Name';
     19 $_['column_transid']		   = 'Transaction ID';
     20 $_['column_status']			   = 'Status';
     21 $_['column_currency']		   = 'Currency';
     22 $_['column_amount']			   = 'Amount';
     23 $_['column_fee']			   = 'Fee';
     24 $_['column_netamt']		       = 'Net Amount';
     25 $_['column_action']		       = 'Action';
     26 
     27 // Entry
     28 $_['entry_trans_all']		   = 'All';
     29 $_['entry_trans_sent']		   = 'Sent';
     30 $_['entry_trans_received']     = 'Received';
     31 $_['entry_trans_masspay']	   = 'Mass Pay';
     32 $_['entry_trans_money_req']	   = 'Money Request';
     33 $_['entry_trans_funds_add']	   = 'Funds Added';
     34 $_['entry_trans_funds_with']   = 'Funds Withdrawn';
     35 $_['entry_trans_referral']	   = 'Referral';
     36 $_['entry_trans_fee']		   = 'Fee';
     37 $_['entry_trans_subscription'] = 'Subscription';
     38 $_['entry_trans_dividend']     = 'Dividend';
     39 $_['entry_trans_billpay']      = 'Bill Pay';
     40 $_['entry_trans_refund']       = 'Refund';
     41 $_['entry_trans_conv']         = 'Currency Conversion';
     42 $_['entry_trans_bal_trans']	   = 'Balance Transfer';
     43 $_['entry_trans_reversal']	   = 'Reversal';
     44 $_['entry_trans_shipping']	   = 'Shipping';
     45 $_['entry_trans_bal_affect']   = 'Balance Affecting';
     46 $_['entry_trans_echeque']	   = 'E Check';
     47 $_['entry_date']			   = 'Date';
     48 $_['entry_date_start']		   = 'Start';
     49 $_['entry_date_end']		   = 'End';
     50 $_['entry_date_to']			   = 'to';
     51 $_['entry_transaction']		   = 'Transaction';
     52 $_['entry_transaction_type']   = 'Type';
     53 $_['entry_transaction_status'] = 'Status';
     54 $_['entry_email']			   = 'Email';
     55 $_['entry_email_buyer']		   = 'Buyer';
     56 $_['entry_email_merchant']	   = 'Receiver';
     57 $_['entry_receipt']			   = 'Receipt ID';
     58 $_['entry_transaction_id']	   = 'Transaction ID';
     59 $_['entry_invoice_no']		   = 'Invoice number';
     60 $_['entry_auction']			   = 'Auction item number';
     61 $_['entry_amount']			   = 'Amount';
     62 $_['entry_recurring_id']	   = 'Recurring Profile ID';
     63 $_['entry_salutation']		   = 'Salutation';
     64 $_['entry_firstname']		   = 'First';
     65 $_['entry_middlename']		   = 'Middle';
     66 $_['entry_lastname']		   = 'Last';
     67 $_['entry_suffix']			   = 'Suffix';
     68 $_['entry_status_all']		   = 'All';
     69 $_['entry_status_pending']	   = 'Pending';
     70 $_['entry_status_processing']  = 'Processing';
     71 $_['entry_status_success']	   = 'Success';
     72 $_['entry_status_denied']	   = 'Denied';
     73 $_['entry_status_reversed']	   = 'Reversed';