$self{charset} = 'ISO-8859-7';

$self{texts} = {
  'Account'                     => '�����������',
  'Apr'                         => '���',
  'April'                       => '��������',
  'Aug'                         => '���',
  'August'                      => '���������',
  'Balance'                     => '��������',
  'Chart of Accounts'           => '������� ��� �������',
  'Credit'                      => '�������',
  'Current'                     => '������',
  'Date'                        => '����������',
  'Debit'                       => '�����',
  'Dec'                         => '���',
  'December'                    => '����������',
  'Department'                  => '�����',
  'Description'                 => '���������',
  'Feb'                         => '���',
  'February'                    => '�����������',
  'From'                        => '���',
  'Jan'                         => '���',
  'January'                     => '����������',
  'Jul'                         => '����',
  'July'                        => '�������',
  'Jun'                         => '����',
  'June'                        => '�������',
  'List Transactions'           => '����� ��������',
  'Mar'                         => '���',
  'March'                       => '�������',
  'May'                         => '�����',
  'May '                        => '�����',
  'Month'                       => '�����',
  'Nov'                         => '���',
  'November'                    => '���������',
  'Oct'                         => '���',
  'October'                     => '���������',
  'Project Number'              => '������� �����',
};

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

1;