$self{texts} = {
  'Account'                     => 'Compte',
  'Apr'                         => 'Avril',
  'April'                       => 'Avril',
  'Aug'                         => 'Ao�t',
  'August'                      => 'Ao�t',
  'Balance'                     => 'Solde',
  'Chart of Accounts'           => 'Plan Comptable',
  'Credit'                      => 'Cr�dit',
  'Current'                     => 'En cours',
  'Date'                        => 'Date',
  'Debit'                       => 'D�bit',
  'Dec'                         => 'D�c.',
  'December'                    => 'D�cembre',
  'Department'                  => 'Service',
  'Description'                 => 'Description',
  'Feb'                         => 'F�v.',
  'February'                    => 'F�vrier',
  'From'                        => 'De',
  'GIFI'                        => 'Code d\'identification comptable ou fiscale',
  'Include in Report'           => 'Inclure dans l\'�tat',
  'Jan'                         => 'Jan.',
  'January'                     => 'Janvier',
  'Jul'                         => 'Juill.',
  'July'                        => 'Juillet',
  'Jun'                         => 'Juin',
  'June'                        => 'Juin',
  'List Transactions'           => 'Afficher �critures',
  'Mar'                         => 'Mars',
  'March'                       => 'Mars',
  'May'                         => 'Mai',
  'May '                        => 'Mai ',
  'Month'                       => 'Mois',
  'Nov'                         => 'Nov.',
  'November'                    => 'Novembre',
  'Oct'                         => 'Oct.',
  'October'                     => 'Octobre',
  'Period'                      => 'P�riode',
  'Project Number'              => 'Num�ro de projet',
  'Quarter'                     => 'Trimestre',
  'R'                           => 'R',
  'Reference'                   => 'R�f�rence',
  'Sep'                         => 'Sept.',
  'September'                   => 'Septembre',
  'Subtotal'                    => 'Sous total',
  'To'                          => '�',
  'Year'                        => 'Ann�e',
};

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

1;