$self{texts} = {
  'Account'                     => 'Konto',
  'Address'                     => 'Adresse',
  'Amount'                      => 'Belb',
  'Amount Due'                  => 'Forfaldent',
  'Amount does not equal applied!' => 'Belb er ikke det samme som brugt!',
  'Amount missing!'             => 'Konto mangler!',
  'Applied'                     => 'Udfrt',
  'Cannot post payment!'        => 'Kan ikke bogfre betaling',
  'Cannot process payment for a closed period!' => 'Kan ikke behandle betaling for en afsluttet periode!',
  'Check'                       => 'Check',
  'Check printed!'              => 'Check udskrevet',
  'Check printing failed!'      => 'Udskrivning af check mislykkedes',
  'Continue'                    => 'Fortst',
  'Currency'                    => 'Valuta',
  'Customer'                    => 'Kunde',
  'Customer not on file!'       => 'Kunde ikke i databasen!',
  'Date'                        => 'Dato',
  'Date missing!'               => 'Dato mangler!',
  'Exchangerate'                => 'Vekselkurs',
  'From'                        => 'Fra',
  'Invoice'                     => 'Faktura',
  'Invoices'                    => 'Fakturaer',
  'Nothing applied!'            => 'Ingenting udfrt!',
  'Paid in full'                => 'Paid in full',
  'Payment'                     => 'Betaling',
  'Payment posted!'             => 'Betaling bogfrt!',
  'Post'                        => 'Bogfr',
  'Print'                       => 'Udskriv',
  'Printer'                     => 'Printer',
  'Receipt'                     => 'Kvittering',
  'Receipt printed!'            => 'Receipt printed!',
  'Receipt printing failed!'    => 'Receipt printing failed!',
  'Reference'                   => 'Reference',
  'Screen'                      => 'Skrm',
  'Select from one of the names below' => 'Vlg en af navnene nedenfor',
  'Update'                      => 'Opdatr',
  'Vendor'                      => 'Leverandr',
  'Vendor not on file!'         => 'Leverandr ikke i databasen!',
  'to'                          => 'til',
};

$self{subs} = {
  'add_transaction'             => 'add_transaction',
  'ap_transaction'              => 'ap_transaction',
  'ar_transaction'              => 'ar_transaction',
  'check_form'                  => 'check_form',
  'check_name'                  => 'check_name',
  'continue'                    => 'continue',
  'customer_details'            => 'customer_details',
  'form_footer'                 => 'form_footer',
  'form_header'                 => 'form_header',
  'gl_transaction'              => 'gl_transaction',
  'list_invoices'               => 'list_invoices',
  'name_selected'               => 'name_selected',
  'payment'                     => 'payment',
  'post'                        => 'post',
  'print'                       => 'print',
  'sales_invoice'               => 'sales_invoice',
  'select_name'                 => 'select_name',
  'update'                      => 'update',
  'vendor_details'              => 'vendor_details',
  'vendor_invoice'              => 'vendor_invoice',
  'fortst'                     => 'continue',
  'bogfr'                      => 'post',
  'udskriv'                     => 'print',
  'opdatr'                     => 'update',
};

1;
