$self{texts} = {
  'AR Transactions'             => 'Sales Transactions',
  'Add Accounts Receivables'    => 'Add Accounts Receivables',
  'All Customers'               => 'All Customers',
  'Amount'                      => 'Amount',
  'Apr'                         => 'Apr',
  'April'                       => 'April',
  'Are you sure you want to delete Transaction' => 'Are you sure you want to delete Transaction',
  'Aug'                         => 'Aug',
  'August'                      => 'August',
  'Cannot post payment for a closed period!' => 'Cannot post payment for a closed period!',
  'Cannot post transaction for a closed period!' => 'Cannot post transaction for a closed period!',
  'Click on invoice number to edit transaction' => 'Click on invoice number to edit transaction',
  'Click on table headers to sort table' => 'Click on table headers to sort table',
  'Closed'                      => 'Closed',
  'Confirm!'                    => 'Confirm!',
  'Continue'                    => 'Continue',
  'Credit Limit'                => 'Credit Limit',
  'Credit in'                   => 'Credit in',
  'Curr'                        => 'Curr',
  'Currency'                    => 'Currency',
  'Customer'                    => 'Customer',
  'Date'                        => 'Date',
  'Date Paid'                   => 'Date Paid',
  'Debit Notes - Customer'      => 'Debit Notes - Customer',
  'Debit Notes - Vendor'        => 'Debit Notes - Vendor',
  'Debit Number'                => 'Debit Number',
  'Debit in'                    => 'Debit in',
  'Dec'                         => 'Dec',
  'December'                    => 'December',
  'Delete Transaction'          => 'Delete Transaction',
  'Due'                         => 'Due',
  'Due Date'                    => 'Due Date',
  'Due Date missing!'           => 'Due Date missing!',
  'Edit Accounts Receivables'   => 'Edit Accounts Receivables',
  'Edit Debit Notes - Customer' => 'Edit Debit Notes - Customer',
  'Edit Debit Notes - Vendor'   => 'Edit Debit Notes - Vendor',
  'Exchangerate'                => 'Exchangerate',
  'Exchangerate for payment missing!' => 'Exchangerate for payment missing!',
  'Exchangerate missing!'       => 'Exchangerate missing!',
  'Feb'                         => 'Feb',
  'February'                    => 'February',
  'From'                        => 'From',
  'ID'                          => 'ID',
  'Include in Report'           => 'Include in Report',
  'Invoice'                     => 'Invoice',
  'Invoice Date'                => 'Invoice Date',
  'Invoice Date missing!'       => 'Invoice Date missing!',
  'Invoice Number'              => 'Invoice Number',
  'Invoice Number missing!'     => 'Invoice Number missing!',
  'Jan'                         => 'Jan',
  'January'                     => 'January',
  'Jul'                         => 'Jul',
  'July'                        => 'July',
  'Jun'                         => 'Jun',
  'June'                        => 'June',
  'Mar'                         => 'Mar',
  'March'                       => 'March',
  'May'                         => 'May',
  'May '                        => 'May ',
  'Notes'                       => 'Notes',
  'Nov'                         => 'Nov',
  'November'                    => 'November',
  'Oct'                         => 'Oct',
  'October'                     => 'October',
  'Open'                        => 'Open',
  'Order'                       => 'Order',
  'Order Number'                => 'Order Number',
  'Paid'                        => 'Paid',
  'Payment date missing!'       => 'Payment date missing!',
  'Post As New Transaction'     => 'Post As New Transaction',
  'Post Transaction'            => 'Post Transaction',
  'Process Payments'            => 'Process Payments',
  'Received'                    => 'Received',
  'Remaining'                   => 'Remaining',
  'Sep'                         => 'Sep',
  'September'                   => 'September',
  'Source'                      => 'Source',
  'Subtotal'                    => 'Subtotal',
  'Tax'                         => 'Tax',
  'Tax Included'                => 'Tax Included',
  'To'                          => 'To',
  'To display all transactions, leave fields blank' => 'To display all transactions, leave fields blank',
  'Total'                       => 'Total',
  'Trans No.'                   => 'Trans No.',
  'Update Form'                 => 'Update Form',
  'Yes Delete Transaction'      => 'Yes Delete Transaction',
};

$self{subs} = {
  'add'                         => 'add',
  'ar_subtotal'                 => 'ar_subtotal',
  'ar_transactions'             => 'ar_transactions',
  'continue'                    => 'continue',
  'create_links'                => 'create_links',
  'delete_transaction'          => 'delete_transaction',
  'display_form'                => 'display_form',
  'edit'                        => 'edit',
  'form_footer'                 => 'form_footer',
  'form_header'                 => 'form_header',
  'payments'                    => 'payments',
  'post_as_new_transaction'     => 'post_as_new_transaction',
  'post_transaction'            => 'post_transaction',
  'process_payments'            => 'process_payments',
  'search'                      => 'search',
  'update_form'                 => 'update_form',
  'yes_delete_transaction'      => 'yes_delete_transaction',
  'continue'                    => 'continue',
  'delete_transaction'          => 'delete_transaction',
  'post_as_new_transaction'     => 'post_as_new_transaction',
  'post_transaction'            => 'post_transaction',
  'process_payments'            => 'process_payments',
  'update_form'                 => 'update_form',
  'yes_delete_transaction'      => 'yes_delete_transaction',
};

1;
