$self{texts} = {
  'Account'                     => 'Konto',
  'Amount'                      => 'Belp',
  'City'                        => 'Poststed',
  'Company'                     => 'Firma',
  'Company Name'                => 'Firmanavn',
  'Continue'                    => 'Fortsett',
  'Curr'                        => 'Val',
  'Currency'                    => 'Valuta',
  'Customer'                    => 'Kunde',
  'Customer Number'             => 'Kundenummer',
  'Date Paid'                   => 'Betalingsdato',
  'Description'                 => 'Beskrivelse',
  'Due Date'                    => 'Forfallsdato',
  'Exch'                        => 'Vxl',
  'Include in Report'           => 'Inkludr i rapport',
  'Invoice'                     => 'Faktura',
  'Invoice Date'                => 'Fakturadato',
  'Invoice Number'              => 'Fakturanummer',
  'Memo'                        => 'Notat',
  'No'                          => 'Nei',
  'Paid'                        => 'Betalt',
  'Qty'                         => 'Antall',
  'Salesperson'                 => 'Selger',
  'Source'                      => 'Bilag',
  'Total'                       => 'I alt',
  'Unit'                        => 'Enhet',
  'Yes'                         => 'Ja',
};

$self{subs} = {
  'continue'                    => 'continue',
  'ex_payment'                  => 'ex_payment',
  'export'                      => 'export',
  'export_payments'             => 'export_payments',
  'im_payment'                  => 'im_payment',
  'im_sales_invoice'            => 'im_sales_invoice',
  'import'                      => 'import',
  'import_payments'             => 'import_payments',
  'import_sales_invoices'       => 'import_sales_invoices',
  'xrefhdr'                     => 'xrefhdr',
  'fortsett'                    => 'continue',
};

1;

