$self{charset} = 'UTF-8';

$self{texts} = {
  'AP'                          => 'Kreditorer',
  'AR'                          => 'Debitorer',
  'Account'                     => 'Konto',
  'Amount'                      => 'Beløb',
  'BIC'                         => 'BIC',
  'Bank'                        => 'Bank',
  'Bcc'                         => 'Blind kopi',
  'Business'                    => 'Forretning',
  'Cc'                          => 'Kopi',
  'City'                        => 'By',
  'Company'                     => 'Firma',
  'Company Name'                => 'Firmanavn',
  'Company Number'              => 'Firmanummer',
  'Continue'                    => 'Fortsæt',
  'Country'                     => 'Land',
  'Credit Limit'                => 'Kreditgrænse',
  'Curr'                        => 'Val',
  'Currency'                    => 'Valuta',
  'Customer'                    => 'Kunde',
  'Customer Number'             => 'Kundenummer',
  'Date Paid'                   => 'Betalingsdato',
  'Description'                 => 'Beskrivelse',
  'Discount'                    => 'Rabat',
  'Due Date'                    => 'Forfaldsdato',
  'E-mail'                      => 'E-post',
  'Enddate'                     => 'Slutdato',
  'Exch'                        => 'Vxl',
  'Export Payments'             => 'Eksportér betalinger',
  'Fax'                         => 'Fax',
  'File to Import'              => 'Fil at importere',
  'Filename'                    => 'Filnavn',
  'IBAN'                        => 'IBAN',
  'Import File missing!'        => 'Import fil mangler!',
  'Import Payments'             => 'Importér betalinger',
  'Import Sales Invoices'       => 'Importér salgsfakturaer',
  'Include in Report'           => 'Inkludér i rapport',
  'Invoice'                     => 'Faktura',
  'Invoice Date'                => 'Fakturadato',
  'Invoice Number'              => 'Fakturanummer',
  'Language'                    => 'Sprog',
  'Memo'                        => 'Note',
  'Method'                      => 'Metode',
  'Name'                        => 'Navn',
  'Notes'                       => 'Bemærkninger',
  'Order Date'                  => 'Ordredato',
  'Order Number'                => 'Ordrenummer',
  'Outstanding'                 => 'Udestående',
  'Paid'                        => 'Betalt',
  'Payment'                     => 'Betaling',
  'Payment Method'              => 'Betalingsmåde',
  'Phone'                       => 'Tel.',
  'Posting Invoice ...'         => 'Bogfører faktura ...',
  'Posting Payment ...'         => 'Bogfører betaling ...',
  'Posting failed!'             => 'Bogføring fejlede!',
  'Pricegroup'                  => 'Prisgruppe',
  'Qty'                         => 'Mængde',
  'SIC'                         => 'SIC',
  'Salesperson'                 => 'Sælger',
  'Source'                      => 'Bilag',
  'Startdate'                   => 'Startdato',
  'State'                       => 'Stat',
  'Tax'                         => 'Afgift/Moms',
  'Terms'                       => 'Netto',
  'Total'                       => 'I alt',
  'Total:'                      => 'Total:',
  'Type of File'                => 'Filtype',
  'Unit'                        => 'Enhed',
  'Updated'                     => 'Opdateret',
  'Vendor'                      => 'Leverandør',
  'Vendor Number'               => 'Leverandørnummer',
  'ok'                          => 'ok',
};

$self{subs} = {
  'continue'                    => 'continue',
  'ex_payment'                  => 'ex_payment',
  'export'                      => 'export',
  'export_payments'             => 'export_payments',
  'im_customer'                 => 'im_customer',
  'im_order'                    => 'im_order',
  'im_payment'                  => 'im_payment',
  'im_purchase_order'           => 'im_purchase_order',
  'im_sales_invoice'            => 'im_sales_invoice',
  'im_sales_order'              => 'im_sales_order',
  'im_vc'                       => 'im_vc',
  'im_vendor'                   => 'im_vendor',
  'import'                      => 'import',
  'import_customers'            => 'import_customers',
  'import_orders'               => 'import_orders',
  'import_payments'             => 'import_payments',
  'import_sales_invoices'       => 'import_sales_invoices',
  'import_vc'                   => 'import_vc',
  'import_vendors'              => 'import_vendors',
  'xrefhdr'                     => 'xrefhdr',
  'fortsæt'                    => 'continue',
  'eksportér_betalinger'       => 'export_payments',
  'importér_betalinger'        => 'import_payments',
  'importér_salgsfakturaer'    => 'import_sales_invoices',
};

1;

