$self{texts} = {
  'Account'                     => 'Konto',
  'Amount'                      => 'Belb',
  'City'                        => 'By',
  'Company'                     => 'Firma',
  'Company Name'                => 'Firmanavn',
  'Company Number'              => 'Firmanummer',
  'Continue'                    => 'Fortst',
  'Curr'                        => 'Val',
  'Currency'                    => 'Valuta',
  'Customer'                    => 'Kunde',
  'Customer Number'             => 'Kundenummer',
  'Date Paid'                   => 'Betalingsdato',
  'Description'                 => 'Beskrivelse',
  'Due Date'                    => 'Forfaldsdato',
  'Exch'                        => 'Vxl',
  'Export Payments'             => 'Eksportr betalinger',
  'File to Import'              => 'Fil at importere',
  'Filename'                    => 'Filnavn',
  'Import File missing!'        => 'Import fil mangler!',
  'Import Payments'             => 'Importr betalinger',
  'Import Sales Invoices'       => 'Importr salgsfakturaer',
  'Include in Report'           => 'Inkludr i rapport',
  'Invoice'                     => 'Faktura',
  'Invoice Date'                => 'Fakturadato',
  'Invoice Number'              => 'Fakturanummer',
  'Memo'                        => 'Note',
  'No'                          => 'Nej',
  'Paid'                        => 'Betalt',
  'Payment Method'              => 'Betalingsmde',
  'Posting Invoice ...'         => 'Bogfrer faktura ...',
  'Posting Payment ...'         => 'Bogfrer betaling ...',
  'Posting failed!'             => 'Bogfring fejlede!',
  'Qty'                         => 'Mngde',
  'Salesperson'                 => 'Slger',
  'Source'                      => 'Bilag',
  'Total'                       => 'I alt',
  'Total:'                      => 'Total:',
  'Type of File'                => 'Filtype',
  'Unit'                        => 'Enhed',
  'Yes'                         => 'Ja',
  'ok'                          => 'ok',
};

$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',
  'fortst'                     => 'continue',
  'eksportr_betalinger'        => 'export_payments',
  'importr_betalinger'         => 'import_payments',
  'importr_salgsfakturaer'     => 'import_sales_invoices',
};

1;

