$self{texts} = {
  'Account'                     => 'Account',
  'Apr'                         => 'Apr',
  'April'                       => 'April',
  'Aug'                         => 'Aug',
  'August'                      => 'August',
  'Chart of Accounts'           => 'Chart of Accounts',
  'Click on account number to display transactions' => 'Click on account number to display transactions',
  'Credit'                      => 'Credit',
  'Date'                        => 'Date',
  'Debit'                       => 'Debit',
  'Dec'                         => 'Dec',
  'December'                    => 'December',
  'Description'                 => 'Description',
  'Feb'                         => 'Feb',
  'February'                    => 'February',
  'From'                        => 'From',
  'GIFI'                        => 'GIFI',
  'Include in Report'           => 'Include in Report',
  'Jan'                         => 'Jan',
  'January'                     => 'January',
  'Jul'                         => 'Jul',
  'July'                        => 'July',
  'Jun'                         => 'Jun',
  'June'                        => 'June',
  'List Transactions'           => 'List Transactions',
  'Mar'                         => 'Mar',
  'March'                       => 'March',
  'May'                         => 'May',
  'May '                        => 'May ',
  'Nov'                         => 'Nov',
  'November'                    => 'November',
  'Oct'                         => 'Oct',
  'October'                     => 'October',
  'Project'                     => 'Project',
  'Sep'                         => 'Sep',
  'September'                   => 'September',
  'Source'                      => 'Source',
  'Sub'                         => 'Sub',
  'Subtotal'                    => 'Subtotal',
  'To'                          => 'To',
  'To display all transactions, leave fields blank' => 'To display all transactions, leave fields blank',
};

$self{subs} = {
  'ca_subtotal'                 => 'ca_subtotal',
  'chart_of_accounts'           => 'chart_of_accounts',
  'list'                        => 'list',
  'list_transactions'           => 'list_transactions',
  'list_transactions'           => 'list_transactions',
};

1;
