transaction.php (427B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Your Transactions'; 4 5 // Column 6 $_['column_date_added'] = 'Date Added'; 7 $_['column_description'] = 'Description'; 8 $_['column_amount'] = 'Amount (%s)'; 9 10 // Text 11 $_['text_account'] = 'Account'; 12 $_['text_transaction'] = 'Your Transactions'; 13 $_['text_total'] = 'Your current balance is:'; 14 $_['text_empty'] = 'You do not have any transactions!';